*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #07080c;--surface: #0d0f18;--surface2: #141728;--surface3: #07090f;--surface-hover: rgba(255, 255, 255, .04);--border: #1a1d2e;--border-strong: #242840;--border2: #242840;--text: #e2e8f0;--text-dim: #94a3b8;--text-muted: #64748b;--accent: #00d4ff;--accent2: #0099cc;--accent-fg: #001218;--accent-dim: rgba(0, 212, 255, .08);--ring: rgba(0, 212, 255, .35);--warn: #ff6b35;--bad: #ff6b35;--ok: #00e87a;--good: #00e87a;--purple: #a78bfa;--yellow: #fbbf24;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 2px 4px rgba(0, 0, 0, .35), 0 6px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .55);--overlay: rgba(2, 4, 8, .65);--graph-bg-inner: #0a0e1a;--graph-bg-outer: #05060a;--graph-edge: #9aa6c0;--graph-edge-focus: #ffffff;--graph-label-bg: rgba(7, 9, 15, .72);--graph-vignette: rgba(0, 0, 0, .5);--graph-atmosphere1: rgba(0, 212, 255, .07);--graph-atmosphere2: rgba(167, 139, 250, .03);--radius: 8px;--radius-md: 12px;--radius-lg: 16px;--font: "Space Grotesk", sans-serif;--mono: "JetBrains Mono", monospace}[data-theme=light]{--bg: #fafbfc;--surface: #ffffff;--surface2: #f5f7fa;--surface3: #f1f4f8;--surface-hover: rgba(15, 23, 42, .035);--border: #ecedf0;--border-strong: #d8dae0;--border2: #d8dae0;--text: #0d1117;--text-dim: #475569;--text-muted: #94a3b8;--accent: #0891b2;--accent2: #0e7490;--accent-fg: #ffffff;--accent-dim: rgba(8, 145, 178, .08);--ring: rgba(8, 145, 178, .25);--warn: #ea580c;--bad: #dc2626;--ok: #15803d;--good: #15803d;--purple: #7c3aed;--yellow: #b45309;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow: 0 1px 3px rgba(15, 23, 42, .06), 0 8px 24px rgba(15, 23, 42, .04);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .08), 0 4px 12px rgba(15, 23, 42, .04);--overlay: rgba(15, 23, 42, .32);--graph-bg-inner: #ffffff;--graph-bg-outer: #eef1f5;--graph-edge: #94a3b8;--graph-edge-focus: #0d1117;--graph-label-bg: rgba(255, 255, 255, .92);--graph-vignette: rgba(15, 23, 42, .08);--graph-atmosphere1: rgba(8, 145, 178, .05);--graph-atmosphere2: rgba(124, 58, 237, .04)}html,body{transition:background-color .22s ease,color .22s ease}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color-scheme:dark}[data-theme=light] body{color-scheme:light}::selection{background:var(--accent-dim);color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted);background-clip:content-box}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes indetSlide{0%{left:-40%}to{left:100%}}.indet-bar{animation:indetSlide 1.6s cubic-bezier(.4,0,.6,1) infinite}@keyframes phasePulse{0%{box-shadow:0 0 #0891b273}70%{box-shadow:0 0 0 10px #0891b200}to{box-shadow:0 0 #0891b200}}.phase-row-active{position:relative;overflow:hidden}.phase-row-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(8,145,178,.06) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2.6s linear infinite;pointer-events:none}.animate-in{animation:fadeIn .25s ease forwards}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface-hover) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@media (max-width: 900px){.sidebar-root{position:fixed!important;inset:0 auto 0 0!important;z-index:50!important;transform:translate(-100%);transition:transform .22s ease;box-shadow:var(--shadow-lg)}body.mobile-nav-open .sidebar-root{transform:translate(0)}.mobile-nav-toggle{display:inline-flex!important}body.mobile-nav-open .mobile-nav-overlay{display:block!important}.layout-main{margin-left:0!important;padding-left:16px!important;padding-right:16px!important}}@media (max-width: 600px){body{font-size:13.5px}.responsive-grid,.responsive-grid-2{grid-template-columns:1fr!important}.responsive-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}.mobile-grid-1{grid-template-columns:1fr!important}.mobile-pad{padding-left:18px!important;padding-right:18px!important}.mobile-pad-y{padding-top:28px!important;padding-bottom:28px!important}.mobile-hero-shrink{font-size:clamp(28px,7vw,40px)!important;line-height:1.15!important}.mobile-sub-shrink{font-size:15px!important;line-height:1.55!important}.mobile-full{max-width:100%!important;width:calc(100% - 32px)!important}.mobile-table-scroll{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.mobile-tap{min-height:44px!important;padding-top:12px!important;padding-bottom:12px!important}.mobile-hide{display:none!important}.mobile-center{text-align:center!important}}@media (max-width: 900px){.landing-root .nav-links{display:none!important}.landing-root section{padding:52px 18px!important}}.mast-desktop{display:inline}.mast-mobile{display:none}@media (max-width: 768px){.mast-desktop{display:none}.mast-mobile{display:inline}}@media (max-width: 768px){.landing-root .hero-engine-wrap{display:block!important;margin-top:2px;line-height:1.05}.landing-root .hero-engine-wrap+br{display:none}}@media (max-width: 600px){.landing-root [style*="display: grid"]:not(.mobile-grid-2):not(.mobile-grid-keep){grid-template-columns:1fr!important}.landing-root h1{word-break:break-word}.landing-root .nav-link{font-size:13px!important}}@media (max-width: 600px){.auth-page-header{padding:16px 18px!important}.auth-page-main{padding:24px 18px!important}.auth-page-header a[href="/login"]{white-space:nowrap}}@media (max-width: 600px){.legal-shell-header{padding:14px 18px!important;gap:12px!important}.legal-shell-main{padding:36px 18px 56px!important;font-size:14.5px!important}}.mobile-nav-toggle{display:none;position:fixed;top:14px;left:14px;z-index:60;width:38px;height:38px;border-radius:8px;background:var(--surface);border:1px solid var(--border-strong);color:var(--text);align-items:center;justify-content:center;cursor:pointer;font-size:18px;box-shadow:var(--shadow-sm)}.mobile-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:49}body.mobile-nav-open .mobile-nav-overlay{display:block}
