@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Nunito+Sans:wght@400;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#020813;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body,#game-shell,#game{width:100%;height:100%;margin:0;overflow:hidden}body{overscroll-behavior:none;background:radial-gradient(circle at 50% 20%,#102b50,#020713 72%)}canvas{touch-action:none;-webkit-user-select:none;user-select:none;display:block;width:100%!important;height:100%!important}#game-shell{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);position:fixed;top:0;bottom:0;left:0;right:0}#game-shell:-webkit-full-screen{background:#020813}#game-shell:fullscreen{background:#020813}#rotate-hint{z-index:9;text-align:center;color:#f4efff;letter-spacing:.02em;background:radial-gradient(circle at 50% 38%,#1c4064f5,#030914fa);place-content:center;justify-items:center;gap:.4rem;display:none;position:fixed;top:0;bottom:0;left:0;right:0}#rotate-hint span{color:#80e8f1;font-size:2.6rem;animation:2.8s ease-in-out infinite turn}#rotate-hint strong{font:600 1.5rem Cormorant Garamond,serif}#rotate-hint small{color:#a9bfd4}@media (max-width:560px) and (orientation:portrait){#rotate-hint{display:grid}}@media (prefers-reduced-motion:reduce){#rotate-hint span{animation:none}}@keyframes turn{0%,to{transform:rotate(-18deg)}50%{transform:rotate(72deg)}}
