html,body{overscroll-behavior:none;background:#03050a;height:100%;margin:0;overflow:hidden}#app{width:100vw;height:100vh;height:100dvh}#app canvas{touch-action:none;display:block}#rotate-overlay{z-index:10;color:#e6edf3;letter-spacing:.08em;text-transform:uppercase;background:#05080e;flex-direction:column;justify-content:center;align-items:center;gap:24px;font-family:ui-monospace,Consolas,monospace;font-size:16px;line-height:1.4;display:flex;position:fixed;inset:0}#rotate-overlay[hidden]{display:none}#rotate-overlay .rotate-phone{border:3px solid #8b98a9;border-radius:8px;width:64px;height:36px;animation:2s ease-in-out infinite rotate-phone-nudge}@keyframes rotate-phone-nudge{0%,30%{transform:rotate(0)}60%,to{transform:rotate(90deg)}}
