.announcement-stack{display:grid;gap:.5rem}.announcement-banner{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:10px;background:linear-gradient(135deg,var(--theme-bg-soft) 0%,var(--theme-bg-soft-strong) 100%);border:1px solid var(--theme-border-default);box-shadow:var(--theme-shadow-soft);font-size:.9rem;color:var(--theme-text-primary)}.announcement-banner__message{flex:1;min-width:0;line-height:1.45}.announcement-banner__link{flex-shrink:0;color:var(--theme-accent-brand);font-weight:700;text-decoration:none;white-space:nowrap;font-size:.84rem;letter-spacing:.02em}.announcement-banner__link:hover{text-decoration:underline;text-underline-offset:.18rem}.announcement-banner__link:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}.announcement-banner__close{appearance:none;border:0;background:transparent;color:var(--theme-text-muted);font-size:1.3rem;font-weight:400;line-height:1;padding:.15rem .3rem;margin:-.15rem -.15rem -.15rem auto;border-radius:6px;cursor:pointer;flex-shrink:0;transition:color .12s ease,background .12s ease}.announcement-banner__close:hover{color:var(--theme-text-primary);background:var(--theme-bg-soft-hover)}.announcement-banner__close:focus-visible{outline:var(--theme-focus-brand);outline-offset:1px}@media(max-width:640px){.announcement-banner{flex-wrap:wrap;padding:.6rem .85rem;gap:.5rem;font-size:.85rem}.announcement-banner__message{flex:1 1 100%}.announcement-banner__link{font-size:.82rem}.announcement-banner__close{font-size:1.25rem;margin-left:auto}}.home-page{display:flex;flex-direction:column;gap:1rem;padding:0 0 3rem}.home-module-heading{margin:0;color:var(--theme-accent-brand-hover);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-latest-scores{display:flex;flex-direction:column;gap:.9rem}.home-latest-scores__header{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem 1rem;flex-wrap:wrap}.home-latest-scores__heading{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;min-width:0}.home-latest-scores__heading .home-refresh-note{color:var(--theme-text-muted);font-size:.8rem;font-weight:500;letter-spacing:0;text-transform:none;white-space:nowrap}.home-latest-scores__all{margin-left:auto;color:var(--theme-accent-brand);font-weight:600;text-decoration:none;font-size:.9rem;white-space:nowrap}.home-latest-scores__all:hover{text-decoration:underline;text-underline-offset:.18rem}.home-latest-scores__all:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}.home-hub-jumps,.home-postseason-spotlight,.home-editorial,.home-retention{display:grid;gap:.75rem;padding:.9rem 1rem;background:var(--theme-bg-surface);border:1px solid var(--theme-border-default);box-shadow:var(--theme-shadow-soft)}.home-hub-jump-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.8rem}.home-hub-jump-card{display:grid;align-content:start;gap:.45rem;padding:.8rem;background:var(--theme-bg-soft);border-left:4px solid var(--theme-accent-brand)}.home-hub-jump-card h3{margin:0;font-size:.98rem}.home-hub-jump-card p{margin:0;color:var(--theme-text-subtle);font-size:.9rem;line-height:1.45}.home-school-find{display:grid;gap:.55rem;margin-top:.2rem}.home-school-find__input-row{position:relative}.home-school-find__input{width:100%;min-height:2.8rem;padding:.72rem 2.7rem .72rem .82rem;border:1px solid var(--theme-border-default);border-radius:0;background:var(--theme-bg-default);color:var(--theme-text-primary);font:inherit}.home-school-find__input::placeholder{color:var(--theme-text-muted)}.home-school-find__input:hover{border-color:var(--theme-border-strong)}.home-school-find__input:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px;border-color:var(--theme-accent-brand)}.home-school-find__input:disabled{cursor:wait;background:var(--theme-bg-soft);color:var(--theme-text-muted)}.home-school-find__retry{appearance:none;border:1px solid var(--theme-border-default);background:var(--theme-bg-default);color:var(--theme-text-primary);font:inherit;cursor:pointer}.home-school-find__clear{appearance:none;border:0;background:transparent;color:var(--theme-text-muted);font:inherit;cursor:pointer;position:absolute;top:50%;right:.45rem;display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:0;transform:translateY(-50%)}.home-school-find__retry{padding:.35rem .7rem;font-size:.84rem;font-weight:600}.home-school-find__retry:hover{border-color:var(--theme-accent-brand);background:var(--theme-bg-soft)}.home-school-find__clear:hover{color:var(--theme-text-primary);background:transparent}.home-school-find__clear:focus-visible,.home-school-find__retry:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px}.home-school-find__status{min-height:1.1rem;color:var(--theme-text-muted);font-size:.82rem;line-height:1.35}.home-school-find__error{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .7rem;color:var(--theme-text-subtle);font-size:.84rem}.home-school-find__results{margin:0;padding:0;list-style:none;display:grid;gap:.35rem;max-height:15.5rem;overflow:auto;overscroll-behavior:contain}.home-school-find__result{margin:0}.home-school-find__link{display:flex;align-items:center;min-height:2.75rem;padding:.72rem 1rem;border:1px solid var(--theme-border-default);background:var(--theme-bg-default);color:var(--theme-accent-brand);font-size:.9rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.home-school-find__link:hover,.home-school-find__link.is-active{background:var(--theme-bg-soft);border-color:var(--theme-accent-brand);box-shadow:var(--theme-shadow-soft);text-decoration:none}.home-school-find__link:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px;border-color:var(--theme-accent-brand);text-decoration:none}.home-hub-jump-card__cta-wrap a,.home-hub-jump-links a,.home-postseason-spotlight__actions a,.home-editorial-card a,.home-retention__actions a{color:var(--theme-accent-brand);font-weight:600;text-decoration:none}.home-hub-jump-card__cta-wrap a:hover,.home-hub-jump-links a:not(.home-hub-jump-sport-card):hover,.home-postseason-spotlight__actions a:hover,.home-editorial-card a:hover,.home-retention__actions a:hover{text-decoration:underline;text-underline-offset:.18rem}.home-hub-jump-card__cta-wrap a:focus-visible,.home-hub-jump-links a:not(.home-hub-jump-sport-card):focus-visible,.home-postseason-spotlight__actions a:focus-visible,.home-editorial-card a:focus-visible,.home-retention__actions a:focus-visible{text-decoration:underline;text-underline-offset:.18rem;outline:var(--theme-focus-brand);outline-offset:2px}.home-hub-jump-links{margin:0;padding-left:1rem;display:grid;gap:.35rem}.home-hub-jump-sport-grid{margin-top:.4rem;padding:.45rem .35rem .9rem;list-style:none;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.7rem}.home-hub-jump-sport-cell{margin:0}.home-hub-jump-sport-card{display:grid;gap:0;align-content:start;padding:.58rem 1.7rem .58rem .58rem;border:1px solid var(--theme-border-default);background:var(--theme-bg-soft);color:var(--theme-text-primary);font-weight:500;text-decoration:none;box-shadow:none;position:relative;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease}.home-hub-jump-sport-card:after{content:"";position:absolute;right:.62rem;top:50%;width:.48rem;height:.48rem;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateY(-50%) rotate(45deg);opacity:.58;transition:transform .12s ease,opacity .12s ease}.home-hub-jump-links .home-hub-jump-sport-card{color:var(--theme-text-primary)}.home-hub-jump-sport-card:hover,.home-hub-jump-sport-card:focus-visible{background:var(--theme-bg-default);border-color:var(--theme-accent-brand);text-decoration:none;box-shadow:var(--theme-shadow-soft);transform:translateY(-1px)}.home-hub-jump-sport-card:hover:after,.home-hub-jump-sport-card:focus-visible:after{opacity:.9;transform:translate(1px,-50%) rotate(45deg)}.home-hub-jump-sport-card:focus-visible{outline:var(--theme-focus-brand);outline-offset:2px}.home-hub-jump-sport-card__title{font-size:.87rem;font-weight:700;line-height:1.25}.home-hub-jump-season-groups,.home-hub-jump-season-group{display:grid;gap:0}.home-hub-jump-season-header{border-left-color:var(--theme-accent-brand);margin:0;text-transform:uppercase;letter-spacing:.04em}.home-hub-jump-season-title{font-size:inherit;font-weight:inherit}.home-hub-jump-links li{color:var(--theme-text-subtle);font-size:.88rem}.home-postseason-spotlight__summary,.home-editorial-empty,.home-retention__lede,.home-retention__note{margin:0;color:var(--theme-text-subtle);line-height:1.5}.home-postseason-spotlight__actions,.home-retention__actions{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem}.home-editorial-rails{display:grid;gap:.8rem}.home-editorial-rail{display:grid;gap:.6rem}.home-editorial-rail h3{margin:0;font-size:.95rem}.home-editorial-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.65rem}.home-editorial-card{display:grid;gap:.45rem;align-content:start;padding:.75rem;background:var(--theme-bg-soft);border:1px solid var(--theme-border-default)}.home-editorial-card h4{margin:0;font-size:.92rem}.home-editorial-card p{margin:0;color:var(--theme-text-subtle);font-size:.86rem;line-height:1.4}.home-retention__note strong{color:var(--theme-text-primary)}.home-season-masthead{display:flex;flex-direction:column;gap:.5rem}.home-postseason-strip{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .9rem;padding:.4rem .65rem;background:var(--theme-bg-soft);border-left:4px solid var(--theme-accent-gold)}.home-postseason-strip__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted)}.home-postseason-strip__link{font-size:.85rem;font-weight:600;color:var(--theme-accent-brand);text-decoration:none}.home-postseason-strip__link:hover{text-decoration:underline;text-underline-offset:.18rem}@media(max-width:640px){.home-hub-jumps,.home-postseason-spotlight,.home-editorial,.home-retention{padding:.75rem .8rem}.home-hub-jump-grid,.home-editorial-card-grid{grid-template-columns:1fr}.home-postseason-spotlight__actions,.home-retention__actions{flex-direction:column;align-items:flex-start;gap:.45rem}.home-school-find__input{min-height:3rem}.home-school-find__clear{width:2.1rem;height:2.1rem}.home-school-find__link{min-height:3rem}.home-school-find__results{max-height:12rem}}.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}@media(max-width:860px){.home-sport-grid{grid-template-columns:1fr;gap:1rem}}
