*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#111;color:#fff}#game{position:fixed;inset:0;width:100%;height:100%;display:block}.top{position:fixed;z-index:3;top:18px;left:18px;right:18px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.brand{font-weight:900;letter-spacing:.08em;font-size:18px;text-shadow:0 3px 12px #0008}.brand span{margin-left:5px;color:#61a5ff}.top #players{background:#111b;border:1px solid #fff2;padding:8px 12px;border-radius:14px;font-size:13px;backdrop-filter:blur(12px)}.cross{position:fixed;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);font-size:27px;font-weight:200;text-shadow:0 2px 8px #000}.help{position:fixed;z-index:2;left:50%;bottom:95px;transform:translateX(-50%);background:#1119;border:1px solid #fff2;padding:8px 12px;border-radius:12px;font-size:12px;white-space:nowrap;backdrop-filter:blur(10px)}#chat{position:fixed;z-index:4;left:16px;bottom:90px;width:280px;max-height:150px;overflow:hidden;display:flex;flex-direction:column;gap:5px;font-size:12px;text-shadow:0 1px 3px #000}.msg{background:#1118;border-radius:8px;padding:5px 8px;backdrop-filter:blur(5px)}.bottom{position:fixed;z-index:5;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:9px;padding:9px;background:#111c;border:1px solid #fff2;border-radius:20px;backdrop-filter:blur(16px);box-shadow:0 10px 35px #0007}.bottom button{width:48px;height:48px;border:0;border-radius:14px;background:#ffffff12;color:#fff;font-size:22px;cursor:pointer}.bottom button.active{outline:2px solid #62a8ff;background:#62a8ff2a}.modal{position:fixed;z-index:20;inset:0;display:none;place-items:center;background:#0008;backdrop-filter:blur(8px)}.modal.show{display:grid}.card{width:min(90vw,340px);background:#1b1b20;border:1px solid #fff2;border-radius:24px;padding:24px;box-shadow:0 20px 80px #000}.card h2{margin:0 0 15px}.card input{width:100%;padding:13px 14px;border-radius:13px;border:1px solid #fff2;background:#fff0;color:#fff;outline:none;margin-bottom:12px}.card button{width:100%;padding:13px;border:0;border-radius:13px;background:#3d8bfd;color:white;font-weight:700}@media(max-width:600px){.help{bottom:86px;font-size:10px;max-width:90vw;overflow:hidden}.bottom{bottom:10px}.bottom button{width:43px;height:43px}.chat{bottom:75px}}
