:root {
    --bg: #0a0a0c;
    --bg-raised: #141416;
    --surface: rgba(255,255,255,0.04);
    --border: rgba(255,255,255,0.06);
    --text: #f0f0f2;
    --text-2: rgba(255,255,255,0.55);
    --text-3: rgba(255,255,255,0.30);
    --playing: #e05a47;
    --accent: #6e8efb;
}
