:root{color-scheme:only light}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background:#f6e8d8;overflow:hidden;font-family:Trebuchet MS,Gill Sans,Segoe UI,sans-serif}body{display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none}#rotate-hint{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#f6e8d8f2;z-index:10}.rotate-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 26px;border-radius:14px;background:#ffffffe6;color:#3a3a3a;font-size:18px;border:2px solid rgba(0,0,0,.08)}.rotate-icon{font-size:28px}@media (orientation: portrait){#rotate-hint{display:flex}#game{visibility:hidden}}#game{width:100vw;height:100vh;max-width:100vw;max-height:100vh;aspect-ratio:16 / 9;display:block;background:#cfe8ff}
