/* 詳細ページ — review_scores 信頼表示（金系・LINE/メルカリ風） */

.tasu-trust-score {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0.35rem 0 0;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.tasu-trust-score--rated {
  border: 1px solid rgba(193, 168, 88, 0.45);
  background: linear-gradient(180deg, #fffbf0 0%, #f8f0dc 100%);
  color: #7a5710;
  box-shadow: 0 1px 3px rgba(122, 87, 16, 0.08);
}

.tasu-trust-score--rated .tasu-trust-score__stars {
  color: #f4d06f;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(255, 231, 163, 0.4);
}

.tasu-trust-score--rated .tasu-trust-score__value {
  color: #5c4a1a;
}

.tasu-trust-score--none,
.tasu-trust-score--new {
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(180deg, #fafafa 0%, #f1f5f9 100%);
  color: #64748b;
  font-weight: 600;
}

.tasu-trust-score--new {
  border-color: rgba(244, 208, 111, 0.35);
  background: linear-gradient(180deg, #fffdf8 0%, #f5f0e4 100%);
  color: #d4a63a;
}

.seller-actions-col > .tasu-trust-score {
  width: 100%;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.worker-hero__identity + .tasu-trust-score {
  margin-top: 0.5rem;
}

/* 将来: trust_score バッジ・完了率・通報率などを .tasu-trust-meta に追加 */
