:root{--background:#ffffff;--foreground:#171717}html{max-width:100vw;scrollbar-gutter:stable;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{max-width:100vw;overflow-x:clip;color:var(--foreground);background:#ffffff;font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}[data-theme=dark] body{background:#121212}.card{width:60%;height:fit-content;padding:40px;border-radius:10px!important}@media (max-width:900px){.card{padding:20px 24px}.MuiTypography-h6{font-size:1.05rem!important}}@media (max-width:600px){.card{padding:16px}.MuiTypography-h6{font-size:.95rem!important}}a{color:inherit;text-decoration:none}body,body .mui-fixed{padding-right:0!important}.MuiModal-root,.MuiPopover-root{scrollbar-gutter:stable}[data-theme=light]{color-scheme:light}[data-theme=dark]{color-scheme:dark}