:root {
  color: #eff4f2;
  background: #08100f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --surface: #0d1716;
  --surface-raised: #12201e;
  --surface-soft: #162724;
  --line: #223835;
  --line-strong: #31534d;
  --text: #eff4f2;
  --muted: #8fa39e;
  --mint: #6ee7c3;
  --mint-strong: #28b98f;
  --amber: #f3c86b;
  --red: #ff8d86;
  --blue: #8ab9ff;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; overflow-x: hidden; background: #08100f; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 9px;
  background: var(--mint);
  color: #04110d;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
button:focus-visible, a:focus-visible, [tabindex="-1"]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.sidebar-scrim { display: none; }

.preview-shell { min-height: 100vh; display: grid; grid-template-columns: 258px minmax(0, 1fr); }
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 26px 18px 20px;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 0%, rgba(62, 198, 159, .11), transparent 18rem),
    #0a1312;
  overflow-y: auto;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #85f2d0, #2fb38e);
  color: #04110d;
  font-size: 1.2rem;
  font-weight: 900;
}
.brand div, .operator div, .preview-notice div { display: flex; flex-direction: column; gap: 2px; }
.brand strong { font-size: .96rem; letter-spacing: -.01em; }
.brand span, .operator span, .preview-notice span { color: var(--muted); font-size: .72rem; }
.preview-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 4px 20px;
  padding: 12px;
  border: 1px solid rgba(110, 231, 195, .26);
  border-radius: 12px;
  background: rgba(48, 143, 115, .09);
}
.preview-notice strong { color: var(--mint); font-size: .78rem; }
.notice-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(110, 231, 195, .1); }
.navigation { display: flex; flex-direction: column; gap: 5px; }
.nav-label { margin: 14px 10px 8px; color: #647873; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 10px;
  padding: 11px 12px;
  background: transparent;
  color: #9db0ab;
  text-align: left;
  cursor: pointer;
}
.nav-item:hover { background: rgba(255, 255, 255, .035); color: var(--text); }
.nav-item[aria-current="page"] { background: #142622; color: var(--mint); }
.nav-icon { width: 22px; color: currentColor; text-align: center; font-size: .85rem; font-weight: 850; }
.nav-badge { margin-left: auto; min-width: 22px; padding: 2px 6px; border-radius: 999px; background: #243b37; color: #b9ccc7; font-size: .67rem; text-align: center; }
.sidebar-footer { margin-top: auto; display: flex; flex-direction: column; gap: 5px; padding: 16px 10px 0; border-top: 1px solid var(--line); color: #657a75; font-size: .68rem; }

.workspace, .content, .card, .card-heading > div, .synthetic-banner > span { min-width: 0; }
.workspace, .content, .content > section, .product-grid, .gate-grid, .rollout-grid, .rollout-card { max-width: 100%; }
.page-description, .synthetic-banner, .card { overflow-wrap: anywhere; }
.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 16, 15, .9);
  backdrop-filter: blur(16px);
}
.breadcrumb { color: #71847f; font-size: .8rem; }
.breadcrumb strong { color: #cbd7d3; }
.topbar-meta, .operator { display: flex; align-items: center; gap: 20px; }
.mobile-safety { display: none; }
.connection { display: flex; align-items: center; gap: 8px; color: #9db0ab; font-size: .75rem; }
.connection > span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(110, 231, 195, .1); }
.connection[data-state="attention"] { color: var(--amber); }
.connection[data-state="error"] { color: var(--red); }
.operator { gap: 10px; padding-left: 20px; border-left: 1px solid var(--line); }
.operator-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #1a302c; color: var(--mint); font-size: .72rem; font-weight: 800; }
.operator strong { font-size: .76rem; }
.operator-logout { border: 0; padding: 4px 6px; background: transparent; color: #81938e; font: inherit; font-size: .67rem; cursor: pointer; }
.operator-logout:hover { color: var(--mint); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--text); font-size: 1.25rem; cursor: pointer; }

.content { width: min(1460px, 100%); margin: 0 auto; padding: 38px 36px 72px; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.eyebrow { margin: 0 0 9px; color: var(--mint); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.045em; line-height: 1; }
h2 { margin-bottom: 0; font-size: 1.1rem; letter-spacing: -.02em; }
h3 { margin-bottom: 0; font-size: .96rem; }
.page-description { max-width: 720px; margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.snapshot-time { color: #738681; font-size: .72rem; white-space: nowrap; }
.synthetic-banner { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; padding: 13px 16px; border: 1px solid #594f2f; border-radius: 12px; background: rgba(117, 91, 28, .12); color: #d8c99e; font-size: .78rem; line-height: 1.5; }
.synthetic-banner strong { color: var(--amber); }

.evidence-overview { margin-bottom: 15px; padding: 20px; }
.evidence-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.evidence-heading h2 { font-size: 1.2rem; }
.evidence-heading p:last-child { max-width: 720px; margin: 6px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.source-pill { flex: 0 0 auto; padding: 6px 9px; border: 1px solid rgba(110, 231, 195, .3); border-radius: 999px; background: rgba(110, 231, 195, .06); color: var(--mint); font-size: .64rem; font-weight: 750; letter-spacing: .03em; }
.evidence-flow { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.evidence-step {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #091312;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
.evidence-step:hover { border-color: var(--line-strong); background: #10201d; }
.evidence-step-index { color: #607772; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .6rem; font-weight: 800; }
.evidence-step-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.evidence-step-copy strong { font-size: .74rem; }
.evidence-step-copy > span { color: var(--muted); font-size: .61rem; line-height: 1.35; }
.evidence-step-count { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: #17302a; color: var(--mint); font-size: .7rem; font-weight: 850; }

.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 13px; }
.card { border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.kpi { min-height: 140px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.kpi-label { color: var(--muted); font-size: .76rem; }
.kpi-value { font-size: 2.25rem; font-weight: 760; letter-spacing: -.045em; }
.kpi-detail { display: flex; justify-content: space-between; color: #6f837e; font-size: .68rem; }
.trend-positive { color: var(--mint); }
.trend-neutral { color: var(--amber); }

.section-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 15px; margin-top: 15px; }
.panel { padding: 22px; }
.panel-heading { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 20px; }
.panel-heading p { margin: 5px 0 0; color: var(--muted); font-size: .73rem; }
.panel-link { color: var(--mint); font-size: .72rem; }
.health-list, .compact-list, .audit-list { display: flex; flex-direction: column; gap: 10px; }
.health-row, .compact-row { display: grid; grid-template-columns: minmax(120px, 1fr) auto; align-items: center; gap: 16px; padding: 12px 0; border-top: 1px solid rgba(49, 83, 77, .45); }
.health-row:first-child, .compact-row:first-child { border-top: 0; padding-top: 0; }
.health-name, .compact-name { display: flex; flex-direction: column; gap: 4px; }
.health-name strong, .compact-name strong { font-size: .8rem; }
.health-name span, .compact-name span { color: var(--muted); font-size: .69rem; }
.mini-bar { width: 128px; height: 6px; overflow: hidden; border-radius: 99px; background: #1f312e; }
.mini-bar > span { height: 100%; display: block; border-radius: inherit; background: var(--mint-strong); }

.status-chip { display: inline-flex; align-items: center; gap: 6px; width: fit-content; border: 1px solid var(--line-strong); border-radius: 999px; padding: 5px 8px; color: #abc0ba; font-size: .65rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.status-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-chip[data-tone="healthy"] { border-color: rgba(110, 231, 195, .3); color: var(--mint); background: rgba(110, 231, 195, .06); }
.status-chip[data-tone="attention"] { border-color: rgba(243, 200, 107, .3); color: var(--amber); background: rgba(243, 200, 107, .06); }
.status-chip[data-tone="blocked"] { border-color: rgba(255, 141, 134, .3); color: var(--red); background: rgba(255, 141, 134, .06); }
.status-chip[data-tone="neutral"] { color: #9fb3ae; }

.product-grid, .gate-grid, .rollout-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.product-card, .gate-card, .rollout-card { padding: 22px; }
.card-heading { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.product-key { margin: 5px 0 0; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .7rem; }
.stat-pairs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
.stat-pair { padding: 13px; border-radius: 10px; background: #0a1413; }
.stat-pair span { display: block; color: var(--muted); font-size: .67rem; }
.stat-pair strong { display: block; margin-top: 5px; font-size: 1.15rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tag { padding: 5px 8px; border-radius: 7px; background: #172a27; color: #a8bcb6; font-size: .66rem; }

.table-card { overflow: hidden; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { padding: 13px 18px; border-bottom: 1px solid var(--line); background: #0b1514; color: #71857f; font-size: .65rem; font-weight: 800; letter-spacing: .075em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 16px 18px; border-bottom: 1px solid rgba(34, 56, 53, .7); color: #c4d1cd; font-size: .76rem; vertical-align: middle; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: rgba(255, 255, 255, .018); }
.table-primary { display: flex; flex-direction: column; gap: 4px; }
.table-primary strong { color: var(--text); }
.table-primary span, .mono { color: var(--muted); font-size: .68rem; }
.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.evidence { display: flex; flex-wrap: wrap; gap: 5px; }
.evidence span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: #173029; color: var(--mint); font-size: .65rem; font-weight: 900; }
.evidence span[data-missing="true"] { background: #362b1d; color: var(--amber); }

.rollout-card .rollout-meta { margin: 7px 0 25px; color: var(--muted); font-size: .72rem; }
.rollout-percentage { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 9px; }
.rollout-percentage strong { font-size: 1.7rem; letter-spacing: -.04em; }
.rollout-percentage span { color: var(--muted); font-size: .69rem; }
.progress { height: 9px; overflow: hidden; border-radius: 99px; background: #1c302c; }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2db58d, #76e6c5); }
.progress[data-paused="true"] span { background: linear-gradient(90deg, #9a7431, #efc466); }
.rollout-footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 17px; color: #839791; font-size: .68rem; }

.gate-score { margin: 25px 0 8px; font-size: 2.35rem; font-weight: 760; letter-spacing: -.05em; }
.gate-card > p { margin-bottom: 20px; color: var(--muted); font-size: .73rem; }
.gate-counts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.gate-counts div { padding: 10px 8px; border-radius: 9px; background: #091312; text-align: center; }
.gate-counts strong, .gate-counts span { display: block; }
.gate-counts strong { font-size: 1rem; }
.gate-counts span { margin-top: 4px; color: #71857f; font-size: .59rem; }

.audit-row { display: grid; grid-template-columns: 11px minmax(0, 1fr) auto; gap: 13px; align-items: flex-start; padding: 14px 0; border-top: 1px solid rgba(49, 83, 77, .45); }
.audit-row:first-child { border-top: 0; padding-top: 0; }
.audit-dot { width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(110, 231, 195, .08); }
.audit-dot[data-tone="blocked"] { background: var(--red); box-shadow: 0 0 0 4px rgba(255, 141, 134, .08); }
.audit-body { display: flex; flex-direction: column; gap: 4px; }
.audit-body strong { font-size: .8rem; }
.audit-body span { color: var(--muted); font-size: .68rem; }
.audit-time { color: #70837e; font-size: .66rem; white-space: nowrap; }
.empty-state { padding: 50px 24px; color: var(--muted); text-align: center; }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { margin-bottom: 7px; color: var(--text); }
.transient-state { max-width: 720px; margin: 10vh auto 0; padding: 32px; }
.transient-state h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.transient-state p:not(.eyebrow) { max-width: 580px; color: var(--muted); line-height: 1.6; }
.access-form { margin-top: 24px; }

.attention-section { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.section-title h2 { font-size: 1.45rem; }
.section-title p:last-child { max-width: 720px; margin: 7px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.attention-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.attention-card { padding: 19px; }
.attention-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.attention-card h3 { font-size: .9rem; }
.attention-detail { min-height: 38px; margin: 7px 0 17px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.next-safe-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 15px; border-top: 1px solid var(--line); }
.next-safe-action > div { display: flex; flex-direction: column; gap: 5px; }
.next-safe-action span { color: var(--mint); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.next-safe-action strong { max-width: 480px; font-size: .71rem; font-weight: 600; line-height: 1.45; }
.safe-route {
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px 11px;
  background: #132522;
  color: var(--mint);
  font-size: .68rem;
  font-weight: 760;
  cursor: pointer;
}
.safe-route:hover { border-color: var(--mint-strong); background: #18302b; }

.guide-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 32px; padding: 25px; }
.guide-intro h2 { margin-bottom: 9px; font-size: 1.35rem; }
.guide-intro p:last-child { margin-bottom: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.status-legend { display: flex; flex-direction: column; gap: 10px; }
.legend-item { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 12px; align-items: center; padding: 9px 0; border-top: 1px solid rgba(49, 83, 77, .45); }
.legend-item:first-child { border-top: 0; padding-top: 0; }
.legend-item > span:last-child { color: var(--muted); font-size: .68rem; line-height: 1.4; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: 15px; margin-top: 15px; align-items: start; }
.guide-flow { margin: 0; padding: 0; list-style: none; }
.guide-step { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 13px; align-items: start; padding: 17px 0; border-top: 1px solid rgba(49, 83, 77, .5); }
.guide-step:first-child { border-top: 0; padding-top: 0; }
.guide-step-number { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #2e5c51; border-radius: 9px; background: #11231f; color: var(--mint); font-size: .65rem; font-weight: 850; }
.guide-step-body h3 { margin: 1px 0 6px; font-size: .82rem; }
.guide-step-body p { margin-bottom: 7px; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.completion-rule { color: #a9bcb7; font-size: .65rem; font-weight: 650; }
.role-list { display: flex; flex-direction: column; gap: 10px; }
.role-card { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #0a1413; }
.role-card > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.role-card strong { font-size: .78rem; }
.role-card p { margin: 8px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.45; }

.operator-rollout-action { display: flex; justify-content: flex-end; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.operator-pause-action, .operator-secondary-action {
  border: 1px solid rgba(243, 200, 107, .48);
  border-radius: 9px;
  padding: 10px 14px;
  background: rgba(117, 91, 28, .2);
  color: var(--amber);
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}
.operator-pause-action:hover { border-color: var(--amber); background: rgba(117, 91, 28, .32); }
.operator-pause-action:disabled, .operator-secondary-action:disabled, .operator-logout:disabled { opacity: .48; cursor: wait; }
.operator-secondary-action { border-color: var(--line-strong); background: #132522; color: #b8c9c4; }
.operator-secondary-action:hover { border-color: #58756e; color: var(--text); }
.operator-action-state { min-height: 24px; margin: 22px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.operator-action-state:empty { margin: 0; min-height: 0; }
.operator-action-state[data-tone="success"] { color: var(--mint); }
.operator-action-state[data-tone="attention"] { color: var(--amber); }
.operator-action-state[data-tone="error"] { color: var(--red); }
.operator-dialog {
  width: min(520px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--surface-raised);
  color: var(--text);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58);
}
.operator-dialog::backdrop { background: rgba(1, 8, 7, .76); backdrop-filter: blur(4px); }
.operator-dialog form { padding: 26px; }
.operator-dialog h2 { margin-bottom: 10px; font-size: 1.35rem; }
.operator-dialog-target { color: var(--text); font-weight: 750; overflow-wrap: anywhere; }
.operator-confirmation-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 20px 0; }
.operator-confirmation-details div { padding: 12px; border-radius: 10px; background: #091312; }
.operator-confirmation-details dt { color: var(--muted); font-size: .64rem; }
.operator-confirmation-details dd { margin: 5px 0 0; font-size: .78rem; font-weight: 750; overflow-wrap: anywhere; }
.operator-dialog-note { padding: 12px 14px; border-left: 3px solid var(--amber); background: rgba(117, 91, 28, .1); color: #cbbf9f; font-size: .72rem; line-height: 1.55; }
.operator-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }

@media (max-width: 1080px) {
  .evidence-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .section-grid { grid-template-columns: 1fr; }
  .guide-layout { grid-template-columns: 1fr; }
  .table-card { overflow-x: auto; }
  .data-table { min-width: 820px; }
}

@media (max-width: 760px) {
  .preview-shell { display: block; }
  .sidebar { position: fixed; inset: 0 auto 0 0; width: min(290px, 86vw); transform: translateX(-105%); transition: transform .2s ease; box-shadow: 18px 0 50px rgba(0, 0, 0, .35); }
  .sidebar[data-open="true"] { transform: translateX(0); }
  .sidebar-scrim { position: fixed; inset: 0; z-index: 9; display: block; border: 0; background: rgba(0, 0, 0, .56); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  .sidebar-scrim[data-open="true"] { opacity: 1; pointer-events: auto; }
  body[data-navigation-open="true"] { overflow: hidden; }
  .topbar { height: 68px; padding: 0 18px; }
  .menu-toggle { display: block; }
  .connection { display: none; }
  .mobile-safety { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(110, 231, 195, .25); border-radius: 999px; color: var(--mint); font-size: .6rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .operator { padding-left: 0; border-left: 0; }
  .operator div { display: none; }
  .content { padding: 28px 18px 50px; }
  .page-heading { align-items: flex-start; flex-direction: column; }
  .evidence-heading { align-items: flex-start; flex-direction: column; }
  .evidence-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid, .gate-grid, .rollout-grid { grid-template-columns: minmax(0, 1fr); }
  .attention-grid, .guide-intro { grid-template-columns: 1fr; }
  .section-title { align-items: flex-start; flex-direction: column; }
  .guide-step { grid-template-columns: 32px minmax(0, 1fr); }
  .guide-step > .safe-route { grid-column: 2; width: fit-content; }
  .gate-counts { grid-template-columns: repeat(2, 1fr); }
  .synthetic-banner, .card-heading, .rollout-footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .kpi-grid { grid-template-columns: 1fr; }
  .topbar-meta { gap: 8px; }
  .breadcrumb { display: none; }
  .next-safe-action { align-items: flex-start; flex-direction: column; }
  .operator-confirmation-details { grid-template-columns: 1fr; }
  .operator-dialog-actions { align-items: stretch; flex-direction: column-reverse; }
  .operator-dialog-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
