:root{font-family:Arial,Helvetica,sans-serif;color:#e7f3e8;background:#091e26;font-synthesis:none}*{box-sizing:border-box}body{margin:0;display:grid;place-items:center;min-height:100dvh}#shell{position:relative;width:min(100vw,56.25dvh);height:min(100dvh,177.778vw);overflow:hidden;background:#112e37;box-shadow:0 0 100px #0005}#game{position:absolute;top:0;right:0;bottom:0;left:0}#game canvas{display:block}#ui{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);font-size:clamp(12px,1.7dvh,17px)}button{font:inherit;cursor:pointer;min-height:48px;border:1px solid #41606a;border-radius:14px;background:#254650;color:#eff8ed;padding:14px 20px;font-weight:700;pointer-events:auto;touch-action:manipulation}button:hover{filter:brightness(1.12)}button:focus-visible{outline:3px solid #ffd176;outline-offset:3px}button:disabled{opacity:.45;cursor:default}.primary{background:#b7ef9e;color:#173f38;border:0;box-shadow:0 5px #78b67b}.small{min-width:48px;padding:10px}.menu{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8%;background:radial-gradient(ellipse at 50% 40%,#245a5d,#112e37 65%);pointer-events:auto}.eyebrow{font-size:.65em;letter-spacing:.2em;color:#9bbab6;font-weight:700}.logo-mark{font-size:7em;color:#ffd176;text-shadow:8px 8px #091e2655;transform:rotate(-12deg);margin-top:.25em}h1{font-size:4.4em;letter-spacing:-.065em;line-height:.85;margin:.35em 0;font-weight:900}h1 span{color:#b7ef9e}p{color:#a8c3c1;line-height:1.6}.menu>.primary{width:100%;margin-top:2em}footer{font-size:.6em;letter-spacing:.2em;margin-top:3em;color:#719596}.hud{position:absolute;top:5%;left:7%;right:7%;display:flex;justify-content:space-between;align-items:center}h2{font-size:1.7em;margin:.4em 0}.hud h2 span{font-size:.55em;color:#bbd2ce;font-weight:400;display:block;margin-top:.4em}.status{position:absolute;top:16%;left:8%;right:8%;display:flex;justify-content:space-between;color:#b7ef9e;font-size:.8em}.bottom{position:absolute;bottom:3%;left:8%;right:8%;text-align:center}.bottom p{font-size:.8em;margin:0 0 .5em}.bottom button{width:100%}.scrim{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#061b24dc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.card{width:84%;padding:7%;border:1px solid #41636a;border-radius:24px;background:#173944;text-align:center;box-shadow:0 20px 60px #0005}.card button{display:block;width:100%;margin-top:12px}.stars{font-size:3em;color:#ffd176}.level-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;overflow:auto;max-height:65vh;padding:5px}.level-grid button{padding:8px 0}.level-grid small{display:block;color:#ffd176;font-size:.65em}.panel{pointer-events:auto;position:absolute;top:0;right:0;bottom:0;left:0;background:#112e37;padding:7%;overflow:auto}.panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.panel .setting{display:flex;align-items:center;justify-content:space-between;margin:16px 0}.progress{display:flex;gap:12px;justify-content:center;margin-top:1em;font-size:.8em;color:#ffd176}.error{color:#ffd176}.current{outline:2px solid #b7ef9e}[hidden]{display:none!important}.menu>button{margin-top:12px;width:100%}.menu>p{margin:.65em 0}.menu h1{font-size:4em}.menu .logo-mark{font-size:5em}.menu footer{margin-top:1.3em}.menu .primary{margin-top:1.3em}.card{animation:arrive .2s ease-out}@keyframes arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.card{animation:none}}body{padding-top:var(--safe-area-inset-top, env(safe-area-inset-top));padding-bottom:var(--safe-area-inset-bottom, env(safe-area-inset-bottom));padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#shell{--available-height: calc( 100dvh - var(--safe-area-inset-top, env(safe-area-inset-top)) - var(--safe-area-inset-bottom, env(safe-area-inset-bottom)) );height:min(var(--available-height),177.778vw);width:min(100vw,calc(var(--available-height) * .5625))}#ui{padding:0}.warehouse-menu{position:relative;padding:0;display:block;isolation:isolate;background:#252a2c}.depot-backdrop,.menu-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.menu-shade{z-index:-1;background:linear-gradient(#0c141b70,transparent 35%,transparent 56%,#0c141b65 80%,#0c141be6)}.depot-topbar{position:absolute;top:2.8%;left:4%;right:4%;display:flex;align-items:center;justify-content:space-between;gap:8px}.player-badge,.coin-badge,.chapter-card{border:1px solid #73808b;background:linear-gradient(140deg,#37414af5,#161e26f5);box-shadow:inset 0 2px 1px #c3d3e325,0 4px #080c10,0 7px 14px #0005;border-radius:13px}.player-badge{display:flex;gap:9px;align-items:center;padding:6px 12px 6px 6px;text-align:left}.player-badge strong{display:block;font-size:.88em}.player-badge div>span{display:block;color:#c5d1d8;font-size:.66em;margin-top:4px}.avatar{display:grid;place-items:center;width:35px;height:38px;border-radius:8px;font-size:1.8em;color:#ffca42;background:linear-gradient(#657783,#344651)}.coin-badge{padding:10px;font-weight:900;white-space:nowrap}.coin-badge>span{color:#ffcd30;text-shadow:0 2px #a36200}.coin-badge small{font-size:.65em;color:#cbd0d5}.brand{position:absolute;top:13%;left:10%;right:10%;transform:rotate(-3deg);filter:drop-shadow(0 8px 5px #0007)}.brand-kicker{display:block;font-size:.62em;letter-spacing:.2em;font-weight:800;color:#fff0c7}.warehouse-menu .brand h1{font-size:clamp(52px,9.5dvh,96px);letter-spacing:-.065em;line-height:.86;margin:10px 0 13px;color:#ffc425;-webkit-text-stroke:1.5px #3a240b;text-shadow:0 3px #ef9709,0 6px #a15a0a,3px 9px #0c141c,-3px 9px #0c141c}.brand h1 span{display:block;color:#e4f1fa;-webkit-text-stroke:1.5px #1d354b;text-shadow:0 3px #90aec7,0 6px #4a6882,3px 9px #0c141c,-3px 9px #0c141c}.hazard-rule{margin:auto;width:76%;height:10px;border:2px solid #29333b;border-radius:4px;background:repeating-linear-gradient(125deg,#ffbf20 0,#ffbf20 13px,#1a2229 13px,#1a2229 26px)}.menu-actions{position:absolute;bottom:3%;left:9%;right:9%}.chapter-card{display:flex;align-items:center;gap:10px;padding:13px 14px;text-align:left}.chapter-icon{color:#ffc635;font-size:2.5em}.chapter-card h2{font-size:1.35em;margin:3px 0;color:#fff}.chapter-card div>span:last-child{font-size:.67em;color:#c6cfd2}.chapter-card .eyebrow{color:#a8b5bd;font-size:.55em}.chapter-stars{margin-left:auto;color:#ffcc36;font-size:1.1em;white-space:nowrap}.chapter-stars small{display:block;text-align:right;font-size:.65em;color:#a6b0b7;margin-top:3px}.warehouse-menu .play-button{width:100%;min-height:66px;margin:14px 0;padding:12px;border-radius:17px;border:2px solid #ffe484;background:linear-gradient(#ffd53b,#ffb600 65%,#ef9200);box-shadow:inset 0 3px 2px #fff8,0 5px #975409,0 8px 12px #0008;font-size:2.45em;letter-spacing:-.025em;color:#fff;text-shadow:2px 2px #34220e,-1px -1px #34220e,-1px 1px #34220e,1px -1px #34220e}.play-button>span{font-size:.7em;margin-right:12px;color:#fff3af}.menu-nav{display:grid;grid-template-columns:1fr 1fr;gap:13px}.menu-nav button{border-color:#667581;background:linear-gradient(#35424d,#17212a);box-shadow:inset 0 2px #ffffff24,0 4px #0b1117;border-radius:14px;padding:10px;font-size:.83em}.menu-nav button>span{display:block;font-size:2.25em;line-height:1.15;margin-bottom:5px;color:#e7eff3}.warehouse-menu footer{margin-top:15px;color:#bec6ca;font-size:.55em;letter-spacing:.18em}.warehouse-hud{top:3%;left:5%;right:5%;padding:10px 14px;border-radius:14px;background:linear-gradient(#35404bf5,#151d25f5);border:1px solid #74818a;box-shadow:0 4px #0a1015}.warehouse-hud h2{font-size:1.6em;margin:4px 0 0}.warehouse-hud h2 span{display:inline;margin-left:8px;color:#e0e3e5}.warehouse-hud .eyebrow{color:#ffcc43}.warehouse-hud button{background:linear-gradient(#53616c,#26323c);border-color:#81909a}.warehouse-status{top:15%;left:7%;right:7%;color:#fff3ce;background:#192128eb;border:1px solid #61686e;border-radius:10px;padding:10px 14px}.warehouse-bottom{bottom:5%;left:7%;right:7%;padding:16px;border:1px solid #636b72;border-radius:15px;background:linear-gradient(#303a44f5,#161f27f5);box-shadow:0 5px #0b1015}.warehouse-bottom p{color:#e9eff1;font-size:.95em;line-height:1.45}.warehouse-bottom .primary{margin-top:8px;background:linear-gradient(#ffd342,#f2a800);color:#302008;box-shadow:0 4px #925309}@media(max-height:650px){.menu-actions{bottom:2%}.chapter-card{padding:7px 10px}.warehouse-menu .play-button{min-height:48px;margin:10px 0;font-size:2em;padding:6px}.menu-nav button{padding:6px}.menu-nav button>span{display:inline;font-size:1.4em;margin-right:8px}}.depot-hud{position:absolute;top:1.2%;left:2%;right:2%;display:flex;align-items:center;gap:2%}.depot-hud h2,.depot-coins,.depot-goals,.depot-tools button,.depot-hud button{background:linear-gradient(145deg,#303945,#14191f 70%);border:2px solid #10151a;box-shadow:inset 0 2px 1px #a5afbc70,inset 0 -3px 3px #0008,0 3px 4px #0008;color:#fff9ee;border-radius:11px}.depot-hud h2{font-size:1.65em;white-space:nowrap;margin:0 auto 0 0;padding:9px 12px;text-shadow:0 2px 2px #000}.depot-coins{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:1.3em;font-weight:800}.depot-coins>span{display:grid;place-items:center;background:linear-gradient(#ffed44,#e59400);border:2px solid #ffb900;border-radius:50%;color:#fff4aa;width:1.4em;height:1.4em;text-shadow:0 1px 2px #a95100;box-shadow:0 2px 2px #0007}.depot-hud button{font-size:1.6em;padding:5px;min-width:48px}.depot-goals{position:absolute;left:2%;top:9%;padding:8px 9px;width:21%;font-weight:800}.depot-goals>strong{font-size:1.1em;display:block;margin-bottom:8px}.depot-goals>div{display:flex;align-items:center;gap:9px;margin:8px 0;font-size:1.06em}.goal-color{display:grid;place-items:center;width:21px;height:24px;flex:none;border-radius:4px;border:1px solid #0008;box-shadow:inset 0 1px 1px #fff9,0 2px 2px #0009;font-size:9px;color:#fffb}.goal-color.red{background:linear-gradient(#ff483b,#d7080a)}.goal-color.blue{background:linear-gradient(#27c2ff,#007ae6)}.goal-color.yellow{background:linear-gradient(#ffe934,#e8a400)}.goal-color.green{background:linear-gradient(#8ee833,#4dba07)}.depot-goals small{display:none}.depot-tools{position:absolute;left:2.5%;top:31%;display:flex;flex-direction:column;gap:9px}.depot-tools button{font-size:1.8em;width:48px;height:48px;padding:4px}.depot-tools #hint{color:#ffcf25}.depot-clock{position:absolute;right:3%;bottom:2%;display:flex;gap:8px;font-weight:700;font-size:.75em;color:#ddd4c3;text-shadow:0 1px 3px #000}.depot-bottom{position:absolute;left:18%;right:15%;bottom:3%;text-align:center}.depot-bottom p{padding:6px 9px;margin:0 0 8px;background:#161d24e8;border:1px solid #62686c;border-radius:8px;color:#f1e7d1;font-size:.78em;line-height:1.35}.depot-bottom button{background:linear-gradient(#ffe253,#ffb500);color:#271b0b;box-shadow:inset 0 2px 1px #fff6,0 3px #a2640d,0 5px 9px #0006;border:2px solid #6c4708;width:100%;min-height:48px;padding:8px}.depot-preview{margin-top:12px;background:linear-gradient(#313d49,#19232c);border-color:#a98b45;color:#ffe6a0;min-height:48px;width:100%;padding:8px}@media(max-height:650px){.depot-hud h2{font-size:1.35em;padding:9px 6px}.depot-coins{font-size:1em;padding:9px 6px}.depot-goals{width:22%;padding:7px}.depot-goals>div{gap:5px}.depot-tools{gap:5px}.depot-preview{margin-top:8px}.menu-actions footer{display:none}}.depot-tools svg,.depot-hud svg{width:27px;height:27px;vertical-align:middle;filter:drop-shadow(0 2px 1px #0008)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.depot-sidebar{position:absolute;top:9%;left:2%;width:21%;display:flex;flex-direction:column;gap:15px;align-items:flex-start}.depot-sidebar .depot-goals{position:relative;inset:auto;width:100%}.depot-sidebar .depot-tools{position:relative;inset:auto}@media(max-height:650px){.depot-sidebar{width:22%;gap:10px}}button{transition:filter .12s ease,transform .12s ease,border-color .12s ease}button:active:not(:disabled){transform:translateY(2px) scale(.975)}.depot-hud{z-index:2}.depot-hud h2{font-size:1.45em}.arcade-score{position:relative;min-width:82px;padding:5px 12px;border:2px solid #11181f;border-radius:11px;background:linear-gradient(135deg,#303e49,#151d25);box-shadow:inset 0 2px #b9d4e344,0 3px 4px #0008;text-align:right;font-variant-numeric:tabular-nums}.arcade-score>span:first-child{display:block;font-size:.5em;font-weight:900;letter-spacing:.13em;color:#b3c3ce}.arcade-score>strong{display:block;color:#ffdd61;font-size:1.65em;line-height:1.12}#score-gain{position:absolute;top:90%;right:8px;color:#ffec9e;font-size:1.1em;font-weight:900;text-shadow:0 2px 3px #000;opacity:0}.depot-goals{padding:7px}.depot-goals>strong{font-size:.95em;margin-bottom:6px}.depot-goals>div:not(.goal-progress):not(.combo-meter){position:relative;font-variant-numeric:tabular-nums;gap:6px;margin:6px 0;font-size:.92em;border-radius:4px}.goal-check{position:absolute;top:-3px;right:-4px;width:11px;height:11px;display:none;place-items:center;border-radius:50%;background:#c5f585;color:#173812;font-size:8px;box-shadow:0 1px 2px #000b}.goal-complete .goal-check{display:grid}.goal-complete>span:nth-child(2){color:#d5f8a8}.depot-goals>.goal-progress{display:block;height:4px;margin:9px 0 5px;overflow:hidden;border-radius:3px;background:#070e15;box-shadow:0 1px #ffffff20}#delivery-progress{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#ffb728,#ffe887);transition:width .18s ease-out}.depot-goals small#deliveries{display:block;color:#bdcbd5;font-size:.53em;text-align:center;white-space:nowrap}.depot-goals>.combo-meter{display:block;margin:8px -3px -2px;padding:6px 2px 3px;border-top:1px solid #ffffff1b;text-align:center}.combo-meter>strong{display:block;font-size:1.45em;color:#c3d0d6;line-height:1}.combo-meter>span{display:block;margin-top:4px;font-size:.42em;letter-spacing:.06em;white-space:nowrap;color:#a7b8c5}.combo-meter.combo-active>strong,.combo-meter.combo-active>span{color:#ffe177}.combo-pips{display:flex;gap:3px;margin:6px 4px 0}.combo-pips i{height:3px;flex:1;border-radius:2px;background:#040b13}.combo-pips i.lit{background:#ffd346;box-shadow:0 0 5px #ffbf2070}.arcade-status{position:absolute;left:3%;right:3%;bottom:1.1%;display:flex;gap:8px;align-items:center;font-weight:800;font-size:.67em;text-shadow:0 1px 3px #000;color:#e4edf1}.run-phase{color:#e7e2d2;letter-spacing:.12em;padding:3px 6px;background:#18232cd9;border-radius:4px}.run-phase:before{display:inline-block;content:"";width:5px;height:5px;margin-right:5px;border-radius:50%;background:#ffd153;box-shadow:0 0 5px #ffd15360}.arcade-status .depot-clock{position:static;display:flex;align-items:center;font-size:1em;gap:5px;margin-left:auto;padding:3px 6px;background:#18232cd9;border-radius:4px;font-variant-numeric:tabular-nums}.clock-label,.practice-label{font-size:.8em;color:#b8c7ce}.depot-clock.time-urgent{color:#ffd19f;background:#5a281ee8;box-shadow:inset 0 0 0 1px #ff85577a}.depot-clock.time-urgent .clock-label{color:#ffe2b3}.depot-bottom{bottom:5%;z-index:1}.next-cargo{display:flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:6px 9px;border:1px solid #6f828b;border-radius:10px;background:linear-gradient(125deg,#2e3c47f5,#14202af5);box-shadow:inset 0 1px #daeaf730,0 3px 6px #0008;color:#f5f8fa;font-variant-numeric:tabular-nums}.queue-label{font-size:.52em;font-weight:900;letter-spacing:.07em;white-space:nowrap;color:#bed0db}.queue-packages{display:flex;align-items:center;gap:5px}.queue-package{position:relative;display:block}.queue-package .goal-color{width:20px;height:21px}.queue-package small{position:absolute;bottom:-3px;right:-3px;min-width:9px;height:10px;display:grid;place-items:center;border-radius:3px;font-size:7px;color:#fff;background:#0d151fee}.next-cargo>strong{font-size:1em;white-space:nowrap}.next-cargo>strong>small,.queue-end{font-size:.66em;color:#c0d0dc}.next-cargo.queue-urgent{border-color:#e4b852;box-shadow:inset 0 1px #f3d58150,0 3px 6px #0008,0 0 12px #ffd15218}.queue-urgent>strong{color:#ffdc77}#send{animation:launch-glow 2.4s ease-in-out infinite}.card{background:linear-gradient(145deg,#33424e,#14232f 80%);border-color:#82939e;box-shadow:inset 0 2px #c1d4e433,0 15px 55px #0009}.card .primary{background:linear-gradient(#ffdc53,#ffb715);color:#2c210b;box-shadow:inset 0 2px #fff6,0 4px #966207}.result-card{max-height:92%;overflow:auto;padding:6%}.result-card>.eyebrow{color:#fdd578}.result-card h2{font-size:1.55em}.result-card .stars{line-height:1.1;margin:8px 0;text-shadow:0 3px #a86d15,0 6px 12px #0005}.result-card .stars span{display:inline-block;animation:star-arrive .43s cubic-bezier(.2,1.5,.5,1) both;animation-delay:var(--star-delay)}.result-score>span{display:block;color:#b2c7d4;font-size:.62em;font-weight:900;letter-spacing:.15em}.result-score>strong{display:block;color:#fff0ad;font-size:3em;line-height:1.15;font-variant-numeric:tabular-nums}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 0;margin:10px 0 0;border-top:1px solid #c6e0ee24;border-bottom:1px solid #c6e0ee24}.result-stats strong{display:block;font-size:1.3em;color:#f1f7fa}.result-stats span{display:block;margin-top:3px;font-size:.59em;color:#b5c8d3}.result-card p{color:#d2e1e7;font-size:.82em;line-height:1.45;margin:12px 0}.result-lost .stars{color:#ffa766}.pause-summary{color:#cfdeea;font-size:.8em}.feedback-pop{animation:feedback-pop .27s ease-out}.feedback-nudge{animation:feedback-nudge .22s ease-out}.goal-delivered{animation:goal-delivered .39s ease-out}.score-rise{animation:score-rise .65s ease-out}#ui[data-paused=true]>:not(#dialog),#ui[data-paused=true]>:not(#dialog) *{animation-play-state:paused}@keyframes feedback-pop{35%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes feedback-nudge{35%{transform:translateY(-3px)}to{transform:translateY(0)}}@keyframes goal-delivered{25%{background:#ffe38a55;transform:scale(1.07)}to{background:transparent;transform:scale(1)}}@keyframes score-rise{0%{opacity:0;transform:translateY(7px) scale(.85)}20%,65%{opacity:1}to{opacity:0;transform:translateY(-10px) scale(1)}}@keyframes star-arrive{0%{opacity:0;transform:scale(.4) rotate(-15deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes launch-glow{50%{filter:brightness(1.08)}}@media(max-height:650px){.arcade-score{min-width:74px;padding:5px 9px}.depot-hud h2{font-size:1.35em}.depot-bottom{left:19%;right:8%;bottom:5%}.next-cargo{gap:6px;padding:6px}.queue-packages{gap:4px}.queue-package .goal-color{width:18px;height:20px}.result-card{padding:5%}.result-card .stars{font-size:2.3em;margin:5px 0}.result-score>strong{font-size:2.2em}.result-stats{padding:8px 0}.result-card button{margin-top:9px}}@media(prefers-reduced-motion:reduce){#ui *,#ui *:before,#ui *:after{animation:none!important;transition:none!important}button:active:not(:disabled){transform:none}}.arcade-score>span:first-child{font-size:max(8px,.5em)}.depot-goals small#deliveries{font-size:max(9px,.53em)}.combo-meter>span{font-size:max(8px,.42em);letter-spacing:0}.arcade-status{font-size:max(9px,.67em)}.clock-label,.practice-label{font-size:max(8px,.8em)}.queue-label{font-size:max(8px,.52em)}.queue-package small{font-size:8px}.result-stats span{font-size:max(9px,.59em)}.result-score>span{font-size:max(9px,.62em)}.depot-sidebar.generic-sidebar{top:max(8%,calc(1.2% + 52px));right:2%;width:auto;gap:12px}.generic-sidebar .depot-goals{display:grid;grid-template-columns:repeat(var(--goal-count),minmax(0,1fr)) 62px;grid-template-rows:24px 6px;align-items:center;column-gap:7px;row-gap:4px;padding:6px 8px;border-radius:10px}.generic-sidebar .depot-goals>strong,.generic-sidebar .depot-goals small#deliveries{display:none}.generic-sidebar .depot-goals>div:not(.goal-progress):not(.combo-meter){margin:0;justify-content:center;gap:5px}.generic-sidebar .depot-goals>.goal-progress{grid-column:1 / -2;grid-row:2;width:100%;margin:0}.generic-sidebar .depot-goals>.combo-meter{grid-column:-2;grid-row:1 / 3;align-self:stretch;margin:0;padding:0 0 0 6px;border-top:0;border-left:1px solid #d5e5ef26}.generic-sidebar .combo-meter>strong{font-size:16px}.generic-sidebar .combo-meter>span{font-size:8px;line-height:1.15;margin-top:2px}.generic-sidebar .combo-pips{margin:3px 3px 0}.generic-sidebar .goal-check{right:0}
