.stats-scoresheet{display:flex;flex-direction:column;gap:.85rem}.stats-scoresheet__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem}.stats-scoresheet__toolbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.stats-scoresheet__toolbar-group .stats-battingorder-sheet-btn{align-self:center;line-height:0}.stats-scoresheet__title{margin:0;font-size:calc(var(--ueberschrift3, 1rem) * 1.05);font-weight:700;color:var(--color-primary, #1e3a8a)}html.dark .stats-scoresheet__title{color:#e2e8f0}.stats-scoresheet__subtitle{font-size:.8125rem;font-weight:400;color:var(--color-text-muted, #64748b)}.stats-scoresheet__side-btn{min-height:2rem;padding:.3rem .8rem;border:1px solid rgb(203 213 225);border-radius:.5rem;background:var(--color-surface, #ffffff);font-size:.8125rem;font-weight:600;line-height:1.2;color:inherit;cursor:pointer}html.dark .stats-scoresheet__side-btn{border-color:#475569;background:#0f172a59}.stats-scoresheet__side-btn--active{border-color:var(--color-primary, #1e3a8a);background:var(--color-primary, #1e3a8a);color:#fff}.stats-scoresheet__linescore{display:inline-flex;overflow-x:auto;border:1px solid rgb(203 213 225);border-radius:.55rem;background:var(--color-surface, #ffffff)}html.dark .stats-scoresheet__linescore{border-color:#475569;background:#0f172a59}.stats-scoresheet__linescore-table{border-collapse:collapse;font-size:.8125rem;font-variant-numeric:tabular-nums}.stats-scoresheet__linescore-table th,.stats-scoresheet__linescore-table td{padding:.25rem .5rem;text-align:center;border-bottom:1px solid rgb(226 232 240)}html.dark .stats-scoresheet__linescore-table th,html.dark .stats-scoresheet__linescore-table td{border-bottom-color:#334155}.stats-scoresheet__linescore-table tr:last-child th,.stats-scoresheet__linescore-table tr:last-child td{border-bottom:0}.stats-scoresheet__linescore-table th.stats-scoresheet__linescore-team,.stats-scoresheet__linescore-table td.stats-scoresheet__linescore-team{min-width:6.5rem;max-width:10rem;overflow:hidden;padding-left:.55rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.stats-scoresheet__linescore-total{border-left:2px solid rgb(148 163 184);font-weight:700}.stats-scoresheet__linescore-stat{font-weight:700}.stats-scoresheet__linescore-row--active{background:#1e3a8a0f}html.dark .stats-scoresheet__linescore-row--active{background:#94a3b81f}.stats-scoresheet__board{overflow-x:auto;overflow-y:visible;border:1px solid rgb(226 232 240);border-radius:.75rem;background:var(--color-surface, #ffffff);padding:.6rem;box-sizing:border-box}html.dark .stats-scoresheet__board{border-color:#475569;background:var(--color-surface, #1e293b)}.stats-scoresheet__grid{display:grid;grid-template-columns:2.25rem minmax(9.5rem,12rem) 5.25rem repeat(var(--stats-scoresheet-columns, 9),5.25rem);align-items:stretch;width:-moz-max-content;width:max-content;min-width:100%}.stats-scoresheet__head{position:sticky;top:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:.3rem .2rem;border-bottom:2px solid rgb(148 163 184);background:#f8fafc;font-size:.7rem;font-weight:700;line-height:1.15;text-align:center;color:var(--color-text-muted, #475569)}html.dark .stats-scoresheet__head{border-bottom-color:#64748b;background:#1e293b;color:#cbd5e1}.stats-scoresheet__head--order{position:sticky;top:0;left:0;z-index:4}.stats-scoresheet__head--player{align-items:flex-start;padding-left:.5rem;text-align:left}.stats-scoresheet__head--meta{font-size:.62rem;font-weight:700;line-height:1.15}.stats-scoresheet__head-inning{font-size:.8125rem;color:var(--color-primary, #1e3a8a)}html.dark .stats-scoresheet__head-inning{color:#bfdbfe}.stats-scoresheet__head-continued{font-size:.6rem;font-weight:600;color:var(--color-accent, #c41e3a)}.stats-scoresheet__foot{display:flex;align-items:stretch;justify-content:stretch;height:5.25rem;min-height:5.25rem;padding:0;border-top:2px solid rgb(148 163 184);border-bottom:1px solid rgb(226 232 240);border-right:1px solid rgb(226 232 240);background:#f8fafc;font-size:.65rem;font-weight:600;line-height:1.15;color:var(--color-text-muted, #475569)}html.dark .stats-scoresheet__foot{border-top-color:#64748b;border-bottom-color:#334155;border-right-color:#334155;background:#1e293b;color:#cbd5e1}.stats-scoresheet__foot--order{position:sticky;left:0;z-index:2;border-right:1px solid rgb(203 213 225)}html.dark .stats-scoresheet__foot--order{border-right-color:#475569}.stats-scoresheet__foot--label{justify-content:stretch;padding:0;border-right:1px solid rgb(203 213 225);font-weight:700;text-align:left}html.dark .stats-scoresheet__foot--label{border-right-color:#475569}.stats-scoresheet__foot--meta{justify-content:stretch;padding:0;border-right:1px solid rgb(203 213 225)}html.dark .stats-scoresheet__foot--meta{border-right-color:#475569}.stats-scoresheet__foot--value{font-variant-numeric:tabular-nums;font-weight:700;color:var(--color-primary, #1e3a8a)}.stats-scoresheet__quad{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;flex:1 1 auto;width:100%;height:100%;min-height:100%;overflow:hidden;background:var(--color-surface, #ffffff)}html.dark .stats-scoresheet__quad{border-color:#64748b;background:#0f172a59}.stats-scoresheet__quad span{display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;font-variant-numeric:tabular-nums}.stats-scoresheet__foot--value .stats-scoresheet__quad span{font-size:.95rem}.stats-scoresheet__quad span:nth-child(odd){border-right:1px solid rgb(203 213 225)}.stats-scoresheet__quad span:nth-child(-n+2){border-bottom:1px solid rgb(203 213 225)}html.dark .stats-scoresheet__quad span:nth-child(odd),html.dark .stats-scoresheet__quad span:nth-child(-n+2){border-color:#475569}.stats-scoresheet__quad--legend{background:transparent;font-size:.55rem;color:var(--color-text-muted, #64748b)}.stats-scoresheet__quad--legend span{font-size:.55rem}html.dark .stats-scoresheet__foot--value{color:#bfdbfe}.stats-scoresheet__order{grid-column:1;position:sticky;left:0;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;text-align:center;padding:.2rem .15rem;border-bottom:1px solid rgb(203 213 225);border-right:1px solid rgb(203 213 225);background:#f8fafcf2;font-size:.9375rem;font-weight:700;line-height:1.2}html.dark .stats-scoresheet__order{border-bottom-color:#334155;border-right-color:#475569;background:#1e293bf2}.stats-scoresheet__player{display:flex;flex-direction:column;justify-content:center;gap:.05rem;min-width:0;padding:.15rem .4rem;border-bottom:1px solid rgb(226 232 240);border-right:1px solid rgb(203 213 225);background:var(--color-surface, #ffffff)}html.dark .stats-scoresheet__player{border-bottom-color:#334155;border-right-color:#475569;background:var(--color-surface, #1e293b)}.stats-scoresheet__occupant+.stats-scoresheet__occupant{margin-top:.1rem}.stats-scoresheet__occupant--substitution{position:relative;padding-left:.75rem}.stats-scoresheet__occupant--substitution:before{content:"↳";position:absolute;left:0;top:.05rem;font-size:.7rem;color:var(--color-text-muted, #94a3b8)}.stats-scoresheet__player--substitution{padding-left:1rem}.stats-scoresheet__player--substitution:before{content:"↳";position:absolute;left:.35rem;top:.3rem;font-size:.7rem;color:var(--color-text-muted, #94a3b8)}.stats-scoresheet__player-name{overflow-wrap:anywhere;word-break:break-word;font-size:.8125rem;font-weight:600;line-height:1.2;white-space:normal}.stats-scoresheet__player-name--empty{font-weight:400;font-style:italic;color:var(--color-text-muted, #94a3b8)}.stats-scoresheet__meta{display:flex;flex-direction:column;justify-content:center;gap:.05rem;min-width:0;padding:.15rem .3rem;border-bottom:1px solid rgb(226 232 240);border-right:1px solid rgb(203 213 225);background:var(--color-surface, #ffffff)}html.dark .stats-scoresheet__meta{border-bottom-color:#334155;border-right-color:#475569;background:var(--color-surface, #1e293b)}.stats-scoresheet__meta-position,.stats-scoresheet__meta-inning{display:block;font-size:.68rem;font-weight:600;line-height:1.2;color:var(--color-text-muted, #64748b)}.stats-scoresheet__meta-inning{font-size:.62rem;font-weight:500}.stats-scoresheet__cell{position:relative;display:block;width:100%;padding:.06rem;border:0;border-bottom:1px solid rgb(226 232 240);border-right:1px solid rgb(226 232 240);background:transparent;cursor:pointer;font:inherit;color:inherit;text-align:center}html.dark .stats-scoresheet__cell{border-bottom-color:#334155;border-right-color:#334155}.stats-scoresheet__cell:hover{background:#1e3a8a0f}html.dark .stats-scoresheet__cell:hover{background:#94a3b81f}.stats-scoresheet__cell--column-start{border-left:2px solid rgb(148 163 184)}html.dark .stats-scoresheet__cell--column-start{border-left-color:#64748b}.stats-scoresheet__cell--sub-bar{box-shadow:inset 4px 0 #0f172a}html.dark .stats-scoresheet__cell--sub-bar{box-shadow:inset 4px 0 #e2e8f0}.stats-scoresheet__cell--inning-end{border-bottom:3px solid rgb(15 23 42)}html.dark .stats-scoresheet__cell--inning-end{border-bottom-color:#e2e8f0}.stats-scoresheet__cell--empty{color:#94a3b8}.stats-scoresheet__cell--next{background:#6c3}html.dark .stats-scoresheet__cell--next{background:#4ade806b}.stats-scoresheet__cell--next:hover{background:#58b82c}html.dark .stats-scoresheet__cell--next:hover{background:#4ade808c}.stats-scoresheet__cell--next .stats-scoresheet__cell-plus{opacity:1;font-weight:700;color:#14532d}html.dark .stats-scoresheet__cell--next .stats-scoresheet__cell-plus{color:#dcfce7}.stats-scoresheet__cell--pitcher-wave{overflow:visible}.stats-scoresheet__cell--pitcher-wave:before{content:"";position:absolute;top:-4px;left:.12rem;right:.12rem;height:7px;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' preserveAspectRatio='none'%3E%3Cpath d='M0 4 Q 2.5 0 5 4 T 10 4' fill='none' stroke='%23c41e3a' stroke-width='1.35'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:10px 7px}html.dark .stats-scoresheet__cell--pitcher-wave:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' preserveAspectRatio='none'%3E%3Cpath d='M0 4 Q 2.5 0 5 4 T 10 4' fill='none' stroke='%23fca5a5' stroke-width='1.35'/%3E%3C/svg%3E")}.stats-scoresheet__cell-plus{display:inline-block;padding:.45rem 0;font-size:.9rem;line-height:1;opacity:0;transition:opacity .12s ease-in-out}.stats-scoresheet__cell:hover .stats-scoresheet__cell-plus,.stats-scoresheet__cell:focus-visible .stats-scoresheet__cell-plus{opacity:1}.stats-scoresheet__cell-stack{display:flex;flex-direction:column;gap:.15rem}.stats-scoresheet-play{position:relative;display:block;width:100%;min-height:4.55rem;padding-bottom:.82rem}.stats-scoresheet-play__diamond{display:block;width:3.98rem;height:auto;margin:0 auto;overflow:visible}.stats-scoresheet-play__tip{position:absolute;left:.08rem;right:.08rem;top:3.78rem;z-index:1;display:block;font-weight:700;line-height:1;text-align:center;letter-spacing:-.02em;color:var(--color-accent, #c41e3a);pointer-events:none}html.dark .stats-scoresheet-play__tip{color:#fca5a5}.stats-scoresheet-play__rbis{position:absolute;left:.42rem;top:68%;display:flex;flex-wrap:wrap;align-items:center;gap:.12rem;width:.68rem;transform:translateY(-50%);pointer-events:none}.stats-scoresheet-play__rbi{width:.28rem;height:.28rem;border-radius:50%;background:currentColor}.stats-scoresheet-play__pr-label,.stats-scoresheet-play__pr-result,.stats-scoresheet-play__runner{position:absolute;z-index:1;font-weight:700;line-height:1;color:var(--color-accent, #c41e3a);pointer-events:none}.stats-scoresheet-play__pr-label{top:.12rem;left:.12rem;font-size:.52rem}.stats-scoresheet-play__runner{top:.06rem;right:.1rem;left:auto;display:block;font-size:.52rem;text-align:right;line-height:1.05}.stats-scoresheet-play__runner--clickable{z-index:2;padding:.12rem .08rem .18rem .22rem;pointer-events:auto;cursor:pointer;font-size:.58rem}.stats-scoresheet-play__runner--clickable:hover,.stats-scoresheet-play__runner--clickable:focus-visible{text-decoration:underline}.stats-scoresheet-play__pr-result{top:.72rem;left:.12rem;font-size:.55rem}html.dark .stats-scoresheet-play__pr-label,html.dark .stats-scoresheet-play__pr-result,html.dark .stats-scoresheet-play__runner{color:#fca5a5}.stats-scoresheet-play__result{position:absolute;left:50%;top:72%;display:block;overflow:hidden;max-width:100%;transform:translate(-50%,-10%);font-size:.62rem;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap;color:var(--color-primary, #1e3a8a);pointer-events:none}html.dark .stats-scoresheet-play__result{color:#bfdbfe}.stats-scoresheet-play__result--out{color:var(--color-accent, #c41e3a)}html.dark .stats-scoresheet-play__result--out{color:#fca5a5}.stats-scoresheet-play__badges{position:absolute;top:.08rem;left:50%;display:flex;flex-wrap:wrap;justify-content:center;gap:.12rem;max-width:100%;transform:translate(-50%);font-size:.58rem;font-weight:700;line-height:1.1;color:var(--color-text-muted, #64748b);pointer-events:none}.stats-scoresheet-play__badge{padding:0 .18rem;border:1px solid rgb(203 213 225);border-radius:.2rem}.stats-scoresheet-play__badge--dp,.stats-scoresheet-play__badge--tp{border-color:var(--color-accent, #c41e3a);color:var(--color-accent, #c41e3a);background:#c41e3a14}html.dark .stats-scoresheet-play__badge{border-color:#475569}html.dark .stats-scoresheet-play__badge--dp,html.dark .stats-scoresheet-play__badge--tp{border-color:#fca5a5;color:#fca5a5;background:#c41e3a2e}.stats-scoresheet__legend{display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-size:.7rem;color:var(--color-text-muted, #64748b)}.stats-scoresheet__empty{padding:2rem 1rem;border:1px dashed rgb(203 213 225);border-radius:.75rem;font-size:.875rem;text-align:center;color:var(--color-text-muted, #64748b)}html.dark .stats-scoresheet__empty{border-color:#475569}.stats-scoresheet__aktion-modal .app-modal__body{padding:0}.stats-game-save-modal-panel.app-modal__panel{width:min(100%,42rem);max-height:min(92vh,54rem)}.stats-game-save-modal-panel .app-modal__header{background:#fff!important;background-image:none!important;color:inherit!important}html.dark .stats-game-save-modal-panel .app-modal__header{background:var(--color-surface, #1e293b)!important;background-image:none!important}.stats-game-save-modal-panel .app-modal__title{background:transparent!important;color:#1e293b!important}html.dark .stats-game-save-modal-panel .app-modal__title{color:#f1f5f9!important}.stats-game-save-modal-panel #stats-wls-title{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;text-align:left!important;color:#1e293b!important}html.dark .stats-game-save-modal-panel #stats-wls-title{color:#f1f5f9!important}
