@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--ink:#211e20;--paper:#fbf0e6;--yellow:#ff873c;--muted:#b8aaa2;--line:#514340;font-family:'DM Sans',sans-serif;background:var(--ink);color:var(--paper)}
*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(ellipse at 60% 0,#284640 0,transparent 65%),var(--ink)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--yellow);outline-offset:5px}button:disabled{opacity:.35;cursor:default}main{max-width:1480px;margin:auto;padding:30px 48px 20px}.masthead{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:var(--paper);font-weight:700;font-size:14px;letter-spacing:1.6px}.brand small{display:block;font-size:10px;letter-spacing:2px;color:var(--muted);margin-top:6px}.brand-mark{width:49px;height:49px;border:2px solid var(--yellow);border-radius:50%;font-family:'Barlow Condensed',sans-serif;font-style:italic;font-size:32px;letter-spacing:-7px;line-height:43px;padding-left:6px;color:var(--yellow)}.brand-mark span{font-size:24px;vertical-align:top}.edition{font-family:'Barlow Condensed',sans-serif;font-weight:600;letter-spacing:2px;font-size:16px}.edition span{color:var(--muted);font-size:12px;margin-left:20px}.game-shell{border:1px solid #60726a;border-radius:12px;overflow:hidden;box-shadow:0 28px 75px #071b1c70}.scoreboard{min-height:98px;display:flex;align-items:center;gap:26px;padding:18px 28px;background:#102523}.game-title{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:32px;line-height:1;white-space:nowrap}.game-title em{color:var(--yellow);font-style:italic}.live-label{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:2.5px;color:var(--muted);margin-top:9px}.stats{margin-left:auto;display:flex;gap:35px}.stats>div{display:flex;flex-direction:column;gap:6px}.stats span{color:var(--muted);font-size:10px;letter-spacing:1.8px;font-weight:700}.stats strong{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:28px;line-height:1;font-variant-numeric:tabular-nums}.stats small{font-family:'DM Sans',sans-serif;font-size:12px;color:var(--muted);font-weight:400}.lives-stat strong{font-size:18px;color:var(--yellow);letter-spacing:3px;padding-top:5px}.icon-button{border:1px solid var(--line);background:transparent;color:var(--paper);width:42px;height:42px;border-radius:50%;font-size:18px}.playfield{position:relative;aspect-ratio:2;isolation:isolate;overflow:hidden;background:#eabf78}canvas{width:100%;height:100%;display:block}.course-label{position:absolute;top:23px;left:27px;right:27px;display:flex;justify-content:space-between;color:#365343;font-family:'Barlow Condensed',sans-serif;letter-spacing:2px;font-size:14px;font-weight:700;pointer-events:none}.overlay{position:absolute;inset:0;display:flex;align-items:center;padding:5% 7%;background:linear-gradient(90deg,#f8e9b5ed 0%,#f8e9b5d9 35%,#f8e9b500 73%)}.overlay[hidden]{display:none}.start-card{width:430px;max-width:65%;color:var(--ink)}.eyebrow{font-size:12px;letter-spacing:2.8px;font-weight:700}h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(50px,5.8vw,86px);font-weight:800;line-height:.93;letter-spacing:-1.5px;margin:18px 0 18px;text-transform:uppercase}h1 em{color:#c14f2e;font-style:italic}.start-card p{max-width:330px;font-size:15px;line-height:1.6;margin:0 0 23px}.primary{background:var(--ink);border:0;border-radius:4px;color:#fff5d5;font-weight:700;font-size:13px;letter-spacing:1px;padding:17px 20px;display:flex;align-items:center;gap:32px;box-shadow:0 4px 0 #091b1b}.primary:hover{background:#284c42}.primary span{font-size:23px;line-height:18px;color:var(--yellow)}.start-hint{font-size:10px;letter-spacing:1.4px;margin-top:19px;font-weight:600}.announcement{position:absolute;top:20%;left:50%;transform:translateX(-50%);font-family:'Barlow Condensed',sans-serif;font-size:42px;font-weight:800;color:var(--ink);text-shadow:0 2px #fff8cd;text-align:center;pointer-events:none;white-space:nowrap}.next-obstacle{position:absolute;right:25px;bottom:31px;background:#112c29e8;color:var(--paper);border-radius:6px;padding:12px 15px;display:grid;grid-template-columns:auto auto;gap:4px 20px;box-shadow:0 3px 0 #0c242347}.next-obstacle[hidden]{display:none}.next-obstacle span{grid-column:1;font-size:9px;letter-spacing:2px;color:#b0c2b7}.next-obstacle strong{grid-column:1;font-size:16px}.next-obstacle kbd{grid-column:2;grid-row:1/3;align-self:center;color:var(--yellow);border-color:#8c9c76}.progress-track{position:absolute;bottom:0;left:0;right:0;height:5px;background:#1c333550}.progress-track div{height:100%;background:var(--yellow);width:0;transition:width .15s}.control-deck{background:#102523;display:flex;align-items:center;justify-content:space-between;padding:20px 28px;gap:15px}.controls{display:flex;gap:28px;align-items:center}.action-button{display:flex;gap:10px;align-items:center;color:var(--paper);background:none;border:0;padding:0;font-size:14px}.action-button:active{color:var(--yellow);transform:translateY(1px)}kbd{border:1px solid #6c7e71;border-bottom-width:3px;border-radius:4px;padding:5px 8px;font:600 12px 'DM Sans',sans-serif;white-space:nowrap}.flop-button kbd{padding-inline:13px;color:var(--yellow)}.pace-controls{display:flex;align-items:center;gap:10px;font-size:14px}.sound-button{font-size:10px;font-weight:700;letter-spacing:1.5px;background:none;border:1px solid var(--line);border-radius:4px;color:var(--muted);padding:11px 12px}.sound-button[aria-pressed=true]{color:var(--yellow)}footer{display:flex;justify-content:space-between;align-items:center;gap:24px;color:var(--muted);font-size:12px;padding:17px 0}footer p{line-height:1.8;margin:0}footer strong{font-family:'Barlow Condensed',sans-serif;font-size:13px;color:var(--yellow);letter-spacing:1.5px;margin-right:12px}footer>span{font-size:9px;letter-spacing:1px;white-space:nowrap}
@media(min-width:1500px){main{padding-top:50px}.masthead{margin-bottom:40px}}
@media(max-width:1000px){main{padding:24px}.stats{gap:22px}.scoreboard{gap:18px;padding:17px 20px}.game-title{font-size:28px}.stats strong{font-size:24px}.stats small{font-size:10px}.controls{gap:18px}footer>span{display:none}.playfield{aspect-ratio:1.8}.start-card p{font-size:14px;margin-bottom:18px}h1{margin:14px 0}.start-hint{margin-top:15px}}
@media(max-width:650px){main{padding:16px 12px}.masthead{margin-bottom:20px}.brand{font-size:11px;letter-spacing:1px;gap:9px}.brand small{font-size:8px}.brand-mark{width:40px;height:40px;font-size:28px;line-height:34px;padding-left:3px}.brand-mark span{font-size:21px}.edition{font-size:12px}.edition span{display:none}.scoreboard{padding:15px 13px;gap:12px;min-height:86px;flex-wrap:wrap}.game-title{font-size:25px}.live-label{font-size:8px;letter-spacing:1.2px}.stats{gap:15px}.stats span{font-size:8px;letter-spacing:1px}.stats strong{font-size:24px}.stats small{display:none}.lives-stat strong{font-size:13px;letter-spacing:0}.icon-button{width:32px;height:32px;font-size:14px}.playfield{aspect-ratio:1.25;min-height:330px}.course-label{top:15px;left:15px;right:15px;font-size:11px}.course-label span:last-child{display:none}.overlay{padding:30px 25px;background:linear-gradient(90deg,#f8e9b5eb,#f8e9b5b0 58%,#f8e9b500)}.start-card{max-width:80%}h1{font-size:53px}.start-card p{font-size:13px;max-width:240px;line-height:1.45}.eyebrow{font-size:10px}.primary{font-size:11px;padding:13px 14px;gap:18px}.start-hint{font-size:8px;letter-spacing:1px}.control-deck{padding:12px;gap:10px}.controls{gap:10px;flex:1}.action-button{flex:1;flex-direction:column;gap:7px;background:#223d36;border:1px solid #486056;border-radius:6px;padding:11px 7px;touch-action:none;font-size:13px;min-height:64px}.action-button kbd{font-size:9px;border:0;padding:0}.pace-controls{display:none}.sound-button{font-size:8px;max-width:60px;padding:10px 7px;line-height:1.5}.announcement{font-size:33px;top:21%}.next-obstacle{right:14px;bottom:20px;padding:9px 12px}.next-obstacle strong{font-size:13px}footer{font-size:11px;padding:15px 3px}footer strong{display:block;margin:0 0 3px;font-size:12px}}
body{background:radial-gradient(ellipse at 60% 0,#45332e 0,transparent 65%),var(--ink)}.game-shell{border-color:#66534a;box-shadow:0 28px 75px #0c090970}.scoreboard,.control-deck{background:#191719}.primary{box-shadow:0 4px 0 #0f0e0e}.primary:hover{background:#42302a}.next-obstacle{background:#211d1cf0}.next-obstacle span{color:#c7b4a7}.next-obstacle kbd{border-color:#a27a60}.flop-guide{display:flex;flex-direction:column;gap:5px;font-size:13px}.flop-guide strong{color:var(--yellow);font-size:10px;letter-spacing:1.5px}.action-button{touch-action:none;user-select:none}.high-jump-hud{position:absolute;left:24px;top:60px;width:270px;padding:13px 16px;background:#211d1def;border:1px solid #b78254;border-radius:6px;box-shadow:0 4px 0 #0002;color:var(--paper);pointer-events:none}.high-jump-hud[hidden]{display:none}.high-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.high-heading>span{font-size:12px;letter-spacing:1.8px;font-weight:700}.high-heading>strong{font:700 30px 'Barlow Condensed',sans-serif;color:var(--yellow);line-height:1}.angle-meter{position:relative;height:10px;border-radius:4px;background:#645049;margin:12px 0 10px}.angle-target{position:absolute;left:39.6%;width:20.8%;height:100%;background:#ff873c}.angle-meter #angle-needle{position:absolute;left:0;top:-4px;width:3px;height:18px;background:white;box-shadow:0 0 4px #000}.high-jump-hud p{font-size:14px;font-weight:700;margin:8px 0 5px;line-height:1.3}.high-jump-hud small{font-size:12px;color:#d2beb1;line-height:1.4;display:block}.arch-meter{display:flex;gap:5px;margin:12px 0 8px}.arch-meter[hidden],.angle-meter[hidden]{display:none}.arch-meter span{height:10px;background:#665049;flex:1;border-radius:2px}.arch-meter span.filled{background:#ff873c}.high-jump-hud[data-stage=charging]{border-color:#ff873c}.high-jump-hud[data-stage=flight]{border-color:#fff0d4}
@media(max-width:650px){.action-button{background:#3c2d27;border-color:#755342}.flop-guide{font-size:11px;max-width:115px}.flop-guide strong{font-size:9px}.high-jump-hud{left:13px;top:40px;width:230px;padding:9px 12px}.high-heading>strong{font-size:25px}.high-jump-hud p{font-size:12px}.high-jump-hud small{font-size:11px}.high-heading>span{font-size:10px}.announcement{top:52%}}
.title-sequence .eyebrow{display:block;animation:title-arrive .5s .1s both}.title-sequence h1{animation:title-arrive .7s .4s both}.title-sequence p{animation:title-arrive .6s .8s both}.title-sequence .primary,.title-sequence .start-hint{animation:title-arrive .5s 1.1s both}@keyframes title-arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.team-monogram{display:grid;place-items:center;width:54px;height:58px;font:900 52px/1 'Barlow Condensed',Impact,sans-serif;color:#fa7c30;-webkit-text-stroke:1px #fbefdf;text-shadow:3px 2px 0 #100f10;letter-spacing:0}.team-monogram::after{content:'';display:block;width:34px;height:3px;background:#fa7c30;margin-top:-3px}@media(max-width:650px){.team-monogram{width:40px;height:45px;font-size:42px}}
.run-options{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:-12px 0 16px;font-size:12px;color:var(--muted)}.run-options label{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:1.5px;font-weight:700}.run-options select{appearance:auto;padding:9px 12px;background:#191719;color:var(--paper);border:1px solid #705744;border-radius:5px;font:500 14px 'DM Sans',sans-serif;letter-spacing:0}.run-options select:disabled{opacity:.6}.run-options select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.run-options>span{font-size:10px;letter-spacing:1.5px}.audio-controls{display:flex;gap:8px}.crowd-strip{display:flex;gap:20px;padding:10px 28px;background:#292021;border-top:1px solid #4c3931;align-items:center}.crowd-strip>span:first-child{color:var(--yellow);font-size:10px;letter-spacing:1.6px;font-weight:700}.crowd-strip>span:last-child{font-size:13px;color:#ead6c7;min-height:18px}.flop-guide{min-width:135px}@media(max-width:850px){.pace-controls{display:none}.controls{gap:18px}.audio-controls{gap:5px}}@media(max-width:650px){.run-options{margin-top:0;flex-wrap:wrap;gap:9px}.run-options>span{font-size:9px}.run-options select{font-size:13px}.audio-controls{flex-direction:column}.audio-controls .sound-button{max-width:none;font-size:9px;white-space:nowrap;padding:7px}.flop-guide{min-width:0;max-width:88px}.crowd-strip{padding:10px 13px;gap:12px}.crowd-strip>span:first-child{font-size:8px}.crowd-strip>span:last-child{font-size:12px}.lives-stat strong{font-size:11px}}
.team-logo{width:58px;height:64px;display:block;flex-shrink:0}.chant-window{flex:1;min-width:0;overflow:hidden;min-height:22px}#chant-line{display:block;font-size:14px;line-height:1.6;color:#ead6c7;white-space:normal}@media(max-width:650px){.team-logo{width:43px;height:48px}.crowd-strip{align-items:flex-start}#chant-line{font-size:12px}.start-hint{line-height:1.5}}
.team-logo{object-fit:contain;border-radius:50%;height:58px}@media(max-width:650px){.team-logo{height:43px}}
.playfield{touch-action:none;user-select:none;-webkit-user-select:none}.next-obstacle{pointer-events:none}.pace-reset{background:#312621;border:1px solid #755342;border-radius:5px;color:var(--yellow);font:700 11px 'DM Sans',sans-serif;min-height:44px;padding:8px 10px;white-space:nowrap}.canvas-hint{display:none;position:absolute;bottom:13px;left:14px;right:14px;text-align:center;font:700 10px 'DM Sans',sans-serif;color:#fff1d2;letter-spacing:1px;pointer-events:none;text-shadow:0 1px 3px #271b15}.pace-reset{display:none}@media(pointer:coarse){.canvas-hint{display:block}.pace-reset{display:block}.flop-guide{display:none}.action-button kbd{display:none}.next-obstacle{bottom:43px}.high-jump-hud .angle-meter{display:none}}
@media(max-width:650px){main{padding:10px 8px 12px;max-width:100%;overflow-x:clip}.masthead{margin-bottom:14px;gap:8px}.brand{min-width:0}.brand small{font-size:8px}.edition{font-size:10px}.run-options{margin:0 0 10px}.run-options>span{display:none}.run-options label{width:100%;justify-content:space-between}.run-options select{flex:1;max-width:260px;min-height:42px;font-size:14px}.scoreboard{display:grid;grid-template-columns:1fr auto;padding:11px 14px;gap:12px;min-height:0}.game-title{font-size:26px}.live-label{font-size:9px;letter-spacing:1px}.stats{grid-row:2;grid-column:1/-1;justify-content:space-between;width:100%;margin:0;gap:12px}.stats span{font-size:9px}.stats strong{font-size:25px}.stats small{display:inline;font-size:10px}.lives-stat strong{font-size:13px;padding-top:8px}.icon-button{grid-column:2;grid-row:1;width:40px;height:40px}.playfield{aspect-ratio:auto;height:clamp(280px,46svh,430px);min-height:280px}.overlay{padding:36px 22px}.start-card{max-width:90%;width:290px}.start-card h1{font-size:clamp(44px,12vw,58px)}.start-card p{font-size:13px;line-height:1.4;margin-bottom:15px}.start-hint{font-size:9px;letter-spacing:.4px;margin-top:12px}.primary{font-size:12px;min-height:44px;padding:12px 14px;gap:12px}.control-deck{padding:10px;gap:8px}.controls{gap:8px}.action-button{font-size:14px;min-height:52px;padding:10px 8px}.pace-reset{display:block;font-size:10px;min-height:52px;padding-inline:7px}.flop-guide{display:none}.audio-controls{gap:5px;flex-direction:row}.audio-controls .sound-button{font-size:9px;white-space:normal;width:51px;min-height:52px;padding:5px;line-height:1.5}.high-jump-hud{top:37px;width:215px;padding:9px 11px}.high-jump-hud p{font-size:13px}.high-jump-hud small{font-size:11px}.next-obstacle{right:12px;bottom:38px}.next-obstacle strong{font-size:12px}.crowd-strip{padding:8px 12px;gap:10px}.crowd-strip>span:first-child{font-size:8px;max-width:61px;line-height:1.5}.chant-window{min-height:20px}#chant-line{font-size:12px;line-height:1.5}footer{padding:10px 3px;font-size:11px}footer p{line-height:1.4}.canvas-hint{display:block;font-size:9px;letter-spacing:.4px}}
@media(max-width:380px){.edition{display:none}.stats small{font-size:9px}.stats strong{font-size:23px}.lives-stat strong{font-size:11px}.start-card p{font-size:12px}.action-button{font-size:12px}.audio-controls .sound-button{width:45px;font-size:8px}.pace-reset{font-size:9px;padding-inline:5px}.high-jump-hud{width:196px}.high-heading>span{letter-spacing:1px}.announcement{font-size:28px}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){main{padding:7px 10px}.masthead,footer,.run-options>span{display:none}.run-options{margin:0 0 6px}.run-options label{font-size:9px}.run-options select{min-height:30px;padding:4px 9px;font-size:12px;max-width:240px}.scoreboard{display:flex;padding:7px 13px;gap:16px;min-height:0}.game-title{font-size:23px}.live-label{display:none}.stats{width:auto;margin-left:auto;gap:18px}.stats strong{font-size:23px}.stats span{font-size:8px}.lives-stat strong{font-size:13px}.icon-button{width:32px;height:32px}.playfield{height:calc(100svh - 190px);min-height:185px;aspect-ratio:auto}.control-deck{padding:6px 12px}.controls{gap:12px}.action-button{min-height:37px;padding:6px 10px;flex-direction:row;font-size:12px}.pace-reset{min-height:37px}.audio-controls{flex-direction:row}.audio-controls .sound-button{min-height:37px;width:auto;font-size:9px;padding:5px 10px}.crowd-strip{padding:4px 12px;min-height:24px}.overlay{padding:25px 30px}.start-card{max-width:70%;width:500px}.start-card h1{font-size:41px;margin:8px 0}.start-card h1 br{display:none}.start-card p{font-size:12px;margin-bottom:9px;max-width:450px}.start-card .eyebrow,.start-hint{display:none}.primary{min-height:34px;padding:8px 12px;font-size:10px}.high-jump-hud{top:35px;left:14px;width:225px;padding:7px 11px}.high-jump-hud small{display:none}.high-jump-hud p{font-size:12px;margin:5px 0}.high-heading>strong{font-size:23px}}
@media(prefers-reduced-motion:reduce){.progress-track div{transition:none}.title-sequence *{animation:none!important}}
.athlete-profile{border-top:1px solid var(--line);margin-top:8px;color:var(--muted);font-size:13px;line-height:1.65}.athlete-profile summary{cursor:pointer;min-height:44px;padding:12px 0;color:var(--paper);font-size:11px;font-weight:700;letter-spacing:1px}.athlete-profile summary span{color:var(--yellow);margin-left:10px;font-size:9px}.athlete-profile>div{max-width:740px;padding-bottom:12px}.athlete-profile h2{font:700 28px 'Barlow Condensed',sans-serif;color:var(--paper);margin:8px 0}.athlete-profile h2 small{display:block;color:var(--yellow);font:500 12px 'DM Sans',sans-serif;margin-top:5px}.athlete-profile .induction{font-size:12px}.athlete-profile summary:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}
.race-controls{display:flex;gap:8px;flex-shrink:0}.race-controls .icon-button{display:grid;place-items:center;min-width:40px;min-height:40px}
.pace-overlay{position:absolute;left:16px;bottom:24px;display:flex;align-items:baseline;gap:8px;padding:9px 12px;background:#211d1ced;border:1px solid #9e7355;border-radius:6px;color:#fff0d4;pointer-events:none;font-variant-numeric:tabular-nums}.pace-overlay span{font-size:9px;font-weight:700;letter-spacing:1.5px}.pace-overlay strong{font:700 24px 'Barlow Condensed',sans-serif;color:var(--yellow)}
.input-guide{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:12px;color:var(--muted)}.input-guide strong{font-size:11px;letter-spacing:1px;color:var(--paper)}
.audio-controls .audio-toggle{display:flex;align-items:center;gap:9px;min-height:44px;width:auto;max-width:none;padding:8px 10px;font-size:11px;letter-spacing:.5px;white-space:nowrap;color:var(--paper)}.switch-track{display:block;width:30px;height:18px;border-radius:10px;background:#665953;position:relative;flex-shrink:0}.switch-track::after{content:'';position:absolute;left:3px;top:3px;width:12px;height:12px;border-radius:50%;background:#fff1df;transition:transform .15s}.audio-toggle[aria-checked=true] .switch-track{background:#d95b1d}.audio-toggle[aria-checked=true] .switch-track::after{transform:translateX(12px)}
@media(max-width:650px){.race-controls{grid-column:2;grid-row:1;gap:5px}.race-controls .icon-button{width:40px;height:40px}.pace-overlay{left:12px;bottom:37px;padding:7px 9px}.pace-overlay strong{font-size:22px}.input-guide{font-size:10px;gap:5px}.input-guide strong{font-size:9px;letter-spacing:.2px}.audio-controls .audio-toggle{flex-direction:column;gap:4px;font-size:10px;padding:6px 9px;min-width:54px}.control-deck{gap:10px}.canvas-hint{font-size:8px}.game-title{font-size:25px}}
@media(max-height:500px) and (orientation:landscape) and (max-width:1000px){.audio-controls .audio-toggle{flex-direction:row}.race-controls .icon-button{width:36px;height:36px;min-width:36px;min-height:36px}.race-controls{gap:5px}.pace-overlay{bottom:32px}}
/* Keep the passive HUD below the running lane, including on short phone screens. */
.playfield .pace-overlay,.playfield .next-obstacle{bottom:8px;padding:6px 10px;background:#211d1cbf;opacity:.72;box-shadow:none;border:1px solid #b69b8059;min-height:32px}
.playfield .pace-overlay{left:10px;gap:7px;align-items:center}
.playfield .pace-overlay strong{font-size:20px;line-height:1}
.playfield .next-obstacle{right:10px;display:flex;align-items:center;gap:8px}
.playfield .next-obstacle[hidden]{display:none}
.playfield .next-obstacle span{font-size:9px;letter-spacing:1px}
.playfield .next-obstacle strong{font-size:13px;line-height:1.2}
.triple-guide{padding:10px 16px;background:#29221e;border-top:1px solid #675442;color:#ead9bd;font-size:13px;line-height:1.4;text-align:center}.triple-guide[hidden]{display:none}.triple-guide[data-ready=true]{background:#573b24;color:#ffcb82;font-weight:700}
/* A translucent backing keeps cues legible without dimming the lettering. */
.playfield .announcement{top:max(42px,12%);z-index:3;width:max-content;max-width:calc(100% - 24px);padding:8px 16px;background:#211d1cc7;border:1px solid #f5d7b44d;border-radius:8px;color:#fff0d4;font-size:clamp(23px,3vw,36px);line-height:1.15;text-shadow:0 1px 2px #0008;white-space:normal;box-shadow:0 3px 12px #0002}
.playfield .announcement:empty{display:none}
