:root{--bg-top:#030712;--bg-mid:#0f172a;--bg-bottom:#1e293b;--panel:#0f172a;--text:#e2e8f0}*{box-sizing:border-box}body,html{margin:0;width:100%;min-height:100%}body{color:var(--text);font-family:Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at 20% 10%,#334155 0,transparent 45%),linear-gradient(160deg,var(--bg-top) 0,var(--bg-mid) 55%,var(--bg-bottom) 100%)}.page-shell{min-height:100dvh;padding:0}.page-shell,.phaser-root{display:flex;align-items:center;justify-content:center;overflow:hidden}.phaser-root{width:100vw;height:100dvh;touch-action:manipulation;position:relative}.phaser-root canvas{width:auto!important;height:auto!important;max-width:100vw;max-height:100dvh;margin:auto!important;border:0;border-radius:0;box-shadow:none;display:block}@media (min-width:768px){.phaser-root{padding:0}}