:root {
    --bg-main: #0a0a0a;
    --bg-card: #171717;
    --bg-nav: rgba(10, 10, 10, 0.85);   
    --accent-red: #ff2a2a;
    --accent-glow: rgba(255, 42, 42, 0.4);
    
    --text-main: #f5f5f5;
    --text-muted: #a3a3a3;
    --text-dark: #000000;
   
    --font-main: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;   
    --transition-fast: 0.2s ease-in-out;
    --transition-normal: 0.3s ease-in-out;    
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 20px;
}