/* Higher Self transparency page. Shared navigation/footer styles come from
   /home-styles.css; this file owns only the disclosure page. */

.ai-transparency-page,
.ai-transparency-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ai-transparency-page {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(212, 168, 83, 0.09), transparent 28rem),
    var(--bg, #0b0a08);
  color: var(--ink, #f2ead9);
  font-family: var(--sans, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

.ai-transparency-page h1,
.ai-transparency-page h2,
.ai-transparency-page h3,
.ai-transparency-page p,
.ai-transparency-page ul,
.ai-transparency-page ol,
.ai-transparency-page blockquote {
  margin-top: 0;
}

.ai-transparency-page a {
  color: inherit;
}

.ai-transparency-page a:focus-visible,
.ai-transparency-page button:focus-visible {
  outline: 3px solid var(--gold, #d4a853);
  outline-offset: 4px;
}

/* The shared chrome predates this page's 44 x 44 target rule. Keep the
   shared markup, but enlarge its hit areas while this page is active. */
.ai-transparency-page .brand,
.ai-transparency-page .nav-links a,
.ai-transparency-page .nav-cta,
.ai-transparency-page .foot-brand,
.ai-transparency-page .foot-col a {
  min-height: 44px;
  min-width: 44px;
  align-items: center;
}

.ai-transparency-page .brand,
.ai-transparency-page .nav-links a,
.ai-transparency-page .nav-cta,
.ai-transparency-page .foot-brand {
  display: inline-flex;
}

.ai-transparency-page .foot-col a {
  display: flex;
}

.ai-transparency-page .nav-lang {
  padding-block: 0;
}

.ai-transparency-page .nav-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.ai-transparency-page .nl-popup-close {
  min-width: 44px;
  min-height: 44px;
}

.ai-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 12px 16px;
  background: var(--ink, #f2ead9);
  color: var(--bg, #0b0a08) !important;
  font-weight: 700;
  text-decoration: none;
}

.ai-skip-link:focus {
  transform: translateY(0);
}

.ai-main {
  position: relative;
  z-index: 2;
  overflow: clip;
}

.ai-main [id] {
  scroll-margin-top: 104px;
}

.ai-shell {
  width: min(100% - (2 * clamp(20px, 4vw, 56px)), 1240px);
  margin-inline: auto;
}

.ai-hero {
  max-width: 980px;
  padding-top: clamp(150px, 20vh, 220px);
  padding-bottom: clamp(64px, 9vw, 112px);
  text-align: center;
}

.ai-eyebrow {
  margin-bottom: 22px;
  color: var(--gold, #d4a853);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ai-eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 11px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(212, 168, 83, 0.14);
  vertical-align: 1px;
}

.ai-hero h1,
.ai-section-heading h2 {
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.ai-hero h1 {
  max-width: 13ch;
  margin: 0 auto 28px;
  font-size: clamp(3.3rem, 8vw, 7.4rem);
  line-height: 0.94;
  text-wrap: balance;
}

.ai-hero-intro {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--bone, #e8dcc4);
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  line-height: 1.55;
  text-wrap: balance;
}

.ai-hero-note {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  color: var(--ink-2, #b4a891);
  font-size: 0.92rem;
}

.ai-release {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(212, 168, 83, 0.42);
  background: linear-gradient(130deg, rgba(212, 168, 83, 0.13), rgba(20, 18, 17, 0.72));
}

.ai-release--verified {
  border-color: rgba(124, 185, 139, 0.48);
  background: linear-gradient(130deg, rgba(124, 185, 139, 0.12), rgba(20, 18, 17, 0.72));
}

.ai-release-label,
.ai-panel-state,
.ai-status-chip {
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ai-release-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(212, 168, 83, 0.45);
  color: var(--gold, #d4a853);
}

.ai-release--verified .ai-release-label {
  border-color: rgba(124, 185, 139, 0.55);
  color: #9bcfa8;
}

.ai-release h2 {
  margin-bottom: 10px;
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ai-release p {
  max-width: 78ch;
  margin-bottom: 0;
  color: var(--ink-2, #b4a891);
}

.ai-page-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  background: rgba(20, 18, 17, 0.72);
}

.ai-page-nav > span {
  flex: 0 0 auto;
  color: var(--ink-3, #8e826e);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ai-page-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}

.ai-page-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  color: var(--ink-2, #b4a891);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.ai-page-nav a:hover {
  color: var(--gold, #d4a853);
}

.ai-section {
  padding-block: clamp(76px, 10vw, 136px);
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-section--wide {
  width: min(100% - (2 * clamp(20px, 3vw, 40px)), 1320px);
}

.ai-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.ai-section-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1.02;
  text-wrap: balance;
}

.ai-section-heading > p {
  max-width: 62ch;
  margin-bottom: 4px;
  color: var(--ink-2, #b4a891);
  font-size: 1rem;
}

.ai-two-col,
.ai-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ai-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ai-panel,
.ai-fact {
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  background: rgba(20, 18, 17, 0.72);
}

.ai-fact--retention {
  grid-column: 1 / -1;
  min-height: 0;
}

.ai-panel--verified {
  border-top-color: rgba(124, 185, 139, 0.62);
}

.ai-panel--gate {
  border-top-color: rgba(212, 168, 83, 0.62);
}

.ai-panel--boundary,
.ai-context-excluded {
  border-top-color: rgba(176, 68, 42, 0.68);
}

.ai-context-allowed {
  border-top-color: rgba(124, 185, 139, 0.62);
}

.ai-panel-state {
  display: block;
  margin-bottom: 14px;
  color: var(--gold, #d4a853);
}

.ai-panel--verified .ai-panel-state {
  color: #9bcfa8;
}

.ai-panel h3,
.ai-fact h3,
.ai-receipt h3,
.ai-provenance h3 {
  margin-bottom: 18px;
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ai-check-list,
.ai-x-list,
.ai-gate-list,
.ai-number-list,
.ai-large-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.ai-check-list li,
.ai-x-list li,
.ai-gate-list li,
.ai-number-list li,
.ai-large-list li {
  position: relative;
  color: var(--ink-2, #b4a891);
}

.ai-check-list li,
.ai-x-list li,
.ai-gate-list li {
  padding: 12px 0 12px 28px;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  font-size: 0.93rem;
}

.ai-check-list li:first-child,
.ai-x-list li:first-child,
.ai-gate-list li:first-child {
  border-top: 0;
}

.ai-check-list li::before,
.ai-x-list li::before,
.ai-gate-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-weight: 700;
}

.ai-check-list li::before {
  content: "✓";
  color: #9bcfa8;
}

.ai-x-list li::before {
  content: "×";
  color: #d9836e;
}

.ai-gate-list li::before {
  content: "◇";
  color: var(--gold, #d4a853);
}

.ai-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ai-flow-step {
  position: relative;
  min-width: 0;
  min-height: 330px;
  padding: 24px 22px 28px;
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  background: rgba(20, 18, 17, 0.78);
}

.ai-flow-step::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 44px;
  right: -13px;
  width: 13px;
  height: 1px;
  background: var(--gold, #d4a853);
}

.ai-flow-step:last-child::after {
  display: none;
}

.ai-flow-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.ai-flow-number {
  color: var(--ink-4, #494132);
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 1.9rem;
  line-height: 1;
}

.ai-status-chip {
  padding: 6px 7px;
  border: 1px solid rgba(212, 168, 83, 0.35);
  color: var(--gold, #d4a853);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
}

.ai-flow-step--live .ai-status-chip {
  border-color: rgba(124, 185, 139, 0.42);
  color: #9bcfa8;
}

.ai-flow-step h3 {
  margin-bottom: 14px;
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.ai-flow-step p {
  margin-bottom: 0;
  color: var(--ink-2, #b4a891);
  font-size: 0.88rem;
  line-height: 1.65;
}

.ai-receipt-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 18px;
  margin-top: 18px;
}

.ai-receipt,
.ai-provenance {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-receipt {
  background:
    linear-gradient(rgba(11, 10, 8, 0.86), rgba(11, 10, 8, 0.86)),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(212, 168, 83, 0.14) 40px),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(212, 168, 83, 0.14) 40px);
}

.ai-receipt > p:not(.ai-eyebrow):not(.ai-receipt-note) {
  color: var(--ink-2, #b4a891);
}

.ai-receipt-table {
  margin-top: 28px;
  border: 1px solid var(--rule-2, rgba(242, 234, 217, 0.22));
  background: rgba(20, 18, 17, 0.9);
}

.ai-receipt-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(130px, 0.8fr) minmax(130px, 0.8fr);
  gap: 20px;
  align-items: center;
  min-height: 58px;
  padding: 10px 16px;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  color: var(--ink-2, #b4a891);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.ai-receipt-row:first-child {
  border-top: 0;
}

.ai-receipt-row > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ai-receipt-row strong {
  color: var(--ink, #f2ead9);
  font-family: var(--sans, "Inter", sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
}

.ai-receipt-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9bcfa8;
  box-shadow: 0 0 0 3px rgba(124, 185, 139, 0.14);
}

.ai-receipt-note {
  margin: 20px 0 0;
  color: #9bcfa8;
  font-size: 0.86rem;
  font-weight: 600;
}

.ai-provenance {
  background: rgba(212, 168, 83, 0.07);
}

.ai-number-list {
  counter-reset: provenance;
}

.ai-number-list li {
  counter-increment: provenance;
  padding: 16px 0 16px 40px;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  font-size: 0.9rem;
}

.ai-number-list li:first-child {
  border-top: 0;
}

.ai-number-list li::before {
  content: "0" counter(provenance);
  position: absolute;
  left: 0;
  color: var(--gold, #d4a853);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.67rem;
}

.ai-example {
  margin: 18px 0 0;
  padding: clamp(28px, 5vw, 56px);
  border-left: 3px solid var(--gold, #d4a853);
  background: rgba(212, 168, 83, 0.08);
}

.ai-example span {
  display: block;
  margin-bottom: 15px;
  color: var(--gold, #d4a853);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ai-example p {
  max-width: 46ch;
  margin-bottom: 0;
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  line-height: 1.3;
}

.ai-fact {
  display: flex;
  flex-direction: column;
  min-height: 310px;
}

.ai-fact > span {
  display: block;
  margin-bottom: 52px;
  color: var(--gold, #d4a853);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.ai-fact p {
  color: var(--ink-2, #b4a891);
  font-size: 0.92rem;
}

.ai-fact .ai-fact-note {
  color: var(--bone, #e8dcc4);
  font-weight: 600;
}

.ai-retention-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 12px 0 24px;
  padding: 0;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  border-left: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-retention-detail-list li {
  padding: 18px;
  border-right: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  border-bottom: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  color: var(--ink-2, #b4a891);
  font-size: 0.88rem;
}

.ai-fact a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  margin-top: auto;
  color: var(--gold, #d4a853);
  font-size: 0.78rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.ai-table-wrap {
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  background: rgba(20, 18, 17, 0.72);
}

.ai-retention-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ai-retention-table th,
.ai-retention-table td {
  padding: 24px 22px;
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  text-align: left;
  vertical-align: top;
}

.ai-retention-table thead th {
  border-top: 0;
  color: var(--ink-3, #8e826e);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ai-retention-table thead th:first-child,
.ai-retention-table tbody th {
  width: 22%;
}

.ai-retention-table tbody th {
  color: var(--bone, #e8dcc4);
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.3;
}

.ai-retention-table td {
  color: var(--ink-2, #b4a891);
  font-size: 0.88rem;
}

.ai-channel-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-channel-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 12px;
  border-left: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  color: var(--ink-2, #b4a891);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.ai-channel-strip span:first-child {
  border-left: 0;
}

.ai-channel-strip .is-off {
  background: rgba(176, 68, 42, 0.09);
  color: #d9836e;
}

.ai-large-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  border-left: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-large-list li {
  min-height: 126px;
  padding: 28px 28px 28px 64px;
  border-right: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  border-bottom: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
}

.ai-large-list li::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 28px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold, #d4a853);
  transform: rotate(45deg);
}

.ai-safety {
  padding-bottom: clamp(92px, 13vw, 170px);
}

.ai-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ai-support-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--rule-2, rgba(242, 234, 217, 0.22));
  color: var(--bone, #e8dcc4);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.ai-support-links a:hover {
  border-color: var(--gold, #d4a853);
  color: var(--gold, #d4a853);
}

.ai-revision {
  margin: 28px 0 0;
  color: var(--ink-3, #8e826e);
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 0.67rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1100px) {
  .ai-flow {
    grid-template-columns: 1fr;
  }

  .ai-flow-step {
    min-height: 0;
    padding: 24px 28px 30px 104px;
  }

  .ai-flow-step::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 47px;
    width: 1px;
    height: 13px;
  }

  .ai-flow-head {
    position: absolute;
    top: 26px;
    left: 24px;
    display: block;
    margin: 0;
  }

  .ai-status-chip {
    display: block;
    width: fit-content;
    margin-top: 16px;
  }

  .ai-model-grid,
  .ai-retention-detail-list {
    grid-template-columns: 1fr;
  }

  .ai-fact {
    min-height: 0;
  }

  .ai-fact > span {
    margin-bottom: 24px;
  }

  .ai-fact a {
    margin-top: 14px;
  }
}

@media (max-width: 820px) {
  .ai-release,
  .ai-section-heading,
  .ai-two-col,
  .ai-context-grid,
  .ai-receipt-wrap {
    grid-template-columns: 1fr;
  }

  .ai-section-heading {
    gap: 20px;
  }

  .ai-section-heading h2 {
    max-width: 18ch;
  }

  .ai-page-nav {
    display: block;
  }

  .ai-page-nav > span {
    display: block;
    margin-bottom: 8px;
  }

  .ai-receipt-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 14px;
  }

  .ai-large-list {
    grid-template-columns: 1fr;
  }

  .ai-channel-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-channel-strip span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  }

  .ai-channel-strip span:nth-child(4) {
    border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  }

  .ai-retention-table,
  .ai-retention-table tbody,
  .ai-retention-table tr,
  .ai-retention-table th,
  .ai-retention-table td {
    display: block;
    width: 100% !important;
  }

  .ai-retention-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ai-retention-table tr {
    padding: 24px;
    border-top: 1px solid var(--rule, rgba(242, 234, 217, 0.1));
  }

  .ai-retention-table tr:first-child {
    border-top: 0;
  }

  .ai-retention-table th,
  .ai-retention-table td {
    padding: 0;
    border: 0;
  }

  .ai-retention-table td {
    margin-top: 18px;
  }

  .ai-retention-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: var(--gold, #d4a853);
    font-family: var(--mono, "JetBrains Mono", monospace);
    font-size: 0.61rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
}

@media (max-width: 540px) {
  .ai-hero {
    padding-top: 132px;
  }

  .ai-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .ai-page-nav div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  .ai-flow-step {
    padding: 104px 22px 26px;
  }

  .ai-flow-head {
    top: 22px;
    left: 22px;
    right: 22px;
    display: flex;
  }

  .ai-status-chip {
    margin-top: 0;
  }

  .ai-flow-step::after {
    left: 50%;
  }

  .ai-large-list li {
    min-height: 0;
    padding: 24px 20px 24px 54px;
  }

  .ai-large-list li::before {
    top: 30px;
    left: 24px;
  }

  .ai-support-links {
    display: grid;
  }

  .ai-support-links a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ai-transparency-page *,
  .ai-transparency-page *::before,
  .ai-transparency-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .ai-transparency-page {
    background: #fff;
    color: #111;
  }

  .ai-transparency-page .nav,
  .ai-transparency-page .mobile-menu,
  .ai-transparency-page .grain,
  .ai-page-nav,
  .ai-support-links,
  .ai-transparency-page .foot {
    display: none !important;
  }

  .ai-main {
    overflow: visible;
  }

  .ai-panel,
  .ai-fact,
  .ai-flow-step,
  .ai-receipt,
  .ai-provenance,
  .ai-table-wrap {
    break-inside: avoid;
    background: #fff;
    border-color: #bbb;
  }
}
