.dsfmp-katalog { max-width: 1000px; margin: 0 auto; padding: 16px; }
.dsfmp-katalog-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.dsfmp-katalog-item { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 14px 16px; }
.dsfmp-katalog-name { font-weight: 700; font-size: 18px; margin-bottom: 4px; }
.dsfmp-katalog-name a { text-decoration: none; color: inherit; }
.dsfmp-katalog-role { opacity: 0.9; margin-bottom: 4px; }
.dsfmp-katalog-city { opacity: 0.8; margin-bottom: 8px; }
.dsfmp-katalog-intro { opacity: 0.9; margin-bottom: 10px; }
.dsfmp-katalog-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: rgba(147,17,40,0.10); color: #931128; }

.dsfmp-profile h1 { margin-top: 0; }
.dsfmp-profile hr { border: 0; border-top: 1px solid rgba(0,0,0,0.12); margin: 16px 0; }
.dsfmp-profile .dsfmp-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.dsfmp-profile .dsfmp-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: rgba(147,17,40,0.10); color: #931128; }

.dsfmp-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.dsfmp-page { display: inline-block; padding: 8px 12px; border: 1px solid rgba(0,0,0,0.18); border-radius: 10px; text-decoration: none; color: inherit; }
.dsfmp-page.is-current { border-color: #931128; color: #931128; }


/* Directory (v0.4) */
.dsfmp-directory { max-width: 1400px; margin: 0 auto; padding: 16px; }
.dsfmp-search { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 14px 16px; margin-bottom: 14px; }
.dsfmp-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.dsfmp-field label { display:block; font-size: 13px; opacity: .85; margin-bottom: 6px; }
.dsfmp-field input, .dsfmp-field select { width: 100%; padding: 10px 10px; border: 1px solid rgba(0,0,0,0.18); border-radius: 10px; }
.dsfmp-field button { padding: 10px 14px; border-radius: 10px; border: 1px solid rgba(0,0,0,0.18); background: #931128; color: #fff; font-weight: 700; cursor: pointer; }
.dsfmp-field button:hover { opacity: .95; }

.dsfmp-filters { margin-top: 12px; }
.dsfmp-filters summary { cursor: pointer; font-weight: 700; }
.dsfmp-filter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 10px; }
.dsfmp-filter select[multiple] { height: 160px; }

.dsfmp-results-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dsfmp-results { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 14px 16px; }
.dsfmp-results-head { display:flex; justify-content: space-between; gap: 10px; align-items: baseline; margin-bottom: 10px; }
.dsfmp-results-meta { font-size: 12px; opacity: .8; }
.dsfmp-results-list { list-style:none; padding: 0; margin: 0; display: grid; gap: 10px; }
.dsfmp-card { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 12px 14px; }
.dsfmp-card a { display:block; text-decoration:none; color: inherit; }
.dsfmp-card-inner { display:grid; grid-template-columns: 56px 1fr; gap: 12px; align-items:start; }
.dsfmp-thumb { width:56px; height:56px; border-radius: 999px; overflow:hidden; border: 1px solid rgba(0,0,0,0.10); background: rgba(0,0,0,0.04); }
.dsfmp-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.dsfmp-thumb--placeholder { background: linear-gradient(135deg, rgba(147,17,40,0.18), rgba(0,0,0,0.05)); }
.dsfmp-card .dsfmp-name { font-weight: 800; font-size: 16px; margin-bottom: 4px; }
.dsfmp-card .dsfmp-role { opacity: .9; margin-bottom: 2px; }
.dsfmp-card .dsfmp-city { opacity: .85; margin-bottom: 6px; }
.dsfmp-card .dsfmp-intro { opacity: .9; font-size: 13px; line-height: 1.35; margin: 6px 0 8px; }
.dsfmp-mini-chips { display:flex; flex-wrap:wrap; gap: 6px; margin: 6px 0 0; }
.dsfmp-mini-chip { display:inline-block; font-size: 11px; font-weight: 700; padding: 5px 8px; border-radius: 999px; background: rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.10); }
.dsfmp-card .dsfmp-distance { margin-top: 8px; font-size: 12px; font-weight: 800; color: #931128; }
.dsfmp-empty { padding: 10px 0; opacity: .85; }

/* Directory section headings (used for badge deep-links) */
.dsfmp-section-head { list-style:none; padding: 0; margin: 14px 0 8px; }
.dsfmp-section-title { font-weight: 900; font-size: 13px; letter-spacing: .02em; text-transform: uppercase; opacity: .85; }

.dsfmp-map { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 14px 16px; }
.dsfmp-map-note { font-size: 12px; opacity: .8; margin: 10px 0 0; }

@media (max-width: 900px) {
  .dsfmp-row { grid-template-columns: 1fr; }
  .dsfmp-results-wrap { grid-template-columns: 1fr; }
  .dsfmp-filter-grid { grid-template-columns: 1fr; }
}

.dsfmp-reset{ padding:10px 14px; border-radius:10px; border:1px solid rgba(0,0,0,0.18); background:#1e1e1e; color:#fff; font-weight:700; cursor:pointer; margin-left:8px; }
.dsfmp-reset:hover{ opacity:.92; }

    
/* Active filter chips */
.dsfmp-active-filters { display:flex; flex-wrap:wrap; gap:8px; margin: 6px 0 12px; }
.dsfmp-chip { display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; border:1px solid rgba(0,0,0,0.14); background: rgba(0,0,0,0.03); font-size:12px; }
.dsfmp-chip strong { font-weight:800; }
.dsfmp-chip button { border:0; background:transparent; cursor:pointer; font-weight:900; line-height:1; opacity:.75; }
.dsfmp-chip button:hover { opacity:1; }

/* Min profil chips */
.dsfmp-min-profil .dsfmp-tax-block { margin: 14px 0 18px; }
.dsfmp-min-profil .dsfmp-tax-title { margin-bottom: 8px; }
.dsfmp-min-profil .dsfmp-chips { display:flex; flex-wrap:wrap; gap:10px; }
.dsfmp-min-profil .dsfmp-chip { position:relative; display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; border:1px solid rgba(0,0,0,0.16); background:#fff; font-size:13px; cursor:pointer; user-select:none; }
.dsfmp-min-profil .dsfmp-chip input { width:16px; height:16px; margin:0; }
.dsfmp-min-profil .dsfmp-chip:hover { border-color: rgba(147,17,40,0.55); }
.dsfmp-min-profil .dsfmp-chip:has(input:checked) { border-color:#931128; background: rgba(147,17,40,0.08); }
