@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96%;--secondary-foreground:222.2 84% 4.9%;--muted:210 40% 96%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96%;--accent-foreground:222.2 84% 4.9%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem;--brand-green:#0d4f2d;--brand-green-dark:#052d1a;--brand-gold:#d4a574;--brand-gold-dark:#c49564}*{@apply border-border}body{@apply bg-background text-foreground;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1a1a1a}}@layer components{.btn-gold{background:linear-gradient(135deg,#0d4f2d,#052d1a);color:#fff;font-weight:700;font-size:16px;padding:14px 28px;border-radius:8px;border:none;cursor:pointer;transition:opacity .2s;width:100%}.btn-gold:hover{opacity:.9}.offer-card{@apply bg-white border-2 border-gray-200 rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow duration-300}.loading-spinner{@apply animate-spin rounded-full border-4 border-gray-200;border-top-color:#0d4f2d}}