/*
 * Wide-screen administration density contract.
 *
 * The maintainer surface keeps its White Oath material, colour and depth, but
 * a management viewport must favour scan speed over exhibition scale.  These
 * rules only engage when the viewport has room for an actual workbench; phone
 * and ordinary desktop compositions remain authored by their page styles.
 */
@media (min-width: 100rem) {
  html[data-surface="maintainer"] {
    --am-text-2xs: 0.68rem;
    --am-text-xs: 0.76rem;
    --am-text-sm: 0.86rem;
    --am-text-base: 0.94rem;
    --am-text-md: 1.04rem;
    --am-text-lg: 1.2rem;
    --am-text-xl: 1.55rem;
    --am-text-2xl: 2.35rem;
    --am-text-display: 5.8rem;

    --am-space-1: 0.32rem;
    --am-space-2: 0.52rem;
    --am-space-3: 0.78rem;
    --am-space-4: 1.05rem;
    --am-space-5: 1.38rem;
    --am-space-6: 1.8rem;
    --am-space-7: 2.4rem;
    --am-space-8: 3.2rem;

    --am-axis-width: 14.5rem;
    --am-mast-height: 4.85rem;
    --am-stage-max: 202rem;
    --am-touch: 2.5rem;
  }

  html[data-surface="maintainer"] body .am-axis {
    padding: 1.15rem 1rem 1rem;
  }

  html[data-surface="maintainer"] body .am-axis__caption {
    min-height: 4.2rem;
  }

  html[data-surface="maintainer"] body .am-axis ol {
    justify-content: flex-start;
    gap: 0.22rem;
    padding-block: 1.25rem;
  }

  html[data-surface="maintainer"] body .am-axis a[data-admin-domain] {
    min-height: 3.55rem;
    padding-block: 0.42rem;
  }

  html[data-surface="maintainer"] body .am-mast {
    gap: 1.25rem;
    padding: 0.62rem 2rem;
  }

  html[data-surface="maintainer"] body .am-mast::after {
    right: 2rem;
    left: 2rem;
  }

  html[data-surface="maintainer"] body .am-mast__identity b {
    font-size: 1.18rem;
  }

  html[data-surface="maintainer"] body .am-stage {
    padding-inline: 2rem;
  }

  html[data-surface="maintainer"] body .am-page {
    max-width: 196rem;
    padding-block: 1.25rem 3.5rem;
    margin-inline: auto;
  }

  /* The route opening becomes a compact audit header instead of a second hero. */
  html[data-surface="maintainer"] body .am-page-head {
    min-height: 8.6rem;
    grid-template-columns: minmax(0, 1fr) 7.4rem;
    padding: 1.2rem 1.45rem 1rem;
    margin-block-end: 1.35rem;
    border-radius: 0.25rem 1.35rem 0.25rem 1.35rem;
    box-shadow: 0 0.8rem 2.3rem rgba(20, 22, 34, 0.07);
  }

  html[data-surface="maintainer"] body .am-page-head::before {
    top: -38%;
    right: -1%;
    width: min(29%, 32rem);
    height: 166%;
  }

  html[data-surface="maintainer"] body .am-page-head::after {
    right: 1.45rem;
    left: 1.45rem;
    height: 0.22rem;
  }

  html[data-surface="maintainer"] body .am-page-head__index {
    top: -0.02em;
    right: 0.05em;
    font-size: 7.2rem;
    opacity: 0.72;
  }

  html[data-surface="maintainer"] body .am-page-head__copy {
    max-width: 78rem;
    padding-left: 0.82rem;
    border-left-width: 0.22rem;
  }

  html[data-surface="maintainer"] body .am-kicker::before {
    width: 1.7rem;
    height: 0.16rem;
  }

  html[data-surface="maintainer"] body .am-page-head h1 {
    max-width: none;
    margin: 0.34rem 0 0.26rem;
    font-size: 2.25rem;
    letter-spacing: -0.045em;
    line-height: 1.02;
  }

  html[data-surface="maintainer"] body .am-page-head__copy > p {
    max-width: 72rem;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  html[data-surface="maintainer"] body .am-page-head__chapter {
    min-width: 6.8rem;
    padding: 0.58rem 0.72rem;
    border-radius: 0.78rem 0.18rem 0.78rem 0.18rem;
    box-shadow: 0.35rem 0.42rem 1rem rgba(20, 22, 34, 0.12);
  }

  html[data-surface="maintainer"] body .am-page-head__chapter b {
    margin-top: 0.12rem;
    font-size: 1.22rem;
  }

  html[data-surface="maintainer"] body .am-chapter-rail {
    gap: 0.35rem;
    margin-top: 0.62rem;
    padding-left: 0.82rem;
  }

  html[data-surface="maintainer"] body .am-chapter-rail a {
    min-height: 2.15rem;
    gap: 0.5rem;
    padding: 0.36rem 0.7rem;
    border-radius: 0.62rem 0.16rem 0.62rem 0.16rem;
  }

  html[data-surface="maintainer"] body .am-profile-menu {
    width: min(21rem, calc(100vw - 2rem));
  }

  html[data-surface="maintainer"] body .am-profile-menu > header {
    grid-template-columns: 2.8rem minmax(0, 1fr) auto;
    padding: 1rem 1.15rem;
  }

  html[data-surface="maintainer"] body .am-profile-menu__avatar {
    width: 2.8rem;
  }

  html[data-surface="maintainer"] body .am-profile-menu > button,
  html[data-surface="maintainer"] body .am-profile-menu > a {
    min-height: 3.85rem;
    padding: 0.62rem 1.15rem;
  }

  html[data-surface="maintainer"] body :is(time, output, dd, [class*="index"], [class*="ordinal"]) {
    font-variant-numeric: tabular-nums;
  }

  /* Identity: summary strip -> filterable index -> dossier. */
  html[data-surface="maintainer"] body :is(.ao-members, .ao-access) {
    padding-bottom: 3rem;
    font-size: 14px;
  }

  html[data-surface="maintainer"] body .ao-members__counts {
    grid-template-columns: minmax(13rem, 1.15fr) repeat(3, minmax(8rem, 0.8fr));
    margin: 0.85rem 0 1.2rem;
  }

  html[data-surface="maintainer"] body .ao-members__counts > div {
    padding: 0.72rem 0.9rem;
  }

  html[data-surface="maintainer"] body .ao-members__counts > div:first-child {
    padding-inline: 1.15rem;
  }

  html[data-surface="maintainer"] body .ao-members__counts dd {
    font-size: 1.85rem;
  }

  html[data-surface="maintainer"] body .ao-members__workbench {
    grid-template-columns: minmax(19rem, 22rem) minmax(0, 1fr);
    gap: 1rem;
  }

  html[data-surface="maintainer"] body .ao-members__index {
    top: calc(var(--am-mast-height) + 0.65rem);
    max-height: calc(100dvh - var(--am-mast-height) - 1.3rem);
  }

  html[data-surface="maintainer"] body .ao-members__index > header {
    padding: 0.82rem 0.95rem 0.62rem;
  }

  html[data-surface="maintainer"] body .ao-members__index header h2 {
    font-size: 1.18rem;
  }

  html[data-surface="maintainer"] body .ao-members__index header > b {
    font-size: 1.42rem;
  }

  html[data-surface="maintainer"] body .ao-members__search {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.42rem;
    padding: 0.72rem 0.8rem 0.6rem;
  }

  html[data-surface="maintainer"] body .ao-members__search-reset {
    min-height: 2.45rem;
    padding-inline: 0.72rem;
    border: 1px solid var(--identity-line) !important;
    background: transparent !important;
    color: var(--identity-soft) !important;
  }

  html[data-surface="maintainer"] body .ao-members__search-reset:disabled {
    opacity: 0.38;
    cursor: default;
  }

  html[data-surface="maintainer"] body .ao-members input,
  html[data-surface="maintainer"] body .ao-members select {
    min-height: 2.45rem;
    padding: 0.48rem 0.62rem;
  }

  html[data-surface="maintainer"] body .ao-members__search > button,
  html[data-surface="maintainer"] body .ao-members__more {
    min-height: 2.45rem;
  }

  html[data-surface="maintainer"] body .ao-members__filters {
    padding: 0 0.8rem 0.55rem;
  }

  html[data-surface="maintainer"] body .ao-members__filters button {
    min-height: 2.15rem;
    padding: 0.35rem 0.52rem;
  }

  html[data-surface="maintainer"] body .ao-members__route {
    min-height: 3.25rem;
    grid-template-columns: 1.65rem 2.25rem minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.55rem 0.72rem;
  }

  html[data-surface="maintainer"] body .ao-members__route:hover,
  html[data-surface="maintainer"] body .ao-members__route.is-active {
    padding-left: 0.92rem;
  }

  html[data-surface="maintainer"] body .ao-members__route-avatar {
    width: 1.95rem;
  }

  html[data-surface="maintainer"] body .ao-members__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    padding: 0.38rem 0.8rem;
    border-block: 1px solid var(--identity-line);
    background: color-mix(in srgb, var(--identity-indigo) 7%, transparent);
    color: var(--identity-faint);
    font-size: 0.66rem;
    font-weight: 720;
    letter-spacing: 0.08em;
  }

  html[data-surface="maintainer"] body .ao-members__reader {
    min-height: 34rem;
    padding: 1rem;
  }

  html[data-surface="maintainer"] body .ao-member-dossier__head {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.05rem 1.2rem;
  }

  html[data-surface="maintainer"] body .ao-member-dossier__avatar {
    width: 4.6rem;
    font-size: 1.4rem;
  }

  html[data-surface="maintainer"] body .ao-member-dossier__identity h2 {
    font-size: 2.05rem;
  }

  html[data-surface="maintainer"] body .ao-member-activity,
  html[data-surface="maintainer"] body .ao-member-dossier__application,
  html[data-surface="maintainer"] body .ao-member-tasks {
    margin-top: 1rem;
  }

  html[data-surface="maintainer"] body .ao-access__state {
    margin-top: 0.75rem;
  }

  html[data-surface="maintainer"] body .ao-access__grid {
    gap: 1.15rem;
  }

  html[data-surface="maintainer"] body .ao-access-card {
    padding: 1.15rem;
  }

  html[data-surface="maintainer"] body :is(.ao-access-card--wallet, .ao-access-card--protection) {
    margin-top: 0;
  }

  html[data-surface="maintainer"] body .ao-access-card > header h2 {
    font-size: 1.62rem;
  }

  /* Supply: dense indexes and stable detail workbenches. */
  html[data-surface="maintainer"] body .am-channel-atlas {
    min-height: 14.5rem;
    margin-bottom: 1.35rem;
  }

  html[data-surface="maintainer"] body .am-channel-atlas__copy {
    padding: 1.45rem;
  }

  html[data-surface="maintainer"] body .am-channel-atlas__copy h2 {
    font-size: 2.25rem;
  }

  html[data-surface="maintainer"] body .am-channel-work {
    grid-template-columns: minmax(19rem, 22rem) minmax(0, 1fr);
    gap: 1rem;
  }

  html[data-surface="maintainer"] body .am-channel-index {
    position: sticky;
    top: calc(var(--am-mast-height) + 0.65rem);
    max-height: calc(100dvh - var(--am-mast-height) - 1.3rem);
    overflow: hidden auto;
  }

  html[data-surface="maintainer"] body .am-channel-route {
    min-height: 3.55rem;
    padding: 0.42rem 0.68rem;
  }

  html[data-surface="maintainer"] body .am-channel-focus {
    top: calc(var(--am-mast-height) + 0.65rem);
    min-height: 33rem;
  }

  html[data-surface="maintainer"] body .am-channel-focus__head {
    padding: 0.92rem 1rem;
  }

  html[data-surface="maintainer"] body .am-channel-focus__mark {
    width: 3.2rem;
  }

  html[data-surface="maintainer"] body .am-channel-focus__body {
    padding: 1rem;
  }

  html[data-surface="maintainer"] body .as-catalog-hero {
    min-height: 14.5rem;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }

  html[data-surface="maintainer"] body .as-catalog-hero__copy {
    padding: 1.5rem 0 1.35rem 1.5rem;
  }

  html[data-surface="maintainer"] body .as-catalog-hero__copy h2 {
    margin-block: 0.55rem;
    font-size: 2.45rem;
  }

  html[data-surface="maintainer"] body .as-catalog-hero__object {
    min-height: 14rem;
  }

  html[data-surface="maintainer"] body .as-catalog-modes {
    margin-bottom: 1.2rem;
  }

  html[data-surface="maintainer"] body .as-catalog-modes button {
    min-height: 3.9rem;
    padding: 0.68rem 0.9rem;
  }

  html[data-surface="maintainer"] body .as-publication-layout {
    grid-template-columns: 20rem minmax(0, 1fr);
    gap: 1rem;
  }

  html[data-surface="maintainer"] body .as-channel-index > header {
    padding: 1rem 0.92rem 0.7rem;
  }

  html[data-surface="maintainer"] body .as-channel-route {
    min-height: 3.55rem;
    padding: 0.42rem 0.72rem;
  }

  html[data-surface="maintainer"] body .as-publication-identity {
    min-height: 7.8rem;
    gap: 0.85rem;
    padding: 0.92rem 1.1rem;
  }

  html[data-surface="maintainer"] body .as-publication-identity__mark {
    width: 3.7rem;
  }

  html[data-surface="maintainer"] body .as-model-registry__head {
    min-height: 9.5rem;
    gap: 1.15rem;
    padding: 1.25rem 1.5rem;
  }

  html[data-surface="maintainer"] body .as-model-controls {
    gap: 0.8rem;
    margin-top: 1rem;
    padding: 0.7rem 0.9rem;
  }

  html[data-surface="maintainer"] body .as-model-row {
    min-height: 3.85rem;
    gap: 0.7rem;
    padding: 0.48rem 0.78rem;
  }

  /* Request audit: filters stay above a table-like index and persistent reader. */
  html[data-surface="maintainer"] body .ao-ledger-hero {
    min-height: 10.8rem;
    margin-bottom: 1rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-hero__copy {
    padding: 1rem 1.35rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-hero__copy h1 {
    font-size: 2.05rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-page {
    --am-admin-toolbar-top: calc(var(--am-mast-height) + 0.35rem);
    --am-admin-toolbar-height: 10.25rem;
    --am-admin-index-top: calc(
      var(--am-admin-toolbar-top) + var(--am-admin-toolbar-height) + 0.65rem
    );
  }

  html[data-surface="maintainer"] body .ao-ledger-page:has(> .ao-ledger-filter .ao-ledger-advanced[open]) {
    --am-admin-toolbar-height: 15.35rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-filter {
    grid-template-columns: repeat(2, minmax(13rem, 1.2fr)) repeat(2, minmax(8.4rem, 0.68fr)) auto auto;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.65rem;
    position: sticky;
    z-index: 24;
    top: var(--am-admin-toolbar-top);
    min-height: var(--am-admin-toolbar-height);
    background:
      linear-gradient(112deg, rgba(142, 189, 195, 0.12), transparent 31%),
      rgba(250, 247, 239, 0.97);
  }

  html[data-surface="maintainer"] body .ao-ledger-filter label {
    gap: 0.18rem;
    padding: 0.36rem 0.55rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-filter input,
  html[data-surface="maintainer"] body .ao-ledger-filter select {
    min-height: 2.25rem;
    padding-block: 0.35rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-filter__reset:disabled,
  html[data-surface="maintainer"] body .ac-feedback-filter__reset:disabled {
    opacity: 0.38;
    cursor: default;
    transform: none;
  }

  html[data-surface="maintainer"] body .ao-ledger-work {
    grid-template-columns: minmax(34rem, 42%) minmax(0, 1fr);
    gap: 1rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-index {
    position: sticky;
    top: var(--am-admin-index-top);
    display: grid;
    max-height: calc(100dvh - var(--am-admin-index-top) - 0.65rem);
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 0.72rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-list {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry {
    min-height: 3.25rem;
    grid-template-columns: 1.25rem 0.42rem minmax(10rem, 1.2fr) minmax(7rem, 0.82fr) minmax(7.5rem, 0.72fr);
    gap: 0.55rem;
    padding: 0.38rem 0.55rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-columns {
    display: grid;
    grid-template-columns: minmax(10rem, 1.2fr) minmax(7rem, 0.82fr) minmax(7.5rem, 0.72fr);
    gap: 0.55rem;
    padding: 0.38rem 0.55rem 0.38rem 2.77rem;
    border-block: var(--am-hairline) solid var(--am-night-14);
    background: rgba(77, 86, 118, 0.07);
    color: var(--am-muted-paper);
    font-size: 0.66rem;
    font-weight: 720;
    letter-spacing: 0.075em;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__identity em {
    display: none;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__route {
    display: grid;
    min-width: 0;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__route small,
  html[data-surface="maintainer"] body .ao-ledger-entry__route b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__route small {
    color: var(--am-muted-paper);
    font-size: var(--am-text-2xs);
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__route b {
    font-size: var(--am-text-xs);
  }

  html[data-surface="maintainer"] body .ao-ledger-entry.is-selected .ao-ledger-entry__route small {
    color: var(--am-muted-night);
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__result {
    gap: 0.08rem;
    padding-left: 0.25rem;
  }

  html[data-surface="maintainer"] body .ao-ledger-entry__result time {
    font-size: var(--am-text-2xs);
  }

  html[data-surface="maintainer"] body .ao-ledger-reader {
    max-width: none;
    padding: 1.15rem;
  }

  html[data-surface="maintainer"] body :is(.am-traffic-stage, .am-observation-horizon) {
    min-height: 10.5rem;
    margin-bottom: 1.15rem;
  }

  html[data-surface="maintainer"] body .am-traffic-capacity dd {
    font-size: 2.45rem;
  }

  html[data-surface="maintainer"] body :is(.am-capacity-composer, .am-time-composer, .am-probe-composer, .am-retention-composer) {
    padding: 1.15rem;
  }

  /* Communications: compact overview, explicit filters, readable split view. */
  html[data-surface="maintainer"] body .ac-feedback {
    --am-admin-toolbar-top: calc(var(--am-mast-height) + 0.35rem);
    --am-admin-toolbar-height: 5.55rem;
    --am-admin-index-top: calc(
      var(--am-admin-toolbar-top) + var(--am-admin-toolbar-height) + 0.65rem
    );
  }

  html[data-surface="maintainer"] body .ac-notices {
    --am-admin-toolbar-top: calc(var(--am-mast-height) + 0.35rem);
    --am-admin-toolbar-height: 5.1rem;
    --am-admin-index-top: calc(
      var(--am-admin-toolbar-top) + var(--am-admin-toolbar-height) + 0.65rem
    );
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-hero, .ac-notices-hero) {
    min-height: 11.5rem;
    margin-bottom: 1rem;
  }

  html[data-surface="maintainer"] body .ac-notices-control {
    position: sticky;
    z-index: 24;
    top: var(--am-admin-toolbar-top);
    height: var(--am-admin-toolbar-height);
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.8rem;
    background: rgba(248, 245, 236, 0.97);
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-hero__copy, .ac-notices-hero__copy) {
    padding: 1rem 1.25rem;
  }

  html[data-surface="maintainer"] body .ac-notices-hero > aside > b {
    font-size: 2.35rem;
  }

  html[data-surface="maintainer"] body .ac-feedback-filter {
    grid-template-columns: minmax(14rem, 1.35fr) repeat(2, minmax(10rem, 0.68fr)) auto auto;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.65rem;
    position: sticky;
    z-index: 24;
    top: var(--am-admin-toolbar-top);
    height: var(--am-admin-toolbar-height);
    background:
      linear-gradient(112deg, rgba(145, 194, 200, 0.12), transparent 32%),
      rgba(248, 245, 236, 0.97);
  }

  html[data-surface="maintainer"] body .ac-feedback-filter label {
    gap: 0.18rem;
    padding: 0.36rem 0.55rem;
  }

  html[data-surface="maintainer"] body .ac-feedback-filter input,
  html[data-surface="maintainer"] body .ac-feedback-filter select {
    min-height: 2.25rem;
    padding-block: 0.35rem;
  }

  html[data-surface="maintainer"] body .ac-feedback-filter__reset {
    min-height: var(--am-touch);
    padding: 0.62rem 0.9rem;
    border: 1px solid var(--am-night-24);
    background: transparent;
    color: var(--am-muted-paper);
    font-weight: 680;
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-work, .ac-notices-work) {
    grid-template-columns: minmax(31rem, 38%) minmax(0, 1fr);
    gap: 1rem;
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-index, .ac-notices-index) {
    position: sticky;
    top: var(--am-admin-index-top);
    display: grid;
    max-height: calc(100dvh - var(--am-admin-index-top) - 0.65rem);
    overflow: hidden;
  }

  html[data-surface="maintainer"] body .ac-feedback-index {
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  }

  html[data-surface="maintainer"] body .ac-feedback-index > [data-feedback-list] {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
  }

  html[data-surface="maintainer"] body .ac-notices-index {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  html[data-surface="maintainer"] body .ac-notices-list {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-route, .ac-notice-route) {
    min-height: 3.35rem;
    padding: 0.4rem 0.58rem;
  }

  html[data-surface="maintainer"] body .ac-feedback-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    padding: 0.38rem 0.58rem 0.38rem 2.65rem;
    border-block: var(--am-hairline) solid var(--am-night-14);
    background: rgba(79, 88, 120, 0.07);
    color: var(--am-muted-paper);
    font-size: 0.66rem;
    font-weight: 720;
    letter-spacing: 0.075em;
  }

  html[data-surface="maintainer"] body .ac-feedback-route__copy em {
    display: none;
  }

  html[data-surface="maintainer"] body .ac-notice-route__copy em {
    display: none;
  }

  html[data-surface="maintainer"] body :is(.ac-feedback-reader, .ac-notices-reader) {
    padding: 1.15rem;
  }

  /* Governance: facts first, history scrolls inside its own bounded surface. */
  html[data-surface="maintainer"] body .ao-governance {
    padding-block: 1.25rem 3.5rem;
  }

  html[data-surface="maintainer"] body .ao-governance__scene {
    width: min(100%, 174rem);
    gap: 1.25rem;
    margin-top: 1.2rem;
  }

  html[data-surface="maintainer"] body .ao-operations-snapshot > header {
    padding: 1rem 1.15rem 0.75rem;
  }

  html[data-surface="maintainer"] body .ao-operations-snapshot__scene {
    min-height: 24rem;
    grid-template-columns: minmax(19rem, 1.18fr) minmax(14rem, 0.72fr);
  }

  html[data-surface="maintainer"] body .ao-operations-object {
    width: min(100%, 30rem);
  }

  html[data-surface="maintainer"] body .ao-governance__lower {
    width: min(100%, 174rem);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }

  html[data-surface="maintainer"] body .ao-audit-folio {
    min-height: 34rem;
  }

  html[data-surface="maintainer"] body .ao-audit-stream {
    max-height: 34rem;
  }

  html[data-surface="maintainer"] body .ao-audit-entry__summary {
    min-height: 3.45rem;
    padding: 0.48rem 0.68rem;
  }

  html[data-surface="maintainer"] body .ao-grants {
    min-height: 34rem;
  }

  html[data-surface="maintainer"] body .ao-audit-stream {
    position: relative;
  }

  html[data-surface="maintainer"] body :is(.am-channel-index, .ao-ledger-index, .ac-feedback-index, .ac-notices-index, .ao-audit-stream).is-refreshing::after {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 24%;
    height: 0.18rem;
    background: linear-gradient(90deg, var(--am-cyan), var(--am-crimson));
    content: "";
    animation: am-density-refresh 1.1s var(--am-ease-in-out) infinite alternate;
    pointer-events: none;
  }
}

@keyframes am-density-refresh {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(316%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-surface="maintainer"] body :is(.am-channel-index, .ao-ledger-index, .ac-feedback-index, .ac-notices-index, .ao-audit-stream).is-refreshing::after {
    width: 100%;
    animation: none;
  }
}
