*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 50% 30%,#1a2340,#0a0d16 80%);font-family:Trebuchet MS,system-ui,sans-serif;touch-action:none;-ms-touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#game{width:100%;height:100%;display:flex;align-items:center;justify-content:center;touch-action:none}#game canvas{image-rendering:auto;touch-action:none;box-shadow:0 12px 48px #0000008c;border-radius:6px}#rotate-hint{display:none;position:fixed;inset:0;z-index:9999;background:#0a0d16;align-items:center;justify-content:center;color:#f2f4f8;text-align:center}.rotate-box{padding:24px}.rotate-phone{font-size:64px;animation:rotate-tilt 1.6s ease-in-out infinite}.rotate-text{margin-top:18px;font-size:20px;font-weight:700;line-height:1.5;color:#cfd6e0}@keyframes rotate-tilt{0%,to{transform:rotate(0)}50%{transform:rotate(90deg)}}@media (orientation: portrait) and (max-width: 900px) and (pointer: coarse){#rotate-hint{display:flex}#game{opacity:.15}}
