*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--surface: #111111;--surface2: #1a1a1a;--border: #252525;--border2: #333333;--text: #e8e8e8;--muted: #666666;--dim: #444444;--amber: #f59e0b;--amber-dim: #78490a;--red: #ef4444;--green: #22c55e;--blue: #3b82f6}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Mono,monospace;font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Syne,sans-serif;letter-spacing:-.02em}button{cursor:pointer;font-family:DM Mono,monospace;font-size:12px}input,textarea,select{font-family:DM Mono,monospace;font-size:13px;background:var(--surface2);border:1px solid var(--border2);color:var(--text);border-radius:4px;padding:8px 12px;outline:none;width:100%;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--amber)}input::placeholder,textarea::placeholder{color:var(--dim)}a{color:var(--amber);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}
