:root {
  --bg: #0b0014;
  --bg-2: #1a0628;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-line: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --text-dim: #c9c2d6;
  --c1: #ff2e9a;   /* channel 1 — Pop */
  --c2: #16f0c8;   /* channel 2 — Electro */
  --c3: #ffd23f;   /* channel 3 — Rock */
  --danger: #ff4d4d;
  --radius: 18px;
  --tap: 56px;     /* min tap target */
  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
