:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;background:#04161c;font-family:Trebuchet MS,system-ui,sans-serif}*{box-sizing:border-box}html,body{touch-action:none;background:radial-gradient(circle at 50% 5%,#194c4b 0,#0000 34%),linear-gradient(#092a32,#04161c);width:100%;height:100%;margin:0;overflow:hidden}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);position:fixed;inset:0}#game{touch-action:none;outline:none;place-items:center;width:100%;height:100%;display:grid;overflow:hidden}#game canvas{touch-action:none;cursor:pointer;filter:drop-shadow(0 18px 40px #00000073);max-width:100%;max-height:100%}#rotate{z-index:10;color:#fff4d6;text-align:center;background:radial-gradient(circle at 50% 40%,#2a6258 0,#09252d 58%,#04161c 100%);place-content:center;place-items:center;gap:14px;padding:40px;display:none;position:fixed;inset:0}#rotate strong{color:#ffda73;font-size:clamp(22px,6vw,34px)}#rotate span{color:#afd4c4;font-size:16px}.turn-icon{color:#d39cff;font-size:56px;animation:1.8s ease-in-out infinite breathe}@keyframes breathe{50%{filter:drop-shadow(0 0 18px #d39cff);transform:rotate(-12deg)scale(1.12)}}@media (orientation:landscape) and (height<=600px){#game{visibility:hidden}#rotate{display:grid}}@media (prefers-reduced-motion:reduce){.turn-icon{animation:none}}
