/* features/rare.css — 레어 매물 페이지(docs/community.md "rare"). 카드 기본 모양은 style.css(.card 등), 색은 style.css 변수만 쓴다 */

.rare-note {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--surface-2);
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.rare-summary {
  margin: 0 0 8px;
  color: var(--text-muted);
  font-size: 13px;
}

.badge-rare {
  background: var(--item-bg);
  color: var(--item-text);
}

.rare-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.rare-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.rare-reason {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  max-width: 100%;
  padding: 1px 10px;
  border: 1px solid color-mix(in srgb, var(--item) 45%, var(--border));
  border-radius: 999px;
  background: color-mix(in srgb, var(--item) 14%, var(--surface));
  color: var(--item-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.rare-estimated {
  flex: none;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--muted-bg);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
}

.rare-card a.item-chip {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
}

.rare-card a.item-chip:hover {
  text-decoration: underline;
}

.rare-list .tooltip-shot {
  max-width: min(100%, 320px);
}

.rare-no-image {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}
