:root{font-family:Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at top,#0f172a,#020617 60%,#01030a);color:#f8fafc}*{box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%}body{display:block;min-height:var(--app-height, 100dvh);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}#game-root{width:var(--app-width, 100vw);min-height:var(--app-height, 100dvh)}@media (pointer: coarse) and (orientation: landscape){body{overflow-y:hidden}#game-root{height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh)}}canvas{border-radius:16px;box-shadow:0 30px 80px #00000073}:root[data-orientation=portrait] #game-root{display:flex;align-items:center;justify-content:center}:root[data-orientation=portrait] canvas{max-width:100vw;max-height:100vh}@media (max-width: 900px){canvas{border-radius:0;box-shadow:none}}
