:root{--font-sans: "Inter", "Outfit", system-ui, -apple-system, sans-serif}body{margin:0;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9b9b9b4d;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#9b9b9b80}.MuiPaper-root{background-image:none!important}.animated-lines-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-evenly}.animated-line{width:100%;height:.02rem;background:linear-gradient(90deg,transparent 0%,#00ffff 20%,#ff00ff 40%,#ffff00 60%,#00ff00 80%,transparent 100%);background-size:200% 100%;animation:gradientMove 8s linear infinite;opacity:1;mix-blend-mode:screen}.animated-line:nth-child(1){animation-delay:0s}.animated-line:nth-child(2){animation-delay:.5s}.animated-line:nth-child(3){animation-delay:1s}.animated-line:nth-child(4){animation-delay:1.5s}.animated-line:nth-child(5){animation-delay:2s}.animated-line:nth-child(6){animation-delay:2.5s}.animated-line:nth-child(7){animation-delay:3s}@keyframes gradientMove{0%{background-position:200% 0}to{background-position:-200% 0}}.background-blur-overlay{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);z-index:0;pointer-events:none}
