.zv-forum-shell { max-width: 1180px; }
.zv-forum-layout { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(280px,0.95fr); gap:24px; align-items:start; }
.zv-forum-sidebar { display:grid; gap:18px; }
.zv-community-notice { margin:0 0 18px; padding:14px 16px; border-radius:16px; font-weight:600; }
.zv-community-notice--success { background:#eef8ef; color:#185429; }
.zv-community-notice--error { background:#fff1f1; color:#8a2424; }
.zv-community-card, .zv-community-affiliate, .zv-community-incentive, .zv-comments-shell { background:#fff; border:1px solid rgba(30,41,59,.08); border-radius:22px; box-shadow:0 14px 36px rgba(15,23,42,.06); padding:22px; }
.zv-community-card__eyebrow, .zv-community-affiliate__eyebrow, .zv-community-incentive__eyebrow { display:inline-block; font-size:12px; line-height:1; letter-spacing:.08em; text-transform:uppercase; color:#9a5d77; margin-bottom:10px; font-weight:700; }
.zv-community-affiliate { background:linear-gradient(180deg, rgba(250,245,247,.98), #fff); }
.zv-community-affiliate h3, .zv-community-incentive h3, .zv-community-card h3 { margin:0 0 8px; }
.zv-community-affiliate p, .zv-community-incentive p, .zv-community-card p { margin:0 0 14px; color:#4b5563; }
.zv-community-affiliate small { display:block; margin-top:10px; color:#6b7280; }
.zv-community-topic-form input[type="text"], .zv-community-topic-form textarea, .zv-community-topic-form select { width:100%; border:1px solid rgba(148,163,184,.4); border-radius:14px; padding:12px 14px; background:#fff; }
.zv-community-topic-form textarea { min-height:150px; resize:vertical; }
.zv-community-hp { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
.zv-forum-cta-row { display:flex; gap:12px; flex-wrap:wrap; }
.zv-topic-term-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:16px; margin:22px 0 28px; }
.zv-topic-card { border-radius:20px; overflow:hidden; }
.zv-pill-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.zv-pill { display:inline-flex; align-items:center; padding:6px 12px; border-radius:999px; background:#f8eef2; color:#7d3c57; text-decoration:none; font-size:14px; }
.comment-list { list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.comment-list .comment-body { background:#fff8fb; border-radius:18px; padding:16px 18px; }
.comment-list .comment-meta { margin-bottom:8px; }
.zv-comment-gate { background:#fff8fb; border:1px solid rgba(154,93,119,.15); border-radius:18px; padding:18px; }
@media (max-width: 920px) { .zv-forum-layout { grid-template-columns:1fr; } }

.zv-community-author { display:grid; gap:8px; margin:10px 0 0; }
.zv-community-author__name { font-weight:700; color:#2d1f25; }
.zv-badge-row { display:flex; flex-wrap:wrap; gap:8px; }
.zv-badge { display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; font-size:12px; font-weight:700; letter-spacing:.01em; }
.zv-badge--soft { background:#f8eef2; color:#8a4a65; }
.zv-badge--accent { background:rgba(177,77,116,.12); color:#8d2e58; }
.zv-badge--gold { background:rgba(237,179,143,.22); color:#8a5b28; }
.zv-badge--muted { background:#f2f4f7; color:#667085; }
.zv-comment-author-meta { display:grid; gap:6px; }
.zv-topic-comment .reply a { color:#8d2e58; font-weight:600; }


.zv-community-card--location .zv-community-location-map {
  min-height: 140px;
  border: 1px solid rgba(112, 43, 74, 0.12);
}


.zv-core-avatar {
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(177,77,116,.18), rgba(237,179,143,.28));
  border:1px solid rgba(177,77,116,.22);
  color:#2d1f25;
  font-weight:800;
  font-size:.92rem;
}

.zv-community-card--location .zv-community-location-map {
  position:relative;
  min-height:140px;
  margin-top:.85rem;
  border-radius:20px;
  border:1px solid rgba(112, 43, 74, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(177,77,116,.16) 0, rgba(177,77,116,.08) 18%, transparent 19%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,232,236,.92));
  overflow:hidden;
}
.zv-community-location-map__ring {
  position:absolute;
  border-radius:999px;
  border:2px solid rgba(177,77,116,.16);
}
.zv-community-location-map__ring--one { width:96px; height:96px; left:18px; top:18px; }
.zv-community-location-map__ring--two { width:56px; height:56px; left:38px; top:38px; }
.zv-community-location-map__pin {
  position:absolute;
  width:20px; height:20px; left:50%; top:50%;
  transform:translate(-50%,-50%);
  border-radius:999px;
  background:#b14d74;
  box-shadow:0 0 0 8px rgba(177,77,116,.12);
}


.zv-topic-keyword-row {
  margin-top: .1rem;
}

.zv-pill--soft {
  background:#f8eef2;
  color:#8a4a65;
}

.zv-forum-main .zv-topic-card {
  display:grid;
  grid-template-rows:auto 1fr;
}

.zv-forum-main .zv-topic-card .post-card__body {
  display:grid;
  gap:.9rem;
  align-content:start;
}

.zv-topic-single__lead {
  margin:0;
}

.zv-pill--notice {
  background:linear-gradient(135deg, rgba(141,46,88,.14), rgba(221,160,135,.22));
  color:#7a2449;
  border:1px solid rgba(141,46,88,.12);
}

.zv-pill--muted {
  background:#f3f4f6;
  color:#667085;
  border:1px solid rgba(102,112,133,.12);
}

.zv-comment-gate--readonly,
.zv-topic-readonly-note {
  background:linear-gradient(180deg, #fff9fb, #fff4f7);
  border:1px solid rgba(154,93,119,.18);
  border-radius:18px;
  padding:18px;
}

.zv-comment-gate--readonly strong,
.zv-topic-readonly-note strong {
  display:block;
  margin:0 0 8px;
  color:#40212f;
}

.zv-comment-gate--readonly p,
.zv-topic-readonly-note p {
  margin:0 0 14px;
}

.zv-forum-start {
  display:grid;
  gap:18px;
  margin:0 0 22px;
  background:linear-gradient(180deg, rgba(255,249,251,.98), #fff);
}

.zv-forum-start__intro h2 {
  margin:0 0 8px;
}

.zv-forum-start__intro p {
  margin:0;
  color:#4b5563;
}

.zv-forum-start__grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:16px;
}

.zv-forum-start__item {
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(154,93,119,.12);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}

.zv-forum-start__thumb {
  display:block;
  min-height:160px;
  background:#f8eef2;
}

.zv-forum-start__thumb img,
.zv-forum-start__thumb .zv-topic-card__placeholder {
  width:100%;
  height:100%;
  min-height:160px;
  object-fit:cover;
}

.zv-forum-start__body {
  display:grid;
  gap:12px;
  align-content:start;
  padding:16px;
}

.zv-forum-start__body h3 {
  margin:0;
  font-size:1.02rem;
}

.zv-forum-start__body h3 a {
  color:#2d1f25;
  text-decoration:none;
}

.zv-forum-start__body p {
  margin:0;
  color:#4b5563;
}

.zv-pill-row--compact {
  margin-top:0;
}
