/* Shared inner-page surfaces, derived from the Recurly-measured 1280px / 72px / 96px rhythm. */
.page-hero {
  padding: 88px 0 96px;
  background: var(--night);
  color: var(--white);
}
.page-hero .eyebrow {
  color: var(--brand);
}
.page-hero .eyebrow + h1 {
  margin-top: 24px;
}
.page-hero h1 {
  max-width: 880px;
  margin-bottom: 0;
  font-size: clamp(38px, 4.2vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.1px;
}
.page-hero .section-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: #c8c4ba;
  font-size: var(--body);
}
.page-main {
  padding: 96px 0 120px;
  background: var(--warm);
}
.inner-heading {
  max-width: 820px;
  margin-bottom: 48px;
}
.inner-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1px;
}
.inner-heading .section-intro {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}
.notice-strip {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
}
.access-sequence {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 24px;
  align-items: start;
}
.access-map {
  padding: 32px;
  background: var(--night);
  color: var(--white);
  border-radius: var(--radius-card);
}
.access-map h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}
.access-map > p {
  margin: 16px 0 0;
  color: var(--mist);
}
.access-points {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}
.access-point {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  color: var(--mist);
}
.access-point[aria-current="step"] {
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
}
.access-point span:first-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.access-panel {
  min-width: 0;
  padding: 40px;
  background: var(--white);
  border-radius: var(--radius-card);
  scroll-margin-top: 96px;
}
.access-panel h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}
.access-panel > p {
  margin: 12px 0 0;
  color: var(--muted);
}
.form-stack {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.form-stack label {
  font-weight: 700;
}
.form-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-row input,
.form-stack input,
.alias-composer input,
.archive-search {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
}
.form-row input {
  flex: 1;
}
.form-row input:focus,
.form-stack input:focus,
.alias-composer:focus-within,
.archive-search:focus {
  border-color: var(--ink);
  outline: none;
  box-shadow: none;
}
.text-action,
.secondary-button,
.row-action,
.filter-trigger {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.auth-hint {
  margin: 24px 0 0;
  color: var(--muted);
}
.console-canvas {
  display: grid;
  min-width: 0;
  gap: 32px;
}
.console-mast {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.console-mast h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
}
.console-mast p {
  margin: 12px 0 0;
  color: var(--muted);
}
.route-board {
  padding: 40px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.route-board-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}
.route-board h2,
.archive-theater h2,
.security-ribbon h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
}
.route-board-head p,
.archive-theater header p,
.security-copy > p {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--muted);
}
.alias-composer {
  display: flex;
  align-items: stretch;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.alias-composer input {
  flex: 1;
  border: 0;
  border-radius: 0;
}
.alias-suffix {
  flex: none;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  background: var(--surface);
  white-space: nowrap;
}
.alias-composer .button {
  border-radius: 0;
}
.data-empty {
  margin-top: 28px;
  padding: 28px;
  background: var(--panel-soft);
  color: var(--muted);
}
.data-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}
.data-table th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.data-table td:nth-last-child(-n+2) {
  white-space: nowrap;
}
.status-pill.is-active {
  background: var(--brand);
  color: var(--ink);
}
.status-pill.is-paused {
  background: var(--surface);
  color: var(--muted);
}
.row-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.archive-theater {
  padding: 40px;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-card);
}
.archive-theater header p {
  color: var(--muted);
}
.archive-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  align-items: center;
}
.archive-search {
  flex: 1 1 280px;
  background: var(--white);
}
.filter-menu {
  position: relative;
}
.filter-trigger {
  position: relative;
  margin-block: 16px;
  padding-right: 34px;
  border-color: var(--ink);
  color: var(--ink);
}
.filter-trigger::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(calc(-50% - 0.28em)) rotate(45deg);
}
.filter-options {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  min-width: 150px;
  padding: 8px;
  background: var(--white);
  color: var(--ink);
  border-radius: 10px;
}
.filter-options button,
.filter-menu [role="option"] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  text-align: left;
}
.archive-empty {
  margin-top: 28px;
  padding: 32px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
}
.archive-list {
  margin-top: 28px;
}
.archive-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--panel-soft);
  color: var(--ink);
  text-align: left;
  border-radius: 10px;
  margin-top: 8px;
}
.archive-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}
.archive-row-meta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.security-ribbon {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 40px;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-card);
}
.security-ribbon .secondary-button {
  justify-self: start;
}
.security-ribbon .status-pill {
  display: inline-flex;
  margin-bottom: 12px;
  background: var(--brand);
  color: var(--ink);
}
.security-steps,
.twofa-howto {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
  counter-reset: twofa;
}
.security-steps li,
.twofa-howto li {
  position: relative;
  padding: 14px 16px 14px 52px;
  background: var(--panel-soft);
  border-radius: 12px;
}
.security-steps li::before,
.twofa-howto li::before {
  counter-increment: twofa;
  content: counter(twofa);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.twofa-setup > .twofa-howto {
  display: none;
}
.twofa-qr-plate {
  width: 168px;
  height: 168px;
  margin: 0;
  padding: 8px;
  background: var(--panel-soft);
  border-radius: 12px;
  box-sizing: border-box;
}
.twofa-setup {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 16px 24px;
  align-items: start;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 24px 24px 32px;
  background: var(--panel-soft);
  border-radius: 14px;
}
.twofa-setup img,
.twofa-qr-plate img,
.twofa-setup [data-qr] {
  width: 152px;
  height: 152px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}
.twofa-qr-plate {
  grid-row: 1 / span 2;
}
.twofa-setup .secret-line,
.twofa-setup .form-stack {
  grid-column: 2;
}
.secret-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 0;
  overflow-wrap: anywhere;
}
.console-toast {
  overflow-wrap: anywhere;
}
.mail-sheet {
  position: fixed;
  z-index: 55;
  inset: 0;
  padding: 24px;
  background: rgba(13, 13, 11, .72);
}
.mail-sheet-inner {
  display: flex;
  flex-direction: column;
  width: min(860px, 100%);
  max-height: 100%;
  min-width: 0;
  margin: auto;
  overflow-y: auto;
  padding: 32px;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-card);
}
.mail-sheet-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}
.mail-sheet-body {
  min-width: 0;
  margin-top: 24px;
}
.mail-sheet-body iframe,
[data-sheet-frame] {
  display: block;
  width: 100%;
  min-height: min(78vh, 720px);
  border: 0;
  background: var(--white);
}
.mail-sheet-body pre {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 20px/1.7 system-ui, sans-serif;
}
.legal-glance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 64px;
}
.overview-card {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.overview-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.overview-card h2 {
  margin: 0;
  font-size: 25px;
}
.overview-card p {
  margin: 12px 0 0;
  color: var(--muted);
}
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.legal-toc {
  padding: 24px;
  background: var(--surface);
}
.legal-toc h2 {
  margin: 0 0 16px;
  font-size: 16px;
}
.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
}
.legal-copy {
  min-width: 0;
}
.legal-copy section + section {
  margin-top: 48px;
}
.legal-copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}
.legal-copy p,
.legal-copy li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.legal-table-wrap {
  margin: 48px 0;
  overflow-x: auto;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.legal-table th,
.legal-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.boundary-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 48px 0;
}
.boundary-card {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.boundary-card:last-child {
  background: var(--night);
  color: var(--white);
}
.boundary-card:last-child li {
  color: var(--mist);
}
.decision-river {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.decision-river article {
  padding: 32px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.decision-river span,
.time-bands strong,
.purchase-lanes > article > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
}
.decision-river h3 {
  margin: 18px 0 10px;
  font-size: 25px;
}
.decision-river p {
  color: var(--muted);
}
.comparison-stage,
.scenario-matrix,
.receipt-ledger,
.clock-spectrum,
.expiry-lab {
  margin-top: 96px;
}
.comparison-stage h2 {
  font-size: 36px;
}
.purchase-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.purchase-lanes article {
  padding: 32px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.purchase-lanes h2 {
  margin: 18px 0 12px;
  font-size: 27px;
}
.purchase-lanes p,
.route-ledger span:not(.status-pill),
.checkout-runbook p,
.risk-band p,
.failure-notes p {
  color: var(--muted);
}
.route-ledger {
  background: var(--white);
}
.route-ledger > div {
  display: grid;
  grid-template-columns: minmax(150px, .6fr) minmax(0, 1.4fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 28px;
  border-top: 1px solid var(--line);
}
.checkout-runbook {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  list-style: none;
  counter-reset: runbook;
}
.checkout-runbook li {
  padding: 28px;
  background: var(--surface);
  counter-increment: runbook;
}
.checkout-runbook li::before {
  content: counter(runbook, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
}
.risk-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 96px;
}
.risk-band > div {
  padding: 36px;
  background: var(--white);
}
.risk-band > div:first-child {
  background: var(--night);
  color: var(--white);
}
.risk-band > div:first-child p {
  color: var(--mist);
}
.budget-console {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  padding: 40px;
  background: var(--white);
  border-radius: var(--radius-card);
}
.budget-console h2 {
  margin: 0;
  font-size: 38px;
}
.budget-console fieldset {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
}
.budget-console label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: var(--panel-soft);
}
.recovery-check {
  margin: 20px 0;
}
.budget-output {
  grid-column: 1 / -1;
  display: block;
  padding: 24px;
  background: var(--brand);
  font-size: 20px;
  font-weight: 700;
}
.time-bands {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  background: var(--surface);
}
.time-bands article {
  padding: 24px;
  background: var(--warm);
}
.time-bands h3 {
  margin: 18px 0 10px;
}
.time-bands p {
  color: var(--muted);
}
.failure-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 96px;
}
.failure-notes > div {
  padding: 28px;
  background: var(--white);
}
.article-hero {
  padding: 88px 0 80px;
  background: var(--night);
  color: var(--white);
}
.article-width {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}
.article-hero .eyebrow {
  margin: 0 0 24px;
  color: var(--brand);
}
.article-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -1.2px;
}
.article-deck {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--mist);
  font-size: 20px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.article-meta > * ,
.count-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #302f29;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}
.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  width: min(1080px, calc(100% - 40px));
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 88px 128px;
  background: var(--warm);
  box-shadow: 0 0 0 100vmax var(--warm);
  clip-path: inset(0 -100vmax);
}
.article-toc {
  position: sticky;
  top: 96px;
  z-index: 2;
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--surface);
}
.article-toc h2 {
  margin: 0 0 16px;
  font-size: 20px;
}
.article-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.article-toc li {
  margin: 0;
  color: var(--muted);
}
.article-toc a {
  color: inherit;
}
.article-toc .count-pill {
  margin-top: 18px;
  background: var(--brand);
  color: var(--ink);
}
.article-body {
  min-width: 0;
  font-size: 18px;
  line-height: 1.78;
}
.article-lead {
  margin: 0;
  font-size: 21px;
  color: var(--ink);
}
.article-body section {
  padding-top: 56px;
}
.article-body h2 {
  margin: 0 0 20px;
  font-size: clamp(25px, 3vw, 30px);
  line-height: 1.25;
  letter-spacing: -.35px;
}
.article-body h3 {
  margin: 28px 0 10px;
  font-size: 21px;
}
.article-body p {
  margin: 0 0 18px;
  color: #46443f;
}
.article-body li {
  margin-bottom: 8px;
}
.article-body a:not(.button) {
  color: var(--ink);
  text-decoration-thickness: 2px;
  text-decoration-color: var(--brand);
  text-underline-offset: 3px;
}
.article-callout {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--surface);
}
.article-callout p {
  margin: 8px 0 0;
}
.article-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}
.article-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.article-table-wrap th,
.article-table-wrap td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.article-end-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  margin-top: 72px;
  padding: 36px;
  border-radius: var(--radius-card);
  background: var(--night);
  color: var(--white);
}
.article-end-card svg {
  width: 56px;
  color: var(--brand);
}
.article-end-card h2 {
  margin-bottom: 12px;
  color: var(--white);
}
.article-end-card p {
  color: var(--mist);
}
.article-end-card .button {
  margin-top: 12px;
}
.recommend-float {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 36px;
  grid-template-areas: "icon kicker close" "icon title close" "icon action close";
  gap: 6px 14px;
  align-items: start;
  width: min(360px, calc(100% - 32px));
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(13, 14, 12, .18);
}
.recommend-float[hidden] {
  display: none;
}
.recommend-float > img {
  grid-area: icon;
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  background: var(--warm);
  border-radius: 12px;
}
.recommend-float > span {
  grid-area: kicker;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.recommend-float > a:first-of-type {
  grid-area: title;
  color: var(--ink);
}
.recommend-float > a:last-of-type {
  grid-area: action;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recommend-float-close {
  grid-area: close;
  position: static;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: var(--panel-soft);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  justify-self: end;
}
@media (max-width: 700px) {
  .recommend-float {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
}
@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .article-toc {
    position: static;
  }
  .access-sequence,
  .legal-layout,
  .purchase-lanes,
  .checkout-runbook,
  .time-bands,
  .failure-notes,
  .budget-console {
    grid-template-columns: minmax(0, 1fr);
  }
  .access-sequence {
    display: flex;
    flex-direction: column;
  }
  .access-panel { order: -1; }
  .access-map { order: 2; }
  .console-mast,
  .route-board-head,
  .security-ribbon {
    grid-template-columns: minmax(0, 1fr);
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-toc {
    display: none;
  }
}
@media (max-width: 700px) {
  .page-hero {
    padding: 64px 0 72px;
  }
  .page-main {
    padding: 72px 0 88px;
  }
  .legal-glance,
  .boundary-pair,
  .security-steps,
  .decision-river,
  .risk-band {
    grid-template-columns: minmax(0, 1fr);
  }
  .access-panel,
  .route-board,
  .archive-theater,
  .security-ribbon {
    padding: 24px;
  }
  .twofa-setup {
    grid-template-columns: minmax(0, 1fr);
  }
  .twofa-qr-plate,
  .twofa-setup .secret-line,
  .twofa-setup .form-stack {
    grid-column: 1;
    grid-row: auto;
  }
  .form-row,
  .alias-composer {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .alias-composer input {
    flex-basis: auto;
    width: 100%;
    min-width: 0;
  }
  .alias-composer .button {
    width: 100%;
  }
  .alias-suffix {
    justify-content: flex-start;
  }
  .data-table-wrap {
    overflow-x: visible;
  }
  .data-table,
  .data-table tbody {
    display: block;
    width: 100%;
  }
  .data-table thead {
    display: none;
  }
  .data-table tr {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
  }
  .data-table td,
  .data-table td:nth-last-child(-n+2) {
    display: block;
    width: 100%;
    padding: 6px 0;
    border-bottom: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .row-actions {
    flex-wrap: wrap;
    width: 100%;
  }
  .archive-row {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  .archive-row-meta {
    white-space: normal;
    flex-wrap: wrap;
  }
  .wrap,
  .console-canvas {
    max-width: 100%;
    overflow-x: clip;
  }
  .route-ledger > div {
    grid-template-columns: minmax(0, 1fr);
  }
  .budget-output {
    grid-column: auto;
  }
  .mail-sheet {
    padding: 0;
  }
  .mail-sheet-inner {
    min-height: 100%;
    border-radius: 0;
  }
}
