: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}}
