@tailwind base;@tailwind components;@tailwind utilities;:root{--cream: #fdf8f3;--cream-2: #f5ede0;--beige: #e8d5b7;--brown-lt: #c4956a;--brown: #8b5e3c;--brown-dk: #5c3317;--espresso: #2d1a0e;--black: #0f0906;--rose: #c0612b;--rose-lt: #e8927c;--gold: #c9a84c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--espresso);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-serif{font-family:Playfair Display,serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream-2)}::-webkit-scrollbar-thumb{background:var(--beige);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--brown-lt)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .5s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}.animate-slide-right{animation:slideInRight .4s ease forwards}.animate-slide-left{animation:slideInLeft .4s ease forwards}.animate-pulse-soft{animation:pulse-soft 2s ease infinite}.skeleton{background:linear-gradient(90deg,var(--cream-2) 25%,var(--beige) 50%,var(--cream-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.btn-primary{@apply inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-semibold text-sm tracking-wide text-white transition-all duration-200 cursor-pointer focus:outline-none focus:ring-2 focus:ring-offset-2;background:linear-gradient(135deg,#c0612b,#a04820);focus-ring-color:#c0612b}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #c0612b59}.btn-primary:active{transform:translateY(0)}.btn-secondary{@apply inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-semibold text-sm tracking-wide border border-[#e8d5b7] text-[#5c3317] bg-white/70 backdrop-blur-sm transition-all duration-200 cursor-pointer hover:bg-[#fdf5ee] hover:border-[#c4956a] focus:outline-none focus:ring-2 focus:ring-[#c4956a] focus:ring-offset-2;}.glass-card{@apply bg-white/80 backdrop-blur-md border border-white/60 rounded-2xl shadow-[0_4px_30px_rgba(0,0,0,.06)];}.input-base{@apply w-full px-4 py-3 rounded-xl border border-[#e8d5b7] bg-white/90 text-[#2d1a0e] placeholder-[#a08060] focus:outline-none focus:ring-2 focus:ring-[#c0612b]/40 focus:border-[#c0612b] transition-all duration-200 text-sm;}
