/**
 * Nightlife — the modern default theme.
 *
 * Token-only by design: this file sets ONLY the design tokens. Every component
 * is styled once in base.html against these tokens, so a theme is ~10 values,
 * not a stylesheet of !important overrides. Other themes follow the same shape.
 */
[data-theme="nightlife"] {
    --primary-bg:     #0A0A0F;
    --secondary-bg:   #14141C;
    --surface-2:      #1E1E29;
    --text-primary:   #F5F4FA;
    --text-secondary: #9A9AAD;
    --accent-color:   #FF3D77;
    --accent-2:       #7B61FF;
    --border-color:   rgba(255, 255, 255, 0.09);
    --shadow:         0 20px 50px -24px rgba(0, 0, 0, 0.75);
}
