*,*:before,*:after{box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;margin:0;background:var(--theme-bg-page);overflow-x:hidden}.site-header{background:var(--theme-accent-brand);color:#fff;width:100%;padding:1rem 1.5rem;border-bottom:3px solid var(--theme-accent-gold);display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header-logo-title{display:flex;align-items:center;gap:.75rem}.site-header-logo{height:2rem;width:auto;flex-shrink:0}.site-header-title{margin:0;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:700;letter-spacing:.01em;text-align:left}.site-header-title-link{color:inherit;text-decoration:none}.site-header-title-link:hover{text-decoration:none}.site-header-title-link:focus-visible{text-decoration:underline;text-underline-offset:.2rem;outline:var(--theme-focus-brand);outline-offset:2px}.site-header-nav{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-wrap:wrap;gap:1rem}.site-header-link{color:#fff;font-weight:600;text-decoration:none;letter-spacing:.02em}.site-header-link:hover{text-decoration:underline;text-underline-offset:.18rem}.site-header-link:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}.site-header-contact-link{appearance:none;border:0;background:transparent;font:inherit;cursor:pointer;padding:0}@media(min-width:761px){.site-header{position:sticky;top:0;z-index:100}}@media(max-width:760px){.site-header{flex-direction:column;gap:.5rem;padding:.9rem 1rem}.site-header-title,.site-header-nav{justify-content:center;margin-left:0;text-align:center}}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem;color:var(--theme-text-faint);font-size:.9rem}.site-footer-copy{margin:0}.site-footer-attribution{margin-left:auto;color:inherit;text-decoration:none;white-space:nowrap}.site-footer-attribution:hover{color:var(--theme-accent-brand-hover);text-decoration:underline;text-underline-offset:.18rem}.site-footer-attribution:focus-visible{color:var(--theme-accent-brand-hover);text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}@media(max-width:760px){.site-footer{flex-direction:column;justify-content:center;text-align:center;gap:.4rem}.site-footer-attribution{margin-left:0}}main{max-width:1200px;margin:0 auto;padding:1rem}.scores-layout{display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);gap:1.25rem;align-items:start}.scroll-top-control{appearance:none;border:0;background:transparent;color:var(--theme-text-muted);font-size:.82rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;transition:opacity .14s ease,transform .16s ease,color .12s ease}.scroll-top-control[data-visible=false]{opacity:0;pointer-events:none;transform:translateY(6px)}.scroll-top-control[data-visible=true]{opacity:1;transform:translateY(0)}.scroll-top-control:hover{color:var(--theme-accent-brand-hover)}.scroll-top-control:focus-visible{color:var(--theme-accent-brand-hover);text-decoration:underline;text-underline-offset:.16rem;outline:var(--theme-focus-brand);outline-offset:2px}.scroll-top-control-icon{font-size:.95rem;line-height:1}.scroll-top-control--sidebar{position:fixed;left:1.75rem;bottom:calc(4rem + env(safe-area-inset-bottom));justify-content:flex-start;z-index:35}.scroll-top-control--floating{position:fixed;left:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:40;padding:.35rem .4rem}@media(min-width:981px){.scroll-top-control--floating{display:none}}.scores-results{min-width:0}.standings-page{display:grid;gap:1.25rem;min-width:0}.standings-hero,.standings-season-shell{background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);box-shadow:var(--theme-shadow-soft)}.standings-hero{padding:1.25rem 1rem}.standings-eyebrow{margin:0 0 .35rem;color:var(--theme-accent-brand);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.standings-hero h1,.standings-season-header h2{margin:0}.standings-lede{margin:.45rem 0 0;color:var(--theme-text-muted)}.standings-season-shell{padding:1.5rem 1rem 3rem;min-width:0}.standings-season-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-left:.4rem;margin-bottom:1.5rem}.standings-sport-dropdown{position:relative;width:min(100%,16rem);min-width:9.5rem}.standings-sport-dropdown summary{display:inline-flex;justify-content:space-between;width:100%;box-sizing:border-box;min-width:9.5rem;align-items:center;gap:.55rem;border:1px solid var(--theme-border-default);border-radius:999px;padding:.45rem .8rem;background:var(--theme-bg-page);color:var(--theme-text-default);font-weight:600;cursor:pointer;list-style:none}.standings-sport-dropdown summary::-webkit-details-marker{display:none}.standings-sport-dropdown summary:after{content:"▾";font-size:.85rem;color:var(--theme-text-muted)}.standings-sport-dropdown[open] summary:after{content:"▴"}.standings-sport-dropdown summary:hover{border-color:var(--theme-accent-brand)}.standings-sport-dropdown summary:focus-visible{border-color:var(--theme-accent-brand);outline:var(--theme-focus-brand);outline-offset:2px}.standings-sport-dropdown__list{position:absolute;z-index:20;top:calc(100% + .45rem);right:0;min-width:max(100%,12rem);width:max-content;max-width:min(22rem,calc(100vw - 2rem));box-sizing:border-box;margin:0;padding:.4rem;list-style:none;border:1px solid var(--theme-border-default);border-radius:.65rem;background:var(--theme-bg-surface);box-shadow:var(--theme-shadow-soft)}.standings-sport-dropdown__list a{display:block;border-radius:.45rem;padding:.45rem .55rem;color:var(--theme-text-default);text-decoration:none}.standings-sport-dropdown__list a:hover{background:color-mix(in srgb,var(--theme-accent-brand) 8%,transparent)}.standings-sport-dropdown__list a:focus-visible{background:color-mix(in srgb,var(--theme-accent-brand) 8%,transparent);outline:var(--theme-focus-brand);outline-offset:2px}.standings-sport-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}@media(max-width:1024px){.standings-sport-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.standings-sport-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.standings-sport-grid{grid-template-columns:1fr}}.standings-sport-card{display:grid;gap:.4rem;padding:1rem;border:1px solid var(--theme-border-default);border-radius:.75rem;background:var(--theme-bg-page);color:inherit;text-decoration:none}.standings-sport-card:hover{border-color:var(--theme-accent-brand)}.standings-sport-card:focus-visible{border-color:var(--theme-accent-brand);outline:var(--theme-focus-brand);outline-offset:2px}.standings-sport-card__label{font-weight:700;text-transform:capitalize}.standings-sport-card__cta{color:var(--theme-text-muted);font-size:.92rem}.standings-tables{display:flex;flex-direction:column;gap:2rem}.standings-sport-label{font-size:1rem;font-weight:600;text-transform:capitalize;margin:0 0 .5rem;color:var(--theme-text-default)}.standings-table-shell{overflow-x:auto}.standings-table{width:100%;border-collapse:collapse;table-layout:fixed}.standings-table__col-rank{width:2.5rem}.standings-table__col-team{width:30%}.standings-table__col-stat{width:calc((70% - 2.5rem) / 7)}.standings-table th,.standings-table td{padding:.65rem .55rem;border-bottom:1px solid var(--theme-border-default);text-align:left;white-space:nowrap}.standings-table th{color:var(--theme-text-muted);font-size:.86rem;text-transform:uppercase;letter-spacing:.04em}.standings-table__header{cursor:pointer;user-select:none;transition:background-color .16s ease}.standings-table__header:hover{background-color:color-mix(in srgb,var(--theme-accent-brand) 8%,transparent)}.standings-table__header[data-active=true]{background-color:color-mix(in srgb,var(--theme-accent-brand) 12%,transparent);color:var(--theme-accent-brand)}.standings-table__header-content{display:inline-flex;align-items:center;gap:.35rem}.standings-sort-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--theme-accent-brand)}.standings-table tbody tr:hover{background:color-mix(in srgb,var(--theme-accent-brand) 5%,transparent)}.standings-table__school-link{color:var(--theme-accent-brand);font-weight:600;text-decoration:none;text-decoration-color:color-mix(in srgb,var(--theme-accent-brand) 45%,transparent);text-underline-offset:.13em;transition:color .16s ease,text-decoration-color .16s ease}.standings-table__school-link:hover{color:var(--theme-accent-brand-hover);text-decoration:underline;text-decoration-color:var(--theme-accent-brand-hover)}.standings-table__school-link:focus-visible{color:var(--theme-accent-brand-hover);outline:var(--theme-focus-brand);outline-offset:2px;border-radius:2px}.standings-table th:first-child,.standings-table td:first-child{padding-left:.25rem;padding-right:.25rem;text-align:center}.standings-empty{margin:0;color:var(--theme-text-muted)}.stats-page{display:grid;gap:1.25rem;min-width:0}.stats-hero,.stats-season-shell{background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);box-shadow:var(--theme-shadow-soft)}.stats-hero{padding:1.25rem 1rem}.stats-eyebrow{margin:0 0 .35rem;color:var(--theme-accent-brand);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stats-hero h1,.stats-season-header h2{margin:0}.stats-lede{margin:.45rem 0 0;color:var(--theme-text-muted)}.stats-season-shell{padding:1.5rem 1rem 3rem;min-width:0}.stats-season-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-left:.4rem;margin-bottom:1.5rem}.stats-sport-dropdown{position:relative;width:min(100%,16rem);min-width:9.5rem}.stats-sport-dropdown summary{display:inline-flex;justify-content:space-between;width:100%;box-sizing:border-box;min-width:9.5rem;align-items:center;gap:.55rem;border:1px solid var(--theme-border-default);border-radius:999px;padding:.45rem .8rem;background:var(--theme-bg-page);color:var(--theme-text-default);font-weight:600;cursor:pointer;list-style:none}.stats-sport-dropdown summary::-webkit-details-marker{display:none}.stats-sport-dropdown summary:after{content:"▾";font-size:.85rem;color:var(--theme-text-muted)}.stats-sport-dropdown[open] summary:after{content:"▴"}.stats-sport-dropdown summary:hover{border-color:var(--theme-accent-brand)}.stats-sport-dropdown summary:focus-visible{border-color:var(--theme-accent-brand);outline:var(--theme-focus-brand);outline-offset:2px}.stats-sport-dropdown__list{position:absolute;z-index:20;top:calc(100% + .45rem);right:0;min-width:max(100%,12rem);width:max-content;max-width:min(22rem,calc(100vw - 2rem));box-sizing:border-box;margin:0;padding:.4rem;list-style:none;border:1px solid var(--theme-border-default);border-radius:.65rem;background:var(--theme-bg-surface);box-shadow:var(--theme-shadow-soft)}.stats-sport-dropdown__list a{display:block;border-radius:.45rem;padding:.45rem .55rem;color:var(--theme-text-default);text-decoration:none}.stats-sport-dropdown__list a:hover{background:color-mix(in srgb,var(--theme-accent-brand) 8%,transparent)}.stats-sport-dropdown__list a:focus-visible{background:color-mix(in srgb,var(--theme-accent-brand) 8%,transparent);outline:var(--theme-focus-brand);outline-offset:2px}.stats-sport-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}@media(max-width:1024px){.stats-sport-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.stats-sport-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.stats-sport-grid{grid-template-columns:1fr}}.stats-sport-card{display:grid;gap:.4rem;padding:1rem;border:1px solid var(--theme-border-default);border-radius:.75rem;background:var(--theme-bg-page);color:inherit;text-decoration:none}.stats-sport-card:hover{border-color:var(--theme-accent-brand)}.stats-sport-card:focus-visible{border-color:var(--theme-accent-brand);outline:var(--theme-focus-brand);outline-offset:2px}.stats-sport-card__label{font-weight:700;text-transform:capitalize}.stats-sport-card__cta{color:var(--theme-text-muted);font-size:.92rem}.stats-tables{display:flex;flex-direction:column;gap:2rem}.stats-table-shell,.stats-tennis-table-shell{overflow-x:auto}.stats-tennis-table-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-bottom:1rem}.stats-tennis-table-toggle-group{display:inline-flex;flex-wrap:wrap;gap:.5rem}.stats-tennis-table-toggle{appearance:none;border:1px solid var(--theme-border-default);background:var(--theme-bg-surface);color:var(--theme-text-default);border-radius:999px;padding:.55rem .9rem;font:inherit;font-weight:600;line-height:1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.stats-tennis-table-toggle:hover{border-color:color-mix(in srgb,var(--theme-accent-brand) 50%,var(--theme-border-default))}.stats-tennis-table-toggle[aria-pressed=true]{background:var(--theme-accent-brand);border-color:var(--theme-accent-brand);color:var(--theme-text-inverse, #fff);box-shadow:var(--theme-shadow-soft)}.stats-tennis-table-toggle:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px}.stats-tennis-table-toggle--expand{margin-left:auto}.stats-tennis-table{width:100%;border-collapse:collapse;table-layout:fixed}.stats-tennis-table__col-rank{width:2.75rem}.stats-tennis-table__col-player{width:18%}.stats-tennis-table__col-school{width:26%}.stats-tennis-table__col-position{width:12%}.stats-tennis-table__col-matches,.stats-tennis-table__col-games,.stats-tennis-table__col-tb{width:10%}.stats-tennis-table__col-diff{width:8%}.stats-tennis-table th,.stats-tennis-table td{padding:.65rem .55rem;border-bottom:1px solid var(--theme-border-default);text-align:left;white-space:nowrap}.stats-tennis-table th{color:var(--theme-text-muted);font-size:.86rem;text-transform:uppercase;letter-spacing:.04em}.stats-tennis-table tbody tr:hover{background:color-mix(in srgb,var(--theme-accent-brand) 5%,transparent)}.stats-tennis-table__school-link{color:var(--theme-accent-brand);font-weight:600;text-decoration:none;text-decoration-color:color-mix(in srgb,var(--theme-accent-brand) 45%,transparent);text-underline-offset:.13em;transition:color .16s ease,text-decoration-color .16s ease}.stats-tennis-table__school-link:hover{color:var(--theme-accent-brand-hover);text-decoration:underline;text-decoration-color:var(--theme-accent-brand-hover)}.stats-tennis-table__school-link:focus-visible{color:var(--theme-accent-brand-hover);outline:var(--theme-focus-brand);outline-offset:2px;border-radius:2px}.stats-tennis-table th:first-child,.stats-tennis-table td:first-child{width:2.5rem;padding-left:.25rem;padding-right:.25rem;text-align:center}.stats-tennis-table__player-row{background:color-mix(in srgb,var(--theme-accent-brand) 3%,transparent);font-weight:600}tr.stats-tennis-table__player-row{border-top:2px solid var(--theme-border-default)}.stats-tennis-table__player-row:hover{background:color-mix(in srgb,var(--theme-accent-brand) 10%,transparent)}.stats-tennis-table__player-row--expandable{cursor:pointer}.stats-tennis-table__position-row{color:var(--theme-text-muted);font-size:.93rem}.stats-tennis-table__position-row td:first-child{padding-left:2rem;position:relative}.stats-tennis-table__position-row:hover{background:color-mix(in srgb,var(--theme-accent-brand) 3%,transparent)}.stats-tennis-table__position-label{font-weight:500;color:var(--theme-text-default)}.stats-tennis-table__position-list{font-weight:500}.stats-tennis-table__index-value{font-style:italic;font-weight:400}.stats-tennis-table__header-with-help{display:inline-flex;align-items:center;gap:.3rem}.stats-tennis-table__header-help-wrap{position:relative;display:inline-flex;align-items:center}.stats-tennis-table__header-help-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--theme-text-muted);line-height:1;cursor:help}.stats-tennis-table__header-help-button:hover{color:var(--theme-accent-brand)}.stats-tennis-table__header-help-button:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px}.stats-tennis-table__header-help-tooltip{position:absolute;right:0;top:calc(100% + .35rem);width:min(18rem,calc(100vw - 2rem));padding:.45rem .55rem;border:1px solid var(--theme-border-default);background:var(--theme-bg-surface);color:var(--theme-text-default);font-family:inherit;font-size:.9rem;font-weight:400;line-height:1.45;text-transform:none;letter-spacing:normal;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:6}.stats-tennis-table__header-help-wrap:hover .stats-tennis-table__header-help-tooltip,.stats-tennis-table__header-help-button:focus-visible+.stats-tennis-table__header-help-tooltip{opacity:1;visibility:visible}@media(max-width:720px){.stats-tennis-table-controls{align-items:stretch}.stats-tennis-table-toggle-group{width:100%}.stats-tennis-table-toggle--expand{margin-left:0}}.stats-empty{margin:0;color:var(--theme-text-muted)}.filters{margin-bottom:0;background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);padding:1rem;box-shadow:var(--theme-shadow-soft)}.filters-heading{padding-bottom:.8rem;margin-bottom:1rem;border-bottom:1px solid var(--theme-border-default)}.filters-heading h2{margin:0;font-size:1rem;color:var(--theme-accent-brand)}.filters-heading p{margin:.25rem 0 0;font-size:.78rem;color:var(--theme-text-muted)}.filter-form{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.filter-group{margin:0;border:0;padding:0 0 .95rem;display:flex;flex-direction:column;gap:.65rem;border-bottom:1px solid var(--theme-border-subtle)}.filter-group legend{font-size:.86rem;font-weight:700;color:var(--theme-accent-brand);margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.02em}.filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;margin-left:.4rem;padding:0 .35rem;border-radius:999px;background:var(--theme-border-default);color:var(--theme-accent-brand);font-size:.72rem;font-weight:800;vertical-align:middle}.filter-group--compact{gap:.75rem}.filter-group--player{padding-bottom:.2rem;border-bottom:none}.facet-section{border-bottom:1px solid var(--theme-border-subtle);padding:0 0 .95rem}.facet-summary{list-style:none;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;cursor:pointer;color:var(--theme-accent-brand);font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.facet-section>.facet-summary::-webkit-details-marker{display:none}.facet-section>.facet-summary:after{content:">";color:var(--theme-accent-info);font-family:Trebuchet MS,sans-serif;font-size:1rem;margin-left:auto;margin-right:4px;transform:rotate(0);transition:transform .12s ease}.facet-section[open] .facet-summary:after{transform:rotate(90deg)}.facet-section .filter-checklist{margin-top:.55rem}.filter-group label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--theme-text-strong);font-weight:600}.filter-label-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.filter-clear-toggle{appearance:none;border:0;background:transparent;color:var(--theme-accent-brand);font-size:.78rem;font-weight:700;cursor:pointer;padding:0;line-height:1}.filter-clear-toggle:hover{color:var(--theme-accent-brand-hover);text-decoration:underline}.filter-clear-toggle:focus-visible{color:var(--theme-accent-brand-hover);text-decoration:underline;outline:var(--theme-focus-brand);outline-offset:2px}.filter-clear-toggle--section{margin-top:.5rem}.filter-clear-toggle--player{align-self:flex-end;margin-top:-.25rem}.filter-group select{border:1px solid var(--theme-border-strong);padding:.45rem .6rem;font-size:.9rem;background:var(--theme-bg-muted)}.filter-checklist{display:flex;flex-direction:column;gap:.35rem}.filter-group--sports{min-inline-size:0}.sport-season-group{display:flex;flex-direction:column;gap:.35rem}.sport-season-group+.sport-season-group{margin-top:.6rem}.sport-season-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-soft)}.filter-group .check-item{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:var(--theme-text-strong);font-size:.88rem;font-weight:500}.check-item input[type=checkbox]{margin:0}.check-item span{line-height:1.25}.textinput-typeahead{position:relative;display:flex;flex-direction:column;gap:.4rem}.textinput-typeahead input[type=text]{border:1px solid var(--theme-border-strong);padding:.45rem .6rem;font-size:.9rem;background:var(--theme-bg-muted)}.textinput-dropdown{position:absolute;top:calc(100% - .1rem);left:0;right:0;z-index:20;background:var(--theme-bg-surface);border:1px solid var(--theme-border-strong);border-radius:10px;box-shadow:var(--theme-shadow-pop);max-height:220px;overflow-y:auto}.textinput-option{width:100%;border:none;background:transparent;text-align:left;padding:.45rem .55rem;cursor:pointer;color:var(--theme-text-strong);font-size:.88rem}.textinput-option:hover{background:var(--theme-bg-soft-strong)}.textinput-option:focus-visible{background:var(--theme-bg-soft-strong);outline:var(--theme-focus-brand);outline-offset:2px}.textinput-hint{margin:0;font-size:.78rem;color:var(--theme-text-soft);min-height:1.1rem}.game-date-picker{position:relative;display:flex;flex-direction:column;gap:.4rem}.game-date-picker-trigger{appearance:none;width:100%;text-align:left;border:1px solid var(--theme-border-strong);padding:.45rem .6rem;font-size:.9rem;background:var(--theme-bg-muted);color:var(--theme-text-strong);cursor:pointer}.game-date-picker-trigger:hover{border-color:var(--theme-border-strong);box-shadow:0 0 0 3px #15473424}.game-date-picker-trigger:focus-visible{border-color:var(--theme-border-strong);box-shadow:0 0 0 3px #15473424;outline:var(--theme-focus-brand);outline-offset:1px}.game-date-picker-popover{position:absolute;top:calc(100% + .25rem);left:0;z-index:24;padding:.5rem;border:1px solid var(--theme-border-strong);border-radius:10px;background:var(--theme-bg-surface);box-shadow:var(--theme-shadow-pop)}.game-date-picker-popover .rdp-root{--rdp-accent-color: var(--theme-accent-brand);--rdp-accent-background-color: var(--theme-bg-soft-strong);--rdp-day_button-height: 34px;--rdp-day_button-width: 34px;--rdp-disabled-opacity: .28;--rdp-nav_button-height: 28px;--rdp-nav_button-width: 28px;--rdp-today-color: var(--theme-accent-brand);margin:0}.game-date-picker-popover .rdp-month_caption{color:var(--theme-accent-brand);font-size:.9rem;font-weight:700}.game-date-picker-popover .rdp-weekday{color:var(--theme-text-muted);font-size:.74rem;font-weight:700}.game-date-picker-popover .rdp-day_button{font-size:.82rem;font-weight:600}.filter-actions{display:flex;align-items:center;justify-content:flex-end;padding-top:.4rem}.filter-actions a{color:var(--theme-accent-brand);font-weight:700;text-decoration:none}.filter-form.is-submitting{opacity:.72;transition:opacity .12s ease}.result-summary{margin:.75rem 0;color:var(--theme-text-primary);font-weight:500}.result-summary p{margin:0}.result-summary-filtered{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .5rem}.result-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.result-summary-header>p{margin:0}.season-selector{display:flex;align-items:center;gap:.4rem;flex-shrink:0;margin-bottom:.4rem}.season-selector__label{font-family:inherit;font-size:.82rem;font-weight:600;color:var(--color-brand-600);white-space:nowrap}.season-selector__select{font-family:inherit;font-size:.82rem;font-weight:500;color:var(--theme-text-primary);background:var(--theme-bg-soft);border:1px solid var(--theme-border-strong);border-radius:6px;padding:.2rem 1.6rem .2rem .5rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%233a5a54'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center;cursor:pointer;transition:border-color .1s,background-color .1s}.season-selector__select:hover{background-color:var(--theme-bg-soft-hover);border-color:var(--color-brand-400)}.season-selector__select:focus-visible{outline:var(--theme-focus-brand);outline-offset:1px}.result-summary-count{white-space:nowrap}.result-filter-chips{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:0;padding:0}.result-filter-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;background:var(--theme-bg-soft-strong);border:1px solid var(--theme-border-strong);border-radius:999px;color:var(--theme-text-primary);font-size:.82rem;font-weight:500;text-decoration:none;line-height:1.4;transition:background .1s,border-color .1s}.result-filter-chip:hover{background:var(--theme-border-default);border-color:var(--color-brand-400)}.result-filter-chip__remove{font-size:.7rem;opacity:.7}.result-filter-chip--clear-all{background:transparent;border-color:transparent;color:var(--theme-text-muted);font-weight:400;text-decoration:underline;padding-inline:.25rem}.result-filter-chip--clear-all:hover{background:transparent;border-color:transparent;color:var(--theme-accent-brand-hover)}.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}.scoreboard{display:grid;grid-template-columns:1fr;gap:2rem;padding:.5rem 0}.scoreboard-season-section{display:grid;gap:1rem}.scoreboard-season-header{width:100%;margin:0;padding:.45rem .65rem;border-left:4px solid var(--theme-accent-brand);border-top:0;border-right:0;border-bottom:0;background:linear-gradient(90deg,var(--theme-bg-soft) 0%,rgba(234,245,239,0) 100%);color:var(--theme-accent-brand-hover);font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:left;cursor:pointer;appearance:none;transition:background .1s}h2.scoreboard-season-header{cursor:default}.scoreboard-season-header:hover{background:linear-gradient(90deg,var(--theme-bg-soft-hover) 0%,rgba(215,235,225,0) 100%)}h2.scoreboard-season-header:hover{background:linear-gradient(90deg,var(--theme-bg-soft) 0%,rgba(234,245,239,0) 100%)}.scoreboard-season-header:focus-visible{outline:var(--theme-focus-brand);outline-offset:1px}.scoreboard-season-header[aria-expanded=false]{opacity:.72}.scoreboard-date-group{display:grid;gap:1.25rem}.scoreboard-date-header{width:100%;margin:0;padding:.45rem .65rem;border-left:3px solid var(--theme-accent-info);border-top:0;border-right:0;border-bottom:0;background:var(--color-info-75);color:var(--color-info-700);font-size:.88rem;font-weight:700;text-align:left;cursor:pointer;appearance:none;transition:background .1s}.scoreboard-date-header:hover{background:var(--color-info-100)}.scoreboard-date-header:focus-visible{outline:var(--theme-focus-info);outline-offset:1px}.scoreboard-date-header[aria-expanded=false]{opacity:.72}.scoreboard-sport-group{display:grid;gap:1.25rem;padding-left:.6rem;border-left:3px solid var(--color-brand-400)}.scoreboard-sport-group--football{border-left-color:var(--theme-accent-warning)}.scoreboard-sport-group--basketball{border-left-color:var(--color-sport-basketball)}.scoreboard-sport-group--ice_hockey,.scoreboard-sport-group--field_hockey,.scoreboard-sport-group--hockey{border-left-color:var(--color-sport-hockey)}.scoreboard-sport-group--baseball,.scoreboard-sport-group--softball{border-left-color:var(--color-sport-baseball)}.scoreboard-sport-group--soccer,.scoreboard-sport-group--lacrosse{border-left-color:var(--color-sport-soccer)}.scoreboard-sport-group--tennis,.scoreboard-sport-group--golf{border-left-color:var(--color-sport-tennis)}.scoreboard-sport-group--track,.scoreboard-sport-group--track_and_field,.scoreboard-sport-group--cross_country{border-left-color:var(--color-sport-track)}.scoreboard-sport-header{width:100%;margin:0;padding:.4rem .65rem;border:0;background:transparent;color:var(--theme-text-muted);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:left;cursor:pointer;appearance:none;transition:background .1s}.scoreboard-sport-header:hover{background:#8aaa9e14}.scoreboard-sport-header:focus-visible{outline:2px solid var(--color-brand-400);outline-offset:1px}.scoreboard-sport-header[aria-expanded=false]{opacity:.72}.scoreboard-empty,.scoreboard-status{color:var(--theme-text-muted);font-size:.92rem}.scoreboard-status{min-height:1.4rem;margin-bottom:1rem}.scoreboard-status p{margin:0}@keyframes scoreboard-spin{to{transform:rotate(360deg)}}.scoreboard-spinner{width:16px;height:16px;border:2px solid var(--theme-border-default);border-top-color:var(--theme-accent-brand);border-radius:50%;animation:scoreboard-spin .7s linear infinite;margin:.5rem 0 .5rem .6rem}.scoreboard-sentinel{height:1px}.game-card{display:grid;gap:.75rem;position:relative;border:1px solid var(--theme-border-default);padding:1rem 1rem 2rem;background:var(--theme-bg-surface);box-shadow:0 2px 4px #0000001a;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.game-card--selected{border-color:var(--theme-accent-brand);background:var(--theme-bg-muted);box-shadow:0 0 0 2px #15473433,0 10px 24px #15473429}@media(min-width:981px){.scores-results{--score-content-width: min(100%, clamp(22rem, 61.8vw, 44rem));--score-content-min-width: min(100%, 20rem)}.result-summary,.scoreboard-date-group,.scoreboard-status,.game-card{width:var(--score-content-width);min-width:var(--score-content-min-width);box-sizing:border-box}.result-summary,.scoreboard-status{margin-left:auto;margin-right:auto}.scoreboard{justify-items:center}}.game-header{display:flex;justify-content:space-between;font-size:.8rem;color:var(--theme-text-subtle);margin:0;border-bottom:1px solid var(--theme-border-subtle);padding-bottom:.25rem}.teams{display:flex;flex-direction:column;gap:.35rem;margin:0}.team{display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:baseline;font-weight:700;font-size:1.1rem}.team .team-name{font-weight:700;font-size:1.1rem}a.team-name{color:var(--theme-text-strong);text-decoration:none}a.team-name:hover{color:var(--theme-accent-brand);text-decoration:underline}a.team-name:focus-visible{color:var(--theme-accent-brand);text-decoration:underline;outline:var(--theme-focus-brand);outline-offset:2px}a.sport{color:var(--theme-text-muted);text-decoration:none;font-weight:600}a.sport:hover{color:var(--theme-accent-brand);text-decoration:underline}a.sport:focus-visible{color:var(--theme-accent-brand);text-decoration:underline;outline:var(--theme-focus-brand);outline-offset:2px}a.date{color:inherit;text-decoration:none;font-weight:600}a.date:hover{text-decoration:underline;text-underline-offset:.15rem}a.date:focus-visible{text-decoration:underline;text-underline-offset:.15rem;outline:var(--theme-focus-brand);outline-offset:2px}.score{color:var(--theme-text-strong)}.side-label{font-size:.68rem;font-weight:500;color:var(--color-brand-400);letter-spacing:.04em;text-transform:uppercase;align-self:center}.duration{margin:0;font-size:.8rem;color:var(--theme-text-faint);text-align:center}.stats{margin:0;font-size:.75rem;color:var(--color-text-400);font-style:italic}.stats p{margin:0}.structured-stats{display:grid;gap:.75rem;margin:0}.stat-block{border-top:1px solid var(--theme-border-subtle);padding-top:.65rem}.stat-block-title{margin:.25rem 0 .75rem;color:var(--theme-accent-brand);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.stat-list{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.stat-item{display:grid;gap:.12rem}.stat-player{color:var(--theme-text-strong);font-size:.86rem;font-weight:700}.stat-values{color:var(--theme-text-muted);font-size:.8rem;line-height:1.35}.tennis-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.8rem}.tennis-table th{text-align:left;color:var(--theme-accent-brand);font-size:.75rem;font-weight:700;padding:0 .35rem .3rem;border-bottom:1px solid var(--theme-border-default)}.tennis-table td{padding:.25rem .35rem;vertical-align:top;color:var(--theme-text-muted);border-bottom:1px solid var(--theme-border-subtle);line-height:1.35}.tennis-table tr:last-child td{border-bottom:none}.tennis-match-label{color:var(--color-info-300);white-space:nowrap;font-size:.75rem;width:2.25rem}.tennis-players{color:var(--theme-text-strong)}.tennis-winner{font-weight:700;color:var(--theme-accent-brand)}.tennis-score{white-space:nowrap;text-align:left;width:6rem;color:var(--theme-text-muted)}.stats-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-table{width:100%;table-layout:auto;border-collapse:collapse;font-size:.8rem}.stats-table th{text-align:left;color:var(--theme-accent-brand);font-size:.75rem;font-weight:700;padding:0 .35rem .3rem;border-bottom:1px solid var(--theme-border-default);white-space:nowrap}.stats-table td{padding:.25rem .35rem;vertical-align:top;color:var(--theme-text-muted);border-bottom:1px solid var(--theme-border-subtle);line-height:1.35}.stats-table tr:last-child td{border-bottom:none}.stats-col-player{color:var(--theme-text-strong)}.stats-col-num{text-align:left;white-space:nowrap}.stats-table th.stats-col-num{text-align:left}.stats-col-event{color:var(--theme-text-strong)}.stats-pitcher-result{display:inline-block;font-weight:700;color:var(--theme-accent-brand);margin-right:.3rem}.stats-sub-title{margin:.6rem 0 .3rem;color:var(--theme-text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.stats-table-note{margin:1rem 0 0 .7rem;color:var(--theme-text-muted);font-size:.72rem;line-height:1.35;opacity:.88;font-style:italic}.report-issue-trigger{appearance:none;position:absolute;right:.6rem;bottom:.5rem;border:0;background:transparent;color:var(--theme-text-muted);font-size:.85rem;line-height:1;padding:0;cursor:pointer;opacity:.75;transition:opacity .12s ease,color .12s ease}.report-issue-trigger:hover{color:var(--theme-accent-brand-hover);opacity:.9}.report-issue-trigger:focus-visible{color:var(--theme-accent-brand-hover);opacity:.9;outline:var(--theme-focus-brand);outline-offset:2px}.report-issue-overlay{position:fixed;inset:0;z-index:120;background:var(--theme-overlay-scrim)}.report-issue-modal{width:100%;height:100%;background:var(--theme-bg-surface);display:grid;grid-template-rows:auto 1fr}.report-issue-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--theme-border-subtle);background:var(--theme-bg-muted)}.report-issue-header h3{margin:0;color:var(--theme-accent-brand);font-size:1rem}.report-issue-close{appearance:none;border:1px solid var(--theme-border-strong);background:var(--theme-bg-surface);color:var(--theme-accent-brand);font-size:.82rem;font-weight:700;padding:.32rem .55rem;cursor:pointer}.report-issue-close:hover{border-color:var(--theme-accent-brand);color:var(--theme-accent-brand-hover)}.report-issue-close:focus-visible{border-color:var(--theme-accent-brand);color:var(--theme-accent-brand-hover);outline:var(--theme-focus-brand);outline-offset:2px}.report-issue-form{padding:.95rem 1rem 1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.7rem}.report-issue-context{background:var(--theme-bg-muted);border:1px solid var(--theme-border-subtle);padding:.6rem .7rem;font-size:.86rem;color:var(--theme-text-strong)}.report-issue-context p{margin:0}.report-issue-context p+p{margin-top:.25rem}.report-issue-form label{font-size:.86rem;font-weight:700;color:var(--theme-accent-brand)}.report-issue-form input,.report-issue-form textarea{width:100%;border:1px solid var(--theme-border-strong);padding:.55rem .6rem;font-size:.9rem;background:var(--theme-bg-muted);color:var(--theme-text-strong);box-sizing:border-box}.report-issue-form textarea{min-height:8rem;resize:vertical}.report-issue-form input:focus-visible,.report-issue-form textarea:focus-visible{border-color:var(--color-brand-250);box-shadow:0 0 0 3px #15473424;outline:var(--theme-focus-brand);outline-offset:1px}.report-issue-error,.report-issue-success{margin:0;font-size:.84rem}.report-issue-error{color:var(--color-danger-600)}.report-issue-success{color:var(--color-success-700)}.report-issue-actions{display:flex;justify-content:flex-end}.report-issue-submit{appearance:none;border:1px solid var(--theme-accent-brand);background:var(--theme-accent-brand);color:var(--theme-bg-surface);font-size:.86rem;font-weight:700;padding:.45rem .8rem;cursor:pointer}.report-issue-submit:hover{background:var(--theme-accent-brand-hover);border-color:var(--theme-accent-brand-hover)}.report-issue-submit:focus-visible{background:var(--theme-accent-brand-hover);border-color:var(--theme-accent-brand-hover);outline:var(--theme-focus-brand);outline-offset:2px}.report-issue-submit:disabled,.report-issue-close:disabled{opacity:.55;cursor:not-allowed}.source-link{color:var(--theme-accent-brand);font-size:.78rem;font-weight:600;text-decoration:none}.source-link:hover{color:var(--theme-accent-brand-hover);text-decoration:underline}.source-link:focus-visible{color:var(--theme-accent-brand-hover);text-decoration:underline;outline:var(--theme-focus-brand);outline-offset:2px}@media(max-width:980px){.scores-layout{grid-template-columns:1fr;gap:1rem}.scroll-top-control--sidebar,.scroll-top-control--floating{display:none}.game-date-picker-popover{position:static;box-shadow:none;margin-top:.35rem}.scoreboard-season-header,.scoreboard-date-header{padding-left:.55rem;padding-right:.55rem}.scoreboard-sport-group{padding-left:.5rem}}@media(min-width:761px){.report-issue-overlay{display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.report-issue-modal{width:min(100%,38rem);height:auto;max-height:min(92vh,45rem);border:1px solid var(--theme-border-strong);box-shadow:0 16px 36px #08141059}}@media(prefers-reduced-motion:reduce){.scroll-top-control{transition:none}}.status-body{color:var(--color-text-700);font-family:Georgia,Times New Roman,serif;background:radial-gradient(circle at top left,rgba(21,71,52,.12),transparent 32%),linear-gradient(180deg,var(--color-brand-40) 0%,var(--color-brand-30) 100%)}.status-page{--status-accent: var(--theme-accent-brand);--status-accent-soft: var(--theme-bg-soft-strong);--status-warning: var(--theme-accent-warning);--status-warning-soft: var(--color-warning-75);--status-line: var(--color-line-200);max-width:1100px;margin:0 auto;padding:40px 20px 80px}.status-hero{margin-bottom:24px}.status-hero h1{margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:.95}.status-eyebrow{margin:0 0 10px;font:700 .8rem/1.2 Trebuchet MS,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--status-accent)}.status-lede{max-width:640px;margin:12px 0 16px;font-size:1.1rem;line-height:1.6}.status-notice{margin:0 0 20px;padding:14px 16px;border-left:4px solid var(--status-warning);background:var(--status-warning-soft)}.status-table-shell{overflow-x:auto;border:1px solid var(--status-line);background:#fffc;box-shadow:0 18px 40px #1f293314}.status-table{width:100%;border-collapse:collapse}.status-table th,.status-table td{padding:14px 16px;border-bottom:1px solid var(--status-line);text-align:left;vertical-align:top}.status-table th{font:700 .82rem/1.2 Trebuchet MS,sans-serif;letter-spacing:.08em;text-transform:uppercase;background:#15473414}.status-table tbody tr:hover{background:#1547340d}.status-badge{display:inline-block;padding:4px 10px;border-radius:999px;font:700 .76rem/1 Trebuchet MS,sans-serif;letter-spacing:.05em;text-transform:uppercase}.status-badge--ok{color:var(--status-accent);background:var(--status-accent-soft)}.status-badge--missing{color:var(--status-warning);background:var(--status-warning-soft)}@media(max-width:720px){.status-page{padding:24px 12px 48px}.status-table th,.status-table td{padding:12px;font-size:.92rem}}.schools-body{color:var(--color-text-700);font-family:Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at 15% 10%,rgba(21,71,52,.12),transparent 35%),radial-gradient(circle at 85% 0%,rgba(72,159,223,.12),transparent 28%),linear-gradient(180deg,var(--color-surface-45) 0%,var(--color-surface-40) 100%)}.schools-page{max-width:980px;margin:0 auto;padding:32px 16px 64px}.schools-hero{margin-bottom:20px}.schools-eyebrow{margin:0 0 10px;color:var(--theme-accent-brand);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.schools-hero h1{margin:0;font-size:clamp(2.1rem,4.5vw,3.6rem);line-height:.95}.schools-lede{margin:12px 0 0;max-width:640px;font-size:1.05rem;line-height:1.55}.schools-list-shell{border:1px solid var(--theme-border-default);background:#ffffffdb;box-shadow:0 18px 40px #1f293314;padding:18px}.schools-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 16px}.schools-link{display:block;color:var(--theme-accent-brand);text-decoration:none;font-weight:600;padding:6px 0}.schools-link:hover{color:var(--theme-accent-brand-hover);text-decoration:underline}.schools-link:focus-visible{color:var(--theme-accent-brand-hover);text-decoration:underline;outline:var(--theme-focus-brand);outline-offset:2px}.schools-empty{margin:0;color:var(--theme-text-muted)}@media(max-width:640px){.schools-page{padding:22px 12px 48px}.schools-list-shell{padding:14px}.schools-list{grid-template-columns:1fr}}.home-page{display:flex;flex-direction:column;gap:1rem;padding:0 0 3rem}.home-hero{display:flex;align-items:center;justify-content:space-between;padding:.45rem .65rem}.home-hero-count{margin:0;color:var(--theme-accent-brand-hover);font-size:.86rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.home-hero-link-wrap{margin:0 0 0 auto}.home-hero-link-wrap a{color:var(--theme-accent-brand);font-weight:600;text-decoration:none;font-size:.9rem}.home-hero-link-wrap a:hover{text-decoration:underline;text-underline-offset:.18rem}.home-hero-link-wrap a:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}@media(max-width:640px){.home-hero{gap:.6rem;padding:.5rem .55rem}.home-hero-count{font-size:.8rem;letter-spacing:.04em}.home-hero-link-wrap a{font-size:.84rem}}.home-empty{text-align:center;color:var(--theme-text-subtle);font-size:.95rem}.home-historical-note{text-align:center;color:var(--theme-text-subtle);font-size:.875rem;margin-top:2rem}.home-season-section{display:flex;flex-direction:column;gap:1.1rem}.home-season-header{width:100%;margin:0;padding:.45rem .65rem;border-left:4px solid var(--theme-accent-brand);border-top:0;border-right:0;border-bottom:0;background:linear-gradient(90deg,var(--theme-bg-soft) 0%,rgba(234,245,239,0) 100%);color:var(--theme-accent-brand-hover);font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:left}.home-sport-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:2rem}.sport-card{background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);border-top:3px solid var(--color-brand-400);padding:.9rem 1rem .8rem;box-shadow:0 4px 12px #1547340f;display:flex;flex-direction:column;gap:.75rem;min-height:13.5rem;transition:border-color .12s ease,box-shadow .16s ease}.sport-card-header{display:flex;align-items:baseline;gap:.5rem}.sport-card--current{border-top-color:var(--theme-accent-brand)}.sport-card-title{margin:0;font-size:.98rem;font-weight:800}.sport-card-link{color:var(--theme-accent-brand);text-decoration:none}.sport-card-link:hover{text-decoration:underline;text-underline-offset:.18rem}.sport-card-link:focus-visible{text-decoration:underline;text-underline-offset:.18rem}.sport-card-link:focus-visible,a.sport-card-date:focus-visible,a.sport-card-team:focus-visible,a.sport-card-score:focus-visible,.sport-card-more:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px}.sport-card-past-note{margin:0;color:var(--theme-text-soft);font-size:.84rem;line-height:1.45}.sport-card-empty{flex:1;margin:0;color:var(--theme-text-soft);font-size:.84rem}.sport-card-games{flex:0 1 auto;display:flex;flex-direction:column;gap:.65rem}.sport-card-date-group{display:flex;flex-direction:column;gap:.28rem}.sport-card-date-group+.sport-card-date-group{border-top:1px solid var(--theme-border-subtle);margin-top:.2rem;padding-top:.55rem}.sport-card-group-games{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.sport-card-game{padding-top:.1rem}.sport-card-game+.sport-card-game{margin-top:.12rem;padding-top:.38rem;position:relative}.sport-card-game+.sport-card-game:before{content:"";position:absolute;top:0;height:1px;background:#b4d2c373}.sport-card-teams{display:grid;grid-template-columns:minmax(0,1fr) 7rem minmax(0,1fr);align-items:center;gap:.45rem;font-size:.84rem}.sport-card-team-group{display:flex;min-width:0}.sport-card-team-group--right{justify-content:flex-end}.sport-card-team{color:var(--theme-text-primary);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sport-card-team--right{text-align:right}.sport-card-score{display:flex;align-items:baseline;justify-content:center;width:100%;color:var(--theme-accent-brand);font-weight:800;font-size:.9rem;white-space:nowrap;font-variant-numeric:tabular-nums}.sport-card-score-value--left{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;width:2.6em;text-align:right}.sport-card-score-value--right{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;width:2.6em;text-align:left}.sport-card-score-separator{width:1em;text-align:center}.sport-card-score--noscore{grid-template-columns:1fr;color:var(--theme-text-soft);font-weight:400}.sport-card-score-vs{text-align:center}a.sport-card-date{display:flex;width:100%;justify-content:center;font-size:.74rem;font-weight:700;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.04em;text-decoration:none}a.sport-card-date:hover{text-decoration:underline;text-underline-offset:.15rem}a.sport-card-date:focus-visible{text-decoration:underline;text-underline-offset:.15rem}a.sport-card-team{color:var(--theme-text-primary);font-weight:600;text-decoration:none}a.sport-card-team:hover{text-decoration:underline;text-underline-offset:.15rem}a.sport-card-team:focus-visible{text-decoration:underline;text-underline-offset:.15rem}a.sport-card-score{color:inherit;text-decoration:none}a.sport-card-score:hover{text-decoration:none}a.sport-card-score:focus-visible{text-decoration:underline;text-underline-offset:.15rem}.sport-card-more{display:inline;margin-top:auto;padding-top:1rem;font-size:.8rem;font-weight:600;color:var(--theme-accent-brand);text-decoration:none;text-align:right;align-self:flex-end}.sport-card-more:hover{text-decoration:underline;text-underline-offset:.18rem}.sport-card-more:focus-visible{text-decoration:underline;text-underline-offset:.18rem}@media(max-width:860px){.home-sport-grid{grid-template-columns:1fr;gap:1rem}}:root{--uvm-color-brand-900: #0f3526;--uvm-color-brand-800: #154734;--uvm-color-brand-700: #2d5545;--uvm-color-brand-600: #3a5a54;--uvm-color-brand-500: #4a5e58;--uvm-color-brand-400: #8aaa9e;--uvm-color-brand-300: #a3ccb5;--uvm-color-brand-200: #c8dfcf;--uvm-color-brand-175: #c0d9cb;--uvm-color-brand-150: #d8ece2;--uvm-color-brand-140: #dceee5;--uvm-color-brand-100: #eaf5ef;--uvm-color-brand-75: #e2f0e8;--uvm-color-brand-60: #d7ebe1;--uvm-color-brand-40: #f5faf7;--uvm-color-brand-35: #f4faf6;--uvm-color-brand-30: #edf5f0;--uvm-color-brand-250: #6bb89a;--uvm-color-surface-0: #ffffff;--uvm-color-surface-50: #f7f7f7;--uvm-color-surface-45: #f4f9f6;--uvm-color-surface-40: #eef4f1;--uvm-color-text-900: #00313c;--uvm-color-text-800: #1a3030;--uvm-color-text-700: #1f2933;--uvm-color-text-500: #666;--uvm-color-text-400: #555;--uvm-color-text-300: #888;--uvm-color-info-500: #489fdf;--uvm-color-info-700: #134666;--uvm-color-info-75: #f1f7fc;--uvm-color-info-100: #e2eef7;--uvm-color-info-300: #8898bb;--uvm-color-warning-500: #dc582a;--uvm-color-warning-75: #fdeadf;--uvm-color-line-200: #d6cec2;--uvm-color-gold-500: #ffd100;--uvm-color-danger-600: #8d2f2f;--uvm-color-success-700: #1d5e45;--uvm-color-sport-basketball: #e77f11;--uvm-color-sport-hockey: #2f7fa6;--uvm-color-sport-baseball: #2a9d8f;--uvm-color-sport-soccer: #4f8f4f;--uvm-color-sport-tennis: #7a8f2a;--uvm-color-sport-track: #8f6b2a;--ck-color-brand-900: #042438;--ck-color-brand-800: #093755;--ck-color-brand-700: #0f486e;--ck-color-brand-600: #1d5d49;--ck-color-brand-500: #366444;--ck-color-brand-400: #5f8c6b;--ck-color-brand-300: #93b59d;--ck-color-brand-200: #c4d6c7;--ck-color-brand-175: #b6cbba;--ck-color-brand-150: #d7e4d8;--ck-color-brand-140: #e2ece3;--ck-color-brand-100: #edf4ee;--ck-color-brand-75: #e8f1ea;--ck-color-brand-60: #dde9e0;--ck-color-brand-40: #f4f8f4;--ck-color-brand-35: #f1f7f2;--ck-color-brand-30: #ecf4ee;--ck-color-brand-250: #84a58e;--ck-color-surface-0: #ffffff;--ck-color-surface-50: #f8faf8;--ck-color-surface-45: #f5f9f6;--ck-color-surface-40: #f0f5f1;--ck-color-text-900: #0b2437;--ck-color-text-800: #1a3042;--ck-color-text-700: #243746;--ck-color-text-500: #5d6c78;--ck-color-text-400: #677783;--ck-color-text-300: #83929d;--ck-color-info-500: #3d78a0;--ck-color-info-700: #0b3e61;--ck-color-info-75: #eef5fa;--ck-color-info-100: #e2edf6;--ck-color-info-300: #6f8fa9;--ck-color-warning-500: #b08400;--ck-color-warning-75: #f8efcb;--ck-color-line-200: #d5d9d0;--ck-color-gold-500: #e1be19;--ck-color-danger-600: #8a3540;--ck-color-success-700: #2d6142;--ck-color-sport-basketball: #b87418;--ck-color-sport-hockey: #2f6f96;--ck-color-sport-baseball: #2f8a62;--ck-color-sport-soccer: #447a3d;--ck-color-sport-tennis: #7f7f2e;--ck-color-sport-track: #8a6330}:root,:root[data-theme=uvm],body.theme-uvm{--color-brand-900: var(--uvm-color-brand-900);--color-brand-800: var(--uvm-color-brand-800);--color-brand-700: var(--uvm-color-brand-700);--color-brand-600: var(--uvm-color-brand-600);--color-brand-500: var(--uvm-color-brand-500);--color-brand-400: var(--uvm-color-brand-400);--color-brand-300: var(--uvm-color-brand-300);--color-brand-200: var(--uvm-color-brand-200);--color-brand-175: var(--uvm-color-brand-175);--color-brand-150: var(--uvm-color-brand-150);--color-brand-140: var(--uvm-color-brand-140);--color-brand-100: var(--uvm-color-brand-100);--color-brand-75: var(--uvm-color-brand-75);--color-brand-60: var(--uvm-color-brand-60);--color-brand-40: var(--uvm-color-brand-40);--color-brand-35: var(--uvm-color-brand-35);--color-brand-30: var(--uvm-color-brand-30);--color-brand-250: var(--uvm-color-brand-250);--color-surface-0: var(--uvm-color-surface-0);--color-surface-50: var(--uvm-color-surface-50);--color-surface-45: var(--uvm-color-surface-45);--color-surface-40: var(--uvm-color-surface-40);--color-text-900: var(--uvm-color-text-900);--color-text-800: var(--uvm-color-text-800);--color-text-700: var(--uvm-color-text-700);--color-text-500: var(--uvm-color-text-500);--color-text-400: var(--uvm-color-text-400);--color-text-300: var(--uvm-color-text-300);--color-info-500: var(--uvm-color-info-500);--color-info-700: var(--uvm-color-info-700);--color-info-75: var(--uvm-color-info-75);--color-info-100: var(--uvm-color-info-100);--color-info-300: var(--uvm-color-info-300);--color-warning-500: var(--uvm-color-warning-500);--color-warning-75: var(--uvm-color-warning-75);--color-line-200: var(--uvm-color-line-200);--color-gold-500: var(--uvm-color-gold-500);--color-danger-600: var(--uvm-color-danger-600);--color-success-700: var(--uvm-color-success-700);--color-sport-basketball: var(--uvm-color-sport-basketball);--color-sport-hockey: var(--uvm-color-sport-hockey);--color-sport-baseball: var(--uvm-color-sport-baseball);--color-sport-soccer: var(--uvm-color-sport-soccer);--color-sport-tennis: var(--uvm-color-sport-tennis);--color-sport-track: var(--uvm-color-sport-track);--theme-bg-page: var(--color-surface-50);--theme-bg-surface: var(--color-surface-0);--theme-bg-muted: var(--color-brand-40);--theme-bg-soft: var(--color-brand-100);--theme-bg-soft-strong: var(--color-brand-75);--theme-bg-soft-hover: var(--color-brand-60);--theme-border-default: var(--color-brand-200);--theme-border-subtle: var(--color-brand-150);--theme-border-strong: var(--color-brand-300);--theme-text-primary: var(--color-text-800);--theme-text-strong: var(--color-text-900);--theme-text-muted: var(--color-brand-700);--theme-text-soft: var(--color-brand-500);--theme-text-subtle: var(--color-text-500);--theme-text-faint: var(--color-text-300);--theme-accent-brand: var(--color-brand-800);--theme-accent-brand-hover: var(--color-brand-900);--theme-accent-info: var(--color-info-500);--theme-accent-warning: var(--color-warning-500);--theme-accent-gold: var(--color-gold-500);--theme-focus-brand: 2px solid var(--theme-accent-brand);--theme-focus-info: 2px solid var(--theme-accent-info);--theme-shadow-soft: 0 10px 24px rgba(21, 71, 52, .08);--theme-shadow-pop: 0 10px 26px rgba(21, 71, 52, .18);--theme-overlay-scrim: rgba(8, 20, 16, .62)}:root[data-theme=ck],body.theme-ck{--color-brand-900: var(--ck-color-brand-900);--color-brand-800: var(--ck-color-brand-800);--color-brand-700: var(--ck-color-brand-700);--color-brand-600: var(--ck-color-brand-600);--color-brand-500: var(--ck-color-brand-500);--color-brand-400: var(--ck-color-brand-400);--color-brand-300: var(--ck-color-brand-300);--color-brand-200: var(--ck-color-brand-200);--color-brand-175: var(--ck-color-brand-175);--color-brand-150: var(--ck-color-brand-150);--color-brand-140: var(--ck-color-brand-140);--color-brand-100: var(--ck-color-brand-100);--color-brand-75: var(--ck-color-brand-75);--color-brand-60: var(--ck-color-brand-60);--color-brand-40: var(--ck-color-brand-40);--color-brand-35: var(--ck-color-brand-35);--color-brand-30: var(--ck-color-brand-30);--color-brand-250: var(--ck-color-brand-250);--color-surface-0: var(--ck-color-surface-0);--color-surface-50: var(--ck-color-surface-50);--color-surface-45: var(--ck-color-surface-45);--color-surface-40: var(--ck-color-surface-40);--color-text-900: var(--ck-color-text-900);--color-text-800: var(--ck-color-text-800);--color-text-700: var(--ck-color-text-700);--color-text-500: var(--ck-color-text-500);--color-text-400: var(--ck-color-text-400);--color-text-300: var(--ck-color-text-300);--color-info-500: var(--ck-color-info-500);--color-info-700: var(--ck-color-info-700);--color-info-75: var(--ck-color-info-75);--color-info-100: var(--ck-color-info-100);--color-info-300: var(--ck-color-info-300);--color-warning-500: var(--ck-color-warning-500);--color-warning-75: var(--ck-color-warning-75);--color-line-200: var(--ck-color-line-200);--color-gold-500: var(--ck-color-gold-500);--color-danger-600: var(--ck-color-danger-600);--color-success-700: var(--ck-color-success-700);--color-sport-basketball: var(--ck-color-sport-basketball);--color-sport-hockey: var(--ck-color-sport-hockey);--color-sport-baseball: var(--ck-color-sport-baseball);--color-sport-soccer: var(--ck-color-sport-soccer);--color-sport-tennis: var(--ck-color-sport-tennis);--color-sport-track: var(--ck-color-sport-track);--theme-bg-page: var(--color-surface-50);--theme-bg-surface: var(--color-surface-0);--theme-bg-muted: var(--color-brand-40);--theme-bg-soft: var(--color-brand-100);--theme-bg-soft-strong: var(--color-brand-75);--theme-bg-soft-hover: var(--color-brand-60);--theme-border-default: var(--color-brand-200);--theme-border-subtle: var(--color-brand-150);--theme-border-strong: var(--color-brand-300);--theme-text-primary: var(--color-text-800);--theme-text-strong: var(--color-text-900);--theme-text-muted: var(--color-brand-700);--theme-text-soft: var(--color-brand-500);--theme-text-subtle: var(--color-text-500);--theme-text-faint: var(--color-text-300);--theme-accent-brand: var(--color-brand-800);--theme-accent-brand-hover: var(--color-brand-900);--theme-accent-info: var(--color-info-500);--theme-accent-warning: var(--color-warning-500);--theme-accent-gold: var(--color-gold-500);--theme-focus-brand: 2px solid var(--theme-accent-brand);--theme-focus-info: 2px solid var(--theme-accent-info);--theme-shadow-soft: 0 10px 24px rgba(9, 55, 85, .08);--theme-shadow-pop: 0 10px 26px rgba(9, 55, 85, .18);--theme-overlay-scrim: rgba(5, 21, 33, .62)}
