/* CSS Custom Properties - Design Tokens */
:root {
    --bg-dark: #39444A;
    --bg-card: #465057;
    --primary: #2E9898;
    --primary-dark: #247373;
    --text-main: #ffffff;
    --text-muted: #b0b8bf;
    --danger: #ef4444;
    --success: #10b981;
    --score-gold: #fbbf24;
}
