@font-face{font-family:YeShen Soft;src:url(/assets/fonts/yeshen-soft.woff2) format("woff2"),url(/assets/fonts/yeshen-soft.ttf) format("truetype");font-display:swap;font-weight:400 700}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;background:#0d1024;color:#f6e9d2;font-family:YeShen Soft,PingFang SC,Hiragino Sans GB,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;touch-action:none;overscroll-behavior:none}#game{display:block;width:100vw;height:100vh;height:100dvh}#game canvas{display:block;image-rendering:pixelated;touch-action:none}#boot-hint{position:fixed;inset:0;display:grid;place-items:center;gap:14px;background:#0d1024;z-index:20;font-size:18px;letter-spacing:.08em;color:#b6a9d6;transition:opacity .4s ease}#boot-hint.hidden{opacity:0;pointer-events:none}#rotate-hint{position:fixed;inset:0;z-index:30;display:none;place-items:center;align-content:center;gap:18px;padding:32px;text-align:center;background:#0d1024}#rotate-hint .glyph{width:62px;height:96px;border:4px solid #f2bd64;border-radius:12px;animation:rotate-nudge 2.2s ease-in-out infinite}#rotate-hint p{font-size:17px;letter-spacing:.08em;color:#f6e9d2}#rotate-hint span{font-size:13px;color:#9d92bd}@keyframes rotate-nudge{0%,45%{transform:rotate(90deg)}60%,to{transform:rotate(0)}}@media(orientation:landscape)and (max-height:560px){#rotate-hint{display:grid}#game{visibility:hidden}}@media(prefers-reduced-motion:reduce){#rotate-hint .glyph{animation:none;transform:rotate(0)}}
