/** Öffentliche Clansuche. */
.cs-kopf { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  max-width: 1080px; margin: 0 auto; padding: 16px 20px; }
.cs-marke { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  color: var(--ink); font-weight: 800; letter-spacing: .3px; }
.cs-thema { padding: 8px 10px; }
.cs-thema .icon { width: 15px; height: 15px; }

.cs-main { max-width: 1080px; margin: 0 auto; padding: 8px 20px 48px; }
.cs-hero { text-align: center; padding: 12px 0 22px; }
.cs-hero h1 { font-size: clamp(26px, 5vw, 40px); margin: 0 0 8px; }
.cs-hero p { max-width: 620px; margin: 0 auto; }

.cs-filter { display: grid; gap: 12px; margin-bottom: 18px; }
.cs-suche .input { width: 100%; box-sizing: border-box; font-size: 15px; padding: 11px 14px; }
.cs-filterreihe { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cs-filterreihe .input { flex: 1 1 150px; min-width: 0; }
.cs-filterreihe #f-th { flex: 0 1 140px; }
.cs-check { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px;
  color: var(--ink-muted); white-space: nowrap; flex: 0 0 auto; }
.cs-fokus { display: flex; flex-wrap: wrap; gap: 8px; }
.cs-chip { padding: 6px 12px; border: 1px solid var(--line); border-radius: 99px;
  background: var(--surface); color: var(--ink-muted); cursor: pointer; font: inherit; font-size: 13px; }
.cs-chip:hover { border-color: var(--line-strong); color: var(--ink); }
.cs-chip.is-an { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); font-weight: 650; }

.cs-meta { margin: 0 0 12px; font-size: 13px; }

.cs-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); }
.cs-karte { border: 1px solid var(--line); border-radius: 14px; background: var(--surface);
  padding: 16px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.cs-karte-kopf { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.cs-badge { width: 52px; height: 52px; flex-shrink: 0; object-fit: contain; }
.cs-badge--leer { display: grid; place-items: center; border-radius: 12px; background: var(--surface-2); }
.cs-badge--leer .icon { width: 26px; height: 26px; stroke: var(--ink-faint); }
.cs-titel { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.cs-titel strong { font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cs-fam { font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cs-tag { font-size: 12px; color: var(--ink-faint); font-variant-numeric: tabular-nums; }
.cs-sucht { flex-shrink: 0; align-self: flex-start; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 99px; background: color-mix(in srgb, #3ba55d 20%, transparent);
  color: #3ba55d; letter-spacing: .04em; text-transform: uppercase; }
.cs-text { margin: 0; font-size: 13.5px; color: var(--ink-muted); overflow-wrap: anywhere; }

.cs-anf { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12.5px; color: var(--ink-muted); }
.cs-anf span { display: inline-flex; align-items: center; gap: 5px; }
.cs-i { width: 14px; height: 14px; flex-shrink: 0; stroke: var(--ink-faint); }
.cs-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.cs-tag2 { font-size: 11.5px; padding: 3px 9px; border-radius: 6px;
  background: var(--surface-2); color: var(--ink-muted); }

.cs-fuss-karte { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  flex-wrap: wrap; margin-top: auto; padding-top: 4px; }
.cs-groesse { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; }
.cs-join { padding: 7px 14px; font-size: 13.5px; text-decoration: none; }
.cs-join .icon { width: 15px; height: 15px; }
.cs-kein { font-size: 12.5px; }

.cs-leer { grid-column: 1 / -1; text-align: center; padding: 48px 20px; display: grid;
  gap: 8px; justify-items: center; }
.cs-leer .icon { width: 30px; height: 30px; stroke: var(--ink-faint); }

.cs-fuss { max-width: 1080px; margin: 0 auto; padding: 24px 20px 40px; text-align: center;
  font-size: 13px; color: var(--ink-muted); border-top: 1px solid var(--line); }
.cs-fuss a { color: var(--ink-muted); }

/* Geteilter Clan (/clans#clan=TAG) — kurz hervorgehoben, damit man ihn findet. */
.cs-karte.ist-gezeigt { outline: 2px solid var(--accent, #e8b45a); outline-offset: 3px; }
.cs-teilen { padding: 6px 10px; }
.cs-teilen.ist-kopiert { color: var(--ok, #57c26a); border-color: var(--ok, #57c26a); }
.cs-groesse strong { color: var(--ink, inherit); }
