:root{color:#17324d;font-synthesis:none;text-rendering:optimizelegibility;background:#34b4d8;font-family:Zen Maru Gothic,"M PLUS Rounded 1c",Yu Gothic,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{background:#34b4d8;min-width:320px;min-height:240px}#app{place-items:center;display:grid;position:relative}#game-container{top:env(safe-area-inset-top);right:env(safe-area-inset-right);bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);touch-action:none;-webkit-user-select:none;user-select:none;place-items:center;width:auto;height:auto;display:grid;position:absolute}#game-container canvas{outline:none;max-width:100%;max-height:100%;display:block}#orientation-notice,#game-error{z-index:100;padding:max(2rem, env(safe-area-inset-top)) max(2rem, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(2rem, env(safe-area-inset-left));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700;position:fixed;inset:0}#orientation-notice{color:#17324d;background:#fff9e8;display:none}#game-error{color:#17324d;background:#fff4e5;display:flex}#game-error[hidden]{display:none}#game-error span{font-size:.65em}@media (orientation:portrait) and (width<=900px){#orientation-notice{display:flex}}@media (prefers-reduced-motion:reduce){#orientation-notice,#game-error{scroll-behavior:auto}}
