/* Extracted styles from inline attributes in leaderboard.html */
.chart-wrapper { position:relative; margin-bottom:18px; }
.whatif-sim { background:linear-gradient(135deg,#10232f,#142f3d); border:1px solid #173542; border-radius:16px; padding:14px 16px 18px; box-shadow:0 6px 22px -10px rgba(0,0,0,.65),0 0 0 1px #123445 inset; }
.whatif-desc { font-size:12px; color:#9ec2d3; line-height:1.4; margin-bottom:10px; }
.whatif-actions { display:flex; align-items:center; gap:10px; margin:12px 0 12px; flex-wrap:wrap; }
.btn-sim { padding:6px 14px; font-size:12px; }
.btn-reset { padding:6px 14px; font-size:12px; background:linear-gradient(145deg,#123748,#0d2935); }
.apply-sim { font-size:12px; display:flex; align-items:center; gap:6px; color:#b7dce9; cursor:not-allowed; opacity:.55; }
.scale-checkbox { transform:scale(1.1); }
.sim-table-wrap { margin-top:4px; }
.sim-table { width:100%; border:1px solid #1a3d4e; border-radius:10px; overflow:hidden; background:#132a37; font-size:12px; }
.sim-table thead tr { background:linear-gradient(90deg,#06354a,#0b4d64); }
.sim-header { margin-top:24px; }
/* New extracted utility & component classes */
.pad-thin { padding:6px 8px; }
.th-small { font-size:11px; }
.sim-disabled-msg { font-size:12px; color:#8fb2c3; }
.kickoff-time { font-size:10px; color:#8fb2c3; margin-top:2px; }
.final-detail { margin-top:6px; font-size:11px; color:#b7d7e5; letter-spacing:.5px; }
.picks-btn { padding:6px 12px; border-radius:12px; border:1px solid #14627d; font-weight:600; letter-spacing:.5px; cursor:pointer; box-shadow:0 0 0 1px #0d4054,0 2px 6px -2px rgba(0,0,0,.6); font-size:12px; background:#173543; color:#9fb9c6; transition:.25s; }
.picks-btn.active { background:linear-gradient(135deg,#006b8e,#00a3d1); color:#e9fbff; }
.sim-radio { display:inline-flex; align-items:center; gap:4px; padding:3px 8px; border:1px solid #1a4a5c; border-radius:20px; background:#143541; cursor:pointer; font-size:11px; letter-spacing:.4px; color:#b2d1de; transition:.25s; }
.sim-radio input { transform:scale(.95); margin:0; }
.sim-radio.active { background:#0d5066; color:#e6fbff; }
.sim-game { display:flex; flex-direction:column; gap:6px; padding:8px 10px 10px; margin:0 0 8px; border:1px solid #1a475b; border-radius:12px; background:linear-gradient(120deg,#112a36,#10232f); }
.sim-game-title { font-size:12px; font-weight:600; color:#d1eef9; letter-spacing:.5px; }
.sim-game-title span { color:#7bc8e6; }
.sim-radio-wrap { display:flex; flex-wrap:wrap; gap:8px; }
.sim-table td.player-cell { padding:4px 8px; font-weight:600; }
.sim-table td.center { text-align:center; }
.sim-table td.bold { font-weight:600; }

/* Migrated global + component styles from inline <style> block */
:root { --green:#27c96f; --red:#ff4d4f; --orange:#ffb347; --yellow:#ffc107; --accent:#00c2ff; --accent-glow:#37e0ff; --accent-fade:rgba(0,194,255,0.18); --bg:#0b1219; --bg-alt:#121d27; --bg-alt2:#15222e; --panel:#182835; --panel-raised:#1d3141; --text:#e6ecef; --text-dim:#9fb2bf; --text-faint:#5e7280; --border:#203240; --border-strong:#2d4656; --grad-accent:linear-gradient(135deg,#004c6d,#007fa6 55%,#00a9d7); --danger:#ff4d4f; --success:#27c96f; --info:#009ad6; --hit-bg:linear-gradient(135deg,#0d3b2a,#1b5e3c); --miss-bg:linear-gradient(135deg,#3b0d0d,#5e1b1b); --push-bg:linear-gradient(135deg,#1d2d35,#2c4350); }
body { font-family:'Inter','Segoe UI',system-ui,-apple-system,Roboto,Arial,sans-serif; -webkit-font-smoothing:antialiased; background:radial-gradient(circle at 22% 18%,#142633 0%,#0b1219 62%); padding:12px clamp(10px,4vw,38px); margin:0; color:var(--text); line-height:1.35; }
body.focus-phase #chartWrapper{ display:none !important; }
body.focus-phase .picks-section{ opacity:1; filter:none; transition:opacity .4s ease; }
body:not(.focus-phase) .picks-section{ opacity:1; filter:none; }
::selection { background:var(--accent); color:#021017; }
h2 { letter-spacing:.5px; position:relative; font-size:4.4vw; margin:14px 0 8px; font-weight:600; }
h2.accented:after { content:""; position:absolute; left:0; bottom:-6px; width:72px; height:3px; background:linear-gradient(90deg,var(--accent),transparent); border-radius:3px; }
@media (min-width:780px){ h2{ font-size:22px; } }
.app-frame { max-width:1140px; margin:0 auto; padding:0 18px 34px; }
@media (max-width:640px){ .app-frame{ padding:0 10px 26px; } }
.site-header { width:100%; background:linear-gradient(115deg,#03131d 0%,#062c41 48%,#044861 100%); padding: clamp(12px,3.4vw,26px) clamp(18px,3.8vw,34px) clamp(14px,3.2vw,24px); box-shadow:0 8px 26px -10px rgba(0,0,0,.55),0 2px 6px rgba(0,0,0,.35); position:relative; overflow:hidden; border:1px solid #14506a; border-radius:20px; margin:0 0 14px; }
@media (max-width:560px){ .site-header{ max-width:100%; padding:18px 16px 20px; } }
@media (max-width:600px){ .site-header{ padding:20px 18px 26px; border-radius:18px; } }
.site-header:before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 68% 30%,rgba(0,193,255,0.25),rgba(0,0,0,0)); pointer-events:none; }
.header-divider { height:4px; width:100%; position:relative; margin:0 0 16px; }
.header-divider:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#00c2ff,#7a4dff,#27c96f,#ffce3d,#00c2ff); background-size:300% 100%; filter:drop-shadow(0 0 6px rgba(0,180,255,.55)); animation:dividerSlide 11s linear infinite; border-radius:4px; }
@keyframes dividerSlide { 0%{ background-position:0% 50%; } 100%{ background-position:100% 50%; } }
.header-inner { display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center; }
.site-title { color:#e9fbff; margin:2px 0 0; font-weight:700; font-size: clamp(24px,5.4vw,40px); letter-spacing:.45px; text-shadow:0 0 10px rgba(0,210,255,.5),0 3px 18px rgba(0,0,0,.75); }
.subtitle { font-size:clamp(12px,2.3vw,15px); color:#bfe9fb; margin:2px 0 0; opacity:.9; text-shadow:0 0 4px rgba(0,175,255,0.4); max-width:640px; letter-spacing:.3px; }
.tsg-logo { max-width:190px; width:52%; height:auto; display:block; margin:2px auto 0; filter:drop-shadow(0 3px 14px rgba(0,180,255,0.45)); transition:transform .35s ease; }
.tsg-logo:hover { transform:scale(1.025); }
@media (min-width:780px){ .tsg-logo{ width:200px; max-width:210px; } }
table { border-collapse:collapse; width:100%; margin:10px 0; font-size:2.9vw; background:var(--panel); border:1px solid var(--border); }
#gamesWrap { position:relative; }
#gamesTable { background:linear-gradient(165deg,#0e1e29,#0c1620); border:1px solid #123446; box-shadow:0 22px 44px -20px rgba(0,0,0,.75),0 0 0 1px #0e2a37 inset,0 0 22px -6px rgba(0,170,255,.35); border-radius:20px; overflow:hidden; position:relative; table-layout:auto; width:100%; }
.drive-cell, .lines-cell { word-break:normal; }
.score-line .team{ white-space:nowrap; }
.lines-cell{ min-width:170px; }
@media (max-width:760px){ .lines-cell{ min-width:140px; } }
@media (max-width:560px){ .lines-cell{ min-width:120px; } }
@media (max-width:640px){ #gamesTable th, #gamesTable td { padding:6px 6px; } .score-line{ font-size:12px; } .score-line .score{ font-size:14px; } .lines-cell{ font-size:10px; } .ln{ padding:3px 6px 4px; font-size:10px; } .prob-label{ font-size:9px; } }
@media (min-width:1400px){ .app-frame{ max-width:1280px; } }
#gamesTable:after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(120deg,rgba(0,194,255,0.15),rgba(122,77,255,0.08),rgba(39,201,111,0.12)); mix-blend-mode:overlay; opacity:.6; }
#gamesTable tr + tr td { border-top:1px solid rgba(255,255,255,0.04); }
body.post-phase #gamesTable { box-shadow:0 12px 28px -14px rgba(0,0,0,.65),0 0 0 1px #11465a inset; }
#gamesTable th { background:linear-gradient(90deg,#05354a,#094d66); letter-spacing:.55px; font-weight:600; font-size:11px; text-transform:uppercase; color:#d6f6ff; }
#gamesTable td { position:relative; }
#gamesTable th, #gamesTable td { text-align:center; }
.game-label { font-weight:600; letter-spacing:.4px; color:#e2f8ff; }
/* Half-cell cover highlighting: away (left) or home (right) */
td.cover-away, td.cover-home { position:relative; overflow:hidden; }
td.cover-away:before, td.cover-home:before { content:""; position:absolute; top:0; bottom:0; background:linear-gradient(135deg,rgba(39,201,111,0.55),rgba(39,201,111,0.15)); pointer-events:none; }
td.cover-away:before { left:0; width:50%; border-right:1px solid rgba(39,201,111,0.35); }
td.cover-home:before { right:0; width:50%; border-left:1px solid rgba(39,201,111,0.35); }
/* Pulsing animation for covering side */
@keyframes coverPulse { 0%{ opacity:.55; filter:brightness(1); } 50%{ opacity:.9; filter:brightness(1.25); } 100%{ opacity:.55; filter:brightness(1); } }
td.cover-away:before, td.cover-home:before { animation:coverPulse 2.4s ease-in-out infinite; }
/* Faint red on the other (non-cover) half */
td.cover-away:after, td.cover-home:after { content:""; position:absolute; top:0; bottom:0; width:50%; pointer-events:none; background:linear-gradient(135deg,rgba(255,77,79,0.15),rgba(255,77,79,0.04)); }
td.cover-away:after { right:0; }
td.cover-home:after { left:0; }
.spread-pill { display:inline-block; margin:4px 4px 0; padding:2px 8px 3px; font-size:10px; font-weight:600; letter-spacing:.5px; background:linear-gradient(135deg,#123a4a,#0d2a35); border:1px solid #1a5368; border-radius:14px; color:#9fd2e6; box-shadow:0 0 0 1px rgba(255,255,255,0.05),0 2px 6px -3px rgba(0,0,0,.65); }
.live-row td { background:linear-gradient(90deg,rgba(255,168,76,0.18),rgba(255,168,76,0.02)); }
.final-row td { background:linear-gradient(90deg,rgba(39,201,111,0.18),rgba(39,201,111,0.02)); }
.team-cell { font-weight:600; font-size:13px; display:flex; flex-direction:column; gap:2px; align-items:center; justify-content:center; }
.team-name { font-size:10px; opacity:.78; font-weight:500; letter-spacing:.5px; text-transform:uppercase; }
.team-score { font-size:16px; letter-spacing:.6px; color:#e3f6ff; font-variant-numeric:tabular-nums; transition:filter .4s ease, color .4s ease, text-shadow .4s ease; }
.lead .team-score { color:#fff; text-shadow:0 0 6px rgba(0,180,255,.95), 0 0 22px rgba(0,180,255,.55); }
.trail .team-score { color:#7f95a3; }
.tie .team-score { color:#d0e3eb; }
.acc-blue .team-name { color:#52caff; }
.acc-purple .team-name { color:#b79bff; }
.acc-green .team-name { color:#4be48f; }
.acc-gold .team-name { color:#ffd261; }
.drive-cell { min-width:150px; }
.score-line { display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:13px; font-weight:600; padding:4px 10px; background:linear-gradient(90deg,#0f2b38,#113947); border:1px solid #1a4a5c; border-radius:10px; box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05),0 2px 6px -2px rgba(0,0,0,.7); }
.score-line .team { display:flex; align-items:center; gap:6px; letter-spacing:.5px; }
.score-line .team span.abbr { font-size:11px; font-weight:700; opacity:.85; }
.score-line .score { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.score-line .leader .score { color:#fff; text-shadow:0 0 6px rgba(0,210,255,.8); }
.score-line .trailer .score { color:#7d94a2; }
.final-box { display:flex; flex-direction:column; align-items:center; gap:6px; }
.final-tag { font-size:10px; font-weight:700; letter-spacing:.7px; padding:4px 10px; background:linear-gradient(135deg,#0f6734,#16964d); color:#e7fff2; border:1px solid #179352; border-radius:14px; box-shadow:0 0 0 1px rgba(39,201,111,.45),0 0 12px -2px rgba(39,201,111,.6); }
.score-line.final-only { background:linear-gradient(90deg,#10313f,#0f2530); }
.final-detail { margin-top:6px; font-size:11px; color:#b7d7e5; letter-spacing:.5px; }
@keyframes flashSlide { 0%{ opacity:0; transform:translateY(-6px); } 100%{ opacity:1; transform:translateY(0); } }
.scoreboard-heading { font-size:clamp(18px,5.2vw,30px); margin:8px 0 6px; font-weight:600; letter-spacing:.8px; display:flex; align-items:center; gap:10px; }
/* Leaderboard canvas responsive height */
#leaderboardChart { min-height:320px; width:100%; }
@media (max-width:680px){ #leaderboardChart { min-height: calc( (18px + 12px) * 13 ); } table { font-size:13px; } }
#picksTable { border-radius:14px; overflow:hidden; border:1px solid #173040; box-shadow:0 8px 24px -10px rgba(0,0,0,.6), 0 0 0 1px #143342 inset; background:linear-gradient(135deg,#10232f,#132c3b); }
#picksTable th { background:linear-gradient(90deg,#06354a,#0b4d64); font-size:11px; letter-spacing:.6px; text-transform:uppercase; }
#picksTable td { background:rgba(0,0,0,0.06); -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); }
#picksTable td.picks-cell-live.covering { position:relative; overflow:hidden; }
#picksTable td.picks-cell-live.covering:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(39,201,111,0.18),rgba(39,201,111,0.55)); width:var(--fill,0%); transition:width .8s ease; }
#picksTable td.picks-cell-live.covering { color:#dfffea; font-weight:600; }
#picksTable td.picks-cell-live.trailing { position:relative; overflow:hidden; }
#picksTable td.picks-cell-live.trailing:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,77,79,0.20),rgba(255,77,79,0.55)); width:var(--fill,0%); transition:width .8s ease; }
#picksTable td.picks-cell-live.trailing { color:#ffeaea; font-weight:600; }
#picksTable tr:nth-child(even) td { background:rgba(255,255,255,0.03); }
.hit { background:var(--hit-bg)!important; color:#dfffea; position:relative; }
.miss { background:var(--miss-bg)!important; color:#ffeaea; }
.push { background:var(--push-bg)!important; color:#d4e4eb; }
th,td { border:1px solid var(--border); padding:6px 8px; text-align:left; }
th { color:#d6f6ff; font-weight:600; }
canvas { display:block; max-width:100%; }
.scroll-x { overflow-x:auto; }
@media (min-width:780px){ table{ font-size:14px; } }
.btn { --btn-bg:#123748; --btn-bg-h:#14506b; --btn-shadow:0 0 0 1px #0d4054,0 4px 14px -4px rgba(0,0,0,.6),0 0 18px -4px rgba(0,180,255,.4); cursor:pointer; background:linear-gradient(145deg,var(--btn-bg),#0d2935); color:#daf6ff; padding:10px 18px; font-size:14px; border:1px solid #16607d; border-radius:12px; font-weight:600; letter-spacing:.4px; position:relative; transition:background .25s ease, transform .15s ease, box-shadow .3s ease; box-shadow:var(--btn-shadow); }
.btn:hover { background:linear-gradient(145deg,var(--btn-bg-h),#0f3745); box-shadow:0 0 0 1px #1a6e8a,0 6px 22px -8px rgba(0,0,0,.7),0 0 26px -4px rgba(0,200,255,.55); }
.btn:active { transform:translateY(2px); }
.btn.accent { --btn-bg:#00688b; --btn-bg-h:#008ab7; border-color:#009dcf; }
#chartWrapper { opacity:0; transform:translateY(10px) scale(.985); transition:opacity .65s ease, transform .65s ease; }
body:not(.focus-phase) #chartWrapper { opacity:1; transform:translateY(0) scale(1); }
body:not(.focus-phase) .scoreboard-heading { opacity:.88; }
#leaderboardChart.winner-glow { filter:drop-shadow(0 0 10px rgba(39,201,111,.5)) drop-shadow(0 0 28px rgba(0,180,255,.25)); }
@media (min-width:780px){ .scoreboard-heading { font-size:28px; } }
html,body { max-width:100%; overflow-x:hidden; }

/* Sunday Picks Submission */
.sunday-picks-wrap { background:linear-gradient(135deg,#10222c,#132e3b); border:1px solid #173a48; border-radius:18px; padding:18px 20px 24px; box-shadow:0 8px 24px -12px rgba(0,0,0,.7),0 0 0 1px #143744 inset; }
.sunday-picks-wrap .sp-row { display:flex; gap:18px; flex-wrap:wrap; margin:4px 0 14px; }
.sunday-picks-wrap label { font-size:12px; font-weight:600; letter-spacing:.55px; color:#d3f2ff; display:flex; flex-direction:column; gap:6px; }
.sunday-picks-wrap select, .sunday-picks-wrap input[type=password] { background:#0f1f28; border:1px solid #1a4859; color:#e6f8ff; padding:10px 12px; border-radius:10px; font-size:13px; min-width:200px; }
.sunday-picks-wrap select:focus, .sunday-picks-wrap input[type=password]:focus { outline:2px solid #009fd6; }
.sp-table { width:100%; border-collapse:collapse; margin-top:4px; font-size:12px; }
.sp-table th, .sp-table td { border:1px solid #173a48; padding:6px 8px; }
.sp-table th { background:linear-gradient(90deg,#06354a,#0b4d64); font-weight:600; letter-spacing:.5px; }
.sp-pick { width:100%; background:#0f1f28; border:1px solid #1a4859; color:#dff6ff; padding:6px 8px; border-radius:8px; font-size:12px; }
.sp-pick:focus { outline:2px solid #009fd6; }
.sp-feedback { font-size:12px; margin-top:8px; color:#9cc1d2; }
.sp-existing { margin-top:12px; }
.sp-existing h3 { color:#d9f4ff; }
.sp-note { font-size:11px; color:#7da0b0; margin-top:16px; line-height:1.4; }
.sunday-picks-wrap .note { font-weight:400; color:#88bed3; font-size:11px; }
.hidden { display:none !important; }

/* Picks toggle wrapper */
.day-toggle-bar { display:flex; gap:10px; flex-wrap:wrap; margin:4px 0 14px; align-items:center; }
.day-toggle-bar .picks-btn { font-size:13px; }
.collapse-btn { background:linear-gradient(135deg,#1b3a48,#124256); color:#d3f4ff; border:1px solid #1c566d; border-radius:22px; padding:8px 16px; font-size:12px; font-weight:600; letter-spacing:.5px; cursor:pointer; box-shadow:0 0 0 1px #0d4054,0 3px 14px -6px rgba(0,0,0,.65); transition:.25s; }
.collapse-btn:hover { background:linear-gradient(135deg,#1f4657,#15536b); }
.collapse-btn:active { transform:translateY(1px); }
.picks-collapsed #picksGroup { display:none; }
.picks-collapsed #picksHeader button#picksCollapseBtn { background:linear-gradient(135deg,#2d5d39,#1d6e42); border-color:#2c7a45; }
.picks-collapsed #picksHeader button#picksCollapseBtn:after { content:" (Hidden)"; font-weight:400; letter-spacing:.3px; }
.lock-badge { display:inline-block; margin-left:6px; padding:2px 6px 3px; font-size:10px; font-weight:700; letter-spacing:.6px; background:linear-gradient(135deg,#4b1b1b,#6d2626); color:#ffd9d9; border:1px solid #7a2e2e; border-radius:10px; }
.kick-badge { display:inline-block; margin-left:6px; padding:2px 6px 3px; font-size:10px; font-weight:600; letter-spacing:.5px; background:linear-gradient(135deg,#123a4a,#0d2c38); color:#a8d3e4; border:1px solid #1a4e62; border-radius:10px; }
.locked-row { opacity:.85; }

/* Sunday submission choice styling */
.sp-choice {
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:6px 12px 7px;
	margin:0 10px 4px 0;
	background:#122531;
	border:1px solid #1a4859;
	border-radius:22px;
	font-size:11px;
	font-weight:600;
	letter-spacing:.5px;
	color:#b3d4e2;
	cursor:pointer;
	transition:.25s;
	user-select:none;
}
.sp-choice input { margin:0; accent-color:#009fd6; }
.sp-choice.selected { background:linear-gradient(135deg,#0078a3,#00a7df); color:#ffffff; border-color:#06b9f5; box-shadow:0 0 0 1px rgba(0,200,255,.4),0 4px 14px -4px rgba(0,170,255,.55); }
.sp-choice:not(.selected):not(.locked) { opacity:.5; filter:saturate(.55) brightness(.9); }
.sp-choice.locked { opacity:.55; cursor:not-allowed; }
.sp-choice.locked.selected { background:linear-gradient(135deg,#27404b,#2d5667); color:#d9f1fa; border-color:#2d5667; box-shadow:none; }
.sp-choice:hover:not(.locked):not(.selected) { background:#173544; color:#d9f2ff; }

/* Chart Legend & Title */
.chart-legend { display:flex; gap:14px; flex-wrap:wrap; margin:8px 4px 0; align-items:center; font-size:12px; letter-spacing:.5px; }
.legend-chip { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,0.05); padding:4px 10px 5px; border:1px solid rgba(255,255,255,0.12); border-radius:20px; box-shadow:0 2px 6px -3px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,0.04); backdrop-filter:blur(3px); }
.legend-swatch { width:16px; height:10px; border-radius:4px; position:relative; box-shadow:0 0 0 1px rgba(255,255,255,0.25),0 0 8px -2px rgba(0,0,0,.8); }
.legend-swatch.thu { background:#1f78b4; }
.legend-swatch.fri { background:#33a02c; }
.legend-swatch.sat { background:#cc6600; }
.legend-swatch.sun { background:#8e24aa; }
.legend-swatch.mon { background:#c62828; }
/* Live projection swatch (appended dynamically) */
.legend-swatch.live { background:linear-gradient(90deg,#ffd261,#ffb347,#ffdc85); }

/* Collapsible picks (future expansion) */
.picks-collapsible-group details { background:#111c23; border:1px solid #1f313d; border-radius:10px; margin-bottom:10px; }
.picks-collapsible-group summary { cursor:pointer; padding:8px 12px; font-size:14px; font-weight:600; list-style:none; }
.picks-collapsible-group summary::-webkit-details-marker { display:none; }

/* Optional static styled chart title (we replace animated gradient) */
.chart-wrapper { position:relative; }
.chart-wrapper .chartjs-title { position:absolute; top:-6px; left:50%; transform:translateX(-50%); font-size: clamp(28px,6vw,50px); font-weight:800; text-align:center; margin:0; letter-spacing:1px; background:linear-gradient(120deg,#d9eef7,#b8e8ff 35%,#7fc9ff 60%,#e4faff); -webkit-background-clip:text; background-clip:text; color:transparent; filter:drop-shadow(0 4px 18px rgba(0,0,0,.55)) drop-shadow(0 0 6px rgba(255,255,255,.55)); font-family:'Inter',sans-serif; pointer-events:none; }
#leaderboardChart { max-height:560px; }
