:root{--bg-top:#08111f;--bg-bottom:#102033;--shell-width:min(100vw, 480px);--app-height:100vh;--text:#f6f1e7}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{min-height:100%;color:var(--text);background:radial-gradient(circle at top right, #43d6ff14, transparent 28%), radial-gradient(circle at bottom left, #f36f3514, transparent 24%), linear-gradient(180deg, var(--bg-top), var(--bg-bottom));overscroll-behavior:none;margin:0;font-family:Trebuchet MS,Segoe UI,sans-serif}body{min-height:var(--app-height)}#app{min-height:var(--app-height);place-items:center;padding:12px;display:grid}#game-shell{width:var(--shell-width);height:min(calc(var(--app-height) - 24px), 920px);background:linear-gradient(#0e1d2ffa,#08111ffa);border-radius:32px;max-height:100%;position:relative;overflow:hidden;box-shadow:0 28px 72px #0000006b,inset 0 1px #ffffff1f}#game-shell:before,#game-shell:after{content:"";pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}#game-shell:before{background:linear-gradient(#ffffff0f,#0000 14%),radial-gradient(circle at 100% 0,#ffcb4c14,#0000 18%)}#game-shell:after{border:1px solid #ffffff14;border-radius:32px}#game{width:100%;height:100%}#game canvas{display:block;width:100%!important;height:100%!important}#automation-ui{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}#automation-ui button{color:#0000;opacity:.01;pointer-events:auto;background:#ffffff03;border:0;border-radius:999px;width:72%;height:7%;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:520px){#app{padding:0}#game-shell{width:100vw;height:var(--app-height);box-shadow:none;border-radius:0}#game-shell:after{border-radius:0}}
