:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#f4f6fa;background:#182235}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow:hidden}#app,#game-host{min-height:100vh}#game-host{display:grid;place-items:center}canvas{max-width:100%;max-height:100vh}.menu-screen,.overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,#354d76,#111b32 72%);z-index:3}.brand{font-size:clamp(3.6rem,10vw,7rem);font-weight:950;letter-spacing:.08em;color:#ffd166;text-shadow:5px 5px #182235;text-align:center}.brand span{display:block;font-size:.16em;letter-spacing:.02em;color:#f4f6fa;text-shadow:none;margin-top:.7rem}.menu-card,.modal-card,.result-card{display:grid;gap:.7rem;width:min(400px,92vw);padding:1.35rem;border-radius:18px;background:#f4f6fa;color:#182235;box-shadow:0 20px 70px #0009;text-align:center}.menu-card button,.modal-card button,.result-card button,footer button{border:0;border-radius:10px;padding:.9rem;background:#4d8dff;color:#fff;font:800 1rem inherit;cursor:pointer;min-height:44px}.menu-card button:nth-child(2){background:#ff5263}.menu-card button:nth-child(3),.back{background:#30394d!important}.modal-card label{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;font-weight:800;text-align:left;gap:.6rem}select,input{border:2px solid #cdd6e5;border-radius:8px;padding:.6rem;font:inherit}.primary{background:#ff5263!important}.setup{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.hud{position:fixed;z-index:2;inset:16px 6% auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:16px;text-shadow:2px 2px #182235}.hud div:nth-of-type(2){text-align:right}.hud label{font-size:.75rem;font-weight:900;display:block}.hud i{display:block;border:2px solid white;background:#182235;border-radius:10px;height:13px;overflow:hidden}.hud em{display:block;height:100%}.hud strong{font-size:1.4rem}.hud #weapon-name,.hud #arena-status{grid-column:2;text-align:center;color:#ffd166;font-size:.76rem;font-weight:800}.hud #arena-status{color:#f4f6fa;font-size:.62rem;letter-spacing:.08em}.overlay{background:#111b32bb}.result-card h1{font-size:3rem;margin:0;color:#4d8dff}.result-card button:last-child{background:#30394d}footer{position:fixed;z-index:4;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:.4rem;align-items:center}footer button{padding:.55rem .7rem;background:#30394d;font-size:.75rem}.profile{font-size:.78rem;font-weight:800}.swatches{display:flex;justify-content:center;gap:.6rem}.swatches button{width:44px;height:44px;padding:0;border:3px solid #182235;border-radius:50%}#touch-controls{position:fixed;z-index:5;top:0;right:0;bottom:0;left:0;pointer-events:none}.touch-ready button{pointer-events:auto;position:absolute;width:58px;height:58px;border:0;border-radius:50%;background:#182235bb;color:#fff;font-size:1.35rem}.touch-left{bottom:26px;left:18px}.touch-right{bottom:26px;left:86px}.touch-jump{bottom:26px;right:18px}.touch-fire{bottom:26px;right:86px;background:#ff5263bb!important}@media(max-width:620px){.brand{font-size:3.5rem}.hud{top:8px;right:4%;bottom:8px;left:4%;gap:7px}.hud strong{font-size:1rem}footer{bottom:8px}.profile{display:none}}.help-entry{background:#30394d!important}canvas:focus{outline:none}.help-overlay{z-index:6}.help-card{text-align:left;gap:.55rem}.help-card h2,.help-card p{margin:.15rem 0}.control-list{display:grid;gap:.45rem;margin:.35rem 0}.control-list div{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem .65rem;border-radius:9px;background:#e5eaf2}.control-list span{font-size:.82rem}.control-list strong{font-size:.84rem}.control-list kbd{display:inline-grid;place-items:center;min-width:27px;padding:.18rem .38rem;border:1px solid #a7b1c2;border-bottom-width:3px;border-radius:5px;background:#fff;font:800 .75rem inherit}.help-note{font-size:.76rem;color:#5b6475}.mobile-controls,.help-card.mobile-environment .desktop-controls{display:none}.help-card.mobile-environment .mobile-controls{display:grid}.hud .balance-status{color:#8ce99a;font-size:.63rem;font-weight:900;letter-spacing:.08em}.hud #enemy-balance{text-align:right}.mobile-test{width:min(440px,92vw);gap:.8rem}.phone-frame{width:min(300px,78vw);margin:auto;padding:18px 11px 12px;border:8px solid #182235;border-radius:30px;background:#30394d;box-shadow:inset 0 0 0 2px #63718a,0 14px 30px #0005}.phone-notch{width:70px;height:9px;border-radius:0 0 10px 10px;background:#182235;margin:-12px auto 8px}.mobile-test-screen{height:245px;border-radius:14px;border:2px solid #81a5d1;position:relative;overflow:hidden;display:grid;place-items:center;background:linear-gradient(#183352 0,#183352 65%,#16789b 65%);color:#fff;font-weight:800;touch-action:none;-webkit-user-select:none;user-select:none}.mobile-test-screen:after{content:"";position:absolute;left:18px;right:18px;bottom:34px;height:18px;border:3px solid #d6a15d;background:#9d6a3d;border-radius:4px}.test-stickman{position:absolute;width:20px;height:58px;border-radius:10px;background:#4d8dff;bottom:49px;left:calc(50% - 10px);z-index:1;transition:transform .2s}.test-stickman:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#4d8dff;left:-1px;top:-25px}.mobile-test-screen span{position:absolute;top:12px;z-index:2;font-size:.72rem}.mobile-test-controls{display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;margin-top:10px}.mobile-test-controls button{min-height:52px;font-size:1.35rem;touch-action:none;-webkit-user-select:none;user-select:none}.mobile-test-controls button:last-child{background:#ff5263}.mobile-test-screen:after{display:none}.mobile-test-screen #mobile-game-host,.mobile-test-screen canvas{width:100%!important;height:100%!important;max-width:none;max-height:none;display:block}.mobile-test-controls.touch-ready{position:relative;inset:auto;display:grid}.mobile-test-controls.touch-ready button{position:static;width:auto;height:52px;border-radius:10px;font-size:1.35rem}.mobile-test-overlay{padding:0}.mobile-test-overlay .mobile-test{width:100vw;height:100vh;max-width:none;padding:0;border-radius:0;background:#101827;color:#f4f6fa;display:block;position:relative;overflow:hidden}.mobile-test-overlay .mobile-test>h2,.mobile-test-overlay .mobile-test>p,.mobile-test-overlay .mobile-test>.back{position:absolute;z-index:4}.mobile-test-overlay .mobile-test>h2{top:12px;left:50%;transform:translate(-50%);margin:0;font-size:clamp(1rem,3vw,1.5rem);text-shadow:2px 2px #101827}.mobile-test-overlay .mobile-test>p{display:none}.mobile-test-overlay .mobile-test>.back{top:10px;left:12px;padding:.55rem .8rem;min-height:38px;background:#182235cc!important}.mobile-test-overlay .phone-frame{width:100%;height:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.mobile-test-overlay .phone-notch{display:none}.mobile-test-overlay .mobile-test-screen{width:100%;height:100%;border:0;border-radius:0}.mobile-test-overlay .mobile-test-controls.touch-ready{position:absolute;z-index:5;left:0;right:0;bottom:20px;display:flex;justify-content:space-between;align-items:end;padding:0 22px;pointer-events:none}.mobile-test-overlay .mobile-test-controls.touch-ready button{pointer-events:auto;width:64px;height:64px;border-radius:50%;border:1px solid #ffffff44;background:#18223599;color:#fffd;box-shadow:0 4px 14px #0006}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-jump{margin-left:auto}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-fire{background:#6f304499!important;margin-left:10px}.mobile-test-overlay .mobile-test-controls.touch-ready{justify-content:flex-start!important}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-left{order:1}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-jump{order:2;margin-left:10px!important}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-fire{order:3;margin-left:10px!important}.mobile-test-overlay .mobile-test-controls.touch-ready .touch-right{order:4;margin-left:auto}body.mobile-runtime{overflow:hidden;background:#182235}body.mobile-runtime #app,body.mobile-runtime #game-host{width:100vw;height:100vh;min-height:0}body.mobile-runtime #game-host{display:grid;place-items:center}body.mobile-runtime #game-host canvas{width:100vw!important;height:100vh!important;max-width:none;max-height:none;object-fit:contain}body.mobile-runtime #touch-controls{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.mobile-runtime #touch-controls.touch-ready button{pointer-events:auto;position:absolute;z-index:10;width:88px;height:88px;border-radius:50%;border:2px solid #ffffff55;background:#182235bb;color:#fffe;box-shadow:0 5px 18px #0008;touch-action:none;font-size:2rem}.mobile-runtime #touch-controls.touch-ready .touch-left{left:20px;right:auto;bottom:18px}.mobile-runtime #touch-controls.touch-ready .touch-jump{left:126px;right:auto;bottom:18px}.mobile-runtime #touch-controls.touch-ready .touch-right{left:auto;right:20px;bottom:18px}
