@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply bg-stone-50 text-stone-900 font-sans antialiased overflow-x-hidden;}}@layer utilities{.liquid-bg{background:radial-gradient(circle at 15% 50%,rgba(202,138,4,.08) 0%,transparent 25%),radial-gradient(circle at 85% 30%,rgba(68,64,60,.05) 0%,transparent 25%);animation:pulse-slow 8s ease-in-out infinite alternate}.text-gold-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-yellow-600 via-yellow-500 to-yellow-600;}.glass-premium{@apply bg-white/70 backdrop-blur-md border border-white/40 shadow-xl shadow-stone-900/5;}}@keyframes pulse-slow{0%{transform:scale(1);opacity:.8}to{transform:scale(1.05);opacity:1}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}
