#mobile-lobby{position:fixed;inset:0;z-index:10000;overflow:auto;overscroll-behavior:contain;background:radial-gradient(ellipse at top right,#12345b,#0b1224 60%);color:#f4f8ff;font:16px/1.45 system-ui,sans-serif;padding-bottom:env(safe-area-inset-bottom);touch-action:pan-y}#mobile-lobby *{box-sizing:border-box}#mobile-lobby [hidden]{display:none!important}#mobile-lobby button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation;min-height:48px;border:1px solid #426185;border-radius:14px;background:#172a46;padding:12px}#mobile-lobby button:active{filter:brightness(1.25)}#mobile-lobby button:focus-visible{outline:3px solid #7fe7ef;outline-offset:2px}#mobile-lobby header{position:sticky;top:0;z-index:2;display:flex;gap:12px;align-items:center;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;background:#0b1428f5;border-bottom:1px solid #233b5d}#mobile-lobby header div{flex:1;min-width:0}#mobile-lobby header strong{letter-spacing:3px;font-size:19px}#mobile-lobby header small{display:block;font-size:11px;color:#91e2ff}#mobile-lobby [data-world]{font-size:12px;background:linear-gradient(120deg,#3151a0,#6635ab)}#mobile-lobby .ml-welcome{margin:20px 14px;padding:22px;border:1px solid #335b87;border-radius:24px;background:linear-gradient(130deg,#163e65,#322654)}#mobile-lobby .ml-welcome>span{font-size:12px;font-weight:800;letter-spacing:3px;color:#80e9ed}#mobile-lobby h1{font-size:clamp(23px,6vw,34px);line-height:1.15;margin:12px 0}#mobile-lobby p{color:#c5d5ee}#mobile-lobby .ml-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 14px 24px;max-width:1100px;margin:auto}#mobile-lobby .ml-game{padding:0;overflow:hidden;text-align:left;background:#14233e;box-shadow:0 5px 15px #0003}#mobile-lobby .ml-game img{display:block;width:100%;height:auto;aspect-ratio:1.6;object-fit:cover;background:#243650}#mobile-lobby .ml-game span{display:block;padding:12px 10px;font-weight:700;font-size:14px}#mobile-lobby [data-drawer]{position:fixed;inset:0 auto 0 0;width:min(360px,100%);z-index:4;background:#101e35;box-shadow:0 0 0 100vmax #000a;overflow:auto;padding:calc(16px + env(safe-area-inset-top)) 16px calc(20px + env(safe-area-inset-bottom))}#mobile-lobby nav{display:grid;gap:8px;margin:15px 0}#mobile-lobby nav button{text-align:left}#mobile-lobby [data-logout]{width:100%;border-color:#be769b;background:#542741}#mobile-lobby [data-loading]{position:fixed;inset:0;z-index:5;background:#081326f5;display:grid;place-items:center;padding:24px}#mobile-lobby [data-loading]>div{text-align:center;max-width:400px;border:1px solid #45628c;border-radius:24px;padding:28px;background:linear-gradient(140deg,#18345b,#29204a)}#mobile-lobby .ml-spinner{display:inline-block;width:38px;height:38px;border:3px solid #6185ab;border-top-color:#83fff2;border-radius:50%;animation:ml-spin 1s linear infinite}@keyframes ml-spin{to{transform:rotate(360deg)}}@media(min-width:700px){#mobile-lobby .ml-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#mobile-lobby .ml-welcome{max-width:1072px;margin:24px auto}}@media(prefers-reduced-motion:reduce){#mobile-lobby .ml-spinner{animation:none}}
