:root {
  --canvas: #0d1117;
  --canvas-subtle: #151b23;
  --canvas-inset: #010409;
  --header: #010409;
  --fg: #f0f6fc;
  --muted: #9198a1;
  --border: #3d444d;
  --border-muted: #21262d;
  --accent: #58a6ff;
  --accent-muted: #121d2f;
  --success: #3fb950;
  --success-muted: #12261e;
  --danger: #f85149;
  --cancelled: #8c959f;
  --attention: #d29922;
  --attention-muted: #272115;
  --neutral-muted: #6e768166;
  --focus: #58a6ff;
}
@media (prefers-color-scheme: light) {
  :root {
    --canvas: #ffffff;
    --canvas-subtle: #f6f8fa;
    --canvas-inset: #f6f8fa;
    --header: #f6f8fa;
    --fg: #1f2328;
    --muted: #59636e;
    --border: #d1d9e0;
    --border-muted: #d8dee4;
    --accent: #0969da;
    --accent-muted: #ddf4ff;
    --success: #1a7f37;
    --success-muted: #dafbe1;
    --danger: #cf222e;
    --cancelled: #656d76;
    --attention: #9a6700;
    --attention-muted: #fff8c5;
    --neutral-muted: #afb8c133;
    --focus: #0969da;
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--fg); font: .875rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
.octicon-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.octicon { width: 16px; height: 16px; flex: 0 0 16px; fill: currentColor; }
a { color: var(--accent); text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.skip-link { position: fixed; z-index: 10; top: -80px; left: 12px; padding: 7px 12px; border: 1px solid var(--focus); border-radius: 6px; background: var(--canvas); }
.skip-link:focus { top: 8px; }
.site-header { height: 64px; background: var(--header); color: var(--fg); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 24px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 10px; color: var(--fg); font-weight: 600; text-decoration: none; }
.brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.github-mark { width: 32px; height: 32px; flex-basis: 32px; }
.repo-nav { height: 48px; overflow-x: auto; border-bottom: 1px solid var(--border); background: var(--header); }
.repo-nav > div { min-width: max-content; height: 100%; display: flex; align-items: flex-end; gap: 4px; padding: 0 16px; }
.repo-nav a { height: 40px; display: flex; align-items: center; gap: 7px; padding: 0 12px; border-bottom: 2px solid transparent; color: var(--fg); text-decoration: none; }
.repo-nav a:hover { background: var(--neutral-muted); border-radius: 6px 6px 0 0; }
.repo-nav a[aria-current="page"] { border-bottom-color: #f78166; font-weight: 600; }
.control-layout { min-height: calc(100vh - 112px); display: grid; grid-template-columns: 280px minmax(0, 1fr); }
.control-sidebar { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--border); background: var(--canvas-subtle); }
.sidebar-title { padding: 22px 18px 12px; font-size: 1.25rem; font-weight: 600; }
.sidebar-nav { display: flex; flex-direction: column; gap: 2px; padding: 0 8px; }
.sidebar-nav a { min-height: 36px; display: flex; align-items: center; gap: 10px; position: relative; padding: 6px 10px; border-radius: 6px; color: var(--fg); font-weight: 500; text-decoration: none; }
.sidebar-nav a:hover { background: var(--neutral-muted); }
.sidebar-nav a[aria-current="page"] { background: var(--neutral-muted); font-weight: 600; }
.sidebar-nav a[aria-current="page"]::before { content: ""; width: 3px; height: 24px; position: absolute; left: -8px; border-radius: 0 6px 6px 0; background: var(--accent); }
.sidebar-nav .nav-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-label { margin: 18px 10px 5px; padding-top: 14px; border-top: 1px solid var(--border); color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.nav-label-first { margin-top: 0; padding-top: 0; border-top: 0; }
.nav-icon { width: 22px; height: 22px; flex: 0 0 22px; padding: 4px; border: 1px solid var(--border); border-radius: 50%; background: var(--canvas); color: var(--muted); }
.sidebar-footer { margin-top: auto; padding: 16px 18px; border-top: 1px solid var(--border); font-size: .75rem; }
.sidebar-footer a { display: inline-flex; align-items: center; gap: 6px; }
.control-content { min-width: 0; display: flex; flex-direction: column; }
.control-content > nav { border-bottom: 1px solid var(--border); background: var(--canvas); }
.control-content > nav .shell { display: flex; gap: 8px; max-width: 1280px; margin: auto; padding: 10px 24px; }
.control-content > nav .shell > * + *::before { content: "/"; margin-right: 8px; color: var(--muted); }
main { width: min(1280px, 100%); flex: 1; margin: 0 auto; padding: 0 20px 40px; }
.intro { min-height: 136px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.page-header-content { min-width: 0; }
.eyebrow { margin: 0 0 3px; color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.title-area { display: flex; align-items: center; gap: 8px; }
.leading-visual { width: 20px; height: 20px; color: var(--muted); }
.intro h1 { margin: 0; font-size: 1.5rem; line-height: 1.25; }
.lede { max-width: 760px; margin: 6px 0 0; color: var(--muted); }
.page-header-actions { flex: none; display: flex; align-items: center; gap: 16px; }
.page-action { min-height: 32px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); color: var(--fg); font-size: .75rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.page-action:hover { background: var(--neutral-muted); }
.freshness { max-width: 310px; display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: .75rem; text-align: right; }
.status-dot { width: 8px; height: 8px; flex: 0 0 8px; margin-top: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 3px var(--success-muted); }
.report-body { padding-top: 18px; }
.report-body > section { margin-bottom: 14px; padding: 16px; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.report-body > section:last-child { margin-bottom: 0; }
h2 { margin: 0 0 14px; font-size: 1rem; }
h3 { margin: 6px 0; font-size: .875rem; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); }
.metrics div { min-width: 0; padding: 14px 16px; border-right: 1px solid var(--border); }
.metrics div:last-child { border-right: 0; }
.metrics dt { color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.metrics dd { margin: 4px 0 0; font-size: 1.625rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.table-region { overflow-x: auto; border: 1px solid var(--border); border-radius: 6px; }
table { width: 100%; min-width: 600px; border-collapse: collapse; }
caption { padding: 10px 14px; border-bottom: 1px solid var(--border); background: var(--canvas-subtle); color: var(--muted); text-align: left; }
th, td { padding: 10px 14px; border-bottom: 1px solid var(--border-muted); text-align: left; font-variant-numeric: tabular-nums; }
thead th { background: var(--canvas-subtle); color: var(--muted); font-size: .75rem; font-weight: 600; }
tbody tr:last-child > * { border-bottom: 0; }
tbody tr:hover { background: var(--canvas-subtle); }
.discussion-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; margin-top: 20px; }
.discussion-sidebar h2 { margin: 0 8px 10px; }
.discussion-sidebar > div { min-height: 38px; display: grid; grid-template-columns: 16px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 8px; border-radius: 6px; color: var(--muted); }
.discussion-sidebar .category-current { background: var(--neutral-muted); color: var(--fg); font-weight: 600; }
.discussion-sidebar strong { min-width: 20px; padding: 0 6px; border-radius: 2em; background: var(--neutral-muted); color: var(--muted); font-size: .6875rem; text-align: center; }
.discussion-list { min-width: 0; }
.discussion-toolbar { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; border: 1px solid var(--border); border-bottom: 0; border-radius: 6px 6px 0 0; background: var(--canvas-subtle); }
.discussion-toolbar h2 { margin: 0; }
.discussion-toolbar > span { color: var(--muted); font-size: .75rem; font-weight: 600; }
.records { overflow: hidden; border: 1px solid var(--border); border-radius: 0 0 6px 6px; }
.discussion-row { min-height: 94px; display: grid; grid-template-columns: 34px 42px minmax(0, 1fr); align-items: start; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--border-muted); }
.discussion-row:last-child { border-bottom: 0; }
.discussion-row:hover { background: var(--canvas-subtle); }
.discussion-vote { display: flex; flex-direction: column; align-items: center; gap: 3px; padding-top: 4px; color: var(--muted); font-size: .6875rem; }
.discussion-category { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); color: var(--muted); }
.discussion-main { min-width: 0; }
.discussion-main h3 { margin: 0; font-size: .9375rem; line-height: 1.35; overflow-wrap: anywhere; }
.discussion-main > p { display: -webkit-box; margin: 5px 0 8px; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.discussion-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; color: var(--muted); font-size: .75rem; }
.findings-index { overflow: hidden !important; border: 1px solid var(--border) !important; border-radius: 6px !important; background: var(--canvas) !important; }
.findings-search { min-height: 34px; display: flex; align-items: center; gap: 8px; margin: 12px; padding: 6px 10px; border: 1px solid var(--border); border-radius: 6px; color: var(--muted); font-size: .75rem; }
.findings-header { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-top: 1px solid var(--border); background: var(--canvas-subtle); }
.findings-header h2 { margin: 0; }
.findings-header > div { color: var(--muted); font-size: .75rem; }
.findings-header > div span { margin-left: 14px; }
.finding-columns { display: grid; grid-template-columns: minmax(198px, 1fr) 82px 112px 150px; gap: 12px; padding: 7px 14px 7px 64px; border-top: 1px solid var(--border); color: var(--muted); font-size: .6875rem; font-weight: 600; }
.finding-row { min-height: 58px; display: grid; grid-template-columns: 38px minmax(198px, 1fr) 82px 112px 150px; align-items: center; gap: 12px; padding: 8px 14px; border-top: 1px solid var(--border-muted); }
.findings-with-mode .finding-columns { grid-template-columns: minmax(150px, 1fr) 82px 68px 112px 150px; }
.findings-with-mode .finding-row { grid-template-columns: 38px minmax(150px, 1fr) 82px 68px 112px 150px; }
.finding-row:hover { background: var(--canvas-subtle); }
.finding-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 6px; color: var(--muted); }
.finding-report { min-width: 0; }
.finding-report h3 { margin: 0; overflow: hidden; }
.finding-report h3 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.finding-report p { margin: 3px 0 0; overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.finding-row time { overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.kind, .status, .mode-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 0 7px; border: 1px solid var(--border); border-radius: 2em; color: var(--muted); font-size: .6875rem; font-weight: 600; text-transform: capitalize; white-space: nowrap; }
.finding-row > .kind, .finding-row > .status, .finding-row > .mode-badge { justify-self: start; }
.workflow-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
.workflow-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 0 7px; border: 1px solid var(--border); border-radius: 2em; background: var(--canvas-subtle); color: var(--muted); font-size: .6875rem; font-weight: 600; text-transform: capitalize; white-space: nowrap; }
.workflow-badge-operation, .workflow-badge-orchestrator { border-color: var(--accent); background: var(--accent-muted); color: var(--accent); }
.workflow-badge-worker { border-color: var(--success); background: var(--success-muted); color: var(--success); }
.status-success { border-color: color-mix(in srgb, var(--success) 45%, var(--border)); background: var(--success-muted); color: var(--success); }
.status-attention { border-color: color-mix(in srgb, var(--attention) 45%, var(--border)); background: var(--attention-muted); color: var(--attention); }
.status-muted { background: var(--neutral-muted); }
.mode-live { border-color: color-mix(in srgb, var(--success) 45%, var(--border)); background: var(--success-muted); color: var(--success); }
.mode-review { border-color: color-mix(in srgb, var(--attention) 45%, var(--border)); background: var(--attention-muted); color: var(--attention); }
.mode-staged { background: var(--neutral-muted); }
.mode-indicator { min-height: 22px; display: inline-flex; flex: none; align-items: center; gap: 5px; padding: 1px 7px; border: 1px solid var(--border); border-radius: 2em; font-size: .6875rem; font-weight: 600; text-transform: none; white-space: nowrap; }
.mode-indicator .octicon { width: 13px; height: 13px; flex-basis: 13px; }
.sidebar-nav .mode-indicator { margin-left: auto; }
.mode-view-note { margin: 12px 0 14px; color: var(--muted); }
.mode-tabs { width: max-content; display: inline-flex; margin: 20px 0 0; padding: 2px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); }
.mode-tabs a { min-width: 72px; display: grid; min-height: 30px; place-items: center; padding: 5px 12px; border-radius: 4px; color: var(--muted); font-size: .75rem; font-weight: 600; text-decoration: none; }
.mode-tabs a:hover { color: var(--fg); }
.mode-tabs a[aria-current="page"] { background: var(--canvas); box-shadow: 0 0 0 1px var(--border), 0 1px 2px color-mix(in srgb, var(--fg) 10%, transparent); color: var(--fg); }
.mode-tabs + .discussion-layout { margin-top: 16px; }
.outcome-view { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: start; gap: 24px; }
.discussion-post { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; }
.discussion-post > header { min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-bottom: 1px solid var(--border); background: var(--canvas-subtle); }
.discussion-post > header p { margin: 1px 0 0; color: var(--muted); font-size: .75rem; }
.post-avatar { width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--fg); color: var(--canvas); }
.markdown-body { padding: 24px 28px 32px; overflow-wrap: anywhere; font-size: .9375rem; }
.markdown-body > :first-child { margin-top: 0; }
.markdown-body > :last-child { margin-bottom: 0; }
.markdown-body h1, .markdown-body h2 { margin: 24px 0 16px; padding-bottom: 8px; border-bottom: 1px solid var(--border-muted); line-height: 1.25; }
.markdown-body h1 { font-size: 1.5rem; }
.markdown-body h2 { font-size: 1.25rem; }
.markdown-body h3 { margin: 20px 0 10px; font-size: 1.0625rem; }
.markdown-body p, .markdown-body ul, .markdown-body ol, .markdown-body blockquote, .markdown-body pre, .markdown-body table { margin-block: 0 16px; }
.markdown-body li + li { margin-top: 4px; }
.markdown-body blockquote { margin-inline: 0; padding: 0 16px; border-left: 4px solid var(--border); color: var(--muted); }
.markdown-body pre { max-width: 100%; overflow: auto; padding: 14px 16px; border-radius: 6px; background: var(--canvas-inset); }
.markdown-body pre code { padding: 0; background: transparent; }
.markdown-body img { max-width: 100%; height: auto; }
.markdown-body table { display: block; max-width: 100%; overflow-x: auto; }
.markdown-body table th, .markdown-body table td { border: 1px solid var(--border); }
.markdown-body .task-list-item { list-style: none; }
.outcome-meta section { padding: 14px 0; border-bottom: 1px solid var(--border); }
.outcome-meta section:first-child { padding-top: 0; }
.outcome-meta h2 { margin-bottom: 8px; color: var(--muted); font-size: .75rem; }
.outcome-meta p { margin: 0; overflow-wrap: anywhere; text-transform: capitalize; }
.outcome-meta a { display: inline-flex; align-items: center; gap: 5px; text-transform: none; }
.empty { margin: 0; padding: 28px 16px; color: var(--muted); text-align: center; }
.method p { max-width: 880px; margin-bottom: 0; color: var(--muted); }
code { padding: 2px 4px; border-radius: 4px; background: var(--neutral-muted); font: .75rem ui-monospace, SFMono-Regular, Consolas, monospace; }
footer { padding: 20px 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: .75rem; }
footer a { min-height: 24px; display: inline-flex; align-items: center; }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 232px minmax(0, 1fr); }
.org-sidebar { min-width: 0; display: flex; flex-direction: column; gap: 8px; padding: 24px 16px 16px; border-right: 1px solid var(--border); background: var(--canvas-subtle); }
.sidebar-brand { display: flex; align-items: center; gap: 6px; margin: 0 8px 10px; overflow: hidden; color: var(--fg); font-size: 1rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.sidebar-brand-mark { width: 24px; height: 24px; flex: 0 0 24px; overflow: visible; }
.sidebar-brand > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.primary-nav { display: flex; flex-direction: column; gap: 2px; }
.primary-nav a, .nav-parent { min-height: 32px; display: flex; align-items: center; gap: 10px; position: relative; padding: 6px 8px; border-radius: 6px; color: var(--fg); font-weight: 500; text-decoration: none; }
.primary-nav :is(a, .nav-parent) > .octicon { color: var(--muted); }
.primary-nav a:hover { background: var(--neutral-muted); }
.primary-nav a[aria-current="page"] { background: var(--neutral-muted); font-weight: 600; }
.primary-nav a[aria-current="page"]::before { content: ""; width: 3px; position: absolute; top: 5px; bottom: 5px; left: -16px; border-radius: 0 4px 4px 0; background: var(--accent); }
.app-main { min-width: 0; display: flex; flex-direction: column; }
.app-main > nav { border-bottom: 1px solid var(--border); }
.app-main > nav .shell { display: flex; align-items: center; gap: 8px; max-width: 1280px; margin: auto; padding: 10px 24px; }
.app-main > nav .shell > a { min-height: 24px; display: inline-flex; align-items: center; }
.app-main > nav .shell > * + *:not(.report-actions)::before { content: "/"; margin-right: 8px; color: var(--muted); }
.report-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.app-main > nav .freshness { max-width: none; flex: none; white-space: nowrap; }
.repository-link { width: 28px; height: 28px; display: grid; flex: 0 0 28px; place-items: center; border-radius: 6px; color: var(--muted); text-decoration: none; transition: background-color 120ms ease, color 120ms ease; }
.repository-link:hover { background: var(--neutral-muted); color: var(--fg); }
.repository-link .octicon { width: 18px; height: 18px; }
.overview-header { min-height: 88px; display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; padding: 18px 0 14px; }
.overview-header h1 { margin: 0; font-size: 1.5rem; line-height: 1.25; }
.overview-header .lede { margin: 3px 0 0; font-size: .875rem; }
.toolbar { display: flex; align-items: center; gap: 8px; }
.filter-control { min-width: 240px; min-height: 30px; display: flex; flex: 1; align-items: stretch; position: relative; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); font-size: .75rem; }
.filter-control > summary { min-width: 0; min-height: 28px; display: flex; flex: 1; align-items: stretch; overflow: hidden; border-radius: 5px; cursor: pointer; list-style: none; }
.filter-control > summary::-webkit-details-marker { display: none; }
.filter-control[open] > summary { box-shadow: inset 0 0 0 1px var(--focus); }
.scope-label, .scope-period, .export-control, .search-control { display: inline-flex; align-items: center; gap: 7px; padding: 4px 12px; }
.scope-label { border-right: 1px solid var(--border); }
.count-badge { min-width: 20px; padding: 0 6px; border-radius: 2em; background: var(--neutral-muted); font-size: .6875rem; text-align: center; }
.filter-control code { min-width: 0; flex: 1; padding: 5px 12px; overflow: hidden; background: transparent; color: var(--accent); text-overflow: ellipsis; white-space: nowrap; }
.search-control { padding-inline: 9px; border-left: 1px solid var(--border); color: var(--muted); }
.overview-toolbar { justify-content: flex-end; }
.scope-period, .export-control { min-height: 30px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); color: var(--fg); font-size: .75rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.scope-note { margin: 8px 0 15px; color: var(--muted); font-size: .75rem; }
.scope-note a { color: inherit; }
.scope-boundary { margin: 0 0 16px; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--canvas-subtle); }
.scope-boundary strong { display: block; margin-bottom: 2px; }
.scope-boundary p { margin: 0; color: var(--muted); }
.bundle-tabs { display: flex; gap: 4px; margin-bottom: 8px; border-bottom: 1px solid var(--border); }
.bundle-tabs a { display: inline-flex; align-items: center; gap: 8px; position: relative; padding: 10px 14px 12px; color: var(--fg); font-weight: 600; text-decoration: none; }
.bundle-tabs a > .octicon { color: var(--muted); }
.bundle-tabs a:hover { background: var(--canvas-subtle); }
.bundle-tabs a[aria-current="page"]::after { content: ""; height: 2px; position: absolute; right: 8px; bottom: -1px; left: 8px; background: #f78166; }
.bundle-tabs { margin-bottom: 20px; }
.report-body { padding-top: 0; }
.report-body > section, .report-body > section:last-child { margin: 0 0 24px; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.value-report { overflow: hidden !important; border: 1px solid var(--border) !important; border-radius: 6px !important; background: var(--canvas) !important; }
.value-report > header { min-height: 76px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 16px; border-bottom: 1px solid var(--border); }
.value-report > header h2 { margin: 0; font-size: 1.125rem; }
.value-report > header p { max-width: 760px; margin: 3px 0 0; color: var(--muted); font-size: .75rem; }
.value-score { flex: none; text-align: right; }
.value-score strong, .value-score span { display: block; }
.value-score strong { font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.value-score span { color: var(--muted); font-size: .6875rem; }
.value-chart { min-height: 180px; padding: 18px 16px 24px; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--canvas-subtle); }
.value-plot { min-width: 0; margin-bottom: 16px; overflow-x: auto; }
.value-plot svg { width: 100%; min-width: 620px; height: 220px; overflow: visible; }
.value-plot svg > line { stroke: var(--border-muted); stroke-width: 1; vector-effect: non-scaling-stroke; }
.value-plot text { fill: var(--muted); font-size: .6875rem; }
.value-plot-line { fill: none; stroke: var(--accent); stroke-width: 2; vector-effect: non-scaling-stroke; }
.value-plot svg > .value-plot-baseline { stroke: var(--muted); stroke-width: 2; stroke-dasharray: 7 5; }
.value-plot-point { stroke: var(--canvas); stroke-width: 2; vector-effect: non-scaling-stroke; }
.value-plot-point-mature { fill: var(--success); }
.value-plot-point-interim { fill: var(--attention); }
.value-plot-point:focus-visible { outline: none; stroke: var(--focus); stroke-width: 4; }
.value-plot-axis, .value-plot-legend { display: flex; justify-content: space-between; color: var(--muted); font-size: .6875rem; }
.value-plot-axis { padding: 0 28px; }
.value-plot-legend { justify-content: flex-start; gap: 20px; padding: 0 4px 8px; }
.value-plot-legend span { display: inline-flex; align-items: center; gap: 6px; }
.value-plot-legend i { width: 18px; height: 0; border-top: 2px solid var(--accent); }
.value-plot-legend .legend-baseline { border-top-color: var(--muted); border-top-style: dashed; }
.value-chart dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--border); }
.value-chart dl > div { min-width: 0; padding: 18px; background: var(--canvas); }
.value-chart dt { color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.value-chart dd { margin: 4px 0 0; overflow: hidden; font-size: 1.375rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.value-chart dd code { font-size: .875rem; }
.value-details-disclosure > summary, .value-details-unavailable { min-height: 44px; display: flex; align-items: center; padding: 10px 16px; color: var(--fg); font-size: .75rem; font-weight: 600; }
.value-details-disclosure > summary { cursor: pointer; }
.value-details-disclosure > summary:hover { background: var(--canvas-subtle); }
.value-details-disclosure[open] > summary { border-bottom: 1px solid var(--border); }
.value-details-unavailable { color: var(--muted); }
.value-details { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.value-details > section { min-width: 0; padding: 16px; }
.value-details > section + section { border-left: 1px solid var(--border); }
.value-details h3 { margin: 0 0 4px; font-size: .875rem; }
.value-details h3 + p { margin: 0 0 12px; color: var(--muted); font-size: .75rem; }
.value-details .table-region { max-height: 340px; overflow: auto; border: 1px solid var(--border); border-radius: 6px; }
.value-details table { min-width: 100%; font-size: .75rem; }
.value-details th, .value-details td { padding: 8px 10px; white-space: nowrap; }
.value-details tbody th { font-weight: 500; }
.value-report-empty > header { align-items: center; }
.value-empty { height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px 24px; border-bottom: 1px solid var(--border); text-align: center; }
.value-empty > .octicon { width: 30px; height: 30px; color: var(--muted); }
.value-empty h3 { margin: 16px 0 5px; font-size: 1.125rem; }
.value-empty p { max-width: 620px; margin: 0; color: var(--muted); }
.deployed-summary { margin-top: 8px !important; }
.deployed-summary .metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.scope-kicker { color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }
.scope-context { display: grid; grid-template-columns: minmax(0, 2.5fr) minmax(220px, 1.3fr) minmax(180px, 1fr); margin: 0 0 24px !important; overflow: hidden !important; border: 1px solid var(--border) !important; border-radius: 6px !important; background: var(--canvas-subtle) !important; }
.scope-context > div { min-width: 0; padding: 10px 14px; border-left: 1px solid var(--border); }
.scope-context > div:first-child { border-left: 0; }
.scope-context span, .scope-context strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scope-context span { color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.scope-context strong { margin-top: 2px; font-size: .8125rem; }
.scope-repository-boundary small { display: block; margin-top: 2px; color: var(--muted); font-size: .6875rem; }
.scope-repository-set { display: flex; flex-wrap: wrap; row-gap: 2px; margin: 4px 0 0; padding: 0; list-style: none; }
.scope-repository-set li { display: inline-flex; align-items: center; }
.scope-repository-set li:not(:last-child)::after { content: "·"; margin: 0 7px; color: var(--muted); }
.scope-repository-set code { display: block; padding: 0; background: transparent; color: var(--fg); font-size: .75rem; white-space: nowrap; }
.report-body > .control-plane-status { margin: 0 0 16px; padding: 0; overflow: visible; border: 0; background: transparent; }
.control-plane-status > header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 16px; border: 1px solid var(--border); border-left-width: 4px; border-radius: 6px 6px 0 0; background: var(--canvas-subtle); }
.control-plane-critical > header { border-left-color: var(--danger); background: color-mix(in srgb, var(--danger) 7%, var(--canvas)); }
.control-plane-monitoring > header { border-left-color: var(--attention); background: color-mix(in srgb, var(--attention) 7%, var(--canvas)); }
.control-plane-healthy > header { border-left-color: var(--success); background: color-mix(in srgb, var(--success) 7%, var(--canvas)); }
.control-plane-heading { min-width: 0; display: flex; align-items: center; gap: 12px; }
.control-plane-state-icon { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--canvas); box-shadow: 0 0 0 1px var(--border); }
.control-plane-state-icon .octicon { width: 18px; height: 18px; }
.control-plane-critical .control-plane-state-icon { color: var(--danger); }
.control-plane-monitoring .control-plane-state-icon { color: var(--attention); }
.control-plane-healthy .control-plane-state-icon { color: var(--success); }
.control-plane-heading h2 { margin: 1px 0 2px; font-size: 1.25rem; }
.control-plane-heading p { max-width: 720px; margin: 0; color: var(--muted); font-size: .8125rem; }
.control-plane-vitals { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0 1px 1px; overflow: hidden; border-right: 1px solid var(--border); border-left: 1px solid var(--border); background: var(--border); }
.control-plane-vitals > div { min-width: 0; padding: 10px 13px; background: var(--canvas); }
.control-plane-vitals dt { color: var(--muted); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.control-plane-vitals dd { margin: 1px 0 0; font-size: 1.5rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.control-plane-vitals p { min-height: 2.6em; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.3; }
.control-plane-vitals .vital-failures dd { color: var(--danger); }
.control-plane-vitals .vital-running dd { color: var(--attention); }
.execution-health { padding: 9px 13px 11px; border: 1px solid var(--border); border-top: 0; border-radius: 0 0 6px 6px; background: var(--canvas); }
.execution-health-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .75rem; }
.execution-health-heading span { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.execution-track { height: 7px; display: flex; margin-top: 7px; overflow: hidden; border-radius: 4px; background: var(--neutral-muted); }
.execution-track span { height: 100%; display: block; }
.execution-success { background: var(--success); }
.execution-failed { background: var(--danger); }
.execution-approval { min-width: 2px; background: var(--attention); }
.execution-running { min-width: 2px; background: var(--accent); }
.execution-other { background: var(--muted); }
.execution-legend { display: flex; flex-wrap: wrap; gap: 5px 16px; margin: 7px 0 0; padding: 0; color: var(--muted); font-size: .75rem; list-style: none; }
.execution-legend li { display: flex; align-items: center; gap: 5px; }
.execution-legend li > span { width: 7px; height: 7px; border-radius: 2px; }
.execution-legend strong { color: var(--fg); font-variant-numeric: tabular-nums; }
.legend-success { background: var(--success); }
.legend-failed { background: var(--danger); }
.legend-approval { background: var(--attention); }
.legend-running { background: var(--accent); }
.legend-other { background: var(--muted); }
.overview-priority-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: stretch; gap: 16px; margin-bottom: 24px; }
.attention-panel { min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.operation-portfolio { min-width: 0; height: 100%; }
.attention-panel > header { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-bottom: 1px solid var(--border); background: var(--canvas-subtle); }
.operation-portfolio > header { min-height: 64px; display: flex; align-items: center; padding: 0 0 10px; }
.attention-panel h2, .operation-portfolio h2 { margin: 1px 0 0; font-size: 1rem; }
.attention-panel > header > strong { min-width: 24px; padding: 1px 7px; border-radius: 2em; background: var(--neutral-muted); font-size: .75rem; text-align: center; }
.attention-panel ul { margin: 0; padding: 0; list-style: none; }
.attention-panel li { min-height: 62px; display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--border-muted); }
.attention-panel li:last-child { border-bottom: 0; }
.attention-panel li.attention-action { display: block; padding: 0; }
.attention-item-link { min-height: 61px; display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px 14px; color: var(--fg); text-decoration: none; }
.attention-item-link:hover { background: var(--canvas-subtle); text-decoration: none; }
.attention-item-link:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.attention-panel li > .octicon, .attention-item-link > .octicon { color: var(--attention); }
.attention-panel li.attention-critical > .octicon, .attention-critical .attention-item-link > .octicon { color: var(--danger); }
.attention-panel li div { min-width: 0; }
.attention-panel li strong, .attention-panel li span { display: block; }
.attention-panel li span { margin-top: 1px; color: var(--muted); font-size: .75rem; }
.operation-portfolio > header > a { font-size: .75rem; }
.operation-card-list { display: grid; gap: 10px; }
.operation-card { padding: 13px 14px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.operation-card > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.operation-card > header > div { min-width: 0; display: flex; align-items: center; gap: 8px; }
.operation-card > header a { overflow: hidden; color: var(--fg); font-weight: 600; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.operation-card > header a:hover { text-decoration: underline; }
.operation-card dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 12px 0; }
.operation-card dl div { min-width: 0; padding-right: 10px; }
.operation-card dt { color: var(--muted); font-size: .75rem; }
.operation-card dd { margin: 2px 0 0; overflow: hidden; font-size: .75rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.text-attention { color: var(--attention); }
.text-success { color: var(--success); }
.status-danger { border-color: color-mix(in srgb, var(--danger) 45%, var(--border)); background: color-mix(in srgb, var(--danger) 12%, var(--canvas)); color: var(--danger); }
.repository-health { scroll-margin-top: 16px; }
.repository-health table { min-width: 850px; }
.repository-health td { white-space: nowrap; }
.failure-rate strong, .failure-rate span { display: block; }
.failure-rate span { color: var(--muted); font-size: .6875rem; }
.section-heading > strong, .section-heading > span { flex: none; color: var(--muted); font-size: .75rem; }
.catalog-disclosure { overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.catalog-disclosure > summary { min-height: 46px; display: flex; align-items: center; padding: 10px 14px; background: var(--canvas-subtle); font-weight: 600; cursor: pointer; transition: background-color 120ms ease; }
.catalog-disclosure > summary:hover { background: var(--neutral-muted); }
.catalog-disclosure[open] > summary { border-bottom: 1px solid var(--border); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(140px, 1fr)); gap: 10px; padding: 14px; }
.catalog-toolbar label { min-width: 0; }
.catalog-toolbar label > span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .6875rem; font-weight: 600; }
.catalog-toolbar :is(input, select) { width: 100%; min-height: 34px; padding: 5px 9px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); color: var(--fg); font: inherit; }
.catalog-toolbar :is(input, select):focus-visible { outline: 2px solid var(--focus); outline-offset: -1px; }
.catalog-result { margin: 0; padding: 0 14px 10px; color: var(--muted); font-size: .75rem; }
.run-toolbar { grid-template-columns: minmax(240px, 1.5fr) minmax(180px, 1fr); padding: 0 0 10px; }
.run-result { padding: 0 0 10px; }
.catalog-disclosure .table-region { border-right: 0; border-left: 0; border-radius: 0; }
.catalog-more { min-height: 34px; margin: 12px 14px; padding: 5px 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); color: var(--fg); font: inherit; font-size: .75rem; font-weight: 600; cursor: pointer; }
.catalog-more:hover { background: var(--neutral-muted); }
[hidden] { display: none !important; }
.overview-section-heading { margin: 32px 0 12px; padding-top: 24px; border-top: 1px solid var(--border); }
.overview-section-heading h2 { margin: 0 0 3px; font-size: 1.25rem; }
.overview-section-heading p { margin: 0; color: var(--muted); }
.snapshot-heading { margin-bottom: 12px; }
.snapshot-heading h2 { margin: 0 0 3px; font-size: 1.25rem; }
.snapshot-heading p { margin: 0; color: var(--muted); }
.deployed-workflows > h2 { margin-bottom: 3px; font-size: 1.25rem; }
.deployed-workflows > p { margin: 0 0 12px; color: var(--muted); }
.organization-operations > h2 { margin-bottom: 3px; font-size: 1.25rem; }
.organization-operations > p { margin: 0 0 12px; color: var(--muted); }
.organization-operations td:nth-child(3), .organization-operations td:nth-child(4) { width: 90px; }
.deployed-workflows td:nth-child(2) a, .deployed-workflows td:nth-child(2) code { display: block; }
.deployed-workflows td:nth-child(2) code { width: fit-content; max-width: 420px; margin-top: 3px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.deployed-workflows-table { table-layout: fixed; }
.deployed-workflows-table :is(th, td):nth-child(1) { width: 18%; }
.deployed-workflows-table :is(th, td):nth-child(2) { width: 35%; }
.deployed-workflows-table :is(th, td):nth-child(3) { width: 14%; }
.deployed-workflows-table :is(th, td):nth-child(4), .deployed-workflows-table :is(th, td):nth-child(5) { width: 7%; }
.deployed-workflows-table :is(th, td):nth-child(6) { width: 9%; }
.deployed-workflows-table :is(th, td):nth-child(7) { width: 10%; }
.deployed-workflows-table td { overflow: hidden; text-overflow: ellipsis; }
.deployed-workflows-table td:first-child, .deployed-workflows-table td:nth-child(n + 3) { white-space: nowrap; }
.metric-date { font-size: 1.125rem !important; }
.repository-workflow-summary .metrics { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.spend-panel { display: grid; grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr); align-items: center; gap: 24px; padding: 20px 24px !important; border: 1px solid var(--border) !important; border-radius: 6px !important; }
.spend-panel h2 { margin-bottom: 4px; font-size: 1.25rem; }
.spend-panel > div:first-child > p { margin: 0; color: var(--muted); }
.spend-chart { min-width: 0; display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 20px; }
.spend-donut { width: 180px; height: 180px; display: grid; place-items: center; border-radius: 50%; }
.spend-donut::before { content: ""; width: 108px; aspect-ratio: 1; grid-area: 1 / 1; border-radius: 50%; background: var(--canvas); }
.spend-donut span { z-index: 1; grid-area: 1 / 1; text-align: center; }
.spend-donut strong, .spend-donut small { display: block; }
.spend-donut strong { font-size: 1.375rem; font-variant-numeric: tabular-nums; }
.spend-donut small { color: var(--muted); font-size: .6875rem; }
.spend-chart ol { margin: 0; padding: 0; list-style: none; }
.spend-chart li { min-height: 30px; display: grid; grid-template-columns: 10px minmax(0, 1fr) auto 54px; align-items: center; gap: 9px; border-bottom: 1px solid var(--border-muted); font-size: .75rem; }
.spend-chart li:last-child { border-bottom: 0; }
.spend-chart li i { width: 9px; height: 9px; border-radius: 2px; }
.spend-chart li strong, .spend-chart li small { font-variant-numeric: tabular-nums; text-align: right; }
.spend-chart li small { color: var(--muted); }
.spend-segment em { display: block; margin-top: 1px; color: var(--muted); font-size: .6875rem; font-style: normal; font-weight: 400; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.section-heading h2 { margin-bottom: 3px; font-size: 1.25rem; }
.section-heading p { margin: 0; color: var(--muted); }
.section-heading > a { display: inline-flex; align-items: center; gap: 5px; flex: none; }
.repository-workflows tbody th a, .repository-workflows tbody th code { display: block; }
.repository-workflows tbody th code { width: fit-content; max-width: 640px; margin-top: 3px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.repository-workflows tbody th .workflow-source { width: fit-content; text-decoration: none; }
.repository-workflows td { white-space: nowrap; }
.workflow-identity { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 16px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas-subtle); }
.workflow-identity p { margin: 5px 0 0; color: var(--muted); }
.workflow-identity > a { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.operation-workflow-map { margin-bottom: 20px; }
.operation-workflow-map .section-heading { margin-bottom: 10px; }
.operation-orchestrator, .operation-workflow-map li { min-width: 0; display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--border); background: var(--canvas-subtle); }
.operation-orchestrator { border-radius: 6px 6px 0 0; }
.operation-workflow-map ul { margin: 0 0 0 28px; padding: 0; list-style: none; }
.operation-workflow-map li { border-top: 0; }
.operation-workflow-map li:last-child { border-radius: 0 0 6px 6px; }
.operation-workflow-map a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .8fr); gap: 12px; align-items: center; text-decoration: none; }
.operation-workflow-map a:hover strong { text-decoration: underline; }
.operation-workflow-map code { overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.trend-panel { overflow: hidden !important; border: 1px solid var(--border) !important; border-radius: 6px !important; background: var(--canvas) !important; }
.trend-panel > header { min-height: 72px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid var(--border); }
.trend-panel > header h2 { margin: 0; }
.trend-panel > header p { margin: 2px 0 0; color: var(--muted); font-size: .75rem; }
.trend-panel > header p strong { margin-right: 8px; color: var(--fg); font-size: 1.375rem; font-variant-numeric: tabular-nums; }
.trend-panel > header > span { color: var(--muted); font-size: .75rem; }
.trend-group { display: inline-flex; align-items: center; gap: 6px; }
.trend-group b { margin-left: 8px; color: var(--muted); font-size: 1rem; letter-spacing: 1px; }
.trend-chart { overflow-x: auto; padding: 6px 18px 0; }
.trend-chart svg { width: 100%; min-width: 760px; height: auto; overflow: visible; }
.trend-chart line { stroke: var(--border-muted); stroke-width: 1; vector-effect: non-scaling-stroke; }
.trend-chart .vertical-grid { stroke-dasharray: 2 2; }
.trend-chart text { fill: var(--muted); font-size: .6875rem; }
.trend-chart polyline { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart-successful { stroke: var(--success); }
.chart-failed { stroke: var(--danger); stroke-dasharray: 8 5; }
.chart-cancelled { stroke: var(--cancelled); stroke-dasharray: 8 4 2 4; }
.chart-point { cursor: crosshair; outline: none; }
.point-hit { fill: transparent; pointer-events: all; }
.point-marker { fill: var(--canvas); stroke-width: 3; opacity: 0; pointer-events: none; vector-effect: non-scaling-stroke; }
.point-marker-successful { stroke: var(--success); }
.point-marker-failed { stroke: var(--danger); }
.point-marker-cancelled { stroke: var(--cancelled); }
.point-tooltip { opacity: 0; pointer-events: none; transition: opacity 80ms linear; }
.point-tooltip rect { fill: var(--canvas-subtle); stroke: var(--border); vector-effect: non-scaling-stroke; }
.trend-chart .point-tooltip .tooltip-date { fill: var(--muted); font-weight: 600; }
.trend-chart .point-tooltip .tooltip-label, .trend-chart .point-tooltip .tooltip-value { fill: var(--fg); font-weight: 600; }
.trend-chart .tooltip-swatch-successful { fill: var(--success); }
.trend-chart .tooltip-swatch-failed { fill: var(--danger); }
.trend-chart .tooltip-swatch-cancelled { fill: var(--cancelled); }
.chart-point:hover .point-marker, .chart-point:focus-visible .point-marker, .chart-point:hover .point-tooltip, .chart-point:focus-visible .point-tooltip { opacity: 1; }
.chart-point:focus-visible .point-hit { fill: color-mix(in srgb, var(--focus) 18%, transparent); stroke: var(--focus); stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart-axis, .chart-legend { display: flex; justify-content: space-between; color: var(--muted); font-size: .6875rem; }
.chart-axis { padding: 0 30px; }
.chart-legend { justify-content: flex-start; gap: 20px; padding: 10px 16px 0; }
.chart-legend span { display: inline-flex; align-items: center; gap: 6px; }
.chart-legend i { width: 18px; height: 0; border-top-width: 2px; border-top-style: solid; }
.legend-successful { border-color: var(--success); }
.legend-failed { border-color: var(--danger); border-top-style: dashed !important; }
.legend-cancelled { border-color: var(--cancelled); border-top-style: dotted !important; }
.metric-section { border: 0 !important; }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.metrics div, .metrics div:nth-child(2) { min-width: 0; min-height: 108px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.metrics dt { color: var(--fg); font-size: .875rem; font-weight: 600; text-transform: none; }
.metrics dd { margin: 4px 0 0; font-size: 1.5rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.metrics p { margin: 3px 0 0; color: var(--muted); font-size: .75rem; }
.metrics :is(.health-metric, .workflow-status-metric, .workflow-source-metric) { min-height: 186px; grid-column: span 2; }
:is(.health-metric, .workflow-status-metric, .workflow-source-metric) dd { display: flex; align-items: center; gap: 12px; }
:is(.health-pie, .status-pie, .source-pie) { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; }
:is(.health-total, .status-total, .source-total) strong, :is(.health-total, .status-total, .source-total) small { display: block; }
:is(.health-total, .status-total, .source-total) strong { font-size: 1.5rem; }
:is(.health-total, .status-total, .source-total) small { color: var(--muted); font-size: .6875rem; font-weight: 500; text-transform: uppercase; }
:is(.health-metric, .workflow-status-metric, .workflow-source-metric) ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 14px; margin: 10px 0 0; padding: 0; list-style: none; }
:is(.health-metric, .workflow-status-metric, .workflow-source-metric) li { min-width: 0; display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 6px; color: var(--muted); font-size: .6875rem; }
:is(.health-metric, .workflow-status-metric, .workflow-source-metric) li i { width: 8px; height: 8px; border-radius: 50%; }
:is(.health-metric, .workflow-status-metric, .workflow-source-metric) li strong { color: var(--fg); font-variant-numeric: tabular-nums; }
.bundle-utilization { padding-top: 20px; }
.bundle-utilization-heading { margin-bottom: 10px; }
.bundle-utilization-heading h2 { margin-bottom: 2px; font-size: 1.25rem; }
.bundle-utilization-heading p { margin: 0; color: var(--muted); }
.bundle-utilization-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bundle-utilization-item { min-width: 0; padding: 14px 16px; border: 1px solid var(--border); border-radius: 6px; background: var(--canvas); }
.bundle-utilization-item header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.bundle-utilization-item header a { color: var(--fg); font-weight: 600; text-decoration: none; }
.bundle-utilization-item header a:hover { text-decoration: underline; }
.bundle-utilization-item header strong { font-size: 1.25rem; font-variant-numeric: tabular-nums; }
.utilization-track { height: 8px; margin: 12px 0 8px; overflow: hidden; border-radius: 4px; background: var(--canvas-subtle); box-shadow: inset 0 0 0 1px var(--border); }
.utilization-track span { display: block; height: 100%; border-radius: inherit; background: var(--success); }
.utilization-medium .utilization-track span { background: var(--attention); }
.utilization-high .utilization-track span { background: var(--danger); }
.utilization-empty .utilization-track span { background: var(--muted); }
.bundle-utilization-item p { min-height: 18px; margin: 0; color: var(--muted); font-size: .75rem; }
.bundle-utilization-item small { display: block; margin-top: 4px; color: var(--muted); font-size: .6875rem; }
.impact-analysis > h2 { margin-bottom: 2px; font-size: 1.25rem; }
.impact-analysis > p { margin: 0 0 10px; color: var(--muted); }
.impact-tabs { display: flex; border-bottom: 1px solid var(--border); }
.impact-tabs a { position: relative; padding: 8px 13px; color: var(--fg); font-size: .75rem; font-weight: 600; text-decoration: none; }
.impact-tabs a[aria-current="page"]::after { content: ""; height: 2px; position: absolute; right: 8px; bottom: -1px; left: 8px; background: #f78166; }
.impact-tabs + .table-region { border-top: 0; border-radius: 0 0 6px 6px; }
@media (min-width: 701px) and (max-width: 900px) {
  .toolbar { align-items: stretch; flex-wrap: wrap; }
  .filter-control { flex: 1 1 calc(100% - 150px); }
  .scope-period { flex: 0 0 auto; justify-content: center; }
  .export-control { flex: 0 0 auto; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .repository-workflow-summary .metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spend-panel { grid-template-columns: 1fr; }
  .scope-context { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scope-repository-boundary { grid-column: 1 / -1; }
  .scope-context > div:nth-child(2) { border-top: 1px solid var(--border); border-left: 0; }
  .scope-context > div:nth-child(3) { border-top: 1px solid var(--border); }
  .control-plane-vitals { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .overview-priority-grid { grid-template-columns: 1fr; }
  .catalog-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .app-shell { display: block; }
  .org-sidebar { display: block; padding: 14px 12px 10px; border-right: 0; border-bottom: 1px solid var(--border); }
  .sidebar-brand { margin-bottom: 8px; font-size: 1rem; }
  .primary-nav { width: 100%; flex-direction: row; overflow-x: auto; }
  .primary-nav a { min-height: 44px; flex: none; }
  .overview-header { min-height: 0; padding: 24px 0 20px; }
  .toolbar { align-items: stretch; flex-wrap: wrap; }
  .filter-control { flex-basis: 100%; }
  .scope-period, .export-control { min-height: 44px; }
  .scope-period { flex: 1; justify-content: center; }
  .metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .deployed-summary .metrics, .repository-workflow-summary .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spend-panel, .spend-chart { grid-template-columns: 1fr; }
  .spend-donut { margin: auto; }
  .scope-context, .overview-priority-grid, .catalog-toolbar { grid-template-columns: 1fr; }
  .scope-context > div { border-top: 1px solid var(--border); border-left: 0; }
  .scope-context > div:first-child { border-top: 0; }
  .control-plane-status > header { align-items: stretch; flex-direction: column; gap: 8px; padding: 12px; }
  .control-plane-heading { align-items: flex-start; }
  .control-plane-heading .scope-kicker { display: none; }
  .control-plane-heading p { font-size: .75rem; }
  .control-plane-vitals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .control-plane-vitals > div { padding: 8px 10px; }
  .control-plane-vitals > div:last-child { grid-column: span 2; }
  .control-plane-vitals p { min-height: 0; white-space: normal; }
  .execution-health-heading { gap: 8px; }
  .execution-legend { display: none; }
  .attention-panel li { grid-template-columns: 18px minmax(0, 1fr); }
  .attention-panel li > a { grid-column: 2; }
  .catalog-toolbar :is(input, select) { min-height: 44px; }
  .app-main > nav .shell { flex-wrap: wrap; padding-inline: 16px; }
  .report-actions { margin-left: auto; }
  .site-header { height: 56px; }
  .header-inner { padding: 0 16px; }
  .repo-nav { height: 44px; }
  .repo-nav > div { padding-inline: 8px; }
  .repo-nav a { height: 36px; padding-inline: 10px; }
  .control-layout { min-height: calc(100vh - 100px); display: block; }
  .control-sidebar { display: block; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .sidebar-title, .nav-label, .sidebar-footer { display: none; }
  .sidebar-nav { width: max-content; flex-direction: row; padding: 8px; }
  .sidebar-nav a { min-height: 44px; padding: 5px 10px; }
  .sidebar-nav a[aria-current="page"]::before { width: auto; height: 2px; inset: auto 8px -8px; border-radius: 2px 2px 0 0; }
  .nav-icon { display: none; }
  main { padding: 0 14px 28px; }
  .intro { min-height: 0; display: block; padding: 20px 0; }
  .page-header-actions { margin-top: 16px; justify-content: space-between; }
  .freshness { text-align: left; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics div:nth-child(2) { border-right: 0; }
  .metrics div:nth-child(-n + 2) { border-bottom: 1px solid var(--border); }
  .discussion-layout { grid-template-columns: 1fr; gap: 12px; }
  .finding-columns { display: none; }
  .finding-row { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; }
  .finding-row > .status { grid-column: 3; grid-row: 1; }
  .finding-row > .mode-badge, .finding-row > .kind, .finding-row > time { display: none; }
  .value-report > header { flex-direction: column; gap: 8px; }
  .value-score { text-align: left; }
  .value-chart dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-details { grid-template-columns: 1fr; }
  .value-details > section + section { border-top: 1px solid var(--border); border-left: 0; }
  .workflow-identity { align-items: flex-start; flex-direction: column; }
  .operation-workflow-map ul { margin-left: 12px; }
  .operation-workflow-map a { grid-template-columns: 1fr; gap: 2px; }
  .discussion-sidebar { display: flex; gap: 4px; overflow-x: auto; }
  .discussion-sidebar h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .discussion-sidebar > div { min-width: max-content; display: flex; }
  .mode-tabs { width: 100%; overflow: hidden; }
  .mode-tabs a { min-width: 0; flex: 1 1 0; padding-inline: 10px; }
  .outcome-view { grid-template-columns: 1fr; }
  .outcome-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .control-content > nav .shell { padding-inline: 16px; }
  footer { padding-inline: 16px; }
}
@media (max-width: 420px) {
  .overview-header { display: block; }
  .control-plane-heading { gap: 9px; }
  .control-plane-state-icon { width: 32px; height: 32px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div, .metrics div:nth-child(2) { border: 1px solid var(--border); }
  .github-mark { display: none; }
  .repo-nav a:nth-child(2), .repo-nav a:nth-child(3), .repo-nav a:nth-child(5) { display: none; }
  .page-header-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div, .metrics div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--border); }
  .metrics div:last-child { border-bottom: 0; }
  .discussion-row { grid-template-columns: 34px minmax(0, 1fr); padding-inline: 12px; }
  .discussion-vote { display: none; }
  .discussion-category { width: 32px; height: 32px; }
  .discussion-main > p { -webkit-line-clamp: 3; }
  .markdown-body { padding: 20px 16px 24px; }
  .outcome-meta { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (prefers-contrast: more) {
  :root {
    --border: var(--fg);
    --border-muted: var(--muted);
  }
  a:focus-visible, [tabindex]:focus-visible { outline-width: 3px; }
}
@media (forced-colors: active) {
  :root {
    --canvas: Canvas;
    --canvas-subtle: Canvas;
    --canvas-inset: Canvas;
    --header: Canvas;
    --fg: CanvasText;
    --muted: CanvasText;
    --border: ButtonBorder;
    --border-muted: ButtonBorder;
    --accent: LinkText;
    --accent-muted: Canvas;
    --success: CanvasText;
    --success-muted: Canvas;
    --danger: CanvasText;
    --cancelled: CanvasText;
    --attention: CanvasText;
    --attention-muted: Canvas;
    --neutral-muted: Canvas;
    --focus: Highlight;
  }
}
@media print {
  .site-header, .repo-nav, .control-sidebar, .control-content > nav, .org-sidebar, .app-main > nav, .skip-link, .toolbar { display: none; }
  .control-layout { display: block; }
  main { width: 100%; padding: 0; }
  a { color: inherit; text-decoration: underline; }
  .discussion-row, .discussion-post { break-inside: avoid; }
}