html,body{margin:0;width:100%;height:100%;min-width:320px;background:#05101a;overflow:hidden}*{box-sizing:border-box}html{overscroll-behavior:none;touch-action:manipulation}body{-webkit-tap-highlight-color:transparent;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img,svg,canvas{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}#game-root{position:fixed;inset:0;width:100vw;height:100dvh;min-height:100svh;overflow:hidden;background:#05101a;contain:layout paint size}#game-root canvas{display:block;width:100%!important;height:100%!important;touch-action:none!important;-webkit-user-select:none;user-select:none}.game-profile-overlay{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));background:#02080ed1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-profile-card{width:min(440px,100%);padding:24px;border:1px solid #31516d;border-radius:24px;background:linear-gradient(180deg,#0a1b2b,#071522);color:#eef5f9;box-shadow:0 28px 90px #00000085;position:relative}.game-profile-card h2{margin:7px 0 8px;font-size:26px;letter-spacing:-.025em}.game-profile-card p{margin:0 0 20px;color:#91a5b8;font-size:13px;line-height:1.5}.game-profile-kicker{color:#82e2be;font-size:10px;font-weight:900;letter-spacing:.13em}.game-profile-card label{display:block;margin:0 0 7px;color:#a7b8c6;font-size:11px;font-weight:800}.game-profile-card input{width:100%;height:54px;padding:0 14px;border-radius:13px;border:1px solid #365570;outline:none;background:#06131f;color:#fff;font:800 16px Inter,Arial,sans-serif}.game-profile-card input:focus{border-color:#72e3bb;box-shadow:0 0 0 3px #72e3bb1f}.game-profile-save{width:100%;height:52px;margin-top:14px;border:0;border-radius:13px;background:#72e3bb;color:#061711;font-weight:900;cursor:pointer}.game-profile-save:disabled{opacity:.55;cursor:default}.game-profile-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:1px solid #324d66;border-radius:11px;background:#102337;color:#dce7ef;font-size:22px;cursor:pointer}.game-profile-error{min-height:20px;margin-top:8px;color:#ff9f91;font-size:11px;font-weight:800}.game-profile-card small{display:block;margin-top:10px;color:#647c90;font-size:10px}@media(max-width:760px){#game-root{height:100svh}.game-profile-card{padding:20px;border-radius:20px}}.game-profile-guest{width:100%;height:48px;margin-top:9px;border:1px solid #35536f;border-radius:13px;background:#102337;color:#e8f0f5;font-weight:900;cursor:pointer}
