:root {
    --bg: #0b0d10;
    --surface: #12151a;
    --surface-raised: #1a1e25;
    --surface-glass: rgba(18, 21, 26, 0.85);

    --border: rgba(255, 255, 255, 0.06);
    --border-active: rgba(140, 160, 180, 0.2);
    --border-glow: rgba(140, 170, 210, 0.15);

    --text: #e8eaed;
    --text-secondary: #8a9bae;
    --text-muted: #4a5568;

    --accent: #5b8fb9;
    --accent-glow: rgba(91, 143, 185, 0.25);
    --accent-warm: #c9a84c;
    --accent-warm-glow: rgba(201, 168, 76, 0.3);

    --x-blue: #1d9bf0;
    --x-blue-dim: rgba(29, 155, 240, 0.6);

    --success: #4ade80;
    --error: #ef4444;

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

    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2.5rem;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', 'SF Mono', monospace;
}
