.voice-index-section,
.voice-detail-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(216,75,97,.08), rgba(216,75,97,0) 32%),
    linear-gradient(180deg, #fff, #fff8fa 58%, #fff);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.voice-card,
.voice-detail-card,
.voice-reply-box {
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.voice-card {
  overflow: hidden;
}

.girl-voice-card .voice-content {
  min-height: 100%;
}

.voice-cast,
.voice-content {
  color: inherit;
  text-decoration: none;
}

.voice-cast {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  padding: 16px 16px 12px;
  background: linear-gradient(135deg, rgba(255,243,246,.94), rgba(255,250,240,.86));
}

.voice-cast .forum-photo {
  width: 42px;
  height: 42px;
}

.voice-cast strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.voice-cast em,
.voice-cast small {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.voice-cast small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.voice-content {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 16px;
  transition: background .18s ease;
}

.voice-content:hover {
  background: #fffafd;
}

.voice-member {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.voice-member img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
}

.voice-member em {
  margin-left: 3px;
  color: #9a8d92;
  font-style: normal;
}

.voice-content h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.voice-content p {
  display: -webkit-box;
  min-height: 4.8em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.voice-content time,
.voice-detail-user time {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
}

.voice-rating {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #c7bdc1;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
}

.voice-rating span {
  color: #d4a12f;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(95,31,47,.12);
}

.voice-rating .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  margin-left: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9c6b16, var(--gold));
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.voice-rating .text {
  margin-left: 2px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

.voice-detail-badge {
  justify-self: end;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(47,118,109,.1);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.voice-detail-card {
  padding: 24px;
}

.voice-detail-user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,243,246,.94), rgba(255,250,240,.86));
}

.voice-detail-user img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
}

.voice-detail-user strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.voice-detail-user strong span {
  color: var(--muted);
  font-size: 13px;
}

.voice-detail-title {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.voice-detail-text {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.voice-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.voice-evaluation-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 10px;
  background: #fffafb;
}

.voice-evaluation-grid strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.voice-reply-box {
  margin-top: 20px;
  padding: 18px;
  background: linear-gradient(135deg, #fff, #fff7f9);
}

.voice-reply-box h3 {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.voice-reply-box p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.voice-detail-actions {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .voice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .voice-detail-card {
    padding: 16px;
  }

  .voice-cast {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
    padding: 10px;
  }

  .voice-evaluation-grid {
    grid-template-columns: 1fr;
  }

  .voice-evaluation-grid div {
    display: grid;
    gap: 6px;
  }
}

/* Compact voice/blog reading density. */
.voice-card,
.voice-detail-card,
.voice-reply-box {
  font-size: 13px;
  line-height: 1.6;
}

.voice-detail-title {
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.32;
}

.voice-detail-text,
.voice-reply-box p {
  font-size: 13px;
  line-height: 1.75;
}

.voice-evaluation-grid div {
  padding: 10px 12px;
}

@media (max-width: 640px) {
  .voice-card,
  .voice-detail-card,
  .voice-reply-box {
    font-size: 12px;
  }

  .voice-detail-card {
    padding: 14px;
  }

  .voice-detail-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .voice-detail-text,
  .voice-reply-box p {
    font-size: 12px;
    line-height: 1.65;
  }

  .voice-detail-user strong {
    font-size: 14px;
  }

  .voice-detail-user strong span,
  .voice-evaluation-grid strong {
    font-size: 12px;
  }

  .voice-reply-box {
    margin-top: 16px;
    padding: 14px;
  }
}
