:root{--tech-bg:#0a0e17;--tech-surface:#0d1220;--tech-surface-raised:#121a2e;--tech-surface-header:#16203a;--tech-border:#1f2a44;--tech-text:#e7ecf5;--tech-text-muted:#9aa4bd;--tech-text-faint:#7c88a3;--tech-accent:#38bdf8;--tech-accent-text:#7dd3fc;--tech-success:#4ade80;--tech-danger:#f87171;--color-primary:var(--tech-accent);--color-text:var(--tech-text);--font-display:"Space Grotesk",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono","Courier New",monospace;--radius:8px;--page-header-height:96px}*{box-sizing:border-box}body,html{background:var(--tech-bg);font-family:var(--font-body);font-size:17px;line-height:1.5;margin:0;min-height:100vh;padding:0;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,html{color:var(--tech-text)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:.01em}a{color:var(--tech-accent-text);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{background:var(--tech-surface-raised);border:1px solid var(--tech-border);border-radius:var(--radius);color:var(--tech-text);font-family:var(--font-body)}input::-moz-placeholder{color:var(--tech-text-faint)}input::placeholder{color:var(--tech-text-faint)}input:focus,select:focus,textarea:focus{border-color:var(--tech-accent);box-shadow:0 0 0 3px #38bdf840;outline:none}select option{background:var(--tech-surface);color:var(--tech-text)}button{font-family:var(--font-display)}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:var(--tech-bg)}::-webkit-scrollbar-thumb{background:var(--tech-border);border:3px solid var(--tech-bg);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--tech-text-faint)}::-moz-selection{background:var(--tech-accent);color:var(--tech-bg)}::selection{background:var(--tech-accent);color:var(--tech-bg)}
