:root {
  color-scheme: dark;
  --ink: #f7f9fc;
  --muted: #9aa7ba;
  --dim: #6f7d91;
  --bg: #070a0f;
  --panel: #0d121a;
  --panel-2: #111923;
  --line: rgba(255, 255, 255, 0.1);
  --brand: #55e6b6;
  --brand-2: #8b7cff;
  --brand-soft: rgba(85, 230, 182, 0.12);
  --danger: #ff7a90;
  --warning: #ffc86b;
  --success: #55e6b6;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% -10%, rgba(139, 124, 255, 0.15), transparent 34rem),
    radial-gradient(circle at -10% 18%, rgba(85, 230, 182, 0.1), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(85, 230, 182, 0.42); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 10, 15, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell, .section, .hero, .page-shell, .footer-shell { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 720; letter-spacing: -0.02em; }
.brand b { color: var(--brand); font-weight: 720; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(85, 230, 182, 0.34);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(85, 230, 182, 0.18), rgba(139, 124, 255, 0.15));
  color: var(--brand);
  font-size: 12px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}
.desktop-nav { display: flex; align-items: center; gap: 8px; }
.nav-link { padding: 10px 13px; border-radius: 10px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-link:hover, .nav-link[aria-current="page"] { background: rgba(255, 255, 255, 0.06); color: var(--ink); }
.nav-link-primary { background: var(--brand); color: #04110d; }
.nav-link-primary:hover, .nav-link-primary[aria-current="page"] { background: #75f0c8; color: #04110d; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--ink); font-size: 20px; cursor: pointer; }
.mobile-nav { padding: 0 18px 16px; }
.mobile-nav .nav-link { display: block; margin-top: 4px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: clamp(36px, 6vw, 84px); padding-block: 86px 68px; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(44px, 7vw, 82px); line-height: 0.98; letter-spacing: -0.06em; }
.gradient-text { background: linear-gradient(90deg, var(--brand), #a79cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, 0.04); color: var(--ink); font-weight: 720; cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.07); }
.button-primary { border-color: transparent; background: linear-gradient(120deg, var(--brand), #6ee7d0); color: #03120d; box-shadow: 0 12px 34px rgba(85, 230, 182, 0.16); }
.button-primary:hover { background: linear-gradient(120deg, #75f0c8, #8aeedb); }
.button-ghost { color: var(--muted); }
.button:disabled, .button-disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.trust-chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255, 255, 255, 0.025); font-size: 12px; }

.product-window { position: relative; min-height: 455px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 28px; background: linear-gradient(145deg, rgba(17, 25, 35, 0.95), rgba(9, 14, 21, 0.95)); box-shadow: var(--shadow); overflow: hidden; }
.product-window::before { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -120px; border-radius: 50%; background: rgba(139, 124, 255, 0.16); filter: blur(28px); }
.window-bar { height: 56px; display: flex; align-items: center; gap: 7px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dim); }
.window-dot:nth-child(1) { background: #ff7a90; }.window-dot:nth-child(2) { background: #ffc86b; }.window-dot:nth-child(3) { background: var(--brand); }
.window-body { position: relative; padding: 26px; }
.account-mini { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.account-identity { display: flex; gap: 12px; align-items: center; }
.account-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; background: var(--brand-soft); color: var(--brand); font-weight: 800; }
.account-title { margin: 0; font-size: 14px; font-weight: 760; }.account-subtitle { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-success { color: var(--success); background: rgba(85, 230, 182, 0.1); border: 1px solid rgba(85, 230, 182, 0.22); }
.status-warning { color: var(--warning); background: rgba(255, 200, 107, 0.1); border: 1px solid rgba(255, 200, 107, 0.22); }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.mini-stat { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.025); }
.mini-stat span { display: block; color: var(--muted); font-size: 11px; }.mini-stat strong { display: block; margin-top: 3px; font-size: 24px; letter-spacing: -0.04em; }
.tool-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.tool-tag { display: inline-flex; padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: rgba(255, 255, 255, 0.03); font-size: 11px; text-transform: capitalize; }
.tool-tag-primary { color: var(--brand); border-color: rgba(85, 230, 182, 0.24); background: var(--brand-soft); }
.sync-line { display: flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--muted); font-size: 12px; }.sync-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 7px rgba(85, 230, 182, 0.08); }

.section { padding-block: 92px; }
.section-head { max-width: 690px; margin-bottom: 38px; }.section-head h2 { margin: 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.06; letter-spacing: -0.045em; }.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .step-card, .security-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17, 25, 35, 0.78), rgba(11, 16, 23, 0.82)); }
.feature-card { min-height: 235px; padding: 26px; }.card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand); font-size: 18px; font-weight: 800; }.feature-card h3, .step-card h3 { margin: 25px 0 8px; font-size: 19px; }.feature-card p, .step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: steps; }.step-card { padding: 26px; counter-increment: steps; }.step-card::before { content: "0" counter(steps); color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; }.step-card h3 { margin-top: 36px; }
.security-band { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: center; padding: 38px; border: 1px solid rgba(85, 230, 182, 0.16); border-radius: 28px; background: linear-gradient(130deg, rgba(85, 230, 182, 0.07), rgba(139, 124, 255, 0.06)); }.security-band h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; letter-spacing: -0.04em; }.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.check-list li { position: relative; padding-left: 30px; color: var(--muted); }.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 900; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); }.cta-panel h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.04em; }.cta-panel p { margin: 8px 0 0; color: var(--muted); }

.page-shell { min-height: calc(100vh - 72px); padding-block: 70px 90px; }
.page-intro { max-width: 720px; margin-bottom: 34px; }.page-intro h1 { font-size: clamp(38px, 6vw, 64px); }.page-intro p { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 0.78fr; gap: 22px; align-items: start; }
.form-card, .side-card, .account-panel, .guide-card, .release-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13, 18, 26, 0.88); box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2); }
.form-card { padding: clamp(22px, 4vw, 36px); }.form-card h2, .side-card h2, .account-panel h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.03em; }.form-card > p, .side-card > p { margin: 0 0 26px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.field { display: grid; gap: 7px; margin-bottom: 16px; }.field label { color: #c7d0dc; font-size: 13px; font-weight: 700; }.field input { min-height: 50px; width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: #090e15; color: var(--ink); outline: none; }.field input:hover { border-color: rgba(255, 255, 255, 0.18); }.field input:focus { border-color: rgba(85, 230, 182, 0.55); box-shadow: 0 0 0 4px rgba(85, 230, 182, 0.08); }.field-hint { margin: 0; color: var(--dim); font-size: 11px; }
.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 5px 0 22px; color: var(--muted); font-size: 12px; }.checkbox-row input { width: 18px; height: 18px; accent-color: var(--brand); }.text-link { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.form-card .button-primary { width: 100%; }.form-message { margin: 0 0 16px; padding: 12px 14px; border-radius: 12px; outline: none; font-size: 13px; }.form-message-error { color: #ffc0ca; border: 1px solid rgba(255, 122, 144, 0.25); background: rgba(255, 122, 144, 0.08); }.form-message-pending { color: #ffe0a8; border: 1px solid rgba(255, 200, 107, 0.25); background: rgba(255, 200, 107, 0.08); }.form-message-success { color: #b9ffe7; border: 1px solid rgba(85, 230, 182, 0.25); background: rgba(85, 230, 182, 0.08); }
.side-card { padding: 28px; }.side-list { display: grid; gap: 18px; margin-top: 26px; }.side-item { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }.side-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--brand-soft); color: var(--brand); font-size: 11px; font-weight: 800; }.side-item strong { display: block; font-size: 13px; }.side-item span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.pending-card { padding: 36px; border: 1px solid rgba(255, 200, 107, 0.2); border-radius: var(--radius); background: rgba(255, 200, 107, 0.05); }.pending-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: rgba(255, 200, 107, 0.12); color: var(--warning); font-size: 24px; }.pending-card h2 { margin: 24px 0 8px; }.pending-card p { color: var(--muted); }.pending-email { color: var(--ink); font-weight: 760; word-break: break-word; }

.account-panel { padding: clamp(22px, 4vw, 36px); }.account-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.account-header p { margin: 5px 0 0; color: var(--muted); }.entitlement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }.entitlement-stat { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.025); }.entitlement-stat span { display: block; color: var(--muted); font-size: 11px; }.entitlement-stat strong { display: block; margin-top: 6px; font-size: 21px; letter-spacing: -0.03em; }.account-tools { margin-top: 26px; }.account-tools h3 { margin: 0 0 12px; font-size: 13px; color: var(--muted); }.account-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }

.release-card { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 28px; margin-bottom: 20px; }.release-card h2 { margin: 0 0 6px; }.release-card p { margin: 0; color: var(--muted); }.release-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }.release-meta span { padding: 6px 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.04); color: var(--muted); font-size: 11px; }
.release-hash { display: grid; gap: 6px; margin-top: 16px !important; }
.release-hash code { max-width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #080d13; color: var(--brand); font-size: 11px; overflow-wrap: anywhere; user-select: all; }
.release-changelog { margin-top: 22px; }
.manual-update-note { margin-top: 22px !important; padding: 15px 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, 0.025); }
.download-access { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 22px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.025); }.download-access p { margin: 0; color: var(--muted); font-size: 13px; }.download-access strong { color: var(--ink); }
.guide-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.025); }.guide-tab { min-height: 46px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }.guide-tab.active { background: var(--panel-2); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.guide-card { padding: clamp(22px, 4vw, 34px); margin-top: 16px; }.guide-card h2 { margin: 0; }.guide-card > p { margin: 8px 0 0; color: var(--muted); }.install-steps { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; counter-reset: install; }.install-steps li { counter-increment: install; position: relative; min-height: 58px; padding: 14px 16px 14px 58px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, 0.02); color: var(--muted); }.install-steps li::before { content: counter(install); position: absolute; left: 15px; top: 13px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--brand-soft); color: var(--brand); font-size: 11px; font-weight: 800; }.install-steps strong { color: var(--ink); }.security-card { margin-top: 18px; padding: 26px; }.security-card h3 { margin: 0 0 14px; }

.site-footer { border-top: 1px solid var(--line); background: rgba(5, 8, 12, 0.65); }.footer-shell { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 30px; }.footer-copy { max-width: 520px; color: var(--dim); font-size: 12px; }.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 13px; }
.muted { color: var(--muted); }.fine-print { color: var(--dim); font-size: 11px; }.centered-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }.not-found-card { width: min(100%, 520px); padding: 40px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); text-align: center; }.brand-centered { justify-content: center; }.not-found-card h1 { font-size: 44px; }.not-found-card .button { margin-top: 22px; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; } [data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }.menu-toggle { display: grid; place-items: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 70px; }.product-window { min-height: 410px; }
  .card-grid, .steps { grid-template-columns: 1fr 1fr; }.security-band, .form-layout { grid-template-columns: 1fr; }.side-card { order: -1; }.cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .nav-shell, .section, .hero, .page-shell, .footer-shell { width: min(calc(100% - 24px), var(--max)); }
  .nav-shell { min-height: 64px; }.brand { font-size: 14px; }.brand-mark { width: 33px; height: 33px; }
  .hero { padding-block: 54px 44px; }.hero-actions .button { width: 100%; }.product-window { min-height: 400px; border-radius: 21px; }.window-body { padding: 18px; }.account-mini { align-items: flex-start; }.status-pill { font-size: 10px; }
  .section { padding-block: 66px; }.card-grid, .steps, .field-grid, .entitlement-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.security-band, .cta-panel { padding: 26px; }
  .page-shell { padding-block: 48px 70px; }.page-intro { margin-bottom: 26px; }.side-card { padding: 22px; }.account-header, .release-card { grid-template-columns: 1fr; display: grid; }.account-header .button { width: 100%; }.release-card .button { width: 100%; }.guide-tabs { grid-template-columns: 1fr; }
  .footer-shell { align-items: flex-start; flex-direction: column; padding-block: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
