:root {
    /* Cores Brasil - Primárias */
    --primary: #FFD700;
    --primary-hover: #FFE333;
    --primary-dark: #E6C200;
    --primary-glow: rgba(255, 215, 0, 0.12);
    --primary-glow-strong: rgba(255, 215, 0, 0.25);

    /* Verde Brasil */
    --green: #00A651;
    --green-light: #00C261;
    --green-dark: #008C44;
    --green-glow: rgba(0, 166, 81, 0.12);
    --green-glow-strong: rgba(0, 166, 81, 0.25);

    /* Azul Brasil (detalhes) */
    --blue-br: #002776;
    --blue-br-light: #003DA6;

    /* Cores de Fundo - Dark com tom esverdeado */
    --bg-darkest: #060D08;
    --bg-dark: #0A140D;
    --bg-card: #0E1A12;
    --bg-card-hover: #132218;
    --bg-elevated: #172A1D;
    --bg-input: #0C1610;
    --bg-sidebar: #081009;
    --bg-header: rgba(8, 16, 9, 0.95);

    /* Cores de Texto */
    --text-primary: #F0F5F1;
    --text-secondary: #9DB8A3;
    --text-muted: #5E7D65;
    --text-accent: #FFD700;

    /* Cores de Borda */
    --border: #1A2E1F;
    --border-light: #253D2B;
    --border-active: #FFD700;

    /* Cores de Status */
    --success: #00C261;
    --success-bg: rgba(0, 194, 97, 0.1);
    --danger: #EF4444;
    --danger-bg: rgba(239, 68, 68, 0.1);
    --warning: #F59E0B;
    --warning-bg: rgba(245, 158, 11, 0.1);
    --info: #3B9AED;
    --info-bg: rgba(59, 154, 237, 0.1);
    --live: #EF4444;
    --live-pulse: rgba(239, 68, 68, 0.4);

    /* Odds */
    --odds-up: #00C261;
    --odds-down: #EF4444;
    --odds-neutral: #9DB8A3;
    --odds-bg: #132218;
    --odds-bg-hover: #1A2E1F;
    --odds-bg-selected: rgba(255, 215, 0, 0.12);
    --odds-border-selected: #FFD700;

    /* Espaçamento */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 12px;
    --space-lg: 16px;
    --space-xl: 24px;
    --space-2xl: 32px;
    --space-3xl: 48px;

    /* Bordas */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;

    /* Sombras */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 20px rgba(255, 215, 0, 0.15);
    --shadow-glow-green: 0 0 20px rgba(0, 166, 81, 0.15);

    /* Tipografia */
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-xs: 0.6875rem;
    --font-sm: 0.75rem;
    --font-base: 0.875rem;
    --font-md: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 2rem;
    --font-4xl: 2.5rem;

    /* Layout */
    --header-height: 68px;
    --sidebar-width: 240px;
    --betslip-width: 420px;
    --sidebar-collapsed: 64px;

    /* Transições */
    --transition-fast: 150ms ease;
    --transition-base: 200ms ease;
    --transition-slow: 300ms ease;

    /* Z-index */
    --z-dropdown: 100;
    --z-sidebar: 200;
    --z-header: 300;
    --z-overlay: 400;
    --z-modal: 500;
    --z-toast: 100000; /* precisa ficar acima de modais (deposit-modal usa 9999) */
}
