/* AUTO-GENERATED — pairing-base + typography-lab; linked from app/layout.tsx <head> */
/**
 * Route-level fallbacks (imported from layout.tsx).
 * Ensures the pairing lab always has visible chrome even if CSS modules fail to attach in dev/preview.
 */
/* Segment + page shells — plain classes so Server Components need not import the CSS module */
.pairing-typography-root {
  min-height: 100vh;
}

.typography-page-root {
  width: 100%;
  min-height: 100vh;
}

.typography-segment-bridge {
  display: block;
  width: 100%;
}

[data-pairing-lab] {
  box-sizing: border-box;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* Theme colors come from CSS modules (.appDark / .appLight); avoid higher-specificity
   attribute rules here — they were overriding module vars and could fight hydration. */

/* Fallback layout if CSS modules fail to attach (chips + fields stay usable) */
[data-pairing-lab] [data-vibe-chips] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

[data-pairing-lab] [data-vibe-chips] li {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(37, 99, 235, 0.08);
}

[data-pairing-lab][data-theme="dark"] [data-vibe-chips] li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(110, 158, 251, 0.12);
  color: #e8e8ec;
}

[data-pairing-lab] [data-score-chip] {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

[data-pairing-lab][data-theme="dark"] [data-score-chip] {
  border-color: rgba(255, 255, 255, 0.15);
  color: #eaeaf0;
}

[data-pairing-lab] [data-sample-copy-row] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* AUTO-GENERATED by scripts/build-typography-global-css.mjs — do not edit by hand; edit styles.module.css and re-run. */
/* Font pairing lab — theme via .tl-appDark / .tl-appLight */

/* Referenced from server `layout.tsx` + `page.tsx` so modules always ship with the route */
.tl-segmentCssBridge {
  display: block;
  width: 100%;
}

.tl-pageRoot {
  width: 100%;
  min-height: 100vh;
}

/* Referenced from root `app/layout.tsx` so this module’s stylesheet is in the main document bundle */
.tl-layoutStyleHook {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Theme shell (client wrapper) */
.tl-app {
  min-height: 100dvh;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem) 2.5rem;
  font-family: var(--font-geist-sans), system-ui, sans-serif;
}

.tl-column {
  width: 100%;
  max-width: min(96rem, 100%);
  margin: 0 auto;
}

.tl-appDark {
  color-scheme: dark;
  background: var(--app-bg, #0c0c0e);
  color: var(--app-text, #e8e8ec);
  --pair-border: rgba(255, 255, 255, 0.1);
  --pair-surface: rgba(255, 255, 255, 0.04);
  --pair-muted: rgba(255, 255, 255, 0.45);
  --shell-bg-top: rgba(255, 255, 255, 0.05);
  --preset-bg: rgba(0, 0, 0, 0.22);
  --field-fill: rgba(0, 0, 0, 0.28);
  --select-fill: rgba(0, 0, 0, 0.45);
  --card-bg: rgba(255, 255, 255, 0.02);
  --card-head-bg: rgba(0, 0, 0, 0.28);
  --preview-text: #fff;
  --preview-text-dim: rgba(255, 255, 255, 0.88);
  --preview-body: rgba(228, 228, 236, 0.82);
  --ghost-fg: rgba(255, 255, 255, 0.88);
  --chip-fg: rgba(255, 255, 255, 0.85);
  --grade-pill: rgba(255, 255, 255, 0.06);
}

.tl-appLight {
  color-scheme: light;
  background: var(--app-bg, #f0f1f4);
  color: var(--app-text, #16161a);
  --pair-border: rgba(0, 0, 0, 0.1);
  --pair-surface: rgba(255, 255, 255, 0.85);
  --pair-muted: rgba(0, 0, 0, 0.5);
  --shell-bg-top: rgba(255, 255, 255, 0.95);
  --preset-bg: rgba(0, 0, 0, 0.04);
  --field-fill: #fff;
  --select-fill: #fff;
  --card-bg: rgba(255, 255, 255, 0.92);
  --card-head-bg: rgba(0, 0, 0, 0.04);
  --preview-text: #0a0a0c;
  --preview-text-dim: rgba(12, 12, 18, 0.88);
  --preview-body: rgba(30, 30, 40, 0.85);
  --ghost-fg: rgba(20, 20, 28, 0.9);
  --chip-fg: rgba(25, 25, 35, 0.88);
  --grade-pill: rgba(0, 0, 0, 0.05);
}

.tl-back {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: var(--pair-muted);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.tl-appLight .tl-back:hover {
  color: #000;
}

.tl-appDark .tl-back:hover {
  color: #fff;
}

.tl-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Shell */
.tl-shell {
  border: 1px solid var(--pair-border);
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    var(--shell-bg-top) 0%,
    var(--pair-surface) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 48px rgba(0, 0, 0, 0.18);
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.tl-appLight .tl-shell {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 12px 32px rgba(0, 0, 0, 0.08);
}

.tl-shellBanner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--pair-border);
}

.tl-shellActions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.65rem;
}

.tl-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.tl-brandDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6e9efb, #a78bfa);
  box-shadow: 0 0 12px rgba(110, 158, 251, 0.45);
  flex-shrink: 0;
}

.tl-productName {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--app-text);
}

.tl-productTag {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--pair-muted);
  line-height: 1.4;
  max-width: 26rem;
}

.tl-search {
  width: 100%;
  min-width: 0;
  padding: 0.45rem 0.65rem 0.45rem 2rem;
  border-radius: 8px;
  border: 1px solid var(--pair-border);
  background: var(--field-fill)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E")
    0.55rem center / 14px no-repeat;
  color: var(--app-text);
  font-size: 0.8rem;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tl-search::placeholder {
  color: var(--pair-muted);
}

.tl-search:focus {
  border-color: rgba(110, 158, 251, 0.55);
  box-shadow: 0 0 0 3px rgba(110, 158, 251, 0.15);
}

.tl-themeToggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  line-height: 0;
  border-radius: 8px;
  border: 1px solid var(--pair-border);
  background: var(--grade-pill);
  color: var(--ghost-fg);
  cursor: pointer;
  transition: background 0.15s;
}

.tl-themeToggle svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  max-width: none;
  display: block;
}

.tl-themeToggle:hover {
  background: rgba(110, 158, 251, 0.15);
}

.tl-block {
  padding: 1rem 1.25rem 1.1rem;
}

.tl-shell > .tl-block + .tl-block {
  border-top: 1px solid var(--pair-border);
}

.tl-blockTitle {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pair-muted);
}

.tl-blockBody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tl-catalogHint {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--pair-muted);
}

.tl-catalogWarn {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--app-text);
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.1);
}

.tl-appLight .tl-catalogWarn {
  border-color: rgba(185, 28, 28, 0.28);
  background: rgba(254, 226, 226, 0.95);
  color: #7f1d1d;
}

.tl-catalogWarn p {
  margin: 0;
}

.tl-catalogRetry {
  margin-top: 0.5rem;
  padding: 0.3rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid var(--pair-border);
  background: var(--grade-pill);
  color: var(--ghost-fg);
  cursor: pointer;
}

.tl-catalogRetry:hover {
  background: rgba(110, 158, 251, 0.15);
}

.tl-selectGroup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem 1rem;
  align-items: stretch;
  width: 100%;
}

@media (min-width: 900px) {
  .tl-selectGroup {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tl-roleBlock {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.tl-roleLabel {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--pair-muted);
}

.tl-fontCombo {
  display: flex;
  min-height: 2.35rem;
  border-radius: 8px;
  border: 1px solid var(--pair-border);
  background: var(--select-fill);
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tl-fontCombo:focus-within {
  border-color: rgba(110, 158, 251, 0.45);
  box-shadow: 0 0 0 3px rgba(110, 158, 251, 0.12);
}

.tl-fontComboFamily,
.tl-fontComboWeight {
  margin: 0;
  padding: 0.42rem 1.65rem 0.42rem 0.55rem;
  border: none;
  background: transparent;
  color: var(--app-text);
  font-size: 0.78rem;
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
}

.tl-fontComboFamily {
  flex: 1;
  min-width: 0;
  border-right: 1px solid var(--pair-border);
}

.tl-fontComboWeight {
  width: 4.65rem;
  flex-shrink: 0;
  padding-left: 0.4rem;
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.tl-appDark .tl-fontComboFamily option,
.tl-appDark .tl-fontComboWeight option {
  background: #141418;
  color: #eee;
}

.tl-appLight .tl-fontComboFamily option,
.tl-appLight .tl-fontComboWeight option {
  background: #fff;
  color: #111;
}

.tl-selectLabel {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--pair-muted);
}

.tl-select {
  min-width: 7.5rem;
  padding: 0.42rem 2rem 0.42rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--pair-border);
  background: var(--select-fill);
  color: var(--app-text);
  font-size: 0.78rem;
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tl-select:focus {
  border-color: rgba(110, 158, 251, 0.45);
  box-shadow: 0 0 0 3px rgba(110, 158, 251, 0.12);
}

.tl-appDark .tl-select option {
  background: #141418;
  color: #eee;
}

.tl-appLight .tl-select option {
  background: #fff;
  color: #111;
}

/* Sample copy: always stacked — grid caused overlapping when module CSS was missing */
.tl-copyRow {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  width: 100%;
}

@media (min-width: 1100px) {
  .tl-copyRow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.75rem 1rem;
    align-items: start;
  }

  .tl-copyBody {
    grid-column: 1 / -1;
  }
}

.tl-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  width: 100%;
}

.tl-fieldLab {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pair-muted);
}

.tl-fieldIn,
.tl-fieldArea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--pair-border);
  background: var(--field-fill);
  color: var(--app-text);
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.15s;
}

.tl-fieldArea {
  resize: vertical;
  min-height: 3.25rem;
  line-height: 1.45;
}

.tl-fieldIn:focus,
.tl-fieldArea:focus {
  border-color: rgba(110, 158, 251, 0.45);
}

/* Score + vibe chips share one visual system (height, radius, type scale) */
.tl-chipRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem 0.5rem;
  flex: 1 1 auto;
  min-width: min(100%, 12rem);
}

.tl-scoreChip {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  min-height: 2rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--pair-border);
  background: var(--grade-pill);
  color: var(--app-text);
  white-space: nowrap;
}

.tl-scoreChipGrade {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.tl-scoreChipMid {
  opacity: 0.4;
  font-weight: 500;
  font-size: 0.72rem;
}

.tl-scoreChipNum {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.72rem;
}

.tl-scoreChipDenom {
  opacity: 0.55;
  font-size: 0.65rem;
  font-weight: 500;
}

.tl-appDark .tl-scoreChip[data-grade="A"] {
  background: rgba(74, 222, 128, 0.15);
  border-color: rgba(74, 222, 128, 0.35);
  color: #d1fae5;
}

.tl-appDark .tl-scoreChip[data-grade="B"] {
  background: rgba(110, 158, 251, 0.18);
  border-color: rgba(110, 158, 251, 0.35);
  color: #dbeafe;
}

.tl-appDark .tl-scoreChip[data-grade="C"] {
  background: rgba(250, 204, 21, 0.12);
  border-color: rgba(250, 204, 21, 0.28);
  color: #fef9c3;
}

.tl-appDark .tl-scoreChip[data-grade="D"],
.tl-appDark .tl-scoreChip[data-grade="F"] {
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.3);
  color: #fecaca;
}

.tl-appLight .tl-scoreChip[data-grade="A"] {
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.28);
  color: #14532d;
}

.tl-appLight .tl-scoreChip[data-grade="B"] {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.25);
  color: #1e3a8a;
}

.tl-appLight .tl-scoreChip[data-grade="C"] {
  background: rgba(161, 98, 7, 0.12);
  border-color: rgba(161, 98, 7, 0.25);
  color: #713f12;
}

.tl-appLight .tl-scoreChip[data-grade="D"],
.tl-appLight .tl-scoreChip[data-grade="F"] {
  background: rgba(185, 28, 28, 0.1);
  border-color: rgba(185, 28, 28, 0.25);
  color: #7f1d1d;
}

/* Preview */
.tl-compare {
  margin: 0;
}

/* Nested preview: same card as shell — no second bordered “card” */
.tl-shell > .tl-compare {
  padding: 0;
  border-top: 1px solid var(--pair-border);
  background: transparent;
}

.tl-shell > .tl-compare .tl-pairCard {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-height: 0;
}

.tl-shell > .tl-compare .tl-pairCardToolbar {
  padding: 0.7rem 1.25rem;
  border-bottom: 1px solid var(--pair-border);
  background: rgba(0, 0, 0, 0.14);
}

.tl-appLight .tl-shell > .tl-compare .tl-pairCardToolbar {
  background: rgba(0, 0, 0, 0.03);
}

.tl-shell > .tl-compare .tl-pairCardHint {
  margin: 0;
  padding: 0.4rem 1.25rem 0.65rem;
  border-bottom: none;
  background: transparent;
}

/* One reading surface: full width, type measure constrained inside */
.tl-shell > .tl-compare .tl-pairPreviewShell {
  margin: 0;
  padding: 1.2rem max(1.25rem, 3vw) 1.35rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--pair-border);
  background: rgba(0, 0, 0, 0.22);
  box-shadow: none;
  min-height: min(28vh, 12rem);
}

.tl-appLight .tl-shell > .tl-compare .tl-pairPreviewShell {
  background: rgba(255, 255, 255, 0.72);
}

.tl-shell > .tl-compare .tl-pairSample {
  max-width: 42rem;
  width: 100%;
  margin-inline: auto;
}

.tl-pairCard {
  border: 1px solid var(--pair-border);
  border-radius: 12px;
  background: var(--card-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.tl-pairCardToolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--pair-border);
  background: var(--card-head-bg);
}

.tl-pairCardToolbarLabel {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pair-muted);
}

.tl-vibeChipList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-vibeChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid var(--pair-border);
  background: rgba(110, 158, 251, 0.1);
  color: rgba(200, 215, 255, 0.95);
}

.tl-appLight .tl-vibeChip {
  background: rgba(37, 99, 235, 0.08);
  color: #1e3a8a;
  border-color: rgba(37, 99, 235, 0.2);
}

.tl-pairCardHint {
  margin: 0;
  padding: 0.5rem 1rem 0.6rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--pair-muted);
  border-bottom: 1px solid var(--pair-border);
  background: var(--card-bg);
}

/* Inset canvas: type preview reads as one block inside the card */
.tl-pairPreviewShell {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0.75rem 0.85rem;
  padding: 1.15rem 1.1rem 1.25rem;
  border-radius: 10px;
  border: 1px solid var(--pair-border);
  background: var(--pair-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  min-height: min(42vh, 22rem);
}

.tl-appLight .tl-pairPreviewShell {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.tl-pairSample {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/* Scale lives on the same node as .tl-pairCard — compound selectors avoid CSS-module descendant bugs */
.tl-pairCard.tl-scaleBalanced .tl-pairDisplay {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.8vw, 2.15rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: var(--preview-text);
}

.tl-pairCard.tl-scaleBalanced .tl-pairHeading {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--preview-text-dim);
}

.tl-pairCard.tl-scaleBalanced .tl-pairBody {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--preview-body);
}

.tl-pairCard.tl-scaleTight .tl-pairDisplay {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--preview-text);
}

.tl-pairCard.tl-scaleTight .tl-pairHeading {
  margin: 0 0 0.55rem;
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--preview-text-dim);
}

.tl-pairCard.tl-scaleTight .tl-pairBody {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--preview-body);
}

.tl-pairCard.tl-scaleEditorial .tl-pairDisplay {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--preview-text);
}

.tl-pairCard.tl-scaleEditorial .tl-pairHeading {
  margin: 0 0 1.25rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--preview-text-dim);
}

.tl-pairCard.tl-scaleEditorial .tl-pairBody {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--preview-body);
  max-width: 38em;
}
