:root{color-scheme:dark;font-family:SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,sans-serif;background:#05070d}*{box-sizing:border-box}html,body,#game-shell{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px}#game-shell{position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#08090f,#15101a 45%,#06080f)}#game{position:relative;width:min(100vw,960px);height:min(56.25vw,540px);overflow:hidden;border:0;background:#121526;image-rendering:pixelated}#game canvas{display:block;width:100%!important;height:100%!important}#game:before,#game:after{position:absolute;inset:0;z-index:5;pointer-events:none;content:""}#game:before{background:linear-gradient(#ffffff14 50%,#00000021 50%) 0 0 / 100% 4px;opacity:.9}#game:after{box-shadow:inset 0 0 24px #00000073,inset 0 0 6px #fff3}#touch-controls{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));left:max(14px,env(safe-area-inset-left));z-index:10;display:none;justify-content:space-between;gap:20px;pointer-events:none}.pad{display:flex;gap:12px;pointer-events:auto}#touch-controls button{width:clamp(52px,12vw,68px);aspect-ratio:1;border:2px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;background:#05070d7a;box-shadow:inset 0 0 0 1px #ffffff1f,0 10px 24px #00000052;font:800 clamp(24px,5vw,32px) / 1 system-ui,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#touch-controls button:active,#touch-controls button.is-down{transform:translateY(2px) scale(.96);background:#fff3}.wallet-modal{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:18px;background:#02040aa8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wallet-modal[hidden]{display:none}.wallet-card{position:relative;width:min(440px,100%);border:2px solid rgba(255,255,255,.28);border-radius:8px;padding:26px;color:#fff;background:#111827;box-shadow:0 24px 70px #0000008c}.wallet-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;color:#fff;background:#ffffff1f;font:900 22px/1 system-ui,sans-serif;cursor:pointer}.wallet-eyebrow{margin:0 0 8px;color:#8ed6ff;font-weight:900}.wallet-card h1{margin:0 38px 18px 0;font-size:30px;line-height:1.12}.wallet-card label{display:block;margin-bottom:8px;color:#d9e7ff;font-weight:800}.wallet-card input{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:13px 14px;color:#fff;background:#ffffff14;font:800 15px/1.2 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.wallet-card button[type=submit]{width:100%;margin-top:14px;border:0;border-radius:6px;padding:13px 16px;color:#150f08;background:#ffe071;font:900 16px/1 inherit;cursor:pointer}.wallet-card button[type=submit]:disabled{cursor:wait;opacity:.7}.wallet-status{min-height:22px;margin:12px 0 0;color:#c9d5ea;font-weight:800}.wallet-status[data-tone=success]{color:#8cffb0}.wallet-status[data-tone=error]{color:#ff9a9a}@media(hover:none),(pointer:coarse){#touch-controls{display:flex}}@media(max-aspect-ratio:10 / 9){#game{width:100vw;height:min(56.25vw,540px)}#game-shell{align-content:start;padding-top:max(24px,env(safe-area-inset-top))}}
