/* ============================================================
   TOKENIST v2 — Legacy custom block styles
   Restyled into the new design system. Class names are preserved
   from the original deshortcodes/* blocks so existing content
   (2,300+ articles) renders correctly.
   Scope under .prose where they appear in article/page bodies.
   ============================================================ */

/* ---- note (deshortcodes/note) ---- */
.prose .post-note {
  border: 1px solid var(--line); border-left: 3px solid var(--accent);
  background: var(--surface); border-radius: var(--radius-sm);
  padding: 16px 20px; margin: 26px 0; font-size: 15px; color: var(--text-2);
}
.prose .post-note p:last-child { margin-bottom: 0; }

/* ---- greynote / greynote-new (.text-with-bg) ---- */
.prose .text-with-bg {
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px 20px; margin: 26px 0;
  font-size: 15px; color: var(--text-2);
}
.prose .text-with-bg p:last-child { margin-bottom: 0; }
.prose .text-with-border {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 20px; margin: 24px 0; font-size: 13.5px; color: var(--text-3);
}

/* ---- highlighted / highlighted-second / best-of ---- */
.prose .post-highlighted-content {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 24px; margin: 30px 0; position: relative; overflow: hidden;
}
.prose .post-highlighted-content::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background: var(--accent); }
.prose .post-highlighted-content__title h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin: 0 0 14px; }
.prose .post-highlighted-content__text p { margin: 0 0 12px; }
.prose .post-highlighted-content__text ul,
.prose .post-highlighted-content__text ol { margin: 4px 0 0; padding-left: 22px; }
.prose .post-highlighted-content__text li { margin-bottom: 8px; }
.prose .post-highlighted-content--bestof::before { background: var(--gold); }
.prose .post-highlighted-content--bestof h4 { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 18px; margin: 0 0 14px; }
.prose .post-highlighted-content--bestof h4 img { width: 22px; height: 22px; }

/* ---- compare (.post-comparison) ---- */
.prose .post-comparison { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin: 30px 0; }
.prose .post-comparison__title-wrap { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.prose .post-comparison__img { width: 56px; height: 56px; border-radius: 12px; overflow: hidden; background: var(--surface-3); flex-shrink: 0; }
.prose .post-comparison__img img { width: 100%; height: 100%; object-fit: contain; }
.prose .post-comparison__title h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin: 0; }
.prose .post-comparison__title p { margin: 4px 0 0; color: var(--text-3); font-size: 13.5px; }
.prose .post-comparison__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.prose .post-comparison__list li { position: relative; padding-left: 26px; margin: 0; }
.prose .post-comparison__list li::before { content:""; position:absolute; left:0; top:4px; width:16px; height:16px; border-radius:50%; background: var(--accent-soft); }
.prose .post-comparison__list li::after { content:""; position:absolute; left:5px; top:8px; width:6px; height:3px; border-left:2px solid var(--accent); border-bottom:2px solid var(--accent); transform: rotate(-45deg); }

/* ---- company (.post-company) ---- */
.prose .post-company { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin: 30px 0; }
.prose .post-company__top { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.prose .post-company__img { width: 88px; height: 56px; flex-shrink: 0; }
.prose .post-company__img img { width: 100%; height: 100%; object-fit: contain; }
.prose .post-company__text { font-size: 14.5px; color: var(--text-2); }
.prose .post-company__text p:last-child { margin-bottom: 0; }
.prose .post-company__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 620px){ .prose .post-company__inner { grid-template-columns: 1fr; } }
.prose .post-company__item h3 { font-family: var(--font-display); font-size: 17px; margin: 0 0 12px; }
.prose .post-company__item ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.prose .post-company__item ul li { position: relative; padding-left: 22px; margin: 0; font-size: 14px; }
.prose .post-company__item ul li::before { content:"›"; position:absolute; left:4px; color: var(--accent); font-weight: 700; }
.prose .post-company__item ul.metric-list li { padding-left: 0; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line-2); padding-bottom: 8px; }
.prose .post-company__item ul.metric-list li::before { content: none; }
.prose .post-company__bottom { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.prose .post-company__bottom .btn-wrap { display: flex; flex-direction: column; gap: 6px; }
.prose .button-after-text { font-size: 11.5px; color: var(--text-3); }

/* ---- company-logo ---- */
.prose .post-company-logo { margin: 24px 0; text-align: center; }
.prose .post-company-logo img { display: inline-block; max-height: 64px; width: auto; }

/* ---- service (.post-service) ---- */
.prose .post-service { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin: 30px 0; }
.prose .post-service__title { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 19px; font-weight: 600; margin-bottom: 12px; }
.prose .post-service__img { width: 48px; height: 48px; flex-shrink: 0; }
.prose .post-service__img img { width: 100%; height: 100%; object-fit: contain; }
.prose .post-service__content { color: var(--text-2); font-size: 15px; }

/* ---- button / comparison-list (.comperison-lists) ---- */
.prose .comperison-lists { margin: 28px 0; }
.prose .comperison-lists .btn { background: var(--accent); color: #fff; }
.prose .comperison-lists .btn:hover { filter: brightness(1.08); }
.prose .comperison-lists .btn a { color: #fff; }
.prose .comperison-lists > span { display: block; font-size: 11.5px; color: var(--text-3); margin-top: 8px; }
.prose .comperison-lists__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
@media (max-width: 620px){ .prose .comperison-lists__wrap { grid-template-columns: 1fr; } }
.prose .comperison-lists__item { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 20px; background: var(--surface); }
.prose .comperison-lists__item h4 { font-family: var(--font-display); font-size: 16px; margin: 0 0 12px; }
.prose .comperison-lists__item ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.prose .comperison-lists__item li { position: relative; padding-left: 24px; margin: 0; font-size: 14px; }
.prose .comperison-lists__item--pros li::before { content:"✓"; position:absolute; left:2px; color: var(--up); font-weight: 700; }
.prose .comperison-lists__item--cons li::before { content:"✕"; position:absolute; left:2px; color: var(--down); font-weight: 700; }

/* ---- table (.post-table, stripes style) ---- */
.prose .post-table { display: flex; gap: 0; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.prose .post-table__caption { background: var(--surface-2); flex-shrink: 0; }
.prose .post-table__inner { display: flex; flex: 1; overflow-x: auto; }
.prose .post-table__item { min-width: 130px; border-left: 1px solid var(--line-2); }
.prose .post-table__caption .post-table__item { border-left: 0; }
.prose .post-table__item-top { padding: 12px 16px; font-weight: 600; font-size: 13px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.prose .post-table__item-bot { padding: 11px 16px; font-size: 13.5px; border-bottom: 1px solid var(--line-2); font-family: var(--font-mono); }
.prose .post-table__item-bot:last-child { border-bottom: 0; }

/* ---- image-with-hover-caption ---- */
.prose .js__img-popup { position: relative; cursor: help; }
.js__img-text-popup { position: fixed; z-index: 200; max-width: 320px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 13px; color: var(--text); box-shadow: var(--shadow-lg); pointer-events: none; display: none; }

/* ---- cta (.cta-banner) ---- */
.prose .cta-banner { background-size: cover; background-position: center; border: 1px solid var(--accent-line); border-radius: var(--radius); padding: 28px; margin: 32px 0; position: relative; overflow: hidden; }
.prose .cta-banner::after { content:""; position:absolute; inset:0; background: linear-gradient(120deg, color-mix(in srgb, var(--bg) 82%, transparent), color-mix(in srgb, var(--bg) 55%, transparent)); z-index: 0; }
.prose .cta-banner--grey { border-color: var(--line); }
.prose .cta-banner__inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; justify-content: space-between; flex-wrap: wrap; }
.prose .cta-banner__text { flex: 1; min-width: 240px; }
.prose .cta-banner__text-top { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.prose .cta-banner__text h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 0 0 8px; }
.prose .cta-banner__text h3 a { color: var(--text); }
.prose .cta-banner__text p { margin: 0; color: var(--text-2); font-size: 14.5px; }
.prose .cta-banner__link { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 20px; border-radius: 10px; background: var(--accent); color: var(--accent-ink); font-weight: 600; white-space: nowrap; }
.prose .cta-banner__link:hover { filter: brightness(1.08); }

/* ---- subscribe (.newsletter-cta) ---- */
.prose .newsletter-cta { background: linear-gradient(160deg, var(--accent-soft), transparent); border: 1px solid var(--accent-line); border-radius: var(--radius); padding: 26px; margin: 32px 0; }
.prose .newsletter-cta__text h3 { font-family: var(--font-display); font-size: 22px; margin: 0 0 8px; }
.prose .newsletter-cta__text p { margin: 0 0 14px; color: var(--text-2); }
.prose .newsletter-cta--form { margin-top: 16px; }
.prose .newsletter-cta--success { display: none; }
.prose .js_newsletter-form.js_newsletter-success .newsletter-cta--success,
.prose .newsletter-cta.js_newsletter-success .newsletter-cta--success { display: block; }
.prose .newsletter-cta__form { display: flex; gap: 8px; flex-wrap: wrap; }
.prose .newsletter-cta__form input[type=text], .prose .newsletter-cta__form input[type=email] { flex: 1; min-width: 200px; height: 44px; padding: 0 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-family: inherit; }
.prose .btn--orange { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 20px; border-radius: 10px; background: var(--accent); color: var(--accent-ink); border: 0; font-weight: 600; font-family: inherit; }
.prose .btn--orange:hover { filter: brightness(1.08); }

/* ---- subscribe-redesign (.cta-sub) ---- */
.prose .cta-sub { background: var(--surface); border: 1px solid var(--accent-line); border-radius: var(--radius); padding: 28px; margin: 32px 0; text-align: center; }
.prose .cta-sub__title { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin-bottom: 8px; }
.prose .cta-sub__subtitle { color: var(--text-2); margin-bottom: 6px; }
.prose .cta-sub__excerpt { color: var(--text-3); font-size: 14px; margin-bottom: 16px; }
.prose .cta-sub .btn { background: var(--accent); color: var(--accent-ink); border: 0; }
.prose .cta-sub.is-sended .cta-sub__start, .prose .cta-sub.is-sended .cta-sub__form { display: none !important; }
.prose .cta-sub.is-sended .cta-sub__result { display: block !important; }

/* ---- comparison / comparison-new (.comparison-table) ---- */
.prose .comparison-table { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 30px 0; background: var(--surface); }
.prose .comparison-table__head .comparison-table__row { display: flex; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.prose .comparison-table__row { display: flex; }
.prose .comparison-table__title { padding: 12px 16px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--text-3); background: var(--surface-2); border-bottom: 1px solid var(--line-2); }
.prose .comparison-table__items .comparison-table__row { border-bottom: 1px solid var(--line-2); }
.prose .comparison-table__item { flex: 1; padding: 12px 16px; font-size: 13.5px; display: flex; align-items: center; min-width: 0; }
.prose .comparison-table__item img { max-height: 34px; width: auto; }
.prose .comparison-table__row .comparison-table__item:first-child { font-weight: 600; color: var(--text); flex: 1.4; }
.prose .comparison-table .check, .prose .comparison-table .uncheck, .prose .comparison-table .no-check { width: 18px; height: 18px; display: inline-block; border-radius: 50%; position: relative; }
.prose .comparison-table .check { background: var(--up-soft); }
.prose .comparison-table .check::after { content:""; position:absolute; left:5px; top:5px; width:6px; height:3px; border-left:2px solid var(--up); border-bottom:2px solid var(--up); transform: rotate(-45deg); }
.prose .comparison-table .uncheck { background: var(--down-soft); }
.prose .comparison-table .uncheck::after { content:"✕"; position:absolute; inset:0; display:grid; place-items:center; color: var(--down); font-size: 11px; }
.prose .comparison-table .no-check { background: var(--surface-3); }
.prose .comparison-table__footer { display: flex; border-top: 1px solid var(--line); background: var(--surface-2); }
.prose .comparison-table__footer .btn { background: var(--accent); color: var(--accent-ink); }
.prose .comparison-table__more { padding: 12px 16px; cursor: pointer; }
.prose .comparison-table__more span { color: var(--accent); font-weight: 600; font-size: 13px; cursor: pointer; }
.prose .comparison-table .hidden { display: none; }
.prose .comparison-table.opened .hidden { display: flex; }
.prose .comparison-table__two .comparison-table__item { flex-basis: 50%; }
/* mobile comparison slider — keep simple: stack */
.prose .comparison-slider { display: none; }
@media (max-width: 760px){
  .prose .comparison-table { display: none; }
  .prose .comparison-slider { display: block; margin: 30px 0; }
}

/* ---- wyl (.what-learn "What you'll learn") ---- */
.prose .what-learn { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius); padding: 20px 22px; margin: 30px 0; }
.prose .what-learn__scroll { display: none; }
.prose .what-learn__head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.prose .what-learn__icon img { width: 24px; height: 24px; }
.prose .what-learn__title { font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.prose .what-learn__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.prose .what-learn__list li { position: relative; padding-left: 24px; margin: 0; cursor: pointer; color: var(--accent); font-weight: 500; transition: color .15s; }
.prose .what-learn__list li::before { content:"→"; position:absolute; left:2px; color: var(--accent); }
.prose .what-learn__list li:hover { text-decoration: underline; }

/* ---- form-function (.recommendation) ---- */
.prose .recommendation { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 32px 0; }
.prose .recommendation-title h3 { font-family: var(--font-display); font-size: 22px; margin: 0 0 6px; }
.prose .recommendation-title p { margin: 0 0 18px; color: var(--text-2); }
.prose .recommendation-form__item { margin-bottom: 20px; }
.prose .recommendation-form__title { font-weight: 600; margin-bottom: 10px; }
.prose .recommendation-form__inputs { display: flex; gap: 8px; flex-wrap: wrap; }
.prose .recommendation-form__inputs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px,1fr)); }
.prose .recommendation-form__inputs label { display: block; padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-size: 13.5px; background: var(--surface-2); transition: all .15s; }
.prose .recommendation-form__inputs input { position: absolute; opacity: 0; }
.prose .recommendation-form__inputs input:checked + label { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.prose .recommendation-form__inputs-describe { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--text-3); margin-top: 6px; }
.prose .recommendation-table { margin-top: 20px; }
.prose .recommendation-form__table table { width: 100%; }

/* generic in-content image popup container is appended to body by JS */

/* ============================================================
   Content shortcodes ([pros][cons][note][gnote][timeline][score][faq])
   ============================================================ */

/* pros / cons */
.prose .tk-pc { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px; margin: 24px 0; background: var(--surface); }
.prose .tk-pc__head { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 17px; font-weight: 600; margin-bottom: 12px; }
.prose .tk-pc__ic { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; }
.prose .tk-pc--pros { border-left: 3px solid var(--up); }
.prose .tk-pc--pros .tk-pc__ic { background: var(--up); }
.prose .tk-pc--cons { border-left: 3px solid var(--down); }
.prose .tk-pc--cons .tk-pc__ic { background: var(--down); }
.prose .tk-pc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.prose .tk-pc li { position: relative; padding-left: 26px; margin: 0; font-size: 14.5px; }
.prose .tk-pc--pros li::before { content: "✓"; position: absolute; left: 4px; color: var(--up); font-weight: 700; }
.prose .tk-pc--cons li::before { content: "✕"; position: absolute; left: 4px; color: var(--down); font-weight: 700; }

/* note title */
.prose .tk-note__title { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.prose .tk-note__body p:last-child { margin-bottom: 0; }

/* gnote (icon note) */
.prose .tk-gnote__head { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.prose .tk-gnote__ic { font-size: 18px; line-height: 1; }
.prose .tk-gnote__title { font-family: var(--font-display); font-size: 16px; font-weight: 600; }
.prose .tk-gnote__body p:last-child { margin-bottom: 0; }

/* timeline */
.prose .tk-timeline { position: relative; margin: 28px 0; padding-left: 6px; }
.prose .tk-timeline__item { position: relative; display: grid; grid-template-columns: 84px 18px 1fr; align-items: start; gap: 12px; padding: 8px 0; }
.prose .tk-timeline__item::before { content: ""; position: absolute; left: 92px; top: 22px; bottom: -8px; width: 2px; background: var(--line); }
.prose .tk-timeline__item:last-child::before { display: none; }
.prose .tk-timeline__time { font-family: var(--font-mono); font-size: 12.5px; color: var(--text-3); text-align: right; padding-top: 2px; }
.prose .tk-timeline__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--surface); border: 2px solid var(--accent); margin-top: 4px; z-index: 1; }
.prose .tk-timeline__item.is-highlight .tk-timeline__dot { background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.prose .tk-timeline__text { font-size: 14.5px; }
.prose .tk-timeline__item.is-highlight .tk-timeline__text { font-weight: 600; }

/* score card (body to the right) */
.prose .tk-score { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin: 28px 0; background: var(--surface); }
@media (max-width: 540px){ .prose .tk-score { grid-template-columns: 1fr; } }
.prose .tk-score__badge { text-align: center; }
.prose .tk-score__val { font-family: var(--font-mono); font-size: 40px; font-weight: 700; color: var(--accent); line-height: 1; display: block; }
.prose .tk-score__max { font-family: var(--font-mono); font-size: 13px; color: var(--text-3); }
.prose .tk-score__label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-3); font-weight: 700; margin-top: 6px; }
.prose .tk-score__body p:last-child { margin-bottom: 0; }

/* ============================================================
   Compact editorial disclaimer (under title)
   ============================================================ */
.tk-disclaimer { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-2); margin: 0 0 24px; font-size: 12.5px; }
.tk-disclaimer > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--text-3); font-weight: 600; }
.tk-disclaimer > summary::-webkit-details-marker { display: none; }
.tk-disclaimer__ic { color: var(--accent); display: inline-flex; }
.tk-disclaimer__ic svg { width: 15px; height: 15px; }
.tk-disclaimer__more { margin-left: auto; color: var(--accent); }
.tk-disclaimer[open] .tk-disclaimer__more { display: none; }
.tk-disclaimer__body { padding: 0 14px 14px; color: var(--text-2); line-height: 1.6; }
.tk-disclaimer__body p { margin: 0 0 10px; }
.tk-disclaimer__body a { color: var(--accent); text-decoration: underline; }

/* ============================================================
   Ninja Tables + plain HTML tables in content
   ============================================================ */
.prose .ninja-table-wrapper, .prose [id^="footable_parent_"], .prose [id^="ninja_table_instance_"] { margin: 24px 0; overflow-x: auto; }
.prose table.footable, .prose table.foo-table, .prose table.ninja-tables-footable, .prose table.ninja_footable,
.prose [id^="ninja_table_instance_"] table, .prose table[id^="footable_"] {
	width: 100%; border-collapse: collapse; font-size: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.prose table.footable th, .prose table.foo-table th, .prose table.ninja-tables-footable th, .prose [id^="ninja_table_instance_"] th {
	background: var(--surface-2); color: var(--text); font-weight: 600; text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em;
}
.prose table.footable td, .prose table.foo-table td, .prose table.ninja-tables-footable td, .prose [id^="ninja_table_instance_"] td { padding: 12px 14px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.prose table.footable tbody tr:hover, .prose table.foo-table tbody tr:hover, .prose table.ninja-tables-footable tbody tr:hover { background: var(--surface-2); }
.prose table.footable tbody tr:last-child td, .prose table.ninja-tables-footable tbody tr:last-child td { border-bottom: 0; }
/* Ninja Tables sometimes injects its own inline th/td colors — neutralize for theme consistency */
.prose .ninja-tables-footable th, .prose .ninja-tables-footable td { background-image: none; }
/* zebra for stat-heavy tables */
.prose table tbody tr:nth-child(even) { background: color-mix(in srgb, var(--surface-2) 50%, transparent); }


/* ============================================================
   [review_card] + [feature] — product review card
   Built on theme tokens so it adapts to dark/light automatically.
   Per-card accent is overridable via inline --rc-accent (accent="").
   ============================================================ */
.prose .rc {
	--rc-accent:      var(--accent);
	--rc-accent-soft: var(--accent-soft);
	--rc-accent-line: var(--accent-line);

	position: relative;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 22px 24px;
	margin: 28px 0;
	color: var(--text);
	box-shadow: var(--shadow);
	transition: box-shadow .18s ease, border-color .18s ease;
}
.prose .rc * { box-sizing: border-box; }
.prose .rc:hover { box-shadow: var(--shadow-lg); border-color: var(--line-strong); }

.prose .rc-grid {
	display: grid;
	grid-template-columns: minmax(136px, .72fr) minmax(200px, 224px) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

/* ── Identity ── */
.prose .rc-identity { display: flex; flex-direction: column; align-items: flex-start; align-self: start; gap: 10px; }
.prose .rc-logo { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 12px; min-width: 138px; max-width: 100%; }
.prose .rc-logo--img { display: block; padding: 0; width: 148px; max-width: 100%; min-height: 44px; min-width: 0; }
.prose .rc-logo--img img { width: 100%; max-width: 148px; max-height: 44px; height: auto; display: block; object-fit: contain; object-position: left center; }
.prose .rc-logo-word { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -.005em; }

.prose .rc-score { font-family: var(--font-display); font-weight: 700; line-height: 1; display: inline-flex; align-items: baseline; gap: 2px; margin-top: 2px; color: var(--rc-accent); }
.prose .rc-score-num { font-size: 46px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.prose .rc-score-of { font-size: 15px; color: var(--text-3); font-weight: 500; margin-left: 2px; }

.prose .rc-brand-line { display: flex; flex-direction: column; gap: 2px; }
.prose .rc-brand-name { font-weight: 600; color: var(--text); font-size: 15px; }
.prose .rc-brand-tag { font-size: 11.5px; color: var(--text-3); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }

/* ── Features ── */
.prose .rc-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-self: start; }
.prose .rc-features--empty { display: none; }
.prose .rc-feat {
	background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px;
	padding: 12px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 5px;
	transition: background .18s ease, border-color .18s ease;
}
.prose .rc-feat:hover { background: var(--surface-3); border-color: var(--line-strong); }
.prose .rc-feat--no-icon { gap: 3px; }
.prose .rc-feat-icon { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; color: var(--rc-accent); }
.prose .rc-feat-icon svg { width: 100%; height: 100%; display: block; }
.prose .rc-feat-icon.rc-icn--emoji { font-size: 18px; line-height: 1; }
.prose .rc-feat-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.prose .rc-feat-value { font-size: 12.5px; font-weight: 600; color: var(--text); line-height: 1.25; }

/* ── Offer ── */
.prose .rc-offer { display: flex; flex-direction: column; gap: 9px; align-items: stretch; }
.prose .rc-offer-kicker { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); text-align: right; }
.prose .rc-offer-value { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.1; letter-spacing: -.01em; text-align: right; color: var(--rc-accent); }
.prose .rc-proof {
	display: flex; align-items: flex-start; gap: 9px; padding: 10px 11px;
	background: var(--rc-accent-soft); border: 1px solid var(--rc-accent-line); border-radius: 9px;
	font-size: 12px; line-height: 1.4; color: var(--text-2);
}
.prose .rc-proof-icon { flex-shrink: 0; margin-top: 1px; line-height: 0; color: var(--rc-accent); display: inline-flex; align-items: center; justify-content: center; }
.prose .rc-proof-icon svg { width: 14px; height: 14px; display: block; }
.prose .rc-proof-icon.rc-icn--emoji { font-size: 14px; line-height: 1; }
.prose .rc-proof-text { color: var(--text-2); }
.prose .rc-proof-text a { color: var(--rc-accent); }

/* ── CTAs ── */
.prose .rc-ctas { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.prose .rc-cta {
	appearance: none; border: 1px solid transparent; font-weight: 600; font-size: 13px;
	padding: 11px 15px; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
	line-height: 1; text-decoration: none; font-family: inherit;
	transition: transform .12s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
}
.prose .rc-cta-primary { background: var(--rc-accent); color: #fff !important; box-shadow: 0 6px 16px -8px var(--rc-accent-line); }
.prose .rc-cta-primary:hover { transform: translateY(-1px); filter: brightness(1.06); color: #fff; }
.prose .rc-cta-arrow svg { width: 13px; height: 13px; transition: transform .15s ease; }
.prose .rc-cta-primary:hover .rc-cta-arrow svg { transform: translate(1px, -1px); }
.prose .rc-cta-secondary { background: var(--surface-2); color: var(--text) !important; border-color: var(--line); }
.prose .rc-cta-secondary:hover { border-color: var(--line-strong); background: var(--surface-3); }

/* ── Rank ribbon ── */
.prose .rc-rank {
	position: absolute; top: 0; left: 24px; transform: translateY(-50%);
	background: var(--rc-accent); color: #fff; font-family: var(--font-display); font-weight: 700;
	padding: 5px 12px 6px; border-radius: 999px; display: inline-flex; align-items: baseline; gap: 1px;
	box-shadow: 0 4px 12px -4px var(--rc-accent-line);
}
.prose .rc-rank-hash { font-size: 11px; opacity: .75; font-weight: 500; }
.prose .rc-rank-num { font-size: 14px; }

/* ── Density modifier ── */
.prose .rc.rc-compact { padding: 18px 22px; }
.prose .rc.rc-compact .rc-grid { gap: 18px; }
.prose .rc.rc-compact .rc-score-num { font-size: 40px; }
.prose .rc.rc-compact .rc-offer-value { font-size: 22px; }
.prose .rc.rc-compact .rc-feat { padding: 10px 8px; }

/* ── Responsive ── */
@media (max-width: 980px) {
	.prose .rc-grid { grid-template-columns: 1fr; gap: 22px; }
	.prose .rc-identity { flex-direction: row; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
	.prose .rc-features { grid-template-columns: repeat(2, minmax(110px, 1fr)); }
	.prose .rc-offer { gap: 12px; }
	.prose .rc-offer-kicker, .prose .rc-offer-value { text-align: left; }
	.prose .rc-ctas { justify-content: flex-start; }
}
@media (max-width: 540px) {
	.prose .rc { padding: 20px 18px; }
	.prose .rc-features { grid-template-columns: repeat(2, 1fr); }
	.prose .rc-identity { flex-wrap: wrap; }
	.prose .rc-score-num { font-size: 40px; }
	.prose .rc-offer-value { font-size: 22px; }
}
