:root{--dream-peach:#f8d6c5;--dream-lavender:#d8ccff;--dream-sky:#b7e4ff;--dream-gold:#ffd7a3}.bg-dream-peach{background-color:color-mix(in srgb,var(--dream-peach)90%,transparent)}.bg-dream-lavender{background-color:color-mix(in srgb,var(--dream-lavender)90%,transparent)}.bg-dream-sky{background-color:color-mix(in srgb,var(--dream-sky)90%,transparent)}.bg-dream-gold{background-color:color-mix(in srgb,var(--dream-gold)90%,transparent)}.animate-float{animation:6s ease-in-out infinite alternate dream-float}@keyframes dream-float{0%{transform:translateY(0)}to{transform:translateY(-14px)}}.animate-fade-in-up{opacity:0;animation:.6s forwards dream-fade-in-up;transform:translateY(16px)}@keyframes dream-fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animation-delay-0{animation-delay:0s}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-1000{animation-delay:1s}.animate-pulse-glow{animation:2.4s ease-in-out infinite dream-pulse-glow}@keyframes dream-pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 #ffd7a359}50%{transform:scale(1.02);box-shadow:0 0 30px 10px #ffd7a333}}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}
