/* ==========================================
   VARIABILE GLOBALE — SVIAEN CRM
   Folosite în toate fișierele CSS.
   Culori, fonturi, spacing, radius, efecte.
========================================== */

:root {
    /* CULORI PRIMARE */
    --color-primary: #1A73E8;
    --color-primary-hover: #1667cf;
    --color-accent: #0b66c3;

    /* TEXT */
    --text-main: #e5e7eb;
    --text-muted: #9ca3af;
    --text-soft: #6b7280;

    /* FUNDAL DARK */
    --bg-body: #0f172a;
    --bg-surface: #111827;
    --bg-surface-soft: #1e2536;
    --bg-border: rgba(255, 255, 255, 0.08);

    /* ALTELE */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-full: 999px;

    --shadow-soft: 0 8px 20px rgba(0,0,0,0.35);
    --shadow-hard: 0 15px 40px rgba(0,0,0,0.55);

    --transition: 0.2s ease-out;
}
