@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");:root{--background:#030719;--foreground:#171717;--blue:#3c81f3;--blue-hover:#13223f;--dark-blue:#090f21;--dark-blue-alt:#030718;--orange:#f6741a;--strong-orange:#ef9711;--dark-orange:#262028;--dark-orange-alt:#4b494c;--gray:rgba(255,255,255,0.2);--white:#f8fafc;--light-white:#cbd2db;--purple:#aa54f3;--pink:#eb499c;--green:#22c55e;--green-hover:rgb(26,63,19);--yellow:#facc15;--dark-yellow:#ac8d10;--red:#eb4949;--red-hover:rgb(53,18,18);--gradient-orange:linear-gradient(45deg,var(--blue),var(--orange));--gradient-purple:linear-gradient(45deg,var(--purple),var(--pink));--gradient-blue:linear-gradient(45deg,var(--dark-blue),var(--dark-blue-alt));--gradient-blue-purple:linear-gradient(90deg,#1c2541,#130c21);--gradient-vertical-blue:linear-gradient(180deg,var(--dark-blue),var(--dark-blue-alt));--gradient-orange-dark:linear-gradient(45deg,var(--dark-blue),var(--dark-orange))}body,html{max-width:100vw}body,html{overflow-x:hidden}body{color:var(--light-white);background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}body:before{content:"";position:fixed;inset:-100%;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.2) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(59,130,246,.2) 0,transparent 40%);animation:gradientShift 10s ease infinite;pointer-events:none;z-index:-1}@keyframes gradientShift{0%,to{transform:rotate(0deg) scale(1) translate(0)}33%{transform:rotate(3deg) scale(1.05) translate(2%,-1%)}66%{transform:rotate(-3deg) scale(.95) translate(-2%,1%)}}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth;font-family:Inter,sans-serif}@media (prefers-color-scheme:dark){html{color-scheme:dark}}