@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.text-shadow{text-shadow:2px 2px 4px rgba(0,0,0,.3)}.text-shadow-sm{text-shadow:1px 1px 2px rgba(0,0,0,.2)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-slide-up{animation:slideUp .8s ease-out forwards}.animate-slow-zoom{animation:slowZoom 20s linear infinite alternate}.bg-texture{background-color:#f5f5f0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E")}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e7e5e4}::-webkit-scrollbar-thumb{background:#78350f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#451a03}
