*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;min-height:100vh;overflow:hidden;font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;background-color:#1a1a1a;color-scheme:dark}#root>div{display:flex;flex-direction:column;min-height:100vh;height:100vh}#root [data-testid]{min-height:100%}html[data-theme] body{transition:background-color .2s ease}html[data-theme=dark] ::-webkit-scrollbar{width:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#242424}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#444;border-radius:4px}html[data-theme=light]{background-color:#fff;color-scheme:light}
