.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--pf-t--global--spacer--md);flex-wrap:wrap;padding:max(var(--app-inset-page),env(safe-area-inset-top)) max(var(--app-inset-page),env(safe-area-inset-right)) var(--app-inset-page) max(var(--app-inset-page),env(safe-area-inset-left));background:var(--surface);border-bottom:1px solid var(--border)}.app-header--main{position:relative;align-items:center;justify-content:center;flex-wrap:nowrap;min-height:3.25rem;padding-block:.35rem}.app-header--main .app-header-menu-anchor{position:absolute;left:max(var(--app-inset-page),env(safe-area-inset-left));top:0;bottom:0;display:flex;align-items:center;z-index:1}.app-header--main .app-header-title-wrap{width:100%;max-width:min(42rem,100%);padding-inline:3rem;box-sizing:border-box;display:flex;justify-content:center}.app-header--main .app-header-title-block{align-items:center;text-align:center;flex:0 1 auto}.app-header--main .app-header-team{align-items:center}.app-header-club-name{font-size:.8125rem;font-weight:500;color:var(--muted);line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-trailing-anchor{position:absolute;right:max(var(--app-inset-page),env(safe-area-inset-right));top:0;bottom:0;display:flex;align-items:center;z-index:1}.app-header-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;margin:0;padding:.25rem;border:none;border-radius:8px;background:transparent;color:var(--accent);cursor:pointer}.app-header-icon-btn:hover{background:#7cb3421f}.app-header-icon-btn:focus{outline:none}.app-header-icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-header-pencil-icon{display:block}.app-header--drill{align-items:center;flex-wrap:nowrap;padding-top:max(.5rem,env(safe-area-inset-top));padding-bottom:.5rem}.app-header--match-minimal{align-items:center;flex-wrap:nowrap;padding-top:max(.35rem,env(safe-area-inset-top));padding-bottom:.35rem}.app-header-back-link--labeled{min-width:unset;min-height:unset;padding:.35rem .5rem;font-size:.9375rem;font-weight:600;white-space:nowrap}.app-header-drill{display:flex;align-items:center;gap:var(--pf-t--global--spacer--sm);min-width:0;flex:1}.app-header-back-link{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;margin:0;padding:0 .15rem;font-size:1.125rem;font-weight:600;color:var(--accent);text-decoration:none;border-radius:8px}.app-header-back-link:hover{background:#7cb3421f;color:var(--accent);text-decoration:none}.app-header-back-link:focus{outline:none}.app-header-back-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-header-drill-title{min-width:0;font-size:1.0625rem;font-weight:700;color:var(--text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-title-block{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.app-header-team{display:flex;flex-direction:column;gap:.05rem;min-width:0;padding-top:.1rem}.app-header-team-name{font-size:.9375rem;font-weight:600;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-team-sub{font-size:.72rem;color:var(--muted);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-nav-drawer-wrap{position:relative;display:flex;align-items:center}.app-nav-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border);border-radius:8px;background:#121820;cursor:pointer;flex-shrink:0}.app-nav-hamburger:hover{background:#1a222c}.app-nav-hamburger-bar{display:block;height:2px;width:1.2rem;margin:0 auto;background:var(--text);border-radius:1px}.app-nav-drawer-wrap-open .app-nav-hamburger{position:relative;z-index:1002}.app-nav-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;border:none;cursor:pointer;padding:0}.app-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(18rem,88vw);z-index:1001;background:var(--surface);border-right:1px solid var(--border);padding:1rem 1rem 1.5rem;transform:translate(-100%);transition:transform .2s ease;box-shadow:4px 0 24px #00000059;pointer-events:none;visibility:hidden;display:flex;flex-direction:column}.app-nav-drawer-open{transform:translate(0);pointer-events:auto;visibility:visible}.app-nav-drawer-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.5rem;margin-bottom:.75rem}.app-nav-drawer-brand{display:block;min-width:0;margin:0;padding:0}.app-nav-drawer-logo{display:block;width:min(9rem,calc(100% - 2.75rem));height:9rem;flex-shrink:0;margin:0;padding:0;object-fit:contain}.app-nav-drawer-close{justify-self:end;margin:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--border);border-radius:8px;background:#121820;color:var(--text);font-size:1.35rem;line-height:1;cursor:pointer;font-family:inherit}.app-nav-drawer-close:hover{background:#1a222c;color:var(--accent);border-color:var(--border-strong)}.app-nav-drawer-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-nav-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.app-nav-drawer-link{display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;border-radius:8px;color:var(--text);font-weight:600;font-size:.9375rem;text-decoration:none}.app-nav-drawer-link svg{flex-shrink:0;opacity:.55}.app-nav-drawer-link:hover{background:#1a222c;color:var(--accent)}.app-nav-drawer-btn{width:100%;background:none;border:none;cursor:pointer;text-align:left}.app-nav-drawer-link--disabled{opacity:.45;cursor:default;pointer-events:none}.app-nav-coming-soon{margin-left:auto;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;opacity:.6;color:var(--accent, #5e9ed6)}.app-nav-link-stack{display:flex;flex-direction:column;line-height:1.25}.app-nav-link-sub{font-size:.75rem;font-weight:400;opacity:.6}.app-nav-drawer-divider{border:none;border-top:1px solid var(--border);margin:.5rem 0}.about-sheet-body{padding:1rem 1.25rem 1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.about-hero{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.about-logo{border-radius:14px}.about-app-name{margin:0;font-size:1.25rem;font-weight:700;color:var(--text)}.about-version{margin:.15rem 0 0;font-size:.8125rem;color:var(--muted)}.about-description{font-size:.875rem;line-height:1.55;color:var(--text);margin:0}.about-divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.about-section-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--text)}.about-text{font-size:.8125rem;line-height:1.6;color:var(--text);margin:0 0 .75rem}.about-text:last-of-type{margin-bottom:0}.about-photo{width:100%;border-radius:10px;object-fit:cover;max-height:14rem;margin-bottom:1rem}.about-copyright{font-size:.75rem;color:var(--muted);margin:0}.about-other-projects{display:flex;flex-direction:column;gap:.5rem}.about-other-project{font-size:.85rem;line-height:1.5}.about-other-project a{color:var(--accent, #5e9ed6)}.other-projects-body{padding:.75rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.other-project-card{padding:1rem;border-radius:10px;border:1px solid var(--border);background:#ffffff08}.other-project-card--soon{opacity:.6}.other-project-name{margin:0 0 .3rem;font-size:1rem;font-weight:700}.other-project-desc{margin:0 0 .6rem;font-size:.85rem;line-height:1.5;color:var(--muted, #999)}.other-project-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;text-decoration:none}.other-project-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent, #5e9ed6);opacity:.8}.glossary-page{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.glossary-search-wrap{position:relative}.glossary-search{width:100%;padding:.6rem 2.2rem .6rem .75rem;border-radius:8px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);font-size:.9rem;outline:none;box-sizing:border-box}.glossary-search::placeholder{color:var(--muted, #888)}.glossary-search:focus{border-color:var(--accent, #5e9ed6)}.glossary-search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--muted, #888);font-size:1.2rem;cursor:pointer;padding:.2rem .4rem;line-height:1}.glossary-empty{text-align:center;padding:2rem 1rem}.glossary-section{padding:1rem 1.25rem}.glossary-section-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.glossary-group-heading{margin:.75rem 0 .35rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent, #5e9ed6)}.glossary-list{margin:0;padding:0}.glossary-entry{display:grid;grid-template-columns:4rem 1fr;gap:.5rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.glossary-entry:last-child{border-bottom:none}.glossary-term{font-weight:700;font-size:.85rem;color:var(--accent, #5e9ed6)}.glossary-def{font-size:.82rem;line-height:1.5;margin:0}.settings-page{padding-bottom:2rem}.settings-stub{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;gap:.5rem}.settings-stub-icon{width:3rem;height:3rem;opacity:.2;margin-bottom:.5rem}.settings-stub-title{margin:0;font-size:1.1rem;font-weight:700}.app-header-link{font-size:.875rem;font-weight:500;color:var(--muted)}.app-header-link:hover{color:var(--accent);text-decoration:none}.app-title{font-weight:700;font-size:1.125rem;letter-spacing:.02em;color:var(--text)}.app-title--branded{display:inline-flex;align-items:center;gap:.65rem;max-width:100%;text-decoration:none;color:inherit}.app-header-brand-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;border-radius:8px;text-decoration:none}.app-header-brand-mark:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-header-logo{display:block;width:5rem;height:5rem;flex-shrink:0;object-fit:contain}.app-header-logo--compact{width:2rem;height:2rem}.app-title:hover{text-decoration:none;color:var(--accent)}.app-main{flex:1;display:flex;flex-direction:column;min-height:0;padding:max(var(--app-inset-page),env(safe-area-inset-top)) max(var(--app-inset-page),env(safe-area-inset-right)) max(var(--app-inset-page),env(safe-area-inset-bottom)) max(var(--app-inset-page),env(safe-area-inset-left));max-width:42rem;margin:0 auto;width:100%;min-width:0}.card{--_card-pad: var(--app-card-padding);--_card-radius: 10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--_card-radius);padding:var(--_card-pad)}.card h1{margin:0 0 var(--pf-t--global--spacer--sm);font-size:1.25rem}.card p{margin:0 0 var(--pf-t--global--spacer--md);color:var(--muted);font-size:.9375rem}.error-boundary-card{margin:0 auto;max-width:36rem}.error-boundary-title{margin:0 0 .5rem;font-size:1.125rem}.error-boundary-msg{margin:0 0 .35rem}.error-boundary-hint{margin:0 0 1rem!important;font-size:.875rem}.meta-row{display:flex;flex-wrap:wrap;gap:var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--md);font-size:.8125rem;color:var(--muted)}.muted{color:var(--muted);margin:0}.error-text{color:#f87171;margin:0 0 var(--pf-t--global--spacer--sm)}.stack{display:flex;flex-direction:column;gap:var(--app-gap-stack);width:100%;min-width:0}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--pf-t--global--spacer--md);flex-wrap:wrap}.page-title{margin:0;font-size:1.25rem;font-weight:700}.back-link{font-size:.9375rem;color:var(--accent)}.empty-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--app-gap-stack)}.match-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--app-list-row-gap)}.match-row{display:flex;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;min-width:0}.match-row--with-action{flex-direction:row;align-items:center}.match-row-main{flex:1;padding:var(--app-list-item-padding);display:flex;flex-direction:column;gap:var(--app-gap-tight);color:inherit;min-width:0}.match-row-main:hover{text-decoration:none;background:#1a222d}.match-row-action,.match-row-delete{flex-shrink:0;width:36px;height:36px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;font-family:inherit;opacity:.5}.match-row-delete{margin-right:.5rem}.match-row-action:hover{opacity:1;color:var(--accent);background:#ffffff0f}.match-row-delete:hover{opacity:1;color:#f87171;background:#ef44441f}.match-row-delete:hover:not(:disabled){background:#1a222d}@media(min-width:480px){.match-row{flex-direction:row;align-items:stretch}.match-row-delete{width:auto;min-width:5.5rem;border-top:none;border-left:1px solid var(--border)}}.match-title{font-weight:600;color:var(--text)}.match-opponent,.match-meta{font-size:.8125rem;color:var(--muted)}.match-meta-events{font-variant-numeric:tabular-nums;white-space:nowrap;overflow:visible}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem .875rem;min-height:44px;border-radius:8px;border:1px solid transparent;font-size:1rem;font-weight:600;cursor:pointer;background:transparent;color:var(--text);font-family:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--bg);border-color:#6a9c35}.btn-primary:hover:not(:disabled){filter:brightness(1.08)}.btn-secondary{background:var(--border);border-color:var(--border-strong)}.btn-secondary:hover:not(:disabled){background:var(--border-strong)}.btn-ghost{border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:#1a222d}.btn-danger{color:#f87171}.btn-large{padding:.75rem 1.25rem;font-size:1.125rem}.form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.field span{color:var(--muted)}.field input{padding:.65rem .75rem;min-height:48px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:16px;font-family:inherit}.form-row-inline{display:flex;gap:.5rem}.field--half{flex:1;min-width:0}.form-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.form-actions .btn,.form-actions a.btn{width:100%;justify-content:center}@media(min-width:480px){.form-actions{flex-direction:row;justify-content:flex-end}.form-actions .btn,.form-actions a.btn{width:auto}}.clock-card{max-width:28rem;margin:0 auto}.clock-match-meta .page-title{font-size:1.5rem}.period-label{margin:1rem 0 .25rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.clock-nominal{margin:0 0 1rem;font-size:.8125rem}.clock-display{font-variant-numeric:tabular-nums;font-size:clamp(2.75rem,12vw,4rem);font-weight:700;letter-spacing:.04em;line-height:1.1;margin:0 0 1.25rem}.prior-half{margin:-.5rem 0 1rem;font-size:.875rem}.btn-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.adjust-row{justify-content:center}.fine-print{font-size:.75rem;margin-top:1rem!important}.form-subtitle{margin:calc(var(--pf-t--global--spacer--xs) * -1) 0 var(--pf-t--global--spacer--md);font-size:.875rem;line-height:1.45}.form-subtitle a{font-weight:600}.inline-code{font-family:ui-monospace,monospace;font-size:.8125em;padding:.1em .35em;background:#1a222d;border-radius:4px}.toolbar-multi{flex-direction:column;align-items:stretch}.toolbar-heading{display:flex;flex-direction:column;gap:var(--app-gap-tight)}.toolbar-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--pf-t--global--spacer--md);flex-wrap:wrap}.toolbar-heading-row .page-title{margin:0;min-width:0}.match-count{margin:0;font-size:.8125rem}.filter-bar{display:flex;flex-direction:column;align-items:stretch;gap:var(--pf-t--global--spacer--md);padding:var(--app-card-padding)!important;width:100%;min-width:0;overflow:visible;position:relative;z-index:1}.filter-field{display:flex;flex-direction:column;gap:var(--pf-t--global--spacer--sm);width:100%;min-width:0}.filter-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.filter-select{width:100%;max-width:100%;box-sizing:border-box;padding:.65rem .75rem;min-height:48px;border-radius:8px;border:1px solid var(--border);background-color:#0a0e14;color:var(--text);font-size:16px;line-height:1.3;font-family:inherit}.filter-clear{align-self:stretch;width:100%;margin-top:0}@media(min-width:560px){.filter-bar{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem}.filter-field{flex:1 1 12rem;width:auto}.filter-clear{width:auto;align-self:center;margin-top:1.15rem}}.toolbar-actions{display:flex;flex-direction:column;width:100%;gap:var(--pf-t--global--spacer--sm)}.toolbar-actions .btn,.toolbar-actions a.btn{width:100%;justify-content:center;text-align:center}@media(min-width:480px){.toolbar-actions{flex-direction:row;flex-wrap:wrap;width:auto;align-self:flex-end}.toolbar-actions .btn,.toolbar-actions a.btn{width:auto;flex:1 1 auto;min-width:8rem}}.empty-actions{display:flex;flex-direction:column;width:100%;gap:.5rem}.empty-actions .btn,.empty-actions a.btn{width:100%;justify-content:center}@media(min-width:480px){.empty-actions{flex-direction:row;flex-wrap:wrap;width:auto}.empty-actions .btn,.empty-actions a.btn{width:auto}}.import-lead{margin:0 0 1rem;font-size:.9375rem;line-height:1.45}.format-toggle{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.import-textarea-label{width:100%}.import-textarea{width:100%;min-height:12rem;max-width:100%;padding:.75rem;border-radius:8px;border:1px solid var(--border);background:#0a0e14;color:var(--text);font-family:ui-monospace,monospace;font-size:16px;line-height:1.4;resize:vertical}.import-errors{margin:0 0 1rem;padding-left:1.25rem;color:#f87171;font-size:.875rem}.import-preview{margin-bottom:1rem}.preview-caption{margin:0 0 .5rem;font-size:.875rem}.preview-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.preview-table{width:100%;border-collapse:collapse;font-size:.8125rem}.preview-table th,.preview-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.preview-table th{background:#1a222d;color:var(--muted);font-weight:600}.preview-table tr:last-child td{border-bottom:none}.roster-card{width:100%;min-width:0}.roster-fixture{margin:0 0 1rem!important}.roster-section-title{margin:1.25rem 0 .5rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.roster-add-form .roster-section-title{margin-top:0}.roster-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.roster-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .65rem;background:#121820;border:1px solid var(--border);border-radius:8px}.roster-row-bench{justify-content:space-between;flex-wrap:wrap}.roster-num{font-variant-numeric:tabular-nums;min-width:2rem;color:var(--muted);font-size:.875rem}.roster-name{flex:1;min-width:0;font-weight:600}.roster-empty{font-size:.875rem;margin:0!important}.roster-sub-block{margin-top:.5rem}.roster-sub-meta{font-size:.875rem;margin:0 0 .75rem!important}.roster-sub-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}@media(min-width:480px){.roster-sub-grid{flex-direction:row;align-items:flex-end}.roster-sub-grid .field{flex:1}}.btn-small{min-height:44px;padding:.5rem .65rem;font-size:.875rem}.roster-sub-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.roster-sub-line{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.875rem;align-items:baseline}.roster-sub-time{font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600}.roster-sub-detail{color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-2xs{margin-top:.25rem}.mt-xs{margin-top:.35rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:.65rem}.mt-lg{margin-top:.75rem}.mb-xs{margin-bottom:.35rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:.65rem}.skeleton-loader{display:flex;flex-direction:column;gap:.6rem;padding:.5rem 0}.skeleton-bar{height:.8rem;border-radius:4px;background:linear-gradient(90deg,#1c2430 25%,#2d3848,#1c2430 75%);background-size:200% 100%;animation:skeleton-pulse 1.4s ease-in-out infinite}.skeleton-bar--sm{width:40%}.skeleton-bar--md{width:65%}.skeleton-bar--lg{width:85%}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.stats-hint{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .65rem;margin-bottom:.5rem;background:#7cb34214;border:1px solid rgba(124,179,66,.25);border-radius:8px;font-size:.75rem;color:var(--muted);line-height:1.4}.stats-hint-close{flex-shrink:0;background:none;border:none;color:var(--muted);font-size:1rem;cursor:pointer;padding:0 .15rem;line-height:1}.roster-seed-note{font-size:.875rem;margin:0 0 1rem!important}.roster-expand-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:.75rem;overflow:hidden}.roster-expand-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%;padding:.875rem 1rem;margin:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.roster-expand-header-grow{flex:1;min-width:0}.roster-expand-title{font-weight:700;font-size:1rem}.roster-expand-count{font-size:.8125rem}.roster-expand-chevron{margin-left:auto;color:var(--muted)}.roster-expand-body{padding:0 1rem 1rem;border-top:1px solid var(--border)}.roster-squad-header-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;border-bottom:1px solid var(--border)}.roster-squad-header-row .roster-expand-header{border-bottom:none;flex:1 1 12rem}.roster-quick-sub{align-self:center;margin:.5rem .5rem .5rem 0;flex-shrink:0}.roster-sort-row{display:flex;align-items:center;justify-content:flex-end;margin-bottom:.75rem}.roster-sort-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);cursor:pointer}.roster-sort-toggle input{width:1.1rem;height:1.1rem;accent-color:var(--accent)}.roster-sub-inline{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}@media(min-width:480px){.roster-sub-inline{flex-direction:row;align-items:center;justify-content:space-between}}.roster-player-list{display:flex;flex-direction:column;gap:.25rem}.roster-row-compact{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem;background:#121820;border:1px solid var(--border);border-radius:8px;min-height:40px}.roster-row-jersey{flex-shrink:0;width:1.75rem;text-align:center;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent);font-size:.875rem}.roster-row-name-wrap{flex:1;min-width:0}.roster-row-name{width:100%;box-sizing:border-box;padding:.25rem .4rem;min-height:32px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--text);font-size:.8125rem;font-weight:600;font-family:inherit}.roster-row-name:focus{border-color:var(--border);background:var(--bg);outline:none}.roster-row-name:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.roster-row-tags{display:flex;gap:.2rem;flex-shrink:0}.roster-tag{padding:.2rem .45rem;min-height:28px;border-radius:5px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.6875rem;font-weight:600;cursor:pointer;font-family:inherit;line-height:1}.roster-tag:hover:not(:disabled){background:#1a222d}.roster-tag:disabled{opacity:.4;cursor:not-allowed}.roster-tag--on.roster-tag--active{border-color:var(--accent);color:var(--accent);background:#7cb34224}.roster-tag--bench.roster-tag--active{border-color:#f59e0b;color:#fbbf24;background:#f59e0b24}.roster-tag--off.roster-tag--active{border-color:#ef4444;color:#f87171;background:#ef444424}.roster-row-remove{flex-shrink:0;width:24px;height:24px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--muted);font-size:1rem;line-height:1;cursor:pointer;font-family:inherit;opacity:.5}.roster-row-remove:hover{opacity:1;color:#f87171;background:#ef44441f}.roster-dialog{max-width:min(28rem,calc(100vw - 2rem));padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text)}.roster-dialog::backdrop{background:var(--overlay-bg)}.roster-dialog-inner{padding:1.25rem}.roster-dialog-title{margin:0 0 .35rem;font-size:1.125rem}.roster-dialog-lead{margin:0 0 1rem!important;font-size:.875rem}.roster-dialog-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:1rem}.live-match-shell{display:flex;flex-direction:column;flex:1;min-height:0;gap:var(--pf-t--global--spacer--md);width:100%}.live-match-head{display:flex;flex-direction:column;gap:var(--pf-t--global--spacer--xs)}.live-compact-title{margin:0;font-size:.9375rem;font-weight:700;color:var(--text);line-height:1.3}.live-match-event-count{margin:0!important;font-size:.8125rem;font-variant-numeric:tabular-nums}.live-banner{margin:0!important;padding:.5rem .75rem;border-radius:8px;background:#f871711f}.live-tab-strip{display:flex;gap:0;flex-shrink:0;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:#121820}.live-tab-strip-2 .live-tab{min-height:44px;padding:.45rem .75rem;font-size:.875rem}.live-tab-strip-3 .live-tab,.live-tab-strip-4 .live-tab{min-height:44px;padding:.45rem .4rem;font-size:.75rem}.live-tab{flex:1;min-height:48px;padding:.5rem 1rem;border:none;background:transparent;color:var(--muted);font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;border-bottom:3px solid transparent}.live-tab:hover{color:var(--text)}a.live-tab{text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:center;box-sizing:border-box}a.live-tab:focus{outline:none}a.live-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.live-tab-active{color:var(--accent);border-bottom-color:var(--accent);background:var(--surface)}.live-tab-panel{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.live-tab-panel-timeline{overflow-y:auto;padding-bottom:.25rem}.live-tab-panel-timeline .live-timeline-card{min-height:min(70vh,100%)}.live-tab-panel-live{flex:1;min-height:0;display:flex;flex-direction:column;gap:.35rem}.live-tab-panel-stats,.live-tab-panel-roster{overflow-y:auto;padding-bottom:.25rem}.match-roster-panel-embedded{min-width:0}.match-roster-panel-embedded .roster-card{padding:.45rem .5rem;border:none;background:transparent}.match-roster-panel-embedded .roster-expand-card{border:none;margin-bottom:0;background:transparent}.match-roster-panel-embedded .roster-expand-header{padding:.4rem .15rem}.match-roster-panel-embedded .roster-expand-body{padding:0 0 .25rem;border-top:1px solid var(--border)}.match-roster-panel-embedded .roster-squad-header-row{border-bottom:1px solid var(--border)}.match-roster-panel-embedded .roster-seed-note{margin:0 0 .5rem!important;font-size:.75rem}.match-roster-panel-embedded .roster-sub-inline{margin-bottom:.5rem}.roster-embedded-heading{margin:0 0 .35rem!important}.live-swipe-hint{margin:0 0 .35rem!important;font-size:.65rem;line-height:1.2}.ref-clock-bar.ref-clock-one-line{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.4rem .55rem;background:#121820;border:1px solid var(--border);border-radius:8px}.ref-clock-wrap{position:relative}.ref-clock-bar.ref-clock-bar--with-scores{display:flex;flex-direction:row;align-items:stretch;gap:.4rem .5rem}.ref-clock-center{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:.35rem .5rem}.ref-clock-score-pillar{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;min-width:3rem;max-width:5.5rem;padding:.15rem .2rem}.ref-clock-score-pillar--us{align-items:flex-start;text-align:left}.ref-clock-score-pillar--them{align-items:flex-end;text-align:right}.ref-clock-score-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-clock-score-num{font-size:1.35rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;color:var(--text)}.ref-clock-bar.ref-clock-two-line{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.35rem .5rem;padding:.45rem .55rem;background:#121820;border:1px solid var(--border);border-radius:8px}.ref-clock-bar--dimmed{opacity:.42;pointer-events:none}.ref-clk-split{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:.15rem .35rem;min-width:0;flex:1 1 auto}.ref-clk-block{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.08rem}.ref-clk-block--match{align-items:flex-end;text-align:right}.ref-clk-block--period{align-items:flex-start;text-align:left}.ref-clk-block-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);line-height:1.15;white-space:nowrap}.ref-clk-tap.ref-clk-tap--split{width:38px;min-height:44px;height:auto;align-self:center;margin:0 .05rem;border-radius:8px;border:1px solid var(--border);border-left-color:var(--border-strong);border-right-color:var(--border-strong);font-size:.88rem;box-shadow:inset 0 1px #ffffff0d}.ref-clk-row{display:flex;align-items:baseline;gap:.45rem;font-variant-numeric:tabular-nums}.ref-clk-row-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);min-width:2.5rem}.ref-clk-digits--period{font-size:1rem;font-weight:600;color:var(--muted)}.ref-clk-digits--neg{color:#f87171}@keyframes ref-clk-blink{0%,49%{opacity:1}50%,to{opacity:.38}}.ref-clk-digits--warn{animation:ref-clk-blink 1s linear infinite;color:#fbbf24}.ref-clock-halftime-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem;padding:.5rem .55rem;border-radius:8px;background:#0a0e14f0;border:1px solid var(--border-strong);box-shadow:0 4px 20px #00000059}.ref-clock-halftime-banner{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.35rem .25rem;border-radius:6px;background:#713f1247;border:1px solid #a16207}.ref-clock-halftime-label{font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fde68a}.ref-clock-halftime-elapsed{font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);line-height:1.1}.ref-clock-halftime-sub{font-size:.58rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.ref-clock-halftime-resume{width:100%;padding:.45rem .5rem;border-radius:6px;border:1px solid #4b5563;background:#1f2937;color:var(--text);font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit}.ref-clock-halftime-resume:hover{background:#374151}.ref-tool-next-period{font-size:.62rem;font-weight:700;letter-spacing:.02em}.ref-tool-halftime{font-size:.62rem;letter-spacing:.02em}.ref-tool-nudge{font-size:.58rem;font-weight:700;letter-spacing:.01em}.ref-tool-edit{font-size:.85rem;line-height:1;font-weight:600}.ref-clock-settings-fieldset{margin:0 0 .75rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.ref-clock-settings-legend{padding:0 .25rem;font-size:.68rem;font-weight:700;color:var(--accent);letter-spacing:.04em;text-transform:uppercase}.ref-clock-settings-radio{display:flex;align-items:center;gap:.4rem;margin:.35rem 0;font-size:.78rem;color:var(--text);cursor:pointer}.ref-clock-settings-radio input{accent-color:var(--accent)}.ref-clock-settings-error{margin:.35rem 0 0;font-size:.78rem}.ref-clock-settings-hint{margin:.35rem 0 0;font-size:.68rem;line-height:1.35}.ref-clock-settings-inner,.ref-clock-settings-title{text-align:center}.ref-clock-settings-lead{text-align:left}.ref-clock-settings-field span{display:block;text-align:center}.ref-clock-settings-field .filter-select{width:100%;max-width:16rem;margin-left:auto;margin-right:auto;display:block}.ref-clock-settings-fieldset{text-align:left}.ref-clock-settings-dialog .roster-dialog-actions.ref-clock-settings-actions{justify-content:center}.ref-clock-track{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .45rem;flex:1 1 auto;min-width:0}.ref-clk-group{display:inline-flex;align-items:center;gap:.35rem;font-variant-numeric:tabular-nums}.ref-clk-digits{font-size:1.15rem;font-weight:700;line-height:1;color:var(--text);min-width:3.25rem}.ref-clk-tap{width:28px;height:28px;padding:0;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.75rem;line-height:1;cursor:pointer;flex-shrink:0}.ref-clk-tap:hover{background:#1a222d}.ref-clk-tap:disabled{opacity:.45;cursor:not-allowed}.ref-clk-period{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);white-space:nowrap;margin-left:.15rem}.ref-clk-p1-done{font-weight:600;color:var(--muted);text-transform:none;letter-spacing:0}.ref-clock-tools{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.25rem;flex:1 1 100%;flex-shrink:0}.ref-tool-cluster{display:inline-flex;gap:2px;flex-shrink:0}.ref-tool-btn{min-width:0;height:28px;padding:0 .35rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:.8rem;white-space:nowrap;flex-shrink:0;font-weight:700;line-height:1;cursor:pointer;font-family:inherit}.ref-tool-btn:hover{color:var(--text);background:#1a222d}.ref-tool-end{min-width:32px;font-size:.7rem;color:var(--accent);border-color:var(--border-strong)}.live-setpiece-bar{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.3rem}.live-setpiece-block{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.simple-setpiece-strip{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.25rem}.simple-setpiece-group{display:flex;flex-direction:column;align-items:center;gap:.15rem;flex:1 1 0;min-width:0}.simple-setpiece-label{font-size:.6rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.simple-setpiece-btns{display:flex;gap:.25rem;width:100%}.simple-setpiece-btn{flex:1 1 0;min-height:30px;min-width:0;padding:.2rem 0;border-radius:6px;border:1px solid var(--border);background:#121820;color:var(--muted);font-size:.7rem;font-weight:700;font-family:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.simple-setpiece-btn:hover{color:var(--text);border-color:var(--border-strong)}.simple-setpiece-btn:focus{outline:none}.simple-setpiece-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.simple-setpiece-btn--won{color:#3dd68c;border-color:#1d6f4a}.simple-setpiece-btn--won:hover{background:#1a2e25}.simple-setpiece-btn--lost{color:#e67a87;border-color:#6b3038}.simple-setpiece-btn--lost:hover{background:#2a1a1e}.tally-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:.5rem 0}.tally-counter-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;width:100%;aspect-ratio:1 / 1;max-width:7rem;margin:0 auto;border-radius:50%;border:2px solid var(--accent, #5e9ed6);background:transparent;color:var(--text, #e4e4e4);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.tally-counter-btn:active{background:#5e9ed62e}.tally-counter-btn--miss{border-color:#e67a87}.tally-counter-btn--miss:active{background:#e67a8726}.tally-counter-btn--penalty{border-color:#c9a54e}.tally-counter-btn--penalty:active{background:#c9a54e26}.tally-counter-btn--active{background:#c9a54e1f;border-color:#c9a54e}.tally-counter-btn--made{border-color:#5dba80;color:#5dba80;border-radius:.5rem;aspect-ratio:auto;width:auto;padding:.5rem 1rem;max-width:none;font-size:.9rem}.tally-counter-btn--made:active{background:#5dba8026}.tally-counter-btn--missed{border-color:#e67a87;color:#e67a87;border-radius:.5rem;aspect-ratio:auto;width:auto;padding:.5rem 1rem;max-width:none;font-size:.9rem}.tally-counter-btn--missed:active{background:#e67a8726}.tally-counter-label{line-height:1.1}.tally-counter-badge{font-size:1.1rem;font-weight:700;line-height:1;opacity:.85}.tally-conversion-prompt{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.6rem .5rem;margin-bottom:.25rem;border-radius:.5rem;background:#5dba8014;border:1px dashed rgba(93,186,128,.35)}.tally-conversion-label{font-weight:600;font-size:.85rem;color:var(--text, #e4e4e4)}.live-setpiece-chip-trigger{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.live-zone-flower-pill--setpiece-outcome{min-width:2.6rem;font-size:.68rem}.live-chip-btn{flex:1 1 auto;min-height:34px;padding:.28rem .5rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--accent);color:var(--bg);font-weight:700;font-size:.75rem;cursor:pointer;font-family:inherit}.live-chip-btn:hover{filter:brightness(1.06)}.live-chip-secondary{background:var(--border);color:var(--text);border-color:var(--border-strong)}.live-chip-tertiary{background:#1e2630;color:#c8d4e4;border-color:var(--border-strong)}.live-chip-tertiary:hover{background:#252e3a}.live-stats-card{margin:0;flex:1;min-height:0}.live-stats-header{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:.5rem}.live-stats-header .live-stats-title{margin:0;font-size:1rem}.live-stats-tagline{margin:0!important;font-size:.78rem;line-height:1.4;max-width:36rem}.live-stats-title{margin:0 0 .35rem;font-size:1rem}.live-stats-lead{margin:0 0 .75rem!important;font-size:.8125rem}.live-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.live-stats-grid--dense{gap:.4rem;margin-bottom:.25rem}@media(min-width:380px){.live-stats-grid{grid-template-columns:repeat(3,1fr)}}.live-stats-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.5rem .65rem;background:#121820;border:1px solid var(--border);border-radius:8px}.live-stats-cell-wrap{display:flex;flex-direction:column;min-width:0;align-self:stretch}.live-stats-cell-wrap--expanded{grid-column:1 / -1;border:1px solid var(--accent);border-radius:10px;overflow:hidden;background:#121820}.live-stats-cell-wrap--wide{grid-column:1 / -1}.live-stats-cell-body{padding:.45rem .65rem .65rem;background:#0e1318;border-top:1px solid var(--border)}.live-stats-cell-wrap--expanded .live-stats-cell--btn{border:none;border-radius:0;background:transparent}.live-stats-cell-wrap--expanded .live-stats-cell--btn:hover{background:#161d26}.live-stats-cell-wrap--expanded .live-stats-cell--btn.live-stats-cell--open{border:none;background:#1a2330}button.live-stats-cell--btn{width:100%;margin:0;font:inherit;text-align:left;cursor:pointer;color:inherit;transition:border-color .12s ease,background .12s ease}button.live-stats-cell--btn:hover{border-color:#4a5d75;background:#161d26}button.live-stats-cell--btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.live-stats-cell--btn.live-stats-cell--open{border-color:var(--accent);background:#1a2330}.live-stats-expand-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;max-height:min(40vh,18rem);overflow-y:auto}.live-stats-expand-row{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .45rem;background:#121820;border-radius:6px;border:1px solid #252f3d}.live-stats-expand-time{font-size:.72rem;font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600}.live-stats-expand-text{font-size:.8125rem;color:var(--text);line-height:1.35}.live-stats-expand-empty{margin:0!important;font-size:.8125rem}.live-stats-num{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);line-height:1.1}.live-stats-label{font-size:.7rem;font-weight:600;color:var(--muted);line-height:1.2}.live-stats-subtitle{margin:1rem 0 .5rem;font-size:.8125rem;font-weight:700;color:var(--text)}.live-stats-scoring-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.live-stats-scoring-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem;padding:.45rem .6rem;background:#121820;border:1px solid var(--border);border-radius:8px;font-size:.8125rem}.live-stats-scoring-name{font-weight:600;color:var(--text)}.live-stats-scoring-meta{color:var(--muted);font-variant-numeric:tabular-nums}.live-stats-zone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin-bottom:.5rem}@media(min-width:400px){.live-stats-zone-grid{grid-template-columns:repeat(6,1fr)}}.live-stats-zone-note{margin:0 0 .75rem!important;font-size:.7rem}.live-analytics-overview{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.65rem;padding:.55rem .6rem;background:linear-gradient(165deg,#1620308c,#0a0e1466);border:1px solid #2a3544;border-radius:10px}.live-analytics-kpi-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}@media(min-width:420px){.live-analytics-kpi-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.live-analytics-kpi{display:flex;flex-direction:column;gap:.12rem;padding:.4rem .45rem;background:#0e1318;border:1px solid #252f3d;border-radius:8px;min-width:0}.live-analytics-kpi-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted, #8b9aab)}.live-analytics-kpi-value{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1.15}.live-analytics-kpi-sub{font-size:.68rem;line-height:1.25}.live-analytics-compare{display:flex;flex-direction:column;gap:.4rem}.live-analytics-compare-row{display:grid;grid-template-columns:2.5rem minmax(0,1fr);gap:.45rem;align-items:center}.live-analytics-compare-label{font-size:.72rem;font-weight:700;color:var(--muted, #8b9aab)}.live-analytics-cmp{display:flex;flex-direction:row;gap:.5rem;min-width:0}.live-analytics-cmp-side{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.live-analytics-cmp-side--right{align-items:flex-end;text-align:right}.live-analytics-cmp-side--right .live-analytics-cmp-track{display:flex;justify-content:flex-end}.live-analytics-cmp-num{font-size:.9rem;font-weight:800}.live-analytics-cmp-track{height:6px;border-radius:4px;background:#1a222c;overflow:hidden;width:100%}.live-analytics-cmp-fill{height:100%;border-radius:4px;min-width:2px}.live-analytics-cmp-fill--left{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.live-analytics-cmp-fill--right{background:linear-gradient(90deg,#f97316,#fb923c)}.live-analytics-cmp--yc .live-analytics-cmp-fill--left{background:linear-gradient(90deg,#a16207,#fbbf24)}.live-analytics-cmp--yc .live-analytics-cmp-fill--right{background:linear-gradient(90deg,#92400e,#d97706)}.live-analytics-cmp--rc .live-analytics-cmp-fill--left{background:linear-gradient(90deg,#991b1b,#f87171)}.live-analytics-cmp--rc .live-analytics-cmp-fill--right{background:linear-gradient(90deg,#7f1d1d,#dc2626)}.live-analytics-cmp-tag{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #8b9aab)}.live-analytics-setpiece{display:flex;flex-direction:column;gap:.35rem;padding-top:.15rem;border-top:1px dashed var(--border)}.live-analytics-setpiece-heading{margin:0;font-size:.78rem;font-weight:700}.live-analytics-setpiece-lead{margin:0 0 .15rem!important;font-size:.7rem}.live-analytics-setpiece-row{display:flex;flex-direction:column;gap:.25rem}.live-analytics-setpiece-top{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:.5rem}.live-analytics-setpiece-name{font-size:.72rem;font-weight:700;color:var(--muted, #8b9aab);flex-shrink:0}.live-analytics-setpiece-empty{font-size:.8rem}.live-analytics-setpiece-nums{font-size:.75rem;font-weight:600;text-align:right}.live-analytics-setpiece-bar{display:flex;height:7px;border-radius:4px;overflow:hidden;background:#1a222c}.live-analytics-setpiece-seg{min-width:2px}.live-analytics-setpiece-seg--won{background:linear-gradient(90deg,#1d6f4a,#3dd68c)}.live-analytics-setpiece-seg--lost{background:linear-gradient(90deg,#6b3038,#9a4a55)}.live-analytics-setpiece-seg--pen{background:linear-gradient(90deg,#8a6a2a,#c9a227)}.live-analytics-setpiece-seg--fk{background:linear-gradient(90deg,#2a4f7a,#5b9fd4)}.live-stats-one-tap-banner{margin:0 0 .75rem;padding:.5rem .65rem;font-size:.75rem;line-height:1.4;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px}.live-stats-one-tap-banner strong{font-weight:700;color:var(--text)}.live-stats-mode-strip{margin-bottom:.5rem}.live-stats-mode-tabs{width:100%}.live-stats-charts{display:flex;flex-direction:column;gap:.25rem}.live-stats-chart-block{padding:.5rem 0 .75rem;border-bottom:1px solid #2a3544}.live-stats-chart-block:last-child{border-bottom:none;padding-bottom:0}.live-stats-chart-title{margin:0 0 .25rem;font-size:.8125rem;font-weight:700;color:var(--text)}.live-stats-chart-desc{margin:0 0 .5rem!important;font-size:.7rem;line-height:1.35}.live-stats-chart-empty{margin:0!important;font-size:.75rem}.live-stats-hbar-list{display:flex;flex-direction:column;gap:.45rem}.live-stats-hbar{display:flex;flex-direction:column;gap:.2rem}.live-stats-hbar-label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.75rem}.live-stats-hbar-label{color:var(--muted);font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-stats-hbar-value{flex-shrink:0;font-size:.75rem;font-weight:700;color:var(--text)}.live-stats-hbar-meta{flex-shrink:0;font-size:.7rem;color:var(--muted)}.live-stats-hbar-track{height:6px;border-radius:4px;background:#1a222c;overflow:hidden}.live-stats-hbar-fill{height:100%;border-radius:4px;min-width:2px;transition:width .2s ease}.live-stats-hbar-fill--tone-0{background:linear-gradient(90deg,#2d6a8f,#4a9fd4)}.live-stats-hbar-fill--tone-1{background:linear-gradient(90deg,#2d6f5c,#3dd68c)}.live-stats-hbar-fill--tone-2{background:linear-gradient(90deg,#6b4f9a,#a78bfa)}.live-stats-hbar-fill--tone-3{background:linear-gradient(90deg,#8a6a2a,#e8c547)}.live-stats-hbar-fill--tone-4{background:linear-gradient(90deg,#8f3d4a,#f47171)}.live-stats-hbar-fill--tone-5{background:linear-gradient(90deg,#3d5a8f,#7eb8ff)}.live-stats-stack-wrap{display:flex;flex-direction:column;gap:.45rem}.live-stats-stack-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;background:#1a222c}.live-stats-stack-seg--made{background:linear-gradient(90deg,#2d6f5c,#3dd68c)}.live-stats-stack-seg--missed{background:linear-gradient(90deg,#6b3038,#f47171)}.live-stats-stack-legend{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.72rem;color:var(--muted)}.live-stats-dot{display:inline-block;width:.45rem;height:.45rem;border-radius:50%;margin-right:.25rem;vertical-align:middle}.live-stats-dot--made{background:#3dd68c}.live-stats-dot--missed{background:#f47171}.live-stats-dot--us{background:#3b82f6}.live-stats-dot--opp{background:#f97316}.live-stats-points-viz{display:flex;flex-direction:column;gap:.45rem}.live-stats-points-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;background:#1a222c}.live-stats-points-seg{min-width:4px;transition:width .2s ease}.live-stats-points-seg--us{background:linear-gradient(90deg,#1d4ed8,#60a5fa)}.live-stats-points-seg--opp{background:linear-gradient(90deg,#c2410c,#fb923c)}.live-stats-points-legend{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem}.live-stats-kick-line{margin:0!important;font-size:.72rem}.live-stats-stack-bar--kick{margin-top:.15rem}.live-stats-setpiece-chart-list{display:flex;flex-direction:column;gap:.65rem}.live-stats-setpiece-chart-block{display:flex;flex-direction:column;gap:.25rem}.live-stats-setpiece-stack{display:flex;height:10px;border-radius:5px;overflow:hidden;background:#1a222c}.live-stats-setpiece-seg{min-width:2px}.live-stats-setpiece-seg--won{background:linear-gradient(90deg,#1d6f4a,#3dd68c)}.live-stats-setpiece-seg--lost{background:linear-gradient(90deg,#6b3038,#9a4a55)}.live-stats-setpiece-seg--pen{background:linear-gradient(90deg,#8a6a2a,#c9a227)}.live-stats-setpiece-seg--fk{background:linear-gradient(90deg,#2a4f7a,#5b9fd4)}.live-stats-setpiece-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem;font-size:.7rem}.live-stats-setpiece-dot{display:inline-block;width:.45rem;height:.45rem;border-radius:2px;margin-right:.25rem;vertical-align:middle}.live-stats-setpiece-dot--won{background:#3dd68c}.live-stats-setpiece-dot--lost{background:#c45c6a}.live-stats-setpiece-dot--pen{background:#c9a227}.live-stats-setpiece-dot--fk{background:#5b9fd4}.live-stats-spark-wrap{display:flex;align-items:flex-end;gap:3px;height:92px;padding:.25rem 0 0}.live-stats-spark-col{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.live-stats-spark-bar-wrap{flex:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:0}.live-stats-spark-bar{width:100%;min-height:2px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#4a9fd4,#2d6a8f);opacity:.92}.live-player-pane{flex:1 1 auto;min-height:0;overflow:visible;padding:.45rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column}.live-player-pane-header{display:flex;align-items:center;gap:.25rem;margin:0 0 .25rem}.live-player-pane-header .section-help-btn{padding:.1rem}.live-player-pane-header .section-help-icon{width:.7rem;height:.7rem}.live-player-pane-title{margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.tracking-mode-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.tracking-mode-switch{display:flex;border:1px solid var(--border-strong);border-radius:6px;overflow:hidden}.tracking-mode-opt{background:transparent;border:none;color:var(--muted);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;cursor:pointer;transition:background .15s,color .15s}.tracking-mode-opt+.tracking-mode-opt{border-left:1px solid var(--border-strong)}.tracking-mode-opt--active{background:var(--accent);color:var(--bg)}.tracking-mode-hint{margin:0 0 .35rem;font-size:.65rem;color:var(--muted);font-style:italic}.zone-strip{flex-shrink:0;margin-bottom:.35rem}.zone-strip-label{margin:0 0 .25rem!important;font-size:.65rem;line-height:1.2}.zone-strip-buttons{display:flex;flex-wrap:nowrap;gap:.2rem;justify-content:space-between}.zone-strip-btn{flex:1 1 0;min-width:0;min-height:32px;padding:.2rem .1rem;border-radius:6px;border:1px solid var(--border);background:#121820;color:var(--muted);font-size:.65rem;font-weight:700;font-family:inherit;cursor:pointer}.zone-strip-btn:hover{color:var(--text);border-color:var(--border-strong)}.zone-strip-btn-active{color:var(--accent);border-color:var(--accent);background:var(--surface)}.zone-strip-btn:focus{outline:none}.zone-strip-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.live-player-empty{margin:0!important;font-size:.875rem}.on-field-actions-wrap{display:flex;flex-direction:column;gap:.4rem;min-width:0;flex:1 1 auto}.live-phase-switch{display:flex;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#121820}.live-phase-btn{flex:1;min-height:36px;padding:.35rem .5rem;border:none;background:transparent;color:var(--muted);font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;border-bottom:2px solid transparent}.live-phase-btn:hover{color:var(--text)}.live-phase-btn-active{color:var(--accent);background:var(--surface);border-bottom-color:var(--accent)}.live-phase-btn:focus{outline:none}.live-phase-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.live-opponent-panel{padding:.35rem 0 .15rem;display:flex;flex-direction:column;gap:.45rem}.live-opp-score-stat{margin:0;font-size:.8rem;font-variant-numeric:tabular-nums;letter-spacing:.02em}.live-opp-stat-board{padding-top:.35rem;border-top:1px dashed var(--border-strong)}.live-opp-stat-stack{display:flex;flex-direction:column;gap:.5rem}.live-opp-stat-card{border:1px solid var(--border);border-radius:10px;padding:.45rem .5rem .4rem;background:#0003}.live-opp-stat-card-title{margin:0 0 .35rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted, #8b9aab)}.live-opp-stat-line{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;min-height:2.25rem;font-size:.8rem}.live-opp-stat-line+.live-opp-stat-line{margin-top:.25rem;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.06)}.live-opp-stat-line--us{opacity:.92}.live-opp-stat-team{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.live-opp-stat-delta-group{display:inline-flex;flex-shrink:0;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.2rem}.live-opp-stat-num{min-width:1.35rem;text-align:center;font-variant-numeric:tabular-nums;font-weight:700;font-size:.85rem}.live-opp-stat-num--solo{flex-shrink:0;min-width:2rem;font-size:1rem}.live-opp-stat-delta{min-width:2rem;min-height:2rem;padding:0;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:1.1rem;font-weight:700;line-height:1;cursor:pointer;font-family:inherit}.live-opp-stat-delta:hover:not(:disabled){border-color:#5c6b7e;color:var(--accent)}.live-opp-stat-delta:disabled{opacity:.35;cursor:not-allowed}.live-opp-stat-delta--yc{border-color:#a16207;color:#fbbf24;background:#713f1233}.live-opp-stat-delta--rc{border-color:#991b1b;color:#fca5a5;background:#7f1d1d40}.live-opponent-chips{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.live-opponent-chips .live-action-round{width:52px;height:52px;min-width:52px;min-height:52px;font-size:.8rem;border-width:2px}.live-action-penalty-trigger{border-color:#dc2626!important;color:#fca5a5!important;background:#1f1214!important;font-size:1rem!important;font-weight:900!important}.live-action-penalty-trigger:hover{background:#dc262633!important}.live-action-penalty-trigger:focus-visible{outline-color:#f87171!important}.live-penalty-pick{display:flex;flex-direction:column;gap:.4rem;padding:.45rem 0 .15rem;margin:0 0 .15rem;border-top:1px dashed var(--border-strong);max-height:min(55vh,22rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.live-penalty-cards{display:flex;gap:.4rem;flex-shrink:0}.live-penalty-cards-locked{opacity:.88}.live-penalty-card:disabled{cursor:not-allowed}.live-penalty-yellow-bin{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;border-radius:8px;background:#713f1259;border:1px solid #a16207}.live-penalty-yellow-bin-label{font-size:.68rem;font-weight:700;color:#fde68a;letter-spacing:.02em}.live-penalty-yellow-bin-time{font-variant-numeric:tabular-nums;font-weight:800;font-size:.95rem;color:#fef08a;letter-spacing:.04em;font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace}.live-penalty-card{flex:1;min-height:38px;padding:.35rem .5rem;border-radius:8px;border:2px solid var(--border-strong);font-size:.72rem;font-weight:700;font-family:inherit;cursor:pointer;background:#121820;color:var(--muted);touch-action:manipulation}.live-penalty-card-yc{border-color:#a16207;color:#fde047}.live-penalty-card-yc.live-penalty-card-pressed{background:linear-gradient(180deg,#ca8a04,#a16207);color:var(--bg);border-color:#eab308;box-shadow:inset 0 1px #ffffff26}.live-penalty-card-rc{border-color:#991b1b;color:#fca5a5}.live-penalty-card-rc.live-penalty-card-pressed{background:linear-gradient(180deg,#dc2626,#991b1b);color:#fff;border-color:#f87171;box-shadow:inset 0 1px #ffffff1f}.live-penalty-card:focus{outline:none}.live-penalty-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.live-penalty-pick-hint{margin:0!important;font-size:.65rem;line-height:1.3}.live-penalty-type-grid{display:flex;flex-wrap:wrap;gap:.35rem}.live-penalty-other{display:flex;flex-direction:column;gap:.35rem;padding-top:.25rem;border-top:1px solid var(--border)}.live-penalty-other-heading{font-size:.7rem;font-weight:700;color:var(--accent)}.live-penalty-other-input{width:100%;min-height:40px;padding:.4rem .5rem;border-radius:6px;border:1px solid var(--border-strong);background:var(--bg);color:var(--text);font-size:.8125rem;font-family:inherit;box-sizing:border-box}.live-penalty-other-input::placeholder{color:var(--muted)}.live-penalty-other-input:focus{outline:none;border-color:var(--accent)}.live-penalty-other-log{align-self:flex-start;min-height:40px}.live-penalty-type-btn{padding:.35rem .5rem;border-radius:6px;border:1px solid var(--border-strong);background:#121820;color:var(--text);font-size:.68rem;font-weight:600;line-height:1.2;text-align:left;cursor:pointer;font-family:inherit;touch-action:manipulation}.live-penalty-type-btn:hover{border-color:#dc2626;background:#1a1516;color:#fecaca}.live-penalty-type-btn:focus{outline:none}.live-penalty-type-btn:focus-visible{outline:2px solid #f87171;outline-offset:1px}.live-action-ack{margin-top:auto!important;padding-top:.35rem;border-top:1px solid var(--border);font-size:.75rem;font-weight:600;color:var(--accent);animation:live-ack-pop .2s ease-out;flex-shrink:0}@keyframes live-ack-pop{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.on-field-rows{display:flex;flex-direction:column;gap:.28rem}.on-field-player-block{display:flex;flex-direction:column;gap:.25rem;border-radius:8px}.on-field-row-shell{position:relative;z-index:0;border-radius:8px;overflow:hidden}.on-field-row-inner--sin-bin{opacity:.5;filter:grayscale(.3)}.on-field-sin-bin-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2;padding:.35rem .45rem;border-radius:8px;background:#0a0e14c7;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;width:100%;height:100%;font:inherit;color:inherit;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.on-field-sin-bin-overlay:focus{outline:none}.on-field-sin-bin-overlay:focus-visible{outline:2px solid #fde68a;outline-offset:-2px}.live-penalty-yellow-bin-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.on-field-sin-bin-hint{font-size:.62rem;font-weight:600;line-height:1.2}.live-penalty-yellow-bin--row{width:100%;max-width:20rem}.live-action-round:disabled{opacity:.38;cursor:not-allowed}.on-field-identity-tap:disabled{opacity:.5;cursor:not-allowed}.on-field-row-inner{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;padding:.1rem 0}.on-field-identity{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 40%}.on-field-identity-tap{margin:0;padding:.2rem .15rem .2rem 0;border:none;border-radius:6px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.on-field-identity-tap:hover{background:#38bdf814}.on-field-identity-tap:focus{outline:none}.on-field-identity-tap:focus-visible{box-shadow:0 0 0 2px var(--accent)}.on-field-identity-tap-open{background:#38bdf81f}.on-field-row-stats{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.45rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.on-field-row-stat{display:flex;flex-direction:column;gap:.12rem;min-width:0}.on-field-row-stat-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.on-field-row-stat-value{font-size:.95rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--accent)}.on-field-sub-pick{padding:.35rem .25rem .45rem;border-top:1px dashed var(--border-strong)}.on-field-sub-pick-heading{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.35rem}.on-field-sub-pick-empty{margin:0;font-size:.75rem}.on-field-sub-pick-chips{display:flex;flex-wrap:wrap;gap:.35rem;align-items:stretch}.on-field-sub-pick-btn{flex:1 1 140px;min-width:min(100%,7.5rem);max-width:100%;margin:0;padding:.4rem .45rem;border-radius:6px;border:1px solid var(--border-strong);background:#121820;color:var(--text);font-size:.75rem;font-weight:600;text-align:left;cursor:pointer;font-family:inherit;touch-action:manipulation;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;box-sizing:border-box}.on-field-sub-pick-btn-text{white-space:normal;word-break:break-word;line-height:1.25;width:100%}.on-field-sub-pick-btn-mins{font-size:.65rem;font-weight:600;font-variant-numeric:tabular-nums}.on-field-sub-pick-btn:hover{border-color:var(--accent);color:var(--accent)}.on-field-sub-pick-btn:hover .on-field-sub-pick-btn-mins{color:var(--muted)}.on-field-sub-pick-btn:focus{outline:none}.on-field-sub-pick-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.on-field-jersey{flex-shrink:0;width:1.75rem;text-align:center;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent);font-size:.875rem}.on-field-name{font-size:.8125rem;font-weight:600;white-space:normal;word-break:break-word;line-height:1.25;min-width:0}.on-field-discipline{margin-left:.28rem;font-weight:800;font-size:.72em;letter-spacing:.06em;white-space:normal}.on-field-discipline-yc{color:#fde047}.on-field-discipline-rc{color:#f87171}.on-field-discipline-sep{color:var(--muted);font-weight:600}.on-field-round-actions{display:flex;flex-wrap:nowrap;gap:.3rem;flex-shrink:0}.live-action-round{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:50%;border:2px solid var(--accent);background:#121820;color:var(--accent);font-size:.55rem;font-weight:800;line-height:1;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.live-action-round:focus{outline:none}.live-action-round:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.live-action-round:hover{background:#7cb34226}.live-action-round--zone-flower{touch-action:none}.live-zone-flower-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;pointer-events:auto;overflow:visible}.live-zone-flower-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin:0;padding:0;border:none;cursor:default;background:#00040ad6}.live-zone-flower-hud{display:flex;flex-direction:column;align-items:center;gap:0;pointer-events:auto;max-width:min(100vw - .75rem,24rem);box-sizing:border-box}.live-zone-flower-hud--anchor{position:absolute;z-index:2;transform:translate(-50%,-100%)}.live-zone-flower-ring{position:relative;width:200px;height:200px}.live-zone-flower-ring--semi{width:min(280px,calc(100vw - 1.5rem));min-height:108px;height:108px;align-self:center;overflow:visible}.live-zone-flower-pill{position:absolute;z-index:1;left:50%;top:50%;min-width:2.35rem;padding:.35rem .5rem;border-radius:8px;border:2px solid #3d4d5c;background:#121820;color:var(--muted);font-size:.72rem;font-weight:800;text-align:center}.live-zone-flower-pill-btn{cursor:pointer;font:inherit;font-family:inherit}.live-zone-flower-pill-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.live-zone-flower-pill--pass-delivery{min-width:4.5rem;padding-inline:.4rem;font-size:.68rem;white-space:nowrap}.live-zone-flower-pill--negative-type{min-width:2.75rem;max-width:4.25rem;font-size:.6rem;line-height:1.15;padding:.32rem .3rem;white-space:normal;text-align:center}.live-zone-flower-pill--on{border-color:var(--accent);color:var(--accent);background:#7cb34233;box-shadow:0 0 0 2px #7cb34240}.live-zone-flower-pill--tone-bad{border-color:#c53030;color:#fecaca;background:#c5303038}.live-zone-flower-pill--tone-mid{border-color:#6b7280;color:#e5e7eb;background:#6b728040}.live-zone-flower-pill--tone-good{border-color:#16a34a;color:#bbf7d0;background:#16a34a33}.live-zone-flower-pill--field-own22{border-color:#7f1d1d;color:#fecaca;background:#7f1d1d61}.live-zone-flower-pill--field-own-half{border-color:#c53030;color:#fecaca;background:#c5303038}.live-zone-flower-pill--field-opp-half{border-color:#22c55e;color:#bbf7d0;background:#22c55e33}.live-zone-flower-pill--field-opp22{border-color:#15803d;color:#dcfce7;background:#15803d47}.live-zone-flower-pill--field-own22.live-zone-flower-pill--on{border-color:#fca5a5;color:#fff7ed;background:#991b1b8c;box-shadow:0 0 0 2px #f8717173}.live-zone-flower-pill--field-own-half.live-zone-flower-pill--on{border-color:#fca5a5;color:#fff1f2;background:#b91c1c6b;box-shadow:0 0 0 2px #f8717159}.live-zone-flower-pill--field-opp-half.live-zone-flower-pill--on{border-color:#86efac;color:#f0fdf4;background:#16a34a6b;box-shadow:0 0 0 2px #4ade8066}.live-zone-flower-pill--field-opp22.live-zone-flower-pill--on{border-color:#4ade80;color:#f0fdf4;background:#15803d7a;box-shadow:0 0 0 2px #22c55e73}.live-zone-flower-hint{font-size:.65rem;white-space:nowrap;line-height:1.2}.live-zone-flower-hint--inside{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;z-index:0;pointer-events:none;font-weight:600}.live-action-round-sub{border-color:#6b7a90;color:#b0c0d4;font-size:.95rem}.live-action-round-sub:hover{border-color:var(--accent);color:var(--accent)}.live-action-round-tackle-miss{border-color:#8b5a5a;color:#e8a0a0}.live-action-round-tackle-miss:focus-visible{outline-color:#f87171}.live-action-round-negative{border-color:#a85a5a;color:#fecaca}.live-action-round-negative:focus-visible{outline-color:#f87171}.live-timeline-card{padding:1rem .85rem;flex:1;min-height:0;background:var(--surface);border:1px solid var(--border);border-radius:10px}.live-timeline-title{margin:0 0 .75rem;font-size:1rem}.live-timeline-filters{margin-bottom:.5rem}.live-timeline-filter-field{max-width:min(100%,22rem)}.live-timeline-filter-count{margin:0 0 .65rem!important;font-size:.8125rem}.live-timeline-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.live-timeline-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.65rem .75rem;background:#121820;border:1px solid var(--border);border-radius:8px}.live-timeline-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.live-timeline-time{font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600}.live-timeline-label{font-size:.875rem;color:var(--text)}.live-timeline-actions{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;flex-shrink:0}.live-timeline-delete{flex-shrink:0}.admin-inline-form .admin-card-title{margin-top:0}.admin-form-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-top:.5rem}.field-grow{flex:1;min-width:10rem}.admin-section{margin-bottom:0}.admin-card-title{font-size:1rem;margin:0 0 .75rem}.admin-team-lead{font-size:.8125rem;margin:0 0 1rem!important}.admin-member-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.admin-member-row{padding:0;border-bottom:1px solid var(--border)}.admin-member-row-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.65rem .35rem .65rem 0;margin:0;border:none;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;border-radius:6px}.admin-member-row-btn:hover{background:#ffffff0a}.admin-member-row-label{flex:1;min-width:0}.admin-member-row-chev{color:var(--muted);font-size:1.1rem;font-weight:300}.admin-schedule-list{list-style:none;margin:.75rem 0;padding:0}.admin-schedule-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.admin-schedule-time{font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600;min-width:7rem}.admin-schedule-label{flex:1;min-width:0}.admin-schedule-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.65rem}.admin-hydration-summary{list-style:none;margin:0 0 1rem;padding:0}.admin-hydration-li{padding:0;border-bottom:1px solid var(--border)}.admin-hydration-row-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.55rem .35rem .55rem 0;margin:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:6px}.admin-hydration-row-btn:hover{background:#ffffff0a}.admin-hydration-name{font-weight:600}.admin-hydration-meta{font-size:.8125rem;color:var(--muted)}.admin-weigh-form{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.admin-subtitle{font-size:.9375rem;margin:1rem 0 .5rem}.admin-weigh-log{list-style:none;margin:0;padding:0;font-size:.8125rem}.admin-weigh-log-row{display:flex;justify-content:space-between;gap:.5rem;padding:.35rem 0;border-bottom:1px solid #232d3a}.admin-danger-zone{border-color:#5c3030}.admin-match-hint{margin:0 0 .75rem!important}.team-member-notes{min-height:4rem;resize:vertical}.team-hub-page{padding-top:0}.team-hub-tabs-wrap{margin-bottom:var(--pf-t--global--spacer--md)}.team-hub-tabs{margin-bottom:0}.team-hub-panel{flex:1;min-height:0}.team-global-stats-title{margin:0 0 .45rem;font-size:1rem}.team-global-stats-empty{margin:0 0 .5rem!important;font-size:.875rem}.team-global-stats-actions{margin:.35rem 0 0}.tgs-root{display:flex;flex-direction:column;gap:.65rem}.tgs-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tgs-header-title-row{display:flex;align-items:center;gap:.35rem}.tgs-header .team-global-stats-title{margin:0;white-space:nowrap}.tracking-mode-switch--stats{margin-left:auto}.tgs-section-select{min-height:36px!important;padding:.35rem .6rem!important;font-size:.8125rem!important}.tgs-section-select--full-width{width:100%;max-width:none}.tgs-card{--_card-pad: .65rem .7rem}.tgs-card-title{margin:0 0 .45rem;font-size:.8125rem;font-weight:700}.tgs-card-sub{font-size:.7rem;margin:-.2rem 0 .4rem}.tgs-card-title-row{display:flex;align-items:center;gap:.35rem;margin:0 0 .45rem}.tgs-card-title-row .tgs-card-title,.tgs-card-title-row .admin-card-title{margin:0}.section-help-btn{flex:0 0 auto;background:none;border:none;padding:.15rem;margin:0;cursor:pointer;color:var(--muted);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:color .15s;min-width:28px;min-height:28px}.section-help-btn:active{color:var(--accent)}.section-help-icon{width:1rem;height:1rem}.bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10100;background:var(--overlay-bg);display:flex;align-items:flex-end;justify-content:center;animation:bs-fade-in .2s ease-out}.bottom-sheet{width:100%;max-width:32rem;max-height:70dvh;background:var(--surface);border-radius:14px 14px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:bs-slide-up .25s ease-out;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-sheet--tall{max-height:90dvh}.bottom-sheet-handle{width:2.25rem;height:.25rem;border-radius:2px;background:#ffffff2e;margin:.5rem auto 0;flex:0 0 auto}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem .4rem;flex:0 0 auto;border-bottom:1px solid rgba(255,255,255,.07)}.bottom-sheet-title{margin:0;font-size:.9rem;font-weight:700}.bottom-sheet-close{background:none;border:none;color:var(--muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;min-width:32px;min-height:32px;-webkit-tap-highlight-color:transparent}.bottom-sheet-close svg{width:1.1rem;height:1.1rem}.bottom-sheet-close:active{color:var(--text)}.bottom-sheet-glossary{margin:0;padding:.6rem 1rem 1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:grid;gap:.5rem}.section-help-group-heading{margin:.75rem 0 .25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.section-help-group-heading:first-child{margin-top:0}.section-help-entry{display:grid;grid-template-columns:auto 1fr;gap:0 .6rem;align-items:baseline}.section-help-term{font-size:.78rem;font-weight:700;color:var(--accent);white-space:nowrap}.section-help-def{font-size:.78rem;color:var(--muted);margin:0;line-height:1.45}.section-help-def strong{color:var(--text);font-weight:600}@keyframes bs-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bs-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tgs-card-subtitle{font-size:.78rem;font-weight:700;margin:0 0 .3rem}.le-list{display:flex;flex-direction:column;gap:0}.le-row{display:flex;align-items:flex-start;gap:.45rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.le-row--bench{opacity:.72}.le-row--unqualified{opacity:.5}.le-rank{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:50%;font-size:.68rem;font-weight:700;background:#ffffff14;color:var(--text-secondary, #aaa);flex-shrink:0;margin-top:.05rem}.le-rank--starter{background:var(--accent, #4cc9f0);color:#000}.le-rank--na{background:transparent;font-weight:400}.le-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.le-top{display:flex;align-items:center;gap:.4rem}.le-name{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.le-score-wrap{flex:1;height:.4rem;min-width:2.5rem;background:#ffffff0f;border-radius:3px;overflow:hidden}.le-score-bar{height:100%;background:var(--accent, #4cc9f0);border-radius:3px;transition:width .3s ease}.le-score-bar--bench{background:#ffffff38}.le-score-value{font-size:.75rem;font-weight:700;flex-shrink:0}.le-consistency{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.le-consistency--steady{background:#34d399}.le-consistency--variable{background:#fbbf24}.le-bottom{display:flex;align-items:baseline;gap:.35rem;font-size:.68rem}.le-stats{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.le-meta{font-size:.65rem;white-space:nowrap;flex-shrink:0}.le-unqualified summary{cursor:pointer;font-size:.72rem}.le-formula summary{cursor:pointer;font-size:.7rem}.le-formula-body{font-size:.68rem;line-height:1.5;margin-top:.3rem}.le-formula-body p{margin:.2rem 0}.le-formula-cols{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin:.3rem 0}.le-formula-heading{display:block;font-size:.68rem;margin-bottom:.15rem}.le-formula-heading--pos{color:#34d399}.le-formula-heading--neg{color:#f87171}.le-formula-list{list-style:none;padding:0;margin:0;font-size:.65rem}.le-formula-list li{padding:.05rem 0}.tgs-phase-bar-wrap{margin-bottom:.55rem}.tgs-phase-bar{display:flex;height:1.1rem;border-radius:6px;overflow:hidden}.tgs-phase-seg{min-width:2px;transition:flex .25s}.tgs-phase-seg--off{background:linear-gradient(90deg,#1d4ed8,#60a5fa)}.tgs-phase-seg--def{background:linear-gradient(90deg,#c2410c,#fb923c)}.tgs-phase-legend{display:flex;gap:1.5rem}.tgs-phase-stat{display:flex;align-items:center;gap:.35rem;font-size:.8125rem}.tgs-phase-dot{width:.55rem;height:.55rem;border-radius:50%;flex-shrink:0}.tgs-phase-dot--off{background:#60a5fa}.tgs-phase-dot--def{background:#fb923c}.tgs-phase-label{font-weight:600}.tgs-phase-value{font-weight:700}.tgs-phase-time{font-size:.72rem}.team-global-kpi-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.team-global-kpi:nth-child(5){grid-column:1 / -1}@media(min-width:560px){.team-global-kpi-row{grid-template-columns:repeat(5,minmax(0,1fr))}.team-global-kpi:nth-child(5){grid-column:auto}}.team-global-kpi{display:flex;flex-direction:column;gap:.1rem;padding:.4rem .45rem;background:#0e1318;border:1px solid #252f3d;border-radius:8px;min-width:0}.team-global-kpi-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted, #8b9aab)}.team-global-kpi-value{font-size:.95rem;font-weight:800;line-height:1.15}.team-global-kpi-sub{font-size:.65rem}.tgs-points-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.tgs-points-row{display:grid;grid-template-columns:6.5rem minmax(0,1.5fr) auto;gap:.25rem .4rem;align-items:center;font-size:.75rem}.tgs-points-name{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgs-points-bar-outer{height:6px;border-radius:3px;background:#1a222c;min-width:0}.tgs-points-bar-inner{display:flex;height:100%;border-radius:3px;overflow:hidden;min-width:0}.tgs-points-seg--us{background:linear-gradient(90deg,#1d4ed8,#60a5fa);min-width:2px}.tgs-points-seg--opp{background:linear-gradient(90deg,#c2410c,#fb923c);min-width:2px}.tgs-points-score{font-size:.72rem;font-weight:700;color:var(--muted)}.team-global-game-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.team-global-game-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.5rem .55rem;background:#121820;border:1px solid var(--border);border-radius:8px}.team-global-game-main{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.team-global-game-title{font-weight:600;font-size:.875rem}.team-global-game-meta{font-size:.72rem}.team-global-game-link{flex-shrink:0;align-self:center}.team-live-panel{display:flex;flex-direction:column;flex:1;min-height:0}.team-live-panel-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--pf-t--global--spacer--2xl) + var(--pf-t--global--spacer--xl) + env(safe-area-inset-bottom))}.team-live-tz-bar{margin:0 0 var(--pf-t--global--spacer--md)}.team-live-tz-label{display:flex;flex-direction:column;align-items:flex-start;gap:var(--pf-t--global--spacer--xs);margin:0;font-size:.8125rem;color:var(--muted)}.team-live-tz-label-text{font-weight:600;color:var(--text)}.team-live-tz-select{width:100%;max-width:20rem}.team-admin-panel--roster-sticky{padding-bottom:calc(var(--pf-t--global--spacer--2xl) + var(--pf-t--global--spacer--xl) + env(safe-area-inset-bottom))}.squad-tab-page{display:flex;flex-direction:column;min-height:0}.squad-tab-body{flex:1;min-height:0;padding-bottom:calc(var(--pf-t--global--spacer--2xl) + var(--pf-t--global--spacer--xl) + env(safe-area-inset-bottom))}.admin-squad-hint{font-size:.8125rem;margin:0 0 .75rem!important}.team-admin-subtabs-wrap{margin-bottom:.75rem}.team-admin-subtabs{margin-bottom:0}.admin-squad-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1rem;align-items:start}@media(max-width:720px){.admin-squad-split{grid-template-columns:1fr}}.admin-squad-col-list,.admin-squad-col-detail{min-width:0}.admin-squad-select-list .admin-squad-select-row{padding:0}.admin-squad-select-row .admin-member-row-btn{width:100%;text-align:left}.admin-member-row-selected .admin-member-row-btn{background:#ffffff0f;border-radius:6px}.admin-weigh-table-wrap{overflow-x:auto;margin:.5rem 0 1rem;-webkit-overflow-scrolling:touch}.admin-weigh-table{width:100%;border-collapse:collapse;font-size:.8125rem}.admin-weigh-table th,.admin-weigh-table td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid #232d3a;vertical-align:middle}.admin-weigh-table th{color:var(--muted);font-weight:600;white-space:nowrap}.admin-weigh-game{min-width:7rem}.admin-weigh-kick{white-space:nowrap;color:var(--muted)}.admin-weigh-cell{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.admin-weigh-cell-del{padding:.1rem .35rem!important;min-height:0!important;line-height:1!important}.admin-weigh-form-tight{margin-bottom:.75rem}.admin-squad-detail-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.admin-squad-tab-lead,.admin-timeline-lead{margin:0 0 .75rem!important;font-size:.875rem}.competition-detail-page .section-title-teams{margin:var(--pf-t--global--spacer--md) 0 var(--pf-t--global--spacer--sm);font-size:1.125rem}.competitions-page{display:flex;flex-direction:column;min-height:100dvh}.competitions-page-body{flex:1;padding-bottom:calc(var(--pf-t--global--spacer--2xl) + var(--pf-t--global--spacer--xl) + env(safe-area-inset-bottom))}.competitions-page-body>.toolbar{margin-bottom:var(--pf-t--global--spacer--lg)}.competitions-sticky-footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:stretch;gap:var(--pf-t--global--spacer--sm);padding:var(--pf-t--global--spacer--md) max(var(--app-inset-page),env(safe-area-inset-left)) calc(var(--pf-t--global--spacer--md) + env(safe-area-inset-bottom)) max(var(--app-inset-page),env(safe-area-inset-right));background:var(--surface);border-top:1px solid var(--border);z-index:20}.competition-delete-wrap{margin:var(--pf-t--global--spacer--lg) 0 0;padding:0}.competition-delete-link{margin:0;padding:0;background:none;border:none;font:inherit;font-size:.875rem;font-weight:500;color:#f87171;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.competition-delete-link:hover:not(:disabled){color:#fca5a5}.competition-delete-link:disabled{opacity:.6;cursor:not-allowed}.competition-delete-link:focus{outline:none}.competition-delete-link:focus-visible{outline:2px solid #f87171;outline-offset:2px;border-radius:4px}.competitions-sticky-main{flex:1;min-width:0}.competitions-sticky-menu-wrap{position:relative;flex-shrink:0}.competitions-sticky-caret{min-width:2.75rem;padding-left:.65rem;padding-right:.65rem}.competitions-sticky-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:.35rem;list-style:none;margin-left:0;padding:.35rem 0;background:#1a222c;border:1px solid var(--border);border-radius:8px;min-width:15.5rem;max-width:min(18rem,calc(100vw - 2rem));box-shadow:0 -4px 20px #00000059}.competitions-sticky-dropdown li{margin:0}a.competitions-sticky-dropdown-item,button.competitions-sticky-dropdown-item{display:block;width:100%;text-align:left;padding:.5rem .85rem;background:none;border:none;color:inherit;font:inherit;cursor:pointer;text-decoration:none}a.competitions-sticky-dropdown-item.competitions-sticky-dropdown-item--detail,button.competitions-sticky-dropdown-item.competitions-sticky-dropdown-item--detail{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding-top:.55rem;padding-bottom:.55rem}.competitions-sticky-dropdown-label{font-weight:600;font-size:.9375rem;line-height:1.2}.competitions-sticky-dropdown-desc{font-size:.75rem;line-height:1.3;font-weight:400;color:#9aa4b2}button.competitions-sticky-dropdown-item.competitions-sticky-dropdown-item--detail:disabled .competitions-sticky-dropdown-desc{opacity:.7}a.competitions-sticky-dropdown-item:hover,button.competitions-sticky-dropdown-item:hover{background:#ffffff0f}.modal-dialog,.bottom-sheet-dialog,.app-nav-drawer-dialog{border:none;background:transparent;padding:0;max-width:100vw;max-height:100dvh}.modal-dialog:not([open]),.bottom-sheet-dialog:not([open]),.app-nav-drawer-dialog:not([open]){display:none}.modal-dialog::backdrop,.bottom-sheet-dialog::backdrop,.app-nav-drawer-dialog::backdrop{background:var(--overlay-bg)}.modal-dialog[open]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.bottom-sheet-dialog[open]{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}.app-nav-drawer-dialog[open]{width:100%;height:100%;display:flex;align-items:stretch;justify-content:flex-start;margin:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0}.modal-card{max-width:28rem;width:100%;border-radius:16px 16px 0 0;max-height:90vh;overflow-y:auto;animation:modal-slide-up .25s ease-out}@keyframes modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.admin-squad-accordion-list{list-style:none;margin:0;padding:0}.admin-squad-accordion-item{margin-bottom:.5rem}.admin-squad-player-card{margin:0}.admin-squad-row-toggle{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;min-width:0;text-align:left;padding:.5rem .65rem;background:transparent;border:none;border-radius:6px;color:inherit;font:inherit;font-weight:600;cursor:pointer}.admin-squad-row-toggle:hover{background:#ffffff0f}.admin-squad-name-text{flex:1;min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-squad-row-toggle .roster-expand-chevron{flex-shrink:0;color:var(--muted)}.admin-squad-sub-toggle{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;margin-bottom:.5rem;padding:.4rem .5rem;background:#ffffff08;border:1px solid var(--border);border-radius:8px;color:inherit;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;text-align:left}.admin-squad-sub-toggle:hover{background:#ffffff0f}.admin-squad-profile-wrap{margin-bottom:1rem}.admin-squad-profile-inline{margin-bottom:0;padding:.75rem 1rem!important}.admin-squad-profile-lead{font-size:.8125rem;margin:0 0 .65rem!important}.admin-squad-profile-fields{display:flex;flex-direction:column;gap:.65rem}.admin-squad-profile-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;align-items:center}.admin-squad-weigh-heading{margin:0 0 .5rem!important}.admin-squad-game-weights-region{margin-bottom:.5rem}.admin-weigh-minutes-row td{padding-top:.15rem;padding-bottom:.55rem;border-bottom:1px solid #232d3a;font-size:.75rem;color:var(--muted)}.admin-weigh-minutes-label{font-weight:600;color:var(--muted)}.admin-weigh-minutes-value{color:#ffffffe0}.admin-weigh-loss-pct{font-size:.8125rem;color:var(--muted)}.admin-weigh-loss-pct--ok{color:#3dd68c}.admin-weigh-loss-pct--warn{color:#f47171;font-weight:600}.admin-squad-player-body{padding-top:.35rem}.admin-weigh-table-compact .admin-weigh-inline-input{max-width:5.5rem;padding:.25rem .4rem;font-size:.8125rem}.admin-weigh-game-num{width:2rem;color:var(--muted)}.admin-weigh-game-title{display:block;line-height:1.25}.admin-weigh-status-cell{text-align:center;font-size:1rem}.admin-weigh-status-ok{color:#3dd68c}.admin-weigh-status-bad{color:#f47171}.club-landing-page{min-height:100dvh}.club-landing-body{display:flex;flex-direction:column;min-height:0}.club-landing-body--empty{flex:1;justify-content:center}.club-landing-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--pf-t--global--spacer--lg);flex:1;min-height:min(70dvh,32rem);padding:var(--pf-t--global--spacer--xl) var(--app-inset-page)}.club-landing-fab{margin:0;padding:0;border:none;background:none;cursor:pointer;border-radius:50%}.club-landing-fab:focus{outline:none}.club-landing-fab:focus-visible .club-landing-fab-ring{outline:3px solid var(--accent);outline-offset:4px}.club-landing-fab-ring{display:flex;align-items:center;justify-content:center;width:clamp(7rem,28vw,10rem);height:clamp(7rem,28vw,10rem);border-radius:50%;border:3px solid #3d4a5f;background:linear-gradient(145deg,#1e2630,#151a22);box-shadow:0 8px 32px #00000073;transition:transform .15s ease,border-color .15s ease}.club-landing-fab:hover .club-landing-fab-ring{border-color:var(--accent);transform:scale(1.03)}.club-landing-fab-plus{font-size:clamp(3rem,12vw,4.5rem);font-weight:300;line-height:1;color:var(--accent);-webkit-user-select:none;user-select:none}.club-landing-hint{margin:0;font-size:1rem}.club-landing-single{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:min(65dvh,28rem);padding:var(--pf-t--global--spacer--xl) var(--app-inset-page)}.club-landing-hero{display:flex;flex-direction:column;align-items:center;gap:var(--pf-t--global--spacer--md);margin:0;padding:0;max-width:22rem;width:100%;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;text-align:center;transition:transform .15s ease}.club-landing-hero:hover .club-landing-hero-avatar{border-color:var(--accent);box-shadow:0 6px 28px #00000073;transform:scale(1.02)}.club-landing-hero:focus{outline:none}.club-landing-hero:focus-visible .club-landing-hero-avatar{outline:2px solid var(--accent);outline-offset:4px}.club-landing-hero-avatar{display:flex;align-items:center;justify-content:center;width:min(18rem,72vw);aspect-ratio:1;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--border);background:#151a22;box-shadow:0 4px 24px #0006;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.club-landing-hero-logo{width:100%;height:100%;object-fit:cover;border-radius:50%}.club-landing-hero-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.75rem;font-size:clamp(1.5rem,7vw,2.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text);text-align:center;overflow:hidden;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.club-landing-hero-caption{font-size:.9375rem;font-weight:500;color:var(--muted)}.club-landing-hero-wrap{position:relative}.club-card-delete{position:absolute;top:0;right:0;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#ffffff14;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;opacity:.5;z-index:1}.club-card-delete:hover{opacity:1;color:#f87171;background:#ef444426}.club-landing-grid-outer{flex:1;min-height:0;max-height:calc(100dvh - 8.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;padding:var(--pf-t--global--spacer--md) var(--app-inset-page) 0;-webkit-overflow-scrolling:touch}.club-landing-grid{display:grid;gap:var(--pf-t--global--spacer--lg);list-style:none;margin:0;padding:0 0 var(--pf-t--global--spacer--md);width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.club-landing-grid--count-2{grid-template-columns:repeat(2,minmax(0,22rem));justify-content:center;max-width:48rem;margin-inline:auto}.club-landing-grid--count-3{grid-template-columns:repeat(3,minmax(0,17rem));justify-content:center;max-width:54rem;margin-inline:auto}.club-landing-grid--count-4,.club-landing-grid--count-5,.club-landing-grid--count-6{grid-template-columns:repeat(3,minmax(7.5rem,1fr))}.club-landing-grid--count-7,.club-landing-grid--count-8,.club-landing-grid--count-9{grid-template-columns:repeat(3,minmax(0,1fr))}.club-landing-tile-wrap{position:relative;list-style:none;margin:0;container-type:inline-size}.field--inline{margin-top:calc(-1 * var(--pf-t--global--spacer--xs))}.club-landing-remove-logo{padding-left:0!important;padding-right:0!important;font-size:.875rem}.club-landing-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;text-align:center}.club-landing-tile-avatar{display:flex;align-items:center;justify-content:center;width:min(100%,7.5rem);aspect-ratio:1;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--border);background:linear-gradient(160deg,#252d38,#151a22);box-shadow:0 3px 16px #00000059;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.club-landing-tile:hover .club-landing-tile-avatar{border-color:var(--accent);transform:scale(1.03);box-shadow:0 4px 20px #0006}.club-landing-tile:focus{outline:none}.club-landing-tile:focus-visible .club-landing-tile-avatar{outline:2px solid var(--accent);outline-offset:3px}.club-landing-tile-logo{width:100%;height:100%;object-fit:cover;border-radius:50%}.club-landing-tile-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.35rem;border:none;border-radius:50%;background:transparent;font-size:clamp(.75rem,2.6vw,1.05rem);font-weight:700;text-align:center;line-height:1.15;overflow:hidden;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.club-landing-tile-meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.2rem .35rem;padding:0 .15rem;text-align:center;width:100%}.club-landing-tile-nick-label{font-size:.8125rem;font-weight:600;color:var(--text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.club-landing-tile-meta-sep{color:var(--muted);font-weight:500;flex-shrink:0}.club-landing-tile-abbr{font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:var(--muted);text-transform:uppercase;flex-shrink:0}@container (max-width: 9rem){.club-landing-tile-meta{flex-direction:column;align-items:center;gap:.1rem}.club-landing-tile-meta-sep{display:none}}.club-landing-grid--count-2 .club-landing-tile-avatar{width:min(100%,10.5rem)}.club-landing-grid--count-3 .club-landing-tile-avatar{width:min(100%,8.75rem)}.form-file-hint{display:block;margin-top:.35rem;font-size:.8125rem}.form-requirements{margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;max-width:36rem}.form-logo-status{margin:.35rem 0 0;font-size:.8125rem;line-height:1.35;min-height:1.35em}.form-logo-status-ok{color:#86efac;font-weight:500}.deep-stats-view{display:flex;flex-direction:column;gap:1.5rem;padding:.25rem 0 .5rem}.deep-section{display:flex;flex-direction:column;gap:.35rem}.deep-section-title{font-size:.9375rem;font-weight:600;margin:0}.deep-section-lead{font-size:.78rem;margin:0 0 .15rem}.deep-section-empty{font-size:.8125rem}.deep-sub-heading{font-size:.8125rem;font-weight:600;margin:.6rem 0 .15rem}.deep-heat-table{display:flex;flex-direction:column;gap:1px;font-size:.78rem;overflow-x:auto}.deep-heat-header,.deep-heat-row{display:grid;grid-template-columns:4.5rem repeat(6,1fr) 2.2rem;gap:1px;align-items:stretch}.deep-heat-header{font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.deep-heat-label{padding:.3rem .4rem;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deep-heat-zh{display:flex;align-items:center;justify-content:center;padding:.3rem 0}.deep-heat-zh--total{font-weight:600}.deep-heat-z{display:flex;align-items:center;justify-content:center;padding:.3rem 0;border-radius:3px;font-variant-numeric:tabular-nums;transition:background .15s}.deep-heat-z--0{background:transparent}.deep-heat-z--1{background:#38bdf826;color:#7dd3fc}.deep-heat-z--2{background:#38bdf84d;color:#e0f2fe}.deep-heat-z--3{background:#38bdf880;color:#fff}.deep-heat-z--4{background:#38bdf8bf;color:#fff;font-weight:600}.deep-heat-z--total{font-weight:600}.deep-heat-row--bad .deep-heat-label{color:#fca5a5}.deep-heat-z--bad-1{background:#f8717126;color:#fca5a5}.deep-heat-z--bad-2{background:#f871714d;color:#fecaca}.deep-heat-z--bad-3{background:#f8717180;color:#fff}.deep-heat-z--bad-4{background:#f87171bf;color:#fff;font-weight:600}.deep-player-list{display:flex;flex-direction:column;gap:2px}.deep-player-card{border-radius:6px;background:#ffffff08;overflow:hidden}.deep-player-card--open{background:#ffffff0f}.deep-player-summary{width:100%;display:flex;align-items:center;gap:.5rem;padding:.45rem .55rem;background:none;border:none;color:inherit;font:inherit;font-size:.8125rem;text-align:left;cursor:pointer}.deep-player-summary:active{background:#ffffff0d}.deep-player-name{font-weight:600;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}.deep-player-chips{display:flex;gap:.3rem;flex-wrap:wrap;flex:1}.deep-chip{display:inline-block;padding:.1rem .35rem;border-radius:4px;font-size:.7rem;font-variant-numeric:tabular-nums;background:#ffffff14;white-space:nowrap}.deep-chip--good{background:#4ade802e;color:#86efac}.deep-chip--bad{background:#f871712e;color:#fca5a5}.deep-player-inv{font-size:.7rem;white-space:nowrap;margin-left:auto;flex-shrink:0}.deep-player-detail{padding:.25rem .55rem .55rem}.deep-player-dl{display:flex;flex-direction:column;gap:.15rem;font-size:.78rem;margin:0}.deep-dl-pair{display:flex;gap:.5rem}.deep-dl-pair dt{font-weight:500;min-width:7rem;color:#ffffff8c}.deep-dl-pair dd{margin:0;font-variant-numeric:tabular-nums}.deep-neg-tag{display:inline-block;margin-right:.4rem}.deep-ruck-section{display:flex;flex-direction:column;gap:.25rem}.deep-ruck-kpis{display:flex;gap:1.5rem}.deep-ruck-kpi{display:flex;flex-direction:column}.deep-ruck-kpi-value{font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums}.deep-ruck-kpi-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffff80}.deep-ruck-dist{display:flex;gap:2px;align-items:flex-end;height:5rem;padding-top:.25rem}.deep-ruck-bucket{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;height:100%}.deep-ruck-bucket-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}.deep-ruck-bucket-bar{width:100%;border-radius:3px 3px 0 0;background:#94a3b866;min-height:2px;transition:height .2s}.deep-ruck-bucket-bar--good{background:#4ade80a6}.deep-ruck-bucket-bar--ok{background:#94a3b880}.deep-ruck-bucket-bar--warn{background:#fbbf2499}.deep-ruck-bucket-bar--bad{background:#f8717199}.deep-ruck-bucket-count{font-size:.7rem;font-weight:600}.deep-ruck-bucket-label{font-size:.65rem;white-space:nowrap}.deep-ruck-period-list{display:flex;flex-direction:column;gap:.2rem;font-size:.8125rem}.deep-ruck-period-row{display:flex;gap:.5rem;align-items:center}.deep-ruck-period-label{font-weight:600;min-width:2rem}.deep-penalty-list{display:flex;flex-direction:column;gap:.3rem}.deep-penalty-row{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.deep-penalty-label{min-width:8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.deep-penalty-bar-track{flex:1;height:.65rem;border-radius:3px;background:#ffffff0f;overflow:hidden}.deep-penalty-bar-fill{height:100%;border-radius:3px;background:#fbbf24a6;transition:width .2s}.deep-penalty-bar-fill--neg{background:#f871718c}.deep-penalty-count{min-width:1.5rem;text-align:right;font-weight:600}.deep-setpiece-phase{display:flex;flex-direction:column;gap:.6rem}.deep-setpiece-phase-block{display:flex;flex-direction:column;gap:.2rem}.deep-setpiece-phase-name{font-size:.8125rem;font-weight:600}.deep-setpiece-phase-line{display:flex;align-items:center;gap:.45rem;font-size:.78rem}.deep-setpiece-phase-tag{min-width:2.2rem;font-weight:500;color:#ffffff8c}.deep-setpiece-phase-bar{display:flex;flex:1;height:.5rem;border-radius:3px;overflow:hidden}.deep-sp-seg{transition:flex .2s;min-width:0}.deep-sp-seg--won{background:#4ade80}.deep-sp-seg--lost{background:#f87171}.deep-sp-seg--pen{background:#fbbf24}.deep-tempo-list{display:flex;flex-direction:column;gap:.25rem}.deep-tempo-row{display:flex;align-items:center;gap:.45rem;font-size:.8125rem}.deep-tempo-label{font-weight:600;min-width:2rem}.deep-tempo-bar-track{flex:1;height:.6rem;border-radius:3px;background:#ffffff0f;overflow:hidden}.deep-tempo-bar-fill{height:100%;border-radius:3px;background:#8b5cf699;transition:width .2s}.deep-tempo-value{min-width:3.5rem;text-align:right;font-weight:500}.deep-tempo-meta{font-size:.7rem}.deep-timeline{display:flex;flex-direction:column;gap:.35rem}.deep-timeline-row{display:flex;align-items:center;gap:.4rem;font-size:.78rem}.deep-timeline-time{min-width:2.8rem;text-align:right;color:#ffffff8c}.deep-timeline-marker{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.deep-timeline-marker--us{background:#38bdf8}.deep-timeline-marker--opp{background:#f87171}.deep-timeline-bars{flex:1;display:flex;flex-direction:column;gap:1px}.deep-timeline-bar{height:.45rem;border-radius:2px;display:flex;align-items:center;justify-content:flex-end;min-width:0;transition:width .2s}.deep-timeline-bar--us{background:#38bdf873}.deep-timeline-bar--opp{background:#f8717159}.deep-timeline-pts{font-size:.6rem;font-weight:600;padding:0 .25rem;color:#fff}.deep-timeline-legend{display:flex;gap:1rem;font-size:.7rem;margin-top:.15rem}.update-toast{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:10200;display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem .6rem 1rem;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 4px 20px #0006;animation:update-toast-in .3s ease-out;max-width:calc(100vw - 2rem)}.update-toast-text{font-size:.82rem;white-space:nowrap}.update-toast-btn{flex:0 0 auto;background:var(--accent);color:#000;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:32px}.update-toast-btn:active{opacity:.8}@keyframes update-toast-in{0%{opacity:0;transform:translate(-50%) translateY(1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.install-toast{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:10199;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.6rem .75rem .6rem 1rem;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 4px 20px #0006;animation:update-toast-in .3s ease-out;max-width:calc(100vw - 2rem)}.install-toast--ios{flex-wrap:wrap;align-items:flex-start}.install-toast-text{font-size:.82rem;line-height:1.35;white-space:normal;flex:1 1 12rem;min-width:0}.install-toast-actions{display:flex;flex-shrink:0;gap:.4rem;align-items:center}.install-toast-btn{flex:0 0 auto;background:var(--accent);color:#000;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:32px}.install-toast-btn:active{opacity:.8}.install-toast-btn--secondary{background:transparent;color:var(--text-muted, rgba(255, 255, 255, .65));border:1px solid rgba(255,255,255,.2)}.install-toast-btn--single{align-self:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.success-toast{padding:.45rem .75rem;margin-bottom:.5rem;border-radius:8px;font-size:.8125rem;font-weight:600;color:var(--accent);background:#7cb3421a;border:1px solid rgba(124,179,66,.3)}.undo-toast{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.55rem .85rem;background:#23272e;border:1px solid var(--border-strong);border-radius:8px;font-size:.8125rem;color:var(--text);box-shadow:0 4px 12px #0006;z-index:9000;animation:undo-toast-in .2s ease-out}@keyframes undo-toast-in{0%{opacity:0;transform:translate(-50%) translateY(.5rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.undo-toast-btn{background:none;border:1px solid var(--accent);border-radius:6px;color:var(--accent);padding:.2rem .5rem;font-size:.75rem;font-weight:600;cursor:pointer}:root{color-scheme:dark;--bg: #0f1419;--surface: #161c24;--text: #e6edf3;--muted: #8b9cad;--accent: #7cb342;--border: #2d3848;--border-strong: #3d4a5c;--danger: #f85149;--danger-muted: rgba(248, 81, 73, .15);--success: #7cb342;--success-muted: rgba(124, 179, 66, .15);--warning: #d29922;--surface-raised: #1c2430;--overlay-bg: rgba(0, 0, 0, .55);--fs-3xs: .625rem;--fs-2xs: .6875rem;--fs-xs: .75rem;--fs-sm: .8125rem;--fs-base: .875rem;--fs-md: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fw-normal: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--pf-t--global--spacer--xs: .25rem;--pf-t--global--spacer--sm: .5rem;--pf-t--global--spacer--md: 1rem;--pf-t--global--spacer--lg: 1.5rem;--pf-t--global--spacer--xl: 2rem;--pf-t--global--spacer--2xl: 3rem;--app-inset-page: var(--pf-t--global--spacer--md);--app-gap-stack: var(--pf-t--global--spacer--lg);--app-gap-tight: var(--pf-t--global--spacer--sm);--app-card-padding: var(--pf-t--global--spacer--lg);--app-list-row-gap: var(--pf-t--global--spacer--md);--app-list-item-padding: var(--pf-t--global--spacer--md);font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;min-height:100svh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#root{min-height:100dvh;min-height:100svh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
