:root{--bg: #0d0d0f;--surface: #161618;--surface2: #1e1e22;--surface3: #26262c;--border: rgba(255, 255, 255, .07);--text: #f0f0f5;--muted: #6b6b7a;--orange: #ff6b1a;--orange-dim: rgba(255, 107, 26, .15);--green: #2ecc71;--green-dim: rgba(46, 204, 113, .12);--red: #e74c3c;--red-dim: rgba(231, 76, 60, .12);--purple: #9b59b6;--gold: #f39c12}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Cairo,sans-serif;min-height:100vh}#root{min-height:100vh}nav{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:100}.logo{font-family:Bebas Neue,sans-serif;font-size:1.4rem;letter-spacing:2px;color:var(--orange)}.logo span{color:var(--text)}.nav-tabs{display:flex;gap:3px;background:var(--surface2);border-radius:10px;padding:3px}.nav-tab{padding:5px 12px;border-radius:7px;border:none;background:transparent;color:var(--muted);font-family:Cairo,sans-serif;font-size:12px;cursor:pointer;transition:all .15s;font-weight:600}.nav-tab.active{background:var(--surface3);color:var(--text)}.nav-tab.admin-tab.active{background:#f39c1226;color:var(--gold)}.admin-stat-grid{grid-template-columns:repeat(5,1fr)}@media(max-width:640px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)}nav{flex-wrap:wrap;gap:8px}.nav-tabs{order:3;width:100%;overflow-x:auto}}.sync-status{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:4px}.dot-live{width:7px;height:7px;border-radius:50%;background:var(--green)}.dot-err{width:7px;height:7px;border-radius:50%;background:var(--red)}.page{display:none;padding:1.25rem;max-width:900px;margin:0 auto}.page.active{display:block}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;margin-bottom:1rem}.card-title{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.share-coach-row{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:var(--muted);cursor:pointer}.share-coach-row input{accent-color:var(--orange)}.row{display:flex;gap:8px;flex-wrap:wrap}.input{flex:1;min-width:120px;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:.55rem .9rem;color:var(--text);font-family:Cairo,sans-serif;font-size:13px;outline:none;direction:rtl}.input:focus{border-color:#ff6b1a66}select.input{cursor:pointer}.btn{padding:.55rem 1.1rem;border-radius:10px;border:none;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s;white-space:nowrap}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{opacity:.85}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--muted)}.btn-ghost:hover{color:var(--text);border-color:#fff3}.btn-danger{background:#e74c3c26;border:1px solid rgba(231,76,60,.3);color:var(--red)}.btn:active{transform:scale(.97)}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1rem}.chip{padding:.35rem .9rem;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.chip.sel{border-color:var(--orange);color:var(--orange);background:var(--orange-dim)}.court-svg{width:100%;height:auto;cursor:crosshair;display:block;border-radius:10px}.pending-info{font-size:12px;color:var(--muted);text-align:center;padding:.4rem;min-height:1.6rem}.ploc{background:var(--surface2);border-radius:6px;padding:2px 10px;color:var(--text);font-size:12px}.result-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:.5rem}.rbtn{padding:.8rem;border-radius:12px;border:1.5px solid;font-family:Cairo,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:6px}.rbtn.made{background:var(--green-dim);color:var(--green);border-color:#2ecc7159}.rbtn.miss{background:var(--red-dim);color:var(--red);border-color:#e74c3c4d}.rbtn:active{transform:scale(.97)}.type-tabs{display:flex;gap:6px;margin-bottom:.75rem}.stt{flex:1;padding:.4rem;border-radius:8px;border:1.5px solid var(--border);font-family:Cairo,sans-serif;font-size:12px;font-weight:700;cursor:pointer;background:var(--surface2);color:var(--muted);transition:all .15s}.stt.on2{border-color:var(--orange);color:var(--orange);background:var(--orange-dim)}.stt.on3{border-color:var(--purple);color:var(--purple);background:#9b59b626}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:1rem}.stat-cell{background:var(--surface2);border-radius:10px;padding:.6rem .5rem;text-align:center}.sc-lbl{font-size:10px;color:var(--muted);margin-bottom:3px}.sc-val{font-size:18px;font-weight:700}.sc-val.g{color:var(--green)}.sc-val.r{color:var(--red)}.sc-val.o{color:var(--orange)}.sc-val.p{color:var(--purple)}.big-pct{font-family:Bebas Neue,sans-serif;font-size:2.5rem;color:var(--orange);line-height:1}.zone-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.zb-lbl{font-size:11px;color:var(--muted);width:108px;text-align:right;flex-shrink:0;line-height:1.3}.zb-track{position:relative;flex:1;height:10px;background:var(--surface3);border-radius:4px;overflow:hidden}.zb-fill{height:100%;border-radius:4px;transition:width .4s}.zb-fill-total{position:absolute;top:0;left:0;height:100%;border-radius:4px;background:#ff6b1a6b;transition:width .4s}.zb-fill-made{position:absolute;top:0;left:0;height:100%;border-radius:4px;background:var(--green);transition:width .4s;z-index:1}.zb-val{font-size:11px;min-width:72px;text-align:left;white-space:nowrap}.zb-ratio{color:var(--muted)}.zone-bar-legend{display:flex;gap:14px;font-size:10px;color:var(--muted);margin-bottom:8px}.zone-legend-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-left:4px;vertical-align:middle}.zone-legend-total{background:#ff6b1a8c}.zone-legend-made{background:var(--green)}.profile-page-header{margin-bottom:.75rem}.profile-stack{display:flex;flex-direction:column;gap:.85rem}.profile-section .card-title{margin-bottom:.35rem}.profile-section-hint{font-size:11px;line-height:1.5;margin:0 0 .65rem}.profile-field-gap{margin-bottom:.65rem}.profile-subsection{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.profile-save-btn{margin-top:.5rem;width:100%}.profile-connections .connection-list{display:flex;flex-direction:column;gap:.75rem}.connection-row{display:flex;gap:.65rem;padding:.65rem .75rem;border-radius:8px;background:#ffffff05;border:1px solid var(--border)}.connection-row--on{border-color:#27ae6040}.connection-icon{flex-shrink:0;width:1.5rem;text-align:center;font-size:14px;padding-top:2px}.connection-body{flex:1;min-width:0}.connection-label{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px}.connection-value{font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.connection-badge{font-size:10px;font-weight:600;color:var(--green);background:#27ae601f;border-radius:4px;padding:2px 6px}.connection-note{font-size:12px;line-height:1.5;margin:0}.connection-pending-block{margin-top:.65rem;padding-top:.65rem;border-top:1px dashed var(--border)}.connection-pending-row{margin-bottom:.5rem}.btn-sm{font-size:11px;padding:.35rem .65rem;margin-top:.35rem}.trend-chart-card{margin-bottom:.75rem}.trend-card-header{margin-bottom:.35rem}.trend-card-header .card-title{margin-bottom:2px}.trend-summary{font-size:11px;margin:0;line-height:1.4}.trend-empty-hint{font-size:12px;margin:0}.trend-legend{margin-bottom:10px}.trend-legend-fg{margin-right:auto;font-size:10px;color:var(--muted)}.trend-chart-wrap{position:relative;overflow:hidden;padding:4px 2px 0;background:#ffffff05;border-radius:8px;border:1px solid var(--border)}.trend-hot-cold{margin-top:.75rem;margin-bottom:0}.trend-chart{display:flex;align-items:flex-end;gap:6px;height:132px;padding:8px 6px 4px}.trend-col{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;height:100%}.trend-col--today .trend-date{color:var(--orange);font-weight:700}.trend-col--rest{opacity:.55}.trend-pct-stack{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:28px;margin-bottom:2px;gap:1px}.trend-pct{font-size:10px;font-weight:700;line-height:1.1}.trend-session-badge{font-size:8px;color:var(--muted);white-space:nowrap}.trend-rest-label{font-size:9px;color:var(--muted);font-weight:600}.trend-pct--good{color:var(--green)}.trend-pct--mid{color:var(--orange)}.trend-pct--low{color:#e74c3c}.trend-bars{position:relative;flex:1;width:100%;max-width:32px;display:flex;align-items:flex-end;justify-content:center}.trend-bar-total{position:absolute;bottom:0;left:0;right:0;background:#ff6b1a66;border-radius:4px 4px 0 0}.trend-bar-made{position:absolute;bottom:0;left:12%;right:12%;background:var(--green);border-radius:4px 4px 0 0;z-index:1}.trend-bar-rest{width:100%;height:6px;border-radius:3px;background:var(--surface3);border:1px dashed rgba(255,255,255,.08)}.trend-label{display:flex;flex-direction:column;align-items:center;gap:1px;margin-top:5px;line-height:1.1}.trend-date{font-size:10px;color:var(--text);font-weight:600}.trend-day{font-size:9px;color:var(--muted)}.trend-today-badge{position:absolute;top:-2px;font-size:8px;color:var(--orange);background:#ff6b1a1f;border-radius:4px;padding:1px 4px;white-space:nowrap}.queue-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-right:6px;border-radius:999px;font-size:10px;font-weight:700;color:#fff;background:var(--orange)}.player-row{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;border-bottom:1px solid var(--border)}.player-row:last-child{border-bottom:none}.sh-dot{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff;cursor:default;margin:2px}.sh-dot.m2{background:var(--orange)}.sh-dot.x2{background:#ff6b1a40;border:1.5px solid var(--orange);color:var(--orange)}.sh-dot.m3{background:var(--purple)}.sh-dot.x3{background:#9b59b633;border:1.5px solid var(--purple);color:var(--purple)}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--surface3);border:1px solid var(--border);border-radius:12px;padding:.6rem 1.2rem;font-size:13px;z-index:999;opacity:0;transition:opacity .25s;pointer-events:none;white-space:nowrap}.toast.show{opacity:1}.empty{text-align:center;padding:3rem 1rem;color:var(--muted);font-size:13px}.section-label{font-size:11px;color:var(--muted);font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.5rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:880px;align-items:start}@media(min-width:768px){.auth-layout{grid-template-columns:1fr 400px;align-items:center}}.auth-hero{padding:.5rem 0}.auth-hero-desc{font-size:14px;color:var(--text);line-height:1.6;margin:.75rem 0 1rem}.auth-hero-list{margin:0;padding-right:1.1rem;font-size:13px;color:var(--muted);line-height:1.8}.logo-block .logo-tagline{margin:.35rem 0 0;font-size:13px;font-weight:600;color:var(--orange)}.auth-card{width:100%;max-width:400px}.auth-tabs{display:flex;gap:6px;margin-bottom:1rem}.auth-tab{flex:1;padding:.5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-family:Cairo,sans-serif;font-size:13px;font-weight:600;cursor:pointer}.auth-tab.active{border-color:var(--orange);color:var(--orange);background:var(--orange-dim)}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1rem}.role-option{text-align:right;padding:.65rem .75rem;border-radius:10px;border:1.5px solid var(--border);background:var(--surface2);color:var(--muted);font-family:Cairo,sans-serif;cursor:pointer;transition:all .15s}.role-option.sel{border-color:var(--orange);background:var(--orange-dim);color:var(--text)}.role-option-label{display:block;font-size:12px;font-weight:700;color:inherit;margin-bottom:2px}.role-option-desc{display:block;font-size:10px;color:var(--muted)}.role-option.sel .role-option-desc{color:var(--text);opacity:.75}.gender-toggle{display:flex;gap:8px}.gender-option{flex:1;padding:.55rem .75rem;border-radius:10px;border:1.5px solid var(--border);background:var(--surface2);color:var(--muted);font-family:Cairo,sans-serif;font-size:13px;font-weight:600;cursor:pointer}.gender-option.sel{border-color:var(--orange);background:var(--orange-dim);color:var(--text)}.role-badge{font-size:10px;font-weight:700;color:var(--orange);background:var(--orange-dim);padding:3px 8px;border-radius:6px;white-space:nowrap}.role-badge.player{color:var(--green);background:var(--green-dim)}.welcome-card{margin-bottom:1rem}.coach-banner{border-color:#ff6b1a40;background:#ff6b1a0f}.preview-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:.55rem 1.25rem;background:#9b59b61a;border-bottom:1px solid rgba(155,89,182,.25);font-size:12px}.nav-tab.preview-tab.active{background:#9b59b626;color:var(--purple)}.role-badge.coach{color:var(--orange);background:var(--orange-dim)}.player-row-detail{align-items:flex-start;gap:10px}.role-badge.admin{color:var(--gold);background:#f39c1226}.admin-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:.55rem 1.25rem;background:#f39c1214;border-bottom:1px solid rgba(243,156,18,.2)}.admin-bar-label{font-size:12px;font-weight:700;color:var(--gold);white-space:nowrap}.admin-team-select{max-width:360px;min-width:200px;flex:1}.auth-error{font-size:12px;color:var(--red);margin-top:.5rem}.btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:.65rem 1rem;border-radius:10px;border:1px solid var(--border);background:#fff;color:#1f1f1f;font-family:Cairo,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s}.btn-google:hover:not(:disabled){background:#f8f8f8;box-shadow:0 1px 4px #00000014}.btn-google:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px;flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:12px;margin:1rem 0;color:var(--muted);font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-onboarding-title{font-size:1.1rem;font-weight:700;margin:0 0 .35rem}.auth-onboarding-desc{font-size:13px;color:var(--muted);margin:0 0 1rem;line-height:1.5}.nav-actions{display:flex;align-items:center;gap:10px}.btn-signout{font-size:11px;padding:4px 10px}.muted-text{font-size:12px;color:var(--muted);margin-top:.5rem}.jersey-num{font-family:Bebas Neue,sans-serif;font-size:1.1rem;color:var(--orange)}.pos-badge{font-size:10px;color:var(--muted);background:var(--surface2);padding:1px 7px;border-radius:6px}.player-name{font-size:13px;font-weight:600}.flex-center{display:flex;align-items:center;gap:8px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-title{font-size:15px;font-weight:700}.session-banner{padding:.75rem 1rem;margin-bottom:.75rem}.session-header{display:flex;justify-content:space-between;align-items:center}.session-label{font-size:13px;font-weight:700}.session-sublabel{font-size:11px;color:var(--muted)}.court-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.court-hint{font-size:12px;color:var(--muted)}.type-tabs-inline{margin:0;gap:6px}.stat-split{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:.75rem}.stat-split-cell{background:var(--surface2);border-radius:10px;padding:.6rem .75rem}.stat-split-label{font-size:11px;color:var(--muted);margin-bottom:3px}.stat-split-val{font-size:16px;font-weight:700}.stat-split-sub{font-size:10px;color:var(--muted)}.player-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.player-card-name{font-size:15px;font-weight:700}.player-card-meta{font-size:11px;color:var(--muted)}.mini-court{width:100%;border-radius:8px}.live-stats-row{display:flex;gap:10px;align-items:center}.live-pct{font-family:Bebas Neue,sans-serif;font-size:1.2rem;color:var(--orange)}.sc-sub{font-size:10px;color:var(--muted);margin-top:2px}.card-highlight{border-color:#ff6b1a40;background:var(--orange-dim)}.drill-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.drill-card{text-align:right;padding:10px;border-radius:10px;border:1px solid var(--border);background:var(--surface2);cursor:pointer;transition:border-color .15s;font-family:Cairo,sans-serif;color:var(--text)}.drill-card:hover{border-color:var(--orange)}.drill-name-en{font-size:13px;font-weight:700;color:var(--orange)}.drill-name-ar{font-size:12px;margin-top:2px}.drill-meta{font-size:10px;color:var(--muted);margin-top:6px;line-height:1.4}.filter-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.75rem}.filter-chip{padding:4px 10px;border-radius:20px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:11px;font-family:Cairo,sans-serif;cursor:pointer}.filter-chip.active{border-color:var(--orange);color:var(--orange);background:var(--orange-dim)}.hot-cold-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:.75rem 0}.hot-cold-col{background:var(--surface2);border-radius:8px;padding:8px}.hc-title{font-size:11px;font-weight:700;margin-bottom:6px}.hc-title.hot{color:var(--green)}.hc-title.cold{color:#3498db}.hc-item{font-size:11px;color:var(--muted);margin-bottom:3px}.shot-type-badge{display:inline-block;margin-right:8px;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:700}.shot-type-badge.t2{background:var(--orange-dim);color:var(--orange)}.shot-type-badge.t3{background:#9b59b633;color:var(--purple)}.shot-log-row{display:flex;align-items:center;gap:8px;padding:4px 0;border-bottom:1px solid var(--border);font-size:12px}.shot-log-zone{flex:1;color:var(--muted)}.text-green{color:var(--green)}.text-red{color:var(--red)}.row-actions{display:flex;gap:4px;align-items:center}.position-hint{font-size:12px;color:var(--muted);margin-bottom:8px;line-height:1.5}.goal-field{flex:1;display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted)}.join-code-display{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:4px;color:var(--orange);padding:6px 12px;background:var(--surface2);border-radius:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;flex-direction:column;align-items:center;z-index:200;padding:max(1rem,env(safe-area-inset-top,0px)) 1rem max(1rem,env(safe-area-inset-bottom,0px));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.modal-overlay:before,.modal-overlay:after{content:"";flex:1 1 0;min-height:0;width:100%;pointer-events:none}.modal-card{width:100%;max-width:400px;flex-shrink:0}.session-detail-modal{max-width:min(480px,100%);max-height:min(calc(100dvh - 2rem),calc(100vh - 2rem));display:flex;flex-direction:column;overflow:hidden}.session-detail-head{flex-shrink:0}.session-detail-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.session-detail-scroll .card{margin-bottom:0}.session-detail-foot{flex-shrink:0;padding-top:12px;margin-top:8px;border-top:1px solid var(--border)}.drill-progress-card{margin-bottom:.75rem}.drill-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.drill-progress-pct{font-family:Bebas Neue,sans-serif;font-size:1.3rem;color:var(--orange)}.drill-progress-pct.done{color:var(--green)}.drill-progress-track{height:8px;background:var(--surface2);border-radius:4px;overflow:hidden}.drill-progress-fill{height:100%;background:linear-gradient(90deg,var(--orange),var(--gold));border-radius:4px;transition:width .25s ease}.drill-hint{font-size:12px;color:var(--gold);margin-top:8px}.drill-zone-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.drill-zone-chip{font-size:10px;padding:3px 8px;border-radius:12px;background:var(--surface2);color:var(--muted);border:1px solid var(--border)}.drill-zone-chip.done{border-color:var(--green);color:var(--green);background:var(--green-dim)}.drill-meta-accent{color:var(--purple)!important}.drill-summary-card{max-width:420px}.goal-banner{padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.5}.goal-banner.success{background:var(--green-dim);color:var(--green);border:1px solid rgba(46,204,113,.3)}.goal-banner.pending{background:var(--orange-dim);color:var(--orange);border:1px solid rgba(255,107,26,.3)}.zone-warn-text{font-size:12px;color:var(--gold)}.pending-info.zone-warn{background:#f39c121f;border-radius:8px;padding:6px}.zone-warn-badge{font-size:10px;color:var(--gold);margin-right:6px}.shot-log-zone.muted-outside{opacity:.55}.drill-summary-card .zone-bar-row{margin-bottom:4px}.custom-drill-card{margin-bottom:.75rem}.custom-field{display:flex;flex-direction:column;gap:4px;margin-bottom:.65rem;font-size:12px;color:var(--muted)}.custom-field span{font-weight:600}.custom-check{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text);cursor:pointer}.custom-check input{accent-color:var(--orange)}.shot-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:480px){.shot-type-grid{grid-template-columns:repeat(3,1fr)}}.shot-type-chip{text-align:right;padding:.55rem .65rem;border-radius:10px;border:1.5px solid var(--border);background:var(--surface2);cursor:pointer;font-family:Cairo,sans-serif}.shot-type-chip.active{border-color:var(--orange);background:var(--orange-dim)}.shot-type-en{display:block;font-size:11px;font-weight:700;color:var(--text)}.shot-type-ar{display:block;font-size:10px;color:var(--muted);margin-top:2px}.shot-type-chip.active .shot-type-ar{color:var(--text);opacity:.75}.custom-warn{font-size:11px;color:var(--gold);margin-top:6px}.training-section-card{margin-bottom:.75rem}.training-section-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:.75rem}.training-step{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--orange);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;line-height:1;margin-top:2px}.training-section-free{border-color:#2ecc7159}.training-section-custom{border-color:#ff6b1a59}.training-section-presets{border-color:#9b59b659}.streak-hint{font-size:11px;line-height:1.6;margin:-.25rem 0 .75rem;padding:0 .25rem}.team-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:.75rem}.team-card{text-align:right;padding:.75rem;border-radius:12px;border:1.5px solid var(--border);background:var(--surface2);cursor:pointer;font-family:Cairo,sans-serif;color:inherit}.team-card.active{border-color:var(--orange);background:var(--orange-dim)}.team-card-name{font-weight:700;font-size:14px;margin-bottom:4px}.team-card-meta{font-size:11px;color:var(--muted)}.link-badge{font-size:10px;padding:2px 6px;border-radius:8px;margin-right:6px}.link-badge.linked{background:var(--green-dim);color:var(--green)}.link-badge.pending{background:#f39c1226;color:var(--gold)}.link-badge.unlinked{background:var(--surface2);color:var(--muted)}.player-row-click{flex:1;text-align:right;background:none;border:none;color:inherit;cursor:pointer;font-family:inherit;padding:0}.coach-team-select{max-width:220px;font-size:12px;padding:.35rem .5rem}.coach-team-select.compact{max-width:180px}.coach-team-pill{font-size:11px;color:var(--muted);white-space:nowrap}.coach-player-modal{max-width:480px;max-height:90vh;overflow-y:auto}.preview-notice{display:flex;gap:10px;align-items:flex-start;margin-bottom:.75rem;border-color:#9b59b659;background:#9b59b61f}.assign-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}.assign-stat{text-align:center;padding:8px 4px;background:var(--surface2);border-radius:8px}.assign-stat-val{display:block;font-size:18px;font-weight:700;color:var(--orange)}.assign-stat-lbl{font-size:10px;color:var(--muted)}.assignment-row{align-items:center}.assign-status{font-size:11px;white-space:nowrap}.status-pending{color:var(--muted)}.status-progress{color:#f1c40f}.status-done{color:#2ecc71}.status-cancel{color:#e74c3c}.vis-badge{display:inline-block;font-size:10px;margin-top:4px;padding:2px 6px;border-radius:6px}.vis-private{background:#ffffff0f;color:var(--muted)}.vis-shared{background:#2ecc7126;color:#2ecc71}.vis-coach-assigned{background:#ff6b1a26;color:var(--orange)}.preview-notice p{font-size:12px;line-height:1.6;color:var(--text)}.notif-wrap{position:relative}.notif-btn{position:relative;padding:6px 10px}.notif-badge{position:absolute;top:2px;left:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--orange);color:#fff;font-size:9px;font-weight:700;line-height:16px;text-align:center}.notif-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90}.notif-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:100;width:min(320px,90vw);max-height:360px;overflow-y:auto;padding:0}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.notif-item{display:block;width:100%;text-align:right;padding:10px 12px;border:none;border-bottom:1px solid rgba(255,255,255,.04);background:transparent;color:var(--text);cursor:pointer}.notif-item.unread{background:#ff6b1a14}.notif-title{font-size:13px;font-weight:600}.notif-body{font-size:11px;color:var(--muted);margin-top:2px}.notif-time{font-size:10px;color:var(--muted);margin-top:4px}.weekly-plan-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;align-items:start;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.05)}.weekly-plan-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.weekly-plan-day{font-size:11px;font-weight:600;color:var(--orange);padding-top:10px;line-height:1.3}.weekly-plan-fields{display:flex;flex-direction:column;gap:6px;min-width:0}.weekly-plan-meta{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:6px;min-width:0}.weekly-plan-row .input,.weekly-plan-row select.input{min-width:0;width:100%;box-sizing:border-box}.weekly-plan-shots{text-align:center;padding-left:4px;padding-right:4px}.manual-session-form{min-width:0}.manual-batch-row{display:grid;grid-template-columns:minmax(0,1fr) 72px 72px 32px;gap:6px;align-items:center;margin-bottom:6px}.manual-batch-row .input{min-width:0;width:100%;box-sizing:border-box;font-size:12px}.manual-batch-num{text-align:center;padding-left:4px;padding-right:4px}.manual-batch-remove{padding:4px 6px!important;min-width:32px}@media(max-width:480px){.manual-batch-row{grid-template-columns:1fr 1fr;grid-template-areas:"zone zone" "total made" "remove remove"}.manual-batch-row select.input{grid-area:zone}.manual-batch-total{grid-area:total}.manual-batch-made{grid-area:made}.manual-batch-remove{grid-area:remove;width:100%}}.weekly-plan-preview{display:flex;gap:10px;padding:6px 0;font-size:12px;border-bottom:1px solid rgba(255,255,255,.04)}.weekly-plan-preview:last-child{border-bottom:none}.session-detail-modal .stat-grid{margin-bottom:10px}.parent-badge{display:inline-block;font-size:10px;padding:2px 8px;border-radius:6px;background:#3498db26;color:#3498db}.parent-child-tabs{display:flex;flex-wrap:wrap;gap:6px}.admin-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.admin-stat-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.admin-detail-modal{max-width:min(520px,100%)}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:10px}.admin-detail-item{background:var(--surface2);border-radius:8px;padding:8px 10px;font-size:12px}.admin-detail-lbl{display:block;font-size:10px;color:var(--muted);margin-bottom:2px}.admin-detail-actions{display:flex;flex-wrap:wrap;gap:6px}.admin-detail-actions .btn{flex:1 1 auto;min-width:100px}.admin-logins{margin-bottom:8px}.role-badge.parent{background:#3498db26;color:#3498db}.page-subtitle{font-size:13px;color:var(--muted);margin-top:4px}.btn-xl{padding:.85rem 1.25rem;font-size:15px;font-weight:700;min-height:48px}.quick-start-hint{font-size:13px;margin-bottom:.75rem}.quick-drill-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.quick-drill-chip{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:Cairo,sans-serif;cursor:pointer;min-height:52px}.quick-drill-chip:active{transform:scale(.98)}.quick-drill-name{font-size:13px;font-weight:700}.quick-drill-meta{font-size:11px;color:var(--muted)}.collapsible-section{margin-bottom:.75rem;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.collapsible-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:.85rem 1rem;background:var(--surface2);border:none;color:var(--text);font-family:Cairo,sans-serif;cursor:pointer;text-align:right}.collapsible-title{font-size:14px;font-weight:700;display:block}.collapsible-sub{display:block;font-size:11px;color:var(--muted);font-weight:400;margin-top:2px}.collapsible-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.collapsible-badge{font-size:10px;color:var(--orange);background:var(--orange-dim);padding:2px 8px;border-radius:999px}.collapsible-chevron{font-size:10px;color:var(--muted)}.collapsible-body{padding:.75rem}.collapsible-body .card{margin-bottom:.75rem}.training-subsection{margin-bottom:1rem}.training-subsection:last-child{margin-bottom:0}.assignment-reminder-title{font-size:16px;font-weight:700;margin:0 0 4px}.assignment-reminder-meta{font-size:12px;margin-bottom:.75rem}.assignment-reminder-actions{display:flex;gap:8px;flex-wrap:wrap}.session-compare-card{background:var(--surface2);border-radius:10px;padding:10px 12px;margin-bottom:.75rem;border:1px solid var(--border)}.session-compare-card.improved{border-color:#27ae6059}.session-compare-title{font-size:12px;font-weight:700;margin-bottom:4px}.session-compare-headline{font-size:14px;font-weight:600;margin:0}.session-compare-detail{font-size:12px;margin:4px 0 0}.benchmark-card .benchmark-hint{font-size:12px;margin-bottom:.75rem}.benchmark-summary{font-size:13px;margin:.75rem 0 0;line-height:1.6;color:var(--text)}.notif-assignment{border-right:3px solid var(--orange)}.benchmark-disclaimer{font-size:11px;color:var(--muted);margin-top:8px}.benchmark-sources{margin-top:.75rem;padding:10px 12px;background:var(--surface2);border-radius:8px;font-size:12px;line-height:1.65;color:var(--muted)}.benchmark-sources-title{font-weight:700;color:var(--text);margin:0 0 6px}.benchmark-sources-toggle{width:100%;margin-top:.5rem;font-size:12px}.benchmark-source-line{font-size:11px;line-height:1.5;margin-top:.65rem;margin-bottom:0;opacity:.85}.benchmark-cta{font-size:12px;margin-top:.5rem}.sessions-history-card{margin-top:.75rem}.sessions-history-hint{font-size:12px;margin-bottom:.65rem}.fg-overview-bar{height:6px;background:var(--surface3);border-radius:3px;overflow:hidden;margin-bottom:4px}.fg-overview-fill{height:100%;background:var(--orange);border-radius:3px;transition:width .35s ease}.fg-overview-label{font-size:10px;margin-bottom:.65rem}.session-edit-modal .form-field{display:flex;flex-direction:column;gap:4px;margin-bottom:.75rem;font-size:13px}.session-edit-actions,.session-detail-actions{display:flex;gap:.5rem;margin-bottom:.5rem}.sessions-history-row .row-actions{flex-shrink:0;gap:4px}.notif-action-hint{font-size:11px;color:var(--orange);margin-top:4px}.first-week-card{margin-bottom:.75rem;border:1px solid rgba(255,107,26,.35)}.first-week-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.first-week-dismiss{font-size:11px;padding:.25rem .5rem;flex-shrink:0}.first-week-progress{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.first-week-progress-track{flex:1;height:6px;background:var(--surface2);border-radius:3px;overflow:hidden}.first-week-progress-fill{height:100%;background:var(--orange);border-radius:3px;transition:width .3s ease}.first-week-progress-label{font-size:11px;color:var(--muted);min-width:2rem}.first-week-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.first-week-step{display:flex;align-items:flex-start;gap:.5rem;font-size:13px;line-height:1.45}.first-week-step.done{opacity:.65}.first-week-step.done .first-week-step-body>span:first-child{text-decoration:line-through}.first-week-step-icon{flex-shrink:0;width:1.1rem;color:var(--orange);font-weight:700}.first-week-step.done .first-week-step-icon{color:var(--green)}.first-week-step-body{flex:1;display:flex;flex-direction:column;gap:2px}.first-week-step-hint{font-size:11px;color:var(--muted)}.first-week-step-btn{font-size:14px;padding:.15rem .4rem;flex-shrink:0}.first-week-done-msg{margin-top:.5rem;font-size:13px}.pwa-install-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:linear-gradient(90deg,#ff6b1a26,#ff6b1a0d);border-bottom:1px solid rgba(255,107,26,.25)}.pwa-install-text{display:flex;flex-direction:column;gap:2px;font-size:13px}.pwa-install-actions{display:flex;gap:.35rem;flex-shrink:0}.btn-sm{font-size:12px;padding:.35rem .65rem}.drill-summary-actions{display:flex;gap:.5rem;margin-top:1rem}
