*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--accent:#e8ff47;--accent-hist:#c084fc;--accent2:#ff6b6b;--accent3:#6baaff;--text:#f0f0f5;--muted:#7a7a8c;--bg:#0a0a0f;--surface:#13131a;--surface2:#1a1a24;--border:#2a2a38;--radius:16px;--syne:"Syne",sans-serif;--mono:"DM Mono",monospace;--sans:"DM Sans",sans-serif}body,html{background-color:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:inherit}button{font-family:inherit}input,select,textarea{font-family:inherit;color:var(--text);background:var(--surface2)}input[type=range]{-webkit-appearance:none;height:4px;border-radius:2px;background:var(--border);outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent);cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);cursor:pointer;border:none}::selection{background:rgba(232,255,71,.2);color:var(--text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}