@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg: #0a0a0f;--surface: #14141c;--surface-2: #1d1d29;--ink: #f4f2ee;--ink-dim: #9a96a0;--border: #2a2a38;--radius: 14px;--ff: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--safe-top: max(env(safe-area-inset-top), 0px);--safe-bottom: max(env(safe-area-inset-bottom), 0px);--safe-left: env(safe-area-inset-left);--safe-right: env(safe-area-inset-right)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--ff);min-height:100dvh;overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{overscroll-behavior:none}button{border:none;cursor:pointer;font-family:inherit;color:inherit;background:none;touch-action:manipulation}input,textarea,select{font-family:inherit;color:inherit;font-size:16px}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-dim)}.scroll-smooth{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (orientation: landscape) and (max-height: 500px){.game-landscape-adapt{flex-direction:row!important;padding-top:8px!important;padding-bottom:8px!important}}
