@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--orange:#ff653c;--muted:#9696a6;--line:#2b2b37}*{box-sizing:border-box}body{margin:0;background:#090a10;color:#f6f3ed;font-family:'Space Grotesk',Arial,sans-serif}body:before{content:'';position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at 70% 10%,#33202c44,transparent 60%)}main{position:relative;max-width:1240px;margin:auto;padding:28px 40px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:25px}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none;font-size:17px;font-weight:700;letter-spacing:1px}.mark{display:grid;place-items:center;background:var(--orange);color:#101016;font-style:italic;font-weight:900;font-size:25px;width:43px;height:43px;transform:skew(-7deg)}.sub{display:block;font-size:10px;color:var(--muted);letter-spacing:2px;margin-top:4px}.header-right{display:flex;align-items:center;gap:28px}.tour{font-size:11px;color:var(--muted);letter-spacing:1px}button{font-family:inherit;cursor:pointer;color:inherit;background:#191922;border:1px solid #393844;border-radius:4px;font-weight:700;touch-action:none}button:focus-visible,a:focus-visible,canvas:focus-visible{outline:3px solid #65ded9;outline-offset:4px}#sound{font-size:11px;padding:12px}.title-row{display:flex;justify-content:space-between;align-items:end;padding:29px 0 24px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--orange);margin:0 0 6px}h1{font-family:'Barlow Condensed',Impact,sans-serif;letter-spacing:-1px;font-size:72px;line-height:.95;margin:0;font-weight:800}h1 em{font-style:normal;color:var(--orange)}.intro{font-size:13px;line-height:1.7;color:#a7a6b2;margin:0}.cabinet{border:1px solid #3c3945;border-radius:8px;overflow:hidden;box-shadow:0 18px 65px #0009}.hud{display:flex;align-items:center;gap:55px;padding:14px 25px;background:#14151e}.hud div{display:flex;flex-direction:column;gap:4px}.hud small{font-size:10px;color:var(--muted);letter-spacing:1.5px}.hud strong{font-size:19px;font-variant-numeric:tabular-nums}.hud div:nth-child(3) strong{color:var(--orange)}#pause{margin-left:auto;width:35px;height:35px}.screen{position:relative;background:#080c17}.screen:after{content:'';pointer-events:none;position:absolute;inset:0;background:repeating-linear-gradient(transparent 0 3px,#0002 3px 4px);opacity:.3}canvas{display:block;width:100%;aspect-ratio:5/3}.overlay{position:absolute;inset:0;display:grid;place-items:center;background:#05071070;z-index:2}.overlay.hidden{display:none}.ticket{background:#10111bed;border:1px solid #676071;border-top:3px solid var(--orange);padding:30px 34px;width:min(430px,87%);box-shadow:0 20px 50px #0008}.ticket h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:52px;line-height:1;text-transform:uppercase;margin:12px 0 15px}.ticket p{color:#bab9c5;font-size:14px;line-height:1.6;margin:0 0 23px}.primary{background:var(--orange);color:#140d0b;border:0;padding:16px 18px;width:100%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.5px}.primary:hover{background:#ff875d}.ticket-foot{display:block;font-size:9px;letter-spacing:1.1px;color:#9996a6;margin-top:17px;text-align:center}.live-label{position:absolute;top:14px;left:18px;font-size:9px;letter-spacing:2px;color:#d7d3de}.live-label span{display:inline-block;background:var(--orange);width:5px;height:5px;margin-right:6px}.mission{padding:13px 22px;display:flex;justify-content:space-between;font-size:12px;background:#171720;color:#b9b6c5}.shadow-indicator{color:#78dad5;letter-spacing:1px;font-size:10px;font-weight:700}.bottom{display:flex;justify-content:space-between;gap:25px;margin-top:22px}.controls{display:flex;flex-wrap:wrap;gap:12px 20px;max-width:590px;align-content:center}.controls span{font-size:11px;color:#aaa7b6;white-space:nowrap}kbd{font-family:inherit;color:#dfdce7;border:1px solid #363440;background:#191820;border-radius:3px;padding:4px 6px;font-size:10px;margin-right:4px}.crew{display:flex;align-items:center;gap:11px}.crew img{width:45px;height:48px;object-fit:cover;object-position:50% 30%;border-radius:3px}.crew strong{font-size:12px;letter-spacing:1px}.crew p{font-size:10px;color:var(--muted);margin:5px 0}.crew-tag{font-size:8px;letter-spacing:1px;border:1px solid #625339;color:#dfbe7e;padding:6px;transform:rotate(-7deg)}footer{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;color:#656171;margin-top:28px}.touch{display:none}@media(max-width:800px){main{padding:18px 14px}.tour{display:none}.title-row{padding:23px 0 18px}h1{font-size:54px}.intro{font-size:11px}.hud{gap:25px;padding:12px 15px}.bottom{flex-direction:column}.crew{border-top:1px solid var(--line);padding-top:16px}.touch{display:flex;justify-content:space-between;gap:8px;margin-top:13px}.touch div{display:flex;gap:5px}.touch button{min-height:48px;min-width:39px;font-size:11px;padding:9px}.mission{font-size:10px;gap:10px;padding:11px}.shadow-indicator{font-size:9px}.ticket{padding:18px 24px}.ticket h2{font-size:37px;margin:8px 0}.ticket p{font-size:12px;line-height:1.4;margin-bottom:13px}.ticket-foot{font-size:8px;margin-top:10px}.primary{padding:13px}.live-label{display:none}}@media(max-width:480px){h1{font-size:45px}.intro{display:none}.hud{gap:20px}.hud small{font-size:8px}.hud strong{font-size:15px}.ticket h2 br{display:none}.ticket h2{font-size:29px}.ticket .eyebrow{font-size:9px}.ticket p{font-size:11px}.ticket{padding:13px 18px}.ticket-foot{display:none}.touch button{min-width:34px;padding:8px}.mission span:first-child{max-width:70%}.sub{font-size:8px}.brand{font-size:14px}footer{font-size:8px;gap:15px}.controls{display:none}}@media(prefers-reduced-motion:reduce){.screen:after{display:none}}

.bailey-speech{position:absolute;z-index:1;width:250px;max-width:calc(100% - 16px);padding:12px 16px 14px;border:3px solid #15101a;border-radius:19px 19px 19px 5px;background:#fff7df;color:#221521;box-shadow:4px 4px 0 #ff653c;pointer-events:none;font-size:16px;line-height:1.3;font-weight:700;transform:rotate(-2deg)}
.bailey-speech[hidden]{display:none}.bailey-speech strong{display:block;color:#b53421;font-size:11px;letter-spacing:1.8px;margin-bottom:5px}.bailey-speech span{display:block}.bailey-speech:after{content:'';position:absolute;left:var(--tail-x,50%);bottom:-12px;width:17px;height:17px;background:#fff7df;border-right:3px solid #15101a;border-bottom:3px solid #15101a;transform:skewY(30deg) rotate(35deg)}
@media(max-width:600px){.bailey-speech{width:185px;font-size:14px;padding:8px 11px 10px;border-width:2px;line-height:1.2;box-shadow:3px 3px 0 #ff653c}.bailey-speech strong{font-size:10px;margin-bottom:3px}}
.kabuki{position:absolute;inset:0 0 5%;z-index:1;pointer-events:none;background:repeating-linear-gradient(90deg,#d4d1c14d 0,#f1ecdc75 3%,#a29f964d 6%,#dfdaca66 9%);border-bottom:3px solid #e2dcc077;box-shadow:inset 0 0 80px #0005;transform:translateY(0);transition:transform 1.05s cubic-bezier(.65,0,1,.7),opacity .95s ease}.kabuki.dropped{transform:translateY(125%);opacity:0}.screen{overflow:hidden}.preshow canvas{filter:brightness(.48) saturate(.25)}.radio-call{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:min(420px,90%);padding:21px 24px;background:#10161ff2;border:1px solid #778588;border-left:4px solid #8fe4ca;box-shadow:0 12px 45px #000a;border-radius:5px}.radio-call[hidden]{display:none}.radio-heading{display:flex;justify-content:space-between;font-size:11px;letter-spacing:2px;color:#91e2c9}.radio-heading span{color:#97a4ad;font-size:10px}.radio-body{display:flex;gap:12px;align-items:center;margin-top:20px}.radio-avatar{width:48px;height:48px;display:grid;place-items:center;border:1px solid #778888;background:#29353d;color:#d8f6ec;font-weight:700;font-size:18px}.radio-body strong{display:block;text-transform:uppercase;font-size:16px}.radio-body span{display:block;font-size:11px;color:#9fadb8;margin-top:4px;text-transform:uppercase;letter-spacing:1px}#radio-line{font-size:26px;font-weight:700;line-height:1.2;min-height:63px;margin:20px 0 18px}.radio-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.radio-bottom span{font-family:monospace;font-size:11px;color:#91e2c9}.radio-bottom button{font-size:10px;padding:9px 12px}.preshow .live-label{visibility:hidden}@media(max-width:600px){.radio-call{padding:12px 16px}.radio-body{margin-top:10px}.radio-avatar{width:35px;height:35px;font-size:14px}.radio-body strong{font-size:14px}.radio-body span{font-size:10px}#radio-line{font-size:21px;min-height:28px;margin:12px 0}.radio-heading{font-size:10px}.radio-bottom span{font-size:10px}}@media(prefers-reduced-motion:reduce){.kabuki{transition:opacity .25s}.kabuki.dropped{transform:none}}

.radio-avatar{background-size:cover;background-position:center 30%}

.kabuki-comic{position:absolute;z-index:3;right:2%;top:3%;height:94%;width:49%;object-fit:contain;object-position:right center;pointer-events:none;filter:drop-shadow(5px 7px 0 #ff653c);animation:comic-cue-in .22s ease-out}.kabuki-comic[hidden]{display:none}.kabuki-cue .radio-call{left:3%;top:50%;width:43%;transform:translateY(-50%)}
@keyframes comic-cue-in{from{opacity:0;transform:scale(.85) rotate(3deg)}to{opacity:1;transform:scale(1) rotate(0)}}
@media(max-width:600px){.kabuki-cue .radio-call{padding:10px;width:44%;left:2%}.kabuki-cue .radio-heading span,.kabuki-cue .radio-avatar,.kabuki-cue #radio-status{display:none}.kabuki-cue #radio-line{font-size:17px}.kabuki-cue .radio-body strong{font-size:12px}.kabuki-cue .radio-body span{font-size:9px}.kabuki-cue .radio-bottom{justify-content:flex-start}.kabuki-cue .radio-body{margin-top:8px}}
@media(prefers-reduced-motion:reduce){.kabuki-comic{animation:none}}

.isai-cue{display:flex;align-items:center;gap:14px;padding:10px;margin:0 0 15px;background:#253b36;border:1px solid #75c6ad;border-radius:4px}.isai-cue[hidden]{display:none}.isai-cue img{width:72px;height:72px;object-fit:cover;object-position:center 20%;border-radius:3px}.isai-cue div{display:flex;flex-direction:column;gap:3px}.isai-cue span{font-size:11px;letter-spacing:2px;color:#9feacb}.isai-cue strong{font-size:20px}@media(max-width:600px){.isai-cue{padding:6px;margin-bottom:8px;gap:9px}.isai-cue img{width:42px;height:42px}.isai-cue strong{font-size:14px}.isai-cue span{font-size:9px}.radio-call:has(.isai-cue:not([hidden])) #radio-line{margin:7px 0;min-height:22px}}

/* Keep held game controls from invoking mobile text selection or callouts. */
.cabinet,.touch,button,.cabinet *,.touch *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.touch,.touch button,#game{touch-action:none;-webkit-tap-highlight-color:transparent}

.radio-avatar{background-color:#fff;border:2px solid #14121a;box-shadow:3px 3px 0 #ff653c}.isai-cue img,.crew img{object-position:center;background:#fff}.radio-avatar{width:64px;height:64px;flex-shrink:0}@media(max-width:600px){.radio-avatar{width:42px;height:42px}}

/* Dialogue lives below the playfield, never over a platform or character. */
.dialogue-dock{min-height:104px;background:#11141e;border-top:1px solid #3a3c48;display:flex;align-items:center;justify-content:center;gap:18px;padding:14px 22px}
.dialogue-dock .bailey-speech{position:relative;left:auto!important;top:auto!important;transform:none;width:100%;max-width:none;padding:12px 18px;min-height:70px;border-radius:5px 15px 15px 15px;font-size:16px;line-height:1.35;box-shadow:3px 3px 0 #ff653c}
.dialogue-dock .bailey-speech:after{display:none}.dialogue-dock .bailey-speech strong{margin-bottom:4px}
.dialogue-dock .radio-call{position:static;transform:none;width:auto;max-width:none;flex:1;min-width:0;padding:10px 14px;box-shadow:none}
.dialogue-dock .radio-heading{font-size:10px}.dialogue-dock .radio-body{margin-top:8px;gap:10px}.dialogue-dock .radio-avatar{width:48px;height:48px}.dialogue-dock #radio-line{font-size:22px;min-height:0;margin:10px 0}.dialogue-dock .radio-bottom{margin-top:8px}
.dialogue-dock .kabuki-comic{position:static;width:128px;height:192px;flex-shrink:0;order:2;object-fit:contain;filter:none;animation:none}.dialogue-dock .isai-cue{float:right;margin:-58px 0 6px 12px;padding:6px}.dialogue-dock .isai-cue img{width:44px;height:44px}.dialogue-dock .isai-cue strong{font-size:14px}.dialogue-dock .isai-cue span{font-size:9px}
@media(max-width:600px){.dialogue-dock{min-height:112px;padding:10px 12px;gap:10px}.dialogue-dock .bailey-speech{font-size:14px;padding:10px 13px}.dialogue-dock .radio-call{padding:9px 10px}.dialogue-dock .radio-heading span{display:none}.dialogue-dock #radio-line{font-size:18px}.dialogue-dock .radio-body strong{font-size:13px}.dialogue-dock .radio-avatar{width:38px;height:38px}.dialogue-dock .kabuki-comic{width:100px;height:150px}.dialogue-dock .radio-bottom span{font-size:9px}.dialogue-dock .isai-cue{float:none;margin:8px 0}.dialogue-dock .radio-bottom{gap:5px}.dialogue-dock .radio-bottom button{padding:8px}}

.crowd-flash{position:absolute;inset:0;z-index:5;background:#fff;pointer-events:none}.crowd-flash[hidden]{display:none}

.will-portrait{float:left;width:58px;height:58px;object-fit:cover;margin:0 14px 0 0;border:2px solid #1a1720;border-radius:3px}.will-portrait[hidden]{display:none}.dialogue-dock .bailey-speech:has(.will-portrait:not([hidden])){min-height:86px}@media(max-width:600px){.will-portrait{width:48px;height:48px;margin-right:10px}.dialogue-dock .bailey-speech:has(.will-portrait:not([hidden])){min-height:73px}}
#guide-open{font-size:11px;padding:12px}#guide-open:disabled{opacity:.4;cursor:default}#game-guide{width:min(650px,calc(100% - 24px));max-height:88dvh;margin:auto;padding:25px 28px;border:1px solid #716275;border-top:3px solid #ff653c;border-radius:7px;background:#14151e;color:#f6f3ed;box-shadow:0 25px 100px #000c;font-size:15px;line-height:1.55;overflow-y:auto}#game-guide::backdrop{background:#03050bdd}.guide-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.guide-heading h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;line-height:1;margin:4px 0 12px}.guide-heading button{width:38px;height:38px;flex-shrink:0}#game-guide h3{font-size:17px;margin:22px 0 8px}#game-guide p{color:#c5c3d0;margin:12px 0 18px}.guide-controls{width:100%;border-collapse:collapse;font-size:14px}.guide-controls th,.guide-controls td{text-align:left;padding:10px 8px;border-bottom:1px solid #343340}.guide-controls th{color:#ffb198;font-weight:700}.guide-controls th:first-child,.guide-controls td:first-child{padding-left:0}#game-guide ul{padding-left:20px;color:#c5c3d0}#game-guide li{margin-bottom:9px}#game-guide .eyebrow{color:#ff815d;margin:0;font-size:11px}.guide-phone-note{font-size:14px}#guide-done{justify-content:center;margin-top:20px}@media(max-width:600px){.header-right{gap:7px}#guide-open,#sound{padding:10px 8px;font-size:10px}#game-guide{padding:18px;font-size:14px}.guide-controls th,.guide-controls td{padding:9px 5px;font-size:13px}.guide-heading h2{font-size:32px}}

#run-basics{width:min(510px,calc(100% - 28px));max-height:88dvh;overflow:auto;margin:auto;padding:26px;background:#14151e;color:#f6f3ed;border:1px solid #716275;border-top:3px solid #ff653c;border-radius:7px;font-size:16px;line-height:1.5}#run-basics::backdrop{background:#03050bdd}#run-basics ol{padding-left:24px;margin:22px 0}#run-basics li{padding-left:5px;margin:18px 0;color:#c5c3d0}#run-basics strong{color:#fff;display:block}#basics-go{width:100%;justify-content:center;font-size:14px}
