:root {
    --bg-body: #e8e0d0;
    --bg-panel: #f5efe4;
    --bg-card: #fdfaf4;
    --bg-card-hover: #fffef8;
    --bg-table: #f2ece0;
    --bg-table-head: #d8ccb4;
    --bg-row-odd: rgba(245,239,228,0.6);
    --bg-row-even: rgba(253,250,244,0.5);
    --bg-dark: #0e0a06;

    --text-primary: #2a1a18;
    --text-secondary: #5a3a30;
    --text-muted: #8a7060;
    --text-inverse: #f5efe4;

    --accent: #6b3048;
    --accent-light: #8b4860;
    --accent-dark: #4a1830;
    --accent-blue: #385870;
    --accent-blue-light: #507088;
    --accent-green: #3a5840;
    --accent-green-light: #4a7050;
    --accent-gold: #b89050;
    --accent-orange: #b06040;

    --team-a: #6b3048;
    --team-a-bg: rgba(107,48,72,0.06);
    --team-b: #385870;
    --team-b-bg: rgba(56,88,112,0.06);
    --team-c: #3a5840;
    --team-c-bg: rgba(58,88,64,0.06);
    --team-d: #b89050;
    --team-d-bg: rgba(184,144,80,0.06);

    --star-6: #c89830;
    --star-5: #a03038;
    --star-4: #405870;
    --star-3: #8a6040;

    --border-light: #d8ccb8;
    --border-mid: #c0b498;
    --border-dark: #2a1a18;

    --shadow-xs: 0 1px 3px rgba(42,26,24,0.06);
    --shadow-sm: 0 2px 8px rgba(42,26,24,0.08);
    --shadow-md: 0 4px 16px rgba(42,26,24,0.1);
    --shadow-lg: 0 8px 32px rgba(42,26,24,0.12);

    --radius-xs: 3px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;

    --font-xs: 11px;
    --font-sm: 13px;
    --font-base: 15px;
    --font-lg: 17px;
    --font-xl: 20px;
    --font-2xl: 24px;
    --font-3xl: 32px;

    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 16px;
    --spacing-xl: 24px;

    --transition-fast: 0.15s ease;
    --transition-normal: 0.25s ease;
}
