@charset "UTF-8";:root{font-family:Segoe UI,Arial,sans-serif;color:#f1f5ec;background:#071817;font-synthesis:none;--mint:#b7f7c9;--mint-bright:#c4ffd5;--muted:#7e9a96;--line:rgba(187,226,211,.15);--mono:"Cascadia Code",Consolas,"Courier New",monospace;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{overscroll-behavior:none}button,a,select{-webkit-tap-highlight-color:transparent}button,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait}button:focus-visible,a:focus-visible,select:focus-visible{outline:2px solid var(--mint);outline-offset:5px}button{color:inherit}button svg,a svg{flex-shrink:0}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}#app{position:relative;width:100%;height:100%;min-height:460px;isolation:isolate;background:#071817}#scene,.scene-shade,.screen-grain,#impact{position:absolute;inset:0}#scene{z-index:-4;overflow:hidden}#scene canvas{display:block;width:100%;height:100%;outline:none}.scene-shade{pointer-events:none;z-index:-3;background:linear-gradient(90deg,rgba(5,20,20,.97) 0%,rgba(5,20,20,.92) 19%,rgba(5,20,20,.45) 42%,transparent 66%),linear-gradient(0deg,rgba(3,14,15,.9),transparent 25%,transparent 80%,rgba(3,14,15,.4));transition:background .6s}.screen-grain{z-index:18;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.5' filter='url(%23n)'/%3E%3C/svg%3E")}#impact{z-index:16;pointer-events:none;opacity:0;background:radial-gradient(ellipse at center,transparent 25%,rgba(255,62,57,.65));transition:opacity .15s}#impact.active{opacity:1}.site-header{position:absolute;z-index:12;top:0;left:0;right:0;height:104px;display:flex;align-items:center;justify-content:space-between;margin:0 5.4%;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center}.brand>svg{width:36px;height:36px;color:var(--mint)}.brand>svg path:first-child{stroke-width:1}.brand>svg path:last-child{stroke-width:2}.brand strong,.brand small{display:block}.brand strong{font-size:15px;font-weight:750;letter-spacing:2.7px}.brand small{font-family:var(--mono);font-size:8px;letter-spacing:3.4px;color:var(--muted);margin-top:4px}.sector-label{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:30px;padding:11px 17px;color:#a5beb5;font:9px var(--mono);letter-spacing:1.2px;white-space:nowrap}.status-dot{display:inline-block;flex-shrink:0;width:5px;height:5px;background:var(--mint);border-radius:50%;box-shadow:0 0 9px #b7f7c94d}.sector-divider{color:#47635b;margin:0 2px}.header-actions{display:flex;gap:8px}.icon-button{display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;width:39px;height:39px;border:1px solid var(--line);border-radius:8px;background:#0c221f52;color:#bed0c5;transition:background .2s,border-color .2s,transform .2s}.icon-button:hover{background:#b7f7c921;border-color:#b7f7c980}.icon-button svg{width:18px;height:18px}.icon-button[aria-pressed=false] .sound-on,.icon-button[aria-pressed=true] .sound-off{display:none}#start-screen{position:absolute;inset:0}.launch-panel{position:absolute;top:49.6%;left:7.4%;transform:translateY(-48%);width:360px;z-index:2}.eyebrow{font-family:var(--mono);font-size:9px;letter-spacing:1.7px;font-weight:400;display:flex;align-items:center;gap:10px;color:#adc9bb}.eyebrow>span:empty{display:inline-block;width:17px;height:1px;background:var(--mint)}h1{font-family:Arial Narrow,Segoe UI,sans-serif;font-size:108px;font-weight:800;font-style:italic;letter-spacing:-7px;line-height:.83;margin:28px 0 26px;transform-origin:left center;transform:scaleX(.96)}h1>span:first-child{color:var(--mint)}.title-period{color:var(--mint);margin-left:1px}.hero-tagline{font-size:20px;font-weight:500;letter-spacing:-.5px;margin:0 0 12px}.hero-description{font-size:12px;line-height:1.9;color:#a0b3aa;margin:0 0 25px}.launch-settings{display:flex;align-items:center;justify-content:space-between;padding:0 1px;margin-bottom:13px}.launch-settings>label{font:8px var(--mono);letter-spacing:1.25px;color:var(--muted)}.select-wrap{position:relative}.select-wrap>svg{position:absolute;right:9px;top:10px;width:12px;height:12px;pointer-events:none;color:var(--mint)}select{appearance:none;border:1px solid var(--line);border-radius:5px;color:#c0d5c7;background:#112b25;font-size:10px;padding:8px 30px 8px 11px;cursor:pointer}select option{background:#112b25}.primary-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:56px;padding:15px 21px;border:1px solid var(--mint);border-radius:7px;background:var(--mint);color:#15382b;font-size:15px;letter-spacing:-.2px;font-weight:650;box-shadow:0 0 35px #87e9a912;transition:background .2s,transform .2s,box-shadow .2s}.primary-button svg{width:22px;height:22px}.primary-button:hover:not(:disabled){background:#d6ffdf;transform:translateY(-2px);box-shadow:0 7px 26px #87e9a926}.primary-button:active:not(:disabled){transform:translateY(0)}.primary-button:disabled{opacity:.6}.launch-under{margin-top:13px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#8ca59a}.launch-key{display:flex;align-items:center;gap:6px}kbd{display:inline-flex;justify-content:center;align-items:center;min-width:20px;height:19px;padding:0 5px;font:8px var(--mono);color:#b6cabf;background:#9bbeaa12;border:1px solid rgba(183,221,199,.22);border-radius:3px;box-shadow:0 1px #b7ddc71f}.text-button{display:inline-flex;align-items:center;gap:13px;padding:0;border:0;background:transparent;font-size:10px;color:#b8cabc}.text-button:hover{color:var(--mint)}.text-button>span{font-size:16px;color:var(--mint)}.menu-record{display:flex;align-items:center;gap:8px;padding-top:24px;margin-top:22px;border-top:1px solid var(--line)}.menu-record>svg{height:15px;width:15px;color:#a1b8a9}.menu-record>span{font:8px var(--mono);letter-spacing:1px;color:var(--muted)}.menu-record>strong{font:12px var(--mono);letter-spacing:1.5px;margin-left:auto;color:#d5e8d7}.scene-annotation{position:absolute;right:9%;bottom:26%;display:flex;align-items:center;gap:17px;opacity:.65}.annotation-cross{font:23px var(--mono);font-weight:300;color:var(--mint)}.scene-annotation div{display:flex;flex-direction:column;gap:6px}.scene-annotation div>span{font:8px var(--mono);color:var(--mint);letter-spacing:2px}.scene-annotation div>strong{font:8px var(--mono);color:#b4ccbb;letter-spacing:1.5px}.annotation-line{height:1px;width:65px;background:linear-gradient(90deg,#8cae9a,transparent)}.briefing{position:absolute;bottom:74px;left:5.4%;right:5.4%;height:75px;padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:center;gap:0}.briefing-item{display:flex;align-items:center;min-width:211px;margin-right:40px;gap:17px}.briefing-item+.briefing-item{border-left:1px solid var(--line);padding-left:32px}.briefing-number{font:8px var(--mono);color:#688d7c;align-self:flex-start;padding-top:2px}.briefing-item>svg{width:26px;height:26px;color:var(--mint);stroke-width:1}.briefing-item strong{display:block;font:10px var(--mono);letter-spacing:1.6px;font-weight:600}.briefing-item p{font-size:10px;color:#7d9a8a;margin:6px 0 0}.briefing-note{display:flex;align-items:center;gap:9px;margin-left:auto;font:7px var(--mono);letter-spacing:1.4px;color:#849e8f;white-space:nowrap}.briefing-note .status-dot{width:3px;height:3px}.mobile-copy{display:none}.site-footer{position:absolute;z-index:5;bottom:calc(22px + var(--safe-bottom));left:5.4%;right:5.4%;display:flex;justify-content:space-between;align-items:center;gap:20px;font:7px var(--mono);letter-spacing:1.3px;color:#608676;pointer-events:none}.site-footer>span:first-child{display:flex;gap:8px;align-items:center}.site-footer .status-dot{width:4px;height:4px;opacity:.7}.footer-center{opacity:.65;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap}.engine-mark{color:#7f9a8a}.engine-mark>span{padding:0 5px;color:#4f7663}.engine-mark .footer-version{margin-left:15px;padding:0}.hud{position:absolute;top:130px;left:5.4%;right:5.4%;z-index:5;display:flex;align-items:flex-start;justify-content:space-between;pointer-events:none}.instrument-label{font:8px var(--mono);letter-spacing:1.6px;color:#9eb6a9}.score-panel{position:relative;min-width:190px}.score-panel>.instrument-label{display:block;margin-bottom:3px}#score{font-size:37px;line-height:1.2;font-weight:600;letter-spacing:1px;font-variant-numeric:tabular-nums}.combo{display:inline-block;margin-left:9px;font:12px var(--mono);color:var(--mint)}.best-line{font:8px var(--mono);color:#718e7f;letter-spacing:1.2px;margin-top:6px}.best-line span{color:#a9beaf;margin-left:10px}.center-instruments{position:absolute;left:50%;transform:translate(-50%);width:180px;padding-top:4px}.health-row,.energy-row{display:flex;align-items:center;justify-content:space-between}.health-row{margin-bottom:17px}#health{display:flex;gap:5px}.life{display:block;width:17px;height:7px;background:var(--mint);transform:skew(-15deg);box-shadow:0 0 8px #b7f7c926}.life.lost,.life.empty,.life.dead{opacity:.15;box-shadow:none}.boost-key{font:7px var(--mono);letter-spacing:1px;color:#749989}.energy-track{height:4px;border-radius:2px;background:#80b7962e;margin-top:8px;overflow:hidden}#energy-fill{height:100%;width:100%;background:var(--mint);box-shadow:0 0 10px var(--mint);transform-origin:left center;transition:width .1s linear}.speed-panel{margin-left:auto;text-align:right}.speed-panel>div:first-child{display:flex;align-items:baseline;justify-content:flex-end;gap:8px}#speed{font-size:36px;font-style:italic;font-weight:500;letter-spacing:-1px;font-variant-numeric:tabular-nums}.speed-panel>div:first-child>span{font:8px var(--mono);color:#8ca89a}.distance-line{font:8px var(--mono);color:#739783;letter-spacing:.6px;margin-top:5px}.distance-line>span{color:#c7dece}.pause-button{margin-left:25px;pointer-events:auto;width:36px;height:36px}.hud .pause-button svg{stroke-width:2.5;width:16px}.overlay-screen{position:absolute;z-index:10;inset:104px 0 50px;display:flex;align-items:center;justify-content:center;background:#03101066;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);padding:20px}.modal-card{width:390px;border:1px solid rgba(174,230,195,.2);border-radius:15px;padding:36px;background:linear-gradient(135deg,#1c382cf0,#071b18f7);box-shadow:0 20px 100px #00000040}h2{font-size:42px;line-height:1.02;letter-spacing:-2px;font-weight:650;margin:25px 0 17px}h2 em{color:var(--mint);font-style:normal}.modal-card>p{font-size:12px;color:#9eb5a7;line-height:1.7;margin:0 0 25px}.modal-card .primary-button{margin-top:25px}.secondary-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;padding:12px;border:1px solid var(--line);border-radius:7px;background:transparent;font-size:11px;color:#a7c2b1;margin-top:10px;transition:background .2s}.secondary-button:hover{background:#b7f7c914}.modal-footnote{text-align:center;font-size:10px;color:#7f9d8d;margin-top:20px}.modal-footnote kbd{margin-right:5px}.gameover-card{padding:30px 34px}.gameover-card h2{font-size:49px;margin:22px 0 12px}.gameover-card>.record-label{color:var(--mint);font-size:11px;margin-bottom:20px}.final-score-wrap{border-top:1px solid var(--line);padding-top:17px}.final-score-wrap .instrument-label{display:block}#final-score{display:block;font-size:43px;letter-spacing:1px;line-height:1.3;font-weight:500;font-variant-numeric:tabular-nums}.result-grid{display:grid;grid-template-columns:1fr .85fr 1fr;margin-top:16px;gap:10px}.result-grid>div+div{border-left:1px solid var(--line);padding-left:14px}.result-grid>div>span{display:block;font:7px var(--mono);letter-spacing:1px;color:#88a592}.result-grid strong{display:block;font:17px var(--mono);margin-top:8px;color:#c8e0cd}.result-grid small{font-size:9px;font-weight:400;color:#8daa99}#touch-controls{position:absolute;z-index:7;bottom:calc(62px + var(--safe-bottom));left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;pointer-events:none;user-select:none;-webkit-user-select:none}#touch-controls button{pointer-events:auto;touch-action:none;border:1px solid rgba(180,235,198,.3);background:#113427a6;color:var(--mint);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#touch-controls button:active,#touch-controls button.pressed{background:#b7f7c94d;border-color:var(--mint)}.touch-arrow{display:flex;justify-content:center;align-items:center;width:70px;height:65px;border-radius:13px}.touch-arrow svg{height:26px;width:26px}.touch-boost{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:74px;height:74px;border-radius:50%}.touch-boost svg{width:23px;height:23px}.touch-boost span{font:7px var(--mono);letter-spacing:1px}#loading{position:absolute;z-index:9;left:50%;bottom:21%;transform:translate(-50%);display:flex;align-items:center;gap:10px;font:10px var(--mono);letter-spacing:.5px;color:var(--mint);padding:12px 17px;background:#08211bcc;border:1px solid var(--line);border-radius:6px;white-space:nowrap}.loading-spinner{width:12px;height:12px;border:1px solid rgba(183,247,201,.2);border-top-color:var(--mint);border-radius:50%;animation:spin 1s linear infinite}.fatal-card{position:absolute;z-index:25;width:360px;max-width:90%;top:50%;left:50%;transform:translate(-50%,-50%);padding:25px;background:#183129;border:1px solid #93b09b;border-radius:10px;font-size:15px}.fatal-card p{font-size:12px;line-height:1.7;color:#c1d0c3}#toast{position:absolute;left:50%;top:31%;transform:translate(-50%);z-index:15;pointer-events:none;color:var(--mint);font:11px var(--mono);letter-spacing:1.5px;text-align:center;text-shadow:0 2px 12px #03291d;white-space:nowrap}#toast:empty{display:none}dialog{width:420px;max-width:calc(100vw - 36px);max-height:calc(100dvh - 40px);padding:30px;border:1px solid rgba(174,230,195,.25);border-radius:14px;background:#102a23;color:#e1eddf;box-shadow:0 25px 100px #0006}dialog::backdrop{background:#020f0fcc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.help-head{display:flex;align-items:center;justify-content:space-between}.help-head .eyebrow{font-size:8px}.help-head .icon-button{width:30px;height:30px}dialog h2{font-size:33px;margin-top:20px}dialog>p{font-size:12px;color:#9cb7a5;line-height:1.7}.help-controls{padding:8px 0;margin:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.help-controls>div{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:12px 0;font-size:11px;color:#bdd0bf}.help-controls kbd{min-width:22px;height:22px;font-size:9px}.help-tip{display:flex;gap:13px;align-items:baseline}.help-tip>span{font:9px var(--mono);color:var(--mint)}.help-tip p{font-size:12px;line-height:1.6;color:#b0c6b6;margin:7px 0}.help-touch{font-size:10px!important;margin-top:20px;color:#7f9d89!important}#app:not([data-phase=menu]) .scene-shade{background:linear-gradient(0deg,rgba(3,14,15,.5),transparent 24%,transparent 70%,rgba(3,14,15,.7))}#app:not([data-phase=menu]) .footer-center{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1600px){.launch-panel{width:390px;left:9%}h1{font-size:126px}.hero-description{font-size:13px}.hero-tagline{font-size:23px}.briefing-item{min-width:250px}.briefing{bottom:89px}.scene-annotation{right:11%;bottom:25%}}@media(max-width:1180px){.launch-panel{left:6%;width:322px}h1{font-size:98px}.briefing-item{min-width:175px;margin-right:20px;gap:12px}.briefing-item+.briefing-item{padding-left:22px}.briefing-note{display:none}.briefing{justify-content:space-between}.briefing-item:last-of-type{margin-right:0}.hero-description{font-size:11px}.scene-annotation{right:5%;bottom:26%}.sector-label{font-size:8px;padding:10px 13px;letter-spacing:.7px}}@media(max-height:820px)and (min-width:761px){.site-header{height:83px}.launch-panel{top:47%;transform:translateY(-47%);width:310px}.launch-panel h1{font-size:86px;margin:22px 0 19px}.hero-tagline{font-size:18px}.hero-description{margin-bottom:18px}.launch-settings{margin-bottom:10px}.launch-button{min-height:50px}.menu-record{margin-top:16px;padding-top:15px}.briefing{bottom:63px;height:65px;padding-top:16px}.overlay-screen{inset:83px 0 43px}.hud{top:109px}.gameover-card{padding:23px 30px}.gameover-card h2{font-size:43px;margin-top:18px}.gameover-card .primary-button{margin-top:20px}}@media(max-width:760px){#app{min-height:460px}.site-header{height:79px;margin:0 6%}.brand>svg{width:30px;height:30px}.brand{gap:10px}.brand strong{font-size:12px;letter-spacing:2px}.brand small{font-size:6px;letter-spacing:2.8px}.sector-label{display:none}.icon-button{width:34px;height:34px;border-radius:7px}.icon-button svg{width:16px;height:16px}.header-actions{gap:6px}.scene-shade{background:linear-gradient(0deg,#071b17,#051814f2 29%,#051412ab 47%,#05141405 76%,#05141447)}.launch-panel{left:7%;right:7%;top:auto;bottom:calc(112px + var(--safe-bottom));width:auto;transform:none}.launch-panel>.eyebrow{font-size:8px;letter-spacing:1.1px}h1{font-size:clamp(71px,18vw,100px);line-height:.86;letter-spacing:-5px;margin:20px 0 15px;transform:scaleX(.99)}h1 br{display:none}h1>span:first-child{margin-right:11px}.title-period{display:none}.hero-tagline{font-size:17px;margin-bottom:8px}.hero-description{font-size:11px;line-height:1.65;margin-bottom:20px}.launch-settings{position:absolute;top:2px;right:0;gap:8px}.launch-settings>label{display:none}.select-wrap select{font-size:9px;padding:6px 25px 6px 8px;background:#173326cc}.select-wrap>svg{top:8px;right:7px;width:10px}.primary-button{min-height:53px;font-size:14px}.launch-under{margin-top:13px}.launch-key{visibility:hidden}.menu-record{position:absolute;right:0;bottom:-2px;border:0;padding:0;margin:0;gap:6px;pointer-events:none}.menu-record>span{font-size:6px;letter-spacing:.5px}.menu-record>strong{font-size:10px;margin-left:4px}.menu-record>svg{width:11px;height:11px}.launch-under .text-button{margin-right:auto;position:absolute;left:0;font-size:10px}.scene-annotation{top:105px;right:7%;bottom:auto;gap:11px;opacity:.6}.scene-annotation div>strong{font-size:6px;letter-spacing:.8px}.scene-annotation div>span{font-size:7px}.annotation-cross{font-size:17px}.annotation-line{display:none}.briefing{bottom:calc(44px + var(--safe-bottom));height:47px;left:7%;right:7%;padding-top:12px;justify-content:space-between;gap:8px}.briefing-item{min-width:0;gap:7px;margin:0}.briefing-item+.briefing-item{padding-left:10px}.briefing-number{display:none}.briefing-item>svg{width:18px;height:18px}.briefing-item strong{font-size:7px;letter-spacing:1px}.briefing-item p{font-size:7px;margin-top:4px}.desktop-copy{display:none}.mobile-copy{display:inline}.site-footer{bottom:calc(16px + var(--safe-bottom));left:7%;right:7%;font-size:5px;letter-spacing:.75px;gap:10px}.footer-center{display:none}.engine-mark .footer-version{margin-left:5px}.engine-mark>span{padding:0 2px}.hud{top:100px;left:6%;right:6%;gap:10px}.score-panel{min-width:100px}.instrument-label{font-size:6px;letter-spacing:1px}#score{font-size:25px}.combo{font-size:9px;margin-left:5px}.best-line{font-size:6px;letter-spacing:.5px}.best-line span{margin-left:4px}.center-instruments{top:85px;width:135px;left:0;transform:none}.health-row{margin-bottom:11px}.life{width:14px;height:6px;transform:skew(-15deg)}.boost-key{display:none}.energy-track{height:3px;margin-top:6px}.speed-panel{padding-right:2px}#speed{font-size:27px}.speed-panel>div:first-child{gap:5px}.speed-panel>div:first-child>span{font-size:6px}.distance-line{font-size:6px;margin-top:6px}.pause-button{width:30px;height:30px;margin-left:6px}.overlay-screen{inset:79px 0 35px;padding:17px}.modal-card{padding:28px;width:355px;border-radius:12px}.modal-card h2{font-size:40px}.gameover-card{padding:24px 27px}.gameover-card h2{font-size:45px;margin-top:20px}.gameover-card>.record-label{margin-bottom:17px}.final-score-wrap{padding-top:15px}#final-score{font-size:38px}.result-grid{margin-top:13px}.modal-card .primary-button{margin-top:23px}#loading{bottom:auto;top:32%;font-size:8px;padding:10px 13px}.help-head .eyebrow{font-size:8px}dialog{padding:25px}#toast{top:30%;font-size:9px}}@media(max-width:400px){h1{font-size:17.4vw;letter-spacing:-4px}h1>span:first-child{margin-right:7px}.launch-panel{bottom:calc(104px + var(--safe-bottom))}.briefing-item{gap:5px}.briefing-item+.briefing-item{padding-left:6px}.briefing-item>svg{width:15px}.briefing-item p,.briefing-item strong{font-size:6px}.menu-record>span{font-size:5px}.menu-record>strong{font-size:9px}.result-grid strong{font-size:14px}}@media(max-height:690px)and (max-width:760px){.site-header{height:66px}.scene-annotation{top:88px}.launch-panel{bottom:calc(99px + var(--safe-bottom))}h1{font-size:17vw;max-height:70px;margin-top:16px;margin-bottom:11px}.hero-description{margin-bottom:13px;font-size:10px}.hero-tagline{font-size:15px;margin-bottom:6px}.launch-button{min-height:47px}.launch-under{margin-top:10px}.briefing{bottom:calc(41px + var(--safe-bottom));height:42px}.site-footer{bottom:calc(14px + var(--safe-bottom))}.overlay-screen{inset:66px 0 30px}.modal-card{padding:22px 26px}.modal-card h2{font-size:35px;margin-top:17px;margin-bottom:12px}.modal-card>p{font-size:11px;margin-bottom:14px}.gameover-card h2{font-size:36px;line-height:.98;margin-top:16px;margin-bottom:10px}.gameover-card>.record-label{margin-bottom:12px}.final-score-wrap{padding-top:12px}#final-score{font-size:31px}.result-grid{margin-top:10px}.result-grid strong{margin-top:6px}.modal-card .primary-button{margin-top:18px;min-height:47px}.secondary-button{min-height:36px;padding:9px}.hud{top:87px}#touch-controls{bottom:calc(49px + var(--safe-bottom))}.touch-arrow{width:61px;height:56px}.touch-boost{width:65px;height:65px}}@media(max-height:540px)and (min-width:641px){.site-header{height:62px}.brand>svg{width:27px;height:27px}.brand strong{font-size:11px}.brand small{font-size:6px}.launch-panel{top:52%;left:6%;width:275px;bottom:auto;transform:translateY(-50%)}.launch-panel .eyebrow{font-size:7px}.launch-panel h1{font-size:68px;line-height:.78;margin:14px 0}.launch-panel h1 br{display:none}.launch-panel h1>span:first-child{margin-right:7px}.launch-panel .title-period{display:none}.hero-description{font-size:10px;line-height:1.5;margin-bottom:10px}.hero-tagline{font-size:15px;margin-bottom:6px}.launch-settings{margin-bottom:7px;position:static}.launch-settings>label{display:block;font-size:7px}.launch-button{min-height:41px;padding:10px 16px;font-size:12px}.launch-under{margin-top:8px}.menu-record,.briefing{display:none}.site-footer{bottom:15px}.scene-annotation{bottom:18%;top:auto;right:8%}.overlay-screen{inset:62px 0 30px}.modal-card{width:420px;padding:20px 27px}.modal-card h2{font-size:28px;margin:14px 0 10px}.modal-card h2 br{display:none}.modal-card .primary-button{min-height:40px;margin-top:14px;padding:10px 16px}.modal-card>p{margin-bottom:13px}.modal-footnote{margin-top:12px}.gameover-card>.record-label{margin-bottom:10px}.final-score-wrap{padding-top:10px}#final-score{font-size:29px}.result-grid{margin-top:8px}.result-grid strong{font-size:13px;margin-top:5px}.secondary-button{min-height:32px;padding:8px}.hud{top:79px}.center-instruments{top:0;left:50%;transform:translate(-50%)}#touch-controls{bottom:35px}#loading{bottom:15%;top:auto}}@media(max-height:760px)and (min-height:541px)and (min-width:761px){.launch-panel{top:50%;transform:translateY(-57%);width:305px}.launch-panel h1{font-size:73px;line-height:.81;margin:17px 0 15px}.hero-tagline{font-size:17px;margin-bottom:8px}.hero-description{line-height:1.7;margin-bottom:14px}.launch-settings{margin-bottom:8px}.launch-button{min-height:47px}.launch-under{margin-top:10px}.menu-record{display:none}}@media(max-width:760px)and (min-width:401px){h1{font-size:16.7vw;letter-spacing:-4.5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
