.ledgerly-page {
  --ledgerly-edge: color-mix(in srgb, var(--accent) 24%, var(--line));
}
.ledgerly-header .case-back {
  margin-bottom: 36px;
}
.ledgerly-heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
}
.ledgerly-header .page-title {
  margin: 12px 0 12px;
  font-size: clamp(70px, 10vw, 142px);
  line-height: 1.04;
  letter-spacing: -0.065em;
}
.ledgerly-tagline {
  margin: 0;
  font-size: clamp(27px, 3.2vw, 43px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}
.ledgerly-tagline em {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.12em;
  font-weight: 400;
  color: var(--accent);
}
.ledgerly-header-aside {
  max-width: 345px;
  justify-self: end;
  padding-bottom: 5px;
}
.ledgerly-header-aside > p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.ledgerly-header-aside .button {
  gap: 35px;
}
.ledgerly-visit-note {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font: 400 9px/1.6 var(--font-mono);
}
.ledgerly-header .case-meta {
  grid-template-columns: 1fr 1fr 1.1fr 1fr;
}
.ledgerly-header .case-meta dd {
  font-size: 12px;
}
.ledgerly-cover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 25px 42px 23px;
  border: 1px solid #495580;
  border-radius: 18px;
  color: #eaf0ff;
  background:
    radial-gradient(ellipse at 90% 10%, #6060a744, transparent 65%),
    radial-gradient(ellipse at 5% 85%, #22856740, transparent 65%), #151d2a;
}
.ledgerly-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(#8894c80b 1px, transparent 1px),
    linear-gradient(90deg, #8894c80b 1px, transparent 1px);
  background-size: 36px 36px;
}
.ledgerly-cover-topline,
.ledgerly-cover figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.ledgerly-cover-topline {
  color: #c4cde9;
  font: 400 9px/1.6 var(--font-mono);
  letter-spacing: 0.06em;
}
.ledgerly-capture-badge {
  padding: 5px 10px;
  border: 1px solid #919fc23b;
  border-radius: 20px;
  font-size: 8px;
  letter-spacing: 0;
}
.ledgerly-cover-window {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 28px 0 24px;
  border: 1px solid #91a0c14d;
  border-radius: 11px;
  background: #0d1713;
  box-shadow: 0 30px 70px -25px #0009;
  text-decoration: none;
  outline-offset: 7px;
}
.ledgerly-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 35px;
  padding: 0 15px;
  background: #202b3b;
  color: #b5bed3;
  font: 400 8px/1 var(--font-mono);
}
.ledgerly-browser-dots {
  display: flex;
  gap: 5px;
}
.ledgerly-browser-dots i {
  width: 5px;
  height: 5px;
  border: 1px solid #a2adca99;
  border-radius: 50%;
}
.ledgerly-cover-image {
  aspect-ratio: 1.78;
  overflow: hidden;
}
.ledgerly-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ledgerly-cover-open {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 10px 16px;
  border: 1px solid #a7b0cc66;
  border-radius: 7px;
  background: #192139ed;
  box-shadow: 0 4px 18px #0005;
  color: #f3f5ff;
  font-size: 10px;
}
.ledgerly-cover figcaption {
  color: #d4dded;
  font-size: 13px;
}
.ledgerly-cover figcaption > span:last-child {
  color: #a5b4cd;
  font: 400 8px/1.6 var(--font-mono);
  letter-spacing: 0.05em;
}
.ledgerly-intro {
  margin-top: 92px;
}
.ledgerly-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 100px;
}
.ledgerly-pillars article {
  position: relative;
  padding: 28px;
  border: 1px solid var(--ledgerly-edge);
  border-radius: 13px;
  background:
    radial-gradient(ellipse at 100% 0, var(--hud-wash), transparent 65%),
    var(--surface);
}
.ledgerly-pillar-number {
  display: block;
  color: var(--muted);
  font: 400 9px/1.5 var(--font-mono);
  letter-spacing: 0.05em;
}
.ledgerly-pillars svg {
  display: block;
  width: 34px;
  height: 34px;
  margin: 32px 0 22px;
  color: var(--accent);
}
.ledgerly-pillars h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}
.ledgerly-pillars p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}
.ledgerly-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 36px;
}
.ledgerly-section-heading .section-title em {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  color: var(--accent);
}
.ledgerly-section-heading > p {
  max-width: 390px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  justify-self: end;
}
.ledgerly-gallery-section {
  padding-top: 55px;
  border-top: 1px solid var(--line);
}
.ledgerly-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.ledgerly-shot {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--bg);
  text-decoration: none;
  outline-offset: 5px;
}
.ledgerly-shot:hover,
.ledgerly-shot:focus-visible {
  border-color: var(--accent);
}
.ledgerly-shot-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.09;
  border-bottom: 1px solid var(--line);
  background: #111c18;
}
.ledgerly-shot-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ledgerly-shot-expand {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #bfcae069;
  border-radius: 50%;
  background: #192139ec;
  color: #fff;
  box-shadow: 0 3px 10px #0003;
}
.ledgerly-shot-expand .icon {
  width: 16px;
  height: 16px;
}
.ledgerly-shot-caption {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  padding: 24px 26px;
}
.ledgerly-shot-caption .eyebrow {
  margin-bottom: 12px;
  font-size: 8px;
}
.ledgerly-shot-caption h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.ledgerly-shot-caption p {
  margin: 0 0 23px;
  max-width: 420px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.ledgerly-shot-caption .text-link {
  margin-top: auto;
  font-size: 11px;
  gap: 22px;
}
.ledgerly-gallery-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}
.ledgerly-engineering {
  padding-top: 65px;
  margin: 95px 0 85px;
  border-top: 1px solid var(--line);
}
.ledgerly-architecture {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ledgerly-edge);
  border-radius: 15px;
  background:
    radial-gradient(ellipse at 50% 10%, var(--hud-glow), transparent 65%),
    linear-gradient(var(--hud-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--hud-grid) 1px, transparent 1px), var(--surface);
  background-size:
    auto,
    26px 26px,
    26px 26px,
    auto;
}
.ledgerly-architecture-top,
.ledgerly-architecture-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 26px;
  font: 400 8px/1.6 var(--font-mono);
  letter-spacing: 0.035em;
  color: var(--muted);
}
.ledgerly-architecture-top {
  border-bottom: 1px solid var(--ledgerly-edge);
}
.ledgerly-architecture-bottom {
  border-top: 1px solid var(--ledgerly-edge);
}
.ledgerly-architecture-bottom > span:first-child {
  font: 400 12px/1.7 var(--font-body);
  letter-spacing: 0;
}
.ledgerly-architecture-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 65px minmax(0, 1.2fr) 65px minmax(
      0,
      1fr
    );
  gap: 16px;
  align-items: center;
  padding: 38px 28px;
}
.ledgerly-architecture-clients {
  display: grid;
  gap: 14px;
}
.ledgerly-stack-node {
  position: relative;
  min-width: 0;
  padding: 22px 20px;
  border: 1px solid var(--ledgerly-edge);
  border-radius: 9px;
  background: var(--bg);
  box-shadow: 0 10px 20px -20px var(--text);
}
.ledgerly-stack-node .eyebrow {
  display: block;
  font-size: 7px;
  margin: 0 0 16px;
}
.ledgerly-stack-node strong {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.ledgerly-stack-node strong > span {
  display: block;
  color: var(--muted);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.ledgerly-stack-node small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.8;
}
.ledgerly-stack-core {
  padding-top: 28px;
  border-color: color-mix(in srgb, var(--accent) 65%, var(--line));
  box-shadow:
    0 0 0 5px var(--hud-wash),
    0 15px 40px -20px var(--hud-glow);
}
.ledgerly-stack-core::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: var(--accent);
}
.ledgerly-stack-sub {
  display: block;
  margin-top: 23px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font: 400 8px/1.6 var(--font-mono);
}
.ledgerly-connection {
  position: relative;
  color: var(--muted);
  text-align: center;
  font: 400 7px/1.6 var(--font-mono);
  letter-spacing: 0.06em;
}
.ledgerly-connection b {
  display: block;
  color: var(--accent);
  font: 300 29px/1.5 var(--font-body);
}
.ledgerly-engineering-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  margin-top: 40px;
}
.ledgerly-engineering-notes .eyebrow {
  margin-bottom: 16px;
  font-size: 8px;
}
.ledgerly-engineering-notes h3 {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.ledgerly-engineering-notes p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.ledgerly-next .button {
  gap: 28px;
}

/* Native dialog supplies focus containment and Escape; links remain usable without JS. */
.ledgerly-lightbox {
  width: min(1340px, calc(100vw - 48px));
  height: min(1000px, calc(100dvh - 48px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 1px solid var(--hud-rule);
  border-radius: 16px;
  color: var(--text);
  background: var(--bg);
  box-shadow: 0 35px 120px #0008;
  overflow: hidden;
}
.ledgerly-lightbox::backdrop {
  background: #070c16c9;
  backdrop-filter: blur(8px);
}
.ledgerly-lightbox-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  height: 100%;
}
.ledgerly-viewer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 26px 15px;
}
.ledgerly-viewer-header .eyebrow {
  font-size: 8px;
  margin: 0 0 6px;
}
.ledgerly-viewer-header h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.ledgerly-viewer-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  font-size: 18px;
  line-height: 1;
}
.ledgerly-viewer-icon:hover,
.ledgerly-viewer-zoom:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.ledgerly-viewer-icon:focus-visible,
.ledgerly-viewer-zoom:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.ledgerly-viewer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 26px 16px;
  border-bottom: 1px solid var(--line);
}
.ledgerly-viewer-toolbar > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}
.ledgerly-viewer-zoom {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
  font-size: 11px;
}
.ledgerly-viewer-zoom[aria-pressed="true"] {
  border-color: var(--accent);
  color: var(--accent);
}
.ledgerly-viewer-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  width: 100%;
  padding: 20px;
  overflow: auto;
  overscroll-behavior: contain;
  background: var(--surface);
  scrollbar-gutter: stable;
  touch-action: pan-x pan-y pinch-zoom;
}
.ledgerly-viewer-stage:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -3px;
}
.ledgerly-viewer-stage img {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 1910px;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 3px 20px #0002;
}
.ledgerly-viewer-stage img[hidden],
.ledgerly-viewer-message[hidden] {
  display: none;
}
.ledgerly-viewer-stage[data-zoom="true"] img {
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin: 0;
}
.ledgerly-viewer-message {
  max-width: 360px;
  margin: 60px auto;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.ledgerly-viewer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 12px 26px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.ledgerly-viewer-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ledgerly-viewer-pagination > span {
  min-width: 40px;
  text-align: center;
  color: var(--muted);
  font: 400 10px/1.5 var(--font-mono);
}
.ledgerly-viewer-footer .text-link {
  font-size: 11px;
  gap: 20px;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  :root:not([data-motion="paused"]) .ledgerly-cover-window {
    transform: perspective(1600px) rotateX(1.5deg);
    transition: transform 0.55s ease;
  }
  :root:not([data-motion="paused"]) .ledgerly-cover-window:hover {
    transform: perspective(1600px) rotateX(0deg) translateY(-3px);
  }
  :root:not([data-motion="paused"]) .ledgerly-shot {
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease,
      border-color 0.2s;
  }
  :root:not([data-motion="paused"]) .ledgerly-shot:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px -27px
      color-mix(in srgb, var(--text) 40%, transparent);
  }
}
@media (max-width: 1000px) {
  .ledgerly-heading-row {
    gap: 38px;
  }
  .ledgerly-header .case-meta {
    gap: 20px;
  }
  .ledgerly-cover {
    padding: 22px 26px;
  }
  .ledgerly-pillars {
    gap: 16px;
  }
  .ledgerly-pillars article {
    padding: 22px;
  }
  .ledgerly-pillars h2 {
    font-size: 21px;
  }
  .ledgerly-section-heading {
    gap: 40px;
  }
  .ledgerly-architecture-flow {
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1.1fr) 40px minmax(
        0,
        1fr
      );
    gap: 8px;
    padding: 26px 20px;
  }
  .ledgerly-stack-node {
    padding: 20px 15px;
  }
  .ledgerly-connection {
    font-size: 6px;
  }
  .ledgerly-stack-node strong {
    font-size: 19px;
  }
  .ledgerly-engineering-notes {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  .ledgerly-heading-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ledgerly-header .page-title {
    font-size: clamp(72px, 15vw, 115px);
  }
  .ledgerly-tagline {
    font-size: 35px;
  }
  .ledgerly-header-aside {
    max-width: 420px;
    justify-self: start;
  }
  .ledgerly-header-aside > p {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .ledgerly-header .case-meta {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
  }
  .ledgerly-cover {
    padding: 17px;
    border-radius: 12px;
  }
  .ledgerly-cover-topline {
    font-size: 7px;
    gap: 12px;
  }
  .ledgerly-capture-badge {
    font-size: 7px;
    padding: 4px 8px;
  }
  .ledgerly-cover-window {
    margin-top: 20px;
  }
  .ledgerly-cover-image {
    aspect-ratio: 1.3;
  }
  .ledgerly-cover figcaption {
    align-items: start;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
  }
  .ledgerly-cover figcaption > span:last-child {
    font-size: 7px;
  }
  .ledgerly-cover-open {
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 8px;
    gap: 16px;
  }
  .ledgerly-intro {
    margin-top: 65px;
  }
  .ledgerly-pillars {
    grid-template-columns: 1fr;
    margin-bottom: 65px;
  }
  .ledgerly-pillars article {
    padding: 24px;
  }
  .ledgerly-pillars svg {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .ledgerly-pillar-number {
    margin-bottom: 30px;
  }
  .ledgerly-pillars h2 {
    font-size: 24px;
  }
  .ledgerly-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ledgerly-section-heading > p {
    justify-self: start;
    max-width: 420px;
    font-size: 13px;
  }
  .ledgerly-gallery {
    gap: 23px;
  }
  .ledgerly-shot-caption {
    padding: 20px;
  }
  .ledgerly-shot-caption h3 {
    font-size: 22px;
  }
  .ledgerly-shot-caption p {
    font-size: 11px;
  }
  .ledgerly-engineering {
    margin: 70px 0;
    padding-top: 45px;
  }
  .ledgerly-architecture-flow {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .ledgerly-architecture-clients {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .ledgerly-connection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 7px;
  }
  .ledgerly-connection b {
    line-height: 1;
    transform: rotate(90deg);
  }
  .ledgerly-stack-node {
    padding: 22px;
  }
  .ledgerly-stack-node strong {
    font-size: 22px;
  }
  .ledgerly-stack-node strong > span {
    font-size: 14px;
  }
  .ledgerly-stack-node small {
    font-size: 10px;
  }
  .ledgerly-architecture-top,
  .ledgerly-architecture-bottom {
    padding-inline: 22px;
    font-size: 7px;
  }
  .ledgerly-architecture-bottom {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .ledgerly-engineering-notes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ledgerly-engineering-notes article {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
  }
  .ledgerly-engineering-notes article:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .ledgerly-engineering-notes h3 {
    font-size: 23px;
  }
  .ledgerly-next {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }
  .ledgerly-lightbox {
    width: calc(100vw - 20px);
    height: calc(100dvh - 24px);
    border-radius: 12px;
  }
  .ledgerly-viewer-header {
    padding: 17px 17px 12px;
  }
  .ledgerly-viewer-header h2 {
    font-size: 22px;
  }
  .ledgerly-viewer-header .eyebrow {
    font-size: 7px;
  }
  .ledgerly-viewer-toolbar {
    padding: 0 17px 14px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .ledgerly-viewer-toolbar > p {
    font-size: 10px;
  }
  .ledgerly-viewer-stage {
    padding: 10px;
  }
  .ledgerly-viewer-footer {
    padding: 12px 14px;
    gap: 15px;
  }
  .ledgerly-viewer-pagination {
    gap: 12px;
  }
  .ledgerly-viewer-footer .text-link {
    gap: 10px;
    font-size: 10px;
  }
  .ledgerly-viewer-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  .ledgerly-gallery {
    grid-template-columns: 1fr;
  }
  .ledgerly-header .case-meta dt {
    font-size: 8px;
  }
  .ledgerly-header .case-meta dd {
    font-size: 11px;
  }
  .ledgerly-cover {
    padding: 13px;
  }
  .ledgerly-cover-topline {
    flex-direction: column;
    align-items: start;
    gap: 9px;
    font-size: 8px;
  }
  .ledgerly-cover-window {
    margin-block: 16px;
  }
  .ledgerly-cover-image {
    aspect-ratio: 1.1;
  }
  .ledgerly-browser-bar {
    padding-inline: 10px;
    height: 27px;
    font-size: 7px;
  }
  .ledgerly-browser-dots {
    gap: 3px;
  }
  .ledgerly-browser-dots i {
    width: 4px;
    height: 4px;
  }
  .ledgerly-architecture-clients {
    grid-template-columns: 1fr;
  }
  .ledgerly-stack-node strong > span {
    display: inline;
    margin-left: 4px;
  }
  .ledgerly-architecture-top {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .ledgerly-architecture-flow {
    padding-inline: 20px;
  }
  .ledgerly-next .button {
    font-size: 11px;
    gap: 20px;
  }
}
