/* Review capture mock — looks like a telegram bot reading */
.capture {
  background: #0f1419;
  color: #e8e6e3;
  font-family: "Inter", -apple-system, sans-serif;
  border-radius: 8px;
  padding: 18px 16px;
  font-size: 12.5px;
  line-height: 1.65;
  box-shadow: 0 24px 60px -24px oklch(0.2 0.02 60 / 0.35);
  border: 1px solid oklch(0.3 0.01 60);
  position: relative;
  overflow: hidden;
}

.capture-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid oklch(0.25 0.01 60);
}

.capture-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: oklch(0.55 0.16 40);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif KR", serif;
  color: #fff;
  font-size: 13px;
}

.capture-title {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.capture-sub {
  font-size: 10.5px;
  color: oklch(0.6 0.01 60);
  margin-top: 1px;
}

.capture-chapter {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: oklch(0.75 0.12 40);
  margin: 12px 0 6px;
  font-style: italic;
  font-weight: 400;
}

.capture p {
  margin-bottom: 8px;
  font-size: 11.5px;
  color: #d0cec9;
}

.capture p b {
  color: #fff;
  font-weight: 500;
}

.capture-highlight {
  background: oklch(0.55 0.16 40 / 0.18);
  padding: 8px 10px;
  border-left: 2px solid oklch(0.65 0.15 40);
  margin: 8px 0;
  font-size: 11px;
  color: #e8e6e3;
  font-style: italic;
}

.capture-time {
  font-size: 9.5px;
  color: oklch(0.5 0.01 60);
  text-align: right;
  margin-top: 8px;
}
