*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;margin:0;overflow:hidden}.app{color:#e0e0e0;background:#0a0a0f;flex-direction:column;height:100dvh;display:flex}.game-container{flex:1;justify-content:center;align-items:center;min-height:0;padding:8px;display:flex}.game-frame{aspect-ratio:540/960;background:#000;border:2px solid #2a2a3a;border-radius:8px;width:auto;max-width:100%;height:100%;max-height:100%;overflow:hidden}.player-stats{background:#12121a;border-top:2px solid #2a2a3a;flex-shrink:0;justify-content:center;align-items:center;gap:24px;padding:10px 0;font-family:Segoe UI,system-ui,sans-serif;font-size:16px;display:flex}.player-name{color:#c8b8e8;letter-spacing:1px;font-size:18px;font-weight:700}.stat{border-radius:4px;padding:2px 12px;font-size:14px;font-weight:600}.stat.win{color:#4ade80;background:#4ade801a}.stat.loss{color:#f87171;background:#f871711a}.stat.fled{color:#fbbf24;background:#fbbf241a}@media (width<=768px){.game-container{padding:0}.game-frame{border:none;border-radius:0}}
