#gameView{display:block;color:#eef7f5;background:linear-gradient(145deg,#06151b,#0c2830);padding:18px;border-top:5px solid #e96f31}#gameView .game-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;margin-top:18px}#gameView .route-banner{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#092128;border:1px solid #24505a;padding:15px 18px}#gameView .eyebrow{margin:0 0 8px;color:#ff9854}.route-track{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.route-step{margin:0;border:1px solid #3c6670;background:#102d35;color:#d9e9e7;padding:8px 11px;min-width:100px}.route-step b{display:block;font-size:1rem;color:#ff9854}.route-step span,.route-step small{display:block;font-size:.66rem}.route-step.current{background:#e96f31;border-color:#e96f31;color:#fff;transform:skew(-5deg)}.route-step.current b{color:#07171d}.route-arrow{color:#9cc4bf;font-weight:900;font-size:.75rem}.route-arrow b{font-size:1rem}.route-copy{display:flex;gap:9px;align-items:center;font-size:.72rem;color:#a8c1bd}.route-copy>span:first-child{color:#f6c04d;font-weight:900;letter-spacing:.12em}#gameView aside{border-top:2px solid #ec7438;padding-top:11px}#gameView .score-row{border-color:#27474e}#gameView .score-row small,#gameView aside p,#gameView .hint{color:#aac0bc}#gameView .score-row.active{border-left-color:#f6c04d}#gameView .stage .meta{color:#9fc4bf}#gameView .value{width:100%;height:auto;min-height:138px;border-radius:0;background:linear-gradient(100deg,#f4bb3e,#ffdf7b);box-shadow:none;border-left:14px solid #e96f31;display:grid;grid-template-columns:1fr auto 1fr;padding:16px 24px;text-align:left;color:#08212a}.value small:first-child{justify-self:start}.value small:last-child{justify-self:end;align-self:end}.value strong{font-size:6.5rem;line-height:.75;text-shadow:4px 4px 0 rgba(255,255,255,.35)}#gameView .stage article{background:#f8f9f6;border:0;box-shadow:0 9px 26px rgba(0,0,0,.2);color:#10262d;min-height:210px}#gameView .stage h2{color:#fff}#gameView .timer #timerButton{background:#f6c04d;color:#08212a}#gameView #revealButton:disabled{opacity:.35;cursor:not-allowed}#gameView #nextButton{background:#f6c04d;color:#08212a;border:0;font-weight:900;padding:13px 16px;cursor:pointer}@media(max-width:850px){#gameView .game-grid{grid-template-columns:1fr}.route-copy{display:none}.route-step{min-width:72px}}
