@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-primary-dark)}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-bg-subtle);color:var(--color-text);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-primary)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.no-players-message{color:var(--color-text);text-align:center;padding:2rem}.header-user-menu{position:relative;display:flex;align-items:center}.header-user-menu-trigger{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:var(--color-text-secondary)}.header-user-menu-trigger:hover{background-color:var(--color-bg-subtle);color:var(--color-text)}.header-user-menu-trigger:focus{outline:2px solid var(--color-primary);outline-offset:2px}.header-user-menu-trigger__icon{width:24px;height:24px}.header-user-menu-trigger__update-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background-color:var(--color-success);border:2px solid var(--color-bg-elevated);box-shadow:0 0 0 1px #2e7d3247;pointer-events:none}.header-user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-md);min-width:220px;max-width:320px;z-index:1000;animation:headerUserMenuFadeIn .2s ease-out;overflow:hidden}.header-user-menu__team-section{padding:.75rem 1rem}.header-user-menu__team-section--compact .header-user-menu__team-options{max-height:200px}.header-user-menu__team-label{display:block;font-size:.75rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.header-user-menu__team-options{display:flex;flex-direction:column;gap:.25rem;max-height:300px;overflow-y:auto}.header-user-menu__team-option{width:100%;padding:.5rem .75rem;text-align:left;background:none;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;color:var(--color-text);transition:background-color .2s}.header-user-menu__team-option:hover{background-color:var(--color-bg)}.header-user-menu__team-option.selected{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:500}.header-user-menu__team-loading,.header-user-menu__team-empty,.header-user-menu__team-error{padding:.5rem 1rem;font-size:.9rem;color:var(--color-text-secondary)}.header-user-menu__team-error{color:var(--color-error-dark)}.header-user-menu-divider{height:1px;background-color:var(--color-bg-subtle);margin:0}.header-user-menu__theme-switcher{display:flex;gap:.25rem;padding:.5rem .75rem}.drawer-user-menu__content .header-user-menu__theme-switcher{padding:0;width:100%}.header-user-menu__theme-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;color:var(--color-text-muted);font-size:.75rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.header-user-menu__theme-option .header-user-menu__theme-icon{width:18px;height:18px}.header-user-menu__theme-option:hover{background-color:var(--color-bg-subtle);color:var(--color-text)}.header-user-menu__theme-option:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.header-user-menu__theme-option.active{background-color:var(--color-bg-subtle);border-color:var(--color-primary);color:var(--color-primary)}.header-user-menu__user-info{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.header-user-menu__user-info .header-user-menu__email{font-size:.9rem;color:var(--color-text-secondary);word-break:break-word;line-height:1.4}.header-user-menu__refresh-app{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--color-success);transition:background-color .2s ease}.header-user-menu__refresh-app:hover{background-color:var(--color-success-bg)}.header-user-menu__refresh-app:focus{outline:2px solid var(--color-success);outline-offset:-2px}.header-user-menu__settings-link{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--color-primary);text-decoration:none;box-sizing:border-box;transition:background-color .2s ease}.header-user-menu__settings-link:hover{background-color:var(--color-primary-light)}.header-user-menu__settings-link:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.header-user-menu__sign-out{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--color-error);transition:background-color .2s ease}.header-user-menu__sign-out:hover{background-color:var(--color-error-bg)}.header-user-menu__build-label{padding:.5rem 1rem .75rem;font-size:.75rem;color:var(--color-text-muted);text-align:center;line-height:1.3;border-top:1px solid var(--color-bg-subtle);margin:0}.drawer-user-menu__content .header-user-menu__build-label{padding-left:0;padding-right:0}@keyframes headerUserMenuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--overlay-backdrop);display:flex;align-items:center;justify-content:center;z-index:1050;padding:1rem}.app-modal{background:var(--color-bg-elevated);border-radius:.5rem;box-shadow:var(--shadow-lg);max-width:500px;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;animation:app-modal-slide-in .2s ease-out}.app-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.app-modal__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text)}.app-modal__close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--color-text-secondary);cursor:pointer;padding:.25rem}.app-modal__close:hover{color:var(--color-text)}.app-modal__body{padding:1.5rem}@keyframes app-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 600px){.app-modal{margin:1rem}}.app-button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.app-button--primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:none;background-color:var(--color-primary);color:var(--color-text-on-primary)}.app-button--primary:hover{background-color:var(--color-primary-dark)}.app-button--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:none;background-color:var(--color-bg-elevated);color:var(--color-text-secondary);border:1px solid var(--color-border)}.app-button--secondary:hover{background-color:var(--color-bg-subtle);border-color:var(--color-border-strong)}.app-button--danger{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:none;background-color:var(--color-error);color:var(--color-text-on-primary)}.app-button--danger:hover{background-color:var(--color-error-dark)}.confirmation-modal__message{margin:0;color:var(--color-text-secondary);line-height:1.5;font-size:1rem}.confirmation-modal-phrase{margin-top:1rem}.confirmation-modal-phrase__label{display:block;margin-bottom:.5rem;color:var(--color-text);font-size:.95rem;font-weight:500}.confirmation-modal-phrase__kbd{display:inline-block;padding:.1rem .4rem;font-family:inherit;font-size:.9em;font-weight:600;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px}.confirmation-modal-phrase__input{width:100%;box-sizing:border-box;padding:.6rem .75rem;font-size:1rem;border:1px solid var(--color-border-strong);border-radius:4px;color:var(--color-text)}.confirmation-modal-phrase__input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #2196f333}.confirmation-modal-actions{margin-top:1.5rem;display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 600px){.confirmation-modal-actions{flex-direction:column-reverse}.confirmation-modal-actions .app-button{width:100%}}.app-container{min-height:100vh;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg)}.loading-container .loading-spinner{font-size:1.2rem;color:var(--color-text-muted);text-align:center}.auth-error{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg)}.auth-error p{font-size:1.2rem;color:var(--color-error);text-align:center;padding:2rem;background-color:var(--color-error-bg);border:1px solid var(--color-error);border-radius:8px}.app-header{display:grid;grid-template-columns:auto 1fr;align-items:center;background-color:var(--color-bg-elevated);box-shadow:var(--shadow-sm);padding:1rem 2rem;position:sticky;top:0;z-index:100}.app-header .app-header-brand{grid-column:1;justify-self:start;display:flex;flex-direction:column;gap:.125rem;min-width:0}.app-header .app-header-brand h1{margin:0;font-size:1.5rem;color:var(--color-text)}.app-header .app-header-brand__subtitle{margin:0;font-size:.7rem;font-weight:500;color:var(--color-text-muted);letter-spacing:.03em}.app-header nav{grid-column:2;justify-self:end;display:flex;align-items:center;justify-content:space-between;gap:2rem}.app-header nav .hamburger{display:none;position:relative;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1000}.app-header nav .hamburger__pwa-update-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background-color:var(--color-success);border:2px solid var(--color-bg-elevated);box-shadow:0 0 0 1px #2e7d3247;pointer-events:none}.app-header nav .hamburger .hamburger-line{display:block;width:25px;height:3px;background-color:var(--color-text);margin:5px 0;transition:all .3s ease}.app-header nav .hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.app-header nav .hamburger.active .hamburger-line:nth-child(2){opacity:0}.app-header nav .hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.app-header nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.app-header nav ul li a{padding:.5rem 1rem;border-radius:20px;color:var(--color-text);text-decoration:none;font-weight:500;transition:all .2s ease-in-out;white-space:nowrap;text-align:center;min-width:fit-content}.app-header nav ul li a:hover{color:var(--color-primary);background-color:var(--color-primary-light)}.app-header nav ul li a.active{color:var(--color-primary);background-color:var(--color-primary-light);font-weight:700}.app-header nav ul li.drawer-user-menu{display:none}.app-header nav ul li.nav-dropdown{position:relative}.app-header nav ul li.nav-dropdown .nav-dropdown__trigger{padding:.5rem 1rem;border-radius:20px;color:var(--color-text);font-weight:500;white-space:nowrap;outline:none;cursor:pointer}.app-header nav ul li.nav-dropdown .nav-dropdown__trigger:hover{color:var(--color-primary);background-color:var(--color-primary-light)}.app-header nav ul li.nav-dropdown.nav-dropdown--active>.nav-dropdown__trigger{color:var(--color-primary);background-color:var(--color-primary-light);font-weight:700}.app-header nav ul li.nav-dropdown .nav-dropdown__panel{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);margin:0;padding:.35rem 0;list-style:none;min-width:11rem;background:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-md);z-index:200}.app-header nav ul li.nav-dropdown .nav-dropdown__panel li a{display:block;padding:.45rem 1rem;border-radius:0;white-space:nowrap}.app-header nav ul li.nav-dropdown.nav-dropdown--open .nav-dropdown__panel{display:block}.app-header nav .user-menu{display:flex;align-items:center;gap:1rem}.app-main{flex:1;padding:1rem;background-color:var(--color-bg)}@media (max-width: 1024px){.app-header nav{gap:1rem}.app-header nav ul{gap:1rem}.app-header nav ul li a{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 900px){.app-header{padding:1rem 1.5rem}.app-header nav{gap:.75rem}.app-header nav ul{gap:.75rem}.app-header nav ul li a{padding:.35rem .7rem;font-size:.85rem}}@media (max-width: 768px){.app-main{padding:.75rem 1rem}.app-header{padding:.75rem .75rem .75rem 1rem;min-width:0}.app-header h1{font-size:1.25rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header nav{gap:.5rem;min-width:0;overflow:hidden}.app-header nav .hamburger{display:block}.app-header nav .user-menu{display:none}.app-header nav ul{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--color-bg-elevated);flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;z-index:99;padding:2rem 1.5rem 1.5rem}.app-header nav ul.active{display:flex}.app-header nav ul li:not(.drawer-user-menu):not(.nav-dropdown) a{padding:.4rem 0;border-radius:0;background-color:transparent}.app-header nav ul li:not(.drawer-user-menu):not(.nav-dropdown) a:hover{background-color:transparent;color:var(--color-primary)}.app-header nav ul li:not(.drawer-user-menu):not(.nav-dropdown) a.active{background-color:transparent;color:var(--color-primary);font-weight:700}.app-header nav ul li.nav-dropdown{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:280px}.app-header nav ul li.nav-dropdown .nav-dropdown__trigger{padding:.4rem 0;border-radius:0;text-align:center;background-color:transparent;font-weight:500;color:var(--color-text);cursor:default}.app-header nav ul li.nav-dropdown .nav-dropdown__trigger:hover{background-color:transparent;color:var(--color-primary)}.app-header nav ul li.nav-dropdown.nav-dropdown--active>.nav-dropdown__trigger{background-color:transparent;color:var(--color-primary);font-weight:700}.app-header nav ul li.nav-dropdown .nav-dropdown__panel{display:flex!important;position:static;transform:none;flex-direction:column;align-items:stretch;box-shadow:none;padding:.25rem 0 0;gap:.35rem;width:100%;min-width:0}.app-header nav ul li.nav-dropdown .nav-dropdown__panel li{width:100%}.app-header nav ul li.nav-dropdown .nav-dropdown__panel li a{padding:.35rem 0 .35rem .75rem;border-radius:0;text-align:center;background-color:transparent}.app-header nav ul li.nav-dropdown .nav-dropdown__panel li a:hover{background-color:transparent;color:var(--color-primary)}.app-header nav ul li.nav-dropdown .nav-dropdown__panel li a.active{background-color:transparent;color:var(--color-primary);font-weight:700}.app-header nav ul li.drawer-user-menu{display:flex;width:100%;max-width:280px;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.app-header nav .drawer-user-menu__content{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%}.app-header nav .drawer-user-menu__email{color:var(--color-text-muted);font-size:.9rem;word-break:break-all}.app-header nav .drawer-user-menu__content .sign-out-button{margin-top:.25rem;padding:.65rem 1rem;font-size:.9rem}}@media (max-width: 480px){.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.25rem}.app-header nav{gap:.5rem}.app-header nav .user-menu{gap:.5rem}}.live-session-indicator{position:relative}.live-session-indicator__trigger{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-text);font-size:.82rem;font-weight:600;padding:.35rem .65rem;cursor:pointer}.live-session-indicator__trigger:hover{background:var(--color-bg-subtle);border-color:var(--color-border-strong)}.live-session-indicator__trigger--warn{border-color:var(--color-warning);background:var(--color-warning-bg)}.live-session-indicator__dot{width:.48rem;height:.48rem;border-radius:999px;background:var(--color-success);box-shadow:0 0 #2e7d3280;animation:live-indicator-pulse 1.6s ease-in-out infinite}.live-session-indicator__stale{font-size:.72rem;color:var(--color-warning)}.live-session-indicator__panel{position:absolute;top:calc(100% + .45rem);right:0;width:min(38rem,92vw);max-height:min(70vh,36rem);overflow:auto;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:10px;box-shadow:var(--shadow-lg);padding:.6rem;z-index:300}.live-session-indicator__panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;color:var(--color-text)}.live-session-indicator__all-link{border:none;background:transparent;color:var(--color-primary);cursor:pointer;font-size:.8rem;font-weight:600;padding:0}.live-session-indicator__list{display:flex;flex-direction:column;gap:.5rem}.live-session-indicator__row{border:1px solid var(--color-border);border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.45rem}.live-session-indicator__row-main{display:flex;flex-direction:column;gap:.25rem}.live-session-indicator__headline{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;color:var(--color-text);font-size:.83rem;font-weight:600}.live-session-indicator__type{display:inline-flex;align-items:center;padding:.08rem .34rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-primary-dark);font-size:.68rem;font-weight:700;text-transform:uppercase}.live-session-indicator__tag{display:inline-flex;align-items:center;padding:.08rem .34rem;border-radius:999px;background:var(--color-warning-bg);color:var(--color-warning);font-size:.68rem;font-weight:700;text-transform:uppercase}.live-session-indicator__logger{display:inline-flex;align-items:baseline;gap:.3rem;color:var(--color-text-secondary);font-size:.76rem}.live-session-indicator__email{font-family:ui-monospace,monospace}.live-session-indicator__email-muted{color:var(--color-text-muted);font-style:italic}.live-session-indicator__actions{display:flex;flex-wrap:wrap;gap:.35rem}.live-session-global-join-btn{padding:.35rem .75rem;font-size:.9rem;background:#2e7d32;border:1px solid #2e7d32;border-radius:6px;cursor:pointer;color:#fff}.live-session-global-join-btn:hover:not(:disabled){filter:brightness(.9)}.live-session-global-join-btn:disabled{opacity:.45;cursor:not-allowed}.live-session-global-list{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.live-session-global-team-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem .75rem}.live-session-global-team-label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--color-success);min-width:0;flex:1}.live-session-global-headline{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;line-height:1.45}.live-session-global-match-badge{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.12rem .4rem;border-radius:4px;background:#1b5e2073;border:1px solid rgba(200,230,201,.35);color:#f1fff3}.live-session-global-logger-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;font-size:.8rem;color:var(--color-success)}.live-session-global-logger-email{font-family:ui-monospace,monospace;font-size:.78rem}.live-session-global-logger-email-muted{font-style:italic;color:var(--color-success);font-size:.78rem}.live-session-global-team-actions{display:flex;flex-wrap:wrap;gap:.35rem}.live-session-global-join-btn--secondary{background:var(--color-bg-elevated);color:var(--color-success);border-color:var(--color-success)}.live-session-global-join-btn--secondary:hover:not(:disabled){background:var(--color-success-bg)}@keyframes live-indicator-pulse{0%,to{box-shadow:0 0 #2e7d3280}50%{box-shadow:0 0 0 4px #2e7d3200}}.auth-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:100vh;width:100%;padding:2rem;background-color:var(--color-bg)}.auth-card{background:var(--color-bg-elevated);border-radius:.5rem;box-shadow:var(--shadow-sm);padding:1rem;transition:all .2s ease-in-out;width:100%;max-width:400px;text-align:center;padding:2rem;margin:auto;box-shadow:var(--shadow-lg)}.auth-card:hover{box-shadow:var(--shadow-md)}.auth-card h2{font-size:2rem;line-height:1.25;color:var(--color-text);margin-bottom:1rem;margin-bottom:.25rem;color:var(--color-primary)}.auth-card .auth-subtitle{font-size:1.25rem;line-height:1.6;color:var(--color-text);color:var(--color-text-muted);margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%;margin-bottom:1rem}.form-group label{font-size:.875rem;line-height:1.6;font-weight:500;color:var(--color-text);margin-bottom:.25rem;text-align:left}.form-group input{padding:.5rem;border-radius:.25rem;background-color:var(--color-bg-elevated);color:var(--color-text);width:100%;box-sizing:border-box;padding:1rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:1rem;transition:all .2s ease-in-out}.form-group input:focus{border-color:var(--color-secondary);box-shadow:0 0 0 2px #2196f333;outline:none}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1976d21a}.form-group input::placeholder{color:var(--color-text-muted)}.error-message{font-size:.875rem;line-height:1.6;color:var(--color-text);color:var(--color-error);background-color:var(--color-error-bg);padding:.5rem;border-radius:.25rem;border:1px solid var(--color-error);text-align:left;width:100%}.auth-button{display:inline-flex;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;border:none;outline:none;width:100%;padding:1rem;border-radius:.5rem;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;transition:all .2s ease-in-out}.auth-button.primary{background-color:var(--color-primary);color:var(--color-text-on-primary);border:none}.auth-button.primary:hover:not(:disabled){background-color:var(--color-primary-dark)}.auth-button.primary:disabled{background-color:var(--color-border-strong);cursor:not-allowed}.auth-button img{width:24px;height:24px}.auth-button.google{background-color:var(--color-bg-elevated);color:var(--color-text);border:1px solid var(--color-border)}.auth-button.google:hover{background-color:var(--color-bg-subtle)}.auth-button.apple{background-color:var(--color-text);color:var(--color-bg-elevated)}.auth-button.apple:hover{opacity:.85}.auth-button.facebook{background-color:#1877f2;color:#fff}.auth-button.facebook:hover{background-color:#1461c9}.auth-link-secondary{display:inline-block;margin-top:1rem;font-size:.875rem;line-height:1.6;color:var(--color-text);color:var(--color-text-muted);text-decoration:none}.auth-link-secondary:hover{color:var(--color-primary);text-decoration:underline}.auth-toggle{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.auth-toggle p{font-size:.875rem;line-height:1.6;color:var(--color-text);color:var(--color-text-muted);margin:0}.auth-toggle .toggle-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.25rem;transition:all .2s ease-in-out;outline:none;background:none;border:none;color:var(--color-primary);font-weight:500;padding:0;margin-left:.25rem;text-decoration:underline;cursor:pointer}.auth-toggle .toggle-button:hover{color:var(--color-primary-dark)}.dashboard-page{padding:2rem;max-width:100%;overflow-x:hidden;min-width:0}.dashboard-page h1{margin-bottom:2rem;color:var(--color-text)}.dashboard-page__content{display:grid;gap:2rem;grid-template-columns:1fr;min-width:0;max-width:100%}.dashboard-page .teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.dashboard-page .team-card{background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.dashboard-page .team-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.dashboard-page .team-card.selected{border-color:var(--color-primary);box-shadow:0 4px 8px #1976d233}.dashboard-page .team-card.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:var(--color-primary);border-radius:8px 8px 0 0}.dashboard-page .team-card .team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-page .team-card .team-header h3{margin:0;color:var(--color-text);font-size:1.2rem}.dashboard-page .team-card .team-header .selected-indicator{color:var(--color-primary);font-size:.9rem;font-weight:500}.dashboard-page .team-card .team-details .detail-row{display:flex;justify-content:space-between;color:var(--color-text-secondary)}.dashboard-page .team-card .team-details .detail-row .label{font-weight:500}.dashboard-page .team-card .team-details .detail-row .value{color:var(--color-text)}.dashboard-page .loading,.dashboard-page .error{text-align:center;padding:2rem;color:var(--color-text-secondary)}.dashboard-page .error{color:var(--color-error);background-color:var(--color-error-bg);border-radius:8px;margin:2rem}.dashboard-detail-panel{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm);min-width:0;max-width:100%}.dashboard-detail-panel--empty{text-align:center;color:var(--color-text-secondary);padding:3rem;border:2px dashed var(--color-border);box-shadow:none}.dashboard-detail-panel__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.dashboard-detail-panel__header h2{margin:0;color:var(--color-text)}.dashboard-detail-panel__live-badge{background-color:var(--color-error);color:var(--color-text-on-primary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .5rem;border-radius:999px}.dashboard-detail-panel__summary{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.dashboard-detail-panel__stat{display:flex;flex-direction:column;gap:.25rem}.dashboard-detail-panel__stat .label{color:var(--color-text-secondary);font-size:.85rem;font-weight:500}.dashboard-detail-panel__stat .value{color:var(--color-text);font-size:1.1rem}.dashboard-detail-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width: 768px){.dashboard-page{padding:.75rem 1rem}.dashboard-page h1{font-size:1.5rem;margin-bottom:1rem}.dashboard-page__content{gap:1.25rem}.dashboard-page .teams-grid{grid-template-columns:1fr;gap:.75rem}.dashboard-detail-panel{padding:1rem}.dashboard-detail-panel__actions{flex-direction:column}.dashboard-detail-panel__actions button{width:100%}}.team-manager{background-color:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-sm);padding:2rem;margin-bottom:2rem;max-width:100%;min-width:0;box-sizing:border-box}.team-manager .team-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:.75rem}.team-manager .team-header .team-header__title-wrap{flex:1;min-width:0}.team-manager .team-header h2{margin:0;color:var(--color-text);font-size:1.5rem;min-width:0;overflow-wrap:break-word;word-break:break-word}.team-manager .team-header .team-header__meta{margin:.25rem 0 0;font-size:.875rem;font-weight:400;color:var(--color-text-muted)}.team-manager .team-header .header-actions{display:flex;gap:1rem}.team-manager .team-header .header-actions .edit-button{background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.team-manager .team-header .header-actions .edit-button:hover{background-color:var(--color-primary-dark)}.team-manager .team-header .header-actions .delete-button{background-color:var(--color-error);color:var(--color-text-on-primary);border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.team-manager .team-header .header-actions .delete-button:hover:not(:disabled){background-color:var(--color-error-dark)}.team-manager .team-header .header-actions .delete-button:disabled{background-color:#dc354580;cursor:not-allowed}.team-manager .team-header .header-actions .header-actions-menu{position:relative}.team-manager .team-header .header-actions .header-actions-trigger{min-width:44px;min-height:44px;padding:.5rem;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--color-text-secondary);transition:background-color .2s}.team-manager .team-header .header-actions .header-actions-trigger:hover{background-color:var(--color-border)}.team-manager .team-header .header-actions .header-actions-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:160px;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;box-shadow:var(--shadow-md);z-index:10;display:flex;flex-direction:column}.team-manager .team-header .header-actions .header-actions-dropdown .edit-button,.team-manager .team-header .header-actions .header-actions-dropdown .delete-button{width:100%;justify-content:flex-start;padding:.75rem 1rem;border-radius:0;border:none;text-align:left;background-color:transparent;transition:background-color .15s}.team-manager .team-header .header-actions .header-actions-dropdown .edit-button:not(:last-child),.team-manager .team-header .header-actions .header-actions-dropdown .delete-button:not(:last-child){border-bottom:1px solid var(--color-border)}.team-manager .team-header .header-actions .header-actions-dropdown .edit-button{color:var(--color-primary-dark)}.team-manager .team-header .header-actions .header-actions-dropdown .edit-button:hover{background-color:var(--color-primary-light)}.team-manager .team-header .header-actions .header-actions-dropdown .delete-button{color:var(--color-error-dark)}.team-manager .team-header .header-actions .header-actions-dropdown .delete-button:hover{background-color:var(--color-error-bg)}.team-manager .team-header .header-actions .header-actions-dropdown .delete-button:disabled{color:var(--color-text-muted);background-color:transparent}.team-manager .team-form{display:grid;gap:1.5rem}.team-manager .team-form .form-group{display:flex;flex-direction:column;gap:.5rem}.team-manager .team-form .form-group label{font-weight:500;color:var(--color-text-secondary)}.team-manager .team-form .form-group input,.team-manager .team-form .form-group select{padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;background-color:var(--color-bg-elevated);color:var(--color-text)}.team-manager .team-form .form-group input:disabled,.team-manager .team-form .form-group select:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed}.team-manager .team-form .form-group input:focus,.team-manager .team-form .form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #1976d21a}.team-manager .team-form .form-group input[type=number]{width:100px}.team-manager .team-manager__stacked{display:flex;flex-direction:column;gap:1.5rem}.team-manager .team-details-block__title,.team-manager .team-roster-block__title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.02em}.team-manager .team-summary{margin:0;display:grid;gap:0;min-width:0}.team-manager .team-summary .team-summary__row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.35rem 0;border-bottom:1px solid var(--color-bg-subtle);min-width:0}.team-manager .team-summary .team-summary__row:last-child{border-bottom:none}.team-manager .team-summary .team-summary__row dt{margin:0;font-size:.875rem;color:var(--color-text-secondary);font-weight:500;flex-shrink:0}.team-manager .team-summary .team-summary__row dd{margin:0;font-size:.9375rem;color:var(--color-text);min-width:0;overflow-wrap:break-word;word-break:break-word;text-align:right}.team-manager .team-meta-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr));gap:.625rem;margin:0;min-width:0}.team-manager .team-meta-card{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding:.65rem .75rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box}.team-manager .team-meta-card__label{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted)}.team-manager .team-meta-card__value{margin:0;font-size:1.0625rem;font-weight:600;color:var(--color-text);line-height:1.3;overflow-wrap:break-word;word-break:break-word}.team-manager .team-details-view{padding-top:.25rem}.team-manager .team-manager__stacked .team-meta-cards{margin-bottom:1rem}.team-manager .team-form--compact{gap:.75rem}.team-manager .team-form--compact .form-row{display:grid;gap:.5rem}.team-manager .team-form--compact .form-row--inline{grid-template-columns:1fr}.team-manager .team-form--compact .form-row--two{grid-template-columns:1fr 1fr}.team-manager .team-form--compact .form-group{gap:.25rem}.team-manager .team-form--compact .form-group label{font-size:.8125rem;color:var(--color-text-secondary)}.team-manager .team-form--compact .form-group input,.team-manager .team-form--compact .form-group select{padding:.4rem .5rem;font-size:.9375rem}.team-manager .team-form--compact .form-actions{margin-top:.5rem;gap:.5rem}.team-manager .error-message{color:var(--color-error);background-color:#dc35451a;padding:.5rem;border-radius:4px;border:1px solid rgba(220,53,69,.2);font-size:.9rem}.team-manager .form-actions{display:flex;gap:1rem;margin-top:1rem}.team-manager .form-actions button{padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}.team-manager .form-actions button.save-button{background-color:var(--color-primary);color:var(--color-text-on-primary);border:none}.team-manager .form-actions button.save-button:hover:not(:disabled){background-color:var(--color-primary-dark)}.team-manager .form-actions button.save-button:disabled{background-color:var(--color-text-muted);cursor:not-allowed}.team-manager .form-actions button.cancel-button{background-color:var(--color-bg-elevated);color:var(--color-text-secondary);border:1px solid var(--color-border)}.team-manager .form-actions button.cancel-button:hover:not(:disabled){background-color:var(--color-bg-subtle)}.team-manager .form-actions button.cancel-button:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed}.team-manager .team-access-tab{display:flex;flex-direction:column;gap:2rem}.team-manager .team-access-section .team-access-section__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--color-text)}.team-manager .team-access-section .team-access-section__desc,.team-manager .team-access-section .team-access-section__muted{margin:0 0 1rem;font-size:.875rem;color:var(--color-text-secondary)}.team-manager .team-access-section .team-access-section__muted{font-style:italic}.team-manager .team-access-section .team-access-section__error{margin:.5rem 0 0;font-size:.875rem;color:var(--color-error-dark)}.team-manager .team-access-section .team-access-section__success{margin:.5rem 0 0;font-size:.875rem;color:var(--color-success)}.team-manager .team-access-panel{display:flex;flex-direction:column;gap:2rem}.team-manager .add-member-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem}.team-manager .add-member-row .add-member-input{flex:1;min-width:180px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem}.team-manager .invite-link-box{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.team-manager .invite-link-box .invite-link-input{flex:1;min-width:200px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;background:var(--color-bg-subtle)}.team-manager .invite-link-box .invite-link-expiry{width:100%;margin:.25rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.team-manager .invites-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.team-manager .invites-list-item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem}.team-manager .invites-list-item--expired{opacity:.7;border-color:var(--color-border-strong)}.team-manager .invites-list-item .invites-list-item__link{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-manager .invites-list-item .invites-list-item__expiry{color:var(--color-text-muted);font-size:.8125rem}.team-manager .invites-list-item .invites-list-item__revoke{padding:.35rem .75rem;font-size:.8125rem}.team-manager .members-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.team-manager .members-list-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--color-bg-subtle);font-size:.875rem}.team-manager .members-list-item:last-child{border-bottom:none}.team-manager .members-list-item .members-list-item__label{font-weight:500;color:var(--color-text-secondary);min-width:4rem}.team-manager .members-list-item .members-list-item__uid,.team-manager .members-list-item .members-list-item__email{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;color:var(--color-text-secondary)}.team-manager .members-list-item .members-list-item__uid{font-family:monospace;font-size:.8125rem}.team-manager .members-list-item .members-list-item__remove{padding:.35rem .75rem;font-size:.8125rem}.team-manager .loading,.team-manager .error{text-align:center;padding:2rem;margin:1rem 0;border-radius:4px}.team-manager .loading{color:var(--color-primary)}.team-manager .error{color:var(--color-error-dark);background-color:var(--color-error-bg)}.team-tabs{display:flex;border-bottom:1px solid var(--color-border);margin-bottom:1rem}.team-manager .tab-content{min-width:0}.team-manager .tab-content>.roster-manager{padding:0}.tab-button{padding:.75rem 1.25rem;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer;font-size:1rem;color:var(--color-text-secondary);margin-right:.25rem;position:relative;top:1px;transition:all .2s ease}.tab-button:focus{outline:none}.tab-button.active{background-color:var(--color-bg-elevated);color:var(--color-primary);border-bottom-color:transparent}.tab-button:hover:not(.active){background-color:var(--color-border)}@media (max-width: 768px){.team-manager.team-manager--stacked{background-color:transparent;box-shadow:none;border-radius:0;padding:0;margin-bottom:0}.team-manager.team-manager--stacked .team-header{margin-bottom:1rem}.team-manager.team-manager--stacked .team-manager__stacked{gap:0}.team-manager.team-manager--stacked .team-details-block{padding-bottom:1rem;border-bottom:1px solid var(--color-bg-subtle)}.team-manager.team-manager--stacked .team-roster-block{padding-top:1rem}.team-manager.team-manager--stacked .team-manager__stacked>.team-roster-block:first-child{border-top:1px solid var(--color-bg-subtle)}.team-manager.team-manager--stacked .team-roster-block .roster-manager{padding:0}.team-manager.team-manager--stacked .team-roster-block .current-roster{background-color:transparent;box-shadow:none;border-radius:0;padding:0;margin-bottom:0}.team-manager.team-manager--stacked .team-roster-block .roster-header{margin-bottom:.75rem;justify-content:flex-end}.team-manager.team-manager--stacked .team-roster-block .roster-header h3{display:none}.team-manager{padding:1rem;margin-bottom:1rem}.team-manager .team-header{flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1.25rem}.team-manager .team-header h2{flex:1;min-width:0;font-size:1.25rem;word-break:break-word}.team-manager .team-header .header-actions{flex-shrink:0}.team-manager .team-header .header-actions-dropdown{min-width:180px}.team-manager .team-header .header-actions-dropdown .edit-button,.team-manager .team-header .header-actions-dropdown .delete-button{min-height:44px}.team-manager .team-form .form-group input[type=number]{width:100%;max-width:120px}.team-manager .team-form .form-actions{flex-direction:column}.team-manager .team-form .form-actions button{width:100%}.team-tabs{margin-bottom:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.team-tabs .tab-button{flex:1;min-width:0;padding:.65rem .75rem;font-size:.9rem;text-align:center;white-space:nowrap}}.welcome-page{display:flex;justify-content:center;padding:2rem}.welcome-page__card{background-color:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-sm);padding:2rem;width:100%;max-width:480px}.welcome-page__card h1{margin:0 0 .75rem;color:var(--color-text);font-size:1.75rem;text-align:center}.welcome-page__intro{color:var(--color-text-secondary);text-align:center;margin-bottom:1.5rem}.welcome-page .team-form .form-group input,.welcome-page .team-form .form-group select{width:100%;max-width:100%;box-sizing:border-box;padding:.45rem .5rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;line-height:1.35;background-color:var(--color-bg-elevated);color:var(--color-text)}.welcome-page .team-form .form-group input:focus,.welcome-page .team-form .form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #1976d21a}@media (max-width: 768px){.welcome-page{padding:1rem}.welcome-page__card{padding:1.25rem}}.rotation-manager{padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.rotation-manager .rotation-manager-section-title{margin:0;font-size:1.25rem;color:var(--color-text);align-self:stretch;text-align:center}.rotation-manager .rotation-explorer-toggles{width:100%;max-width:900px}.rotation-manager .rotation-manager-main-row{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}@media (min-width: 880px){.rotation-manager .rotation-manager-main-row{flex-direction:row;align-items:flex-start;justify-content:center;gap:1.5rem 2rem;max-width:58rem;margin:0 auto}}.rotation-manager .rotation-manager-main-row .rotation-manager-court-column{display:flex;flex-direction:column;align-items:center;width:100%;max-width:36rem;flex-shrink:0;gap:.35rem}.rotation-manager .rotation-manager-main-row .rotation-manager-court-column .starting-rotation-summary{margin:0 0 .15rem;width:100%;text-align:center;font-size:1rem;font-weight:600;color:var(--color-text-secondary)}.rotation-manager .rotation-manager-main-row .rotation-manager-serving-block{width:100%;max-width:26rem;margin-top:0}.rotation-manager .rotation-manager-main-row .rotation-manager-serving-block .rotation-section h3{margin:0 0 .75rem;text-align:center}@media (min-width: 880px){.rotation-manager .rotation-manager-main-row .rotation-manager-serving-block{flex:1 1 14rem;min-width:12rem;max-width:20rem;width:auto}.rotation-manager .rotation-manager-main-row .rotation-manager-serving-block .rotation-section h3{text-align:left}}.rotation-manager .rotation-manager-court-wrap{display:flex;align-items:center;justify-content:center;gap:.15rem;width:100%;max-width:36rem;margin:0 auto}.rotation-manager .rotation-manager-court-wrap .court-container{margin:0;flex:0 1 500px;max-width:min(500px,100%)}.rotation-manager .rotation-nav-arrow{flex:0 0 auto;align-self:center;width:2.25rem;min-height:3rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--color-text-secondary);font-size:2rem;line-height:1;cursor:pointer;transition:color .15s ease,background-color .15s ease}.rotation-manager .rotation-nav-arrow:hover{color:var(--color-text);background-color:var(--color-bg-subtle)}.rotation-manager .rotation-nav-arrow:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}@media (max-width: 400px){.rotation-manager .rotation-nav-arrow{width:1.75rem;min-height:2.5rem;font-size:1.65rem}}.rotation-manager .court-zone--editable{cursor:pointer}.rotation-manager .court-zone--editable:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.rotation-manager .player-info--empty{font-size:.85rem;color:var(--color-text-muted);font-style:italic}@media (max-width: 768px){.rotation-manager{padding:1rem;gap:1rem}}@media (max-width: 480px){.rotation-manager{padding:.75rem;gap:.75rem}}.rotation-manager .game-setup{width:100%;max-width:900px;background-color:var(--color-bg-elevated);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow-sm)}@media (max-width: 768px){.rotation-manager .game-setup{padding:1rem}}@media (max-width: 480px){.rotation-manager .game-setup{padding:.75rem}}.rotation-manager .game-setup .setup-section{margin-bottom:1.25rem}@media (max-width: 768px){.rotation-manager .game-setup .setup-section{margin-bottom:1rem}}@media (max-width: 480px){.rotation-manager .game-setup .setup-section{margin-bottom:.75rem}}.rotation-manager .game-setup .setup-section:last-child{margin-bottom:0}.rotation-manager .game-setup .setup-section h3{margin-bottom:.75rem;color:var(--color-text);font-size:1.1rem}@media (max-width: 480px){.rotation-manager .game-setup .setup-section h3{font-size:1rem;margin-bottom:.5rem}}.rotation-manager .game-setup .setup-section .button-group{display:flex;gap:.75rem}@media (max-width: 768px){.rotation-manager .game-setup .setup-section .button-group{gap:.5rem}}@media (max-width: 430px){.rotation-manager .game-setup .setup-section .button-group{flex-direction:column;gap:.5rem}}.rotation-manager .game-setup .setup-section .button-group .setup-button{flex:1;padding:.625rem 1.25rem;border:1px solid var(--color-border-strong);border-radius:4px;background-color:var(--color-bg-elevated);color:var(--color-text);font-size:1rem;cursor:pointer;transition:all .2s ease}@media (max-width: 480px){.rotation-manager .game-setup .setup-section .button-group .setup-button{padding:.5rem 1rem;font-size:.9rem}}.rotation-manager .game-setup .setup-section .button-group .setup-button:hover{background-color:var(--color-bg-subtle)}.rotation-manager .game-setup .setup-section .button-group .setup-button.active{background-color:var(--color-secondary);color:var(--color-text-on-primary);border-color:var(--color-secondary)}.rotation-manager .game-setup.rotation-explorer-toggles{background:transparent;box-shadow:none;padding:0}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section{margin-bottom:0}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section h3{font-size:.8rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.35rem;text-align:center;letter-spacing:.02em}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group{justify-content:center;gap:.35rem}@media (max-width: 430px){.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group{flex-direction:row;flex-wrap:wrap}}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group .setup-button{flex:0 1 auto;padding:.3rem .65rem;font-size:.8rem;border-color:var(--color-border);color:var(--color-text-secondary);background-color:var(--color-bg-subtle)}@media (max-width: 480px){.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group .setup-button{padding:.28rem .55rem;font-size:.78rem}}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group .setup-button:hover{background-color:var(--color-border);border-color:var(--color-border-strong)}.rotation-manager .game-setup.rotation-explorer-toggles .setup-section .button-group .setup-button.active{background-color:var(--color-border);color:var(--color-text);border-color:var(--color-border-strong);font-weight:600}.rotation-manager .server-selection{width:100%;max-width:900px;background-color:var(--color-bg-elevated);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow-sm)}@media (max-width: 768px){.rotation-manager .server-selection{padding:1rem}}@media (max-width: 480px){.rotation-manager .server-selection{padding:.75rem}}.rotation-manager .server-selection h3{margin-bottom:.75rem;color:var(--color-text)}@media (max-width: 480px){.rotation-manager .server-selection h3{margin-bottom:.5rem;font-size:1rem}}.rotation-manager .server-selection .player-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}@media (max-width: 768px){.rotation-manager .server-selection .player-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}}@media (max-width: 480px){.rotation-manager .server-selection .player-list{grid-template-columns:1fr;gap:.5rem}}.rotation-manager .server-selection .player-list .player-option{display:flex;align-items:center;gap:.5rem;padding:.625rem;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px;cursor:pointer;transition:all .2s ease}@media (max-width: 480px){.rotation-manager .server-selection .player-list .player-option{padding:.5rem}}.rotation-manager .server-selection .player-list .player-option:hover{background-color:var(--color-primary-light);border-color:var(--color-secondary)}.rotation-manager .server-selection .player-list .player-option .jersey-number{font-weight:700;color:var(--color-text);min-width:2rem}.rotation-manager .server-selection .player-list .player-option .player-name{flex:1;color:var(--color-text)}.rotation-manager .server-selection .player-list .player-option .player-position{color:var(--color-text-secondary);font-size:.8rem}.rotation-manager .court-container{width:100%;max-width:500px;position:relative;margin:0 auto}@media (max-width: 768px){.rotation-manager .court-container{max-width:100%}}@media (max-width: 480px){.rotation-manager .court-container{max-width:90%}}@media (max-width: 360px){.rotation-manager .court-container{max-width:95%}}.rotation-manager .net{border-top:2px dashed var(--color-text);height:8px;position:absolute;top:-2px;left:-15px;right:-15px}@media (max-width: 480px){.rotation-manager .net{height:6px;left:-10px;right:-10px}}.rotation-manager .court-grid{width:100%;max-width:500px;aspect-ratio:1.4;border:2px solid var(--color-text);display:flex;flex-direction:column}@media (max-width: 768px){.rotation-manager .court-grid{max-width:100%;aspect-ratio:1.3}}@media (max-width: 480px){.rotation-manager .court-grid{aspect-ratio:1.2;border-width:1px}}@media (max-width: 360px){.rotation-manager .court-grid{aspect-ratio:1.1}}.rotation-manager .court-grid .court-row{display:flex;flex:1;gap:1px;padding:1px}.rotation-manager .court-grid .court-row .court-zone{flex:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);cursor:pointer;transition:all .2s ease;position:relative;overflow:visible;padding:.25rem}.rotation-manager .court-grid .court-row .court-zone .zone-label{position:absolute;top:2px;left:2px;color:var(--color-text-muted);padding:1px 4px;border-radius:2px;font-size:.65rem;font-weight:700;z-index:1}.rotation-manager .court-grid .court-row .court-zone:hover{background-color:var(--gray-500)}.rotation-manager .court-grid .court-row .court-zone.selected{background-color:var(--color-primary-light);border-color:var(--color-secondary)}.rotation-manager .court-grid .court-row .court-zone .player-info{display:flex;flex-direction:column;align-items:center;gap:.05rem;padding:.15rem;text-align:center;width:100%;min-height:0}.rotation-manager .court-grid .court-row .court-zone .player-info .jersey-number{font-size:.9rem;font-weight:700;color:var(--color-text);line-height:1;flex-shrink:0}.rotation-manager .court-grid .court-row .court-zone .player-info .player-name{font-size:.65rem;color:var(--color-text-secondary);line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:center}.rotation-manager .court-grid .court-row .court-zone .player-info .player-position{font-size:.55rem;font-weight:600;color:var(--color-secondary);background-color:var(--color-primary-light);padding:1px 4px;border-radius:2px;line-height:1;flex-shrink:0}.rotation-manager .court-grid .court-row .court-zone .player-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:10;background-color:var(--color-bg-elevated);border:1px solid var(--color-border-strong);border-radius:4px;box-shadow:var(--shadow-sm);margin-top:4px;min-width:200px;max-height:300px;overflow-y:auto}.rotation-manager .court-grid .court-row .court-zone .player-dropdown .player-option{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;transition:all .2s ease}.rotation-manager .court-grid .court-row .court-zone .player-dropdown .player-option:hover{background-color:var(--color-bg-subtle)}.rotation-manager .court-grid .court-row .court-zone .player-dropdown .player-option .jersey-number{font-weight:700;color:var(--color-text);min-width:2rem}.rotation-manager .court-grid .court-row .court-zone .player-dropdown .player-option .player-name{flex:1;color:var(--color-text)}.rotation-manager .court-grid .court-row .court-zone .player-dropdown .player-option .player-position{font-size:.7rem;font-weight:600;color:var(--color-secondary);background-color:var(--color-primary-light);padding:2px 6px;border-radius:3px}.rotation-manager .player-selection{width:100%;max-width:800px;background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm)}.rotation-manager .player-selection h3{margin-bottom:1rem;color:var(--color-text)}.rotation-manager .player-selection .player-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.rotation-manager .player-selection .player-list .player-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px;cursor:pointer;transition:all .2s ease}.rotation-manager .player-selection .player-list .player-button:hover{background-color:var(--color-primary-light);border-color:var(--color-secondary)}.rotation-manager .player-selection .player-list .player-button .jersey-number{font-size:1.2rem;font-weight:700;color:var(--color-text)}.rotation-manager .player-selection .player-list .player-button .player-name{font-size:.9rem;color:var(--color-text-secondary)}.rotation-manager .player-selection .player-list .player-button .player-position{font-size:.8rem;color:var(--color-text-muted)}.rotation-manager .generate-section{margin-top:2rem;text-align:center}.rotation-manager .generate-button{background-color:var(--color-success);color:var(--color-text-on-primary);padding:12px 24px;border:none;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease}.rotation-manager .generate-button:hover{filter:brightness(.9)}.rotation-manager .generate-button:disabled{background-color:var(--color-border-strong);cursor:not-allowed}.rotation-manager .generated-rotation{margin-top:2rem;padding:1rem;background-color:var(--color-bg-subtle);border-radius:8px}.rotation-manager .generated-rotation h3{margin-bottom:1rem;color:var(--color-text)}.rotation-manager .rotation-list{display:flex;flex-direction:column;gap:.5rem}.rotation-manager .rotation-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:var(--color-bg-elevated);border-radius:4px;box-shadow:var(--shadow-sm)}.rotation-manager .rotation-item .position-number{font-weight:700;color:var(--color-text-secondary);min-width:2rem}.rotation-manager .rotation-item .jersey-number{font-weight:700;color:var(--color-text)}.rotation-manager .rotation-item .player-name{flex:1;color:var(--color-text)}.rotation-manager .rotation-item .player-position{font-size:.7rem;font-weight:600;color:var(--color-secondary);background-color:var(--color-primary-light);padding:2px 6px;border-radius:3px}.rotation-manager .dropdown-button-container{position:relative;display:flex;flex:1}.rotation-manager .dropdown-content{position:absolute;top:100%;left:0;z-index:1000;min-width:200px;background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;box-shadow:var(--shadow-sm);margin-top:4px}.rotation-manager .dropdown-item{padding:8px 16px;cursor:pointer;transition:background-color .2s;color:var(--color-text)}.rotation-manager .dropdown-item:hover{background-color:var(--color-bg-subtle)}.rotation-manager .dropdown-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.rotation-manager .dropdown-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.rotation-manager .generated-rotations{display:flex;gap:2rem;margin-top:1rem;flex-wrap:wrap}.rotation-manager .generated-rotations.out-of-date{opacity:.5;position:relative}.rotation-manager .generated-rotations.out-of-date .rotation-section{filter:grayscale(70%)}.rotation-manager .generated-rotations .rotation-section{flex:1;min-width:300px}.rotation-manager .generated-rotations .rotation-section h3{margin-bottom:1rem;text-align:center;color:var(--color-text)}.rotation-manager .generated-rotations .rotation-section .starting-rotation-summary{margin:0 0 .5rem;text-align:center;font-size:1rem;font-weight:600;color:var(--color-text-secondary)}.rotation-manager .generated-rotations .rotation-section .rotation-step-controls{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.rotation-manager .generated-rotations .rotation-section .rotation-step-button{padding:.5rem 1rem;border:1px solid var(--color-border-strong);border-radius:4px;background-color:var(--color-bg-elevated);color:var(--color-text);font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.rotation-manager .generated-rotations .rotation-section .rotation-step-button:hover{background-color:var(--color-bg-subtle)}.modify-button{padding:.75rem 1.5rem;border:1px solid var(--color-border-strong);border-radius:4px;background-color:var(--color-bg-elevated);color:var(--color-text);font-size:1rem;cursor:pointer;transition:all .2s ease}.modify-button:hover{background-color:var(--color-bg-subtle)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--overlay-backdrop);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--color-bg-elevated);box-sizing:border-box;position:relative;padding:.5rem .5rem 1rem 1.125rem;border-radius:8px;box-shadow:var(--shadow-md);width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:flex-start;justify-content:flex-start;position:relative;margin-bottom:.75rem;padding-right:2.25rem;min-height:2rem}.modal-header h2{margin:0;font-size:1.25rem;line-height:1.3;color:var(--color-text);padding-right:.25rem}.modal-header .close-button{position:absolute;top:0;right:0;margin:0;padding:0;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.625rem;line-height:1;cursor:pointer;color:var(--color-text-muted)}.modal-header .close-button:hover{color:var(--color-text)}.player-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.player-list .player-option{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px;cursor:pointer;transition:all .2s ease}.player-list .player-option:hover{background-color:var(--color-primary-light);border-color:var(--color-secondary)}.player-list .player-option.disabled{cursor:not-allowed;opacity:.5;background-color:var(--color-bg-subtle);border-color:var(--color-border)}.player-list .player-option.disabled:hover{background-color:var(--color-bg-subtle);border-color:var(--color-border)}.player-list .player-option .jersey-number{font-weight:700;color:var(--color-text);min-width:2rem}.player-list .player-option .player-name{flex:1;color:var(--color-text)}.player-list .player-option .player-position{font-size:.7rem;font-weight:600;color:var(--color-secondary);background-color:var(--color-primary-light);padding:2px 6px;border-radius:3px}.serving-order{display:flex;flex-direction:column;gap:.5rem}.serving-order .serving-player{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;transition:background-color .2s ease}.serving-order .serving-player:hover{background-color:var(--color-bg-subtle)}.serving-order .serving-player .order-number{font-weight:700;color:var(--color-text);min-width:1.5rem;text-align:center}.serving-order .serving-player .jersey-number{font-weight:600;color:var(--color-text-secondary);min-width:2.5rem}.serving-order .serving-player .player-name{flex:1;color:var(--color-text);font-weight:500}.serving-order .serving-player .player-position{font-size:.75rem;font-weight:600;color:var(--color-secondary);background-color:var(--color-primary-light);padding:.25rem .5rem;border-radius:3px;min-width:2rem;text-align:center}.team-select-control{display:inline-flex;align-items:center;min-width:0}.team-select-control--loading,.team-select-control--empty{font-size:.9rem;color:var(--color-text-secondary);white-space:nowrap}.team-select-control--empty{color:var(--color-primary);font-weight:600;text-decoration:none;padding:.35rem .5rem;border-radius:8px}.team-select-control--empty:hover{background-color:var(--color-primary-light)}.team-select-control__select{max-width:min(16rem,100%);padding:.4rem .55rem;font-size:.9rem;font-weight:500;color:var(--color-text);border:1px solid var(--color-border-strong);border-radius:8px;background:var(--color-bg-elevated);cursor:pointer}.team-select-control__select:focus{outline:2px solid var(--color-primary-light);outline-offset:1px}.team-required-prompt{text-align:center}.team-required-prompt>p:first-child{margin:0 0 .75rem}.team-required-prompt__control{display:flex;justify-content:center;margin:.35rem 0 1rem}.team-required-prompt__manage{margin:0;font-size:.95rem}.team-required-prompt__manage a{color:var(--color-primary);font-weight:500;text-decoration:none}.team-required-prompt__manage a:hover{text-decoration:underline}.set-wizard-error{padding:1.25rem 1.5rem;text-align:center;max-width:32rem;margin:1rem auto;background:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-sm)}.set-wizard-error p{margin:.35rem 0;color:var(--color-text-secondary)}.set-wizard-error a{color:var(--color-primary);font-weight:600;text-decoration:none}.set-wizard-error a:hover{text-decoration:underline}.teams-page{padding:2rem;max-width:100%;overflow-x:hidden;min-width:0}.teams-page h1{margin-bottom:2rem;color:var(--color-text)}.teams-page--detail-route .teams-page__back{margin-bottom:1rem}.teams-page--detail-route .team-manager{margin-top:0}.teams-page__create-team-modal.modal-content{max-height:none;overflow:visible}.teams-page__create-team-modal .team-form{padding-top:0;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box;display:grid;gap:.5rem;min-width:0}.teams-page__create-team-modal .team-form .form-group{display:flex;flex-direction:column;gap:.25rem;width:100%;min-width:0}.teams-page__create-team-modal .team-form .form-group label{font-weight:500;color:var(--color-text-secondary)}.teams-page__create-team-modal .team-form .form-group input,.teams-page__create-team-modal .team-form .form-group select{width:100%;max-width:100%;box-sizing:border-box;padding:.45rem .5rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;line-height:1.35;background-color:var(--color-bg-elevated);color:var(--color-text)}.teams-page__create-team-modal .team-form .form-group input:focus,.teams-page__create-team-modal .team-form .form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #1976d21a}.teams-page__create-team-modal .team-form .form-group input[type=number]{width:100%}.teams-page__create-team-modal .team-form .error-message{color:var(--color-error);background-color:var(--color-error-bg);padding:.5rem;border-radius:4px;border:1px solid var(--color-error);font-size:.9rem}.teams-page__create-team-modal .team-form .form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.375rem;padding-bottom:0;width:100%;justify-content:flex-start}.teams-page__create-team-modal .team-form .form-actions button{padding:.5rem 1rem}.teams-page .teams-content{display:grid;gap:2rem;grid-template-columns:1fr;min-width:0;max-width:100%}.teams-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.teams-page .section-header h2{margin:0;color:var(--color-text);font-size:1.5rem}.teams-page .section-header .create-team-button{background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.teams-page .section-header .create-team-button:hover{background-color:var(--color-primary-dark)}.teams-page .section-header .close-button{background-color:var(--color-bg-subtle);color:var(--color-text-secondary);border:1px solid var(--color-border);padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s}.teams-page .section-header .close-button:hover{background-color:var(--color-border)}.teams-page .teams-list-section{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm)}.teams-page .no-teams-message{text-align:center;padding:3rem;background-color:var(--color-bg);border-radius:8px;border:2px dashed var(--color-border)}.teams-page .no-teams-message p{color:var(--color-text-secondary);font-size:1.1rem;margin-bottom:1.5rem}.teams-page .no-teams-message .create-team-button{background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.teams-page .no-teams-message .create-team-button:hover{background-color:var(--color-primary-dark)}.teams-page .teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.teams-page .team-card{background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.teams-page .team-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.teams-page .team-card.selected{border-color:var(--color-primary);box-shadow:0 4px 8px #1976d233}.teams-page .team-card.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:var(--color-primary);border-radius:8px 8px 0 0}.teams-page .team-card .team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.teams-page .team-card .team-header h3{margin:0;color:var(--color-text);font-size:1.2rem}.teams-page .team-card .team-header .selected-indicator{color:var(--color-primary);font-size:.9rem;font-weight:500}.teams-page .team-card .team-details .detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--color-text-secondary)}.teams-page .team-card .team-details .detail-row:last-child{margin-bottom:0}.teams-page .team-card .team-details .detail-row .label{font-weight:500}.teams-page .team-card .team-details .detail-row .value{color:var(--color-text)}.teams-page .team-details-section{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm);min-width:0;max-width:100%}.teams-page .teams-page__back{display:block;width:100%;margin-bottom:1rem;padding:.75rem 0;background:none;border:none;border-bottom:1px solid var(--color-border);border-radius:0;font-size:1rem;color:var(--color-primary);cursor:pointer;text-align:left;transition:color .2s,background-color .2s}.teams-page .teams-page__back:hover{color:var(--color-primary-dark);background-color:var(--color-bg-subtle)}.teams-page .no-team-selected{text-align:center;padding:3rem;background-color:var(--color-bg);border-radius:8px;border:2px dashed var(--color-border)}.teams-page .no-team-selected p{color:var(--color-text-secondary);font-size:1.1rem;margin:0}.teams-page .loading{text-align:center;padding:2rem;color:var(--color-text-secondary)}.teams-page .error{text-align:center;padding:2rem;color:var(--color-error);background-color:var(--color-error-bg);border-radius:8px;margin:2rem}@media (max-width: 768px){.teams-page{padding:.5rem 1rem 1rem}.teams-page h1{font-size:1.5rem;margin-top:0;margin-bottom:1rem}.teams-page .teams-content{gap:1.25rem}.teams-page .teams-page__back{min-height:44px;padding:.75rem 0;display:flex;align-items:center}.teams-page .section-header{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.teams-page .section-header h2{font-size:1.25rem;flex:1;min-width:0}.teams-page .section-header .create-team-button,.teams-page .section-header .close-button{width:100%;padding:.65rem 1rem;font-size:.9rem}.teams-page.teams-page--list-only,.teams-page.teams-page--list-only .teams-list-section{padding:.75rem 1rem}.teams-page .teams-list-section,.teams-page .team-details-section{padding:1rem}.teams-page .teams-grid{grid-template-columns:1fr;gap:.75rem}.teams-page .team-card{padding:1rem}.teams-page .team-card .team-header h3{font-size:1.1rem}.teams-page .team-card .team-details .detail-row{font-size:.9rem}.teams-page.teams-page--list-only .team-card{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;min-height:44px}.teams-page.teams-page--list-only .team-card .team-header{margin-bottom:0;flex:1;min-width:0}.teams-page.teams-page--list-only .team-card .team-header h3{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teams-page.teams-page--list-only .team-card .team-header .selected-indicator{flex-shrink:0}.teams-page.teams-page--list-only .team-card .team-details{display:none}.teams-page.teams-page--list-only .team-card:after{content:"›";font-size:1.25rem;color:var(--color-text-muted);flex-shrink:0}.teams-page .no-teams-message,.teams-page .no-team-selected{padding:2rem 1rem}.teams-page .no-teams-message p,.teams-page .no-team-selected p{font-size:1rem}.teams-page.teams-page--detail-only .team-details-section{padding:0 1rem 1rem}}.roster-manager{width:100%;max-width:100%;margin:0 auto;padding:1rem 1.25rem;box-sizing:border-box;min-width:0;overflow-x:hidden}.roster-manager h2{margin-bottom:2rem;color:var(--color-text);text-align:center}.roster-manager h3{margin-bottom:1rem;color:var(--color-text-secondary)}.roster-manager .error-message{background-color:var(--color-error-bg);color:var(--color-error-dark);padding:1rem;border-radius:4px;margin-bottom:1rem}.roster-manager .current-roster{background-color:var(--color-bg-elevated);padding:.65rem .85rem;border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:1rem;max-width:100%;min-width:0;overflow-x:hidden}.roster-manager .current-roster .empty-roster{text-align:center;padding:1.25rem .75rem}.roster-manager .current-roster .empty-roster .no-players{margin:0;color:var(--color-text-secondary)}.roster-manager .roster-next-step{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;background-color:var(--color-primary-light);border:1px solid var(--color-primary-light);border-radius:8px;padding:.85rem 1.1rem;margin-bottom:1rem}.roster-manager .roster-next-step__text{margin:0;color:var(--color-primary-dark);font-size:.95rem}.roster-manager .roster-next-step__link{color:var(--color-primary);font-weight:600;text-decoration:none;white-space:nowrap}.roster-manager .roster-next-step__link:hover{text-decoration:underline}.roster-manager .roster-next-step--progress{background-color:var(--color-bg);border-color:var(--color-border)}.roster-manager .roster-next-step--progress .roster-next-step__text{color:var(--color-text-secondary)}.roster-manager .add-players-section{background-color:var(--color-bg-elevated);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow-sm);margin-top:2rem}.roster-manager .add-players-section .form-controls button{flex:1;padding:.75rem;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.roster-manager .add-players-section .form-controls button.form-toggle{background-color:var(--color-bg-subtle);color:var(--color-text-secondary)}.roster-manager .add-players-section .form-controls button.form-toggle.active{background-color:var(--color-secondary);color:var(--color-text-on-primary)}.roster-manager .add-players-section .form-controls button.form-toggle:hover:not(.active){background-color:var(--color-border)}.roster-manager .add-players-section .form-controls button.close-forms{flex:0 0 auto;background-color:var(--color-bg-subtle);color:var(--color-text-secondary)}.roster-manager .add-players-section .form-controls button.close-forms:hover{background-color:var(--color-border)}.roster-manager .add-players-section .add-player-form,.roster-manager .add-players-section .bulk-import{max-width:800px;margin:0 auto}.roster-manager .add-players-section .add-player-form .form-group,.roster-manager .add-players-section .bulk-import .form-group{margin-bottom:1rem}.roster-manager .add-players-section .add-player-form .form-group label,.roster-manager .add-players-section .bulk-import .form-group label{display:block;margin-bottom:.5rem;color:var(--color-text)}.roster-manager .add-players-section .add-player-form .form-group input,.roster-manager .add-players-section .add-player-form .form-group select,.roster-manager .add-players-section .add-player-form .form-group textarea,.roster-manager .add-players-section .bulk-import .form-group input,.roster-manager .add-players-section .bulk-import .form-group select,.roster-manager .add-players-section .bulk-import .form-group textarea{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;box-sizing:border-box}.roster-manager .add-players-section .add-player-form .form-group input:focus,.roster-manager .add-players-section .add-player-form .form-group select:focus,.roster-manager .add-players-section .add-player-form .form-group textarea:focus,.roster-manager .add-players-section .bulk-import .form-group input:focus,.roster-manager .add-players-section .bulk-import .form-group select:focus,.roster-manager .add-players-section .bulk-import .form-group textarea:focus{outline:none;border-color:var(--color-primary-light);box-shadow:0 0 0 2px #2196f31a}.roster-manager .add-players-section .add-player-form .form-group textarea,.roster-manager .add-players-section .bulk-import .form-group textarea{resize:vertical;min-height:100px}.roster-manager .add-players-section .add-player-form button,.roster-manager .add-players-section .bulk-import button{padding:.75rem 1.5rem;background-color:var(--color-secondary);color:var(--color-text-on-primary);border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.roster-manager .add-players-section .add-player-form button:hover:not(:disabled),.roster-manager .add-players-section .bulk-import button:hover:not(:disabled){background-color:var(--color-primary)}.roster-manager .add-players-section .add-player-form button:disabled,.roster-manager .add-players-section .bulk-import button:disabled{background-color:var(--color-border);cursor:not-allowed}.roster-manager .add-players-section .bulk-import p{margin-bottom:1rem;color:var(--color-text)}.roster-manager .add-players-section .bulk-import ul{margin:.5rem 0;padding-left:1.5rem;color:var(--color-text)}.roster-manager .add-players-section .bulk-import ul li{margin:.25rem 0;color:var(--color-text)}.roster-manager .add-players-section .bulk-import .csv-upload{margin-top:1rem;text-align:center}.roster-manager .add-players-section .bulk-import .csv-upload button{background-color:var(--color-bg-subtle);color:var(--color-secondary)}.roster-manager .add-players-section .bulk-import .csv-upload button:hover:not(:disabled){background-color:var(--color-primary-light)}.roster-manager .processing-message{text-align:center;color:var(--color-text-secondary);margin-top:1rem;font-style:italic}.roster-manager .roster-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem;min-width:0}.roster-manager .roster-header h3{margin:0;color:var(--color-text);font-size:1.2rem;min-width:0;flex:1}.roster-manager .roster-header .add-player-toolbar-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex-shrink:0;padding:.45rem .85rem;background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.2;transition:background-color .2s}.roster-manager .roster-header .add-player-toolbar-button:hover{background-color:var(--color-primary-dark)}.roster-manager .roster-header .add-player-toolbar-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.roster-manager .roster-header .add-player-toolbar-button__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.roster-manager .roster-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.roster-manager .roster-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.875rem;min-width:26rem}.roster-manager .roster-table col.roster-table__colgroup-col--jersey{width:4.25rem}.roster-manager .roster-table col.roster-table__colgroup-col--position{width:11.25rem}.roster-manager .roster-table col.roster-table__colgroup-col--actions{width:4.75rem}.roster-manager .roster-table th,.roster-manager .roster-table td{padding:.3rem .45rem;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}.roster-manager .roster-table thead th{font-weight:600;color:var(--color-text-secondary);background:var(--color-bg);border-bottom:2px solid var(--color-border);white-space:nowrap;padding-top:.35rem;padding-bottom:.35rem}.roster-manager .roster-table__col-actions{width:1%;text-align:right}.roster-manager .roster-table tbody tr:nth-child(2n){background-color:var(--color-bg-subtle)}.roster-manager .roster-table tbody tr:hover{background-color:var(--color-primary-light)}.roster-manager .roster-table__cell--jersey{font-weight:600;color:var(--color-primary);white-space:nowrap;width:4.5rem}.roster-manager .roster-table__cell--name{font-weight:500;color:var(--color-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-manager .roster-table__cell--position{position:relative;overflow:visible}.roster-manager .roster-table__cell--actions{text-align:right;white-space:nowrap;width:1%}.roster-manager .roster-table .player-position{display:inline-block;position:relative;font-size:.8125rem;padding:.25rem .5rem;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;background-color:var(--color-primary-light);color:var(--color-primary);border:1px solid transparent;max-width:100%}.roster-manager .roster-table .player-position:hover{background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.roster-manager .roster-table .player-position[data-position=Unassigned]{background-color:var(--color-warning-bg);color:var(--color-warning)}.roster-manager .roster-table .player-position[data-position=Unassigned]:hover{background-color:var(--color-warning-bg);border-color:var(--color-warning)}.roster-manager .roster-table .player-position.editing{background-color:var(--color-primary-light);border-color:var(--color-primary-light);border-radius:4px 4px 0 0;z-index:2}.roster-manager .roster-table .player-position .position-dropdown{position:absolute;top:100%;left:0;min-width:11rem;max-height:14rem;overflow-y:auto;background:var(--color-bg-elevated);border:1px solid var(--color-primary-light);border-top:none;border-radius:0 0 4px 4px;box-shadow:var(--shadow-md);z-index:1000}.roster-manager .roster-table .player-position .position-dropdown .position-option{padding:.5rem .65rem;transition:background-color .15s ease}.roster-manager .roster-table .player-position .position-dropdown .position-option:hover{background-color:var(--color-primary-light)}.roster-manager .roster-table .player-position .position-dropdown .position-option.active{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:500}.roster-manager .roster-table .player-position .position-dropdown .position-option:last-child{border-radius:0 0 4px 4px}.roster-manager .error-message{background-color:var(--color-error-bg);color:var(--color-error);padding:1rem;border-radius:4px;margin-bottom:1.5rem}.roster-manager .add-players-section{margin-top:2rem;background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm)}.roster-manager .add-players-section .form-controls{display:flex;gap:1rem;margin-bottom:1.5rem}.roster-manager .add-players-section .form-controls .form-toggle{padding:.5rem 1rem;border:1px solid var(--color-border);background-color:var(--color-bg-elevated);color:var(--color-text-secondary);border-radius:4px;cursor:pointer;transition:all .2s}.roster-manager .add-players-section .form-controls .form-toggle:hover{background-color:var(--color-bg-subtle)}.roster-manager .add-players-section .form-controls .form-toggle.active{background-color:var(--color-primary);color:var(--color-text-on-primary);border-color:var(--color-primary)}.roster-manager .add-players-section .form-controls .close-forms{margin-left:auto;padding:.5rem 1rem;border:1px solid var(--color-border);background-color:var(--color-bg-elevated);color:var(--color-text-secondary);border-radius:4px;cursor:pointer;transition:all .2s}.roster-manager .add-players-section .form-controls .close-forms:hover{background-color:var(--color-bg-subtle)}.roster-manager .add-players-section .add-player-form{max-width:400px;margin:0 auto}.roster-manager .add-players-section .add-player-form .form-row{display:flex;gap:1rem;align-items:center}.roster-manager .add-players-section .add-player-form .form-row .form-group{flex:1}.roster-manager .add-players-section .add-player-form .form-group{margin-bottom:1rem}.roster-manager .add-players-section .add-player-form .form-group label{display:block;margin-bottom:.5rem;color:var(--color-text-secondary)}.roster-manager .add-players-section .add-player-form .form-group input,.roster-manager .add-players-section .add-player-form .form-group select{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;box-sizing:border-box}.roster-manager .add-players-section .add-player-form .form-group input:focus,.roster-manager .add-players-section .add-player-form .form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #1976d21a}.roster-manager .add-players-section .add-player-form button{width:100%;padding:.75rem;background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.roster-manager .add-players-section .add-player-form button:hover{background-color:var(--color-primary-dark)}.roster-manager .add-players-section .bulk-import{max-width:600px;margin:0 auto}.roster-manager .add-players-section .bulk-import p{color:var(--color-text-secondary);margin-bottom:.5rem}.roster-manager .add-players-section .bulk-import ul{margin:1rem 0;padding-left:1.5rem;color:var(--color-text-secondary)}.roster-manager .add-players-section .bulk-import ul li{margin-bottom:.5rem}.roster-manager .add-players-section .bulk-import .form-group{margin:1.5rem 0}.roster-manager .add-players-section .bulk-import .form-group textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;resize:vertical}.roster-manager .add-players-section .bulk-import .form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #1976d21a}.roster-manager .add-players-section .bulk-import button{padding:.75rem 1.5rem;background-color:var(--color-primary);color:var(--color-text-on-primary);border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s;margin-right:1rem}.roster-manager .add-players-section .bulk-import button:hover:not(:disabled){background-color:var(--color-primary-dark)}.roster-manager .add-players-section .bulk-import button:disabled{background-color:var(--color-border-strong);cursor:not-allowed}.roster-manager .add-players-section .bulk-import .csv-upload{display:inline-block}.roster-manager .add-players-section .processing-message{text-align:center;color:var(--color-primary);margin-top:1rem}.player-actions{display:flex;gap:.5rem}.player-actions .edit-button,.player-actions .delete-button,.player-actions .save-button,.player-actions .cancel-button{background:none;border:none;cursor:pointer;font-size:.8rem;padding:.25rem;border-radius:4px;transition:background-color .2s;line-height:1}.player-actions .edit-button svg,.player-actions .delete-button svg,.player-actions .save-button svg,.player-actions .cancel-button svg{width:16px;height:16px}.player-actions .edit-button,.player-actions .save-button{color:var(--color-primary)}.player-actions .edit-button:hover,.player-actions .save-button:hover{background-color:var(--color-primary-light)}.player-actions .delete-button,.player-actions .cancel-button{color:var(--color-error)}.player-actions .delete-button:hover,.player-actions .cancel-button:hover{background-color:var(--color-error-bg)}.add-player-form__hint{margin:0 0 .75rem;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.35}.add-player-form .form-row{display:flex;gap:1rem;align-items:center}.add-player-form .form-row .form-group{flex:1}.add-player-form .form-group{margin-bottom:1rem}.add-player-form .form-group label{display:block;margin-bottom:.25rem;font-weight:500}.add-player-form .form-group input,.add-player-form .form-group select{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;box-sizing:border-box}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.switch-view-link{margin-top:1rem;text-align:center}.switch-view-link button{background:none;border:none;color:var(--color-primary);cursor:pointer;text-decoration:underline;font-size:.9rem}.switch-view-link button:hover{color:var(--color-primary-dark)}.bulk-import p{margin-bottom:.5rem}.bulk-import textarea{width:100%;min-height:100px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;margin-bottom:1rem}.bulk-import .csv-upload{margin-top:1rem}@media (max-width: 768px){.roster-manager{padding:1rem}.roster-manager .current-roster{padding:1rem;margin-bottom:1.5rem}.roster-manager .current-roster .empty-roster{padding:1.5rem}.roster-manager .player-actions{flex-shrink:0}}.start-session-page{display:flex;justify-content:center;padding:2rem}.start-session-page__card{background-color:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-sm);padding:2rem;width:100%;max-width:480px}.start-session-page__card h1{margin:0 0 .75rem;color:var(--color-text);font-size:1.75rem;text-align:center}.start-session-page__intro{color:var(--color-text-secondary);text-align:center;margin-bottom:1.5rem}.start-session-page__options{display:flex;flex-direction:column;gap:.75rem}.start-session-page__option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.25rem;border:1px solid var(--color-border);border-radius:8px;background-color:var(--color-bg-subtle);cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease}.start-session-page__option:hover{border-color:var(--color-text-muted);background-color:var(--color-bg)}.start-session-page__option-title{font-size:1.1rem;font-weight:600;color:var(--color-text)}.start-session-page__option-desc{color:var(--color-text-secondary);font-size:.9rem}@media (max-width: 768px){.start-session-page{padding:1rem}.start-session-page__card{padding:1.25rem}}.share-link-modal__input{width:100%;box-sizing:border-box;padding:.6rem .75rem;margin-top:.75rem;font-size:.95rem;border:1px solid var(--color-border-strong);border-radius:4px;color:var(--color-text);background:var(--color-bg-subtle)}.share-link-modal__input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #2196f333}.stat-tool-page{padding:1rem;max-width:1400px;margin:0 auto;background:var(--stat-bg);min-height:100vh;color:var(--stat-text-secondary)}.stat-tool-page .stat-tool-page-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.stat-tool-page .stat-tool-page-header-actions{display:inline-flex;align-items:center;gap:.4rem}.stat-tool-page .stat-tool-page-title{font-size:1.5rem;margin:0;color:var(--stat-text)}.stat-tool-page .stat-tool-page-header-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.stat-tool-page .loading-state{padding:1.5rem;text-align:center;color:var(--stat-text-muted)}.stat-tool-page .stat-tool-practice-viewer-hint{padding:.75rem 0;margin:0;color:var(--stat-text-muted);font-size:.95rem}.stat-tool-page .stat-tool-practice-viewer-hint strong{color:var(--stat-text-secondary)}.stat-tool-page .stat-tool-no-team-block{padding:2rem;text-align:center;background:var(--stat-bg-elevated);border-radius:8px;color:var(--stat-text-secondary)}.stat-tool-page .stat-tool-no-team-block a{color:var(--stat-accent);text-decoration:none}.stat-tool-page .stat-tool-no-team-block a:hover{text-decoration:underline}.stat-tool-page .stat-tool-no-team-block .team-required-prompt__manage a{color:var(--stat-accent)}.stat-tool-page .team-select-control--stat-tool.team-select-control--loading{color:var(--stat-text-muted)}.stat-tool-page .team-select-control--stat-tool.team-select-control--empty{color:var(--stat-accent)}.stat-tool-page .team-select-control--stat-tool.team-select-control--empty:hover{background:var(--stat-accent-bg)}.stat-tool-page .team-select-control--stat-tool .team-select-control__select{background:var(--stat-surface);color:var(--stat-text);border-color:var(--stat-border-strong)}.stat-tool-page .team-select-control--stat-tool .team-select-control__select:focus{outline-color:var(--stat-accent)}.stat-tool-page .stat-tool-no-players{margin:1rem 0;color:var(--stat-text-muted)}.stat-tool-page .stat-tool-no-players a{color:var(--stat-accent);text-decoration:none}.stat-tool-page .stat-tool-no-players a:hover{text-decoration:underline}.stat-tool-page .stat-tool-session-mode-gate{max-width:40rem;margin:1rem auto 2rem;padding:1.5rem 1.25rem;background:var(--stat-bg-elevated);border-radius:10px;border:1px solid var(--stat-border);box-shadow:var(--stat-shadow-md)}.stat-tool-page .stat-tool-session-mode-gate__title{margin:0 0 .75rem;font-size:1.25rem;color:var(--stat-text);text-align:center}.stat-tool-page .stat-tool-session-mode-gate__intro{margin:0 0 1.25rem;font-size:.9rem;line-height:1.45;color:var(--stat-text-muted);text-align:center}.stat-tool-page .stat-tool-session-mode-gate__options{display:flex;flex-direction:column;gap:.75rem;flex-wrap:wrap}@media (min-width: 640px){.stat-tool-page .stat-tool-session-mode-gate__options{flex-direction:row;align-items:stretch}}@media (min-width: 960px){.stat-tool-page .stat-tool-session-mode-gate__options{flex-wrap:nowrap}}.stat-tool-page .stat-tool-session-mode-gate__card{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem;text-align:left;border-radius:8px;border:2px solid var(--stat-surface-active);background:var(--stat-bg-elevated);color:var(--stat-text-secondary);cursor:pointer;text-decoration:none;transition:border-color .15s ease,background .15s ease}.stat-tool-page .stat-tool-session-mode-gate__card:hover{border-color:var(--stat-accent);background:var(--stat-surface-hover)}.stat-tool-page .stat-tool-session-mode-gate__card:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-page .stat-tool-session-mode-gate__card--suggested{border-color:#64b5f68c;background:#64b5f614}.stat-tool-page .stat-tool-session-mode-gate__card-title{font-size:1.05rem;font-weight:700;color:var(--stat-text)}.stat-tool-page .stat-tool-session-mode-gate__card-desc{font-size:.82rem;line-height:1.4;color:var(--stat-text-muted)}.stat-tool-header{position:relative;z-index:20;background:var(--stat-bg-elevated);border-radius:8px;box-shadow:var(--stat-shadow-sm);margin-bottom:1rem;padding:.75rem 1rem;color:var(--stat-text-secondary)}.stat-tool-header-main{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.stat-tool-header-trailing{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-wrap:wrap}.stat-tool-header-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.stat-tool-logging-settings{position:relative;flex-shrink:0}.stat-tool-header-ghost-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--stat-text-muted);cursor:pointer}.stat-tool-header-ghost-icon-btn:hover{color:var(--stat-text);background:var(--stat-tint-bg-3)}.stat-tool-header-ghost-icon-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-logging-settings-dropdown{position:absolute;top:calc(100% + .35rem);z-index:100;min-width:12.5rem;padding:.35rem 0;background:var(--stat-bg-elevated);border:1px solid var(--stat-border);border-radius:8px;box-shadow:var(--stat-shadow-md)}.stat-tool-logging-settings-dropdown--align-right{right:0;left:auto}.stat-tool-logging-settings-dropdown--align-left{left:0;right:auto}.stat-tool-logging-settings-item{display:block;width:100%;padding:.5rem .85rem;border:none;background:transparent;font:inherit;font-size:.9rem;text-align:left;color:var(--stat-text-secondary);cursor:pointer}.stat-tool-logging-settings-item:hover{background:var(--stat-tint-bg-3)}.stat-tool-logging-settings-item--destructive{color:var(--stat-error-accent);font-weight:600}.stat-tool-logging-settings-item--destructive:hover{color:var(--stat-error-text);background:#f4433624}.stat-tool-logging-settings-divider{height:1px;margin:.25rem 0;background:var(--stat-border)}.stat-tool-logging-settings-calc{display:flex;align-items:center;gap:.45rem;padding:.45rem .85rem .55rem;font-size:.88rem;color:var(--stat-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.stat-tool-logging-settings-calc input{accent-color:var(--stat-accent);width:1rem;height:1rem;flex-shrink:0}.stat-tool-logging-settings-compact-block{padding-bottom:.15rem}.stat-tool-logging-settings-compact-hint{margin:-.15rem .85rem .35rem;padding-left:1.45rem;font-size:.75rem;line-height:1.35;color:var(--stat-text-muted)}.stat-tool-logging-settings-sections-block{padding-top:.2rem;padding-bottom:.15rem;border-top:1px solid var(--stat-border)}.stat-tool-logging-settings-sections-label{margin:.5rem .85rem .1rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--stat-text-muted)}.stat-tool-live-broadcast{--live-letter-dim: var(--stat-kill-border);--live-letter-bright: var(--stat-live);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;padding:.2rem .5rem;border-radius:6px;background:var(--stat-live-bg);border:1px solid var(--stat-live-border)}.stat-tool-live-broadcast--compact{font-size:.7rem;padding:.15rem .35rem}button.stat-tool-live-broadcast{cursor:pointer;font-family:inherit;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.stat-tool-live-broadcast:focus-visible{outline:2px solid rgba(105,240,174,.8);outline-offset:2px}.stat-tool-live-broadcast__letters{display:inline-flex;line-height:1}.stat-tool-live-broadcast__letter{display:inline-block;min-width:.55em;text-align:center;animation:stat-tool-live-broadcast-letter 1.6s ease-in-out infinite;color:var(--live-letter-dim)}@keyframes stat-tool-live-broadcast-letter{0%,to{color:var(--live-letter-dim)}50%{color:var(--live-letter-bright)}}@media (prefers-reduced-motion: reduce){.stat-tool-live-broadcast__letter{animation:none;color:var(--live-letter-bright)}}.stat-tool-expand-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-expand-btn:hover{background:var(--stat-surface-hover);color:var(--stat-text)}.stat-tool-expanded-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background:var(--stat-bg);color:var(--stat-text-secondary);display:flex;flex-direction:column;overflow:hidden}.stat-tool-expanded-header{flex-shrink:0;position:sticky;top:0;z-index:50;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--stat-bg-elevated);border-bottom:1px solid var(--stat-border);box-shadow:var(--stat-shadow-sm)}.stat-tool-expanded-header .stat-tool-expanded-summary{order:0;justify-content:flex-start;flex-wrap:wrap;min-width:0}.stat-tool-expanded-header .stat-tool-expanded-live-context{order:1;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0;max-width:100%}.stat-tool-expanded-header .stat-tool-set-and-scope-row--expanded{flex-basis:100%;order:3;margin-bottom:0}.stat-tool-expanded-header .stat-tool-expanded-header-tools{order:2;margin-left:auto;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.stat-tool-expanded-header .stat-tool-expanded-header-tools .stat-tool-live-broadcast,.stat-tool-expanded-header .stat-tool-expanded-header-tools .stat-tool-pass-stats-btn,.stat-tool-expanded-header .stat-tool-expanded-header-tools .stat-tool-exit-live-btn{height:2.25rem;padding:0 .7rem;font-size:.85rem;box-sizing:border-box}.stat-tool-live-spectate-badge{flex-shrink:0;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .45rem;border-radius:4px;background:#64b5f62e;color:var(--stat-accent-strong);border:1px solid rgba(100,181,246,.4)}.stat-tool-live-spectate-badge--ended{background:#9e9e9e26;color:var(--stat-text-muted);border-color:#9e9e9e59}.stat-tool-expanded-live-match{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:0 .35rem;min-width:0;font-size:.85rem;color:var(--stat-text-muted)}.stat-tool-expanded-live-match-vs{font-weight:600;color:var(--stat-text-muted);text-transform:lowercase}.stat-tool-expanded-live-match-opponent{font-weight:600;color:var(--stat-text-secondary);min-width:0;overflow-wrap:anywhere}.stat-tool-expanded-live-match-date{font-variant-numeric:tabular-nums;color:var(--stat-text-muted)}.stat-tool-expanded-header .stat-tool-set-row-summary{font-size:.9rem;color:var(--stat-text-secondary)}.stat-tool-expanded-content{flex:1;padding:.5rem;min-height:0;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.stat-tool-expanded-content::-webkit-scrollbar{display:none}.stat-tool-expanded-overlay .stat-tool-cards-grid{margin-bottom:0}.stat-tool-expanded-content--sr{overflow:hidden;display:flex;flex-direction:column}.stat-tool-expanded-content--sr .stat-tool-sr-panel{flex:1;min-height:0;margin-bottom:0;display:flex;flex-direction:column;overflow:hidden}.stat-tool-expanded-content--sr .stat-tool-sr-lanes{flex:1;min-height:0;align-items:stretch}.stat-tool-expanded-content--sr .stat-tool-sr-lane{min-height:0;display:flex;flex-direction:column;overflow:hidden}.stat-tool-expanded-content--sr .stat-tool-sr-lane__log-area{flex:1;min-height:0}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-rows:minmax(0,1fr) auto}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{height:100%;display:flex;align-items:stretch}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-court{margin:auto;width:auto;height:100%;max-width:100%}.stat-tool-expanded-content--sr .stat-tool-sr-court{max-width:min(var(--sr-capture-ui-max-width),100dvh - 16rem);max-height:calc(100dvh - 16rem);flex-shrink:1}.stat-tool-expanded-overlay .stat-tool-expanded-header{gap:.4rem;padding:.2rem .45rem;border-bottom-color:var(--stat-border)}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-expanded-live-context{gap:.3rem}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-set-and-scope-row--expanded{margin-bottom:.1rem;gap:.45rem}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-expanded-header-tools{gap:.3rem}.stat-tool-expanded-overlay .stat-tool-live-spectate-badge{font-size:.56rem;letter-spacing:.04em;padding:.1rem .3rem}.stat-tool-expanded-overlay .stat-tool-live-broadcast--compact:not(.stat-tool-viewer-context-actions *):not(.stat-tool-expanded-header-tools *){font-size:.54rem;padding:.08rem .22rem;letter-spacing:.04em}.stat-tool-expanded-overlay .stat-tool-expanded-live-match{font-size:.74rem;gap:0 .24rem;line-height:1.1}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-set-row-summary{font-size:.78rem;line-height:1.1}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-set-row-summary .stat-tool-summary-bar{gap:.45rem}.stat-tool-expanded-overlay .stat-tool-set-label{font-size:.78rem;line-height:1.1}.stat-tool-expanded-overlay .stat-tool-next-set-btn{padding:.18rem .45rem;font-size:.74rem;border-radius:5px}.stat-tool-expanded-overlay .stat-tool-pass-stats-btn:not(.stat-tool-viewer-context-actions *):not(.stat-tool-expanded-header-tools *){padding:.2rem .45rem;font-size:.72rem}.stat-tool-expanded-overlay .stat-tool-exit-expanded{width:1.95rem;height:1.95rem;border-radius:5px}@media (orientation: landscape) and (max-height: 800px){.stat-tool-expanded-overlay .stat-tool-expanded-header{padding:.35rem .5rem}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-set-row-summary{font-size:.8rem}.stat-tool-expanded-overlay .stat-tool-expanded-header .stat-tool-set-row-summary .stat-tool-summary-bar{gap:.6rem}.stat-tool-expanded-overlay .stat-tool-expanded-content{display:flex;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch;padding:.35rem}.stat-tool-expanded-overlay .stat-tool-cards-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,minmax(0,1fr));gap:.4rem;align-content:stretch}.stat-tool-expanded-overlay .stat-tool-cards-grid>*{min-height:0;min-width:0}.stat-tool-expanded-overlay .stat-tool-logger-table-wrap{flex:1;min-height:0;display:flex;flex-direction:column}.stat-tool-expanded-overlay .stat-tool-logger-table-scroll{flex:1;min-height:0;min-width:0;overflow:auto;-webkit-overflow-scrolling:touch}.stat-tool-expanded-overlay .stat-tool-logger-table-wrap--fill .stat-tool-logger-table-scroll{overflow-x:auto;overflow-y:visible;flex:0 1 auto}.stat-tool-expanded-overlay .stat-tool-logger-table{width:max-content}.stat-tool-expanded-overlay .stat-tool-logger-table.stat-tool-logger-table--compact-stats{width:100%}.stat-tool-expanded-overlay .stat-tool-slot-add{min-height:0}.stat-tool-expanded-overlay .stat-tool-card{display:flex;flex-direction:column;min-height:0;padding:.35rem .5rem}.stat-tool-expanded-overlay .stat-tool-card-header{margin-bottom:.3rem;padding-bottom:.3rem;flex-shrink:0}.stat-tool-expanded-overlay .stat-tool-card-name{font-size:.8rem}.stat-tool-expanded-overlay .stat-tool-card-section{margin-bottom:.3rem;min-height:0;flex:1;display:flex;flex-direction:column}.stat-tool-expanded-overlay .stat-tool-card-section:last-of-type{margin-bottom:0}.stat-tool-expanded-overlay .stat-tool-card-label{font-size:.6rem;margin-bottom:.2rem;flex-shrink:0}.stat-tool-expanded-overlay .stat-tool-card-controls{gap:.35rem;flex-shrink:0}.stat-tool-expanded-overlay .stat-tool-card-row{margin-bottom:.2rem;font-size:.75rem;flex-shrink:0}.stat-tool-expanded-overlay .stat-tool-card-run{margin-top:.2rem}.stat-tool-expanded-overlay .stat-card-block{min-height:2rem;padding:.85rem .3rem .25rem;gap:.1rem}.stat-tool-expanded-overlay .stat-card-block-zone{font-size:.9rem}.stat-tool-expanded-overlay .stat-card-block-center{gap:.1rem}.stat-tool-expanded-overlay .stat-card-block-label{font-size:.6rem}.stat-tool-expanded-overlay .stat-card-block-value{font-size:1rem}}@media (orientation: landscape) and (max-height: 900px){.stat-tool-expanded-content--sr .stat-tool-sr-court{max-width:min(var(--sr-capture-ui-max-width),100dvh - 14.5rem);max-height:calc(100dvh - 14.5rem)}}.stat-tool-exit-expanded{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-exit-expanded:hover{background:var(--stat-surface-hover);color:var(--stat-text)}.stat-tool-live-banner{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap;padding:.5rem .75rem;background:var(--stat-live-bg);border:1px solid var(--stat-live-border);border-radius:8px;color:var(--stat-success);font-size:.9rem;position:sticky;top:0;z-index:50}.stat-tool-live-banner--offline{background:var(--stat-warning-bg);border-color:var(--stat-warning-border);color:var(--stat-warning)}.stat-tool-live-banner--offline .stat-tool-live-banner__logger{color:var(--stat-warning)}.stat-tool-live-banner__text{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:12rem}.stat-tool-live-banner__headline{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;line-height:1.45}.stat-tool-live-banner__match-badge{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.12rem .4rem;border-radius:4px;background:var(--stat-live-bg);border:1px solid var(--stat-live-border);color:var(--stat-live)}.stat-tool-live-banner__logger{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;font-size:.82rem;color:var(--stat-success)}.stat-tool-live-banner__logger-email{font-family:ui-monospace,monospace;font-size:.78rem;color:var(--stat-success)}.stat-tool-live-banner__logger-email-muted{color:var(--stat-success);font-style:italic}.stat-tool-live-join-btn{padding:.35rem .75rem;font-size:.9rem;background:var(--stat-kill-bg);border:1px solid var(--stat-kill-border);border-radius:6px;cursor:pointer;color:var(--stat-text)}.stat-tool-live-join-btn:hover{background:var(--stat-surface-hover)}.stat-tool-live-join-btn--secondary{background:var(--stat-ace-bg);border-color:var(--stat-ace-border)}.stat-tool-live-join-btn--secondary:hover{background:var(--stat-surface-hover)}.stat-tool-live-join-btn:disabled{opacity:.45;cursor:not-allowed}.stat-tool-live-join-btn:disabled:hover{background:inherit}.stat-tool-live-banner-actions{display:inline-flex;flex-wrap:wrap;gap:.5rem;align-items:center}.live-sessions-page{padding:.25rem .5rem 1.25rem;max-width:1200px}.live-sessions-page__intro{margin:0 0 1rem;color:var(--stat-text-muted);font-size:.94rem;line-height:1.45}.live-sessions-page__section{margin:0 0 1rem;background:var(--stat-bg-elevated);border:1px solid var(--stat-border);border-radius:10px;padding:.75rem;box-shadow:var(--stat-shadow-sm)}.live-sessions-page__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.live-sessions-page__section-title{margin:0;font-size:1rem;font-weight:600;color:var(--stat-text)}.live-sessions-page__empty{margin:.25rem 0 .1rem;color:var(--stat-text-muted);font-size:.9rem}.live-sessions-page__table-wrap{overflow-x:auto;border:1px solid var(--stat-border);border-radius:8px}.live-sessions-page__table{width:100%;border-collapse:collapse;min-width:840px;background:var(--stat-bg)}.live-sessions-page__table thead th{background:var(--stat-surface);color:var(--stat-text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--stat-border-strong)}.live-sessions-page__table th,.live-sessions-page__table td{text-align:left;padding:.5rem .625rem;border-bottom:1px solid rgba(207,216,220,.14);vertical-align:middle}.live-sessions-page__table tbody tr:hover{background:var(--stat-surface-hover)}.live-sessions-page__status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:3.6rem;padding:.2rem .5rem;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:600}.live-sessions-page__status-pill--live{background:#43a04733;color:var(--stat-live);border-color:#81c78480}.live-sessions-page__status-pill--stale{background:#e573732e;color:var(--stat-error-text);border-color:#ef9a9a80}.live-sessions-page__actions{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 800px){.live-sessions-page{padding:.25rem 0 1rem}.live-sessions-page__section{padding:.6rem}}.stat-tool-viewer-context-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.5rem .75rem;margin-bottom:.5rem;background:var(--stat-accent-bg);border:1px solid var(--stat-accent);border-radius:8px;color:var(--stat-accent-strong);font-size:.9rem}.stat-tool-viewer-context-match{flex:1;min-width:0;font-size:.88rem}.stat-tool-viewer-context-actions{margin-left:auto;display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.stat-tool-viewer-context-actions .stat-tool-live-broadcast--compact,.stat-tool-viewer-context-actions .stat-tool-pass-stats-btn,.stat-tool-viewer-context-actions .stat-tool-exit-live-btn{height:2.25rem;padding:0 .7rem;font-size:.85rem;box-sizing:border-box}.stat-tool-viewer-context-actions .stat-tool-exit-expanded{width:2.25rem;height:2.25rem}.stat-tool-pass-stats-btn{flex-shrink:0;padding:.35rem .65rem;font-size:.8rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-accent-bg);color:var(--stat-accent-strong);cursor:pointer}.stat-tool-pass-stats-btn:hover{background:var(--stat-surface-hover)}.stat-tool-pass-stats-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));background:#0000008c}@media (min-width: 520px){.stat-tool-pass-stats-modal-backdrop{align-items:center}}.stat-tool-pass-stats-modal{width:100%;max-width:420px;max-height:min(85vh,640px);overflow:hidden;display:flex;flex-direction:column;background:var(--stat-bg-elevated);border:1px solid var(--stat-border-strong);border-radius:12px;box-shadow:var(--stat-shadow-lg)}.stat-tool-pass-stats-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--stat-border)}.stat-tool-pass-stats-modal__title{margin:0;font-size:1.05rem;font-weight:600;color:var(--stat-text)}.stat-tool-pass-stats-modal__scope{margin:.35rem 0 0;font-size:.8rem;font-weight:500;color:var(--stat-text-muted)}.stat-tool-pass-stats-modal__close{width:2rem;height:2rem;padding:0;line-height:1;font-size:1.5rem;border:none;border-radius:6px;background:transparent;color:var(--stat-text-muted);cursor:pointer}.stat-tool-pass-stats-modal__close:hover{background:var(--stat-border);color:var(--stat-text)}.stat-tool-pass-stats-modal__empty,.stat-tool-pass-stats-modal__none{margin:0;padding:1rem 1.25rem;color:var(--stat-text-muted);font-size:.9rem}.stat-tool-pass-stats-modal__body{overflow-y:auto;padding:.5rem 0 1rem}.stat-tool-pass-stats-modal__section{padding:0 1rem;margin-top:.75rem}.stat-tool-pass-stats-modal__section:first-child{margin-top:.25rem}.stat-tool-pass-stats-modal__section-title{margin:0 0 .5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-text-muted)}.stat-tool-pass-stats-table{width:100%;border-collapse:collapse;font-size:.88rem;color:var(--stat-text-secondary)}.stat-tool-pass-stats-table th,.stat-tool-pass-stats-table td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid var(--stat-border)}.stat-tool-pass-stats-table th{color:var(--stat-text-muted);font-weight:600;font-size:.78rem}.stat-tool-pass-stats-table__num{text-align:right;width:3.25rem}.stat-tool-pass-stats-modal--player-detail{max-width:480px}.stat-tool-pass-stats-modal__player-loc-btn{margin:0;padding:0;border:none;background:none;font:inherit;color:var(--stat-accent-strong);text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.stat-tool-pass-stats-modal__player-loc-btn:hover{color:var(--stat-accent)}.stat-tool-pass-stats-modal__player-loc-btn:focus-visible{outline:2px solid rgba(100,181,246,.65);outline-offset:2px;border-radius:2px}.stat-tool-pass-stats-modal__sr-map-body{padding:.65rem 1rem 1rem}.stat-tool-pass-stats-modal__sr-map-back{margin:0 0 .65rem;padding:.25rem 0;border:none;background:none;font-size:.86rem;font-weight:500;color:var(--stat-text-muted);cursor:pointer;text-align:left}.stat-tool-pass-stats-modal__sr-map-back:hover{color:var(--stat-text-secondary)}.stat-tool-pass-stats-modal__sr-map-back:focus-visible{outline:2px solid rgba(100,181,246,.55);outline-offset:2px;border-radius:4px}.stat-tool-pass-stats-modal__sr-map-title{margin:0;font-size:.95rem;font-weight:600;color:var(--stat-text)}.stat-tool-pass-stats-modal__sr-map-sub{margin:.2rem 0 .65rem;font-size:.86rem;color:var(--stat-text-muted)}.stat-tool-sr-help-modal{width:100%;max-width:440px;max-height:min(88vh,720px);overflow:hidden;display:flex;flex-direction:column;background:var(--stat-bg-elevated);border:1px solid var(--stat-border-strong);border-radius:12px;box-shadow:var(--stat-shadow-lg)}.stat-tool-sr-help-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--stat-border);flex-shrink:0}.stat-tool-sr-help-modal__title{margin:0;font-size:1.05rem;font-weight:600;color:var(--stat-text)}.stat-tool-sr-help-modal__body{padding:.85rem 1rem 1rem;overflow-y:auto;font-size:.9rem;line-height:1.45;color:var(--stat-text-secondary)}.stat-tool-sr-help-modal__body p{margin:0 0 .75rem}.stat-tool-sr-help-modal__body p:last-child{margin-bottom:0}.stat-tool-sr-help-modal__body strong{font-weight:600;color:var(--stat-text)}.stat-tool-sr-help-modal__context{padding:.5rem .65rem;background:#64b5f614;border:1px solid rgba(100,181,246,.22);border-radius:8px;color:var(--stat-accent-strong);font-size:.86rem}.stat-tool-sr-help-modal__footer{padding:.65rem 1rem .85rem;border-top:1px solid var(--stat-border);flex-shrink:0}.stat-tool-sr-help-modal__done{width:100%;padding:.45rem 1rem;font-size:.9rem;font-weight:600;border-radius:8px;border:1px solid var(--stat-border-strong);background:var(--stat-accent-bg);color:var(--stat-accent-strong);cursor:pointer}.stat-tool-sr-help-modal__done:hover{background:var(--stat-surface-hover)}.stat-tool-sr-help-btn{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;padding:0;font-size:.95rem;font-weight:700;line-height:1;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-bg-elevated);color:var(--stat-text-secondary);cursor:pointer;flex-shrink:0}.stat-tool-sr-help-btn:hover{background:var(--stat-surface);color:var(--stat-text)}.stat-tool-sr-help-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-viewer-player-modal__at-a-glance{padding:0 1rem .65rem}.stat-tool-viewer-player-modal__at-a-glance-title{margin:0 0 .45rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--stat-text-muted)}.stat-tool-viewer-player-modal__snap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;align-items:stretch}.stat-tool-viewer-player-modal__snap-grid>[role=listitem]{min-width:0;display:flex;flex-direction:column}.stat-tool-viewer-player-modal__snap-grid>[role=listitem]>.stat-tool-viewer-player-modal__snap-tile{flex:1 1 auto;width:100%;min-width:0;box-sizing:border-box}@media (min-width: 400px){.stat-tool-viewer-player-modal__snap-grid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr))}}.stat-tool-viewer-player-modal__snap-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;padding:.5rem .6rem;min-height:4.1rem;background:var(--stat-snap-tile-bg);border:1px solid var(--stat-snap-tile-border);border-radius:8px}.stat-tool-viewer-player-modal__snap-tile--actionable{margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;border-style:solid}.stat-tool-viewer-player-modal__snap-tile--actionable:hover{background:var(--stat-snap-tile-bg-hover);border-color:var(--stat-snap-tile-border-hover)}.stat-tool-viewer-player-modal__snap-tile--actionable:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-viewer-player-modal__snap-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.045em;color:var(--stat-text-muted);line-height:1.2}.stat-tool-viewer-player-modal__snap-value{font-size:1.28rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.1;color:var(--stat-text)}.stat-tool-viewer-player-modal__snap-value--pts{color:var(--stat-success)}.stat-tool-viewer-player-modal__snap-value--pg{color:var(--stat-error-accent)}.stat-tool-viewer-player-modal__snap-sub{font-size:.68rem;color:var(--stat-text-muted);font-variant-numeric:tabular-nums;line-height:1.25;margin-top:.1rem}.stat-tool-viewer-player-modal__more{margin:0 1rem .85rem;border-radius:8px;border:1px solid var(--stat-border);overflow:hidden;background:var(--stat-bg-elevated)}.stat-tool-viewer-player-modal__more-summary{cursor:pointer;list-style:none;padding:.6rem .85rem;font-size:.8rem;font-weight:600;color:var(--stat-text-secondary);background:var(--stat-surface);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stat-tool-viewer-player-modal__more-summary::-webkit-details-marker{display:none}.stat-tool-viewer-player-modal__more-summary:after{content:"";width:.45rem;height:.45rem;border-right:2px solid var(--stat-text-muted);border-bottom:2px solid var(--stat-text-muted);transform:rotate(45deg);flex-shrink:0;margin-bottom:.15rem;transition:transform .15s ease}.stat-tool-viewer-player-modal__more[open] .stat-tool-viewer-player-modal__more-summary:after{transform:rotate(-135deg);margin-bottom:0;margin-top:.2rem}.stat-tool-viewer-player-modal__more-body{display:flex;flex-direction:column;gap:.6rem;padding:.55rem .65rem .7rem;border-top:1px solid var(--stat-border);background:var(--stat-bg)}.stat-tool-viewer-player-modal__breakdown-group{border-radius:8px;border:1px solid var(--stat-border);overflow:hidden;background:var(--stat-surface);box-shadow:0 1px 0 var(--stat-tint-shadow-1)}.stat-tool-viewer-player-modal__breakdown-group-title{margin:0;padding:.42rem .65rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid rgba(0,0,0,.35)}.stat-tool-viewer-player-modal__breakdown-group--attacking .stat-tool-viewer-player-modal__breakdown-group-title{background:#81c78438;color:var(--stat-success);border-bottom-color:#81c78447}.stat-tool-viewer-player-modal__breakdown-group--defense .stat-tool-viewer-player-modal__breakdown-group-title{background:var(--stat-defense-bg);color:var(--stat-defense);border-bottom-color:var(--stat-defense-border)}.stat-tool-viewer-player-modal__breakdown-group--serving .stat-tool-viewer-player-modal__breakdown-group-title{background:#64b5f633;color:var(--stat-accent-strong);border-bottom-color:#64b5f647}.stat-tool-viewer-player-modal__breakdown-group--points .stat-tool-viewer-player-modal__breakdown-group-title{background:var(--stat-points-bg);color:var(--stat-points);border-bottom-color:var(--stat-points-border)}.stat-tool-viewer-player-modal__breakdown-group--passing .stat-tool-viewer-player-modal__breakdown-group-title{background:var(--stat-passing-bg);color:var(--stat-passing);border-bottom-color:var(--stat-passing-border)}.stat-tool-viewer-player-modal__breakdown-group-body{padding:.5rem .65rem .55rem}.stat-tool-viewer-player-modal__breakdown-group-body .stat-tool-viewer-player-modal__dl{margin:0}.stat-tool-viewer-player-modal__breakdown-empty{margin:0;padding:.15rem 0 .1rem;font-size:.88rem;color:var(--stat-text-muted)}.stat-tool-viewer-player-modal__breakdown-group-body .stat-tool-viewer-player-modal__pass-table{margin-top:.55rem}.stat-tool-viewer-player-modal__name{display:block;font-size:1.05rem;font-weight:600;color:var(--stat-text)}.stat-tool-viewer-player-modal__meta{margin:.25rem 0 0;font-size:.78rem;font-weight:400;color:var(--stat-text-muted);line-height:1.35}.stat-tool-viewer-player-modal__badges{margin:0 1rem .4rem;padding:0}.stat-tool-viewer-player-modal__dl{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem 1rem;margin:0;padding:0;font-size:.88rem;color:var(--stat-text-secondary)}.stat-tool-viewer-player-modal__dl dt{margin:0;color:var(--stat-text-muted);font-weight:500}.stat-tool-viewer-player-modal__dl dd{margin:0;text-align:right;font-variant-numeric:tabular-nums;font-weight:500;color:var(--stat-text)}.stat-tool-viewer-player-modal__dl .stat-tool-table-col--pg{color:var(--stat-error-accent);font-weight:600}.stat-tool-viewer-player-modal__caption{caption-side:top;text-align:left;padding:0 0 .4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-text-muted)}.stat-tool-viewer-player-modal__pass-table{margin-top:.65rem}.stat-tool-viewer-player-modal__sr-loc-toggle{display:block;width:100%;margin-top:.65rem;padding:.45rem .65rem;border:1px solid rgba(128,203,196,.35);border-radius:8px;background:#80cbc414;font-size:.82rem;font-weight:600;color:var(--stat-passing);cursor:pointer;text-align:center}.stat-tool-viewer-player-modal__sr-loc-toggle:hover{background:#80cbc424;border-color:#80cbc480}.stat-tool-viewer-player-modal__sr-loc-toggle:focus-visible{outline:2px solid rgba(128,203,196,.55);outline-offset:2px}.stat-tool-viewer-player-modal__sr-court-block{margin-top:.75rem;padding-top:.55rem;border-top:1px solid rgba(128,203,196,.2)}.stat-tool-viewer-player-modal__sr-court-heading{margin:0 0 .45rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-text-muted)}.stat-tool-sr-court-readonly-wrap{width:100%;--sr-court-ui-max-width: 330px;--sr-capture-ui-max-width: calc(var(--sr-court-ui-max-width) * 40 / 30)}.stat-tool-sr-court-readonly-wrap__band-summary{margin:0 0 .5rem;padding:.45rem .55rem;border-radius:8px;border:1px solid rgba(120,130,150,.35);background:#1e202aeb}.stat-tool-sr-court-readonly-wrap__band-summary-line{margin:0;font-size:.8rem;line-height:1.45;color:#aeb6c8}.stat-tool-sr-court-readonly-wrap__band-summary-line strong{font-weight:700;color:var(--stat-text);font-variant-numeric:tabular-nums}.stat-tool-sr-court-readonly-wrap__band-summary-line+.stat-tool-sr-court-readonly-wrap__band-summary-line{margin-top:.2rem}.stat-tool-sr-court-readonly-wrap__score-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem;margin:0 0 .5rem}.stat-tool-sr-court-readonly-wrap__score-filter-label{flex:0 0 auto;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--stat-text-muted)}.stat-tool-sr-court-readonly-wrap__score-filter-chips{display:flex;flex-wrap:wrap;gap:.35rem;min-width:0}.stat-tool-sr-court-readonly-wrap__score-chip{min-width:2rem;padding:.28rem .45rem;border-radius:6px;border:1px solid rgba(120,130,150,.45);background:#232530f2;font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums;color:#c5cad8;cursor:pointer}.stat-tool-sr-court-readonly-wrap__score-chip:hover{border-color:#96afd28c;color:var(--stat-text)}.stat-tool-sr-court-readonly-wrap__score-chip:focus-visible{outline:2px solid rgba(100,181,246,.55);outline-offset:2px}.stat-tool-sr-court-readonly-wrap__score-chip--active{border-color:#64b5f6a6;background:#4285f438;color:var(--stat-accent-strong)}.stat-tool-exit-live-btn{padding:.35rem .75rem;font-size:.9rem;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-exit-live-btn:hover{background:var(--stat-surface-hover);color:var(--stat-text)}.stat-tool-slot-add--readonly{cursor:default;pointer-events:none}.stat-tool-match-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.stat-tool-match-info .stat-tool-vs{font-weight:600;color:var(--stat-text-muted)}.stat-tool-match-info .stat-tool-opponent-input{width:120px;padding:.35rem .5rem;border:1px solid var(--stat-border);border-radius:6px;font-size:.95rem;background:var(--stat-surface);color:var(--stat-text)}.stat-tool-match-info .stat-tool-opponent-input::placeholder{color:var(--stat-text-muted)}.stat-tool-match-info .stat-tool-date-input{padding:.35rem .5rem;border:1px solid var(--stat-border);border-radius:6px;font-size:.95rem;background:var(--stat-surface);color:var(--stat-text)}.stat-tool-match-info .stat-tool-team-name{font-weight:600;color:var(--stat-text)}.stat-tool-match-info .stat-tool-no-team-link a{color:var(--stat-accent);text-decoration:none}.stat-tool-match-info .stat-tool-no-team-link a:hover{text-decoration:underline}.stat-tool-match-info .team-select-control--stat-tool .team-select-control__select{max-width:11rem;padding:.3rem .45rem;font-size:.85rem}.stat-tool-box-score-logging{user-select:none;-webkit-user-select:none}.stat-tool-box-score-logging:has(.stat-tool-logger-table-wrap--fill){flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.stat-tool-add-player-block{display:flex;align-items:center;gap:.5rem;margin-left:auto}.stat-tool-add-player-summary-row{margin-bottom:.75rem}.stat-tool-summary-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.9rem;color:var(--stat-text-secondary)}.stat-tool-summary-bar .stat-tool-summary-hit{font-weight:600;color:var(--stat-success)}.stat-tool-summary-bar .stat-tool-summary-serving-pct{font-weight:600}.stat-tool-summary-bar .stat-tool-summary-pg{font-variant-numeric:tabular-nums;color:var(--stat-error-accent);font-weight:600}.stat-tool-serve-pct-tone{font-weight:600}.stat-tool-serve-pct-tone--high{color:var(--stat-success)}.stat-tool-serve-pct-tone--mid{color:var(--stat-warning)}.stat-tool-serve-pct-tone--low{color:var(--stat-error-accent)}.stat-tool-end-live-btn{padding:.4rem .75rem;font-size:.9rem;background:transparent;border:1px solid var(--stat-end-live-border);border-radius:6px;cursor:pointer;color:var(--stat-end-live)}.stat-tool-end-live-btn:hover{background:#6b5b4f33}.stat-tool-resume-live-btn{padding:.4rem .75rem;font-size:.9rem;background:var(--stat-live-bg);border:1px solid var(--stat-live-border);border-radius:6px;cursor:pointer;color:var(--stat-live);font-weight:600}.stat-tool-resume-live-btn:hover{background:#69f0ae38}.stat-tool-resume-live-btn:focus-visible{outline:2px solid rgba(105,240,174,.8);outline-offset:2px}.stat-tool-primary-live-mode{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.stat-tool-primary-live-mode-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-text-muted);white-space:nowrap}.stat-tool-primary-live-mode-toggle{display:inline-flex;border:1px solid var(--stat-border-strong);border-radius:6px;overflow:hidden}.stat-tool-primary-live-mode-option{padding:.3rem .55rem;font-size:.78rem;border:none;background:var(--stat-surface);color:var(--stat-text-muted);cursor:pointer}.stat-tool-primary-live-mode-option:hover:not(:disabled){background:var(--stat-surface);color:var(--stat-text-secondary)}.stat-tool-primary-live-mode-option:disabled{opacity:.55;cursor:not-allowed}.stat-tool-primary-live-mode-option--active{background:#64b5f633;color:var(--stat-accent-strong);font-weight:600}.stat-tool-primary-live-mode-option:focus-visible{outline:2px solid rgba(100,181,246,.7);outline-offset:-2px}.stat-tool-new-btn{padding:.4rem .75rem;font-size:.9rem;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-new-btn:hover{background:var(--stat-surface-hover)}.stat-tool-past-sessions-btn{padding:.35rem .65rem;font-size:.9rem;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-past-sessions-btn:hover{background:var(--stat-surface-hover)}.stat-tool-history-view{max-width:36rem;margin:0 auto;padding:0 .75rem 1.5rem}.stat-tool-history-view__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.stat-tool-history-view__toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stat-tool-history-view__heading{margin:0;font-size:1.25rem;font-weight:600}.stat-tool-history-view__resume-btn{padding:.4rem .75rem;font-size:.9rem;background:var(--stat-resume-bg);border:1px solid var(--stat-resume-border);border-radius:6px;cursor:pointer;color:var(--stat-resume)}.stat-tool-history-view__resume-btn:hover{filter:brightness(.96)}.stat-tool-history-view__back-btn{padding:.4rem .75rem;font-size:.9rem;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:6px;cursor:pointer;color:var(--stat-text-secondary)}.stat-tool-history-view__back-btn:hover{background:var(--stat-surface-hover)}.stat-tool-history-view__team{margin:0 0 1rem;font-size:.9rem;color:var(--stat-text-muted)}.stat-tool-history-panel__hint{margin:0 0 1rem;font-size:.82rem;line-height:1.45;color:var(--stat-text-muted)}.stat-tool-history-panel__hint--success{color:var(--stat-success)}.stat-tool-history-panel__hint--error{color:var(--stat-error-accent)}.stat-tool-history-panel__hint--info{color:var(--stat-text-muted)}.stat-tool-fixed-toast-wrap{position:fixed;top:.8rem;left:50%;transform:translate(-50%);z-index:2200;width:min(92vw,42rem);pointer-events:none}.stat-tool-fixed-toast{margin:0;padding:.7rem .95rem;border-radius:10px;border:1px solid var(--stat-overlay-border);background:var(--stat-toast-bg);color:var(--stat-text-secondary);font-size:.9rem;line-height:1.35;box-shadow:var(--stat-shadow-lg)}.stat-tool-fixed-toast--success{border-color:#81c7849e;color:var(--stat-success)}.stat-tool-fixed-toast--error{border-color:#e573739e;color:var(--stat-error-accent)}.stat-tool-fixed-toast--info{border-color:#9e9e9e7a;color:var(--stat-text-secondary)}.stat-tool-history-filter{display:inline-flex;flex-wrap:wrap;gap:.45rem;margin:0 0 .85rem}.stat-tool-history-filter__btn{padding:.3rem .65rem;font-size:.82rem;background:var(--stat-bg-elevated);border:1px solid var(--stat-border);border-radius:999px;color:var(--stat-text-secondary);cursor:pointer}.stat-tool-history-filter__btn:hover{background:var(--stat-surface-hover)}.stat-tool-history-filter__btn.is-active{background:var(--stat-resume-bg);border-color:var(--stat-resume-border);color:var(--stat-resume)}.stat-tool-history-list--panel{max-height:none}.stat-tool-add-player-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stat-tool-add-player-select{padding:.4rem .6rem;font-size:.9rem;border:1px solid var(--stat-border);border-radius:6px;background:var(--stat-surface);color:var(--stat-text);min-width:10rem}.stat-tool-add-player-select:focus{outline:none;border-color:var(--stat-accent)}.stat-tool-add-player-select option{background:var(--stat-surface);color:var(--stat-text)}.stat-tool-add-player-all{font-size:.85rem;color:var(--stat-text-muted)}.stat-tool-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}@media (max-width: 700px){.stat-tool-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.stat-tool-cards-grid{grid-template-columns:1fr}}.stat-tool-slot-add{min-height:140px;display:flex;align-items:center;justify-content:center;background:var(--stat-bg-elevated);border-radius:10px;box-shadow:var(--stat-shadow-sm);border:2px dashed var(--stat-border);position:relative;cursor:pointer;font:inherit;color:inherit}.stat-tool-slot-add:hover{border-color:var(--stat-accent);background:var(--stat-surface)}.stat-tool-slot-add:hover .stat-tool-slot-add-icon{color:var(--stat-accent)}.stat-tool-slot-add:focus-visible{outline:none;box-shadow:0 0 0 2px var(--stat-accent);border-color:var(--stat-accent)}.stat-tool-slot-add-icon{font-size:3rem;font-weight:300;line-height:1;color:var(--stat-text-muted);pointer-events:none}.stat-tool-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1050}.stat-tool-modal-content{background:var(--stat-bg-elevated);padding:1.25rem;border-radius:10px;box-shadow:var(--stat-shadow-md);width:90%;max-width:420px;max-height:85vh;overflow-y:auto}.stat-tool-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--stat-border)}.stat-tool-modal-header h2{margin:0;font-size:1.15rem;color:var(--stat-text)}.stat-tool-modal-close{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--stat-text-muted);line-height:1;padding:0 .25rem}.stat-tool-modal-close:hover{color:var(--stat-text)}.stat-tool-modal-list{display:flex;flex-direction:column;gap:.5rem}.stat-tool-modal-player-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--stat-surface);border:1px solid var(--stat-border);border-radius:8px;cursor:pointer;color:var(--stat-text-secondary);font-size:.95rem;text-align:left;transition:background .15s,border-color .15s}.stat-tool-modal-player-option:hover{background:var(--stat-surface-hover);border-color:var(--stat-accent);color:var(--stat-text)}.stat-tool-modal-jersey{font-variant-numeric:tabular-nums;color:var(--stat-text-muted);min-width:2.5rem}.stat-tool-modal-name{flex:1;font-weight:500}.stat-tool-modal-position{font-size:.8rem;color:var(--stat-text-muted)}.stat-tool-modal-empty{margin:0;padding:1rem;color:var(--stat-text-muted);font-size:.9rem}.stat-tool-history-modal{max-width:28rem;width:calc(100vw - 2rem)}.stat-tool-history-modal__title{margin:0;font-size:1.1rem;font-weight:600}.stat-tool-history-modal__hint{margin:0 0 .75rem;padding:0 1rem;font-size:.82rem;line-height:1.4;color:var(--stat-text-muted)}.stat-tool-history-modal__error{margin:0;padding:.5rem 1rem 1rem;color:var(--stat-error-accent);font-size:.9rem}.stat-tool-history-list{list-style:none;margin:0;padding:0 0 .5rem;max-height:min(60vh,22rem);overflow-y:auto}.stat-tool-history-row{display:flex;align-items:stretch;gap:.5rem;width:100%;box-sizing:border-box;min-width:0;margin:0;padding:.5rem .75rem;border:0;border-bottom:1px solid var(--stat-tint-bg-4);background:transparent}.stat-tool-history-row__open-btn{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;margin:0;padding:.15rem .25rem;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer;border-radius:6px}.stat-tool-history-row__open-btn:hover,.stat-tool-history-row__open-btn:focus-visible{background:var(--stat-tint-bg-3)}.stat-tool-history-row__delete-btn{align-self:center;flex-shrink:0;padding:.25rem .5rem;border:1px solid rgba(229,115,115,.55);border-radius:6px;background:#e573731f;color:var(--stat-error-accent);font-size:.8rem;cursor:pointer}.stat-tool-history-row__delete-btn:hover:not(:disabled){background:#e5737338}.stat-tool-history-row__delete-btn:disabled{opacity:.65;cursor:default}.stat-tool-history-row__share-icon-btn{align-self:center;flex-shrink:0;width:1.8rem;height:1.8rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(129,199,132,.6);border-radius:6px;background:#4caf5024;color:var(--stat-success);font-size:.9rem;cursor:pointer;margin-top:.1rem}.stat-tool-history-row__share-icon-btn:hover:not(:disabled){background:#4caf503d}.stat-tool-history-row__share-icon-btn:focus-visible{outline:2px solid rgba(129,199,132,.85);outline-offset:1px}.stat-tool-history-row__share-icon-btn:disabled{opacity:.65;cursor:default}.stat-tool-history-row__edit-btn{align-self:center;flex-shrink:0;width:1.8rem;height:1.8rem;padding:0;border:1px solid rgba(144,202,249,.45);display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#64b5f61a;color:var(--stat-accent-strong);font-size:.8rem;cursor:pointer}.stat-tool-history-row__edit-btn:hover:not(:disabled){background:#64b5f633}.stat-tool-history-row__edit-btn:disabled{opacity:.65;cursor:default}.stat-tool-history-row__main{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-weight:500}.stat-tool-history-row__vs{color:var(--stat-text-muted);font-weight:400;font-size:.85rem}.stat-tool-history-row__opponent{min-width:0}.stat-tool-history-row__sync-badge{display:inline-flex;align-items:center;margin-left:.45rem;padding:.08rem .38rem;border-radius:999px;border:1px solid var(--stat-warning-border);background:var(--stat-warning-bg);color:var(--stat-warning);font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.stat-tool-history-row__date{font-size:.85rem;color:var(--stat-text-muted);font-weight:400}.stat-tool-history-row__meta{font-size:.8rem;color:var(--stat-text-muted)}.stat-tool-history-row__archived{white-space:nowrap}.public-stat-share__date{margin:-.2rem 0 .85rem;color:var(--stat-text-muted);font-size:.82rem;font-weight:500}.public-stat-share__title{font-size:clamp(1.8rem,5.4vw,2.4rem);line-height:1.1;margin-bottom:.45rem}.public-stat-share__scope-row{display:flex;justify-content:flex-end;margin:0 0 .75rem}.stat-tool-history-edit-modal{width:min(28rem,100vw - 1.5rem);background:var(--stat-surface);border:1px solid var(--stat-tint-border-2);border-radius:12px;box-shadow:var(--stat-shadow-lg)}.stat-tool-history-edit-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1rem;border-bottom:1px solid var(--stat-tint-border-1)}.stat-tool-history-edit-modal__title{margin:0;font-size:1.05rem;font-weight:600}.stat-tool-history-edit-modal__form{display:grid;gap:.45rem;padding:.9rem 1rem 1rem}.stat-tool-history-edit-modal__label{font-size:.82rem;color:var(--stat-text-muted)}.stat-tool-history-edit-modal__input{padding:.45rem .55rem;border:1px solid var(--stat-tint-border-3);border-radius:7px;background:#0000003d;color:inherit;font:inherit}.stat-tool-history-edit-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.45rem}.stat-tool-history-edit-modal__cancel,.stat-tool-history-edit-modal__save{padding:.4rem .7rem;border-radius:6px;font-size:.84rem;cursor:pointer}.stat-tool-history-edit-modal__cancel:disabled,.stat-tool-history-edit-modal__save:disabled{opacity:.65;cursor:default}.stat-tool-history-edit-modal__cancel{border:1px solid var(--stat-tint-border-4);background:var(--stat-tint-bg-4);color:var(--stat-text-secondary)}.stat-tool-history-edit-modal__save{border:1px solid rgba(129,199,132,.5);background:#81c78424;color:var(--stat-success)}.stat-tool-card{background:var(--stat-bg-elevated);border-radius:10px;box-shadow:var(--stat-shadow-sm);padding:.5rem .65rem;border:none;min-width:0}.stat-tool-card:focus-within{box-shadow:0 0 0 2px var(--stat-accent)}.stat-tool-card.stat-tool-card--hot{border:1px solid rgba(255,152,0,.5);box-shadow:var(--stat-shadow-sm),0 0 0 1px #ff980033}.stat-tool-card.stat-tool-card--on-fire{border:1px solid rgba(255,87,34,.6);box-shadow:var(--stat-shadow-sm),0 0 0 1px #ff572259}.stat-tool-card-hot-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-hot);background:var(--stat-hot-bg);padding:.15rem .4rem;border-radius:4px}.stat-tool-card-on-fire-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-on-fire);background:var(--stat-on-fire-bg);padding:.15rem .4rem;border-radius:4px}.stat-tool-on-fire-emoji{margin-right:.2em;font-style:normal;font-weight:400;text-transform:none;letter-spacing:normal;font-size:1.15em;line-height:1;vertical-align:middle}.stat-tool-viewer-table-wrap{overflow-x:auto;background:var(--stat-bg-elevated);border-radius:10px;border:1px solid var(--stat-border);margin-bottom:.5rem}.stat-tool-viewer-table-wrap--fill{display:flex;flex-direction:column;flex:0 1 auto;min-width:0;overflow-x:auto;overflow-y:visible;--stat-tool-fill-outside-y-est: clamp(16rem, 38dvh, 28rem);--stat-tool-viewer-row-max-h: clamp(5rem, 12vmin, 5.875rem)}.stat-tool-viewer-table-wrap--fill .stat-tool-viewer-table--fill{width:100%;align-self:stretch;height:auto}.stat-tool-viewer-table-wrap--fill .stat-tool-viewer-table--fill tbody tr{height:min(var(--stat-tool-viewer-row-max-h),max(0px,100dvh - var(--stat-tool-fill-outside-y-est)) / max(1,var(--stat-tool-viewer-body-rows, 1)))}.stat-tool-viewer-table-wrap--fill .stat-tool-viewer-table--fill td,.stat-tool-viewer-table-wrap--fill .stat-tool-viewer-table--fill tbody th{vertical-align:middle}.stat-tool-expanded-overlay .stat-tool-expanded-content:has(.stat-tool-viewer-table-wrap--fill):not(.stat-tool-expanded-content--sr),.stat-tool-expanded-overlay .stat-tool-expanded-content.stat-tool-box-score-logging:not(.stat-tool-expanded-content--sr){display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.stat-tool-page:has(.stat-tool-viewer-table-wrap--fill),.stat-tool-page:has(.stat-tool-logger-table-wrap--fill){display:flex;flex-direction:column;min-height:100vh}.stat-tool-page:has(.stat-tool-viewer-table-wrap--fill)>.stat-tool-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.stat-tool-page:has(.stat-tool-viewer-table-wrap--fill) .stat-tool-session-setup:has(.stat-tool-viewer-table-wrap--fill){flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:stretch}.stat-tool-page:has(.stat-tool-viewer-table-wrap--fill) .stat-tool-box-readonly-box:has(.stat-tool-viewer-table-wrap--fill){flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.stat-tool-viewer-table{width:100%;border-collapse:collapse;font-size:.9rem}.stat-tool-viewer-table th,.stat-tool-viewer-table td{padding:.5rem .6rem;text-align:center;border-bottom:1px solid var(--stat-border);color:var(--stat-text)}.stat-tool-viewer-table th{font-weight:600;background:var(--stat-surface);color:var(--stat-text-secondary)}.stat-tool-viewer-table th:first-child{text-align:left}.stat-tool-viewer-table .stat-tool-viewer-table-group-row .stat-tool-viewer-table-group-cell{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .6rem;border-bottom:1px solid var(--stat-border)}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--player{background:var(--stat-surface);color:transparent;border-left:none}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--attacking{background:#81c7843d;color:var(--stat-success);border-left:1px solid var(--stat-border);text-align:center}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--serving{background:#64b5f63d;color:var(--stat-accent);border-left:1px solid var(--stat-border);text-align:center}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--defense{background:var(--stat-defense-bg);color:var(--stat-defense);border-left:1px solid var(--stat-border);text-align:center}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--points{background:var(--stat-points-bg);color:var(--stat-points);border-left:1px solid var(--stat-border);text-align:center}.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(5),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(5){background:#81c7841f}.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(6),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(7),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(6){background:#ffc1071f}.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(7){background:#ffc1071f}.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) th:nth-child(12),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) td:nth-child(12){background:#64b5f61f}.stat-tool-viewer-table .stat-tool-viewer-table-group-cell--player,.stat-tool-viewer-table thead tr:not(.stat-tool-viewer-table-group-row) th:first-child{background:var(--stat-surface)}.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(5){background:#81c78433}.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(6),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(7){background:#ffc10733}.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(12){background:#64b5f633}.stat-tool-viewer-table.stat-tool-logger-table th.stat-tool-stat-col--hitting,.stat-tool-viewer-table.stat-tool-logger-table td.stat-tool-stat-col--hitting{background:#81c7841f}.stat-tool-viewer-table.stat-tool-logger-table thead tr:not(.stat-tool-viewer-table-group-row) th.stat-tool-stat-col--hitting{background:#81c78433}.stat-tool-viewer-table.stat-tool-logger-table th.stat-tool-stat-col--defense,.stat-tool-viewer-table.stat-tool-logger-table td.stat-tool-stat-col--defense{background:#ffc1071f}.stat-tool-viewer-table.stat-tool-logger-table th.stat-tool-stat-col--serving,.stat-tool-viewer-table.stat-tool-logger-table td.stat-tool-stat-col--serving{background:#64b5f61f}.stat-tool-viewer-table.stat-tool-logger-table thead tr:not(.stat-tool-viewer-table-group-row) th.stat-tool-stat-col--serving{background:#64b5f633}.stat-tool-viewer-table.stat-tool-logger-table th.stat-tool-stat-col--points,.stat-tool-viewer-table.stat-tool-logger-table td.stat-tool-stat-col--points{background:#ba68c81f}.stat-tool-viewer-table.stat-tool-logger-table thead tr:not(.stat-tool-viewer-table-group-row) th.stat-tool-stat-col--points{background:#ba68c833}.stat-tool-viewer-table .stat-tool-viewer-table-th--sortable{padding:0}.stat-tool-viewer-table .stat-tool-viewer-table-sort-btn{display:block;width:100%;padding:.5rem .6rem;font:inherit;font-weight:600;color:inherit;text-align:inherit;background:transparent;border:none;cursor:pointer;border-radius:4px}.stat-tool-viewer-table .stat-tool-viewer-table-sort-btn:hover{background:var(--stat-tint-bg-5)}.stat-tool-viewer-table .stat-tool-viewer-table-sort-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-viewer-table .stat-tool-viewer-table-sort-icon{margin-left:.2rem;opacity:.9}.stat-tool-viewer-table tr:last-child td{border-bottom:none}.stat-tool-viewer-table .stat-tool-viewer-table-player{text-align:left;white-space:normal;font-weight:500;vertical-align:middle;padding-top:.35rem;padding-bottom:.35rem}.stat-tool-viewer-table .stat-tool-player-cell-stack{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:100%}.stat-tool-viewer-table .stat-tool-player-cell-main{display:flex;align-items:center;flex-wrap:nowrap;gap:0;white-space:nowrap;line-height:1.2;max-width:100%;cursor:grab;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.stat-tool-viewer-table .stat-tool-player-cell-main:active{cursor:grabbing}.stat-tool-viewer-table .stat-tool-viewer-table-player-btn{display:inline;margin:0;padding:0;border:none;background:none;font:inherit;font-weight:500;color:inherit;text-align:left;cursor:pointer;text-decoration:underline;text-decoration-color:var(--stat-tint-underline-1);text-underline-offset:2px}.stat-tool-viewer-table .stat-tool-viewer-table-player-btn:hover{color:var(--stat-accent-strong);text-decoration-color:#90caf9a6}.stat-tool-viewer-table .stat-tool-viewer-table-player-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px;border-radius:2px}.stat-tool-viewer-table .stat-tool-viewer-table-num{color:var(--stat-text-muted);margin-right:.25rem;font-variant-numeric:tabular-nums}.stat-tool-viewer-table .stat-tool-viewer-table-num-cell{font-variant-numeric:tabular-nums;font-weight:500}.stat-tool-viewer-table .stat-tool-viewer-table-pct{font-variant-numeric:tabular-nums;font-weight:600}.stat-tool-viewer-table th.stat-tool-viewer-table-serving-group-cell{background:#64b5f633}.stat-tool-viewer-table td.stat-tool-viewer-table-serving-group-cell{background:#64b5f61f}.stat-tool-viewer-table .stat-tool-viewer-table-opp-so--danger{color:var(--stat-error-accent)}.stat-tool-viewer-table .stat-tool-viewer-table-opp-so--good{color:var(--stat-success)}.stat-tool-viewer-table .stat-tool-viewer-table-opp-so--mid{color:var(--stat-warning)}.stat-tool-viewer-table .stat-tool-hitting-hot-badge-slot{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;box-sizing:border-box;min-height:.7rem;margin-top:.06rem;line-height:1}.stat-tool-viewer-table .stat-tool-hitting-hot-badge-slot .stat-tool-viewer-table-badge{margin-left:0}.stat-tool-viewer-table .stat-tool-viewer-table-badge{display:inline-block;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-left:.35rem;padding:.06rem .28rem;border-radius:3px;white-space:nowrap}.stat-tool-viewer-table .stat-tool-viewer-table-badge--hot{color:var(--stat-hot);background:var(--stat-hot-bg)}.stat-tool-viewer-table .stat-tool-viewer-table-badge--on-fire{color:var(--stat-on-fire);background:var(--stat-on-fire-bg)}.stat-tool-viewer-table .stat-tool-viewer-table-first-serve-err{color:var(--stat-error-accent);font-weight:600}.stat-tool-viewer-table .stat-tool-table-col--wide-only{display:none}@media (min-width: 960px){.stat-tool-viewer-table .stat-tool-table-col--wide-only{display:table-cell}}.stat-tool-viewer-table .stat-tool-table-col--pg{color:var(--stat-error-accent);font-weight:600}.stat-tool-viewer-table-empty{margin:1rem 0;color:var(--stat-text-muted);font-size:.9rem}.stat-tool-set-and-scope-row{display:flex;align-items:center;gap:.75rem 1rem;margin-bottom:.75rem;flex-wrap:wrap;width:100%;min-width:0}.stat-tool-set-and-scope-row.stat-tool-set-and-scope-row--expanded{margin-bottom:.5rem}.stat-tool-set-and-scope-row.stat-tool-set-and-scope-row--inline{width:auto;margin-bottom:0;flex-wrap:nowrap}.stat-tool-set-row-start{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.65rem 1rem}.stat-tool-set-row-start .stat-tool-set-row-summary{flex:0 1 auto;min-width:0;max-width:100%;display:flex;justify-content:flex-start}.stat-tool-set-row-end{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem .75rem}.stat-tool-set-and-scope-row--no-summary .stat-tool-set-row-start{flex:0 1 auto}.stat-tool-set-and-scope-row--no-summary .stat-tool-set-row-end{flex:1 1 auto;min-width:0;justify-content:flex-end}.stat-tool-scope-with-undo{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.stat-tool-box-history-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.stat-tool-box-history-btns{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.stat-tool-box-history-btn{padding:.4rem .65rem;font-size:.85rem;font-weight:500;color:var(--stat-text-secondary);background:var(--stat-surface);border:1px solid var(--stat-border-strong);border-radius:6px;cursor:pointer}.stat-tool-box-history-btn:hover:not(:disabled){background:var(--stat-surface-hover);color:var(--stat-text)}.stat-tool-box-history-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-box-history-btn:disabled{opacity:.4;cursor:not-allowed}.stat-tool-box-history-btn.stat-tool-box-history-btn--icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;color:var(--stat-text-muted)}.stat-tool-box-history-btn.stat-tool-box-history-btn--icon svg{flex-shrink:0}.stat-tool-box-history-btn.stat-tool-box-history-btn--icon:hover:not(:disabled){color:var(--stat-text-secondary)}@keyframes stat-tool-box-history-feedback-flash{0%{opacity:.2;transform:scale(.97);color:var(--stat-success)}40%{opacity:1;transform:scale(1.03);color:var(--stat-success-flash)}to{opacity:1;transform:scale(1);color:var(--stat-success)}}.stat-tool-box-history-feedback{margin:0;font-size:.78rem;color:var(--stat-success);line-height:1.3;text-align:left;flex:0 1 auto;min-width:0;max-width:min(22rem,55vw);animation:stat-tool-box-history-feedback-flash .55s ease-out}@media (prefers-reduced-motion: reduce){@keyframes stat-tool-box-history-feedback-flash-subtle{0%{opacity:.35}to{opacity:1}}.stat-tool-box-history-feedback{animation:stat-tool-box-history-feedback-flash-subtle .35s ease-out}}.stat-tool-set-control{display:flex;align-items:center;gap:.5rem}.stat-tool-set-label{font-size:.9rem;font-weight:500;color:var(--stat-text-secondary)}.stat-tool-next-set-btn{padding:.35rem .75rem;font-size:.85rem;font-weight:500;color:var(--stat-text-secondary);background:var(--stat-surface);border:1px solid var(--stat-border-strong);border-radius:6px;cursor:pointer}.stat-tool-next-set-btn:hover{background:var(--stat-surface-hover);color:var(--stat-text)}.stat-tool-next-set-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-scope-toggle{display:inline-flex;align-items:stretch;border-radius:8px;overflow:hidden;background:var(--stat-segment-track)}.stat-tool-scope-toggle .stat-tool-view-toggle-btn{margin:0;padding:.42rem 1rem;font:inherit;font-size:.875rem;font-weight:600;border:none;border-radius:0;cursor:pointer;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:transparent;color:var(--stat-text-muted);min-width:3.5rem;transition:color .12s ease,background .12s ease}.stat-tool-scope-toggle .stat-tool-view-toggle-btn:hover:not(.stat-tool-view-toggle-btn--active){color:var(--stat-text-secondary);background:var(--stat-surface-hover)}.stat-tool-scope-toggle .stat-tool-view-toggle-btn.stat-tool-view-toggle-btn--active{background:var(--stat-segment-active);color:var(--stat-segment-active-text)}.stat-tool-scope-toggle .stat-tool-view-toggle-btn.stat-tool-view-toggle-btn--active:hover{background:var(--stat-segment-active);color:var(--stat-segment-active-text);filter:brightness(.96)}.stat-tool-scope-toggle .stat-tool-view-toggle-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px;position:relative;z-index:1}.stat-tool-scope-toggle--pair .stat-tool-view-toggle-btn{flex:1 1 0;min-width:0}.stat-tool-view-toggle{display:flex;gap:0;margin-bottom:.75rem}@keyframes stat-tool-logger-compact-decrement-flash{0%{background-color:var(--stat-logger-decrement-flash-peak-bg);border-color:var(--stat-logger-decrement-flash-peak-border);box-shadow:0 0 0 2px var(--stat-logger-decrement-flash-peak-shadow)}45%{background-color:var(--stat-logger-decrement-flash-mid-bg);border-color:var(--stat-logger-decrement-flash-mid-border);box-shadow:0 0 0 1px var(--stat-logger-decrement-flash-mid-shadow)}to{background-color:var(--stat-logger-compact-bg);border-color:var(--stat-logger-compact-border);box-shadow:none}}.stat-tool-logger-table-wrap{display:flex;flex-direction:column;background:var(--stat-bg-elevated);border-radius:10px;border:1px solid var(--stat-border);margin-bottom:.5rem}.stat-tool-logger-table-wrap--fill{flex:0 1 auto;min-width:0;--stat-tool-fill-outside-y-est: clamp(17rem, 40dvh, 29rem);--stat-tool-logger-row-max-h: clamp(4.35rem, 11.5vmin, 5.75rem)}.stat-tool-logger-table-wrap--fill>.stat-tool-logger-table-scroll{flex:0 1 auto;display:flex;flex-direction:column;overflow-x:auto;overflow-y:visible;min-width:0}.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill{height:auto;align-self:flex-start}.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill.stat-tool-logger-table--compact-stats{align-self:stretch}.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill tbody tr{height:min(var(--stat-tool-logger-row-max-h),max(0px,100dvh - var(--stat-tool-fill-outside-y-est)) / max(1,var(--stat-tool-logger-body-rows, 1)))}.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill tbody td,.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill tbody th,.stat-tool-logger-table-wrap--fill .stat-tool-logger-table--fill thead th{vertical-align:middle}.stat-tool-logger-table-scroll{flex:1;min-height:0;min-width:0;overflow-x:auto}.stat-tool-abbr-wrap{position:relative;display:inline-block}.stat-tool-abbr-trigger{font:inherit;font-weight:600;color:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer;text-decoration:underline dotted;text-decoration-color:var(--stat-tint-underline-2);text-underline-offset:3px}.stat-tool-abbr-trigger:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-abbr-tooltip{position:fixed;z-index:1300;background:var(--stat-bg);color:var(--stat-text);border:1px solid var(--stat-border-strong);border-radius:6px;padding:.4rem .6rem;font-size:.78rem;font-weight:400;line-height:1.3;white-space:normal;width:max-content;max-width:12rem;box-shadow:var(--stat-shadow-md);text-align:left}.stat-tool-abbr-tooltip:before,.stat-tool-abbr-tooltip:after{content:"";position:absolute;left:var(--stat-tool-abbr-arrow-left, 50%);transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent}.stat-tool-abbr-tooltip[data-placement=below]:before{top:-5px;border-bottom:5px solid var(--stat-border-strong)}.stat-tool-abbr-tooltip[data-placement=below]:after{top:-4px;border-left-width:4px;border-right-width:4px;border-bottom:4px solid var(--stat-bg)}.stat-tool-abbr-tooltip[data-placement=above]:before{bottom:-5px;border-top:5px solid var(--stat-border-strong)}.stat-tool-abbr-tooltip[data-placement=above]:after{bottom:-4px;border-left-width:4px;border-right-width:4px;border-top:4px solid var(--stat-bg)}.stat-tool-logger-table{table-layout:fixed;width:max-content;border-collapse:collapse}.stat-tool-logger-table.stat-tool-logger-table--compact-stats{width:100%}.stat-tool-logger-table.stat-tool-logger-table--compact-stats .stat-tool-logger-table-compact-hit{display:flex}.stat-tool-logger-table col.stat-tool-logger-col--player{width:12.5rem}.stat-tool-logger-table col.stat-tool-logger-col--stat{width:6.25rem}.stat-tool-logger-table col.stat-tool-logger-col--stat-narrow-points{width:max(2.65rem,4.25ch + .5rem)}@media (max-width: 959px){.stat-tool-logger-table{width:100%}}.stat-tool-logger-table tbody tr{--stat-tool-row-tint: transparent;--stat-tool-row-zebra: transparent;background-image:linear-gradient(var(--stat-tool-row-tint),var(--stat-tool-row-tint)),linear-gradient(var(--stat-tool-row-zebra),var(--stat-tool-row-zebra));background-repeat:no-repeat,no-repeat;background-size:100% 100%,100% 100%}.stat-tool-logger-table tbody tr:nth-child(odd){--stat-tool-row-zebra: var(--stat-logger-row-zebra-odd)}.stat-tool-logger-table tbody tr:nth-child(2n){--stat-tool-row-zebra: var(--stat-logger-row-zebra-even)}.stat-tool-logger-table tbody tr.stat-tool-logger-row--selected{--stat-tool-row-tint: var(--stat-logger-row-select-tint)}.stat-tool-logger-table .stat-tool-logger-table-btn--has-wm,.stat-tool-logger-table .stat-tool-logger-table-compact-hit--has-wm{position:relative;overflow:hidden}.stat-tool-logger-table .stat-tool-logger-table-wm-fill{position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;overflow:hidden;pointer-events:none;text-align:left;line-height:1.15;font-size:.62rem;font-weight:500;letter-spacing:.04em;color:var(--stat-logger-watermark-text);white-space:normal;overflow-wrap:anywhere;word-break:break-all}.stat-tool-logger-table .stat-tool-logger-table-btn--has-wm .stat-tool-logger-table-btn-face,.stat-tool-logger-table .stat-tool-logger-table-compact-hit--has-wm>.stat-tool-logger-table-value{position:relative;z-index:1;text-shadow:var(--stat-logger-watermark-shadow)}.stat-tool-logger-table .stat-tool-logger-table-btn-face{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.stat-tool-logger-table th,.stat-tool-logger-table td{border-bottom:1px solid var(--stat-border)}.stat-tool-logger-table .stat-tool-logger-table-player,.stat-tool-logger-table .stat-tool-logger-table-editable-cell,.stat-tool-logger-table .stat-tool-logger-table-num-cell,.stat-tool-logger-table .stat-tool-logger-table-pct{border-right:1px solid var(--stat-border)}.stat-tool-logger-table tr>th:last-child,.stat-tool-logger-table tr>td:last-child{border-right:none}.stat-tool-logger-table .stat-tool-logger-table-th{padding:.5rem .6rem;font-weight:600}.stat-tool-logger-table .stat-tool-abbr-th{position:relative;padding:0}.stat-tool-logger-table .stat-tool-abbr-th .stat-tool-abbr-trigger{display:block;width:100%;padding:.5rem .6rem}.stat-tool-logger-table .stat-tool-abbr-th .stat-tool-abbr-trigger:focus-visible{outline-offset:-2px}.stat-tool-logger-table .stat-tool-logger-table-player{text-align:left;white-space:normal;position:relative;padding:.35rem 2rem .35rem .6rem;vertical-align:middle}.stat-tool-logger-table .stat-tool-player-cell-stack{display:block}.stat-tool-logger-table .stat-tool-hitting-hot-badge-slot{position:absolute;left:1.95rem;bottom:.07rem;min-height:0;margin-top:0;pointer-events:none}.stat-tool-logger-table .stat-tool-logger-player-name{-webkit-user-select:none;user-select:none}.stat-tool-logger-table .stat-tool-logger-table-add-btn{font:inherit;color:var(--stat-accent);background:none;border:1px dashed var(--stat-accent);border-radius:6px;padding:.35rem .6rem;cursor:pointer}.stat-tool-logger-table .stat-tool-logger-table-add-btn:hover{background:var(--stat-accent-bg);color:var(--stat-accent-strong)}.stat-tool-logger-table .stat-tool-logger-table-add-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-logger-table .stat-tool-logger-table-remove{position:absolute;top:50%;right:.25rem;transform:translateY(-50%);width:1.25rem;height:1.25rem;padding:0;border:none;background:transparent;color:var(--stat-text-muted);font-size:1.1rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.stat-tool-logger-table .stat-tool-logger-table-remove:hover{color:var(--stat-text);background:var(--stat-logger-overlay-hover)}.stat-tool-logger-table .stat-tool-logger-table-move-group{display:inline-flex;align-items:center;margin-left:.35rem;gap:.15rem}.stat-tool-logger-table .stat-tool-logger-table-move{width:1.25rem;height:1.25rem;padding:0;border:none;background:transparent;color:var(--stat-text-muted);font-size:.85rem;line-height:1;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.stat-tool-logger-table .stat-tool-logger-table-move:hover{color:var(--stat-text);background:var(--stat-logger-overlay-hover)}.stat-tool-logger-table .stat-tool-logger-drag-handle{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.stat-tool-logger-table .stat-tool-logger-drag-hit-area{display:inline-flex;align-items:center;min-height:1.25rem;padding:0 .12rem;border-radius:6px}.stat-tool-logger-table .stat-tool-player-cell-main:active .stat-tool-logger-drag-hit-area{background:var(--stat-logger-drag-active-bg)}.stat-tool-logger-table .stat-tool-logger-table-editable-cell{padding:.25rem .4rem;vertical-align:middle}.stat-tool-logger-table .stat-tool-logger-table-editable-cell--compact{padding:.12rem .2rem}.stat-tool-logger-table .stat-tool-logger-table-compact-hit{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:2.6rem;min-height:2.35rem;margin:0;padding:.2rem .35rem;border:1px solid var(--stat-logger-compact-border);border-radius:6px;background:var(--stat-logger-compact-bg);color:inherit;font:inherit;cursor:pointer;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.stat-tool-logger-table .stat-tool-logger-table-compact-hit:hover{background:var(--stat-logger-compact-bg-hover)}.stat-tool-logger-table .stat-tool-logger-table-compact-hit:active{background:var(--stat-logger-drag-active-bg)}.stat-tool-logger-table .stat-tool-logger-table-compact-hit--decrement-flash{animation:stat-tool-logger-compact-decrement-flash .48s ease-out}@media (prefers-reduced-motion: reduce){.stat-tool-logger-table .stat-tool-logger-table-compact-hit--decrement-flash{animation-duration:.12s}}.stat-tool-logger-table .stat-tool-logger-table-value--compact{min-width:1.25rem;text-align:center}.stat-tool-logger-table .stat-tool-logger-table-cell-inner{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.stat-tool-logger-table .stat-tool-logger-table-btn{width:2.1rem;height:2.1rem;padding:0;border:none;background:var(--stat-logger-btn-bg);color:var(--stat-text);font-size:1.1rem;line-height:1;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.stat-tool-logger-table .stat-tool-logger-table-btn:hover:not(:disabled){background:var(--stat-logger-btn-bg-hover)}.stat-tool-logger-table .stat-tool-logger-table-btn:disabled{opacity:.4;cursor:not-allowed}.stat-tool-logger-table .stat-tool-logger-table-btn--plus{background:var(--stat-logger-plus-bg);color:var(--stat-success)}.stat-tool-logger-table .stat-tool-logger-table-btn--plus:hover:not(:disabled){background:var(--stat-logger-plus-bg-hover)}.stat-tool-logger-table .stat-tool-logger-table-btn--minus{background:var(--stat-logger-minus-bg);color:var(--stat-error-accent)}.stat-tool-logger-table .stat-tool-logger-table-btn--minus:hover:not(:disabled){background:var(--stat-logger-minus-bg-hover)}.stat-tool-logger-table .stat-tool-logger-table-value{font-variant-numeric:tabular-nums;font-weight:600;min-width:1.5ch}.stat-tool-logger-table .stat-tool-logger-table-num-cell{font-variant-numeric:tabular-nums;font-weight:500}.stat-tool-logger-table .stat-tool-logger-table-pct{font-variant-numeric:tabular-nums;font-weight:600}.stat-tool-logger-table th.stat-tool-logger-table-col--calc,.stat-tool-logger-table td.stat-tool-logger-table-col--calc{white-space:nowrap;text-align:center;padding-left:.28rem;padding-right:.28rem;box-sizing:border-box}.stat-tool-logger-table th.stat-tool-logger-table-col--calc{padding-top:.45rem;padding-bottom:.45rem;font-size:.8rem}.stat-tool-logger-table th.stat-tool-logger-table-col--calc-avg,.stat-tool-logger-table td.stat-tool-logger-table-col--calc-avg{width:3.85rem;min-width:3.85rem;max-width:3.85rem}.stat-tool-logger-table th.stat-tool-logger-table-col--calc-run,.stat-tool-logger-table td.stat-tool-logger-table-col--calc-run{width:5.5rem;min-width:5.5rem;max-width:5.5rem}.stat-tool-logger-table th.stat-tool-logger-table-col--calc-serve-pct,.stat-tool-logger-table td.stat-tool-logger-table-col--calc-serve-pct{width:4rem;min-width:4rem;max-width:4rem}.stat-tool-logger-table th.stat-tool-logger-table-col--calc-pts,.stat-tool-logger-table td.stat-tool-logger-table-col--calc-pts,.stat-tool-logger-table th.stat-tool-logger-table-col--calc-pg,.stat-tool-logger-table td.stat-tool-logger-table-col--calc-pg{width:max(2.65rem,4.25ch + .5rem);min-width:max(2.65rem,4.25ch + .5rem);max-width:max(2.65rem,4.25ch + .5rem)}.stat-tool-logger-table .stat-tool-logger-drag-handle{margin-right:.35rem;opacity:.55;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;min-height:1rem;letter-spacing:-.55em}@media (hover: none) and (pointer: coarse){.stat-tool-logger-table .stat-tool-logger-drag-hit-area{min-width:1.6rem;min-height:1.6rem}}.stat-tool-logger-table tr.stat-tool-logger-row--drag-target{--stat-tool-row-tint: var(--stat-logger-row-drag-tint)}.stat-tool-logger-table tr.stat-tool-logger-row--drag-target .stat-tool-logger-drag-handle,.stat-tool-logger-table tr.stat-tool-logger-row--drag-target .stat-tool-logger-drag-hit-area{opacity:1;background:var(--stat-logger-drag-active-bg)}.stat-tool-logger-table .stat-tool-stat-table-tfoot tr{background:var(--stat-logger-tfoot-bg)}.stat-tool-logger-table .stat-tool-logger-table-totals-label{border-top:1px solid var(--stat-surface-active);font-weight:700;text-align:left;vertical-align:middle}.stat-tool-logger-table .stat-tool-logger-table-totals-cell{border-top:1px solid var(--stat-surface-active);font-weight:600;vertical-align:middle}.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) thead tr:not(.stat-tool-viewer-table-group-row) th:nth-child(12),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) tbody td:nth-child(12),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(2),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(3),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(4),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(8),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(9),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(10),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(11),.stat-tool-viewer-table:not(.stat-tool-logger-table) tfoot td:nth-child(12){border-right:1px solid var(--stat-text)}.stat-tool-viewer-table-wrap .stat-tool-viewer-table .stat-tool-stat-table-tfoot tr{background:#00000038}.stat-tool-viewer-table-totals-label{border-top:1px solid var(--stat-surface-active);font-weight:700;text-align:left;vertical-align:middle}.stat-tool-viewer-table-totals-cell{border-top:1px solid var(--stat-surface-active);font-weight:600;vertical-align:middle}.stat-tool-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--stat-border)}.stat-tool-card-header-left{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.08rem}.stat-tool-card-name{margin:0;font-size:.9rem;font-weight:700;color:var(--stat-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:grab}.stat-tool-card-header-right{display:flex;align-items:center;gap:.35rem;flex-shrink:0;padding-top:.1rem}.stat-tool-card-hot-badge-slot{display:flex;align-items:center;flex-wrap:wrap;min-height:.75rem;line-height:1}.stat-tool-card-pct{font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600;color:var(--stat-text-muted);padding:.2rem .5rem;border-radius:6px;background:var(--stat-border)}.stat-tool-card-pct.has-pct{color:var(--stat-text);background:var(--stat-success-bg)}.stat-tool-card-remove{width:1.25rem;height:1.25rem;padding:0;border:none;background:transparent;color:var(--stat-text-muted);font-size:1.1rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.stat-tool-card-remove:hover{color:var(--stat-text);background:var(--stat-tint-bg-5)}.stat-tool-card-slot--drag-target{outline:2px dashed var(--stat-accent);outline-offset:2px}.stat-tool-card-section{margin-bottom:.5rem}.stat-tool-card-section:last-of-type{margin-bottom:0}.stat-tool-card-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--stat-text-muted);margin-bottom:.35rem}.stat-tool-card-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;gap:.5rem}.stat-tool-card-label-row .stat-tool-card-label{margin-bottom:0}.stat-tool-card-meta-inline{display:flex;align-items:center;gap:.75rem;font-size:.8rem}.stat-tool-card-meta-item{display:flex;align-items:center;gap:.35rem}.stat-tool-card-meta-item .stat-tool-card-stat-label{color:var(--stat-text-muted)}.stat-tool-card-meta-item .stat-tool-card-total{font-variant-numeric:tabular-nums;font-weight:600;color:var(--stat-text)}.stat-tool-card-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-bottom:.3rem}.stat-tool-card-row .stat-tool-card-stat-label{color:var(--stat-text-muted)}.stat-tool-card-row .stat-tool-card-total{font-variant-numeric:tabular-nums;font-weight:600;color:var(--stat-text)}.stat-tool-card-row.stat-tool-card-row--meta{margin-bottom:.25rem}.stat-tool-card-run{margin-top:.3rem}.stat-tool-card-controls{display:flex;gap:.55rem;flex-wrap:nowrap}.stat-card-block{flex:1 1 0;min-width:0;min-height:2.6rem;display:flex;flex-direction:column;gap:.15rem;padding:1.1rem .35rem .35rem;border-radius:8px;background:var(--stat-surface);color:var(--stat-text);position:relative}.stat-card-block-zone{position:absolute;top:0;bottom:0;border:none;background:transparent;cursor:pointer;padding:0 .35rem;z-index:0;display:flex;align-items:center;font-size:1rem;line-height:1;color:var(--stat-text);opacity:.85}.stat-card-block-zone:hover:not(:disabled){opacity:1}.stat-card-block-zone:disabled{cursor:not-allowed;opacity:.4}.stat-card-block-zone--minus{left:0;width:50%;justify-content:flex-start}.stat-card-block-zone--plus{left:50%;width:50%;justify-content:flex-end}.stat-card-block-center{position:absolute;left:25%;width:50%;top:0;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.stat-card-block-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--stat-text);text-align:center}.stat-card-block-value{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.15rem;color:var(--stat-text);text-align:center;display:block}.stat-card-block-value-suffix--first-serve-err{color:var(--stat-error-accent);font-weight:600;font-size:.85em}.stat-card-block--kill{background:var(--stat-kill-bg)}.stat-card-block--ace{background:var(--stat-ace-bg)}.stat-card-block--error{background:var(--stat-error-bg)}.stat-card-block--error .stat-card-block-zone{color:var(--stat-error-text);opacity:.85}.stat-card-block--error .stat-card-block-zone:hover:not(:disabled){opacity:1}.stat-tool-section-title{font-size:1.1rem;margin:0 0 .75rem;color:var(--color-text)}.stat-tool-session{background-color:var(--color-bg-elevated);padding:1.25rem;border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:1.25rem}.stat-tool-session .stat-tool-session-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}@media (max-width: 480px){.stat-tool-session .stat-tool-session-fields{grid-template-columns:1fr}}.stat-tool-session .form-group label{display:block;font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.25rem}.stat-tool-session .form-group input{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border-strong);border-radius:6px;font-size:1rem}.stat-tool-session .stat-tool-team-display,.stat-tool-session .stat-tool-no-team{margin:0;font-size:.9rem;color:var(--color-text-secondary)}.stat-tool-session .stat-tool-no-team>p{margin:0 0 .5rem}.stat-tool-session .stat-tool-no-team a{color:var(--color-primary);text-decoration:none}.stat-tool-session .stat-tool-no-team a:hover{text-decoration:underline}.stat-tool-rows{background-color:var(--color-bg-elevated);padding:1.25rem;border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:1.25rem}.stat-tool-no-players{margin:0;color:var(--color-text-secondary);font-size:.9rem}.stat-tool-table-wrap{overflow-x:auto}.stat-tool-table{width:100%;border-collapse:collapse;font-size:.9rem}.stat-tool-table th,.stat-tool-table td{padding:.5rem .4rem;text-align:center;border-bottom:1px solid var(--color-border)}.stat-tool-table th{font-weight:600;color:var(--color-text);background:var(--color-bg)}.stat-tool-table .stat-tool-subhead th{font-weight:500;font-size:.8rem;color:var(--color-text-secondary)}.stat-tool-table .stat-tool-player{text-align:left;white-space:nowrap}.stat-tool-table .stat-tool-player .stat-tool-number{color:var(--color-text-secondary);margin-right:.25rem}.stat-tool-table-inline .stat-tool-cell-num{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:3rem}.stat-tool-table-inline .stat-tool-cell-num .stat-tool-num{font-weight:600;font-variant-numeric:tabular-nums;min-height:1.25rem}.stat-tool-table-inline .stat-tool-cell-num .stat-tool-btn{padding:.25rem .4rem;font-size:.75rem;min-width:2rem}.stat-tool-table-inline .stat-tool-pct{font-variant-numeric:tabular-nums;font-weight:500}.stat-tool-table-inline .stat-tool-total{font-variant-numeric:tabular-nums;font-weight:600;background:var(--color-bg)}.stat-tool-table-inline .stat-tool-run{font-variant-numeric:tabular-nums;font-weight:600}.stat-tool-btn{padding:.35rem .6rem;font-size:.8rem;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg-subtle);cursor:pointer;min-width:2.25rem}.stat-tool-btn:hover{background:var(--color-border)}.stat-tool-btn.stat-tool-btn-kill{background:var(--color-success-bg);border-color:var(--color-success)}.stat-tool-btn.stat-tool-btn-kill:hover{background:var(--color-success-bg);filter:brightness(.96)}.stat-tool-btn.stat-tool-btn-error,.stat-tool-btn.stat-tool-btn-serve-err{background:var(--color-error-bg);border-color:var(--color-error)}.stat-tool-btn.stat-tool-btn-error:hover,.stat-tool-btn.stat-tool-btn-serve-err:hover{background:var(--color-error-bg);filter:brightness(.96)}.stat-tool-btn.stat-tool-btn-ace{background:var(--color-primary-light);border-color:var(--color-primary)}.stat-tool-btn.stat-tool-btn-ace:hover{background:var(--color-primary-light);filter:brightness(.96)}.stat-tool-btn.stat-tool-btn-serve-in{background:var(--color-bg-subtle)}.stat-tool-btn.stat-tool-btn-serve-in:hover{background:var(--color-border)}.stat-tool-undo-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem 0;border-top:1px solid var(--color-border)}.stat-tool-undo-btn{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;border:1px solid var(--color-border-strong);background:var(--color-bg-elevated);cursor:pointer}.stat-tool-undo-btn:hover:not(:disabled){background:var(--color-bg-subtle)}.stat-tool-undo-btn:disabled{opacity:.6;cursor:not-allowed}.stat-tool-undo-label{font-size:.85rem;color:var(--color-text-secondary)}.stat-tool-sr-preview-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem;margin-bottom:.5rem;background:var(--stat-points-surface);border:1px solid var(--stat-points-surface-border);border-radius:8px;color:var(--stat-points);font-size:.9rem}.stat-tool-sr-preview-bar__close{padding:.35rem .75rem;font-size:.85rem;background:var(--stat-points-surface-hover);border:1px solid var(--stat-points-surface-strong-border);border-radius:6px;cursor:pointer;color:var(--stat-text)}.stat-tool-sr-preview-bar__close:hover{background:var(--stat-points-surface-hover-2)}.stat-tool-sr-panel{background:var(--stat-bg-elevated);border:1px solid var(--stat-border);border-radius:10px;padding:.7rem;margin-bottom:.6rem}.stat-tool-sr-panel__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.45rem;margin-bottom:.65rem}.stat-tool-sr-panel__toolbar-start,.stat-tool-sr-panel__toolbar-end{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.stat-tool-sr-panel__toolbar-end{justify-content:flex-end}.stat-tool-sr-panel__zone-toggle{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.82rem;color:var(--stat-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.stat-tool-sr-panel__zone-toggle input{width:.95rem;height:.95rem;accent-color:var(--stat-accent);cursor:pointer}.stat-tool-sr-panel__rotate-courts-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:2.1rem;height:2.1rem;padding:0;margin:0;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-muted);cursor:pointer;flex-shrink:0}.stat-tool-sr-panel__rotate-courts-btn:hover{background:var(--stat-surface);color:var(--stat-text);border-color:var(--stat-border-strong)}.stat-tool-sr-panel__rotate-courts-btn--active{border-color:var(--stat-accent);color:var(--stat-accent-strong);background:var(--stat-accent-bg)}.stat-tool-sr-panel__rotate-courts-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-sr-panel__show-stats-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:2.1rem;height:2.1rem;padding:0;margin:0;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-muted);cursor:pointer;flex-shrink:0}.stat-tool-sr-panel__show-stats-btn:hover{background:var(--stat-surface);color:var(--stat-text);border-color:var(--stat-border-strong)}.stat-tool-sr-panel__show-stats-btn--active{border-color:var(--stat-accent);color:var(--stat-accent-strong);background:var(--stat-accent-bg)}.stat-tool-sr-panel__show-stats-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-sr-panel__visible-courts{display:inline-flex;align-items:center;border:1px solid var(--stat-border-strong);border-radius:6px;overflow:visible}.stat-tool-sr-panel__visible-courts-btn{padding:.24rem .5rem;border:none;border-right:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-muted);font-size:.78rem;line-height:1.2;cursor:pointer;-webkit-tap-highlight-color:transparent}.stat-tool-sr-panel__visible-courts-btn:first-child{border-radius:5px 0 0 5px}.stat-tool-sr-panel__visible-courts-btn:last-child{border-right:none;border-radius:0 5px 5px 0}.stat-tool-sr-panel__visible-courts-btn:hover{background:var(--stat-surface);color:var(--stat-text)}.stat-tool-sr-panel__visible-courts-btn:focus{outline:none}.stat-tool-sr-panel__visible-courts-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:-2px}.stat-tool-sr-panel__visible-courts-btn--active{background:var(--stat-accent-bg);color:var(--stat-accent-strong)}.stat-tool-sr-panel__visible-courts--icon-mode{height:2.1rem;min-height:2.1rem;box-sizing:border-box;align-items:stretch}.stat-tool-sr-panel__visible-courts--icon-mode .stat-tool-sr-panel__visible-courts-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:2.35rem;min-height:0;height:100%;padding:0 .35rem;line-height:0}.stat-tool-sr-panel__swap-sides-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:2.1rem;height:2.1rem;padding:0;margin:0;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-muted);cursor:pointer;flex-shrink:0}.stat-tool-sr-panel__swap-sides-btn:hover{background:var(--stat-surface);color:var(--stat-text);border-color:var(--stat-border-strong)}.stat-tool-sr-panel__swap-sides-btn[aria-pressed=true]{border-color:var(--stat-accent);color:var(--stat-accent-strong);background:var(--stat-accent-bg)}.stat-tool-sr-panel__swap-sides-btn:focus-visible{outline:2px solid var(--stat-accent);outline-offset:2px}.stat-tool-sr-panel__undo{padding:.4rem .85rem;font-size:.9rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);cursor:pointer}.stat-tool-sr-panel__undo:hover:not(:disabled){background:var(--stat-border)}.stat-tool-sr-panel__undo:disabled{opacity:.45;cursor:not-allowed}.stat-tool-sr-panel__waiting{margin:0 0 1rem;padding:.75rem;background:var(--stat-warning-bg);border:1px solid var(--stat-warning-border);border-radius:8px;color:var(--stat-warning);font-size:.9rem}.stat-tool-sr-section{margin-bottom:.5rem}.stat-tool-sr-section:last-child{margin-bottom:0}.stat-tool-sr-lanes{display:grid;grid-template-columns:1fr;gap:.4rem}.stat-tool-sr-lane--ours{order:1}.stat-tool-sr-lane--opponent,.stat-tool-sr-lanes--swapped .stat-tool-sr-lane--ours{order:2}.stat-tool-sr-lanes--swapped .stat-tool-sr-lane--opponent{order:1}.stat-tool-sr-lane{--sr-court-ui-max-width: 330px;--sr-capture-ui-max-width: calc(var(--sr-court-ui-max-width) * 40 / 30);background:var(--stat-bg);border:1px solid var(--stat-border);border-radius:10px;padding:.4rem}.stat-tool-sr-lanes--single .stat-tool-sr-lane{--sr-court-ui-max-width: 420px}.stat-tool-sr-lane__header{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.25rem}.stat-tool-sr-lane__summary{margin:0 0 .4rem;padding:.35rem .45rem;background:#00000038;border:1px solid var(--stat-border);border-radius:6px;font-size:.78rem;line-height:1.35;color:var(--stat-text-muted);-webkit-user-select:none;user-select:none}.stat-tool-sr-lane__summary-line{margin:0}.stat-tool-sr-lane__summary-line+.stat-tool-sr-lane__summary-line{margin-top:.2rem}.stat-tool-sr-lane__summary-k{color:var(--stat-text-muted);margin-right:.2rem}.stat-tool-sr-lane__summary-v{display:inline-block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--stat-text);font-weight:600}.stat-tool-sr-lane__log-area{display:flex;flex-direction:column;gap:.35rem}.stat-tool-sr-lane__stats-side{min-width:0;order:1}.stat-tool-sr-lane__targets-row{min-width:0;order:2}.stat-tool-sr-lane__targets-row>.stat-tool-sr-lane__undo-hint{margin:.22rem 0 0}.stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row>.stat-tool-sr-lane__undo-hint{flex-shrink:0}.stat-tool-sr-lane__court-wrap{position:relative;min-width:0;order:3}.stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{display:grid;grid-template-columns:max-content max-content;grid-template-rows:auto auto;gap:.35rem;justify-content:center;align-items:stretch}.stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1;grid-row:1;order:0;display:flex;flex-direction:column;align-self:stretch;min-height:0}.stat-tool-sr-lanes--single .stat-tool-sr-lane__stats-side{grid-column:1/-1;grid-row:2;order:0}.stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2;grid-row:1;order:0;align-self:stretch;display:flex;align-items:center;justify-content:center;width:auto}.stat-tool-sr-lanes--single .stat-tool-sr-target-groups{flex-direction:column;align-items:stretch;justify-content:flex-start;max-width:none;margin:0;gap:.24rem;flex:1 1 auto;min-height:0}.stat-tool-sr-lanes--single .stat-tool-sr-target-btn{width:100%;min-width:0;flex:1 1 0;min-height:2.15rem}.stat-tool-sr-lanes--single .stat-tool-sr-court{--sr-single-court-max-h: max(220px, min(68dvh, calc(100dvh - 14.5rem) ));--sr-single-court-w: calc( var(--sr-single-court-max-h) * var(--sr-capture-width-feet) / var(--sr-total-feet) );width:var(--sr-single-court-w);max-width:100%;max-height:var(--sr-single-court-max-h)}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:max-content max-content;grid-template-rows:auto;align-items:stretch}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1;grid-row:1}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2;grid-row:1}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lane__stats-side{display:none}@media (min-width: 800px){.stat-tool-sr-lanes--single{grid-template-columns:1fr}.stat-tool-sr-lane__log-area{display:grid;grid-template-columns:clamp(8rem,22%,10.5rem) 1fr;grid-template-rows:auto auto;gap:.35rem;align-items:start}.stat-tool-sr-lane__targets-row{grid-column:1/-1;grid-row:1;order:0}.stat-tool-sr-lane__stats-side{grid-column:1;grid-row:2;order:0}.stat-tool-sr-lane__court-wrap{grid-column:2;grid-row:2;order:0;min-width:0}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__log-area{grid-template-columns:1fr clamp(8rem,22%,10.5rem)}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__stats-side{grid-column:2;grid-row:2}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__court-wrap{grid-column:1;grid-row:2}.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__log-area{grid-template-columns:1fr clamp(8rem,22%,10.5rem)}.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__stats-side{grid-column:2;grid-row:2}.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__court-wrap{grid-column:1;grid-row:2}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__stats-side,.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__stats-side{justify-self:end;width:100%}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary,.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary{text-align:right;justify-items:end}.stat-tool-sr-lanes:not(.stat-tool-sr-lanes--swapped):not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--opponent .stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-line,.stat-tool-sr-lanes.stat-tool-sr-lanes--swapped:not(.stat-tool-sr-lanes--single) .stat-tool-sr-lane--ours .stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-line{align-items:flex-end}.stat-tool-sr-lane__targets-row .stat-tool-sr-target-groups{margin-bottom:0}.stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary{display:block;padding:.3rem .35rem}.stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-line+.stat-tool-sr-lane__summary-line{margin-top:.16rem}.stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-line{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem}.stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-k{margin-right:0;font-size:.72rem}.stat-tool-sr-lane__stats-side .stat-tool-sr-lane__summary-v{font-size:.74rem;white-space:normal}.stat-tool-sr-lane__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:.35rem;padding:.26rem .38rem}.stat-tool-sr-lane__summary-line{display:inline-flex;align-items:baseline;gap:.16rem;min-width:0;line-height:1.15}.stat-tool-sr-lane__summary-line+.stat-tool-sr-lane__summary-line{margin-top:0}.stat-tool-sr-lane__summary-k{margin-right:0;white-space:nowrap;font-size:.7rem}.stat-tool-sr-lane__summary-v{font-size:.74rem}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lane__log-area{grid-template-columns:1fr!important}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lane__court-wrap{grid-column:1/-1!important;grid-row:2}.stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:max-content max-content;grid-template-rows:auto auto;justify-content:center;align-items:stretch}.stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-self:stretch;min-height:0}.stat-tool-sr-lanes--single .stat-tool-sr-lane__stats-side{grid-column:1/-1;grid-row:2}.stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2;grid-row:1;align-self:stretch}.stat-tool-sr-lanes--single .stat-tool-sr-target-groups{flex-direction:column;align-items:stretch;justify-content:flex-start;max-width:none;margin:0;gap:.24rem;flex:1 1 auto;min-height:0}.stat-tool-sr-lanes--single .stat-tool-sr-target-btn{width:100%;min-width:0;padding:.28rem .34rem;flex:1 1 0;min-height:2.15rem}.stat-tool-sr-lanes--single .stat-tool-sr-target-btn__who{font-size:.76rem}.stat-tool-sr-lanes--single .stat-tool-sr-target-btn__meta{font-size:.62rem}.stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row>.stat-tool-sr-lane__undo-hint{margin-top:.18rem}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:max-content max-content!important;grid-template-rows:auto;justify-content:center;align-items:stretch}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1;grid-row:1}.stat-tool-sr-panel--hide-lane-pass-summary .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2!important;grid-row:1}.stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{display:flex;align-items:center;justify-content:center}.stat-tool-sr-lanes--single .stat-tool-sr-court{--sr-single-court-max-h: max(220px, min(68dvh, calc(100dvh - 14.5rem) ));--sr-single-court-w: calc( var(--sr-single-court-max-h) * var(--sr-capture-width-feet) / var(--sr-total-feet) );width:var(--sr-single-court-w);max-width:100%;max-height:var(--sr-single-court-max-h)}.stat-tool-sr-lanes--single .stat-tool-sr-lane{--sr-court-ui-max-width: 900px}.stat-tool-sr-panel--rot-both-lanes .stat-tool-sr-lanes:not(.stat-tool-sr-lanes--single):not(.stat-tool-sr-lanes--swapped) .stat-tool-sr-lane--ours .stat-tool-sr-court{margin-inline-start:auto;margin-inline-end:0}.stat-tool-sr-panel--rot-both-lanes .stat-tool-sr-lanes:not(.stat-tool-sr-lanes--single):not(.stat-tool-sr-lanes--swapped) .stat-tool-sr-lane--opponent .stat-tool-sr-court{margin-inline-start:0;margin-inline-end:auto}.stat-tool-sr-panel--rot-both-lanes .stat-tool-sr-lanes:not(.stat-tool-sr-lanes--single).stat-tool-sr-lanes--swapped .stat-tool-sr-lane--opponent .stat-tool-sr-court{margin-inline-start:auto;margin-inline-end:0}.stat-tool-sr-panel--rot-both-lanes .stat-tool-sr-lanes:not(.stat-tool-sr-lanes--single).stat-tool-sr-lanes--swapped .stat-tool-sr-lane--ours .stat-tool-sr-court{margin-inline-start:0;margin-inline-end:auto}}.stat-tool-sr-lane__header-start{display:flex;align-items:center;gap:.5rem;flex:0 1 auto;min-width:0;max-width:calc(100% - 3.2rem)}.stat-tool-sr-lane__title{margin:0;flex:0 1 auto;min-width:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-tool-sr-lane .stat-tool-sr-section__title{margin-bottom:0}.stat-tool-sr-lane__header-manage{flex-shrink:0;align-self:center}.stat-tool-sr-lane__header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.stat-tool-sr-lane__icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.28rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);cursor:pointer}.stat-tool-sr-lane__icon-btn:hover:not(:disabled){background:var(--stat-border);color:var(--stat-text)}.stat-tool-sr-lane__icon-btn:disabled{opacity:.35;cursor:not-allowed}.stat-tool-sr-lane__group-icon{width:20px;height:20px}.stat-tool-sr-lane__undo-hint{margin:0 0 .4rem;font-size:.78rem;color:var(--stat-success);line-height:1.3}.stat-tool-sr-lane__manage{margin:0 0 .45rem;padding:.35rem .4rem .45rem;background:#0003;border:1px solid var(--stat-border);border-radius:8px}.stat-tool-sr-lane__manage--over-court{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;margin:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:10px;background:#1e1e1ef5;border:1px solid var(--stat-border-strong);box-shadow:var(--stat-shadow-md)}.stat-tool-sr-lane__manage--over-court .stat-tool-sr-lane__manage-head,.stat-tool-sr-lane__manage--over-court .stat-tool-sr-picked-chips--lane{flex-shrink:0}.stat-tool-sr-lane__manage--over-court .stat-tool-sr-lane__manage-panel{flex:1;min-height:0;overflow-y:auto}.stat-tool-sr-lane__manage--over-court .stat-tool-sr-track-list--lane{max-height:none;overflow-y:visible}.stat-tool-sr-lane--opponent .stat-tool-sr-lane__manage--over-court{inset:auto;top:.35rem;left:.35rem;right:.35rem;max-height:min(10.5rem,44%);height:auto;max-width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.stat-tool-sr-lane--opponent .stat-tool-sr-lane__manage--over-court .stat-tool-sr-lane__manage-panel{flex:0 0 auto;overflow-y:visible}.stat-tool-sr-lane--opponent .stat-tool-sr-lane__manage--over-court.stat-tool-sr-lane__manage--full{top:0;right:0;bottom:0;left:0;max-height:100%;max-width:none;height:auto;overflow:hidden}.stat-tool-sr-lane--opponent .stat-tool-sr-lane__manage--over-court.stat-tool-sr-lane__manage--full .stat-tool-sr-lane__manage-panel{flex:1;overflow-y:auto}.stat-tool-sr-lane__manage-head{display:flex;align-items:flex-start;gap:.35rem;margin:-.15rem -.15rem .3rem}.stat-tool-sr-lane__manage-head .stat-tool-sr-lane__manage-help{flex:1;min-width:0;margin:0;padding-right:.1rem}.stat-tool-sr-lane__manage-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 0 0 auto;min-width:1.65rem;min-height:1.65rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--stat-error-accent);font-size:1.35rem;line-height:1;cursor:pointer}.stat-tool-sr-lane__manage-close:hover{background:#ef9a9a1f;color:var(--stat-error-text)}@media (pointer: coarse){.stat-tool-sr-lane__manage-close{min-width:2.35rem;min-height:2.35rem;border-radius:8px;font-size:1.6rem;touch-action:manipulation}}.stat-tool-sr-lane__manage-panel{margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--stat-border)}.stat-tool-sr-lane__manage-head+.stat-tool-sr-lane__manage-panel{margin-top:0;padding-top:.35rem;border-top:none}.stat-tool-sr-lane__manage-help{margin:0 0 .35rem;font-size:.75rem;color:var(--stat-text-muted);line-height:1.3}.stat-tool-sr-picked-chips--lane{margin:0 0 .25rem;min-height:calc(2px + 1.25rem)}.stat-tool-sr-picked-chips--lane+.stat-tool-sr-lane__manage-panel{margin-top:0;padding-top:.35rem;border-top:none}.stat-tool-sr-track-list--lane{max-height:10rem;overflow-y:auto;padding-right:.15rem}.stat-tool-sr-jersey-row--lane{margin-bottom:.35rem}@media (min-width: 800px){.stat-tool-sr-lanes{grid-template-columns:1fr 1fr;align-items:start;gap:.35rem}.stat-tool-sr-lanes--single{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 1199px){.stat-tool-sr-panel{padding:.45rem .5rem;margin-bottom:.45rem;border-radius:8px}.stat-tool-sr-panel__toolbar{margin-bottom:.35rem;gap:.35rem;justify-content:space-between;flex-wrap:nowrap}.stat-tool-sr-panel__zone-toggle{font-size:.76rem;flex-shrink:0}.stat-tool-sr-panel__waiting{margin-bottom:.55rem;padding:.5rem .55rem;font-size:.84rem}.stat-tool-sr-lane{padding:.28rem;border-radius:8px;--sr-court-ui-max-width: 300px}.stat-tool-sr-lanes--single .stat-tool-sr-lane{--sr-court-ui-max-width: 760px}.stat-tool-sr-lane__header{margin-bottom:.15rem;gap:.35rem}.stat-tool-sr-lane__summary{margin-bottom:.28rem;padding:.25rem .35rem;font-size:.74rem;line-height:1.28}.stat-tool-sr-lane__summary-line+.stat-tool-sr-lane__summary-line{margin-top:.12rem}.stat-tool-sr-lane__undo-hint{margin-bottom:.28rem;font-size:.72rem}.stat-tool-sr-lane__manage--over-court{padding:.28rem .32rem .35rem}.stat-tool-sr-lane__manage-help{margin-bottom:.25rem;font-size:.72rem}.stat-tool-sr-target-groups{gap:.22rem;margin-bottom:.4rem}.stat-tool-sr-target-btn{min-width:3.75rem;padding:.22rem .32rem;border-radius:6px}.stat-tool-sr-target-btn__who{font-size:.76rem}.stat-tool-sr-target-btn__meta{font-size:.64rem;margin-top:.06rem}.stat-tool-sr-court{border-radius:8px}.stat-tool-sr-court__status{font-size:.74rem;padding:.18rem .38rem;left:.45rem;bottom:.42rem}.stat-tool-sr-court--rot-outer .stat-tool-sr-court__status{left:50%;transform:translate(-50%);max-width:calc(100% - .55rem)}.stat-tool-sr-lane__icon-btn{padding:.22rem}}.stat-tool-sr-section__title{margin:0 0 .35rem;font-size:1rem;color:var(--stat-text-muted)}.stat-tool-sr-picked-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 .5rem}.stat-tool-sr-picked-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .4rem;border-radius:999px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);font-size:.72rem;line-height:1;-webkit-user-select:none;user-select:none}.stat-tool-sr-picked-chip--opp{background:var(--stat-surface-active);border-color:var(--stat-border-strong)}.stat-tool-sr-picked-chip-remove{border:none;background:transparent;color:var(--stat-error-accent);cursor:pointer;font-size:.95rem;line-height:1;padding:0}.stat-tool-sr-picked-chip-remove:hover{color:var(--stat-error-text)}.stat-tool-sr-track-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.stat-tool-sr-track-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:var(--stat-text-secondary);-webkit-user-select:none;user-select:none}.stat-tool-sr-track-item input{width:1.1rem;height:1.1rem;accent-color:var(--stat-live)}.stat-tool-sr-track-item__label{display:inline-flex;align-items:center;min-width:0}.stat-tool-sr-track-item__num{color:var(--stat-accent-strong);font-weight:600;margin-right:.25rem}@media (pointer: coarse){.stat-tool-sr-track-list{gap:.45rem}.stat-tool-sr-track-item{min-height:2.5rem;padding:.3rem .45rem;border-radius:8px;border:1px solid var(--stat-border-strong);background:var(--stat-bg-elevated);touch-action:manipulation}.stat-tool-sr-track-item input{width:1.4rem;height:1.4rem;flex-shrink:0}.stat-tool-sr-track-item__label{font-size:1rem;line-height:1.2}}.stat-tool-sr-jersey-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem}.stat-tool-sr-jersey-input{padding:.45rem .65rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-bg-elevated);color:var(--stat-text-secondary);font-size:.95rem;width:7rem}.stat-tool-sr-jersey-add{padding:.45rem .75rem;font-size:.9rem;border-radius:6px;border:1px solid var(--stat-kill-border);background:var(--stat-kill-bg);color:var(--stat-text);cursor:pointer}.stat-tool-sr-jersey-add:hover{background:var(--stat-surface-hover)}.stat-tool-sr-jersey-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.stat-tool-sr-jersey-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--stat-surface);border:1px solid var(--stat-border-strong);border-radius:6px;font-size:.9rem;color:var(--stat-text-secondary);-webkit-user-select:none;user-select:none}.stat-tool-sr-jersey-chip-remove{border:none;background:transparent;color:var(--stat-error-accent);cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .15rem}.stat-tool-sr-jersey-chip-remove:hover{color:var(--stat-error-text)}.stat-tool-sr-log-rows{display:flex;flex-direction:column;gap:1rem}.stat-tool-sr-log-row__who{font-size:.95rem;font-weight:600;color:var(--stat-text);margin-bottom:.4rem}.stat-tool-sr-log-row__num{color:var(--stat-accent-strong)}.stat-tool-sr-log-row__meta{font-weight:400;font-size:.82rem;color:var(--stat-text-muted)}.stat-tool-sr-target-groups{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;max-width:var(--sr-capture-ui-max-width);margin-left:auto;margin-right:auto;margin-bottom:.65rem}.stat-tool-sr-target-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:4.1rem;padding:.3rem .42rem;border-radius:8px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none}.stat-tool-sr-target-btn:hover{background:var(--stat-surface);border-color:var(--stat-live)}.stat-tool-sr-target-btn:active{transform:scale(.98)}.stat-tool-sr-target-btn--active{border-color:var(--stat-live);box-shadow:0 0 0 1px #69f0ae73 inset;background:var(--stat-live-bg)}.stat-tool-sr-target-btn--opp{border-color:var(--stat-border-strong);background:var(--stat-surface)}.stat-tool-sr-target-btn__who{font-size:.82rem;font-weight:700;letter-spacing:.01em;line-height:1.1}.stat-tool-sr-target-btn__meta{display:inline-flex;align-items:center;gap:.2rem;margin-top:.1rem;font-size:.68rem;color:var(--stat-text-muted);line-height:1.05}.stat-tool-sr-target-btn__sep{opacity:.45;-webkit-user-select:none;user-select:none}.stat-tool-sr-court{--sr-court-feet: 30;--sr-capture-width-feet: 40;--sr-side-margin-feet: 5;--sr-overpass-feet: 3.5;--sr-aced-feet: 8;--sr-total-feet: 41.5;--sr-zone-center-x-ft: 21.6;--sr-zone-2-center-x-ft: 20.6;--sr-zone-3-center-x-ft: 21.1;--sr-zone-4-center-x-ft: 22.6;--sr-zone-radius-2-ft: 11.5;--sr-zone-2-radius-y-ft: 11.5;--sr-zone-3-radius-x-ft: 9.1;--sr-zone-3-radius-y-ft: 8.5;--sr-zone-4-radius-x-ft: 6;--sr-zone-4-radius-y-ft: 5.5;--sr-zone-label-upshift-ft: 1.6;--sr-sideline-inset: calc(100% * var(--sr-side-margin-feet) / var(--sr-capture-width-feet));--sr-overpass-pct: calc(var(--sr-overpass-feet) / var(--sr-total-feet) * 100%);--sr-court-pct: calc(var(--sr-court-feet) / var(--sr-total-feet) * 100%);--sr-aced-pct: calc(var(--sr-aced-feet) / var(--sr-total-feet) * 100%);--sr-court-top: var(--sr-overpass-pct);--sr-court-bottom: calc(var(--sr-aced-pct));width:100%;max-width:var(--sr-capture-ui-max-width);margin:0 auto;display:block;aspect-ratio:calc(var(--sr-capture-width-feet) / var(--sr-total-feet));position:relative;border-radius:10px;border:1px solid var(--stat-border-strong);cursor:crosshair;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;background:linear-gradient(to bottom,#50505040,#1c1c1ceb);overflow:hidden}.stat-tool-sr-court:hover{border-color:var(--stat-border-strong);background:linear-gradient(to bottom,#50505040,#1c1c1ceb)}.stat-tool-sr-court:focus{outline:none}.stat-tool-sr-court:focus-visible{outline:none;box-shadow:0 0 0 2px #69f0ae6b}.stat-tool-sr-court:disabled{cursor:not-allowed;opacity:.72}.stat-tool-sr-court--hide-pass-zones .stat-tool-sr-court__zone,.stat-tool-sr-court--hide-pass-zones .stat-tool-sr-court__zone-label--one,.stat-tool-sr-court--hide-pass-zones .stat-tool-sr-court__zone-label--two,.stat-tool-sr-court--hide-pass-zones .stat-tool-sr-court__zone-label--three,.stat-tool-sr-court--hide-pass-zones .stat-tool-sr-court__zone-label--four{visibility:hidden}.stat-tool-sr-court--readonly{cursor:default;pointer-events:none}.stat-tool-sr-court--readonly .stat-tool-sr-court__overpass-zone,.stat-tool-sr-court--readonly .stat-tool-sr-court__aced-zone,.stat-tool-sr-court--readonly .stat-tool-sr-court__zone-label--overpass,.stat-tool-sr-court--readonly .stat-tool-sr-court__zone-label--aced{display:none}.stat-tool-sr-court__rot-layer{display:block;position:relative;width:100%;height:100%;min-height:0}.stat-tool-sr-court--rot-outer{aspect-ratio:calc(var(--sr-total-feet) / var(--sr-capture-width-feet))}.stat-tool-sr-court--rot-outer .stat-tool-sr-court__rot-layer{position:absolute;left:50%;top:50%;width:calc(100% * var(--sr-capture-width-feet) / var(--sr-total-feet));aspect-ratio:calc(var(--sr-capture-width-feet) / var(--sr-total-feet));transform:translate(-50%,-50%);transform-origin:center center}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__rot-layer{transform:translate(-50%,-50%) rotate(90deg)}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__rot-layer{transform:translate(-50%,-50%) rotate(-90deg)}.stat-tool-sr-court__overpass-zone{position:absolute;left:var(--sr-sideline-inset);right:var(--sr-sideline-inset);top:0;height:var(--sr-overpass-pct);background:#8caad259;pointer-events:none}.stat-tool-sr-court__aced-zone{position:absolute;left:0;right:0;bottom:0;height:var(--sr-aced-pct);background:#b43c3c6b;pointer-events:none}.stat-tool-sr-court__court-zone{position:absolute;left:0;right:0;top:var(--sr-court-top);bottom:var(--sr-court-bottom);background:#9e9e9e5c;border-radius:0}.stat-tool-sr-court__zone{position:absolute;top:var(--sr-court-top);left:calc(100% * (var(--sr-zone-center-x-ft) - var(--sr-zone-radius-2-ft)) / var(--sr-capture-width-feet));width:calc(200% * var(--sr-zone-radius-2-ft) / var(--sr-capture-width-feet));height:calc(100% * var(--sr-zone-radius-2-ft) / var(--sr-total-feet));border-radius:0 0 999px 999px;pointer-events:none}.stat-tool-sr-court__zone--two{left:calc(100% * (var(--sr-zone-2-center-x-ft) - var(--sr-zone-radius-2-ft)) / var(--sr-capture-width-feet));width:calc(200% * var(--sr-zone-radius-2-ft) / var(--sr-capture-width-feet));height:calc(100% * var(--sr-zone-radius-2-ft) / var(--sr-total-feet));background:#ff980070;border-radius:0 0 999px 999px}.stat-tool-sr-court__zone--three{left:calc(100% * (var(--sr-zone-3-center-x-ft) - var(--sr-zone-3-radius-x-ft)) / var(--sr-capture-width-feet));width:calc(200% * var(--sr-zone-3-radius-x-ft) / var(--sr-capture-width-feet));height:calc(100% * var(--sr-zone-3-radius-y-ft) / var(--sr-total-feet));background:#4285f480;border-radius:0 0 999px 999px}.stat-tool-sr-court__zone--four{left:calc(100% * (var(--sr-zone-4-center-x-ft) - var(--sr-zone-4-radius-x-ft)) / var(--sr-capture-width-feet));width:calc(200% * var(--sr-zone-4-radius-x-ft) / var(--sr-capture-width-feet));height:calc(100% * var(--sr-zone-4-radius-y-ft) / var(--sr-total-feet));background:#38bc4c8f;border-radius:0 0 999px 999px}.stat-tool-sr-court__zone-label{font-size:.72rem;font-weight:600;color:#0000008c;background:#fff3;border:1px solid rgba(0,0,0,.15);border-radius:999px;width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.stat-tool-sr-court__zone-label--one{position:absolute;left:50%;transform:translate(-50%);top:calc(var(--sr-court-top) + var(--sr-court-pct) * .6467)}.stat-tool-sr-court__zone-label--two{position:absolute;left:calc(100% * var(--sr-zone-2-center-x-ft) / var(--sr-capture-width-feet));transform:translate(-50%);top:calc(var(--sr-court-top) + ((var(--sr-zone-2-radius-y-ft) + var(--sr-zone-3-radius-y-ft)) * .5 - var(--sr-zone-label-upshift-ft) * .85) / var(--sr-court-feet) * var(--sr-court-pct))}.stat-tool-sr-court__zone-label--three{position:absolute;left:calc(100% * var(--sr-zone-3-center-x-ft) / var(--sr-capture-width-feet));transform:translate(-50%);top:calc(var(--sr-court-top) + ((var(--sr-zone-3-radius-y-ft) + var(--sr-zone-4-radius-y-ft)) * .5 - var(--sr-zone-label-upshift-ft) * .85) / var(--sr-court-feet) * var(--sr-court-pct))}.stat-tool-sr-court__zone-label--four{position:absolute;left:calc(100% * var(--sr-zone-4-center-x-ft) / var(--sr-capture-width-feet));transform:translate(-50%);top:calc(var(--sr-court-top) + (var(--sr-zone-4-radius-y-ft) * .55 - var(--sr-zone-label-upshift-ft) * .9) / var(--sr-court-feet) * var(--sr-court-pct))}.stat-tool-sr-court__zone-label--overpass{position:absolute;left:50%;transform:translate(-50%);top:calc(var(--sr-overpass-pct) * .2);width:auto;min-width:1.85rem;height:auto;min-height:1rem;padding:.12rem .35rem;font-size:.65rem;border-radius:6px}.stat-tool-sr-court__zone-label--aced{position:absolute;left:50%;transform:translate(-50%);bottom:calc(var(--sr-aced-pct) * .42);width:auto;min-width:1.1rem;height:auto;min-height:1rem;padding:.12rem .35rem;font-size:.68rem;border-radius:6px}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--one,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--two,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--three,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--four{transform:translate(-50%) rotate(-90deg)}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--overpass,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__zone-label--aced{transform:translate(-50%) rotate(0)}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--one,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--two,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--three,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--four{transform:translate(-50%) rotate(90deg)}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--overpass,.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__zone-label--aced{transform:translate(-50%) rotate(0)}.stat-tool-sr-court--rot-outer .stat-tool-sr-court__status{left:50%;right:auto;bottom:.42rem;transform:translate(-50%);max-width:calc(100% - .65rem);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:24}.stat-tool-sr-court__net{position:absolute;left:var(--sr-sideline-inset);right:var(--sr-sideline-inset);top:var(--sr-overpass-pct);height:0;border-top:3px solid #d9d9d9;box-shadow:0 0 0 1px #1e1e1e99}.stat-tool-sr-court__line{position:absolute;background:#dcdcdcb8}.stat-tool-sr-court__line--top{left:var(--sr-sideline-inset);right:var(--sr-sideline-inset);top:var(--sr-court-top);height:1px}.stat-tool-sr-court__line--left{left:var(--sr-sideline-inset);top:var(--sr-court-top);bottom:var(--sr-court-bottom);width:1px}.stat-tool-sr-court__line--right{right:var(--sr-sideline-inset);top:var(--sr-court-top);bottom:var(--sr-court-bottom);width:1px}.stat-tool-sr-court__line--bottom{left:var(--sr-sideline-inset);right:var(--sr-sideline-inset);bottom:var(--sr-court-bottom);height:1px}.stat-tool-sr-court__ten-foot{position:absolute;left:var(--sr-sideline-inset);right:var(--sr-sideline-inset);top:calc(var(--sr-court-top) + var(--sr-court-pct) * .333);height:1px;background:#daa520b3}.stat-tool-sr-court__tap-mark{position:absolute;z-index:18;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:1.85rem;height:1.85rem;padding:0;border-radius:50%;font-size:.62rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.03em;color:#0d1f14;background:#fffffff2;box-shadow:0 0 0 2px #00000059,0 0 14px #69f0ae73;pointer-events:none;animation:stat-tool-sr-tap-mark 2.75s forwards;transform:translate(-50%,-50%)}.stat-tool-sr-court__tap-mark__text{display:inline-block}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-cw .stat-tool-sr-court__tap-mark__text{transform:rotate(-90deg)}.stat-tool-sr-court--rot-outer.stat-tool-sr-court--rot-ccw .stat-tool-sr-court__tap-mark__text{transform:rotate(90deg)}.stat-tool-sr-court__history-mark{position:absolute;z-index:18;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:1.65rem;height:1.65rem;padding:0 .2rem;border-radius:50%;font-size:.58rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.03em;color:#0d1f14;background:#ffffffeb;box-shadow:0 0 0 2px #00000052,0 0 10px #64c8ff59;pointer-events:none;transform:translate(-50%,-50%)}@keyframes stat-tool-sr-tap-mark{0%{animation-timing-function:cubic-bezier(.5,0,1,1);opacity:1;transform:translate(-50%,-50%) scale(1)}2%{animation-timing-function:linear;opacity:1;transform:translate(-50%,-50%) scale(1.4)}12%{animation-timing-function:linear;opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.58)}}.stat-tool-sr-court__status{position:absolute;z-index:22;left:.6rem;bottom:.55rem;font-size:.82rem;color:#f1f1f1;background:#141414a6;border:1px solid rgba(120,120,120,.4);border-radius:6px;padding:.22rem .45rem;-webkit-user-select:none;user-select:none}.stat-tool-page-header .stat-tool-sr-preview-open-btn,.stat-tool-expanded-header-tools .stat-tool-sr-preview-open-btn{padding:.35rem .65rem;font-size:.85rem;border-radius:6px;border:1px solid var(--stat-points-surface-strong-border);background:var(--stat-points-surface);color:var(--stat-points);cursor:pointer}.stat-tool-page-header .stat-tool-sr-preview-open-btn:hover,.stat-tool-expanded-header-tools .stat-tool-sr-preview-open-btn:hover{background:var(--stat-points-surface-hover)}.stat-tool-page-header .stat-tool-sr-preview-open-btn--compact,.stat-tool-expanded-header-tools .stat-tool-sr-preview-open-btn--compact{font-size:.72rem;padding:.2rem .45rem}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{align-items:stretch}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr)!important;justify-content:stretch!important;align-items:stretch}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2!important;grid-row:1!important;width:auto;justify-content:center}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-court{--sr-single-court-max-h: max(240px, calc(100dvh - 16rem) );--sr-single-court-w: calc( var(--sr-single-court-max-h) * var(--sr-capture-width-feet) / var(--sr-total-feet) );width:var(--sr-single-court-w);height:auto;max-width:var(--sr-single-court-w);max-height:var(--sr-single-court-max-h)}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1!important;grid-row:1!important;justify-self:end;max-width:max-content}.stat-tool-expanded-content--sr .stat-tool-sr-lanes--single .stat-tool-sr-lane__stats-side{grid-column:3!important;grid-row:1!important;justify-self:start;min-width:clamp(8rem,16vw,10.5rem)}.stat-tool-practice-saved-detail{display:grid;grid-template-columns:minmax(16rem,28rem) minmax(18rem,1fr);gap:.8rem;align-items:start}.stat-tool-practice-saved-detail__title{margin:0 0 .45rem;font-size:.95rem;font-weight:700;color:var(--stat-text)}.stat-tool-practice-saved-detail__left,.stat-tool-practice-saved-detail__right{min-width:0}.stat-tool-practice-saved-detail .stat-tool-pass-stats-modal__player-loc-btn{width:100%;text-align:left;min-height:2.6rem;padding:.38rem .5rem;font-size:.88rem}.stat-tool-pass-stats-modal__player-loc-btn--active{border-color:var(--stat-live);color:var(--stat-live)}@media (max-width: 960px){.stat-tool-practice-saved-detail{grid-template-columns:1fr}}.stat-tool-sr-panel--large-passer-targets .stat-tool-sr-target-groups{gap:.5rem}.stat-tool-sr-panel--large-passer-targets .stat-tool-sr-target-btn{min-width:6rem;min-height:3.2rem;padding:.5rem .65rem}.stat-tool-sr-panel--large-passer-targets .stat-tool-sr-target-btn__who{font-size:1rem}.stat-tool-sr-panel--large-passer-targets .stat-tool-sr-target-btn__meta{font-size:.78rem}@media (pointer: coarse) and (orientation: portrait) and (min-width: 700px){.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr)!important;grid-template-rows:auto auto auto;justify-content:stretch!important;gap:.5rem}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:2!important;grid-row:1!important;justify-self:center}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-target-groups{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.45rem}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-target-btn{width:auto;min-width:7.25rem}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2!important;grid-row:2!important;align-self:stretch}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-court{--sr-single-court-max-h: max(320px, min(62dvh, calc(100dvh - 19rem) ));margin-inline:auto}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__stats-side{grid-column:1/-1!important;grid-row:3!important}}@media (pointer: coarse) and (orientation: landscape) and (min-height: 600px){.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__log-area{grid-template-columns:clamp(12rem,28vw,18rem) minmax(0,1fr);grid-template-rows:auto auto;gap:.45rem;justify-content:center}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__targets-row{grid-column:1!important;grid-row:1!important}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__stats-side{grid-column:1!important;grid-row:2!important}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-lane__court-wrap{grid-column:2!important;grid-row:1/span 2!important;align-self:stretch}.stat-tool-sr-panel--team-roster-mode .stat-tool-sr-lanes--single .stat-tool-sr-court{--sr-single-court-max-h: max(280px, min(76dvh, calc(100dvh - 13rem) ))}}.stat-tool-osc-panel{margin-top:0}.stat-tool-osc-panel__main{display:flex;flex-direction:column;gap:1rem;align-items:stretch;min-height:0;height:calc(100dvh - 8rem)}.stat-tool-osc-panel__sidebar{display:flex;flex-direction:column;gap:1rem;background:var(--stat-bg);flex-shrink:0;overflow:hidden}.stat-tool-osc-sidebar-body{display:flex;flex-direction:column;flex:1 1 0;min-height:0;overflow:hidden}.stat-tool-osc-panel__courts{display:flex;flex-direction:column;flex:1 1 0;min-height:0}@media (min-width: 1120px){.stat-tool-osc-panel__main{display:grid;grid-template-columns:minmax(28rem,36rem) minmax(32rem,1fr);align-items:stretch;height:calc(100dvh - 8rem);min-height:0}.stat-tool-osc-panel__sidebar{flex-shrink:unset}.stat-tool-osc-panel__courts{flex:unset;height:100%}}.stat-tool-osc-panel__court-rotation-control{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;padding:.4rem .5rem;border-radius:6px;background:#ffffff14;color:#f8f8f8;font-weight:700;box-shadow:inset 0 0 0 1px #ffffff14}.stat-tool-osc-panel__court-logged{position:absolute;right:0;top:0;display:flex;align-items:center;gap:.4rem}.stat-tool-osc-panel__court-rotation-arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#f8f8f8;width:2.6rem;height:2.6rem;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s;font-size:1.3rem;line-height:1;flex-shrink:0}.stat-tool-osc-panel__court-rotation-arrow:hover,.stat-tool-osc-panel__court-rotation-arrow:focus{background:#ffffff42;border-color:#ffffff59}.stat-tool-osc-panel__court-rotation-arrow:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}.stat-tool-osc-panel__court-rotation-label{flex:1;display:flex;flex-direction:column;align-items:center;gap:.1rem;font-size:.95rem}.stat-tool-osc-panel__court-rotation-offense{font-size:.68rem;font-weight:500;color:var(--stat-text-muted);letter-spacing:.04em}.stat-tool-osc-panel__toolbar{margin-bottom:0}.stat-tool-osc-panel__section-title{font-size:1rem;margin:.75rem 0 .35rem;color:var(--stat-text)}.stat-tool-osc-panel__section-title--sub{margin-top:1rem;font-size:.95rem}.stat-tool-osc-panel__help{font-size:.82rem;color:var(--stat-text-muted);margin:0 0 .5rem;line-height:1.4}.stat-tool-osc-panel__jersey-row{margin-bottom:.5rem}.stat-tool-osc-panel__jersey-chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem}.stat-tool-osc-panel__rotation-btns{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.stat-tool-osc-rot-btn{min-width:2.5rem;padding:.45rem .5rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);font-weight:600;cursor:pointer}.stat-tool-osc-rot-btn--active{border-color:var(--stat-accent);background:#64b5f626;color:var(--stat-text)}.stat-tool-osc-panel__rotation-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.stat-tool-osc-panel__linkish{background:none;border:none;color:var(--stat-accent);cursor:pointer;font-size:.85rem;padding:0;text-decoration:underline}.stat-tool-osc-panel__linkish:disabled{opacity:.45;cursor:not-allowed}.stat-tool-osc-panel__outcome-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.35rem}.stat-tool-osc-outcome-btn{padding:.4rem .65rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);font-size:.85rem;cursor:pointer}.stat-tool-osc-outcome-btn--active{border-color:var(--stat-success);background:#81c7841f}.stat-tool-osc-panel__attackers{margin-top:.35rem}.stat-tool-osc-panel__warn{color:var(--stat-defense);font-size:.85rem;margin:.25rem 0}.stat-tool-osc-panel__status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.75rem 0 .5rem}.stat-tool-osc-panel__step{flex:1;min-width:12rem;font-size:.88rem;color:var(--stat-text-muted)}.stat-tool-osc-panel__count{font-size:.85rem;color:var(--stat-text-muted)}.stat-tool-osc-unified{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;min-height:0;flex:1 1 0}.stat-tool-osc-unified__label{font-size:.9rem;font-weight:600;margin:0 0 .5rem;color:var(--stat-text-muted);line-height:1.35}.stat-tool-osc-unified__surface-wrap{width:100%;flex:1 1 0;display:flex;align-items:center;justify-content:center;padding:.25rem;background:#1218228c;border-radius:.5rem;box-sizing:border-box;box-shadow:inset 0 0 0 1px #ffffff0f;min-height:0;position:relative;cursor:crosshair;touch-action:manipulation}.stat-tool-osc-unified__surface-wrap--dragging{touch-action:none}.stat-tool-osc-unified__surface-wrap--disabled{cursor:not-allowed}.stat-tool-osc-unified__surface-wrap--disabled .stat-tool-osc-unified__playing{opacity:.72}.stat-tool-osc-unified__playing{position:relative;width:auto;height:100%;max-width:100%;max-height:100%;aspect-ratio:3/5;box-sizing:border-box;border:2px solid #a8b8aa;border-radius:6px;background:linear-gradient(180deg,#48624e47,#344e6247);pointer-events:none}.stat-tool-osc-unified__recorded-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%;pointer-events:none}.stat-tool-osc-unified__approach-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;pointer-events:none}.stat-tool-osc-unified__tokens-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;width:100%;height:100%;pointer-events:auto;-webkit-user-select:none;user-select:none}.stat-tool-osc-unified__stroke-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;pointer-events:none}.stat-tool-osc-unified__block-zone-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;width:100%;height:100%;pointer-events:none;transition:opacity .1s ease}.stat-tool-osc-unified__block-zone-svg .stat-tool-osc-block-zone__band{fill:#64b5f61a;stroke:#64b5f673;stroke-width:.4;vector-effect:non-scaling-stroke}.stat-tool-osc-unified__block-zone-svg .stat-tool-osc-block-zone__label{fill:#90caf98c;font-size:4px;font-weight:700;letter-spacing:.5px;vector-effect:non-scaling-stroke;pointer-events:none}.stat-tool-osc-unified__block-zone-svg--active .stat-tool-osc-block-zone__band{fill:#64b5f638;stroke:#90caf9e6;filter:drop-shadow(0 0 3px rgba(100,181,246,.7))}.stat-tool-osc-unified__block-zone-svg--active .stat-tool-osc-block-zone__label{fill:#bbdefbf2}.stat-tool-osc-unified__block-zone-svg--ready .stat-tool-osc-block-zone__band{fill:#ef535038;stroke:#ef5350e6;filter:drop-shadow(0 0 4px rgba(239,83,80,.75));transition:fill .15s ease,stroke .15s ease,filter .15s ease}.stat-tool-osc-unified__block-zone-svg--ready .stat-tool-osc-block-zone__label{fill:#ffcdd2f2}.stat-tool-osc-outcome-prompt__hint{font-size:.72rem;color:var(--stat-text-muted);margin:.25rem 0 0;line-height:1.35;text-align:center}.stat-tool-osc-outcome-prompt-btn--blocked-stuffed{background:#64b5f62e;border-color:#64b5f68c;color:var(--stat-accent-strong)}.stat-tool-osc-outcome-prompt-btn--blocked-covered{background:#81c7842e;border-color:#81c7848c;color:var(--stat-success)}.stat-tool-osc-panel__emph{font-weight:700;color:var(--stat-text-secondary)}.stat-tool-osc-outcome-prompt{margin:.65rem 0 0;padding:.75rem .85rem;border-radius:8px;border:1px solid var(--stat-surface-active);background:#202026fa}.stat-tool-osc-position-grid{display:grid;gap:.35rem;grid-template-columns:repeat(3,minmax(0,6rem));max-width:20rem;margin-top:.5rem}.stat-tool-osc-position-grid__row{display:contents}.stat-tool-osc-position-grid__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:2.75rem}.stat-tool-osc-position-grid__label{font-size:.72rem;color:var(--stat-text-muted);margin-bottom:.2rem;font-weight:700}.stat-tool-osc-position-grid__input-wrap{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.stat-tool-osc-position-grid__input{width:100%;max-width:6rem;padding:.35rem 1rem .35rem .45rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-bg-elevated);color:var(--stat-text-secondary);text-align:center;font-weight:700;letter-spacing:.02em;box-sizing:border-box;min-height:2.2rem}.stat-tool-osc-position-grid__clear{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);width:1.35rem;height:1.35rem;padding:0;border:none;border-radius:4px;background:var(--stat-tint-bg-4);color:var(--stat-text-secondary);cursor:pointer;font-weight:700}@media (min-width: 720px){.stat-tool-osc-position-grid__input{max-width:6.5rem;padding:.4rem 1.05rem .4rem .45rem;font-size:.95rem}}@media (min-width: 720px){.stat-tool-osc-position-grid__input{max-width:9rem;padding:.5rem 1.4rem .5rem .6rem;font-size:1rem}}.stat-tool-osc-outcome-prompt--anchored{position:fixed;z-index:10050;margin:0;padding:.55rem .65rem;max-width:min(19.5rem,100vw - 1.25rem);box-sizing:border-box;box-shadow:0 4px 22px #0000006b,0 0 0 1px #ffffff0f}.stat-tool-osc-outcome-prompt--anchored.stat-tool-osc-outcome-prompt--measuring{visibility:hidden;left:-9999px!important;top:0}.stat-tool-osc-outcome-prompt--anchored.stat-tool-osc-outcome-prompt--placed{visibility:visible}.stat-tool-osc-outcome-prompt__title{margin:0 0 .65rem;font-size:.92rem;color:var(--stat-text-secondary);line-height:1.35}.stat-tool-osc-outcome-prompt--anchored .stat-tool-osc-outcome-prompt__title{margin-bottom:.5rem;font-size:.82rem}.stat-tool-osc-outcome-prompt__btns{display:flex;flex-wrap:wrap;gap:.5rem}.stat-tool-osc-outcome-prompt--anchored .stat-tool-osc-outcome-prompt__btns{flex-direction:column;align-items:stretch;gap:.35rem}.stat-tool-osc-outcome-prompt-btn{padding:.45rem .85rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary);font-size:.88rem;font-weight:600;cursor:pointer}.stat-tool-osc-outcome-prompt-btn--kill{border-color:var(--stat-error-border);background:var(--stat-error-bg)}.stat-tool-osc-outcome-prompt-btn--inplay{border-color:var(--stat-warning-border);background:var(--stat-warning-bg)}.stat-tool-osc-outcome-prompt--anchored .stat-tool-osc-outcome-prompt-btn{width:100%;text-align:center;padding:.5rem .65rem}.stat-tool-osc-outcome-prompt__cancel{margin-top:.6rem;padding:.25rem .5rem;border:none;background:transparent;color:var(--stat-text-muted);font-size:.82rem;text-decoration:underline;cursor:pointer}.stat-tool-osc-outcome-prompt--anchored .stat-tool-osc-outcome-prompt__cancel{margin-top:.45rem;width:100%;text-align:center}.stat-tool-osc-unified__net{position:absolute;z-index:2;top:50%;left:0;right:0;height:5px;transform:translateY(-50%);background:#f0f0f0f5;box-shadow:0 0 0 1px #121212e0;pointer-events:none}.stat-tool-osc-unified__ten-line{position:absolute;z-index:1;left:0;right:0;top:33.3333333333%;height:1px;transform:translateY(-50%);background:#daa520e0;pointer-events:none}.stat-tool-osc-unified__ten-line--our{top:66.6666666667%}.stat-tool-osc-unified__zone-label{position:absolute;z-index:3;left:50%;transform:translate(-50%);font-size:.7rem;font-weight:700;color:#ffffffd1;text-shadow:0 0 6px rgba(0,0,0,.88);pointer-events:none}.stat-tool-osc-unified__zone-label--opp{top:.45rem}.stat-tool-osc-unified__zone-label--our{bottom:.45rem}.stat-tool-osc-court-block__label{font-size:.9rem;margin:0 0 .35rem;color:var(--stat-text-muted)}.stat-tool-osc-panel__blocked-save{margin:.5rem 0 .75rem}.stat-tool-osc-panel__save-blocked-btn{padding:.45rem .85rem;border-radius:6px;border:1px solid var(--stat-points-surface-strong-border);background:var(--stat-points-surface-strong);color:var(--stat-points);cursor:pointer;font-size:.88rem}.stat-tool-osc-viewer-modal__sub{margin:.25rem 0 0;font-size:.85rem;color:var(--stat-text-muted)}.stat-tool-osc-viewer-modal__filters{display:flex;flex-wrap:wrap;gap:.75rem;padding:0 1rem .75rem;border-bottom:1px solid var(--stat-border)}.stat-tool-osc-viewer-filter{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:var(--stat-text-muted)}.stat-tool-osc-viewer-filter__select{min-width:8rem;padding:.35rem .45rem;border-radius:6px;border:1px solid var(--stat-border-strong);background:var(--stat-surface);color:var(--stat-text-secondary)}.stat-tool-osc-viewer-modal--large{max-width:min(96vw,900px);max-height:min(92vh,820px);width:100%;height:min(92vh,820px)}.stat-tool-osc-viewer-modal__body{padding:1rem;flex:1;overflow:hidden;display:flex;flex-direction:column;gap:.75rem}.stat-tool-osc-viewer-modal__court-wrap{flex:1;min-height:0;width:100%;display:flex;justify-content:center;align-items:stretch;overflow:hidden}.stat-tool-osc-viewer-modal__court-wrap .stat-tool-osc-unified__playing{position:relative;height:100%;width:auto;max-width:100%}.stat-tool-osc-viewer-map{max-width:min(100%,36rem);margin:0 auto}.stat-tool-osc-viewer-svg{width:100%;height:auto;display:block}.stat-tool-osc-viewer-court{fill:#2d4a2d;stroke:#5a8a5a;stroke-width:1}.stat-tool-osc-viewer-net{stroke:#ffffff8c;stroke-width:1.1}.stat-tool-osc-viewer-ten{stroke:#daa520d9;stroke-width:.35;pointer-events:none}.stat-tool-osc-viewer-dot{stroke:#00000059;stroke-width:.4}.stat-tool-osc-viewer-dot--term{stroke-dasharray:1.6 1.2}.stat-tool-osc-viewer-dot--kill{fill:#ef5350}.stat-tool-osc-viewer-dot--inplay{fill:#ffee58}.stat-tool-osc-viewer-dot--blocked{fill:#42a5f5}.stat-tool-osc-viewer-dot--out{fill:#ab47bc}.stat-tool-osc-viewer-legend{list-style:none;padding:.75rem 0 0;margin:0;display:flex;flex-wrap:wrap;gap:.65rem 1rem;font-size:.82rem;color:var(--stat-text-muted);justify-content:center}.stat-tool-osc-viewer-legend-dot{display:inline-block;width:.65rem;height:.65rem;border-radius:50%;margin-right:.35rem;vertical-align:middle}.stat-tool-osc-viewer-tabs{display:flex;gap:0;border-bottom:1px solid var(--stat-border);margin:0 0 1rem}.stat-tool-osc-viewer-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-bottom:2px solid transparent;color:var(--stat-text-muted);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.25rem;margin-bottom:-1px;transition:color .15s,border-color .15s}.stat-tool-osc-viewer-tab--active{color:var(--stat-text-secondary);border-bottom-color:var(--stat-accent)}.stat-tool-osc-viewer-tab:hover:not(.stat-tool-osc-viewer-tab--active){color:var(--stat-text-muted)}.stat-tool-osc-breakdown{display:flex;flex-direction:column;gap:1.5rem;padding:0 .25rem;overflow-y:auto;max-height:60vh}.stat-tool-osc-breakdown__section{display:flex;flex-direction:column;gap:.65rem}.stat-tool-osc-breakdown__heading{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--stat-text-muted);margin:0}.stat-tool-osc-breakdown__table{width:100%;border-collapse:collapse;font-size:.85rem;color:var(--stat-text-secondary)}.stat-tool-osc-breakdown__table th{text-align:left;font-weight:600;color:var(--stat-text-muted);padding:.3rem .5rem;border-bottom:1px solid var(--stat-border);white-space:nowrap}.stat-tool-osc-breakdown__table td{padding:.35rem .5rem;border-bottom:1px solid var(--stat-border);vertical-align:top}.stat-tool-osc-breakdown__table tr:last-child td{border-bottom:none}.stat-tool-osc-breakdown__rot-cell{font-weight:700;color:var(--stat-accent-strong)}.stat-tool-osc-breakdown__streak{font-size:.78rem;color:var(--stat-defense);font-weight:600}.stat-tool-osc-breakdown__hitters{display:flex;flex-wrap:wrap;gap:.75rem}.stat-tool-osc-breakdown__hitter-card{background:var(--stat-tint-bg-2);border:1px solid var(--stat-border);border-radius:8px;padding:.65rem .85rem;min-width:9rem;display:flex;flex-direction:column;gap:.35rem}.stat-tool-osc-breakdown__hitter-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stat-tool-osc-breakdown__hitter-jersey{font-size:1rem;font-weight:700;color:var(--stat-accent-strong)}.stat-tool-osc-breakdown__hitter-count{font-size:.78rem;color:var(--stat-text-muted)}.stat-tool-osc-breakdown__hitter-stats{display:flex;gap:.65rem;font-size:.82rem;color:var(--stat-text-muted)}.stat-tool-osc-breakdown__hitter-stats strong{color:var(--stat-text-secondary)}.stat-tool-osc-breakdown__hitter-types{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.15rem}.stat-tool-osc-breakdown__type-chip{font-size:.75rem;background:#64b5f626;border:1px solid rgba(100,181,246,.3);border-radius:4px;color:var(--stat-accent-strong);padding:.1rem .4rem}.stat-tool-osc-breakdown__type-row{display:flex;flex-wrap:wrap;gap:.6rem}.stat-tool-osc-breakdown__type-card{background:var(--stat-tint-bg-2);border:1px solid var(--stat-border);border-radius:8px;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.2rem;min-width:5rem;align-items:center}.stat-tool-osc-breakdown__type-name{font-size:.78rem;font-weight:700;color:var(--stat-text-muted);text-transform:uppercase;letter-spacing:.04em}.stat-tool-osc-breakdown__type-count{font-size:1rem;font-weight:700;color:var(--stat-text-secondary)}.stat-tool-osc-breakdown__type-kpct{font-size:.78rem;color:var(--stat-text-muted)}.stat-tool-osc-formation-setup{display:flex;flex-direction:column;gap:.85rem}.stat-tool-osc-formation-setup__offense-row{display:flex;align-items:center;gap:.75rem}.stat-tool-osc-formation-setup__offense-label{font-size:.82rem;color:var(--stat-text-muted);white-space:nowrap}.stat-tool-osc-formation-setup__offense-toggle{display:flex;border:1px solid var(--stat-border-strong);border-radius:6px;overflow:hidden}.stat-tool-osc-formation-setup__offense-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-right:1px solid var(--stat-border-strong);color:var(--stat-text-muted);cursor:pointer;font-size:.82rem;font-weight:500;padding:.35rem .7rem;transition:background .15s,color .15s}.stat-tool-osc-formation-setup__offense-btn:last-child{border-right:none}.stat-tool-osc-formation-setup__offense-btn--active{background:var(--stat-accent-bg);color:var(--stat-accent-strong);font-weight:700}.stat-tool-osc-formation-setup__offense-btn:hover:not(.stat-tool-osc-formation-setup__offense-btn--active){background:var(--stat-tint-bg-3);color:var(--stat-text-secondary)}.stat-tool-osc-formation-setup__confirm{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--stat-confirm-btn-bg);border:none;border-radius:6px;color:var(--stat-confirm-btn-text);cursor:pointer;font-size:.88rem;font-weight:600;padding:.55rem 1rem;transition:background .15s;align-self:flex-start}.stat-tool-osc-formation-setup__confirm:hover{background:var(--stat-confirm-btn-bg-hover)}.stat-tool-osc-formation-active{display:flex;flex-direction:column;gap:.5rem;flex:1 1 0;min-height:0;overflow:hidden}.stat-tool-osc-formation-active__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stat-tool-osc-formation-active__grid-row{display:flex;align-items:flex-start;gap:.5rem}.stat-tool-osc-formation-active__edit-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;padding:.2rem .3rem;border-radius:4px;color:var(--stat-text-muted);display:inline-flex;align-items:center;transition:color .15s,background .15s}.stat-tool-osc-formation-active__edit-btn:hover{color:var(--stat-text-secondary);background:var(--stat-tint-bg-5)}.stat-tool-osc-lineup-grid{display:grid;gap:.2rem;grid-template-columns:repeat(3,minmax(0,4rem));max-width:14rem;margin-top:.35rem}.stat-tool-osc-lineup-grid__row{display:contents}.stat-tool-osc-lineup-grid__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:1.8rem;border-radius:4px;border:1px solid transparent}.stat-tool-osc-lineup-grid__cell--empty{visibility:hidden}.stat-tool-osc-lineup-grid__cell--libero,.stat-tool-osc-lineup-grid__cell--front,.stat-tool-osc-lineup-grid__cell--back{border-color:var(--stat-tint-border-1);background:var(--stat-tint-bg-1)}.stat-tool-osc-lineup-grid__role{font-size:.6rem;font-weight:700;color:var(--stat-text-muted);line-height:1}.stat-tool-osc-lineup-grid__jersey{font-size:.78rem;font-weight:700;color:var(--stat-text-secondary);line-height:1.2;letter-spacing:.02em}.stat-tool-osc-formation-active__position-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--stat-tint-bg-3);border:1px solid var(--stat-border-strong);border-radius:6px;color:var(--stat-text-muted);cursor:pointer;font-size:.82rem;font-weight:500;padding:.35rem .75rem;transition:background .15s,color .15s,border-color .15s;align-self:flex-start}.stat-tool-osc-formation-active__position-btn--active{background:#64b5f626;border-color:var(--stat-accent);color:var(--stat-accent-strong)}.stat-tool-osc-formation-active__position-btn:hover:not(.stat-tool-osc-formation-active__position-btn--active){background:var(--stat-tint-bg-5);color:var(--stat-text-secondary)}.stat-tool-osc-sidebar-toggle{display:flex;border:1px solid var(--stat-tint-border-1b);border-radius:5px;overflow:hidden;flex-shrink:0}.stat-tool-osc-sidebar-toggle__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:0;color:var(--stat-text-muted);cursor:pointer;font-size:.88rem;font-weight:600;letter-spacing:.03em;padding:.35rem .85rem;transition:background .15s,color .15s}.stat-tool-osc-sidebar-toggle__btn+.stat-tool-osc-sidebar-toggle__btn{border-left:1px solid var(--stat-tint-border-1b)}.stat-tool-osc-sidebar-toggle__btn--active{background:var(--stat-tint-bg-6b);color:var(--stat-text)}.stat-tool-osc-sidebar-toggle__btn:hover:not(.stat-tool-osc-sidebar-toggle__btn--active){background:var(--stat-tint-bg-4b);color:var(--stat-text-secondary)}.stat-tool-osc-tally-wrap{position:relative;display:flex;flex-direction:column;flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;border-radius:5px}.stat-tool-osc-tally-wrap .stat-tool-osc-tally{margin-top:0}.stat-tool-osc-tally-wrap .stat-tool-osc-tally__header{position:sticky;top:0}.stat-tool-osc-tally-expand-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--stat-tint-bg-4b);border:1px solid var(--stat-tint-border-1b);border-radius:4px;color:var(--stat-text-muted);cursor:pointer;font-size:.95rem;line-height:1;padding:.2rem .45rem;align-self:flex-end;margin-top:.4rem;transition:background .15s,color .15s}.stat-tool-osc-tally-expand-btn:hover{background:var(--stat-tint-bg-6);color:var(--stat-text)}@media (min-width: 1120px){.stat-tool-osc-tally-expand-btn{display:none}}.stat-tool-osc-tally-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#0a0c12eb;display:flex;flex-direction:column;padding:0;animation:osc-tally-overlay-in .2s ease}@keyframes osc-tally-overlay-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.stat-tool-osc-tally-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.stat-tool-osc-tally-overlay__title{font-size:1rem;font-weight:700;color:var(--stat-text)}.stat-tool-osc-tally-overlay__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:5px;color:var(--stat-text-muted);cursor:pointer;font-size:1rem;line-height:1;padding:.35rem .6rem;transition:background .15s,color .15s}.stat-tool-osc-tally-overlay__close:hover{background:#ffffff29;color:var(--stat-text)}.stat-tool-osc-tally-overlay__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:.75rem 1rem 1rem;display:flex;flex-direction:column;align-items:flex-start}.stat-tool-osc-tally-overlay__body .stat-tool-osc-tally{margin-top:0;width:100%}.stat-tool-osc-tally-overlay__body .stat-tool-osc-tally__rows{max-height:none;overflow:visible}.stat-tool-osc-tally__filter-chips{display:flex;flex-wrap:wrap;gap:.3rem;padding:.45rem .6rem .3rem;border-bottom:1px solid rgba(255,255,255,.08)}.stat-tool-osc-tally__filter-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:var(--stat-text-muted);font-size:.75rem;font-weight:500;padding:.15rem .55rem;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.stat-tool-osc-tally__filter-chip:hover{background:#ffffff21;color:var(--stat-text-secondary)}.stat-tool-osc-tally__filter-chip--active{background:#64b5f638;border-color:#64b5f68c;color:var(--stat-accent-strong)}.stat-tool-osc-tally{display:flex;flex-direction:column;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:5px;margin-top:.25rem;width:fit-content}.stat-tool-osc-tally__header{display:grid;grid-template-columns:3.8rem 7rem 6.5rem;gap:0;padding:.4rem .9rem;background:var(--stat-bg-elevated);border-bottom:1px solid var(--stat-border);position:sticky;top:0;z-index:1}.stat-tool-osc-tally__col-label{font-size:.75rem;font-weight:700;color:var(--stat-text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:center;padding:0 .3rem;border-right:1px solid rgba(255,255,255,.08)}.stat-tool-osc-tally__col-label:first-child{text-align:left;padding-left:0}.stat-tool-osc-tally__col-label:last-child{border-right:none}.stat-tool-osc-tally__rows{display:flex;flex-direction:column}.stat-tool-osc-tally__set-divider{font-size:.78rem;font-weight:700;color:var(--stat-text-muted);text-transform:uppercase;letter-spacing:.06em;padding:.5rem .9rem .2rem;border-top:1px solid rgba(255,255,255,.08)}.stat-tool-osc-tally__set-divider:first-child{border-top:none;padding-top:.3rem}.stat-tool-osc-tally__row{display:grid;grid-template-columns:3.8rem 7rem 6.5rem;gap:0;padding:.45rem .9rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer}.stat-tool-osc-tally__row:last-child{border-bottom:none}.stat-tool-osc-tally__row--kill{background:#4caf501a}.stat-tool-osc-tally__row--hitOut{background:#f4433614}.stat-tool-osc-tally__row--blocked{background:#ff980014}.stat-tool-osc-tally__row--keptInPlay{background:transparent}.stat-tool-osc-tally__row--selected{background:#ffe06426!important;outline:1px solid rgba(255,224,100,.5);outline-offset:-1px;border-radius:2px}.stat-tool-osc-tally__row:hover{background:#ffffff0f}.stat-tool-osc-tally__cell{display:flex;align-items:center;font-size:1rem;font-weight:700;line-height:1.4}.stat-tool-osc-tally__cell--jersey{color:var(--stat-text-muted);font-size:.92rem;font-weight:600;justify-content:flex-start;border-right:1px solid rgba(255,255,255,.06);padding-right:.3rem}.stat-tool-osc-tally__cell--result{color:var(--stat-text-secondary);justify-content:center;border-right:1px solid rgba(255,255,255,.06);padding:0 .3rem}.stat-tool-osc-tally__cell--type{color:var(--stat-text-muted);font-size:.92rem;font-weight:600;justify-content:center;padding:0 .3rem}.stat-tool-osc-tally__cell--backrow{color:#64b5f6bf;font-size:.85rem;font-weight:700;letter-spacing:.02em;justify-content:center;padding-left:.3rem}.stat-tool-osc-tally__key{display:flex;flex-wrap:wrap;gap:.35rem .9rem;padding:.6rem .9rem .5rem;border-top:1px solid rgba(255,255,255,.08);margin-top:.25rem}.stat-tool-osc-tally__key-item{display:flex;align-items:baseline;gap:.3rem;font-size:.8rem;color:#fff6}.stat-tool-osc-tally__key-code{font-weight:700;color:var(--stat-text-secondary);font-size:.85rem}.stat-tool-osc-tally__empty{font-size:.88rem;color:var(--stat-text-muted);margin:.6rem 0;font-style:italic}.stat-tool-osc-tendency-grid{display:flex;flex-direction:column;gap:.4rem;padding:.5rem .75rem;flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid var(--stat-tint-bg-4);margin-top:.5rem}.stat-tool-osc-tendency-grid__card{display:flex;align-items:flex-start;gap:.55rem;padding:.5rem .65rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:6px}.stat-tool-osc-tendency-grid__card--streak{background:#ef53501f;border-color:#ef535066}.stat-tool-osc-tendency-grid__icon{font-size:1rem;line-height:1.2;flex-shrink:0}.stat-tool-osc-tendency-grid__body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.stat-tool-osc-tendency-grid__title{font-size:.82rem;font-weight:700;color:var(--stat-text);line-height:1.2}.stat-tool-osc-tendency-grid__sub{font-size:.72rem;color:var(--stat-text-muted);line-height:1.2}.stat-tool-osc-positioning-banner{text-align:center;font-size:.78rem;color:var(--stat-accent-strong);background:#64b5f61a;border:1px solid rgba(100,181,246,.25);border-radius:6px;padding:.3rem .75rem;margin-bottom:.5rem}.stat-tool-osc-unified__surface-wrap--positioning{cursor:default}.stat-tool-osc-position-overlay-btn{position:absolute;top:.5rem;right:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#1e1e28bf;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:var(--stat-text-muted);cursor:pointer;font-size:.78rem;font-weight:600;padding:.25rem .5rem;line-height:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s,color .15s,border-color .15s;z-index:10}.stat-tool-osc-position-overlay-btn--active{background:#64b5f633;border-color:var(--stat-accent);color:var(--stat-accent-strong)}.stat-tool-osc-position-overlay-btn:hover:not(.stat-tool-osc-position-overlay-btn--active){background:#ffffff1f;color:var(--stat-text-secondary)}.stat-tool-osc-attack-type-btns{flex-wrap:wrap;gap:.4rem!important}.stat-tool-osc-attack-type-btn{font-size:.82rem!important;padding:.35rem .65rem!important;background:#ffffff14!important;color:var(--stat-text-secondary)!important}.stat-tool-osc-attack-type-btn:hover{background:#64b5f633!important;color:var(--stat-accent-strong)!important}.stat-tool-osc-attack-type-tip-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .5rem .5rem;margin-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.stat-tool-osc-attack-type-tip-row__label{font-size:.85rem;font-weight:600;color:var(--stat-text-secondary);letter-spacing:.02em}.stat-tool-osc-attack-type-tip-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:0}.stat-tool-osc-attack-type-tip-toggle__track{position:relative;width:2.4rem;height:1.25rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);transition:background .18s,border-color .18s}.stat-tool-osc-attack-type-tip-toggle__thumb{position:absolute;top:50%;left:.18rem;transform:translateY(-50%);width:.85rem;height:.85rem;border-radius:50%;background:var(--stat-text-muted);transition:left .18s,background .18s}.stat-tool-osc-attack-type-tip-toggle__state{font-size:.8rem;color:var(--stat-text-muted);min-width:1.6rem;transition:color .18s}.stat-tool-osc-attack-type-tip-toggle--on .stat-tool-osc-attack-type-tip-toggle__track{background:#ffb74d4d;border-color:#ffb74db3}.stat-tool-osc-attack-type-tip-toggle--on .stat-tool-osc-attack-type-tip-toggle__thumb{left:calc(100% - 1.03rem);background:var(--stat-defense)}.stat-tool-osc-attack-type-tip-toggle--on .stat-tool-osc-attack-type-tip-toggle__state{color:var(--stat-defense)}.admin-page{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.admin-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.admin-page__title{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin:0}.admin-page__section{margin-bottom:2rem}.admin-page__section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.admin-page__section-title{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin:0}.admin-page__search{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:.25rem;font-size:.875rem;min-width:240px}.admin-page__search:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #2196f333}.admin-page__error{color:var(--color-error);font-size:.875rem;margin:0 0 1rem}.admin-page__loading{padding:2rem;text-align:center;color:var(--color-text-secondary)}.admin-page__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-page__table th,.admin-page__table td{text-align:left;padding:.5rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.admin-page__table th{color:var(--color-text-secondary);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em}.admin-page__empty{text-align:center;color:var(--color-text-muted);padding:1.5rem}.admin-page__status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:600;background:var(--gray-100);color:var(--gray-700)}.admin-page__status-badge--active{background:var(--color-success-bg);color:var(--color-success)}.admin-page__status-badge--trialing{background:#2196f31f;color:var(--color-secondary)}.admin-page__status-badge--past_due{background:var(--color-warning-bg);color:var(--color-warning)}.admin-page__status-badge--canceled,.admin-page__status-badge--none{background:var(--gray-100);color:var(--color-text-muted)}.admin-page__flag-cell{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.admin-page__flag-toggle{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--color-text);cursor:pointer;white-space:nowrap}.admin-page__flag-error{color:var(--color-error);font-size:.72rem;margin:0}.admin-page__row-actions{display:flex;flex-wrap:wrap;gap:.25rem}.admin-page__action-btn{font-size:.72rem;padding:2px 8px;border:1px solid var(--gray-400);border-radius:.25rem;background:var(--color-bg-elevated);color:var(--gray-700);cursor:pointer;white-space:nowrap;transition:all .1s ease-in-out}.admin-page__action-btn:hover{background:var(--gray-100)}.admin-page__action-btn--danger{border-color:var(--color-error);color:var(--color-error)}.admin-page__action-btn--danger:hover{background:var(--color-error-bg)}.admin-page__load-more-row{display:flex;justify-content:center;margin-top:1.5rem}.admin-page__modal-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 1rem}.admin-page__modal-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:1rem}.admin-page__modal-date{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:.25rem;font-size:.875rem}.admin-page__modal-error{color:var(--color-error);font-size:.875rem;margin:0 0 1rem}.admin-page__modal-actions{display:flex;justify-content:flex-end;gap:.5rem}:root,[data-theme=light]{--color-primary: #1976d2;--color-primary-dark: #1565c0;--color-primary-light: #90caf9;--color-secondary: #2196f3;--color-accent: #e74c3c;--color-error: #b02030;--color-error-dark: #8f1a27;--color-error-bg: #f8d7da;--color-success: #1e6823;--color-success-bg: #d4edda;--color-warning: #9c5d00;--color-warning-bg: #fff3cd;--color-bg: #f8f9fa;--color-bg-elevated: #ffffff;--color-bg-subtle: #f1f3f5;--color-border: #dee2e6;--color-border-strong: #ced4da;--color-text: #212529;--color-text-secondary: #495057;--color-text-muted: #5f6a73;--color-text-on-primary: #ffffff;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--gray-700: #495057;--gray-800: #343a40;--gray-900: #212529;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--overlay-backdrop: rgba(0, 0, 0, .5);color-scheme:light;--stat-bg: #f6f7f8;--stat-bg-elevated: #ffffff;--stat-surface: #ffffff;--stat-surface-hover: #eceef0;--stat-surface-active: #e2e5e8;--stat-border: #d7dbdf;--stat-border-strong: #b9c0c6;--stat-text: #1a1d20;--stat-text-secondary: #4a5157;--stat-text-muted: #5c6369;--stat-accent: #1976d2;--stat-accent-strong: #0d5aa8;--stat-accent-bg: #e3f0fc;--stat-kill-bg: #dcefdc;--stat-kill-border: #7fb87f;--stat-kill-text: #1a1d20;--stat-ace-bg: #dde8f5;--stat-ace-border: #7fa3c9;--stat-ace-text: #1a1d20;--stat-error-bg: #f6d9d9;--stat-error-border: #cf7a7a;--stat-error-text: #1a1d20;--stat-error-accent: #942b2b;--stat-success: #1e5620;--stat-success-bg: #dcefdc;--stat-success-flash: #0f7a15;--stat-warning: #6e5500;--stat-warning-bg: #fbf0c8;--stat-warning-border: #8a6d1a;--stat-hot: #96500a;--stat-hot-bg: #fce0c2;--stat-on-fire: #a3390f;--stat-on-fire-bg: #fbdccf;--stat-live: #1e5620;--stat-live-bg: #dcefdc;--stat-live-border: #7fb87f;--stat-resume: #125230;--stat-resume-bg: #d7efe1;--stat-resume-border: #8fcbab;--stat-end-live: #8a6a3e;--stat-end-live-border: #b9a082;--stat-defense: #a84600;--stat-defense-bg: #fde3c4;--stat-defense-border: rgba(168, 70, 0, .35);--stat-points: #7b1fa2;--stat-points-bg: #eeddf3;--stat-points-border: rgba(123, 31, 162, .3);--stat-passing: #00695c;--stat-passing-bg: #d3ebe8;--stat-passing-border: rgba(0, 105, 92, .3);--stat-points-surface: #f3e8f7;--stat-points-surface-border: #d9bfe3;--stat-points-surface-hover: #e9d5f0;--stat-points-surface-hover-2: #dfc2ea;--stat-points-surface-strong: #dcc0e8;--stat-points-surface-strong-border: #c9a3d8;--stat-segment-track: #dfe2e5;--stat-segment-active: #ffffff;--stat-segment-active-text: #1a1d20;--stat-confirm-btn-bg: #1565c0;--stat-confirm-btn-bg-hover: #1976d2;--stat-confirm-btn-text: #ffffff;--stat-logger-row-zebra-odd: rgba(0, 0, 0, .03);--stat-logger-row-zebra-even: transparent;--stat-logger-row-select-tint: rgba(25, 118, 210, .08);--stat-logger-row-drag-tint: rgba(25, 118, 210, .1);--stat-logger-drag-active-bg: rgba(25, 118, 210, .16);--stat-logger-watermark-text: rgba(0, 0, 0, .06);--stat-logger-watermark-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, .9), 0 0 10px rgba(255, 255, 255, .7);--stat-logger-overlay-hover: rgba(0, 0, 0, .06);--stat-logger-btn-bg: #e9ebed;--stat-logger-btn-bg-hover: #dde0e3;--stat-logger-compact-border: rgba(0, 0, 0, .12);--stat-logger-compact-bg: rgba(0, 0, 0, .03);--stat-logger-compact-bg-hover: rgba(0, 0, 0, .06);--stat-logger-plus-bg: #cfe8cf;--stat-logger-plus-bg-hover: #b9dcb9;--stat-logger-minus-bg: #f0d0d0;--stat-logger-minus-bg-hover: #e6b8b8;--stat-logger-tfoot-bg: var(--stat-bg-subtle);--stat-shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--stat-shadow-md: 0 4px 20px rgba(0, 0, 0, .1);--stat-shadow-lg: 0 10px 26px rgba(0, 0, 0, .14);--stat-toast-bg: rgba(255, 255, 255, .98);--stat-overlay-border: rgba(0, 0, 0, .1);--stat-tint-bg-1: rgba(0, 0, 0, .04);--stat-tint-bg-2: rgba(0, 0, 0, .05);--stat-tint-bg-3: rgba(0, 0, 0, .06);--stat-tint-bg-4: rgba(0, 0, 0, .08);--stat-tint-bg-4b: rgba(0, 0, 0, .07);--stat-tint-bg-5: rgba(0, 0, 0, .1);--stat-tint-bg-6: rgba(0, 0, 0, .14);--stat-tint-bg-6b: rgba(0, 0, 0, .12);--stat-tint-border-1: rgba(0, 0, 0, .1);--stat-tint-border-1b: rgba(0, 0, 0, .15);--stat-tint-border-2: rgba(0, 0, 0, .14);--stat-tint-border-3: rgba(0, 0, 0, .18);--stat-tint-border-4: rgba(0, 0, 0, .24);--stat-tint-shadow-1: rgba(0, 0, 0, .06);--stat-tint-underline-1: rgba(0, 0, 0, .3);--stat-tint-underline-2: rgba(0, 0, 0, .38);--stat-logger-decrement-flash-peak-bg: rgba(176, 32, 48, .32);--stat-logger-decrement-flash-peak-border: rgba(176, 32, 48, .5);--stat-logger-decrement-flash-peak-shadow: rgba(176, 32, 48, .32);--stat-logger-decrement-flash-mid-bg: rgba(176, 32, 48, .16);--stat-logger-decrement-flash-mid-border: rgba(176, 32, 48, .28);--stat-logger-decrement-flash-mid-shadow: rgba(176, 32, 48, .14);--stat-snap-tile-bg: rgba(0, 0, 0, .035);--stat-snap-tile-border: rgba(0, 0, 0, .09);--stat-snap-tile-bg-hover: rgba(0, 0, 0, .055);--stat-snap-tile-border-hover: rgba(0, 0, 0, .16);--stat-tally-border: rgba(0, 0, 0, .1);--stat-tally-border-soft: rgba(0, 0, 0, .06);--stat-tally-chip-bg: rgba(0, 0, 0, .045);--stat-tally-chip-border: rgba(0, 0, 0, .14);--stat-tally-chip-bg-hover: rgba(0, 0, 0, .08);--stat-tally-chip-active-bg: rgba(25, 118, 210, .14);--stat-tally-chip-active-border: rgba(25, 118, 210, .45);--stat-tally-row-hover: rgba(0, 0, 0, .045);--stat-tally-row-kill: rgba(30, 86, 32, .1);--stat-tally-row-hitout: rgba(148, 43, 43, .08);--stat-tally-row-blocked: rgba(158, 90, 0, .09);--stat-tally-row-selected: rgba(230, 180, 20, .18);--stat-tally-row-selected-outline: rgba(230, 180, 20, .55);--stat-tally-backrow: #0d5aa8;--stat-tally-key-text: var(--stat-text-muted)}[data-theme=dark]{--color-primary: #64b5f6;--color-primary-dark: #90caf9;--color-primary-light: #1e3a5f;--color-secondary: #64b5f6;--color-accent: #ff6b5b;--color-error: #f28b8b;--color-error-dark: #f5a3a3;--color-error-bg: #4a2325;--color-success: #6fcf7a;--color-success-bg: #1e3a22;--color-warning: #ffc966;--color-warning-bg: #4a3a1a;--color-bg: #16181c;--color-bg-elevated: #22252b;--color-bg-subtle: #2a2e35;--color-border: #3a3f47;--color-border-strong: #4a505a;--color-text: #e8eaed;--color-text-secondary: #c1c6cc;--color-text-muted: #9aa0a8;--color-text-on-primary: #0e1013;--gray-100: #22252b;--gray-200: #2a2e35;--gray-300: #3a3f47;--gray-400: #4a505a;--gray-500: #6b7280;--gray-600: #9aa0a8;--gray-700: #c1c6cc;--gray-800: #dfe2e6;--gray-900: #f3f4f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5);--overlay-backdrop: rgba(0, 0, 0, .7);color-scheme:dark;--stat-bg: #1a1a1a;--stat-bg-elevated: #2d2d2d;--stat-surface: #3d3d3d;--stat-surface-hover: #4d4d4d;--stat-surface-active: #5a5a5a;--stat-border: #404040;--stat-border-strong: #555555;--stat-text: #ffffff;--stat-text-secondary: #e0e0e0;--stat-text-muted: #9e9e9e;--stat-accent: #64b5f6;--stat-accent-strong: #90caf9;--stat-accent-bg: rgba(100, 181, 246, .12);--stat-kill-bg: #3d4d3d;--stat-kill-border: #4caf7a;--stat-kill-text: #ffffff;--stat-ace-bg: #3d4550;--stat-ace-border: #64b5f6;--stat-ace-text: #ffffff;--stat-error-bg: #6b2d2d;--stat-error-border: #ef9a9a;--stat-error-text: #ffffff;--stat-error-accent: #ff8a80;--stat-success: #a5d6a7;--stat-success-bg: #1e3d32;--stat-success-flash: #e8f5e9;--stat-warning: #fff59d;--stat-warning-bg: #3d3a1a;--stat-warning-border: #5a5a2a;--stat-hot: #ff9800;--stat-hot-bg: rgba(255, 152, 0, .15);--stat-on-fire: #ff5722;--stat-on-fire-bg: rgba(255, 87, 34, .2);--stat-live: #b9f6ca;--stat-live-bg: rgba(105, 240, 174, .12);--stat-live-border: rgba(105, 240, 174, .35);--stat-resume: #b9f6ca;--stat-resume-bg: rgba(105, 240, 174, .12);--stat-resume-border: rgba(105, 240, 174, .45);--stat-end-live: #c4a574;--stat-end-live-border: #6b5b4f;--stat-shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--stat-shadow-md: 0 4px 20px rgba(0, 0, 0, .35);--stat-shadow-lg: 0 10px 26px rgba(0, 0, 0, .38);--stat-toast-bg: rgba(28, 28, 28, .96);--stat-overlay-border: rgba(255, 255, 255, .18);--stat-defense: #ffcc80;--stat-defense-bg: rgba(255, 193, 7, .16);--stat-defense-border: rgba(255, 193, 7, .25);--stat-points: #e1bee7;--stat-points-bg: rgba(186, 104, 200, .18);--stat-points-border: rgba(186, 104, 200, .28);--stat-passing: #80cbc4;--stat-passing-bg: rgba(128, 203, 196, .14);--stat-passing-border: rgba(128, 203, 196, .22);--stat-points-surface: #3a2d4a;--stat-points-surface-border: #5a4a6a;--stat-points-surface-hover: #5a4a6a;--stat-points-surface-hover-2: #6a5a7a;--stat-points-surface-strong: #3a2d4a;--stat-points-surface-strong-border: #6a5a8a;--stat-segment-track: #3d3d3d;--stat-segment-active: #ffffff;--stat-segment-active-text: #121212;--stat-confirm-btn-bg: #1565c0;--stat-confirm-btn-bg-hover: #1976d2;--stat-confirm-btn-text: #ffffff;--stat-logger-row-zebra-odd: rgba(0, 0, 0, .14);--stat-logger-row-zebra-even: rgba(255, 255, 255, .05);--stat-logger-row-select-tint: rgba(255, 255, 255, .08);--stat-logger-row-drag-tint: rgba(90, 159, 212, .14);--stat-logger-drag-active-bg: rgba(90, 159, 212, .2);--stat-logger-watermark-text: rgba(255, 255, 255, .1);--stat-logger-watermark-shadow: 0 0 1px rgba(18, 18, 18, 1), 0 0 5px rgba(18, 18, 18, .95), 0 0 10px rgba(18, 18, 18, .75), 0 1px 2px rgba(0, 0, 0, .9);--stat-logger-overlay-hover: rgba(255, 255, 255, .1);--stat-logger-btn-bg: rgba(255, 255, 255, .12);--stat-logger-btn-bg-hover: rgba(255, 255, 255, .22);--stat-logger-compact-border: rgba(255, 255, 255, .14);--stat-logger-compact-bg: rgba(255, 255, 255, .08);--stat-logger-compact-bg-hover: rgba(255, 255, 255, .14);--stat-logger-plus-bg: rgba(67, 160, 71, .28);--stat-logger-plus-bg-hover: rgba(67, 160, 71, .48);--stat-logger-minus-bg: rgba(229, 57, 53, .28);--stat-logger-minus-bg-hover: rgba(229, 57, 53, .48);--stat-logger-tfoot-bg: rgba(0, 0, 0, .22);--stat-tint-bg-1: rgba(255, 255, 255, .04);--stat-tint-bg-2: rgba(255, 255, 255, .05);--stat-tint-bg-3: rgba(255, 255, 255, .06);--stat-tint-bg-4: rgba(255, 255, 255, .08);--stat-tint-bg-4b: rgba(255, 255, 255, .07);--stat-tint-bg-5: rgba(255, 255, 255, .1);--stat-tint-bg-6: rgba(255, 255, 255, .14);--stat-tint-bg-6b: rgba(255, 255, 255, .12);--stat-tint-border-1: rgba(255, 255, 255, .1);--stat-tint-border-1b: rgba(255, 255, 255, .15);--stat-tint-border-2: rgba(255, 255, 255, .14);--stat-tint-border-3: rgba(255, 255, 255, .18);--stat-tint-border-4: rgba(255, 255, 255, .24);--stat-tint-shadow-1: rgba(255, 255, 255, .04);--stat-tint-underline-1: rgba(255, 255, 255, .28);--stat-tint-underline-2: rgba(255, 255, 255, .35);--stat-logger-decrement-flash-peak-bg: rgba(229, 57, 53, .42);--stat-logger-decrement-flash-peak-border: rgba(255, 171, 145, .55);--stat-logger-decrement-flash-peak-shadow: rgba(229, 57, 53, .42);--stat-logger-decrement-flash-mid-bg: rgba(229, 57, 53, .2);--stat-logger-decrement-flash-mid-border: rgba(255, 171, 145, .32);--stat-logger-decrement-flash-mid-shadow: rgba(229, 57, 53, .18);--stat-snap-tile-bg: rgba(255, 255, 255, .055);--stat-snap-tile-border: rgba(255, 255, 255, .09);--stat-snap-tile-bg-hover: rgba(255, 255, 255, .085);--stat-snap-tile-border-hover: rgba(255, 255, 255, .14);--stat-tally-border: rgba(255, 255, 255, .1);--stat-tally-border-soft: rgba(255, 255, 255, .06);--stat-tally-chip-bg: rgba(255, 255, 255, .07);--stat-tally-chip-border: rgba(255, 255, 255, .15);--stat-tally-chip-bg-hover: rgba(255, 255, 255, .13);--stat-tally-chip-active-bg: rgba(100, 181, 246, .22);--stat-tally-chip-active-border: rgba(100, 181, 246, .55);--stat-tally-row-hover: rgba(255, 255, 255, .06);--stat-tally-row-kill: rgba(76, 175, 80, .1);--stat-tally-row-hitout: rgba(244, 67, 54, .08);--stat-tally-row-blocked: rgba(255, 152, 0, .08);--stat-tally-row-selected: rgba(255, 224, 100, .15);--stat-tally-row-selected-outline: rgba(255, 224, 100, .5);--stat-tally-backrow: rgba(100, 181, 246, .75);--stat-tally-key-text: rgba(255, 255, 255, .4)}.stat-tool-osc-tally-overlay{--stat-tally-border: rgba(255, 255, 255, .1);--stat-tally-border-soft: rgba(255, 255, 255, .06);--stat-tally-chip-bg: rgba(255, 255, 255, .07);--stat-tally-chip-border: rgba(255, 255, 255, .15);--stat-tally-chip-bg-hover: rgba(255, 255, 255, .13);--stat-tally-chip-active-bg: rgba(100, 181, 246, .22);--stat-tally-chip-active-border: rgba(100, 181, 246, .55);--stat-tally-row-hover: rgba(255, 255, 255, .06);--stat-tally-backrow: rgba(100, 181, 246, .75);--stat-tally-key-text: rgba(255, 255, 255, .4);--stat-bg-elevated: #2d2d2d;--stat-border: #404040;--stat-text: #ffffff;--stat-text-secondary: #e0e0e0;--stat-text-muted: #9e9e9e}.match-creation-compact h2.form-title{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:1.75rem}.match-creation-compact .title-icon{display:inline-flex;width:28px;height:28px}.match-creation-compact .form-grid.two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:1.25rem;row-gap:1rem;align-items:start}.match-creation-compact .form-grid.two-col>.form-group{min-width:0}.match-creation-compact .rules-section{margin-top:.5rem}.match-creation-compact .rules-section summary{cursor:pointer;font-weight:600;color:var(--color-text);margin-bottom:.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none}.match-creation-compact .rules-section summary::-webkit-details-marker{display:none}.match-creation-compact .rules-section summary .rules-summary{font-weight:500;color:var(--color-text-secondary)}.match-creation-compact .rules-section summary .summary-icon{margin-right:.25rem}.match-creation-compact .rules-section summary .summary-caret{margin-left:auto;color:var(--color-text-muted)}.match-creation-compact .compact-actions{display:flex;justify-content:flex-start;gap:.75rem}.match-creation-compact .form-group label{white-space:normal;margin-bottom:.25rem}.match-creation-compact .form-group label.required:after{content:" *";color:var(--color-error);font-weight:700}.match-creation-compact .form-group input,.match-creation-compact .form-group select{width:100%;box-sizing:border-box;min-height:40px}.match-creation-compact .rules-section .form-grid.two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:1.25rem;row-gap:1rem;align-items:start}@media (max-width: 640px){.match-creation-compact .form-grid.two-col,.match-creation-compact .rules-section .form-grid.two-col{grid-template-columns:1fr}}.main-page{padding:1rem;margin:0 auto;max-width:1200px}.main-page h1{text-align:center;color:var(--color-text);margin-bottom:1.5rem;font-size:2rem}.main-page .loading,.main-page .error{text-align:center;padding:1.5rem;margin:1.5rem auto;width:100%;max-width:800px;background-color:var(--color-bg-elevated);border-radius:8px;box-shadow:var(--shadow-sm)}.main-page .loading{color:var(--color-primary)}.main-page .error{color:var(--color-error)}.main-page .no-players-message{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.main-page .no-players-message p{color:var(--color-text-secondary);font-size:1.1rem;margin:0}.main-page .no-players-message p a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s}.main-page .no-players-message p a:hover{color:var(--color-primary-dark);text-decoration:underline}.main-page .no-players-message .team-required-prompt__control{margin-top:1rem}.main-page .no-team-selected{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.main-page .no-team-selected p{color:var(--color-text-secondary);font-size:1.1rem;margin:0}.main-page .no-team-selected .team-required-prompt{margin:0}.settings-page{max-width:960px;margin:0 auto;padding:1.5rem 1rem}.settings-page__header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.settings-page__title{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin:0}.settings-page__save-bar{display:flex;align-items:center;gap:.5rem;margin-left:auto}.settings-page__unsaved-label{font-size:.875rem;color:var(--gray-600)}.settings-page__save-btn{padding:.5rem 1rem;background:var(--color-secondary);color:var(--color-text-on-primary);border:none;border-radius:.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .1s ease-in-out}.settings-page__save-btn:hover:not(:disabled){background:var(--color-primary)}.settings-page__save-btn:disabled{opacity:.6;cursor:default}.settings-page__discard-btn{padding:.5rem 1rem;background:transparent;color:var(--gray-600);border:1px solid var(--gray-400);border-radius:.25rem;font-size:.875rem;cursor:pointer}.settings-page__discard-btn:hover:not(:disabled){background:var(--gray-100)}.settings-page__discard-btn:disabled{opacity:.6;cursor:default}.settings-page__saved-label{font-size:.875rem;color:var(--color-success);font-weight:500;margin-left:auto}.settings-page__error-label{font-size:.875rem;color:var(--color-error);font-weight:500;margin-left:auto}.settings-page__loading{padding:2rem;text-align:center;color:var(--gray-600)}.settings-page__body{display:flex;flex-direction:column;gap:2rem}.settings-page__section-title{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin:0 0 .5rem}.settings-page__section-desc{font-size:.875rem;color:var(--gray-600);margin:0 0 1rem;max-width:640px;line-height:1.75}.settings-page__divider{border:none;border-top:1px solid var(--gray-200);margin:0}.account-billing__row{display:flex;align-items:baseline;gap:.5rem;padding:.25rem 0;font-size:.875rem}.account-billing__label{color:var(--gray-600);min-width:110px;flex-shrink:0}.account-billing__value{color:var(--color-text);font-weight:500}.account-billing__period-end{color:var(--gray-600);font-weight:400}.account-billing__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.account-billing__error{color:var(--color-error);font-size:.875rem;margin:.5rem 0 0}.account-billing__signout-row{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.court-zone-editor{display:flex;flex-direction:column;gap:.5rem}.court-zone-editor__court-wrap{position:relative;width:100%}.court-zone-editor__overlay-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;z-index:10}.court-zone-editor__osc-wrap{width:100%}.court-zone-editor .stat-tool-osc-unified__playing.court-zone-editor__osc-playing{width:100%;height:auto;max-height:none;border-radius:0;aspect-ratio:3/2.5}.court-zone-editor .stat-tool-osc-unified__playing.court-zone-editor__osc-playing .stat-tool-osc-unified__ten-line{top:66.6666666667%;height:2px;background:#b8860b}.court-zone-editor .stat-tool-osc-unified__playing.court-zone-editor__osc-playing .stat-tool-osc-unified__net{top:auto;bottom:0;transform:none}.court-zone-editor__sr-court{pointer-events:none;cursor:default;max-width:none!important}.court-zone-editor__hint{font-size:.75rem;color:var(--gray-600);margin:0;min-height:1.2em}.attack-type-zone-config__layout{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.attack-type-zone-config__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;min-width:340px;flex-shrink:0}.attack-type-zone-config__item{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid transparent;transition:all .1s ease-in-out;position:relative}.attack-type-zone-config__item--active{background:var(--gray-100);border-color:var(--gray-300)}.attack-type-zone-config__item--disabled{opacity:.5}.attack-type-zone-config__item--drop-nest{outline:2px solid var(--color-secondary);outline-offset:-1px;background:#2196f314}.attack-type-zone-config__item--drop-before{box-shadow:0 -2px 0 var(--color-secondary)}.attack-type-zone-config__item--subtype{padding-left:calc(.5rem + 20px)}.attack-type-zone-config__item--subtype:before{content:"";position:absolute;left:calc(.5rem + 6px);top:0;bottom:50%;width:10px;border-left:1px solid var(--gray-300);border-bottom:1px solid var(--gray-300);border-bottom-left-radius:3px;pointer-events:none}.attack-type-zone-config__drag-handle{flex-shrink:0;cursor:grab;color:var(--gray-400);font-size:.85rem;line-height:1;padding:0 2px;-webkit-user-select:none;user-select:none}.attack-type-zone-config__drag-handle:active{cursor:grabbing}.attack-type-zone-config__checkbox{flex-shrink:0;width:14px;height:14px;cursor:pointer}.attack-type-zone-config__color-wrap{position:relative;flex-shrink:0}.attack-type-zone-config__swatch-btn{display:block;width:12px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.18);cursor:pointer;padding:0;flex-shrink:0;transition:transform all .1s ease-in-out}.attack-type-zone-config__swatch-btn:hover{transform:scale(1.25)}.attack-type-zone-config__color-picker{position:absolute;top:calc(100% + 4px);left:0;z-index:100;display:grid;grid-template-columns:repeat(5,16px);gap:3px;padding:6px;background:var(--color-bg-elevated);border:1px solid var(--gray-300);border-radius:.25rem;box-shadow:0 4px 12px #00000026}.attack-type-zone-config__palette-swatch{width:16px;height:16px;border-radius:2px;border:2px solid transparent;cursor:pointer;padding:0;transition:transform all .1s ease-in-out}.attack-type-zone-config__palette-swatch:hover{transform:scale(1.2)}.attack-type-zone-config__palette-swatch--active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-bg-elevated) inset}.attack-type-zone-config__name-btn{font-size:.875rem;color:var(--color-text);background:none;border:none;padding:0;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px dashed transparent;transition:border-color all .1s ease-in-out}.attack-type-zone-config__name-btn:hover{border-bottom-color:var(--gray-400)}.attack-type-zone-config__label-edit-wrap{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.attack-type-zone-config__label-input{font-size:.875rem;padding:1px 4px;border:1px solid var(--color-secondary);border-radius:.25rem;outline:none;width:100%;box-sizing:border-box;color:var(--color-text)}.attack-type-zone-config__dump-warn{font-size:.68rem;color:var(--color-error);display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;line-height:1.3}.attack-type-zone-config__dump-warn-confirm{font-size:.68rem;padding:1px 5px;border:1px solid var(--color-error);border-radius:.25rem;background:transparent;color:var(--color-error);cursor:pointer;white-space:nowrap;flex-shrink:0}.attack-type-zone-config__dump-warn-confirm:hover{background:#dc354514}.attack-type-zone-config__zone-btn{font-size:.7rem;padding:2px 6px;border:1px solid var(--gray-400);border-radius:.25rem;background:var(--color-bg-elevated);color:var(--gray-700);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .1s ease-in-out}.attack-type-zone-config__zone-btn:hover{background:var(--gray-100)}.attack-type-zone-config__zone-btn--active{background:var(--color-primary);color:var(--color-text-on-primary);border-color:var(--color-primary)}.attack-type-zone-config__delete-zone-btn{font-size:.68rem;padding:1px 5px;border:1px solid var(--color-error);border-radius:.25rem;background:transparent;color:var(--color-error);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .1s ease-in-out}.attack-type-zone-config__delete-zone-btn:hover{background:#dc354514}.attack-type-zone-config__reset-btn{font-size:.68rem;padding:1px 5px;border:1px solid var(--gray-400);border-radius:.25rem;background:var(--color-bg-elevated);color:var(--gray-600);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .1s ease-in-out}.attack-type-zone-config__reset-btn:hover{background:var(--gray-100);color:var(--color-accent);border-color:var(--color-accent)}.attack-type-zone-config__remove-btn{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:50%;background:transparent;color:var(--gray-400);font-size:.85rem;line-height:1;padding:0;cursor:pointer;flex-shrink:0;transition:all .1s ease-in-out}.attack-type-zone-config__remove-btn:hover{background:var(--color-error-bg);color:var(--color-error);border-color:var(--color-error)}.attack-type-zone-config__add-btn{font-size:.875rem;color:var(--gray-500);background:none;border:1px dashed var(--gray-300);border-radius:.25rem;padding:.25rem .5rem;cursor:pointer;width:100%;text-align:left;transition:all .1s ease-in-out;margin-top:2px}.attack-type-zone-config__add-btn:hover{color:var(--color-secondary);border-color:var(--color-secondary);background:#2196f30a}.attack-type-zone-config__add-row{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;margin-top:2px}.attack-type-zone-config__add-input{flex:1;min-width:0;font-size:.875rem;padding:2px 6px;border:1px solid var(--color-secondary);border-radius:.25rem;outline:none;color:var(--color-text)}.attack-type-zone-config__add-confirm-btn{font-size:.7rem;padding:2px 7px;border:1px solid var(--color-secondary);border-radius:.25rem;background:var(--color-secondary);color:var(--color-text-on-primary);cursor:pointer;flex-shrink:0}.attack-type-zone-config__add-confirm-btn:disabled{opacity:.5;cursor:default}.attack-type-zone-config__add-cancel-btn{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:50%;background:transparent;color:var(--gray-500);font-size:.85rem;line-height:1;padding:0;cursor:pointer;flex-shrink:0}.attack-type-zone-config__add-cancel-btn:hover{color:var(--color-error);border-color:var(--color-error)}.attack-type-zone-config__court-wrap{flex:1;min-width:220px;max-width:400px}.attack-type-zone-config__court-header{display:flex;align-items:baseline;gap:.5rem;min-height:1.4em;margin-bottom:.25rem}.attack-type-zone-config__court-label{font-size:.875rem;margin:0;font-weight:500;flex:1}.attack-type-zone-config__cancel-edit-btn{flex-shrink:0;font-size:.75rem;padding:1px 8px;border:1px solid var(--gray-400);border-radius:.25rem;background:transparent;color:var(--gray-600);cursor:pointer;line-height:1.5}.attack-type-zone-config__cancel-edit-btn:hover{background:var(--gray-100);color:var(--color-text)}.rating-scale-config__format-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.rating-scale-config__format-label{font-size:.875rem;font-weight:500;color:var(--color-text)}.rating-scale-config__format-btns{display:flex;gap:.25rem}.rating-scale-config__format-btn{padding:.25rem 1rem;border:1px solid var(--gray-400);border-radius:.25rem;background:var(--color-bg-elevated);color:var(--gray-700);font-size:.875rem;cursor:pointer;transition:all .1s ease-in-out}.rating-scale-config__format-btn:hover{background:var(--gray-100)}.rating-scale-config__format-btn--active{background:var(--color-primary);color:var(--color-text-on-primary);border-color:var(--color-primary)}.rating-scale-config__layout{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.rating-scale-config__rows{display:flex;flex-direction:column;gap:.5rem;min-width:280px;flex-shrink:0}.rating-scale-config__row{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid transparent;transition:all .1s ease-in-out}.rating-scale-config__row--active{background:var(--gray-100);border-color:var(--gray-300)}.rating-scale-config__rating-num{font-size:.875rem;font-weight:700;width:16px;text-align:center;flex-shrink:0}.rating-scale-config__label-input{flex:1;min-width:0;padding:.25rem .5rem;border:1px solid var(--gray-300);border-radius:.25rem;font-size:.875rem;color:var(--color-text)}.rating-scale-config__label-input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #2196f333}.rating-scale-config__draw-mode{padding:.25rem .5rem;border:1px solid var(--gray-300);border-radius:.25rem;font-size:.75rem;color:var(--color-text);background:var(--color-bg-elevated);cursor:pointer;flex-shrink:0}.rating-scale-config__zone-btn{font-size:.7rem;padding:2px 6px;border:1px solid var(--gray-400);border-radius:.25rem;background:var(--color-bg-elevated);color:var(--gray-700);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .1s ease-in-out}.rating-scale-config__zone-btn:hover{background:var(--gray-100)}.rating-scale-config__zone-btn--active{background:var(--color-primary);color:var(--color-text-on-primary);border-color:var(--color-primary)}.rating-scale-config__clear-btn{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-400);border-radius:50%;background:var(--color-bg-elevated);color:var(--gray-600);font-size:.75rem;cursor:pointer;flex-shrink:0;padding:0;line-height:1}.rating-scale-config__clear-btn:hover{background:var(--gray-100);color:var(--color-accent);border-color:var(--color-accent)}.rating-scale-config__court-wrap{flex:1;min-width:220px;max-width:400px}.rating-scale-config__court-label{font-size:.875rem;margin:0 0 .25rem;font-weight:500}.rating-scale-config__court-note{font-size:.7rem;color:var(--gray-500);margin:.25rem 0 0}.team-required-prompt{background-color:var(--color-bg-elevated);border-radius:8px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.team-required-prompt p{color:var(--color-text-secondary);font-size:1.1rem;margin:0}.team-required-prompt p a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s}.team-required-prompt p a:hover{color:var(--color-primary-dark);text-decoration:underline}.team-required-prompt__control{margin-top:1rem}.team-required-prompt__manage{margin-top:.75rem!important}
