:root{--bg: #0f1419;--surface: #1a222c;--surface2: #232d3a;--scorecard: #1a1f26;--scorecard-inset: #222831;--border: #2d3a4a;--text: #e8eef4;--muted: #8b9aab;--accent: #2ea043;--accent-dim: #238636;--warn: #d4a72c;--danger: #da3633;--field: #143d29;--ondeck: #1e3a5f;--offdeck: #5c2d2d;--radius: 10px;--font: "Segoe UI", system-ui, sans-serif;--timer-display-size: clamp(1.85rem, 10vmin, 2.35rem)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.4}.app{max-width:1200px;margin:0 auto;padding:1rem 1rem 2rem}.game-bar__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.game-bar__row--center{justify-content:center;width:100%}.timer-scorecards{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .65rem;width:100%}.timer-scorecard{display:flex;flex-direction:column;min-width:0;padding:.65rem .6rem;border-radius:var(--radius);background:var(--scorecard);border:1px solid var(--border)}.timer-scorecard__clock-block{display:flex;flex-direction:column;gap:.6rem;width:100%}.timer-scorecard__clock-block--stacked{gap:.35rem}.timer-scorecard__time-strip{width:100%;margin:0;padding:.4rem .55rem;border:1px solid var(--border);border-radius:8px;background:var(--scorecard-inset);color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;text-align:center;min-height:calc(var(--timer-display-size) * 1.2);display:flex;align-items:center;justify-content:center;font:inherit}.timer-scorecard__time-strip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.timer-scorecard__time-strip--running{border-color:var(--accent-dim);background:#2ea0431f}.timer-scorecard__custom-readout-full{display:flex;width:100%;min-height:calc(var(--timer-display-size) * 1.2);align-items:stretch}.timer-scorecard__custom-readout-full>button{flex:1 1 100%;width:100%;justify-content:center}.timer-scorecard__custom-readout-full .timer-scorecard__digits--set,.timer-scorecard__custom-readout-full .timer-scorecard__countdown-tap{text-align:center}.timer-scorecard__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem;width:100%}.btn-timer-card{padding:.35rem .65rem;font-size:.78rem;font-weight:600;border-radius:6px;border:1px solid var(--border);background:var(--surface2);color:var(--text);cursor:pointer;min-height:36px}.btn-timer-card:disabled{opacity:.45;cursor:not-allowed}.btn-timer-card--go{border-color:var(--accent);background:#2ea04333;color:#b4f0c4}.timer-scorecard__clock-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:.5rem;width:100%;min-height:calc(var(--timer-display-size) * 1.15)}.timer-scorecard__clock-row--custom{align-items:flex-end}.timer-scorecard__kicker{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600;line-height:1.2;align-self:flex-start;padding-top:.15rem}.timer-scorecard__digits{font-variant-numeric:tabular-nums;font-size:var(--timer-display-size);font-weight:700;color:var(--text);line-height:1}.timer-scorecard__digits--set{margin:0;padding:0;border:none;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:var(--timer-display-size);font-weight:700;line-height:1;-webkit-user-select:none;user-select:none;touch-action:manipulation;text-align:right;min-width:0}.timer-scorecard__custom-readout{display:flex;align-items:flex-end;justify-content:flex-end;flex:1 1 auto;min-width:0;min-height:var(--timer-display-size)}.timer-scorecard__countdown-tap{margin:0;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;text-align:right;line-height:1}.timer-scorecard__countdown-tap span{font-variant-numeric:tabular-nums;font-size:var(--timer-display-size);font-weight:700;line-height:1}.timer-scorecard__countdown-tap[hidden]{display:none!important}@keyframes countdown-at-zero-flash{0%,to{color:var(--text);background-color:transparent}50%{color:#ffb4b4;background-color:#da363359}}.timer-scorecard__countdown-tap--at-zero{border-radius:8px;animation:countdown-at-zero-flash .85s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.timer-scorecard__countdown-tap--at-zero{animation:none;color:#ff8a8a;background-color:#da363338}}.game-bar__row--scores{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:.65rem 1rem;width:100%;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.game-bar__score{container-type:inline-size;container-name:score;display:flex;flex-direction:column;align-items:center;flex:1 1 0;min-width:0;gap:.35rem}.game-bar__score .label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);text-align:center}.btn--score{width:100%;max-width:10rem;aspect-ratio:1;max-height:min(28vw,9rem);margin:0 auto;flex:0 0 auto;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;border-radius:10px;border:1px solid var(--border);background:var(--scorecard-inset);color:var(--text);cursor:pointer}.game-bar__row--team-below{width:100%;display:flex;justify-content:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.game-bar__row--team-below .game-bar__team{width:100%;max-width:36rem}.add-player__label .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.game-bar__player-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.game-bar__hint{margin:.5rem 0 0;font-size:.875rem;color:var(--muted);min-height:1.25rem;text-align:center}.game-bar__row--add{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.game-bar__row--add .add-player{width:100%}.game-bar__row--subs{margin-top:.75rem}.add-player{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem}.add-player__label{flex:0 0 auto;cursor:pointer}.add-player input{flex:1 1 auto;min-width:0;width:100%;max-width:none;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);color:var(--text);font:inherit}.add-player .btn{flex:0 0 auto}.btn{padding:.5rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);color:var(--text);font:inherit;cursor:pointer;min-height:44px;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.btn--score{padding:.12rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;font-size:clamp(2.5rem,min(32vmin,38vw),6rem);font-size:clamp(2.5rem,min(64cqi,36vmin),6rem)}.btn-score__glyph{display:inline-block;line-height:1;transform:translateY(-.07em)}.btn--primary{background:var(--accent-dim);border-color:var(--accent);color:#fff}.btn--warn{background:#3d3420;border-color:var(--warn);color:#f8e6b5}.btn--accent{background:#1f4d2f;border-color:var(--accent);color:#fff}.match-row{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:.75rem;margin-top:1.25rem}@media(max-width:800px){.match-row{grid-template-columns:1fr}}.zone{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;min-height:12rem;background:var(--surface)}.zone--field{background:linear-gradient(180deg,#173828 0%,var(--surface) 100%);border-color:#2d6b4a}.zone--ondeck{background:linear-gradient(180deg,var(--ondeck) 0%,var(--surface) 100%)}.zone--offdeck{background:linear-gradient(180deg,var(--offdeck) 0%,var(--surface) 100%)}.zone__title{margin:0 0 .25rem;font-size:1rem;font-weight:600}.zone__help{margin:0 0 .75rem;font-size:.8rem;color:var(--muted)}.zone__body{display:flex;flex-direction:column;gap:.5rem;min-height:6rem}.zone__body--bench{flex-direction:column}.bench-section{margin-top:1.25rem}.bench-section__title{margin:0 0 .5rem;font-size:1.05rem}.bench-section .hint{font-weight:400;font-size:.85rem;color:var(--muted)}.player-card{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:.45rem;padding:.5rem .55rem;min-height:52px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);-webkit-user-select:none;user-select:none;touch-action:manipulation}.player-card__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.player-card__row--name{width:100%;text-align:left}.player-card__name{font-weight:600;display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.player-card__row--times{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;justify-content:space-between;gap:.65rem;width:100%;font-size:.8rem;line-height:1.25}.player-card__timer-pair{display:flex;flex-direction:row;align-items:baseline;gap:.3rem;min-width:0;flex:1 1 0}.player-card__timer-label{color:var(--muted);font-weight:500;flex:0 0 auto;text-transform:lowercase}.player-card__timer-value{font-variant-numeric:tabular-nums;color:var(--text);flex:0 0 auto;font-weight:600}.player-card__actions{display:flex;flex-wrap:nowrap;flex:0 0 auto;align-items:center;justify-content:flex-end;align-self:center;gap:.35rem;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.player-card__actions::-webkit-scrollbar{height:4px}.player-card__actions::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.btn-zone{flex:0 0 auto;min-height:48px;padding:.45rem .55rem;font-size:.8125rem;font-weight:600;line-height:1.15;white-space:nowrap;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent}.btn-zone:active{filter:brightness(1.12)}.btn-zone--remove{flex:0 0 48px;min-width:48px;max-width:48px;padding:0;font-size:1.1rem;line-height:1;font-weight:700;border-color:var(--danger);color:#f0b4b3;background:#da363326}.btn-zone--remove:active{filter:brightness(1.15)}.history-section{margin-top:1.5rem}.history-section__title{margin:0 0 .5rem;font-size:1.05rem}.history-section__help{margin:0 0 .75rem;font-size:.85rem;color:var(--muted);max-width:52rem}.history-section__actions{margin-top:1rem;display:flex;justify-content:center}.history-section__actions .btn{min-height:44px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}.table-wrap--sheet{background:#0d1117}.history-sheet{--history-cell-size: 2.75rem;border-collapse:collapse;font-size:.85rem;width:max(100%,max-content);table-layout:auto}.history-sheet th,.history-sheet td{text-align:center;border:1px solid #3d4a5c;vertical-align:middle}.history-sheet thead th{background:#21262d;color:var(--text);font-weight:600;font-size:.8rem}.history-sheet__col-name{text-align:left!important;min-width:8rem;max-width:14rem;width:10rem;position:sticky;left:0;z-index:2;box-shadow:1px 0 #3d4a5c;padding:0 .5rem;height:var(--history-cell-size);min-height:var(--history-cell-size);box-sizing:border-box}.history-sheet thead th.history-sheet__col-snap{width:var(--history-cell-size);min-width:var(--history-cell-size);max-width:var(--history-cell-size);height:var(--history-cell-size);min-height:var(--history-cell-size);padding:0;box-sizing:border-box}.history-sheet__col-snap--empty{font-weight:400}.history-sheet tbody tr:nth-child(2n) td.history-sheet__cell--off{background:#ffffff05}.history-sheet__name{text-align:left!important;font-weight:500;position:sticky;left:0;z-index:1;background:var(--surface2);box-shadow:1px 0 #3d4a5c;border-right:1px solid #3d4a5c;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem;height:var(--history-cell-size);min-height:var(--history-cell-size);max-height:var(--history-cell-size);box-sizing:border-box;line-height:var(--history-cell-size)}.history-sheet tbody tr:nth-child(2n) .history-sheet__name{background:#252e38}.history-sheet tbody td.history-sheet__cell{width:var(--history-cell-size);min-width:var(--history-cell-size);max-width:var(--history-cell-size);height:var(--history-cell-size);min-height:var(--history-cell-size);max-height:var(--history-cell-size);padding:0;box-sizing:border-box}.history-sheet__cell--on{background:#2ea04352}.history-sheet__cell--off{background:transparent}.history-sheet__cell--na{background:#8b9aab0f}.history-sheet tbody tr:hover td:not(.history-sheet__name){filter:brightness(1.08)}.empty-placeholder{color:var(--muted);font-size:.9rem;padding:.5rem 0}.game-bar__team{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;width:100%}.game-bar__team select{min-height:44px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2);color:var(--text);font:inherit;min-width:10rem;flex:1 1 auto;max-width:100%}.countdown-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.countdown-menu[hidden]{display:none!important}.countdown-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.countdown-menu__panel{position:relative;z-index:1;width:min(22rem,100%);max-height:min(90vh,32rem);overflow:auto;padding:1.25rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 40px #00000073}.countdown-menu__title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.countdown-menu__display{font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700;text-align:center;min-height:2.75rem;padding:.5rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.countdown-menu__keys{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.countdown-menu__key{min-height:2.75rem;padding:.35rem}.countdown-menu__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.countdown-menu__actions .btn{flex:1 1 auto;min-width:5rem}.player-move-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:flex;align-items:center;justify-content:center;padding:1rem}.player-move-menu[hidden]{display:none!important}.player-move-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.player-move-menu__panel{position:relative;z-index:1;width:min(22rem,100%);padding:1.25rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 40px #00000073}.player-move-menu__title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.player-move-menu__name{margin:0 0 1rem;font-size:.95rem;color:var(--muted)}.player-move-menu__zones{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.player-move-menu__zones .btn-zone{min-height:48px}.player-move-menu__panel>.btn{width:100%}
