body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--primary-text-color:hsla(0,0%,100%,.75);--faded-text-color:hsla(0,0%,100%,.6);--disabled-text-color:hsla(0,0%,100%,.3);--white-text-color:#fff;--error-red-color:#c44849}a{color:inherit;text-decoration:none}label{color:var(--primary-text-color)}*{box-sizing:border-box;font-size:14px}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:hsla(0,0%,100%,.8);background:#303030}}.hover-highlight:hover{background-color:hsla(0,0%,100%,.1)!important}.clickable{cursor:pointer}button+button{margin-left:10px!important}.MuiSvgIcon-root{color:var(--primary-text-color)}.Mui-disabled .MuiSvgIcon-root{color:var(--disabled-text-color)}.MuiTypography-root{color:var(--primary-text-color)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiBox-root:focus-visible{outline:unset}