:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f2f5fb;background:radial-gradient(circle at top,#2c476073,#0000 32%),linear-gradient(#0c1016 0%,#111822 45%,#090c10 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0}body{overflow:hidden}#app{place-items:center;min-height:100%;padding:16px;display:grid}#game-shell{gap:12px;width:min(100%,1280px);display:grid}#game{aspect-ratio:16/9;background:linear-gradient(#172233 0%,#0c1018 100%);border:1px solid #ffffff1f;border-radius:18px;width:100%;min-height:540px;overflow:hidden;box-shadow:0 30px 80px #00000073}#game canvas{display:block;width:100%!important;height:100%!important}@media (width<=900px){#game{min-height:420px}}
