.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 h2,.standings-season-header h2{margin:0}.standings-season-header .season-selector{margin-bottom:0}.standings-lede{margin:.45rem 0 0;color:var(--theme-text-muted)}.standings-postseason{background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);border-left:4px solid var(--theme-accent-gold);box-shadow:var(--theme-shadow-soft);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.6rem}.standings-postseason__eyebrow{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted)}.standings-postseason__divisions{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.6rem}.standings-postseason__division{margin:0;padding:.6rem .75rem;background:var(--theme-bg-soft);border:1px solid var(--theme-border-subtle);border-radius:.5rem;display:flex;flex-direction:column;gap:.3rem;min-width:0}.standings-postseason__division-title{margin:0 0 .1rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-accent-gold)}.standings-postseason__division .standings-postseason__link{margin-top:.15rem}.standings-postseason__champions{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem}.standings-postseason__champion,.standings-postseason__runner-up{margin:0;font-size:.92rem;color:var(--theme-text-strong)}.standings-postseason__champion strong,.standings-postseason__runner-up strong{color:var(--theme-accent-brand)}.standings-postseason__champion strong a,.standings-postseason__runner-up strong a{color:var(--theme-accent-brand);text-decoration:none}.standings-postseason__champion strong a:hover,.standings-postseason__champion strong a:focus-visible,.standings-postseason__runner-up strong a:hover,.standings-postseason__runner-up strong a:focus-visible{text-decoration:underline;text-underline-offset:.15rem}.standings-postseason__actions{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.standings-postseason__actions--divided{padding-top:.5rem;border-top:1px solid var(--theme-border-default)}.standings-postseason__link{font-size:.92rem;font-weight:600;color:var(--theme-accent-brand);text-decoration:none}.standings-postseason__link:hover{text-decoration:underline;text-underline-offset:.18rem}.standings-postseason__link:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}.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-division-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.standings-division-tab{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--theme-border-default);border-radius:999px;padding:.4rem .9rem;background:var(--theme-bg-page);color:var(--theme-text-default);font-weight:600;font-size:.88rem;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.standings-division-tab:hover{border-color:var(--theme-accent-brand)}.standings-division-tab:focus-visible{border-color:var(--theme-accent-brand);outline:var(--theme-focus-brand);outline-offset:2px}.standings-division-tab--active{background:var(--theme-accent-brand);border-color:var(--theme-accent-brand);color:#fff}.standings-division-tab--active:hover{background:var(--theme-accent-brand-hover);border-color:var(--theme-accent-brand-hover)}.standings-table-shell{overflow-x:auto}.standings-table{width:100%;border-collapse:collapse}.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__outcome-badge{display:inline-flex;align-items:center;margin-left:.4rem;font-size:.9rem;line-height:1;vertical-align:middle;flex-shrink:0}.standings-table__outcome-badge--champion,.standings-table__outcome-badge--runner-up,.standings-table__outcome-badge--semifinalist{color:var(--theme-text-strong)}.standings-empty{margin:0;color:var(--theme-text-muted)}@media(min-width:761px){[data-table-layout=table] .standings-table{table-layout:fixed}[data-table-layout=table] .standings-table__col-rank{width:2.5rem}[data-table-layout=table] .standings-table__col-team{width:30%}[data-table-layout=table] .standings-table__col-stat{width:calc((70% - 2.5rem) / 7)}[data-table-layout=table] .standings-table--compact .standings-table__col-stat{width:3.5rem}[data-table-layout=table] .standings-table--compact .standings-table__col-team{width:calc(100% - 13rem)}[data-table-layout=table] .standings-table__team-cell{white-space:normal;overflow-wrap:anywhere}[data-table-layout=table] .standings-table th:first-child,[data-table-layout=table] .standings-table td:first-child{padding-left:.25rem;padding-right:.25rem;text-align:center}}@media(max-width:980px){.standings-page,.standings-hero,.standings-season-shell,.standings-postseason{width:100%;margin-left:0;margin-right:0;min-width:0;box-sizing:border-box}}@media(max-width:760px){.standings-division-tab,.standings-sport-dropdown summary{min-height:2.75rem;align-items:center}}
