:root{font-family:Inter,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eaf7ff;background:#03070b;font-synthesis:none;text-rendering:optimizeLegibility;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-width: calc(100vw - var(--safe-left) - var(--safe-right));--safe-height: calc(100dvh - var(--safe-top) - var(--safe-bottom))}*{box-sizing:border-box}html,body,#root{width:100%;min-width:100%;height:100%;min-height:100%;margin:0;overflow:hidden;background:#03070b;overscroll-behavior:none;touch-action:none}body{min-height:100dvh}.app-shell{width:100%;height:100dvh;display:grid;place-items:center;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);background:radial-gradient(circle at 50% 15%,rgba(22,93,128,.18),transparent 34%),#03070b}.game-frame{position:relative;width:min(var(--safe-width),calc(var(--safe-height) * 9 / 17));height:min(var(--safe-height),calc(var(--safe-width) * 20 / 9));max-width:100%;max-height:100%;overflow:hidden;background:#071018;box-shadow:0 0 60px #0000008c}.phaser-host{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.phaser-host canvas{display:block;max-width:100%!important;max-height:100%!important}.prototype-caption{position:fixed;left:50%;bottom:max(8px,var(--safe-bottom));transform:translate(-50%);width:min(92vw,520px);display:flex;justify-content:space-between;gap:16px;padding:6px 10px;font-size:14px;letter-spacing:.08em;color:#eaf7ff80;pointer-events:none}@media (max-width: 600px){.prototype-caption{display:none}}
