@keyframes rumble{0%{transform:translate(-2px,2px)}25%{transform:translate(2px,-2px)}50%{transform:translate(-2px,-2px)}75%{transform:translate(2px,2px)}to{transform:translate(-2px,2px)}}:root{--light-bg: #F8FAFC;--dark-bg: #121212;--light-paper: #FFFFFF;--dark-paper: #1E1E1E;--light-text: #22223B;--dark-text: #FFFFFF;--light-secondary-text: #6C6F7D;--dark-secondary-text: #B0B3C6;--primary-light: #4B3FE4;--primary-dark: #7C6BFF}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{background-color:var(--light-bg);color:var(--light-text);transition:background-color .3s ease,color .3s ease}html[data-theme=dark] body{background-color:var(--dark-bg);color:var(--dark-text)}html[data-theme=dark] #root{background-color:var(--dark-bg)}html[data-theme=light] #root{background-color:var(--light-bg)}html[data-theme=dark] .MuiContainer-root,html[data-theme=dark] .MuiBox-root,html[data-theme=dark] .MuiPaper-root{background-color:var(--dark-bg)!important}html[data-theme=light] .MuiContainer-root,html[data-theme=light] .MuiBox-root,html[data-theme=light] .MuiPaper-root{background-color:var(--light-bg)!important}html[data-theme=dark] .MuiCard-root,html[data-theme=light] .MuiCard-root{background-color:var(--dark-paper)!important}html[data-theme=light] .MuiCard-root{background-color:var(--light-paper)!important}.css-vh0fcp{background-color:inherit!important}html[data-theme=dark] .css-vh0fcp{background-color:var(--dark-bg)!important}html[data-theme=light] .css-vh0fcp{background-color:var(--light-bg)!important}html.no-js body{visibility:hidden}html:not(.no-js) body{visibility:visible}
