:root {
  --gutter: 32px;
  --topbar: 0px;
}
html {
  scroll-padding-top: calc(var(--topbar) + 64px);
}
body {
  font-size: 16px;
  line-height: 1.55;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
button {
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button,
input,
select,
textarea {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--bg);
}
button {
  min-height: 32px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
button:hover:not(:disabled) {
  background: var(--surface-raised);
}
button.primary {
  color: var(--on-brand);
  background: var(--brand);
  border-color: var(--brand);
}
button.primary:hover {
  background: var(--brand-hover);
}
button.danger {
  color: var(--danger);
}
svg.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.icon-button {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 0;
  background: transparent;
  flex: 0 0 32px;
}
.icon-button:hover {
  background: var(--line);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  overflow-wrap: anywhere;
}
h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
h4 {
  font-size: 15px;
  font-weight: 600;
}
.muted,
.annotation {
  color: var(--fg-muted);
}
.annotation {
  font-size: 13px;
}
.eyebrow {
  font-size: 13px;
  color: var(--fg-muted);
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100;
  background: var(--bg);
  padding: 8px;
}
.skip-link:focus {
  top: 8px;
}
.loading {
  padding: 48px;
}
.print-brand {
  display: none;
}
.loading p {
  margin-top: 20px;
}
.rail,
.mobile-top {
  color-scheme: light;
  --bg: var(--rail-bg);
  --surface: var(--rail-bg);
  --surface-raised: var(--rail-surface);
  --fg: var(--rail-fg);
  --fg-muted: var(--rail-fg-muted);
  --fg-subtle: var(--rail-fg-subtle);
  --line: var(--rail-line);
  --line-strong: var(--rail-line-strong);
  --brand: var(--rail-accent);
  --brand-subtle: var(--rail-wash);
  --focus: var(--rail-accent);
  color: var(--fg);
}
.rail {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--rail-width);
  display: flex;
  flex-direction: column;
  padding: 16px 8px 8px;
  background: var(--surface-raised);
  border-right: 1px solid var(--line);
  z-index: 60;
}
.rail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 20px 12px;
}
.rail .aius-wordmark {
  width: 98px;
  height: 20px;
}
.rail-org {
  margin: 0 8px 16px;
  max-width: calc(100% - 16px);
  padding: 6px;
  font-size: 14px;
}
.rail-projects-home {
  margin-bottom: 8px;
  flex-shrink: 0;
}
.rail-project-count {
  margin-left: auto;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.rail-projects {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.rail-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
@media (max-height: 480px) {
  body:not(.rail-slim) .rail {
    overflow-y: auto;
  }
  .rail-top,
  .rail-bottom {
    flex-shrink: 0;
  }
  .rail-body {
    flex: 1 0 auto;
  }
  .rail-body > .rail-projects {
    flex: 1 0 auto;
    overflow: visible;
  }
}
@media (max-height: 480px) and (max-width: 959px) {
  body.rail-slim .rail {
    overflow-y: auto;
  }
}
.rail-slim-controls {
  display: none;
}
.rail-flyout,
.rail-popup {
  position: absolute;
  left: calc(var(--rail-slim) + 8px);
  z-index: 60;
  background: var(--rail-bg);
  border: 1px solid var(--rail-line-strong);
  border-radius: 10px;
  box-shadow:
    0 20px 50px -24px rgb(14 12 16 / 0.28),
    0 1px 0 rgb(14 12 16 / 0.04);
  padding: 8px;
}
.rail-flyout {
  top: 56px;
  width: 248px;
  max-height: calc(100dvh - 72px);
  display: flex;
  flex-direction: column;
}
.rail-flyout-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 4px 8px 8px;
}
.rail-flyout-heading p {
  margin: 0;
  font-size: 13px;
  color: var(--fg-subtle);
}
.rail-flyout .rail-org {
  flex-shrink: 0;
}
.rail-flyout .rail-link {
  min-height: 32px;
  padding: 4px 8px;
}
.rail-no-projects {
  padding: 0 8px;
}
.rail-popup {
  bottom: 64px;
  width: 200px;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
}
.rail-popup button {
  width: 100%;
  border: 0;
  background: none;
  text-align: left;
}
.rail-popup button:hover {
  background: var(--line);
}
.rail-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--fg);
  padding: 8px;
  min-height: 40px;
  text-decoration: none;
  border-radius: var(--radius);
}
.rail-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rail-link:hover {
  background: var(--line);
}
.rail-link[aria-current="page"] {
  color: var(--brand);
  background: var(--brand-subtle);
  font-weight: 500;
}
.rail-bottom {
  border-top: 1px solid var(--line);
  padding-top: 8px;
  margin-top: 12px;
}
.rail-account {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.rail-res {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 2px 6px;
  font-size: 13px;
  padding: 8px 8px 4px;
}
.rail-res a {
  color: var(--fg-muted);
  text-decoration: none;
  white-space: nowrap;
}
.rail-res a:hover {
  text-decoration: underline;
}
.rail-res-sep {
  color: var(--line);
}
.rail-account .identity {
  min-width: 0;
  flex: 1;
}
.rail-account .identity > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.account-link .avatar {
  flex-shrink: 0;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--line);
  border-radius: 50%;
  font-size: 13px;
  flex: 0 0 28px;
}
.main {
  margin-left: var(--rail-width);
  min-width: 0;
}
.mobile-top {
  display: none;
}
.mast {
  position: sticky;
  top: var(--topbar);
  z-index: 40;
  min-height: 49px;
  padding: 0 var(--gutter);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tabs {
  display: flex;
  align-self: stretch;
  overflow-x: auto;
  min-width: 0;
}
.tabs a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: var(--fg-muted);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.tabs a[aria-current="page"] {
  color: var(--brand);
  border-bottom-color: var(--brand);
  font-weight: 600;
}
.mast-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.mast-actions > .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mast-actions > button:not(.icon-button) {
  height: 32px;
  min-height: 32px;
  padding-block: 0;
  font-size: 13px;
  line-height: 1.2;
}
.content {
  padding: 32px var(--gutter) 72px;
  min-width: 0;
}
.mast:empty {
  display: none;
}
.portal-content {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.portal-content > .content,
.content.portal-content {
  padding-inline: 16px;
}
.report-exports {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 16px;
  font-size: 13px;
}
.report-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.report-export-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.report-export-actions [aria-disabled="true"] {
  opacity: 0.6;
}
.report-exports [role="status"] {
  flex-basis: 100%;
  overflow-wrap: anywhere;
  margin: 0;
}
.report-editor {
  --editor-offset: calc(var(--topbar) + 49px);
}
.report-editor-heading h1 {
  font-size: 24px;
  margin: 0;
}
.report-editor-heading p {
  margin: 8px 0 24px;
  color: var(--fg-muted);
  overflow-wrap: anywhere;
}
.report-editor-bar {
  position: sticky;
  top: var(--editor-offset);
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-block: 1px solid var(--line);
  background: var(--bg);
  margin-bottom: 24px;
}
.report-editor-bar button,
.report-edit-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.report-editor-modes {
  display: flex;
  gap: 2px;
  margin-right: auto;
}
.report-editor-modes [aria-pressed="true"] {
  color: var(--brand);
  border-color: var(--brand);
}
#report-editor-status {
  font-size: 13px;
  color: var(--fg-muted);
}
#report-editor-error,
#report-editor-warnings,
#report-editor-exit {
  flex-basis: 100%;
  overflow-wrap: anywhere;
}
#report-editor-error {
  color: var(--danger);
}
#report-editor-warnings {
  font-size: 13px;
}
#report-editor-warnings ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
#report-editor-exit:not([hidden]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.report-editor-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.report-editor-grid[hidden] {
  display: none;
}
.report-editor-grid nav {
  position: sticky;
  top: calc(var(--editor-offset) + var(--editor-bar-height, 56px) + 24px);
  min-width: 0;
  max-height: calc(100dvh - var(--editor-offset) - var(--editor-bar-height, 56px) - 48px);
  overflow: auto;
}
.report-editor-grid nav a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-editor form {
  min-width: 0;
  max-width: 800px;
}
.report-editor fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.report-edit-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
  margin-bottom: 32px;
  scroll-margin-top: calc(var(--editor-offset) + var(--editor-bar-height, 56px) + 24px);
}
.report-edit-section h2 {
  font-size: 20px;
  margin: 0 0 20px;
  overflow-wrap: anywhere;
}
.report-edit-section label {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
}
.report-edit-section input,
.report-edit-section textarea,
.report-edit-section select {
  display: block;
  margin-top: 6px;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.report-edit-section textarea {
  resize: vertical;
  min-height: 100px;
}
.report-edit-section [data-editor-widget] {
  margin-top: 24px;
}
.report-edit-section legend {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.report-edit-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
#report-editor-preview .content {
  padding-inline: 0;
}
#report-editor-preview :is([id^="section-"], #summary, #sources) {
  scroll-margin-top: calc(var(--editor-offset) + var(--editor-bar-height, 56px) + 24px);
}
@media (max-width: 959px) {
  .report-editor-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .report-editor-grid nav {
    position: static;
    max-height: 140px;
  }
}
@media print {
  .report-exports,
  .report-editor-bar,
  .report-editor-grid,
  .report-editor-heading {
    display: none !important;
  }
}
@media (max-height: 560px) {
  .report-editor-bar,
  .report-editor-grid nav {
    position: static;
  }
}
.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 0;
  max-width: 1360px;
  margin-inline: auto;
  padding-top: 32px;
  padding-right: 0;
}
.report-layout .dateline {
  gap: 12px 24px;
  margin-bottom: 24px;
}
.report-layout .report #summary > h1 {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 1.3;
}
.report-layout .summary-grid {
  margin-bottom: 48px;
}
.report-layout .summary-lead > .prose p {
  font-size: 16px;
  line-height: 1.65;
}
.report,
[data-document-outline] {
  min-width: 0;
}
.dateline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--fg-muted);
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.dateline > span {
  min-width: 0;
  max-width: 100%;
}
.report-provenance {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.report-provenance dl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 8px 0 0;
  font-size: 13px;
}
.report-provenance dl > div {
  min-width: 0;
  max-width: 100%;
}
.report-provenance dt {
  color: var(--fg-muted);
}
.report-provenance dd {
  margin: 4px 0 0;
}
.report h1 {
  margin-bottom: 24px;
  max-width: 100%;
  font-weight: 500;
}
.report #summary > h1 {
  font-size: 32px;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-bottom: 40px;
}
.summary-lead {
  display: grid;
  gap: 16px;
  grid-column: span 8;
  min-width: 0;
}
.summary-lead:only-child {
  grid-column: 1 / -1;
}
.summary-lead > .prose {
  display: grid;
  gap: 16px;
  font-size: 16px;
  max-width: 72ch;
}
.summary-lead > .prose p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: none;
}
.report-missing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 16px;
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
}
.report-missing > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.report-missing dt {
  color: var(--fg-muted);
  font-size: 13px;
}
.chart-empty-identity {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  font-size: 13px;
}
.chart-empty-identity > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 16px;
  overflow-wrap: anywhere;
}
.chart-empty-identity dt {
  color: var(--fg-muted);
}
.chart-empty-identity dd {
  margin: 0;
}
.report-missing dd,
.evidence-absence {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .report-missing {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media print {
  .report-missing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    break-inside: avoid;
  }
}
.why {
  display: grid;
  gap: 8px;
  grid-column: span 4;
  min-width: 0;
  margin-left: -8px;
  padding: 16px;
  font-size: 15px;
  background: var(--surface);
  border-radius: 14px;
}
.why h2 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--fg-muted);
  line-height: 1.4;
  margin: 0;
}
.why .prose p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 56ch;
}
.why .prose p + p {
  margin-top: 16px;
}
.brief-purpose {
  max-width: 720px;
  margin-bottom: 32px;
}
.project-brief,
.brief-guardrails,
.brief-preview,
.question {
  overflow-wrap: anywhere;
}
.brief-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 0;
  margin: 16px 0;
  list-style: none;
  color: var(--fg-muted);
  font-size: 13px;
}
.brief-labels li,
.brief-source {
  overflow-wrap: anywhere;
}
.brief-guardrails > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}
.brief-guardrails > .annotation {
  margin: 8px 0 16px;
}
.project-brief .brief-guardrails {
  margin-top: 32px;
  max-width: 72ch;
}
.brief-preview {
  margin: 24px 0;
}
.brief-preview th .annotation {
  display: block;
  font-weight: 400;
}
.brief-preview pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.brief-preview table {
  width: 100%;
}
@media print {
  .brief-preview .table-scroll {
    overflow: visible;
  }
  .brief-preview table {
    table-layout: fixed;
    min-width: 0;
  }
  .brief-preview td,
  .brief-preview th {
    overflow-wrap: anywhere;
  }
}
.prose {
  overflow-wrap: anywhere;
  overflow-x: auto;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose pre {
  overflow-x: auto;
  background: var(--surface);
  padding: 12px;
  font-size: 13px;
}
.prose code {
  font-size: 13px;
}
.prose img {
  display: none;
}
.prose blockquote {
  margin-left: 0;
  border-left: 2px solid var(--line-strong);
  padding-left: 16px;
  color: var(--fg-muted);
}
.questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 12px 0 32px;
}
.questions[data-count="3"],
.questions[data-count="6"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.question-heading {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}
.question {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  min-width: 0;
  background: var(--surface);
  border-radius: 14px;
}
.question[data-answer-state="answered"] {
  background: var(--success-bg);
}
.question[data-answer-state="partial"] {
  background: var(--caution-bg);
}
.question[data-answer-state="unanswered"],
.question[data-answer-state="blocked"] {
  background: var(--flag-bg);
}
.question-ask {
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.55;
}
.question-state {
  font-size: 15px;
  font-weight: 500;
}
.question p {
  margin-bottom: 0;
}
.question a {
  display: block;
  font-size: 13px;
}
.question sup a {
  display: inline;
}
.report-section {
  margin-top: 72px;
  scroll-margin-top: 72px;
}
.report-layout .report-section {
  margin-top: 96px;
}
.report-section > h2 {
  margin-bottom: 12px;
}
.report-section-authored {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.report-layout .report-section-authored {
  row-gap: 32px;
}
.report-section-authored > * {
  grid-column: 1 / -1;
  min-width: 0;
}
.comparison-chart {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.comparison-lollipop,
.comparison-dumbbell {
  display: grid;
  gap: 6px;
  max-width: 720px;
}
.comparison-row {
  display: grid;
  grid-template-columns: minmax(0, 13rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  break-inside: avoid;
}
.comparison-label,
.comparison-value {
  min-width: 0;
  overflow-wrap: anywhere;
}
.comparison-value {
  min-width: 24px;
  max-width: 10rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.comparison-track {
  display: block;
  height: 12px;
  position: relative;
  margin-inline: 4px;
}
.comparison-stem,
.comparison-bar,
.comparison-dot,
.comparison-baseline {
  position: absolute;
}
.comparison-stem {
  top: 5px;
  height: 2px;
  background: var(--line-strong);
}
.comparison-dot {
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--chart-solo-soft);
}
.comparison-baseline {
  top: 0;
  height: 12px;
  border-left: 1px solid var(--line);
}
.comparison-row[data-emphasis] .comparison-dot,
.comparison-row[data-emphasis] .comparison-bar {
  background: var(--chart-s1);
}
.comparison-row[data-emphasis] .comparison-label,
.comparison-row[data-emphasis] .comparison-value,
.comparison-pair[data-emphasis] > .comparison-label {
  font-weight: 600;
}
.comparison-axis {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line-strong);
  padding-top: 6px;
  margin-left: calc(13rem + 12px);
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.comparison-axis > span:nth-child(2) {
  text-align: center;
}
.comparison-axis > span:last-child {
  text-align: right;
}
.comparison-multiples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  gap: 24px;
}
.comparison-cell {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}
.comparison-cell > h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.comparison-rows {
  display: grid;
  gap: 6px;
}
.comparison-cell .comparison-row {
  grid-template-columns: minmax(0, 9rem) minmax(0, 1fr) auto;
}
.comparison-cell .comparison-axis {
  margin-left: calc(9rem + 12px);
}
.comparison-bar {
  top: 2px;
  height: 8px;
  background: var(--chart-solo-soft);
  border-radius: 2px;
}
.comparison-dumbbell {
  gap: 16px;
}
.comparison-pair {
  display: grid;
  grid-template-columns: minmax(0, 13rem) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  break-inside: avoid;
}
.comparison-pair-body {
  min-width: 0;
  padding-inline: 6px;
}
.comparison-pair-track {
  position: relative;
  height: 32px;
}
.comparison-pair-track[data-crowded] {
  height: 12px;
}
.comparison-pair-track .comparison-stem {
  top: auto;
  bottom: 5px;
}
.comparison-point {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.comparison-point-value {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-variant-numeric: tabular-nums;
}
.comparison-point-value[data-edge="start"] {
  transform: none;
}
.comparison-point-value[data-edge="end"] {
  transform: translateX(-100%);
}
.comparison-chart [data-series="strong"]:not(.comparison-pair-values > span) {
  background: var(--chart-s1);
}
.comparison-chart [data-series="soft"]:not(.comparison-pair-values > span) {
  background: var(--chart-solo-soft);
  border: 1px solid var(--chart-s1);
}
.comparison-pair-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
  margin: 0 0 6px;
  overflow-wrap: anywhere;
}
.comparison-key {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-left: calc(13rem + 12px);
}
.comparison-key > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow-wrap: anywhere;
}
.comparison-key i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: none;
}
@media (max-width: 640px) {
  .comparison-row,
  .comparison-cell .comparison-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .comparison-row > .comparison-label {
    grid-column: 1 / -1;
  }
  .comparison-pair {
    grid-template-columns: minmax(0, 1fr);
  }
  .comparison-axis,
  .comparison-cell .comparison-axis,
  .comparison-key {
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .comparison-multiples {
    gap: 16px;
  }
}
@media print {
  .comparison-chart {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .comparison-multiples {
    grid-template-columns: minmax(0, 1fr);
  }
}
.report-section-authored > .report-section-head,
.report-section-authored > .brief-guardrails {
  grid-column: 1 / span 8;
  max-width: 72ch;
}
.report-section-head > h2 {
  margin: 0;
  overflow-wrap: anywhere;
}
.report-layout .report-section-head > h2,
.report-layout .foundation-tile h2 {
  font-size: 26px;
  line-height: 1.3;
}
.report-section-head > p {
  margin: 16px 0 0;
  max-width: 72ch;
  overflow-wrap: anywhere;
}
.report-section-head > .section-kicker,
.foundation-tile > .section-kicker {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--fg-muted);
}
.report-section-head > .standfirst {
  color: var(--fg);
  font-size: 15px;
  line-height: 1.55;
}
.report-layout .report-section-head > .standfirst {
  font-size: 16px;
  line-height: 1.65;
}
.widgets {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.report-layout .widgets {
  row-gap: 32px;
}
.widget-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-width: 0;
}
.report-layout .widget-row {
  row-gap: 32px;
}
.widget-row[data-span="8"] {
  grid-column: 1 / span 8;
}
.widget-row[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.widget-row[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-row[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.widget-row > .widget[data-weight] {
  grid-column: auto;
}
.widget {
  grid-column: span 12;
  min-width: 0;
  overflow-wrap: anywhere;
}
.widget .prose {
  max-width: 72ch;
}
.chart-unavailable {
  min-height: 180px;
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--fg-muted);
}
.chart-unavailable p {
  margin: 8px 0 0;
}
.widget[data-weight="reading"] {
  grid-column: span 8;
}
.widget[data-weight="half"] {
  grid-column: span 6;
}
.widget[data-weight="compact"] {
  grid-column: span 4;
}
.widget[data-weight="micro"] {
  grid-column: span 3;
}
.widget h3 {
  margin-bottom: 8px;
}
.report-layout .widget h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.metric {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.metric small {
  font-size: 15px;
  font-weight: 400;
}
.callout {
  background: var(--surface);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  padding: 20px 24px;
}
.callout[data-tone="caution"] {
  background: var(--caution-bg);
}
.callout[data-tone="flag"] {
  background: var(--flag-bg);
}
.callout p,
.callout .callout-title {
  margin: 0;
  max-width: 72ch;
}
.callout-kicker {
  color: var(--fg-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.callout[data-tone="caution"] .callout-kicker {
  color: var(--caution);
}
.callout[data-tone="flag"] .callout-kicker {
  color: var(--danger);
}
.callout .callout-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.callout-body {
  display: grid;
  gap: 8px;
}
.callout-body .prose > p + p {
  margin-top: 8px;
}
.chart-frame {
  height: 300px;
  position: relative;
  width: 100%;
  margin: 16px 0;
}
.chart-frame canvas {
  width: 100% !important;
  height: 100% !important;
}
.general-chart {
  margin: 0;
  max-width: 720px;
}
.distribution-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: 16px 24px;
  max-width: 720px;
  margin: 20px 0 0;
}
.distribution-stats dt {
  color: var(--fg-muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.distribution-stats dd {
  margin: 4px 0 0;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.chart-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: var(--chart-axis);
}
.chart-tick {
  position: absolute;
  display: block;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.chart-axis-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--line-strong);
  padding: 6px 0;
  color: var(--fg-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.chart-axis-band span:nth-child(2) {
  text-align: center;
}
.chart-axis-band[data-grouped] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  row-gap: 4px;
}
.chart-axis-band[data-grouped] span:nth-child(2) {
  grid-column: 1 / -1;
  grid-row: 1;
}
.chart-axis-band span:last-child {
  text-align: right;
}
.chart-series {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 0;
  margin: 12px 0;
  list-style: none;
  font-size: 13px;
}
.chart-series li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.chart-series li[data-subject] {
  font-weight: 600;
}
.chart-series i {
  display: inline-block;
  width: 16px;
  height: 6px;
  flex-shrink: 0;
}
.chart-records {
  container: chart-records / inline-size;
  margin: 16px 0;
  max-width: 720px;
}
.chart-records h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
}
.chart-records .annotation {
  margin: 0 0 8px;
}
@media screen {
  @container chart-records (max-width: 600px) {
    .widget .chart-records table {
      min-width: 0;
    }
    .chart-records thead {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip-path: inset(50%);
    }
    .chart-records tbody {
      display: block;
    }
    .chart-records tbody tr {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 16px;
      padding: 16px 0;
      border-top: 1px solid var(--line);
    }
    .chart-records td {
      display: block;
      border: 0;
      padding: 0;
      text-align: left;
      overflow-wrap: anywhere;
    }
    .chart-records td:first-child {
      grid-column: 1 / -1;
    }
    .chart-records td:nth-last-child(2) {
      grid-column: 1;
    }
    .chart-records td:last-child {
      grid-column: 2;
    }
    .chart-records td::before {
      content: attr(data-label);
      display: block;
      font-size: 13px;
      color: var(--fg-muted);
      margin-bottom: 4px;
    }
  }
}
.chart-series [data-chart-series],
.chart-data [data-chart-point] {
  cursor: pointer;
}
.chart-series [data-pointed] span,
.chart-data [data-pointed] td:first-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.boxplot-group {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.boxplot-group h4 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.boxplot-group[data-pointed] h4 {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.boxplot-group dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 128px), 1fr));
  gap: 12px 20px;
  margin: 0;
}
.boxplot-group dt {
  font-size: 13px;
  color: var(--fg-muted);
}
.boxplot-group dd {
  margin: 4px 0 0;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.chart-series [data-muted] i {
  background: var(--line-strong) !important;
}
.general-chart canvas:focus-visible,
.chart-series [data-chart-series]:focus-visible,
.chart-data [data-chart-point]:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.heatmap-scroll {
  max-height: 480px;
  margin-top: 16px;
}
.heatmap-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.heatmap-scroll td,
.heatmap-scroll th {
  min-width: 72px;
  max-width: 240px;
  overflow-wrap: anywhere;
}
.heatmap-scroll tbody th {
  font-size: 15px;
  font-weight: 500;
  color: var(--fg);
  background: none;
}
.heatmap-scroll .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.heatmap-unannotated {
  opacity: 0;
}
.heatmap-scale {
  max-width: 720px;
  margin-top: 16px;
}
.heatmap-ramp {
  height: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(to right, var(--bg), color-mix(in srgb, var(--chart-s1) 30%, var(--bg)));
}
.heatmap-scale[data-scale="diverging"] .heatmap-ramp {
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--chart-s2) 30%, var(--bg)),
    var(--bg),
    color-mix(in srgb, var(--chart-s1) 30%, var(--bg))
  );
}
.heatmap-scale-values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  gap: 12px;
  padding-top: 6px;
  font-size: 13px;
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.heatmap-scale-values span:nth-child(2) {
  text-align: center;
}
.heatmap-scale-values span:last-child {
  text-align: right;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  text-align: left;
}
th,
td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  overflow-wrap: anywhere;
}
th {
  font-weight: 500;
  color: var(--fg-muted);
  background: var(--surface);
}
td.number {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.widget table {
  min-width: 360px;
}
.report-table-scroll {
  margin-top: 20px;
  overflow: auto;
  overscroll-behavior: contain;
}
.report-layout .report-table-scroll {
  margin-top: 24px;
}
.report-data-table {
  font-size: 15px;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 0;
}
.report-layout .report-data-table {
  font-size: 16px;
}
.report-data-table th,
.report-data-table td {
  padding: 12px;
}
.report-layout .report-data-table th,
.report-layout .report-data-table td {
  padding-block: 16px;
}
.report-data-table thead {
  position: sticky;
  top: 0;
  background: var(--surface);
  z-index: 1;
  border-bottom: 1px solid var(--line-strong);
}
.report-data-table thead th {
  color: var(--fg);
  font-size: 13px;
  font-weight: 600;
}
.report-layout .report-data-table thead th {
  font-size: 14px;
}
.report-data-table thead td {
  background: var(--surface);
}
.report-data-table thead tr:last-child > * {
  border-bottom-color: var(--line-strong);
}
.report-data-table tbody th {
  font-size: 15px;
  font-weight: 500;
  background: none;
  color: var(--fg);
}
.report-layout .report-data-table tbody th {
  font-size: 16px;
}
.report-data-table tr[data-self] th,
.report-data-table tr[data-self] td,
.chart-data tr[data-self] td {
  font-weight: 600;
}
.report-data-table [data-numeric] {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.report-data-table [data-mono] {
  font-family: monospace;
}
.table-controls {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.table-sort {
  border: 0;
  background: none;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: inherit;
  white-space: nowrap;
}
.table-sort .icon {
  flex-shrink: 0;
}
.table-filters input {
  min-width: 90px;
  font-size: 13px;
}
.table-register {
  font-size: 13px;
  margin-left: 8px;
  color: var(--fg-muted);
}
.table-error {
  color: var(--danger);
  font-size: 13px;
}
.aggregate-section th {
  border-top: 1px solid var(--line-strong);
}
@media print {
  .report-table-scroll {
    max-height: none !important;
    overflow: visible;
    display: contents;
  }
  .report-data-table thead {
    position: static;
    display: table-header-group;
    break-inside: avoid;
    z-index: auto;
  }
  .report-data-table tr {
    break-inside: avoid;
  }
  .report-data-table {
    min-width: 0 !important;
    margin-top: 20px;
  }
  /* Flex boxes inside headers prevent Chromium's repeated print headers. */
  .table-sort {
    display: contents;
  }
  .table-controls,
  .table-filters,
  .table-sort .icon,
  .table-export-note {
    display: none !important;
  }
}
/* Source-first foundation, following the September 3 prototype revision. */
.foundation-fold {
  background: var(--surface-raised);
  border: 0;
  padding: 0;
}
.foundation-tile {
  display: block;
  padding: 24px 32px 16px;
  list-style: none;
  font-weight: 400;
}
.foundation-tile::-webkit-details-marker,
.source-head::-webkit-details-marker {
  display: none;
}
.foundation-tile h2 {
  margin: 0;
  font-weight: 500;
}
.foundation-tile > .section-kicker {
  display: block;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}
.foundation-deck {
  display: block;
  max-width: 72ch;
  margin-top: 8px;
}
.foundation-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 16px;
}
.foundation-metrics > span,
.source-head > * {
  min-width: 0;
  overflow-wrap: anywhere;
}
.foundation-metric-label,
.foundation-metric-note,
.foundation-metrics strong {
  display: block;
}
.foundation-metric-label,
.foundation-metric-note {
  font-size: 13px;
  color: var(--fg-muted);
}
.foundation-metrics strong {
  font-size: 24px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  margin: 4px 0;
}
.foundation-chevron,
.foundation-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 24px;
  padding: 0;
  margin: 16px auto -28px;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--brand);
}
.foundation-chevron .icon {
  transform: rotate(90deg);
}
.foundation-fold[open] .foundation-chevron {
  visibility: hidden;
}
.foundation-close .icon {
  transform: rotate(-90deg);
}
.foundation-fold > .foundation-body {
  margin: 0;
  padding: 0 32px 16px;
}
.source-controls,
.source-alert-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.source-controls {
  justify-content: flex-end;
  margin-bottom: 12px;
}
.source-toggle-all,
.source-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 4px 0;
  color: var(--brand);
  font-size: 13px;
}
.foundation-sources,
.source-alert-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.foundation-source {
  padding: 16px 0;
}
.source-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  align-items: baseline;
  gap: 0 16px;
  list-style: none;
  font-weight: 400;
}
.source-head h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.source-quality,
.source-meta {
  font-size: 13px;
  color: var(--fg-muted);
}
.foundation-source[data-flagged="true"] .source-quality {
  color: var(--caution);
}
.source-triangle {
  display: inline-flex;
  justify-content: center;
  align-self: center;
}
.foundation-source[open] > .source-head .icon {
  transform: rotate(90deg);
}
.source-description,
.source-meta,
.source-alert-signals {
  grid-column: 1 / -1;
  margin-top: 8px;
}
.source-alert-signals {
  display: grid;
  gap: 4px;
  font-size: 13px;
  color: var(--fg-muted);
}
.source-alert-signals strong {
  font-weight: 500;
  text-transform: capitalize;
}
.foundation-provenance {
  margin-top: 32px;
  max-width: 72ch;
}
.source-body {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.source-body h4,
.foundation-standing h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.source-alert-list li {
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.source-alert-label {
  margin-bottom: 4px;
  font-size: 13px;
}
.source-alert-label strong {
  text-transform: capitalize;
}
.source-alert-list p:last-child {
  margin-bottom: 0;
}
.source-copy-status {
  color: var(--fg-muted);
  font-size: 13px;
}
.source-copy-status:empty {
  display: none;
}
.source-profile,
.source-object,
.source-field-use,
.source-lineage {
  margin-top: 16px;
}
.source-field-use {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  overflow-wrap: anywhere;
}
.source-field-use ul {
  padding-left: 20px;
  font-size: 13px;
}
.source-object {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--line);
  padding: 16px 0 0;
}
.source-lineage-table th[scope="rowgroup"] {
  vertical-align: top;
}
.profile-table > tbody > tr > th {
  text-align: left;
  font-weight: 500;
}
.widget .profile-table {
  min-width: 720px;
}
.profile-observations .table-scroll table {
  min-width: 0;
  table-layout: fixed;
}
.profile-table .kpi-spark {
  width: 180px;
  height: 56px;
}
.profile-table .kpi-spark-range {
  max-width: 220px;
}
@media print {
  .widget .profile-table {
    min-width: 0;
    table-layout: fixed;
  }
  .profile-table .kpi-spark {
    width: 100%;
  }
  .profile-table > tbody > tr {
    break-inside: avoid;
  }
  .widget:has(.profile-columns) {
    break-inside: auto;
  }
}
.source-lineage {
  margin-top: 24px;
}
.source-lineage h4 {
  color: var(--fg-muted);
  line-height: 1.4;
  text-transform: uppercase;
}
.source-object-body {
  background: var(--surface);
  padding: 20px;
  min-width: 0;
}
.foundation-evidence {
  margin-top: 32px;
}
.foundation-standing {
  display: block;
  border-top: 1px solid var(--line);
  color: var(--fg);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 16px;
  padding-top: 16px;
  max-width: 72ch;
  overflow-wrap: anywhere;
}
.foundation-standing b {
  font-weight: 600;
}
.standing-references {
  display: block;
  margin-top: 8px;
  color: var(--fg-muted);
}
.data-foundation [id] {
  scroll-margin-top: 72px;
}
.foundation-standing > div {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 16px;
}
@media (max-width: 959px) {
  .data-foundation,
  .data-foundation [id] {
    scroll-margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .foundation-tile {
    padding: 20px 16px 16px;
  }
  .foundation-fold > .foundation-body {
    padding-inline: 16px;
  }
  .foundation-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .source-head {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 4px 8px;
  }
  .source-quality {
    grid-column: 1;
    grid-row: 2;
  }
  .source-triangle {
    grid-column: 2;
    grid-row: 1;
  }
}
@media print {
  .foundation-fold {
    background: none;
  }
  .foundation-tile,
  .foundation-fold > .foundation-body {
    padding: 0;
  }
  .foundation-tile > :is(.section-kicker, h2, .foundation-deck, .annotation) {
    break-after: avoid;
  }
  .foundation-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    break-inside: avoid;
  }
  .foundation-chevron,
  .foundation-close,
  .source-controls,
  .source-copy,
  .source-copy-status,
  .source-triangle {
    display: none;
  }
  .source-head,
  .source-alert-heading,
  .source-profile > summary {
    break-after: avoid;
  }
  .source-alerts,
  .source-profile .widget {
    break-inside: auto;
  }
  .source-profile .table-scroll table {
    table-layout: fixed;
    min-width: 0;
    width: 100%;
  }
  .source-profile th,
  .source-profile td {
    overflow-wrap: anywhere;
  }
}
details {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
summary {
  cursor: pointer;
  font-weight: 500;
}
details > :not(summary) {
  margin-top: 16px;
}
.quality-list {
  list-style: none;
  padding: 0;
}
.quality-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.quality-list strong {
  display: block;
}
.check-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  border-top: 1px solid var(--line-strong);
  display: grid;
  gap: 16px;
  grid-template-columns: 108px minmax(0, 1fr);
  padding: 16px 0;
}
.check-list li:last-child {
  border-bottom: 1px solid var(--line-strong);
}
.report .check-state {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}
.check-list [data-result="ok"] .check-state {
  color: var(--success);
}
.check-list [data-result="warn"] .check-state {
  color: var(--warning);
}
.check-list [data-result="fail"] .check-state {
  color: var(--danger);
}
.report .check-list h3,
.report .brief-guardrails h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}
.report .check-list div p {
  color: var(--fg-muted);
  margin: 4px 0 0;
}
.method-evidence {
  border-bottom: 1px solid var(--line);
  border-radius: 14px;
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
}
.method-evidence summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  list-style: none;
  min-height: 46px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.55;
}
.method-evidence summary::-webkit-details-marker {
  display: none;
}
.method-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.method-heading .annotation {
  line-height: 1.4;
  font-weight: 400;
}
.method-evidence summary::after {
  content: "";
  border-color: transparent transparent transparent var(--fg-muted);
  border-style: solid;
  border-width: 5px 0 5px 7px;
}
.method-evidence[open] summary::after {
  transform: rotate(90deg);
}
.method-steps {
  padding: 8px 24px 24px;
}
.method-evidence > .method-steps {
  margin-top: 0;
}
.method-steps ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.method-steps p {
  margin: 0;
}
.method-key-numbers {
  font-family: ui-monospace, monospace;
  font-size: 13px;
  white-space: pre-wrap;
}
.method-links {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
}
.evidence-download {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  max-width: 100%;
}
.evidence-download .icon {
  flex-shrink: 0;
  align-self: center;
}
.evidence-download span,
.evidence-unavailable,
.notebook-source,
.method-key-numbers,
.check-list div {
  overflow-wrap: anywhere;
  min-width: 0;
}
.evidence-unavailable > .annotation {
  display: block;
}
@media (max-width: 719px) {
  .check-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}
@media print {
  .method-evidence summary::after {
    display: none;
  }
  .check-list li,
  .method-steps li {
    break-inside: avoid;
  }
}
.kpi-band {
  gap: 24px 32px;
}
.kpi-band > .widget[data-weight] {
  grid-column: auto;
}
.report-kpi {
  display: grid;
  gap: 8px;
}
.report-kpi p {
  margin: 0;
}
.kpi-label {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--fg-muted);
  font-size: 14px;
  min-height: 39px;
}
.kpi-label > .icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.kpi-label > span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.kpi-value,
.gauge-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.kpi-unit,
.kpi-delta {
  color: var(--fg-muted);
  font-size: 14px;
}
.kpi-delta {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.kpi-delta > span:first-child {
  align-self: start;
  display: inline-flex;
}
.kpi-delta .icon {
  width: 16px;
  height: 18px;
}
.kpi-spark {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 56px;
}
.kpi-spark-data {
  font-size: 13px;
  min-width: 0;
}
.kpi-spark-data .table-scroll table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}
.kpi-spark-data th,
.kpi-spark-data td {
  overflow-wrap: anywhere;
}
.report-gauge {
  max-width: 480px;
  margin: 0;
}
.report-gauge p {
  margin: 8px 0;
}
.gauge-plot {
  position: relative;
  width: min(100%, 260px);
  aspect-ratio: 13 / 10;
}
.gauge-bounds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin: 0;
}
.gauge-bounds dt,
.stat-test-facts dt {
  font-size: 13px;
  color: var(--fg-muted);
}
.gauge-bounds dd,
.stat-test-facts dd {
  margin: 4px 0 0;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.gauge-limit {
  font-size: 15px;
  font-weight: 500;
}
.stat-test-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: 16px 24px;
  margin: 0 0 24px;
}
.stat-test-facts > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.stat-test-facts dd {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 959px) {
  .widget-row[data-span] {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }
  .widget-row.kpi-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .widget-row.kpi-band[data-columns="3"] {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 479px) {
  .report-section {
    margin-top: 48px;
  }
  .report-layout .report-section {
    margin-top: 64px;
  }
  .report-layout .report-section-authored,
  .report-layout .widgets,
  .report-layout .widget-row {
    row-gap: 24px;
  }
  .widget-row.kpi-band {
    grid-template-columns: 1fr;
  }
}
@media print {
  .widget-row[data-span] {
    grid-column: 1 / -1;
    display: block;
  }
  .widget-row > .widget + .widget {
    margin-top: 24px;
  }
  :focus-visible {
    outline: none !important;
  }
  .kpi-band:has(.kpi-spark-data) {
    display: block;
  }
  .kpi-band:has(.kpi-spark-data) > .widget {
    margin-bottom: 24px;
  }
  .widgets:has(.funnel-widget),
  .widgets:has(.kpi-spark-data) {
    display: block;
  }
  .funnel-widget,
  .widget:has(.kpi-spark-data) {
    break-inside: auto;
  }
  .report-kpi {
    display: block;
  }
  .report-kpi > * {
    margin-top: 8px;
  }
  .kpi-label {
    min-height: 0;
  }
  .funnel-widget .general-chart,
  .report-gauge,
  .stat-test-facts,
  .kpi-spark {
    break-inside: avoid;
  }
  .kpi-spark-data > summary,
  .kpi-spark-range,
  .kpi-label,
  .kpi-value,
  .kpi-unit,
  .kpi-delta {
    break-after: avoid;
  }
  .funnel-widget table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .funnel-widget td,
  .funnel-widget th {
    overflow-wrap: anywhere;
  }
}
.outline {
  position: fixed;
  top: max(calc(var(--outline-mast-bottom, 49px) + 16px), calc(50dvh - 168px));
  right: 16px;
  z-index: 5;
  width: 56px;
  height: 336px;
  max-height: calc(100dvh - var(--outline-mast-bottom, 49px) - 32px);
  overflow: visible;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.outline a {
  display: block;
  position: relative;
  border-block: 1px solid transparent;
  border-block-width: var(--outline-segment-border, 1px);
  padding: 0 4px;
  color: var(--fg-muted);
}
.outline-ink {
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to bottom, currentColor 0 1px, transparent 1px 2px);
}
.outline a[data-depth="2"] .outline-ink {
  width: 80%;
}
.outline a[aria-current="location"] {
  color: var(--brand);
}
.outline a[data-highlighted] {
  background: var(--surface-raised);
  box-shadow: inset 0 0 0 1px var(--line-strong);
}
.outline a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.outline-viewport {
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  pointer-events: none;
}
.outline-label {
  position: absolute;
  width: max-content;
  max-width: 280px;
  overflow-wrap: anywhere;
  right: calc(100% + 8px);
  transform: translateY(-50%);
  padding: 6px 8px;
  background: var(--tip-bg);
  color: var(--tip-fg);
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  pointer-events: none;
}
.mobile-contents {
  display: none;
}
[data-document-outline] .widget,
[data-document-outline] .report-section {
  scroll-margin-top: var(--outline-anchor-gap, 0px);
}
.mobile-contents a[data-depth="2"] {
  margin-left: 16px;
}
.mobile-contents a[aria-current="location"] {
  color: var(--brand);
  font-weight: 600;
}
.sources li {
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}

.source-index {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.source-index article {
  border-bottom: 1px solid var(--line);
  color: var(--fg);
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 16px 0;
  overflow-wrap: anywhere;
  break-inside: avoid;
}
.source-index article:nth-child(odd) {
  padding-right: 20px;
}
.source-index article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.source-index article:target {
  box-shadow: inset 2px 0 0 var(--accent);
}
.presentation-sources {
  padding: 24px;
}
.presentation-sources .report-section {
  margin: 20px 0 0;
}
.presentation-sources h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.presentation-sources article:focus {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}
.presentation-slide sup a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}
.source-index article > span {
  color: var(--fg-muted);
  font-size: 13px;
  grid-row: 1 / 4;
  line-height: 1.4;
}
.source-index article > strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.source-index article > small,
.source-index article > em {
  color: var(--fg-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
}
.source-index article > em {
  color: var(--fg-subtle);
}
@media (max-width: 719px) {
  .source-index {
    grid-template-columns: minmax(0, 1fr);
  }
  .source-index article:nth-child(n) {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.toolbar h1,
.toolbar h2 {
  margin: 0;
}
.empty {
  padding: 40px 0;
  max-width: 65ch;
}
.empty h1 {
  font-size: 24px;
}
.rows {
  border-top: 1px solid var(--line);
}
.item-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.item-main {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.item-main a {
  font-weight: 500;
}
.row-actions {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.project-list-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
}
.project-list-icon {
  align-self: start;
  padding-top: 3px;
}
.project-name-form {
  display: grid;
  grid-template-columns: minmax(120px, 240px) auto auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}
.project-name-form input {
  width: 100%;
  min-width: 0;
}
.project-name-form [role="alert"] {
  grid-column: 1 / -1;
  margin: 0;
  overflow-wrap: anywhere;
}
.projects-view > .toolbar,
.projects-view > .toolbar > .row-actions {
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 599px) {
  .project-create {
    flex-basis: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-create input {
    grid-column: 1 / -1;
  }
}
@media (max-width: 899px) {
  .project-rename {
    grid-column: 2 / -1;
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}
@media (max-width: 399px) {
  .project-rename {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-rename input {
    grid-column: 1 / -1;
  }
}
.project-list-measures {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 4px;
}
.project-list-measures a {
  color: var(--fg-muted);
  font-weight: 400;
}
.project-download-error {
  grid-column: 2 / -1;
  margin: 0;
}
.project-delete-action {
  border-left: 1px solid var(--line);
  padding-left: 8px;
  margin-left: 4px;
}
@media (max-width: 599px) {
  .projects-view .project-list-row > .row-actions {
    grid-column: 2 / -1;
    max-width: none;
  }
  .projects-view > .toolbar > .row-actions {
    max-width: none;
  }
}
.session-transcript {
  max-width: 72ch;
  min-width: 0;
}
.session-table-scroll {
  overflow-x: auto;
  margin-bottom: 16px;
}
.session-table-scroll th,
.session-table-scroll td {
  min-width: 120px;
}
.session-table-print {
  display: none;
}
.session-table-scroll:focus-visible,
.session-reader pre:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: -2px;
}
.session-message {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.session-message .speaker {
  font-size: 13px;
  color: var(--fg-muted);
  margin-bottom: 12px;
}
.shared .main {
  margin-left: 0;
}
.shared .mast {
  justify-content: space-between;
}
.shared-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.shared-identity > a {
  display: flex;
  flex-shrink: 0;
}
.shared .mast .aius-wordmark {
  width: 98px;
  height: 20px;
}
.shared-status {
  font-size: 13px;
  color: var(--fg-muted);
  white-space: nowrap;
}
.project-setup textarea {
  display: block;
  width: 100%;
  min-width: 0;
  resize: vertical;
  line-height: 1.6;
  padding: 12px;
}
.terminal-commands {
  font-family: ui-monospace, monospace;
  overflow-wrap: anywhere;
}
.terminal-access-status {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
  margin: 16px 0;
}
.terminal-access-status dt {
  color: var(--fg-muted);
  font-size: 14px;
}
.terminal-access-status dd {
  margin: 4px 0 0;
}
.project-setup details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.project-setup summary {
  font-weight: 500;
}
.project-setup .toolbar {
  gap: 12px;
}
.project-setup details .toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: end;
}
.project-setup label {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.project-setup select {
  width: 100%;
  max-width: 280px;
}
.project-setup .toolbar > .annotation {
  overflow-wrap: anywhere;
  min-width: 0;
}
.settings-section {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.account-view .settings-section:first-of-type {
  margin-top: 24px;
}
.account-deletion {
  border-top-color: var(--danger);
}
.account-deletion > h2 {
  color: var(--danger);
}
.account-details {
  display: grid;
  gap: 16px;
  margin: 20px 0 0;
}
.account-details dt {
  color: var(--fg-muted);
  font-size: 13px;
}
.account-details dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.account-email {
  overflow-wrap: anywhere;
}
.account-view form {
  max-width: 480px;
}
#profile-form {
  display: grid;
  gap: 12px;
}
#profile-form[hidden] {
  display: none;
}
#profile-form > input {
  width: 100%;
  min-width: 0;
}
#profile-form > .dialog-error {
  margin: 0;
}
.account-view .toolbar {
  flex-wrap: wrap;
}
.account-view button {
  white-space: normal;
}
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.deletion-organisations {
  overflow-wrap: anywhere;
  padding-left: 20px;
}
.activity-events {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.activity-events li {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  overflow-wrap: anywhere;
}
.activity-event-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
}
.activity-event-heading time {
  color: var(--fg-muted);
  font-size: 13px;
}
.activity-events p {
  margin: 4px 0 0;
}
.activity-view > .tabs {
  flex-wrap: wrap;
}
.two-factor {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 24px;
}
.mfa-qr {
  display: block;
  width: 256px;
  max-width: 100%;
  aspect-ratio: 1;
  background: white;
}
.mfa-secret,
.mfa-recovery {
  font-family: monospace;
  font-size: 13px;
}
.mfa-recovery {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
  overflow-wrap: anywhere;
}
.budget-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 24px;
  margin: 24px 0 0;
}
.budget-summary dt {
  color: var(--fg-muted);
  font-size: 13px;
}
.budget-summary dd {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.org-table {
  width: 100%;
  min-width: 620px;
  font-size: 13px;
}
.org-table th,
.org-table td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.org-table th {
  color: var(--fg-muted);
  font-weight: 500;
}
.org-table td {
  max-width: 240px;
  overflow-wrap: anywhere;
}
.org-table td:nth-last-child(-n + 2) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.request-id {
  display: block;
  font-family: monospace;
}
.usage-pager {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.activity-pager {
  margin: 0 0 16px;
}
.ownership-action {
  margin-top: 16px;
}
.check-field {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 16px 0;
  font-size: 13px;
}
.check-field input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--brand);
}
.form-field {
  display: grid;
  gap: 6px;
  margin: 16px 0;
  font-size: 13px;
}
input,
select,
textarea {
  width: 100%;
  padding: 9px 10px;
  color: var(--fg);
}
textarea {
  min-height: 110px;
  resize: vertical;
}
dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 24px;
  background: var(--bg);
  color: var(--fg);
}
dialog::backdrop {
  background: rgb(14 12 16 / 0.28);
}
dialog > form > p {
  overflow-wrap: anywhere;
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.dialog-heading h2 {
  font-size: 20px;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
}
.dialog-error {
  color: var(--danger);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.share-list {
  margin-top: 24px;
}
.share-list .item-row {
  align-items: start;
}
.share-result {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
#notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: min(440px, calc(100vw - 48px));
  padding: 12px 16px;
  background: var(--tip-bg);
  color: var(--tip-fg);
  border: 1px solid var(--tip-line);
  border-radius: var(--radius);
  z-index: 100;
}
body.rail-slim .rail {
  width: var(--rail-slim);
}
body.rail-slim .main {
  margin-left: var(--rail-slim);
}
body.rail-slim .rail-top {
  padding: 0 4px 20px;
  flex-direction: column;
  gap: 16px;
}
body.rail-slim .rail-org,
body.rail-slim .rail-link span,
body.rail-slim .rail-account .identity {
  display: none;
}
body.rail-slim .rail-top .aius-wordmark {
  width: 24px;
  mask-size: 98px 20px;
  mask-position: left center;
}
body.rail-slim .rail-account {
  padding: 4px;
  flex-direction: column;
}
body.rail-slim .rail-link {
  justify-content: center;
}
body.rail-slim .rail-flyout .rail-link,
body.rail-slim .rail-popup .rail-link {
  justify-content: start;
}
body.rail-slim .rail-flyout .rail-link span,
body.rail-slim .rail-flyout .rail-org {
  display: block;
}
@media (min-width: 960px) {
  body.rail-slim .rail-expanded {
    display: none;
  }
  body.rail-slim .rail-slim-controls {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.rail-slim .rail > .rail-slim-controls {
    flex: 1;
    align-items: start;
  }
  body.rail-slim .rail-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}
.drawer-cover {
  display: none;
}
@media (max-width: 1279px) {
  .report-layout {
    display: block;
    padding-right: var(--gutter);
  }
  .outline {
    display: none;
  }
  .mobile-contents {
    display: block;
    margin-bottom: 24px;
  }
  .mobile-contents a {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  :root {
    --gutter: 24px;
  }
  .summary-grid {
    gap: 24px;
  }
  .questions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 959px) {
  .mast-actions > button:not(.icon-button) {
    height: 44px;
    min-height: 44px;
  }
  .report-section-authored > .report-section-head,
  .report-section-authored > .brief-guardrails {
    grid-column: 1 / -1;
  }
  .summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .summary-lead,
  .why {
    grid-column: 1 / -1;
  }
  .questions,
  .questions[data-count] {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  :root {
    --gutter: 16px;
    --topbar: 56px;
  }
  .mobile-top {
    display: flex;
    height: 56px;
    position: sticky;
    top: 0;
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
  }
  .mobile-top .aius-wordmark {
    width: 98px;
    height: 20px;
  }
  .rail {
    transform: translateX(-100%);
    width: 264px !important;
  }
  body.drawer-open .rail {
    transform: none;
  }
  body.drawer-open {
    overflow: hidden;
  }
  body.drawer-open .drawer-cover {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgb(14 12 16 / 0.28);
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  .main,
  body.rail-slim .main {
    margin-left: 0;
  }
  .shared {
    --topbar: 0px;
  }
  .dateline {
    margin-bottom: 24px;
  }
  body.rail-slim .rail-top > a,
  body.rail-slim .rail-org,
  body.rail-slim .rail-link span,
  body.rail-slim .rail-account .identity {
    display: block;
  }
  body.rail-slim .rail-link {
    justify-content: start;
  }
  body.rail-slim .rail-top {
    flex-direction: row;
  }
  body.rail-slim .rail-account {
    flex-direction: row;
  }
  body.rail-slim .rail-top .aius-wordmark {
    width: 98px;
    mask-size: contain;
  }
}
@media (max-width: 719px) {
  .questions,
  .questions[data-count] {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 28px;
  }
  .report h1 {
    font-size: 28px;
  }
  .summary-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .questions,
  .questions[data-count] {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .widget[data-weight] {
    grid-column: span 12;
  }
  .mast {
    gap: 4px;
    padding: 0 8px;
  }
  .tabs a {
    padding: 0 8px;
  }
  .mast-actions .share-text {
    display: none;
  }
  .shared-identity {
    gap: 12px;
  }
  .shared-prefix {
    display: none;
  }
  .item-row {
    gap: 8px;
  }
  .row-actions {
    flex-wrap: wrap;
    max-width: 96px;
  }
  .toolbar {
    flex-wrap: wrap;
  }
  .table-scroll table {
    min-width: 500px;
  }
  .chart-frame {
    height: 250px;
  }
}
@media print {
  .print-brand {
    display: block;
    margin-bottom: 24px;
    print-color-adjust: exact;
  }
  .rail,
  .mobile-top,
  .mast,
  .outline,
  .mobile-contents,
  .toolbar button,
  .skip-link,
  #notice,
  dialog {
    display: none !important;
  }
  .main,
  body.rail-slim .main {
    margin: 0;
  }
  .content,
  .portal-content > .content,
  .content.portal-content {
    padding: 0;
  }
  .session-reader .prose,
  .session-reader pre {
    overflow: visible;
  }
  .session-reader pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
  .session-reader table {
    table-layout: fixed;
  }
  .session-reader th,
  .session-reader td {
    padding: 6px;
    min-width: 0;
  }
  .session-table-scroll {
    overflow: visible;
  }
  .session-table-scroll[data-print-rows] {
    display: none;
  }
  .session-table-print {
    display: block;
  }
  .session-table-print > p {
    break-after: avoid;
  }
  .session-table-print dl {
    margin: 0 0 24px;
  }
  .session-table-print dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px solid var(--line);
    break-inside: avoid;
  }
  .session-table-print dt {
    color: var(--fg-muted);
  }
  .session-table-print dd {
    margin: 0;
  }
  .session-message .speaker {
    break-after: avoid;
  }
  .report-layout {
    display: block;
  }
  .report-section-authored {
    display: block;
  }
  .report-section-head {
    margin-bottom: 24px;
    break-inside: avoid;
    break-after: avoid;
  }
  .brief-guardrails {
    margin-top: 24px;
  }
  .brief-guardrails > h3,
  .brief-guardrails > .annotation {
    break-after: avoid;
  }
  .source-index {
    display: block;
  }
  .source-index article:nth-child(n) {
    border-left: 0;
    padding-left: 0;
    break-inside: avoid;
  }
  .widget {
    break-inside: avoid;
  }
  .widgets:has([data-report-table]),
  .widgets:has(.distribution-widget),
  .widgets:has(.report-heatmap),
  .widgets:has(.comparison-chart),
  .widgets:has(.boxplot-data) {
    display: block;
  }
  .widgets:has([data-report-table]) > :is(.widget, .widget-row),
  .widgets:has(.distribution-widget) > :is(.widget, .widget-row),
  .widgets:has(.report-heatmap) > :is(.widget, .widget-row),
  .widgets:has(.comparison-chart) > :is(.widget, .widget-row),
  .widgets:has(.boxplot-data) > :is(.widget, .widget-row) {
    margin-bottom: 24px;
  }
  .widget:has([data-report-table]),
  .distribution-widget,
  .widget:has(.report-heatmap),
  .widget:has(.comparison-chart),
  .widget:has(.boxplot-data) {
    break-inside: auto;
  }
  .comparison-chart,
  .comparison-cell,
  .comparison-rows {
    display: block;
  }
  .comparison-row {
    margin-bottom: 6px;
  }
  .comparison-pair {
    margin-bottom: 16px;
  }
  .comparison-cell {
    margin-bottom: 24px;
  }
  .comparison-cell > h4 {
    margin-bottom: 12px;
    break-after: avoid;
  }
  .comparison-axis {
    break-before: avoid;
  }
  .distribution-widget .general-chart,
  .widget:has(.boxplot-data) .general-chart,
  .distribution-stats > div {
    break-inside: avoid;
  }
  .heatmap-has-data .heatmap-matrix {
    display: none;
  }
  .heatmap-scroll {
    max-height: none;
    overflow: visible;
  }
  .heatmap-scroll table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .heatmap-scroll td,
  .heatmap-scroll th {
    min-width: 0;
    max-width: none;
  }
  .heatmap-scroll thead th {
    position: static;
  }
  .heatmap-scroll tr,
  .heatmap-scale {
    break-inside: avoid;
  }
  .boxplot-group dl {
    display: block;
  }
  .boxplot-group dl > div {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    padding: 4px 0;
  }
  .boxplot-group dd {
    margin: 0;
  }
  .boxplot-group h4 {
    break-after: avoid;
  }
  .report-section > h2,
  .report-section-head > h2,
  .widget > h3 {
    break-after: avoid;
  }
}
/* Dmytro's September 9 deliverable covers; contents never replace the artwork. */
.takeaway {
  container: deliverables / inline-size;
  margin-top: 40px;
  margin-bottom: 24px;
}
.takeaway > h2 {
  color: var(--fg-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.takeaway__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.takeaway-item {
  min-inline-size: 0;
  overflow-wrap: anywhere;
  container: file-tile / inline-size;
}
.takeaway-card {
  --cover-ground: var(--surface);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(64px, 1fr) auto;
  inline-size: 100%;
  min-block-size: max(176px, 66.67cqw);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: color-mix(in srgb, var(--cover-ground) 45%, var(--bg));
  color: var(--fg-muted);
  text-align: start;
}
.takeaway-card[data-file-kind="presentation"] {
  --cover-ground: #f7e7f0;
}
.takeaway-card[data-file-kind="spreadsheet"] {
  --cover-ground: #ffe2d6;
}
.takeaway-card[data-file-kind="archive"] {
  --cover-ground: #fff6e0;
}
.takeaway-card[data-file-kind="dataset"] {
  --cover-ground: #e6f4ff;
}
@media screen {
  :root[data-theme="dark"] .takeaway-card {
    background: color-mix(in srgb, var(--cover-ground) 12%, var(--bg));
  }
}
.takeaway-card:hover {
  border-color: var(--line-strong);
  color: var(--fg);
}
.takeaway-card:has(.takeaway-card__download-surface:focus-visible) {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
.takeaway-card__download-surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.takeaway-card__download-surface:focus-visible {
  outline: 0;
}
.takeaway-card__download-surface[aria-disabled] {
  cursor: not-allowed;
}
.takeaway-card__heading {
  grid-area: 1 / 1 / 2 / 3;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: start;
  gap: 4px 8px;
  padding: 12px;
}
.takeaway-card__kind {
  flex: 1 1 max-content;
  min-inline-size: 0;
  position: relative;
  margin: 4px 0 0 4px;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.takeaway-card__footer {
  grid-area: 3 / 1 / 4 / 3;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
}
.takeaway-card__body {
  flex: 1 1 80px;
  min-inline-size: 0;
  display: block;
  margin: 20px;
}
.takeaway-card__name {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.takeaway-card__description {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.takeaway-pill {
  position: relative;
  max-inline-size: 100%;
  margin-inline-start: auto;
  display: inline-flex;
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg-muted);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.takeaway-art {
  position: relative;
  grid-area: 2 / 1 / 3 / 3;
  min-height: 64px;
  pointer-events: none;
}
.takeaway-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.55;
  mask-image: linear-gradient(90deg, transparent 15%, #000);
}
.takeaway-art svg {
  position: absolute;
  inset: 0 0 0 auto;
  height: 100%;
  width: 70%;
  color: var(--fg-subtle);
  stroke-width: 1.6;
}
.takeaway-card__preview {
  position: relative;
  flex: 0 0 auto;
  margin: 8px;
  z-index: 2;
  min-inline-size: 46px;
  block-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg-muted);
  font-size: 13px;
}
.takeaway-card__preview:hover {
  border-color: var(--line-strong);
  color: var(--fg);
}
@container deliverables (max-width: 760px) {
  .takeaway__list {
    gap: 12px;
  }
  .takeaway-card__name {
    font-size: 24px;
  }
}
@container deliverables (max-width: 559px) {
  .takeaway__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@container deliverables (max-width: 279px) {
  .takeaway__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@container file-tile (max-width: 175px) {
  .takeaway-card__kind {
    flex-basis: 100%;
    margin: 4px;
  }
  .takeaway-art {
    min-height: 48px;
  }
  .takeaway-card__body {
    margin: 12px;
  }
  .takeaway-card__name {
    font-size: 24px;
  }
}
@container file-tile (max-width: 220px) {
  .takeaway-card__preview > span {
    display: none;
  }
  .takeaway-card__preview {
    padding: 0;
  }
}
.file-search {
  width: min(100%, 400px);
  margin-bottom: 16px;
}
.files-browser {
  display: grid;
  grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.files-browser > section {
  min-width: 0;
}
.files-view > .toolbar .row-actions {
  max-width: none;
  align-items: center;
}
.files-view > .toolbar button {
  white-space: nowrap;
}
[data-project-archive][aria-busy="true"] {
  opacity: 0.5;
  cursor: wait;
}
.files-pane-head {
  position: sticky;
  top: calc(var(--topbar) + 49px);
  z-index: 2;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  min-width: 0;
}
.files-pane-head h2 {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  overflow-wrap: anywhere;
  margin: 0;
}
.files-pane-head p {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.files-pane-head .file-search {
  width: 100%;
  max-width: none;
  margin: 12px 0 0;
}
.files-preview .row-actions {
  max-width: none;
}
.files-tree-scroll,
.files-content-scroll {
  max-height: max(180px, calc(100dvh - var(--mast-height) - var(--topbar) - 200px));
  overscroll-behavior: contain;
  margin-top: 12px;
}
.files-tree-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.files-content-scroll {
  overflow: auto;
  min-width: 0;
  padding: 0 4px 4px;
}
.files-tree-scroll .files-directory {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.files-directory > summary,
.files-tree-scroll [data-file-select] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  color: var(--fg);
  text-decoration: none;
  margin: 2px 0;
  min-width: 0;
}
.files-directory > summary {
  font-weight: 500;
  list-style: none;
}
.files-directory > summary::-webkit-details-marker,
.files-directory > summary::after {
  display: none;
}
.files-directory > summary .icon:first-child {
  width: 12px;
  flex-basis: 12px;
}
.files-directory[open] > summary .icon:first-child {
  transform: rotate(90deg);
}
.files-directory > summary:hover,
.files-tree-scroll [data-file-select]:hover,
.files-tree-scroll [aria-current="true"] {
  background: var(--surface-raised);
}
.files-tree-scroll [aria-current="true"] {
  font-weight: 500;
}
.files-tree-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.files-tree-size {
  flex-shrink: 0;
  color: var(--fg-muted);
  margin-left: auto;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.files-tree-children {
  margin-top: 0;
  margin-left: 16px;
  padding-left: 8px;
  border-left: 1px solid var(--line);
  min-width: 0;
}
.files-tree-children .files-tree-children .files-tree-children {
  margin-left: 4px;
  padding-left: 4px;
}
.files-view .files-tree-children.files-tree-flat {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.artifact-pre,
.notebook-code,
.notebook-output {
  margin: 0;
  padding: 12px 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    12.5px/1.5 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  background: var(--surface);
}
.artifact-image,
.notebook-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.file-preview-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12.5px;
}
.file-preview-table th,
.file-preview-table td {
  border: 1px solid var(--line);
  padding: 6px 10px;
  text-align: left;
  white-space: pre-wrap;
  min-width: 80px;
  max-width: 360px;
  overflow-wrap: anywhere;
}
.file-preview-table th {
  background: var(--surface);
  font-weight: 600;
}
.file-notebook {
  display: grid;
  gap: 16px;
}
.file-notebook-cell {
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.file-notebook-cell > h3 {
  color: var(--fg-muted);
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
}
.notebook-output {
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.notebook-error {
  color: var(--danger);
  background: var(--flag-bg);
}
.files-content-scroll .prose {
  font-size: 14px;
  line-height: 1.55;
}
.files-content-scroll .prose :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  line-height: 1.2;
  margin: 0.8em 0 0.4em;
}
.files-content-scroll .prose h1 {
  font-size: 22px;
}
.files-content-scroll .prose h2 {
  font-size: 19px;
}
.files-content-scroll .prose h3 {
  font-size: 16px;
}
.files-content-scroll .prose h4 {
  font-size: 14px;
}
.files-content-scroll .prose :is(h5, h6) {
  font-size: 13px;
}
.files-content-scroll .prose p {
  margin: 0.5em 0;
}
.files-content-scroll .prose :is(ul, ol) {
  padding-left: 1.4em;
  margin: 0.5em 0;
}
.files-content-scroll .prose li {
  margin: 0.2em 0;
}
@media (max-width: 1023px) {
  .files-browser {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .files-tree-scroll {
    max-height: 60dvh;
  }
  .files-content-scroll {
    max-height: 85dvh;
  }
}
@media print {
  .files-browser {
    display: block;
  }
  .files-navigation,
  .files-preview .row-actions {
    display: none;
  }
  .files-content-scroll {
    overflow: visible;
    max-height: none;
  }
  .files-pane-head {
    position: static;
  }
}
@media (max-height: 480px) {
  .files-pane-head {
    position: static;
  }
}
.outputs-view {
  min-width: 0;
  overflow-wrap: anywhere;
}
.outputs-header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.outputs-view .output-section {
  margin-top: 48px;
}
.outputs-view #handoff {
  margin-top: 40px;
}
.outputs-view h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
.outputs-view h3 {
  font-weight: 500;
}
.handoff-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(216px, 0.8fr) auto;
  align-items: center;
  gap: 24px;
  border-block: 1px solid var(--line);
  margin-top: 24px;
  padding: 24px 0;
}
.handoff-brief__lead h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0 0;
}
.handoff-brief__lead p {
  margin: 8px 0 0;
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.55;
}
.handoff-brief dl,
.handoff-brief dt,
.handoff-brief dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.handoff-brief dl {
  display: grid;
  gap: 12px;
}
.handoff-brief dt {
  color: var(--fg-muted);
  margin-bottom: 4px;
}
.handoff-brief button {
  white-space: nowrap;
}
.output-state {
  color: var(--fg-muted);
  font-size: 13px;
  line-height: 1.4;
}
.output-list {
  display: grid;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.output-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(172.8px, auto);
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 8px;
}
.output-row:first-child {
  border-top: 1px solid var(--line);
}
.output-row h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
.output-row p {
  margin: 4px 0 0;
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.55;
}
.output-kind {
  color: var(--fg-subtle);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
.output-row .output-scope {
  font-size: 13px;
  line-height: 1.4;
}
.output-meta {
  color: var(--fg-muted);
  font-size: 13px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.output-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
}
.manifest-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  margin-top: 24px;
}
.manifest-summary > div {
  display: grid;
  gap: 6px;
  padding: 20px;
}
.manifest-summary > div + div {
  border-left: 1px solid var(--line);
}
.manifest-summary strong {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.manifest-summary span,
.manifest-note {
  font-size: 13px;
  line-height: 1.4;
  color: var(--fg-muted);
}
.manifest-note {
  margin: 0;
  padding: 0 16px 16px;
}
.manifest-exceptions {
  display: grid;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.manifest-exceptions li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.manifest-exceptions p {
  margin: 0;
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.55;
}
.manifest-table {
  overflow-x: auto;
  padding: 0 16px 16px;
}
.manifest-table table {
  border-collapse: collapse;
  min-width: 504px;
  width: 100%;
  font-size: 15px;
  line-height: 1.55;
}
.manifest-table th,
.manifest-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
}
.manifest-table thead {
  background: var(--surface-raised);
  border-bottom: 1px solid var(--line-strong);
}
.manifest-table thead th {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.manifest-table tbody th {
  font-weight: 500;
}
.manifest-table td {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.manifest-table [data-unknown] {
  color: var(--fg-muted);
}
.evidence-tree {
  display: grid;
  gap: 8px;
  padding: 8px 16px 20px;
}
.output-branch summary,
.output-branch li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.4;
}
.output-branch summary {
  background: var(--surface);
}
.output-branch summary span {
  color: var(--fg-muted);
  white-space: nowrap;
  margin-left: auto;
}
.output-branch ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}
.output-branch li .annotation {
  flex-shrink: 0;
}
.output-deck {
  margin-top: 24px;
}
.output-deck h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.deck-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.7fr);
  gap: 24px;
  margin-top: 24px;
}
.deck-preview figure {
  margin: 0;
  min-width: 0;
}
.output-slide {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  background: var(--surface);
  overflow: hidden;
}
.output-slide img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.output-slide p,
.deck-preview figcaption {
  font-size: 13px;
  color: var(--fg-muted);
}
.deck-preview figcaption {
  margin-top: 8px;
}
.deck-outline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 360px;
  overflow-y: auto;
}
.deck-outline button {
  flex: 0 0 auto;
  min-height: 46px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--fg-muted);
  text-align: left;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 0;
  width: 100%;
}
.deck-outline button:hover {
  color: var(--fg);
  background: transparent;
}
.deck-outline button[aria-pressed="true"] {
  color: var(--fg);
  box-shadow: inset 2px 0 0 var(--brand);
  padding-left: 12px;
}
.deck-outline button span {
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
  min-width: 24px;
}
@media (max-width: 719px) {
  .handoff-brief,
  .output-row,
  .deck-preview {
    grid-template-columns: minmax(0, 1fr);
  }
  .handoff-brief button {
    justify-self: start;
  }
  .output-actions {
    justify-content: start;
  }
  .manifest-summary {
    grid-template-columns: minmax(0, 1fr);
  }
  .manifest-summary > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 600px) {
  .manifest-exceptions li {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media print {
  .output-actions,
  .handoff-brief button,
  .deck-outline {
    display: none;
  }
  .deck-preview,
  .handoff-brief {
    grid-template-columns: minmax(0, 1fr);
  }
  .manifest-table {
    overflow: visible;
    padding: 0;
  }
  .manifest-table table {
    min-width: 0;
  }
}
.model-list {
  margin: 32px 0;
}
.model-view .toolbar {
  margin-top: 16px;
}
.model-view .toolbar h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.model-record > .annotation {
  max-width: 720px;
}
.model-record {
  min-width: 0;
  overflow-wrap: anywhere;
}
.model-record .model-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin: 16px 0 8px;
}
.model-record h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0 12px;
}
.model-files {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
  font-size: 13px;
}
.model-metrics {
  min-width: 580px;
}
.model-metrics .annotation {
  display: block;
}
.model-metric-check {
  display: block;
  margin-top: 4px;
  max-width: 32ch;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 13px;
  color: var(--fg-muted);
}
.model-metric-check[data-metric-check="mismatch"] {
  color: var(--fg);
}
.model-charts {
  margin-top: 24px;
}
.model-prose {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.55;
}
.model-prose p {
  white-space: pre-wrap;
}
@media print {
  .model-metrics {
    min-width: 0;
    table-layout: fixed;
  }
  .model-metrics tr {
    break-inside: avoid;
  }
  .model-record h3,
  .model-record h4 {
    break-after: avoid;
  }
}
dialog.slide-dialog {
  width: min(960px, calc(100vw - 32px));
  max-width: none;
}
dialog.presentation-dialog {
  width: min(1280px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 24px;
}
.presentation-dialog .dialog-heading > div {
  min-width: 0;
}
.presentation-dialog .dialog-heading h2 {
  font-size: 20px;
  overflow-wrap: anywhere;
}
.presentation-dialog .dialog-heading p {
  margin: 4px 0 0;
}
.presentation-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
}
.presentation-outline {
  max-height: 65dvh;
  overflow: auto;
  border-right: 1px solid var(--line);
  padding-right: 12px;
}
.presentation-outline button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 12px 8px;
  font-size: 13px;
  line-height: 1.4;
}
.presentation-outline button span {
  overflow-wrap: anywhere;
}
.presentation-outline button[aria-current="step"] {
  color: var(--brand);
  background: var(--surface);
}
.presentation-stage {
  min-width: 0;
  max-height: 65dvh;
  overflow: auto;
  border: 1px solid var(--line);
}
.presentation-slide {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 480px;
  padding: 36px;
  background: var(--bg);
  overflow-wrap: anywhere;
}
.presentation-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--fg-muted);
}
.presentation-marks {
  display: flex;
  gap: 6px;
  flex: none;
}
.presentation-marks i {
  width: 4px;
  height: 4px;
  background: #8cff7b;
}
.presentation-marks i:nth-child(2) {
  background: #3eacff;
}
.presentation-marks i:nth-child(3) {
  background: #ff7bde;
}
.presentation-body {
  flex: 1;
  min-width: 0;
}
.presentation-body > h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: 0;
}
.presentation-slide[data-slide-kind="cover"] .presentation-body,
.presentation-slide[data-slide-kind="statement"] .presentation-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.presentation-slide[data-slide-kind="cover"] h2,
.presentation-slide[data-slide-kind="statement"] h2 {
  font-size: 40px;
  max-width: 24ch;
}
.presentation-accent {
  color: var(--brand);
}
.presentation-sub {
  font-size: 17px;
  line-height: 1.6;
  max-width: 65ch;
  white-space: pre-wrap;
}
.presentation-chips {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: var(--fg-muted);
}
.presentation-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.presentation-body .widget {
  grid-column: auto;
  min-width: 0;
  margin: 0;
}
.presentation-table {
  max-width: 100%;
}
.presentation-table table {
  min-width: 0;
  width: 100%;
}
.presentation-table th,
.presentation-table td {
  white-space: normal;
  overflow-wrap: anywhere;
}
.presentation-bullets {
  padding-left: 24px;
  margin: 24px 0;
  font-size: 20px;
  line-height: 1.6;
}
.presentation-bullets li + li {
  margin-top: 16px;
}
.presentation-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 12px;
  color: var(--fg-muted);
  white-space: pre-wrap;
}
.presentation-footer p {
  margin: 0;
}
.authored-presentation > [role="status"] {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  dialog.presentation-dialog {
    padding: 16px;
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
  }
  .presentation-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .presentation-outline {
    display: flex;
    gap: 8px;
    max-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 8px;
  }
  .presentation-outline button {
    flex: 0 0 180px;
  }
  .presentation-stage {
    max-height: 55dvh;
  }
  .presentation-slide {
    padding: 20px;
    min-height: 360px;
  }
  .presentation-slide[data-slide-kind] h2 {
    font-size: 24px;
  }
  .presentation-kpis {
    grid-template-columns: minmax(0, 1fr);
  }
  .presentation-bullets {
    font-size: 16px;
  }
}
.slide-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--surface);
  display: grid;
  place-items: center;
}
.slide-stage img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.slide-controls button {
  min-height: 46px;
  min-width: 46px;
}
.publication-revision {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.report-switcher {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.report-switcher label {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
}
.report-switcher select {
  width: min(100%, 640px);
  min-width: 0;
  padding: 6px 10px;
  font-size: 13px;
}
@media (max-width: 559px) {
  .report-switcher {
    flex-wrap: wrap;
    gap: 6px;
  }
  .report-switcher select {
    width: 100%;
  }
}
.publication-revision + .content {
  padding-top: 24px;
}
.dateline .publication-revision {
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 0;
  font-size: inherit;
}
.project-action-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project-action-list button {
  flex: 1 1 140px;
}
@media (max-width: 359px) {
  .tabs a {
    padding: 0 4px;
  }
}
