@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 overflow-x-hidden antialiased;font-family:Inter,sans-serif}html{@apply scroll-smooth;font-size:14px}}@layer components{.gradient-brand{background:linear-gradient(135deg,#5d1b22,#9e7e5d)}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.perspective-1000{perspective:1000px}}.group:hover .perspective-1000{transform:rotateY(10deg)}
