/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer utilities{.text-gradient-primary{background-image:linear-gradient(135deg,#1b294b,#2f4883)}.text-gradient-accent,.text-gradient-primary{-webkit-background-clip:text;background-clip:text;color:#0000}.text-gradient-accent{background-image:linear-gradient(135deg,#f45925,#fa8938)}.bg-gradient-primary{background-image:linear-gradient(135deg,#1b294b,#2f4883)}.bg-gradient-accent{background-image:linear-gradient(135deg,#f45925,#fa8938)}.bg-gradient-card{background-image:linear-gradient(#fff,#fcfcfd)}.dark .bg-gradient-card{background-image:linear-gradient(#0f1729,#131d34)}.shadow-soft{box-shadow:0 4px 20px -4px #0f172914}.shadow-card{box-shadow:0 8px 32px -8px #0f17291a}.shadow-elevated{box-shadow:0 16px 48px -12px #0f172926}.shadow-glow{box-shadow:0 0 40px -10px #f459254d}.animate-fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}