*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080c12;--bg1: #0d1117;--bg2: #111827;--bg3: #1a2234;--border: #1e2d3d;--border2: #243447;--text: #e2e8f0;--text2: #94a3b8;--text3: #4b5563;--accent: #38bdf8;--green: #10b981;--amber: #f59e0b;--red: #ef4444;--mono: "IBM Plex Mono", monospace;--sans: "IBM Plex Sans", sans-serif}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg1)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}button{font-family:var(--sans);cursor:pointer}input,textarea,select{font-family:var(--sans)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes scanline{0%{background-position:0 0}to{background-position:0 100%}}
