:root {
  --bg: #06090f;
  --bg-2: #080d16;
  --surface: #0d1421;
  --surface-2: #131c2f;
  --surface-3: #1a2438;
  --border: rgba(255,255,255,0.07);
  --border-2: rgba(255,255,255,0.13);
  --accent: #14b8a6;
  --accent-hover: #0d9488;
  --accent-light: rgba(20,184,166,0.15);
  --text: #eef1f8;
  --text-2: #8b9ab8;
  --text-3: #556280;
  --green: #10b981;
  --red: #f43f5e;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* ── HEADER ── */
.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,5vw,80px);height:64px;background:rgba(6,9,15,0.88);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:-.03em;flex-shrink:0}
.brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#0d9488,#10b981);display:grid;place-items:center;font-size:15px;font-weight:900;color:#fff;flex-shrink:0;box-shadow:0 0 18px rgba(20,184,166,0.45)}
.nav{display:flex;align-items:center;gap:2px}
.nav-link{padding:7px 14px;border-radius:var(--radius);color:var(--text-2);font-size:14px;font-weight:500;transition:color .15s,background .15s}
.nav-link:hover,.nav-link.active{color:var(--text);background:var(--surface-2)}
.header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 18px;border-radius:var(--radius);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;border:none;font-family:inherit;white-space:nowrap}
.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-2)}
.btn-ghost:hover{color:var(--text);background:var(--surface-2);border-color:rgba(255,255,255,0.2)}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 0 20px rgba(20,184,166,0.3)}
.btn-primary:hover{background:var(--accent-hover);box-shadow:0 0 30px rgba(20,184,166,0.5)}
.btn-lg{height:48px;padding:0 28px;font-size:15px;border-radius:12px}
.btn-full{width:100%}
.btn-outline{background:transparent;color:var(--text-2);border:1px solid var(--border-2)}
.btn-outline:hover{color:var(--text);border-color:rgba(255,255,255,0.25);background:var(--surface-2)}

/* ── HERO ── */
.hero{max-width:1200px;margin:0 auto;padding:100px clamp(20px,5vw,80px) 80px;text-align:center}
.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid rgba(20,184,166,0.35);background:rgba(20,184,166,0.08);border-radius:999px;font-size:13px;font-weight:500;color:#99f6e4;margin-bottom:28px}
.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);flex-shrink:0}
h1.hero-title{font-size:clamp(42px,7vw,82px);line-height:1.02;letter-spacing:-.045em;font-weight:800;margin-bottom:24px;background:linear-gradient(170deg,#eef1f8 40%,#6b7ea8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-subtitle{font-size:clamp(16px,2vw,20px);color:var(--text-2);max-width:580px;margin:0 auto 40px;line-height:1.7}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:72px}

/* hero visual */
.hero-visual{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-xl);padding:24px;max-width:860px;margin:0 auto;box-shadow:0 0 80px rgba(20,184,166,0.08),0 40px 120px rgba(0,0,0,0.55);overflow:hidden}
.visual-header{display:flex;align-items:center;gap:8px;padding-bottom:18px;border-bottom:1px solid var(--border)}
.vdot{width:11px;height:11px;border-radius:50%}
.vdot:nth-child(1){background:#ff5f57}.vdot:nth-child(2){background:#febc2e}.vdot:nth-child(3){background:#28c840}
.visual-label{margin-left:10px;font-size:12px;color:var(--text-3);font-family:"Geist Mono","Fira Code",monospace}
.visual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.v-metric{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:16px;text-align:left}
.v-metric-val{font-size:26px;font-weight:800;letter-spacing:-.05em;line-height:1;margin-bottom:6px}
.v-metric-val.green{color:var(--green)}.v-metric-val.blue{color:#2dd4bf}.v-metric-val.purple{color:#34d399}
.v-metric-label{font-size:12px;color:var(--text-3)}
.visual-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.v-panel{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:16px}
.v-panel-title{font-size:12px;color:var(--text-3);margin-bottom:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.v-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.v-bar-label{font-size:12px;color:var(--text-2);width:80px;flex-shrink:0}
.v-bar-track{flex:1;height:6px;background:var(--surface-3);border-radius:3px;overflow:hidden}
.v-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#14b8a6,#10b981)}
.v-status-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}
.v-status-row:last-child{border-bottom:none;padding-bottom:0}
.v-status-name{color:var(--text-2)}
.v-status-ok{color:var(--green);font-weight:600;font-size:12px;display:flex;align-items:center;gap:5px}
.v-status-ok::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 6px rgba(16,185,129,0.6)}

/* ── SECTIONS ── */
.section{max-width:1200px;margin:0 auto;padding:80px clamp(20px,5vw,80px)}
.section-eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.section-title{font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:16px;background:linear-gradient(160deg,var(--text) 55%,var(--text-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section-desc{color:var(--text-2);font-size:17px;line-height:1.7;max-width:540px}
.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:52px}

/* ── GRID ── */
.grid{display:grid;gap:16px}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}

/* ── CARDS ── */
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s,box-shadow .2s}
.card:hover{border-color:var(--border-2);box-shadow:0 8px 40px rgba(0,0,0,0.35)}
.card h3{font-size:18px;font-weight:700;letter-spacing:-.025em;margin-bottom:10px;color:var(--text)}
.card p{font-size:15px;color:var(--text-2);line-height:1.65}
.card-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:600;color:var(--accent)}
.card-link:hover{color:var(--accent-hover);text-decoration:underline}

/* ── STATS BAND ── */
.stats-band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-inner{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,80px);display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border)}
.stat-item{background:var(--surface);padding:48px 32px;text-align:center}
.stat-value{font-size:46px;font-weight:800;letter-spacing:-.06em;line-height:1;margin-bottom:10px;background:linear-gradient(135deg,var(--text),#99f6e4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.stat-label{font-size:14px;color:var(--text-3);font-weight:500}

/* ── CTA BAND ── */
.cta-band{background:linear-gradient(135deg,rgba(20,184,166,0.1),rgba(123,97,255,0.07));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cta-inner{max-width:1200px;margin:0 auto;padding:80px clamp(20px,5vw,80px);display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta-text .section-title{-webkit-text-fill-color:unset;background:none;color:var(--text);margin-bottom:8px}
.cta-text p{color:var(--text-2);font-size:16px;max-width:440px}
.cta-actions{display:flex;gap:12px;flex-shrink:0}

/* ── FEATURE HIGHLIGHT ── */
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.feature-row.flip{direction:rtl}
.feature-row.flip > *{direction:ltr}
.feature-content p{color:var(--text-2);font-size:16px;line-height:1.75;margin-top:14px}
.feature-content ul{margin-top:20px;padding:0;list-style:none;display:grid;gap:10px}
.feature-content li{display:flex;align-items:center;gap:10px;color:var(--text-2);font-size:14px}
.feature-content li::before{content:"";width:18px;height:18px;border-radius:50%;background:rgba(20,184,166,0.15);border:1px solid rgba(20,184,166,0.3);flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%234361ee' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.feature-panel{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-xl);padding:32px;box-shadow:0 20px 60px rgba(0,0,0,0.4)}

/* ── FOOTER ── */
.footer{border-top:1px solid var(--border)}
.footer-main{max-width:1200px;margin:0 auto;padding:60px clamp(20px,5vw,80px) 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px}
.footer-brand p{color:var(--text-3);font-size:14px;line-height:1.65;max-width:260px;margin-top:14px}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px}
.footer-col a{display:block;color:var(--text-2);font-size:14px;padding:5px 0;transition:color .15s}
.footer-col a:hover{color:var(--text)}
.footer-bottom{border-top:1px solid var(--border)}
.footer-bottom-inner{max-width:1200px;margin:0 auto;padding:18px clamp(20px,5vw,80px);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:var(--text-3)}

/* ── PAGE HERO (inner pages) ── */
.page-hero{max-width:1200px;margin:0 auto;padding:80px clamp(20px,5vw,80px) 48px}
.page-hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:18px;background:linear-gradient(160deg,var(--text) 55%,var(--text-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.page-hero p{font-size:18px;color:var(--text-2);line-height:1.7;max-width:560px}

/* ── AUTH VIEWS ── */
.auth-view{display:none;min-height:calc(100vh - 64px);align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(ellipse at 50% 0%,rgba(20,184,166,0.07) 0%,transparent 70%)}
.auth-card{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-xl);padding:40px;width:100%;max-width:420px;box-shadow:0 24px 80px rgba(0,0,0,0.55)}
.auth-logo{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:32px;font-weight:700;font-size:20px;letter-spacing:-.03em}
.auth-title{font-size:24px;font-weight:800;letter-spacing:-.035em;text-align:center;margin-bottom:6px}
.auth-subtitle{text-align:center;color:var(--text-2);font-size:14px;margin-bottom:28px}
.form-group{margin-bottom:16px}
.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:7px}
.form-input{width:100%;background:var(--bg-2,#080d16);border:1px solid var(--border-2);border-radius:var(--radius);padding:11px 14px;font-size:15px;color:var(--text);font-family:inherit;transition:border-color .15s,box-shadow .15s}
.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(20,184,166,0.18)}
.form-input::placeholder{color:var(--text-3)}
.form-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.form-link{font-size:13px;color:var(--accent);font-weight:500;transition:color .15s}
.form-link:hover{color:var(--accent-hover);text-decoration:underline}
.alert{border-radius:var(--radius);padding:12px 16px;font-size:14px;margin-bottom:16px}
.alert-error{display:none;background:rgba(244,63,94,0.1);border:1px solid rgba(244,63,94,0.3);color:#fda4af}
.alert-success{display:none;background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.3);color:#6ee7b7;text-align:center;padding:16px}
.auth-footer{text-align:center;margin-top:22px;font-size:13px;color:var(--text-3)}
.auth-footer a{color:var(--accent);font-weight:500}
.auth-footer a:hover{text-decoration:underline}
.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-3);font-size:13px}
.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--border)}

/* ── STATUS PAGE ── */
.status-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:24px}
.status-card-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.status-card-header h3{font-size:16px;font-weight:700;letter-spacing:-.02em}
.status-row{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);font-size:14px}
.status-row:last-child{border-bottom:none}
.status-name{color:var(--text-2)}
.status-ok{display:flex;align-items:center;gap:6px;color:var(--green);font-weight:600;font-size:13px}
.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.status-dot.ok{background:var(--green);box-shadow:0 0 8px rgba(16,185,129,0.5)}
.status-dot.warn{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,0.5)}
.status-dot.error{background:var(--red);box-shadow:0 0 8px rgba(244,63,94,0.5)}
.big-status{display:flex;align-items:center;gap:14px;padding:28px 24px;background:rgba(16,185,129,0.06);border-radius:var(--radius-lg);border:1px solid rgba(16,185,129,0.2);margin-bottom:32px}
.big-status-dot{width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 16px rgba(16,185,129,0.6);flex-shrink:0}
.big-status-title{font-size:18px;font-weight:700}
.big-status-sub{font-size:14px;color:var(--text-2);margin-top:2px}

/* ── CONTACT FORM ── */
.contact-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:60px;align-items:start}
.input-field{width:100%;background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--radius);padding:12px 14px;font-size:15px;color:var(--text);font-family:inherit;transition:border-color .15s,box-shadow .15s}
.input-field:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(20,184,166,0.15)}
.input-field::placeholder{color:var(--text-3)}
textarea.input-field{min-height:140px;resize:vertical}

/* ── DOCS ── */
.docs-wrap{display:grid;grid-template-columns:220px 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:40px clamp(20px,5vw,80px)}
.docs-nav{position:sticky;top:84px;align-self:start;padding-top:8px}
.docs-nav-section{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);padding:10px 12px 6px;margin-top:12px}
.docs-nav-section:first-child{margin-top:0}
.docs-nav a{display:block;padding:8px 12px;border-radius:var(--radius);font-size:14px;color:var(--text-2);transition:all .15s}
.docs-nav a:hover,.docs-nav a.active{color:var(--text);background:var(--surface-2)}
.docs-body h2{font-size:30px;font-weight:800;letter-spacing:-.04em;margin-bottom:14px;color:var(--text)}
.docs-body h3{font-size:19px;font-weight:700;letter-spacing:-.025em;margin:36px 0 10px;color:var(--text)}
.docs-body p{color:var(--text-2);line-height:1.75;margin-bottom:16px;font-size:15px}
.code-block{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:20px;font-size:13px;line-height:1.75;color:#93c5fd;font-family:"Geist Mono","Fira Code",monospace;overflow-x:auto;margin-bottom:20px}
.notice{border-left:3px solid var(--accent);background:rgba(20,184,166,0.07);padding:14px 16px;border-radius:var(--radius);color:var(--text-2);font-size:14px;margin-bottom:16px}
.pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}
.pill-green{background:rgba(16,185,129,0.1);color:#6ee7b7;border:1px solid rgba(16,185,129,0.25)}
.pill-blue{background:rgba(96,165,250,0.1);color:#93c5fd;border:1px solid rgba(96,165,250,0.25)}
.pill-red{background:rgba(244,63,94,0.1);color:#fda4af;border:1px solid rgba(244,63,94,0.25)}
.pill-yellow{background:rgba(245,158,11,0.1);color:#fcd34d;border:1px solid rgba(245,158,11,0.25)}
.api-table{width:100%;border-collapse:collapse;margin-bottom:20px}
.api-table th{text-align:left;padding:10px 14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);border-bottom:1px solid var(--border)}
.api-table td{padding:13px 14px;font-size:14px;border-bottom:1px solid var(--border);color:var(--text-2);vertical-align:top}
.api-table td:first-child{color:#93c5fd;font-family:monospace;white-space:nowrap}
.api-table tr:last-child td{border-bottom:none}

/* ── ABOUT/PROSE ── */
.prose{max-width:720px}
.prose h2{font-size:24px;font-weight:700;letter-spacing:-.03em;margin:36px 0 12px;color:var(--text)}
.prose p{color:var(--text-2);line-height:1.8;margin-bottom:16px;font-size:15px}
.prose ul{color:var(--text-2);padding-left:20px;margin-bottom:16px;font-size:15px;line-height:1.8}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;text-align:center}
.team-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#10b981);display:grid;place-items:center;font-size:24px;font-weight:800;color:#fff;margin:0 auto 14px}
.team-name{font-weight:700;font-size:15px;margin-bottom:4px}
.team-role{font-size:13px;color:var(--text-3)}

/* ── 404 ── */
.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}
.error-code{font-size:120px;font-weight:900;letter-spacing:-.08em;line-height:1;background:linear-gradient(135deg,var(--surface-3),var(--surface-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}
.error-title{font-size:24px;font-weight:700;margin-bottom:12px}
.error-desc{color:var(--text-2);margin-bottom:32px;max-width:360px}

/* ── RESPONSIVE ── */
@media(max-width:1000px){.g3{grid-template-columns:1fr 1fr}.g4{grid-template-columns:1fr 1fr}.stats-inner{grid-template-columns:1fr 1fr}.feature-row{grid-template-columns:1fr}.feature-row.flip{direction:ltr}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.team-grid{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr}.docs-wrap{grid-template-columns:1fr}.docs-nav{position:static}.cta-inner{flex-direction:column}.visual-grid{grid-template-columns:repeat(2,1fr)}.visual-bottom{grid-template-columns:1fr}}
@media(max-width:700px){.g3,.g2{grid-template-columns:1fr}.stats-inner{grid-template-columns:1fr}.nav{display:none}.hero-visual{display:none}.footer-main{grid-template-columns:1fr}}
@media(max-width:500px){.header-right .btn-ghost{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}

/* Lighter color theme override — colors only, layout unchanged. */
:root{
  --bg:#f6f8fb;
  --bg-2:#eef3f8;
  --surface:#ffffff;
  --surface-2:#f2f6fb;
  --surface-3:#e7eef7;
  --border:rgba(15,23,42,0.09);
  --border-2:rgba(15,23,42,0.16);
  --accent:#0d9488;
  --accent-hover:#0f766e;
  --accent-light:rgba(20,184,166,0.12);
  --text:#102033;
  --text-2:#52627a;
  --text-3:#7a8798;
  --green:#059669;
  --red:#dc2626;
}
body{background:var(--bg);color:var(--text)}
.site-header{background:rgba(255,255,255,0.88);border-bottom-color:var(--border);box-shadow:0 1px 18px rgba(15,23,42,0.05)}
.brand-mark{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;box-shadow:0 8px 22px rgba(13,148,136,0.22)}
.nav-link,.btn-ghost,.btn-outline{color:var(--text-2)}
.nav-link:hover,.nav-link.active,.btn-ghost:hover,.btn-outline:hover{color:var(--text);background:var(--surface-2);border-color:var(--border-2)}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(13,148,136,0.22)}
.btn-primary:hover{background:var(--accent-hover);box-shadow:0 12px 30px rgba(13,148,136,0.26)}
.badge{border-color:rgba(13,148,136,0.28);background:rgba(20,184,166,0.10);color:#0f766e}
h1.hero-title,.section-title,.page-hero h1{background:linear-gradient(170deg,#102033 35%,#607089);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.stat-value{background:linear-gradient(135deg,#102033,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-visual,.feature-panel,.auth-card{background:var(--surface);border-color:var(--border-2);box-shadow:0 18px 55px rgba(15,23,42,0.10),0 2px 10px rgba(15,23,42,0.04)}
.card,.stats-band,.stat-item,.status-card,.team-card{background:var(--surface);border-color:var(--border)}
.card:hover{border-color:var(--border-2);box-shadow:0 10px 28px rgba(15,23,42,0.08)}
.v-metric,.v-panel,.input-field,.form-input,.code-block{background:var(--surface-2);border-color:var(--border)}
.v-bar-track{background:var(--surface-3)}
.v-bar-fill{background:linear-gradient(90deg,#0d9488,#14b8a6)}
.v-metric-val.blue,.v-metric-val.purple,.api-table td:first-child,.code-block{color:#0f766e}
.stats-inner{background:var(--border)}
.cta-band{background:linear-gradient(135deg,rgba(20,184,166,0.13),rgba(79,70,229,0.07));border-color:var(--border)}
.footer-bottom{border-top-color:var(--border)}
.auth-view{background:radial-gradient(ellipse at 50% 0%,rgba(20,184,166,0.12) 0%,transparent 70%)}
.alert-error{background:rgba(220,38,38,0.08);border-color:rgba(220,38,38,0.22);color:#b91c1c}
.alert-success,.pill-green{background:rgba(5,150,105,0.10);border-color:rgba(5,150,105,0.22);color:#047857}
.pill-blue{background:rgba(13,148,136,0.10);border-color:rgba(13,148,136,0.22);color:#0f766e}
.pill-red{background:rgba(220,38,38,0.08);border-color:rgba(220,38,38,0.22);color:#b91c1c}
.pill-yellow{background:rgba(217,119,6,0.10);border-color:rgba(217,119,6,0.22);color:#92400e}
.notice{background:rgba(20,184,166,0.09);color:var(--text-2)}
.big-status{background:rgba(5,150,105,0.09);border-color:rgba(5,150,105,0.22)}
.error-code{background:linear-gradient(135deg,#d9e2ee,#aebbd0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
