:root{--bg:#0e0e0e;--fg:#e8e6e0;--muted:#6b6966;--border:#2a2927;--accent:#4f98a3;font-family:JetBrains Mono,Fira Code,Courier New,monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-height:100dvh;background:var(--bg);color:var(--fg);font-size:1rem;line-height:1.6}button,input,select,textarea{font:inherit;color:inherit}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}button:hover{opacity:.85}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}