@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #6366f1;--color-secondary: #4ade80;--color-accent: #facc15}html,body,#root{height:100%;margin:0;padding:0}body{@apply bg-slate-50 text-slate-800;font-family:Fredoka,sans-serif}.kid-shadow{box-shadow:0 10px 30px -5px #0000000d,0 5px 15px -5px #0000000d}.pet-aura{background:radial-gradient(circle,#6366f133,#6366f100 70%)}.bubble-bg{background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:20px 20px}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-gentle{animation:bounce-gentle 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-float{animation:float 4s ease-in-out infinite}
