:root{--color-bg-app: #0a0a0a;--color-bg-panel: #141414;--color-bg-module: #1a1a1a;--color-border: #2a2a2a;--color-surface-active: #252525;--color-led-red: #ff3333;--color-led-red-dim: #551111;--color-led-blue: #00ccff;--color-led-blue-dim: #004455;--color-led-yellow: #ffcc00;--color-led-yellow-dim: #554400;--color-led-green: #33ff33;--color-accent-primary: #ffffff;--color-accent-secondary: #888888;--color-text-main: #e0e0e0;--color-text-muted: #666666;--glow-kick: 0 0 10px var(--color-led-red), 0 0 20px var(--color-led-red);--glow-snare: 0 0 10px var(--color-led-blue), 0 0 20px var(--color-led-blue);--glow-hat: 0 0 10px var(--color-led-yellow), 0 0 20px var(--color-led-yellow);--glow-text: 0 0 8px rgba(255, 255, 255, .5);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--ease-out-expo: cubic-bezier(.19, 1, .22, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-display);background-color:var(--color-bg-app);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;width:100vw;overflow:hidden;display:flex;justify-content:center;align-items:center}#root{width:100%;height:100%;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;background:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-app)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-secondary)}.interactive-hover{transition:transform .1s;position:relative;isolation:isolate}.interactive-hover:after{content:"";position:absolute;inset:0;background:#0003;z-index:-1;opacity:0;transition:opacity .2s ease;pointer-events:none;border-radius:inherit}.interactive-hover:hover:after{opacity:1}.interactive-hover:active{transform:scale(.98)}.text-dim-hover{transition:opacity .2s ease}.text-dim-hover:hover{opacity:.7;cursor:pointer}.mobile-overlay{display:none}@media(max-width:840px){.mobile-overlay{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:9999;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:40px;text-align:center}}.mixer-fader{accent-color:var(--fader-color);color-scheme:dark}.mixer-fader::-webkit-slider-thumb{appearance:auto;background-color:#fff!important}
