:root {
  color-scheme: light;
  --ink: #19382f;
  --muted: #5d6e65;
  --paper: #f4f3ed;
  --surface: #fffef9;
  --surface-alt: #eeefe7;
  --line: #d9ddd2;
  --green: #245c46;
  --accent: #edcf78;
  --orange: #cf754b;
  --positive: #255f42;
  --negative: #a23e32;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 8px 24px rgba(25, 56, 47, .05);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, select, input, textarea { font: inherit; }
button, select, summary { cursor: pointer; }
button, input, select, textarea, a { -webkit-tap-highlight-color: transparent; }
button { min-height: 44px; padding: 11px 18px; border: 1px solid var(--green); border-radius: var(--radius-sm); background: var(--green); color: #fffef9; font-size: 13px; font-weight: 650; line-height: 1.4; }
button:hover:not(:disabled) { background: var(--ink); border-color: var(--ink); }
button.secondary { background: var(--surface); color: var(--ink); border-color: #bfc9bc; }
button.secondary:hover:not(:disabled) { background: var(--surface-alt); border-color: var(--green); }
button.danger { background: #fff4ef; border-color: #dcb2a6; color: var(--negative); }
button.danger:hover:not(:disabled) { background: #f9e6df; border-color: var(--negative); }
button:disabled { background: #e9ebe3; border-color: var(--line); color: #6b776e; cursor: not-allowed; }
input:not([type="checkbox"]), select, textarea { min-height: 44px; min-width: 0; max-width: 100%; border: 1px solid #bdc8bb; border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); padding: 10px 12px; font-size: 14px; line-height: 1.5; }
select { padding-right: 28px; max-width: 260px; }
input::placeholder, textarea::placeholder { color: #69776e; opacity: 1; }
input[type="checkbox"] { accent-color: var(--green); width: 18px; height: 18px; margin: 0; flex-shrink: 0; }
input[type="file"] { font-size: 13px; }
input[type="file"]::file-selector-button { min-height: 32px; margin: -3px 12px -3px -5px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-alt); color: var(--ink); font: inherit; font-weight: 600; cursor: pointer; }
label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 650; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--ink); }
:is(button, select, input, textarea, summary, a, [tabindex]):focus-visible { outline: 3px solid #a95125; outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 18px; border-radius: var(--radius-sm); background: var(--surface); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.site-header { max-width: 1440px; min-height: 98px; padding: 22px 44px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 28px; line-height: 1.05; font-weight: 800; letter-spacing: -1.1px; text-decoration: none; }
.brand-mark { display: grid; flex-shrink: 0; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--accent); font: bold italic 30px Georgia, serif; }
.brand small { display: block; margin-top: 7px; font-size: 9px; line-height: 1.3; font-weight: 650; letter-spacing: 1.6px; }
.header-right { display: flex; align-items: center; gap: 24px; }
.edition { color: var(--muted); font-size: 10px; letter-spacing: 1.5px; font-weight: 650; }
.commish-link, .back-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); font-size: 12px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.commish-link:hover, .back-link:hover { border-color: #adbca9; background: var(--surface-alt); }
main { max-width: 1440px; padding: 0 44px 20px; margin: auto; }
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.65fr 1fr; gap: 48px; padding: 34px 40px; border: 1px solid #244639; border-radius: 18px; background: var(--ink); color: var(--surface); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0 0 0 64%; opacity: .22; pointer-events: none; background: repeating-linear-gradient(90deg, transparent 0 69px, #bad1b326 70px 71px), linear-gradient(120deg, transparent, #53704a36); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 10px; font-weight: 750; line-height: 1.5; letter-spacing: 1.7px; }
.eyebrow.dark { color: #53694f; font-size: 10px; margin-bottom: 8px; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 0 0 16px; font-size: clamp(32px, 3vw, 44px); line-height: 1.13; font-weight: 730; letter-spacing: -1.7px; }
h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
h2 { margin: 0; font-size: clamp(24px, 2.2vw, 30px); line-height: 1.25; font-weight: 700; letter-spacing: -.8px; }
h3 { margin: 0; font-size: 16px; line-height: 1.4; font-weight: 650; letter-spacing: -.2px; }
.hero-description { max-width: 540px; color: #d1ddd1; font-size: 13px; line-height: 1.75; margin: 0 0 20px; }
.season-badge { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 11px; border: 1px solid #bfd3b940; border-radius: 5px; color: #d8e4d2; font-size: 10px; font-weight: 650; letter-spacing: .75px; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; align-self: center; gap: 22px 30px; padding: 6px 0 6px 34px; border-left: 1px solid #c5d6bd3d; }
.hero-stat strong { display: block; color: #fbf3d4; font-size: 42px; line-height: 1.1; letter-spacing: -1.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.hero-stat span { display: block; margin-top: 8px; color: #c4d5c0; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.hero-stat.wide { grid-column: 1 / -1; padding-top: 16px; border-top: 1px solid #c5d6bd3d; }
.hero-stat.wide strong { display: inline; font-size: 16px; letter-spacing: 0; color: #f8edc8; }
.hero-stat.wide span { display: inline; margin-left: 8px; letter-spacing: 0; font-size: 12px; text-transform: none; }
.season-progress { display: block; width: 100%; height: 5px; margin-top: 12px; appearance: none; border: 0; border-radius: 3px; overflow: hidden; background: #ffffff1a; color: var(--accent); }
.season-progress::-webkit-progress-bar { background: #ffffff1a; }
.season-progress::-webkit-progress-value { background: var(--accent); border-radius: 3px; }
.season-progress::-moz-progress-bar { background: var(--accent); }
.notice { padding: 14px 17px; margin: 18px 0 0; border: 1px solid #dfd4b4; border-radius: var(--radius-sm); background: #faf3df; color: #74541c; font-size: 12px; line-height: 1.75; overflow-wrap: anywhere; }
.notice strong { font-weight: 700; }
.notice.good { background: #edf4e9; border-color: #c9d9c2; color: #315b3f; }
.notice.neutral { background: var(--surface-alt); border-color: var(--line); color: var(--muted); }
.notice.error { background: #fbede7; border-color: #e1bfb4; color: #913c2d; }
#feed-status { padding: 12px 16px; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; border: 1px solid transparent; border-radius: 5px; padding: 4px 8px; font-size: 11px; font-weight: 650; line-height: 1.3; white-space: nowrap; }
.status-pill::before { content: ""; display: block; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .8; }
.status-pill.good { background: #e8f1e2; color: var(--positive); }
.status-pill.warning { background: #f7edd3; color: #785320; }
.status-pill.neutral { background: #edf0e8; color: #536650; }
.status-pill.danger { background: #f8e8e2; color: var(--negative); }
.workspace-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 26px 0 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.workspace-bar nav { display: flex; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: #e9ece2; }
.nav-button { min-height: 44px; padding: 10px 16px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #56694f; font-size: 13px; font-weight: 650; }
.nav-button:hover:not(:disabled) { background: #f7f8f1; border-color: transparent; color: var(--ink); }
.nav-button.active, .nav-button.active:hover:not(:disabled) { background: var(--surface); border-color: #d4dacb; color: var(--ink); box-shadow: 0 2px 5px #19382f08; }
.demo-toggle { min-height: 44px; padding: 6px 0; font-size: 12px; white-space: nowrap; cursor: pointer; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 13px; }
.filters { display: flex; align-items: center; gap: 16px; }
.filters label { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 11px; }
.description { max-width: 1000px; color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0 0 24px; }
.panel { min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.panel-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; padding: 19px 22px; border-bottom: 1px solid var(--line); }
.caption { color: var(--muted); font-size: 11px; font-weight: 450; line-height: 1.6; }
.table-scroll { max-width: 100%; overflow: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #b9c5b5 transparent; }
table { width: 100%; border-collapse: collapse; text-align: left; white-space: nowrap; font-size: 13px; }
th { padding: 13px 20px; border-bottom: 1px solid var(--line); background: #f0f2e9; color: #53654c; font-size: 11px; font-weight: 650; line-height: 1.5; }
td { padding: 17px 20px; border-bottom: 1px solid #e8eae0; font-variant-numeric: tabular-nums; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #f7f8ef; }
tr.selected-row { background: #f3f6eb; }
tr.selected-row td:first-child { box-shadow: inset 3px 0 0 #9aae89; }
.rank { width: 62px; color: #607457; font-size: 18px; font-weight: 600; }
.person { font-weight: 650; }
.demo-tag { display: inline-block; vertical-align: middle; font-size: 11px; line-height: 1.6; padding: 2px 6px; margin-left: 8px; border: 1px solid #e5d7b4; background: #faf1da; color: #73531a; border-radius: 4px; font-weight: 650; text-transform: uppercase; letter-spacing: .4px; }
.number { font-weight: 700; font-variant-numeric: tabular-nums; }
.positive { color: var(--positive); }
.negative { color: var(--negative); }
.subheading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 30px 0 16px; }
.subheading h3 { font-size: 18px; font-weight: 650; letter-spacing: -.4px; }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.matchup-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.game-filter { display: flex; flex-wrap: wrap; gap: 4px; padding: 4px; background: var(--surface-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.game-filter button { background: transparent; color: var(--ink); border-color: transparent; }
.game-filter button[aria-pressed="true"] { background: var(--green); color: var(--surface); }
.game-filter button:hover:not(:disabled) { background: var(--ink); color: var(--surface); }
.game-filter button span { margin-left: 8px; font-variant-numeric: tabular-nums; }
.matchup-explanation { max-width: 75ch; margin: 12px 0 20px; font-size: 13px; color: var(--muted); }
.matchup-explanation strong { color: var(--ink); }
.pick-split { display: grid; gap: 4px; padding-top: 14px; margin-top: 12px; border-top: 1px solid var(--line); font-size: 12px; }
.pick-split span { color: var(--muted); }
.game-grid > .empty { grid-column: 1 / -1; }
.game { display: flex; flex-direction: column; min-width: 0; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.game.live { border-color: #94b391; box-shadow: inset 0 3px 0 var(--green), var(--shadow); }
.game-status { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.game-detail { color: var(--muted); font-size: 11px; line-height: 1.5; margin: -6px 0 12px; }
.game-clock { display: inline-block; color: var(--positive); font-size: 12px; font-weight: 650; margin: -4px 0 10px; font-variant-numeric: tabular-nums; }
.team-line { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 6px 0; }
.team-name { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 13px; font-weight: 600; }
.team-code { display: inline-flex; align-items: center; justify-content: center; width: 36px; min-height: 32px; flex-shrink: 0; border: 1px solid #dee3d4; border-radius: 6px; background: #eef1e5; color: #425e38; font-size: 10px; line-height: 1.4; font-weight: 750; letter-spacing: .2px; }
.team-label { display: inline-flex; align-items: center; gap: 10px; }
.score { color: var(--ink); font-size: 28px; font-weight: 650; line-height: 1.3; font-variant-numeric: tabular-nums; letter-spacing: -.5px; }
.score.unavailable { color: #8a9784; font-weight: 400; }
.pick { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.pick strong { color: var(--ink); font-size: 12px; }
.pick-note { margin-top: 10px; font-size: 11px; line-height: 1.5; }
.pick-note.caption { margin-top: auto; padding-top: 12px; }
.pick-result { align-self: flex-start; margin-top: 10px; }
.empty { padding: 28px; background: var(--surface); border: 1px dashed #b7c5ae; border-radius: var(--radius); color: var(--muted); font-size: 14px; line-height: 1.8; }
.empty strong { display: block; color: var(--ink); margin-bottom: 5px; font-size: 16px; }
.panel > .empty { border: 0; border-radius: 0; }
.loading-state { display: grid; gap: 14px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); font-size: 13px; }
.skeleton-line { height: 12px; border-radius: 4px; background: #e9ece2; }
.skeleton-line.short { width: 38%; }
.skeleton-line.medium { width: 72%; }
.division-grid, .playoff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.conference-heading { display: flex; align-items: center; gap: 16px; margin: 32px 0 16px; font-size: 22px; letter-spacing: -.5px; }
.conference-heading::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.division-grid th, .division-grid td { padding: 14px 18px; }
.division-grid td:first-child { font-weight: 600; }
.comparison { margin-top: 28px; }
.crowd-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.crowd-stat { padding: 24px; }
.crowd-stat strong { display: block; color: var(--ink); font-size: 38px; font-weight: 650; line-height: 1.2; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.crowd-stat span { display: block; margin-top: 9px; font-size: 13px; font-weight: 650; }
.crowd-stat small { display: block; color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 6px; }
.crowd-method { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 24px 0 30px; padding: 0; }
.crowd-method > div { border-left: 2px solid #becbac; padding-left: 16px; }
.crowd-method dt { color: var(--ink); font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.crowd-method dd { color: var(--muted); font-size: 12px; line-height: 1.75; margin: 0; }
summary { min-height: 48px; padding: 18px 22px; color: var(--ink); font-size: 13px; font-weight: 650; line-height: 1.7; }
summary::marker { color: #6b825e; }
details[open] > summary { border-bottom: 1px solid var(--line); background: #f4f6ed; }
.playoff-card { padding: 24px; background: #eaf0e3; border: 1px solid #c8d5bf; border-radius: var(--radius); }
.playoff-card h3 { margin-bottom: 18px; font-size: 17px; }
.seed-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid #cfdcc5; font-size: 13px; line-height: 1.6; }
.seed-row strong { color: var(--ink); text-align: right; }
.playoff-note { color: #4e6245; font-size: 12px; line-height: 1.85; }
.rules-note { padding: 14px 20px; margin: 0; border-top: 1px solid var(--line); background: #fafbf4; color: var(--muted); font-size: 11px; line-height: 1.85; }
footer { display: flex; align-items: center; gap: 24px; margin-top: 48px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.75; }
footer strong { color: var(--ink); font-size: 21px; font-weight: 750; letter-spacing: -.5px; }
footer span:last-child { margin-left: auto; text-align: right; }
@media (max-width: 1100px) {
  .site-header { padding: 20px 28px; }
  main { padding: 0 28px 16px; }
  .edition { display: none; }
  .hero { gap: 28px; padding: 32px; }
  .hero-stats { padding-left: 28px; gap: 22px; }
  .workspace-bar { flex-wrap: wrap; gap: 12px; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .filters { gap: 12px; }
}
@media (max-width: 800px) {
  .section-heading { align-items: flex-start; }
  .filters { flex-wrap: wrap; justify-content: flex-end; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-stats { gap: 18px; padding-left: 22px; }
  .hero-stat strong { font-size: 34px; }
  .division-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { min-height: 84px; padding: 18px 20px; gap: 12px; }
  main { padding: 0 20px 12px; }
  .brand { gap: 9px; font-size: 24px; }
  .brand-mark { width: 40px; height: 40px; font-size: 26px; }
  .brand small { font-size: 8px; letter-spacing: .8px; }
  .header-right { gap: 8px; }
  .header-right label { font-size: 0; gap: 0; }
  .header-right select { font-size: 13px; padding-left: 9px; padding-right: 18px; }
  .commish-link, .back-link { padding: 10px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding: 20px 24px; border-radius: 15px; }
  .hero::after { inset: 0 0 0 35%; opacity: .12; }
  h1 { font-size: 30px; letter-spacing: -1.1px; }
  .hero h1 { margin-bottom: 0; }
  .hero .eyebrow { margin-bottom: 10px; }
  .desktop-break { display: none; }
  .hero-description, .hero .season-badge { display: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 12px 24px; padding: 16px 0 0; border-left: 0; border-top: 1px solid #c5d6bd3d; }
  .hero-stat strong { font-size: 24px; }
  .hero-stat span { margin-top: 5px; font-size: 10px; letter-spacing: .65px; }
  .hero-stat.wide { padding-top: 0; border-top: 0; }
  .hero-stat.wide strong { font-size: 14px; }
  .hero-stat.wide span { font-size: 11px; }
  .workspace-bar { margin: 22px 0 28px; padding-bottom: 18px; gap: 10px; }
  .workspace-bar nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 4px; padding: 4px; }
  .nav-button { min-height: 44px; padding: 10px; font-size: 12px; }
  .demo-toggle { min-height: 44px; }
  .section-heading { flex-direction: column; gap: 18px; }
  .filters { justify-content: flex-start; gap: 14px; width: 100%; }
  .filters select { max-width: 210px; }
  .description { font-size: 13px; }
  .panel-header { padding: 17px 18px; }
  .panel-header h3 { font-size: 15px; }
  .game-grid { gap: 12px; }
  .game { padding: 15px; }
  .team-name { gap: 8px; font-size: 12px; }
  .team-code { width: 32px; min-height: 28px; font-size: 10px; }
  .score { font-size: 25px; }
  .subheading { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: 26px; }
  th, td, .division-grid th, .division-grid td { padding: 13px 15px; }
  .playoff-grid { grid-template-columns: 1fr; gap: 16px; }
  .crowd-summary { grid-template-columns: 1fr; gap: 10px; }
  .crowd-stat { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 0 14px; padding: 17px 20px; }
  .crowd-stat strong { grid-row: span 2; align-self: center; font-size: 32px; }
  .crowd-stat span { margin-top: 0; }
  .crowd-stat small { margin-top: 3px; font-size: 11px; }
  .crowd-method { grid-template-columns: 1fr; gap: 18px; }
  footer { flex-wrap: wrap; align-items: flex-start; gap: 12px 18px; margin-top: 36px; }
  footer span { max-width: calc(100% - 75px); }
  footer span:last-child { max-width: 100%; margin-left: 0; text-align: left; width: 100%; }
}
@media (max-width: 440px) {
  .brand small { display: none; }
  .game-grid { grid-template-columns: 1fr; }
  .game { padding: 18px; }
  .game .team-name { font-size: 14px; }
  .game .team-code { width: 36px; min-height: 32px; }
  .game .score { font-size: 28px; }
}
@media (prefers-reduced-motion: no-preference) {
  button, input, select, textarea, .commish-link, .back-link { transition: background-color .15s, border-color .15s, box-shadow .15s; }
  .loading-state .skeleton-line { animation: breathe 1.4s ease-in-out infinite alternate; }
  @keyframes breathe { from { opacity: .55; } to { opacity: 1; } }
}
