:root {
    --color-bg: #0b0d12;
    --color-bg-elevated: #12141a;
    --color-bg-panel: #161922;
    --color-bg-panel-2: #1b1f2a;
    --color-border: rgba(255, 255, 255, 0.08);

    --color-text: #f5f7fb;
    --color-text-soft: #b8c0d4;
    --color-text-muted: #8a93a8;

    --color-brand: #9b87d9;
    --color-brand-soft: #b5a6e0;
    --color-brand-deep: #5b4b91;

    --color-positive: #20c997;
    --color-negative: #ff6b6b;
    --color-warning: #f0b429;
    --color-info: #4dabf7;

    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.45);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.28);

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-xl: 28px;

    --container-width: 1200px;

    --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;
    --space-16: 4rem;

    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}