.app{display:flex;flex-direction:column;min-height:100vh}:root{color-scheme:dark}body{margin:0;padding:0;box-sizing:border-box;width:100%;overflow-x:hidden}html{width:100%;overflow-x:hidden;scrollbar-gutter:stable;overflow-y:scroll}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#444}*,*:before,*:after{transition-property:background-color,border-color,fill,stroke,box-shadow;transition-duration:.3s;transition-timing-function:ease-out}@keyframes button-glow{0%{box-shadow:0 0 #1976d2b3}70%{box-shadow:0 0 0 10px #1976d200}to{box-shadow:0 0 #1976d200}}.button-glow-animation{animation:button-glow .6s ease-out}
