:root{--bottom-safe-area: env(safe-area-inset-bottom, 10px)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100vw;height:100vh;min-height:100vh;background:linear-gradient(135deg,#6b35ff,#a200ff);font-family:Arial,sans-serif;overscroll-behavior:none}body{display:flex;justify-content:center;align-items:flex-start;height:100vh;width:100vw}#gameContainer{position:relative;background:#ffffff12;border-radius:20px;box-shadow:0 8px 32px #00000038;overflow:hidden;width:100vw;height:100vh;max-width:100vw;max-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}#gameCanvas{display:block;width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}#gameUI{position:absolute;top:18px;left:0;width:100vw;display:flex;justify-content:space-around;align-items:center;z-index:10;pointer-events:none}.ui-element{background:#141e14e3;color:#fff;padding:12px 28px;border-radius:12px;font-weight:700;font-size:21px;box-shadow:0 4px 12px #00000029;pointer-events:auto}#gameOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0f0f0fd6;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:27px;border-radius:0;z-index:999}#gameOverlay.hidden{display:none}.game-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:15px 38px;font-size:19px;border-radius:26px;cursor:pointer;margin:14px;transition:all .28s cubic-bezier(.25,.8,.25,1);font-weight:700;letter-spacing:1px;box-shadow:0 2px 8px #5000001f}#controls{position:absolute;bottom:54px;left:50%;transform:translate(-50%);background:#14140acc;color:#fff;padding:12px 22px;border-radius:10px;font-size:15px;text-align:center;z-index:70;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgb(255 255 255 / .08);pointer-events:none}#touchControls{position:fixed;left:0;right:0;bottom:34px;z-index:3000;display:none;justify-content:space-evenly;align-items:center;padding:6px 0;pointer-events:none}.touch-btn{pointer-events:auto;background:linear-gradient(120deg,#a200ff,#ff9afd);color:#fff;border:none;font-size:27px;width:48px;height:48px;margin:0 4px;border-radius:50%;box-shadow:0 2px 8px #28005026;font-weight:700;display:flex;justify-content:center;align-items:center;transition:transform .14s}.touch-btn:active{transform:scale(.92)}#mobileSafeBar{position:fixed;left:0;right:0;bottom:0;min-height:28px;height:calc(28px + var(--bottom-safe-area));background:#281e32e0;z-index:9999;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -2px 16px #00000038;padding-bottom:var(--bottom-safe-area);display:flex;align-items:center;justify-content:center}#mobileSafeBar span{color:#f2f2f2;font-size:13px;opacity:.8;-webkit-user-select:none;user-select:none;text-align:center;width:100vw;letter-spacing:.4px}@media(max-width:900px){.ui-element{font-size:16px;padding:8px 13px}#gameOverlay{font-size:18px}.game-button{padding:12px 21px;font-size:15px}#controls{font-size:11px;padding:7px}}@media(max-width:600px){#gameUI{top:10px}.ui-element{font-size:13px;padding:6px 8px}#gameOverlay{font-size:13px}.game-button{padding:9px 14px;font-size:13px}#controls{font-size:9px;padding:5px 2px}#touchControls{bottom:34px}#mobileSafeBar{min-height:22px}}
