:root{--ink: #171717;--muted: #5e5a52;--paper: #fffdf8;--bg: #f4f1e8;--wash: #ece7db;--line: #d7d0c2;--line-strong: #9f9788;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font-family:inherit}button{border-radius:0}main{width:min(1480px,calc(100vw - 32px));margin:0 auto;padding:14px 0 32px}.top{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:14px}.brandLockup{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:clamp(26px,3.2vw,42px);line-height:.95;cursor:pointer}.brandLockup h1{margin:0;font-size:1em;line-height:inherit;letter-spacing:0;font-weight:760}.siteLogo{flex:0 0 auto;height:.86em;width:auto;object-fit:contain;align-self:center}.top p{max-width:680px;margin:3px 0 0;color:var(--muted);font-size:14px}.statusPill{border:1px solid var(--ink);padding:6px 10px;font-family:var(--mono);font-size:13px;white-space:nowrap}.topNav{display:flex;gap:8px;align-items:center}.topNav button{border:1px solid var(--line-strong);background:transparent;color:var(--ink);cursor:pointer;min-height:34px;padding:0 12px}.topNav button:hover,.topNav button.active{border-color:var(--ink);background:var(--ink);color:#fff}.panel{border:1px solid var(--line);background:var(--paper)}.controlsPanel{display:grid;grid-template-columns:minmax(280px,360px) 1fr auto;gap:18px;align-items:end;padding:16px}@media (min-width: 1101px){.controlsPanel .searchBox{align-self:start}}label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:650;text-transform:uppercase}input,select,button{font:inherit}input,select{width:100%;min-height:38px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);border-radius:0;padding:7px 9px;box-sizing:border-box}input:focus,select:focus,button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.searchBox{position:relative;display:grid;gap:8px}.selectedPlayer{display:flex;align-items:center;gap:10px;min-height:44px;border:1px solid var(--line);padding:6px;background:#fff}.selectedPlayer.emptySelection{display:none}.selectedPlayer img,.searchResults img{width:34px;height:34px;object-fit:cover;background:var(--wash)}.searchResults{position:absolute;z-index:10;top:calc(100% + 4px);left:0;right:0;border:1px solid var(--ink);background:#fff;box-shadow:0 12px 24px #0000001f}.searchResults button{width:100%;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;padding:8px;cursor:pointer}.searchResults button:hover,.searchResults button.highlighted{background:var(--wash)}.filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px}.check{grid-template-columns:auto 1fr;align-items:center;align-self:end;min-height:38px;text-transform:none;color:var(--ink)}.check input{width:16px;min-height:16px}.runButton{min-height:40px;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:0 18px;cursor:pointer;white-space:nowrap}.runButton:disabled{cursor:not-allowed;opacity:.45}.progressPanel{padding:14px 16px;margin-top:16px}.progressMeta,.progressFoot{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px}.progressMeta strong{color:var(--ink);text-transform:uppercase}.progressTrack{height:8px;background:var(--wash);border:1px solid var(--line);margin:10px 0}.progressTrack div{height:100%;background:var(--ink);transition:width .18s ease}.errorBox{margin:10px 0 0;color:#7b1113;white-space:pre-wrap}.resultsGrid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.85fr);gap:16px;margin-top:16px}.sectionHead{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.sectionHead h2{margin:0;font-size:18px}.sectionHeadTitle{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.filterTag{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line-strong);background:var(--wash);color:var(--ink);font-size:12px;font-weight:650;line-height:1;padding:4px 4px 4px 8px}.filterTagDismiss{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-height:0;border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0}.filterTagDismiss:hover{color:var(--ink);background:#0000000f}.filterTagDismiss svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter}.playlistPanel{min-height:560px}.playerGrid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);min-height:520px}.videoShell{background:transparent;display:grid;align-items:start}.videoShell .leaderVideoFrame{width:100%}video{width:100%;aspect-ratio:16 / 9;display:block;background:#101010}.queue{border-left:1px solid var(--line);max-height:640px;overflow:auto}.queueItem{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;gap:3px;padding:10px 12px;text-align:left;cursor:pointer;color:var(--ink)}.queueCardBody{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;align-items:center}.queueItem:hover,.queueItem.active{background:var(--wash)}.queueItem:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.queue span,.queue small{color:var(--muted);font-size:12px}.queue strong{color:var(--ink);font-size:13px;line-height:1.25}.leaderVideoFrame{cursor:pointer}.voteVideoFrame.hideCursor,.leaderVideoFrame.hideCursor,.voteVideoFrame.hideCursor *,.leaderVideoFrame.hideCursor *{cursor:none}.queuePlayIcon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:58px;height:58px;display:grid;place-items:center;border:0;background:transparent;color:#fff;opacity:0;transition:opacity .14s ease;pointer-events:none;filter:drop-shadow(0 2px 14px rgba(0,0,0,.55))}.leaderVideoFrame.controlsVisible .queuePlayIcon{opacity:1}.queuePlayIcon svg{width:58px;height:58px;fill:currentColor}.bars{padding:12px}.barRow{display:grid;grid-template-columns:24px minmax(100px,1fr) 1.5fr 32px;gap:10px;align-items:center;width:100%;min-height:34px;border-bottom:1px solid var(--line);border-left:0;border-right:0;border-top:0;background:transparent;cursor:pointer;font-size:13px;padding:0;text-align:left}.barRow:hover,.barRow.active{background:var(--wash);color:var(--ink)}.barRow span,.barRow em,.barRow strong{color:var(--muted);font-style:normal}.barRow span,.barRow em{font-family:var(--mono)}.barRow.active strong{color:var(--ink)}.barRow div{height:8px;background:var(--wash);border:1px solid var(--line)}.barRow i{display:block;height:100%;background:var(--ink)}.empty{padding:16px;color:var(--muted)}.votePage{min-height:calc(100vh - 118px);display:grid;align-items:start}.voteStage{display:grid;gap:10px;width:min(1120px,100%);margin:0 auto}.voteVideoFrame{position:relative;width:100%;aspect-ratio:16 / 9;max-height:calc(100vh - 224px);background:#101010;border:1px solid var(--ink);overflow:hidden}.voteVideo{width:100%;height:100%;object-fit:contain;display:block}.fullscreenButton{position:absolute;right:12px;top:12px;z-index:2;border:1px solid rgba(255,255,255,.7);background:#101010b8;color:#fff;cursor:pointer;font-size:13px;min-height:34px;padding:0 10px}.iconButton{width:38px;height:38px;min-height:0;padding:0;display:grid;place-items:center}.iconButton svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter}.audioButton{position:absolute;left:12px;top:12px;z-index:2;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);background:#101010b8;color:#fff;cursor:pointer}.slowButton{position:absolute;left:58px;top:12px;z-index:2;min-width:108px;height:38px;padding:0 10px;border:1px solid rgba(255,255,255,.7);background:#101010b8;color:#fff;cursor:pointer;font-size:13px;font-weight:750}.slowButton.active{background:#fff;color:#101010}.mobilePlayButton{display:none}.audioButton svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter}.voteDock p,.leadersIntro p{color:var(--muted)}.voteLoading{border:1px solid var(--line);background:var(--paper);color:var(--muted);display:grid;gap:4px;min-height:240px;place-content:center;text-align:center}.voteLoading strong{color:var(--ink)}.skeletonVideo{background:linear-gradient(90deg,#101010,#1b1b1b,#101010 90%);background-size:220% 100%;animation:skeletonSweep 1.1s ease-in-out infinite}.skeletonDock{pointer-events:none}.skeletonBlock,.skeletonLine{background:linear-gradient(90deg,#e3dfd3,#f2eee5,#e3dfd3 90%);background-size:220% 100%;animation:skeletonSweep 1.1s ease-in-out infinite}.skeletonLine{height:11px;width:min(100%,520px);margin-bottom:8px}.skeletonLine.short{width:240px}.skeletonLine.title{width:180px;height:18px}.skeletonLine.tiny{width:300px;margin-bottom:0}.skeletonButtons .skeletonBlock{min-height:48px}@keyframes skeletonSweep{0%{background-position:120% 0}to{background-position:-120% 0}}.playKicker{color:var(--muted);font-family:var(--mono);font-size:12px}.voteDock{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.64fr);gap:12px;border:1px solid var(--line);background:var(--paper);padding:8px 10px;align-items:center}.voteDock h2{margin:0 0 2px;font-size:18px}.voteDock p{margin:0 0 4px;font-size:13px}.playInfo{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:stretch;min-width:0}.drawnHeadshot{width:72px;height:100%;min-height:74px;object-fit:contain;object-position:top center;align-self:stretch}.playText{position:relative;min-width:0}.reportButton{min-height:34px;border:1px solid var(--line);background:#b4231814;color:#8f2018;cursor:pointer;font-size:13px;padding:0 10px;white-space:nowrap;justify-self:start;display:inline-flex;align-items:center;justify-content:center;gap:7px}.reportButton svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:square;stroke-linejoin:miter}.reportButton.reported{color:#1f7a4d;border-color:#1f7a4d;background:#1f7a4d14}.reportButton.error{color:#b42318;border-color:#b42318;background:#b423181f}.reportButton:disabled{cursor:default}.settingsModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:18px;background:#1010106b}.settingsModal{width:min(460px,100%);display:grid;gap:12px;border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:12px;box-shadow:0 24px 70px #10101042}.settingsModalHead{display:flex;justify-content:space-between;gap:14px}.settingsModalHead h2{margin:0 0 3px;font-size:22px}.settingsModalHead p{margin:0;color:var(--muted);font-size:13px}.infoModal>p{margin:0;color:var(--ink);line-height:1.5}.settingsIconClose{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.settingsIconClose svg,.settingsVoteButton svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}.settingsGroup{display:grid;gap:6px}.settingsGroup>span{color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase}.segmentedControl{display:flex;flex-wrap:wrap;gap:6px}.segmentedControl button{min-height:32px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer;padding:0 10px;font-size:13px}.segmentedControl button.active{background:var(--ink);color:#fff}.foulingHeadshot{width:26px;height:21px;object-fit:contain;object-position:top center}.utilityButtons{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.playlistActions{display:flex;align-items:center;gap:8px;flex-shrink:0}.copyLinkButton,.settingsVoteButton{min-width:108px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer;align-self:center}.copyLinkButton.compact{min-width:max-content;min-height:34px;padding:0 10px;white-space:nowrap;flex-shrink:0}.copyLinkButton.iconOnly{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;flex-shrink:0}.copyLinkButton:disabled{cursor:not-allowed;opacity:.45}.settingsVoteButton{background:#fff;color:var(--muted)}.copyLinkButton.copied{background:#1f7a4d;border-color:#1f7a4d;color:#fff}.copyLinkButton svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter}.copyLinkButton span,.settingsVoteButton span{font-size:13px;font-weight:750}.settingsActions{display:flex;justify-content:flex-end;gap:8px}.secondaryActionButton,.saveSettingsButton{min-height:36px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer;padding:0 14px;font-size:13px;font-weight:750}.saveSettingsButton{background:var(--ink);border-color:var(--ink);color:#fff}.saveSettingsButton:disabled{cursor:default;opacity:.45}.voteButtons{display:grid;grid-template-columns:1fr 1fr .62fr;gap:10px;align-items:stretch}.actionStack{display:grid;gap:8px}.userVoteStats{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-family:var(--mono);font-size:11px;line-height:1.3}.userVoteStats strong{color:var(--ink);font-weight:750;white-space:nowrap}.voteError{color:#b42318;font-size:12px}.voteButtons button,.nextPlayButton{min-height:48px;border:1px solid var(--ink);cursor:pointer;font-weight:750;padding:0 14px}.voteButtons button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.voteButtons button:disabled{cursor:wait;opacity:.62}.baitButton{background:#b42318;border-color:#b42318;color:#fff}.ethicalButton{background:#1f7a4d;border-color:#1f7a4d;color:#fff}.skipButton{background:#f4f1e8;border-color:var(--line);color:#777064}.resultDock{display:grid;gap:6px}.resultBar{display:grid;gap:4px}.resultBar div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.resultBar i{display:block;height:8px;border:1px solid var(--line-strong);width:var(--target-width);animation:resultFill .42s ease-out both;transform-origin:left center}.resultBar.bait i{background:#b42318}.resultBar.ethical i{background:#1f7a4d}.choiceCheck{display:inline-flex;align-items:center}.choiceCheck svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.resultBar.bait .choiceCheck{color:#b42318}.resultBar.ethical .choiceCheck{color:#1f7a4d}.resultBar:not(.active) i{opacity:.72}@keyframes resultFill{0%{width:0}to{width:var(--target-width)}}.voteMeta{color:var(--muted);display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px}.nextPlayButton{background:var(--ink);color:#fff}.voteStage:fullscreen{width:100vw;height:100vh;background:#101010;padding:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0}.voteStage:fullscreen .voteVideoFrame{border:0;width:auto;max-height:none;aspect-ratio:unset;height:100%;min-height:0;display:grid;place-items:center}.voteStage:fullscreen .voteVideo{max-height:calc(100vh - 118px);height:100%;width:100%}.voteStage:fullscreen .voteDock{border-color:#ffffff38;background:#101010f5;color:#fff;min-height:104px;padding:10px 14px}.voteStage:fullscreen .voteDock p,.voteStage:fullscreen .playKicker,.voteStage:fullscreen .voteMeta,.voteStage:fullscreen .userVoteStats{color:#ffffffb8}.voteStage:fullscreen .userVoteStats strong{color:#fff}.voteStage:fullscreen .ethicalButton{background:#1f7a4d;color:#fff}.voteStage:fullscreen .skipButton{background:#ffffff24;color:#ffffffc7}.voteStage:fullscreen .copyLinkButton{background:#ffffff14;border-color:#ffffff52;color:#fff}.voteStage:fullscreen .settingsVoteButton{background:#ffffff14;border-color:#ffffff52;color:#fff}.voteStage:fullscreen .reportButton{background:#ffffff14;border-color:#ffffff52;color:#ffffffe0}.voteStage:fullscreen .reportButton:hover{background:#b423183d;border-color:#ffb4ae8a;color:#fff}.voteStage:fullscreen .reportButton.reported{background:#1f7a4d38;border-color:#89d8ae94;color:#d7f6e5}.voteStage:fullscreen .reportButton.error{background:#b423183d;border-color:#ffb4ae94;color:#ffe0dc}.voteStage:fullscreen .copyLinkButton.copied{background:#1f7a4d;border-color:#1f7a4d}.voteStage:fullscreen .nextPlayButton{background:#fff;border-color:#fff;color:#101010}.voteStage:fullscreen .resultBar i{border-color:#ffffff47}.leadersPage{display:grid;gap:16px}.leadersIntro h1{margin:0 0 4px;font-size:clamp(28px,4vw,48px)}.leadersIntro p{color:var(--muted)}.historyMetrics{margin-top:10px;padding:12px 14px;border:1px solid var(--line);background:#fff;font-size:13px}.historyMetrics strong{font-size:15px}.leadersToolbar{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);background:#fff;width:fit-content}.leaderControlGroup{display:grid;gap:6px}.leaderControlGroup>span,.leaderFilters label{color:var(--muted);font-family:var(--mono);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:0}.leaderMinimumGroup{min-width:0}.leaderFilters{display:flex;flex-wrap:wrap;align-items:end;gap:8px}.leaderFilters label{min-width:96px;display:grid;gap:5px}.leaderFilters label:has(select){min-width:130px}.leaderFilters input,.leaderFilters select{min-height:34px}.leaderTabs{display:inline-flex;width:fit-content;border:1px solid var(--line-strong)}.leaderTabs button{min-height:36px;border:0;border-right:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer;padding:0 18px}.leaderTabs button:last-child{border-right:0}.leaderTabs button.active{background:var(--ink);color:#fff}.leaderPanelControls{padding:10px 14px;border-bottom:1px solid var(--line);background:var(--wash)}.boardControls{display:flex;flex-wrap:wrap;align-items:end;gap:10px}.boardControls .leaderFilters{gap:6px}.boardControls .leaderFilters input,.boardControls .leaderFilters select,.boardControls .leaderTabs button,.boardControls .segmentedControl button{min-height:32px}.boardControls .leaderFilters label{min-width:82px}.boardControls .leaderFilters label:has(select){min-width:118px}.leaderSections{display:grid;gap:26px}.leaderSection{display:grid;gap:10px}.leaderSectionHead{border-bottom:1px solid var(--line-strong);padding-bottom:8px}.leaderSectionHead h2{margin:0;font-size:clamp(18px,2.2vw,28px);line-height:1.05}.leadersGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.leaderPanel .sectionHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0 10px;margin:0 14px;border-bottom:1px solid var(--line)}.leaderPanel .sectionHead h2{margin:0;font-size:clamp(18px,1.7vw,24px);line-height:1.05}.leaderTitleBlock{display:grid;gap:4px}.leaderTitleBlock p{margin:0;color:var(--muted);font-size:13px;line-height:1.25}.infoDot{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer;font-family:var(--mono);font-size:12px;font-weight:750;flex:0 0 auto}.leaderRowWrap{border-bottom:1px solid var(--line)}.leaderRow{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr) 72px;gap:10px;padding:12px 14px;align-items:center;color:inherit;text-decoration:none;overflow:hidden}.leaderRow.clickable:hover{background:var(--wash)}.leaderPanel.hasVideoDrawer .leaderRow{grid-template-columns:30px minmax(0,1fr) 72px auto}.leaderRow:has(.leaderHeadshot),.leaderRow:has(.leaderLogo){grid-template-columns:30px 42px minmax(0,1fr) 72px}.leaderPanel.hasVideoDrawer .leaderRow:has(.leaderHeadshot),.leaderPanel.hasVideoDrawer .leaderRow:has(.leaderLogo){grid-template-columns:30px 42px minmax(0,1fr) 72px auto}.leaderRow>*{position:relative;z-index:1}.leaderRow span,.leaderRow em,.leaderRow small{color:var(--muted);font-style:normal}.leaderRow strong{display:block;overflow-wrap:normal;word-break:normal}.leaderHeadshot{width:42px;height:34px;object-fit:contain;object-position:top center}.leaderLogo{width:36px;height:36px;object-fit:contain;justify-self:center}.leaderRow small{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderRow em{text-align:right;font-family:var(--mono)}.leaderPlayButton{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer}.leaderPlayButton svg{width:16px;height:16px;fill:currentColor;transition:transform .18s ease}.leaderPlayButton.open svg{transform:rotate(-90deg)}.leaderVideoDrawer{padding:14px;display:grid;place-items:center}.leaderVideoFrame{position:relative;width:min(620px,100%);aspect-ratio:16 / 9;background:transparent;overflow:hidden}.leaderVideoFrame video{width:100%;height:100%;object-fit:contain;display:block}.leaderVideoFrame:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;display:grid;place-items:center}.leaderVideoFrame:fullscreen video{width:100%;height:100%}.leaderVideoFrame .audioButton,.leaderVideoFrame .slowButton,.leaderVideoFrame .copyButton,.leaderVideoFrame .fullscreenButton{opacity:0;pointer-events:none;transition:opacity .16s ease}.leaderVideoFrame.controlsVisible .audioButton,.leaderVideoFrame.controlsVisible .slowButton,.leaderVideoFrame.controlsVisible .copyButton,.leaderVideoFrame.controlsVisible .fullscreenButton{opacity:1;pointer-events:auto}.copyButton{position:absolute;right:58px;top:12px;z-index:2;border:1px solid rgba(255,255,255,.7);background:#101010b8;color:#fff;cursor:pointer}.copyButton.copied{background:#1f7a4d;border-color:#1f7a4d}.leaderRow i{position:absolute;left:0;top:0;z-index:0;height:100%;background:#10101012;opacity:1}.leaderRow i.bait{background:#b4231821}.leaderRow i.ethical{background:#1f7a4d2e}.leaderRow i.deviation{background:#6f5a2029}.viewMoreButton{width:calc(100% - 28px);min-height:36px;margin:12px 14px 14px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);cursor:pointer;font-size:13px;font-weight:750}.viewMoreButton:hover{background:var(--wash)}.skeletonLeaderPanel .sectionHead{min-height:44px}.skeletonLeaderPanel .sectionHead .skeletonLine{margin:0}.skeletonLeaderRow{grid-template-columns:30px minmax(0,1fr) 72px}.skeletonLeaderRow .skeletonLine{margin:0}.skeletonLeaderRow i{background:#1010100f}@media (max-width: 1100px){.controlsPanel,.resultsGrid,.playerGrid,.voteDock,.leadersGrid{grid-template-columns:1fr}.reportButton{padding:0 7px}.filters{grid-template-columns:repeat(2,minmax(120px,1fr))}.queue{border-left:0;border-top:1px solid var(--line)}}@media (max-width: 640px){main{width:calc(100vw - 20px);padding-top:14px}.top,.progressMeta,.progressFoot{display:grid}.topNav{width:100%}.topNav button{flex:1}.filters{grid-template-columns:1fr}.votePage{align-items:start}.voteVideoFrame{max-height:42vh}.voteVideoFrame .audioButton,.voteVideoFrame .slowButton,.voteVideoFrame .fullscreenButton{opacity:0;pointer-events:none;transition:opacity .16s ease}.voteVideoFrame.mobileControlsVisible .audioButton,.voteVideoFrame.mobileControlsVisible .slowButton,.voteVideoFrame.mobileControlsVisible .fullscreenButton{opacity:1;pointer-events:auto}.voteButtons{grid-template-columns:1fr;gap:6px}.voteButtons button,.nextPlayButton{min-height:42px}.playInfo{grid-template-columns:56px minmax(0,1fr)}.drawnHeadshot{width:56px;min-height:68px}.leadersToolbar,.leadersToolbar .segmentedControl,.leaderTabs,.boardControls .segmentedControl,.boardControls .leaderTabs{width:100%}.leaderTabs button{flex:1}.boardControls{display:grid}.leaderRow{grid-template-columns:24px minmax(0,1fr) 54px;padding:11px 10px}.leaderPanel.hasVideoDrawer .leaderRow{grid-template-columns:24px minmax(0,1fr) 54px auto}.leaderRow:has(.leaderHeadshot),.leaderRow:has(.leaderLogo){grid-template-columns:24px 34px minmax(0,1fr) 54px}.leaderPanel.hasVideoDrawer .leaderRow:has(.leaderHeadshot),.leaderPanel.hasVideoDrawer .leaderRow:has(.leaderLogo){grid-template-columns:24px 34px minmax(0,1fr) 54px auto}.leaderHeadshot{width:34px;height:28px}.leaderLogo{width:30px;height:30px}.leaderVideoDrawer{padding:10px}.leaderRow small{white-space:normal}}@media (pointer: coarse){.voteVideoFrame.mobileNativeMode .audioButton,.voteVideoFrame.mobileNativeMode .slowButton,.voteVideoFrame.mobileNativeMode .fullscreenButton{display:none}.voteVideoFrame.mobileNativeMode .mobilePlayButton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;width:100%;height:100%;border:0;background:transparent;color:#fff;cursor:pointer}.mobilePlayButton svg{width:72px;height:72px;fill:currentColor;filter:drop-shadow(0 2px 14px rgba(0,0,0,.52))}.voteVideoFrame .audioButton,.voteVideoFrame .slowButton,.voteVideoFrame .fullscreenButton{opacity:0;pointer-events:none;transition:opacity .16s ease}.voteVideoFrame.mobileControlsVisible .audioButton,.voteVideoFrame.mobileControlsVisible .slowButton,.voteVideoFrame.mobileControlsVisible .fullscreenButton{opacity:1;pointer-events:auto}}
