:root {
    --color-bg: #080d19;
    --color-bg-elevated: #0d1424;
    --color-surface: #111a2e;
    --color-surface-strong: #17223a;
    --color-surface-muted: #1d2942;
    --color-border: rgba(255, 255, 255, 0.09);
    --color-border-strong: rgba(255, 255, 255, 0.16);
    --color-text: #edf3ff;
    --color-text-muted: #9daac3;
    --color-text-soft: #c7d2e8;
    --color-primary: #38bdf8;
    --color-primary-strong: #0ea5e9;
    --color-success: #22c55e;
    --color-warning: #f59e0b;
    --color-danger: #ef4444;
    --color-info: #818cf8;
    --color-focus: #7dd3fc;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;

    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.35rem;
    --font-size-2xl: 1.75rem;
    --font-weight-medium: 600;
    --font-weight-bold: 750;
    --font-weight-black: 900;
    --line-height-tight: 1.15;
    --line-height-base: 1.55;

    --icon-size-sm: 1rem;
    --icon-size-md: 1.25rem;
    --icon-size-lg: 1.5rem;

    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.25rem;
    --radius-pill: 999px;

    --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.18);
    --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.24);
    --shadow-lg: 0 28px 90px rgba(0, 0, 0, 0.32);
    --shadow-focus: 0 0 0 4px rgba(125, 211, 252, 0.22);

    --card-bg: rgba(17, 26, 46, 0.84);
    --card-border: 1px solid var(--color-border);
    --card-padding: var(--space-6);
    --card-radius: var(--radius-xl);

    --button-height: 2.75rem;
    --button-padding-x: 1rem;
    --badge-height: 1.75rem;
    --input-height: 2.75rem;

    --sidebar-width: 17.5rem;
    --topbar-height: 5.75rem;
    --content-max-width: 96rem;

    --grid-gap: var(--space-5);
    --breakpoint-sm: 36rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 62rem;
    --breakpoint-xl: 75rem;
}
