:root{color-scheme:dark;--bg: #07111f;--panel: #111c31;--panel-2: #17243c;--line: rgba(255, 255, 255, .09);--text: #edf5ff;--muted: #8ea4c2;--primary: #4f8cff;--green: #22c55e;--red: #ef4444;--amber: #f59e0b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--club-main-bg, var(--bg));color:var(--club-text, var(--text));font-weight:var(--club-font-weight, 400)}button{font:inherit}select{color:var(--text);background-color:#17243c}select option{color:#0f172a;background:#fff}select option:checked{color:#0f172a;background:#bfdbfe}.app-shell{min-height:100vh;display:grid;grid-template-columns:292px minmax(0,1fr);column-gap:14px;background:var(--club-main-bg, var(--bg))}.sidebar{max-height:100vh;border-right:1px solid rgba(255,255,255,.14);box-shadow:10px 0 24px #00000024;background:var(--club-sidebar-bg, #0b1426);padding:16px;display:flex;flex-direction:column;gap:14px;position:sticky;top:0}.brand-block,.user-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#ffffff08}.brand-block strong,.user-card strong{display:block}.brand-block span,.user-card small{color:var(--muted);font-size:12px}.club-logo,.avatar{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#0f766e);font-weight:900;flex:0 0 auto}.club-logo.large{width:64px;height:64px;border-radius:18px;font-size:20px}.avatar.small{width:42px;height:42px;border-radius:12px;font-size:13px}.club-logo img{width:100%;height:100%;object-fit:contain}.nav-list{min-height:0;display:grid;gap:5px;overflow:auto;padding-right:3px}.nav-list button{border:0;border-radius:10px;padding:10px;text-align:left;background:transparent;color:var(--club-text, var(--muted));cursor:pointer;display:flex;align-items:center;gap:10px}.nav-list button.active,.nav-list button:hover{background:#4f8cff24;color:#dbe8ff}.nav-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#ffffff0f;font-size:17px;line-height:1;font-weight:400;letter-spacing:0}.user-card{margin-top:auto}.ghost-button{margin-left:auto;border:1px solid var(--line);border-radius:10px;padding:8px 10px;color:#dbe8ff;background:#ffffff0d;cursor:pointer}.main{min-width:0;margin:10px 10px 10px 0;border:1px solid rgba(255,255,255,.06);border-radius:18px 0 0 18px;overflow:hidden;background:var(--club-main-bg, var(--bg))}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(79,140,255,.18),transparent 36%),radial-gradient(circle at bottom right,rgba(15,118,110,.16),transparent 34%),var(--bg)}.login-card{width:min(460px,100%);border:1px solid var(--line);border-radius:18px;background:#111c31f0;padding:24px;box-shadow:0 24px 80px #00000047}.login-card.compact{text-align:center;display:grid;justify-items:center;gap:10px}.login-brand{display:flex;gap:16px;align-items:center;margin-bottom:24px}.login-brand span{color:#b8d0ff;font-size:12px;font-weight:800;text-transform:uppercase}.login-card h1{margin:2px 0 6px;font-size:28px}.login-card p,.login-note{color:var(--muted)}.login-form{display:grid;gap:14px}.login-form label{display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:700}.login-form input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;color:var(--text);background:#ffffff0d;outline:none}.login-form input:focus{border-color:#4f8cffb8;box-shadow:0 0 0 3px #4f8cff26}.login-form button,.full-width{width:100%}.login-form button{border:0;border-radius:12px;padding:13px 14px;color:#fff;background:var(--primary);cursor:pointer;font-weight:800}.login-form button:disabled{cursor:wait;opacity:.72}.form-error{border:1px solid rgba(239,68,68,.38);border-radius:12px;padding:12px;color:#ffc7cf;background:#ef444421}.error-hint{margin-top:8px;color:#ffdce1;font-size:12px}.login-note{margin-top:18px;font-size:13px}.topbar{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.topbar h1{margin:0;font-size:28px}.topbar p,.panel p{color:var(--muted);max-width:880px}.topbar-actions{display:flex;align-items:center;gap:10px}.notification-bell{position:relative;width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;color:#dbe8ff;background:#ffffff0d;cursor:pointer}.notification-bell.has-unread{border-color:#f59e0b8c;background:#f59e0b21}.notification-bell b{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;display:grid;place-items:center;border:2px solid var(--club-main-bg, var(--bg));border-radius:999px;color:#fff;background:#ef4444;font-size:11px}.notification-drawer{position:sticky;top:12px;z-index:30;width:min(520px,calc(100vw - 36px));justify-self:end;margin:0 24px 16px auto;border:1px solid var(--line);border-radius:18px;padding:16px;background:var(--club-panel-bg, var(--panel));box-shadow:0 24px 80px #00000059}.notification-list{display:grid;gap:10px;max-height:430px;overflow:auto}.notification-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff09}.notification-item.unread{border-color:#f59e0b73;background:#f59e0b17}.notification-item strong,.notification-item small{display:block}.notification-item small,.notification-item p{color:var(--muted)}.notification-item p{margin:6px 0 0}.notification-item button{align-self:start;border:1px solid rgba(34,197,94,.35);border-radius:12px;padding:8px 10px;color:#bbf7d0;background:#22c55e21;cursor:pointer;font-weight:800}.status-pill,.badge{border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#d6e4ff;background:#4f8cff1f;white-space:nowrap}.page-grid,.reports-grid,.module-layout,.dashboard-layout,.attendance-layout,.profile-layout{padding:24px;display:grid;gap:14px}.page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-layout{gap:18px}.dashboard-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dashboard-actions button,.row-actions button{border:1px solid rgba(91,141,255,.35);border-radius:12px;padding:10px 14px;color:#dbe8ff;background:#4f8cff21;cursor:pointer}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-panel{border-radius:18px;background:#141d32e6}.danger-panel{border-color:#ef444473;box-shadow:inset 0 0 0 1px #ef444414}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px}.trend-bars{min-height:210px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:end;padding-top:12px}.trend-bar{min-height:180px;display:grid;grid-template-rows:1fr auto auto;justify-items:center;gap:7px;color:var(--muted);font-size:12px}.trend-bar div{width:100%;max-width:34px;align-self:end;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#4f8cff,#22c55e);box-shadow:0 12px 24px #4f8cff29}.trend-bar strong{color:#dbe8ff}.money-card{min-height:210px;display:grid;align-content:center;gap:8px;border:1px solid rgba(34,197,94,.24);border-radius:16px;padding:20px;background:linear-gradient(135deg,#22c55e1f,#4f8cff14)}.money-card strong{font-size:40px}.money-card span{color:var(--muted)}.occupancy-list{display:grid;gap:10px}.occupancy-row{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(220px,1fr) 60px;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;padding:13px;background:#ffffff08}.occupancy-row small{display:block;margin-bottom:7px;color:var(--muted)}.occupancy-row b{text-align:right;color:#dbe8ff}.attendance-layout{gap:18px}.attendance-controls{display:grid;grid-template-columns:minmax(190px,.8fr) minmax(260px,1.2fr) auto;align-items:end;gap:14px}.attendance-controls label{display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:700}.attendance-controls input,.attendance-controls select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text);background:#ffffff0d;outline:none}.attendance-controls button,.save-bar button{border:0;border-radius:12px;padding:13px 16px;color:#fff;background:var(--primary);cursor:pointer;font-weight:800}.attendance-controls button:disabled,.save-bar button:disabled{cursor:not-allowed;opacity:.55}.attendance-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.attendance-summary.compact .stat-card{min-height:110px}.attendance-shell,.groups-page{display:grid;gap:16px}.attendance-group-tabs,.view-tabs,.attendance-toolbar,.inline-actions,.modal-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.attendance-group-tabs button,.view-tabs button,.attendance-toolbar button,.inline-actions button,.modal-actions button,.ghost-button{border:1px solid var(--line);border-radius:12px;padding:10px 13px;color:#dbe8ff;background:#ffffff0d;cursor:pointer;font-weight:800}.attendance-group-tabs button.active,.view-tabs button.active{border-color:#4f8cff8f;background:#4f8cff2e}.attendance-toolbar{justify-content:flex-end}.attendance-toolbar input,.status-select{border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--text);background:#ffffff0d;outline:none}.attendance-toolbar button,.modal-actions button[type=submit]{border-color:#4f8cff73;background:var(--primary)}.attendance-toolbar button:disabled{cursor:not-allowed;opacity:.55}.table-wrap{width:100%;overflow-x:auto}.feature-table-old,.attendance-table{width:100%;min-width:820px;border-collapse:collapse}.feature-table-old th,.feature-table-old td,.attendance-table th,.attendance-table td{border-bottom:1px solid var(--line);padding:13px 12px;text-align:left;vertical-align:middle}.feature-table-old th,.attendance-table th{color:#dbe8ff;font-size:12px;text-transform:uppercase;background:#ffffff08}.feature-table-old td,.attendance-table td{color:var(--text);background:#ffffff04}.feature-table-old tr:hover td,.attendance-table tr:hover td{background:#4f8cff0f}.feature-table-old strong,.feature-table-old small,.attendance-table strong,.attendance-table small{display:block}.feature-table-old small,.attendance-table small{color:var(--muted)}.progress{height:8px;min-width:110px;overflow:hidden;border-radius:999px;background:#ffffff14}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f8cff,#22c55e)}.karma-info{display:grid;gap:5px;margin-bottom:12px;border:1px solid rgba(79,140,255,.22);border-radius:14px;padding:13px 15px;background:linear-gradient(90deg,#22c55e0f,#4f8cff12)}.karma-info span,.inline-message{color:var(--muted)}.karma-row td{background:#4f8cff0b}.group-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.parent-dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:16px}.parent-dashboard-hero h2{margin:0 0 4px}.parent-dashboard-hero p{margin:0;color:var(--muted)}.quick-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-bottom:12px}.quick-action-grid button{border:1px solid var(--line);border-radius:12px;padding:12px;color:#dbe8ff;background:#4f8cff1f;cursor:pointer;font-weight:800;text-align:left}.athlete-card-head.compact{gap:10px}.compact-search{display:grid;gap:6px;min-width:min(260px,100%);color:#dbe8ff;font-size:12px;font-weight:800}.compact-search input{border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--text);background:#ffffff0d;outline:none}.inline-actions button.danger{border-color:#ef44446b;color:#fecdd3;background:#ef444421}.row-actions .success-action,.row-actions .danger-action{border-radius:10px;padding:8px 10px;font-weight:800}.row-actions .success-action{border:1px solid rgba(34,197,94,.34);color:#bbf7d0;background:#22c55e24}.row-actions .danger-action{border:1px solid rgba(239,68,68,.34);color:#fecdd3;background:#ef444424}.attendance-table.monthly{min-width:1040px}.attendance-table.monthly th,.attendance-table.monthly td{text-align:center}.attendance-table.monthly th:first-child,.attendance-table.monthly td:first-child{position:sticky;left:0;z-index:1;text-align:left;background:#151d32}.attendance-mark{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:999px;font-size:12px;font-weight:900;color:#cbd7ee;background:#ffffff14}.attendance-mark.present{color:#bbf7d0;background:#22c55e29}.attendance-mark.absent{color:#fecdd3;background:#ef444429}.attendance-mark.excused{color:#fde68a;background:#f59e0b29}.attendance-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;color:var(--muted);font-size:13px}.schedule-page{display:grid;gap:22px}.schedule-actions-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:0;border-width:0 0 1px;background:transparent;padding:0 0 18px}.schedule-action-row,.calendar-controls,.calendar-legend{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.schedule-action-row button,.calendar-controls button,.program-week-button{border:1px solid var(--line);border-radius:12px;padding:10px 13px;color:#dbe8ff;background:#ffffff0d;cursor:pointer;font-weight:800}.schedule-action-row button:first-child,.program-week-button:hover{border-color:#4f8cff80;background:#4f8cff26}.schedule-action-row button:first-child{border-color:#5c93ffbf;background:#4f8cff;color:#fff}.schedule-action-row button.warn{border-color:#f59e0b6b;color:#fde68a;background:#f59e0b21}.weekly-schedule-grid{display:grid;grid-template-columns:repeat(7,minmax(160px,1fr));gap:10px;overflow-x:auto}.weekly-day-card{min-height:150px;border:1px solid var(--line);border-radius:16px;padding:12px;background:#ffffff08}.weekly-day-card>strong{display:block;margin-bottom:10px}.lesson-chip{display:grid;gap:3px;margin-bottom:8px;border:1px solid rgba(79,140,255,.24);border-radius:12px;padding:9px;background:#4f8cff1c}.lesson-chip span,.lesson-chip small,.muted-text{color:var(--muted)}.calendar-controls span{min-width:160px;text-align:center;color:#dbe8ff;font-weight:900}.calendar-legend{margin-bottom:12px;color:var(--muted);font-size:12px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(135px,1fr));gap:11px;overflow-x:auto}.cal-head{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.cal-day{min-height:116px;border:1px solid var(--line);border-radius:16px;padding:10px;text-align:left;background:#ffffff09;cursor:pointer;color:inherit;outline:none}.cal-day.muted{opacity:.38;cursor:default}.cal-day.karma-day{border-color:#4f8cff40;background:linear-gradient(135deg,#22c55e0f,#4f8cff0f)}.cal-day:not(.muted):hover,.cal-day:not(.muted):focus-visible{border-color:#4f8cff8c;background:#4f8cff14}.cal-date{margin-bottom:8px;color:#dbe8ff;font-size:12px;font-weight:900}.pill{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;margin-bottom:6px;border:1px solid var(--line);border-radius:9px;padding:5px 7px;color:#dbe8ff;background:#ffffff0d;font-size:11px}.pill span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill button{flex:0 0 auto;border:0;border-radius:6px;padding:2px 6px;color:#fff;background:#dc2626;cursor:pointer;font-size:10px;font-weight:900}.pill.lesson{color:#dbe8ff;border-color:#4f8cff38;background:#4f8cff29}.pill.makeup{color:#ffe4b0;background:#f59e0b24}.pill.closure{color:#fcc;background:#ef444424}.pill.private{color:#d8c8ff;background:#8b5cf624}.schedule-program-stack{display:grid;gap:22px}.schedule-program-panel{display:grid;gap:18px;border-radius:18px;padding:18px;background:#ffffff09}.schedule-program-panel.compact{gap:14px}.program-filter-rows{display:grid;gap:12px}.program-chip-row{display:flex;flex-wrap:wrap;gap:9px}.program-filter-chip{border:1px solid var(--line);border-radius:999px;padding:11px 15px;color:#cbd7f0;background:#ffffff09;cursor:pointer;font-weight:700}.program-filter-chip:hover,.program-filter-chip.active{border-color:#4f8cff7a;color:#fff;background:#4f8cff33}.program-empty{display:flex;align-items:center;justify-content:center;min-height:70px;border:1px dashed rgba(148,163,184,.22);border-radius:16px;color:var(--muted);background:#ffffff06;text-align:center}.program-result-list{display:grid;gap:8px}.program-result-card{display:grid;gap:4px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:#dbe8ff;background:#ffffff09;cursor:pointer;text-align:left}.program-result-card span{color:var(--muted);font-size:12px}.routine-summary-bar{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:var(--muted);background:#ffffff09;font-size:12px}.routine-summary-bar strong,.routine-summary-bar b{color:#dbe8ff}.routine-lines-textarea{min-height:260px!important;line-height:1.55}.routine-series-list{display:grid;gap:10px}.routine-series-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#ffffff09}.routine-series-card strong{display:block;color:#dbe8ff}.routine-series-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.routine-series-head .danger{flex:0 0 auto}.routine-series-card small{color:var(--muted)}.routine-movement-lines{display:grid;gap:7px}.routine-movement-lines span{display:grid;grid-template-columns:minmax(140px,1fr) auto minmax(180px,1.4fr);gap:10px;align-items:center;border:1px solid rgba(79,140,255,.16);border-radius:10px;padding:8px 10px;color:var(--muted);background:#4f8cff12;font-size:12px}.routine-movement-lines b{color:#dbe8ff}.routine-movement-lines a{color:#93c5fd;font-weight:800}.routine-movement-lines em{color:#fde68a;font-style:normal}.movement-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.movement-chart-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff09}.movement-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.movement-chart-head strong{display:block;color:#dbe8ff}.movement-chart-head small{color:var(--muted)}.movement-line-chart{width:100%;height:150px;border:1px solid rgba(79,140,255,.16);border-radius:14px;background:linear-gradient(180deg,#4f8cff14,#0f172a33)}.movement-line-chart line{stroke:#94a3b847;stroke-width:.7}.movement-line-chart polyline{fill:none;stroke:#4f8cff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.movement-line-chart circle{fill:#22c55e;stroke:#dbe8ff;stroke-width:.8}.movement-chart-points{display:grid;gap:7px}.movement-chart-points span{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid rgba(79,140,255,.14);border-radius:10px;padding:7px 9px;color:var(--muted);background:#4f8cff0f;font-size:12px}.movement-chart-points b{color:#dbe8ff}.movement-chart-points small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.movement-chart-points em{color:#93c5fd;font-style:normal;font-weight:800}.schedule-calendar-panel{border-radius:22px;padding:18px;background:#ffffff09}.schedule-calendar-head{align-items:flex-start}.schedule-calendar-head .calendar-controls{justify-content:flex-end}.calendar-controls button.warn{border-color:#f59e0b6b;color:#fde68a;background:#f59e0b21}.calendar-add-makeup{border-color:#4f8cff73!important;background:#4f8cff29!important}.legend-dot{display:inline-flex;width:20px;height:20px;margin-right:6px;border:1px solid var(--line);border-radius:10px;vertical-align:middle;background:#ffffff0f}.legend-dot.lesson{background:#4f8cff38}.legend-dot.karma{background:#22c55e38}.legend-dot.conflict{background:#f59e0b38}.legend-dot.makeup{background:#a855f738}.legend-dot.closure{background:#f43f5e33}.weekly-flow-panel{opacity:.96}.pill.shift{color:#c7f9e5;background:#10b98124;border-color:#10b9813d}.pill-delete{flex:0 0 auto}.day-detail-modal{width:min(980px,calc(100vw - 28px))}.day-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 16px}.day-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.day-detail-block{border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff08}.day-detail-block h3{margin:0 0 10px;color:#dbe8ff;font-size:14px}.day-detail-list{display:grid;gap:8px}.day-detail-item{display:grid;gap:4px;border:1px solid rgba(79,140,255,.22);border-radius:12px;padding:10px;background:#0f172a85}.day-detail-item span,.day-detail-item small{color:var(--muted)}.day-detail-item .danger{justify-self:start;margin-top:4px}.empty-state.compact{min-height:auto;padding:12px}.schedule-program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.program-placeholder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}.program-week-button{min-height:62px;display:grid;justify-items:start;gap:3px;text-align:left}.program-week-button span{color:var(--muted);font-size:12px}.program-week-button small{color:#dbe8ffeb;font-size:11px}.program-week-button.accent{border-color:#2dd4bf61;background:#2dd4bf1a}.latest-plan-card{display:grid;gap:4px;margin-top:12px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff09}.latest-plan-card span,.latest-plan-card small{color:var(--muted)}.plan-archive-modal{width:min(940px,100%)}.plan-archive-list{display:grid;gap:12px}.plan-archive-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff09}.plan-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.plan-detail-box{display:grid;gap:5px;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px;background:#ffffff09}.plan-detail-box span{color:var(--muted);white-space:pre-wrap}.stack-page{display:grid;gap:18px}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.list{display:grid;gap:10px}.list-item{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff08}.list-item strong,.list-item small{display:block}.list-item small{color:var(--muted)}.ranking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ranking-card{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff09}.ranking-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;color:#ffe6a8;background:#f5b30129;border:1px solid rgba(245,179,1,.42);font-weight:900}.ranking-card strong,.ranking-card small{display:block}.ranking-card small{color:var(--muted)}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap}.badge.blue{color:#cfe1ff;background:#4f8cff26;border:1px solid rgba(79,140,255,.28)}.badge.green{color:#bbf7d0;background:#22c55e24;border:1px solid rgba(34,197,94,.26)}.badge.yellow{color:#fde68a;background:#f59e0b24;border:1px solid rgba(245,158,11,.28)}.badge.red{color:#fecdd3;background:#ef444424;border:1px solid rgba(239,68,68,.28)}.club-logo-mini{width:42px;height:42px;border-radius:10px;object-fit:cover;border:1px solid var(--line);background:#ffffff14}.athlete-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.athlete-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff0a}.athlete-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.athlete-photo.large{width:58px;height:58px}.profile-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-metric-grid div{border:1px solid var(--line);border-radius:12px;padding:10px;background:#ffffff09}.profile-metric-grid span,.profile-metric-grid strong{display:block}.profile-metric-grid span{color:var(--muted);font-size:12px}.profile-metric-grid strong{margin-top:4px;color:var(--text);font-size:18px}.parent-action-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:13px}.parent-action-form label{display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:800}.parent-action-form input,.parent-action-form select{border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text);background:#ffffff0d}.parent-action-form button{align-self:end}.test-picker-row{margin-bottom:14px}.shift-view-toolbar{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:12px}.test-picker-row label{width:min(420px,100%);display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:800}.test-picker-row select{border:1px solid var(--line);border-radius:12px;padding:11px 12px;color:var(--text);background:#ffffff0d;outline:none}.segmented-control{display:inline-flex;gap:4px;border:1px solid var(--line);border-radius:14px;padding:4px;background:#ffffff09}.segmented-control button{border:0;border-radius:10px;padding:9px 14px;color:var(--muted);background:transparent;cursor:pointer;font-weight:900}.segmented-control button.active{color:#fff;background:#4f8cff47}.shift-week-grid{display:grid;grid-template-columns:repeat(7,minmax(170px,1fr));gap:10px;overflow-x:auto}.shift-day-card{min-height:190px}.shift-day-card>small{display:block;margin:-5px 0 10px;color:var(--muted)}.shift-chip{gap:5px}.shift-chip .inline-actions{margin-top:4px}.shift-timeline{display:grid;gap:3px;margin:6px 0;min-width:180px}.feature-table-old .shift-timeline{margin-top:7px;max-width:410px}.shift-timeline-labels{display:flex;justify-content:space-between;color:#cbd5e1d1;font-size:10px;line-height:1}.shift-timeline-track{position:relative;height:18px;overflow:hidden;border:1px solid rgba(79,140,255,.25);border-radius:999px;background:#0f172ac7}.shift-timeline-track:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.08) 1px,transparent 1px);background-size:20% 100%}.shift-timeline-bar{position:absolute;top:1px;bottom:1px;border-radius:999px;background:linear-gradient(90deg,#4f8cff,#22c55e);box-shadow:0 0 18px #22c55e3d}.test-athlete-grid{display:grid;gap:14px}.test-athlete-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff06}.test-athlete-card>small{color:var(--muted)}.test-movements-editor{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff06}.movement-row{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;gap:10px;align-items:end}.movement-row button.danger{border:1px solid rgba(239,68,68,.42);border-radius:12px;padding:11px 13px;color:#fecdd3;background:#ef444421;cursor:pointer;font-weight:800}.private-lessons-page{display:grid;gap:18px}.private-search-row{display:grid;grid-template-columns:minmax(260px,420px) auto;align-items:end;gap:10px}.private-search-row label{display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:800}.private-search-row input{border:1px solid var(--line);border-radius:12px;padding:11px 12px;color:var(--text);background:#ffffff0d;outline:none}.private-search-row button,.private-tabs button{border:1px solid var(--line);border-radius:12px;padding:11px 13px;color:#dbe8ff;background:#ffffff0d;cursor:pointer;font-weight:800}.selected-athlete-line{color:var(--muted)}.selected-athlete-line strong{color:#dbe8ff}.private-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px}.private-tabs button.active{border-color:#4f8cff8f;background:#4f8cff2e}.private-tabs .primary-action{margin-top:0;margin-left:auto}.private-list{min-height:130px}.weekly-slot-editor{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff06}.weekly-slot-row{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;align-items:end;gap:8px}.weekly-slot-row button.danger{min-height:42px}.skill-tree-view{display:grid;gap:14px}.skill-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}.skill-summary-grid>div{display:grid;gap:3px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff09}.skill-summary-grid strong{font-size:22px}.skill-summary-grid span,.skill-category-head span{color:var(--muted);font-size:12px}.skill-category-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff08}.skill-category-head,.skill-branch-body{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.skill-category-head h3{margin:0 0 4px}.skill-branch-list{position:relative;display:grid;gap:10px;padding-left:14px}.skill-branch-list:before{content:"";position:absolute;left:5px;top:2px;bottom:2px;width:2px;border-radius:999px;background:#4f8cff47}.skill-branch-item{position:relative;display:grid;grid-template-columns:18px 1fr;gap:8px}.skill-branch-marker{z-index:1;width:12px;height:12px;margin-top:16px;border:2px solid rgba(79,140,255,.78);border-radius:999px;background:var(--club-panel-bg, var(--panel))}.skill-branch-body{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;background:#ffffff09}.skill-branch-body small,.skill-branch-body p{color:var(--muted)}.skill-branch-body p{margin:6px 0 0;white-space:pre-wrap}.library-page{display:grid;gap:18px}.library-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.library-tabs button{border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:#dbe8ff;background:#ffffff0d;cursor:pointer;font-weight:800}.library-tabs button.active{border-color:#4f8cff8f;background:#4f8cff2e}.library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.library-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff08}.library-card h2{font-size:16px}.library-card small{color:var(--muted)}.library-card p{margin:0;color:#dbe8ff}.profile-layout{gap:18px}.profile-picker{display:flex;justify-content:space-between;align-items:end;gap:16px}.profile-picker label{width:min(420px,100%);display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:700}.profile-picker input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text);background:#ffffff0d;outline:none}.profile-search-results{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.profile-search-results button{min-width:220px;border:1px solid var(--line);border-radius:14px;padding:10px;color:var(--text);background:var(--panel);display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.profile-search-results button.active,.profile-search-results button:hover{border-color:#4f8cff8f;background:#4f8cff21}.profile-search-results strong,.profile-search-results small{display:block}.profile-search-results small{color:var(--muted)}.profile-hero{display:grid;grid-template-columns:132px minmax(0,1fr);gap:20px;align-items:center;background:linear-gradient(135deg,#4f8cff29,#0f766e14),var(--panel)}.profile-photo-wrap{width:132px;height:132px}.profile-photo{width:132px;height:132px;border-radius:24px;object-fit:cover;border:1px solid var(--line);background:#ffffff14}.profile-photo.initials{display:grid;place-items:center;font-size:36px;font-weight:900;background:linear-gradient(135deg,#2563eb,#0f766e)}.profile-main h2{margin:10px 0 4px;font-size:30px}.profile-main p{margin:0 0 14px}.profile-actions{display:flex;flex-wrap:wrap;gap:10px}.profile-stats,.profile-columns{display:grid;gap:14px}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:18px}.profile-main-card,.profile-summary-card{display:grid;gap:18px}.profile-head-row{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:18px}.profile-head-row h2{margin:8px 0 4px;font-size:30px}.profile-head-row p{margin:0 0 12px;color:var(--muted)}.kv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kv{border:1px solid var(--line);border-radius:14px;padding:12px;color:#dbe8ff;background:#ffffff09}.kv b{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.parent-contact-card{border:1px solid rgba(34,197,94,.22);border-radius:16px;padding:14px;background:#22c55e12}.profile-stats.two{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-progress-list{display:grid;gap:12px}.profile-progress-list>div{border:1px solid var(--line);border-radius:14px;padding:13px;background:#ffffff08}.profile-progress-list strong,.profile-progress-list small,.profile-progress-list span{display:block}.profile-progress-list small{margin:4px 0 8px;color:var(--muted)}.profile-progress-list span{margin-bottom:7px;color:#dbe8ff;font-weight:900}.absence-status{border-color:#22c55e3d}.absence-status.critical{border-color:#ef444473;background:linear-gradient(135deg,#ef44441a,#ffffff06)}.absence-status p{margin:0 0 14px;color:#dbe8ff}.profile-mini-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.profile-mini-stats div{border:1px solid var(--line);border-radius:14px;padding:12px;background:#ffffff09}.profile-mini-stats b,.profile-mini-stats span{display:block}.profile-mini-stats b{font-size:22px}.profile-mini-stats span{color:var(--muted);font-size:12px}.reports-grid,.module-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.reports-grid,.module-grid,.quick-grid,.groups-grid{display:grid;gap:14px}.quick-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.groups-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.panel,.stat-card,.module-card,.mini-card,.group-card{border:1px solid var(--line);border-radius:12px;background:var(--club-panel-bg, var(--panel));color:var(--club-text, var(--text));padding:18px}.panel.wide{grid-column:1 / -1}.stat-card span,.metric span,.module-card span{color:var(--muted);font-size:12px}.stat-card strong{display:block;margin:8px 0 4px;font-size:30px}.stat-card{min-height:132px;display:grid;align-content:center}.stat-card span{text-transform:uppercase;letter-spacing:.08em}.stat-card.danger{border-color:#ef444480}.stat-card.danger strong{color:#ff4d5d}.stat-card small,.module-card small,.mini-card small{color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.section-head h2,.report-card h2,.module-hero h2{margin:0;font-size:18px}.section-head span{color:var(--muted)}.count-pill{border-radius:999px;padding:7px 11px;font-size:12px}.count-pill.danger{color:#ffc7cf;background:#ef44442e;border:1px solid rgba(239,68,68,.35)}.count-pill.success{color:#bbf7d0;background:#22c55e29;border:1px solid rgba(34,197,94,.28)}code{background:#ffffff14;border-radius:6px;padding:2px 5px}.athlete-list{display:grid;gap:10px}.athlete-filter-panel{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(5,minmax(150px,1fr)) auto;gap:10px;align-items:end;margin-bottom:16px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff06}.athlete-filter-panel label{display:grid;gap:7px;color:#dbe8ff;font-size:12px;font-weight:800}.athlete-filter-panel input,.athlete-filter-panel select{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 12px;color:var(--text);background:#ffffff0d;outline:none}.athlete-filter-panel button{border:1px solid rgba(79,140,255,.36);border-radius:12px;padding:11px 13px;color:#dbe8ff;background:#4f8cff21;cursor:pointer;font-weight:800;white-space:nowrap}.attendance-list,.warning-list,.event-list{display:grid;gap:10px}.warning-row,.event-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#ffffff08}.warning-row strong,.warning-row small,.warning-row em,.event-row strong,.event-row small,.event-row span{display:block}.warning-row small,.event-row small,.event-row span{color:var(--muted)}.warning-row em{margin-top:4px;color:#ff6675;font-style:normal;font-size:12px}.row-actions{display:flex;align-items:center;gap:10px}.event-row b{border-radius:999px;padding:8px 11px;color:#ffe6a8;background:#f59e0b2e;border:1px solid rgba(245,158,11,.32);font-size:12px;white-space:nowrap}.empty-state{min-height:70px;display:grid;place-items:center;border:1px dashed rgba(142,164,194,.35);border-radius:15px;color:var(--muted);background:#ffffff05}.athlete-row{display:grid;grid-template-columns:minmax(210px,1fr) 90px 90px auto auto auto;gap:12px;align-items:center;padding:14px;border-radius:12px;background:var(--panel-2)}.attendance-row{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:14px;align-items:center;padding:14px;border-radius:14px;background:var(--panel-2)}.athlete-id{display:flex;align-items:center;gap:12px}.athlete-photo{width:42px;height:42px;border-radius:12px;object-fit:cover;background:#ffffff14;flex:0 0 auto}.athlete-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.athlete-actions button{border:1px solid rgba(91,141,255,.35);border-radius:10px;padding:8px 10px;color:#dbe8ff;background:#4f8cff21;cursor:pointer}.athlete-actions button.danger{border-color:#ef44446b;color:#fecdd3;background:#ef444421}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#00000094}.edit-modal{width:min(520px,100%);max-height:min(760px,92vh);overflow:auto;border:1px solid var(--line);border-radius:18px;background:var(--club-panel-bg, var(--panel));color:var(--club-text, var(--text));padding:20px;box-shadow:0 24px 80px #0000005c;display:grid;gap:13px}.edit-modal.club-edit-modal,.edit-modal.group-edit-modal{width:min(760px,100%)}.edit-modal label{display:grid;gap:8px;color:#dbe8ff;font-size:13px;font-weight:700}.edit-modal input,.edit-modal select,.edit-modal textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text);background:#ffffff0d;outline:none}.edit-modal textarea{min-height:82px;resize:vertical;font:inherit}.edit-modal input:disabled{color:var(--muted);cursor:not-allowed;background:#ffffff06}.edit-modal .checkbox-field{grid-template-columns:auto 1fr;align-items:center;align-self:end;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#ffffff0a}.edit-modal .checkbox-field input{width:18px;height:18px;padding:0;accent-color:#22c55e}.file-help{display:grid;gap:4px;border:1px dashed var(--line);border-radius:12px;padding:10px 12px;color:var(--muted);background:#ffffff09;font-size:12px}.file-help span{color:var(--club-text, var(--text));font-weight:800}.profile-photo-preview{width:86px;height:86px;border:1px solid var(--line);border-radius:16px;object-fit:cover;background:#ffffff0d}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.group-edit-modal .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-hint{margin-top:4px;color:var(--muted);font-size:12px}.small-action{border:1px solid rgba(79,140,255,.32);border-radius:10px;padding:8px 11px;color:#dbe8ff;background:#4f8cff1f;cursor:pointer;font-weight:800}.small-action:hover{border-color:#4f8cff94;background:#4f8cff2e}.small-action:disabled{opacity:.45;cursor:not-allowed}.slot-editor{display:grid;gap:10px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff09}.slot-row{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:10px;align-items:end}.group-slot-editor{border-radius:18px;padding:16px 18px}.group-slot-editor .section-head.compact{align-items:flex-start}.group-slot-editor .section-head.compact span{display:block;margin-top:6px;color:var(--muted);font-size:12px}.compact-checkbox{display:inline-flex!important;grid-template-columns:none!important;width:auto;color:var(--muted);font-size:12px}.group-add-slot{width:100%;margin-top:10px;border:1px solid rgba(79,140,255,.45);border-radius:14px;padding:12px;color:#dbe8ff;background:#4f8cff26;cursor:pointer;font-weight:800}.group-athletes-preview{display:grid;gap:10px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff08}.group-athlete-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;max-height:230px;overflow:auto}.group-athlete-chip{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;border:1px solid rgba(79,140,255,.18);border-radius:12px;padding:8px;background:#4f8cff12}.group-athlete-chip img,.group-athlete-chip>span{width:42px;height:42px;border-radius:12px}.group-athlete-chip img{object-fit:cover}.group-athlete-chip>span{display:grid;place-items:center;color:#fff;background:#4f8cff73;font-size:12px;font-weight:900}.group-athlete-chip strong,.group-athlete-chip small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-athlete-chip small{color:var(--muted)}.hobby-movement-picker{display:grid;gap:12px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#ffffff08}.hobby-movement-picker .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.movement-select-block{display:grid;gap:8px}.movement-select-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.movement-select-row button{border:1px solid rgba(79,140,255,.45);border-radius:12px;padding:0 14px;color:#dbe8ff;background:#4f8cff26;cursor:pointer;font-weight:800}.selected-movement-list{display:flex;flex-wrap:wrap;gap:8px}.selected-movement-list span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(79,140,255,.25);border-radius:999px;padding:6px 9px;color:#dbe8ff;background:#4f8cff1f;font-size:12px}.selected-movement-list button{border:0;border-radius:999px;color:#fff;background:#ef4444bf;cursor:pointer;font-weight:900;line-height:1}.slot-row .danger{border:1px solid rgba(239,68,68,.34);border-radius:10px;padding:11px 12px;color:#fecdd3;background:#ef444424;cursor:pointer;font-weight:800}.slot-row .danger:disabled{opacity:.45;cursor:not-allowed}.section-head.compact{margin:0}.section-head.compact h3{margin:0;font-size:16px}.feature-toggle-panel,.theme-picker-panel{display:grid;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#ffffff09}.theme-picker-panel input[type=color]{height:44px;padding:4px;cursor:pointer}.theme-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.theme-preset-button{display:grid;gap:8px;border:1px solid var(--line);border-radius:12px;padding:10px;color:var(--club-text, var(--text));background:#ffffff0a;cursor:pointer;text-align:left}.theme-preset-button:hover{border-color:var(--club-accent, var(--primary));background:#4f8cff1f}.theme-preset-swatches{display:grid;grid-template-columns:repeat(4,1fr);height:26px;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.14)}.theme-preset-swatches i{display:block}.theme-preview{display:grid;grid-template-columns:150px 1fr;min-height:118px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--preview-main)}.theme-preview-sidebar{display:grid;align-content:center;gap:8px;padding:14px;color:var(--preview-text);font-weight:var(--preview-weight);background:var(--preview-sidebar)}.theme-preview-sidebar span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--preview-accent);font-weight:900}.theme-preview-main{display:grid;align-content:center;gap:10px;padding:14px;color:var(--preview-text);font-weight:var(--preview-weight)}.theme-preview-card{border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px;color:var(--preview-text);background:var(--preview-panel)}.theme-preview-button{justify-self:start;border:0;border-radius:9px;padding:8px 12px;color:#fff;background:var(--preview-accent);font-size:13px;font-weight:800}.feature-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.athlete-assign-grid{max-height:360px;overflow:auto;padding-right:4px}.feature-toggle-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:11px 12px;color:var(--text);background:#ffffff0a;cursor:pointer}.feature-toggle-card.enabled{border-color:#22c55e57;background:#22c55e1a}.feature-toggle-card.locked{cursor:not-allowed;opacity:.78}.feature-toggle-card input{width:18px;height:18px;accent-color:#22c55e}.feature-toggle-card span{display:grid;gap:3px}.feature-toggle-card strong{font-size:13px}.feature-toggle-card small{color:var(--muted);font-size:11px}.athlete-row strong,.athlete-row small,.mini-card strong,.mini-card span,.mini-card small,.group-card strong,.group-card small,.group-meta span,.group-meta b,.schedule-box span,.feature-table strong,.feature-table span{display:block}.athlete-row small,.mini-card span,.group-card small,.group-meta span,.schedule-box span{color:var(--muted)}.group-card{display:grid;gap:16px;background:var(--panel-2)}.group-card-head,.group-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.group-card-head strong{font-size:18px}.group-meta{display:grid;grid-template-columns:1fr 92px}.group-meta div,.schedule-box{border-radius:12px;padding:12px;background:#ffffff0a}.group-meta b{margin-top:4px}.schedule-box p{margin:6px 0 0;color:#dbe8ff}.metric b{display:block}.attendance-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.attendance-actions button{min-width:92px;border:1px solid var(--line);border-radius:999px;padding:9px 12px;color:#dbe8ff;background:#ffffff0d;cursor:pointer}.attendance-actions button.selected.present{border-color:#22c55e80;color:#bbf7d0;background:#22c55e29}.attendance-actions button.selected.absent{border-color:#ef444480;color:#fecdd3;background:#ef444429}.attendance-actions button.selected.excused{border-color:#f59e0b85;color:#fde68a;background:#f59e0b29}.save-bar{position:sticky;bottom:0;z-index:4;display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid var(--line);border-radius:16px;padding:14px;color:#dbe8ff;background:#0b1426f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.whatsapp-link{border-radius:999px;padding:8px 11px;color:#c7f9d4;background:#22c55e1f;text-decoration:none;font-size:13px}.muted-pill{border-radius:999px;padding:8px 11px;color:var(--muted);background:#ffffff0d;font-size:13px;white-space:nowrap}.badge.aktif{color:#baf6cb;background:#22c55e21}.badge.riskli{color:#ffcbcb;background:#ef444421}.badge.takip{color:#ffe0ad;background:#f59e0b21}.report-card{min-height:170px}.reports-page{display:grid;gap:18px}.report-tool-card{display:grid;gap:10px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#ffffff08}.report-tool-card h3{margin:0;font-size:16px}.report-tool-card p{margin:0 0 4px;color:var(--muted);font-size:13px}.report-icon{font-size:24px}.report-controls,.report-field{display:grid;gap:8px}.report-field{color:#dbe8ff;font-size:12px;font-weight:800}.report-field input,.report-field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:10px 11px;color:var(--text);background:#ffffff0d;outline:none}.report-controls button{border:1px solid rgba(79,140,255,.36);border-radius:12px;padding:10px 12px;color:#dbe8ff;background:#4f8cff24;cursor:pointer;font-weight:800}.report-inline,.report-two{display:grid;gap:8px}.report-inline,.report-two{grid-template-columns:repeat(2,minmax(0,1fr))}.report-card button,.primary-action{margin-top:18px;border:0;border-radius:10px;padding:11px 14px;color:#fff;background:var(--club-accent, var(--primary));cursor:pointer}.module-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;background:linear-gradient(135deg,#4f8cff29,#0f766e1a),var(--panel)}.eyebrow{color:#b8d0ff;font-size:12px;font-weight:800;text-transform:uppercase}.module-card{min-height:150px;display:grid;align-content:start;gap:10px}.module-card strong{font-size:17px}.feature-table{display:grid;gap:10px}.feature-table div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;padding:12px;border-radius:10px;background:var(--panel-2)}.feature-table span{color:var(--muted)}@media(max-width:980px){.app-shell{grid-template-columns:1fr;column-gap:0}.sidebar{position:static;max-height:none;box-shadow:none}.main{margin:0;border-radius:0;border-left:0;border-right:0}.nav-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-height:260px}.page-grid,.dashboard-stats,.dashboard-columns,.attendance-summary,.profile-stats,.profile-columns,.profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.athlete-row,.attendance-row,.attendance-controls,.athlete-filter-panel,.private-search-row,.movement-row,.profile-hero,.profile-head-row,.feature-table div{grid-template-columns:1fr}.kv-grid,.profile-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-actions{justify-content:flex-start}}@media(max-width:620px){.page-grid,.reports-grid,.module-layout,.dashboard-layout,.attendance-layout,.profile-layout{padding:16px}.topbar,.module-hero{flex-direction:column}.page-grid,.dashboard-stats,.dashboard-columns,.attendance-summary,.profile-stats,.profile-columns,.profile-detail-grid,.profile-stats.two,.kv-grid,.profile-mini-stats{grid-template-columns:1fr}.warning-row,.event-row{align-items:flex-start;flex-direction:column}.dashboard-actions{justify-content:flex-start}.save-bar,.profile-picker{align-items:stretch;flex-direction:column}}
