@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#fff;color:#171717;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;margin:0}code{background:#f5f5f5;border-radius:4px;font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:.875em;padding:.125rem .375rem}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:.75rem}h1{font-size:28px;letter-spacing:-.03em}h1,h2{font-weight:600}h2{font-size:24px;letter-spacing:-.025em}h3{font-size:20px;letter-spacing:-.02em}h3,h4{font-weight:600}h4{font-size:18px;letter-spacing:-.015em}h5{font-size:16px;letter-spacing:-.01em}h5,h6{font-weight:500}h6{font-size:14px;letter-spacing:-.005em}p{line-height:1.6;margin-bottom:.75rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{border-radius:4px;outline:2px solid #5e6ad2;outline-offset:2px}a,button,input,select,textarea{transition:all .15s ease}.gradient-text,.text-gradient-primary{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5e6ad2,#7c7cff);-webkit-background-clip:text;background-clip:text}.text-gradient-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5e6ad2,#388bfd);-webkit-background-clip:text;background-clip:text}::selection{background-color:#5e6ad233;color:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-link{background:#fff;color:#171717;font-weight:500;left:0;padding:8px 16px;position:absolute;text-decoration:underline;top:-100px;z-index:9999}.skip-link:focus{top:0}@media (prefers-contrast:high){:root{--border-color:#000;--text-color:#000;--bg-color:#fff}.MuiButton-root,.MuiChip-root{border:2px solid #000!important}}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #5e6ad2;outline-offset:2px}@keyframes expandWidth{0%{width:0}to{width:100%}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}