*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#e8e8e8;min-height:100vh}:root{--bg-primary: #0a0a0f;--bg-secondary: #13131a;--bg-card: #1a1a24;--bg-hover: #22222e;--border: #2a2a3a;--border-light: #333345;--text-primary: #f0f0f5;--text-secondary: #8888aa;--text-muted: #555570;--purple: #7F77DD;--purple-light: #a09ae8;--purple-dim: #2a2840;--green: #1D9E75;--green-light: #22c78f;--green-dim: #0d3326;--red: #e24b4a;--red-dim: #2d1414;--amber: #f59e0b;--amber-dim: #2d2005;--pink: #ec4899;--radius: 8px;--radius-lg: 12px}input[type=number],input[type=text],input[type=password]{background:var(--bg-secondary);border:.5px solid var(--border-light);color:var(--text-primary);border-radius:var(--radius);padding:5px 8px;font-family:inherit;font-size:13px;outline:none;transition:border-color .15s}input[type=number]:focus,input[type=text]:focus,input[type=password]:focus{border-color:var(--purple)}input[type=range]{cursor:pointer}button{cursor:pointer;font-family:inherit;transition:all .15s}button:active{transform:scale(.97)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}
