/* ─── VoiceBox Theme (smalligence.sabiedu.com) ───
   Source: designmd.ai/chef/voicebox
   High-contrast editorial dark, B&W + red accent */

:root {
    --primary: #EF4444;
    --bg: #0A0A0A;
    --surface: #141414;
    --text-primary: #FAFAFA;
    --text-secondary: #A3A3A3;
    --neutral: #525252;
    --border: #E5E5E5;
    --success: #16A34A;
    --warning: #CA8A04;
    --error: #EF4444;
}
