/* =============================================================
   THEME CONFIGURATION
   Uncomment ONE palette block. Keep all others commented out.
   ============================================================= */


/* ── Palette A: Slate & Indigo  (professional, modern) ────────
:root {
    --bg:              #f8fafc;
    --bg-card:         #ffffff;
    --sidebar-bg:      #0f172a;
    --sidebar-text:    #e2e8f0;
    --sidebar-hover:   #1e293b;
    --sidebar-active:  #4f46e5;
    --accent:          #4f46e5;
    --accent-hover:    #4338ca;
    --accent-text:     #ffffff;
    --text:            #1e293b;
    --text-muted:      #64748b;
    --border:          #e2e8f0;
    --heading:         #0f172a;
}
*/

/* ── Palette B: Stone & Emerald  (clean, natural) ──────────── */
:root {
    --bg:              #fafaf9;
    --bg-card:         #ffffff;
    --sidebar-bg:      #1c1917;
    --sidebar-text:    #d6d3d1;
    --sidebar-hover:   #292524;
    --sidebar-active:  #059669;
    --accent:          #059669;
    --accent-hover:    #047857;
    --accent-text:     #ffffff;
    --text:            #1c1917;
    --text-muted:      #78716c;
    --border:          #e7e5e4;
    --heading:         #0c0a09;
}



/* ── Palette C: Zinc & Amber  (warm, editorial) ──────────────
:root {
    --bg:              #ffffff;
    --bg-card:         #fafafa;
    --sidebar-bg:      #18181b;
    --sidebar-text:    #d4d4d8;
    --sidebar-hover:   #27272a;
    --sidebar-active:  #f59e0b;
    --accent:          #f59e0b;
    --accent-hover:    #d97706;
    --accent-text:     #18181b;
    --text:            #18181b;
    --text-muted:      #71717a;
    --border:          #e4e4e7;
    --heading:         #09090b;
}
*/


/* ── Palette D: Sky & Navy  (airy, tech-forward) ─────────────
:root {
    --bg:              #f0f9ff;
    --bg-card:         #ffffff;
    --sidebar-bg:      #082f49;
    --sidebar-text:    #bae6fd;
    --sidebar-hover:   #0c4a6e;
    --sidebar-active:  #0ea5e9;
    --accent:          #0ea5e9;
    --accent-hover:    #0284c7;
    --accent-text:     #ffffff;
    --text:            #0f172a;
    --text-muted:      #64748b;
    --border:          #e0f2fe;
    --heading:         #082f49;
}
*/
