@tailwind base;@tailwind components;@tailwind utilities;.vendor-portal{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.vendor-header{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;padding:2rem;box-shadow:0 10px 25px -5px #0ea5e933}.vendor-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.vendor-nav{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.vendor-nav-list{display:flex;gap:.75rem;flex-wrap:wrap}.vendor-nav-item{padding:.75rem 1.25rem;border:2px solid transparent;background:#f8fafc;color:#64748b;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.vendor-nav-item:hover{background:#e2e8f0;color:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.vendor-nav-item.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9;box-shadow:0 8px 25px -5px #0ea5e966}.analytics-content{padding:2rem;max-width:1200px;margin:0 auto}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.metric-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#06b6d4)}.metric-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #0ea5e926}.category-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.category-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f1f5f9}.category-item:last-child{border-bottom:none}.progress-bar{width:120px;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-left:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#06b6d4);border-radius:4px;transition:width .5s ease}
