@font-face {
  font-family: "Inter";
  src: url("/vendor/fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #081530;
  --navy: #0b1d42;
  --navy-soft: #132b5c;
  --blue: #0759f5;
  --blue-dark: #0044c7;
  --sky: #8bb8ff;
  --paper: #ffffff;
  --paper-soft: #f3f6fc;
  --line: #dce3ef;
  --muted: #5d687a;
  --muted-light: #8793a7;
  --green: #19b875;
  --amber: #d48712;
  --red: #c43d56;
  --shadow: 0 22px 65px rgba(8, 21, 48, 0.12);
  --radius: 22px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 620px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 16%, rgba(7, 89, 245, .11), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(139, 184, 255, .15), transparent 30%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow);
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}

.skip-link:focus { transform: none; }

.page-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.aux-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 227, 239, .82);
  backdrop-filter: blur(18px);
}

.aux-nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.brand::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--blue), #83b6ff);
  box-shadow: 0 7px 20px rgba(7, 89, 245, .28);
}

.brand-logo::before { display: none; }
.brand-logo img {
  display: block;
  width: auto;
  height: 24px;
}
.brand-logo-light img { filter: brightness(0) invert(1); }

.aux-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.aux-nav-links a,
.print-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease);
}

.aux-nav-links a:hover,
.aux-nav-links a[aria-current="page"],
.print-button:hover {
  background: var(--paper-soft);
  color: var(--ink);
}

.aux-nav-links .nav-primary {
  background: var(--ink);
  color: #fff;
  padding-inline: 18px;
}

.aux-nav-links .nav-primary:hover { background: var(--blue); color: #fff; }

.aux-hero { padding: 54px 0 38px; }

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(32px, 7vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(139, 184, 255, .38), transparent 28%),
    linear-gradient(145deg, #07132d 0%, #0d2b68 62%, #0759f5 140%);
  box-shadow: var(--shadow);
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -200px;
  bottom: -240px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, .035), 0 0 0 100px rgba(255, 255, 255, .025);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--sky);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.hero-panel h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.hero-panel h1 em { color: var(--sky); font-weight: 350; }

.hero-panel > p,
.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.72;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .56);
  font-size: .83rem;
}

.hero-meta strong { color: #fff; }

.summary-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.summary-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  background: rgba(255, 255, 255, .065);
}

.summary-item strong { display: block; margin-bottom: 6px; font-size: .95rem; }
.summary-item span { color: rgba(255, 255, 255, .59); font-size: .82rem; line-height: 1.5; }

.section-heading { margin-bottom: 24px; }
.section-heading .kicker { color: var(--blue); }

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.section-heading p {
  max-width: 670px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}

.button:hover { transform: translateY(-2px); border-color: #a9b8d0; }
.button.is-blue { border-color: var(--blue); background: var(--blue); color: #fff; }
.button.is-blue:hover { background: var(--blue-dark); }

/* Help */
.help-search {
  position: relative;
  max-width: 680px;
  margin-top: 30px;
}

.help-search svg {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, .6);
  transform: translateY(-50%);
}

.help-search input {
  width: 100%;
  min-height: 58px;
  padding: 0 56px 0 50px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 17px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  outline: 0;
}

.help-search input::placeholder { color: rgba(255, 255, 255, .48); }
.help-search input:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(139, 184, 255, .13); }

.search-shortcut {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  color: rgba(255, 255, 255, .48);
  font-size: .72rem;
}

.search-status { min-height: 24px; margin-top: 10px; color: rgba(255, 255, 255, .58); font-size: .8rem; }

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0 70px;
}

.quick-card {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 40px rgba(8, 21, 48, .055);
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.quick-card:hover { transform: translateY(-4px); border-color: #9cb9ea; box-shadow: var(--shadow); }
.quick-card span { color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.quick-card strong { display: block; margin-top: 12px; font-size: 1.16rem; line-height: 1.35; }
.quick-card small { display: block; margin-top: 8px; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.help-sections { padding-bottom: 70px; }

.help-section {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 48px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.help-section.is-hidden { display: none; }

.help-section-title { position: sticky; top: 104px; align-self: start; }
.help-section-title span { color: var(--blue); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.help-section-title h2 { margin: 10px 0 8px; font-size: 1.55rem; letter-spacing: -.04em; }
.help-section-title p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.article-list { display: grid; gap: 10px; }

.help-article {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  overflow: clip;
}

.help-article.is-hidden { display: none; }

.help-article summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.help-article summary::-webkit-details-marker { display: none; }
.help-article summary::after { content: "+"; color: var(--blue); font-size: 1.35rem; font-weight: 500; }
.help-article[open] summary::after { content: "−"; }
.help-article[open] summary { background: var(--paper-soft); }

.article-body {
  padding: 22px 24px 26px;
  color: var(--muted);
  line-height: 1.75;
}

.article-body p { margin: 0 0 14px; }
.article-body p:last-child { margin-bottom: 0; }
.article-body ol, .article-body ul { margin: 10px 0 16px 20px; padding: 0; }
.article-body li { margin: 7px 0; padding-left: 4px; }
.article-body strong { color: var(--ink); }
.article-body code { padding: 2px 6px; border-radius: 6px; background: #eaf0fb; color: var(--blue-dark); font-size: .9em; }

.note {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--blue);
  border-radius: 0 12px 12px 0;
  background: #edf4ff;
  color: #2a4d82;
}

.note.is-warning { border-left-color: var(--amber); background: #fff7e7; color: #77500c; }

.support-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 10px 0 78px;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--paper-soft);
  border: 1px solid var(--line);
}

.support-banner h2 { margin: 0 0 8px; font-size: 1.5rem; letter-spacing: -.035em; }
.support-banner p { margin: 0; color: var(--muted); line-height: 1.6; }

/* Legal pages */
.legal-summary {
  margin: 0 0 56px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f7f9fd, #eef4ff);
}

.legal-summary h2 { margin: 0 0 8px; font-size: 1.25rem; letter-spacing: -.03em; }
.legal-summary > p { margin: 0; color: var(--muted); line-height: 1.7; }

.legal-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 54px;
  padding-bottom: 80px;
}

.legal-toc { position: relative; }

.legal-toc-inner {
  position: sticky;
  top: 98px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding-right: 10px;
}

.legal-toc p { margin: 0 0 14px; color: var(--muted-light); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

.legal-toc nav { display: grid; gap: 2px; border-left: 1px solid var(--line); }

.legal-toc a {
  margin-left: -1px;
  padding: 7px 0 7px 16px;
  border-left: 2px solid transparent;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
  transition: color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}

.legal-toc a:hover,
.legal-toc a.is-active { border-left-color: var(--blue); color: var(--blue); transform: translateX(3px); }

.mobile-index { display: none; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.mobile-index summary { padding: 15px 17px; cursor: pointer; font-weight: 800; }
.mobile-index nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; padding: 4px 17px 18px; }
.mobile-index a { color: var(--muted); font-size: .82rem; }

.legal-content { min-width: 0; }

.legal-section {
  scroll-margin-top: 98px;
  padding: 0 0 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }

.legal-section h2 {
  position: relative;
  margin: 0 0 22px;
  padding-left: 20px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.legal-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .1em;
  width: 5px;
  height: 1.05em;
  border-radius: 5px;
  background: linear-gradient(var(--blue), var(--sky));
}

.legal-section h3 { margin: 24px 0 10px; font-size: 1rem; }
.legal-section p { margin: 0 0 14px; color: #475467; line-height: 1.78; }
.legal-section strong { color: var(--ink); }
.legal-section ul, .legal-section ol { margin: 12px 0 18px 22px; padding: 0; color: #475467; line-height: 1.72; }
.legal-section li { margin: 8px 0; padding-left: 4px; }
.legal-section a { color: var(--blue-dark); text-decoration: underline; text-decoration-color: rgba(0, 68, 199, .28); text-underline-offset: 3px; }

.plain-table-wrap { margin: 20px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.plain-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.plain-table th, .plain-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .86rem; line-height: 1.55; }
.plain-table th { background: var(--paper-soft); color: var(--ink); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.plain-table td { color: #4a5668; }
.plain-table tr:last-child td { border-bottom: 0; }

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid #bad0f5;
  border-radius: 18px;
  background: #eef5ff;
}

.contact-card p { margin: 6px 0 0; }

/* Footer */
.aux-footer {
  margin-top: 20px;
  padding: 54px 0 28px;
  background: var(--ink);
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 38px;
  padding-bottom: 38px;
}

.footer-brand p { max-width: 430px; margin: 14px 0 0; color: rgba(255, 255, 255, .55); font-size: .9rem; line-height: 1.65; }
.aux-footer .brand::before { box-shadow: none; }
.footer-col h2 { margin: 0 0 14px; color: rgba(255, 255, 255, .42); font-size: .69rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-col nav { display: grid; gap: 10px; }
.footer-col a { width: fit-content; color: rgba(255, 255, 255, .68); font-size: .88rem; }
.footer-col a:hover { color: #fff; }

.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 750;
}
.social-link:hover { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .07); color: #fff; }
.social-link svg { width: 17px; height: 17px; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .4);
  font-size: .75rem;
}

.empty-search {
  display: none;
  margin: 0 0 50px;
  padding: 30px;
  border: 1px dashed #aebbd0;
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
}
.empty-search.is-visible { display: block; }

@media (max-width: 900px) {
  .summary-strip, .quick-links { grid-template-columns: repeat(2, 1fr); }
  .help-section { grid-template-columns: 1fr; gap: 20px; }
  .help-section-title { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 0; }
  .legal-toc { display: none; }
  .mobile-index { display: block; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .page-wrap { width: min(100% - 28px, 1180px); }
  .aux-nav-inner { min-height: 64px; gap: 12px; }
  .brand { font-size: 1.05rem; }
  .brand::before { width: 20px; height: 20px; border-radius: 6px; }
  .brand-logo img { height: 22px; }
  .aux-nav-links a, .print-button { display: none; }
  .aux-nav-links .nav-primary { display: inline-flex; min-height: 38px; padding-inline: 14px; }
  .search-shortcut { display: none; }
  .aux-hero { padding-top: 24px; }
  .hero-panel { padding: 30px 22px; border-radius: 24px; }
  .hero-panel h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .hero-panel > p, .hero-copy { font-size: .97rem; line-height: 1.65; }
  .summary-strip, .quick-links { grid-template-columns: 1fr; }
  .summary-item { padding: 15px; }
  .quick-links { margin-bottom: 50px; }
  .quick-card { min-height: 135px; }
  .help-section { padding: 34px 0; }
  .help-article summary { min-height: 62px; padding: 15px 16px; font-size: .92rem; }
  .article-body { padding: 19px 18px 22px; font-size: .92rem; }
  .support-banner, .contact-card { grid-template-columns: 1fr; }
  .support-banner .button, .contact-card .button { width: 100%; }
  .legal-summary { padding: 22px; margin-bottom: 30px; }
  .mobile-index nav { grid-template-columns: 1fr; }
  .legal-section { padding-bottom: 34px; margin-bottom: 34px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  body::before, .aux-nav, .aux-footer, .print-button, .mobile-index, .legal-toc, .help-search, .quick-links, .support-banner { display: none !important; }
  .page-wrap { width: 100%; }
  .aux-hero { padding: 0 0 28px; }
  .hero-panel { padding: 0; background: transparent; color: #000; box-shadow: none; }
  .hero-panel::after { display: none; }
  .hero-panel h1, .hero-panel h1 em { color: #000; }
  .hero-panel > p, .hero-copy, .hero-meta { color: #333; }
  .legal-layout { display: block; }
  .legal-section { break-inside: avoid; }
}
