@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500;600&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#08090e;color:#e2e4ed;font-family:DM Sans,sans-serif;overflow-x:hidden}::selection{background:#00e67633;color:#00e676}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#08090e}::-webkit-scrollbar-thumb{background:#252840;border-radius:10px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes glow{0%,to{box-shadow:0 0 20px #00e67644}50%{box-shadow:0 0 40px #00e67644,0 0 80px #00e67622}}.fu{animation:fadeUp .7s ease both}.fi{animation:fadeIn .5s ease both}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}.d5{animation-delay:.5s}.d6{animation-delay:.6s}a{color:inherit;text-decoration:none}