.weekly-replay{min-width:0}
.weekly-replay>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.weekly-replay h1{margin:.15em 0;overflow-wrap:anywhere}
.weekly-replay>header p{margin:5px 0;color:#b5c4da}
.weekly-replay-stage{display:grid;grid-template-columns:minmax(180px,360px) minmax(180px,380px);grid-template-rows:auto 1fr;justify-content:center;gap:20px 30px;padding:22px;border:1px solid #67e8f933;border-radius:24px;background:radial-gradient(circle at 30% 20%,#1d4ed833,transparent 50%),#060a18e8;box-shadow:inset 0 1px #fff2,0 24px 70px #0008}
.weekly-replay-board{grid-column:1;grid-row:1/3;min-width:0;width:100%;max-width:330px;align-self:center;justify-self:center;padding:6px;border:1px solid #a78bfa55;border-radius:15px;background:#020617;box-shadow:0 12px 28px #0008,inset 0 1px #fff2;box-sizing:border-box}
.weekly-replay-board canvas{display:block;width:100%;height:auto;aspect-ratio:1/2;border-radius:9px;background:#07111f}
.weekly-replay aside{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:14px;min-width:0}
.weekly-replay-next,.weekly-replay-score{display:grid;justify-items:center;align-content:center;min-width:0;padding:12px 8px;border:1px solid #a78bfa44;border-radius:16px;background:linear-gradient(145deg,#172044,#0b1028);box-shadow:inset 0 2px #ffffff16,0 5px 0 #03071588}
.weekly-replay-next canvas{display:block;width:90px;height:90px;max-width:100%;object-fit:contain}
.weekly-replay-next small,.weekly-replay-score>span{color:#a5f3fc;font-size:10px;font-weight:800;letter-spacing:.08em}
.weekly-replay-score strong{display:block;margin:6px 0;color:#fff;font-size:clamp(22px,3vw,38px);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;max-width:100%}
.weekly-replay-score>small{color:#a5b4cf;font-size:11px}
.weekly-replay-controls{grid-column:2;grid-row:2;align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:14px;min-width:0;padding:18px;border:1px solid #a78bfa33;border-radius:18px;background:#11192a}
.weekly-replay-controls [data-replay-toggle]{grid-column:1/-1;min-height:46px;margin:0}
.weekly-replay-controls [data-replay-toggle]>span:not([hidden]){display:inline-flex;align-items:center;justify-content:center;gap:8px}
.weekly-replay-controls svg{display:block;width:20px;height:20px;fill:currentColor}
.weekly-replay-controls label{grid-column:1/-1;display:grid;gap:2px;margin:0;color:#b5c4da;font-size:11px}
.weekly-replay-controls label>span{margin:0}
.weekly-replay-controls input[type=range]{width:100%;min-width:0;height:32px;margin:0;padding:0;accent-color:#67e8f9;cursor:pointer}
.weekly-replay-controls output{align-self:center;font-size:12px;color:#e2e8f0;font-variant-numeric:tabular-nums;white-space:nowrap}
.replay-speeds{display:flex;gap:5px;justify-content:end}
.replay-speeds button{min-width:44px;min-height:44px;padding:4px 6px;border:1px solid #ffffff33;border-radius:10px;background:#ffffff0b;color:#cbd5e1;font-size:12px;cursor:pointer}
.replay-speeds button.active{border-color:#67e8f9;background:#0891b233;color:#fff}
.weekly-replay-controls button:focus-visible,.weekly-replay-controls input:focus-visible{outline:2px solid #67e8f9;outline-offset:3px}
.weekly-replay-explanation{color:#94a3b8;font-size:12px;line-height:1.6}
@media(max-width:700px),(max-height:500px) and (orientation:landscape){
.weekly-replay>header{align-items:start;gap:10px}
.weekly-replay>header .eyebrow{font-size:9px;letter-spacing:.06em}
.weekly-replay h1{font-size:24px}
.weekly-replay>header p{font-size:10px}
.weekly-replay>header>.button{flex:none;width:auto;max-width:120px;min-height:42px;padding:8px 10px;font-size:11px;text-align:center}
.weekly-replay-stage{grid-template-columns:minmax(0,1fr) 84px;grid-template-rows:auto auto;gap:10px;padding:10px;border-radius:18px}
.weekly-replay-board{grid-row:1;width:min(100%,calc((100svh - 285px)/2));min-width:100px;padding:4px;border-radius:10px}
.weekly-replay aside{grid-template-columns:1fr;gap:10px;align-self:start}
.weekly-replay-next,.weekly-replay-score{padding:9px 5px;border-radius:12px}
.weekly-replay-next canvas{width:68px;height:68px}
.weekly-replay-score strong{font-size:20px}
.weekly-replay-next small,.weekly-replay-score>span{font-size:9px;letter-spacing:.03em}
.weekly-replay-controls{grid-column:1/-1;grid-row:2;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;padding:9px;border-radius:12px}
.weekly-replay-controls [data-replay-toggle]{grid-column:1;grid-row:1;min-height:44px;padding:8px 10px;font-size:13px}
.replay-speeds{grid-column:2;grid-row:1;gap:4px}
.weekly-replay-controls label{grid-row:2;gap:0}
.weekly-replay-controls output{grid-column:1/-1;grid-row:3;text-align:center;font-size:11px}
.weekly-replay-explanation{font-size:10px;margin:10px 0}
}
@media(max-height:500px) and (orientation:landscape){.weekly-replay-stage{grid-template-columns:minmax(120px,210px) minmax(200px,380px)}.weekly-replay-board{grid-row:1/3;width:144px}.weekly-replay-controls{grid-column:2;grid-row:2}.weekly-replay aside{grid-template-columns:1fr 1fr}.weekly-replay-next canvas{width:50px;height:50px}}
