:root{--bg: #000;--fg: #e5e7eb;--accent: #22d3ee;--accent-2: #a78bfa;--muted: #9ca3af;--shine: #ffffff20;--maxw: 1100px;--enemy: #a78bfa;--enemy2: #22d3ee;--explosion: #fbbf24;--card: #0b0f16cc;--danger: #ff4d6d;--ok: #34d399}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:transparent;color:var(--fg);font:400 16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Arial;overflow-x:hidden;image-rendering:pixelated}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:linear-gradient(0deg,#ffffff0a,#0000 2px) 0 0/100% 3px,radial-gradient(1200px 60px at 50% -10px,#ffffff10,transparent 60%);mix-blend-mode:overlay}#flash,#hurt{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;z-index:1000}#flash{background:#fff}#hurt{background:#f035}.flash{animation:flash-hit .42s ease-out forwards}.hurt{animation:hurt-hit .38s ease-out forwards}@keyframes flash-hit{0%{opacity:.9}60%{opacity:.18}to{opacity:0}}@keyframes hurt-hit{0%{opacity:.6}to{opacity:0}}#canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;display:block;background:#000}body.ui-hidden #canvas{touch-action:none}body.ui-hidden header,body.ui-hidden main{display:none!important}body:not(.ui-hidden) #hud{display:none}header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:#0000008c;border-bottom:1px solid #ffffff18}.bar{margin:0 auto;max-width:var(--maxw);padding:10px 14px;display:flex;align-items:center;gap:14px}.ship{width:28px;height:18px;position:relative;display:inline-block;filter:drop-shadow(0 0 8px #22d3eeaa)}.ship:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#22d3ee,#22d3ee) 12px 2px/4px 14px no-repeat,linear-gradient(#22d3ee,#22d3ee) 8px 6px/4px 6px no-repeat,linear-gradient(#22d3ee,#22d3ee) 16px 6px/4px 6px no-repeat,linear-gradient(#22d3ee,#22d3ee) 2px 8px/6px 4px no-repeat,linear-gradient(#22d3ee,#22d3ee) 20px 8px/6px 4px no-repeat,linear-gradient(#a78bfa,#a78bfa) 13px 0/2px 2px no-repeat}.title{font-weight:900;letter-spacing:1px;font-size:clamp(18px,5vw,26px);display:flex;align-items:center;gap:10px;text-shadow:0 0 10px #22d3ee55}.tagline{margin-left:auto;font-size:13px;color:#dff9ff;white-space:nowrap;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:8px 12px;border:1px solid #22d3ee44;background:linear-gradient(180deg,#07111dcc,#0b1728cc);box-shadow:0 0 0 1px #0005 inset,0 0 18px #22d3ee22;border-radius:999px;transform:translateZ(0);will-change:opacity,transform,box-shadow}.blink{animation:badgePulse 2.2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:.88;transform:translateZ(0) scale(1);box-shadow:0 0 0 1px #0005 inset,0 0 12px #22d3ee1a}50%{opacity:1;transform:translateZ(0) scale(1.015);box-shadow:0 0 0 1px #0005 inset,0 0 22px #22d3ee38}}.wrap{margin:16px auto;max-width:var(--maxw);padding:12px}.hero{display:grid;gap:14px;grid-template-columns:1fr;margin-bottom:16px}.card{background:var(--card);border:0;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(4px) saturate(120%);backdrop-filter:blur(4px) saturate(120%);padding:0;border-radius:0;transition:box-shadow .18s,transform .18s}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:0 0 0 2px #1c2230cc inset,0 0 0 4px #0e1420cc inset,0 0 0 6px #0005 inset}.card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:conic-gradient(from 90deg at 8px 8px,transparent 0 25%,#ffffff18 0 100%),conic-gradient(from 0deg at calc(100% - 8px) 8px,transparent 0 25%,#ffffff18 0 100%),conic-gradient(from 180deg at 8px calc(100% - 8px),transparent 0 25%,#ffffff18 0 100%),conic-gradient(from -90deg at calc(100% - 8px) calc(100% - 8px),transparent 0 25%,#ffffff18 0 100%);background-size:16px 16px;background-repeat:no-repeat}.card:hover{box-shadow:0 0 0 4px #22d3ee55,0 8px 32px #22d3ee33;transform:translateY(-3px) scale(1.012);z-index:2}.card:focus-within,.card:active{box-shadow:0 0 0 4px #a78bfa88,0 8px 32px #a78bfa33;outline:none}.pad{padding:16px 16px 18px}.grid{display:grid;gap:14px;grid-template-columns:1fr}@media (min-width:880px){.hero{grid-template-columns:2fr 1fr}.grid{grid-template-columns:1fr 1fr}}h2{margin:0 0 10px;font-size:clamp(18px,3.5vw,22px);display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.12em;text-shadow:0 2px 8px #181c22,0 0 8px #22d3ee55}.invader,.enemy-sprite{display:inline-block;filter:drop-shadow(0 0 6px #a78bfaaa)}.enemy-sprite{width:22px;height:18px;margin-right:6px;margin-bottom:2px}ul{margin:8px 0 0;padding:0;list-style:none}li{margin:6px 0;display:flex;gap:8px;align-items:flex-start}.dot{width:6px;height:6px;border-radius:2px;flex:0 0 6px;background:linear-gradient(180deg,var(--accent),var(--accent-2));margin-top:9px;box-shadow:0 0 8px #22d3eeaa}.muted{color:var(--muted)}a{color:var(--accent);text-shadow:0 0 8px #22d3ee55}.pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #ffffff22;background:#0e1420cc;padding:6px 10px;border-radius:6px;margin:5px 6px 0 0;font-size:13px;white-space:nowrap;box-shadow:inset 0 -2px #0005,0 2px #0005}.assistant-zone{margin:14px 0 26px}.assistant-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.assistant-copy,.assistant-subcopy{margin:0}.assistant-head-compact{align-items:center;margin-bottom:12px}.assistant-inline-status{flex:0 0 auto;border:1px solid #ffffff18;background:#0c1219c8;color:#c6d8e4;padding:6px 9px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.assistant-prompt-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.assistant-console{border:1px solid #ffffff14;background:#060a109e;box-shadow:inset 0 0 0 1px #0004}.assistant-prompt{border:1px solid #ffffff16;background:#0a1118;color:#d8e2eb;font:inherit;text-align:left;padding:7px 10px;cursor:pointer;transition:border-color .14s ease,background .14s ease}.assistant-prompt:hover{border-color:#22d3ee44;background:#0d1620}.assistant-prompt-inline{white-space:normal;font-size:12px;line-height:1.3}.assistant-console-compact{min-height:0}.assistant-feed{display:flex;flex-direction:column;gap:8px;padding:10px;overflow:auto;max-height:290px;scrollbar-width:thin;scrollbar-color:#2b4558 #070b10}.assistant-feed-compact{min-height:120px}.assistant-feed::-webkit-scrollbar{width:10px}.assistant-feed::-webkit-scrollbar-track{background:#070b10;border-left:1px solid #101822}.assistant-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#22384a,#16242f);border:2px solid #070b10;border-radius:999px}.assistant-feed::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2a475c,#1d2f3d)}.assistant-message{max-width:min(100%,820px);padding:9px 11px;border:1px solid #ffffff14;box-shadow:none}.assistant-message.assistant{align-self:flex-start;background:#0d1723c7;border-left:2px solid #22d3ee66}.assistant-message.user{align-self:flex-end;background:#181024d1;border-left:2px solid #a78bfa88}.assistant-message p{margin:0;color:#dee6ed}.assistant-message-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px;color:#a9bdca;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.assistant-source-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.assistant-source-row span{border:1px solid #ffffff16;background:#0a1016;padding:2px 6px;font-size:10px;color:#bbcfdd}.assistant-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:10px;border-top:1px solid #ffffff14;background:#070b11b8}.assistant-form textarea{width:100%;resize:vertical;min-height:60px;border:1px solid #ffffff18;background:#05090e;color:var(--fg);padding:10px 11px;font:inherit;box-shadow:none}.assistant-form textarea:focus{outline:none;border-color:#22d3ee55;box-shadow:0 0 0 3px #22d3ee0f}.assistant-form button{align-self:stretch;border:1px solid #ffffff20;background:#0f1721;color:#f8fbff;padding:0 14px;font:inherit;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .14s ease,background .14s ease}.assistant-form button:hover:not(:disabled){border-color:#22d3ee55;background:#13202d}.assistant-form button:disabled{cursor:progress;opacity:.72}footer{text-align:center;padding:26px 10px 50px;color:var(--muted)}.reticle{position:fixed;width:18px;height:18px;pointer-events:none;z-index:30;border:2px solid var(--accent);border-radius:4px;transform:translate(-50%,-50%);box-shadow:0 0 10px #22d3ee88;opacity:.95;transition:transform .08s ease}body.zombie-mode .reticle{border-color:#84cc16;box-shadow:0 0 10px #84cc1688}.laser{position:fixed;width:3px;height:28px;background:linear-gradient(var(--accent),#a0f0ff);left:var(--lx);top:var(--ly);box-shadow:0 0 12px #22d3ee,0 0 24px #22d3ee66;transform-origin:top center;animation:pew .32s cubic-bezier(.2,.6,.2,1) forwards;z-index:25}@keyframes pew{to{transform:translateY(-220px);opacity:0}}.ui-btn{position:fixed;right:14px;top:14px;z-index:50;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:190px;background:linear-gradient(180deg,#1a2842ee,#0c1320ee);border:1px solid #22d3ee66;color:#f8fbff;padding:10px 14px;font-weight:800;letter-spacing:.06em;border-radius:12px;box-shadow:inset 0 -2px #0006,0 0 0 1px #a78bfa33,0 10px 24px #0005,0 0 28px #22d3ee22;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.ui-btn:hover{transform:translateY(-2px);box-shadow:inset 0 -2px #0006,0 0 0 1px #a78bfa66,0 14px 30px #0006,0 0 34px #22d3ee33;border-color:#fbbf24aa}.ui-btn:active{transform:translateY(1px)}.ui-btn-kicker{font-size:10px;color:#fbbf24;text-transform:uppercase;letter-spacing:.18em}.ui-btn-label{font-size:15px;line-height:1.1}.ui-btn-key{font-size:11px;color:#a5b4c7;letter-spacing:.12em;text-transform:uppercase}.mode-switch{position:fixed;right:14px;top:78px;z-index:50;display:flex;gap:6px;padding:6px;border:1px solid #ffffff1f;background:#060a10d6;box-shadow:0 10px 24px #0005,inset 0 0 0 1px #0006;border-radius:10px}.mode-switch button{border:1px solid #ffffff16;background:#0d1620;color:#cdd8e2;min-width:78px;padding:7px 9px;border-radius:7px;font:inherit;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.mode-switch button:hover{border-color:#22d3ee66;color:#fff}.mode-switch button.is-active{background:linear-gradient(180deg,#16364a,#111827);border-color:#22d3ee88;color:#f8fbff;box-shadow:0 0 16px #22d3ee22 inset,0 0 14px #22d3ee22}body.zombie-mode .mode-switch button.is-active{background:linear-gradient(180deg,#23461f,#101c12);border-color:#84cc1688;box-shadow:0 0 16px #84cc1622 inset,0 0 14px #84cc1622}body.zombie-mode{--accent: #84cc16;--accent-2: #22c55e;--enemy: #22c55e;--enemy2: #84cc16;--explosion: #f97316;--card: #07130dcc}body.zombie-mode header{background:#040e08b8;border-bottom-color:#84cc1630}body.zombie-mode .ship{filter:drop-shadow(0 0 8px #84cc16aa)}body.zombie-mode .ship:before{background:linear-gradient(#84cc16,#84cc16) 12px 2px/4px 14px no-repeat,linear-gradient(#84cc16,#84cc16) 8px 6px/4px 6px no-repeat,linear-gradient(#84cc16,#84cc16) 16px 6px/4px 6px no-repeat,linear-gradient(#22c55e,#22c55e) 2px 8px/6px 4px no-repeat,linear-gradient(#22c55e,#22c55e) 20px 8px/6px 4px no-repeat,linear-gradient(#f97316,#f97316) 13px 0/2px 2px no-repeat}body.zombie-mode .card:before{box-shadow:0 0 0 2px #1c3a24cc inset,0 0 0 4px #0b1f11cc inset,0 0 0 6px #0005 inset}body.zombie-mode .card:hover{box-shadow:0 0 0 4px #84cc1655,0 8px 32px #22c55e2e}body.zombie-mode .laser{display:none}@media (max-width:640px){.ui-btn{min-width:unset;right:10px;top:10px;padding:9px 11px}.mode-switch{right:10px;top:66px}.mode-switch button{min-width:64px;padding:6px 7px;font-size:11px}.ui-btn-key,.tagline{display:none}.game-callout{align-items:flex-start;flex-direction:column}.assistant-form button{width:100%;align-self:stretch}}.standalone-home{min-height:100vh;display:grid;place-items:center;padding:24px;color:#ecfccb;position:relative;z-index:2;pointer-events:none}.standalone-home section{width:min(760px,92vw)}.standalone-home span{color:#fbbf24;font-size:13px;font-weight:900;letter-spacing:.12em}.standalone-home h1{margin:8px 0 12px;color:#fff;font-size:clamp(44px,12vw,112px);line-height:.86}.standalone-home p{max-width:560px;color:#d9f99d;font-size:clamp(15px,2.4vw,20px)}.standalone-tagline{position:fixed;left:18px;top:18px;z-index:60;color:#d9f99d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 14px #84cc1666;pointer-events:none}body.ui-hidden .standalone-tagline{display:none}.standalone-play{pointer-events:auto;margin-top:24px;border:2px solid #84cc16aa;background:linear-gradient(180deg,#bef264,#22c55e);color:#04130a;padding:14px 22px;font:inherit;font-weight:950;letter-spacing:.08em;cursor:pointer;box-shadow:inset 0 -4px #0003,0 0 26px #84cc1655}.standalone-play:hover{transform:translateY(-1px);box-shadow:inset 0 -4px #0003,0 0 36px #84cc1688}.landscape-lock{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:none;place-items:center;align-content:center;gap:14px;padding:24px;text-align:center;color:#ecfccb;background:radial-gradient(circle at 50% 38%,rgba(132,204,22,.18),transparent 34%),#020604f2}.landscape-lock strong,.landscape-lock span{display:block}.landscape-lock strong{color:#fff;font-size:clamp(24px,8vw,40px);line-height:1}.landscape-lock span{max-width:300px;color:#d9f99d}.landscape-phone{width:56px;height:90px;border:4px solid #84cc16;border-radius:12px;box-shadow:0 0 26px #84cc1666;animation:rotatePhone 1.7s ease-in-out infinite}@keyframes rotatePhone{0%,24%{transform:rotate(0)}62%,to{transform:rotate(90deg)}}@media (pointer: coarse) and (orientation: portrait){.landscape-lock{display:grid}}@media (pointer: coarse) and (orientation: landscape){.standalone-home{padding:14px 160px 14px 18px;place-items:center start}.standalone-home h1{font-size:clamp(34px,9vw,76px)}}@media (max-width:880px){.assistant-head{flex-direction:column}.assistant-form{grid-template-columns:1fr}}#hud{position:fixed;left:12px;top:10px;z-index:40;font-weight:800;display:flex;gap:12px;align-items:center;flex-wrap:wrap;text-shadow:0 0 8px #000a}.hearts{display:flex;gap:4px}.heart{width:14px;height:14px;background:conic-gradient(#ff96a8,#ff4d6d);box-shadow:0 0 10px #ff4d6d66;transform:rotate(45deg);border-radius:2px}.heart:before,.heart:after{content:"";position:absolute;width:14px;height:14px;background:inherit;border-radius:50%;transform:translate(-7px,-7px)}.stat{font-size:14px}.badge{padding:3px 6px;border:1px solid #ffffff33;background:#0e1420cc;font-size:12px;border-radius:4px}.weapon-hud{display:none;gap:6px;align-items:stretch}body.ui-hidden.zombie-mode .weapon-hud{display:flex}.weapon-slot{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:0 6px;min-width:88px;border:1px solid #ffffff24;background:#070d0bd6;color:#d8f7df;padding:5px 7px;border-radius:4px;font:inherit;font-size:11px;cursor:pointer;box-shadow:inset 0 -2px #0006,0 0 0 1px #0005}.weapon-slot span{grid-row:1 / 3;align-self:center;width:22px;height:22px;display:grid;place-items:center;background:radial-gradient(circle at 45% 35%,#17351e,#07120b 72%);border:1px solid #84cc1644;color:#bef264;border-radius:3px;box-shadow:inset 0 -2px #0006}.weapon-slot .weapon-icon{transform:scale(.68)}.weapon-slot strong,.weapon-slot small{line-height:1.1}.weapon-slot small{color:#a7f3d0}.weapon-slot.is-active{border-color:#84cc16aa;background:linear-gradient(180deg,#1b441ceb,#08120beb);box-shadow:inset 0 0 14px #84cc1624,0 0 18px #84cc1624}.weapon-slot.is-empty{opacity:.58}.mobile-controls{position:fixed;inset:auto 0 18px 0;z-index:70;display:none;justify-content:space-between;align-items:flex-end;padding:0 18px;pointer-events:none}body.ui-hidden.zombie-mode.touch-zombie-controls .mobile-controls{display:flex}.mobile-stick,.mobile-actions button{pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none}.mobile-stick{width:104px;height:104px;border:2px solid #84cc1688;border-radius:50%;background:radial-gradient(circle,#84cc162e,#07120bb8);box-shadow:inset 0 0 28px #000a,0 0 24px #84cc1628;display:grid;place-items:center}.mobile-stick-knob{width:38px;height:38px;border-radius:50%;background:linear-gradient(180deg,#bef264,#22c55e);box-shadow:0 0 18px #84cc1666,inset 0 -4px #0004}.mobile-actions{display:grid;grid-template-columns:48px 58px 104px;gap:8px;align-items:end;pointer-events:auto}.mobile-actions button{border:2px solid #84cc1688;background:#07120bd1;color:#ecfccb;min-height:46px;border-radius:10px;font:inherit;font-weight:900;box-shadow:inset 0 -3px #0006,0 0 18px #84cc1624}.mobile-actions #mobileFire{position:relative;width:104px;height:104px;min-height:104px;border-radius:50%;background:radial-gradient(circle,#dcfce7,#22c55e 58%,#14532d);color:#04130a;display:grid;place-items:center;overflow:hidden}.mobile-aim-knob{position:absolute;width:40px;height:40px;border-radius:50%;background:linear-gradient(180deg,#fefce8,#bef264);box-shadow:0 0 18px #ecfccb99,inset 0 -4px #0003;transform:translate(0)}.mobile-aim-label{position:relative;z-index:1;font-size:13px;text-shadow:0 1px 0 #ffffffaa}.mobile-actions #mobileDash{min-height:54px;border-color:#38bdf899;background:linear-gradient(180deg,#38bdf842,#082f49e0);color:#e0f2fe}.mobile-weapon-row{grid-column:1 / 4;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.mobile-weapon-row button{min-height:34px;border-radius:7px;display:grid;place-items:center}.weapon-icon{position:relative;display:block;width:30px;height:18px;color:#fde68a}.weapon-icon:before,.weapon-icon:after{content:"";position:absolute;background:currentColor;box-shadow:inset 0 -2px #0005}.pistol-icon{color:#fde68a}.pistol-icon:before{width:24px;height:7px;left:3px;top:3px;box-shadow:inset 0 -2px #0005,7px -2px 0 -1px #fef9c3}.pistol-icon:after{width:6px;height:10px;left:10px;top:9px;transform:skew(-8deg)}.shotgun-icon{color:#fbbf24}.shotgun-icon:before{width:30px;height:5px;left:0;top:3px;box-shadow:inset 0 -2px #0005,0 7px 0 currentColor}.shotgun-icon:after{width:15px;height:4px;left:3px;top:13px;background:#7c2d12;box-shadow:18px -7px 0 -1px #fef3c7}.smg-icon{color:#38bdf8}.smg-icon:before{width:27px;height:7px;left:1px;top:3px;box-shadow:inset 0 -2px #0005,-6px 2px 0 -2px #0f172a,25px 2px 0 -2px #bae6fd}.smg-icon:after{width:7px;height:12px;left:13px;top:9px;transform:skew(5deg)}.rail-icon{color:#e879f9}.rail-icon:before{width:32px;height:8px;left:-1px;top:5px;box-shadow:inset 0 -2px #0005,7px -4px 0 -2px #701a75,18px -4px 0 -2px #701a75}.rail-icon:after{width:22px;height:3px;left:5px;top:7px;background:#f5d0fe;box-shadow:none}.mobile-weapon-row button.is-active{background:linear-gradient(180deg,#bef264,#22c55e);color:#04130a}@media (max-width:640px){body.ui-hidden.zombie-mode #hud{left:8px;top:8px;max-width:calc(100vw - 118px);gap:6px;font-size:12px}body.ui-hidden.zombie-mode .weapon-slot{display:none}.mobile-controls{bottom:12px;padding:0 12px}.mobile-stick{width:92px;height:92px}.mobile-stick-knob{width:34px;height:34px}.mobile-actions{grid-template-columns:44px 52px 92px;gap:6px}.mobile-actions #mobileFire{width:92px;height:92px;min-height:92px}}.mobile-zombie-panel{width:min(360px,92vw);border:2px solid #84cc1688;background:#07120bcc;color:#e8ffe8;padding:22px;text-align:center;box-shadow:0 0 0 4px #000,0 0 28px #84cc1644}.mobile-zombie-panel strong,.mobile-zombie-panel span{display:block}.tutorial-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 34%,rgba(34,211,238,.16),transparent 34%),#020617db;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tutorial-panel{width:min(820px,94vw);display:grid;grid-template-columns:minmax(220px,.9fr) 1.1fr;gap:22px;border:2px solid #22d3ee66;background:#071019ee;color:#e5fbff;padding:20px;box-shadow:0 0 0 4px #000,0 0 42px #22d3ee33}.tutorial-zombie .tutorial-panel{border-color:#84cc1688;background:#07120bee;box-shadow:0 0 0 4px #000,0 0 42px #84cc1633}.tutorial-preview{position:relative;min-height:260px;overflow:hidden;border:1px solid #ffffff22;background:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px),radial-gradient(circle at 50% 42%,#123042,#020617 72%);background-size:24px 24px,24px 24px,100% 100%}.tutorial-zombie .tutorial-preview{background:linear-gradient(#84cc1611 1px,transparent 1px),linear-gradient(90deg,#84cc1611 1px,transparent 1px),radial-gradient(circle at 50% 42%,#133018,#030804 72%);background-size:24px 24px,24px 24px,100% 100%}.tutorial-hero,.tutorial-enemy,.tutorial-loot,.tutorial-beam{position:absolute;image-rendering:pixelated}.tutorial-hero.ship{left:50%;bottom:34px;width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:42px solid #22d3ee;filter:drop-shadow(0 0 14px #22d3ee)}.tutorial-hero.survivor{left:50%;bottom:36px;width:18px;height:30px;background:#22c55e;box-shadow:0 -14px #bbf7d0,18px -4px #fbbf24}.tutorial-enemy{width:36px;height:22px;background:#a78bfa;box-shadow:-12px 10px #a78bfa,12px 10px #a78bfa,0 18px #0f172a}.tutorial-enemy.invader-a{left:28%;top:54px}.tutorial-enemy.invader-b{right:24%;top:110px;background:#fbbf24}.tutorial-enemy.zombie-a,.tutorial-enemy.zombie-b{width:24px;height:30px;background:#22c55e;box-shadow:0 -12px #bbf7d0,-8px 9px #166534,8px 9px #166534}.tutorial-enemy.zombie-a{left:24%;top:62px}.tutorial-enemy.zombie-b{right:22%;top:120px;background:#fb923c}.tutorial-loot{right:22%;bottom:44px;width:24px;height:24px;border:2px solid currentColor;color:#22d3ee;background:#06110b;box-shadow:0 0 22px currentColor}.tutorial-loot.med{color:#ef4444}.tutorial-beam{left:50%;bottom:82px;width:4px;height:82px;background:#fef08a;box-shadow:0 0 18px #fef08a}.tutorial-kicker{color:#fbbf24;font-size:12px;font-weight:900;letter-spacing:.08em}.tutorial-copy h2{margin:8px 0 14px;font-size:clamp(30px,6vw,54px);color:#fff;line-height:.95}.tutorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tutorial-grid div{border:1px solid #ffffff20;background:#ffffff08;padding:10px}.tutorial-grid strong,.tutorial-grid span{display:block}.tutorial-grid span{color:#bae6fd;margin-top:4px;font-size:13px}.tutorial-actions{display:flex;gap:10px;margin-top:18px}.tutorial-actions button{border:2px solid #fbbf24aa;background:#111827;color:#fef3c7;padding:11px 16px;font:inherit;font-weight:900;cursor:pointer}.tutorial-actions #tutorial-play{background:linear-gradient(180deg,#facc15,#f97316);color:#170804}@media (max-width:640px){.tutorial-panel{grid-template-columns:1fr;gap:14px;padding:14px}.tutorial-preview{min-height:180px}.tutorial-grid{grid-template-columns:1fr}}.mobile-zombie-panel span{margin-top:8px;color:#a7f3d0}.mobile-zombie-panel button{margin-top:16px;border:1px solid #84cc16aa;background:#152813;color:#f0fff0;padding:8px 18px;font:inherit;font-weight:800;cursor:pointer}body:not(.ui-hidden){background:#000!important;animation:none!important}body:not(.ui-hidden):before{display:none!important}#gameover-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;color:#fff;font-family:monospace,system-ui;padding:20px;animation:fadeInGameOver .7s cubic-bezier(.4,1.4,.4,1);background:repeating-linear-gradient(135deg,#222 0,#222 8px,#181c22 8px,#181c22 16px),radial-gradient(circle at 60% 40%,#a78bfa22 0 20%,transparent 80%),radial-gradient(circle at 30% 70%,#22d3ee22 0 18%,transparent 80%);background-blend-mode:lighten}#gameover-screen .gameover-panel{display:flex;flex-direction:column;align-items:center;width:min(420px,92vw);border:4px solid #a78bfa;box-shadow:0 0 0 6px #000,0 0 32px #a78bfa88;border-radius:14px;padding:34px 28px 26px;background:#05080eb8}@keyframes fadeInGameOver{0%{opacity:0;transform:scale(1.07)}to{opacity:1;transform:scale(1)}}#gameover-screen .neon{color:#fbbf24;text-shadow:0 0 16px #fbbf24cc,0 2px 0 #000,0 0 32px #a78bfa,0 0 8px #fff;filter:drop-shadow(0 0 8px #a78bfa);letter-spacing:2px;font-family:monospace,system-ui;font-size:2.7em;font-weight:700;text-transform:uppercase;margin-bottom:18px;animation:neonPulse 1.5s infinite alternate}#gameover-screen .gameover-line{margin:3px 0;font-size:16px;letter-spacing:1px}#gameover-screen .gameover-line strong{color:#fbbf24;text-shadow:0 0 8px #fbbf24}#gameover-screen .gameover-hint{margin-top:16px;color:#a78bfa;font-size:13px;text-align:center}#gameover-screen .gameover-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}#gameover-screen #restart-btn,#gameover-screen #site-btn{margin-top:18px;padding:10px 32px;border:2px solid #22d3ee;border-bottom:4px solid #0e1420;border-radius:8px;background:linear-gradient(90deg,#22d3ee 60%,#a78bfa);color:#181c22;font:inherit;font-size:16px;font-weight:900;letter-spacing:2px;cursor:pointer;box-shadow:0 2px 16px #22d3ee44,0 0 0 2px #fff2;transition:background .2s,border .2s,transform .18s}#gameover-screen .gameover-actions #restart-btn,#gameover-screen .gameover-actions #site-btn{margin-top:0}#gameover-screen #site-btn{background:linear-gradient(90deg,#111827 40%,#0f172a);color:#e5e7eb;text-shadow:none}body.zombie-mode #gameover-screen{background:repeating-linear-gradient(135deg,#06110b 0,#06110b 8px,#0b1f12 8px,#0b1f12 16px),radial-gradient(circle at 50% 35%,#84cc1624 0 18%,transparent 70%),radial-gradient(circle at 75% 70%,#ef444422 0 16%,transparent 60%)}body.zombie-mode #gameover-screen .gameover-panel{border-color:#84cc16;box-shadow:0 0 0 6px #000,0 0 32px #84cc1666}body.zombie-mode #gameover-screen .neon{color:#ef4444;text-shadow:0 0 16px #ef4444cc,0 2px 0 #000,0 0 32px #84cc16;animation-name:zombieNeonPulse}@keyframes zombieNeonPulse{0%{text-shadow:0 0 8px #ef4444,0 0 26px #84cc16}to{text-shadow:0 0 18px #ef4444,0 0 46px #84cc16}}@keyframes neonPulse{0%{text-shadow:0 0 8px #fbbf24,0 0 32px #a78bfa}to{text-shadow:0 0 18px #fbbf24,0 0 48px #a78bfa}}#gameover-screen #restart-btn:hover,#gameover-screen #site-btn:hover{background:linear-gradient(90deg,#a78bfa 60%,#22d3ee);color:#fff;border-color:#fbbf24;box-shadow:0 2px 24px #fbbf2488,0 0 0 2px #fff4;transform:scale(1.04)}.enemy-type-0{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23a78bfa"/><rect x="2" y="6" width="18" height="4" fill="%23a78bfa"/><rect x="0" y="10" width="22" height="4" fill="%23a78bfa"/><rect x="4" y="14" width="3" height="3" fill="%23a78bfa"/><rect x="15" y="14" width="3" height="3" fill="%23a78bfa"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-1{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23fbbf24"/><rect x="2" y="6" width="18" height="4" fill="%23fbbf24"/><rect x="0" y="10" width="22" height="4" fill="%23fbbf24"/><rect x="4" y="14" width="3" height="3" fill="%23fbbf24"/><rect x="15" y="14" width="3" height="3" fill="%23fbbf24"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-2{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%2322d3ee"/><rect x="2" y="6" width="18" height="4" fill="%2322d3ee"/><rect x="0" y="10" width="22" height="4" fill="%2322d3ee"/><rect x="4" y="14" width="3" height="3" fill="%2322d3ee"/><rect x="15" y="14" width="3" height="3" fill="%2322d3ee"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-3{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23ff4d6d"/><rect x="2" y="6" width="18" height="4" fill="%23ff4d6d"/><rect x="0" y="10" width="22" height="4" fill="%23ff4d6d"/><rect x="4" y="14" width="3" height="3" fill="%23ff4d6d"/><rect x="15" y="14" width="3" height="3" fill="%23ff4d6d"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-4{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%23a78bfa"/><rect x="4" y="2" width="14" height="4" fill="%23a78bfa"/><rect x="2" y="14" width="18" height="2" fill="%23a78bfa"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-5{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%2322d3ee"/><rect x="2" y="6" width="18" height="4" fill="%2322d3ee"/><rect x="0" y="10" width="22" height="4" fill="%2322d3ee"/><rect x="4" y="14" width="3" height="3" fill="%2322d3ee"/><rect x="15" y="14" width="3" height="3" fill="%2322d3ee"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-6{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="8" fill="%23ff3b3b"/><rect x="5" y="2" width="12" height="4" fill="%23ff3b3b"/><rect x="2" y="14" width="18" height="2" fill="%23ff3b3b"/><rect x="8" y="7" width="2" height="2" fill="black"/><rect x="12" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-7{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23f472b6"/><rect x="2" y="6" width="18" height="4" fill="%23f472b6"/><rect x="0" y="10" width="22" height="4" fill="%23f472b6"/><rect x="4" y="14" width="3" height="3" fill="%23f472b6"/><rect x="15" y="14" width="3" height="3" fill="%23f472b6"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-8{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23facc15"/><rect x="2" y="6" width="18" height="4" fill="%23facc15"/><rect x="0" y="10" width="22" height="4" fill="%23facc15"/><rect x="4" y="14" width="3" height="3" fill="%23facc15"/><rect x="15" y="14" width="3" height="3" fill="%23facc15"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-9{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23a21caf"/><rect x="2" y="6" width="18" height="4" fill="%23a21caf"/><rect x="0" y="10" width="22" height="4" fill="%23a21caf"/><rect x="4" y="14" width="3" height="3" fill="%23a21caf"/><rect x="15" y="14" width="3" height="3" fill="%23a21caf"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-10{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%2338bdf8"/><rect x="2" y="6" width="18" height="4" fill="%2338bdf8"/><rect x="0" y="10" width="22" height="4" fill="%2338bdf8"/><rect x="4" y="14" width="3" height="3" fill="%2338bdf8"/><rect x="15" y="14" width="3" height="3" fill="%2338bdf8"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-11{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23fb7185"/><rect x="2" y="6" width="18" height="4" fill="%23fb7185"/><rect x="0" y="10" width="22" height="4" fill="%23fb7185"/><rect x="4" y="14" width="3" height="3" fill="%23fb7185"/><rect x="15" y="14" width="3" height="3" fill="%23fb7185"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-12{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23ffffff"/><rect x="2" y="6" width="18" height="4" fill="%23ffffff"/><rect x="0" y="10" width="22" height="4" fill="%23ffffff"/><rect x="4" y="14" width="3" height="3" fill="%23ffffff"/><rect x="15" y="14" width="3" height="3" fill="%23ffffff"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-13{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%2306b6d4"/><rect x="4" y="2" width="14" height="4" fill="%2306b6d4"/><rect x="2" y="14" width="18" height="2" fill="%2306b6d4"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-14{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23f59e0b"/><rect x="2" y="6" width="18" height="4" fill="%23f59e0b"/><rect x="0" y="10" width="22" height="4" fill="%23f59e0b"/><rect x="4" y="14" width="3" height="3" fill="%23f59e0b"/><rect x="15" y="14" width="3" height="3" fill="%23f59e0b"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-15{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%2338bdf8"/><rect x="4" y="2" width="14" height="4" fill="%2338bdf8"/><rect x="2" y="14" width="18" height="2" fill="%2338bdf8"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-16{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%2360a5fa"/><rect x="4" y="2" width="14" height="4" fill="%2360a5fa"/><rect x="2" y="14" width="18" height="2" fill="%2360a5fa"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-17{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="2" width="10" height="4" fill="%23a3e635"/><rect x="2" y="6" width="18" height="4" fill="%23a3e635"/><rect x="0" y="10" width="22" height="4" fill="%23a3e635"/><rect x="4" y="14" width="3" height="3" fill="%23a3e635"/><rect x="15" y="14" width="3" height="3" fill="%23a3e635"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-18{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%23e5e7eb"/><rect x="4" y="2" width="14" height="4" fill="%23e5e7eb"/><rect x="2" y="14" width="18" height="2" fill="%23e5e7eb"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.enemy-type-19{background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="9" r="7" fill="%23f97316"/><rect x="4" y="2" width="14" height="4" fill="%23f97316"/><rect x="2" y="14" width="18" height="2" fill="%23f97316"/><rect x="7" y="7" width="2" height="2" fill="black"/><rect x="13" y="7" width="2" height="2" fill="black"/></svg>');background-size:contain;background-repeat:no-repeat}.kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:18px}.tile{background:#05070c99;border:1px solid #ffffff15;padding:12px;text-align:center;box-shadow:0 6px 18px #0008}.big{font-size:20px;font-weight:800}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stack,.row{display:flex;flex-wrap:wrap}
