
:root{--gc-ink:#111;--gc-paper:#f5f2ea;--gc-card:#fff;--gc-rule:#d8d4ca;--gc-deep:#303943;--gc-red:#711622;--gc-muted:#6b6b68;--gc-cream:#f2eadc}
html,body{margin:0;padding:0}body{background:var(--gc-paper);font-family:Arial,sans-serif}.site-header{align-items:center;background:#0d0d0d;color:#f3ead6;display:flex;gap:24px;justify-content:space-between;min-height:68px;padding:0 clamp(16px,4vw,64px)}.site-header a{color:inherit}.site-header nav{display:flex;gap:18px}.site-header nav a{font-size:12px;font-weight:700}.site-header nav a.active{color:#c8a153}.bda-brand{align-items:center;display:flex;gap:12px}.bda-brand-horizontal img{display:block;height:auto;max-width:190px}.bda-brand-compact{display:none}.bda-brand-context{font-size:10px;font-weight:700}.live-pill{border:1px solid #c8a15366;font-size:9px;font-weight:800;padding:8px}.kicker{color:var(--gc-red);font-size:9px;font-weight:900;letter-spacing:.1em}.mobile-menu{display:none}@media(max-width:760px){.site-header{padding:10px 14px}.site-header nav{display:none}.bda-brand-horizontal{display:none}.bda-brand-compact{display:block}.bda-brand-compact img{height:42px;width:42px}.live-pill{margin-left:auto}}
*{box-sizing:border-box}.gc-page{min-height:100vh;background:var(--gc-paper);color:var(--gc-ink)}.gc-page a{text-decoration:none}.gc-breadcrumb{max-width:1180px;margin:0 auto;padding:20px 24px 12px;display:flex;gap:8px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.gc-breadcrumb a{color:#555}.gc-breadcrumb strong{color:#111}
.gc-scoreboard{max-width:1180px;margin:0 auto 18px;background:#fff;border:1px solid var(--gc-rule);border-top:5px solid var(--gc-deep);padding:18px 28px 22px;box-shadow:0 3px 14px rgba(0,0,0,.05)}.gc-scoreboard-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.1em}.gc-game-id{font-weight:800;color:var(--gc-red)}.gc-scoreboard-meta strong{font-size:12px;color:#4b535c}.gc-matchup{display:grid;grid-template-columns:1fr 35px 1fr;align-items:center;gap:20px;padding:22px 0 12px}.gc-versus{text-align:center;font-size:28px;color:#aaa}.gc-team{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:18px;min-width:0}.gc-team:nth-child(3){grid-template-columns:auto minmax(0,1fr) 74px}.gc-team:nth-child(3) .gc-team-logo{grid-column:3}.gc-team:nth-child(3) .gc-team-copy{grid-column:2;grid-row:1;text-align:right}.gc-team:nth-child(3) .gc-score{grid-column:1;grid-row:1}.gc-team-logo{width:72px;height:72px;object-fit:contain}.gc-team-name{display:block;font-size:21px;font-weight:800;line-height:1.05}.gc-score{font-size:58px;line-height:1;font-variant-numeric:tabular-nums}.gc-win-tag{display:inline-block;margin-top:7px;padding:3px 6px;background:var(--gc-red);color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em}.gc-context{text-align:center;margin:2px 0 0;color:#5f5f5b;font-size:13px}.gc-quarter-wrap{max-width:700px;margin:20px auto 0;border-top:1px solid var(--gc-rule);padding-top:12px}.gc-quarter-table{width:100%;border-collapse:collapse;font-size:12px}.gc-quarter-table th,.gc-quarter-table td{padding:6px 10px;text-align:center;border-bottom:1px solid #eee}.gc-quarter-table th:first-child{text-align:left}.gc-quarter-table tbody th{font-weight:800}
.gc-media-section,.gc-boxscore,.gc-notes{max-width:1180px;margin:18px auto;background:#fff;border:1px solid var(--gc-rule)}.gc-media-section,.gc-notes{padding:22px 26px}.gc-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-bottom:1px solid var(--gc-rule);padding-bottom:10px;margin-bottom:16px}.gc-section-heading h2{margin:0;font-size:25px}.gc-section-heading .kicker{margin:0}.gc-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.gc-media-card{position:relative;display:grid;grid-template-rows:145px auto auto auto;gap:5px;color:#111;border:1px solid #ddd;background:#fafafa;padding-bottom:12px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.gc-media-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.12)}.gc-media-card img,.gc-media-fallback{width:100%;height:145px;object-fit:cover;background:#222;color:#fff;display:grid;place-items:center}.gc-media-card strong,.gc-media-card>span{margin:0 12px}.gc-media-card strong{font-size:14px;line-height:1.2}.gc-media-card>span:last-child{font-size:11px;color:#666}.gc-media-label{font-size:9px;font-weight:900;letter-spacing:.09em;color:var(--gc-red);text-transform:uppercase;margin-top:7px!important}
.gc-boxscore{overflow:hidden}.gc-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid var(--gc-rule);background:#f3f3f1}.gc-tabs button{appearance:none;border:0;border-right:1px solid var(--gc-rule);background:transparent;padding:15px 12px;font:inherit;font-size:12px;font-weight:800;letter-spacing:.05em;cursor:pointer}.gc-tabs button:last-child{border-right:0}.gc-tabs button.active{background:#fff;color:var(--gc-red);box-shadow:inset 0 -3px 0 var(--gc-red)}.gc-tab-panel{padding:20px 24px 26px}.gc-team-panel-head{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;margin-bottom:14px}.gc-team-panel-head img{width:46px;height:46px;object-fit:contain}.gc-team-panel-head h2{margin:0;font-size:22px}.gc-team-panel-head .kicker{margin:0 0 2px}.gc-team-panel-head>strong{font-size:34px}.gc-unavailable{padding:26px 18px;border:1px dashed #c6c1b7;background:#faf8f3;text-align:center;color:#555}.gc-unavailable strong{display:block;color:#711622;margin-bottom:5px}.gc-unavailable p{margin:0;font-size:12px;line-height:1.45}.gc-table-scroll{overflow-x:auto}.gc-player-table{width:100%;min-width:790px;border-collapse:collapse;font-size:12px;font-variant-numeric:tabular-nums}.gc-player-table th,.gc-player-table td{padding:10px 8px;border-bottom:1px solid #e8e8e6;text-align:center;white-space:nowrap}.gc-player-table thead th{font-size:10px;color:#555;background:#f6f6f4;letter-spacing:.04em}.gc-player-table thead th:first-child,.gc-player-table tbody th{text-align:left;position:sticky;left:0;background:#fff;z-index:1}.gc-player-table tbody th{font-size:12px;min-width:150px}.gc-player-table tbody tr:hover{background:#faf8f2}.gc-stats-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--gc-rule);padding-bottom:14px;margin-bottom:8px}.gc-stats-head>div{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900}.gc-stats-head>div:last-child{justify-content:flex-end}.gc-stats-head img{width:38px;height:38px;object-fit:contain}.gc-stats-head>strong{font-size:14px;letter-spacing:.08em}.gc-stat-compare{max-width:850px;margin:0 auto}.gc-stat-row{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:14px;align-items:center;padding:10px 4px;border-bottom:1px solid #eee;font-size:15px;line-height:1.3}.gc-stat-row strong:first-child{text-align:left}.gc-stat-row strong:last-child{text-align:right}.gc-stat-row span{text-align:center;color:#555}
.gc-note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-bottom:15px}.gc-note-card{padding:14px;border:1px solid #ddd;background:#f7f6f2}.gc-note-card span{display:block;font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--gc-red);margin-bottom:4px}.gc-note-card strong{font-size:14px}.gc-narrative{font-size:13px;line-height:1.55;max-width:900px}.gc-narrative p{margin:8px 0}.gc-source-note{color:#666;font-size:11px}.gc-footer-nav{max-width:1180px;margin:18px auto 40px;padding:14px 2px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#777}.gc-footer-nav a{color:var(--gc-red);font-weight:800}
@media(max-width:760px){.gc-breadcrumb{padding:14px 14px 8px;overflow:auto;white-space:nowrap}.gc-scoreboard{margin:0 8px 12px;padding:14px 14px 18px}.gc-matchup{grid-template-columns:1fr 14px 1fr;gap:7px;padding-top:18px}.gc-versus{font-size:16px}.gc-team,.gc-team:nth-child(3){display:flex;flex-direction:column;gap:7px;text-align:center}.gc-team:nth-child(3) .gc-team-logo,.gc-team:nth-child(3) .gc-team-copy,.gc-team:nth-child(3) .gc-score{grid-column:auto;grid-row:auto;text-align:center}.gc-team-logo{width:54px;height:54px}.gc-team-name{font-size:14px;min-height:29px}.gc-score{font-size:42px}.gc-win-tag{font-size:8px}.gc-context{font-size:11px;line-height:1.35}.gc-quarter-table th,.gc-quarter-table td{padding:6px 5px}.gc-media-section,.gc-boxscore,.gc-notes{margin:12px 8px}.gc-media-section,.gc-notes{padding:16px 14px}.gc-media-grid{grid-template-columns:1fr}.gc-tabs button{font-size:10px;padding:13px 5px}.gc-tab-panel{padding:14px 10px 18px}.gc-team-panel-head{grid-template-columns:38px 1fr auto}.gc-team-panel-head img{width:36px;height:36px}.gc-team-panel-head h2{font-size:17px}.gc-team-panel-head>strong{font-size:28px}.gc-player-table{font-size:11px;min-width:720px}.gc-player-table th,.gc-player-table td{padding:9px 6px}.gc-stats-head>div{font-size:14px}.gc-stats-head>strong{font-size:14px}.gc-stat-row{grid-template-columns:.8fr 1.5fr .8fr;gap:6px;font-size:16px;line-height:1.35;padding:13px 4px}.gc-footer-nav{margin:8px 12px 28px;flex-direction:column}.gc-section-heading{align-items:flex-start;flex-direction:column;gap:3px}.gc-section-heading h2{font-size:21px}}
