*{box-sizing:border-box}html{background-color:#e6e6e6;min-height:100vh}#root,body,html{height:100%}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-corner{background:#f1f1f1}@media (prefers-color-scheme:dark){html{background-color:#121212}body{background-color:#2e2d2d}::-webkit-scrollbar-track{background:#2d2d2d}::-webkit-scrollbar-thumb{background:#424242}::-webkit-scrollbar-thumb:hover{background:#616161}::-webkit-scrollbar-corner{background:#2d2d2d}}@supports (-webkit-touch-callout:none){html{background-color:#121212}body{background-color:#2e2d2d}}@media screen and (-webkit-min-device-pixel-ratio:2){html{background-color:#121212}}