*{margin:0;padding:0;box-sizing:border-box}:root{--vh: 100vh}html{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;background:#1a1a1a;height:100%;height:var(--vh, 100vh);overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:none}#root{width:100vw;height:100vh;height:var(--vh, 100vh);position:fixed;top:0;left:0;overflow:hidden}[data-theme=dark]{--bg-color: #1a1a1a}[data-theme=light]{--bg-color: #faf9f6}body{background:var(--bg-color, #1a1a1a)}@media (max-width: 768px){body{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}}
