/* © Элвис · Telegram: @ElvisOnlyDev · ofdev.net */
:root {
    --bg-base:       #0A0E1B;
    --bg-surface:    #0F1424;
    --bg-panel:      #141A2E;
    --bg-elevated:   #1B2238;
    --bg-hover:      #222B47;
    --border:        #232C46;
    --border-strong: #33406A;

    --text-primary:   #E8ECF8;
    --text-secondary: #9EA9C6;
    --text-muted:     #6B7795;

    --accent:        #6366F1;
    --accent-hover:  #818CF8;
    --accent-strong: #4F46E5;
    --accent-ink:    #FFFFFF;
    --accent-soft:   #1D2350;
    --violet:        #8B5CF6;
    --focus-ring:    0 0 0 2px var(--bg-base), 0 0 0 4px var(--accent);

    --success: #34D399;  --success-bg: #0E2A22;
    --warning: #FBBF24;  --warning-bg: #2E2811;
    --danger:  #FB7185;  --danger-bg:  #2E1622;
    --info:    #60A5FA;  --info-bg:    #142440;

    --cal-c1: #6366F1; --cal-c2: #60A5FA; --cal-c3: #34D399;
    --cal-c4: #C084FC; --cal-c5: #FB7185; --cal-c6: #F472B6;

    --radius-sm: 4px; --radius-md: 6px; --radius-lg: 8px; --radius-pill: 999px;

    --space-1: 4px; --space-2: 8px; --space-3: 12px;
    --space-4: 16px; --space-6: 24px; --space-8: 36px;

    --shadow-1: 0 1px 2px rgba(3,6,15,.5);
    --shadow-2: 0 8px 28px rgba(3,6,15,.6);

    --dur-fast: 120ms; --dur: 180ms; --ease: cubic-bezier(.2,.6,.2,1);

    --font-sans: -apple-system, "Segoe UI", Roboto, Inter, system-ui, Arial, sans-serif;
    --font-mono: "SFMono-Regular", "JetBrains Mono", "Menlo", "Consolas", ui-monospace, monospace;

    --sidebar-w: 258px;

    --z-base: 1; --z-sticky: 50; --z-dropdown: 100; --z-modal: 1000; --z-toast: 1100;
}
