/* fdb-v3 styles */
.fdb-card{border-radius:12px;padding:14px;margin:12px 0;background:#fff;color:#111;border:1px solid #e6e6e6;box-shadow:0 6px 20px rgba(15,23,42,0.04)}
.fdb-header h3{margin:0 0 8px;font-size:18px;color:#0b1220}
.fdb-body{font-size:14px;color:#263238}
.fdb-list{list-style:none;padding:0;margin:0}
.fdb-item{padding:10px 0;border-bottom:1px dashed #eee;display:flex;justify-content:space-between;align-items:center}
.fdb-item:last-child{border-bottom:0}
.fdb-meta{font-size:12px;color:#6b7280}
.fdb-footer{margin-top:8px}
.fdb-link{text-decoration:none;color:#0b69ff}
.fdb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}
.fdb-chip{display:flex;align-items:center;padding:8px;border-radius:8px;background:#f9fafb;border:1px solid #efefef}
.fdb-chip img{border-radius:50%;margin-right:8px}
.fdb-chip-title{font-weight:600}
.fdb-chip-sub{font-size:12px;color:#6b7280}
.fdb-muted{color:#6b7280}
