:root {
  color-scheme: dark;
  --bg: #080b16;
  --surface: #0e1424;
  --surface-2: #131b2f;
  --line: rgba(174, 190, 226, .16);
  --text: #f4f6fc;
  --muted: #9da8c0;
  --violet: #815dff;
  --violet-2: #a35cff;
  --mint: #43e5c1;
  --warm: #ffbf68;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.document { max-width: 760px; }
.muted { color: var(--muted); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 15px; border-radius: 10px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(8, 11, 22, .88); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--violet), var(--violet-2)); color: white; box-shadow: 0 8px 30px rgba(129, 93, 255, .35); }
.footer-nav a { color: var(--muted); transition: color .2s ease; }
.footer-nav a:hover { color: var(--text); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(67, 229, 193, .55); outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, var(--violet), var(--violet-2)); color: white; box-shadow: 0 12px 35px rgba(129, 93, 255, .28); }
.button-secondary, .button-quiet { border-color: var(--line); background: rgba(255, 255, 255, .025); color: var(--text); }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 12px; }
.button-wide { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .46; transform: none; box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 94px 0 78px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; width: 760px; height: 760px; top: -380px; right: -160px; border-radius: 50%; background: rgba(111, 72, 255, .21); filter: blur(100px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow, .overline { color: var(--mint); font-weight: 800; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid rgba(67, 229, 193, .22); border-radius: 999px; background: rgba(67, 229, 193, .06); }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); }
.status-dot-warm { background: var(--warm); box-shadow: 0 0 16px rgba(255, 191, 104, .6); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 26px 0 24px; font-size: clamp(48px, 6.2vw, 78px); line-height: .99; letter-spacing: -.06em; }
.hero h1 span { color: #9e8cff; }
.hero-lead { max-width: 650px; color: #b5bfd3; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trial-cta-form { display: inline-flex; margin: 0; }
.trial-note { margin-top: 16px; color: var(--muted); font-size: 13px; }

.network-card { padding: 26px; border: 1px solid rgba(156, 134, 255, .3); border-radius: 28px; background: linear-gradient(145deg, rgba(24, 33, 57, .96), rgba(10, 15, 29, .96)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.06); transform: rotate(1.2deg); transform-origin: center; transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .35s ease; will-change: transform; }
@media (hover: hover) and (pointer: fine) {
  .network-card:hover { transform: rotate(0deg) translateY(-8px) scale(1.015); border-color: rgba(67,229,193,.5); box-shadow: 0 34px 100px rgba(0,0,0,.42), 0 0 0 1px rgba(67,229,193,.14), 0 0 58px rgba(129,93,255,.2), inset 0 1px rgba(255,255,255,.08); }
}
.network-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.network-topline h2 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.035em; }
.live-pill, .node-state { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 999px; background: rgba(67, 229, 193, .1); color: var(--mint); font-size: 11px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.route-map { display: grid; grid-template-columns: 40px 1fr 48px 1fr 40px; align-items: center; margin: 33px 5px; }
.route-node { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #11192b; color: var(--muted); font-size: 10px; font-weight: 800; }
.route-core { width: 48px; height: 48px; background: linear-gradient(135deg, var(--violet), var(--violet-2)); color: white; border: none; font-size: 19px; box-shadow: 0 0 30px rgba(129,93,255,.48); animation: route-core-pulse 3.2s ease-in-out infinite; }
.route-exit { color: var(--mint); border-color: rgba(67,229,193,.35); }
.route-line { height: 1px; background: linear-gradient(90deg, var(--line), var(--violet), var(--mint), var(--line)); background-size: 220% 100%; animation: route-flow 3.2s ease-in-out infinite; }
.node-list { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; }
.node-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 15px; }
.node-row + .node-row { border-top: 1px solid var(--line); }
.node-row strong, .node-row small { display: block; }
.node-row small { margin-top: 1px; color: var(--muted); font-size: 12px; }
.route-status { width: 13px; height: 13px; margin-left: 5px; border: 3px solid rgba(67,229,193,.22); border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px rgba(67,229,193,.55); animation: route-status-pulse 2.4s ease-in-out infinite; }
.route-status-ready { background: transparent; box-shadow: none; }
.network-footer { display: flex; gap: 8px; margin-top: 17px; }
.network-footer span, .platform-pills span { padding: 4px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-grid div { display: flex; align-items: center; gap: 16px; padding: 27px 34px; }
.stat-grid div + div { border-left: 1px solid var(--line); }
.stat-grid strong { font-size: 25px; letter-spacing: -.05em; }
.stat-grid span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.section { padding: 112px 0; }
.section-first { padding-top: 58px; }
.section-soft { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(22,30,52,.7), rgba(10,14,27,.55)); }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading h2, .feature-copy h2, .final-card h2 { margin: 13px 0 15px; font-size: clamp(35px, 4vw, 54px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p, .feature-copy > p, .final-card p { color: var(--muted); font-size: 18px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.step-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,28,48,.85), rgba(11,16,30,.85)); }
.step-number { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(129,93,255,.35); border-radius: 13px; color: #a891ff; font-size: 12px; font-weight: 850; }
.step-card h3 { margin: 48px 0 10px; font-size: 23px; letter-spacing: -.03em; }
.step-card p { color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #c4ccdc; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--mint); font-weight: 900; }
.device-panel { position: relative; min-height: 420px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(129,93,255,.22), transparent 56%), #0b1020; }
.device { position: absolute; display: grid; place-items: center; border: 6px solid #252e43; background: #070b15; box-shadow: 0 30px 60px rgba(0,0,0,.45); }
.device-screen { color: var(--mint); font-weight: 900; letter-spacing: .12em; }
.device-phone { z-index: 2; width: 118px; height: 238px; left: 25%; top: 82px; border-radius: 28px; transform: rotate(-7deg); }
.device-phone .device-screen { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--violet), var(--violet-2)); color: white; font-size: 23px; }
.device-laptop { width: 300px; height: 190px; right: 9%; top: 105px; border-radius: 17px; transform: rotate(4deg); }
.device-laptop::after { content: ""; position: absolute; width: 340px; height: 12px; bottom: -16px; border-radius: 0 0 20px 20px; background: #252e43; }
.device-laptop .device-screen { font-size: 13px; }
.platform-pills { position: absolute; z-index: 4; bottom: 24px; left: 24px; right: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.02); }
.faq-list summary { padding: 21px 24px; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--violet-2); font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 24px 22px; margin: 0; color: var(--muted); }
.text-link { color: var(--mint); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(67,229,193,.45); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.text-link:hover { color: #8ff5df; text-decoration-color: currentColor; }
.center-action { margin-top: 28px; text-align: center; }
.final-cta { padding: 0 0 112px; }
.final-card { position: relative; overflow: hidden; padding: 64px; border: 1px solid rgba(150,124,255,.3); border-radius: 32px; text-align: center; background: radial-gradient(circle at 50% 130%, rgba(129,93,255,.4), transparent 55%), var(--surface); }
.final-card p { max-width: 690px; margin: 0 auto 28px; }
.final-card .trial-cta-form { justify-content: center; }

@keyframes route-flow { 0%, 100% { background-position: 100% 50%; opacity: .72; } 50% { background-position: 0 50%; opacity: 1; } }
@keyframes route-core-pulse { 0%, 100% { box-shadow: 0 0 25px rgba(129,93,255,.4); } 50% { box-shadow: 0 0 42px rgba(129,93,255,.66); } }
@keyframes route-status-pulse { 0%, 100% { opacity: .72; } 50% { opacity: 1; } }

.site-footer { padding: 58px 0 24px; border-top: 1px solid var(--line); background: #070a13; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; }
.brand-footer { margin-bottom: 18px; }
.footer-copy { max-width: 460px; }
.footer-nav { display: grid; align-content: start; gap: 11px; min-width: 180px; }
.footer-bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); color: #6f7890; font-size: 12px; }

.auth-main { padding: 82px 0 100px; background: radial-gradient(circle at 20% 20%, rgba(129,93,255,.15), transparent 30%); }
.auth-shell { display: grid; grid-template-columns: minmax(0, 620px) 1fr; gap: 26px; }
.auth-card, .auth-aside { padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: rgba(14,20,36,.9); }
.auth-card h1 { margin: 12px 0 12px; font-size: 42px; letter-spacing: -.05em; }
.auth-lead { color: var(--muted); }
.auth-form { display: grid; gap: 10px; margin-top: 28px; }
.auth-form label { color: #c6cedf; font-size: 13px; font-weight: 800; }
.auth-form input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; background: #090e1b; color: var(--text); }
.auth-choice-form { margin-top: 24px; }
.consent-group { display: grid; gap: 12px; margin: 0 0 8px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,12,24,.55); }
.consent-group legend { padding: 0 7px; color: #c6cedf; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.5; cursor: pointer; }
.auth-form .consent-check input { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--violet-2); }
.consent-check a { color: var(--mint); text-decoration: underline; text-underline-offset: 2px; }
.consent-group.is-invalid { border-color: rgba(255,114,114,.65); box-shadow: 0 0 0 2px rgba(255,114,114,.08); }
.consent-error { margin: 0; color: #ffaaaa; font-size: 12px; font-weight: 750; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0 4px; color: var(--muted); font-size: 13px; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-switch { display: block; margin-top: 20px; text-align: center; }
.telegram-wait-shell { display: grid; place-items: center; }
.telegram-wait-card { width: min(100%, 620px); text-align: center; }
.telegram-wait-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border: 1px solid rgba(66,229,198,.3); border-radius: 19px; background: rgba(66,229,198,.09); color: var(--mint); font-size: 26px; font-weight: 900; }
.telegram-wait-status { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; margin: 24px 0 18px; padding: 15px; border: 1px solid rgba(129,93,255,.28); border-radius: 14px; background: rgba(129,93,255,.07); color: #dce2ef; font-size: 14px; font-weight: 750; }
.telegram-wait-spinner { width: 18px; height: 18px; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.2); border-top-color: var(--mint); border-radius: 50%; animation: telegram-wait-spin .9s linear infinite; }
.telegram-wait-status[data-state="approved"] { border-color: rgba(66,229,198,.3); background: rgba(66,229,198,.08); color: var(--mint); }
.telegram-wait-status[data-state="denied"], .telegram-wait-status[data-state="expired"] { border-color: rgba(255,114,114,.3); background: rgba(255,114,114,.07); color: #ffb3b3; }
.telegram-wait-status[data-state="approved"] .telegram-wait-spinner, .telegram-wait-status[data-state="denied"] .telegram-wait-spinner, .telegram-wait-status[data-state="expired"] .telegram-wait-spinner { display: none; }
.telegram-browser-link { display: inline-block; margin: 15px 0 0; }
.telegram-wait-note { margin: 25px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.55; }
@keyframes telegram-wait-spin { to { transform: rotate(360deg); } }
.launch-note { display: grid; grid-template-columns: 10px 1fr; gap: 12px; align-items: start; margin: 18px 0; padding: 15px; border: 1px solid rgba(255,191,104,.2); border-radius: 14px; background: rgba(255,191,104,.055); color: var(--muted); font-size: 13px; }
.launch-note .status-dot { margin-top: 6px; }
.launch-note strong { color: #f2d3a6; }
.launch-note-success { border-color: rgba(66,229,198,.22); background: rgba(66,229,198,.06); }
.account-link-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 18px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,12,24,.55); }
.account-link-card h2 { margin: 6px 0 5px; font-size: 22px; letter-spacing: -.025em; }
.account-link-card p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.account-link-card form { flex: 0 0 auto; }
.link-status { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.link-status-success { color: var(--mint); background: rgba(66,229,198,.1); border: 1px solid rgba(66,229,198,.2); }
.account-body { min-height: 100vh; background: #080c18; }
.account-site-header { position: sticky; top: 0; z-index: 40; background: rgba(7,11,22,.94); box-shadow: 0 14px 40px rgba(0,0,0,.16); backdrop-filter: blur(20px); }
.account-site-header .shell, .account-main .shell { width: min(1400px, calc(100% - 40px)); }
.account-site-header .header-inner { min-height: 72px; gap: 18px; }
.account-site-header .brand { flex: 0 0 auto; }
.account-user-chip { display: flex; min-width: 0; max-width: 205px; align-items: center; gap: 9px; padding: 6px 11px 6px 7px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease; }
.account-user-chip:hover { border-color: rgba(129,93,255,.42); background: rgba(129,93,255,.07); }
.account-user-avatar { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--violet),var(--violet-2)); color: #fff; font-size: 13px; font-weight: 900; }
.account-user-name { min-width: 0; overflow: hidden; color: #dce2ef; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.account-logout { flex: 0 0 auto; }
.account-logout button { display: flex; height: 43px; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.account-logout button:hover { border-color: rgba(129,93,255,.42); color: var(--text); }
.account-main { min-height: 78vh; padding: 36px 0 82px; background: radial-gradient(circle at 8% 0, rgba(129,93,255,.12), transparent 28%), linear-gradient(180deg,rgba(10,15,29,.2),transparent 42%); }
.account-shell { display: grid; gap: 18px; }
.account-heading { max-width: 760px; }
.account-heading h1 { margin: 7px 0 5px; font-size: clamp(32px,3.4vw,44px); line-height: 1.06; letter-spacing: -.05em; }
.account-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.account-heading-home h1 { font-size: 38px; }
.account-heading-home p { color: #c9d1e1; font-size: 16px; font-weight: 750; }
.account-nav { display: flex; min-width: 0; align-items: center; gap: 3px; margin-left: auto; padding: 4px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.018); }
.account-nav a { display: grid; min-height: 38px; place-items: center; padding: 0 13px; border-radius: 10px; color: var(--muted); font-size: 12px; font-weight: 800; white-space: nowrap; transition: color .2s ease, background .2s ease, transform .2s ease; }
.account-nav-icon { display: none; }
.account-nav a:hover { color: var(--text); transform: translateY(-1px); }
.account-nav a.active { color: var(--mint); background: rgba(67,229,193,.1); }
.dashboard-grid, .profile-grid, .connect-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.dashboard-card, .plan-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(18,27,47,.94), rgba(10,16,29,.94)); box-shadow: 0 18px 48px rgba(0,0,0,.16); }
.dashboard-card h2, .plan-card h2 { margin: 6px 0 15px; font-size: 23px; letter-spacing: -.035em; }
.card-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.plan-name { display: block; margin: 6px 0 18px; font-size: 27px; letter-spacing: -.04em; }
.account-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.account-stats div { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,12,24,.48); }
.account-stats span, .profile-fact span, .identity-row span { display: block; color: var(--muted); font-size: 12px; }
.account-stats strong { display: block; margin-top: 5px; font-size: 18px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.identity-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.identity-row strong { display: block; margin-top: 4px; overflow-wrap: anywhere; }
.identity-card .text-link { display: inline-block; margin-top: 16px; }
.quick-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.quick-actions a { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(7,12,24,.45); transition: transform .2s ease, border-color .2s ease; }
.quick-actions a:hover { transform: translateY(-3px); border-color: rgba(129,93,255,.45); }
.quick-actions strong, .quick-actions span { display: block; }
.quick-actions span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.onboarding-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.onboarding-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(7,12,24,.45); }
.onboarding-list li > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 12px; font-weight: 900; }
.onboarding-list li.complete > span { border-color: rgba(66,229,198,.3); color: var(--mint); background: rgba(66,229,198,.09); }
.onboarding-list strong, .onboarding-list small { display: block; }
.onboarding-list small { margin-top: 5px; color: var(--muted); line-height: 1.45; }
.empty-state { display: grid; justify-items: start; gap: 12px; }
.empty-state > strong { font-size: 24px; }
.empty-state p { margin: 0; color: var(--muted); }
.profile-fact { display: grid; gap: 3px; padding: 17px 0; border-top: 1px solid var(--line); }
.profile-fact small { color: var(--muted); }
.mono { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 12px; overflow-wrap: anywhere; }
.connect-card > p { color: var(--muted); }
.subscription-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 20px 0; }
.subscription-summary div { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(7,12,24,.48); }
.subscription-summary span, .subscription-summary strong { display: block; }
.subscription-summary span { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.subscription-summary strong { font-size: 14px; }
.happ-download-link { display: inline-block; margin-top: 15px; }
.connect-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: connect; }
.connect-steps li { position: relative; display: grid; gap: 3px; padding: 18px 0 18px 42px; border-top: 1px solid var(--line); counter-increment: connect; }
.connect-steps li::before { content: "0" counter(connect); position: absolute; left: 0; top: 19px; color: var(--mint); font-size: 12px; font-weight: 900; }
.connect-steps span { color: var(--muted); font-size: 13px; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan-price { display: block; margin: 12px 0 5px; font-size: 32px; letter-spacing: -.04em; }
.plan-card > p { color: var(--muted); }
.plan-card ul { display: grid; gap: 10px; min-height: 122px; margin: 22px 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 25px; color: #c7cede; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.plan-card-current { border-color: rgba(66,229,198,.38); box-shadow: 0 20px 60px rgba(42,198,167,.08); }
.benefit-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 22px 0; border-top: 1px solid var(--line); }
.benefit-list li > span { color: var(--mint); font-size: 12px; font-weight: 900; }
.benefit-list strong { display: block; margin-bottom: 5px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 14px; }

.page-hero { padding: 90px 0 60px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(129,93,255,.2), transparent 55%); }
.page-hero-compact { padding-bottom: 35px; text-align: left; }
.page-hero h1 { margin: 13px 0 16px; font-size: clamp(42px, 6vw, 66px); line-height: 1.04; letter-spacing: -.055em; }
.page-hero p { color: var(--muted); font-size: 18px; }
.guide-card { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.guide-card + .guide-card { margin-top: 16px; }
.guide-index { color: var(--violet-2); font-weight: 900; }
.guide-card h2 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.03em; }
.guide-card ol { padding-left: 20px; margin: 0; color: var(--muted); }
.guide-card li + li { margin-top: 9px; }
.guide-card a, .prose a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.help-cta { margin-top: 28px; padding: 34px; border: 1px solid rgba(129,93,255,.28); border-radius: 22px; background: rgba(129,93,255,.08); text-align: center; }
.help-cta p { color: var(--muted); }
.prose { color: #c0c8d9; }
.prose h2 { margin: 42px 0 12px; color: var(--text); font-size: 25px; letter-spacing: -.03em; }
.prose h2:first-child { margin-top: 0; }
.error-main { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; }
.error-card { text-align: center; }
.error-code { display: block; color: var(--violet); font-size: 90px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.error-card h1 { margin: 18px 0 10px; font-size: 40px; }
.error-card p { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 900px) {
  .hero { padding-top: 70px; }
  .hero-grid, .feature-grid, .auth-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .network-card { max-width: 620px; transform: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-card h3 { margin-top: 28px; }
  .feature-grid { gap: 45px; }
  .footer-grid { gap: 40px; }
	.dashboard-grid, .profile-grid, .connect-layout { grid-template-columns: 1fr; }
	.plans-grid { grid-template-columns: 1fr; }
	.account-body { padding-bottom: 82px; }
	.account-body .site-footer { display: none; }
	.account-site-header .header-inner { min-height: 64px; }
	.account-user-chip { margin-left: auto; max-width: 180px; }
	.account-logout-label { display: none; }
	.account-nav { position: fixed; z-index: 70; right: 12px; bottom: 10px; left: 12px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 2px; margin: 0; padding: 6px; border-radius: 17px; background: rgba(8,12,24,.96); box-shadow: 0 18px 60px rgba(0,0,0,.48); backdrop-filter: blur(20px); }
	.account-nav a { min-height: 54px; gap: 1px; padding: 3px 2px; font-size: 9px; line-height: 1.15; }
	.account-nav-icon { display: block; color: currentColor; font-size: 17px; font-weight: 700; line-height: 1; }
	.account-main { padding-bottom: 40px; }
}

@media (max-width: 640px) {
	.account-link-card { align-items: stretch; flex-direction: column; }
	.account-link-card .button { width: 100%; }
	.account-main { padding: 28px 0 36px; }
	.account-site-header .shell, .account-main .shell { width: min(100% - 28px, 1400px); }
	.account-user-chip { max-width: 145px; padding-right: 8px; }
	.account-user-name { font-size: 11px; }
	.account-nav { right: 8px; bottom: 7px; left: 8px; }
	.account-heading h1, .account-heading-home h1 { font-size: 31px; }
	.account-heading p, .account-heading-home p { font-size: 14px; }
	.dashboard-card, .plan-card { padding: 21px 18px; border-radius: 18px; }
	.account-stats, .quick-actions, .onboarding-list, .subscription-summary { grid-template-columns: 1fr; }
	.card-actions .button { width: 100%; }
	.identity-row { align-items: flex-start; flex-direction: column; }
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .button-small { min-height: 38px; padding-inline: 13px; }
  .hero { padding: 58px 0; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .trial-cta-form { width: 100%; }
  .network-card { padding: 18px; border-radius: 22px; }
  .node-state { display: none; }
  .stat-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .stat-grid div { padding: 16px 4px; }
  .stat-grid div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .feature-copy h2, .final-card h2 { font-size: 37px; }
  .device-panel { min-height: 330px; }
  .device-phone { left: 10%; top: 50px; transform: scale(.83) rotate(-7deg); }
  .device-laptop { right: -13%; top: 78px; transform: scale(.78) rotate(4deg); }
  .final-cta { padding-bottom: 78px; }
  .final-card { padding: 42px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .auth-main { padding: 42px 0 70px; }
  .auth-card, .auth-aside { padding: 27px 22px; border-radius: 22px; }
  .auth-card h1 { font-size: 36px; }
  .page-hero { padding-top: 60px; }
  .page-hero h1 { font-size: 42px; }
  .guide-card { grid-template-columns: 1fr; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .route-line, .route-core, .route-status { animation: none; }
}
