@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{background:#f7f2fb;color:#1d1548}@layer utilities{@keyframes slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slide-up .6s cubic-bezier(.16,1,.3,1) both}.animate-fade-in{animation:fade-in .5s ease both}.animate-fade-in-delay{animation:fade-in .6s ease .15s both}.home-noise{background-image:linear-gradient(hsla(0,0%,100%,.06),hsla(0,0%,100%,.06)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23noise)' opacity='0.24'/%3E%3C/svg%3E")}.home-ring{box-shadow:0 0 0 1px rgba(36,26,88,.08),0 24px 80px rgba(41,22,90,.08)}}