:root {
    --team-a-color: #f44336;
    --team-b-color: #2196f3;
    --main-blue: #2196f3;
    --dark-blue: #1976d2;
    --success-green: #4caf50;
    --error-red: #f44336;
    --warning-yellow: #ffeb3b;
    --today-highlight: #ffeb3b;
    --bg-gray: #f8f9fa;
    --border-gray: #e5e7eb;
    --text-dark: #333333;
    --text-muted: #666666;

    /* 통합 네비게이션 셸 (app-nav) — 단일 출처 토큰 */
    --app-nav-h: 52px;
    --app-nav-bg: rgba(255, 255, 255, 0.97);
    --app-nav-active: var(--main-blue);
    --app-nav-border: var(--border-gray);
}
