*{margin:0;padding:0;box-sizing:border-box}:root{--neon: #00ffd5;--neon2: #ff3df0;--bg-panel: rgba(8, 10, 20, .92);--border: rgba(0, 255, 213, .45)}html,body{height:100%;overflow:hidden;background:#05060c}body{font-family:Segoe UI,system-ui,sans-serif;color:#e8f6ff;-webkit-user-select:none;user-select:none}#app,#app canvas{position:fixed;top:0;right:0;bottom:0;left:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#03040ac7;z-index:40}.hidden{display:none!important}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;padding:24px;min-width:340px;max-width:92vw;max-height:92vh;box-shadow:0 0 40px #00ffd526}.panel h1,.panel h2{font-family:Courier New,monospace;letter-spacing:2px;color:var(--neon);text-shadow:0 0 12px rgba(0,255,213,.6);margin-bottom:14px}.panel p.sub{color:#9fb6c9;margin-bottom:16px;font-size:14px}input[type=text],input[type=password],textarea{width:100%;background:#0b1020;border:1px solid #28405a;border-radius:6px;color:#e8f6ff;padding:10px 12px;font-size:15px;margin-bottom:12px;outline:none}input[type=text]:focus,input[type=password]:focus,textarea:focus{border-color:var(--neon)}textarea{resize:vertical;min-height:110px;font-family:inherit}button{background:linear-gradient(135deg,#00d6b4,#00a0ff);border:none;border-radius:6px;color:#03121a;font-weight:700;padding:10px 18px;font-size:15px;cursor:pointer}button:hover{filter:brightness(1.15)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #ffe175;outline-offset:3px}button:disabled{filter:grayscale(1) brightness(.6);cursor:wait}button.ghost{background:transparent;color:var(--neon);border:1px solid var(--border)}.err{color:#ff6b81;font-size:14px;min-height:18px;margin-bottom:8px}#hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}#crosshair{position:absolute;left:50%;top:50%;width:6px;height:6px;margin:-3px;border-radius:50%;background:#ffffffe6;box-shadow:0 0 6px #000c}#prompt{position:absolute;left:50%;bottom:18%;transform:translate(-50%);background:var(--bg-panel);border:1px solid var(--border);padding:8px 16px;border-radius:6px;font-size:15px;white-space:nowrap}#prompt b{color:var(--neon);font-family:monospace}@media(pointer:coarse){#prompt{pointer-events:auto;cursor:pointer;padding:12px 22px;font-size:17px;border-color:var(--neon);box-shadow:0 0 18px #00ffd559;animation:prompt-pulse 1.1s ease-in-out infinite}body.aircraft-touch-mode #prompt{display:none!important}#prompt:active{transform:translate(-50%) scale(.95)}}@keyframes prompt-pulse{0%,to{box-shadow:0 0 12px #00ffd540}50%{box-shadow:0 0 22px #00ffd58c}}#hud-info{position:absolute;left:14px;top:12px;font-family:monospace;font-size:13px;color:#b8d4e6;text-shadow:0 1px 3px #000;line-height:1.6}#hud-range{position:absolute;left:50%;top:10%;transform:translate(-50%);text-align:center;font-family:monospace;background:var(--bg-panel);border:1px solid var(--neon2);border-radius:8px;padding:8px 22px;font-size:18px;color:#ffd5f6}#hud-ammo{position:absolute;right:24px;bottom:20px;font-family:monospace;font-size:22px;color:#fff;text-shadow:0 0 8px var(--neon)}#toasts{position:absolute;right:14px;top:14px;display:flex;flex-direction:column;gap:8px;max-width:320px}.toast{background:var(--bg-panel);border-left:3px solid var(--neon);padding:9px 14px;border-radius:4px;font-size:14px;animation:toast-in .25s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(30px)}}#help{position:absolute;left:14px;bottom:14px;font-family:monospace;font-size:12px;color:#7f9ab0;text-shadow:0 1px 3px #000;line-height:1.7}#game-panel{display:flex;flex-direction:column;max-height:92vh}#game-frame-wrap{display:flex;gap:18px;align-items:stretch;flex:1;min-height:0}#game-frame-slot{flex:1 1 auto;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}#game-frame{width:min(62vh,480px);height:min(82vh,640px);max-width:100%;max-height:100%;border:2px solid var(--neon);border-radius:8px;background:#000;box-shadow:0 0 50px #00ffd540}#game-side{width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;font-family:monospace;min-height:0;overflow-y:auto}#game-side h3{color:var(--neon2);letter-spacing:1px;flex-shrink:0}#game-title,#game-best,#game-close{flex-shrink:0}.lb-rows{font-size:13px;line-height:1.9;color:#cfe8f5;flex:1 1 auto;min-height:0;overflow-y:auto}.lb-rows .me{color:var(--neon)}@media(pointer:coarse){#game-panel{width:96vw;height:96vh;height:96dvh;max-width:96vw;max-height:96vh;max-height:96dvh;padding:12px}#game-frame{width:100%;height:100%}#game-side{width:350px}}@media(pointer:coarse)and (orientation:portrait){#game-frame-wrap{flex-direction:column}#game-frame-slot{flex:3 1 0}#game-side{width:100%;flex:2 1 0}}#tag-editor-canvas{background:repeating-conic-gradient(#1a2233,#1a2233 25%,#11182a 0%,#11182a 50%) 0 0/20px 20px;border:1px solid var(--border);border-radius:6px;cursor:crosshair;touch-action:none}.tag-tools{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0}.swatch{width:26px;height:26px;border-radius:50%;border:2px solid transparent;cursor:pointer}.swatch.active{border-color:#fff}.tag-lib{display:flex;gap:8px;flex-wrap:wrap;max-height:120px;overflow-y:auto}.tag-lib img{width:64px;height:64px;border-radius:4px;background:#0b1020;border:2px solid #28405a;cursor:pointer}.tag-lib img.active{border-color:var(--neon)}#lb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;max-height:70vh;overflow-y:auto;padding-right:6px}.lb-card{background:#0b1020;border:1px solid #28405a;border-radius:8px;padding:12px;font-family:monospace;font-size:13px}.lb-card h4{color:var(--neon);margin-bottom:6px;letter-spacing:1px}#loading-bar{font-family:monospace;color:var(--neon);animation:blink 1.2s infinite}@keyframes blink{50%{opacity:.35}}#touch-ui{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}#joy-base{display:none;position:fixed;width:130px;height:130px;border-radius:50%;border:2px solid rgba(255,255,255,.35);background:#0a0e1c59}#joy-knob{position:absolute;left:50%;top:50%;width:56px;height:56px;margin:-28px;border-radius:50%;background:#00ffd573;border:2px solid rgba(255,255,255,.6)}.plane-stick{display:none;position:fixed;z-index:22;bottom:calc(24px + env(safe-area-inset-bottom));width:142px;height:142px;border-radius:50%;border:2px solid rgba(127,216,255,.52);background:linear-gradient(90deg,transparent 49%,rgba(127,216,255,.18) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(127,216,255,.18) 50%,transparent 51%),#050a167a;box-shadow:inset 0 0 24px #00000073,0 0 18px #00ffd51f;pointer-events:none}#plane-stick-left{left:calc(24px + env(safe-area-inset-left))}#plane-stick-right{right:calc(24px + env(safe-area-inset-right))}.plane-stick-knob{position:absolute;left:50%;top:50%;width:58px;height:58px;margin:-29px;border-radius:50%;background:#00ffd57a;border:2px solid rgba(255,255,255,.72);box-shadow:0 0 16px #00ffd559}#plane-stick-right .plane-stick-knob{background:#ff3df06b;box-shadow:0 0 16px #ff3df04d}.plane-stick-label{position:absolute;color:#dceffab8;font:700 9px/1 monospace;letter-spacing:.6px;white-space:nowrap}.plane-stick-top{left:50%;top:8px;transform:translate(-50%)}.plane-stick-bottom{left:50%;bottom:8px;transform:translate(-50%)}.plane-stick-left-label{left:7px;top:50%;transform:translateY(-50%) rotate(-90deg)}.plane-stick-right-label{right:5px;top:50%;transform:translateY(-50%) rotate(90deg)}#plane-instruments{display:none;position:fixed;z-index:22;left:50%;top:calc(12px + env(safe-area-inset-top));transform:translate(-50%);padding:7px 13px;border:1px solid rgba(127,216,255,.45);border-radius:7px;background:#050a16b8;color:#d9eff8;font:700 11px/1 monospace;letter-spacing:.4px;white-space:nowrap;text-shadow:0 0 8px rgba(0,255,213,.4)}#touch-ui.plane-mode .plane-stick,#touch-ui.plane-mode #plane-instruments{display:block}#touch-ui.plane-mode #joy-base{display:none!important}#touch-ui.plane-mode .touch-actions{display:contents}#touch-ui.plane-mode .touch-actions .tbtn:not(#tb-fire){display:none}#tb-fire-left,#tb-bomb,#tb-exit-plane,#tb-camera{display:none}#touch-ui.plane-mode #tb-fire,#touch-ui.plane-mode #tb-fire-left{display:block;position:fixed;z-index:23;bottom:calc(180px + env(safe-area-inset-bottom));width:66px;height:66px;font-size:15px}#touch-ui.plane-mode #tb-fire-left{left:calc(52px + env(safe-area-inset-left))}#touch-ui.plane-mode #tb-fire{right:calc(52px + env(safe-area-inset-right))}#touch-ui.plane-mode.jet-mode #tb-bomb{display:block;position:fixed;z-index:23;left:50%;bottom:calc(27px + env(safe-area-inset-bottom));transform:translate(-50%);width:78px;height:78px;border-color:#ffb52e;color:#ffcf66;font-size:12px}#touch-ui.plane-mode #tb-exit-plane{display:block;position:fixed;z-index:23;left:50%;bottom:calc(31px + env(safe-area-inset-bottom));transform:translate(-50%);width:58px;height:58px;border-color:#8fc3d9;color:#d9eff8;font-size:9px}#touch-ui.plane-mode.jet-mode #tb-exit-plane{left:calc(50% + 50px);bottom:calc(38px + env(safe-area-inset-bottom));transform:none;width:54px;height:54px}#touch-ui.plane-mode.rc-mode #tb-camera{display:block;position:fixed;z-index:23;left:50%;top:calc(52px + env(safe-area-inset-top));transform:translate(-50%);width:58px;height:46px;border-radius:12px;border-color:#d14cff;color:#f0bfff;font-size:11px}#touch-ui.plane-mode.rc-mode #tb-fire,#touch-ui.plane-mode.rc-mode #tb-fire-left{display:none}#touch-ui.plane-mode #hud-ammo{bottom:94px}@media(max-height:500px){.plane-stick{width:124px;height:124px}#plane-stick-left{left:14px}#plane-stick-right{right:14px}#touch-ui.plane-mode #tb-fire,#touch-ui.plane-mode #tb-fire-left{bottom:calc(157px + env(safe-area-inset-bottom))}}.touch-top{position:fixed;top:calc(10px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));pointer-events:none;z-index:30}#touch-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;display:flex;align-items:center;justify-content:center;padding:max(10px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#02060f8f;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);pointer-events:auto}#touch-menu.hidden{display:none}.touch-menu-shell{display:flex;flex-direction:column;width:min(820px,calc(100vw - 24px));height:min(470px,calc(100vh - 20px));overflow:hidden;border:1px solid rgba(0,255,213,.52);border-radius:18px;background:linear-gradient(145deg,#08101fed,#0a0c1ad6);box-shadow:0 20px 70px #0000008c,inset 0 0 60px #00a0ff0a;pointer-events:auto}.touch-menu-shell button{touch-action:none;-webkit-tap-highlight-color:transparent}.touch-menu-head{min-height:52px;padding:9px 14px 7px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(127,216,255,.16)}.touch-menu-head div{display:flex;flex-direction:column}.touch-menu-head strong{color:var(--neon);font:800 17px/1.1 Courier New,monospace;letter-spacing:2px;text-shadow:0 0 12px rgba(0,255,213,.42)}#menu-player{color:#7894aa;font:700 9px/1.3 monospace;letter-spacing:1px;margin-top:3px}#tb-menu-close{width:36px;height:36px;padding:0;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);color:#dcecff;font-size:25px;line-height:1}.touch-menu-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:0 14px;border-bottom:1px solid rgba(127,216,255,.14)}.menu-tab{height:42px;padding:0 8px;border-radius:0;border-bottom:3px solid transparent;background:transparent;color:#7f9caf;font:800 11px/1 monospace;letter-spacing:1px}.menu-tab.active{color:#fff;border-bottom-color:var(--neon);filter:none}.touch-menu-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:13px 16px 16px}.menu-page-title{display:flex;align-items:baseline;gap:12px;margin-bottom:11px}.menu-page-title strong{color:#dffbff;font:800 13px/1 monospace;letter-spacing:1px}.menu-page-title span{color:#7691a5;font-size:11px}.inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.inventory-card{min-height:74px;padding:10px 11px;display:grid;grid-template-columns:43px 1fr auto;align-items:center;gap:9px;border:1px solid rgba(127,216,255,.22);border-radius:12px;background:#1322359e}.inventory-card.active{border-color:var(--neon);box-shadow:inset 3px 0 0 var(--neon)}.inventory-card.locked{opacity:.55;background:#0a111c80}.inventory-icon{font-size:27px;text-align:center}.inventory-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.inventory-copy b{color:#ecfaff;font-size:13px}.inventory-copy small{color:#7893a8;font-size:9px;line-height:1.25}.inventory-card button,.inventory-locked{min-width:67px;padding:8px 9px;border-radius:8px;font:800 9px/1 monospace;letter-spacing:.4px;text-align:center}.inventory-card button{color:#041719;background:linear-gradient(135deg,#35ebca,#4aaeff)}.inventory-card.active button{background:#ffffff17;color:#b9d4df;border:1px solid rgba(255,255,255,.16)}.inventory-locked{color:#738491;border:1px solid rgba(255,255,255,.12)}.menu-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.menu-action-grid button{min-height:72px;padding:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#142539ad;border:1px solid rgba(127,216,255,.24);color:#dff6ff}.menu-action-grid button b{font-size:24px;line-height:1}.menu-action-grid button span{font-size:10px}.settings-list{display:flex;flex-direction:column;gap:8px}.setting-row{min-height:57px;padding:8px 10px 8px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(127,216,255,.18);border-radius:11px;background:#111f3194}.setting-row>div:first-child{display:flex;flex-direction:column;gap:3px}.setting-row b{color:#e6f8ff;font-size:12px}.setting-row small{color:#7893a8;font-size:9px}.setting-row>button,.quality-choices button{min-width:82px;padding:8px 10px;border-radius:8px;background:#7fd8ff1a;border:1px solid rgba(127,216,255,.28);color:#a8d5e6;font:800 9px/1 monospace}.setting-row>button.active,.quality-choices button.active{background:linear-gradient(135deg,#35ebca,#4aaeff);color:#041719;border-color:transparent}.quality-choices{display:flex!important;flex-direction:row!important;gap:5px!important}.quality-choices button{min-width:52px}@media(max-height:430px){.touch-menu-shell{height:calc(100vh - 12px)}.touch-menu-head{min-height:43px;padding-top:5px;padding-bottom:4px}.touch-menu-tabs{padding:0 10px}.menu-tab{height:35px}.touch-menu-content{padding:9px 12px 12px}.inventory-card{min-height:64px;padding:7px 9px}.menu-action-grid button{min-height:58px}.setting-row{min-height:49px;padding-top:5px;padding-bottom:5px}}.touch-actions{position:fixed;bottom:calc(14px + env(safe-area-inset-bottom));right:calc(12px + env(safe-area-inset-right));display:grid;grid-template-columns:repeat(2,auto);gap:9px;align-items:end;justify-items:end;pointer-events:none}.tbtn{pointer-events:auto;width:72px;height:72px;border-radius:50%;background:#0a0e1c8c;border:2px solid var(--border);color:var(--neon);font-weight:800;font-size:16px;touch-action:none;-webkit-tap-highlight-color:transparent}.tbtn:active{background:#00ffd54d}.tbtn-small{width:52px;height:52px;font-size:20px}.tbtn-fire{width:88px;height:88px;border-color:#ff5252;color:#ff5252;font-size:20px}.tbtn-fire:active{background:#ff525259}@media(pointer:coarse){#help{display:none}#hud-ammo{right:auto;left:50%;transform:translate(-50%);bottom:12px}}#hud-hp{position:absolute;left:14px;bottom:100px;font-family:monospace;font-size:24px;color:#ff7a8a;text-shadow:0 0 8px rgba(255,60,80,.6)}@media(pointer:coarse){#hud-hp{bottom:110px}}#vignette{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:15;box-shadow:inset 0 0 140px #ff141ed9;opacity:0;transition:opacity .35s}#hud-xp{position:absolute;left:14px;bottom:132px;display:flex;align-items:center;gap:8px;font-family:monospace}#xp-level{color:#ffd56b;font-weight:800;font-size:14px;text-shadow:0 0 8px rgba(255,200,80,.5),0 1px 2px #000}#xp-bar{width:130px;height:8px;border-radius:4px;background:#0a0e1cb3;border:1px solid rgba(255,213,107,.4);overflow:hidden}#xp-fill{height:100%;width:0%;background:linear-gradient(90deg,#ffb347,#ffd56b);transition:width .5s ease-out}@media(pointer:coarse){#hud-xp{left:14px;bottom:142px}}#hud-daily{position:absolute;left:160px;bottom:132px;font-family:monospace;font-weight:800;font-size:13px;color:#cfe9ff;background:#0a0e1cb3;border:1px solid rgba(127,216,255,.4);border-radius:12px;padding:3px 10px;cursor:pointer;pointer-events:auto}#hud-daily.all-done{color:#ffd56b;border-color:#ffd56b99;box-shadow:0 0 10px #ffc85040}@media(pointer:coarse){#hud-daily{bottom:142px}}#daily-streak{color:#ffb347;font-size:13px;font-weight:600}#daily-grid{display:flex;flex-direction:column;gap:8px;margin-top:8px}.daily-card{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:8px;background:#0c101e99;border:1px solid var(--border);font-size:13px}.daily-card.done{border-color:#00ffd580;background:#00ffd50f}.daily-icon{font-size:20px;width:26px;text-align:center;flex-shrink:0}.daily-body{flex:1}.daily-bar{width:100%;height:6px;border-radius:3px;margin-top:4px;background:#ffffff14;overflow:hidden}.daily-fill{height:100%;background:linear-gradient(90deg,#00ffd5,#7fd8ff)}.daily-count{color:#8fa4b8;font-size:12px;flex-shrink:0}#levelbanner{position:absolute;left:50%;top:32%;transform:translate(-50%);font-family:Courier New,monospace;font-size:44px;font-weight:900;letter-spacing:3px;color:#ffd56b;text-shadow:0 0 26px rgba(255,200,80,.9),0 2px 4px #000;animation:kill-pop 2.6s ease-out;white-space:nowrap;pointer-events:none}.confetti{position:fixed;top:-12px;z-index:60;width:9px;height:14px;pointer-events:none;animation:confetti-fall 2s ease-in forwards}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(105vh) rotate(660deg);opacity:.7}}#ach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;margin-top:8px;max-height:30vh;overflow-y:auto}.ach{display:flex;gap:10px;align-items:center;padding:8px 10px;border-radius:8px;background:#0c101e99;border:1px solid var(--border);opacity:.45;font-size:13px}.ach.unlocked{opacity:1;border-color:#ffd56b8c;box-shadow:0 0 12px #ffc8501f inset}.ach-icon{font-size:24px}.ach-desc{color:#8fa4b8;font-size:11px}#hitmarker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:26px;font-weight:900;color:#fff;text-shadow:0 0 8px rgba(255,80,80,.9),0 1px 2px #000;pointer-events:none}#deathscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#4600068c,#140002d1);pointer-events:none;transition:opacity .45s}#deathscreen.hidden{display:none}#death-title{font-family:Courier New,monospace;font-size:44px;font-weight:900;letter-spacing:3px;color:#ff6b6b;text-shadow:0 0 26px rgba(255,40,40,.8),0 2px 4px #000;text-align:center}#death-sub{margin-top:10px;font-size:16px;color:#d8b0b0}#killbanner{position:absolute;left:50%;top:24%;transform:translate(-50%);font-family:Courier New,monospace;font-size:52px;font-weight:900;letter-spacing:4px;color:#ff4d4d;text-shadow:0 0 24px rgba(255,40,40,.9),0 2px 4px #000;animation:kill-pop 1.9s ease-out;white-space:nowrap}@keyframes kill-pop{0%{opacity:0;transform:translate(-50%) scale(2.2)}12%{opacity:1;transform:translate(-50%) scale(1)}80%{opacity:1}to{opacity:0}}#tagmode-hint{position:absolute;left:50%;bottom:12%;transform:translate(-50%);background:var(--bg-panel);border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:13px;white-space:nowrap}@media(pointer:coarse){#tagmode-hint{display:none}}html,body{touch-action:none;overscroll-behavior:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}@media(pointer:coarse)and (max-height:480px){.tbtn{width:58px;height:58px}.tbtn-small{width:44px;height:44px;font-size:17px}.tbtn-fire{width:72px;height:72px}.touch-actions{gap:7px}}@media(pointer:coarse){#hud-info{top:calc(10px + env(safe-area-inset-top));left:calc(14px + env(safe-area-inset-left))}}#game-pad{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:28px;flex-shrink:0;padding:8px 0}#pad-joy-base{position:relative;width:132px;height:132px;border-radius:50%;background:#0a0e1c8c;border:2px solid var(--border);touch-action:none;-webkit-tap-highlight-color:transparent}#pad-joy-knob{position:absolute;left:50%;top:50%;width:60px;height:60px;margin:-30px 0 0 -30px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#00ffd5e6,#00b4968c);border:2px solid var(--neon);box-shadow:0 0 14px #00ffd573;transition:transform .12s ease,box-shadow .12s ease,scale .12s ease}#pad-joy-knob.active{box-shadow:0 0 24px #00ffd5d9;scale:1.12}#pad-act{display:flex;flex-direction:row;gap:14px;align-items:center}.padbtn{display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0a0e1c99;border:2px solid var(--border);color:var(--neon);font-weight:800;font-size:18px;line-height:1;touch-action:none;-webkit-tap-highlight-color:transparent;transition:transform .08s ease}.padbtn.on{background:#00ffd559;transform:scale(.92)}.pad-a,.pad-b{width:78px;height:78px;border-radius:50%;font-size:28px}.pad-a{border-color:#ff5252;color:#ff5252}.pad-a.on{background:#ff525266}.pad-b{border-color:#ffd56b;color:#ffd56b}.pad-b.on{background:#ffd56b66}@media(pointer:coarse)and (orientation:portrait){#game-pad{gap:8vw;padding:14px 0}#pad-joy-base{width:30vw;height:30vw;max-width:220px;max-height:220px}#pad-joy-knob{width:13vw;height:13vw;max-width:96px;max-height:96px;margin:-6.5vw 0 0 -6.5vw}.pad-a,.pad-b{width:19vw;height:19vw;max-width:140px;max-height:140px;font-size:44px}}@media(pointer:coarse)and (max-height:420px)and (orientation:landscape){#game-pad{gap:16px}#pad-joy-base{width:100px;height:100px}#pad-joy-knob{width:46px;height:46px;margin:-23px 0 0 -23px}.pad-a,.pad-b{width:62px;height:62px;font-size:22px}}#chatfeed{position:absolute;left:14px;bottom:78px;display:flex;flex-direction:column;gap:4px;max-width:46vw;pointer-events:none}.chatline{background:#080a14b3;border-left:3px solid #ffd56b;padding:4px 9px;border-radius:4px;font-size:14px;line-height:1.35;transition:opacity .6s;word-break:break-word}#chatbox{position:absolute;left:50%;bottom:32%;transform:translate(-50%);pointer-events:auto;z-index:41}#chatinput{width:70vw;max-width:520px;background:#080a14f2;border:2px solid var(--neon);border-radius:8px;color:#e8f6ff;padding:12px 14px;font-size:16px;outline:none}@media(pointer:coarse){#chatfeed{bottom:auto;top:70px;max-width:60vw}}#mic-indicator{position:absolute;left:50%;top:calc(10px + env(safe-area-inset-top));transform:translate(-50%);background:#c81e28d9;color:#fff;font-weight:800;font-size:13px;letter-spacing:1px;padding:5px 12px;border-radius:20px;animation:blink 1.4s infinite}.tbtn.on{background:#ff525273;border-color:#ff5252}#map-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#04080ec7;display:flex;align-items:center;justify-content:center;pointer-events:auto}#map-overlay.hidden{display:none}#map-frame{background:#0a1018f5;border:2px solid var(--neon);border-radius:14px;padding:14px 18px 12px;box-shadow:0 0 40px #ff3df040;text-align:center}#map-title{color:#e8f6ff;font-weight:800;letter-spacing:1.5px;font-size:15px;margin-bottom:10px}#map-title span{color:#7fd8ff;font-weight:600;font-size:12px}#map-canvas{border-radius:8px;border:1px solid rgba(127,216,255,.25)}#map-hint{margin-top:9px;color:#7f9ab0;font-size:11.5px}#map-zoom-btns{float:right}#map-zoom-btns button{width:30px;height:26px;margin-left:6px;background:#7fd8ff1f;border:1px solid rgba(127,216,255,.4);border-radius:6px;color:#cfe9ff;font-size:16px;font-weight:800;cursor:pointer;line-height:1}#map-zoom-btns button:active{background:#7fd8ff4d}#photo-bar{position:absolute;left:50%;bottom:14vh;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#080c16d1;border:2px solid var(--neon);border-radius:14px;padding:8px 14px;pointer-events:auto;z-index:45;flex-wrap:wrap;justify-content:center}#photo-bar.hidden{display:none}#photo-bar button{min-width:44px;height:40px;background:#7fd8ff1f;border:1px solid rgba(127,216,255,.4);border-radius:9px;color:#e8f6ff;font-size:19px;font-weight:800;cursor:pointer}#photo-bar button:active{background:#7fd8ff4d}#photo-bar #ph-hint{flex-basis:100%;text-align:center;color:#7f9ab0;font-size:11px;margin-top:2px}.home-panel{text-align:center;width:520px;min-width:0;max-width:94vw;overflow:hidden;padding:0 26px 24px}.home-visual{position:relative;height:150px;margin:0 -26px 18px;overflow:hidden;background:radial-gradient(circle at 74% 24%,rgba(255,61,240,.2),transparent 22%),linear-gradient(180deg,#11183c,#152a48 62%,#08111d);border-bottom:1px solid rgba(0,255,213,.28)}.home-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0 31px,rgba(0,255,213,.035) 32px);pointer-events:none}.home-moon{position:absolute;width:42px;height:42px;border-radius:50%;right:56px;top:17px;background:#ffd9fb;box-shadow:0 0 28px #ff3df0bf}.home-buildings{position:absolute;inset:auto 0 19px;height:91px;display:flex;align-items:end}.home-buildings i{flex:1;height:60%;margin-right:3px;transform:skewY(-3deg);background:repeating-linear-gradient(90deg,#10283a 0,#10283a 10px,#00bfa6 11px,#00bfa6 13px,#10283a 14px,#10283a 25px);border-top:2px solid rgba(0,255,213,.55)}.home-buildings i:nth-child(2){height:82%}.home-buildings i:nth-child(3){height:48%}.home-buildings i:nth-child(4){height:68%}.home-buildings i:nth-child(5){height:42%}.home-buildings i:nth-child(6){height:76%}.home-crayon{position:absolute;left:65%;bottom:21px;width:25px;height:106px;z-index:2;background:linear-gradient(90deg,#152f42,#33bba8,#152f42);clip-path:polygon(25% 0,75% 0,100% 12%,100% 100%,0 100%,0 12%);filter:drop-shadow(0 0 8px rgba(0,255,213,.45))}.home-fourviere{position:absolute;left:12%;top:31px;z-index:2;color:#ffe175;font-size:36px;text-shadow:0 0 14px #ffe175}.home-river{position:absolute;left:-5%;right:-5%;bottom:-25px;height:50px;background:#00beff33;transform:rotate(-2deg);border-top:2px solid rgba(0,255,213,.65)}.home-player{position:absolute;left:45%;bottom:8px;z-index:3;color:#ff3df0;font-size:22px;text-shadow:0 0 12px #ff3df0}.home-title{font-size:44px;font-weight:900;letter-spacing:4px;color:#00ffd5;text-shadow:0 0 18px rgba(0,255,213,.55);margin-bottom:4px}.home-title span{color:#ff3df0;text-shadow:0 0 18px rgba(255,61,240,.55)}.home-panel .sub{margin-bottom:12px;line-height:1.45}.home-features{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 10px;text-align:left}.home-features span{padding:7px 9px;border:1px solid rgba(127,154,176,.22);border-radius:6px;background:#0a12229e;color:#cfe8f5;font-size:12px}.home-meta{margin-bottom:14px;color:#ffe175;font:700 10.5px/1.4 monospace;letter-spacing:.6px}#home-play{width:100%;font-size:19px;padding:14px;margin-bottom:10px}.home-links{display:flex;justify-content:center;gap:18px;margin-bottom:12px}.home-links a{color:#7f9ab0;font-size:12.5px}.home-links a:hover{color:#cfe9ff}.home-note{color:#7f9ab0;font-size:11.5px;text-align:left;margin:6px 0 2px}#home-invite{width:100%;margin-top:12px}#home-pinrow{margin-bottom:10px}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:grid;place-items:center;padding:20px;background:#05060c;transition:opacity .38s ease,visibility .38s ease}.loading-screen.is-done{opacity:0;visibility:hidden}.loading-card{width:min(520px,92vw);text-align:center}.loading-kicker{color:#7f9ab0;font:700 11px monospace;letter-spacing:3px}.loading-title{margin:6px 0 18px;color:var(--neon);font-size:clamp(34px,9vw,58px);font-weight:900;letter-spacing:5px;text-shadow:0 0 20px rgba(0,255,213,.45)}.loading-title span{color:var(--neon2);text-shadow:0 0 20px rgba(255,61,240,.45)}.loading-skyline{height:70px;display:flex;align-items:end;gap:5px;border-bottom:2px solid var(--neon);overflow:hidden}.loading-skyline i{flex:1;height:55%;background:linear-gradient(90deg,#0e1728 70%,#00ffd552);border-top:1px solid rgba(0,255,213,.6)}.loading-skyline i:nth-child(2),.loading-skyline i:nth-child(6){height:82%}.loading-skyline i:nth-child(4){height:100%;clip-path:polygon(30% 0,70% 0,100% 14%,100% 100%,0 100%,0 14%)}#loading-status{margin:18px 0 10px;min-height:22px;color:#d9eff8;font:700 14px monospace}.loading-track{height:8px;overflow:hidden;border:1px solid rgba(0,255,213,.5);border-radius:99px;background:#0a1320}#loading-progress{width:4%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--neon),var(--neon2));box-shadow:0 0 12px var(--neon);transition:width .45s ease}.loading-tip{min-height:42px;margin-top:14px;color:#7f9ab0;font:11.5px/1.5 monospace}.loading-screen.has-error #loading-status{color:#ff7a8a}#loading-retry{margin-top:6px}#intro-mission{position:fixed;z-index:24;top:14px;left:50%;transform:translate(-50%);width:min(390px,calc(100vw - 28px));padding:12px 14px;border:1px solid rgba(0,255,213,.52);border-radius:9px;background:#050912e8;box-shadow:0 10px 35px #00000059,0 0 20px #00ffd51a;pointer-events:auto}.mission-top{display:flex;justify-content:space-between;align-items:center;color:var(--neon);font:700 10px monospace;letter-spacing:1.5px}.mission-top button{width:28px;height:28px;padding:0;border-radius:50%;background:transparent;border:1px solid rgba(127,154,176,.35);color:#9fb6c9}#intro-mission strong{display:block;margin:3px 0;color:#fff;font-size:14px}#intro-mission p{color:#9fb6c9;font-size:12px;line-height:1.35}.mission-dots{display:flex;gap:5px;margin-top:9px}.mission-dots i{height:3px;flex:1;border-radius:4px;background:#263449}.mission-dots i.active{background:var(--neon);box-shadow:0 0 7px var(--neon)}.mission-dots i.done{background:var(--neon2)}.mission-pop{animation:mission-pop .35s ease-out}@keyframes mission-pop{0%{opacity:.25;transform:translate(-50%) translateY(-8px)}}@media(max-height:680px){.home-visual{height:108px}.home-title{font-size:34px}.home-panel{padding-bottom:16px}.home-features{display:none}}@media(pointer:coarse){#intro-mission{top:calc(70px + env(safe-area-inset-top))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
