@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@500;600&display=swap";
:root{--font-display:"Inter Tight", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;--bg:#0a0c0e;--bg-elevated:#0f1215;--surface:#14181c;--surface-subtle:#111417;--surface-hover:#1b2024;--border:#edf1ef17;--border-strong:#edf1ef29;--border-hairline:#edf1ef0f;--text-primary:#edf1ef;--text-secondary:#99a6a2;--text-muted:#647069;--text-inverse:#08110d;--accent:#00ff9d;--accent-hover:#00e68c;--accent-active:#00cc7a;--accent-light:#00ff9d1f;--accent-text:#00ff9d;--gold:#c99a2e;--gold-hover:#b0871f;--gold-light:#c99a2e24;--gold-text:#e8be5e;--status-ok-bg:#00ff9d1a;--status-ok-border:#55e3b447;--status-ok-text:#00ff9d;--status-ok-dot:#00ff9d;--status-err-bg:#e5484d1a;--status-err-border:#ff828547;--status-err-text:#ff8285;--status-err-dot:#e5484d;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-full:9999px;--shadow-sm:0 1px 2px #00000073;--shadow-md:0 8px 20px -8px #0000008c, 0 1px 0 #ffffff08 inset;--shadow-lg:0 24px 48px -16px #000000a6, 0 0 0 1px #ffffff0a;--shadow-xl:0 32px 64px -20px #000000b3, 0 0 0 1px #ffffff0d;--shadow-inset-hairline:inset 0 1px 0 #ffffff0f;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--max-width:1200px;--navbar-height:72px;--transition-base:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}html{background-color:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-image:radial-gradient(1200px 600px at 50% -10%,#00ff9d0f,#0000 60%),radial-gradient(800px 500px at 100% 20%,#ffffff05,#0000 60%);background-attachment:fixed;margin:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit}button{font-family:var(--font-body)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
