:root{color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100vh;height:100dvh;overflow:hidden;background:#05040a;font-family:Cinzel,Georgia,serif;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%}input{-webkit-user-select:text;user-select:text}#root,#app,#game-container{width:100%;height:100%}#app{display:flex;align-items:center;justify-content:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:radial-gradient(120% 80% at 50% 0%,#1a0c1e,#05040a 60%),#05040a}canvas{display:block;touch-action:none}#rotate-hint{display:none}@media (orientation: portrait) and (max-width: 900px){#rotate-hint{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:radial-gradient(120% 80% at 50% 30%,#1a0c1e,#05040a 65%),#05040a;color:#f3e9da}.rotate-glyph{font-size:3.4rem;color:#ff8a3c;animation:rotate-sway 2.2s ease-in-out infinite}#rotate-hint p{margin:.8rem 0 .3rem;font-size:1.25rem;letter-spacing:.04em}#rotate-hint span{color:#8a8190;font-size:.85rem}#root{display:none}}@keyframes rotate-sway{0%,to{transform:rotate(-18deg)}50%{transform:rotate(18deg)}}
