@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@300;400;500&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d0f;--surface:#141417;--surface2:#1c1c21;--border:#2a2a32;--accent:#e8ff47;--accent2:#ff6b35;--text:#e8e8f0;--muted:#666678;--green:#3dffa0;--red:#ff4f6b;--blue:#4fa3ff;--purple:#c084fc}body{background:var(--bg);color:var(--text);font-family:DM Mono,monospace;font-size:13px;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:DM Mono,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}html.light-mode{--bg:#f5f5f5;--surface:#fff;--surface2:#eee;--text:#111;--muted:#666;--border:#ddd}