:root {
    --bg: #0d0d0f;
    --bg-elevated: #141416;
    --card: #1a1a1d;
    --card-hover: #1f1f23;
    --border: #2a2a2e;
    --border-soft: #232326;

    --text: #f2f2f3;
    --text-muted: #8a8a93;
    --text-faint: #5c5c64;

    --accent: #00d97e;
    --accent-hover: #00c473;
    --accent-soft: rgba(0, 217, 126, 0.12);

    --danger: #ff5c5c;
    --danger-soft: rgba(255, 92, 92, 0.12);
    --warning: #ffb020;
    --warning-soft: rgba(255, 176, 32, 0.12);

    --whatsapp: #25d366;

    --ml-yellow: #ffd400;
    --shopee-orange: #ff6a1e;
    --magalu-blue: #3483fa;

    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 12px;

    --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.4);

    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --sidebar-width: 248px;
    --sidebar-width-collapsed: 76px;
    --topbar-height: 64px;
}
