@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b1020;
  --ink-soft: #151c30;
  --paper: #f4f3ef;
  --card: #ffffff;
  --muted: #6f7480;
  --line: #deded9;
  --red: #e84034;
  --red-dark: #c92c23;
  --blue: #2e5bff;
  --lime: #bdf44b;
  --shadow: 0 18px 50px rgba(11, 16, 32, .09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
a { color: inherit; }
.button:focus-visible, button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -60px; background: white; padding: 12px 18px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.navbar { position: sticky; top: 0; z-index: 100; height: 74px; background: rgba(11,16,32,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(15px); }
.nav-container { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; font: 800 1.25rem/1 "Barlow Condensed", sans-serif; letter-spacing: .055em; text-decoration: none; }
.brand > span:last-child > span { color: var(--red); }
.brand-mark { position: relative; display: grid; place-items: center; width: 29px; height: 29px; overflow: hidden; border-radius: 50%; background: var(--red); border: 2px solid rgba(255,255,255,.9); }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content: ""; position: absolute; border: 1px solid white; border-radius: 50%; opacity: .85; }
.brand-mark::before { width: 36px; height: 14px; transform: rotate(45deg); }
.brand-mark::after { width: 36px; height: 14px; transform: rotate(-45deg); }
.brand-mark span::before { width: 1px; height: 35px; border-radius: 0; }
.nav-links { display: flex; align-self: stretch; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-links a { position: relative; display: grid; place-items: center; height: 100%; padding: 0 15px; color: #b7bdcb; font-size: .87rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-links a.active::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 3px; background: var(--red); }
.live-indicator { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #cbd0da; font-size: .73rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.live-indicator > span, .eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(189,244,75,.12); }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: white; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; min-height: 620px; display: grid; align-items: center; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background-image: linear-gradient(90deg,rgba(5,9,21,.94) 0%,rgba(5,9,21,.74) 50%,rgba(5,9,21,.7) 100%),linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: auto,70px 70px,70px 70px; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--ink); filter: saturate(.82) contrast(1.08); }
.hero-glow { position: absolute; z-index: 1; width: 600px; height: 600px; left: 36%; bottom: -420px; background: var(--blue); filter: blur(100px); opacity: .23; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; padding-block: 74px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: #e9ecf2; }
.hero h1, .page-header h1 { margin: 0; font: 800 clamp(4.7rem, 9vw, 8.4rem)/.78 "Barlow Condensed", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-style: italic; }
.hero-copy { max-width: 590px; margin: 34px 0 0; color: #aeb5c5; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 50px; padding: 0 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: white; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-quiet:hover { border-color: rgba(255,255,255,.5); }
.hero-score { transform: rotate(1.5deg); }

.dashboard-section { padding-block: 82px 42px; }
.section-heading, .panel-heading, .title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.kicker { margin: 0 0 7px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h2 { margin: 0; font: 800 2.3rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.015em; }
.text-link { color: var(--ink); font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.game-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.game-card { position: relative; overflow: hidden; min-height: 292px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: 0 2px 0 rgba(11,16,32,.02); transition: transform .2s, box-shadow .2s; }
.game-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.game-card.featured { min-height: 370px; padding: 26px; color: white; background: linear-gradient(145deg,#1c263f,#0d1426 70%); border-color: rgba(255,255,255,.13); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.game-card-top { display: flex; align-items: center; justify-content: space-between; min-height: 26px; gap: 12px; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.status.live { color: var(--red); }
.status.live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pulse 1.4s infinite; }
.featured .status { color: #c8ceda; }.featured .status.live { color: #ff766d; }
.broadcast { color: #9298a3; font-size: .68rem; font-weight: 700; }
.matchup { display: grid; gap: 17px; margin-top: 24px; }
.team-line { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; min-width: 0; }
.featured .team-line { grid-template-columns: 58px 1fr auto; }
.team-logo { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0,0,0,.12)); }
.featured .team-logo { width: 58px; height: 58px; }
.team-info { min-width: 0; }
.team-info strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 1.25rem/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.featured .team-info strong { font-size: 1.55rem; }
.team-info small { color: var(--muted); font-size: .7rem; }
.featured .team-info small { color: #939bad; }
.team-score { font: 800 2.5rem/.9 "Barlow Condensed", sans-serif; font-variant-numeric: tabular-nums; }
.featured .team-score { font-size: 3.6rem; }
.team-line.loser { opacity: .57; }
.game-meta { display: flex; justify-content: space-between; gap: 10px; padding-top: 17px; margin-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .69rem; }
.featured .game-meta { border-color: rgba(255,255,255,.12); color: #929bad; }
.details-button { border: 0; padding: 0; background: none; color: inherit; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: .04em; }
.details-button:hover { color: var(--red); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-block: 20px 95px; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; }
.panel-heading { align-items: center; margin-bottom: 22px; }
.panel h2 { font-size: 1.7rem; }
.leader-group + .leader-group { margin-top: 20px; }
.leader-heading { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--muted); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.leader-row { display: grid; grid-template-columns: 28px 30px 1fr auto; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid #ecece8; font-size: .8rem; }
.leader-row img { width: 27px; height: 27px; object-fit: contain; }
.leader-row b:last-child { font-variant-numeric: tabular-nums; }
.mini-news { display: grid; grid-template-columns: 74px 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid #ecece8; text-decoration: none; }
.mini-news:first-child { border-top: 0; padding-top: 0; }
.mini-news img { width: 74px; height: 57px; object-fit: cover; border-radius: 7px; background: #e6e6e2; }
.mini-news strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font: 700 .98rem/1.25 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.mini-news small { display: block; margin-top: 5px; color: var(--muted); font-size: .65rem; }

.page-main { min-height: calc(100vh - 260px); padding-bottom: 90px; }
.page-header { padding-top: 72px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.page-header h1 { font-size: clamp(4rem, 8vw, 7.2rem); line-height: .88; }
.page-header > p:last-child, .title-row p { max-width: 600px; margin: 20px 0 0; color: var(--muted); line-height: 1.6; }
.title-row { align-items: flex-end; }
.season-select { min-width: 150px; padding: 12px 38px 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font-weight: 700; cursor: pointer; }
.date-toolbar { display: flex; align-items: stretch; justify-content: center; width: fit-content; margin: 30px auto; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 5px 18px rgba(11,16,32,.04); }
.date-toolbar button { border: 0; background: none; color: var(--ink); cursor: pointer; }
.date-arrow { width: 48px; font-size: 1.2rem; }
.date-arrow:hover { color: var(--red); }
.date-button { min-width: 220px; padding: 10px 20px; border-inline: 1px solid var(--line) !important; }
.date-button span { display: block; font: 700 1.12rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.date-button small { display: block; margin-top: 2px; color: var(--muted); font-size: .62rem; }
.today-button { align-self: center; margin: 7px; padding: 0 14px; border-radius: 7px !important; background: var(--ink) !important; color: white !important; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.score-summary { min-height: 20px; color: var(--muted); font-size: .74rem; text-align: center; }
.empty-state, .error-state { grid-column: 1 / -1; padding: 60px 25px; border: 1px dashed #c7c7c0; border-radius: var(--radius); text-align: center; background: rgba(255,255,255,.45); }
.empty-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--ink); color: white; font: 800 1.3rem "Barlow Condensed", sans-serif; }
.empty-state h2, .error-state h2 { font-size: 1.75rem; }
.empty-state p, .error-state p { max-width: 480px; margin: 12px auto 20px; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.inline-button { padding: 10px 16px; border: 0; border-radius: 7px; background: var(--red); color: white; font-size: .75rem; font-weight: 800; cursor: pointer; }

.schedule-list { max-width: 900px; margin: 0 auto; display: grid; gap: 10px; }
.schedule-row { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 25px; min-height: 108px; padding: 16px 23px; border: 1px solid var(--line); border-radius: 13px; background: var(--card); transition: transform .2s, border-color .2s; }
.schedule-row:hover { transform: translateX(3px); border-color: #b7b7b0; }
.schedule-time strong { display: block; font: 700 1.12rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.schedule-time small { color: var(--muted); font-size: .65rem; }
.schedule-matchup { display: grid; gap: 8px; }
.schedule-team { display: flex; align-items: center; gap: 10px; font: 700 1rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.schedule-team img { width: 28px; height: 28px; object-fit: contain; }
.schedule-team b { margin-left: auto; font-size: 1.15rem; }
.schedule-venue { max-width: 180px; color: var(--muted); font-size: .68rem; line-height: 1.5; text-align: right; }

.conference-tabs { display: flex; width: fit-content; margin: 30px 0 18px; padding: 4px; border-radius: 9px; background: #e5e4df; }
.conference-tabs button { min-width: 115px; padding: 9px 15px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: .75rem; font-weight: 800; cursor: pointer; }
.conference-tabs button[aria-selected="true"] { background: var(--ink); color: white; box-shadow: 0 3px 9px rgba(11,16,32,.18); }
.standings-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.standings-table { width: 100%; min-width: 780px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.standings-table th { padding: 13px 12px; background: #f9f9f7; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .63rem; text-align: right; text-transform: uppercase; letter-spacing: .05em; }
.standings-table th:nth-child(2) { text-align: left; }
.standings-table td { padding: 11px 12px; border-bottom: 1px solid #ededeb; font-size: .75rem; text-align: right; }
.standings-table tr:last-child td { border-bottom: 0; }
.standings-table tr:hover td { background: #fafaf8; }
.standings-table td:first-child { position: relative; width: 48px; font-weight: 800; text-align: center; }
.standings-table tr.playoff td:first-child::before, .standings-table tr.playin td:first-child::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; background: var(--blue); border-radius: 0 4px 4px 0; }
.standings-table tr.playin td:first-child::before { background: #e9a61a; }
.team-cell { display: flex; align-items: center; gap: 11px; min-width: 210px; text-align: left !important; font-weight: 700; }
.team-cell img { width: 31px; height: 31px; object-fit: contain; }
.team-cell small { color: var(--red); font-weight: 900; }
.streak-win { color: #17824b; font-weight: 800; }.streak-loss { color: var(--red); font-weight: 800; }
.standings-key { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 16px; color: var(--muted); font-size: .67rem; }
.standings-key span { display: flex; align-items: center; gap: 7px; }.key-line { display: inline-block; width: 3px; height: 15px; background: var(--blue); }.key-line.playin { background: #e9a61a; }

.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 32px; }
.news-card { display: grid; grid-template-columns: 180px 1fr; min-height: 190px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.news-card.feature { grid-column: 1 / -1; grid-template-columns: 1.15fr .85fr; min-height: 390px; background: var(--ink); color: white; }
.news-image { width: 100%; height: 100%; min-height: 190px; object-fit: cover; background: #ddd; }
.news-card.feature .news-image { min-height: 390px; }
.news-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; }
.news-card.feature .news-body { padding: 45px; }
.news-tag { color: var(--red); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.news-body h2 { margin: 10px 0; font-size: 1.45rem; line-height: 1.05; }
.news-card.feature h2 { font-size: clamp(2.2rem,4vw,3.6rem); }
.news-body p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.news-card.feature p { color: #aeb5c5; font-size: .9rem; }
.news-meta { margin-top: 18px; color: var(--muted); font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.source-note { margin-top: 24px; color: var(--muted); font-size: .66rem; text-align: center; }

.game-dialog { width: min(620px, calc(100% - 28px)); max-height: 85vh; padding: 0; overflow: auto; border: 0; border-radius: var(--radius); background: var(--card); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.game-dialog::backdrop { background: rgba(5,8,17,.72); backdrop-filter: blur(4px); }
.dialog-close { position: sticky; z-index: 1; float: right; top: 14px; margin: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #ecece8; color: var(--ink); font-size: 1.3rem; cursor: pointer; }
.dialog-inner { padding: 38px; }
.dialog-title { color: var(--muted); font-size: .72rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.dialog-matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; margin: 28px 0; text-align: center; }
.dialog-team img { width: 75px; height: 75px; object-fit: contain; }.dialog-team strong { display: block; margin-top: 10px; font: 700 1.25rem "Barlow Condensed",sans-serif; text-transform: uppercase; }.dialog-score { font: 800 3rem "Barlow Condensed",sans-serif; }
.line-score { width: 100%; border-collapse: collapse; font-size: .72rem; }.line-score th,.line-score td { padding: 9px; border-bottom: 1px solid var(--line); text-align: center; }.line-score th:first-child,.line-score td:first-child { text-align: left; font-weight: 700; }
.dialog-meta { margin-top: 22px; padding: 15px; border-radius: 9px; background: #f3f3f0; color: var(--muted); font-size: .72rem; line-height: 1.7; }

footer { padding: 35px 0; background: var(--ink); color: #9ca4b4; }
.footer-inner { display: flex; align-items: center; gap: 30px; font-size: .67rem; }
.footer-inner p { margin: 0; }.footer-brand { margin-right: auto; }.data-credit { color: #737c8f; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; transform: translate(-50%,30px); max-width: calc(100% - 30px); padding: 11px 17px; border-radius: 8px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: .75rem; opacity: 0; pointer-events: none; transition: opacity .2s,transform .2s; }.toast.show { opacity: 1; transform: translate(-50%,0); }

.skeleton { position: relative; overflow: hidden; background: #e6e5e0; border-radius: var(--radius); }
.skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent); animation: shimmer 1.4s infinite; }
.skeleton-card { min-height: 290px; }.hero .skeleton-card { background: #1c2438; min-height: 370px; }.skeleton-lines { min-height: 265px; }.skeleton-row { min-height: 108px; }.skeleton-table { min-height: 650px; }.skeleton-news { min-height: 190px; }.skeleton-news.feature { grid-column: 1 / -1; min-height: 390px; }
@keyframes shimmer { to { transform: translateX(100%); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }

@media (max-width: 1100px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-content { gap: 45px; }
  .featured .team-info strong { font-size: 1.35rem; }
  .featured .team-score { font-size: 3.1rem; }
}
@media (max-width: 900px) {
  .hero { min-height: auto; }.hero-content { grid-template-columns: 1fr; gap: 55px; padding-block: 70px; }.hero-score { max-width: 590px; transform: none; }.game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.split-section { grid-template-columns: 1fr; }.news-card { grid-template-columns: 140px 1fr; }.news-card.feature { grid-template-columns: 1fr 1fr; }.schedule-row { grid-template-columns: 100px 1fr; }.schedule-venue { display: none; }
}
@media (max-width: 720px) {
  .container, .nav-container { width: min(100% - 28px,1180px); }.navbar { height: 65px; }.nav-container { gap: 0; }.menu-toggle { display: block; }.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { opacity: 0; }.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: absolute; left: 0; right: 0; top: 65px; display: none; height: auto; padding: 10px 14px 18px; flex-direction: column; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }.nav-links.open { display: flex; }.nav-links a { display: block; padding: 13px 10px; }.nav-links a.active::after { left: 10px; right: auto; width: 25px; }.live-indicator { display: none; }
  .hero-content { padding-block: 60px; }.hero h1 { font-size: clamp(4.2rem,22vw,6rem); }.hero-copy { margin-top: 26px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.dashboard-section { padding-top: 58px; }.game-grid,.game-grid.compact { grid-template-columns: 1fr; }.split-section { padding-bottom: 65px; }.panel { padding: 20px; }
  .page-header { padding-top: 50px; }.page-header h1 { font-size: clamp(3.7rem,19vw,5.6rem); }.title-row { display: block; }.season-select { margin-top: 25px; }.date-toolbar { width: 100%; }.date-button { min-width: 0; flex: 1; padding-inline: 8px; }.today-button { padding-inline: 10px; }.date-arrow { width: 42px; }
  .schedule-row { grid-template-columns: 82px 1fr; gap: 12px; padding: 14px; }.schedule-team { font-size: .88rem; }.schedule-team img { width: 25px; height: 25px; }
  .news-grid { grid-template-columns: 1fr; }.news-card,.news-card.feature { grid-column: auto; grid-template-columns: 1fr; }.news-card .news-image,.news-card.feature .news-image { min-height: 210px; max-height: 240px; }.news-card.feature .news-body { padding: 25px; }.news-card.feature h2 { font-size: 2.3rem; }
  .dialog-inner { padding: 24px 18px 30px; }.dialog-matchup { gap: 9px; }.dialog-team img { width: 55px; height: 55px; }.dialog-score { font-size: 2.2rem; }.footer-inner { flex-direction: column; align-items: flex-start; gap: 11px; }.footer-brand { margin-bottom: 10px; }
}
@media (max-width: 480px) {
  .container, .nav-container { width: min(100% - 22px, 1180px); }
  .hero h1 { font-size: clamp(3.8rem, 21vw, 5rem); }
  .hero-content { padding-block: 48px; gap: 42px; }
  .hero-copy { font-size: .96rem; line-height: 1.65; }
  .game-card, .game-card.featured { min-height: 0; padding: 17px; border-radius: 14px; }
  .featured .team-line { grid-template-columns: 47px minmax(0, 1fr) auto; }
  .featured .team-logo { width: 47px; height: 47px; }
  .featured .team-info strong { font-size: 1.2rem; }
  .featured .team-score { font-size: 2.65rem; }
  .team-line { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; }
  .team-logo { width: 38px; height: 38px; }
  .team-info strong { font-size: 1.08rem; }
  .team-score { font-size: 2.1rem; }
  .section-heading, .panel-heading { align-items: center; }
  h2 { font-size: 1.9rem; }
  .page-header h1 { font-size: clamp(3.25rem, 18vw, 4.5rem); overflow-wrap: anywhere; }
  .page-header > p:last-child, .title-row p { font-size: .88rem; }
  .date-toolbar { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; width: 100%; }
  .date-arrow:first-child { grid-column: 1; grid-row: 1; }
  .date-button { grid-column: 2; grid-row: 1; min-width: 0; border-right: 1px solid var(--line) !important; }
  .date-arrow:last-child { grid-column: 3; grid-row: 1; }
  .today-button { grid-column: 1 / -1; grid-row: 2; min-height: 34px; margin: 5px; }
  .schedule-row { grid-template-columns: 70px minmax(0, 1fr); min-height: 96px; }
  .schedule-time strong { font-size: .95rem; }
  .schedule-team { min-width: 0; }
  .schedule-team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .conference-tabs { width: 100%; }
  .conference-tabs button { flex: 1; min-width: 0; }
  .panel { border-radius: 14px; }
  .news-body { padding: 20px; }
  .dialog-matchup { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
  .dialog-team strong { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
