html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font, "Inter"),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg, #0B1120)}*{box-sizing:border-box}::-webkit-scrollbar{display:none}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes dotBounce{0%{transform:translateY(0);opacity:.4}to{transform:translateY(-6px);opacity:1}}@keyframes gpsPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}to{transform:scale(1);opacity:1}}*{-ms-overflow-style:none;scrollbar-width:none}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:#06060a;min-height:100vh;display:flex;align-items:center;justify-content:center}.App{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}@media(max-width:430px){.App{align-items:flex-start}}
