/* ─────────────────────────────────────────────
   THEFOOTBALL.LIVE - Dark Theme Variables
   One theme only - matches LiveScore/Goal.com
   ───────────────────────────────────────────── */

:root {
    /* Backgrounds */
    --bg-body: #0D0D0D;
    --bg-card: #1A1A1A;
    --bg-header: #1A1A1A;
    --bg-section: #1A1A1A;
    --bg-hover: #2A2A2A;
    --bg-input: #2A2A2A;
    
    /* Text */
    --text-primary: #FFFFFF;
    --text-secondary: #AAAAAA;
    --text-muted: #666666;
    
    /* Accent */
    --accent: #00E676;
    --accent-hover: #00C853;
    --accent-text: #0D0D0D;
    
    /* Status */
    --live: #00E676;
    --ht: #FFC107;
    --ft: #666666;
    
    /* Borders */
    --border: #2A2A2A;
    --border-light: #1A1A1A;
    
    /* Shadows */
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.5);
    
    /* Sizes */
    --header-height: 48px;
    --max-width: 1100px;
    --radius: 10px;
}