:root {
  --ink: #06101f;
  --ink-2: #0c1728;
  --paper: #030711;
  --surface: #0b1525;
  --surface-2: #101d30;
  --text: #f2f6fb;
  --muted: #99a8bb;
  --line: rgba(255, 255, 255, .11);
  --cyan: #00c8ff;
  --green: #55ef63;
  --lime: #c9ff2f;
  --orange: #ff7a18;
  --rainbow: linear-gradient(105deg, var(--cyan), var(--green) 42%, var(--lime) 68%, var(--orange));
  --content: min(1160px, calc(100% - 36px));
  --article: min(920px, calc(100% - 36px));
  --radius: 22px;
  --shadow: 0 22px 54px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; text-rendering: optimizeLegibility; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; min-height: 44px; padding: 10px 14px; display: flex; align-items: center; border-radius: 10px; background: white; color: var(--ink); font-weight: 900; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 72px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: white; background: rgba(6, 16, 31, .96); border-bottom: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.brand img { width: 92px; height: 52px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(0, 0, 0, .28)); }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions > .button { display: none; }
.menu { position: relative; }
.menu summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary i { width: 18px; height: 2px; display: block; background: white; border-radius: 2px; }
.menu nav { position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 36px)); padding: 10px; display: grid; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; background: var(--ink-2); box-shadow: var(--shadow); }
.menu nav a { min-height: 48px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .08); font-weight: 750; }
.menu nav a:last-child { border-bottom: 0; }
.menu nav b { color: var(--lime); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--rainbow); color: var(--ink); box-shadow: 0 10px 30px rgba(65, 224, 105, .22); font-weight: 950; }
.button:active { transform: translateY(1px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; }
.button-ghost { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: white; font-weight: 800; }

.page-shell { position: relative; overflow: hidden; }
.page-shell::before, .page-shell::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .23; pointer-events: none; }
.page-shell::before { width: 520px; height: 520px; top: 190px; left: -360px; background: radial-gradient(circle, var(--cyan), transparent 70%); }
.page-shell::after { width: 620px; height: 620px; top: 760px; right: -430px; background: radial-gradient(circle, var(--lime), transparent 70%); }
.breadcrumbs { width: var(--content); margin: 0 auto; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { min-height: 44px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; }
.breadcrumbs .crumb-pair { min-width: 0; display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs .current-crumb { flex: 1 1 160px; }
.breadcrumbs .current-crumb strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--text); }
.page-hero { width: var(--content); margin: 0 auto; padding: 54px 0 62px; display: grid; gap: 34px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: #72ee9a; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 950; }
.page-hero h1 { margin: 0; font-size: clamp(44px, 12vw, 78px); line-height: .94; letter-spacing: -.06em; }
.page-hero-copy > p:last-of-type { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.local-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.local-proof span { min-height: 35px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; background: rgba(255, 255, 255, .055); color: #aebacc; font-size: 11px; font-weight: 750; }

.support-console { min-height: 390px; position: relative; overflow: hidden; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255, 255, 255, .12); border-radius: 28px; background: radial-gradient(circle at 50% 35%, rgba(0, 200, 255, .22), transparent 35%), linear-gradient(145deg, #0a1830, #07101e); box-shadow: var(--shadow); isolation: isolate; }
.support-console::before, .support-console::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.support-console::before { width: 300px; height: 300px; left: calc(50% - 150px); top: 30px; box-shadow: 0 0 0 46px rgba(0, 200, 255, .04), 0 0 0 92px rgba(201, 255, 47, .025); }
.support-console::after { width: 160px; height: 160px; right: -54px; bottom: -48px; background: conic-gradient(var(--cyan), transparent, var(--lime), transparent); opacity: .4; }
.support-orbit { flex: 1; display: grid; place-items: center; }
.support-orbit span { display: grid; place-items: center; width: 142px; height: 142px; border-radius: 50%; background: var(--rainbow); color: var(--ink); box-shadow: 0 0 70px rgba(0, 200, 255, .25); font-size: 42px; font-weight: 1000; letter-spacing: -.08em; }
.support-console p { margin: 0 0 10px; color: #8edfff; font-size: 10px; letter-spacing: .18em; font-weight: 900; }
.support-console strong { font-size: 25px; line-height: 1.1; }

.content-wrap { width: var(--content); margin: 0 auto; padding-bottom: 78px; }
.module { margin-top: 74px; }
.module-heading { margin-bottom: 25px; display: grid; gap: 9px; }
.module-heading h2, .split-panel h2, .section-block h2 { margin: 0; font-size: clamp(34px, 9vw, 58px); line-height: 1; letter-spacing: -.05em; }
.module-heading p, .split-panel p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.65; }
.card-grid, .mini-grid, .step-grid, .related-grid { display: grid; gap: 14px; }
.content-card, .mini-card, .step-card, .related-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11, 21, 37, .92); box-shadow: 0 14px 36px rgba(0, 0, 0, .16); }
.content-card { min-height: 235px; padding: 24px; transition: transform .2s ease, border-color .2s ease; }
.content-card:hover { border-color: var(--green); transform: translateY(-2px); }
.content-card::before { content: ""; position: absolute; right: -70px; top: -70px; width: 150px; height: 150px; border-radius: 50%; border: 22px solid rgba(0, 200, 255, .06); }
.content-card > span { color: #72ee9a; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 950; }
.content-card strong { display: block; margin-top: 28px; color: transparent; background: var(--rainbow); background-clip: text; -webkit-background-clip: text; font-size: 34px; }
.content-card h3 { margin: 10px 0; font-size: 23px; line-height: 1.08; }
.content-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.content-card > b { position: absolute; top: 22px; right: 22px; color: #72ee9a; font-size: 19px; }
.topic-list { border-top: 1px solid var(--line); }
.topic-list a { min-height: 64px; padding: 14px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.topic-list span { font-size: clamp(17px, 4.7vw, 24px); font-weight: 850; }
.topic-list b { color: var(--lime); font-size: 11px; white-space: nowrap; }
.split-panel { display: grid; gap: 28px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(11, 21, 37, .95), rgba(16, 29, 48, .72)); }
.split-panel ol, .split-panel ul { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.split-panel li { counter-increment: item; min-height: 54px; padding: 14px 0 14px 48px; position: relative; border-bottom: 1px solid var(--line); color: #c5cfdb; line-height: 1.5; }
.split-panel ol li::before { content: counter(item); position: absolute; left: 0; top: 10px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--rainbow); color: var(--ink); font-size: 11px; font-weight: 950; }
.warning-panel ul li::before { content: "!"; position: absolute; left: 0; top: 10px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #ffbc4a; color: #281500; font-size: 13px; font-weight: 950; }

.article-shell { width: var(--article); }
.article-toc { padding: 16px; display: flex; gap: 8px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11, 21, 37, .92); scrollbar-width: thin; }
.article-toc strong, .article-toc a { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; flex: 0 0 auto; border-radius: 999px; }
.article-toc strong { color: var(--ink); background: var(--lime); font-size: 11px; }
.article-toc a { color: #c4cedb; background: rgba(255, 255, 255, .045); font-size: 12px; }
.section-block { margin-top: 68px; padding-top: 42px; scroll-margin-top: 96px; border-top: 1px solid var(--line); }
.section-block > h2 { margin-bottom: 22px; }
.insight-panel { position: relative; overflow: hidden; padding: 28px; border-radius: var(--radius); color: white; background: var(--ink-2); }
.insight-panel::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -95px; border-radius: 50%; background: var(--rainbow); opacity: .19; }
.insight-panel p { position: relative; z-index: 1; max-width: 770px; margin: 0; color: #d0d9e4; font-size: 18px; line-height: 1.75; }
.article-figure { margin: 28px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); }
.article-figure img { width: 100%; max-height: 720px; object-fit: cover; object-position: top; }
.article-figure figcaption { padding: 16px 18px; color: #9caabc; font-size: 12px; line-height: 1.6; }
.mini-card { min-height: 128px; padding: 20px; }
.mini-card i { width: 34px; height: 34px; display: grid; place-content: center; margin-bottom: 24px; border-radius: 50%; background: var(--surface-2); color: var(--lime); font-style: normal; font-weight: 950; }
.mini-card p { margin: 0; line-height: 1.5; font-weight: 750; }
.step-card { min-height: 188px; padding: 22px; }
.step-card > b { width: 38px; height: 38px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--rainbow); font-size: 12px; }
.step-card h3 { margin: 28px 0 8px; font-size: 20px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.status-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.status-row { padding: 17px; display: grid; gap: 8px; border-bottom: 1px solid var(--line); background: rgba(11, 21, 37, .88); }
.status-row:last-child { border-bottom: 0; }
.status-row strong { color: #79ef9d; }
.status-row span { color: #b8c4d2; line-height: 1.5; }
.status-head { display: none; background: var(--ink-2); color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.check-list { display: grid; gap: 10px; }
.check-list p { margin: 0; padding: 16px; display: flex; gap: 12px; border: 1px solid var(--line); border-radius: 16px; color: #c4cfda; background: rgba(255, 255, 255, .035); line-height: 1.55; }
.check-list b { color: var(--lime); }
.article-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.article-links > a:not(.button) { min-height: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(85, 239, 99, .26); border-radius: 999px; color: #d9f8df; background: rgba(85, 239, 99, .07); font-size: 13px; font-weight: 850; }
.article-links span { color: var(--lime); }
.source-panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11, 21, 37, .9); }
.source-panel p { margin: 0 0 14px; color: #bdc8d5; line-height: 1.7; }
.source-panel p:last-child { margin-bottom: 0; }
.source-panel a { color: var(--lime); font-weight: 850; }
.related-card { min-height: 110px; padding: 18px; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.related-card h3 { margin: 0 0 5px; font-size: 17px; }
.related-card p { margin: 0; color: var(--muted); font-size: 12px; }
.related-card b { color: #72ee9a; font-size: 20px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 64px; padding: 16px 2px; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: #72ee9a; font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list p { max-width: 780px; margin: -2px 0 20px; color: var(--muted); line-height: 1.7; }

.page-cta { padding: 80px 18px; text-align: center; color: white; background: radial-gradient(circle at 15% 20%, rgba(0, 200, 255, .2), transparent 32%), radial-gradient(circle at 82% 80%, rgba(201, 255, 47, .13), transparent 34%), var(--ink); }
.page-cta h2 { margin: 0; font-size: clamp(43px, 12vw, 82px); line-height: .94; letter-spacing: -.06em; }
.page-cta p { max-width: 580px; margin: 18px auto 28px; color: #b7c3d3; line-height: 1.6; }
.mobile-cta { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--rainbow); color: var(--ink); box-shadow: 0 16px 45px rgba(6, 16, 31, .34); font-weight: 950; }
body:has(.menu[open]) .mobile-cta { display: none; }

.site-footer { padding: 68px 18px calc(96px + env(safe-area-inset-bottom)); color: white; background: #030914; }
.footer-top { display: grid; gap: 34px; }
.footer-brand img { width: 132px; height: 74px; object-fit: contain; }
.footer-brand p { max-width: 320px; color: #98a6b8; line-height: 1.55; }
.domain-pill { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: white; font-size: 12px; font-weight: 900; }
.domain-pill span { margin-left: 7px; color: var(--lime); font-size: 10px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.footer-links h2 { margin: 0 0 14px; color: var(--lime); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { min-height: 44px; display: flex; align-items: center; color: #9aa8b9; font-size: 12px; }
.social-links { margin-top: 36px; padding: 28px 0; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.social-links > p { margin: 0 0 16px; color: white; font-size: 13px; font-weight: 900; }
.social-links > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.social-links a { min-height: 50px; padding: 0 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; color: #b7c3d2; background: rgba(255, 255, 255, .04); font-size: 12px; font-weight: 800; }
.social-icon { width: 30px; height: 30px; display: grid; place-content: center; flex: 0 0 auto; border-radius: 50%; background: #fff; }
.social-icon img { width: 20px; height: 20px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: #738196; font-size: 11px; line-height: 1.6; }
.footer-bottom p { margin: 5px 0; }
.footer-bottom code { color: #a8b7c8; }
.not-found { min-height: 100vh; width: var(--content); margin: 0 auto; display: grid; place-content: center; justify-items: start; }
.not-found img { margin-bottom: 20px; }
.not-found h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 12vw, 78px); line-height: .95; letter-spacing: -.06em; }
.not-found > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

@media (min-width: 720px) {
  :root { --content: min(1160px, calc(100% - 72px)); --article: min(920px, calc(100% - 72px)); }
  .site-header { min-height: 82px; padding: 0 36px; }
  .brand img { width: 112px; height: 62px; }
  .header-actions > .button { display: inline-flex; }
  .page-hero { padding: 78px 0 90px; grid-template-columns: 1.05fr .95fr; gap: 54px; }
  .support-console { min-height: 470px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-grid, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
  .module-heading { grid-template-columns: 1fr minmax(250px, .7fr); align-items: end; }
  .module-heading > p { justify-self: end; }
  .split-panel { grid-template-columns: 1fr 1fr; padding: 48px; }
  .status-row { grid-template-columns: .7fr 1.05fr 1.25fr; align-items: center; }
  .status-head { display: grid; }
  .article-figure img { object-fit: contain; background: #07101e; }
  .footer-top { grid-template-columns: .7fr 1.3fr; }
  .footer-links { grid-template-columns: repeat(4, 1fr); }
  .social-links > div { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1040px) {
  .site-header { padding: 0 max(40px, calc((100vw - 1160px) / 2)); }
  .desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; }
  .desktop-nav a { min-height: 48px; display: inline-flex; align-items: center; color: #aeb9c8; }
  .desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--lime); }
  .menu { display: none; }
  .card-grid { grid-template-columns: repeat(4, 1fr); }
  .step-grid { grid-template-columns: repeat(3, 1fr); }
  .content-wrap { padding-bottom: 110px; }
  .module { margin-top: 96px; }
  .site-footer { padding: 84px max(40px, calc((100vw - 1160px) / 2)) 34px; }
  .mobile-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
