﻿/* =========================
   GLOBAL THEME VARIABLES
   ========================= */

:root {
    /* 🎨 Brand colors */
    --primary: #1e40af;
    --primary-hover: #1d4ed8;
    --secondary: #facc15;
    --accent: #38bdf8;
    /* 🌗 Backgrounds */
    --bg-main: #f8fafc;
    --bg-card: #ffffff;
    --bg-muted: #f1f5f9;
    /* ✍ Typography */
    --text-main: #0f172a;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --font-main: 'Poppins', system-ui, sans-serif;
    --font-heading: 'Montserrat', system-ui, sans-serif;
    /* 🧱 UI tokens */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --shadow-soft: 0 10px 30px rgba(0,0,0,.08);
    --shadow-hover: 0 15px 40px rgba(0,0,0,.12);
    /* ⚡ Motion */
    --transition-fast:
