@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700;800&family=DM+Mono:wght@400;500&display=swap";:root{color-scheme:dark;background:#071d2d}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow:hidden;background:#071d2d}.game-shell{height:100svh;width:100vw;position:relative;overflow:hidden;background:#000}#game{display:block;width:100%;height:100%;margin:0 auto;cursor:grab;touch-action:none}.game-shell.dragging #game{cursor:grabbing}.game-shell.compact-mode #game{width:50%}.game-shell.compact-mode .hud{left:clamp(12px,1.4vw,18px)}.game-shell.compact-mode .eyebrow{font-size:clamp(22px,3vw,36px)}.game-shell.compact-mode .mission,.game-shell.compact-mode .score,.game-shell.compact-mode .integrity{font-size:clamp(9px,1vw,12px)}.game-controls{position:absolute;top:clamp(18px,4vw,44px);right:clamp(18px,4vw,52px);z-index:4;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:min(360px,45vw)}.game-controls button,.bomb-button,.pause-button{min-height:42px;border:1px solid #b3d6b680;border-radius:7px;padding:9px 12px;color:#dbead8;background:linear-gradient(180deg,#173b3dd9,#071a21e8);box-shadow:inset 0 1px #d9f3d526,0 3px 12px #00101480;cursor:pointer;font:500 clamp(9px,1vw,12px)/1 "DM Mono",monospace;letter-spacing:.04em;touch-action:manipulation;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.game-controls button:hover,.game-controls button:focus-visible{border-color:#fff2ae;color:#fff2ae;outline:none}.game-controls button.active{border-color:#8ee5a5;color:#071d2d;background:#8ee5a5}.game-controls button:active,.bomb-button:active,.pause-button:active{transform:translateY(1px)}.bomb-button{position:absolute;left:clamp(18px,4vw,52px);right:auto;bottom:clamp(18px,3vw,34px);z-index:4;min-width:118px;border-color:#d4a85d;color:#ffe3a0}.bomb-button:hover,.bomb-button:focus-visible{border-color:#ffe3a0;color:#fff5d3;background:linear-gradient(180deg,#3a3b2ce8,#1a2928ed);outline:none;box-shadow:inset 0 1px #fff2ae40,0 3px 16px #d4a85d35}.pause-button{position:absolute;left:auto;right:clamp(18px,4vw,52px);bottom:clamp(18px,3vw,34px);z-index:4;min-width:106px;border-color:#82bbb3;color:#cfeee3}.pause-button:hover,.pause-button:focus-visible{border-color:#b9fff0;color:#fff;background:linear-gradient(180deg,#1d514fe8,#0c292ced);outline:none;box-shadow:inset 0 1px #d5fff040,0 3px 16px #82bbb335}.pause-button.active{border-color:#8ee5a5;color:#071d2d;background:#8ee5a5}.pause-indicator{display:none;position:absolute;top:50%;left:50%;z-index:3;transform:translate(-50%,-50%);padding:14px 18px;border:1px solid #fff2ae80;border-radius:7px;color:#fff2ae;background:#071a21d9;box-shadow:0 4px 20px #00101499;font:700 clamp(18px,3vw,34px)/1 "Barlow Condensed",sans-serif;letter-spacing:.08em;pointer-events:none}.pause-indicator.visible{display:block}.hud{position:absolute;top:clamp(18px,4vw,44px);left:clamp(18px,4vw,52px);color:#e9f6e8;text-shadow:0 2px 8px #001014;pointer-events:none}.eyebrow{margin:0;font:800 clamp(24px,4vw,48px)/.85 "Barlow Condensed",sans-serif;letter-spacing:.07em}.mission{margin:8px 0 0 2px;color:#b9d8be;font:500 clamp(10px,1.2vw,13px)/1 "DM Mono",monospace;letter-spacing:.12em}.score{margin:18px 0 0 2px;color:#d5e5c5;font:500 clamp(10px,1.2vw,13px)/1 "DM Mono",monospace;letter-spacing:.11em}.score span{color:#fff1a8}.integrity{width:min(220px,29vw);margin:18px 0 0 2px;color:#d5e5c5;font:500 clamp(10px,1.2vw,13px)/1 "DM Mono",monospace;letter-spacing:.1em}.integrity>div:first-child{display:flex;justify-content:space-between;gap:12px}.integrity b{color:#fff1a8;font-weight:500;white-space:nowrap}.integrity-track{height:9px;margin-top:7px;overflow:hidden;border:1px solid #bed6ab73;border-radius:99px;background:#06161ccc;box-shadow:inset 0 1px 4px #0009}.integrity-track i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e75b4f,#f2c45d 42%,#8ee5a5);box-shadow:0 0 8px #9cfaad70;transition:width .16s ease,filter .16s ease}.integrity.medium .integrity-track i{filter:saturate(.72) brightness(.86)}.integrity.low .integrity-track i{filter:saturate(.44) brightness(.68);box-shadow:none}.integrity.boost .integrity-track i{animation:integrity-boost .7s ease-out}@keyframes integrity-boost{0%{filter:brightness(1);box-shadow:0 0 5px #9cfaad70}38%{filter:brightness(2.8);box-shadow:0 0 26px #d5ffbd}to{filter:brightness(1);box-shadow:0 0 8px #9cfaad70}}.help{position:absolute;bottom:clamp(18px,3vw,34px);left:50%;transform:translate(-50%);color:#dbead8;background:#071a21a8;border:1px solid #b3d6b64d;padding:9px 14px;border-radius:99px;white-space:nowrap;font:400 clamp(10px,1.2vw,13px)/1 "DM Mono",monospace;letter-spacing:.02em;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.help span{color:#fff2ae;font-weight:500}.game-over{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;place-content:center;text-align:center;color:#fff2c0;background:#07131bc7;text-shadow:0 3px 10px #000;pointer-events:none}.game-over.visible{display:grid}.game-over p{margin:0;font:800 clamp(36px,7vw,78px)/1 "Barlow Condensed",sans-serif;letter-spacing:.07em;color:#ed765b}.game-over span{margin-top:14px;font:500 clamp(11px,1.4vw,15px)/1 "DM Mono",monospace;letter-spacing:.1em}.top-scorers{width:min(440px,88vw);margin:18px auto 0;text-align:left}.top-scorers h2{margin:0 0 8px;color:#fff2ae;font:700 clamp(15px,2vw,22px)/1 "Barlow Condensed",sans-serif;letter-spacing:.12em;text-align:center}.top-scorers table{width:100%;border-collapse:collapse;color:#dbead8;background:#071a218c;font:500 clamp(9px,1vw,12px)/1.2 "DM Mono",monospace;letter-spacing:.03em}.top-scorers th,.top-scorers td{padding:6px 8px;border-bottom:1px solid #b3d6b633;white-space:nowrap}.top-scorers th{color:#b9d8be;background:#173b3d99;font-weight:500;text-align:left}.top-scorers th:first-child,.top-scorers td:first-child{width:28px;color:#fff2ae;text-align:center}.top-scorers th:nth-child(2),.top-scorers td:nth-child(2),.top-scorers th:last-child,.top-scorers td:last-child{text-align:center}.top-scorers tr:last-child td{border-bottom:0}.top-scorers .empty-score{color:#718b83;text-align:center!important}.game-over button{min-width:132px;min-height:46px;margin:24px auto 0;padding:10px 16px;border:1px solid #fff2ae;border-radius:6px;color:#071d2d;background:#fff2ae;cursor:pointer;pointer-events:auto;font:700 12px/1 DM Mono,monospace;letter-spacing:.08em;touch-action:manipulation}.game-over button:hover,.game-over button:focus-visible{border-color:#fff;background:#fff;outline:none}.game-over button:active{transform:translateY(1px)}@media (max-width: 600px){.game-controls{top:16px;right:16px;max-width:46vw}.game-controls button,.bomb-button,.pause-button{min-height:44px;padding:8px 9px}}
