.page-module__VmafnG__dashboard{color:var(--text-primary);box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;max-width:100%;padding:.5rem 0;display:flex;overflow-x:hidden}.page-module__VmafnG__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.5rem;display:flex}.page-module__VmafnG__welcomeBlock{flex-direction:column;gap:.25rem;display:flex}.page-module__VmafnG__welcomeText{letter-spacing:-1px;color:var(--text-primary);margin:0;font-size:1.8rem;font-weight:800}.page-module__VmafnG__teamDropdownContainer{margin-top:.25rem;display:inline-block;position:relative}.page-module__VmafnG__teamDropdownBtn{background-color:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;max-width:100%;padding:.4rem .8rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.page-module__VmafnG__teamDropdownBtn span{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:calc(100% - 20px);display:inline-block;overflow:hidden}.page-module__VmafnG__teamDropdownBtn:hover{border-color:var(--accent-primary);color:var(--text-primary);background-color:var(--bg-surface-hover)}.page-module__VmafnG__teamDropdownMenu{z-index:100;background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;min-width:220px;margin-top:.5rem;padding:.4rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000004d}.page-module__VmafnG__teamDropdownItem{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.6rem .8rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__VmafnG__teamDropdownItem:hover{background-color:var(--bg-surface-hover);color:var(--text-primary)}.page-module__VmafnG__activeTeamItem{color:var(--accent-primary);background-color:#634bff14}.page-module__VmafnG__dropdownEmpty{color:var(--text-muted);padding:.6rem .8rem;font-size:.875rem;font-style:italic}.page-module__VmafnG__dateSub{color:var(--text-muted);text-transform:capitalize;margin:.25rem 0 0;font-size:.8125rem;font-weight:600}.page-module__VmafnG__headerWidgets{gap:1rem;display:flex}.page-module__VmafnG__headerWidget{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);align-items:center;gap:1rem;min-width:200px;padding:.75rem 1.25rem;display:flex}.page-module__VmafnG__widgetIconBg{background-color:var(--bg-main);border:1px solid var(--border-color);width:36px;height:36px;color:var(--accent-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__VmafnG__widgetText{flex-direction:column;gap:.125rem;display:flex}.page-module__VmafnG__widgetLabel{color:var(--text-muted);letter-spacing:.5px;font-size:.6875rem;font-weight:700}.page-module__VmafnG__widgetValue{color:var(--text-primary);font-size:.875rem;font-weight:800}.page-module__VmafnG__widgetSub{color:var(--text-secondary);font-size:.75rem}.page-module__VmafnG__mainGrid{grid-template-columns:1.8fr 1.2fr;align-items:start;gap:2rem;display:grid}.page-module__VmafnG__leftCol,.page-module__VmafnG__rightCol{flex-direction:column;gap:2rem;display:flex}.page-module__VmafnG__todayTrainingCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;justify-content:center;min-height:250px;padding:2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.page-module__VmafnG__trainingOverlay{z-index:1;background:linear-gradient(135deg,#10b98114 0%,#634bff14 100%),radial-gradient(circle at 80% 20%,#ffffff05 0%,#0000 50%);position:absolute;inset:0}.page-module__VmafnG__trainingContent{z-index:2;flex-direction:column;gap:.75rem;display:flex;position:relative}.page-module__VmafnG__trainingBadge{color:#10b981;letter-spacing:.5px;background-color:#10b9811f;border:1px solid #10b9814d;border-radius:4px;align-self:flex-start;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.page-module__VmafnG__trainingTeam{letter-spacing:-.5px;color:var(--text-primary);margin:.25rem 0 0;font-size:2rem;font-weight:800}.page-module__VmafnG__trainingMeta{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.page-module__VmafnG__trainingMeta span{align-items:center;gap:.25rem;display:flex}.page-module__VmafnG__trainingStatsRow{gap:2rem;margin:1rem 0;display:flex}.page-module__VmafnG__trainingStatBox{flex-direction:column;gap:.25rem;display:flex}.page-module__VmafnG__tStatVal{font-size:1.75rem;font-weight:800;line-height:1}.page-module__VmafnG__tStatLbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.page-module__VmafnG__trainingActions{gap:1rem;margin-top:.5rem;display:flex}.page-module__VmafnG__btnPrimaryFilled{background-color:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.page-module__VmafnG__btnPrimaryFilled:hover{opacity:.9}.page-module__VmafnG__btnOutline{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background-color:#0000;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.page-module__VmafnG__btnOutline:hover{background-color:var(--bg-surface-hover)}.page-module__VmafnG__noTrainingState{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 0;display:flex}.page-module__VmafnG__noTrainingIcon{color:var(--text-muted);opacity:.6;margin-bottom:.75rem}.page-module__VmafnG__noTrainingState h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.page-module__VmafnG__noTrainingState p{color:var(--text-muted);margin:0;font-size:.875rem}.page-module__VmafnG__weeklyPlanSection{flex-direction:column;gap:1rem;display:flex}.page-module__VmafnG__sectionHeader{justify-content:space-between;align-items:center;display:flex}.page-module__VmafnG__sectionTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.page-module__VmafnG__sectionLink{color:var(--accent-primary);font-size:.8125rem;font-weight:600;text-decoration:none}.page-module__VmafnG__weeklyGrid{grid-template-columns:repeat(7,1fr);gap:.75rem;display:grid}.page-module__VmafnG__weeklyDayCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;transition:transform .2s,border-color .2s;display:flex}.page-module__VmafnG__weeklyDayCard:hover{border-color:var(--accent-primary);transform:translateY(-2px)}.page-module__VmafnG__weeklyToday{border:2px solid var(--accent-primary);background-color:#634bff0a}.page-module__VmafnG__weeklyDayName{color:var(--text-muted);letter-spacing:.5px;font-size:.6875rem;font-weight:700}.page-module__VmafnG__weeklyDayNum{color:var(--text-primary);font-size:1.25rem;font-weight:800}.page-module__VmafnG__weeklyIconBox{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:.25rem 0;display:flex}.page-module__VmafnG__iconTRAINING{color:#10b981;background-color:#10b9811f}.page-module__VmafnG__iconGYM{color:#f59e0b;background-color:#f59e0b1f}.page-module__VmafnG__iconMATCH{color:var(--accent-primary);background-color:#634bff1f}.page-module__VmafnG__iconREST{background-color:var(--bg-main);color:var(--text-muted)}.page-module__VmafnG__weeklyTitle{color:var(--text-primary);font-size:.75rem;font-weight:700}.page-module__VmafnG__weeklySub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.6875rem;overflow:hidden}.page-module__VmafnG__bottomStatsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module__VmafnG__statsCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.page-module__VmafnG__cardHeaderTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin:0;padding-bottom:.5rem;font-size:.875rem;font-weight:700}.page-module__VmafnG__donutContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module__VmafnG__donutChartWrapper{width:110px;height:110px;position:relative}.page-module__VmafnG__donutSvg{width:100%;height:100%}.page-module__VmafnG__donutText{flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.page-module__VmafnG__donutNumber{color:var(--text-primary);font-size:1.5rem;font-weight:800}.page-module__VmafnG__donutLabel{color:var(--text-muted);text-transform:uppercase;margin-top:.125rem;font-size:.625rem;font-weight:700}.page-module__VmafnG__donutLegend{flex-direction:column;gap:.5rem;width:100%;display:flex}.page-module__VmafnG__legendItem{align-items:center;font-size:.75rem;font-weight:500;display:flex}.page-module__VmafnG__legendDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:.5rem}.page-module__VmafnG__legendText{color:var(--text-secondary);flex:1}.page-module__VmafnG__legendVal{color:var(--text-primary);font-weight:700}.page-module__VmafnG__sparklinesList{flex-direction:column;gap:1rem;display:flex}.page-module__VmafnG__sparkItem{flex-direction:column;gap:.25rem;display:flex}.page-module__VmafnG__sparkMeta{justify-content:space-between;align-items:flex-end;display:flex}.page-module__VmafnG__sparkLabel{color:var(--text-muted);letter-spacing:.5px;font-size:.6875rem;font-weight:700}.page-module__VmafnG__sparkValue{color:var(--text-primary);font-size:.9rem;font-weight:800}.page-module__VmafnG__sparkline{opacity:.8;width:100%;height:25px}.page-module__VmafnG__upcomingMatchesList{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.page-module__VmafnG__matchItem{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:6px;flex-direction:column;gap:.25rem;padding:.6rem .8rem;display:flex}.page-module__VmafnG__matchTeamsRow{align-items:center;gap:.4rem;font-size:.875rem;font-weight:800;display:flex}.page-module__VmafnG__matchVs{color:var(--text-muted);font-size:.75rem;font-weight:500}.page-module__VmafnG__matchTimeRow{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.page-module__VmafnG__matchLoc{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-module__VmafnG__matchEmpty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0;display:flex}.page-module__VmafnG__matchEmptyIcon{opacity:.5}.page-module__VmafnG__matchEmpty span{font-size:.75rem;font-style:italic}.page-module__VmafnG__alertsCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__VmafnG__alertsHeader{justify-content:space-between;align-items:center;display:flex}.page-module__VmafnG__alertsTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.page-module__VmafnG__alertsCount{color:var(--text-muted);font-size:.75rem;font-weight:600}.page-module__VmafnG__alertsList{flex-direction:column;gap:.75rem;display:flex}.page-module__VmafnG__alertItem{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.page-module__VmafnG__alertItem:hover{background-color:var(--bg-surface-hover);border-color:var(--accent-primary)}.page-module__VmafnG__alertIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__VmafnG__alertWarn{color:#ef4444;background-color:#ef44441a}.page-module__VmafnG__alertInfo{color:var(--accent-primary);background-color:#634bff1a}.page-module__VmafnG__alertContent{flex-direction:column;flex:1;gap:.125rem;display:flex}.page-module__VmafnG__alertTitleText{color:var(--text-primary);font-size:.8125rem;font-weight:800}.page-module__VmafnG__alertSub{color:var(--text-secondary);font-size:.75rem}.page-module__VmafnG__alertArrow{color:var(--text-muted);opacity:.5;transition:transform .2s}.page-module__VmafnG__alertItem:hover .page-module__VmafnG__alertArrow{color:var(--text-primary);transform:translate(2px)}.page-module__VmafnG__alertEmpty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;padding:1.5rem;font-size:.8125rem;display:flex}.page-module__VmafnG__quickStatsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.page-module__VmafnG__qStatCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:.25rem;padding:1rem;display:flex}.page-module__VmafnG__qLabel{color:var(--text-muted);letter-spacing:.5px;font-size:.625rem;font-weight:700}.page-module__VmafnG__qVal{color:var(--text-primary);font-size:1.35rem;font-weight:800}.page-module__VmafnG__qUnit{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.page-module__VmafnG__qFoot{color:var(--text-secondary);align-items:center;gap:.4rem;margin-top:.25rem;font-size:.75rem;display:flex}.page-module__VmafnG__qBullet{border-radius:50%;flex-shrink:0;width:6px;height:6px}.page-module__VmafnG__activityCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__VmafnG__activityHeader{justify-content:space-between;align-items:center;display:flex}.page-module__VmafnG__activityTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.page-module__VmafnG__activityLink{color:var(--text-muted);font-size:.75rem;font-weight:600}.page-module__VmafnG__activityList{flex-direction:column;gap:1rem;display:flex}.page-module__VmafnG__activityItem{gap:.85rem;display:flex}.page-module__VmafnG__activityIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.page-module__VmafnG__actIconGYM{color:#f59e0b;background-color:#f59e0b1a}.page-module__VmafnG__actIconHEALTH{color:#ef4444;background-color:#ef44441a}.page-module__VmafnG__actIconMATCH{color:var(--accent-primary);background-color:#634bff1a}.page-module__VmafnG__activityBody{flex-direction:column;flex:1;gap:.125rem;display:flex}.page-module__VmafnG__activityText{color:var(--text-primary);margin:0;font-size:.8125rem;font-weight:600;line-height:1.3}.page-module__VmafnG__activityTime{color:var(--text-muted);font-size:.6875rem}.page-module__VmafnG__activityEmpty{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:.75rem;font-style:italic}.page-module__VmafnG__quickActionsCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__VmafnG__actionsTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.page-module__VmafnG__actionsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.page-module__VmafnG__actionBtn{background-color:var(--bg-main);border:1px solid var(--border-color);text-align:center;color:var(--text-secondary);border-radius:6px;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.page-module__VmafnG__actionBtn:hover{background-color:var(--bg-surface-hover);border-color:var(--accent-primary);color:var(--text-primary)}.page-module__VmafnG__actionBtn svg{color:var(--accent-primary)}@media (max-width:1200px){.page-module__VmafnG__bottomStatsGrid{grid-template-columns:1fr}}@media (max-width:1024px){.page-module__VmafnG__header{flex-direction:column;align-items:flex-start;gap:1.25rem}.page-module__VmafnG__headerWidgets{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.page-module__VmafnG__headerWidgets::-webkit-scrollbar{display:none}.page-module__VmafnG__headerWidget{flex-shrink:0;min-width:180px}.page-module__VmafnG__mainGrid{grid-template-columns:1fr}}@media (max-width:768px),(orientation:landscape) and (max-height:500px) and (pointer:coarse){.page-module__VmafnG__dashboard{gap:1.5rem;padding:.5rem .25rem}.page-module__VmafnG__leftCol,.page-module__VmafnG__rightCol{width:100%;min-width:0;max-width:100%}.page-module__VmafnG__headerWidgets{flex-direction:column;width:100%;padding-bottom:0;overflow-x:visible}.page-module__VmafnG__headerWidget{flex-shrink:1;width:100%;min-width:0}.page-module__VmafnG__todayTrainingCard{min-height:auto;padding:1.5rem}.page-module__VmafnG__trainingTeam{font-size:1.75rem}.page-module__VmafnG__trainingStatsRow{flex-wrap:wrap;gap:1rem}.page-module__VmafnG__trainingActions{flex-direction:column;align-items:stretch;gap:.75rem}.page-module__VmafnG__trainingActions a{justify-content:center;width:100%}.page-module__VmafnG__weeklyPlanSection{max-width:100%;overflow:hidden}.page-module__VmafnG__weeklyGrid{-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;box-sizing:border-box;gap:.5rem;width:100%;max-width:100%;display:flex;overflow-x:auto}.page-module__VmafnG__weeklyGrid::-webkit-scrollbar{display:none}.page-module__VmafnG__weeklyDayCard{box-sizing:border-box;flex-shrink:0;width:90px}}@media (max-width:480px){.page-module__VmafnG__welcomeText{font-size:1.5rem}.page-module__VmafnG__todayTrainingCard{padding:1.25rem}.page-module__VmafnG__trainingTeam{font-size:1.5rem}.page-module__VmafnG__noTrainingState h3{word-break:break-word;font-size:1rem}.page-module__VmafnG__noTrainingState p{font-size:.8rem}.page-module__VmafnG__noTrainingState a{justify-content:center;align-self:stretch!important;width:100%!important;max-width:100%!important}.page-module__VmafnG__quickStatsGrid{grid-template-columns:1fr}}
.club-admin-dashboard-module__fcywsG__dashboard{background-color:var(--bg-main);min-height:calc(100vh - 60px);color:var(--text-primary);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.club-admin-dashboard-module__fcywsG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.club-admin-dashboard-module__fcywsG__welcomeBlock h1{color:var(--text-primary);margin:0;font-size:1.75rem;font-weight:700}.club-admin-dashboard-module__fcywsG__welcomeBlock p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.club-admin-dashboard-module__fcywsG__headerActions{align-items:center;gap:1rem;display:flex}.club-admin-dashboard-module__fcywsG__seasonSelectWrapper{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.club-admin-dashboard-module__fcywsG__seasonLabel{color:var(--text-secondary)}.club-admin-dashboard-module__fcywsG__seasonSelect{color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;padding-right:.5rem;font-weight:600}.club-admin-dashboard-module__fcywsG__btnNewSeason{background-color:var(--accent-primary);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #4caf5033}.club-admin-dashboard-module__fcywsG__btnNewSeason:hover{background-color:var(--accent-secondary);transform:translateY(-1px)}.club-admin-dashboard-module__fcywsG__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.club-admin-dashboard-module__fcywsG__kpiCard{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.club-admin-dashboard-module__fcywsG__kpiCard:hover{border-color:#4caf504d;transform:translateY(-2px)}.club-admin-dashboard-module__fcywsG__kpiIconWrapper{width:44px;height:44px;color:var(--accent-primary);background-color:#4caf501a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.club-admin-dashboard-module__fcywsG__kpiIconWrapperBlue{color:#3b82f6;background-color:#3b82f61a}.club-admin-dashboard-module__fcywsG__kpiIconWrapperPurple{color:#8b5cf6;background-color:#8b5cf61a}.club-admin-dashboard-module__fcywsG__kpiIconWrapperYellow{color:#eab308;background-color:#eab3081a}.club-admin-dashboard-module__fcywsG__kpiInfo{flex-direction:column;display:flex}.club-admin-dashboard-module__fcywsG__kpiLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.club-admin-dashboard-module__fcywsG__kpiVal{color:var(--text-primary);margin:.15rem 0;font-size:1.5rem;font-weight:700}.club-admin-dashboard-module__fcywsG__kpiSub{color:var(--accent-primary);font-size:.75rem;font-weight:500}.club-admin-dashboard-module__fcywsG__kpiSubMuted{color:var(--text-muted);font-size:.75rem}.club-admin-dashboard-module__fcywsG__kpiSubWarning{color:#ef4444;font-size:.75rem}.club-admin-dashboard-module__fcywsG__modulesWidget{flex-direction:column;gap:.5rem;display:flex}.club-admin-dashboard-module__fcywsG__modulesIcons{gap:.35rem;margin-top:.25rem;display:flex}.club-admin-dashboard-module__fcywsG__moduleIcon{background-color:var(--bg-surface-hover);width:24px;height:24px;color:var(--text-secondary);border-radius:4px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.club-admin-dashboard-module__fcywsG__moduleIconActive{color:var(--accent-primary);background-color:#4caf5026;border:1px solid #4caf504d}.club-admin-dashboard-module__fcywsG__twoColGrid{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}@media (max-width:1024px){.club-admin-dashboard-module__fcywsG__twoColGrid{grid-template-columns:1fr}}.club-admin-dashboard-module__fcywsG__card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;padding:1.5rem;display:flex}.club-admin-dashboard-module__fcywsG__cardHeaderRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.club-admin-dashboard-module__fcywsG__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:600;display:flex}.club-admin-dashboard-module__fcywsG__cardLink{color:var(--accent-primary);cursor:pointer;font-size:.8125rem;transition:opacity .2s}.club-admin-dashboard-module__fcywsG__cardLink:hover{opacity:.8}.club-admin-dashboard-module__fcywsG__alertsList{flex-direction:column;gap:.75rem;display:flex}.club-admin-dashboard-module__fcywsG__alertItem{border-radius:var(--border-radius);background-color:var(--bg-main);border:1px solid var(--border-color);align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.club-admin-dashboard-module__fcywsG__alertItem:hover{border-color:#ffffff1a;transform:translate(4px)}.club-admin-dashboard-module__fcywsG__alertIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.club-admin-dashboard-module__fcywsG__alertDanger{color:#ef4444;background-color:#ef44441a}.club-admin-dashboard-module__fcywsG__alertWarning{color:#f59e0b;background-color:#f59e0b1a}.club-admin-dashboard-module__fcywsG__alertInfo{color:#3b82f6;background-color:#3b82f61a}.club-admin-dashboard-module__fcywsG__alertContent{flex-direction:column;flex-grow:1;display:flex}.club-admin-dashboard-module__fcywsG__alertTitleText{color:var(--text-primary);font-size:.875rem;font-weight:600}.club-admin-dashboard-module__fcywsG__alertSub{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem}.club-admin-dashboard-module__fcywsG__alertCountBadge{color:var(--text-primary);background-color:#ffffff14;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.club-admin-dashboard-module__fcywsG__alertArrow{color:var(--text-muted)}.club-admin-dashboard-module__fcywsG__actionsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;height:100%;display:grid}.club-admin-dashboard-module__fcywsG__actionBtn{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--text-primary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.club-admin-dashboard-module__fcywsG__actionBtn:hover{background-color:var(--bg-surface-hover);border-color:var(--accent-primary);transform:translateY(-2px)}.club-admin-dashboard-module__fcywsG__actionBtn svg{color:var(--accent-primary)}.club-admin-dashboard-module__fcywsG__actionBtn span{font-size:.8125rem;font-weight:500}.club-admin-dashboard-module__fcywsG__teamsStaffGrid{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}@media (max-width:1024px){.club-admin-dashboard-module__fcywsG__teamsStaffGrid{grid-template-columns:1fr}}.club-admin-dashboard-module__fcywsG__teamsOverviewGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.club-admin-dashboard-module__fcywsG__teamCardItem{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;display:flex}.club-admin-dashboard-module__fcywsG__teamCardHeader{align-items:center;gap:.5rem;width:100%;display:flex}.club-admin-dashboard-module__fcywsG__teamShield{width:24px;height:24px;color:var(--accent-primary);background-color:#4caf501a;border-radius:4px;justify-content:center;align-items:center;display:flex}.club-admin-dashboard-module__fcywsG__teamCardTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.club-admin-dashboard-module__fcywsG__teamCardMeta{color:var(--text-secondary);flex-direction:column;gap:.15rem;font-size:.75rem;display:flex}.club-admin-dashboard-module__fcywsG__teamCardMeta strong{color:var(--text-primary)}.club-admin-dashboard-module__fcywsG__btnManageSection{justify-content:center;margin-top:auto;display:flex}.club-admin-dashboard-module__fcywsG__btnManage{background-color:var(--bg-main);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--border-radius);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.club-admin-dashboard-module__fcywsG__btnManage:hover{background-color:var(--bg-surface-hover);border-color:var(--accent-primary)}.club-admin-dashboard-module__fcywsG__staffOverviewBlock{align-items:center;gap:1.5rem;height:100%;margin-bottom:1.25rem;display:flex}.club-admin-dashboard-module__fcywsG__staffHugeCount{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.club-admin-dashboard-module__fcywsG__staffHugeNum{color:var(--text-primary);font-size:2rem;font-weight:800;line-height:1}.club-admin-dashboard-module__fcywsG__staffHugeLabel{color:var(--text-secondary);text-transform:uppercase;margin-top:.25rem;font-size:.6875rem}.club-admin-dashboard-module__fcywsG__staffRolesList{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.club-admin-dashboard-module__fcywsG__staffRoleItem{background-color:var(--bg-main);border-radius:var(--border-radius);border:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.club-admin-dashboard-module__fcywsG__staffRoleIcon{color:var(--accent-primary);flex-shrink:0}.club-admin-dashboard-module__fcywsG__staffRoleInfo{flex-direction:column;display:flex}.club-admin-dashboard-module__fcywsG__staffRoleNum{color:var(--text-primary);font-size:.875rem;font-weight:700}.club-admin-dashboard-module__fcywsG__staffRoleName{color:var(--text-secondary);font-size:.6875rem}.club-admin-dashboard-module__fcywsG__threeColGrid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.club-admin-dashboard-module__fcywsG__threeColGrid{grid-template-columns:1fr}}.club-admin-dashboard-module__fcywsG__seasonConfigSection{align-items:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}.club-admin-dashboard-module__fcywsG__seasonGiantYear{color:var(--accent-primary);margin:0;font-size:1.75rem;font-weight:800}.club-admin-dashboard-module__fcywsG__seasonStatusBadge{color:var(--accent-primary);text-transform:uppercase;background-color:#4caf5026;border-radius:4px;margin-top:.25rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;display:inline-block}.club-admin-dashboard-module__fcywsG__circularChart{flex-shrink:0;width:80px;height:80px;position:relative}.club-admin-dashboard-module__fcywsG__circularSvg{transform:rotate(-90deg)}.club-admin-dashboard-module__fcywsG__circularText{color:var(--text-primary);flex-direction:column;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.club-admin-dashboard-module__fcywsG__circularSubtext{color:var(--text-secondary);text-transform:uppercase;font-size:.55rem}.club-admin-dashboard-module__fcywsG__seasonMiniStats{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.club-admin-dashboard-module__fcywsG__seasonMiniItem{flex-direction:column;align-items:center;display:flex}.club-admin-dashboard-module__fcywsG__seasonMiniNum{color:var(--text-primary);font-size:1rem;font-weight:700}.club-admin-dashboard-module__fcywsG__seasonMiniLabel{color:var(--text-secondary);font-size:.6875rem}.club-admin-dashboard-module__fcywsG__indicatorsList{flex-direction:column;justify-content:center;gap:.75rem;height:100%;display:flex}.club-admin-dashboard-module__fcywsG__indicatorRow{flex-direction:column;gap:.25rem;display:flex}.club-admin-dashboard-module__fcywsG__indicatorHeader{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;display:flex}.club-admin-dashboard-module__fcywsG__indicatorLabel{font-weight:500}.club-admin-dashboard-module__fcywsG__indicatorVal{color:var(--text-primary);font-weight:600}.club-admin-dashboard-module__fcywsG__progressBar{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:3px;width:100%;height:6px;overflow:hidden}.club-admin-dashboard-module__fcywsG__progressFill{background-color:var(--accent-primary);border-radius:3px;height:100%}.club-admin-dashboard-module__fcywsG__timeline{flex-direction:column;gap:1rem;padding-left:1.25rem;display:flex;position:relative}.club-admin-dashboard-module__fcywsG__timeline:before{content:"";background-color:var(--border-color);width:2px;position:absolute;top:6px;bottom:6px;left:4px}.club-admin-dashboard-module__fcywsG__timelineRow{flex-direction:column;display:flex;position:relative}.club-admin-dashboard-module__fcywsG__timelineNode{background-color:var(--accent-primary);border:2px solid var(--bg-surface);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-24px;box-shadow:0 0 0 2px #4caf5033}.club-admin-dashboard-module__fcywsG__timelineNodeBlue{background-color:#3b82f6}.club-admin-dashboard-module__fcywsG__timelineNodeOrange{background-color:#f59e0b}.club-admin-dashboard-module__fcywsG__timelineContent{flex-direction:column;gap:.1rem;display:flex}.club-admin-dashboard-module__fcywsG__timelineTitle{color:var(--text-primary);font-size:.8125rem;font-weight:600}.club-admin-dashboard-module__fcywsG__timelineTitle strong{color:var(--text-primary);font-weight:700}.club-admin-dashboard-module__fcywsG__timelineTime{color:var(--text-secondary);font-size:.6875rem}
