:root {
    /* Esports Minimalist Palette */
    --color-bg-deep: #000000;
    --color-bg-card: #050505;
    --color-glass-surface: rgba(255, 255, 255, 0.02);
    
    --color-text-main: #ffffff;
    --color-text-muted: #888888;
    
    --color-accent-brand: #00FF66; /* Toxic Esports Green */
    --color-accent-hover: #00CC52;
    --color-accent-glow: rgba(0, 255, 102, 0.2);
    
    --color-border-subtle: #1a1a1a;

    /* Typographic Configuration */
    --font-primary: 'Inter', system-ui, -apple-system, sans-serif;
    --font-header: 'Rajdhani', sans-serif;
    
    /* Rhythm and Spacing Base */
    --radius-strict: 0px; /* Sharp edges for physical builds */
    --radius-soft: 16px;  /* Smooth edges for digital course interfaces */
    --spacing-huge: 10rem;
    --spacing-large: 5rem;
    --spacing-medium: 2.5rem;
    --spacing-small: 1.25rem;
    
    /* Animation Tokens */
    --transition-smooth: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    
    /* Filters */
    --blur-heavy: blur(10px);
    --shadow-premium: 0 10px 30px -10px rgba(0, 255, 102, 0.1);
}
