/* Depth and live game state, layered over the existing TOW brand system. */
.game-center-controls { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px 28px; margin: 0 0 26px; padding: 20px 0; border-top: 1px solid #56404f; border-bottom: 1px solid #56404f; }
.game-state-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.game-state-filter { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 9px; padding: 9px 12px; border-radius: 30px; border: 1px solid #66505e; color: #ecdfE8; background: #201921; font: 700 11px/1.2 var(--font-body); cursor: pointer; }
.game-state-filter > span { color: #c0aeba; font-variant-numeric: tabular-nums; font-size: 10px; }
.game-state-filter[aria-pressed=true] { background: #f3d38d; color: #2b1823; border-color: #f6dfa8; box-shadow: 0 2px 0 #98773b; }
.game-state-filter[aria-pressed=true] > span { color: #543b34; }
.game-state-filter[data-game-state=live]::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #9fe0ba; }
.score-feed { display: flex; gap: 16px; align-items: flex-start; color: #cbbec8; font-size: 10px; line-height: 1.5; max-width: 460px; }
.score-feed a { color: #f1d492; text-underline-offset: 3px; }
.score-feed small { display: block; color: #bbaab7; font-size: 10px; line-height: 1.5; margin-top: 4px; }
.score-feed-status.is-paused { color: #f1d492; }
.score-refresh { flex-shrink: 0; min-height: 44px; padding: 8px 11px; border: 1px solid #68515f; border-radius: 5px; background: #2a2029; color: #f4e6f0; font-size: 10px; font-weight: 700; cursor: pointer; }
.score-refresh:disabled { opacity: .6; cursor: wait; }
.game-center-grid { align-items: start; }
.game-center-grid .matchup-card { border-radius: 12px; background: radial-gradient(ellipse at 10% 0,#4e304536,transparent 65%),linear-gradient(140deg,#312630,#1f1922 75%); box-shadow: inset 0 1px 0 #f5cfdf24,0 6px 0 #0f0a10,0 16px 28px #0003; }
.game-center-grid .matchup-card.is-live { border-color: #81bd9a; box-shadow: inset 0 1px 0 #d1ffe322,0 6px 0 #0f0a10,0 16px 28px #0003; }
.game-center-grid .matchup-meta { padding: 15px 18px; }
.game-card-status { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 18px 4px; }
.game-state { color: #cebdca; font-size: 9px; line-height: 1.5; font-weight: 700; min-width: 0; }
.game-state.is-live { color: #b2edc8; }
.game-state.is-live::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #abe8c3; box-shadow: 0 0 8px #abe8c350; }
.game-state.is-final { color: #f1d492; }
.game-state.is-unavailable,.game-state.is-paused { color: #d5b0c5; }
.number-labels,.team-numbers { display: grid; grid-template-columns: 37px 49px; align-items: center; gap: 9px; text-align: center; flex-shrink: 0; }
.number-labels { color: #cdb9c6; font-size: 7px; font-weight: 700; letter-spacing: .035em; }
.game-center-grid .matchup-team { gap: 8px; padding: 16px 18px; }
.game-center-grid .team-identity { gap: 12px; flex: 1; }
.team-emblem { width: 66px; height: 64px; flex: 0 0 66px; display: grid; place-items: center; position: relative; isolation: isolate; border: 1px solid #d6bec777; border-radius: 15px; color: #eee1eb; font-weight: 800; background: radial-gradient(ellipse at 32% 15%,#ffffffe6,#e6e2e8 36%,#b3a4b7 100%); box-shadow: inset 0 2px 0 #fff, inset -1px -3px 2px #635068a8,0 4px 0 #645368,0 7px 0 #352938,0 12px 13px #0007; transform: perspective(400px) rotateY(-8deg) rotateX(7deg); transition: transform .3s ease,filter .3s ease; }
.team-emblem::after { content: ''; position: absolute; z-index: -1; inset: 5px; border: 1px solid #ffffffe0; border-radius: 10px; box-shadow: inset 0 0 0 1px #6656702e; pointer-events: none; }
.game-center-grid .team-emblem img { width: 55px; height: 55px; object-fit: contain; filter: drop-shadow(1px 2px 0 #fff6) drop-shadow(0 6px 2px #1b0d2866); transform: translateY(-2px); }
.game-center-grid .team-name { min-width: 0; }
.game-center-grid .team-identity strong { font-size: clamp(14px,1.17vw,18px); line-height: 1.25; overflow-wrap: anywhere; }
.game-center-grid .team-location { font-size: 7px; line-height: 1.5; }
.game-score { color: #fbf3f8; font: 31px/1 var(--font-display); letter-spacing: -.015em; font-variant-numeric: tabular-nums; }
.game-center-grid .team-spread { font-size: 23px; padding-left: 3px; color: #e6cedd; }
.game-center-grid .team-spread.is-favorite { color: #f19abb; }
.game-details { border-top: 1px solid #594051; }
.game-details summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 48px; padding: 12px 18px; cursor: pointer; color: #d9bfd0; font-size: 10px; font-weight: 700; list-style: none; }
.game-details summary::-webkit-details-marker { display: none; }
.game-details summary > span { font-size: 18px; line-height: 1; transition: transform .2s; }
.game-details[open] summary > span { transform: rotate(45deg); }
.game-details-body { padding: 0 18px 18px; color: #d0bdcb; font-size: 11px; line-height: 1.75; }
.game-details-body p + p { margin-top: 9px; }
.game-update-note { color: #bda4b5; font-size: 9px; }
.game-center-controls button:focus-visible,.game-details summary:focus-visible { outline: 2px solid #f6d992; outline-offset: 3px; }
.game-filter-empty { margin: 0; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) { .game-center-grid .matchup-card:hover .team-emblem { transform: perspective(400px) rotateY(0deg) rotateX(0deg) translateY(-2px); } }
@media (min-width:1101px) and (max-width:1270px) { .game-center-grid .matchup-team,.game-card-status,.game-center-grid .matchup-meta { padding-left: 13px; padding-right: 13px; } .team-emblem { width: 57px; height: 57px; flex-basis: 57px; } .game-center-grid .team-emblem img { width: 49px; height: 49px; } .game-center-grid .team-identity { gap: 9px; } }
@media (max-width:900px) { .game-center-controls { flex-direction: column; } .score-feed { max-width: none; width: 100%; justify-content: space-between; } }
@media (max-width:680px) { .game-center-grid .team-identity strong { font-size: 18px; } .game-center-controls { gap: 17px; } .game-center-grid .matchup-team { padding-top: 18px; padding-bottom: 18px; } }
@media (max-width:360px) { .game-center-grid .matchup-team,.game-card-status,.game-center-grid .matchup-meta { padding-left: 12px; padding-right: 12px; } .team-emblem { width: 52px; height: 54px; flex-basis: 52px; border-radius: 12px; } .game-center-grid .team-emblem img { width: 47px; height: 47px; } .game-center-grid .team-identity { gap: 8px; } .game-center-grid .team-identity strong { font-size: 15px; } .number-labels,.team-numbers { grid-template-columns: 30px 43px; gap: 6px; } .game-score { font-size: 27px; } .game-center-grid .team-spread { font-size: 21px; } .score-feed { gap: 8px; } }
@media (prefers-reduced-motion:reduce) { .team-emblem,.game-center-grid .matchup-card:hover .team-emblem { transform: none; transition: none; } }
.motion-off .team-emblem,.motion-off .game-center-grid .matchup-card:hover .team-emblem { transform: none; transition: none; }

/* A personal game-day board: local watchlist, compact mode and verified Gamecast links. */
.game-center-controls { display: grid; grid-template-columns: minmax(0,1fr) minmax(245px,360px); gap: 18px 28px; align-items: start; }
.game-center-tools { min-width: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.game-board-preferences { display: flex; flex-wrap: wrap; gap: 8px; }
.watchlist-filter,.compact-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 9px; border-radius: 6px; border: 1px solid #66505e; padding: 9px 13px; background: #201921; color: #ecdfE8; font: 700 11px/1.2 var(--font-body); cursor: pointer; }
.watchlist-filter span { font-size: 10px; font-variant-numeric: tabular-nums; color: #d5c3cf; }
.watchlist-filter[aria-pressed=true],.compact-toggle[aria-pressed=true] { background: #562d46; color: #fff2f9; border-color: #d476a1; box-shadow: inset 0 1px 0 #efa9ce24; }
.watchlist-note { grid-column: 1/-1; margin: 0; color: #c6b3c0; font-size: 10px; line-height: 1.65; }
.matchup-meta-right { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-shrink: 0; }
.matchup-meta-links { display: flex; flex-direction: column; align-items: flex-end; font-size: 9px; line-height: 1.45; color: #d3c7d1; }
.gamecast-link { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; color: #f4d58e; font-size: 9px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.gamecast-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.watch-game { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 8px; border-radius: 9px; border: 1px solid #765466; background: #231b2499; color: #d5c2cf; cursor: pointer; flex-shrink: 0; }
.watch-game[aria-pressed=true] { border-color: #e9c26d; color: #f5d38b; background: #453024; }
.watch-game[aria-pressed=true] svg { fill: currentColor; }
.watch-game:hover { border-color: #f5d38b; }
.game-center-grid .matchup-card.is-watched { border-color: #b69454; }
.game-center-grid .matchup-card.is-watched.is-live { border-color: #81bd9a; }
.gamecast-link:focus-visible,.watch-game:focus-visible { outline: 2px solid #f6d992; outline-offset: 3px; }
.game-filter-empty strong { display: block; font-size: 17px; line-height: 1.4; color: #f3e6ee; }
.game-filter-empty p { margin-top: 7px; color: #c9b8c3; }
.game-filter-empty button { min-height: 44px; padding: 9px 14px; margin-top: 16px; border: 1px solid #d6b05f; border-radius: 5px; background: #f0d292; color: #30212a; font-weight: 800; font-size: 11px; cursor: pointer; }
.game-center-grid.is-compact { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.game-center-grid.is-compact .matchup-meta { padding: 9px 11px; gap: 7px; font-size: 9px; }
.game-center-grid.is-compact .matchup-meta time { gap: 3px; }
.game-center-grid.is-compact .matchup-meta-right { gap: 6px; }
.game-center-grid.is-compact .watch-game { border-radius: 6px; }
.game-center-grid.is-compact .matchup-team { padding: 11px; }
.game-center-grid.is-compact .team-identity { gap: 8px; }
.game-center-grid.is-compact .team-emblem { width: 39px; height: 38px; flex-basis: 39px; border-radius: 9px; transform: none; box-shadow: inset 0 1px 0 #fff,0 3px 0 #675469,0 6px 8px #0005; }
.game-center-grid.is-compact .team-emblem::after { inset: 3px; border-radius: 6px; }
.game-center-grid.is-compact .team-emblem img { width: 35px; height: 35px; transform: none; }
.game-center-grid.is-compact .team-identity strong { font-size: 13px; }
.game-center-grid.is-compact .team-location { font-size: 6px; margin-bottom: 3px; letter-spacing: .025em; }
.game-center-grid.is-compact .number-labels,.game-center-grid.is-compact .team-numbers { grid-template-columns: 27px 40px; gap: 5px; }
.game-center-grid.is-compact .game-score { font-size: 27px; }
.game-center-grid.is-compact .team-spread { font-size: 20px; }
.game-center-grid.is-compact .game-card-status { padding: 10px 11px 2px; }
.game-center-grid.is-compact .game-details summary { padding: 9px 11px; min-height: 44px; font-size: 9px; }
.game-center-grid.is-compact .game-details-body { padding: 0 11px 14px; font-size: 10px; }
@media (max-width:1100px) { .game-center-grid.is-compact { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:900px) { .game-center-controls { grid-template-columns: minmax(0,1fr); gap: 16px; } .game-center-controls .score-feed { max-width: none; } }
@media (max-width:680px) { .game-center-grid.is-compact { grid-template-columns: minmax(0,1fr); gap: 12px; } .game-center-grid.is-compact .team-identity strong { font-size: 16px; } .game-center-grid.is-compact .team-emblem { width: 42px; height: 42px; flex-basis: 42px; } .game-center-grid.is-compact .team-emblem img { width: 39px; height: 39px; } .game-center-tools { gap: 11px; } }
@media (prefers-reduced-motion:reduce) { .game-center-grid.is-compact .team-emblem { transition: none; } }

/* A green check marks the verified CBS ATS side, not the outright score winner. */
.game-center-grid .matchup-team.is-ats-cover { background: linear-gradient(90deg,#215d403d,#20463014); box-shadow: inset 3px 0 0 #79d4a2; }
.game-center-grid .matchup-team.is-ats-cover .team-name > strong { color: #b8f5d1; }
.team-ats-result { display: flex; align-items: baseline; gap: 5px; margin-top: 6px; color: #cbbdc7; font-size: 10px; font-weight: 650; line-height: 1.45; overflow-wrap: anywhere; }
.team-ats-result.is-covered { color: #b8f5d1; font-weight: 800; }
.team-ats-result.is-covered > span:first-child { flex-shrink: 0; font-size: 12px; }
.game-ats-source { color: #d6e9dc; font-size: 10px; line-height: 1.7; }
.game-ats-source a { color: #b8f5d1; text-underline-offset: 3px; }
.game-ats-source a:focus-visible { outline: 2px solid #f6d992; outline-offset: 3px; }
.game-center-grid.is-compact .team-ats-result { font-size: 10px; margin-top: 5px; }
@media(max-width:680px) { .team-ats-result,.game-center-grid.is-compact .team-ats-result { font-size: 11px; } }
