/* Stadium Edition: game-only visual layer. */
#screen-game{overflow:auto;background:#071522}
#screen-game .game-header{background:#091b2b;border-bottom:1px solid #294254}
#screen-game .brand-lockup b{letter-spacing:-.02em}
#screen-game .match-tools{background:#0a2031}
#screen-game .game-main{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(280px,1fr);align-items:stretch;height:auto;min-height:calc(100dvh - 132px);padding:14px;gap:14px;overflow:visible}
#screen-game .arena-panel{min-width:0;min-height:0;border-radius:18px;border-color:#2b465b;background:#071722;box-shadow:0 22px 65px #0004}
#screen-game .arena-topline{background:#0c2335;padding:16px 20px;gap:14px;font-size:12px;letter-spacing:.09em;align-items:center}
.stadium-title{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:900;letter-spacing:.10em}
.stadium-title .live-dot{margin-right:0;width:6px;height:6px;background:#9ae4b4;box-shadow:none}
#goalTargetText{text-align:right;font-size:11px;line-height:1.4;color:#c2d9e6}
.stadium-stage{position:relative;isolation:isolate;min-height:350px;aspect-ratio:1.78;flex:1;overflow:hidden;background:#071722}
.stadium-stage canvas{display:block;position:absolute;inset:0;width:100%;height:100%}
.stadium-stage.many-teams{aspect-ratio:1.40;min-height:470px}
.stadium-stage.shared-pitch{aspect-ratio:1.85}
.stadium-stage .skip-shot{position:absolute;bottom:14px;right:14px;z-index:3;background:#081b2eea;color:#e2f3fb;border:1px solid #98c4df75;border-radius:10px;min-height:44px;padding:10px 14px;font-size:12px;font-weight:800;box-shadow:0 4px 14px #0005}
.stadium-stage .shot-banner{position:absolute;left:50%;top:13%;transform:translateX(-50%);background:#0a2131ed;border:1px solid #92bdd64a;padding:10px 18px;border-radius:9px;font-size:12px;font-weight:900;color:#eaf8ff;line-height:1.4;max-width:90%;text-align:center;z-index:2;box-shadow:0 5px 16px #0003;pointer-events:none}
#screen-game .team-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 16px;flex:0;min-height:0;background:#0b2334;border-top:1px solid #2c4555}
#screen-game .team-lanes.count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
#screen-game .team-lanes.count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
#screen-game .team-lane{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:10px;text-align:left;min-width:0;min-height:94px;padding:12px;color:#edf9ff;border:1px solid #385063;border-radius:12px;background:#112b3f;box-shadow:none;overflow:visible;font:inherit}
#screen-game .team-lane.active-turn{background:linear-gradient(120deg,color-mix(in srgb,var(--team-color) 12%,#0b273b),#112b3f);border-color:var(--team-color);box-shadow:inset 0 3px var(--team-color)}
#screen-game .team-lane:after{display:none}
#screen-game .team-lane:disabled{opacity:1;cursor:default}
.team-crest{width:30px;height:37px;display:grid;place-items:center;clip-path:polygon(0 0,100% 0,100% 72%,50% 100%,0 72%);color:#081a25;background:var(--team-color);font-weight:1000;font-size:19px;grid-row:1 / 3}
.stadium-team-name{min-width:0;font-weight:850;font-size:14px;overflow-wrap:anywhere;line-height:1.25}
.stadium-score{font-size:29px;font-weight:950;line-height:1;font-variant-numeric:tabular-nums}
.stadium-progress-label{font-size:11px;color:#b7d0df;grid-column:2 / 4;padding-top:5px;line-height:1.4}
.stadium-progress-label b{font-size:11px;color:var(--team-color);font-weight:800}
.stadium-progress-track{display:flex;gap:4px;grid-column:1 / 4;margin-top:10px}
.stadium-progress-track i{height:5px;flex:1;border-radius:2px;background:#304b5d}
.stadium-progress-track i.done{background:var(--team-color)}
#screen-game .team-lanes.count-3 .team-lane,#screen-game .team-lanes.count-4 .team-lane{padding:11px 9px;column-gap:7px}
#screen-game .team-lanes.count-3 .team-crest,#screen-game .team-lanes.count-4 .team-crest{width:23px;height:31px;font-size:16px}
#screen-game .team-lanes.count-3 .stadium-team-name,#screen-game .team-lanes.count-4 .stadium-team-name{font-size:12px}
#screen-game .team-lanes.count-3 .stadium-score,#screen-game .team-lanes.count-4 .stadium-score{font-size:24px}
#screen-game .stadium-caption{background:#0b2334;padding:12px 18px;color:#afcadb;font-size:12px;line-height:1.5;flex-wrap:wrap}
#screen-game .board-panel{min-width:0;min-height:440px;padding:20px 16px 16px;border-radius:18px;border-color:#294459;background:linear-gradient(145deg,#0f2e46,#0a1e30)}
#screen-game .board-head{align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:20px}
#screen-game .board-head h2{font-size:27px;line-height:1.1;letter-spacing:-.04em}
#screen-game .board-head .eyebrow{font-size:11px;letter-spacing:.12em}
#screen-game #newBoardBtn{font-size:11px;padding:8px;min-height:38px}
#screen-game .letter-board{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(66px,1fr));gap:10px;min-height:352px;max-height:620px}
#screen-game .letter-tile{border-radius:12px;background:linear-gradient(145deg,#194667,#0c2a42);border:1px solid #49799866;box-shadow:inset 0 1px #85c5e023,0 5px 12px #0002}
#screen-game .letter-tile:before{background:linear-gradient(130deg,#69d6ff0c,transparent 60%)}
#screen-game .letter-tile b{font-size:clamp(30px,3.3vw,53px);line-height:1}
#screen-game .letter-tile small{font-size:11px;left:9px;bottom:8px;letter-spacing:.05em}
#screen-game .letter-tile.used{background:#0b1e2d;opacity:.62}
#screen-game .letter-tile:disabled:not(.used){opacity:.6}
#screen-game .board-meta{display:block;font-size:11px;line-height:1.5}
#screen-game .board-meta span{display:block;text-align:left;margin-top:6px}
#screen-game.shot-playing .board-panel{opacity:.73;transition:opacity .15s}
#screen-game.shot-playing .arena-panel{border-color:#658ca4}
.shot-result{left:auto;right:28px;top:148px;transform:none!important;min-width:160px;padding:13px 18px;animation:none!important;border-radius:14px}
.shot-result.open{opacity:1}
.shot-result strong{font-size:3.2rem}.shot-result em{font-size:12px}.shot-result small{font-size:11px}
.goal-modal{background:radial-gradient(ellipse at 50% 35%,#13774d7a,#04121bef 68%)}
.goal-content{width:min(920px,96vw)}
.goal-word{font-style:italic;letter-spacing:-.065em;font-weight:1000;font-size:clamp(86px,17vw,210px);filter:drop-shadow(0 7px 0 #126946)}
.goal-content .goal-ball{display:none}
.goal-content h2{margin-top:36px;font-size:clamp(25px,3.5vw,46px)}
#goalScoreText{font-size:clamp(16px,2.2vw,25px);letter-spacing:.03em;line-height:1.5;color:#d9efea}
.stadium-fallback{display:none;padding:28px 20px;text-align:center;background:#0c392d;color:#d7f4e4;font-size:16px;line-height:1.5}
.stadium-unavailable .stadium-stage{display:none}.stadium-unavailable .stadium-fallback{display:block}
@media(min-width:1500px){#screen-game .game-main{max-width:1900px;margin:auto;grid-template-columns:minmax(0,2.4fr) minmax(350px,1fr)}.stadium-stage{min-height:480px}.stadium-stage.many-teams{min-height:640px}#screen-game .stadium-team-name{font-size:17px}}
@media(max-width:1100px){#screen-game .game-main{grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr)}#screen-game .team-lanes.count-3,#screen-game .team-lanes.count-4{grid-template-columns:repeat(2,minmax(0,1fr))}#screen-game .team-lanes.count-3 .team-lane:last-child{grid-column:1 / 3}.stadium-stage{min-height:345px}.stadium-stage.many-teams{min-height:510px}}
@media(max-width:850px){#screen-game .game-main{grid-template-columns:1fr;min-height:0;padding:10px;gap:10px}#screen-game .board-panel{min-height:0;padding:17px}#screen-game .board-head{align-items:center;margin-bottom:14px}#screen-game .board-head h2{font-size:26px}#screen-game .letter-board{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,76px);min-height:0;max-height:none}#screen-game .board-meta{display:flex;justify-content:space-between;gap:14px}#screen-game .board-meta span:last-child{text-align:right}.stadium-stage{min-height:355px;aspect-ratio:1.75}.stadium-stage.many-teams{min-height:550px;aspect-ratio:1.25}.shot-result{right:20px;top:145px;min-width:150px}#screen-game .team-lanes.count-4{grid-template-columns:repeat(4,minmax(0,1fr))}#screen-game .stadium-title{font-size:13px}}
@media(max-width:560px){#screen-game .arena-topline{padding:13px 12px;gap:8px}#goalTargetText{font-size:11px;max-width:130px}#screen-game .stadium-title{font-size:12px;letter-spacing:.06em}#screen-game .stadium-stage{min-height:315px;aspect-ratio:1.15}#screen-game .stadium-stage.many-teams{min-height:570px;aspect-ratio:.8}#screen-game .stadium-stage.shared-pitch{min-height:340px;aspect-ratio:1.2}#screen-game .team-lanes,#screen-game .team-lanes.count-3,#screen-game .team-lanes.count-4{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;gap:8px}#screen-game .team-lane{padding:11px 9px;column-gap:7px;min-height:88px}.team-crest{width:24px;height:31px;font-size:16px}.stadium-team-name{font-size:12px}.stadium-score{font-size:26px}.stadium-progress-label{font-size:11px}#screen-game .stadium-caption{font-size:11px;padding:11px 12px}#screen-game .board-panel{padding:14px}#screen-game .letter-board{gap:8px;grid-template-rows:repeat(3,72px)}#screen-game .letter-tile b{font-size:35px}#screen-game .letter-tile small{font-size:11px;bottom:6px;left:7px}.stadium-stage .shot-banner{font-size:11px;top:14%;padding:9px 12px}.shot-result{top:auto;bottom:20px;right:20px;min-width:130px}.shot-result strong{font-size:2.8rem}.goal-content{padding:25px 12px}.goal-actions{gap:8px}}
body.calm #screen-game.shot-playing .board-panel{transition:none}

@media(min-width:851px) and (max-height:850px){#screen-game .stadium-stage{aspect-ratio:auto;min-height:300px}#screen-game .stadium-stage.many-teams{min-height:350px}#screen-game .stadium-stage.shared-pitch{min-height:300px}}
