@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-[#4A0505] bg-[#FBF9F6];font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{@apply font-bold text-[#4A0505];font-family:Playfair Display,serif;letter-spacing:-.01em}h1{font-size:32px}h2{font-size:24px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#fbf9f6}::-webkit-scrollbar-thumb{background:#e2dcd5;border-radius:10px;border:1px solid #FBF9F6}::-webkit-scrollbar-thumb:hover{background:#c7beb5}.glass-panel{@apply bg-white/95 border border-[#E2DCD5]/60 shadow-soft backdrop-blur-md rounded-3xl;}.font-display{font-family:Playfair Display,serif}.font-body{font-family:Montserrat,sans-serif}.text-important{@apply font-bold text-[#4A0505];}.btn-primary{@apply bg-[#4A0505] text-[#D4AF37] font-bold px-6 py-2.5 rounded-full flex items-center justify-center gap-2 transition-all duration-200 active:scale-95 shadow-md hover:shadow-lg hover:bg-[#6E1212] border-none cursor-pointer;}.btn-secondary{@apply bg-[#FBF9F6] text-[#4A0505] border border-[#E2DCD5] font-bold px-6 py-2.5 rounded-full flex items-center justify-center gap-2 transition-all hover:bg-[#E2DCD5]/30 hover:border-[#4A0505]/40 active:scale-95 cursor-pointer;}.card-luxury{@apply bg-white border border-[#E2DCD5]/55 rounded-3xl shadow-card transition-all duration-300 backdrop-blur-sm;}.card-luxury:hover{@apply border-[#D4AF37]/50 shadow-premium;}.input-luxury{@apply w-full px-4 py-3 bg-white border border-[#E2DCD5] rounded-2xl text-base font-medium text-[#4A0505] focus:border-[#4A0505] outline-none transition-all;}.badge-urgent{@apply bg-[#FDF3F3] text-[#A82525] font-bold px-3 py-1 rounded-full border border-[#E07A7A]/50 text-xs;}.badge-archive{@apply bg-[#EAF5F0] text-[#2D6A4F] font-bold px-3 py-1 rounded-full border border-[#8ED1B3]/50 text-xs;}.table-container{@apply overflow-x-auto w-full border border-[#E2DCD5]/80 rounded-xl bg-white;}.table-premium{@apply w-full text-left border-collapse;}.table-premium th{@apply bg-[#FBF9F6] px-4 py-3 text-sm font-bold text-[#4A0505]/80 border-b border-[#E2DCD5];}.table-premium td{@apply px-4 py-4 text-sm text-[#4A0505] border-b border-[#FBF9F6];}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media(max-width:768px){.card-grid{@apply grid-cols-1 gap-4;}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.shadow-soft{box-shadow:0 4px 24px -2px #4a05050a,0 2px 12px -2px #4a050505}.shadow-premium{box-shadow:0 12px 48px -4px #4a05050f,0 4px 18px -4px #d6af3714}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4a05050f;border-radius:10px}
