/* Unified Helvetica Neue / Arial typography. Broad, uncondensed headings and a quiet reading face. */
/* ---------- Tokens ---------- */
:root{
  --navy:#010F6A; --navy-2:#0B1F8C; --navy-deep:#050A3D; --navy-tint:#EEF1FB; --navy-line:#1B2C9A;
  --red:#C8102E; --red-deep:#A40D25; --red-tint:#FBE9EC;
  --ink:#101533; --body:#2D3352; --muted:#5C6484; --line:#DCE1EE; --line-2:#ECEFF6; --panel:#F5F7FB; --paper:#FFFFFF;
  --win:#187A4A; --loss:#B3261E; --gold:#B8860B;
  --font-display:'Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-body:'Helvetica Neue',Helvetica,Arial,sans-serif;
  --track-display:-.02em;
  --radius:6px; --radius-sm:3px; --radius-tag:2px;
  --shadow-float:0 6px 20px rgba(16,21,51,.14);
  --container:1200px; --gutter:24px; --masthead-h:60px;
  --t-fast:.15s ease;
}
@media (max-width:640px){ :root{ --gutter:16px; --masthead-h:54px; } }

/* ---------- Base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *,*::before,*::after{transition:none!important;animation:none!important} }
body{margin:0;background:var(--paper);color:var(--body);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--navy-2);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:2px}
:focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:2px}
h1,h2,h3,h4{margin:0;color:var(--ink);font-family:var(--font-display);font-weight:700;line-height:1.04;letter-spacing:var(--track-display);text-wrap:balance}
h1{font-size:clamp(34px,4.6vw,52px)} h2{font-size:clamp(24px,3vw,32px)} h3{font-size:21px} h4{font-size:17px;font-family:var(--font-body);font-weight:600;line-height:1.3;letter-spacing:0}
p{margin:0 0 1em} p:last-child{margin-bottom:0}
ul,ol{margin:0 0 1em;padding-left:1.3em}
table{border-collapse:collapse;width:100%}
th,td{text-align:left;vertical-align:middle}
caption{text-align:left}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0;padding:0}
address{font-style:normal}
.num,td.num,th.num{font-variant-numeric:tabular-nums;text-align:right}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link{position:absolute;left:-9999px;top:8px;background:var(--red);color:#fff;padding:8px 14px;border-radius:var(--radius-sm);z-index:1000}
.skip-link:focus{left:8px}

/* ---------- Layout ---------- */
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.section{padding:36px 0}
@media (min-width:900px){ .section{padding:48px 0} }
.section--tight{padding:24px 0}
.section--panel{background:var(--panel)}
.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px;border-bottom:2px solid var(--navy);padding-bottom:8px}
.section__head h2{margin:0}
.more-link{font-family:var(--font-body);font-weight:600;font-size:15px;white-space:nowrap;text-decoration:underline;text-underline-offset:2px}
.grid{display:grid;gap:20px}
.grid>*{min-width:0}
.grid--2{grid-template-columns:1fr} .grid--3{grid-template-columns:1fr}
@media (min-width:700px){ .grid--2{grid-template-columns:1fr 1fr} .grid--3{grid-template-columns:repeat(3,1fr)} }
@media (min-width:1000px){ .grid--main{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:40px} }
.stack>*+*{margin-top:10px}
.rail{min-width:0}
.rail>*+*{margin-top:28px}

/* ---------- Buttons (one primary per page) ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:var(--radius-sm);font-family:var(--font-body);font-weight:600;font-size:16px;text-decoration:none;border:0;transition:background var(--t-fast)}
.btn:hover{text-decoration:none}
.btn--primary{background:var(--red);color:#fff} .btn--primary:hover{background:var(--red-deep)}
.btn--navy{background:var(--navy);color:#fff} .btn--navy:hover{background:var(--navy-2)}
.btn--sm{min-height:34px;padding:0 12px;font-size:15px}
.textlink{font-weight:600;text-decoration:underline;text-underline-offset:2px;color:var(--navy-2)}

/* ---------- Game status (uppercase allowed) ---------- */
.status{font-family:var(--font-body);font-weight:700;font-size:12.5px;letter-spacing:.02em;text-transform:uppercase;color:var(--muted);white-space:nowrap}
.status--live{color:#fff;background:var(--red);border-radius:var(--radius-tag);padding:1px 6px}
.status--live::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff;margin-right:5px;vertical-align:1px;animation:pulse 1.4s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}

/* ---------- Header: utility row + masthead + nav ---------- */
.site-header{position:sticky;top:0;z-index:100}
.utility{background:var(--navy-deep);color:#c7cff5}
.utility .container{display:flex;align-items:center;gap:18px;min-height:34px;justify-content:flex-end}
.utility a{color:#dbe0f7;font-size:13.5px;font-weight:500}
.utility a:hover{color:#fff}
.utility .utility__watch{color:#fff;background:var(--red);border-radius:var(--radius-tag);padding:3px 10px;font-weight:600}
.utility .utility__watch:hover{background:var(--red-deep);text-decoration:none;color:#fff}
.utility .utility__sep{margin-left:auto}
@media (max-width:600px){ .utility .container{flex-wrap:wrap;gap:8px 16px;justify-content:center;min-height:0;padding-top:7px;padding-bottom:7px} .utility .utility__sep{margin-left:0} }
.draftbar{background:var(--red);color:#fff}
.draftbar .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 20px;padding:11px 0}
.draftbar__msg{margin:0;font-size:15px;line-height:1.45}
.draftbar__msg strong{font-family:var(--font-display);font-weight:700;font-size:17px;letter-spacing:.01em}
.draftbar__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px}
.draftbar__cta{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;background:#fff;color:var(--red-deep);border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:.01em;white-space:nowrap}
.draftbar__cta:hover{background:var(--red-tint);color:var(--red-deep);text-decoration:none}
.draftbar__more{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}
.draftbar__more:hover{color:#fff}
.masthead{background:var(--navy);color:#fff;box-shadow:inset 0 -1px 0 rgba(255,255,255,.08)}
.masthead .container{display:flex;align-items:center;gap:22px;min-height:var(--masthead-h)}
.brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none;flex:0 0 auto}
.brand:hover{text-decoration:none}
.brand__crest{width:40px;height:40px;object-fit:contain}
.brand__name{font-family:var(--font-display);font-weight:700;font-size:27px;letter-spacing:.02em;line-height:1}
.brand__sub{display:none;font-size:11.5px;color:#c7cff5;line-height:1.1;margin-top:2px}
@media (min-width:1100px){ .brand__sub{display:block} }
.nav{display:none;flex:1 1 auto}
.nav>ul{display:flex;gap:1px;list-style:none;margin:0;padding:0}
.nav>ul>li{position:relative}
.nav>ul>li>a{display:inline-flex;align-items:center;gap:5px;padding:10px 12px;border-radius:var(--radius-sm);color:#fff;font-family:var(--font-display);font-weight:600;font-size:19px;letter-spacing:.01em;line-height:1}
.nav a:hover,.nav>ul>li>a[aria-current="page"]{background:rgba(255,255,255,.10);text-decoration:none}
.nav>ul>li>a[aria-current="page"]{box-shadow:inset 0 -3px 0 var(--red)}
.nav__caret{width:9px;height:9px;fill:currentColor;opacity:.75}
.nav__menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-float);padding:6px;margin:0;list-style:none;display:none;z-index:20}
.nav>ul>li:hover .nav__menu,.nav>ul>li:focus-within .nav__menu{display:block}
.nav>ul>li:hover .nav__menu--clubs,.nav>ul>li:focus-within .nav__menu--clubs{display:grid}
.nav__menu a{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:var(--radius-sm);color:var(--ink);font-size:15px;font-weight:500}
.nav__menu a:hover{background:var(--navy-tint);text-decoration:none}
.nav__menu img{width:22px;height:22px;object-fit:contain}
.nav__menu--clubs{min-width:470px;grid-template-columns:1fr 1fr;gap:1px}
.masthead-actions{display:flex;align-items:center;gap:4px;margin-left:auto}
.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-sm);color:#fff}
.icon-btn:hover{background:rgba(255,255,255,.12)}
.icon-btn svg{width:22px;height:22px}
@media (min-width:980px){ .nav{display:block} .burger{display:none} }
@media (min-width:980px) and (max-width:1099px){ .nav>ul>li>a{padding:10px 9px;font-size:18px} }
.burger svg{width:26px;height:26px}
/* mobile nav */
.mobile-nav{display:none;background:var(--navy-deep);color:#fff;border-top:1px solid var(--navy-line)}
.mobile-nav[data-open="true"]{display:block}
.mobile-nav ul{list-style:none;margin:0;padding:6px 0}
.mobile-nav li{border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-nav a{display:block;padding:13px var(--gutter);color:#fff;font-family:var(--font-display);font-weight:600;font-size:20px;letter-spacing:.01em}
.mobile-nav .mobile-nav__sub a{font-family:var(--font-body);font-weight:500;font-size:15px;padding:10px var(--gutter) 10px calc(var(--gutter) + 16px);color:#d6dbf7}
.header-search{display:none;background:var(--navy-deep);padding:12px 0;border-top:1px solid var(--navy-line)}
.header-search[data-open="true"]{display:block}
.header-search form{display:flex;gap:8px}
.header-search input{flex:1;min-height:44px;border:1px solid var(--navy-line);border-radius:var(--radius-sm);background:#fff;color:var(--ink);padding:0 12px}

/* ---------- Score strip (data-driven) ---------- */
.scorestrip{background:var(--paper);border-bottom:1px solid var(--line)}
.scorestrip .container{display:grid;gap:0;grid-template-columns:1fr}
.scorestrip__label{display:flex;align-items:baseline;gap:8px;padding:9px 0;font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--navy)}
.scorestrip__label .text-muted{font-family:var(--font-body);font-size:13px}
.scorestrip__games{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-bottom:10px}
@media (min-width:700px){ .scorestrip__games{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 0 10px} }
@media (min-width:1000px){ .scorestrip__games{grid-template-columns:repeat(6,minmax(0,1fr))} }
.sgame{display:block;border:1px solid var(--line);border-radius:var(--radius-sm);padding:6px 8px;color:var(--ink);font-size:13px;line-height:1.3}
.sgame:hover{border-color:var(--navy);text-decoration:none}
.sgame__row{display:flex;align-items:center;gap:6px}
.sgame__row+.sgame__row{margin-top:2px}
.sgame__team{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;min-width:0}
.sgame__team.is-winner{font-weight:700}
.sgame__score{font-family:var(--font-display);font-weight:700;font-size:16px;min-width:18px;text-align:right;font-variant-numeric:tabular-nums}
.sgame__meta{display:flex;justify-content:space-between;gap:6px;margin-top:4px;font-size:11.5px;color:var(--muted)}
.sgame .crest{width:16px;height:16px}
.scorestrip__more{align-self:center;font-size:13px}

/* ---------- Crests ---------- */
.crest{width:28px;height:28px;object-fit:contain;flex:0 0 auto}
.crest--lg{width:56px;height:56px} .crest--xl{width:96px;height:96px}

/* ---------- Game rows ---------- */
.gamecard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;color:var(--ink)}
.gamecard__teams{display:grid;gap:6px;min-width:0}
.gamecard__team{display:flex;align-items:center;gap:10px;min-width:0}
.gamecard__name{flex:1;min-width:0;font-weight:500;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gamecard__team.is-winner .gamecard__name{font-weight:700}
.gamecard__score{font-family:var(--font-display);font-weight:700;font-size:22px;min-width:28px;text-align:right;font-variant-numeric:tabular-nums}
.gamecard__side{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right;max-width:40%}
.gamecard__when{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--ink);line-height:1.1}
.gamecard__where{font-size:12px;color:var(--muted);line-height:1.3}
.gamecard__foot{grid-column:1/-1;display:flex;gap:8px 14px;align-items:center;justify-content:space-between;flex-wrap:wrap;font-size:13px;color:var(--muted);padding-top:8px;margin-top:2px;border-top:1px solid var(--line-2)}
.gamecard__foot .gamecard__where{font-size:12.5px;flex:1 1 auto}
.gamecard__links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.gamecard__links a{font-size:13px;font-weight:600;color:var(--navy-2);text-decoration:underline;text-underline-offset:2px}
.gamecard__links a.is-watch{color:var(--navy-2)}
.gamecard--lead{padding:16px 18px}
.gamecard--lead .gamecard__score{font-size:30px}
.gamecard--lead .gamecard__name{font-size:19px}
.result-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line-2);font-size:15px;color:var(--ink)}
.result-row:last-child{border-bottom:0}
.result-row .crest{width:20px;height:20px}
.result-row__score{font-family:var(--font-display);font-weight:700;font-variant-numeric:tabular-nums}
.result-row__meta{margin-left:auto;color:var(--muted);font-size:12.5px;white-space:nowrap}
.gameday{margin-bottom:26px}
.gameday__head{display:flex;align-items:baseline;gap:12px;padding-bottom:8px;margin-bottom:10px;border-bottom:2px solid var(--navy)}
.gameday__head h2{font-size:23px}
.gameday__count{color:var(--muted);font-size:14px}
.gameday .grid{gap:10px}
@media (min-width:700px){ .gameday .grid{grid-template-columns:1fr 1fr} }

/* ---------- Tables ---------- */
.tablewrap{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);overflow-x:auto}
.table{font-size:15px}
.table caption{padding:10px 12px;font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--ink);border-bottom:1px solid var(--line)}
.table th{font-family:var(--font-body);font-weight:700;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);background:var(--panel);padding:9px 10px;border-bottom:1px solid var(--line);white-space:nowrap}
.table th[scope="row"]{font-size:15px;letter-spacing:0;text-transform:none;color:var(--ink);background:transparent}
.table td{padding:9px 10px;border-bottom:1px solid var(--line-2)}
.table tbody tr:last-child td{border-bottom:0}
.table tbody tr:hover td{background:var(--navy-tint)}
.table .num{font-variant-numeric:tabular-nums;text-align:right}
.table .pts{font-weight:700;color:var(--ink)}
.table .rank{width:34px;color:var(--muted);font-variant-numeric:tabular-nums}
.table .teamcell{display:flex;align-items:center;gap:8px;min-width:0;font-weight:500;color:var(--ink)}
.table--standings .teamcell a{white-space:normal;line-height:1.15}
.table .teamcell a{color:var(--ink)}
.table .teamcell .crest{width:22px;height:22px}
.table .pos{color:var(--win);font-variant-numeric:tabular-nums} .table .neg{color:var(--loss);font-variant-numeric:tabular-nums}
.table .muted{color:var(--muted)}
@media (max-width:760px){ .table .fold-md{display:none} }
@media (max-width:520px){ .table .fold-sm{display:none} .table th,.table td{padding:7px 5px;font-size:13.5px} .table--standings .teamcell{gap:6px} .table--standings .teamcell .crest{width:18px;height:18px} }
@media (max-width:460px){ .table--standings .teamcell .crest{display:none} .table--standings th,.table--standings td{padding:6px 4px} .table--standings th[scope="row"]{font-size:13.5px} }
.table--compact th,.table--compact td{padding:6px 8px;font-size:14px}
.tie-note{font-size:13px;color:var(--muted);margin-top:8px}

/* ---------- Division tabs ---------- */
.tabs{display:flex;gap:2px;border-bottom:2px solid var(--line);margin:0 0 18px;flex-wrap:wrap}
.tabs a{display:block;padding:9px 13px;margin-bottom:-2px;border-bottom:3px solid transparent;font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--muted)}
.tabs a:hover{color:var(--navy);text-decoration:none}
.tabs a[aria-current="page"]{color:var(--navy);border-bottom-color:var(--red)}
.filters{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:end;margin:0 0 18px}
.filters label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:var(--muted)}
.filters select,.filters input{min-height:40px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 10px;background:#fff;color:var(--ink);font-size:15px;min-width:150px}
.filters .btn{min-height:40px}
.filter-count{margin-left:auto;align-self:center;color:var(--muted);font-size:14px}

/* ---------- Leaders ---------- */
.leaders{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--radius-sm)}
.leaders li{display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;padding:9px 12px;border-bottom:1px solid var(--line-2)}
.leaders li:last-child{border-bottom:0}
.leaders .rank{color:var(--muted);font-variant-numeric:tabular-nums;font-size:14px}
.leaders .who{min-width:0}
.leaders .who b{display:block;color:var(--ink);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.leaders .who span{display:block;font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.leaders .val{font-family:var(--font-display);font-weight:700;font-size:21px;color:var(--ink);font-variant-numeric:tabular-nums}
.leaders .val small{display:block;font-family:var(--font-body);font-weight:600;font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);text-align:right}

/* ---------- Recap + replay cards ---------- */
.recap{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;color:var(--ink)}
.recap:hover .recap__title{text-decoration:underline}
.recap__media{aspect-ratio:16/9;background:var(--navy-tint);overflow:hidden;min-width:0;display:block}
.recap__media img{width:100%;height:100%;object-fit:cover}
.recap__body{padding:13px 15px 15px;display:flex;flex-direction:column;gap:6px;flex:1}
.recap__title{font-family:var(--font-display);font-weight:700;font-size:21px;line-height:1.08;color:var(--ink)}
.recap__dek{font-size:15px;color:var(--body);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.recap__meta{margin-top:auto;font-size:13px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}
.recap--lead .recap__title{font-size:clamp(24px,2.6vw,34px)}
.recap--lead .recap__media{width:100%}
@media (min-width:760px){ .recap--lead{flex-direction:row} .recap--lead .recap__media{flex:0 0 55%;width:55%;aspect-ratio:16/9} .recap--lead .recap__body{padding:20px 22px} }
.headline-list{list-style:none;margin:0;padding:0}
.headline-list li{display:flex;gap:12px;align-items:baseline;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line-2)}
.headline-list li:last-child{border-bottom:0}
.headline-list a{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--ink);line-height:1.15}
.headline-list time{color:var(--muted);font-size:13px;white-space:nowrap}
.replay{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;color:var(--ink)}
.replay:hover .recap__title{text-decoration:underline}
.replay .recap__media{position:relative}
.replay .play{position:absolute;left:10px;bottom:10px;display:inline-flex;align-items:center;gap:5px;background:rgba(5,10,61,.82);color:#fff;border-radius:var(--radius-tag);padding:2px 7px;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;z-index:1}
.replay .play svg{width:11px;height:11px;fill:#fff}
.replay .recap__title{font-size:17px}
.videogrid{display:grid;gap:16px;grid-template-columns:1fr}
@media (min-width:600px){ .videogrid{grid-template-columns:1fr 1fr} }
@media (min-width:1000px){ .videogrid{grid-template-columns:repeat(4,1fr)} }

/* ---------- Clubs directory ---------- */
.clubgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media (min-width:600px){ .clubgrid{grid-template-columns:repeat(3,1fr)} }
@media (min-width:900px){ .clubgrid{grid-template-columns:repeat(4,1fr)} }
@media (min-width:1100px){ .clubgrid{grid-template-columns:repeat(6,minmax(0,1fr))} }
.clubcard{display:flex;flex-direction:column;align-items:center;gap:9px;padding:18px 12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);text-align:center;color:var(--ink)}
.clubcard:hover{border-color:var(--navy);text-decoration:none}
.clubcard:hover b{text-decoration:underline}
.clubcard img{width:68px;height:68px;object-fit:contain}
.clubcard b{font-family:var(--font-display);font-weight:600;font-size:18px;line-height:1.1}
.clubcard span{font-size:13px;color:var(--muted)}
.creststrip{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center}
.creststrip a{display:block}
.creststrip img{width:50px;height:50px;object-fit:contain}
.season-facts{margin-top:20px;font-size:15px;color:var(--body);max-width:70ch}
.season-facts a{text-decoration:underline;text-underline-offset:2px}
.lead-intro{font-size:17px;line-height:1.6;color:var(--body);max-width:62ch;margin:2px 0 14px}
.lead-actions{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}

/* ---------- Page head ---------- */
.pagehead{padding:26px 0 20px;border-bottom:1px solid var(--line);background:var(--paper)}
.pagehead h1{margin:4px 0 6px}
.pagehead__intro{max-width:70ch;color:var(--body);font-size:17px}
.pagehead__row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px}
.breadcrumbs{font-size:13px;color:#525A7A;margin-bottom:4px}
.breadcrumbs a{color:#525A7A} .breadcrumbs span{margin:0 6px}

/* ---------- Notices (dated, human) ---------- */
.notice{border:1px solid var(--line);border-left:3px solid var(--navy);border-radius:var(--radius-tag);padding:12px 14px;background:var(--paper)}
.notice h2,.notice h3{font-size:18px;margin-bottom:4px;line-height:1.15}
.notice time,.notice__date{display:block;color:var(--muted);font-size:12.5px;margin-bottom:5px}
.notice p{font-size:14.5px;margin-bottom:8px}
.notice a{text-decoration:underline;text-underline-offset:2px}

/* ---------- Prose ---------- */
.prose{max-width:72ch;font-size:17px;line-height:1.65}
.prose h2{margin:1.6em 0 .5em;font-size:27px} .prose h3{margin:1.4em 0 .4em;font-size:21px}
.prose ul,.prose ol{padding-left:1.4em}
.prose li{margin-bottom:.35em}
.prose table{margin:1em 0;font-size:15px}
.prose th,.prose td{padding:8px 10px;border-bottom:1px solid var(--line)}
.prose th{background:var(--panel);font-family:var(--font-body);font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:12px;color:var(--muted)}
.prose img{border-radius:var(--radius-tag)}
.prose a{text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(11,31,140,.35)}
.prose blockquote{margin:1.2em 0;padding:12px 18px;border-left:3px solid var(--red);background:var(--panel);color:var(--ink)}
/* Draft page: steps + FAQ + key dates */
.prose .steps li{margin-bottom:.7em}
.faq{margin:0}
.faq dt{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--ink);margin-top:1.2em}
.faq dd{margin:.3em 0 0;color:var(--body)}
.keydates{margin:0 0 10px}
.keydates dt{font-family:var(--font-display);font-weight:600;font-size:14px;color:var(--navy);margin-top:9px}
.keydates dt:first-child{margin-top:0}
.keydates dd{margin:1px 0 0;font-size:14px;color:var(--body);line-height:1.4}
/* Team finder */
.finder__input{width:100%;max-width:440px;min-height:44px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 12px;font-size:16px;font-family:var(--font-body);background:#fff;color:var(--ink)}
.finder__count{margin:6px 0 12px}
.finder__table th[scope="row"]{font-weight:600}
.prose .wp-block-table{overflow-x:auto}
.prose strong{color:var(--ink)}
.article__head{padding:26px 0 16px}
.article__head h1{font-size:clamp(30px,4vw,46px);max-width:24ch}
.article__meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--muted);font-size:14px;margin-top:10px}
.article__hero{margin:0 0 24px;border-radius:var(--radius-tag);overflow:hidden;background:var(--navy-tint)}
.article__hero img{width:100%;max-height:560px;object-fit:cover}
.article__hero figcaption{font-size:13px;color:var(--muted);padding:8px 2px}
.article__layout{display:grid;gap:32px}
@media (min-width:1000px){ .article__layout{grid-template-columns:minmax(0,1fr) 320px} }
.aside__block h3{font-size:18px;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid var(--navy)}
.aside__block ul{list-style:none;padding:0;margin:0}
.aside__block li{padding:8px 0;border-bottom:1px solid var(--line-2)}
.aside__block li:last-child{border-bottom:0}
.aside__block li a{color:var(--ink);font-weight:500}
.aside__block li span{display:block;font-size:12px;color:var(--muted)}

/* ---------- Club / team pages ---------- */
.clubhead{background:var(--navy);color:#fff}
.clubhead .container{display:flex;align-items:center;gap:22px;padding-top:26px;padding-bottom:26px;flex-wrap:wrap}
.clubhead__crest{width:92px;height:92px;background:#fff;border-radius:var(--radius-tag);padding:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.clubhead__crest img{width:100%;height:100%;object-fit:contain}
.clubhead h1{color:#fff;font-size:clamp(30px,4vw,46px)}
.clubhead__meta{display:flex;flex-wrap:wrap;gap:5px 18px;color:#d6dbf7;font-size:15px;margin-top:8px}
.clubhead__meta b{color:#fff;font-weight:600}
.clubhead .breadcrumbs,.clubhead .breadcrumbs a{color:#c7cff5}
.scoreboard .breadcrumbs,.scoreboard .breadcrumbs a{color:#c7cff5}
.clubhead__record{margin-left:auto;text-align:right}
.clubhead__record b{display:block;font-family:var(--font-display);font-weight:700;font-size:38px;line-height:1;color:#fff;font-variant-numeric:tabular-nums}
.clubhead__record span{font-size:13px;color:#d6dbf7}
.clubinfo{display:grid;gap:8px 40px;font-size:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-bottom:8px}
@media (min-width:700px){ .clubinfo{grid-template-columns:repeat(3,1fr)} }
.clubinfo section h2{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:8px;font-family:var(--font-body)}
.kv{display:grid;grid-template-columns:auto 1fr;gap:6px 14px;font-size:15px}
.kv dt{color:var(--muted)} .kv dd{margin:0;color:var(--ink);font-weight:500;min-width:0;overflow-wrap:anywhere}
.kv dd a{text-decoration:underline;text-underline-offset:2px}
.swatch{display:inline-block;width:12px;height:12px;border-radius:var(--radius-tag);border:1px solid var(--line);vertical-align:-1px;margin-right:6px}
.districts{color:var(--ink)}
.teamcard{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}
.teamcard__h{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--navy);color:#fff;padding:9px 14px;font-family:var(--font-display);font-weight:600;font-size:19px;letter-spacing:.01em}
.teamcard__h a{color:#fff;font-family:var(--font-body);font-size:13px;font-weight:600;text-decoration:underline}
.teamcard__b{padding:12px 14px;font-size:15px}
.teamcard__b .kv{grid-template-columns:auto 1fr}
.teamcard__tba{color:var(--muted)}
.teamcard__rec{font-family:var(--font-display);font-weight:700;font-size:18px;color:var(--ink);font-variant-numeric:tabular-nums}

/* ---------- Game page ---------- */
.scoreboard{background:var(--navy);color:#fff}
.scoreboard .container{padding-top:26px;padding-bottom:26px}
.scoreboard__top{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;color:#d6dbf7;font-size:14px;margin-bottom:18px}
.scoreboard__main{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;max-width:760px;margin:0 auto}
.scoreboard__team{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;min-width:0}
.scoreboard__team img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:var(--radius-tag);padding:6px}
.scoreboard__team b{font-family:var(--font-display);font-weight:600;font-size:clamp(16px,2.4vw,24px);line-height:1.1;color:#fff}
.scoreboard__team span{font-size:13px;color:#d6dbf7}
.scoreboard__score{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:clamp(40px,8vw,72px);line-height:1;color:#fff;font-variant-numeric:tabular-nums}
.scoreboard__score i{font-style:normal;font-size:.4em;color:#d6dbf7}
.scoreboard__status{text-align:center;margin-top:12px}
.scoreboard__status .status{color:#fff;font-size:14px}
.linescore{margin:0 auto;max-width:760px}
.linescore caption{color:#fff;border-color:rgba(255,255,255,.2)}
.linescore th,.linescore td{text-align:center;padding:6px 8px;font-variant-numeric:tabular-nums}
.linescore th:first-child,.linescore td:first-child{text-align:left}
.scoreboard__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:18px;align-items:center}
.scoreboard__actions .textlink{color:#fff}
.eventlist{list-style:none;margin:0;padding:0}
.eventlist li{display:grid;grid-template-columns:54px 28px 1fr;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line-2);font-size:15px}
.eventlist li:last-child{border-bottom:0}
.eventlist .t{font-variant-numeric:tabular-nums;color:var(--muted);font-size:14px}
.eventlist .who b{color:var(--ink)}
.eventlist .who span{color:var(--muted);font-size:13px}
.period-h{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--muted);margin:14px 0 4px}

/* ---------- Forms ---------- */
.form{display:grid;gap:14px;max-width:640px}
.form label{display:grid;gap:6px;font-weight:600;color:var(--ink);font-size:15px}
.form input,.form textarea,.form select{min-height:44px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px;background:#fff;font-size:16px}
.form textarea{min-height:140px;resize:vertical}
.form input:focus,.form textarea:focus{border-color:var(--navy);outline:2px solid var(--navy-tint)}
.form .hp{position:absolute;left:-9999px}
.msg{padding:12px 14px;border-radius:var(--radius-tag);border:1px solid var(--line);background:var(--panel);color:var(--ink)}
.msg a{text-decoration:underline;text-underline-offset:2px}
.msg--ok{border-color:#b9dfc9;background:#e8f6ee;color:var(--win)}
.msg--err{border-color:#f0c2c2;background:var(--red-tint);color:var(--loss)}
.msg--info{border-color:#c5cdf3;background:var(--navy-tint);color:var(--navy)}

/* ---------- Footer: address book ---------- */
.site-footer{background:var(--navy-deep);color:#cfd5f3;margin-top:52px;border-top:3px solid var(--red)}
.site-footer a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.site-footer .container{display:grid;gap:28px 40px;padding-top:38px;padding-bottom:26px}
@media (min-width:800px){ .site-footer .container{grid-template-columns:1.5fr 1fr 1fr} }
.site-footer h2{color:#fff;font-size:13px;font-weight:700;margin-bottom:10px;font-family:var(--font-body)}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:0 0 7px;font-size:15px}
.footer-brand img{width:52px;height:auto;margin-bottom:10px}
.footer-brand address{font-size:14.5px;line-height:1.6;color:#cfd5f3}
.footer-brand address a{color:#fff}
.footer-social{display:flex;gap:16px;margin-top:12px}
.footer-social a{display:inline-flex;align-items:center;gap:6px;font-size:14px}
.footer-social svg{width:16px;height:16px;fill:currentColor}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#9aa3cf}
.footer-bottom .container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;padding:14px var(--gutter)}
.footer-bottom a{color:#cfd5f3}

/* ---------- Self-styled migrated pages ---------- */
.prose--wide{max-width:none}
.section--app{padding-top:0}
.prose--wide [class^="sd26"],.prose--wide [class*=" sd26"],.prose--wide [class^="stf"],.prose--wide [class*=" stf"]{font-family:var(--font-body)}
.prose--wide h1,.prose--wide h2,.prose--wide h3,.prose--wide h4{font-family:var(--font-display)}
.prose--wide h2{font-size:clamp(24px,3vw,32px)}

/* ---------- Pagination / misc ---------- */
.pagination{display:flex;flex-wrap:wrap;gap:6px;margin:24px 0 0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius-sm);font-weight:600;color:var(--navy)}
.pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}
.empty{padding:24px;border:1px dashed var(--line);border-radius:var(--radius-sm);color:var(--muted)}
.two-col{display:grid;gap:24px}
@media (min-width:900px){ .two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)} }
.mt-0{margin-top:0}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}
.text-muted{color:var(--muted)} .small{font-size:14px}
.season-filter + .small a{text-decoration:underline;text-underline-offset:2px}
.video-source-note a{text-decoration:underline;text-underline-offset:2px}
.finder-help a{text-decoration:underline;text-underline-offset:2px}
.hide-sm{display:none} @media (min-width:640px){ .hide-sm{display:initial} }

/* Real game photography within the existing page hierarchy. */
.photo-accent{margin:0;min-width:0}
.photo-accent img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:2px}
.photo-accent figcaption{font-size:12px;line-height:1.5;color:var(--muted);padding-top:7px}
.photo-accent figcaption a{color:var(--navy);white-space:nowrap}
.photo-accent--home{margin-bottom:22px}
.photo-accent--home img{aspect-ratio:3.2/1;object-position:center 42%}
.photo-accent--team{margin-bottom:26px}
.photo-accent--crest img{object-fit:contain;background:#f3f5f8;padding:28px;box-sizing:border-box}
.pagehead--photo .pagehead__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,360px);align-items:center;gap:36px}
.pagehead--photo .photo-accent img{aspect-ratio:2/1}
@media(max-width:700px){
 .pagehead--photo .pagehead__row{grid-template-columns:minmax(0,1fr);gap:20px}
 .pagehead--photo .photo-accent img{aspect-ratio:2.4/1}
 .photo-accent--home img{aspect-ratio:1.8/1}
}

/* Keep game times readable beside the team names. */
.gamecard__side{max-width:none}

.rail .table--standings.table--compact .fold-sm{display:none}
.rail .table--standings.table--compact th,.rail .table--standings.table--compact td{padding-left:5px;padding-right:5px}

/* LI Hockey coverage: one visual lead, dated supporting headlines. */
.lih-coverage{border-top:1px solid var(--line);background:#f5f6f8}
.lih-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:36px;align-items:start}
.lih-story__link{display:grid;grid-template-columns:144px minmax(0,1fr);gap:18px;color:inherit;text-decoration:none}
.lih-story img{display:block;width:100%;height:108px;object-fit:contain;background:#e9edf2}
.lih-story h3{font-size:21px;line-height:1.18;margin:0 0 8px}
.lih-story__link:hover h3{text-decoration:underline;color:var(--navy)}
.lih-story--lead .lih-story__link{display:block}
.lih-story--lead img{height:auto;max-height:540px;object-fit:contain;margin-bottom:18px}
.lih-story--lead h3{font-size:32px;line-height:1.15}
.lih-story__meta{font-size:12px;color:#526071;margin:4px 0}
.lih-story__source{display:block;font-size:12px;font-weight:700;color:var(--navy);margin-top:7px}
.lih-headlines .lih-story{padding:18px 0;border-bottom:1px solid #d5dce5}
.lih-headlines .lih-story:first-child{padding-top:0}
.lih-search{max-width:540px;margin-bottom:20px}.lih-search label{display:block;font-weight:700;margin-bottom:8px}.lih-search>div{display:flex;gap:8px}.lih-search input{min-width:0;flex:1;padding:10px;border:1px solid #a9b4c4;font:inherit}
.lih-count{font-size:13px;color:#526071;margin-bottom:24px}.lih-pagination{display:flex;gap:16px;margin-top:32px}
@media(max-width:800px){.lih-layout{grid-template-columns:1fr;gap:26px}.lih-story--lead img{max-height:480px}.lih-story--lead h3{font-size:28px}.lih-story__link{grid-template-columns:112px minmax(0,1fr);gap:14px}.lih-story img{height:92px}.lih-story h3{font-size:20px}}
.lih-archive-list{display:grid;grid-template-columns:1fr 1fr;gap:0 36px;margin-top:32px}.lih-archive-list .lih-story{padding:22px 0;border-top:1px solid var(--line)}
@media(max-width:800px){.lih-archive-list{grid-template-columns:1fr;margin-top:24px}}
.lih-story--text .lih-story__link{display:block}

/* Home opening: a rink photograph opposite the current game report. */
.home-opening{padding:30px 0 0;background:#f5f7fb}
.home-opening__spread{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);background:#010f6a;align-items:stretch}
.home-opening__image{min-width:0;display:flex}
.home-opening__image .photo-accent{width:100%;margin:0;display:flex;flex-direction:column;border:0;border-radius:0;background:#091039}
.home-opening__image .photo-accent img{width:100%;height:100%;min-height:420px;aspect-ratio:4/3;object-fit:cover;object-position:center;flex:1}
.home-opening__image .photo-accent--crest img{object-fit:contain;background:#edf1f7}
.home-opening__image .photo-accent figcaption{background:#091039;color:#d6ddee;padding:10px 16px;font-size:11px;line-height:1.5}
.home-opening__image .photo-accent figcaption a{color:#fff}
.home-opening__report{padding:36px 34px 24px;display:flex;flex-direction:column;align-items:flex-start;color:#fff}
.home-opening__report h1{font-size:clamp(34px,3.8vw,52px);line-height:1.08;color:#fff;margin:0 0 24px;max-width:15ch}
.home-opening__match{font-family:var(--font-display);font-size:27px;line-height:1.25;color:#fff;margin:0 0 13px;max-width:100%;overflow-wrap:anywhere}
.home-opening__match span{display:block;font:13px var(--font-body);color:#bfc9ea;margin:6px 0}
.home-opening__details{font-size:14px;line-height:1.7;color:#d6ddee;margin:0 0 26px}
.home-opening__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:auto}
.home-opening__watch{color:#fff;font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.home-opening__watch:hover{color:#d6ddee}
.home-opening__season{border-top:1px solid #ffffff38;margin:26px 0 0;padding-top:15px;width:100%;font-size:12px;color:#d6ddee}
@media(max-width:999px){.home-opening__report{padding:26px}.home-opening__report h1{font-size:36px}.home-opening__image .photo-accent img{min-height:400px}.home-opening__match{font-size:24px}}
@media(max-width:700px){.home-opening{padding-top:16px}.home-opening__spread{grid-template-columns:1fr}.home-opening__image .photo-accent img{height:230px;min-height:0;flex:auto;aspect-ratio:auto}.home-opening__report{padding:25px 22px}.home-opening__report h1{font-size:38px;max-width:20ch;margin-bottom:20px}.home-opening__match{font-size:25px}.home-opening__match span{display:inline;margin:0 7px}.home-opening__details{margin-bottom:20px}.home-opening__season{margin-top:22px}}

/* Watch is a separate link from the game details, including compact listings. */
.game-watch,.gamecard__links a.game-watch{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 14px;background:var(--red);border:1px solid var(--red);border-radius:2px;color:#fff;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap}
.game-watch:hover,.gamecard__links a.game-watch:hover{background:#9f1027;border-color:#9f1027;color:#fff;text-decoration:none}
.gamecard__links{align-items:center}.sgame__details{display:block;color:inherit;text-decoration:none}.sgame__details:hover{text-decoration:none}.sgame .game-watch{min-height:30px;margin-top:7px;padding:4px 10px;font-size:11px}
.result-entry{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line-2)}.result-entry:last-child{border-bottom:0}.result-entry .result-row{flex:1;min-width:0;border:0}.result-entry .game-watch{flex-shrink:0}
@media(max-width:700px){.result-entry{gap:10px}.result-entry .result-row{flex-wrap:wrap;gap:6px;font-size:14px}.result-entry .result-row__meta{flex-basis:100%;margin-left:0;white-space:normal;font-size:11px}.game-watch{min-height:40px}}

.scorestrip__games .sgame{min-width:0}.scorestrip__games .sgame__meta{flex-wrap:wrap}.scorestrip__more{grid-column:1/-1;justify-self:end}

/* Homepage editorial audit, September 2026: reduce repetition and give coverage priority. */
.home .section__head{border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:22px}
.home .section__head h2{font-size:28px;line-height:1.15;text-wrap:pretty}
.home .more-link{font-size:13px}
.home-opening{background:var(--paper);padding-top:24px}
.home-opening__spread{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}
.home-opening__image .photo-accent img{min-height:0;height:390px;aspect-ratio:auto;flex:auto;object-position:center 42%}
.home-opening__image .photo-accent figcaption{font-size:12px;min-height:44px;display:flex;flex-wrap:wrap;align-items:center;gap:0 5px}
.home-opening__report{padding:30px 32px 24px;background:var(--navy-deep)}
.home-opening__report h1{font-size:44px;line-height:1.1;max-width:16ch;margin-bottom:20px;text-wrap:pretty;letter-spacing:0}
.home-opening__date{font-family:var(--font-display);font-size:24px;line-height:1.2;color:#fff;margin-bottom:14px}
.home-opening__summary{font-size:16px;line-height:1.65;color:#e0e5f4;max-width:36ch;margin-bottom:20px}
.home-opening__details{font-size:14px;margin-bottom:20px}.home-opening__details strong{display:inline-block;margin-left:8px;color:#fff}
.home-opening__actions{margin-top:auto;gap:20px}.home-opening__actions .btn{font-size:14px}
.home-opening__watch.game-watch{min-height:42px;padding:0;background:transparent;border:0;text-decoration:underline;font-size:14px}
.home-opening__season{margin-top:20px;padding-top:14px;border-color:#ffffff24;font-size:12px}.home-opening__season a{color:#fff;text-decoration:underline}
.home-content{padding-top:36px;padding-bottom:36px}
.home-columns{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:40px;align-items:start}
.home-main,.home-rail{min-width:0}.home-rail{padding-left:26px;border-left:1px solid var(--line)}
.home-main>section+section{margin-top:36px}.home-rail>section+section{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}
.home-rail .section__head{margin-bottom:16px}.home-rail .section__head h2,.home-rail h2{font-size:23px;line-height:1.2;margin-bottom:12px}
.home-rail .section__head h2{margin-bottom:0}.home-rail p{font-size:14px;line-height:1.65}.home-rail a{font-size:14px;text-decoration:underline;text-underline-offset:3px}
.home-rail__intro{color:var(--muted)}.home-rail__link{margin-top:16px}
.home-divisions{list-style:none;padding:0;margin:0}.home-divisions li{border-bottom:1px solid var(--line-2)}.home-divisions a{display:flex;align-items:center;justify-content:space-between;min-height:46px;gap:10px;text-decoration:none}.home-divisions a:hover b{text-decoration:underline}.home-divisions b{font-weight:600}.home-divisions span{font-size:12px;color:var(--muted)}
.home-registration>a{display:block;margin-top:12px}.home-history ul{list-style:none;padding:0;margin:0}.home-history li{margin-top:10px}
.home-news .lih-story--lead .lih-story__link{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:24px;align-items:start}
.home-news .lih-story--lead img{margin:0;aspect-ratio:16/9;object-fit:contain;height:auto;background:var(--panel)}
.home-news .lih-story--lead h3{font-size:30px;line-height:1.12;letter-spacing:0;text-wrap:pretty}
.home-news .lih-headlines{margin-top:26px}.home-news .lih-headlines .lih-story{padding:18px 0}.home-news .lih-story__link{grid-template-columns:150px minmax(0,1fr);gap:20px}.home-news .lih-story img{height:auto;aspect-ratio:16/9}.home-news .lih-story h3{font-size:23px;line-height:1.2;letter-spacing:0;text-wrap:pretty}.home-news .lih-story__meta,.home-news .lih-story__source{font-size:12px}
.home-clubs{padding-top:28px;border-top:1px solid var(--line)}
.home-rail .table--standings.table--compact .fold-sm{display:none}.home-rail .table--compact td,.home-rail .table--compact th{padding-left:5px;padding-right:5px}
.scorestrip .game-watch{background:var(--navy-deep);border-color:var(--navy-deep);min-height:32px;font-size:12px}.scorestrip .game-watch:hover{background:var(--navy);border-color:var(--navy)}
.scorestrip__games .sgame{border-radius:2px}.scorestrip__label{font-size:18px}.scorestrip__games .sgame__meta{font-size:12px;line-height:1.4}.sgame__details:focus-visible{outline-color:var(--red)}
@media(max-width:1050px){.home-columns{gap:26px}.home-rail{padding-left:20px}.home-news .lih-story--lead .lih-story__link{display:block}.home-news .lih-story--lead img{margin-bottom:16px}.home-opening__report{padding:25px}.home-opening__report h1{font-size:38px}}
@media(max-width:800px){.home-columns{grid-template-columns:1fr}.home-rail{padding:0;border:0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.home-rail>section+section{margin:0;padding-top:0;border:0}.home-news .lih-story--lead .lih-story__link{display:grid}.home-news .lih-story--lead img{margin:0}.home-opening__report h1{font-size:34px}}
@media(max-width:700px){.home-opening{padding-top:16px}.home-opening__spread{grid-template-columns:1fr}.home-opening__image .photo-accent img{height:220px}.home-opening__report{padding:24px}.home-opening__report h1{font-size:36px;max-width:18ch;margin-bottom:16px}.home-opening__summary{font-size:15px;margin-bottom:16px}.home-opening__date{font-size:23px}.home-opening__actions{margin-top:4px}.home-content{padding-top:28px}.home-news .lih-story--lead .lih-story__link{display:block}.home-news .lih-story--lead img{margin-bottom:16px}.home-news .lih-story--lead h3{font-size:28px}.home-news .lih-story__link{grid-template-columns:112px minmax(0,1fr);gap:14px}.home-news .lih-story h3{font-size:21px}.home .section__head{gap:12px}.home .section__head h2{font-size:26px}.home .more-link{white-space:normal;text-align:right;max-width:15ch;line-height:1.4}.home-rail{grid-template-columns:1fr}.home-rail>section{border-top:1px solid var(--line);padding-top:22px}.home-rail>section+section{border-top:1px solid var(--line);padding-top:22px}.scorestrip .game-watch{min-height:36px}.scorestrip__games .sgame__meta{font-size:11px}}
.lih-story h3{overflow-wrap:anywhere}
.home .home-opening__report h1{overflow-wrap:anywhere}
.site-header :focus-visible,.home-opening__spread :focus-visible,.site-footer :focus-visible{outline-color:#fff}
.home-rail>section{min-width:0}
.home-rail .table--standings{table-layout:fixed}
.home-rail .table--standings th:first-child{width:7%}
.home-rail .table--standings th:nth-child(2){width:49%}
.home-rail .table--standings .teamcell{min-width:0;gap:5px}
.home-rail .table--standings .teamcell a{min-width:0;overflow-wrap:anywhere;white-space:normal;font-size:13px}
.home-rail .table--standings .teamcell img{flex-shrink:0}

/* A single family, with hierarchy from size and weight rather than condensed display lettering. */
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.02em;text-wrap:pretty}
.brand__name{font-size:26px;line-height:1;letter-spacing:-.04em;font-weight:700}
.brand__sub{font-size:11px;letter-spacing:0;line-height:1.4}
.nav>ul>li>a{font-size:14px;letter-spacing:0;font-weight:700}
.nav__menu a{font-family:var(--font-body);font-size:14px;letter-spacing:0}
.mobile-nav a{font-family:var(--font-body);font-size:18px;font-weight:600;letter-spacing:0}
.home .home-opening__report h1{font-size:42px;line-height:1.08;letter-spacing:-.035em;max-width:18ch}
.home-opening__date{font-size:21px;line-height:1.3;font-weight:500;letter-spacing:-.01em}
.home-opening__match{font-size:25px;font-weight:600;letter-spacing:-.02em}
.home .section__head h2{font-size:26px;line-height:1.2;letter-spacing:-.025em}
.home-rail .section__head h2,.home-rail h2{font-size:21px;line-height:1.25;letter-spacing:-.02em}
.home-news .lih-story--lead h3{font-size:25px;line-height:1.2;letter-spacing:-.025em}
.home-news .lih-story h3{font-size:20px;line-height:1.25;letter-spacing:-.015em}
.lih-story--lead h3{font-size:30px;line-height:1.2;letter-spacing:-.025em}
.lih-story h3{font-size:21px;line-height:1.25;letter-spacing:-.015em}
.scorestrip__label{font-size:16px;letter-spacing:0;font-weight:700}
.sgame__score,.gamecard__score{letter-spacing:-.02em}
.site-footer h2{font-size:17px;letter-spacing:0;line-height:1.3}
@media(max-width:1100px){.nav>ul>li>a{font-size:13px}.brand__sub{max-width:230px}}
@media(max-width:700px){.home .home-opening__report h1{font-size:34px;line-height:1.1}.home-opening__date{font-size:20px}.home .section__head h2{font-size:24px}.home-news .lih-story--lead h3{font-size:26px}.home-news .lih-story h3{font-size:19px}.home-rail h2,.home-rail .section__head h2{font-size:21px}}

/* Defined league surfaces: tinted canvas, white editorial paper, shaded information rail. */
body.home{background:#edf0f5}
.scorestrip{background:#e4e9f1;border-bottom:1px solid #cbd3e0}
.scorestrip__label{padding-top:12px;padding-bottom:10px}
.scorestrip__games{padding-bottom:14px}
.scorestrip__games .sgame{background:#fff;border-color:#cbd3e0;padding:8px 10px}
.sgame__meta{border-top:1px solid #e5e9f0;padding-top:5px;margin-top:5px}
.home-opening{background:transparent;padding-top:20px}
.home-content{background:transparent;padding:24px 0 28px}
.home-columns{gap:24px}
.home-main{background:#fff;padding:24px}
.home-news>.section__head{margin:-24px -24px 22px;padding:17px 24px;background:var(--navy-deep);border:0;align-items:center}
.home-news>.section__head h2{color:#fff;font-size:23px}
.home-news>.section__head .more-link{color:#fff;font-size:12px}
.home-rail{background:#e0e6ef;border-left:0;padding:24px}
.home-rail .section__head{border-bottom-color:#bac6d7}
.home-rail>section+section{border-top-color:#bac6d7;margin-top:22px;padding-top:22px}
.home-divisions li{border-bottom-color:#c7d1df}.home-divisions a{padding:0 9px}
.home-divisions li:nth-child(odd){background:#edf1f7}
.home-news .lih-headlines{margin-top:20px}
.home-news .lih-headlines .lih-story{padding:16px 0;border-bottom-color:#d9e0eb}
.home-news .lih-headlines .lih-story:last-child{border-bottom:0;padding-bottom:0}
.home-news .lih-story--lead .lih-story__link{gap:20px}
.home-clubs{background:#dfe5ef;border-top:0;padding:24px 0 30px}
.home-clubs .section__head{border-bottom-color:#bec9d9;margin-bottom:20px}
.home .site-footer{margin-top:0}
.pagehead{background:#eef1f6}
.table tbody tr:nth-child(even){background:#f1f4f8}
@media(max-width:1050px){.home-columns{gap:20px}.home-main,.home-rail{padding:20px}.home-news>.section__head{margin:-20px -20px 20px;padding:16px 20px}}
@media(max-width:800px){.home-rail{padding:22px;gap:24px}.home-rail>section+section{padding-top:0;margin-top:0;border-top:0}}
@media(max-width:700px){.home-content{padding-top:18px;padding-bottom:22px}.home-main,.home-rail{padding:18px}.home-news>.section__head{margin:-18px -18px 18px;padding:15px 18px}.home-news>.section__head h2{font-size:21px}.home-news .lih-story__link{grid-template-columns:96px minmax(0,1fr);gap:12px}.home-rail>section{padding-top:0;border-top:0}.home-rail>section+section{padding-top:20px;margin-top:0;border-top:1px solid #bac6d7}.home-opening{padding-top:16px}.home-clubs{padding:22px 0}.scorestrip__games .sgame{padding:7px 8px}}
.home-news>.section__head :focus-visible{outline-color:#fff}

/* Compact scoreboard footer: game context and Watch share one aligned row. */
.scorestrip__games .sgame{padding:7px 9px}
.sgame__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #e5e9f0;margin-top:6px;padding-top:6px}
.scorestrip__games .sgame__meta{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;border:0;margin:0;padding:0;font-size:11px;line-height:1.3}
.sgame__division{color:var(--muted)}.sgame__time{font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}
.scorestrip .sgame__footer .game-watch{min-height:24px;height:24px;margin:0;padding:3px 7px;font-size:11px;line-height:1;font-weight:600;flex-shrink:0;border-radius:2px}
@media(max-width:700px){.scorestrip__games .sgame{padding:7px 8px}.sgame__footer{gap:6px}.scorestrip .sgame__footer .game-watch{min-height:26px;height:26px}}

/* Game center: scoreboard, full player and a supporting information rail. */
.game-view{background:#edf0f5}.game-view .site-footer{margin-top:0}
.game-scoreboard{background:var(--navy-deep);color:#fff;padding:18px 0 22px}
.game-scoreboard-top{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:12px;color:#cbd5ed;margin-bottom:18px}
.game-scoreboard-top .breadcrumbs{margin:0;padding:0}.game-scoreboard-top .breadcrumbs,.game-scoreboard-top .breadcrumbs a{color:#d9e2f5}
.game-scoreboard-main{display:grid;grid-template-columns:minmax(0,1fr) 160px minmax(0,1fr);align-items:center;gap:28px;max-width:980px;margin:0 auto}
.game-scoreboard-team{text-align:center;min-width:0}.game-scoreboard-team>a{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff}
.game-scoreboard-team img{width:68px;height:68px;object-fit:contain;background:#fff;padding:5px;border-radius:2px}.game-scoreboard-team strong{font-size:23px;line-height:1.2;letter-spacing:-.02em;max-width:22ch;overflow-wrap:anywhere}.game-scoreboard-team>span{display:block;margin-top:8px;color:#cbd5ed;font-size:12px}
.game-scoreboard-result{text-align:center}.game-score-number{display:flex;justify-content:center;align-items:center;gap:14px;font-size:56px;line-height:1;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.game-score-divider{font-size:26px;color:#aebbd8}.game-score-versus{font-size:28px;letter-spacing:0;color:#bdcae5}
.game-score-state{margin-top:10px;font-size:12px;color:#e1e7f3}.game-score-state .status{color:#fff}
.game-scoreboard-bottom{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:20px;padding-top:16px;border-top:1px solid #ffffff25}
.game-scoreboard-bottom p{font-size:13px;margin:0;color:#e1e7f3;line-height:1.6}.game-scoreboard-bottom p>span{display:block}.game-scoreboard :focus-visible{outline-color:#fff}
.game-center{padding:26px 0 38px}.game-center-grid{display:grid;grid-template-columns:minmax(0,2.45fr) minmax(0,1fr);gap:24px;align-items:start}
.game-center-main,.game-center-rail{min-width:0}.game-center-main>section+section{margin-top:24px}
.game-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:15px 20px;background:#fff;border-bottom:1px solid #dbe2ed}.game-section-head h2{font-size:21px;letter-spacing:-.02em}.game-section-head>span{font-size:12px;color:var(--muted)}
.game-broadcast>.game-section-head{background:var(--navy-deep);border:0;color:#fff}.game-broadcast>.game-section-head h2{color:#fff}.game-broadcast>.game-section-head>span{color:#cbd5ed}
.game-video-window{position:relative;aspect-ratio:16/9;min-height:200px;background:#080b16;display:flex;align-items:center;justify-content:center}
.game-video-window iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.game-video-waiting{padding:28px;text-align:center;color:#cbd5ed;max-width:560px}.game-video-crests{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:22px}.game-video-crests img{width:64px;height:64px;object-fit:contain;background:#fff;padding:5px;border-radius:2px}.game-video-crests span{font-size:16px}.game-video-waiting .game-video-message{font-size:22px;line-height:1.2;font-weight:600;color:#fff;margin:0 0 10px}.game-video-waiting p{font-size:14px;line-height:1.5}.game-video-waiting a{display:inline-block;color:#fff;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.game-video-waiting a:focus-visible{outline-color:#fff}
.game-broadcast-foot{display:flex;justify-content:space-between;gap:14px;padding:12px 16px;background:#dfe5ef;font-size:12px;color:#45516a}.game-broadcast-foot a{font-weight:600;text-decoration:underline}
.game-center-rail{background:#e0e6ef;padding:22px}.game-info+ .game-info{border-top:1px solid #bfcada;margin-top:24px;padding-top:22px}.game-info h2{font-size:20px;margin-bottom:18px;letter-spacing:-.02em}.game-info dl{margin:0;display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px 10px;font-size:13px;line-height:1.5}.game-info dt{color:#536077}.game-info dd{margin:0;font-weight:500;overflow-wrap:anywhere}.game-info-link{display:block;margin-top:18px;font-size:13px;text-decoration:underline;line-height:1.5}
.game-context-note{font-size:12px;color:#536077;line-height:1.6}.game-records{table-layout:fixed;font-size:13px}.game-records th:first-child{width:66%;overflow-wrap:anywhere}.game-records td{font-variant-numeric:tabular-nums;text-align:right}.game-records thead th:not(:first-child){text-align:right}.game-records th,.game-records td{padding:9px 5px}.game-records th a{font-size:13px}.game-records tbody th{font-weight:500}
.game-team-link{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:600;margin-top:16px}.game-team-link img{flex-shrink:0;object-fit:contain}.game-team-link small{display:block;font-weight:400;color:#536077;margin-top:3px;font-size:12px}
.game-panel{background:#fff}.game-panel .eventlist{padding:0 20px 16px}.game-panel .eventlist li{padding:12px 0}.game-panel .eventlist .game-period{display:block;background:#edf1f6;color:var(--ink);font-weight:600;font-size:13px;margin:16px -20px 0;padding:9px 20px}.game-panel .eventlist .who{min-width:0;overflow-wrap:anywhere}.game-panel .eventlist .who>span{display:block;margin-top:4px;line-height:1.5}
.game-linescore{table-layout:fixed}.game-linescore th:first-child{width:42%;text-align:left;overflow-wrap:anywhere}.game-linescore th,.game-linescore td{font-size:14px;text-align:right;font-variant-numeric:tabular-nums;padding:12px 14px}.game-panel-note{padding:20px;font-size:14px}.game-panel-note h2{font-size:20px;margin-bottom:12px}.game-panel-note a{text-decoration:underline}.game-stars{padding:0 24px 20px 44px;margin:0}.game-stars li{padding-top:16px;font-size:15px}.game-stars span{display:block;font-size:13px;color:var(--muted);margin-top:4px}
@media(max-width:1000px){.game-center-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px}.game-center-rail{padding:18px}.game-info dl{grid-template-columns:1fr;gap:3px}.game-info dd{margin-bottom:10px}.game-scoreboard-team strong{font-size:21px}}
@media(max-width:800px){.game-center-grid{grid-template-columns:1fr}.game-center-rail{display:grid;grid-template-columns:1fr 1fr;gap:24px}.game-info+ .game-info{border:0;margin:0;padding:0}.game-info dl{grid-template-columns:72px 1fr;gap:10px}.game-info dd{margin:0}}
@media(max-width:600px){.game-scoreboard{padding-top:14px}.game-scoreboard-top{align-items:flex-start;font-size:11px;gap:10px}.game-scoreboard-top>span{text-align:right;max-width:15ch}.game-scoreboard-main{grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr);gap:8px}.game-scoreboard-team img{width:54px;height:54px}.game-scoreboard-team strong{font-size:16px;line-height:1.25}.game-scoreboard-team>span{font-size:11px;line-height:1.5}.game-score-number{font-size:34px;gap:5px}.game-score-divider{font-size:18px}.game-score-versus{font-size:22px}.game-scoreboard-bottom{justify-content:space-between;gap:14px}.game-scoreboard-bottom p{font-size:12px}.game-scoreboard-bottom .game-watch{min-height:34px;padding:6px 10px;font-size:12px}.game-center{padding-top:18px}.game-section-head{padding:13px 14px;gap:10px;flex-wrap:wrap}.game-section-head h2{font-size:20px}.game-section-head>span{font-size:11px}.game-video-window{aspect-ratio:16/9;min-height:230px}.game-video-waiting{padding:22px 16px}.game-video-crests{margin-bottom:16px;gap:18px}.game-video-crests img{width:48px;height:48px}.game-video-waiting .game-video-message{font-size:18px}.game-video-waiting p,.game-video-waiting a{font-size:12px}.game-broadcast-foot{flex-wrap:wrap;padding:12px 14px;gap:7px}.game-center-rail{grid-template-columns:1fr;padding:18px;gap:22px}.game-info+ .game-info{border-top:1px solid #bfcada;padding-top:20px}.game-panel .eventlist{padding:0 14px 14px}.game-panel .eventlist li{grid-template-columns:40px 24px minmax(0,1fr);gap:8px;font-size:14px}.game-panel .eventlist .game-period{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.game-linescore th,.game-linescore td{padding:10px 7px;font-size:12px}}
.game-video-window{width:100%;min-width:0}.game-center-grid{min-width:0}
@media(max-width:800px){.game-center-grid{grid-template-columns:minmax(0,1fr)}.game-center-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.game-center-rail{grid-template-columns:minmax(0,1fr)}.game-info{min-width:0}}
.game-broadcast{scroll-margin-top:140px}
@media(max-width:360px){.game-scoreboard-main{grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr);gap:6px}.game-scoreboard-team strong{font-size:14px}.game-scoreboard-team>span{font-size:10px}}
/* League identity replaces rotating club photography. */
.home-opening__spread{grid-template-columns:minmax(220px,.8fr) minmax(0,1.5fr)}
.home-opening__identity{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;background:#e0e6ef;text-align:center;color:var(--navy-deep)}
.home-opening__identity img{width:140px;height:164px;object-fit:contain}.home-opening__identity p{font-size:15px;font-weight:600;line-height:1.45;margin:14px 0 8px}.home-opening__identity>span{font-size:13px;color:#536077}
.home-rail .league-heading{display:flex;align-items:center;gap:10px;letter-spacing:-.025em}.league-heading img{width:32px;height:38px;object-fit:contain;flex-shrink:0}
.clubinfo{background:#e8edf4;padding:24px;gap:28px}.clubinfo h2{font-size:21px}.clubinfo .kv{font-size:14px}.clubinfo .kv dd{overflow-wrap:anywhere}.club-history{padding:20px 24px;background:#f0f3f8;margin-top:20px}.club-history h2{font-size:21px;margin-bottom:10px}.club-history p{margin:0;max-width:75ch;font-size:15px;line-height:1.6}
.club-team-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#d5dde9;border:1px solid #d5dde9}.club-team-row{display:flex;align-items:center;gap:12px;padding:16px;background:#f5f7fb;min-width:0}.club-team-row img{object-fit:contain;flex-shrink:0}.club-team-row>span{min-width:0}.club-team-row strong{font-size:15px;display:block}.club-team-row small{font-size:12px;color:#536077;display:block;margin-top:4px}.club-team-row__record{margin-left:auto;font-size:12px;text-align:right;max-width:110px;flex-shrink:0}.club-staff{margin-top:18px}.club-staff .teamcard__h h3{font-size:17px;color:inherit;margin:0}.club-staff .teamcard__h{padding:13px 18px}.club-staff .teamcard__b{background:#f3f6fa}.club-staff .kv{font-size:14px}
.pagehead{border-bottom:1px solid #d1dae7}.section:not(.home-content):not(.home-clubs){background:#f3f5f9}.section .table{background:#fff}.section .filters{background:#e4eaf3;padding:16px}.section .section__head{border-bottom-color:#c1ccdb}
@media(max-width:700px){.home-opening__spread{grid-template-columns:1fr}.home-opening__identity{flex-direction:row;gap:16px;text-align:left;justify-content:flex-start;padding:16px 20px}.home-opening__identity img{width:62px;height:76px}.home-opening__identity p{margin:0;font-size:13px}.home-opening__identity>span{margin-left:auto}.clubinfo{padding:18px}.club-team-directory{grid-template-columns:minmax(0,1fr)}.club-team-row{padding:13px}.club-team-row strong{font-size:14px}.club-team-row__record{max-width:85px;font-size:11px}}
.home .home-opening__report h1{max-width:24ch;font-size:38px}.home-opening__summary{max-width:60ch}.home-opening__identity img{height:148px}.season-notice{padding:15px 18px;background:#e2e9f3;border:1px solid #c9d4e3;font-size:14px;line-height:1.5;margin-bottom:20px}.season-notice a{text-decoration:underline}
@media(max-width:700px){.home .home-opening__report h1{font-size:31px}.home-opening__identity img{height:76px}}
.league-heading{display:flex;align-items:center;gap:10px}.information-layout{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(0,1fr);gap:32px;align-items:start}.information-layout>.prose{padding:24px;background:#fff;min-width:0;max-width:none}.information-rail{background:#e0e6ef;padding:22px;min-width:0}.information-rail h2{font-size:20px}.information-rail p{font-size:14px;color:#536077;line-height:1.5}.information-rail nav a{display:block;padding:12px 0;border-top:1px solid #bdc8d8;font-size:14px;font-weight:600}.leaders--crests li{grid-template-columns:18px 28px minmax(0,1fr) auto;gap:8px}.leader-crest{width:28px;height:28px;object-fit:contain}.clubinfo>section>h2{font-size:18px;color:var(--navy-deep);margin-bottom:14px}.section{padding-top:32px;padding-bottom:32px}
@media(max-width:800px){.information-layout{grid-template-columns:minmax(0,1fr);gap:20px}.information-layout>.prose{padding:18px}.section{padding-top:24px;padding-bottom:24px}}
.finder-club{display:flex;align-items:center;gap:9px;font-weight:600}.finder-club img{flex-shrink:0;object-fit:contain}.finder-club:hover{text-decoration:underline}
.leaders--crests .who b,.leaders--crests .who>span{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.4}.leaders--crests li{align-items:center}
form[role="search"] label{min-width:0}form[role="search"] input{width:100%;min-width:0}.information-layout .prose>div>h2:first-child{margin-top:0}
.team-calendar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 24px;background:#e0e6ef;padding:20px 24px;margin-top:24px;border:1px solid #c6d0df}.team-calendar h2{font-size:22px;margin:0 0 7px}.team-calendar p{font-size:14px;line-height:1.5;margin:0}.team-calendar p>span{display:inline-block;margin-left:12px;font-weight:600}.team-calendar>details{grid-column:1/-1;border-top:1px solid #bfcbdb;padding-top:12px;font-size:13px}.team-calendar summary{cursor:pointer;font-weight:600;line-height:1.5}.team-calendar-help{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;padding-top:16px}.team-calendar-help p{font-size:13px}.team-calendar-help p:last-child{grid-column:1/-1;color:#46536b}.team-calendar-help a{text-decoration:underline}
@media(max-width:700px){.team-calendar{grid-template-columns:minmax(0,1fr);padding:18px;gap:14px;margin-top:18px}.team-calendar h2{font-size:20px}.team-calendar>.btn{justify-self:start;min-height:44px}.team-calendar-help{grid-template-columns:minmax(0,1fr)}.team-calendar p>span{margin-left:0;display:block}}
/* One navy for the site chrome; evenly distributed club identities. */
:root{--chrome-navy:var(--navy-deep)}
.site-header .utility,.site-header .masthead,.site-header .mobile-nav,.site-header .header-search,.site-footer,.footer-bottom{background:var(--chrome-navy)}
.masthead{box-shadow:none;border-top:1px solid #ffffff18;border-bottom:1px solid #ffffff18}
.home-clubs .creststrip{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:8px;align-items:center;width:100%}
.home-clubs .creststrip a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:64px;padding:7px 0;border-radius:3px}
.home-clubs .creststrip a:hover{background:#f4f6fa}.home-clubs .creststrip img{width:48px;height:48px;max-width:100%;object-fit:contain}
.site-footer{margin-top:0;border-top:1px solid #ffffff26;color:#d4dced}
.site-footer .footer-main{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr) minmax(0,1fr);gap:32px 56px;padding-top:32px;padding-bottom:30px}
.site-footer .footer-brand{min-width:0}.site-footer .footer-identity{display:flex;align-items:center;gap:15px;text-decoration:none;margin-bottom:18px;max-width:400px}.footer-identity strong{font-size:18px;line-height:1.4;letter-spacing:-.015em}.site-footer .footer-brand img{width:64px;height:76px;object-fit:contain;flex-shrink:0;margin:0}.site-footer .footer-brand address{font-size:14px;line-height:1.65;font-style:normal;color:#d4dced}.footer-brand address>span{font-weight:600;color:#fff}
.site-footer a{text-decoration:none}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.site-footer a:focus-visible{outline:2px solid #fff;outline-offset:4px}
.footer-contact{display:flex;flex-wrap:wrap;gap:0 22px;margin-top:8px}.footer-contact a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:600}.site-footer .footer-officers{font-size:13px;margin-top:8px}.site-footer .footer-officers li{font-size:13px;line-height:1.5;margin-bottom:6px}
.site-footer .footer-social{display:flex;flex-wrap:wrap;gap:0 18px;margin-top:14px;border-top:1px solid #ffffff24;padding-top:10px;max-width:370px}.footer-social a{min-height:44px;font-size:13px}.footer-social svg{width:17px;height:17px}
.site-footer .footer-navigation h2{font-size:16px;line-height:1.4;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid #ffffff24}.site-footer .footer-navigation li{margin:0}.footer-navigation a{display:flex;align-items:center;min-height:36px;line-height:1.4;font-size:14px;padding:6px 0}
.footer-bottom{border-top:1px solid #ffffff24;color:#c5cee2}.site-footer .footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:12px 24px;padding-top:12px;padding-bottom:12px}.footer-bottom p{margin:0;font-size:13px;line-height:1.5}.footer-bottom p>a{font-weight:600;display:inline-flex;align-items:center;min-height:44px;margin-left:7px}.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:0 20px;font-size:13px}.footer-legal a{display:inline-flex;align-items:center;min-height:44px;color:#fff}
@media(max-width:1100px){.home-clubs .creststrip{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.site-footer .footer-main{gap:28px;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,1fr))}.footer-identity strong{font-size:16px}}
@media(max-width:800px){.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.footer-brand{grid-column:1/-1}.site-footer .footer-identity{max-width:none}.site-footer .footer-social{max-width:none}.footer-navigation a{min-height:44px}.site-footer .footer-bottom-inner{align-items:flex-start;flex-direction:column;gap:0}.footer-legal{width:100%;justify-content:space-between;gap:0 12px}}
@media(max-width:600px){.home-clubs .creststrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px 12px}.home-clubs .creststrip a:nth-child(4n+1):nth-last-child(2){grid-column:2}.home-clubs .creststrip a:nth-child(4n+1):last-child{grid-column:2/span 2}.site-footer .footer-main{gap:24px 18px;padding-top:26px;padding-bottom:24px}.footer-navigation a{font-size:13px}.site-footer .footer-navigation h2{font-size:15px}.footer-identity strong{font-size:16px}.site-footer .footer-brand img{width:58px;height:68px}.footer-bottom p>a{margin-left:0}.footer-bottom p{display:flex;flex-wrap:wrap;align-items:center;gap:0 8px}}
@media(max-width:360px){.site-footer .footer-navigation h2{min-height:55px}}
/* Recent finals sit between the league opening and editorial columns. */
.home-recent-scores{padding:24px 0 0;background:#edf0f5}.home-recent-scores .section__head{margin-bottom:8px;align-items:center}.home-recent-scores h2{font-size:25px}.recent-scores-context{font-size:13px;color:#536077;margin:0 0 15px;line-height:1.5}.recent-scores-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recent-score{background:#fff;border:1px solid #cbd4e1;padding:13px 15px;min-width:0}.recent-score-meta{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#536077;margin-bottom:10px;line-height:1.4}.recent-score-match{display:grid;gap:7px;color:var(--ink)}.recent-score-match:hover{text-decoration:none}.recent-score-match:hover .recent-score-team>span{text-decoration:underline}.recent-score-team{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:9px;min-width:0}.recent-score-team img{width:28px;height:28px;object-fit:contain}.recent-score-team>span{font-size:14px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.recent-score-team>strong{font-size:23px;text-align:right;font-variant-numeric:tabular-nums}.recent-score-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e1e6ee;padding-top:7px;margin-top:10px;font-size:11px;font-weight:600}.recent-score-foot>span{text-transform:uppercase;letter-spacing:.03em}.recent-score-foot a{display:inline-flex;align-items:center;min-height:28px;text-decoration:underline}
@media(max-width:1000px){.recent-scores-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-recent-scores{padding-top:20px}.recent-scores-grid{grid-template-columns:minmax(0,1fr);gap:10px}.recent-score{padding:11px 14px}.recent-score-foot a{min-height:36px}.home-recent-scores h2{font-size:23px}}
.site-footer .footer-site-credit{padding-bottom:16px}.footer-site-credit p>a{margin-left:0}

/* Official broadcast identity, kept secondary to the league crest. */
.lisn-brand{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:72px;min-height:44px;padding:4px 8px;background:var(--chrome-navy);border-radius:2px;vertical-align:middle}.lisn-brand img{display:block;width:100%;height:auto;max-height:64px;object-fit:contain}.lisn-brand:focus-visible{outline:2px solid currentColor;outline-offset:4px}.home-opening__season{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.footer-broadcast-partner{display:flex;align-items:center;gap:18px;font-size:13px}.section__head h2 a{color:inherit;text-decoration:none}.section__head h2 a:hover{text-decoration:underline}.pagehead__intro a{text-decoration:underline;text-underline-offset:3px}

/* Active games lead the scores area; completed games remain in the right column. */
.score-groups--mixed{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:20px}.score-group{min-width:0}.score-group-title{display:flex;align-items:center;gap:12px;margin:0 0 10px;font-size:15px}.score-group-title span{font-size:12px;font-weight:400;color:var(--muted)}.score-group--live .score-group-title{color:#a40b26}.score-groups--mixed .score-group--live .recent-scores-grid{grid-template-columns:minmax(0,1fr)}.score-groups--mixed .score-group--final .recent-scores-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recent-score--live{border-top:3px solid #bc092d}.recent-score--live .recent-score-foot .status--live{font-size:11px}
@media(max-width:700px){.score-groups--mixed{grid-template-columns:minmax(0,1fr);gap:24px}.score-groups--mixed .score-group--final .recent-scores-grid{grid-template-columns:minmax(0,1fr)}}

/* Aztek celebration photograph with a visible editorial treatment and credit. */
.home-opening__spread{grid-template-columns:minmax(0,1.15fr) minmax(0,1.25fr)}
.home-opening__photo{position:relative;isolation:isolate;overflow:hidden;margin:0;min-height:400px;background:var(--chrome-navy)}
.home-opening__photo-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;user-select:none;-webkit-user-drag:none}
.home-opening__photo-treatment{position:absolute;inset:0;background:rgba(5,10,61,.13);pointer-events:none;overflow:hidden}
.home-opening__photo-treatment:before{content:"";position:absolute;inset:18px;border:1px solid #ffffff42;clip-path:polygon(0 0,100% 0,100% 26%,99% 26%,99% 1%,1% 1%,1% 99%,22% 99%,22% 100%,0 100%)}
.home-opening__photo-treatment:after{content:"";position:absolute;width:150px;height:12px;right:-28px;top:26px;background:#bc092d;transform:rotate(38deg);box-shadow:0 18px 0 #050a3d99}
.home-opening__photo-treatment>img{position:absolute;width:clamp(155px,34%,220px);height:auto;opacity:.42;transform:rotate(-18deg);filter:drop-shadow(0 2px 3px #050a3d66);user-select:none;-webkit-user-drag:none}.home-opening__photo-treatment>img:nth-child(1){left:2%;top:5%}.home-opening__photo-treatment>img:nth-child(2){left:34%;top:35%}.home-opening__photo-treatment>img:nth-child(3){right:-1%;bottom:8%}
.home-opening__photo figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 16px;padding:8px 18px;background:#050a3de8;color:#d6dfed;font-size:11px;line-height:1.4}
.home-opening__photo figcaption a{display:inline-flex;align-items:center;min-height:32px;color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.home-opening__game{display:inline-flex;align-items:center;min-height:42px;color:#fff;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.home-opening__game:hover{color:#d6ddee}
@media(max-width:700px){.home-opening__spread{grid-template-columns:minmax(0,1fr)}.home-opening__photo{min-height:0;aspect-ratio:3/2}.home-opening__photo-image{object-position:center 42%}.home-opening__photo-treatment>img{width:42%;opacity:.45}.home-opening__photo-treatment>img:nth-child(1){left:2%;top:4%}.home-opening__photo-treatment>img:nth-child(2){left:30%;top:34%}.home-opening__photo-treatment>img:nth-child(3){right:-2%;bottom:7%}.home-opening__photo figcaption{padding:4px 12px;font-size:10px}.home-opening__photo figcaption a{min-height:36px}}

/* Compact scoreboard: stronger league colors without increasing card height. */
.home-recent-scores{padding-top:18px;background:#e5ebf3}.home-recent-scores .section__head{margin-bottom:6px;border-bottom:2px solid #bcc9dc;padding-bottom:7px}.home-recent-scores h2{font-size:23px}.recent-scores-context{font-size:12px;margin-bottom:10px}.recent-scores-grid{gap:8px}.recent-score{padding:0;background:#f8faff;border-color:#bcc9dc}.recent-score-meta{margin:0;padding:5px 10px;background:var(--chrome-navy);color:#e3eaf5;font-size:10px;gap:8px}.recent-score-match{padding:7px 10px 5px;gap:3px}.recent-score-team{grid-template-columns:23px minmax(0,1fr) 26px;gap:7px}.recent-score-team img{width:23px;height:23px}.recent-score-team>span{font-size:13px;line-height:1.25}.recent-score-team>strong{font-size:20px;line-height:1.2;color:var(--navy-deep)}.recent-score-foot{margin:0;padding:0 10px;background:#dce5f2;border-top:1px solid #c4d0e1;font-size:10px}.recent-score-foot>span{color:#233d65}.recent-score-foot a{min-height:28px;color:#102c55}.recent-score--live{border-top:1px solid #bc092d;border-color:#bc092d}.recent-score--live .recent-score-meta{background:#a60929;color:#fff}.recent-score--live .recent-score-foot{background:#f9e7ec;border-color:#e8b8c4}.recent-score--live .recent-score-foot .status--live{background:#a60929;color:#fff;font-size:10px}.score-group-title{margin-bottom:7px;font-size:13px}.score-groups--mixed{gap:12px}
@media(max-width:600px){.home-recent-scores{padding-top:16px}.recent-score{padding:0}.recent-score-foot a{min-height:32px}.recent-score-match{padding:7px 10px}.recent-score-team>span{font-size:13px}.recent-scores-grid{gap:8px}}

/* Homepage editorial desk: one full-width lead and four illustrated stories. */
.home-news>.section__head{border-top:4px solid #bc092d;padding-top:15px;padding-bottom:15px;gap:18px}.home-news>.section__head h2{font-size:25px;line-height:1.2;letter-spacing:-.02em}.home-news>.section__head .more-link{flex-shrink:0;max-width:12ch;white-space:normal}
.home-news .lih-story{margin:0;border:1px solid #cbd5e3;background:#f2f5fa;overflow:hidden}
.home-news .lih-story .lih-story__link{display:flex;flex-direction:column;align-items:stretch;gap:0;height:100%;color:var(--ink)}
.home-news .lih-story .lih-story__link>img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;margin:0;background:#0b1530}
.home-news .lih-story__body{display:flex;flex-direction:column;flex:1;padding:14px 15px 13px;border-top:3px solid #cad5e5}
.home-news .lih-story h3{font-size:19px;line-height:1.24;letter-spacing:-.02em;margin:0 0 10px}
.home-news .lih-story__meta{font-size:11px;line-height:1.45;margin:0 0 4px;color:#526078}
.home-news .lih-story__source{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;font-size:11px;color:#163963;font-weight:700}
.home-news .lih-story__source:after{content:"↗";font-size:17px;line-height:1}
.home-news .lih-story--lead .lih-story__body{background:var(--chrome-navy);color:white;border-top:3px solid #bc092d;padding:18px 20px}
.home-news .lih-story--lead h3{font-size:27px;line-height:1.18;color:white;max-width:30ch;margin-bottom:10px}
.home-news .lih-story--lead .lih-story__meta{color:#c8d3e5}.home-news .lih-story--lead .lih-story__source{color:white}
.home-news .lih-story__link:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.home-news .lih-story__link:focus-visible{outline:3px solid #b10b2d;outline-offset:-3px}
.home-news .lih-headlines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.home-news .lih-headlines .lih-story,.home-news .lih-headlines .lih-story:last-child{padding:0;border:1px solid #cbd5e3}
@media(max-width:700px){.home-news>.section__head{align-items:flex-start}.home-news>.section__head h2{font-size:22px}.home-news .lih-story--lead h3{font-size:24px}.home-news .lih-story--lead .lih-story__body{padding:16px}.home-news .lih-headlines{gap:10px}.home-news .lih-story__body{padding:11px}.home-news .lih-story h3{font-size:17px}.home-news .lih-story__meta{font-size:10px}.home-news .lih-story__source{font-size:10px}}
@media(max-width:480px){.home-news .lih-headlines{grid-template-columns:minmax(0,1fr)}.home-news .lih-headlines .lih-story .lih-story__link{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:start}.home-news .lih-headlines .lih-story__body{border-top:0;padding:10px}.home-news .lih-headlines .lih-story .lih-story__link>img{height:100%;min-height:110px;object-fit:contain;background:#dfe6f0}.home-news .lih-headlines h3{font-size:16px}.home-news .lih-headlines .lih-story__source{padding-top:6px}}
@media(max-width:700px){.home-news .lih-story.lih-story--lead h3{font-size:24px}}

.team-page-nav{display:flex;flex-wrap:wrap;gap:4px 20px;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #c4d0e1}.team-page-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px}#team-schedule,#team-results,#team-roster,#team-calendar,#broadcast{scroll-margin-top:150px}.score-next-steps{display:flex;flex-wrap:wrap;gap:8px 20px}.score-next-steps a{min-height:44px;display:inline-flex;align-items:center;text-decoration:underline}.scores-live{margin:0 0 24px;padding:16px;background:#f8e9ee;border-top:3px solid #bc092d}.scores-live>h2{font-size:22px;margin:0 0 12px}.schedule-calendar-help{font-size:14px;padding:12px 16px;background:#e4ebf5}.schedule-calendar-help a{text-decoration:underline}


/* Helvetica / Arial restored. Tracking follows reading size and editorial role. */
:root{--track-display:-.025em;--track-headline:-.04em;--track-navigation:.025em}
h1{letter-spacing:var(--track-headline)}
h2{letter-spacing:var(--track-display)}
h3,h4{letter-spacing:-.015em}
.brand__name{letter-spacing:.035em}
.nav>ul>li>a{letter-spacing:var(--track-navigation)}
.mobile-nav a{letter-spacing:.015em}
.nav__menu a,.mobile-nav .mobile-nav__sub a{letter-spacing:0}
.home .home-opening__report h1{letter-spacing:var(--track-headline)}
.home-opening__date,.home-opening__match{letter-spacing:-.015em}
.home .section__head h2,.home-news>.section__head h2{letter-spacing:-.03em}
.home-rail h2,.home-rail .section__head h2{letter-spacing:-.02em}
.lih-story h3,.home-news .lih-story h3{letter-spacing:-.018em}
.lih-story--lead h3,.home-news .lih-story--lead h3{letter-spacing:-.028em}
.site-footer h2,.site-footer .footer-navigation h2{letter-spacing:.035em}
.sgame__score,.gamecard__score,.scoreboard__score,.recent-score-team>strong,.num{letter-spacing:0;font-variant-numeric:tabular-nums}
@media(max-width:700px){.home .home-opening__report h1{letter-spacing:-.032em}.home .section__head h2,.home-news>.section__head h2{letter-spacing:-.025em}}

/* Mobile audit: compact shared chrome, deliberate stacking and readable controls. */
.scorestrip-disclosure{min-width:0}.scorestrip__label{list-style:none;cursor:pointer}.scorestrip__label::-webkit-details-marker{display:none}.scorestrip__toggle{margin-left:auto;font:600 12px var(--font-body)}.scorestrip__toggle:after{content:"Show games +"}.scorestrip-disclosure[open] .scorestrip__toggle:after{content:"Hide games −"}
.club-teams-priority{margin-bottom:28px}.club-teams-priority>.section__head{margin-top:0}
@media(min-width:701px){.scorestrip__toggle{display:none}}
@media(max-width:979px){
 .mobile-nav{max-height:calc(100dvh - 98px);overflow-y:auto;overscroll-behavior:contain}
 .mobile-nav>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 16px;gap:0 12px}
 .mobile-nav a,.mobile-nav .mobile-nav__sub a{padding:12px 8px;min-height:44px;font-size:15px;line-height:1.3;display:flex;align-items:center}
 .mobile-register{margin:0 24px;border-bottom:1px solid #ffffff25;color:#fff}
 body.menu-open{overflow:hidden}
 .icon-btn{width:44px;height:44px}
}
@media(max-width:700px){
 .utility .container{flex-wrap:nowrap;justify-content:space-between;gap:12px;min-height:44px;padding-top:0;padding-bottom:0}
 .utility .utility__sep,.utility .utility__register{display:none}
 .utility a{display:inline-flex;align-items:center;min-height:44px;font-size:12px}
 .utility .utility__watch{padding:0 10px;min-height:32px}
 .masthead .container{gap:8px;min-height:54px}.brand{min-width:0;gap:8px}.brand__name{font-size:24px}.brand__crest{width:36px;height:36px}
 .scorestrip__label{min-height:48px;margin:0;padding:10px 0;font-size:14px}.scorestrip__games{padding-top:0;padding-bottom:12px}
 .scorestrip .sgame__footer .game-watch{height:auto;min-height:36px;padding:7px}.scorestrip__games .sgame{padding:8px}
 .header-search input{min-width:0;width:100%;font-size:16px}.header-search .btn{flex-shrink:0;padding:10px 12px}
 .pagehead{padding:18px 0 16px}.pagehead h1{font-size:30px;line-height:1.12;overflow-wrap:anywhere}.pagehead__intro{font-size:15px;line-height:1.5}
 .section{padding-top:22px;padding-bottom:24px}.section__head{gap:10px;align-items:flex-start}.section__head h2{min-width:0}.section__head>.more-link{flex-shrink:0;font-size:12px;max-width:10ch}
 .section .filters{display:grid;grid-template-columns:minmax(0,1fr);padding:12px;gap:12px;margin-bottom:14px}.filters label{min-width:0;width:100%}.filters select,.filters input{min-width:0;width:100%;min-height:44px;font-size:16px}.filters .btn{min-height:44px}
 .section .season-filter{padding:10px 12px}.season-filter label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px}
 .tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-bottom:14px}.tabs a{font-size:14px;min-height:44px;padding:12px 8px;margin:0;line-height:1.2}.tabs a[aria-current="page"]{background:#dfe6f1}
 .home-opening__report{order:-1;padding:22px}.home .home-opening__report h1{font-size:32px;margin-bottom:12px}.home-opening__date{font-size:19px}.home-opening__summary{font-size:14px}.home-opening__season{margin-top:16px;padding-top:12px}
 .home-news>.section__head{margin:0 0 14px;padding:12px;display:block}.home-news>.section__head .more-link{display:inline-flex;max-width:none;text-align:left;margin-top:8px;min-height:36px}.home-news>.section__head h2{font-size:23px}.home .home-news>.section__head h2{max-width:none}
 .home-news .lih-headlines .lih-story .lih-story__link{grid-template-columns:88px minmax(0,1fr)}.home-news .lih-headlines .lih-story .lih-story__link>img{min-height:96px}.home-news .lih-headlines .lih-story__body{padding:10px}.home-news .lih-headlines h3{font-size:16px;line-height:1.25}
 .clubhead .container{display:grid;grid-template-columns:60px minmax(0,1fr);gap:12px;align-items:start}.clubhead__crest{width:60px;height:60px;padding:5px}.clubhead .container>div{min-width:0}.clubhead h1{font-size:27px;line-height:1.15;overflow-wrap:anywhere}.clubhead__meta{font-size:13px;gap:4px 10px}.clubhead__record{grid-column:1/-1;margin-left:0;text-align:left}.clubhead__record b{font-size:28px}
 .club-team-row{display:grid;grid-template-columns:36px minmax(0,1fr);gap:4px 12px}.club-team-row img{grid-row:1/3}.club-team-row strong{overflow-wrap:anywhere;line-height:1.3}.club-team-row__record{grid-column:2;margin:0;max-width:none;text-align:left}.club-team-row small{margin-top:3px}
 .team-page-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 8px}.team-page-nav a{font-size:12px;line-height:1.3}.team-calendar{padding:16px;margin-top:16px}.team-calendar h2{font-size:20px}.team-calendar>.btn{width:100%;justify-content:center;font-size:14px}.team-calendar p{overflow-wrap:anywhere}
 .game-scoreboard-top,.game-scoreboard-bottom,.game-broadcast-foot{flex-wrap:wrap;gap:8px}.game-section-head{flex-wrap:wrap;padding:12px 14px;gap:6px}.game-section-head h2{font-size:20px}.game-scoreboard-team strong{font-size:16px;line-height:1.3}
 .footer-main{gap:22px}.site-footer .footer-navigation h2{font-size:14px;letter-spacing:0;min-height:36px;line-height:1.3}.footer-navigation a{min-height:44px;font-size:13px}.footer-contact a,.footer-social a,.footer-legal a{min-height:44px;display:inline-flex;align-items:center}.footer-site-credit p{line-height:1.6}.footer-site-credit a{display:inline-block}
 #team-schedule,#team-results,#team-roster,#team-calendar,#broadcast{scroll-margin-top:112px}
}
@media(min-width:360px) and (max-width:700px){
 .recent-scores-grid,.score-groups--mixed .score-group--final .recent-scores-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .recent-score{display:flex;flex-direction:column}.recent-score-meta{flex-direction:column;gap:0;padding:5px 8px}.recent-score-match{padding:8px;flex:1}.recent-score-team{grid-template-columns:20px minmax(0,1fr) 18px;gap:5px;min-height:36px}.recent-score-team img{width:20px;height:20px}.recent-score-team>span{font-size:12px}.recent-score-foot{padding:0 8px;gap:4px}.recent-score-foot a{min-height:40px;font-size:10px}
}

@media(max-width:700px){.section__head>.more-link{white-space:normal;line-height:1.35;text-align:right}.tabs>a:first-child:nth-last-child(odd){grid-column:1/-1}}

/* Give game information and broadcast access equal, explicit weight. */
.gamecard__links{gap:6px}
.game-watch,.gamecard__links a.game-watch,.game-details-link,.gamecard__links a.game-details-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 14px;border:1px solid;border-radius:2px;color:#fff;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap}
.game-watch,.gamecard__links a.game-watch{background:var(--red);border-color:var(--red);color:#fff}
.game-details-link,.gamecard__links a.game-details-link{background:var(--navy-deep);border-color:var(--navy-deep);color:#fff}
.game-watch:hover,.gamecard__links a.game-watch:hover{background:#9f1027;border-color:#9f1027;color:#fff;text-decoration:none}
.game-details-link:hover,.gamecard__links a.game-details-link:hover{background:var(--navy);border-color:var(--navy);color:#fff;text-decoration:none}
.sgame__actions{display:flex;align-items:center;gap:4px;flex-shrink:0}
.scorestrip .game-watch{background:var(--red);border-color:var(--red)}
.scorestrip .game-watch:hover{background:#9f1027;border-color:#9f1027}
.scorestrip .sgame__footer .game-watch,.scorestrip .sgame__footer .game-details-link{height:24px;min-height:24px;margin:0;padding:3px 6px;font-size:10px;font-weight:700;line-height:1}
.result-actions{display:flex;gap:6px;flex-shrink:0}
.result-actions .game-watch,.result-actions .game-details-link{min-height:34px;padding:5px 10px;font-size:12px}
.recent-score-actions{display:flex;align-items:center;gap:9px}
@media(max-width:700px){
 .gamecard__links .game-watch,.gamecard__links .game-details-link{min-height:40px}
 .scorestrip .sgame__footer .game-watch,.scorestrip .sgame__footer .game-details-link{height:34px;min-height:34px;padding:6px}
 .result-entry{flex-wrap:wrap;padding-bottom:8px}.result-actions{margin-left:auto}
}
@media(min-width:360px) and (max-width:700px){.recent-score-actions{gap:7px}.recent-score-foot a{font-size:9px}}

/* Competitive audit: remove redundant mobile chrome and delay third-party embeds. */
.clubinfo address a{font-weight:600;text-decoration:underline;text-underline-offset:3px}
.lih-story h2{font-size:21px;line-height:1.25;letter-spacing:-.015em;margin:0 0 8px;overflow-wrap:anywhere}
.lih-story--lead h2{font-size:30px;line-height:1.2;letter-spacing:-.025em}
.lih-story__link:hover h2{text-decoration:underline;color:var(--navy)}
.game-video-consent{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:#fff;background:linear-gradient(rgba(3,8,39,.68),rgba(3,8,39,.86)),var(--video-poster) center/cover no-repeat;text-align:center}
.game-video-consent strong{font-size:20px}.game-video-consent>span:last-child{font-size:12px;color:#d9e2f5}.game-video-play{display:grid;place-items:center;width:58px;height:58px;padding-left:4px;border-radius:50%;background:var(--red);font-size:22px;box-shadow:0 4px 16px rgba(0,0,0,.35)}
.game-video-consent:hover .game-video-play{background:var(--red-deep);transform:scale(1.04)}.game-video-consent:focus-visible{outline:4px solid #fff;outline-offset:-7px}.game-video-noscript{margin:0;color:#fff}.game-video-noscript a{color:#fff;text-decoration:underline}
@media(max-width:700px){.utility{display:none}.lih-story h2{font-size:20px}.lih-story--lead h2{font-size:28px}.game-video-consent{padding:18px}.game-video-consent strong{font-size:18px}.game-video-play{width:50px;height:50px}}

@media(max-width:700px){.section .filters:not(.season-filter){grid-template-columns:repeat(2,minmax(0,1fr))}.filters label:has(select[name="club"]),.filters label:has(input[type="search"]){grid-column:1/-1}.filters label:has(select[name="club"]){order:-1}.filters label:only-of-type{grid-column:1/-1}.filters .btn{align-self:end}.schedule-calendar-help{padding:0;background:transparent;margin-bottom:14px;font-size:13px}.schedule-calendar-help a{display:inline-flex;align-items:center;min-height:44px}}

/* Game pages: event-first hierarchy, compact metadata and a more complete league desk. */
.game-team-role{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#9fb0d2;font-weight:700}
.game-event-meta{display:grid;grid-template-columns:1.35fr .75fr 1.35fr;max-width:980px;margin:22px auto 0;border-top:1px solid #ffffff2b;border-bottom:1px solid #ffffff1c}
.game-event-meta>div{min-width:0;padding:13px 20px;text-align:center}
.game-event-meta>div+div{border-left:1px solid #ffffff24}
.game-event-meta dt{margin:0 0 4px;color:#93a7cc;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.game-event-meta dd{margin:0;color:#fff;font-size:13px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}
.game-broadcast,.game-panel,.game-center-rail{border:1px solid #c7d1df;box-shadow:0 3px 12px rgba(12,27,54,.055)}
.game-broadcast{border-top:3px solid var(--red)}
.game-center-rail{border-top:3px solid var(--navy-deep)}
.game-info h2{padding-bottom:10px;border-bottom:2px solid #bdc9da}
.game-info dd>small{display:block;margin-top:3px;color:#536077;font-size:11px;font-weight:400;line-height:1.45}
.game-info dd>small a{text-decoration:underline;text-underline-offset:2px}
.game-coverage-state{position:relative;padding-left:12px}
.game-coverage-state:before{content:"";position:absolute;left:0;top:.48em;width:6px;height:6px;border-radius:50%;background:#7c899d}
.game-coverage-state.is-live:before{background:var(--red);box-shadow:0 0 0 3px rgba(188,9,45,.14)}
.game-records th:first-child{width:50%}.game-records th:nth-child(2){width:34%}.game-records th:last-child{width:16%}
.game-records td:nth-child(2){white-space:nowrap}
.game-panel>.game-section-head{border-top:3px solid var(--navy-deep)}
@media(max-width:600px){
 .game-event-meta{grid-template-columns:1fr 1fr;margin-top:18px}
 .game-event-meta>div{padding:11px 8px}
 .game-event-meta>div:nth-child(3){grid-column:1/-1;border-left:0;border-top:1px solid #ffffff24}
 .game-video-window{min-height:0}
 .game-center-rail{padding:16px}
 .game-info h2{margin-bottom:14px}
}

.schedule-filter-panel>summary{cursor:pointer;padding:12px;background:#e4eaf3;margin-bottom:14px;min-height:48px}.schedule-filter-panel>summary strong{font-size:14px}.schedule-filter-panel>summary span{display:block;font-size:12px;color:#536077;margin-top:3px;overflow-wrap:anywhere}.schedule-filter-panel[open]>summary{margin-bottom:12px}@media(min-width:701px){.schedule-filter-panel[open]>summary{display:none}}
