@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:"Press Start 2P",cursive;margin:0;padding:0;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1a2e}.App{text-align:center}@media (max-width: 768px){body{font-size:12px}.App{padding:0;margin:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media (max-width: 768px) and (orientation: portrait){.landscape-hint{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 16px;border-radius:4px;font-size:10px;z-index:1000;animation:pulse 2s infinite}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}@media (hover: none) and (pointer: coarse){button,.cursor-pointer{min-height:50px;min-width:50px;font-size:16px}}.cursor-pointer{-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}*{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}input,textarea{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.game-ui{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}@media (display-mode: standalone){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
