/* Extras beyond tailwind */
.tier-badge { padding: 2px 10px; border-radius: 9999px; font-size: 11px; font-weight: 700; letter-spacing: .5px; }
.tier-BRONZE { background: #fde8d2; color: #8a4b1e; }
.tier-SILVER { background: #e5e7eb; color: #334155; }
.tier-GOLD   { background: #fef3c7; color: #92400e; }
.tier-PLATINUM { background: #dbeafe; color: #1e40af; }

.status-pill { padding: 2px 10px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
.status-PENDING, .status-REGISTERED, .status-DRAFT, .status-NEW { background:#fef3c7; color:#92400e; }
.status-APPROVED, .status-CONVERTED, .status-ACCEPTED, .status-CLOSED_WON { background:#dcfce7; color:#166534; }
.status-REJECTED, .status-LOST, .status-CLOSED_LOST, .status-EXPIRED { background:#fee2e2; color:#991b1b; }
.status-INFO_NEEDED, .status-QUALIFIED, .status-NEGOTIATION, .status-SENT { background:#dbeafe; color:#1e40af; }
.status-SUSPENDED { background:#e5e7eb; color:#334155; }

table.data { width:100%; }
table.data th { text-align:left; background:#f8fafc; color:#475569; font-size:12px; padding:8px 10px; border-bottom:1px solid #e2e8f0; }
table.data td { padding:10px; border-bottom:1px solid #f1f5f9; font-size:13px; }
table.data tbody tr:hover { background:#f8fafc; }

.spinner { border: 3px solid #e2e8f0; border-top-color:#0b63a8; border-radius:50%; width:28px; height:28px; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
