:root{color:#f8ffe8;background:#050706;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#shell,#game{width:100%;height:var(--app-height, 100dvh);margin:0;overflow:hidden;background:#050706;overscroll-behavior:none;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}html,body{min-height:-webkit-fill-available}#shell{position:fixed;top:0;right:0;bottom:0;left:0;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}canvas{display:block}#exit-fullscreen{position:fixed;top:calc(env(safe-area-inset-top) + 8px);right:calc(env(safe-area-inset-right) + 8px);z-index:20;width:24px;height:24px;border:1px solid rgba(200,255,26,.38);border-radius:50%;background:linear-gradient(45deg,transparent 43%,rgba(200,255,26,.85) 44%,rgba(200,255,26,.85) 56%,transparent 57%),#0507067a;opacity:.55;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}#exit-fullscreen:active{opacity:1}#rotate-message{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:none;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:24px;text-align:center;color:#f8ffe8;background:#050706}#rotate-message strong{font-size:clamp(24px,8vw,52px);letter-spacing:0}#rotate-message span{max-width:280px;color:#c8ff1a;font-size:16px}@media(orientation:portrait)and (max-width:900px){#rotate-message{display:flex}}
