/* 难句听力本 */
.hard-listen-summary {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.hard-listen-stat {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.12);
}

.hard-listen-stat strong {
  font-size: 22px;
  color: #ea580c;
  line-height: 1;
}

.hard-listen-stat span {
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-muted, #6b7280);
}

.hard-listen-card {
  padding: 14px 16px;
  margin-bottom: 10px;
}

.hard-listen-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.hard-listen-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: #ffedd5;
  color: #c2410c;
}

.hard-listen-topic {
  font-size: 11px;
  color: var(--text-muted, #6b7280);
}

.hard-listen-en {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.hard-listen-label {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  vertical-align: middle;
}

.hard-listen-gist,
.hard-listen-spoken,
.hard-listen-breakdown,
.hard-listen-tips {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted, #4b5563);
}

.hard-listen-linkups {
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.55;
  color: #374151;
}

.hard-listen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.speak-hero-link {
  font-size: 12px;
  padding: 4px 10px;
}

.speak-real-badge {
  background: rgba(249, 115, 22, 0.15);
  color: #c2410c;
  border: 1px solid rgba(249, 115, 22, 0.35);
}

#page-speak .speak-msg-actions--listen {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

#page-speak .speak-msg-action--listen {
  background: rgba(255, 247, 237, 0.95);
  color: #9a3412;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.2);
}

#page-speak .speak-msg-action--listen:hover {
  background: #ffedd5;
}

#page-speak .speak-msg-insight {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 247, 237, 0.7);
  border: 1px solid rgba(249, 115, 22, 0.22);
  font-size: 13px;
  line-height: 1.55;
}

#page-speak .speak-msg-insight-gist {
  margin: 0 0 8px;
  font-weight: 500;
  color: #1f2937;
}

#page-speak .speak-msg-insight-row {
  margin: 0 0 6px;
  color: #374151;
}

#page-speak .speak-msg-insight-label {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(249, 115, 22, 0.15);
  color: #c2410c;
}

#page-speak .speak-msg-linkups {
  margin: 6px 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 12px;
}

#page-speak .speak-msg-insight-tip {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
}
