:root{--bg: #0a0a0f;--surface: #111118;--surface2: #18181f;--surface3: #1e1e28;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--text: #f0f0f5;--text2: #8b8b9e;--text3: #55556a;--accent: #7c6cf8;--accent-glow: rgba(124,108,248,.25);--green: #6cf8a8;--radius: 10px;--radius-lg: 14px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;background:var(--bg);color:var(--text)}button{font-family:inherit;cursor:pointer}input[type=range]{-webkit-appearance:none;width:100%;height:4px;background:var(--surface3);border-radius:4px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:var(--accent);border-radius:50%;cursor:pointer;box-shadow:0 0 8px var(--accent-glow);transition:transform .15s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.25)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:4px}
