.DateSelector-module__xNUXJG__container{flex-direction:column;align-items:center;padding:24px 0;display:flex}.DateSelector-module__xNUXJG__header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.DateSelector-module__xNUXJG__footballIcon{font-size:28px}.DateSelector-module__xNUXJG__title{color:var(--text-primary);letter-spacing:1px;font-size:28px;font-weight:700}.DateSelector-module__xNUXJG__dateDisplay{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.DateSelector-module__xNUXJG__dateSelector{align-items:center;gap:12px;display:flex}.DateSelector-module__xNUXJG__navButton{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.DateSelector-module__xNUXJG__navButton svg{width:18px;height:18px;color:var(--text-secondary)}.DateSelector-module__xNUXJG__navButton:hover{background:var(--card-hover);border-color:var(--accent-teal)}.DateSelector-module__xNUXJG__navButton:hover svg{color:var(--accent-teal)}.DateSelector-module__xNUXJG__datesContainer{gap:8px;display:flex}.DateSelector-module__xNUXJG__dateItem{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:56px;height:64px;transition:all .2s;display:flex}.DateSelector-module__xNUXJG__dateItem:hover{background:var(--card-bg)}.DateSelector-module__xNUXJG__dayNumber{color:var(--text-primary);font-size:18px;font-weight:600;line-height:1.2}.DateSelector-module__xNUXJG__dayName{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.DateSelector-module__xNUXJG__dateItem.DateSelector-module__xNUXJG__selected{background:var(--accent-teal);box-shadow:0 4px 12px #14b8a64d}.DateSelector-module__xNUXJG__dateItem.DateSelector-module__xNUXJG__selected .DateSelector-module__xNUXJG__dayNumber,.DateSelector-module__xNUXJG__dateItem.DateSelector-module__xNUXJG__selected .DateSelector-module__xNUXJG__dayName{color:var(--background)}.DateSelector-module__xNUXJG__dateItem.DateSelector-module__xNUXJG__today:not(.DateSelector-module__xNUXJG__selected){border:1px solid var(--accent-teal)}.DateSelector-module__xNUXJG__dateItem.DateSelector-module__xNUXJG__today:not(.DateSelector-module__xNUXJG__selected) .DateSelector-module__xNUXJG__dayNumber{color:var(--accent-teal)}@media (max-width:600px){.DateSelector-module__xNUXJG__datesContainer{gap:4px}.DateSelector-module__xNUXJG__dateItem{width:44px;height:56px}.DateSelector-module__xNUXJG__dayNumber{font-size:16px}.DateSelector-module__xNUXJG__dayName{font-size:10px}.DateSelector-module__xNUXJG__title{font-size:22px}}
.MatchList-module__VvfFwG__container{flex-direction:column;gap:24px;max-width:700px;margin:0 auto;padding:0 16px 40px;display:flex}.MatchList-module__VvfFwG__tournamentGroup{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.MatchList-module__VvfFwG__tournamentHeader{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#14b8a614 0%,#0000 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.MatchList-module__VvfFwG__tournamentInfo{align-items:center;gap:12px;display:flex}.MatchList-module__VvfFwG__tournamentLogo{object-fit:contain;border-radius:6px}.MatchList-module__VvfFwG__tournamentLogoPlaceholder{background:var(--background-secondary);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;display:flex}.MatchList-module__VvfFwG__tournamentText{flex-direction:column;display:flex}.MatchList-module__VvfFwG__tournamentName{color:var(--text-primary);font-size:15px;font-weight:600}.MatchList-module__VvfFwG__tournamentCountry{color:var(--text-secondary);font-size:12px}.MatchList-module__VvfFwG__matchCount{color:var(--accent-teal);background:#14b8a61f;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500}.MatchList-module__VvfFwG__matchesList{flex-direction:column;display:flex}.MatchList-module__VvfFwG__matchCard{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:16px;width:100%;padding:16px 20px;transition:background .2s;display:flex}.MatchList-module__VvfFwG__matchCard:hover{background:var(--card-hover)}.MatchList-module__VvfFwG__matchCard:not(:last-child){border-bottom:1px solid #1e283680}.MatchList-module__VvfFwG__matchStatus{flex-shrink:0;width:60px}.MatchList-module__VvfFwG__matchTime{color:var(--text-secondary);font-size:14px;font-weight:500}.MatchList-module__VvfFwG__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-block}.MatchList-module__VvfFwG__statusBadge.MatchList-module__VvfFwG__finished{color:#94a3b8;background:#64748b33}.MatchList-module__VvfFwG__statusBadge.MatchList-module__VvfFwG__inprogress{color:#ef4444;background:#ef444433;animation:2s infinite MatchList-module__VvfFwG__pulse}@keyframes MatchList-module__VvfFwG__pulse{0%,to{opacity:1}50%{opacity:.7}}.MatchList-module__VvfFwG__statusBadge.MatchList-module__VvfFwG__postponed{color:#eab308;background:#eab30833}.MatchList-module__VvfFwG__matchContent{flex-direction:column;flex:1;gap:8px;display:flex}.MatchList-module__VvfFwG__teamRow{justify-content:space-between;align-items:center;display:flex}.MatchList-module__VvfFwG__teamInfo{align-items:center;gap:10px;display:flex}.MatchList-module__VvfFwG__teamLogo{object-fit:contain;border-radius:4px}.MatchList-module__VvfFwG__teamLogoPlaceholder{background:var(--background-secondary);border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.MatchList-module__VvfFwG__teamName{color:var(--text-primary);font-size:14px;font-weight:500}.MatchList-module__VvfFwG__score{width:32px;height:28px;color:var(--score-text);background:var(--score-bg);border-radius:6px;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.MatchList-module__VvfFwG__score.MatchList-module__VvfFwG__winner{color:#4ade80;background:#4ade8026}.MatchList-module__VvfFwG__matchArrow{opacity:0;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex}.MatchList-module__VvfFwG__matchArrow svg{width:18px;height:18px;color:var(--text-secondary)}.MatchList-module__VvfFwG__matchCard:hover .MatchList-module__VvfFwG__matchArrow{opacity:1}.MatchList-module__VvfFwG__loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.MatchList-module__VvfFwG__loadingSpinner{border:3px solid var(--border-color);border-top-color:var(--accent-teal);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite MatchList-module__VvfFwG__spin}@keyframes MatchList-module__VvfFwG__spin{to{transform:rotate(360deg)}}.MatchList-module__VvfFwG__empty{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.MatchList-module__VvfFwG__emptyIcon{opacity:.5;font-size:48px}@media (max-width:600px){.MatchList-module__VvfFwG__container{padding:0 12px 40px}.MatchList-module__VvfFwG__matchCard{gap:12px;padding:12px 16px}.MatchList-module__VvfFwG__matchStatus{width:50px}.MatchList-module__VvfFwG__teamName{font-size:13px}.MatchList-module__VvfFwG__score{width:28px;height:24px;font-size:13px}}
