@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background-color:#fff5f7;color:#4a4a4a;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#fff5f7}::-webkit-scrollbar-thumb{background:#ffb6c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff9eb0}h1,h2,h3,h4,h5,h6{font-weight:600;color:#333}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}input,textarea,select{font-family:Nunito,sans-serif}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #ffb6c14d}.btn{@apply px-6 py-3 rounded-full font-semibold transition-all duration-200 ease-in-out;}.btn-primary{@apply bg-[#FFB6C1] text-white hover:bg-[#ff9eb0] shadow-md hover:shadow-lg;}.btn-secondary{@apply bg-[#87CEEB] text-white hover:bg-[#6ec5e8] shadow-md hover:shadow-lg;}.btn-outline{@apply border-2 border-[#FFB6C1] text-[#FFB6C1] hover:bg-[#FFB6C1] hover:text-white;}.card{@apply bg-white rounded-2xl shadow-sm border border-pink-100 p-6;}.card-hover{@apply transition-all duration-300 hover:shadow-md hover:-translate-y-1;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.text-gradient{background:linear-gradient(135deg,#ffb6c1,#87ceeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient{background:linear-gradient(135deg,#fff5f7,#ffe4e9,#e8f4fc)}.glass-effect{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width: 640px){h1{font-size:1.5rem}h2{font-size:1.25rem}.card{@apply p-4;}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:3px solid #FFB6C1;outline-offset:2px}@media print{body{background:#fff}.no-print{display:none!important}}
