*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dl,
dd {
  margin: 0;
}

blockquote {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-left: 3px solid #d0d7ff;
  background: #fff;
  color: #444;
  font-style: italic;
  border-radius: 4px;
}

blockquote code {
  font-style: normal;
  background: rgba(255,255,255,.7);
  padding: 1px 3px;
  border-radius: 3px;
}



ol,
ul {
  padding-left: 1.25rem;
}

.lispaced > li {
  margin-top:1.5em;
}

ul,
ul {
  list-style: disc outside;
  margin-left: 1.25rem;
  margin: .4rem .5rem .6rem;
}

ol {
  list-style: decimal outside;
  margin-left: 1.25rem;
  margin: .4rem 1.25rem .6rem;
}

li, .hmenu {
  margin:0;
  padding:0;
}

li {
  margin-top:5px;
  margin-bottom:5px;
}

li::marker,
ul li::marker {
  color: var(--accent);
}

ol li::marker {
  color: #444;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: italic;
}

body {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  position: relative;
  background-color: #eef0f4;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex: 1 0 auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #dd1777;
}

:root {
  --font-size-h1: 30px;
  --font-size-h2: 22px;
  --font-size-h3: 18px;
  --line-height-heading: 1.2;

  --font-size-h1-mobile: 28px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 18px;

  --bg: #ffffff;
  --ink: #1b1d24;
  --muted: #555;
  --line: #ebedf3;
  --card: #ffffff;
  --hover: #faf8fb;
  --accent: #dd1777;
  --accent-ink: #8a0e49;
  --chip: #fafafa;
  --shadow: 0 0 10px rgba(18, 18, 20, .06);
  --img-indent: 15px;
  color: var(--ink);
}

h1:first-child {
  margin-top: 0;
}

article>h1:first-child,
article>h2:first-child,
article>h3:first-child,
section>h1:first-child,
section>h2:first-child,
section>h3:first-child {
  margin-top: 0;
}

dt>h1:first-child,
dt>h2:first-child {
  margin-top: 0;
}

header>h1:first-child,
header>h2:first-child {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: var(--line-height-heading);
  font-weight: bold;
}

h1 {
  font-size: var(--font-size-h1);
  margin: 0 0 4px;
}

h2 {
  font-size: var(--font-size-h2);
  margin: 15px 0 10px;
}

h3 {
  font-size: var(--font-size-h3);
  margin: 10px 0 10px;
}

h4 {
  font-size: var(--font-size-h4);
  margin: 28px 0px 10px 0px;
}

@media (max-width: 768px) {
  h1 {
    font-size: var(--font-size-h1-mobile);
    margin: 0 0 10px;
  }

  h2 {
    font-size: var(--font-size-h2-mobile);
    margin: 10px 0 8px;
  }

  h3 {
    font-size: var(--font-size-h3-mobile);
    margin: 8px 0 8px;
  }

  h4 {
    font-size: var(--font-size-h4-mobile);
    margin: 8px 0 8px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
    margin: 0 0 8px;
  }

  h2 {
    font-size: 22px;
    margin: 10px 0 6px;
  }

  h3 {
    font-size: 20px;
    margin: 8px 0 6px;
  }

  h4 {
    font-size: 20px;
    margin: 8px 0 6px;
  }
}

h1 img {
  margin-bottom: 6px;
  vertical-align: middle;
}

/* =ADS======================== */

.ad-slot {
  min-height: 280px;
}

@media (max-width: 1300px) {
  .ad-slot {
    width: 336px;
  }
}

@media (max-width: 1120px) {
  .ad-slot {
    width: 300px;
  }
}

.ad-label {
  font-size: 11px;
  color: #5e6577;
  text-transform: uppercase;
  margin: 14px 0 10px 0;
  letter-spacing: 0.04em;
}

.s-slot {
  min-height: 280px;
  display: block;
  overflow: visible;
}

/* ============================ */

.dlx-mini-overview__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3edf6;
}

.dlx-mini-overview__icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 30% 30%, rgba(221, 23, 119, .18), rgba(221, 23, 119, .05));
  border: 1px solid #f3c3dd;
  flex: 0 0 26px;
}

.dlx-mini-overview__icon i {
  font-size: 13px;
  color: var(--dlx-brand);
}

.dlx-mini-overview__titles h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
/* ============================ */

.base-wrapper {
  height: auto !important;
  display: grid;
  align-items: start;
  border-radius: .5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2em;
  gap: 1em;
  text-align: left;
  max-width: 1400px;
  overflow: clip;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.base-content {
  height: auto !important;
  align-self: start;
  min-width: 0px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding:18px;
  box-shadow: var(--shadow);
}

.base-sidebar {
  height: auto !important;
  max-width: 340px;
  width: 100%;
  align-self: start;
  position: relative;
}


.sidebar-content {
  background-color: #fff;
  border-radius: 10px;
  padding:10px;
  box-shadow: var(--shadow);
}

@media (max-width: 1300px) {
  .base-wrapper {
    grid-template-columns: minmax(0, 1fr) 336px;
  }

  .base-sidebar {
    max-width: 336px;
  }
}

@media (max-width: 1120px) {
  .base-wrapper {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .base-sidebar {
    max-width: 300px;
  }
}

@media (max-width: 980px) {
  .base-wrapper {
    grid-template-columns: 1fr;
  }

  .base-sidebar {
    display: none !important;
  }
}

/* ============================ */

.wrap {
  margin-inline: auto;
}

#site-header nav a,
#site-header nav a:link,
#site-header nav a:visited {
  text-decoration: none !important;
  background: transparent !important;
  color: inherit;
}

#site-header nav .link a {
  position: relative;
}

#site-header nav .link a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 3px;
  background: var(--accent, #dd1777);
  border-radius: 999px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

#site-header nav .link a:hover::after,
#site-header nav .link.current a::after {
  transform: scaleX(1);
  opacity: 1;
}

@media (max-width: 480px) {
  #site-header nav .link a::after {
    bottom: 6px;
  }
}

button.linkstyle,
button.linkstyle:hover {
  all: unset;
  cursor: pointer;
}

.hero {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  margin: 0 0 22px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.chips a {
  color: #1f2433;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.chips a:hover {
  background: var(--hover);
  border-color: var(--accent);
}

.sections {
  display: grid;
  grid-template-columns: 1fr;
}

.hcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
  margin: 18px 0 0;
}

.card h2 {
  margin: 0;
}

.head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.head .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: var(--shadow);
  flex: 0 0 auto;
}

.card p {
  margin: 10px 0;
  line-height: 1.7;
}

.callout,
.note,
.tip,
.warn {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

.callout .title {
  font-weight: 700;
  color: #2c3142;
  margin-bottom: 6px;
}

.callout.tip,
.tip {
  background: #fff5fa;
  border-left: 2px solid var(--accent);
}

.callout.caution,
.warn {
  background: #fff8e6;
  border-left: 2px solid #f59e0b;
}

.note {
  background: #f8fbff;
  border-left: 2px solid #6aa7ff;
  margin-top: 24px;
  font-size: 14px;
}

pre,
code {
  font-family: ui-monospace, SFMono-Regular, Consolas, Monaco, monospace;
}

pre {
  background: #fbfbfe;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  overflow: auto;
  font-size: 13px;
  margin: 10px 0;
}

code {
  background: #fbfbfe;
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.media-grid img,
.res-card img,
.nav-tile img {
  max-width: 100%;
  margin: 0;
}

figure {
  margin: 12px 0 16px var(--img-indent);
}

figure>img {
  margin: 0;
}

figcaption {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
  margin-top: 10px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.media-grid figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  margin: 0;
}

.media-grid figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}

.nav-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

@media (max-width:900px) {
  .nav-tiles {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.nav-tile {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
  min-height: 64px;
}

.nav-tile:hover {
  border-color: var(--accent);
  box-shadow: 0 6px 20px rgba(221, 23, 119, .10);
  transform: translateY(-1px);
  background: var(--hover);
}

.nav-tile:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  text-decoration: none;
}

.nav-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nav-meta {
  font-size: 12px;
  color: #7b8398;
  text-transform: uppercase;
}

.nav-title {
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(14px, 2vw, 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffe3f0;
  color: var(--accent);
  box-shadow: inset 0 0 0 1px #ffd3e6;
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.nav-tile.dir-next:hover .nav-arrow,
.nav-tile:hover .nav-arrow.next {
  transform: translateX(3px);
}

.nav-tile.dir-prev:hover .nav-arrow,
.nav-tile:hover .nav-arrow.prev {
  transform: translateX(-3px);
}

@media (max-width:420px) {
  .wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-title {
    font-size: 14px;
  }
}

/* =========================== */

.file-list {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 45%) auto auto;
  row-gap: 10px;
  line-height: normal;
  min-height: 200px;
  align-content: start;
  font-size: 14px;
}

@media (max-width:1280px) and (min-width:980px),
(max-width:736px) {
  .file-list {
    grid-template-columns: 1fr auto;
    grid-auto-flow: dense;
    gap: 0;
  }
}

.file-list>header {
  display: contents;
}

@media (max-width:1280px) and (min-width:980px),
(max-width:736px) {
  .file-list>header :first-child {
    grid-column: 1 / -1;
  }

  .file-list>header :nth-child(n+2) {
    display: none;
  }
}

.file-list> :first-child {
  grid-column: 1 / -1;
}

.file-list .files {
  display: contents;
}

.file-list .filerow {
  display: contents;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* =FOOTER==================== */

#footer-wrapper {
  margin-top: auto;
  background: #000;
  padding: 24px 0;
  width: 100%;
}

#footer {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#copyright {
  color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

#logo_footer {
  display: inline-block;
  height: 40px;
}

#logo_footer a {
  display: block;
  height: 100%;
}

#logo_footer img {
  display: block;
  height: 100%;
  width: auto;
  border-radius: .5em;
}

#footer a {
  color: #afafaf;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#copyright nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 720px) {
  #copyright {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
  }

  #logo_footer {
    margin-bottom: 0;
  }

  #copyright nav {
    justify-content: flex-end;
    gap: 22px;
  }
}

/* =========================== */

.hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.chip {
  background: var(--chip);
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chip i {
  font-size: 13px;
}

/* FILE FEED */

.file-feed {
  --bg: #fff;
  --ink: #1b1d24;
  --muted: #5e6577;
  --line: #ebedf3;
  --chip: #f7f8fb;
  --accent: #dd1777;
  --success: #71c831;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding: 10px;
  min-height: 80px;
  margin-bottom: 18px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
  transition: border-color .18s ease, box-shadow .18s ease, transform .06s ease, background .18s ease;
  text-decoration: none;
}

a>.file-feed:hover {
  border-color: #e6d3db;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
  transform: translateY(-1px);
}

a>.file-feed:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.file-feed.is-static {
  cursor: default;
}

.file-feed.is-static:hover {
  transform: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
  border-color: var(--line);
}

.file-feed-thumb,
.file-feed-thumb-na {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  background: url(/img/dllme_50_square_icon.png) center/cover no-repeat;
  margin-top: 2px;
}

.file-feed-thumb-na {
  filter: grayscale(100%);
  opacity: .35;
}

.file-feed-content {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.ff-row1 {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.ff-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
  transition: color .15s ease;
}

.ff-excerpt {
  --lh: 1.5;
  --lines: 2;
  margin: 0;
  font-size: 14px;
  line-height: var(--lh);
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1em * var(--lh) * var(--lines));
}

.ff-excerpt.ff-empty {
  color: transparent;
}

.ff-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}

.ff-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
  background: var(--chip);
  border: 1px solid var(--line);
  color: #364152;
  font-size: 11px;
  vertical-align: middle;
}

.ff-chip i {
  font-size: 12px;
  line-height: 1;
}

.ff-chip-success {
  background: rgba(113, 200, 49, .12);
  border-color: rgba(113, 200, 49, .28);
  color: #2c7a0b;
}

.file-feed a {
  color: inherit;
}

.file-feed a:hover {
  color: inherit;
}

@media (hover:hover) {

  a>.file-feed:hover .ff-title,
  a>.file-feed:focus-visible .ff-title,
  a>.file-feed:active .ff-title {
    color: var(--accent);
    text-decoration: none;
  }
}

.feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sections .card .feed-list,
.sections .card .feed-list li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.sections .card .feed-list li::before {
  content: none !important;
}

@media (max-width:700px) {
  .file-feed {
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 14px 14px;
    border-radius: 12px;
  }

  .file-feed-thumb,
  .file-feed-thumb-na {
    width: 28px;
    height: 28px;
    border-radius: 7px;
  }

  .ff-title {
    white-space: normal;
  }
}

@media (prefers-reduced-motion:reduce) {
  .file-feed {
    transition: none;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 2rem 0;
}

.subtext {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width:480px) {
  .subtext {
    font-size: 18px;
    line-height: 26px;
  }
}

button.search i {
  color: #eee
}

@media (max-width:480px) {

  div#logo {
    display: inline-block !important
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%
}

#logo {
  display: inline-block;
  flex: none;
  align-self: center;
  height: 40px
}

#logo a {
  display: block;
  text-decoration: none;
  height: 100%
}

#logo img {
  display: block;
  height: 100%;
  width: auto;
  border-radius: .5em
}

.f11 {
  font-size: 11px !important
}

.f12 {
  font-size: 12px !important
}

.f13 {
  font-size: 13px !important
}

.f15 {
  font-size: 15px !important
}

.f16 {
  font-size: 16px !important
}

.f18 {
  font-size: 18px !important
}

.f20 {
  font-size: 20px !important
}

.f22 {
  font-size: 22px !important
}

.f24 {
  font-size: 24px !important
}

.f26 {
  font-size: 26px !important
}

.f28 {
  font-size: 28px !important
}

.f36 {
  font-size: 36px !important
}

.f42 {
  font-size: 42px !important
}

.f64 {
  font-size: 64px !important
}

.f14 {
  font-size: 14px !important
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #dd1777;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin: auto;
  grid-column: 1 / -1
}

form ::-moz-focus-inner {
  border: 0
}

form ::placeholder {
  color: #666 !important
}

form label {
  display: block;
  font-weight: 700;
  margin: 0 0 1em 0;
  font-size: 16px;
  color: #444
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #eee;
  color: #000;
  cursor: auto;
  font-size: .9rem;
  height: 3rem;
  line-height: 1.7rem;
  padding: 10px;
}

form .large,
form input.large,
form select.large {
  font-size: .9rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 2.75rem
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #dd1777
}

form select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  padding: 0 1rem
}

.select-w-icon {
  position: relative
}

.select-w-icon i {
  position: absolute;
  right: 10%;
  top: 30%;
  cursor: pointer;
  color: #dd1777;
  pointer-events: none
}

.flex-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em
}

.flex-input-holder {
  flex: 1 1 auto;
  position: relative
}

.flex-input {
  position: relative;
  flex: 1 1
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  appearance: none;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: .8rem;
  font-weight: 900;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  box-shadow: inset 0 0 0 2px #dd1777;
  color: #db006a !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  box-shadow: inset 0 0 0 2px #a90052;
  color: #990000 !important;
  background: #fbf0f0;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background: #dd1777;
  box-shadow: none;
  color: #fff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background: #a90052
}

.button i {
  margin-right: .5em
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: .8rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: .9rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 2.75rem
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: .25
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: #0000000d;
  color: #444
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #00000016
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #00000026
}

input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
  font-size: 38px;
  padding: .5em
}

.hide-el {
  display: none
}

@media (max-width:1200px) {
  .hide1200 {
    display: none !important
  }
}

@media (max-width:980px) {
  .hide980 {
    display: none !important
  }
}

@media (max-width:780px) {
  .hide780 {
    display: none !important
  }
}

@media (max-width:580px) {
  .hide580 {
    display: none !important
  }
}

@media (max-width:480px) {
  .hide480 {
    display: none !important
  }
}

ol.decimal {
  counter-reset: list-counter;
  padding-left: 2em;
  margin-top: 1em
}

ol.decimal>li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em
}

ol.decimal>li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700
}

ul.decimal {
  counter-reset: list-counter;
  padding-left: 2em;
  margin-top: 1em
}

ul.decimal>li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em
}

ul.decimal>li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700
}

ol.disc,
ul.disc {
  list-style-type: disc;
  padding-left: 2em;
  margin-top: 1em
}

ol.disc>li,
ul.disc>li {
  position: relative;
  margin-bottom: 1em;
  padding-left: .5em
}

.flex-balance {
  flex: 1 0%
}

.flex-separator {
  flex: none;
  width: var(--sep-size)
}

@media (max-width:1200px) {
  .flex-wrap768 {
    flex-wrap: wrap
  }

  .flex-expand768 {
    flex: 1 100%
  }

  .flex-expand768.flex-separator {
    height: var(--sep-size)
  }
}

.flex-holder {
  display: flex
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1
}

.column {
  flex: 1
}

@media (max-width:768px) {
  .flex-holder {
    display: block
  }
}

.fa-thumbs-up {
  color: #dd1777;
  font-size: 16px
}

.collapsible {
  background: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  margin-top: 1em
}

.active,
.collapsible:hover {
  background: #ebebeb
}

.content {
  padding: 1em;
  background: #fff;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.collapsible:after {
  content: '\02795';
  float: right;
  margin-left: 5px
}

.active:after {
  content: "\2796"
}

.submit-err {
  padding: 10px;
  background: #f5ffc0;
  font-size: 1em;
  font-weight: 600;
  margin: 1em
}

.submit-err-fail {
  padding: 10px;
  background: #ffd3d3;
  font-size: 1em;
  font-weight: 600;
  margin: 1em
}

.new-tag {
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 11px;
  background: #e8f7ed;
  color: #167a3a;
  border: 1px solid #ccebd6;
  margin-right: 6px
}

.bold {
  font-weight: 700
}

.italic {
  font-style: italic
}

.ucase {
  text-transform: uppercase
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  line-height: 1.1
}

.chip i {
  opacity: .9
}

.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap
}

ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0
}

ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle
}

ul.actions.special {
  justify-content: center;
  width: 100%;
  margin-left: 0
}

ul.actions.stacked {
  flex-direction: column;
  margin-left: 0
}

ul.actions.stacked li {
  padding: 1.3rem 0 0 0
}

ul.actions.stacked li:first-child {
  padding-top: 0
}

ul.actions.fit {
  width: calc(100% + 1rem)
}

ul.actions.fit li {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%
}

ul.actions.fit li>* {
  width: 100%
}

@media (max-width:480px) {
  ul.actions:not(.fixed) {
    flex-direction: column;
    margin-left: 0;
    width: 100% !important
  }

  ul.actions:not(.fixed) li {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%
  }

  ul.actions:not(.fixed) li>* {
    width: 100%
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0
  }

  ul.actions:not(.fixed) li .icon:before {
    margin-left: -.5rem
  }
}

.dlx-fr {
  --brand: #dd1777;
  --text: #222;
  --muted: #555;
  --border: #e3e3e3;
  --bg: #fff;
  --soft: #fafafa;
  color: var(--text);
  background: linear-gradient(#fff, #fafafa);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
  padding: 12px;
  margin: 18px 0;
}

/* root row */
.dlx-fr.filerow-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

/* columns */
.dlx-fr-col-one {
  flex: 1 1 28%;
  min-width: 260px;
}

.dlx-fr-col-two-three {
  flex: 1 1 52%;
  min-width: 320px;
  display: flex;
  gap: 12px;
}

.dlx-fr-col-two {
  flex: 1 1 auto;
  min-width: 220px;
}

.dlx-fr-col-three {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-start;
}

/* content inside cols */
.filerow-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  color: #111;
  font-size: 15px;
  line-height: 1.25;
}

.filerow-title i.fa-exclamation-triangle {
  color: #ff5252
}

.dlx-fr-col-one .flex-test {
  max-width: 100%
}

.dlx-fr-col-one .overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.dlx-fr-col-one .mb5 {
  margin-bottom: 6px
}

.dlx-fr-col-one .desc {
  color: #333
}

.dlx-fr-col-one .f14 {
  font-size: 14px
}

.dlx-miss {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 6px 8px;
  font-size: 12px;
  color: #444;
  background: #fff8e6;
  border: 1px solid #f1dfc6;
  border-radius: 8px;
}

.dlx-miss i {
  color: #ef6c00
}

.dlx-fr-col-two .hash,
.dlx-fr-col-two .version {
  color: #222
}

.dlx-fr-col-two .f13 {
  font-size: 13px
}

.dlx-fr-col-two .f11 {
  font-size: 11px;
  color: #666
}

.dlx-fr-col-two .overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.dlx-fr-col-two .dlx-verline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.dlx-fr-col-two .dlx-verpill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
}

.dlx-fr-col-two .dlx-verpill i {
  color: var(--brand)
}

.dlx-bitness {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(9, 30, 66, .10);
  max-width: 260px;
}

.dlx-bitness .main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}

.dlx-bitness .main i {
  color: var(--brand);
  font-size: 15px
}

.dlx-bitness .sub {
  font-size: 11px;
  line-height: 1.1;
  color: var(--muted);
  white-space: nowrap;
  min-height: 1em;
}

.dlx-fr-col-three .button.primary.small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  font-size: 13px;
  white-space: nowrap;
}

.dottedunder {
  color: #0a58ca;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}

.dottedunder:hover {
  border-bottom-style: solid;
  background: #fce4ec33;
}

@media (max-width:880px) {
  .dlx-fr-col-two-three {
    flex-direction: column
  }

  .dlx-fr-col-three {
    align-items: flex-start
  }

  .dlx-bitness {
    align-items: flex-start
  }
}

.ctheme {
  color: #c2185b;
}

/* =========================== */

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: var(--accent, #dd1777);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.dlx-steps .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, #dd1777);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  display: inline-block;
  margin-right: 2px;
}


.dlx-pagenav {
  margin-top: 18px;
}

.dlx-pagenav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--dlx-border, #e3e3e3);
}

.dlx-pagenav__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  padding: 10px;
  border: 1px solid var(--dlx-border, #e3e3e3);
  border-bottom: none;
  border-top-left-radius: var(--dlx-radius, 12px);
  border-top-right-radius: var(--dlx-radius, 12px);
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
  transform: translateY(1px);
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease, transform .18s ease;
  z-index: 1;
}

.dlx-pagenav__tab i {
  font-size: 14px;
  color: var(--dlx-brand, #dd1777);
  opacity: .9;
  transition: opacity .18s ease;
}

.dlx-pagenav__tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  height: 3px;
  border-radius: 2px;
  background: var(--dlx-brand, #dd1777);
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}

.dlx-pagenav__tab:hover {
  background: linear-gradient(#fff, #f6f6f6);
  color: #111;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  transform: translateY(0);
}

.dlx-pagenav__tab:hover::after {
  opacity: .55;
  transform: scaleX(1);
}

.dlx-pagenav__tab:hover i {
  opacity: 1;
}

.dlx-pagenav__tab[aria-current="page"] {
  background: #fff;
  color: var(--dlx-text, #222);
  border-color: #d9d9d9 #d9d9d9 transparent;
  z-index: 2;
  transform: translateY(1px);
}

.dlx-pagenav__tab[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.dlx-pagenav__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--dlx-brand, #dd1777);
  color: #fff;
  font-weight: 800;
  font-size: 10px;
}

@media (max-width:720px) {
  .dlx-pagenav__tab {
    font-size: 13px;
    padding: 9px 12px;
  }
}

.base-sidebar .cards {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.base-sidebar .card {
  border: 1px solid var(--sb-line);
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--sb-shadow);
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.base-sidebar .upload-card form {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.base-sidebar .upload-card .dropzone {
  border: 2px dashed #e6aec7;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  flex: 1 1 auto;
  min-height: 250px;
}

.base-sidebar .upload-card .dropzone strong {
  display: block;
  margin-bottom: 6px;
}

.base-sidebar .upload-card .dropzone .hint {
  color: var(--muted);
  font-size: 13px;
  margin: 6px 0;
}

.base-sidebar .upload-card .drop-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.base-sidebar .upload-card input[type="file"] {
  display: none;
}

.base-sidebar .upload-card form label {
  margin: 0;
}

.base-sidebar .title-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--ink);
  font-weight: 600;
  margin: 0 0 8px;
}

.base-sidebar .title-with-icon .ticon {
  inline-size: 22px;
  block-size: 22px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: color-mix(in srgb, var(--accent) 12%, #f8f9fc);
  box-shadow: 0 0 0 1px var(--line) inset;
  color: #dd1777;
  font-size: 12px;
}

.base-sidebar .tools-wrap {
  padding: 12px 14px;
  margin: 0;
}

.base-sidebar .tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch
}

.base-sidebar .tools-item {
  height: 100%
}

.base-sidebar .tools-item a {
  display: block;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  -webkit-tap-highlight-color: transparent
}

.base-sidebar .tools-card {
  position: relative;
  height: 100%;
  background: var(--card, #fff);
  border: 1px solid var(--line, #ebedf3);
  border-radius: 12px;
  padding: 12px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  align-content: start;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease
}

.base-sidebar .tools-item a:focus-visible .tools-card,
.base-sidebar .tools-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(18, 18, 20, .1);
  border-color: color-mix(in srgb, var(--accent, #dd1777) 28%, var(--line, #ebedf3));
  background: var(--hover, #fafbff);
  outline: 0
}

.base-sidebar .tools-icon {
  inline-size: 44px;
  block-size: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--accent, #dd1777) 10%, var(--chip, #f5f6fb));
  border: 1px solid var(--line, #ebedf3)
}

.base-sidebar .tools-icon i {
  font-size: 18px;
  color: var(--accent, #dd1777)
}

.base-sidebar .tools-body {
  display: flex;
  flex-direction: column;
  min-width: 0
}

.base-sidebar .tools-body .title {
  font-weight: 700;
  color: var(--ink, #1b1d24);
  line-height: 1.2;
  margin: 1px 0 4px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.base-sidebar .tools-body .desc {
  color: var(--muted, #5e6577);
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em
}

.base-sidebar .tools-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--chip, #f5f6fb);
  border: 1px solid var(--line, #ebedf3);
  color: var(--muted, #5e6577);
  font-size: 11px;
  border-radius: 999px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.base-sidebar .tools-badge i {
  font-size: 12px;
  color: var(--accent, #dd1777)
}

@media (prefers-reduced-motion:reduce) {
  .base-sidebar .tools-card {
    transition: none
  }

  .base-sidebar .tools-card:hover {
    transform: none
  }
}

.base-sidebar .tools-card .tools-badge.tools-badge-new {
  background: #fffff7;
  border-color: #f6c6db;
  color: #dd1777;
  font-weight: 700;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.base-sidebar .tools-card .tools-badge.tools-badge-blue {
  background: #f1f7ff;
  border-color: #cbc6f6;
  color: #1752dd;
  font-weight: 700;
  top: 8px;
  right: 8px;
  z-index: 1;
}


#hdrv2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 18px;
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --hdrv2-h: 38px;
  --gap: 30px;
  --brand: #000;
  --muted: #555;
  --accent: #dd1777;
}

#hdrv2 .hdrv2-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

#hdrv2 .hdrv2-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--gap);
  min-height: 64px;
}

#hdrv2 .hdrv2-left {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}

#hdrv2 .hdrv2-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none
}

#hdrv2 .hdrv2-gear {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: url(/favicon-32x32.png?v=ng9gvd9zeN) center/cover no-repeat
}

#hdrv2 .hdrv2-name {
  font-weight: 800;
  font-size: 18px;
  color: var(--brand);
  letter-spacing: .2px
}

#hdrv2 .hdrv2-nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}

#hdrv2 .hdrv2-nav::-webkit-scrollbar {
  display: none
}

#hdrv2 .hdrv2-nav ul {
  display: flex;
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

#hdrv2 .hdrv2-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}

#hdrv2 .hdrv2-nav a i,
#hdrv2 .hdrv2-link i {
  font-size: 14px;
  color: var(--accent);
}

#hdrv2 .hdrv2-nav a:hover {
  color: var(--accent)
}

#hdrv2 .hdrv2-nav .current a {
  color: var(--accent)
}

#hdrv2 .hdrv2-right {
  display: flex;
  align-items: center;
  gap: var(--gap);
  min-width: 0;
  flex-wrap: nowrap;
}

#hdrv2 #hdrv2-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  height: var(--hdrv2-h);
  padding: 0 2px;
  flex: 1 1 clamp(150px, 30vw, 560px);
  min-width: 150px;
  max-width: 560px;
}

#hdrv2 #hdrv2-search .hdrv2-iach {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%
}

#hdrv2 #hdrv2-search input[name="q"] {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 6px;
  color: var(--brand);
  font-size: 16px;
}

#hdrv2 #hdrv2-search .hdrv2-ac {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 6px;
  max-height: 280px;
  overflow: auto;
  z-index: 1001;
  box-shadow: var(--shadow);
}

#hdrv2 #hdrv2-search .hdrv2-sbtn {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 8px;
  height: calc(var(--hdrv2-h) - 10px);
  padding: 0 10px;
  cursor: pointer;
  line-height: 1;
}

#hdrv2 #hdrv2-search .hdrv2-sbtn:hover {
  filter: brightness(.98)
}

#hdrv2 #hdrv2-search .hdrv2-sbtn:focus-visible {
  outline: 2px solid #cfcfcf;
  outline-offset: 2px;
}

#hdrv2 #hdrv2-search .hdrv2-sbtn svg {
  width: 16px;
  height: 16px;
  display: block;
}

#hdrv2 .hdrv2-link {
  border: none;
  background: none;
  padding: 0;
  height: var(--hdrv2-h);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  flex: 0 0 auto;
}

#hdrv2 .hdrv2-nav a:hover span,
#hdrv2 .hdrv2-link:hover {
  color: var(--accent);
}

@media (max-width: 1300px) {
  #hdrv2 .hdrv2-left {
    gap: 32px
  }

  #hdrv2 .hdrv2-nav ul {
    gap: 16px
  }

  #hdrv2 #hdrv2-search {
    flex-basis: clamp(150px, 28vw, 520px)
  }
}

@media (max-width: 700px) {
  #hdrv2 .hdrv2-left {
    gap: 20px
  }
}

@media (max-width: 900px) {
  .nav-hide-dl {
    display: none;
  }
}

@media (max-width: 1020px) {
  .nav-hide-install {
    display: none;
  }
}

@media (max-width: 900px) {
  #hdrv2 .hdrv2-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
  }

  #hdrv2 .hdrv2-left {
    flex: 1 1 100%;
  }

  #hdrv2 .hdrv2-right {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  #hdrv2 #hdrv2-search {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
  }

  #hdrv2 .hdrv2-nav {
    margin-left: auto;
  }

  .nav-hide-dl,
  .nav-hide-install {
    display: list-item;
  }
}

@media (max-width: 500px) {
  .nav-hide-dl {
    display: none;
  }
}

@media (max-width: 540px) {
  .nav-hide-install {
    display: none;
  }
}

@media (max-width: 500px) {
  #hdrv2 .hdrv2-nav li.nav-hide-375 {
    display: none !important;
  }
}

@media (max-width: 370px) {
  #hdrv2 .hdrv2-nav li.nav-hide-320 {
    display: none !important;
  }
}

#hdrv2 {
  transition: transform .18s ease, box-shadow .18s ease;
}

#hdrv2.hdrv2--hidden {
  transform: translateY(-100%);
}

#hdrv2.hdrv2--scrolled {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

@media (prefers-reduced-motion: reduce) {
  #hdrv2 {
    transition: none;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-header {
  margin-bottom: 15px;
  margin-top: 1em;
  min-height: 90px;
  max-height: 130px;
}

.hero-header .ad-wrap {
  max-width: 1210px;
  min-height: 100px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .hero-header .ad-wrap {
    min-height: 280px;
  }
}
.base-content .wrap a {
  color: var(--accent);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.base-content .wrap a:hover {
  text-decoration-style: solid;
  background: #fff0f6;
}

.base-content .wrap a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}
