:root{--bg-color:#ffffff;--text-color:#000000}html.dark{--bg-color:#121212;--text-color:#ffffff}@media (prefers-color-scheme:dark){html:not(.light){--bg-color:#121212;--text-color:#ffffff;background-color:#121212!important;color:#ffffff!important}}body,html{background-color:var(--bg-color)!important;color:var(--text-color)!important;transition:background-color .1s ease,color .1s ease}html.dark .MuiPaper-root{background-color:#1e1e1e!important;color:#ffffff!important}html.dark .MuiContainer-root{background-color:initial!important;color:#ffffff!important}html.dark .MuiTypography-root{color:#ffffff!important}html.light .MuiPaper-root{background-color:#ffffff!important;color:#000000!important}html.light .MuiContainer-root{background-color:initial!important;color:#000000!important}html.light .MuiTypography-root{color:#000000!important}html.dark .MuiButton-root,html.dark .MuiIconButton-root{color:#ffffff!important}html.light .MuiButton-root,html.light .MuiIconButton-root{color:#000000!important}@media (prefers-color-scheme:dark){html:not(.light) .MuiButton-root,html:not(.light) .MuiIconButton-root{color:#ffffff!important}}html.dark .MuiButton-outlined{border-color:rgba(255,255,255,.15)!important}html.light .MuiButton-outlined{border-color:rgba(0,0,0,.15)!important}@media (prefers-color-scheme:dark){html:not(.light) .MuiButton-outlined{border-color:rgba(255,255,255,.15)!important}}html.dark footer{background-color:rgba(18,18,18,.95)!important}html.light footer{background-color:rgba(245,245,245,.95)!important}@media (prefers-color-scheme:dark){html:not(.light) footer{background-color:rgba(18,18,18,.95)!important}}.MuiAppBar-root,.MuiContainer-root,.MuiPaper-root,.MuiTypography-root{transition:background-color .1s ease,color .1s ease!important}*{box-sizing:border-box}.MuiButton-root{text-transform:none!important}.MuiContainer-root{padding-left:16px!important;padding-right:16px!important}@media (max-width:768px){.MuiContainer-root{padding-left:8px!important;padding-right:8px!important}.MuiToolbar-root{min-height:56px!important;padding:8px 16px!important}}