/* ===========================================================================
   Finance portal — public stylesheet (Enterprise Navy theme)
   Palette, type and elevation are declared once here; every component reads
   from these custom properties. Nothing below hardcodes a colour twice.
   =========================================================================== */

:root {
  /* Ink */
  --ink:        #0f1c2e;
  --ink-soft:   #3f4d60;
  --muted:      #6b7a8d;
  --muted-dark: #93a4bb;

  /* Surfaces */
  --paper:      #ffffff;
  --tint:       #f4f6fa;
  --surface:    #ffffff;
  --rule:       #e4e9f1;
  --rule-soft:  #eef1f7;

  /* Navy band */
  --navy:       #0a1526;
  --navy-2:     #0f2544;
  --navy-3:     #16365f;
  --navy-line:  rgba(255, 255, 255, .12);
  --on-navy:    #f3f6fb;
  --on-navy-dim:#a9bad2;

  /* Accent */
  --brand:      #2f6df6;
  --brand-dark: #1d55d0;
  --brand-soft: #e8effe;
  --brand-lift: #7aa5ff;
  --good:       #17a97a;
  --good-soft:  #e3f6ef;
  --warn:       #b3610f;
  --warn-soft:  #fbf0e3;

  --display: "Plus Jakarta Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap: 1200px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(15, 28, 46, .05), 0 10px 30px -18px rgba(15, 28, 46, .35);
  --shadow-lift: 0 2px 4px rgba(15, 28, 46, .06), 0 22px 48px -26px rgba(15, 28, 46, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.022em;
  color: var(--ink);
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); }
h3 { font-size: 1.12rem; font-weight: 700; }

p { margin: 0 0 1.1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 780px; }

/* Eyebrow: small mono label naming the section, always led by a short rule. */
.eyebrow {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--brand);
  flex: 0 0 auto;
  border-radius: 2px;
}

.num { font-family: var(--mono); font-variant-numeric: tabular-nums; }

/* Header, topbar and navigation now live in assets/css/header.css */

/* --------------------------------------------------------------- buttons - */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font: 600 .94rem/1.2 var(--body);
  cursor: pointer;
  text-align: center;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 22px -14px rgba(47, 109, 246, .9); }
.btn--primary:hover { background: var(--brand-dark); color: #fff; }

.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--rule); }
.btn--ghost:hover { border-color: #cfd8e6; background: var(--tint); color: var(--ink); }

.btn--amber { background: var(--brand); color: #fff; box-shadow: 0 10px 22px -14px rgba(47, 109, 246, .9); }
.btn--amber:hover { background: var(--brand-dark); color: #fff; }

.btn--block { width: 100%; }

/* On the navy band the ghost button has to invert. */
.hero .btn--ghost,
.pagehead .btn--ghost {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}
.hero .btn--ghost:hover,
.pagehead .btn--ghost:hover { background: rgba(255, 255, 255, .13); color: #fff; }

/* ------------------------------------------------------------------ hero - */
.hero {
  background:
    radial-gradient(1100px 520px at 82% 8%, rgba(47, 109, 246, .30), transparent 62%),
    radial-gradient(760px 420px at 0% 100%, rgba(22, 54, 95, .55), transparent 60%),
    linear-gradient(115deg, var(--navy) 0%, #0c1d36 52%, var(--navy-3) 100%);
  color: var(--on-navy);
  padding: 84px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 68px 68px;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 56px;
  align-items: start;
}
.hero .eyebrow { color: var(--on-navy-dim); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.3rem, 4.9vw, 3.6rem);
  max-width: 15ch;
  margin-bottom: .34em;
}
.hero h1 em { font-style: normal; color: var(--brand-lift); }
.hero__lede { color: var(--on-navy-dim); font-size: 1.08rem; max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.hero__points {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  color: var(--on-navy-dim);
  font-size: .92rem;
}
.hero__points li { display: inline-flex; align-items: center; gap: 10px; }
.hero__points li::before {
  content: "";
  width: 15px; height: 15px;
  border-radius: 50%;
  border: 2px solid var(--good);
  background: rgba(23, 169, 122, .18);
  flex: 0 0 auto;
}

/* Due-dates ledger card that sits beside the hero copy. */
.ledger {
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 22px 24px 20px;
  backdrop-filter: blur(6px);
}
.ledger__head {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--on-navy-dim);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--navy-line);
}
.ledger__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--navy-line);
}
.ledger__row:last-of-type { border-bottom: 0; }
.ledger__label { color: var(--on-navy); font-size: .96rem; }
.ledger__value { font-family: var(--mono); color: #fff; font-size: .95rem; white-space: nowrap; }
.ledger__note {
  margin: 12px 0 0;
  font-size: .78rem;
  line-height: 1.55;
  color: rgba(169, 186, 210, .78);
}

/* ------------------------------------------------------------- stat strip - */
.stats {
  background: var(--navy);
  border-top: 1px solid var(--navy-line);
  color: var(--on-navy);
}
.stats .wrap { padding: 0 24px; }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stat { padding: 30px 28px; border-left: 1px solid var(--navy-line); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat__value { font-family: var(--display); font-weight: 800; font-size: 2rem; color: #fff; line-height: 1; }
.stat__label {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--on-navy-dim);
  margin-top: 10px;
}

/* -------------------------------------------------------------- sections - */
.section { padding: 76px 0; }
.section--tint { background: var(--tint); }

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.section__head h2 { margin: 0 0 .3em; }
.section__head p { margin: 0; color: var(--muted); max-width: 62ch; }

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ----------------------------------------------------------------- cards - */
.card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.card:hover { border-color: #d4dded; box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.card__kicker {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}
.card h3 { margin: 0 0 8px; font-size: 1.06rem; }
.card h3 a { color: var(--ink); }
.card h3 a:hover { color: var(--brand); text-decoration: none; }
.card p { color: var(--ink-soft); font-size: .94rem; margin: 0 0 16px; }
.card__meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--mono);
  font-size: .76rem;
  color: var(--muted);
}
.card__thumb { border-radius: var(--radius-sm); margin-bottom: 16px; }

.card--price .price { font-family: var(--display); font-weight: 800; font-size: 1.32rem; color: var(--ink); letter-spacing: -.02em; }
.card--price .price small { font-family: var(--mono); font-weight: 400; font-size: .72rem; color: var(--muted); margin-left: 4px; }

.card--tool { border-left: 3px solid var(--brand); }
.card--tool h3 { margin-bottom: 0; }
.card--tool p { margin-top: 8px; }

/* --------------------------------------------------------------- pillars - */
.pillar { padding: 40px 0; border-top: 1px solid var(--rule); }
.pillar:first-of-type { border-top: 0; padding-top: 0; }
.pillar__head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.pillar__head h2 { margin: 0 0 .2em; }
.pillar__head h2 a { color: var(--ink); }
.pillar__head h2 a:hover { color: var(--brand); text-decoration: none; }

.linklist { list-style: none; margin: 0; padding: 0; }
.linklist li { padding: 8px 0; border-bottom: 1px solid var(--rule-soft); }

/* ----------------------------------------------------------------- quote - */
.quote {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 24px;
}
.quote blockquote { margin: 0 0 16px; font-size: 1rem; color: var(--ink-soft); line-height: 1.65; }
.quote figcaption { font-size: .86rem; color: var(--muted); }
.quote figcaption strong { display: block; color: var(--ink); font-family: var(--display); font-weight: 700; }
.stars { color: #e2a33c; letter-spacing: .12em; margin-bottom: 12px; font-size: .9rem; }

/* ------------------------------------------------------------------- cta - */
.cta {
  background:
    radial-gradient(700px 320px at 88% 12%, rgba(47, 109, 246, .34), transparent 60%),
    linear-gradient(115deg, var(--navy) 0%, #0c1d36 60%, var(--navy-3) 100%);
  color: var(--on-navy);
  border-radius: var(--radius);
  padding: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}
.cta h2 { color: #fff; margin: 0 0 .35em; }
.cta p { color: var(--on-navy-dim); margin: 0; max-width: 62ch; }
.cta .btn--primary { background: #fff; color: var(--navy); box-shadow: none; }
.cta .btn--primary:hover { background: var(--brand-soft); color: var(--navy); }

/* -------------------------------------------------------------- pagehead - */
.pagehead {
  background:
    radial-gradient(900px 420px at 88% 0%, rgba(47, 109, 246, .28), transparent 62%),
    linear-gradient(115deg, var(--navy) 0%, #0c1d36 58%, var(--navy-3) 100%);
  color: var(--on-navy);
  padding: 62px 0 66px;
}
.pagehead h1 { color: #fff; margin-bottom: .28em; }
.pagehead p { color: var(--on-navy-dim); margin: 0; max-width: 70ch; }
.pagehead .eyebrow { color: var(--on-navy-dim); }

.crumbs {
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.pagehead .crumbs { color: var(--on-navy-dim); }
.crumbs a { color: inherit; }
.crumbs a:hover { color: var(--brand); }
.pagehead .crumbs a:hover { color: #fff; }
.crumbs span { opacity: .5; }

/* ---------------------------------------------------------------- layout - */
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  padding-top: 52px;
  padding-bottom: 72px;
  align-items: start;
}

.sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }
.sidebar__block {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 20px;
}
.sidebar__block h3 { font-size: .96rem; margin: 0 0 12px; }
.sidebar__block ul { list-style: none; margin: 0; padding: 0; }
.sidebar__block li { padding: 8px 0; border-bottom: 1px solid var(--rule-soft); font-size: .92rem; color: var(--ink-soft); }
.sidebar__block li:last-child { border-bottom: 0; }

/* ----------------------------------------------------------------- prose - */
.prose { font-size: 1.04rem; color: var(--ink-soft); }
.prose h2 { margin: 1.7em 0 .5em; color: var(--ink); }
.prose h3 { margin: 1.5em 0 .4em; color: var(--ink); font-size: 1.1rem; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose img { border-radius: var(--radius-sm); margin: 1.6em 0; }
.prose blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--brand);
  color: var(--ink);
  font-size: 1.06rem;
}
.prose table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .94rem; }
.prose th, .prose td { padding: 11px 14px; border-bottom: 1px solid var(--rule); text-align: left; }
.prose th { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-family: var(--mono);
  font-size: .76rem;
  color: var(--muted);
  padding: 14px 0 22px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 28px;
}

/* ------------------------------------------------------------ calculator - */
.calc {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .78fr);
  gap: 28px;
  align-items: start;
}
.calc__form {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.calc__result {
  background: linear-gradient(150deg, var(--navy-2), var(--navy));
  color: var(--on-navy);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-lift);
}
.calc__result h3 { color: #fff; margin: 0 0 18px; font-size: 1.06rem; }
.calc__out {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--navy-line);
  font-size: .95rem;
  color: var(--on-navy-dim);
}
.calc__out:last-of-type { border-bottom: 0; }
.calc__out b { font-family: var(--mono); color: #fff; font-weight: 500; }
.calc__out--lead { color: var(--on-navy); }
.calc__out--lead b { font-size: 1.6rem; color: #4fd6a3; font-family: var(--display); font-weight: 800; }
.calc__note { margin: 16px 0 0; font-size: .78rem; line-height: 1.55; color: rgba(169, 186, 210, .8); }

/* ---------------------------------------------------------------- forms - */
.field { margin-bottom: 18px; }
.field > label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--surface);
  font: 400 .96rem/1.5 var(--body);
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(47, 109, 246, .14);
}
.field .hint { font-size: .8rem; color: var(--muted); margin: 7px 0 0; }
.field--num input { font-family: var(--mono); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }

.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert { border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 22px; font-size: .93rem; }
.alert--error { background: #fdecec; border: 1px solid #f4c9c9; color: #92231f; }
.alert ul { margin: 8px 0 0; padding-left: 1.1em; }

.pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
}
.pill--good { background: var(--good-soft); color: #0d6f50; }
.pill--warn { background: var(--warn-soft); color: var(--warn); }

/* ----------------------------------------------------- pagination, empty - */
.pagination { margin-top: 36px; }
.pagination ul { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; flex-wrap: wrap; }
.pagination a, .pagination strong {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  font-family: var(--mono);
  font-size: .85rem;
  color: var(--ink-soft);
  background: var(--surface);
}
.pagination a:hover { border-color: var(--brand); color: var(--brand); text-decoration: none; }
.pagination strong { background: var(--brand); border-color: var(--brand); color: #fff; }

.empty {
  border: 1px dashed var(--rule);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--muted);
  background: var(--tint);
}

/* ---------------------------------------------------------------- footer - */
.footer {
  background: var(--navy);
  color: var(--on-navy-dim);
  padding: 62px 0 26px;
  font-size: .93rem;
}
.footer a { color: var(--on-navy-dim); }
.footer a:hover { color: #fff; text-decoration: none; }
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(5, minmax(0, 1fr));
  gap: 34px;
}
.footer h4 {
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-dark);
  margin: 0 0 16px;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 10px; }
.footer__brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer__brand .brand__mark { background: rgba(255, 255, 255, .1); }
.footer__brand .brand__name { color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.14rem; letter-spacing: -.03em; }
.footer__bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--navy-line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .84rem;
  color: var(--muted-dark);
}

/* ------------------------------------------------------------ responsive - */
@media (max-width: 1080px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .layout { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; }
}

@media (max-width: 960px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { border-left: 0; padding-left: 0; }
  .calc { grid-template-columns: minmax(0, 1fr); }
  .cta { grid-template-columns: minmax(0, 1fr); padding: 32px; }
}

@media (max-width: 720px) {
  .grid--3, .grid--4, .grid--2 { grid-template-columns: minmax(0, 1fr); }
  .field-row { grid-template-columns: minmax(0, 1fr); }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { padding: 56px 0 64px; }
  .section { padding: 54px 0; }
}

/* Inner pages sit on the tinted canvas beneath their navy page header. */
body:has(.pagehead) main { background: var(--tint); }
body:has(.pagehead) main .section,
body:has(.pagehead) main .section--tint { background: transparent; }

/* --------------------------------------------- prose: rich editor output - */
.prose figure { margin: 1.8em 0; }
.prose figure img { margin: 0; display: block; }
.prose figcaption {
  margin-top: .6em;
  font-family: var(--mono);
  font-size: .76rem;
  color: var(--muted);
}
.prose figure.align-center { text-align: center; }
.prose figure.align-center img { margin-inline: auto; }
.prose figure.align-left { float: left; margin: .3em 1.6em 1em 0; max-width: 46%; }
.prose figure.align-right { float: right; margin: .3em 0 1em 1.6em; max-width: 46%; }
.prose pre {
  margin: 1.6em 0;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: var(--navy, #0d1b2f);
  color: #e2e8f0;
  font-family: var(--mono);
  font-size: .84rem;
  line-height: 1.65;
  overflow-x: auto;
}
.prose code {
  font-family: var(--mono);
  font-size: .88em;
  background: rgba(13, 27, 47, .06);
  padding: .12em .38em;
  border-radius: 5px;
}
.prose pre code { background: none; padding: 0; }
.prose mark { background: #fde68a; padding: .05em .2em; border-radius: 3px; }
.prose hr { border: 0; border-top: 1px solid var(--rule); margin: 2.4em 0; }
.prose .callout {
  margin: 1.8em 0;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent, #4f9cf9);
  background: rgba(79, 156, 249, .08);
}
.prose .callout > *:last-child { margin-bottom: 0; }
.prose .embed {
  position: relative;
  margin: 1.8em 0;
  padding-top: 56.25%;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--navy, #0d1b2f);
}
.prose .embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.prose .embed > a {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; text-decoration: none;
}
.prose table th, .prose table td { vertical-align: top; }
@media (max-width: 640px) {
  .prose figure.align-left,
  .prose figure.align-right { float: none; max-width: 100%; margin: 1.6em 0; }
}
