/* ─────────────────────────────────────────────────────────────────
   Reading planner / dashboard styles.
   Route: #subject/ielts/home/reading
   See ielts-planner-reading.js for the page.

   Reuses the cream/gold palette + typography of the Writing
   dashboard so the two read as a family. Reading-specific
   visualizations (subtype bars / pacing track / evidence card)
   have their own classes prefixed prd-.

   2026-06-22 — DRAFT pass. Placeholders only.
   ───────────────────────────────────────────────────────────── */

/* ── Page container ───────────────────────────────────────── */
.prd-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 28px 80px;
  font-family: 'Source Serif 4', Georgia, serif;
  color: #2A1F12;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Hero ─────────────────────────────────────────────────── */
.prd-back {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #8C7757;
  transition: color 140ms ease;
}
.prd-back:hover { color: #2A1F12; }

.prd-hero {
  display: flex;
  flex-direction: column;
}
.prd-hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.prd-hero-title-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prd-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C7757;
}
.prd-title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
  color: #2A1F12;
}

.prd-hero-stat-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.prd-bandrow {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
.prd-band-cur,
.prd-band-tgt {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.prd-band-cur-num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: #B57A2E;
  letter-spacing: -0.02em;
}
.prd-band-cur-cap,
.prd-band-tgt-cap {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C7757;
}
.prd-band-arrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(74, 58, 38, 0.35);
}
.prd-band-tgt-num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  color: rgba(74, 58, 38, 0.55);
  line-height: 1;
  letter-spacing: -0.01em;
}

.prd-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.prd-spark {
  color: #B57A2E;
  vertical-align: middle;
}
.prd-trend-pill {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(74, 58, 38, 0.06);
  color: #6B5638;
}
.prd-trend-pill--up   { background: rgba(62, 150, 85, 0.13); color: #2F7341; }
.prd-trend-pill--down { background: rgba(216, 64, 30, 0.13); color: #A8311A; }
.prd-mocks-count {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6B5638;
}

@media (max-width: 720px) {
  .prd-hero-stat-block { align-items: flex-start; width: 100%; }
  .prd-bandrow { gap: 10px; }
  .prd-band-cur-num { font-size: 44px; }
  .prd-band-tgt-num { font-size: 26px; }
}

/* ── Card base ────────────────────────────────────────────── */
.prd-card {
  background: #FFFCF4;
  border-radius: 18px;
  border: 1px solid rgba(74, 58, 38, 0.10);
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prd-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prd-card-title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  color: #2A1F12;
}
.prd-card-sub {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 13.5px;
  line-height: 1.45;
  color: #6B5638;
  margin: 0;
  font-style: italic;
}

/* ── Two-column row: subtype bars + recent mocks ─────────── */
.prd-grid-2col {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 20px;
}
@media (max-width: 980px) {
  .prd-grid-2col { grid-template-columns: 1fr; }
}

/* ── Where you score — subtype bars ──────────────────────── */
.prd-sub-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prd-sub-row {
  display: grid;
  grid-template-columns: 180px 1fr 50px 20px;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', system-ui, sans-serif;
}
.prd-sub-label {
  font-size: 13px;
  font-weight: 500;
  color: #2A1F12;
  white-space: nowrap;
}
.prd-sub-bar {
  position: relative;
  height: 9px;
  background: rgba(74, 58, 38, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.prd-sub-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: #8C7757;
  border-radius: 999px;
  transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.prd-sub-row.is-strong .prd-sub-bar-fill { background: #3E9655; }
.prd-sub-row.is-mid    .prd-sub-bar-fill { background: #D08820; }
.prd-sub-row.is-weak   .prd-sub-bar-fill { background: #CB4528; }
.prd-sub-pct {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #2A1F12;
  text-align: right;
}
.prd-sub-row.is-strong .prd-sub-pct { color: #2F7341; }
.prd-sub-row.is-mid    .prd-sub-pct { color: #8C5E15; }
.prd-sub-row.is-weak   .prd-sub-pct { color: #A8311A; }
.prd-sub-trend { text-align: center; }
.prd-trend {
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.prd-trend--up   { color: #3E9655; }
.prd-trend--down { color: #CB4528; }
.prd-trend--flat { color: rgba(74, 58, 38, 0.35); }

@media (max-width: 600px) {
  .prd-sub-row { grid-template-columns: 120px 1fr 42px 18px; gap: 10px; }
  .prd-sub-label { font-size: 12px; }
}

/* ── Recent mocks list ────────────────────────────────────── */
.prd-history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prd-history-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 252, 244, 0.4);
  border: 1px solid rgba(74, 58, 38, 0.08);
  font-family: 'Inter', system-ui, sans-serif;
  text-decoration: none;
  color: inherit;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}
.prd-history-row:hover {
  background: #FFFFFF;
  border-color: rgba(208, 136, 32, 0.32);
  transform: translateY(-1px);
}
.prd-history-name {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.prd-history-num {
  font-size: 10px;
  font-weight: 700;
  color: #8C7757;
  letter-spacing: 0.06em;
}
.prd-history-title {
  font-size: 13px;
  font-weight: 500;
  color: #2A1F12;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.prd-history-band {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.prd-history-band-num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #B57A2E;
  line-height: 1;
}
.prd-history-delta {
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(74, 58, 38, 0.4);
  letter-spacing: 0.02em;
}
.prd-history-delta.is-up   { color: #3E9655; }
.prd-history-delta.is-down { color: #CB4528; }
.prd-history-date {
  font-size: 11px;
  color: #8C7757;
}
.prd-history-all {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #8C5E15;
  text-decoration: none;
  align-self: flex-start;
  padding-top: 4px;
}
.prd-history-all:hover { color: #2A1F12; }

/* ── Where time goes — the 60-min track + per-passage rows ─ */
.prd-track {
  position: relative;
  padding: 8px 0 24px;
}
.prd-track-bar {
  display: flex;
  height: 18px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(74, 58, 38, 0.06);
  border: 1px solid rgba(74, 58, 38, 0.10);
}
.prd-track-seg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: rgba(255, 255, 255, 0.9);
  transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.prd-track-seg--p1 { background: linear-gradient(90deg, #B57A2E, #C68931); }
.prd-track-seg--p2 { background: linear-gradient(90deg, #7A4E8A, #8A5E9A); }
.prd-track-seg--p3 { background: linear-gradient(90deg, #3F6E7A, #4F7E8A); }
.prd-track-ticks {
  position: relative;
  margin-top: 6px;
  height: 14px;
}
.prd-track-ticks span {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #8C7757;
  letter-spacing: 0.04em;
}
.prd-track-ticks span:first-child { transform: translateX(0); }
.prd-track-ticks span:last-child  { transform: translateX(-100%); }

.prd-pace-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prd-pace-row {
  display: grid;
  grid-template-columns: 110px 1fr 60px 130px;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', system-ui, sans-serif;
}
.prd-pace-label {
  font-size: 13px;
  font-weight: 600;
  color: #2A1F12;
}
.prd-pace-bar {
  position: relative;
  height: 10px;
  background: rgba(74, 58, 38, 0.08);
  border-radius: 999px;
  overflow: visible;
}
.prd-pace-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 999px;
  transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.prd-pace-bar--p1 .prd-pace-bar-fill { background: #B57A2E; }
.prd-pace-bar--p2 .prd-pace-bar-fill { background: #7A4E8A; }
.prd-pace-bar--p3 .prd-pace-bar-fill { background: #3F6E7A; }
/* Target marker at 20 min — 20/30 = 66.67% of the bar's reach. */
.prd-pace-bar-target {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 66.67%;
  width: 2px;
  background: rgba(74, 58, 38, 0.45);
  border-radius: 1px;
}
.prd-pace-mins {
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #2A1F12;
}
.prd-pace-delta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 3px 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prd-pace-delta.is-over   { background: rgba(216, 64, 30, 0.13); color: #A8311A; }
.prd-pace-delta.is-under  { background: rgba(208, 136, 32, 0.13); color: #8C5E15; }
.prd-pace-delta.is-target { background: rgba(62, 150, 85, 0.13); color: #2F7341; }

.prd-pace-summary {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  color: #5C4A30;
  margin: 4px 0 0;
  padding: 12px 16px;
  background: rgba(74, 58, 38, 0.04);
  border-left: 3px solid #B57A2E;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 720px) {
  .prd-pace-row { grid-template-columns: 84px 1fr 50px; gap: 8px; }
  .prd-pace-delta { grid-column: 2 / 4; justify-self: start; margin-top: 4px; }
}

/* ── Baygush Insight panel ────────────────────────────────── */
.prd-card--insight {
  background: linear-gradient(135deg, #FFFCF4 0%, rgba(181, 122, 46, 0.05) 100%);
  border: 1px solid rgba(181, 122, 46, 0.20);
}
.prd-insight-eyebrow {
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B57A2E;
  margin-bottom: 4px;
}
.prd-insight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prd-insight-li {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: #2A1F12;
  padding-left: 22px;
  position: relative;
}
.prd-insight-li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 2px;
  background: #B57A2E;
  border-radius: 1px;
}

/* ── Dimension tabs ───────────────────────────────────────── */
.prd-dim-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid rgba(74, 58, 38, 0.10);
  margin-top: 12px;
}
.prd-dim-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 4px 14px;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: inherit;
  color: inherit;
  transition: border-color 140ms ease, color 140ms ease;
}
.prd-dim-tab-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #6B5638;
}
.prd-dim-tab-caption {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 12px;
  font-style: italic;
  color: #8C7757;
}
.prd-dim-tab:hover .prd-dim-tab-label { color: #2A1F12; }
.prd-dim-tab.is-active {
  border-bottom-color: #B57A2E;
}
.prd-dim-tab.is-active .prd-dim-tab-label { color: #2A1F12; }
.prd-dim-tab.is-active .prd-dim-tab-caption { color: #6B5638; }

.prd-dim-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Top Pattern cards ────────────────────────────────────── */
.prd-pat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 980px) { .prd-pat-grid { grid-template-columns: 1fr; } }

.prd-pat-card {
  background: #FFFCF4;
  border-radius: 14px;
  padding: 20px 22px 22px;
  border: 1px solid rgba(74, 58, 38, 0.10);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  font-family: 'Source Serif 4', Georgia, serif;
}
.prd-pat-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: currentColor;
  opacity: 0.6;
}
.prd-pat-card--high { color: #CB4528; }
.prd-pat-card--med  { color: #D08820; }
.prd-pat-card--low  { color: #3E9655; }

.prd-pat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.prd-pat-rank {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 252, 244, 0.85);
  border: 1px solid currentColor;
  color: inherit;
}
.prd-pat-impact {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
}
.prd-pat-label {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: #2A1F12;
  margin: 0;
  line-height: 1.2;
}
.prd-pat-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #5C4A30;
  margin: 0;
}
.prd-pat-freq {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prd-pat-bar {
  height: 4px;
  background: rgba(74, 58, 38, 0.10);
  border-radius: 999px;
  overflow: hidden;
}
.prd-pat-bar-fill {
  height: 100%;
  background: currentColor;
  width: 70%;
  border-radius: 999px;
}
.prd-pat-card--high .prd-pat-bar-fill { width: 90%; }
.prd-pat-card--med  .prd-pat-bar-fill { width: 65%; }
.prd-pat-card--low  .prd-pat-bar-fill { width: 38%; }
.prd-pat-freq-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #8C7757;
}

.prd-pat-prose-strip {
  padding-top: 12px;
  border-top: 1px dashed rgba(74, 58, 38, 0.14);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prd-pat-prose-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C7757;
}
.prd-pat-prose {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  color: #5C4A30;
  margin: 0;
}
.prd-pat-card--high .prd-pat-prose { color: #6E2A1A; }
.prd-pat-card--med  .prd-pat-prose { color: #6A4A14; }
.prd-pat-card--low  .prd-pat-prose { color: #2C5933; }

.prd-pat-cta {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: currentColor;
  margin-top: auto;
  padding-top: 6px;
}

/* ── Evidence card ────────────────────────────────────────── */
.prd-card--evidence {
  background: #FFFCF4;
}
.prd-ev-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prd-ev-passage {
  padding: 16px 20px;
  background: rgba(74, 58, 38, 0.04);
  border-radius: 10px;
  border-left: 3px solid #8C7757;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prd-ev-passage-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C7757;
}
.prd-ev-passage-text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #2A1F12;
  margin: 0;
  font-style: italic;
}
.prd-ev-question {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prd-ev-q-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C7757;
}
.prd-ev-q-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #2A1F12;
  margin: 0;
}
.prd-ev-answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 600px) { .prd-ev-answers { grid-template-columns: 1fr; } }
.prd-ev-ans {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(74, 58, 38, 0.10);
}
.prd-ev-ans--user {
  background: rgba(216, 64, 30, 0.06);
  border-color: rgba(216, 64, 30, 0.20);
}
.prd-ev-ans--correct {
  background: rgba(62, 150, 85, 0.06);
  border-color: rgba(62, 150, 85, 0.25);
}
.prd-ev-ans-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.prd-ev-ans--user .prd-ev-ans-eyebrow    { color: #A8311A; }
.prd-ev-ans--correct .prd-ev-ans-eyebrow { color: #2F7341; }
.prd-ev-ans-text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #2A1F12;
}
.prd-ev-why {
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(181, 122, 46, 0.06), rgba(181, 122, 46, 0.02));
  border-radius: 10px;
  border-left: 3px solid #B57A2E;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prd-ev-why-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B57A2E;
}
.prd-ev-why-text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2A1F12;
  margin: 0;
}

/* ── Recommended actions grid ─────────────────────────────── */
.prd-rec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1100px) { .prd-rec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .prd-rec-grid { grid-template-columns: 1fr; } }

.prd-rec-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 18px;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(74, 58, 38, 0.10);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 200ms,
              box-shadow 220ms;
}
.prd-rec-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: currentColor;
  opacity: 0.6;
}
.prd-rec-card--lesson { color: #1E72B0; }
.prd-rec-card--drill  { color: #3E9655; }
.prd-rec-card--phrase { color: #7A3FA0; }
.prd-rec-card--mock   { color: #D08820; }
.prd-rec-card:hover {
  transform: translateY(-2px);
  border-color: rgba(208, 136, 32, 0.32);
  box-shadow: 0 10px 24px -16px rgba(74, 58, 38, 0.30);
}
.prd-rec-tag {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: currentColor;
  padding-bottom: 4px;
}
.prd-rec-title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: #2A1F12;
  margin: 0;
}
.prd-rec-sub {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 12.5px;
  font-style: italic;
  line-height: 1.45;
  color: #6B5638;
  margin: 0;
}
.prd-rec-meta {
  margin-top: auto;
  padding-top: 6px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #8C7757;
}
.prd-rec-clock {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  margin-right: 2px;
}
