@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--bg:#f8fafc;--nav:#f8f9fa;--surface:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--border:#e2e8f0;--border-2:#cbd5e1;--border-soft:#f3f4f6;--fg-1:#0f172a;--fg-2:#374151;--fg-3:#475569;--fg-4:#6b7280;--fg-5:#94a3b8;--fg-6:#9ca3af;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-pressed:#1e40af;--accent-light:#3b82f6;--accent-soft:#eff6ff;--accent-border:#bfdbfe;--green:#059669;--green-soft:#ecfdf5;--green-bd:rgba(5,150,105,.2);--green-dark:#166534;--green-tint:#dcfce7;--amber:#d97706;--amber-soft:#fffbeb;--amber-bd:rgba(217,119,6,.2);--red:#dc2626;--red-soft:#fef2f2;--red-bd:rgba(220,38,38,.2);--gray-chip:#f3f4f6;--shadow-sm:0 1px 3px rgba(15,23,42,.07),0 1px 2px rgba(15,23,42,.04);--shadow-md:0 4px 12px rgba(15,23,42,.09),0 2px 4px rgba(15,23,42,.05);--shadow-lg:0 10px 30px rgba(15,23,42,.13);--shadow-accent:0 1px 4px rgba(37,99,235,.25);--shadow-accent-hover:0 6px 20px rgba(37,99,235,.3);--radius-xs:4px;--radius-sm:6px;--radius:8px;--radius-lg:12px;--radius-pill:9999px;--sp-0:0;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:28px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--fs-micro:10px;--fs-caption:11px;--fs-small:12px;--fs-body:13px;--fs-body-lg:14px;--fs-lead:15px;--fs-h3:16px;--fs-h2:18px;--fs-h1:22px;--fs-display:30px;--fs-mkt-h2:36px;--fs-mkt-h1:52px;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-heavy:800;--ls-display:-0.8px;--ls-page-title:-0.4px;--ls-logo:-0.3px;--ls-tight:-0.01em;--ls-uppercase:0.04em;--ls-uppercase-lg:0.06em;--lh-display:1.1;--lh-title:1.2;--lh-tight:1.35;--lh-body:1.5;--lh-prose:1.6;--lh-loose:1.7;--transition:0.15s cubic-bezier(0.4,0,0.2,1);--transition-fast:0.12s ease;--transition-slow:0.22s cubic-bezier(0.4,0,0.2,1);--d-pad-card:24px;--d-pad-row:14px;--d-font-body:14px;--d-font-sm:13px;--d-row-height:52px;--d-rail-w:240px;--d-gap:16px}body.density-dense{--d-pad-card:16px;--d-pad-row:10px;--d-font-body:13px;--d-font-sm:12px;--d-row-height:44px;--d-gap:12px}body.density-airy{--d-pad-card:32px;--d-pad-row:18px;--d-font-body:15px;--d-font-sm:13px;--d-row-height:62px;--d-gap:20px}body.nav-rail{--d-rail-w:64px}body.theme-dark{--bg:#0b1120;--nav:#0e1524;--surface:#111827;--surface-2:#131b2e;--surface-3:#1a2238;--border:#1f2a44;--border-2:#2a3656;--border-soft:#161f34;--fg-1:#f1f5f9;--fg-2:#cbd5e1;--fg-3:#94a3b8;--fg-4:#6b7687;--fg-5:#4b5564;--fg-6:#3f4757;--accent-soft:#172554;--accent-border:#1e3a8a;--shadow-sm:0 1px 2px rgba(0,0,0,.35);--shadow-md:0 4px 12px rgba(0,0,0,.45);--shadow-lg:0 10px 30px rgba(0,0,0,.55);--green-soft:rgba(5,150,105,.15);--amber-soft:rgba(217,119,6,.12);--red-soft:rgba(220,38,38,.12);--gray-chip:#1a2238}body,html{height:100%;margin:0}*,:after,:before{box-sizing:border-box}body{font-family:var(--sans);font-size:var(--d-font-body);color:var(--fg-1);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}::-moz-selection{background:rgba(37,99,235,.12);color:var(--fg-1)}::selection{background:rgba(37,99,235,.12);color:var(--fg-1)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--border-2)}*{outline:none}[role=button]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@keyframes gc-fade{0%{opacity:0}to{opacity:1}}@keyframes gc-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes gc-fade-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes gc-spin{to{transform:rotate(1turn)}}@keyframes gc-pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes gc-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gc-dial-in{0%{stroke-dashoffset:var(--dial-full)}to{stroke-dashoffset:var(--dial-target)}}.m-wrap{max-width:1200px;margin:0 auto;padding:0 40px}@keyframes m-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.m-marquee{animation:m-scroll 35s linear infinite}.gc-skel{background:linear-gradient(90deg,var(--surface-3) 0,var(--surface-2) 50%,var(--surface-3) 100%);background-size:200% 100%;animation:gc-shimmer 1.4s linear infinite;border-radius:6px}.gc-reveal{animation:gc-fade-up .4s cubic-bezier(.4,0,.2,1) both}.gc-reveal-2{animation:gc-fade-up .4s cubic-bezier(.4,0,.2,1) .08s both}.gc-reveal-3{animation:gc-fade-up .4s cubic-bezier(.4,0,.2,1) .16s both}.gc-reveal-4{animation:gc-fade-up .4s cubic-bezier(.4,0,.2,1) .24s both}