/* ─── Genesis Theme (sabiedu.com + bookcamp.sabiedu.com) ───
   Source: designmd.ai/chef/genesis
   Indigo primary, clean editorial, light+dark */

:root {
    --primary: #6366F1;
    --primary-hover: #4F46E5;
    --secondary: #20970B;
    --neutral: #9C9C9C;
    --bg: #FAFAFA;
    --surface: #FFFFFF;
    --text-primary: #0A0A0A;
    --text-secondary: #6B6B6B;
    --border: #E8E8EC;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bg: #0A0A0A;
        --surface: #141414;
        --text-primary: #FAFAFA;
        --text-secondary: #9C9C9C;
        --border: #2A2A2A;
    }
}
