:root{--sat: env(safe-area-inset-top, 0px);--sar: env(safe-area-inset-right, 0px);--sab: env(safe-area-inset-bottom, 0px);--sal: env(safe-area-inset-left, 0px)}*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html,body{width:100%;height:100%;min-height:100%;min-height:100dvh;min-height:-webkit-fill-available;overflow:hidden;background:#120e18;touch-action:none;overscroll-behavior:none;position:fixed;top:0;right:0;bottom:0;left:0}#game{position:relative;width:100%;height:100%;overflow:hidden;background:#120e18}#game canvas{display:block;touch-action:none}#rotate-hint{display:none}@media(orientation:portrait)and (pointer:coarse){#rotate-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#120e18;color:#fff6e8;font-family:Nunito,sans-serif;text-align:center;padding:24px}#rotate-hint p{font-family:Fredoka,Nunito,sans-serif;font-size:28px}#rotate-hint span{color:#cbbba0;font-size:16px}.rotate-phone{width:52px;height:88px;border:4px solid #f4d35e;border-radius:10px;position:relative;animation:tilt-phone 1.4s ease-in-out infinite}.rotate-phone:after{content:"";position:absolute;left:50%;bottom:8px;width:12px;height:12px;margin-left:-6px;border-radius:50%;background:#f4d35e}@keyframes tilt-phone{0%,20%{transform:rotate(0)}50%,to{transform:rotate(90deg)}}}
