:root{--ink: #eef2f7;--panel: rgba(16, 18, 22, .82);--accent: #78e1ff;--bad: #ff5b52;--ok: #66ff99}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:#0d0f12;color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none}#game{display:block;width:100vw;height:100vh}#crosshair{position:fixed;left:50%;top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;pointer-events:none;opacity:0;transition:opacity .2s}#crosshair:before,#crosshair:after{content:"";position:absolute;background:#ffffffd9}#crosshair:before{left:8px;top:0;width:2px;height:18px}#crosshair:after{top:8px;left:0;height:2px;width:18px}body.locked #crosshair{opacity:.9}#hud-top-left{position:fixed;top:16px;left:16px;display:flex;flex-direction:column;gap:6px;z-index:4}.stat{background:var(--panel);padding:7px 14px;border-radius:8px;font-size:20px;font-weight:600;letter-spacing:.3px;min-width:140px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.stat .label{display:inline-block;min-width:58px;font-size:12px;font-weight:500;opacity:.6;text-transform:uppercase;letter-spacing:1px}#hud-top-right{position:fixed;top:16px;right:16px;z-index:4}#minimap{width:190px;height:190px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:var(--panel)}#hud-bottom{position:fixed;bottom:18px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:4}#quickbar{display:flex;gap:8px}.slot{width:92px;cursor:pointer;touch-action:manipulation;background:var(--panel);border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:7px 8px 8px;text-align:center;transition:border-color .12s,transform .12s}.slot .icon{display:block;width:46px;height:46px;margin:2px auto 3px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}.crosshair-icon{position:relative;opacity:.8}.crosshair-icon:before,.crosshair-icon:after{content:"";position:absolute;background:var(--ink)}.crosshair-icon:before{left:21px;top:8px;width:3px;height:30px}.crosshair-icon:after{top:21px;left:8px;height:3px;width:30px}.slot .key{display:inline-block;font-size:11px;font-weight:700;opacity:.55;margin-bottom:3px}.slot .name{font-size:12.5px;font-weight:600;line-height:1.2}.slot .cost{font-size:11.5px;opacity:.65;margin-top:2px}.slot.active{border-color:var(--accent);transform:translateY(-3px)}.slot.broke .cost{color:var(--bad)}#buildinfo{min-height:20px;font-size:13.5px;font-weight:600;padding:3px 12px;border-radius:6px;background:var(--panel);opacity:0;transition:opacity .15s}#buildinfo.show{opacity:1}#buildinfo.bad{color:var(--bad)}#buildinfo.ok{color:var(--ok)}#toast{position:fixed;top:90px;left:50%;transform:translate(-50%);background:var(--panel);padding:8px 18px;border-radius:8px;font-size:15px;font-weight:600;opacity:0;transition:opacity .25s;pointer-events:none}#toast.show{opacity:1}#overlay{position:fixed;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,#14181eb8,#08090bf0);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}#overlay.hidden{display:none}.panel{max-width:520px;text-align:center;padding:32px 40px}#title-img{display:block;width:100%;max-height:210px;object-fit:cover;border-radius:12px;margin-bottom:16px;box-shadow:0 12px 40px #0000008c}.panel h1{margin:0 0 4px;font-size:46px;letter-spacing:-1px;background:linear-gradient(100deg,#ffd166,#78e1ff);-webkit-background-clip:text;background-clip:text;color:transparent}.panel .sub{margin:0 0 22px;opacity:.7;font-size:15px}.panel ul{list-style:none;padding:0;margin:0 0 22px;text-align:left}.panel li{padding:5px 0;font-size:14px;opacity:.85}.panel b{background:#ffffff1a;padding:1px 6px;border-radius:4px;font-weight:600}.panel .hint{font-size:14px;opacity:.55;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35}50%{opacity:.8}}#touch{display:none}#touch.on{display:block}#look-zone{position:fixed;right:0;top:0;width:55vw;height:100vh;touch-action:none}#stick-zone{position:fixed;left:0;bottom:0;width:45vw;height:62vh;touch-action:none}#stick{position:fixed;width:116px;height:116px;margin:-58px 0 0 -58px;border-radius:50%;border:2px solid rgba(255,255,255,.22);background:#0c0e124d;pointer-events:none;opacity:0;transition:opacity .12s}#stick.on{opacity:1}#knob{position:absolute;left:50%;top:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border-radius:50%;background:#ffffff80}.tbtn{position:fixed;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700;background:#101216a8;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);touch-action:none;z-index:3}.tbtn.down{transform:scale(.93);background:#78e1ff4d}#btn-jump{right:132px;bottom:34px}#btn-action{right:24px;bottom:104px}#btn-action.build{border-color:var(--ok);color:var(--ok)}.keys-touch,body.touch .keys-desktop{display:none}body.touch .keys-touch{display:block}body.touch #crosshair{opacity:.9}@media(max-width:900px){#hud-bottom{bottom:auto;top:116px;left:10px;transform:none;align-items:flex-start}#quickbar{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}#buildinfo{margin-top:6px;font-size:12px}#hud-top-left{top:10px;left:10px;flex-direction:row}#toast{top:62px;font-size:13px;padding:6px 12px}.slot{width:68px;padding:4px 5px 5px}.slot .icon{width:34px;height:34px}.crosshair-icon:before{left:15px;top:5px;width:3px;height:24px}.crosshair-icon:after{top:15px;left:5px;height:3px;width:24px}#title-img{max-height:130px}.slot .name{font-size:11px}.slot .cost{font-size:10px}#minimap{width:116px;height:116px}.stat{font-size:15px;min-width:0;padding:4px 9px}.stat .label{min-width:0;margin-right:5px}.panel{padding:22px 20px}#title-img{display:block;width:100%;max-height:210px;object-fit:cover;border-radius:12px;margin-bottom:16px;box-shadow:0 12px 40px #0000008c}.panel h1{font-size:34px}}body.pregame #hud-top-left,body.pregame #hud-top-right,body.pregame #hud-bottom,body.pregame #touch,.hint-touch,body.touch .hint-desktop{display:none}body.touch .hint-touch{display:inline}#loading{position:fixed;inset:0;display:grid;place-items:center;background:#0d0f12;font-size:15px;letter-spacing:2px;text-transform:uppercase;opacity:.6;z-index:10}#loading.hidden{display:none}
