:root{--brand-primary: #c1121f;--brand-primary-strong: #e5383b;--brand-primary-deep: #8c1019;--brand-accent: #ffd166;--brand-accent-strong: #ffb703;--bg: #0c101a;--bg-elevated: #141b2b;--bg-layer-1: #1a2336;--bg-layer-2: #202b42;--surface: var(--bg-elevated);--surface-2: rgba(255, 255, 255, .045);--surface-3: rgba(255, 255, 255, .075);--text: #f4f6fb;--text-muted: rgba(244, 246, 251, .68);--text-dim: rgba(244, 246, 251, .45);--border: rgba(255, 255, 255, .1);--border-hi: rgba(255, 255, 255, .2);--color-success: #38d996;--color-warning: #ffd166;--color-danger: #f25f5c;--color-info: #5ea8ff;--teal: var(--brand-primary);--teal-soft: rgba(193, 18, 31, .16);--gold: var(--brand-accent);--gold-soft: rgba(255, 209, 102, .2);--red: var(--color-danger);--red-soft: rgba(242, 95, 92, .16);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--motion-fast: .12s;--motion-standard: .18s;--motion-slow: .28s;--font-ui: "Bahnschrift", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-display: "Bahnschrift SemiCondensed", "Arial Narrow", "Trebuchet MS", sans-serif}html,body{background:var(--bg);color:var(--text);font-family:var(--font-ui)}:root{--control-bg: rgba(255, 255, 255, .05);--control-bg-hover: rgba(255, 255, 255, .08);--control-bg-active: rgba(255, 255, 255, .11);--control-border: rgba(255, 255, 255, .14);--control-border-hover: rgba(255, 255, 255, .24);--control-ring: rgba(79, 140, 255, .5);--control-text: var(--text);--control-placeholder: rgba(244, 246, 251, .42);--control-disabled: .55}:where(button,input,textarea,select){font:inherit;color:var(--control-text);border-radius:var(--radius-md)}:where(input,textarea,select){background:var(--control-bg);border:1px solid var(--control-border);min-height:42px;width:100%;padding:.56rem .74rem;outline:none;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background var(--motion-fast) ease}:where(input,textarea,select):hover{border-color:var(--control-border-hover)}:where(input,textarea,select):focus-visible{border-color:var(--control-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--control-ring) 30%,transparent)}:where(input,textarea)::placeholder{color:var(--control-placeholder);opacity:1}:where(textarea){min-height:96px;resize:vertical}:where(select){-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(button){min-height:40px;border:1px solid var(--control-border);background:var(--control-bg);padding:.5rem .84rem;cursor:pointer;transition:background var(--motion-fast) ease,border-color var(--motion-fast) ease,transform var(--motion-fast) ease}:where(button:hover){background:var(--control-bg-hover);border-color:var(--control-border-hover)}:where(button:active){background:var(--control-bg-active);transform:translateY(1px)}:where(button:focus-visible){border-color:var(--control-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--control-ring) 30%,transparent)}:where(button:disabled,input:disabled,textarea:disabled,select:disabled){opacity:var(--control-disabled);cursor:not-allowed}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--control-text);-webkit-box-shadow:0 0 0 1000px var(--control-bg) inset;transition:background-color 5000s ease-in-out 0s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,a,[role=button],.circle,.icon-btn,.shell-nav-link,select{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button,.circle,.icon-btn,[role=button]{user-select:none;-webkit-user-select:none}:root{font-family:var(--font-ui, "Bahnschrift", "Segoe UI", "Helvetica Neue", Arial, sans-serif);background:var(--bg, #0c101a);color:var(--text, #f4f6fb);--live-bottom-nav-h: 82px;--accent-blue: var(--brand-primary, #c1121f);--accent-blue-soft: rgba(193,18,31,.16);--accent-gold: var(--brand-accent, #ffd166);--accent-gold-soft: rgba(255,209,102,.2);--result-make-bg: rgba(16,185,129,.26);--result-make-bg-strong: rgba(16,185,129,.38);--result-make-bg-soft: rgba(16,185,129,.1);--result-make-border: rgba(16,185,129,.55);--result-make-text: #6ee7b7;--result-make-text-soft: #a7f3d0;--result-miss-bg: rgba(239,68,68,.22);--result-miss-bg-strong: rgba(239,68,68,.34);--result-miss-bg-soft: rgba(239,68,68,.08);--result-miss-border: rgba(239,68,68,.5);--result-miss-text: #fca5a5;--result-miss-text-soft: #fecaca}html,body{height:100%;overflow:hidden}#root{height:100%;overflow:auto}.game-layout{--team-home-color: var(--brand-primary-strong, #e5383b);--team-away-color: #5ea8ff;display:grid;grid-template-columns:1fr 1.35fr 1fr;height:100dvh;padding-top:calc(env(safe-area-inset-top) + .5rem);padding-bottom:calc(var(--live-bottom-nav-h) + env(safe-area-inset-bottom))}.panel{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.left-panel,.center-panel,.right-panel{padding-bottom:calc(var(--live-bottom-nav-h) + .7rem + env(safe-area-inset-bottom))}.center-panel{padding-bottom:calc(var(--live-bottom-nav-h) + .15rem + env(safe-area-inset-bottom))}.left-panel{gap:.75rem;padding:1.5rem 1rem;border-right:1px solid rgba(255,255,255,.07);overflow:hidden}.shot-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;flex:1;min-height:0;align-content:start;justify-items:center}.shot-timeout-title{grid-column:1 / -1;width:100%;text-align:center;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#e8eaf08f;font-weight:700;margin-bottom:-.35rem}.shot-timeout-strip-wrapper{grid-column:1 / -1;justify-self:stretch;display:flex;flex-direction:column;gap:.3rem}.shot-timeout-strip{display:flex;align-items:center;gap:.5rem;padding:.28rem .5rem;border-radius:7px;border-left:2.5px solid rgba(255,255,255,.15);background:#ffffff08}.shot-timeout-strip-home{border-left-color:var(--team-home-color)}.shot-timeout-strip-away{border-left-color:var(--team-away-color)}.shot-timeout-strip-name{font-size:.68rem;font-weight:800;color:#e8eaf0e6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.shot-timeout-strip-counts{font-size:.6rem;font-weight:600;color:#e8eaf073;white-space:nowrap;flex-shrink:0}.shot-timeout-strip-btns{display:flex;gap:.28rem;flex-shrink:0}.to-pill{padding:.22rem .6rem;border-radius:999px;border:1px solid;font-size:.68rem;font-weight:800;cursor:pointer;font-family:inherit;transition:opacity .1s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.to-pill:active{opacity:.6}.to-pill:disabled{opacity:.25;cursor:not-allowed}.to-pill-short{background:#10b9811f;border-color:#10b98173;color:#6ee7b7}.to-pill-full{background:#4f8cff1f;border-color:#4f8cff73;color:#93c5fd}.classic-score-grid{grid-column:1 / -1;justify-self:stretch;display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(.95rem,2vw,1.4rem);row-gap:clamp(.85rem,1.9vw,1.2rem);margin-top:.4rem;justify-items:center;align-items:center}.classic-score-grid .shot-grid-team-label{width:100%;margin:0;padding:0 .2rem;font-size:.72rem}.classic-score-grid .shot-grid-team-label-opp{border-top:none;padding-top:0;margin-top:0}.classic-score-btn{width:min(100%,12.5rem);aspect-ratio:1;font-size:clamp(1.95rem,3.2vw,2.6rem);font-weight:500;text-transform:lowercase}.classic-score-btn:disabled{opacity:.32;cursor:not-allowed}.shot-grid-team-label{width:100%;text-align:left;font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.15rem .25rem;border-radius:0;border:none;background:transparent}.shot-grid-team-label-home{color:var(--team-home-color);border-color:var(--team-home-color);background:#ffffff0f}.shot-grid-team-label-away{color:var(--team-away-color);border-color:var(--team-away-color);background:#ffffff0f}.shot-grid-team-label-my{color:#e8eaf0f2;border:none;background:transparent;font-size:.8rem;margin-top:.3rem;padding-left:.25rem;text-align:left}.shot-grid-team-label-opp{color:#e8eaf09e;border:none;background:transparent;font-size:.7rem;margin-top:.5rem;padding-left:.25rem;padding-top:.6rem;text-align:left;border-top:1px solid rgba(255,255,255,.1)}.shot-btn{width:100%;min-height:72px;border-radius:12px;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;font-family:inherit;transition:opacity .1s,filter .1s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.shot-btn:active{opacity:.55}.shot-btn-pts{font-size:1.35rem;font-weight:900;line-height:1;letter-spacing:.03em}.shot-btn-result{font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.9}.shot-btn-make{background:var(--result-make-bg);color:var(--result-make-text)}.shot-btn-make:active{background:var(--result-make-bg-strong)}.shot-btn-miss{background:var(--result-miss-bg);color:var(--result-miss-text)}.shot-btn-miss:active{background:var(--result-miss-bg-strong)}.shot-btn-three.shot-btn-make{background:var(--result-make-bg);color:var(--result-make-text)}.shot-btn-three.shot-btn-miss{background:var(--result-miss-bg);color:var(--result-miss-text)}.shot-btn-ft-make{background:#10b9812e;color:var(--result-make-text-soft);min-height:60px}.shot-btn-ft-miss{background:#ef444429;color:var(--result-miss-text-soft);min-height:60px}.shot-btn-opp-make{background:#64748b24;color:#e8eaf0ad;min-height:60px}.shot-btn-opp-three{background:#64748b1c;color:#e8eaf09e;min-height:60px}.shot-btn-opp-ft{background:#64748b17;color:#e8eaf08f;min-height:52px}.left-panel .circle{width:100%;max-width:13rem}.circle{aspect-ratio:1;border-radius:50%;border:2.5px solid;background:transparent;font-size:1.05rem;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;min-height:44px;transition:background .12s,opacity .1s;color:inherit}.circle:active{opacity:.65}.circle.teal{border-color:var(--team-home-color);color:var(--team-home-color)}.circle.teal:hover{background:#ffffff17}.circle.red{border-color:var(--team-away-color);color:var(--team-away-color)}.circle.red:hover{background:#ffffff17}.circle.white{border-color:#e8eaf0a6;color:#e8eaf0}.circle.white:hover{background:#e8eaf012}.circle.red-out{border-color:#f87171;color:#f87171}.circle.red-out:hover{background:#f871711f}.circle.stat-foul{border-color:#f59e0b;color:#fcd34d;border-width:2.5px}.circle.stat-foul:hover{background:#f59e0b1f}.circle.stat-to{border-color:#ef4444;color:#fca5a5}.circle.stat-to:hover{background:#ef44441a}.sub-lbl{font-size:.6rem;font-weight:400;opacity:.75;line-height:1}.panel-foot{display:flex;justify-content:space-between;padding-top:.75rem}.icon-btn{background:transparent;border:none;color:#e8eaf080;font-size:1.35rem;cursor:pointer;padding:.5rem;min-height:44px;min-width:44px;border-radius:8px;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#ffffff14;color:#e8eaf0}.center-panel{border-right:1px solid rgba(255,255,255,.07);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;align-items:center}.center-controls-wrap{border-top:1px solid rgba(255,255,255,.08);padding:.45rem 1rem .9rem}.center-toggle-btn{width:100%;min-height:44px;border-radius:9px;border:1px solid rgba(79,140,255,.42);background:#4f8cff24;color:#bfdbfef2;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.center-toggle-btn.open{border-color:#f2c24b94;background:#f2c24b24;color:#f2c24b}.scoreboard{width:100%;padding:.75rem 1rem .45rem;border-bottom:1px solid rgba(242,194,75,.25)}.scoreboard-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.scoreboard-team-card{border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff08;padding:.5rem .6rem .42rem}.scoreboard-team-card-my{border-color:#4f8cff57;background:#4f8cff14}.scoreboard-team-card-opp{border-color:#ffffff1f}.scoreboard-team-card-poss-clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .12s}.scoreboard-team-card-poss-clickable:active{opacity:.7}.poss-hint-chip{font-size:.6rem;font-weight:600;letter-spacing:.04em;color:#e8eaf061;border:1px dashed rgba(232,234,240,.22);border-radius:999px;padding:.1rem .45rem;opacity:1;pointer-events:none}.live-summary-card{background:linear-gradient(180deg,#1a1e44f2,#161a3aeb);border:1px solid rgba(79,140,255,.32);border-radius:14px;padding:.8rem .95rem;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #f2c24b59}.live-summary-meta{display:flex;justify-content:center;gap:.45rem;margin-top:.65rem}.live-summary-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.15rem .55rem;border-radius:999px;border:1px solid rgba(232,234,240,.26);background:#0d102a8c;color:#e8eaf0d1;font-size:.7rem;font-weight:700;letter-spacing:.04em}.score-device-id{width:fit-content;margin:0 0 .55rem;background:#14162bdb;border:1px solid rgba(79,140,255,.4);color:#e8eaf0eb;font-size:.74rem;font-weight:700;letter-spacing:.04em;padding:.22rem .6rem;border-radius:999px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operators-count-pill{display:inline-flex;align-items:center;justify-content:center;min-height:1.15rem;padding:0 .45rem;border-radius:999px;border:1px solid rgba(34,197,94,.5);background:#22c55e21;color:#86efac;font-size:.66rem;font-weight:700;letter-spacing:.04em}.game-state-banner{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(79,140,255,.4);background:#14162bdb;color:#e8eaf0eb;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.22rem .6rem;margin:0 0 .46rem}.game-state-live{border-color:#10b98180;color:#6ee7b7;background:#14162bdb}.game-state-break{border-color:#f2c24b85;color:#f2c24b;background:#14162bdb}.game-state-alert{border-color:#f871718f;color:#fca5a5;background:#14162bdb}.game-state-idle{border-color:#4f8cff66;color:#e8eaf0eb;background:#14162bdb}.game-state-done{border-color:#a855f785;color:#e9d5ff;background:#14162bdb}.device-id-corner{position:fixed;top:calc(env(safe-area-inset-top) + .12rem);left:50%;transform:translate(-50%);z-index:1100;width:fit-content;max-width:min(52vw,18rem);background:#14162be6;border:1px solid rgba(79,140,255,.45);color:#e8eaf0f2;font-size:.74rem;font-weight:700;letter-spacing:.04em;padding:.22rem .6rem;border-radius:999px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.score-row{display:flex;justify-content:space-between;align-items:center}.score-meta-row{display:flex;align-items:center;gap:.4rem;margin:.16rem 0 .3rem;flex-wrap:wrap}.score-meta{font-size:.75rem;color:#e8eaf0ad;font-weight:600}.score-meta.foul-count-warn{color:#fbbf24;font-weight:700}.score-meta.foul-count-danger{color:#f87171;font-weight:800}.score-live-edit{background:transparent;border:none;border-bottom:2px solid #f5c842;color:inherit;font-size:2.2rem;font-weight:700;width:3.5ch;text-align:right;outline:none;padding:0;font-family:inherit}.score-overridden{text-decoration:underline;text-decoration-style:dashed;text-decoration-color:#f5c84299;cursor:pointer}.score-meta.foul-overridden{text-decoration:underline;text-decoration-style:dashed;text-decoration-color:#f5c84299}.score:not(.score-overridden){cursor:pointer}.score-meta:not(.foul-overridden){cursor:pointer}.foul-live-edit{background:transparent;border:none;border-bottom:1.5px solid #f5c842;color:inherit;font:inherit;font-size:1rem;width:2ch;text-align:center;outline:none;padding:0;display:inline}.score-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.12rem .45rem;font-size:.65rem;font-weight:800;letter-spacing:.04em}.bonus-chip{color:#f2c24b;border:1px solid rgba(242,194,75,.45);background:#f2c24b1f}.possession-chip{border-width:1.25px}.possession-chip-home{color:var(--team-home-color);border:1px solid var(--team-home-color);background:#ffffff14}.possession-chip-away{color:var(--team-away-color);border:1px solid var(--team-away-color);background:#ffffff14}.possession-indicator{margin-top:.1rem;font-size:.74rem;font-weight:700;color:#e8eaf0c7}.timeout-tracker{margin-top:.32rem;border-top:1px solid rgba(255,255,255,.08);padding-top:.35rem}.timeout-row-title{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#e8eaf08a;margin-bottom:.24rem;font-weight:700}.timeout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem}.timeout-card{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff08;padding:.28rem .36rem}.timeout-card-head{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-bottom:.2rem;font-size:.7rem;font-weight:700}.timeout-counts{color:#e8eaf0b8;font-size:.64rem;font-weight:600}.timeout-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.team-lbl{font-size:1rem;font-weight:600}.score{font-size:1.55rem;font-weight:800}.team-home-txt{color:var(--team-home-color)}.team-away-txt{color:var(--team-away-color)}@media (max-width: 860px){.scoreboard-team-grid{grid-template-columns:1fr}}.event-feed-header{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.5rem 1rem .15rem}.event-feed-title{color:#e8eaf0eb;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.event-feed-hint{color:#bfdbfec7;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-align:right}.event-feed{width:100%;flex:0 0 auto;max-height:200px;min-height:80px;overflow-y:auto;overscroll-behavior:contain;padding:.52rem 1rem;display:flex;flex-direction:column;gap:.34rem;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#0000001f;margin:0 0 .5rem}.event-feed::-webkit-scrollbar{width:4px}.event-feed::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:2px}.event-feed::-webkit-scrollbar-track{background:transparent}.empty-feed{color:#e8eaf04d;text-align:center;margin-top:2rem;font-size:.88rem}.feed-item{--feed-team-color: #64748b;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--feed-team-color);border-radius:8px;background:color-mix(in srgb,var(--feed-team-color) 12%,rgba(15,18,44,.95));padding:.24rem .45rem .28rem;text-align:left;color:inherit;cursor:pointer}.feed-item:hover{filter:brightness(1.04)}.feed-item:focus-visible{outline:2px solid rgba(79,140,255,.8);outline-offset:2px}.feed-item-neutral{border-left-color:#e8eaf066;background:#ffffff0a}.feed-pending{opacity:1;border-left:3px solid #f59e0b!important;background:#f59e0b14}.feed-pending:before{content:"⏳ queued";display:inline-block;font-size:.6rem;font-weight:600;color:#f59e0b;background:#f59e0b33;padding:2px 6px;border-radius:3px;margin-right:.4rem}.feed-stamp{display:block;font-size:.62rem;font-weight:700;color:#e8eaf06b;letter-spacing:.03em;margin-bottom:.05rem}.feed-main-row{display:inline-flex;align-items:center;gap:.35rem;justify-content:space-between;width:100%}.feed-section-tag{display:inline-flex;align-items:center;justify-content:center;min-width:3.15rem;border:1px solid rgba(232,234,240,.24);border-radius:999px;background:#080b1f8f;color:#e8eaf0d1;font-size:.6rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.08rem .38rem}.feed-main{display:inline;font-size:.82rem;font-weight:800}.feed-item-action{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(79,140,255,.28);background:#4f8cff1f;color:#bfdbfee6;font-size:.6rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.08rem .38rem}.feed-detail{display:block;font-size:.69rem;color:#e8eaf0ad;margin-top:.06rem;margin-left:.04rem}.ac-teal{color:var(--team-home-color)}.ac-red{color:var(--team-away-color)}.ac-white{color:#e8eaf0}.feed-item-wrapper{position:relative;display:flex;align-items:stretch;gap:.4rem}.feed-item-wrapper .feed-item{flex:1}.feed-undo-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:2.8rem;padding:.3rem .2rem;border:1px solid rgba(232,234,240,.2);border-radius:6px;background:#f871711a;color:#f87171;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.feed-undo-btn:hover{background:#f8717133;border-color:#f8717166;filter:brightness(1.1)}.feed-undo-btn:active{transform:scale(.95)}.period-row{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));align-items:stretch;gap:.35rem;padding:.36rem .75rem;border-top:1px solid rgba(255,255,255,.07)}.period-chip{display:flex;gap:.2rem;min-width:0}.period-btn{flex:1 1 auto;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e8eaf080;font-size:.72rem;font-weight:700;padding:.35rem;cursor:pointer;min-height:44px;transition:all .12s}.period-btn.period-on{background:#f2c24b26;border-color:#f2c24b;color:#f2c24b}.period-btn.period-ot{background:#fb923c33;border-color:#fb923cd9;color:#fed7aa;box-shadow:inset 0 0 0 1px #9a341259}.period-btn.period-ot.period-on{background:#f9731652;border-color:#f97316;color:#ffedd5;box-shadow:0 0 0 1px #f9731673,0 0 12px #f9731638}.period-btn:disabled,.period-btn.period-btn-skip{opacity:.25;cursor:not-allowed;pointer-events:none}.period-delete-btn{min-width:30px;min-height:44px;border-radius:8px;border:1px solid rgba(248,113,113,.55);background:#f8717124;color:#f87171;font-weight:700;cursor:pointer}.period-add-btn{width:100%;min-width:0;min-height:44px;border-radius:8px;border:1px solid rgba(192,132,252,.86);background:#a855f74d;color:#f3e8ff;font-size:.82rem;font-weight:800;letter-spacing:.04em;padding:.35rem .6rem;cursor:pointer;box-shadow:0 0 0 1px #7e22ce59,0 0 12px #a855f733}.period-add-btn:hover{background:#a855f766;border-color:#c084fc}.clock-row{width:100%;padding:.75rem .75rem .22rem;margin-top:.5rem}.clock-inp{width:100%;background:#ffffff0d;border:1.5px solid rgba(79,140,255,.45);border-radius:10px;color:#e8eaf0;font-size:1.2rem;font-weight:700;text-align:center;padding:.45rem;min-height:44px}.clock-inp-display{width:100%;cursor:pointer;display:block}.clock-inp-display:hover{border-color:#4f8cff}.clock-inp-disabled{opacity:.55;cursor:not-allowed}.clock-inp:focus{outline:none;border-color:#4f8cff}.clock-inp:disabled{opacity:.55;cursor:not-allowed}.clock-numpad-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0000008c;display:flex;align-items:center;justify-content:center}.clock-numpad{background:#101224fc;border:1.5px solid rgba(79,140,255,.4);border-radius:18px;padding:1rem 1rem .9rem;width:240px;box-shadow:0 8px 40px #0009}.clock-numpad-preview{font-size:1.8rem;font-weight:800;text-align:center;color:#4f8cff;letter-spacing:.06em;margin-bottom:.6rem}.clock-numpad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.5rem}.clock-numpad-key{min-height:52px;border-radius:10px;border:1px solid rgba(79,140,255,.3);background:#ffffff0f;color:#e8eaf0;font-size:1.25rem;font-weight:700;cursor:pointer}.clock-numpad-key:active{background:#4f8cff38}.clock-numpad-actions{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.clock-numpad-cancel{min-height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#e8eaf0b3;font-size:.9rem;font-weight:700;cursor:pointer}.clock-numpad-set{min-height:44px;border-radius:10px;border:1px solid rgba(79,140,255,.6);background:#4f8cff2e;color:#a5c8ff;font-size:.9rem;font-weight:800;cursor:pointer}.clock-numpad-set:active{background:#4f8cff59}.clock-tools-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;margin-bottom:.5rem}.clock-tools-row-main{margin-top:.4rem}.clock-tools-row-compact{grid-template-columns:1fr 1fr}.clock-tool-btn{min-height:38px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#e8eaf0d6;font-size:.72rem;font-weight:700;letter-spacing:.02em;cursor:pointer;padding:.3rem .35rem}.clock-tool-btn.active{border-color:#4f8cff94;background:#4f8cff29;color:#bfdbfe}.clock-tool-btn:disabled{opacity:.45;cursor:not-allowed}.clock-btn-visibility.active{border-color:#4f8cff9e;background:#4f8cff2e;color:#bfdbfe}.clock-btn-enabled.active{border-color:#22c55ea3;background:#22c55e2e;color:#86efac}.clock-btn-start{border-color:#22c55ea3;color:#86efac;background:#22c55e24}.clock-btn-stop{border-color:#ef4444ad;color:#fca5a5;background:#ef444424}.clock-btn-reset{border-color:#facc15eb;color:#fef08a;background:#facc154d;box-shadow:inset 0 0 0 1px #92400e59}.clock-btn-minus{border-color:#fb923c9e;color:#fdba74;background:#fb923c24}.clock-btn-plus{border-color:#4f8cff9e;color:#93c5fd;background:#4f8cff24}.possession-row{margin-top:.55rem;display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.possession-btn{min-height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#e8eaf0d6;font-size:.76rem;font-weight:700;padding:.35rem .45rem;cursor:pointer}.possession-btn.active{font-weight:800}.possession-btn-home.active{border-color:var(--team-home-color);background:#ffffff1a;color:var(--team-home-color)}.possession-btn-away.active{border-color:var(--team-away-color);background:#ffffff1a;color:var(--team-away-color)}@media (max-width: 520px){.clock-tools-row{grid-template-columns:1fr 1fr}}.right-panel{justify-content:space-between;padding:1.3rem .9rem}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;flex:1;align-content:center;justify-items:center;align-items:center}.right-panel .circle{width:96%;max-width:140px;font-size:1.05rem;font-weight:800;border-width:2px;margin-inline:auto}.right-panel .sub-lbl{font-size:.58rem}.rebound-main{font-size:.86rem;font-weight:800;letter-spacing:.04em}.rebound-btn{border-width:2.5px}.team-toggle{display:flex;gap:.5rem;padding-top:.35rem;flex-wrap:wrap}.live-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:1.4fr .8fr .8fr 1.4fr;gap:.5rem;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom));background:#0b0d22f5;border-top:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.help-fab{position:fixed;top:12px;left:12px;z-index:900;width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(232,234,240,.45);background:#292b67d1;color:#e8eaf0;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .12s,border-color .12s}.help-fab:hover{background:#4f8cff59;border-color:#4f8cffb3}.live-nav-btn{min-height:44px;border-radius:999px;border:1.5px solid rgba(232,234,240,.65);background:#292b67c7;color:#e8eaf0;font-size:.92rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:all .12s}.live-nav-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.live-nav-btn:hover{border-color:#4f8cff;color:#4f8cff;background:#1a2e59db}.live-nav-btn-end{border-color:#f87171bf;color:#f87171}.live-nav-btn-end:hover{border-color:#f87171;color:#fecaca;background:#5f1a29b3}.live-nav-btn-end,.live-nav-btn-undo{min-height:52px;font-size:1rem;font-weight:800}.live-nav-btn-undo{border-color:#f59e0bbf;color:#fcd34d;background:#5a3c0a59}.live-nav-btn-undo:hover{border-color:#f59e0b;color:#fef3c7;background:#5a3c0a99}.nav-pending-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;margin-left:6px;border-radius:9px;background:#f97316;color:#fff;font-size:.65rem;font-weight:800;line-height:1;vertical-align:middle}.live-nav-btn-secondary{border-color:#e8eaf02e;background:#14162b73;color:#e8eaf061;font-size:.7rem;font-weight:600;min-height:36px}.live-nav-btn-secondary:hover{border-color:#e8eaf059;color:#e8eaf0a6;background:#292b6780}.tt-btn{flex:1;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.18);border-radius:10px;color:#e8eaf08c;padding:.45rem;cursor:pointer;font-size:.74rem;font-weight:700;min-height:44px;transition:all .12s}.tt-teal{background:color-mix(in srgb,var(--team-home-color) 14%,transparent);border-color:var(--team-home-color);color:var(--team-home-color)}.tt-red{background:color-mix(in srgb,var(--team-away-color) 14%,transparent);border-color:var(--team-away-color);color:var(--team-away-color)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02040fb8;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.inline-notice{position:fixed;top:calc(env(safe-area-inset-top) + .6rem);left:50%;transform:translate(-50%);z-index:260;width:min(720px,calc(100vw - 1.2rem));border-radius:12px;border:1px solid rgba(232,234,240,.24);background:#131637f7;color:#e8eaf0;padding:.72rem .82rem;display:flex;gap:.7rem;align-items:flex-start;justify-content:space-between;box-shadow:0 14px 34px #0000006b;font-size:.84rem;line-height:1.36}.inline-notice-info{border-color:#4f8cff99;background:#1a2b57f5}.inline-notice-success{border-color:#22c55e99;background:#103a2ef5}.inline-notice-warning{border-color:#fbbf24a3;background:#463310f5}.inline-notice-error{border-color:#f87171a6;background:#4a181df5}.inline-notice-close{flex-shrink:0;min-height:36px;border-radius:8px;border:1px solid rgba(232,234,240,.3);background:#ffffff14;color:#e8eaf0;font-size:.76rem;font-weight:700;padding:.28rem .62rem;cursor:pointer}.operator-alert-banner{position:fixed;top:calc(env(safe-area-inset-top) + 4rem);left:50%;transform:translate(-50%);z-index:255;width:min(680px,calc(100vw - 1.6rem));border-radius:12px;border:1.5px solid rgba(251,191,36,.5);background:#463310f7;color:#fef3c7;padding:.65rem .8rem;display:flex;gap:.5rem;align-items:center;justify-content:space-between;box-shadow:0 8px 24px #00000080;font-size:.84rem;line-height:1.35;animation:operator-alert-slide-in .18s ease-out}.operator-alert-banner-urgent{border-color:#f87171b3;background:#4a1016f7;color:#fee2e2;animation:operator-alert-slide-in .18s ease-out,operator-alert-pulse 2s ease-in-out infinite}.operator-alert-banner-important{border-color:#fbbf2499;background:#463310f7;color:#fef3c7}.operator-alert-content{display:flex;gap:.55rem;align-items:flex-start;flex-wrap:wrap;flex:1;min-width:0}.operator-alert-badge{flex-shrink:0;font-size:.66rem;font-weight:800;letter-spacing:.04em;padding:.18rem .45rem;border-radius:5px;text-transform:uppercase}.operator-alert-badge-urgent{background:#f8717140;color:#fca5a5;border:1px solid rgba(248,113,113,.45)}.operator-alert-badge-important{background:#fbbf2433;color:#fde68a;border:1px solid rgba(251,191,36,.4)}.operator-alert-message{flex:1;min-width:0;white-space:normal;overflow-wrap:anywhere}.operator-alert-count{flex-shrink:0;font-size:.72rem;opacity:.7;padding:.1rem .35rem;background:#ffffff14;border-radius:4px}.operator-alert-dismiss{flex-shrink:0;background:none;border:none;color:inherit;font-size:.9rem;opacity:.7;cursor:pointer;padding:.2rem .3rem;line-height:1}.operator-alert-dismiss:hover{opacity:1}@keyframes operator-alert-slide-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes operator-alert-pulse{0%,to{box-shadow:0 8px 24px #00000080}50%{box-shadow:0 8px 28px #7f1d1d94}}.modal-confirm{max-width:min(460px,92vw);border-radius:14px;background:#1f2358}.confirm-message{padding:1rem 1.25rem .3rem;color:#e8eaf0db;font-size:.88rem;line-height:1.4}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:.9rem 1.2rem 1.2rem}.confirm-actions-event{grid-template-columns:repeat(3,minmax(0,1fr))}.confirm-btn{min-height:44px;border-radius:10px;font-size:.82rem;font-weight:800;cursor:pointer;border:1px solid rgba(232,234,240,.24)}.confirm-btn-cancel{background:#ffffff14;color:#e8eaf0e0}.confirm-btn-primary{border-color:#4f8cff85;background:#4f8cff38;color:#bfdbfe}.confirm-btn-danger{border-color:#f8717194;background:#f8717138;color:#fecaca}.confirm-btn:disabled{opacity:.45;cursor:not-allowed}.modal-edit-actions{display:flex;justify-content:flex-end;padding:0 1.2rem .4rem}.modal-delete-btn{min-height:36px;border-radius:9px;border:1px solid rgba(248,113,113,.58);background:#f8717129;color:#fecaca;font-size:.74rem;font-weight:800;letter-spacing:.03em;padding:.32rem .72rem;cursor:pointer}.event-action-stack{display:flex;flex-direction:column;gap:.28rem}.event-action-status{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(79,140,255,.35);background:#4f8cff1f;color:#bfdbfe;padding:.12rem .48rem;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.modal{background:#302f68;border:2px solid rgba(232,234,240,.18);border-radius:18px;width:100%;max-width:min(1280px,94vw);max-height:min(88vh,940px);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.summary-modal{max-width:min(900px,94vw)}.summary-subtitle{margin-top:.3rem;color:#e8eaf0b8;font-size:.86rem;font-weight:600}.summary-header{align-items:flex-start;gap:.75rem}.summary-header-main{display:flex;flex-direction:column;gap:.65rem;flex:1;min-width:0}.summary-top-strip{display:grid;grid-template-columns:.65fr .85fr 1fr 1.15fr .85fr .85fr;gap:0;background:#0a0d23bf;border:1px solid rgba(79,140,255,.18);border-radius:10px;overflow:hidden}.summary-top-item{display:flex;flex-direction:column;gap:.18rem;padding:.45rem .65rem;min-width:0;position:relative}.summary-top-item+.summary-top-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#ffffff14}.summary-top-item:nth-child(4){background:#4f8cff12}.summary-top-item:nth-child(4):before{background:#4f8cff4d;top:0;bottom:0}.summary-top-label{color:#e8eaf061;font-size:.57rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1}.summary-top-value{color:#f8fafff7;font-size:.9rem;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-top-dual{display:flex;flex-direction:column;gap:.08rem}.summary-top-dual-row{color:#f8faffe0;font-size:.78rem;font-weight:700;line-height:1.28}.summary-top-item:nth-child(4) .summary-top-dual-row{font-size:.88rem;font-weight:800;color:#f8fafff7}.summary-top-state{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;border-radius:999px;border:1px solid rgba(232,234,240,.24);background:#ffffff0f;color:#f8fafff2;padding:.14rem .5rem;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-top-state-live{border-color:#10b98180;color:#6ee7b7;background:#10b98124}.summary-top-state-break{border-color:#f2c24b85;color:#f2c24b;background:#f2c24b24}.summary-top-state-alert{border-color:#f871718f;color:#fca5a5;background:#f8717124}.summary-top-state-idle{border-color:#94a3b86b;color:#cbd5e1eb;background:#64748b29}.summary-top-state-done{border-color:#a855f785;color:#e9d5ff;background:#a855f729}.summary-top-clock{font-size:1.02rem;letter-spacing:.02em}.summary-top-clock-input{width:100%;border:1px solid rgba(79,140,255,.3);border-radius:6px;background:#4f8cff1a;color:#f8fafffa;font-size:1rem;font-weight:800;letter-spacing:.02em;padding:.15rem .3rem;min-height:44px;text-align:left;cursor:pointer;display:block}.summary-top-clock-input:hover,.summary-top-clock-input:focus{outline:none;border-color:#4f8cffc7;box-shadow:0 0 0 2px #4f8cff33}.summary-top-clock-input:disabled{opacity:.55;cursor:not-allowed}.summary-body{padding:.95rem 1.1rem 1.15rem;display:flex;flex-direction:column;gap:.9rem}.summary-meta-row{display:flex;flex-wrap:wrap;gap:.45rem}.summary-chip{border:1px solid rgba(232,234,240,.24);border-radius:999px;padding:.2rem .6rem;color:#e8eaf0db;font-size:.74rem;font-weight:700;background:#ffffff12}.summary-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.summary-stat-card{background:#16183dbf;border:1px solid rgba(79,140,255,.28);border-radius:12px;padding:.75rem .85rem}.summary-stat-card h3{margin-bottom:.55rem;color:#e8eaf0f5;font-size:.92rem}.summary-stat-row{display:flex;justify-content:space-between;align-items:center;gap:.7rem;padding:.22rem 0;border-bottom:1px dashed rgba(232,234,240,.14);font-size:.79rem}.summary-stat-row:last-child{border-bottom:none}.summary-stat-row span{color:#e8eaf09e}.summary-stat-row strong{color:#f8fafff2}.summary-highlights{background:#111434b3;border:1px solid rgba(242,194,75,.32);border-radius:12px;padding:.75rem .85rem}.summary-highlights h3{font-size:.9rem;margin-bottom:.5rem;color:var(--accent-gold)}.summary-ai-status{margin-bottom:.5rem;color:#e8eaf0a8;font-size:.74rem;font-weight:700;letter-spacing:.03em}.summary-ai-list{list-style:none;display:flex;flex-direction:column;gap:.45rem}.summary-ai-item{font-size:.82rem;line-height:1.35;color:#e8eaf0e0;padding:.35rem .45rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.summary-ai-sections{display:flex;flex-direction:column;gap:.45rem}.insight-section{padding:.5rem .65rem;border-radius:9px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09)}.insight-label{display:inline-block;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;border-radius:4px;padding:.08rem .42rem;margin-bottom:.28rem}.insight-text{margin:0;font-size:.82rem;line-height:1.42;color:#e8eaf0e0}.summary-ai-refresh-btn{margin-top:.5rem;background:transparent;border:1px solid rgba(79,140,255,.38);border-radius:6px;color:#4f8cffe6;font-size:.74rem;font-weight:700;padding:.22rem .7rem;cursor:pointer;transition:background .15s,color .15s}.summary-ai-refresh-btn:hover{background:#4f8cff1f;color:#fff}.summary-modal{max-width:min(980px,96vw)}.summary-top-strip{display:grid;grid-template-columns:1fr;gap:.55rem;background:linear-gradient(145deg,#070b1feb,#14193fe6);border:1px solid rgba(91,157,255,.28);border-radius:14px;padding:.72rem .85rem}.summary-top-meta{display:flex;align-items:center;justify-content:center;gap:.5rem}.summary-meta-piece{display:flex;align-items:center}.summary-meta-divider{color:#e8eaf094;font-size:.9rem;font-weight:700}.summary-display-pill,.summary-inline-select{border:1px solid rgba(111,175,255,.34);background:#1e2754b8;color:#f4f8fff7;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;min-height:36px;padding:.36rem .78rem;cursor:pointer}.summary-inline-select{border-radius:10px;text-transform:none;letter-spacing:.02em;min-height:38px}.summary-display-pill-moment{text-transform:none;letter-spacing:.02em;border-radius:10px}.summary-top-scoreline{display:flex;align-items:baseline;justify-content:center;gap:.34rem;line-height:1}.summary-team-tag{font-size:.95rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#e2e9f9d6}.summary-team-score{font-size:clamp(2.15rem,5vw,3.45rem);font-weight:900;color:#f6f9fff0}.summary-score-sep{font-size:clamp(1.35rem,3vw,2.15rem);font-weight:800;color:#cdd7ed99;margin:0 .14rem}.summary-team-score.leading,.summary-team-tag.leading{color:#f7fdff;text-shadow:0 0 16px rgba(111,175,255,.45)}.summary-team-score.trailing,.summary-team-tag.trailing{color:#b3bfe09e}.summary-team-score.tied,.summary-team-tag.tied{color:#eef4ffe6}.summary-top-clock{border:none;background:transparent;padding:0;min-height:auto;font-size:clamp(1.25rem,2.8vw,1.95rem);font-weight:850;color:#ecf3ffe6;letter-spacing:.02em;text-align:center}.summary-top-clock:hover,.summary-top-clock:focus{color:#fff;outline:none}.summary-top-subline{display:flex;align-items:center;justify-content:center;gap:.44rem}.summary-substat{color:#d8e2f7e6;font-size:.86rem;font-weight:700}.summary-substat.warn{color:#ff9b94}.summary-sub-divider{color:#c8d3ec8f;font-weight:700}.summary-top-moment{display:flex;flex-direction:column;align-items:center;gap:.28rem}.summary-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.44rem}.summary-qa-btn{border:1px solid rgba(111,175,255,.36);border-radius:10px;background:#28377470;color:#f3f8fff5;min-height:42px;font-size:.76rem;font-weight:850;letter-spacing:.06em;cursor:pointer}.summary-qa-btn:active{transform:translateY(1px)}.summary-qa-btn-alert{border-color:#ff99996b;background:#782c3857}.summary-compare-card{border:1px solid rgba(107,169,255,.28);border-radius:12px;background:#0c1130bd;overflow:hidden}.summary-compare-header,.summary-compare-row{display:grid;grid-template-columns:.95fr 1fr 1fr;align-items:center;gap:.5rem;padding:.45rem .68rem}.summary-compare-header{background:#6fafff1f;border-bottom:1px solid rgba(107,169,255,.2)}.summary-compare-row{border-bottom:1px solid rgba(232,234,240,.08)}.summary-compare-row:last-child{border-bottom:none}.summary-compare-label{color:#cdd8f1c2;font-size:.75rem;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.summary-compare-team{text-align:center;font-size:.92rem;font-weight:900;letter-spacing:.08em;color:#e2e9f9e0}.summary-compare-team.leading{color:#f6fbff}.summary-compare-team.trailing{color:#a7b4d5ad}.summary-compare-value{text-align:center;font-size:.89rem;font-weight:800}.summary-compare-value.good{color:#77e0a7}.summary-compare-value.bad{color:#ff8f8f}.summary-compare-value.neutral{color:#e4ecfbe6}.summary-compare-row-sub{background:#ffffff05}.summary-flow-row{display:grid;grid-template-columns:1fr;gap:.55rem}.summary-flow-card{border:1px solid rgba(242,194,75,.24);border-radius:12px;background:#1e1b34b3;padding:.6rem .78rem}.summary-flow-card h3{margin-bottom:.35rem;font-size:.84rem;color:#ffe0a1f0}.summary-flow-main{margin:0;color:#f9fbfff2;font-size:.94rem;font-weight:820}.summary-flow-sub{margin:.18rem 0 0;color:#d6e0f6c2;font-size:.76rem}.summary-highlights{background:#101538bf;border:1px solid rgba(96,155,255,.24)}.summary-highlights h3{margin-bottom:.52rem;color:#d2e6fff0}.insight-section{border-radius:10px;padding:.5rem .62rem}.insight-hot{border:1px solid rgba(108,222,161,.32);background:#1f503a57}.insight-warn{border:1px solid rgba(255,165,165,.34);background:#5f2a334d}.insight-cold{border:1px solid rgba(165,180,255,.35);background:#2d366b59}.insight-neutral{border:1px solid rgba(186,202,238,.23);background:#ffffff0a}.insight-label{font-size:.6rem;font-weight:840;letter-spacing:.07em;border-radius:999px;padding:.16rem .52rem;margin-bottom:.32rem}.insight-label-hot{color:#1d4d39;background:#91ecbde6}.insight-label-warn{color:#5f1d24;background:#ffb9b9eb}.insight-label-cold{color:#1e2858;background:#b4c4ffeb}.insight-label-neutral{color:#29335f;background:#dde6fae6}.summary-tab-bar{background:#0a0e28d1;border-bottom:1px solid rgba(111,175,255,.16);padding:.1rem .95rem 0}.summary-tab-btn{min-height:50px;border-bottom-width:4px;font-size:.86rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.summary-tab-btn.active{color:#cbe0ff;border-bottom-color:#69abff;background:linear-gradient(180deg,#69abff1f,#69abff00)}.summary-tab-btn:before{content:"";display:inline-block;width:9px;height:9px;margin-right:.45rem;border-radius:2px;border:1px solid rgba(183,204,238,.7)}@media (max-width: 760px){.summary-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-team-score{font-size:clamp(1.75rem,11vw,2.35rem)}.summary-top-clock{font-size:clamp(1rem,6vw,1.35rem)}}.summary-period-filter{display:flex;flex-wrap:wrap;gap:.42rem;padding:.12rem 0 .38rem}.summary-period-pill{padding:.28rem .86rem;border-radius:999px;border:1px solid rgba(79,140,255,.3);background:#ffffff08;color:#e8eaf0a8;font-size:.72rem;font-weight:760;letter-spacing:.05em;cursor:pointer;transition:transform .12s ease,background .18s ease,color .18s ease,border-color .18s ease}.summary-period-pill:hover{background:#4f8cff1a;color:#e8eaf0e6}.summary-period-pill.active{background:linear-gradient(180deg,#63a4ff52,#3b75d34d);border-color:#4f8cffb8;color:#e7f2ff;transform:translateY(-1px);box-shadow:0 6px 18px #4f8cff38}.summary-no-players{color:#e8eaf08c;font-size:.84rem;text-align:center;padding:1.2rem 0}.summary-player-list{display:flex;flex-direction:column;gap:0;overflow-x:auto;border-radius:12px;border:1px solid rgba(109,171,255,.18);background:#0a0e2694}.summary-player-filter-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.summary-player-filter-label{font-size:.74rem;font-weight:700;letter-spacing:.04em;color:#e8eaf0b8;text-transform:uppercase}.summary-player-filter-select{border:1px solid rgba(79,140,255,.38);border-radius:8px;background:#0e102cb3;color:#f8fafff2;padding:.28rem .5rem;font-size:1rem;font-weight:700;min-height:44px}.summary-player-filter-select:focus{outline:none;border-color:#4f8cffc7;box-shadow:0 0 0 2px #4f8cff33}.summary-player-filter-count{font-size:.72rem;font-weight:700;color:#e8eaf094}.summary-player-header,.summary-player-row{display:grid;grid-template-columns:minmax(130px,1.65fr) minmax(56px,.5fr) minmax(120px,1.15fr) minmax(98px,.9fr) minmax(100px,1fr) minmax(40px,.45fr);align-items:center;gap:.3rem;padding:.48rem .68rem;font-size:.72rem}.summary-player-header{background:#63a4ff1f;border-bottom:1px solid rgba(109,171,255,.18);font-weight:760;color:#e2eafaa3;letter-spacing:.06em;text-transform:uppercase}.summary-player-row{border-bottom:1px solid rgba(232,234,240,.04);min-height:60px;transition:background .14s ease,border-color .14s ease,transform .1s ease}.summary-player-row:last-child{border-bottom:none}.summary-player-row.clickable{cursor:pointer}.summary-player-row:hover,.summary-player-row:focus-within{background:#ffffff0d}.summary-player-row:active{transform:translateY(1px)}.summary-player-row.is-selected{border-color:#69abff66;background:linear-gradient(90deg,#4568b84d,#1622554d)}.summary-player-row.is-cold{opacity:.78}.summary-player-row.foul-alert-row{background:#ff950012}.summary-player-row.top-scorer-row .spr-pts{color:#8ff2b8;font-weight:900;text-shadow:0 0 18px rgba(101,226,156,.45)}.sph-name{text-align:left}.sph-stat{text-align:center}.spr-name{display:flex;align-items:center;gap:.32rem;color:#edf1f9f0;font-weight:700;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spr-num{color:#e8eaf06b;font-size:.65rem;min-width:22px}.spr-badge{font-size:.58rem;font-weight:900;border-radius:999px;padding:.08rem .33rem;line-height:1.3}.spr-badge-hot{background:#ff9a5633;color:#ffbe82}.spr-badge-active{color:#6ce7a6;background:#6ce7a624}.spr-badge-warn{color:#ffb5b5;background:#ff82821f}.spr-badge-out{background:#ff3b30;color:#fff;font-size:.6rem}.spr-stat{text-align:left;color:#e8eaf0d1;font-size:.72rem}.spr-stat.spr-pts{text-align:center;font-weight:900;font-size:1.06rem;color:#dff0ff}.spr-stat.stat-zero{opacity:.32}.spr-stat.spr-to-warn{color:#ff9500;font-weight:700}.spr-fouls{text-align:center;font-weight:780}.spr-group{display:flex;flex-direction:column;gap:.12rem}.summary-player-action-panel{border:1px solid rgba(109,171,255,.22);border-radius:12px;background:#0e1434bd;padding:.62rem .72rem}.summary-player-action-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.45rem}.summary-player-action-heading strong{color:#edf5fff2;font-size:.86rem}.summary-player-action-heading span{color:#bdcdeca8;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700}.summary-player-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.summary-players-toolbar{display:flex;align-items:center;justify-content:space-between}.summary-player-sort-wrap{display:flex;align-items:center;gap:.45rem}.summary-inline-select-sort{min-height:34px;padding:.2rem .55rem}.summary-player-suggestions{margin-bottom:.08rem}.summary-collapse-btn{width:100%;text-align:left;border:1px solid rgba(109,171,255,.2);background:#ffffff0a;color:#dae8ffe6;border-radius:9px;min-height:34px;padding:.24rem .54rem;font-size:.74rem;font-weight:760;letter-spacing:.04em;cursor:pointer;margin-bottom:.5rem}.modal.modal-sheet{box-shadow:0 22px 46px #0000006b}.modal-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;padding:.9rem 1.2rem;border-bottom:1px solid rgba(232,234,240,.12);background:#12143452}.modal-top-action{background:transparent;border:none;color:#e8eaf0e6;font-size:.95rem;font-weight:500;min-height:36px;padding:.2rem .35rem;justify-self:start;cursor:pointer}.modal-top-action.muted{justify-self:end;color:#e8eaf06b}.modal-title-center{font-size:1.05rem;font-weight:800;text-align:center;color:#f8fafff2}.modal-subtitle{padding:.75rem 1.25rem .35rem;font-size:.82rem;color:#e8eaf0a8;text-align:center}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.1rem 1.4rem .75rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.modal-title{font-size:1.05rem;font-weight:700}.modal-close{background:#ffffff1a;border:none;color:#e8eaf0;border-radius:50%;width:30px;height:30px;min-height:30px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.made-miss-row{display:flex;gap:.65rem;padding:.85rem 1.4rem;flex-shrink:0}.toggle-btn{flex:1;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.14);border-radius:12px;color:#e8eaf0a6;padding:.65rem;cursor:pointer;font-size:.95rem;font-weight:700;min-height:44px;transition:all .12s}.t-teal{background:var(--result-make-bg-soft);border-color:var(--result-make-border);color:var(--result-make-text)}.t-red{background:var(--result-miss-bg-soft);border-color:var(--result-miss-border);color:var(--result-miss-text)}.made-miss-row .toggle-btn{color:#e8eaf0db;border-width:2px}.made-miss-row .toggle-btn:not(.t-teal):not(.t-red){opacity:.72}.made-miss-row .toggle-btn.t-teal{background:var(--result-make-bg);border-color:var(--result-make-border);color:var(--result-make-text-soft);box-shadow:0 0 0 1px #10b98159,0 8px 18px #10b98129}.made-miss-row .toggle-btn.t-red{background:var(--result-miss-bg);border-color:var(--result-miss-border);color:var(--result-miss-text-soft);box-shadow:0 0 0 1px #ef444459,0 8px 18px #ef444429}.made-miss-row .toggle-btn:hover{transform:translateY(-1px)}.shot-zone-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 1.4rem .9rem}.zone-btn{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0b8;padding:.48rem .42rem;min-height:38px;font-size:.74rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:all .12s}.zone-btn.active{background:#4f8cff2e;border-color:#4f8cff9e;color:#c7dbff;box-shadow:0 0 0 1px #4f8cff54}.modal-team-toggle{display:flex;gap:.6rem;margin:.75rem 1.1rem .1rem}.modal-team-toggle button{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf099;padding:.45rem .7rem;cursor:pointer;font-size:.82rem;font-weight:700;min-height:40px;transition:all .1s}.modal-team-toggle button.t-teal{background:color-mix(in srgb,var(--team-home-color) 15%,transparent);border-color:var(--team-home-color);color:var(--team-home-color)}.modal-team-toggle button.t-red{background:color-mix(in srgb,var(--team-away-color) 15%,transparent);border-color:var(--team-away-color);color:var(--team-away-color)}.modal-subtype-row{display:flex;flex-wrap:wrap;gap:.45rem;padding:.2rem 1.1rem .45rem}.modal-subtype-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#e8eaf0c7;font-size:.74rem;font-weight:700;padding:.35rem .62rem;cursor:pointer;transition:all .1s}.modal-subtype-btn.active{background:#f2c24b30;border-color:#f2c24ba6;color:#f7d67c}.player-list{flex:1;overflow-y:auto;padding:.55rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem}.player-list::-webkit-scrollbar{width:3px}.player-list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.player-card-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem;padding:.95rem 1.1rem 1.1rem}.player-card-grid::-webkit-scrollbar{width:3px}.player-card-grid::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:2px}.player-card{display:flex;align-items:center;gap:.85rem;background:#231f78a3;border:2px solid rgba(232,234,240,.35);border-radius:14px;color:#f2f4ff;padding:.7rem .85rem;cursor:pointer;min-height:118px;text-align:left;transition:transform .08s,border-color .12s,background .12s}.player-card:hover{transform:translateY(-1px);border-color:#4f8cffeb;background:#2c2785c7}.player-avatar{width:72px;height:72px;border-radius:999px;border:2px solid rgba(232,234,240,.95);background:radial-gradient(circle at 30% 30%,#fff,#d6dbec);color:#1b2146;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:900;flex-shrink:0}.player-meta{display:flex;flex-direction:column;gap:.18rem;min-width:0;flex:1}.player-row{display:flex;align-items:center;gap:.9rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:12px;color:#e8eaf0;padding:.65rem 1rem;cursor:pointer;font-size:.92rem;min-height:52px;text-align:left;transition:background .1s}.player-row:hover{background:#ffffff1a}.player-row-selected{border-color:#4f8cff94;background:#4f8cff2e}.pnum{font-weight:900;font-size:1.55rem;line-height:1;color:#e8eaf0f2}.pname{font-weight:800;font-size:1.05rem;line-height:1.15;color:#f5f7fff5;word-break:break-word}.ppts{color:#e8eaf0c7;font-size:.82rem;align-self:flex-end;background:#ffffff14;border-radius:999px;padding:.15rem .45rem}.opponent-card,.team-card{border-style:solid;border-color:#e8eaf094}.opponent-icon{width:72px;height:72px;border-radius:999px;border:2px solid rgba(232,234,240,.86);display:inline-flex;align-items:center;justify-content:center;color:#e8eaf0f2;font-size:1.3rem;flex-shrink:0}.team-row{opacity:.55;border-style:dashed}.team-row.opponent-team-only-row{opacity:1;border-style:solid;border-width:2px;border-color:#e8eaf094;background:#ffffff1f;color:#e8eaf0eb;font-weight:800;box-shadow:0 0 0 1px #e8eaf03d;transition:filter .1s,transform .1s}.team-row.opponent-team-only-row:hover{filter:brightness(1.08);transform:translateY(-1px)}.no-players{text-align:center;color:#e8eaf061;padding:1.5rem 0;font-size:.88rem}@media (max-width: 980px){.modal{max-width:96vw;max-height:92vh}.player-card-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.55rem;padding:.75rem}.player-card{min-height:94px;padding:.55rem .6rem}.player-avatar,.opponent-icon{width:56px;height:56px;font-size:.92rem}.pnum{font-size:1.18rem}.pname{font-size:.9rem}}.settings-page{min-height:100vh;background:#0b1226;overflow-y:auto;padding:0 clamp(.85rem,2.4vw,1.75rem) 2.5rem}.settings-header{display:flex;align-items:center;justify-content:space-between;width:min(100%,1040px);margin:0 auto;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;background:#0b1226;z-index:10}.settings-header h2{font-size:1.05rem;font-weight:700}.back-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;padding:.45rem .9rem;cursor:pointer;font-size:.88rem;font-weight:600;min-height:44px}.save-btn{background:#4f8cff26;border:1.5px solid #4f8cff;border-radius:10px;color:#4f8cff;padding:.45rem 1rem;cursor:pointer;font-size:.88rem;font-weight:700;min-height:44px}.settings-section{width:min(100%,1040px);margin:.8rem auto 0;padding:1.05rem 1.15rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#11182770;box-shadow:0 10px 24px #00000024;display:flex;flex-direction:column;gap:.7rem}.settings-section h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#e8eaf075;margin-bottom:.15rem}.settings-section label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;color:#e8eaf0a6}.settings-section input{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;padding:.55rem .85rem;font-size:1rem;min-height:44px;width:100%}.settings-section input:focus{outline:none;border-color:#4f8cff80}.settings-hero-section{background:linear-gradient(180deg,#182347e6,#11182785);border-color:#4f8cff3d}.settings-overview{display:flex;justify-content:space-between;align-items:flex-start;gap:.9rem;flex-wrap:wrap}.settings-overview-copy{display:flex;flex-direction:column;gap:.35rem}.settings-overview-title{font-size:1.12rem;font-weight:800;color:#f8fafc}.settings-overview-meta{display:flex;flex-wrap:wrap;gap:.45rem}.settings-badge{display:inline-flex;align-items:center;min-height:30px;padding:.2rem .65rem;border-radius:999px;border:1px solid rgba(79,140,255,.28);background:#0b12268c;color:#e8eaf0db;font-size:.76rem;font-weight:700}.settings-grid-2{width:min(100%,1040px);margin:.8rem auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.settings-grid-2>.settings-section{width:auto;margin:0;height:100%}.settings-actions{display:flex;justify-content:flex-end}.team-color-rows{display:flex;flex-direction:column;gap:.55rem}.team-color-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.team-color-input{width:38px!important;height:38px!important;min-width:38px;padding:0;border:2px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff0d;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;overflow:hidden;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.team-color-input:hover{border-color:#ffffff52;transform:translateY(-1px)}.team-color-input::-webkit-color-swatch-wrapper{padding:0}.team-color-input::-webkit-color-swatch{border:none;border-radius:999px}.team-color-input::-moz-color-swatch{border:none;border-radius:999px}.team-color-label{min-width:56px;font-size:.82rem;color:#e8eaf0bf;font-weight:700}.team-color-swatches{display:flex;gap:.55rem;flex-wrap:wrap;flex:1;min-width:220px;align-items:center}.team-color-swatch{width:40px;height:40px;border-radius:999px;border:2px solid rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px #ffffff2e,0 8px 18px #080c1e38;cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.team-color-swatch:hover{transform:translateY(-1px) scale(1.03);border-color:#ffffff5c}.team-color-swatch.selected{border-color:#fff;transform:scale(1.06);box-shadow:0 0 0 3px #ffffff24,0 0 0 5px #4f8cff47,0 10px 22px #080c1e47}.add-player-row{display:flex;gap:.5rem}.num-inp{width:4rem!important;flex-shrink:0}.add-player-row input{flex:1;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;padding:.55rem .85rem;font-size:1rem;min-height:44px}.add-btn{background:#4f8cff24;border:1px solid #4f8cff;border-radius:10px;color:#4f8cff;padding:.55rem 1rem;cursor:pointer;font-weight:700;font-size:.88rem;min-height:44px;white-space:nowrap}.rm-btn{background:#f871711a;border:none;border-radius:6px;color:#f87171;cursor:pointer;padding:.25rem .5rem;font-size:.82rem;min-height:28px}.start-btn{background:#4f8cff26;border:1.5px solid #4f8cff;border-radius:12px;color:#4f8cff;padding:.7rem 1.4rem;cursor:pointer;font-size:.93rem;font-weight:700;min-height:44px;align-self:flex-start}.menu-card{display:flex;align-items:center;justify-content:space-between;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:.85rem 1rem;cursor:pointer;gap:.75rem;transition:background .1s}.menu-card:hover{background:#ffffff17}.menu-card-info{display:flex;flex-direction:column;gap:.2rem;flex:1}.menu-card-title{font-size:.95rem;font-weight:600}.menu-card-sub{font-size:.78rem;color:#e8eaf073}.menu-chev{font-size:1.3rem;color:#e8eaf059}.settings-textarea{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;padding:.6rem .85rem;font-size:.9rem;width:100%;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box}.settings-chip-grid{display:flex;flex-wrap:wrap;gap:.45rem}.settings-chip{border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;border:1.5px solid;transition:background .12s,border-color .12s;min-height:36px}.settings-chip-active{background:#4f8cff2e;border-color:#4f8cff;color:#4f8cff}.settings-chip-inactive{background:#ffffff0d;border-color:#ffffff24;color:#e8eaf080}.settings-textarea{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;padding:.6rem .85rem;font-size:.9rem;width:100%;resize:vertical;font-family:inherit;line-height:1.5}.settings-textarea:focus{outline:none;border-color:#4f8cff80}.team-list-row{display:flex;align-items:center;justify-content:space-between;background:#ffffff0a;border-radius:12px;padding:.65rem .9rem;gap:.75rem}.team-list-info{display:flex;align-items:center;gap:.65rem;flex:1}.team-abbr-badge{background:#4f8cff26;border:1px solid rgba(79,140,255,.3);border-radius:6px;color:#4f8cff;font-size:.72rem;font-weight:800;padding:.15rem .45rem;min-width:2.5rem;text-align:center}.team-list-name{font-size:.93rem;font-weight:600;flex:1}.team-list-count{font-size:.75rem;color:#e8eaf066}.team-list-actions{display:flex;gap:.45rem}.team-list-color{width:14px;height:14px;border-radius:999px;border:1px solid rgba(255,255,255,.24);flex-shrink:0}.edit-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:7px;color:#e8eaf0;padding:.22rem .55rem;cursor:pointer;font-size:.75rem;font-weight:600;min-height:28px}.edit-btn:hover{background:#ffffff1f}.roster-row{display:flex;justify-content:space-between;align-items:center;background:#ffffff0a;border-radius:8px;padding:.38rem .75rem;font-size:.88rem}.roster-info{display:flex;align-items:center;gap:.45rem;flex:1;min-width:0}.r-num{color:#4f8cff;font-weight:800;font-size:.88rem;min-width:2rem;flex-shrink:0}.r-name{font-size:.86rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.r-pos{font-size:.68rem;color:#e8eaf073;background:#ffffff12;padding:.08rem .35rem;border-radius:4px;flex-shrink:0}.r-ht{font-size:.68rem;color:#e8eaf059;flex-shrink:0}.r-grade{font-size:.68rem;color:#e8eaf066;background:#ffffff0f;padding:.08rem .35rem;border-radius:4px;flex-shrink:0}.roster-actions{display:flex;gap:.3rem;flex-shrink:0}.player-edit-row{display:flex;gap:.4rem;align-items:center;background:#4f8cff0f;border:1px solid rgba(79,140,255,.2);border-radius:10px;padding:.5rem .75rem}.player-edit-row input{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf0;padding:.3rem .5rem;font-size:1rem;min-height:44px}.pos-select{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf0;padding:0 .4rem;font-size:1rem;min-height:44px;width:4.5rem;flex-shrink:0;cursor:pointer}.abbr-inp{width:4.2rem!important;flex-shrink:0;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.team-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.team-pick-btn{display:flex;align-items:center;gap:.75rem;background:#ffffff0a;border:1.5px solid rgba(255,255,255,.09);border-radius:12px;color:#e8eaf0;padding:.7rem 1rem;cursor:pointer;text-align:left;min-height:52px;transition:all .12s}.team-pick-btn:hover{background:#ffffff14}.tp-abbr{background:#ffffff1a;border-radius:5px;font-size:.7rem;font-weight:800;padding:.15rem .4rem;min-width:2.4rem;text-align:center}.tp-name{flex:1;font-weight:600;font-size:.93rem}.tp-count{font-size:.75rem;color:#e8eaf066}.dim-text{color:#e8eaf085;font-size:.85rem;line-height:1.45}.ppos{font-size:.7rem;color:#e8eaf066;background:#ffffff12;padding:.1rem .35rem;border-radius:4px}.pick-locked{opacity:.3;cursor:not-allowed}.pick-locked:hover{background:#ffffff0a!important}.date-row{padding:0 1rem .6rem}.date-inp{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e8eaf080;font-size:.78rem;text-align:center;padding:.3rem;min-height:44px;cursor:pointer}.date-inp:focus{outline:none;border-color:#4f8cff66;color:#e8eaf0}.date-inp::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer}.connection-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;font-size:.5rem;line-height:8px;text-align:center}.connection-indicator.online{color:#22c55e}.connection-indicator.offline{color:#ef4444;animation:pulse-offline 1s infinite}@keyframes pulse-offline{0%,to{opacity:1}50%{opacity:.5}}.offline-badge{position:fixed;top:.6rem;left:50%;transform:translate(-50%);background:#f87171;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .7rem;border-radius:20px;z-index:999;letter-spacing:.06em;pointer-events:auto}.offline-queue-banner{position:fixed;top:0;left:0;right:0;z-index:1200;border:0;border-bottom:1px solid rgba(248,113,113,.45);background:linear-gradient(90deg,#b91c1cf5,#dc2626f5);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.02em;text-align:center;padding:.5rem .7rem;cursor:pointer}.pfoul{font-size:.7rem;font-weight:700;color:#f87171;background:#f871711f;padding:.1rem .35rem;border-radius:4px}.pfoul-warn{color:#fbbf24;background:#fbbf2426}.pfoul-out{color:#fff;background:#f87171b3;font-weight:800}.foul-alerts{width:100%;display:flex;flex-direction:column;gap:.2rem;padding:.25rem .75rem}.foul-alert{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:6px;text-align:center}.foul-out-alert{background:#f871712e;border:1px solid rgba(248,113,113,.45);color:#fca5a5}.foul-warn-alert{background:#fbbf241a;border:1px solid rgba(251,191,36,.35);color:#fde68a}.save-btn:disabled{opacity:.45;cursor:not-allowed}.setup-errors{list-style:none;display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding:.55rem .8rem;background:#f8717114;border:1px solid rgba(248,113,113,.3);border-radius:8px;font-size:.8rem;color:#fca5a5}.start-btn:disabled{opacity:.4;cursor:not-allowed}.coach-link-btn{display:block;text-align:center;font-size:.75rem;font-weight:600;color:#4f8cffa6;text-decoration:none;padding:.25rem}.coach-link-btn:hover{color:#4f8cff;text-decoration:underline}.pending-badge{display:inline-flex;align-items:center;gap:.2rem;background:#f8717126;border:1px solid rgba(248,113,113,.35);border-radius:20px;color:#f87171;font-size:.7rem;font-weight:700;padding:.15rem .55rem;cursor:pointer}.end-game-section{padding:.5rem 0 .6rem;display:flex;flex-direction:column;gap:.45rem}.end-game-divider{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem}.end-game-divider:before,.end-game-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.end-game-divider span{font-size:.6rem;font-weight:700;letter-spacing:.12em;color:#e8eaf059;white-space:nowrap}.submit-area{padding:.5rem 1rem .8rem;display:flex;flex-direction:column;gap:.45rem;border-top:1px solid rgba(255,255,255,.06);margin-top:.25rem}.submit-meta{display:flex;gap:.4rem;align-items:center}.opp-inp{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#e8eaf0;font-size:.78rem;padding:.35rem .6rem;min-height:44px;outline:none}.opp-inp::placeholder{color:#e8eaf04d}.opp-inp:focus{border-color:#4f8cff66}.vc-side-toggle{display:flex;border-radius:8px;overflow:hidden;flex-shrink:0}.vc-side-toggle .tt-btn{font-size:.7rem;padding:.3rem .55rem;border-radius:0}.submit-btn{width:100%;padding:.55rem 1rem;min-height:44px;border-radius:10px;font-size:.82rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background .15s,opacity .15s;background:#4f8cff26;border:1px solid rgba(79,140,255,.4);color:#4f8cff}.submit-btn:hover:not(:disabled){background:#4f8cff40}.submit-btn:disabled{opacity:.55;cursor:default}.submit-btn.submit-success{background:#4f8cff33;border-color:#4f8cff;color:#4f8cff}.submit-btn.submit-error{background:#f8717126;border-color:#f8717180;color:#f87171}.submit-banner{margin-top:.65rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#e8eaf0c7;padding:.65rem .8rem;font-size:.78rem;line-height:1.35;min-height:3rem}.submit-banner-idle{border-color:#ffffff1f}.submit-banner-pending{border-color:#4f8cff6b;background:#4f8cff1a;color:#99f6e4}.submit-banner-success{border-color:#4f8cff73;background:#4f8cff1f;color:#ccfbf1}.submit-banner-error{border-color:#f8717173;background:#f871711f;color:#fecaca}@media (max-width: 820px){.submit-meta{flex-wrap:wrap;align-items:stretch}.opp-inp{width:100%;flex-basis:100%}.vc-side-toggle{width:100%}.vc-side-toggle .tt-btn{flex:1}}.pregame-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:radial-gradient(circle at top center,rgba(79,140,255,.18),transparent 0 42%),linear-gradient(180deg,#081224,#0b1226)}.pregame-card{background:linear-gradient(180deg,#122347f2,#0c1833f0);border:1px solid rgba(79,140,255,.22);border-radius:22px;padding:1.4rem 1.4rem 1.2rem;width:100%;max-width:620px;display:flex;flex-direction:column;gap:1rem;box-shadow:0 22px 48px #0000004d}.pregame-header{text-align:center;display:flex;flex-direction:column;gap:.2rem}.pregame-eyebrow{display:block;font-size:.68rem;font-weight:800;letter-spacing:.22em;color:#8fb7ff;text-transform:uppercase;margin-bottom:.15rem}.pregame-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.05}.pregame-opponent-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.75rem}.pregame-team{flex:1;text-align:center}.pregame-team-pill{--pregame-team-color: #4f8cff;display:flex;flex-direction:column;justify-content:center;gap:.15rem;min-height:58px;padding:.58rem .65rem;border-radius:14px;border:1px solid color-mix(in srgb,var(--pregame-team-color) 55%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--pregame-team-color) 22%,transparent),color-mix(in srgb,var(--pregame-team-color) 10%,transparent));box-shadow:inset 0 1px #ffffff0f}.pregame-team-role{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--pregame-team-color) 86%,#f3f5fb)}.pregame-team-name{font-size:1.01rem;font-weight:750;color:color-mix(in srgb,var(--pregame-team-color) 90%,#ffffff);line-height:1.2}.pregame-team-name-empty{color:color-mix(in srgb,var(--pregame-team-color) 66%,#fca5a5);font-style:italic}.pregame-vs{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;font-size:.78rem;font-weight:800;color:#e8eaf08c;flex-shrink:0;text-transform:uppercase}.pregame-opp-input{width:100%;background:#ffffff12;border:1.5px solid rgba(255,255,255,.18);border-radius:12px;color:#e8eaf0;font-size:.98rem;font-weight:600;text-align:center;padding:.65rem .75rem;min-height:48px;outline:none}.pregame-opp-input::placeholder{color:#e8eaf047}.pregame-opp-input:focus{border-color:#4f8cff80}.pregame-meta{display:flex;flex-direction:column;gap:.65rem;padding:1rem;background:#ffffff08;border-radius:12px}.pregame-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pregame-meta-row-full{flex-direction:column;align-items:flex-start;gap:.4rem}.pregame-notes-input{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf0;font-size:.88rem;padding:.45rem .65rem;resize:vertical;outline:none;font-family:inherit;line-height:1.45}.pregame-notes-input:focus{border-color:#4f8cff66}.pregame-notes-input::placeholder{color:#e8eaf047}.pregame-meta-label{font-size:.72rem;font-weight:600;color:#e8eaf066;text-transform:uppercase;letter-spacing:.08em;min-width:3rem}.pregame-date-inp{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf0;font-size:.88rem;padding:.3rem .6rem;min-height:38px;cursor:pointer;outline:none}.pregame-date-inp:focus{border-color:#4f8cff66}.pregame-date-inp::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer}.pregame-id-inp{width:100%;max-width:180px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf0;font-size:.88rem;padding:.3rem .6rem;min-height:38px;outline:none;text-align:center;font-weight:700}.pregame-id-inp:focus{border-color:#4f8cff73}.pregame-lineup{display:flex;flex-direction:column;gap:.55rem;padding:.9rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}.pregame-lineup-head{display:flex;align-items:center;justify-content:space-between}.pregame-lineup-title{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#e8eaf09e;text-transform:uppercase}.pregame-lineup-count{font-size:.72rem;font-weight:800;color:#4f8cff}.pregame-lineup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.pregame-lineup-player{border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#10122db3;color:#e8eaf0;min-height:50px;padding:.4rem .5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.12rem;text-align:left;cursor:pointer;transition:all .12s}.pregame-lineup-player:hover{border-color:#4f8cff99;background:#17214ad1}.pregame-lineup-player.is-selected{border-color:#4f8cff;background:#4f8cff1f}.pregame-lineup-number{font-size:.76rem;font-weight:800;color:#4f8cff}.pregame-lineup-name{font-size:.8rem;font-weight:600;color:#e8eaf0e6;line-height:1.1}.pregame-lineup-empty{font-size:.82rem;color:#e8eaf080;text-align:center;padding:.25rem 0}.pregame-side-toggle{display:flex;gap:.4rem}.pregame-side-toggle .tt-btn{font-size:.78rem;padding:.3rem .85rem;min-height:36px}.pregame-error{font-size:.82rem;color:#fca5a5;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px;padding:.5rem .75rem}.pregame-start-btn{width:100%;padding:.9rem 1.5rem;min-height:58px;border-radius:14px;font-size:1.15rem;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:all .15s;background:#4f8cff29;border:2px solid #4f8cff;color:#4f8cff}.pregame-start-btn:hover:not(:disabled){background:#4f8cff45;box-shadow:0 0 18px #4f8cff2e}.pregame-start-btn:disabled{opacity:.32;cursor:not-allowed}.pregame-connect-btn{width:100%;min-height:46px;border-radius:12px;border:1px solid rgba(79,140,255,.42);background:#4f8cff1f;color:#7ff3df;font-size:.88rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .12s}.pregame-connect-btn:hover{background:#4f8cff33;border-color:#4f8cff;color:#ccfbf1}.pregame-settings-callout{width:100%;display:flex;flex-direction:column;align-items:center;gap:.18rem;margin-top:.08rem}.pregame-settings-link{background:transparent;border:none;color:#e8eaf085;font-size:.84rem;font-weight:700;cursor:pointer;min-height:44px;padding:.25rem .6rem;display:inline-flex;align-items:center;justify-content:center;align-self:center;transition:color .1s}.pregame-settings-link:hover{color:#e8eaf0cc}.pregame-settings-hint{color:#e8eaf06b;font-size:.74rem;text-align:center;max-width:36rem}.pregame-device-id{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(79,140,255,.2);border-radius:12px}.pregame-device-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.pregame-device-label{font-size:.68rem;font-weight:800;letter-spacing:.1em;color:#e8eaf07a;text-transform:uppercase;white-space:nowrap}.pregame-device-input{width:100%;min-height:42px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#e8eaf0;font-size:.84rem;font-weight:700;padding:.35rem .65rem;outline:none}.pregame-device-input:focus{border-color:#4f8cff73}.pregame-device-value{flex:1;font-size:.82rem;font-weight:700;color:#e8eaf0;padding:.25rem;letter-spacing:.03em}.pregame-device-copy-btn{padding:.55rem .9rem;min-height:42px;background:#4f8cff24;border:1px solid rgba(79,140,255,.35);border-radius:10px;color:#cfe6ff;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s,transform .12s}.pregame-device-copy-btn:hover{background:#4f8cff38;border-color:#4f8cff80;transform:translateY(-1px)}.pregame-lineup-btn{width:100%;padding:.8rem 1rem;min-height:48px;border-radius:12px;font-size:.95rem;font-weight:800;cursor:pointer;background:#4f8cff1a;border:1.5px solid rgba(79,140,255,.35);color:#7ff3df;transition:all .12s}.pregame-lineup-btn:hover{background:#4f8cff2e;border-color:#4f8cff}.pregame-lineup-btn.lineup-is-set{background:#10b9811a;border-color:#10b98180;color:#6ee7b7}.pregame-lineup-btn.lineup-is-set:hover{background:#10b9812e;border-color:#10b981}.pregame-lineup-btn.lineup-required{background:#f2c24b14;border-color:#f2c24b8c;color:#f2c24b;animation:lineup-pulse 2.2s ease-in-out infinite}@keyframes lineup-pulse{0%,to{border-color:#f2c24b8c}50%{border-color:#f2c24bf2}}.pregame-lineup-setup{display:flex;flex-direction:column;gap:.8rem;padding:1rem 1.2rem;background:#4f8cff0f;border:1px solid rgba(79,140,255,.2);border-radius:12px}.lineup-setup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.lineup-setup-title{font-size:.9rem;font-weight:800;color:#e8eaf0f2;text-align:left}.lineup-setup-subtitle{margin-top:.15rem;font-size:.72rem;color:#e8eaf08f}.lineup-setup-status{align-self:flex-start;padding:.22rem .55rem;border-radius:999px;background:#4f8cff1f;border:1px solid rgba(79,140,255,.28);color:#a8c8ff;font-size:.72rem;font-weight:800}.lineup-cancel-btn{border:1px solid rgba(255,255,255,.16);background:#ffffff0a;color:#e8eaf0d1;border-radius:10px;min-height:38px;padding:.45rem .8rem;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap}.lineup-cancel-btn:hover{background:#ffffff14}.lineup-player-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.lineup-player-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.65rem .5rem;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.12);border-radius:10px;color:#e8eaf0;cursor:pointer;min-height:64px;transition:all .12s;position:relative}.lineup-player-btn:hover{background:#ffffff14;border-color:#fff3}.lineup-player-btn.lineup-player-selected{background:#4f8cff1f;border-color:#4f8cff}.lineup-player-num{font-size:.85rem;font-weight:800;color:#4f8cff}.lineup-player-name{font-size:.75rem;font-weight:600;text-align:center;line-height:1.1;word-break:break-word}.lineup-player-badge{position:absolute;top:-2px;right:-2px;width:20px;height:20px;border-radius:50%;background:#4f8cff;color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:900}.lineup-setup-actions{display:grid;grid-template-columns:.9fr 1.3fr;gap:.6rem;align-items:stretch}.lineup-clear-btn{padding:.65rem .8rem;min-height:42px;background:#f871711a;border:1px solid rgba(248,113,113,.25);border-radius:10px;color:#f87171;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .12s}.lineup-clear-btn:hover{background:#f871712e}.lineup-save-btn{padding:.65rem .8rem;min-height:42px;background:#4f8cff1f;border:1px solid rgba(79,140,255,.35);border-radius:10px;color:#7ff3df;font-size:.8rem;font-weight:800;cursor:pointer;transition:all .12s}.lineup-save-btn:hover{background:#4f8cff33}.toggle-btn{padding:.45rem .75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#e8eaf099;font-size:.78rem;font-weight:700;cursor:pointer;min-height:36px;transition:all .12s}.toggle-btn:hover{background:#ffffff1a;color:#e8eaf0}.toggle-btn.active{background:#4f8cff1f;border-color:#4f8cff59;color:#7ff3df}.roster-panel{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding:.5rem 0;flex:1;justify-content:center}.roster-panel::-webkit-scrollbar{width:3px}.roster-panel::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.roster-section{display:flex;flex-direction:column;gap:.35rem}.roster-section-title{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e8eaf066;padding:.35rem .75rem .15rem}.roster-section-title{display:flex;align-items:center;justify-content:space-between}.roster-empty-hint{font-size:.68rem;color:#e8eaf066;padding:.2rem .75rem .3rem;margin:0;text-align:center;width:100%}.roster-reset-btn{font-size:.6rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:4px;color:#e8eaf08c;padding:.15rem .45rem;cursor:pointer;transition:background .12s}.roster-reset-btn:hover{background:#ff3b302e;color:#ff3b30;border-color:#ff3b3059}.roster-list{display:flex;flex-direction:column;gap:.3rem}.roster-player{display:flex;flex-direction:column;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:8px;min-height:40px;transition:all .12s;overflow:hidden}.roster-player.on-court{background:#4f8cff14;border-color:#4f8cff33}.roster-player.bench{opacity:.75}.roster-player.bench{display:flex;flex-direction:row;align-items:center;gap:.6rem;padding:.45rem .65rem}.roster-player-num{font-size:.82rem;font-weight:900;color:#4f8cff;min-width:28px;text-align:center}.roster-player-info{display:flex;flex-direction:column;gap:.05rem;flex:1;min-width:0}.roster-player-name{font-size:.8rem;font-weight:600;color:#e8eaf0eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-player-stats{font-size:.7rem;font-weight:700;color:#e8eaf0c7;letter-spacing:.01em}.roster-sub-btn{flex-shrink:0;width:28px;height:28px;min-height:28px;min-width:28px;border-radius:6px;background:#f871711a;border:1px solid rgba(248,113,113,.25);color:#f87171;font-size:.75rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.roster-sub-btn:hover{background:#f8717133;border-color:#f8717166}.roster-player-tap{display:flex;align-items:center;gap:.6rem;flex:1;min-height:40px;background:transparent;border:none;color:inherit;text-align:left;cursor:pointer;padding:.45rem .65rem;font-family:inherit;width:100%}.roster-player-active{background:#4f8cff24!important;border-color:#4f8cff73!important}.roster-foul-badge{flex-shrink:0;font-size:.64rem;font-weight:800;padding:.1rem .32rem;border-radius:999px;border:1px solid rgba(232,234,240,.22);color:#e8eaf0a6;background:#ffffff0f}.foul-badge-warn{border-color:#fbbf248c;color:#fbbf24;background:#fbbf241a}.foul-badge-out{border-color:#f871718c;color:#f87171;background:#f871711a}.player-quick-actions{display:flex;flex-wrap:wrap;gap:.3rem;padding:.4rem .5rem .35rem;border-top:1px solid rgba(79,140,255,.2);background:#4f8cff0d}.pqa-btn{min-height:36px;padding:0 .42rem;border-radius:8px;font-size:.68rem;font-weight:800;letter-spacing:.02em;border:1.5px solid rgba(255,255,255,.16);background:#ffffff0d;color:#e8eaf0d1;cursor:pointer;flex:1 1 calc(33% - .3rem);touch-action:manipulation;font-family:inherit}.pqa-btn:active{opacity:.65}.pqa-make.pqa-2pt{border-color:var(--result-make-border);color:var(--result-make-text);background:var(--result-make-bg-soft)}.pqa-miss.pqa-2pt{border-color:var(--result-miss-border);color:var(--result-miss-text);background:var(--result-miss-bg-soft)}.pqa-make.pqa-3pt{border-color:var(--result-make-border);color:var(--result-make-text);background:var(--result-make-bg-soft)}.pqa-miss.pqa-3pt{border-color:var(--result-miss-border);color:var(--result-miss-text);background:var(--result-miss-bg-soft)}.pqa-ft{border-color:#10b98159;color:#a7f3d0}.pqa-reb{border-color:#4f8cff80;color:#93c5fd}.pqa-foul{border-color:#f59e0ba6;color:#fcd34d;background:#f59e0b1a}.pqa-to{border-color:#ef444480;color:#fca5a5;background:#ef444414}.pqa-stl{border-color:#22c55e8c;color:#86efac}.pqa-asst{border-color:#a855f78c;color:#d8b4fe}.pqa-blk{border-color:#fb923c8c;color:#fdba74}.pqa-sub{border-color:#f8717166;color:#fca5a5}.right-panel-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:.5rem}.clock-admin-row{margin-top:.3rem}.clock-admin-toggle{width:100%;background:transparent;border:none;color:#e8eaf047;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.18rem 0;cursor:pointer;text-align:center;font-family:inherit}.clock-admin-toggle:hover{color:#e8eaf085}.clock-show-btn{width:100%;background:transparent;border:none;color:#e8eaf04d;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.22rem 0;cursor:pointer;text-align:center;font-family:inherit}.clock-show-btn:hover{color:#e8eaf08c}.clock-admin-controls{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.3rem}.live-game-actions{display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem}.end-game-btn{width:100%;padding:.6rem 1rem;min-height:48px;border-radius:12px;font-size:.88rem;font-weight:700;letter-spacing:.03em;cursor:pointer;background:#f871711f;border:1.5px solid rgba(248,113,113,.45);color:#f87171;transition:all .12s}.end-game-btn:hover{background:#f8717133}.postgame-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:#0b1226}.postgame-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem 2rem 1.5rem;width:100%;max-width:460px;display:flex;flex-direction:column;gap:1.25rem}.postgame-header{text-align:center}.postgame-eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.18em;color:#f87171;text-transform:uppercase;margin-bottom:.35rem}.postgame-title{font-size:1.15rem;font-weight:700;color:#e8eaf0d9}.postgame-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.postgame-field{display:flex;flex-direction:column;gap:.35rem}.postgame-field-wide{grid-column:span 2}.postgame-field-label{font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;color:#e8eaf080;font-weight:700}.postgame-input{width:100%;min-height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#14162bcc;color:#e8eaf0;padding:.45rem .7rem;font-size:.92rem;outline:none}.postgame-input:focus{border-color:#4f8cff73}.postgame-input::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}.postgame-score{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px}.postgame-score-team{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.postgame-score-name{font-size:.7rem;font-weight:700;letter-spacing:.07em;color:#e8eaf073;text-transform:uppercase}.postgame-score-input{width:100%;max-width:100px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#14162bd1;color:#e8eaf0;font-size:2.2rem;font-weight:900;line-height:1;text-align:center;padding:.3rem .25rem}.postgame-score-input:focus{outline:none;border-color:#4f8cff80}.postgame-score-sep{font-size:1.4rem;color:#e8eaf02e;font-weight:300}.coach-connect-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.5rem;min-height:58px;border-radius:14px;font-size:1.05rem;font-weight:800;letter-spacing:.03em;cursor:pointer;transition:all .15s;background:#4f8cff29;border:2px solid #4f8cff;color:#4f8cff;text-align:center;text-decoration:none}.coach-connect-btn:hover{background:#4f8cff45;box-shadow:0 0 18px #4f8cff2e}.postgame-retry-btn{width:100%;padding:.5rem 1rem;min-height:42px;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#e8eaf08c;transition:all .12s}.postgame-retry-btn:hover:not(:disabled){background:#ffffff17;color:#e8eaf0}.postgame-retry-btn:disabled{opacity:.45;cursor:default}.postgame-apply-btn{width:100%;padding:.55rem 1rem;min-height:44px;border-radius:10px;font-size:.84rem;font-weight:700;cursor:pointer;background:#4f8cff1f;border:1px solid rgba(79,140,255,.45);color:#7ff3df;transition:all .12s}.postgame-apply-btn:hover{background:#4f8cff33}.postgame-reset-btn,.postgame-discard-btn{width:100%;min-height:42px;border-radius:10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .12s}.postgame-reset-btn{padding:.5rem 1rem;background:#fbbf241f;border:1px solid rgba(251,191,36,.45);color:#fcd34d}.postgame-reset-btn:hover{background:#fbbf2433}.postgame-discard-btn{padding:.5rem 1rem;background:#f871711f;border:1px solid rgba(248,113,113,.45);color:#fca5a5}.postgame-discard-btn:hover{background:#f8717133}.postgame-new-btn{width:100%;padding:.65rem 1.5rem;min-height:48px;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#e8eaf0a6;transition:all .12s}.postgame-new-btn:hover{background:#ffffff1a;color:#e8eaf0}.postgame-more-actions{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff08;padding:.15rem}.postgame-more-actions>summary{list-style:none;cursor:pointer;min-height:42px;display:flex;align-items:center;justify-content:center;color:#e8eaf0b8;font-size:.82rem;font-weight:700;letter-spacing:.03em;border-radius:10px;transition:background .12s,color .12s}.postgame-more-actions>summary::-webkit-details-marker{display:none}.postgame-more-actions>summary:hover{background:#ffffff0f;color:#e8eaf0}.postgame-more-actions[open]>summary{margin-bottom:.5rem;background:#ffffff12}.postgame-more-actions[open]>button{margin-bottom:.45rem}.postgame-more-actions[open]>button:last-child{margin-bottom:0}@media (max-width: 820px){:root{--live-bottom-nav-h: 134px}.settings-grid-2,.team-picker{grid-template-columns:1fr}.settings-actions{justify-content:stretch}.settings-actions .save-btn{width:100%}.inline-notice{width:calc(100vw - 1rem);top:calc(env(safe-area-inset-top) + .45rem);padding:.62rem .68rem;font-size:.8rem}.inline-notice-close{min-height:34px;padding:.24rem .52rem}.confirm-actions{grid-template-columns:1fr}.game-layout{grid-template-columns:1fr;height:auto;min-height:100vh;overflow-y:auto}.left-panel,.center-panel,.right-panel{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.left-panel,.center-panel,.right-panel{overflow:visible}.left-panel{gap:.65rem;padding:1rem .85rem}.shot-grid{gap:.7rem}.shot-grid-team-label{font-size:.7rem}.left-panel .circle{max-width:12rem}.panel-foot{padding-top:.35rem}.live-game-actions{gap:.3rem;padding-top:.2rem}.end-game-btn{min-height:44px;padding-block:.5rem}.coach-link-btn{padding:.1rem}.live-bottom-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding-inline:.75rem}.live-nav-btn{font-size:.84rem}.live-nav-btn-end{grid-column:span 2}.score-device-id{font-size:.68rem}.pregame-screen,.postgame-screen{padding:.8rem}.pregame-card,.postgame-card{padding:1rem;border-radius:14px}.pregame-title{font-size:1.25rem}.pregame-device-id,.pregame-opponent-row,.pregame-meta-row{grid-template-columns:1fr;display:grid}.pregame-device-copy-btn{width:100%}.pregame-vs{justify-self:center}.lineup-setup-head,.lineup-setup-actions{grid-template-columns:1fr;display:grid}.postgame-title{font-size:1rem}.postgame-edit-grid{grid-template-columns:1fr}.postgame-field-wide{grid-column:span 1}}.chain-prompt{position:fixed;bottom:3.6rem;left:50%;transform:translate(-50%);z-index:900;display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem .6rem 1.1rem;background:#1c1b3cf7;border:1px solid rgba(120,120,200,.35);border-radius:1rem;box-shadow:0 4px 24px #0000008c;max-width:min(96vw,580px);width:max-content;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:chain-slide-up .18s ease-out}@keyframes chain-slide-up{0%{opacity:0;transform:translate(-50%) translateY(14px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.chain-prompt-label{font-size:.82rem;color:#e8eaf0bf;white-space:nowrap;flex-shrink:0}.chain-prompt-made{font-weight:700;color:#22c55e}.chain-prompt-actions{display:flex;gap:.45rem;align-items:center;flex-shrink:0}.chain-btn{padding:.45rem .9rem;border-radius:.55rem;border:1px solid rgba(120,120,200,.4);background:#ffffff0f;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s,box-shadow .12s;min-width:56px;text-align:center}.chain-btn:active{background:#ffffff24}.chain-btn-primary{background:transparent}.chain-btn-primary:hover{background:#ffffff1a}.chain-btn-secondary{background:transparent}.chain-btn-secondary:hover{background:#ffffff14}.chain-btn-skip{color:#e8eaf073;border-color:#7878c833;font-weight:400;font-size:.78rem}.chain-btn-skip:hover{color:#e8eaf0b3;background:#ffffff0d}@media (max-width: 480px){.chain-prompt{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;width:calc(100vw - 1.5rem);bottom:3.4rem}.chain-prompt-actions{width:100%;justify-content:flex-end}}
