.bf-card{background:var(--bf-card-bg);border:1px solid var(--bf-card-border);padding:14px;border-radius:14px;box-shadow:0 4px 18px rgba(15,23,42,.08);position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.bf-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,23,42,.12)}.bf-tag{position:absolute;top:12px;right:12px;font-weight:700;padding:6px 8px;border-radius:8px;font-size:12px;color:#fff}.bf-offer{background:#16a34a}.bf-search{background:#f59e0b}.bf-card h3{margin:4px 0 6px;font-size:16px}.bf-meta{font-size:12px;color:var(--bf-muted);margin-bottom:8px}.bf-desc{font-size:14px;color:var(--bf-text);white-space:pre-wrap}.bf-card .bf-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.bf-card .bf-actions button{padding:6px 10px;border-radius:8px;border:1px solid #cbd5f5;background:#f3f6ff;color:#0f172a;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease}.bf-card .bf-actions button:hover{background:#0b71eb;color:#fff;border-color:#0b71eb;box-shadow:0 6px 12px rgba(11,113,235,.25)}.bf-status-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.bf-status-badge{font-size:11px;text-transform:uppercase;letter-spacing:.08em;padding:4px 6px;border-radius:6px;font-weight:700;animation:badgePulse 4s ease-in-out infinite}.bf-status-new{background:#dbeafe;color:#1d4ed8}.bf-status-verified{background:#dcfce7;color:#15803d}.bf-status-flagged{background:#fee2e2;color:#b91c1c}.bf-status-archived{background:#e5e7eb;color:#374151}@media (max-width:640px){.bf-card .bf-actions{flex-wrap:wrap}}