html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#059669}body{background-color:#000!important;color-scheme:dark}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{animation:scroll 20s linear infinite;width:200%}@media (min-width:768px){.animate-scroll{animation:scroll 40s linear infinite}}@media (min-width:1024px){.animate-scroll{animation:scroll 60s linear infinite}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.gradient-text{-webkit-text-fill-color:#0000;text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(-45deg,#10b981,#34d399,#6ee7b7,#10b981);-webkit-background-clip:text;background-clip:text;background-size:400% 400%}.text-glow{text-shadow:0 0 20px #10b98180,0 0 40px #10b9814d}@keyframes northern-glow{0%{box-shadow:0 0 30px #22c55e33,0 0 60px #22c55e26,0 0 90px #22c55e1a}25%{box-shadow:0 0 32px #14b8a638,0 0 64px #14b8a62b,0 0 96px #14b8a61f}50%{box-shadow:0 0 35px #22d3ee40,0 0 70px #22d3ee33,0 0 105px #22d3ee26}75%{box-shadow:0 0 32px #3b82f638,0 0 64px #3b82f62b,0 0 96px #3b82f61f}to{box-shadow:0 0 30px #22c55e33,0 0 60px #22c55e26,0 0 90px #22c55e1a}}.liquid-glass{animation:northern-glow 8s ease-in-out infinite}