@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: #1d4ed8;--color-primary-dark: #1e40af;--color-secondary: #059669;--color-accent: #f59e0b;--color-danger: #ef4444;--color-nigeria-green: #008751;--color-nigeria-white: #FFFFFF}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@layer components{.btn-primary{@apply bg-blue-700 hover:bg-blue-800 text-white font-semibold py-3 px-6 rounded-lg transition-colors duration-200 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white border-2 border-blue-700 text-blue-700 hover:bg-blue-50 font-semibold py-3 px-6 rounded-lg transition-colors duration-200;}.btn-success{@apply bg-emerald-600 hover:bg-emerald-700 text-white font-semibold py-3 px-6 rounded-lg transition-colors duration-200;}.card{@apply bg-white rounded-xl shadow-md hover:shadow-lg transition-shadow duration-200 overflow-hidden;}.input{@apply w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-all duration-200;}.badge-verified{@apply inline-flex items-center gap-1 bg-emerald-100 text-emerald-700 text-xs font-semibold px-2 py-1 rounded-full;}.badge-featured{@apply inline-flex items-center bg-amber-100 text-amber-700 text-xs font-semibold px-2 py-1 rounded-full;}.section-title{@apply text-2xl md:text-3xl font-bold text-gray-900 mb-2;}.price-tag{@apply text-blue-700 font-bold text-xl;}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}
