:root{--bg: #070710;--bg-card: #0d0d24;--bg-inner: #0a0a18;--bg-deep: #0a0a10;--border: #1a1a3a;--border-alt: #1a1a2e;--text: #ffffff;--text-2: #ddddee;--text-3: #bbbbcc;--text-4: #9999aa;--text-5: #777788;--text-6: #555566;--scrollbar-track: #0a0a18;--scrollbar-thumb: #1a1a3a;--scrollbar-hover: #2a2a4a}[data-theme=light]{--bg: #f5f5fc;--bg-card: #ffffff;--bg-inner: #eeeef8;--bg-deep: #e8e8f4;--border: #c8c8e0;--border-alt: #d8d8ec;--text: #0a0a18;--text-2: #1a1a2e;--text-3: #2a2a40;--text-4: #3a3a52;--text-5: #4a4a64;--text-6: #5a5a76;--scrollbar-track: #e0e0f0;--scrollbar-thumb: #c0c0d8;--scrollbar-hover: #a0a0c0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;transition:color .2s,background-color .2s}body{background:var(--bg);color:var(--text);font-family:Inter,JetBrains Mono,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background .2s,color .2s}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}::selection{background:#00ff9f33;color:var(--text)}button{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit}button,a{transition:opacity .15s,color .15s,background .15s,border-color .15s}button:focus-visible{outline:2px solid #00FF9F55;outline-offset:2px}
