:root{--bg:#09090b;--panel:#181b21;--panel-soft:#1f232c;--line:#2b313c;--text:#f2f4f8;--muted:#98a2b3;--accent:#f7a53b;--accent-soft:rgba(247,165,59,0.2);--ok:#2db67c;--warn:#d97706;--danger:#dc3f4a;--radius:16px;--scrollbar-size:4px}:root[data-theme=light]{--bg:#f4f5f7;--panel:#ffffff;--panel-soft:#f7f8fa;--line:#e0e4ea;--text:#111827;--muted:#5f6b7a;--accent-soft:rgba(247,165,59,0.14)}:root[data-accent=vang]{--accent:#d6b44a;--accent-soft:rgba(214,180,74,0.25)}:root[data-accent=macdinh]{--accent:#4f7cff;--accent-soft:rgba(79,124,255,0.2)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--line) 80%,var(--muted) 20%) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--line) 78%,var(--muted) 22%);border-radius:10px;border:1px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--line) 64%,var(--muted) 36%);background-clip:content-box}::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:single-button,::-webkit-scrollbar-button:vertical:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:increment,::-webkit-scrollbar-button:vertical:start:decrement{display:none!important;width:0!important;height:0!important}::-webkit-scrollbar-corner{background:transparent}body,html{margin:0;padding:0;background:radial-gradient(circle at 15% 10%,var(--accent-soft),transparent 42%),var(--bg);color:var(--text);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}main{width:100%}.card{background:linear-gradient(180deg,var(--panel),var(--panel-soft));border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn{border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--text);padding:10px 14px;font-weight:600;cursor:pointer;transition:.2s ease}.btn:hover{border-color:var(--accent)}.btn-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 90%,#fff 10%),var(--accent));color:#1f2329;border-color:color-mix(in srgb,var(--accent) 70%,#111 30%)}.input,.textarea{width:100%;border:1px solid var(--line);background:color-mix(in srgb,var(--panel-soft) 85%,#000 15%);color:var(--text);border-radius:12px;padding:10px 12px;font:inherit}.textarea{min-height:100px;resize:vertical}.hero-kicker{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);font-weight:700}.home-page{min-height:100vh}.home-nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:14px 18px;transition:.3s ease}.home-nav-wrap.is-floating{padding-top:10px}.home-nav-inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-column-gap:18px;column-gap:18px;border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 92%,transparent 8%);border-radius:14px;padding:8px 12px;min-height:58px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-nav-wrap.is-floating .home-nav-inner{box-shadow:0 16px 40px rgba(0,0,0,.26)}.brand-link{display:flex;align-items:center;gap:10px}.brand-logo{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:var(--accent-soft);display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--accent)}.brand-link strong{display:block;font-size:17px;line-height:1}.brand-link small{color:var(--muted);font-size:11px}.home-nav-links{display:flex;align-items:center;gap:14px;font-weight:600;color:var(--muted);justify-self:center}.home-nav-links a{display:inline-flex;align-items:center;height:36px;line-height:1;padding:0 2px}.home-nav-links a:hover{color:var(--text)}.home-nav-actions{display:flex;align-items:center;gap:10px;justify-self:end}.home-nav-actions .btn{height:38px;padding:0 13px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.home-cta-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 82%,#fff 18%),color-mix(in srgb,var(--accent) 92%,#000 8%));color:#171717;border-color:color-mix(in srgb,var(--accent) 58%,var(--line) 42%)}.home-cta-ghost{background:color-mix(in srgb,var(--panel-soft) 88%,#000 12%)}.hero-actions .btn{min-height:42px;border-radius:11px;padding:0 18px;display:inline-flex;align-items:center}.theme-toolbar{display:inline-flex;gap:6px}.theme-btn{border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;padding:6px 9px;cursor:pointer}.theme-btn.active{color:var(--text);border-color:var(--accent);background:var(--accent-soft)}.hero{max-width:1260px;margin:20px auto 0;padding:22px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,var(--panel),var(--panel-soft))}.hero-content{max-width:760px}.hero h1{margin:12px 0;font-size:clamp(34px,6vw,54px);line-height:1.08}.hero p{color:var(--muted);max-width:640px;font-size:18px}.hero-actions{margin-top:24px;display:flex;gap:12px}.home-section{max-width:1260px;margin:18px auto 0;padding:8px 6px 18px}.section-head h2{margin-bottom:8px;font-size:32px}.section-head p{color:var(--muted);margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.stat-card{border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:16px}.stat-card h3{margin:0;color:var(--muted);font-size:14px}.stat-card b{display:block;font-size:30px;margin:10px 0 6px}.stat-card span{color:var(--muted);font-size:13px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px}.feature-card{border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:18px}.home-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:18px;gap:18px;align-items:stretch}.home-hero-content{max-width:100%}.hero-visual{padding:14px;display:grid;grid-template-rows:1fr auto;grid-gap:10px;gap:10px}.hero-visual-image{border:1px solid var(--line);border-radius:12px;min-height:210px;background:linear-gradient(180deg,rgba(79,124,255,.18),rgba(79,124,255,.05)),radial-gradient(circle at 15% 20%,rgba(247,165,59,.28),transparent 45%),linear-gradient(135deg,var(--panel-soft),var(--panel));position:relative;overflow:hidden}.hero-visual-overlay{position:absolute;left:12px;right:12px;bottom:12px;border:1px solid var(--line);border-radius:10px;padding:10px;background:color-mix(in srgb,var(--panel) 85%,#000 15%);display:grid;grid-gap:4px;gap:4px}.hero-visual-overlay b{font-size:15px}.hero-visual-overlay span{color:var(--muted);font-size:12px}.hero-visual-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.hero-visual-list>div{border:1px solid var(--line);border-radius:10px;padding:9px 10px;background:var(--panel-soft)}.hero-visual-list small{display:block;color:var(--muted);font-size:12px}.hero-visual-list strong{display:block;margin-top:3px;font-size:18px}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.process-card{padding:16px}.home-summary-band{padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.home-summary-band>div{border:1px solid var(--line);border-radius:10px;padding:10px;background:var(--panel-soft)}.home-summary-band small{display:block;color:var(--muted);font-size:12px}.home-summary-band strong{display:block;margin-top:4px;font-size:22px}.home-settings-fab{position:fixed;right:18px;bottom:18px;z-index:120;display:grid;justify-items:end;grid-gap:8px;gap:8px}.home-settings-toggle{border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--text);font-weight:700;font-size:12px;height:44px;padding:0 12px 0 8px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22);transition:transform .18s ease,border-color .18s ease}.home-settings-toggle:hover{transform:translateY(-1px);border-color:var(--accent)}.home-settings-toggle-icon{width:28px;height:28px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--panel-soft);font-size:14px}.home-settings-panel{width:220px;padding:12px;border-radius:12px;box-shadow:0 12px 26px rgba(0,0,0,.3)}.home-settings-title{margin:0;font-weight:700;font-size:13px}.home-settings-subtitle{margin:4px 0 10px;color:var(--muted);font-size:12px}.home-settings-panel .theme-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.feature-card h3{margin:0 0 10px}.feature-card p{margin:0;color:var(--muted);line-height:1.55}.home2-page{min-height:100vh;font-family:Space Grotesk,Sora,Segoe UI,Helvetica Neue,Arial,sans-serif;background:radial-gradient(circle at 8% 0,color-mix(in srgb,var(--accent) 22%,transparent 78%),transparent 44%),radial-gradient(circle at 92% 10%,rgba(79,124,255,.24),transparent 36%),linear-gradient(180deg,#0a0d13 0,#07090d 100%)}.home2-main{max-width:1240px;margin:0 auto;padding:14px 18px 70px;display:grid;grid-gap:20px;gap:20px}.home2-kicker{margin:0;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--accent) 72%,#acc4ff 28%)}.home2-nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:70;padding:14px 18px;transition:padding .2s ease}.home2-nav-wrap.is-floating{padding-top:10px}.home2-nav-shell{max-width:1240px;margin:0 auto;border:1px solid color-mix(in srgb,var(--line) 82%,#4d5f7a 18%);background:color-mix(in srgb,var(--panel) 88%,#06080c 12%);border-radius:16px;padding:9px 10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home2-nav-wrap.is-floating .home2-nav-shell{box-shadow:0 16px 34px rgba(0,0,0,.3)}.home2-brand{gap:11px}.home2-brand,.home2-brand-mark{display:inline-flex;align-items:center}.home2-brand-mark{width:34px;height:34px;border-radius:11px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line) 65%);background:color-mix(in srgb,var(--accent-soft) 85%,#11151e 15%);color:color-mix(in srgb,var(--accent) 75%,#fff 25%);justify-content:center;font-size:14px;font-weight:800}.home2-brand-text strong{display:block;font-size:18px;letter-spacing:-.02em}.home2-brand-text small{display:block;font-size:11px;color:var(--muted)}.home2-nav-toggle{display:none}.home2-nav-links{justify-self:center;gap:8px}.home2-nav-links,.home2-nav-links a{display:inline-flex;align-items:center}.home2-nav-links a{height:36px;border:1px solid transparent;border-radius:10px;padding:0 11px;color:var(--muted);font-size:14px;font-weight:600}.home2-nav-links a:hover{color:var(--text);border-color:var(--line);background:color-mix(in srgb,var(--panel-soft) 86%,#0a0d12 14%)}.home2-nav-actions{display:inline-flex;align-items:center;gap:9px}.home2-nav-actions .btn{min-height:38px;border-radius:11px;font-size:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center}.home2-btn-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 85%,#fff 15%),color-mix(in srgb,var(--accent) 96%,#111 4%));border-color:color-mix(in srgb,var(--accent) 58%,#243249 42%);color:#121212;font-weight:700}.home2-btn-ghost{background:color-mix(in srgb,var(--panel-soft) 88%,#05070c 12%)}.home2-hero{border:1px solid color-mix(in srgb,var(--line) 82%,#4f5f78 18%);border-radius:20px;padding:24px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:20px;gap:20px;background:radial-gradient(circle at 8% 12%,rgba(79,124,255,.12),transparent 40%),linear-gradient(160deg,color-mix(in srgb,var(--panel) 84%,#0c111a 16%),color-mix(in srgb,var(--panel-soft) 90%,#070a10 10%));box-shadow:0 18px 40px rgba(0,0,0,.2)}.home2-hero-left h1{margin:12px 0;font-size:clamp(30px,5vw,56px);line-height:1.02;letter-spacing:-.03em;text-wrap:balance}.home2-hero-desc{margin:0;color:color-mix(in srgb,var(--muted) 88%,#b8c4d8 12%);font-size:clamp(16px,2.2vw,20px);line-height:1.5;max-width:660px}.home2-hero-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.home2-hero-actions .btn{min-height:44px;border-radius:12px;display:inline-flex;align-items:center;gap:8px}.home2-hero-tags{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.home2-hero-tags span{border:1px solid color-mix(in srgb,var(--line) 84%,#4d5f7a 16%);border-radius:999px;padding:6px 10px;background:color-mix(in srgb,var(--panel-soft) 92%,#090d13 8%);color:var(--text);font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.home2-hero-right{border-radius:16px;padding:14px;display:grid;grid-gap:12px;gap:12px}.home2-live-head{border:1px solid color-mix(in srgb,var(--line) 80%,#4f5f75 20%);border-radius:12px;background:color-mix(in srgb,var(--panel-soft) 90%,#080b11 10%);padding:12px;display:grid;grid-gap:4px;gap:4px}.home2-live-head b{font-size:16px;display:inline-flex;align-items:center;gap:8px}.home2-live-head small{color:var(--muted);font-size:12px}.home2-live-dot{width:8px;height:8px;border-radius:50%;background:#3ddc97;box-shadow:0 0 0 6px rgba(61,220,151,.16)}.home2-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home2-live-grid article{border:1px solid color-mix(in srgb,var(--line) 84%,#4d5d76 16%);border-radius:12px;background:color-mix(in srgb,var(--panel-soft) 92%,#0a0e14 8%);padding:10px}.home2-live-grid small{color:var(--muted);font-size:12px}.home2-live-grid strong{display:block;margin-top:6px;font-size:clamp(19px,2.8vw,28px);letter-spacing:-.02em}.home2-live-foot{border:1px dashed color-mix(in srgb,var(--line) 80%,#5e708a 20%);border-radius:11px;padding:10px 11px}.home2-live-foot p{margin:0;color:var(--muted);font-size:12px}.home2-band{border-radius:16px;padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.home2-band>div{border:1px solid color-mix(in srgb,var(--line) 84%,#4d5f77 16%);border-radius:11px;background:color-mix(in srgb,var(--panel-soft) 90%,#090d13 10%);padding:10px}.home2-band small{color:var(--muted);font-size:12px}.home2-band strong{display:block;margin-top:5px;font-size:clamp(18px,2vw,24px);letter-spacing:-.02em}.home2-section{display:grid;grid-gap:12px;gap:12px}.home2-section-head h2{margin:8px 0 4px;font-size:clamp(26px,4vw,40px);letter-spacing:-.02em}.home2-section-head p{margin:0;color:var(--muted);font-size:15px}.home2-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.home2-metric-card{border-radius:14px;padding:14px;display:grid;grid-gap:8px;gap:8px}.home2-metric-card svg{color:color-mix(in srgb,var(--accent) 70%,#97b3de 30%)}.home2-metric-card h3{margin:0;font-size:14px;color:var(--muted)}.home2-metric-card b{font-size:clamp(30px,3.6vw,40px);line-height:1;letter-spacing:-.03em}.home2-metric-card span{font-size:12px;color:var(--muted)}.home2-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.home2-feature-card{border-radius:14px;padding:16px;min-height:122px}.home2-feature-card h3{margin:0 0 8px;font-size:20px;letter-spacing:-.02em}.home2-feature-card p{margin:0;color:var(--muted);line-height:1.6}.home2-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.home2-flow-card{border-radius:14px;padding:16px;display:grid;grid-gap:8px;gap:8px}.home2-flow-card span{width:30px;height:30px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 45%,var(--line) 55%);background:color-mix(in srgb,var(--accent-soft) 88%,#0c1018 12%);color:color-mix(in srgb,var(--accent) 75%,#fff 25%);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.home2-flow-card h3{margin:0;font-size:20px;letter-spacing:-.02em}.home2-flow-card p{margin:0;color:var(--muted);line-height:1.6}.home2-cta{border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:14px}.home2-cta h2{margin:8px 0 6px;font-size:clamp(24px,3.3vw,38px);letter-spacing:-.025em;max-width:760px}.home2-cta p{margin:0;color:var(--muted);max-width:760px}.home2-cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.home2-cta-actions .btn{min-height:44px;border-radius:12px;display:inline-flex;align-items:center;gap:8px}@media (max-width:1120px){.home2-nav-shell{grid-template-columns:auto auto 1fr}.home2-nav-toggle{display:inline-flex;width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--panel-soft) 88%,#070b11 12%);color:var(--text);align-items:center;justify-content:center;margin-left:auto}.home2-nav-actions,.home2-nav-links{display:none}.home2-nav-actions.is-open,.home2-nav-links.is-open{display:grid;grid-column:1/-1;width:100%}.home2-nav-links.is-open{margin-top:2px;gap:6px}.home2-nav-links.is-open a{justify-content:center;border:1px solid var(--line);background:color-mix(in srgb,var(--panel-soft) 90%,#090d12 10%)}.home2-nav-actions.is-open{margin-top:4px;grid-template-columns:1fr;gap:6px}.home2-nav-actions.is-open .btn{width:100%}.home2-hero{grid-template-columns:1fr}.home2-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home2-band{grid-template-columns:repeat(3,minmax(0,1fr))}.home2-flow-grid{grid-template-columns:1fr}.home2-cta{flex-direction:column;align-items:flex-start}.home2-cta-actions{justify-content:flex-start}}@media (max-width:760px){.home2-nav-wrap{padding:12px 12px 0}.home2-main{padding:12px 12px 74px;gap:14px}.home2-hero{padding:15px;gap:14px}.home2-cta-actions .btn,.home2-hero-actions .btn{width:100%;justify-content:center}.home2-live-grid{grid-template-columns:1fr}.home2-band{grid-template-columns:repeat(2,minmax(0,1fr))}.home2-feature-grid,.home2-metric-grid{grid-template-columns:1fr}}.login-page{min-height:100vh;padding:34px 24px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 14% 12%,rgba(59,130,246,.16),transparent 42%),linear-gradient(180deg,#090b10,#09090b)}.login-shell{width:min(1160px,100%);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);grid-gap:16px;gap:16px}.login-kicker{margin:0;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#93c5fd}.login-hero-card{padding:30px;display:grid;align-content:start;grid-gap:14px;gap:14px;background:radial-gradient(circle at 12% 10%,rgba(59,130,246,.16),transparent 40%),linear-gradient(165deg,#141924,#171b23);border:1px solid #27272a}.login-hero-card h1{margin:0;font-size:clamp(30px,3.3vw,46px);line-height:1.06;letter-spacing:-.02em;max-width:720px}.login-hero-sub{margin:0;color:var(--muted);font-size:15px;line-height:1.6;max-width:690px}.login-feature-grid{margin-top:6px;display:grid;grid-gap:10px;gap:10px}.login-feature-item{border:1px solid #27272a;border-radius:11px;background:#11131a;padding:10px;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px}.login-feature-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.login-feature-item strong{display:block;font-size:14px}.login-feature-item small{display:block;margin-top:2px;color:#a1a1aa;font-size:12px;line-height:1.45}.login-card{width:100%;padding:26px;display:grid;align-content:start;grid-gap:12px;gap:12px;background:linear-gradient(180deg,#161922,#181b23);border:1px solid #27272a}.login-card h2{margin:0;font-size:clamp(24px,2.4vw,34px);line-height:1.15;letter-spacing:-.015em}.login-card p{margin:0;color:#a1a1aa;font-size:14px;line-height:1.6}.login-error-banner{border:1px solid rgba(248,113,113,.42);background:rgba(127,29,29,.2);color:#fecaca;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.5}.login-submit{margin-top:6px;min-height:44px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;background:rgba(59,130,246,.2);color:#bfdbfe;border-color:rgba(59,130,246,.45)}.login-submit:hover{background:rgba(59,130,246,.3);border-color:rgba(59,130,246,.6)}.login-note{display:block;color:#71717a;font-size:12px;line-height:1.5}@media (max-width:980px){.login-page{padding:16px 12px 20px}.login-shell{grid-template-columns:1fr;gap:12px}.login-card,.login-hero-card{padding:18px}.login-hero-card h1{font-size:clamp(28px,8vw,42px)}.login-submit{width:100%}}.home-dash-page{min-height:100vh;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;background:radial-gradient(circle at 12% 0,rgba(59,130,246,.1),transparent 34%),linear-gradient(180deg,#090b10,#09090b)}:root[data-theme=light] .home-dash-page{background:radial-gradient(circle at 12% 0,rgba(59,130,246,.12),transparent 36%),linear-gradient(180deg,#f7f9fc,#f3f4f6)}.home-dash-main{max-width:1240px;margin:0 auto;padding:94px 18px 76px;display:grid;grid-gap:14px;gap:14px}.home-dash-kicker{margin:0;color:color-mix(in srgb,var(--muted) 74%,#a4afbf 26%);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.home-dash-nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:70;padding:14px 18px 0;transition:padding .2s ease}.home-dash-nav-wrap.is-floating{padding-top:10px}.home-dash-nav-shell{max-width:1240px;margin:0 auto;border:1px solid color-mix(in srgb,var(--line) 86%,#4d596d 14%);border-radius:8px;background:color-mix(in srgb,var(--panel) 92%,#06080d 8%);padding:8px 10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px}.home-dash-nav-wrap.is-floating .home-dash-nav-shell{box-shadow:0 10px 26px rgba(0,0,0,.26)}.home-dash-brand{display:inline-flex;align-items:center;gap:9px}.home-dash-brand-mark{width:30px;height:30px;border-radius:6px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line) 65%);background:color-mix(in srgb,var(--accent-soft) 82%,#101521 18%);color:color-mix(in srgb,var(--accent) 78%,#ffffff 22%);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.home-dash-brand-text strong{display:block;font-size:16px;line-height:1.05}.home-dash-brand-text small{display:block;font-size:11px;color:var(--muted);line-height:1.1}.home-dash-nav-links{display:inline-flex;align-items:center;justify-self:center;gap:5px}.home-dash-nav-links a{height:34px;border:1px solid transparent;border-radius:6px;padding:0 10px;display:inline-flex;align-items:center;color:var(--muted);font-size:13px;font-weight:600}.home-dash-nav-links a:hover{border-color:var(--line);background:color-mix(in srgb,var(--panel-soft) 90%,#0a0d13 10%);color:var(--text)}.home-dash-nav-actions{display:inline-flex;align-items:center;justify-self:end;gap:8px}.home-dash-nav-actions .btn{height:34px;border-radius:6px;padding:0 12px;font-size:12px;font-weight:700}.home-dash-nav-toggle{display:none;border:1px solid var(--line);background:color-mix(in srgb,var(--panel-soft) 90%,#0b0f17 10%);color:var(--text);width:34px;height:34px;border-radius:6px;align-items:center;justify-content:center}.home-dash-btn-primary{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.42);color:#bfdbfe}.home-dash-btn-primary:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.52)}.home-dash-btn-ghost{background:#111319;border-color:var(--line);color:var(--text-soft,var(--text))}.home-dash-btn-ghost:hover{background:color-mix(in srgb,var(--panel-soft) 90%,#0c1118 10%)}.home-dash-hero{border-radius:8px;border-color:color-mix(in srgb,var(--line) 88%,#4d5c70 12%);padding:18px;display:grid;grid-template-columns:1.12fr .88fr;grid-gap:14px;gap:14px;box-shadow:none}.home-dash-hero-main h1{margin:10px 0;font-size:clamp(30px,4.4vw,48px);line-height:1.05;letter-spacing:-.02em;max-width:720px}.home-dash-hero-main p{margin:0;color:var(--muted);max-width:660px;line-height:1.55}.home-dash-hero-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:9px}.home-dash-hero-actions .btn{min-height:40px;border-radius:6px;display:inline-flex;align-items:center;gap:7px}.home-dash-hero-tags{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.home-dash-hero-tags span{border:1px solid var(--line);border-radius:999px;padding:5px 10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text);background:color-mix(in srgb,var(--panel-soft) 90%,#0a0f17 10%)}.home-dash-live{border:1px solid color-mix(in srgb,var(--line) 86%,#4a586c 14%);border-radius:8px;padding:10px;background:color-mix(in srgb,var(--panel-soft) 92%,#0a0c11 8%);display:grid;grid-gap:10px;gap:10px}.home-dash-live header{border:1px solid var(--line);border-radius:6px;padding:9px 10px;background:#0d1016}.home-dash-live b{display:block;font-size:14px}.home-dash-live small{color:var(--muted);font-size:11px}.home-dash-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-dash-live-grid article{border:1px solid var(--line);border-radius:6px;background:#0b0d12;padding:10px}.home-dash-live-grid strong{display:block;margin-top:5px;font-size:clamp(18px,2.5vw,24px)}.home-dash-strip{border-radius:8px;padding:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.home-dash-strip>div{border:1px solid var(--line);border-radius:6px;background:#0f1218;padding:10px}.home-dash-strip small{color:var(--muted);font-size:11px}.home-dash-strip strong{display:block;margin-top:5px;font-size:clamp(16px,2vw,22px)}.home-dash-section{display:grid;grid-gap:10px;gap:10px}.home-dash-section-head h2{margin:8px 0 4px;font-size:clamp(24px,3.6vw,36px);letter-spacing:-.02em}.home-dash-section-head p{margin:0;color:var(--muted)}.home-dash-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.home-dash-metric-card{border-radius:8px;padding:12px;display:grid;grid-gap:7px;gap:7px}.home-dash-metric-card svg{color:#93c5fd}.home-dash-metric-card small{color:var(--muted);font-size:12px}.home-dash-metric-card strong{font-size:clamp(26px,3vw,36px);letter-spacing:-.02em;line-height:1}.home-dash-metric-card span{color:var(--muted);font-size:12px}.home-dash-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-dash-module-card{border-radius:8px;padding:14px;min-height:132px}.home-dash-module-icon{width:28px;height:28px;border-radius:6px;border:1px solid rgba(59,130,246,.42);background:rgba(59,130,246,.12);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-dash-module-card h3{margin:10px 0 7px;font-size:18px;letter-spacing:-.01em}.home-dash-module-card p{margin:0;color:var(--muted);line-height:1.55}.home-dash-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-dash-flow-card{border-radius:8px;padding:14px}.home-dash-flow-head{display:flex;align-items:center;justify-content:space-between}.home-dash-flow-head span{width:28px;height:28px;border-radius:999px;border:1px solid rgba(59,130,246,.4);background:rgba(59,130,246,.12);color:#93c5fd;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.home-dash-flow-head svg{color:var(--muted)}.home-dash-flow-card h3{margin:11px 0 6px;font-size:18px}.home-dash-flow-card p{margin:0;color:var(--muted);line-height:1.55}.home-dash-cta{border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.home-dash-cta h2{margin:8px 0 6px;font-size:clamp(22px,3vw,34px);letter-spacing:-.02em;max-width:740px}.home-dash-cta p{margin:0;color:var(--muted);max-width:760px}.home-dash-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.home-dash-cta-actions .btn{min-height:40px;border-radius:6px;display:inline-flex;align-items:center;gap:7px}@media (max-width:1200px){.home-dash-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.home-dash-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.home-dash-nav-shell{grid-template-columns:auto auto 1fr}.home-dash-nav-toggle{display:inline-flex;margin-left:auto}.home-dash-nav-actions,.home-dash-nav-links{display:none}.home-dash-nav-actions.is-open,.home-dash-nav-links.is-open{display:grid;grid-column:1/-1;width:100%}.home-dash-nav-links.is-open{gap:6px;margin-top:2px}.home-dash-nav-links.is-open a{justify-content:center;border-color:var(--line);background:#10141b}.home-dash-nav-actions.is-open{gap:6px;margin-top:2px}.home-dash-nav-actions.is-open .btn{width:100%}.home-dash-hero{grid-template-columns:1fr}.home-dash-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-dash-flow-grid{grid-template-columns:1fr}.home-dash-cta{flex-direction:column;align-items:flex-start}.home-dash-cta-actions{justify-content:flex-start}}@media (max-width:760px){.home-dash-nav-wrap{padding:12px 12px 0}.home-dash-main{padding:86px 12px 72px;gap:12px}.home-dash-cta,.home-dash-hero{padding:12px}.home-dash-live-grid,.home-dash-metric-grid,.home-dash-module-grid{grid-template-columns:1fr}.home-dash-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-dash-cta-actions .btn,.home-dash-hero-actions .btn{width:100%;justify-content:center}}@media (max-width:520px){.home-dash-strip{grid-template-columns:1fr}}.home-v3-page{min-height:100vh;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;background:radial-gradient(circle at 10% -5%,rgba(59,130,246,.12),transparent 38%),radial-gradient(circle at 92% 0,rgba(59,130,246,.08),transparent 34%),linear-gradient(180deg,#090a0f,#09090b)}:root[data-theme=light] .home-v3-page{background:radial-gradient(circle at 10% -5%,rgba(59,130,246,.13),transparent 38%),radial-gradient(circle at 92% 0,rgba(59,130,246,.1),transparent 34%),linear-gradient(180deg,#f8fafc,#f3f4f6)}.home-v3-main{max-width:1240px;margin:0 auto;padding:16px 18px 76px;display:grid;grid-gap:14px;gap:14px}.home-v3-kicker{margin:0;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:color-mix(in srgb,var(--muted) 76%,#a6b2c4 24%)}.home-v3-stage{border-radius:8px;border-color:color-mix(in srgb,var(--line) 86%,#4b596f 14%);padding:14px;display:grid;grid-template-columns:minmax(190px,.55fr) minmax(0,1.15fr) minmax(250px,.75fr);grid-gap:10px;gap:10px}.home-v3-command,.home-v3-side{border:1px solid var(--line);border-radius:7px;background:#0f1218;padding:10px;display:grid;align-content:start;grid-gap:9px;gap:9px}.home-v3-command b,.home-v3-side h3{margin:0;font-size:14px;color:var(--text)}.home-v3-pill-list{display:grid;grid-gap:6px;gap:6px}.home-v3-pill-list span{border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;background:#0b0d12}.home-v3-side-metrics{display:grid;grid-gap:7px;gap:7px}.home-v3-side-metrics>div{border:1px solid var(--line);border-radius:6px;background:#0b0d12;padding:8px 9px}.home-v3-side-metrics small{font-size:11px;color:var(--muted)}.home-v3-side-metrics strong{display:block;margin-top:4px;font-size:22px}.home-v3-center{border:1px solid var(--line);border-radius:7px;background:linear-gradient(165deg,#151922,#11141b);padding:14px}.home-v3-center h1{margin:10px 0;font-size:clamp(30px,4.8vw,52px);line-height:1.02;letter-spacing:-.02em;max-width:780px}.home-v3-center p{margin:0;color:var(--muted);max-width:700px;line-height:1.56}.home-v3-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.home-v3-actions .btn{min-height:40px;border-radius:6px;padding:0 14px;display:inline-flex;align-items:center;gap:7px}.home-v3-btn-primary{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.42);color:#bfdbfe}.home-v3-btn-primary:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.52)}.home-v3-btn-ghost{background:#10131a;border-color:var(--line)}.home-v3-command header{display:inline-flex;align-items:center;gap:6px;color:#93c5fd}.home-v3-command ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:7px;gap:7px}.home-v3-command li{border:1px solid var(--line);border-radius:6px;background:#0b0d12;padding:8px 9px;display:grid;grid-gap:3px;gap:3px}.home-v3-command li span{color:var(--muted);font-size:11px}.home-v3-command li strong{font-size:13px}.home-v3-command-btn{min-height:34px;border-radius:6px;justify-content:center;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.34);color:#93c5fd}.home-v3-command-btn:hover{background:rgba(59,130,246,.2)}.home-v3-board{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v3-board-card{border-radius:8px;padding:12px}.home-v3-board-main{grid-column:span 7}.home-v3-board-revenue{grid-column:span 5}.home-v3-board-modules{grid-column:span 12}.home-v3-board-head h2{margin:7px 0 0;font-size:22px;letter-spacing:-.01em}.home-v3-live-grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-v3-live-grid>div,.home-v3-revenue-stack>div{border:1px solid var(--line);border-radius:6px;background:#0f1218;padding:9px;display:grid;grid-gap:5px;gap:5px}.home-v3-live-grid svg{color:#93c5fd}.home-v3-live-grid small,.home-v3-revenue-stack small{font-size:11px;color:var(--muted)}.home-v3-live-grid strong,.home-v3-revenue-stack strong{font-size:clamp(24px,2.8vw,36px);line-height:1}.home-v3-revenue-stack{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.home-v3-module-list{margin:10px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-v3-module-list li{border:1px solid var(--line);border-radius:6px;background:#0f1218;padding:9px 10px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.home-v3-module-list li svg{color:#93c5fd}.home-v3-lanes{display:grid;grid-gap:10px;gap:10px}.home-v3-section-head h2{margin:8px 0 0;font-size:clamp(24px,3.6vw,36px)}.home-v3-lane-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v3-lane-card{border-radius:8px;padding:13px}.home-v3-lane-top{display:flex;align-items:center;justify-content:space-between}.home-v3-lane-top span{width:28px;height:28px;border-radius:999px;border:1px solid rgba(59,130,246,.42);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.home-v3-lane-top svg{color:var(--muted)}.home-v3-lane-card h3{margin:11px 0 6px;font-size:18px}.home-v3-lane-card p{margin:0;color:var(--muted);line-height:1.55}.home-v3-cta{border-radius:8px;padding:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.home-v3-cta h2{margin:8px 0 0;max-width:760px;font-size:clamp(22px,3.1vw,34px);letter-spacing:-.02em}.home-v3-cta-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.home-v3-cta-actions .btn{min-height:40px;border-radius:6px;display:inline-flex;align-items:center;gap:7px}@media (max-width:1120px){.home-v3-stage{grid-template-columns:1fr 1fr}.home-v3-center{grid-column:1/-1;order:-1}.home-v3-board-main,.home-v3-board-modules,.home-v3-board-revenue{grid-column:span 12}.home-v3-lane-grid{grid-template-columns:1fr}}@media (max-width:880px){.home-v3-main{padding:12px 12px 74px}.home-v3-board-card,.home-v3-cta,.home-v3-stage{padding:12px}.home-v3-live-grid,.home-v3-module-list,.home-v3-stage{grid-template-columns:1fr}.home-v3-cta{flex-direction:column;align-items:flex-start}.home-v3-cta-actions{justify-content:flex-start}}@media (max-width:620px){.home-v3-actions .btn,.home-v3-cta-actions .btn{width:100%;justify-content:center}}.home-v4-root{--glass-bg:rgba(24,27,33,0.65);--glass-border:rgba(255,255,255,0.08);--glass-blur:blur(14px);--accent-glow:radial-gradient(circle at 50% 50%,var(--accent-soft),transparent 60%);background-color:#09090b;background-image:radial-gradient(at 0 0,rgba(79,124,255,.1) 0,transparent 50%),radial-gradient(at 100% 0,rgba(247,165,59,.1) 0,transparent 50%);color:#f2f4f8;overflow-x:hidden}[data-theme=light] .home-v4-root{--glass-bg:rgba(255,255,255,0.7);--glass-border:rgba(0,0,0,0.06);background-color:#f4f5f7}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:12px}.home-v4-hero{padding:140px 24px 100px;align-items:center;text-align:center}.home-v4-hero-glow{top:-100px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:var(--accent-glow);filter:blur(80px);opacity:.4}.hero-v4-title{font-size:clamp(40px,8vw,84px);font-weight:900;line-height:.95;letter-spacing:-.04em;margin-bottom:24px;background:linear-gradient(180deg,#fff,rgba(255,255,255,.7));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-v4-subtitle{font-size:clamp(16px,2vw,22px);color:var(--muted);max-width:700px;margin-bottom:40px;line-height:1.5}.hero-v4-actions{gap:16px}.btn-v4{height:54px;padding:0 32px;border-radius:8px;font-size:16px;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn-v4-primary{background:var(--accent);color:#000!important;box-shadow:0 10px 30px var(--accent-soft)}.btn-v4-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px var(--accent-soft);filter:brightness(1.1)}.btn-v4-secondary{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#fff}.btn-v4-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.home-v4-stats{max-width:1200px;margin:0 auto 100px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;padding:0 24px}.stat-v4-card{padding:32px;display:flex;flex-direction:column;transition:transform .3s ease}.stat-v4-card:hover{transform:translateY(-5px)}.stat-v4-label{font-size:14px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.stat-v4-value{font-size:42px;font-weight:800}.home-v4-features{max-width:1200px;margin:0 auto 120px;padding:0 24px}.features-v4-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:32px;gap:32px}.feature-v4-card{padding:40px;display:flex;flex-direction:column;gap:20px}.feature-v4-icon{width:56px;height:56px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.feature-v4-card h3{font-size:24px;font-weight:800}.feature-v4-card p{font-size:16px;color:var(--muted)}.home-v4-footer{padding:60px 24px;border-top:1px solid var(--glass-border);color:var(--muted);font-size:14px}.home-v4-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%;z-index:9999!important;padding:16px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block!important}.home-v4-nav.is-floating{padding:8px 24px}.home-v4-nav-inner{max-width:1200px;padding:8px 12px 8px 20px;display:flex;justify-content:space-between;border-radius:10px;pointer-events:auto;transition:all .4s cubic-bezier(.4,0,.2,1)}.home-v4-nav.is-floating .home-v4-nav-inner{background:rgba(15,15,20,.85);box-shadow:0 10px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:900px}.home-v4-brand{display:flex;gap:12px}.home-v4-logo{width:36px;height:36px;background:var(--accent);color:#000;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}.home-v4-brand-name{font-size:18px;letter-spacing:-.02em}.home-v4-nav-links{display:flex;gap:32px}.home-v4-nav-spacer{display:none}.home-v4-nav-links a{font-size:14px;font-weight:600;color:var(--muted);transition:.2s}.home-v4-nav-links a:hover{color:var(--text)}.home-v4-nav-actions{display:flex;gap:12px}.btn-v4-nav-primary{height:40px;padding:0 16px;background:var(--accent);color:#000!important;border-radius:12px;font-size:14px;display:flex;gap:8px;border:none;cursor:pointer;transition:.2s}.btn-v4-nav-primary:hover{filter:brightness(1.1)}.home-v4-mobile-toggle{width:40px;height:40px;background:rgba(255,255,255,.05);border:1px solid var(--glass-border);border-radius:8px;color:var(--text);cursor:pointer}.home-v4-mobile-menu{top:100%;left:24px;right:24px;margin-top:12px;padding:24px;display:flex;flex-direction:column;gap:16px;animation:slideDown .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.home-v4-nav-actions .btn-v4-nav-primary,.home-v4-nav-links{display:none}.home-v4-mobile-toggle{display:flex}.home-v4-nav{padding:12px}.home-v4-nav.is-floating{padding:8px 12px}.home-v4-nav-inner{width:100%!important;max-width:100%!important;display:flex!important;justify-content:space-between!important;padding-right:8px}.home-v4-nav-spacer{display:block;flex:1 1}.home-v4-nav-actions{margin-left:0}.home-v4-mobile-menu{left:12px;right:12px}}.home-v4-badge-wrap{margin-bottom:24px}.home-v4-badge{padding:10px 20px;font-size:14px;border:1px solid var(--accent-soft);gap:10px}.home-v4-badge-icon{color:var(--accent)}.stat-v4-progress{border-radius:2px}.stat-v4-progress.is-accent{background:var(--accent)}.stat-v4-progress.is-ok{background:var(--ok)}.stat-v4-progress.w-30{width:30%}.stat-v4-progress.w-40{width:40%}.stat-v4-progress.w-50{width:50%}.stat-v4-progress.w-60{width:60%}.home-v4-footer-brand-wrap{margin-bottom:20px}.home-v4-footer-brand{color:var(--text);font-size:20px}.home-v4-footer-links{gap:24px;margin-top:20px}.home-v4-footer-links a{color:var(--muted);transition:color .2s ease}.home-v4-footer-links a:hover{color:var(--text)}.home-v4-mobile-cta{margin-top:10px}@media (max-width:768px){.home-v4-footer-links{flex-wrap:wrap;gap:12px}}.home-v4-root{--home-v4-bg:#09090b;--home-v4-surface:#18181b;--home-v4-surface-soft:#111318;--home-v4-border:#27272a;--home-v4-border-strong:#3f3f46;--home-v4-text:#fafafa;--home-v4-muted:#a1a1aa;--home-v4-accent:#3b82f6;--home-v4-accent-soft:rgba(59,130,246,0.14);min-height:100vh;background:radial-gradient(circle at 0 -8%,rgba(59,130,246,.15),transparent 34%),radial-gradient(circle at 100% 0,rgba(59,130,246,.08),transparent 36%),var(--home-v4-bg);color:var(--home-v4-text)}:root[data-theme=light] .home-v4-root{--home-v4-bg:#f4f5f7;--home-v4-surface:#ffffff;--home-v4-surface-soft:#f8fafc;--home-v4-border:#e4e4e7;--home-v4-border-strong:#d4d4d8;--home-v4-text:#18181b;--home-v4-muted:#52525b}.home-v4-main{max-width:1240px;margin:0 auto;padding:0 18px 84px}.home-v4-root .glass-card{background:linear-gradient(180deg,var(--home-v4-surface),color-mix(in srgb,var(--home-v4-surface) 72%,#0c0f14 28%));box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.home-v4-hero,.home-v4-root .glass-card{border:1px solid var(--home-v4-border);border-radius:8px}.home-v4-hero{position:relative;max-width:1240px;margin:92px auto 0;padding:54px 24px 44px;background:linear-gradient(170deg,color-mix(in srgb,var(--home-v4-surface) 88%,#10131a 12%),var(--home-v4-surface-soft));display:flex;flex-direction:column;align-items:flex-start;text-align:left;overflow:hidden}.home-v4-hero-glow{position:absolute;top:-130px;right:-90px;width:420px;height:300px;background:radial-gradient(circle,var(--home-v4-accent-soft),transparent 70%);filter:blur(44px);pointer-events:none;z-index:0}.home-v4-badge-wrap{position:relative;z-index:1;margin-bottom:16px}.home-v4-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--home-v4-accent) 38%,var(--home-v4-border) 62%);background:color-mix(in srgb,var(--home-v4-accent-soft) 65%,transparent 35%);font-size:12px;font-weight:700;color:var(--home-v4-text)}.home-v4-badge-icon{color:var(--home-v4-accent)}.hero-v4-title{margin:0;position:relative;z-index:1;max-width:940px;font-size:clamp(32px,5.1vw,56px);line-height:1.02;letter-spacing:-.03em;color:var(--home-v4-text);background:none;-webkit-text-fill-color:currentcolor}.hero-v4-subtitle{margin:16px 0 0;max-width:760px;position:relative;z-index:1;color:var(--home-v4-muted);font-size:clamp(15px,2vw,18px);line-height:1.58}.hero-v4-actions{margin-top:24px;display:flex;gap:10px;position:relative;z-index:1;flex-wrap:wrap}.btn-v4{height:42px;border-radius:6px;border:1px solid transparent;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:.16s ease}.btn-v4-primary{background:rgba(59,130,246,.22);color:#bfdbfe!important;border-color:rgba(59,130,246,.45);box-shadow:none}.btn-v4-primary:hover{background:rgba(59,130,246,.3);border-color:rgba(59,130,246,.58);filter:none;transform:translateY(-1px)}.btn-v4-secondary{background:var(--home-v4-surface-soft);border-color:var(--home-v4-border);color:var(--home-v4-text)}.btn-v4-secondary:hover{border-color:var(--home-v4-border-strong);background:color-mix(in srgb,var(--home-v4-surface-soft) 78%,#0b0d12 22%);transform:translateY(-1px)}.home-v4-stats{max-width:1240px;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v4-features,.home-v4-quick-links,.home-v4-stats-wrap{margin-top:12px}.home-v4-section-head{margin-bottom:8px}.home-v4-section-head p{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--home-v4-muted);font-weight:700}.home-v4-section-head h2{margin:6px 0 0;font-size:clamp(20px,2.6vw,30px);letter-spacing:-.02em}.stat-v4-card{padding:14px;border-radius:8px;gap:8px;transition:border-color .15s ease,transform .15s ease}.stat-v4-card:hover{transform:translateY(-1px);border-color:var(--home-v4-border-strong)}.stat-v4-head{gap:7px}.stat-v4-head,.stat-v4-icon{display:inline-flex;align-items:center}.stat-v4-icon{width:22px;height:22px;border-radius:6px;border:1px solid rgba(59,130,246,.42);background:rgba(59,130,246,.12);color:#93c5fd;justify-content:center}.stat-v4-label{font-size:11px;letter-spacing:.08em;color:var(--home-v4-muted)}.stat-v4-value{font-size:clamp(30px,3.3vw,44px);line-height:1;letter-spacing:-.02em}.stat-v4-progress{height:4px;border-radius:999px;opacity:.9}.stat-v4-progress.is-accent{background:#60a5fa}.stat-v4-progress.is-ok{background:#34d399}.home-v4-quick-links{margin-left:auto;margin-right:auto;max-width:1240px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v4-quick-links .home-v4-section-head{grid-column:1/-1;margin-bottom:0}.home-v4-quick-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:14px;border-radius:8px;transition:border-color .15s ease,transform .15s ease}.home-v4-quick-card:hover{border-color:var(--home-v4-border-strong);transform:translateY(-1px)}.home-v4-quick-icon{width:28px;height:28px;border-radius:6px;border:1px solid rgba(59,130,246,.4);background:rgba(59,130,246,.12);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v4-quick-card strong{display:block;font-size:14px}.home-v4-quick-card p{margin:3px 0 0;font-size:12px;line-height:1.45}.home-v4-quick-arrow,.home-v4-quick-card p{color:var(--home-v4-muted)}.home-v4-features{max-width:1240px;margin-left:auto;margin-right:auto;padding:0}.features-v4-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.feature-v4-card{padding:16px;border-radius:8px;gap:12px}.feature-v4-icon{width:36px;height:36px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.13);color:#93c5fd}.feature-v4-card h3{margin:0;font-size:18px;letter-spacing:-.01em}.feature-v4-card p{margin:0;font-size:13px;line-height:1.6;color:var(--home-v4-muted)}.home-v4-footer{max-width:1240px;margin:14px auto 0;padding:20px 0 0;border-top:1px solid var(--home-v4-border);color:var(--home-v4-muted);text-align:center}.home-v4-footer-brand-wrap{margin-bottom:12px}.home-v4-footer-brand{color:var(--home-v4-text);font-size:18px;letter-spacing:-.02em}.home-v4-footer-links{margin-top:12px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.home-v4-footer-links a{display:inline-flex;align-items:center;gap:6px;color:var(--home-v4-muted);font-size:12px;font-weight:600;border:1px solid var(--home-v4-border);border-radius:999px;padding:6px 10px;transition:.15s ease}.home-v4-footer-links a:hover{color:var(--home-v4-text);border-color:var(--home-v4-border-strong)}.home-v4-nav{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:90;padding:12px 18px 0;transition:padding .2s ease}.home-v4-nav.is-floating{padding-top:10px}.home-v4-nav-inner{max-width:1240px;margin:0 auto;padding:8px 10px;border-radius:8px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px}.home-v4-brand{display:inline-flex;align-items:center;gap:9px}.home-v4-logo{width:30px;height:30px;border-radius:6px;background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.46);color:#bfdbfe;font-size:12px;font-weight:800}.home-v4-brand-name{font-size:15px;font-weight:800;letter-spacing:-.01em}.home-v4-nav-links{display:inline-flex;justify-self:center;gap:6px}.home-v4-nav-links a{height:34px;padding:0 10px;border-radius:6px;border:1px solid transparent;color:var(--home-v4-muted);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.home-v4-nav-links a:hover{color:var(--home-v4-text);border-color:var(--home-v4-border);background:var(--home-v4-surface-soft)}.home-v4-nav-actions{display:inline-flex;align-items:center;gap:8px}.btn-v4-nav-primary{height:34px;padding:0 12px;border-radius:6px;border:1px solid rgba(59,130,246,.42);background:rgba(59,130,246,.2);color:#bfdbfe!important;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.btn-v4-nav-primary:hover{background:rgba(59,130,246,.28);border-color:rgba(59,130,246,.55);transform:translateY(-1px)}.home-v4-mobile-toggle{display:none;width:34px;height:34px;border-radius:6px;border:1px solid var(--home-v4-border);background:var(--home-v4-surface-soft);color:var(--home-v4-text);align-items:center;justify-content:center}.home-v4-mobile-menu{position:absolute;top:calc(100% + 10px);left:18px;right:18px;padding:12px;display:grid;grid-gap:7px;gap:7px;border-radius:8px}.home-v4-mobile-menu a:not(.btn-v4),.home-v4-mobile-menu button:not(.btn-v4){border:1px solid var(--home-v4-border);border-radius:6px;height:36px;padding:0 10px;color:var(--home-v4-text);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:7px;background:var(--home-v4-surface-soft)}.home-v4-mobile-menu .btn-v4{width:100%;justify-content:center}.home-v4-mobile-cta{margin-top:2px}@media (max-width:1080px){.home-v4-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.features-v4-grid,.home-v4-quick-links{grid-template-columns:1fr}}@media (max-width:768px){.home-v4-main{padding:0 12px 74px}.home-v4-nav{padding:12px 12px 0}.home-v4-nav-inner{grid-template-columns:auto auto 1fr}.home-v4-nav-links{display:none}.home-v4-mobile-toggle{display:inline-flex;margin-left:auto}.hero-v4-actions{width:100%;flex-direction:column}.hero-v4-actions .btn-v4{width:100%;justify-content:center}.home-v4-hero{margin-top:84px;padding:42px 14px 28px}.home-v4-section-head h2{font-size:22px}.home-v4-stats{grid-template-columns:1fr}.home-v4-footer-links{gap:8px}}.home-v5-root{--v5-max:min(1840px,calc(100vw - 36px))}.home-v5-main{width:var(--v5-max);margin:0 auto;padding:0 0 110px;display:grid;grid-gap:16px;gap:16px}.home-v5-hero{margin-top:100px;padding:22px;border-radius:12px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);grid-gap:16px;gap:16px;position:relative;overflow:hidden}.home-v5-hero-glow{position:absolute;right:-140px;top:-90px;width:480px;height:320px;background:radial-gradient(circle,rgba(59,130,246,.2),transparent 70%);filter:blur(46px);pointer-events:none}.home-v5-hero-left{position:relative;z-index:1}.home-v5-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(59,130,246,.44);background:rgba(59,130,246,.14);color:#bfdbfe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.home-v5-badge svg{color:#93c5fd}.home-v5-hero-left h1{margin:16px 0 0;max-width:980px;font-size:clamp(42px,4.2vw,76px);line-height:1.03;letter-spacing:-.03em}.home-v5-hero-left p{margin:18px 0 0;max-width:900px;color:#a1a1aa;font-size:clamp(16px,1.2vw,20px);line-height:1.62}.home-v5-hero-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.home-v5-hero-actions .btn-v4{height:46px;padding:0 18px}.home-v5-hero-right{border:1px solid #27272a;border-radius:10px;background:#111318;padding:12px;display:grid;align-content:start;grid-gap:10px;gap:10px;min-width:0}.home-v5-hero-right h3{margin:0;font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:#a1a1aa}.home-v5-hero-right-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-v5-hero-right-grid article{border:1px solid #27272a;border-radius:8px;background:#0d1015;padding:10px;display:grid;grid-gap:4px;gap:4px}.home-v5-hero-right-grid article svg{color:#60a5fa}.home-v5-hero-right-grid article small{color:#a1a1aa;font-size:11px}.home-v5-hero-right-grid article strong{font-size:clamp(20px,2.2vw,30px);line-height:1}.home-v5-content{grid-template-columns:minmax(0,1.4fr) minmax(340px,.9fr)}.home-v5-content,.home-v5-main-col{display:grid;grid-gap:16px;gap:16px}.home-v5-block{display:grid;grid-gap:10px;gap:10px}.home-v5-block-head p{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#a1a1aa;font-weight:700}.home-v5-block-head h2{margin:6px 0 0;font-size:clamp(24px,2.2vw,36px);letter-spacing:-.02em}.home-v5-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v5-shortcut-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:14px;border-radius:10px;min-height:94px}.home-v5-shortcut-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v5-shortcut-card strong{display:block;font-size:15px}.home-v5-shortcut-card p{margin:4px 0 0;color:#a1a1aa;font-size:12px;line-height:1.45}.home-v5-shortcut-arrow{color:#71717a}.home-v5-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v5-feature-card{padding:16px;border-radius:10px;min-height:188px}.home-v5-feature-icon{width:40px;height:40px;border-radius:10px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v5-feature-card h3{margin:14px 0 8px;font-size:21px}.home-v5-feature-card p{margin:0;color:#a1a1aa;font-size:13px;line-height:1.58}.home-v5-side-col{display:grid;grid-gap:12px;gap:12px;align-content:start}.home-v5-side-card{padding:14px;border-radius:10px;display:grid;grid-gap:10px;gap:10px}.home-v5-side-card header p{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#a1a1aa;font-weight:700}.home-v5-side-card h3,.home-v5-side-card header h3{margin:6px 0 0;font-size:24px;letter-spacing:-.02em}.home-v5-side-metrics{display:grid;grid-gap:8px;gap:8px}.home-v5-side-metrics>div{border:1px solid #27272a;border-radius:8px;padding:10px;background:#0f1218}.home-v5-side-metrics span{display:inline-flex;align-items:center;gap:6px;color:#a1a1aa;font-size:12px}.home-v5-side-metrics span svg{color:#60a5fa}.home-v5-side-metrics strong{display:block;margin-top:5px;font-size:clamp(24px,1.6vw,32px);line-height:1}.home-v5-side-card-cta p{margin:0;color:#a1a1aa;line-height:1.55}.home-v5-side-card-cta .btn-v4{justify-content:center}.home-v5-footer{border-top:1px solid #27272a;padding-top:22px;text-align:center;color:#a1a1aa}.home-v5-footer-brand-wrap{margin-bottom:10px}.home-v5-footer-brand{color:#fafafa;font-size:18px}.home-v5-footer-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:10px}.home-v5-footer-links a{border:1px solid #27272a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;color:#a1a1aa;display:inline-flex;align-items:center;gap:6px}.home-v5-footer-links a:hover{color:#fafafa;border-color:#3f3f46}@media (max-width:1480px){.home-v5-main{width:min(1560px,calc(100vw - 28px))}}@media (max-width:1240px){.home-v5-content,.home-v5-hero{grid-template-columns:1fr}.home-v5-features,.home-v5-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.home-v5-main{width:calc(100vw - 16px);padding-bottom:74px}.home-v5-hero{margin-top:82px;padding:14px}.home-v5-hero-left h1{font-size:clamp(31px,11vw,48px)}.home-v5-hero-left p{font-size:15px}.home-v5-hero-actions{flex-direction:column}.home-v5-hero-actions .btn-v4{width:100%;justify-content:center}.home-v5-features,.home-v5-hero-right-grid,.home-v5-shortcuts{grid-template-columns:1fr}.home-v5-feature-card,.home-v5-shortcut-card,.home-v5-side-card{padding:12px}}.home-v6-root{--v6-max:min(1680px,calc(100vw - 34px))}.home-v6-main{width:var(--v6-max);margin:0 auto;padding:0 0 82px;display:grid;grid-gap:12px;gap:12px}.home-v6-hero-center{margin-top:92px;padding:34px 0 24px;position:relative;display:grid;place-items:center;text-align:center;grid-gap:14px;gap:14px}.home-v6-hero-center h1{position:relative;z-index:1;margin:0;font-family:Sora,Space Grotesk,Inter,Segoe UI,sans-serif;font-size:clamp(32px,4.2vw,68px);line-height:1.08;letter-spacing:-.04em;font-weight:800;max-width:960px;text-wrap:balance;color:#fff;animation:v6-reveal 1s cubic-bezier(.16,1,.3,1) forwards}.home-v6-hero-center h1 span.grad{display:inline-block;background:linear-gradient(135deg,#fff 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px rgba(247,165,59,.3))}@keyframes v6-reveal{0%{opacity:0;transform:translateY(30px) scale(.98);filter:blur(12px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.home-v6-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.home-v6-hero-actions .btn-v4{height:40px;padding:0 14px;font-size:13px}.home-v6-section{display:grid;grid-gap:8px;gap:8px}.home-v6-section-head p{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#a1a1aa;font-weight:700}.home-v6-section-head h2{margin:6px 0 0;font-size:clamp(20px,1.5vw,28px);letter-spacing:-.02em}.home-v6-stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.home-v6-stat-card{padding:12px;border-radius:10px}.home-v6-stat-card span{display:inline-flex;align-items:center;gap:6px;color:#a1a1aa;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.home-v6-stat-card span svg{color:#60a5fa}.home-v6-stat-card strong{display:block;margin-top:8px;font-size:clamp(24px,1.8vw,34px);line-height:1}.home-v6-feature-grid,.home-v6-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.home-v6-link-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border-radius:10px;min-height:80px}.home-v6-link-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v6-link-card strong{display:block;font-size:14px}.home-v6-link-card p{margin:4px 0 0;color:#a1a1aa;font-size:11px;line-height:1.45}.home-v6-link-arrow{color:#71717a}.home-v6-feature-card{padding:12px;border-radius:10px;min-height:144px}.home-v6-feature-icon{width:40px;height:40px;border-radius:10px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v6-feature-card h3{margin:10px 0 6px;font-size:17px}.home-v6-feature-card p{margin:0;color:#a1a1aa;font-size:12px;line-height:1.58}.home-v6-footer{border-top:1px solid #27272a;padding-top:14px;text-align:center;color:#a1a1aa}.home-v6-footer-brand-wrap{margin-bottom:10px}.home-v6-footer-brand{color:#fafafa;font-size:18px}.home-v6-footer-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:10px}.home-v6-footer-links a{border:1px solid #27272a;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;color:#a1a1aa;display:inline-flex;align-items:center;gap:6px}.home-v6-footer-links a:hover{color:#fafafa;border-color:#3f3f46}@media (max-width:1280px){.home-v6-main{width:min(1500px,calc(100vw - 20px))}.home-v6-feature-grid,.home-v6-link-grid,.home-v6-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.home-v6-main{width:calc(100vw - 16px);padding-bottom:74px}.home-v6-hero-center{margin-top:82px;padding:20px 0 16px;gap:10px}.home-v6-hero-center h1{font-size:clamp(26px,8.5vw,38px);line-height:1.12;letter-spacing:-.02em}.home-v6-hero-actions{width:100%;flex-direction:column}.home-v6-hero-actions .btn-v4{width:100%;justify-content:center}.home-v6-feature-grid,.home-v6-link-grid,.home-v6-stats-row{grid-template-columns:1fr}.home-v6-stat-card strong{font-size:20px}}.home-v7-main{max-width:1400px;margin:0 auto;padding:100px 24px 80px;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:20px;gap:20px}.bento-card{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.2,1,.3,1);background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:12px}.home-v10-metric-card{padding:24px 28px;background:rgba(255,255,255,.025);border:1px solid var(--v10-border-soft);gap:4px;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bento-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.3)}.hero-module{grid-column:span 8;padding:60px 48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,rgba(30,31,38,.8),rgba(20,21,26,.8))}.pulse-module{grid-column:span 4;padding:32px;display:flex;flex-direction:column;gap:20px}.home-v10-runtime,.home-v10-shortcuts{background:rgba(255,255,255,.015);border:1px solid var(--v10-border-soft);border-radius:clamp(12px,2vh,20px);padding:32px;display:flex;flex-direction:column;gap:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.metric-module{grid-column:span 3;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.shortcut-module{grid-column:span 6;padding:32px;display:flex;align-items:center;gap:24px}.capability-module{grid-column:span 4;padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.bento-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgba(255,255,255,.05),transparent 60%);pointer-events:none}@media (max-width:1100px){.hero-module,.pulse-module{grid-column:span 12}.metric-module{grid-column:span 6}.shortcut-module{grid-column:span 12}.capability-module{grid-column:span 6}}@media (max-width:768px){.home-v7-main{padding:80px 16px 60px}.capability-module,.metric-module{grid-column:span 12}.hero-module{padding:40px 24px}}.status-page-root{min-height:100vh}.status-page-main{max-width:1320px;margin:0 auto;padding:94px 24px 60px}.status-shell{display:grid;grid-gap:14px;gap:14px}.status-head-card{position:relative;background:radial-gradient(circle at 50% 0,rgba(99,102,241,.1) 0,transparent 70%);border:1px solid var(--v10-border);border-radius:20px;padding:60px 40px;overflow:hidden;text-align:center}.status-head-card,.status-head-content{display:flex;flex-direction:column;align-items:center}.status-head-content{gap:32px;width:100%}.status-head-info{display:flex;flex-direction:column;align-items:center}.status-head-info h1{font-size:clamp(32px,6vw,56px);margin-top:12px}.status-head-pulse-box{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;width:100%}.status-head-pulse-box .v9-pulse-line{flex:1 1;max-width:140px;height:1px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.status-metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);justify-content:center;grid-gap:1px;gap:1px;background:var(--v11-glass);border:1px solid var(--v11-border);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:32px 16px}.status-metric-card{background:transparent;border:none;border-right:1px solid rgba(255,255,255,.08);border-radius:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px}.status-metric-card:last-child{border-right:none}.status-metric-card strong{margin-top:8px}.status-metric-card span{letter-spacing:1px;color:#64748b;display:flex}@media (max-width:820px){.status-head-content{flex-direction:column;align-items:flex-start}.status-head-pulse-box{width:100%;align-items:flex-start;border-top:1px solid var(--v9-border-soft);padding-top:16px;margin-top:8px}}.status-head-card:after{content:"";position:absolute;top:0;right:0;width:300px;height:100%;background:radial-gradient(circle at 100% 50%,var(--v9-accent-glow),transparent 70%);pointer-events:none;opacity:.6}.status-kicker{margin:0;font-size:11px;letter-spacing:.16em;color:var(--muted);text-transform:uppercase;font-weight:700}.status-head-card h1{margin:8px 0 6px;font-size:clamp(24px,4vw,38px);line-height:1.12}.status-sub{margin:0;color:var(--muted);font-size:14px}.status-live-pill{border:1px solid var(--line);border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase}.status-live-pill.is-live{border-color:rgba(16,185,129,.5);color:#86efac;background:rgba(16,185,129,.14)}.status-live-pill.is-offline{border-color:rgba(248,113,113,.5);color:#fca5a5;background:rgba(248,113,113,.12)}.status-live-pill.is-connecting{border-color:rgba(251,191,36,.45);color:#fde68a;background:rgba(251,191,36,.12)}.status-panel,.status-track-card{background:var(--v11-glass);border:1px solid var(--v11-border);border-radius:20px;padding:32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:1100px){.status-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.status-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.status-metrics-grid{grid-template-columns:1fr}}.status-metric-card{border:1px solid var(--v9-border-soft);border-radius:12px;background:rgba(15,23,42,.4);padding:16px;display:grid;grid-gap:8px;gap:8px;transition:all .2s ease}.status-metric-card:hover{background:rgba(15,23,42,.6);border-color:var(--v9-border);transform:translateY(-2px)}.status-metric-card span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.status-metric-card strong{font-size:32px;line-height:1;color:var(--v9-text);font-weight:800;letter-spacing:-.02em}.status-track-card{border:1px solid var(--v9-border);border-radius:12px;background:linear-gradient(180deg,var(--v9-bg-2),var(--v9-bg-1));padding:20px;display:grid;grid-gap:16px;gap:16px}.status-track-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-track-head strong{font-size:13px}.status-track-head span{font-size:11px;color:var(--muted)}.status-track-grid{display:grid;grid-gap:7px;gap:7px}.status-track-row{display:grid;grid-template-columns:120px 1fr;grid-gap:4px;gap:4px;align-items:center}.status-track-label{border:1px solid rgba(255,255,255,.08);border-radius:6px;background:rgba(255,255,255,.015);padding:4px 10px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b;text-align:center}.status-track-label.is-up{border-color:rgba(16,185,129,.35);color:#86efac}.status-track-label.is-down{border-color:rgba(248,113,113,.45);color:#fca5a5}.status-track-label.is-intermittent{border-color:rgba(251,191,36,.5);color:#fde68a}.status-track-bars{display:grid;grid-template-columns:repeat(96,minmax(0,1fr));grid-gap:1.5px;gap:1.5px}.status-track-seg{height:18px;border-radius:3px;border:1px solid transparent}.status-track-seg.is-up{background:rgba(34,197,94,.2);border-color:rgba(34,197,94,.4);box-shadow:inset 0 0 4px rgba(34,197,94,.05)}.status-track-seg.is-down{background:rgba(239,68,68,.28);border-color:rgba(239,68,68,.65);box-shadow:0 0 6px rgba(239,68,68,.25)}.status-track-seg.is-intermittent{background:rgba(234,179,8,.35);border-color:rgba(234,179,8,.7)}.status-track-markers{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.status-track-markers-row{display:grid;grid-template-columns:120px 1fr;grid-gap:4px;gap:4px}.status-track-markers-spacer{display:block}.status-error{border:1px solid rgba(248,113,113,.45);color:#fecaca;background:rgba(127,29,29,.22);border-radius:10px;padding:10px 12px;font-size:13px}.status-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:12px;gap:12px}.status-panel{grid-column:span 6;border:1px solid var(--v9-border-soft);border-radius:12px;background:rgba(13,17,27,.6);padding:20px;min-height:220px;transition:border-color .2s ease,transform .2s ease}.status-panel:hover{border-color:var(--v9-border)}.status-panel.wide{grid-column:span 12}.status-panel h2{margin:0 0 12px;font-size:15px;display:inline-flex;align-items:center;gap:6px}.status-events,.status-incident-list,.status-service-list{display:grid;grid-gap:8px;gap:8px}.status-event-item,.status-incident-item,.status-service-item{border:1px solid var(--v9-border-soft);border-radius:10px;background:rgba(30,41,59,.15);padding:12px;transition:all .2s ease}.status-event-item:hover,.status-incident-item:hover,.status-service-item:hover{background:rgba(30,41,59,.25);border-color:rgba(255,255,255,.15)}.status-service-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 12px;gap:8px 12px}.status-service-item strong{font-size:13px}.status-service-item p{margin:4px 0 0;color:var(--muted);font-size:12px}.status-meta-time{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:11px}.status-badge{align-self:start;border-radius:999px;padding:4px 8px;border:1px solid var(--line);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.status-badge.is-up{border-color:rgba(34,197,94,.4);color:var(--v9-ok);background:rgba(34,197,94,.12)}.status-badge.is-down{border-color:rgba(239,68,68,.45);color:var(--v9-error);background:rgba(239,68,68,.12)}.status-badge.is-intermittent{border-color:rgba(234,179,8,.45);color:var(--v9-warn);background:rgba(234,179,8,.15)}.status-event-item p,.status-incident-item p{margin:4px 0;color:var(--muted);font-size:12px}.status-event-item span,.status-incident-item span{color:var(--muted);font-size:11px}.status-incident-item.open{border-color:rgba(248,113,113,.35)}.status-history-table-wrap{overflow:auto}.status-history-table{width:100%;min-width:760px;border-collapse:collapse}.status-history-table td,.status-history-table th{border-bottom:1px solid color-mix(in srgb,var(--line) 90%,#000 10%);text-align:left;padding:10px 8px;font-size:12px}.status-history-table th{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.status-event-item{display:grid;grid-template-columns:10px minmax(0,1fr);grid-gap:10px;gap:10px}.status-event-dot{width:8px;height:8px;border-radius:999px;margin-top:7px;background:color-mix(in srgb,var(--accent) 65%,#fff 35%)}.status-event-item.level-warning .status-event-dot{background:#f87171}.status-event-item.level-success .status-event-dot{background:#34d399}.status-empty{margin:0;font-size:12px;color:var(--muted)}@media (max-width:980px){.status-page-main{padding:86px 14px 46px}.status-head-card{flex-direction:column;align-items:flex-start}.status-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-panel{grid-column:span 12}.status-track-seg{height:12px}.status-track-row{gap:5px}.status-track-markers-row,.status-track-row{grid-template-columns:1fr}.status-track-markers-spacer{display:none}}.home-v8-main{max-width:1320px;margin:0 auto;padding:96px 18px 82px;display:grid;grid-gap:12px;gap:12px}.home-v8-hero{padding:18px;border-radius:10px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:12px;gap:12px}.home-v8-kicker{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(59,130,246,.42);background:rgba(59,130,246,.12);color:#bfdbfe;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-v8-hero-main h1{margin:14px 0 0;max-width:780px;font-size:clamp(32px,4vw,56px);line-height:1.06;letter-spacing:-.03em}.home-v8-hero-main p{margin:14px 0 0;max-width:700px;color:var(--muted);line-height:1.58}.home-v8-hero-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:9px}.home-v8-hero-actions .btn-v4{height:42px}.home-v8-pulse{border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--panel-soft) 92%,#080b11 8%);padding:12px;display:grid;align-content:start;grid-gap:8px;gap:8px}.home-v8-pulse h3{margin:2px 0 8px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.home-v8-pulse-item{border:1px solid var(--line);border-radius:8px;padding:10px;display:grid;grid-template-columns:16px 1fr;grid-gap:9px;gap:9px;align-items:start}.home-v8-dot{width:8px;height:8px;border-radius:999px;background:#34d399;margin-top:4px;box-shadow:0 0 10px rgba(52,211,153,.5)}.home-v8-pulse-item svg{color:#60a5fa;margin-top:1px}.home-v8-pulse-item strong{font-size:13px}.home-v8-pulse-item p{margin:3px 0 0;color:var(--muted);font-size:12px}.home-v8-board{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);grid-gap:12px;gap:12px}.home-v8-shortcuts{padding:14px;border-radius:10px}.home-v8-section-head p{margin:0;font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.12em;font-weight:700}.home-v8-section-head h2{margin:6px 0 0;font-size:clamp(22px,2vw,30px)}.home-v8-shortcut-list{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.home-v8-shortcut-item{border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--panel-soft) 90%,#0a0d13 10%);padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;transition:border-color .15s ease,transform .15s ease}.home-v8-shortcut-item:hover{border-color:#3f3f46;transform:translateY(-1px)}.home-v8-shortcut-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.14);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v8-shortcut-item strong{display:block;font-size:14px}.home-v8-shortcut-item small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.4}.home-v8-shortcut-item svg:last-child{color:var(--muted)}.home-v8-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v8-metric{border-radius:10px;padding:13px;display:grid;grid-gap:8px;gap:8px}.home-v8-metric span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-v8-metric strong{font-size:clamp(28px,2.8vw,36px);line-height:1;letter-spacing:-.02em}.home-v8-capabilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v8-capability-card{border-radius:10px;padding:14px}.home-v8-capability-icon{width:34px;height:34px;border-radius:8px;border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.12);color:#93c5fd;display:inline-flex;align-items:center;justify-content:center}.home-v8-capability-card h3{margin:10px 0 6px;font-size:17px}.home-v8-capability-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.home-v8-footer{border-top:1px solid var(--line);padding-top:14px;text-align:center;color:var(--muted)}.home-v8-footer p{margin:0;font-size:12px}.home-v8-footer div{margin-top:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.home-v8-footer a{border:1px solid var(--line);border-radius:999px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}@media (max-width:1080px){.home-v8-board{grid-template-columns:1fr}}@media (max-width:900px){.home-v8-capabilities,.home-v8-hero,.home-v8-metrics{grid-template-columns:1fr}}@media (max-width:760px){.home-v8-main{padding:84px 12px 72px}.home-v8-hero{padding:14px}.home-v8-hero-actions{flex-direction:column}.home-v8-hero-actions .btn-v4{width:100%;justify-content:center}}.home-v9-main{--v9-bg-1:#0d111b;--v9-bg-2:#121626;--v9-border:rgba(42,49,75,0.65);--v9-border-soft:rgba(32,38,59,0.5);--v9-text:#f0f4ff;--v9-muted:#8a96b8;--v9-accent:#6366f1;--v9-accent-glow:rgba(99,102,241,0.25);--v9-ok:#22c55e;--v9-warn:#eab308;--v9-error:#ef4444;max-width:1400px;margin:0 auto;padding:100px 24px 80px;display:flex;flex-direction:column;gap:16px}.home-v9-health,.home-v9-hero,.home-v9-metric-card,.home-v9-shortcut-item,.home-v9-shortcuts{border:1px solid var(--v9-border);background:linear-gradient(165deg,var(--v9-bg-2),var(--v9-bg-1));border-radius:12px}.home-v9-hero{padding:34px 38px;display:grid;grid-template-columns:1fr 380px;grid-gap:32px;gap:32px;align-items:center}.home-v9-kicker{margin:0;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#b8c1de}.home-v9-hero h1{margin:8px 0 0;font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.03em;color:var(--v9-text);max-width:760px}.home-v9-hero p{margin:14px 0 0;color:var(--v9-muted);line-height:1.6;max-width:760px}.home-v9-hero-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.home-v9-health{padding:14px}.home-v9-health h3{margin:0;color:var(--v9-text);font-size:14px}.home-v9-health-list{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.home-v9-health-list>div{border:1px solid var(--v9-border-soft);border-radius:10px;background:rgba(13,17,27,.5);padding:14px 16px;display:flex;gap:14px;align-items:center;color:var(--v9-text);font-size:13.5px;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1)}.home-v9-health-list>div:hover{background:rgba(30,41,59,.65);border-color:var(--v9-accent);transform:translateX(4px);box-shadow:-4px 0 12px var(--v9-accent-glow)}.home-v9-health-list svg{color:var(--v9-ok)}.home-v9-grid{display:grid;grid-template-columns:1.1fr .9fr 1.2fr;grid-gap:16px;gap:16px;align-items:stretch}.v9-col-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.v9-col-pulse{border:1px solid var(--v9-border);background:linear-gradient(180deg,var(--v9-bg-2),var(--v9-bg-1));border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.v9-pulse-line{height:1px;background:linear-gradient(90deg,transparent,var(--v9-accent),transparent);position:relative;opacity:.3}.v9-pulse-dot{width:6px;height:6px;background:var(--v9-accent);border-radius:50%;position:absolute;top:-2px;left:0;filter:drop-shadow(0 0 4px var(--v9-accent));animation:v9-scan 3s linear infinite}@keyframes v9-scan{0%{left:0;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.v9-pulse-line:nth-child(2) .v9-pulse-dot{animation-delay:.5s}.v9-pulse-line:nth-child(3) .v9-pulse-dot{animation-delay:1.2s}.v9-pulse-line:nth-child(4) .v9-pulse-dot{animation-delay:1.8s}.v9-pulse-line:nth-child(5) .v9-pulse-dot{animation-delay:2.2s}.home-v9-metrics{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.home-v9-metric-card{padding:18px 20px;display:grid;grid-gap:9px;gap:9px;position:relative;overflow:hidden;transition:all .2s ease}.home-v9-metric-card:hover{transform:translateY(-2px);border-color:var(--v9-accent);box-shadow:0 8px 30px rgba(0,0,0,.4)}.home-v9-metric-card:before{content:"";position:absolute;top:-40px;right:-40px;width:100px;height:100px;background:var(--v9-accent-glow);filter:blur(40px);border-radius:50%;pointer-events:none;opacity:.4}.home-v9-metric-card small{color:var(--v9-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.home-v9-metric-card strong{color:var(--v9-text);font-size:clamp(28px,2.8vw,38px);line-height:1;font-weight:800;letter-spacing:-.02em}.home-v9-metric-card span{color:#b8c1de;font-size:12px;display:inline-flex;align-items:center;gap:8px;font-weight:600}.home-v9-metric-card span svg{color:var(--v9-accent)}.home-v9-shortcuts{padding:14px}.home-v9-shortcuts header p{margin:0;color:var(--v9-muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.home-v9-shortcuts header h2{margin:7px 0 0;color:var(--v9-text);font-size:28px}.home-v9-shortcut-list{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.home-v9-shortcut-item{padding:10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;transition:border-color .15s ease,transform .15s ease}.home-v9-shortcut-item:hover{border-color:var(--v9-accent);background:rgba(99,102,241,.08);transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.3)}.home-v9-shortcut-icon{width:30px;height:30px;border-radius:8px;border:1px solid #3b4770;background:rgba(124,141,255,.15);color:#b8c1ff;display:inline-flex;align-items:center;justify-content:center}.home-v9-shortcut-item strong{display:block;color:var(--v9-text);font-size:14px}.home-v9-shortcut-item small{display:block;margin-top:3px;color:var(--v9-muted);font-size:12px}.home-v9-footer,.home-v9-shortcut-item svg:last-child{color:var(--v9-muted)}.home-v9-footer{border-top:1px solid var(--v9-border);padding-top:12px;text-align:center}.home-v9-footer p{margin:0;font-size:12px}.home-v9-footer div{margin-top:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.home-v9-footer a{border:1px solid var(--v9-border);border-radius:999px;padding:6px 10px;color:var(--v9-muted);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.home-v9-footer a:hover{color:var(--v9-text);border-color:#3d4670}@media (max-width:1080px){.home-v9-grid{grid-template-columns:1fr}}@media (max-width:900px){.home-v9-main{padding:86px 12px 72px}.home-v9-hero{grid-template-columns:1fr;padding:14px}}.home-v10-main{--v10-bg-1:#0d111b;--v10-bg-2:#121626;--v10-border:rgba(42,49,75,0.65);--v10-border-soft:rgba(32,38,59,0.5);--v10-text:#f0f4ff;--v10-muted:#8a96b8;--v10-accent:#6366f1;--v10-accent-glow:rgba(99,102,241,0.25);--v10-ok:#22c55e;max-width:1400px;margin:0 auto;padding:clamp(80px,10vh,120px) 24px 80px;display:flex;flex-direction:column;gap:20px}.home-v10-hero{border:1px solid var(--v10-border);background:radial-gradient(circle at 0 0,#1a1f35 0,#0d111b 100%);border-radius:clamp(12px,2vh,20px);padding:clamp(24px,5vw,48px);display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px;align-items:center;position:relative;overflow:hidden}.home-v10-hero:before{top:-20%;left:-10%;width:60%;height:140%;background:radial-gradient(circle at 30% 20%,rgba(99,102,241,.12) 0,transparent 60%);filter:blur(40px)}.home-v10-hero:after,.home-v10-hero:before{content:"";position:absolute;pointer-events:none}.home-v10-hero:after{bottom:-30%;right:-10%;width:70%;height:160%;background:radial-gradient(circle at 70% 80%,rgba(79,70,229,.08) 0,transparent 70%);opacity:.6}.home-v10-kicker{margin:0;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#a5b4fc}.home-v10-hero h1{margin:12px 0 0;font-size:clamp(28px,6vw,56px);line-height:1.05;letter-spacing:-.04em;color:var(--v10-text);max-width:800px;font-weight:800}.home-v10-hero p{margin:16px 0 0;color:#b8c1de;font-size:clamp(14px,1.8vw,16px);line-height:1.6;max-width:720px}.home-v10-hero-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.home-v10-hero-copy{display:flex;flex-direction:column}.home-v10-health{border:1px solid var(--v10-border);background:rgba(13,17,27,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:20px}.home-v10-health h3{margin:0 0 14px;color:var(--v10-text);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.home-v10-health-list{display:grid;grid-gap:10px;gap:10px}.home-v10-health-list>div{border:1px solid var(--v10-border-soft);border-radius:10px;background:rgba(255,255,255,.02);padding:14px;display:flex;gap:14px;align-items:center;transition:all .25s ease}.home-v10-health-list>div:hover{background:rgba(255,255,255,.05);border-color:var(--v10-border);transform:translateX(4px)}.home-v10-health-list>div svg{color:var(--v10-ok);flex-shrink:0}.home-v10-health-list span{display:flex;flex-direction:column}.home-v10-health-list small{font-size:10px;text-transform:uppercase;color:var(--v10-muted);font-weight:800;letter-spacing:.06em}.home-v10-health-list b{font-size:14px;color:var(--v10-text);margin-top:2px}.home-v10-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));grid-gap:16px;gap:16px}.home-v10-metric-card{border:1px solid var(--v10-border);background:linear-gradient(165deg,var(--v10-bg-2),var(--v10-bg-1));border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;transition:all .25s ease}.home-v10-metric-card:hover{transform:translateY(-2px);border-color:var(--v10-accent)}.home-v10-metric-card:before{content:"";position:absolute;top:-40px;right:-40px;width:100px;height:100px;background:var(--v10-accent-glow);filter:blur(40px);border-radius:50%;pointer-events:none;opacity:.3}.home-v10-metric-card small{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--v10-muted);letter-spacing:.1em}.home-v10-metric-card strong{font-size:clamp(24px,2.5vw,34px);color:var(--v10-text);font-weight:800;line-height:1}.home-v10-metric-card span{margin-top:6px;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#b8c1de;font-weight:600}.home-v10-metric-card span svg{color:var(--v10-accent)}.home-v10-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);grid-gap:16px;gap:16px}.home-v10-runtime,.home-v10-shortcuts{border:1px solid var(--v10-border);background:linear-gradient(165deg,var(--v10-bg-2),var(--v10-bg-1));border-radius:12px;padding:28px}.home-v10-runtime header p,.home-v10-shortcuts header p{margin:0;font-size:10.5px;text-transform:uppercase;color:var(--v10-muted);font-weight:800;letter-spacing:.12em}.home-v10-runtime header h2,.home-v10-shortcuts header h2{margin:8px 0 20px;font-size:26px;color:var(--v10-text);letter-spacing:-.01em}.home-v10-shortcut-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));grid-gap:12px;gap:12px}.home-v10-shortcut-item{border:1px solid var(--v10-border-soft);background:rgba(255,255,255,.02);border-radius:10px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;transition:all .25s ease}.home-v10-shortcut-item:hover{background:rgba(99,102,241,.08);border-color:var(--v10-accent);transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.3)}.home-v10-shortcut-icon{width:36px;height:36px;border-radius:9px;background:rgba(99,102,241,.15);color:#999eff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.home-v10-shortcut-item strong{display:block;font-size:14.5px;color:var(--v10-text);font-weight:700}.home-v10-shortcut-item small{display:block;font-size:11.5px;color:var(--v10-muted);margin-top:2px;line-height:1.4}.home-v10-runtime-list{display:grid;grid-gap:20px;gap:20px}.home-v10-runtime-list>div{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:end}.home-v10-runtime-list b{display:block;font-size:14px;color:var(--v10-text);font-weight:700}.home-v10-runtime-list small{font-size:12px;color:var(--v10-muted);margin-top:1px}.home-v10-runtime-list span{font-size:13px;color:var(--v10-accent);font-weight:800}.home-v10-runtime-list i{overflow:hidden;margin-top:4px}.home-v10-runtime-list i:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--v10-accent);box-shadow:0 0 10px var(--v10-accent-glow);border-radius:999px}.home-v10-runtime-list i{background:rgba(255,255,255,.05);border-radius:999px;height:8px;position:relative;grid-column:1/-1;overflow:visible}.home-v10-runtime-list i:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--v10-accent);box-shadow:0 0 12px var(--v10-accent-glow);border-radius:999px}.home-v10-runtime-links{margin-top:32px;display:flex;flex-wrap:wrap;gap:10px}.home-v10-runtime-links a{border:1px solid var(--v10-border-soft);padding:8px 14px;border-radius:999px;font-size:12px;color:var(--v10-muted);display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;background:rgba(255,255,255,.02)}.home-v10-runtime-links a:hover{color:var(--v10-text);border-color:var(--v10-accent);background:rgba(99,102,241,.1);transform:translateY(-1px)}.home-v10-footer{border-top:1px solid var(--v10-border);padding-top:24px;text-align:center;color:var(--v10-muted);margin-top:16px}.home-v10-footer p{margin:0;font-size:13px}.home-v10-footer div{margin-top:14px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.home-v10-footer a{border:1px solid var(--v10-border-soft);border-radius:999px;padding:6px 14px;font-size:12px;color:var(--v10-muted);display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.home-v10-footer a:hover{color:var(--v10-text);border-color:var(--v10-accent);background:rgba(255,255,255,.04)}.home-v11-main{--v11-bg-1:#060912;--v11-bg-2:#0b101d;--v11-border:rgba(45,55,85,0.6);--v11-accent:#6366f1;--v11-accent-glow:rgba(99,102,241,0.15);--v11-glass:rgba(255,255,255,0.025);max-width:1320px;margin:0 auto;padding:clamp(80px,15vh,160px) 24px 100px;gap:60px}.home-v11-hero,.home-v11-main{display:flex;flex-direction:column}.home-v11-hero{align-items:center;text-align:center;position:relative;z-index:10}.home-v11-hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:140%;height:200%;background:radial-gradient(circle at 50% 30%,var(--v11-accent-glow) 0,transparent 60%);pointer-events:none;z-index:-1}.home-v11-kicker{font-size:11px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#a5b4fc;margin-bottom:24px}.home-v11-hero h1{font-size:clamp(34px,7vw,72px);line-height:1;font-weight:900;letter-spacing:-.06em;color:#fff;margin:0;max-width:960px;text-shadow:0 4px 12px rgba(0,0,0,.5)}.home-v11-hero p{margin:24px 0 40px;max-width:720px;color:#94a3b8;font-size:clamp(15px,2vw,18px);line-height:1.6}.home-v11-hero-actions{display:flex;gap:16px}.home-v11-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;grid-gap:1px;gap:1px;padding:32px;background:var(--v11-glass);border:1px solid var(--v11-border);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.home-v11-stat-item{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.08)}.home-v11-stat-item:last-child{border-right:none}.home-v11-stat-item b{font-size:32px;font-weight:800;color:#fff;line-height:1.1}.home-v11-stat-item span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-top:4px}.home-v11-stat-item i{margin-bottom:12px;color:#818cf8}.home-v11-shortcuts-wrap{display:flex;flex-direction:column;gap:32px}.home-v11-shortcuts-wrap header{text-align:center}.home-v11-shortcuts-wrap h2{font-size:32px;font-weight:800;color:#fff}.home-v11-shortcut-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:16px;gap:16px}.home-v11-shortcut-card{background:var(--v11-glass);border:1px solid var(--v11-border);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:all .3s cubic-bezier(.2,.8,.2,1);text-decoration:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-v11-shortcut-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.045);border-color:#4f46e5;box-shadow:0 12px 30px -10px rgba(79,70,229,.25)}.home-v11-shortcut-card i{width:48px;height:48px;background:rgba(99,102,241,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#818cf8}.home-v11-shortcut-card strong{font-size:20px;color:#fff;font-weight:700}.home-v11-shortcut-card p{color:#64748b;line-height:1.6;font-size:14px}.home-v11-runtime{display:grid;grid-template-columns:1fr 400px;grid-gap:32px;gap:32px;align-items:center}@media (max-width:1024px){.home-v11-stats-strip{grid-template-columns:repeat(2,1fr);gap:12px}.status-metrics-grid{grid-template-columns:repeat(3,1fr);gap:12px}.status-metric-card{border-right:none;background:rgba(255,255,255,.02);border-radius:12px;padding:20px 12px}.home-v11-stat-item{border-right:none!important;margin:0;padding:12px}}@media (max-width:900px){.home-v4-header-nav{display:none!important}}@media (max-width:640px){.home-v11-main,.status-shell{padding:90px 16px 60px;gap:32px;overflow-x:hidden}.home-v11-stats-strip,.status-metrics-grid{grid-template-columns:1fr;border-radius:16px;padding:16px}.home-v11-hero h1,.status-head-info h1{font-size:30px;letter-spacing:-.04em}.status-head-card{padding:40px 20px}.status-track-card{padding:20px 12px}.status-track-bars{overflow-x:auto;padding-bottom:8px;-webkit-mask-image:linear-gradient(90deg,#000 90%,transparent);mask-image:linear-gradient(90deg,#000 90%,transparent);width:100%;scrollbar-width:thin}}