@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/Fraunces-500.ttf") format("truetype");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/Fraunces-600.ttf") format("truetype");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/Fraunces-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Manrope-400.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/Manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/Manrope-600.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/Manrope-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("/static/fonts/Manrope-800.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/IBMPlexMono-400.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/IBMPlexMono-500.ttf") format("truetype");
}

:root {
  --font-display: "Fraunces", "Georgia", serif;
  --font-ui: "Manrope", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "Consolas", monospace;
  --surface-edge: rgba(172, 208, 255, 0.08);
  --surface-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0));
  --dossier-ink: #071624;
  --dossier-navy: #113856;
  --dossier-cyan: #5ecfd3;
  --dossier-copper: #bd7a45;
  --motion-standard: 220ms cubic-bezier(.2,.8,.2,1);
}

.public-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #fff8ee;
  text-decoration: none;
}

.public-monogram {
  position: relative;
  display: grid;
  place-items: center;
  width: var(--public-mark-size, 48px);
  height: var(--public-mark-size, 48px);
  flex: 0 0 var(--public-mark-size, 48px);
  border-radius: 999px;
  border: 1px solid rgba(246, 215, 168, 0.58);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 248, 238, 0.14), transparent 28%),
    radial-gradient(circle at 67% 70%, rgba(94, 207, 211, 0.16), transparent 34%),
    rgba(4, 12, 22, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 238, 0.05),
    0 16px 34px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.public-monogram svg {
  width: 100%;
  height: 100%;
}

.public-monogram-ring,
.public-monogram-halo,
.public-monogram-axis {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.public-monogram-ring {
  stroke: rgba(246, 215, 168, 0.8);
  stroke-width: 1.4;
}

.public-monogram-halo {
  stroke: rgba(94, 207, 211, 0.34);
  stroke-width: 1.15;
  stroke-dasharray: 4.5 5.5;
}

.public-monogram-axis {
  stroke: rgba(255, 248, 238, 0.16);
  stroke-width: 0.9;
}

.public-monogram text {
  fill: #fff8ee;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.public-wordmark-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.public-wordmark-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.2vw, 1.42rem);
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.public-wordmark-copy em {
  color: rgba(235, 247, 255, 0.72);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.signal-lensmark {
  --prism-size: 42px;
  position: relative;
  width: var(--prism-size);
  height: var(--prism-size);
  display: grid;
  place-items: center;
  flex: 0 0 var(--prism-size);
  overflow: hidden;
  isolation: isolate;
  border-radius: 16px;
  border: 1px solid rgba(255, 248, 238, 0.22);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 248, 238, 0.72), transparent 17%),
    radial-gradient(circle at 30% 72%, rgba(94, 207, 211, 0.58), transparent 38%),
    conic-gradient(from 222deg at 50% 48%, rgba(94, 207, 211, 0.92), rgba(3, 10, 19, 0.96), rgba(189, 122, 69, 0.98), rgba(9, 80, 98, 0.9), rgba(94, 207, 211, 0.72)),
    linear-gradient(145deg, rgba(3, 9, 17, 0.99), rgba(12, 56, 78, 0.98) 54%, rgba(189, 122, 69, 0.84));
  box-shadow:
    0 21px 52px rgba(94, 207, 211, 0.34),
    0 0 0 1px rgba(94, 207, 211, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 38px rgba(3, 8, 17, 0.42);
}

.signal-lensmark-svg {
  position: relative;
  z-index: 1;
  width: 116%;
  height: 116%;
  filter: drop-shadow(0 0 12px rgba(94, 207, 211, 0.3));
}

.signal-lensmark .lensmark-backplate {
  fill: rgba(4, 12, 22, 0.54);
  stroke: rgba(255, 248, 238, 0.26);
  stroke-width: 1.55;
}

.signal-lensmark .lensmark-surface {
  stroke: rgba(255, 248, 238, 0.13);
  stroke-width: 0.8;
}

.signal-lensmark .lensmark-surface-a {
  fill: rgba(94, 207, 211, 0.86);
  animation: lensmarkFacetGlow 7s ease-in-out infinite;
}

.signal-lensmark .lensmark-surface-b {
  fill: rgba(255, 248, 238, 0.26);
}

.signal-lensmark .lensmark-surface-c {
  fill: rgba(189, 122, 69, 0.84);
}

.signal-lensmark .lensmark-surface-d {
  fill: rgba(12, 107, 124, 0.74);
}

.signal-lensmark .lensmark-ridge,
.signal-lensmark .lensmark-contour {
  fill: none;
  stroke-linecap: round;
}

.signal-lensmark .lensmark-ridge {
  stroke: rgba(255, 248, 238, 0.3);
  stroke-width: 1.15;
}

.signal-lensmark .lensmark-contour {
  stroke: rgba(255, 248, 238, 0.22);
  stroke-width: 1.05;
}

.signal-lensmark .lensmark-aperture-ring {
  fill: rgba(3, 10, 19, 0.9);
  stroke: rgba(255, 248, 238, 0.45);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 14px rgba(94, 207, 211, 0.32));
}

.signal-lensmark .lensmark-blade {
  fill: rgba(255, 248, 238, 0.18);
  stroke: rgba(94, 207, 211, 0.22);
  stroke-width: 0.55;
}

.signal-lensmark .lensmark-blade-c,
.signal-lensmark .lensmark-blade-d {
  fill: rgba(189, 122, 69, 0.25);
}

.signal-lensmark .lensmark-core {
  fill: rgba(94, 207, 211, 0.86);
  stroke: rgba(255, 248, 238, 0.86);
  stroke-width: 1.35;
  filter: drop-shadow(0 0 11px rgba(94, 207, 211, 0.84));
}

.signal-lensmark .lensmark-trace {
  fill: none;
  stroke: rgba(255, 248, 238, 0.95);
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-dasharray: 52 18;
  animation: lensmarkTraceDraw 6.4s linear infinite;
  filter: drop-shadow(0 0 10px rgba(94, 207, 211, 0.82));
}

.signal-lensmark .lensmark-origin {
  fill: rgba(94, 207, 211, 0.96);
  filter: drop-shadow(0 0 9px rgba(94, 207, 211, 0.82));
}

.signal-lensmark .lensmark-node {
  fill: #fff8ee;
  stroke: rgba(94, 207, 211, 0.72);
  stroke-width: 1.7;
  transform-origin: 80.4px 19.2px;
  animation: lensmarkNodePulse 4.8s ease-in-out infinite;
  filter: drop-shadow(0 0 11px rgba(94, 207, 211, 0.86));
}

.signal-lensmark .lensmark-glint {
  position: absolute;
  z-index: 2;
  inset: -42% -22%;
  pointer-events: none;
  background: linear-gradient(106deg, transparent 35%, rgba(255, 248, 238, 0.5) 49%, transparent 63%);
  transform: translateX(-138%) rotate(10deg);
  animation: lensmarkGlint 7.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes lensmarkGlint {
  0%, 46% { transform: translateX(-138%) rotate(10deg); opacity: 0; }
  57% { opacity: 0.82; }
  73%, 100% { transform: translateX(138%) rotate(10deg); opacity: 0; }
}

@keyframes lensmarkNodePulse {
  0%, 100% { transform: scale(0.88); opacity: 0.8; }
  50% { transform: scale(1.14); opacity: 1; }
}

@keyframes lensmarkTraceDraw {
  to { stroke-dashoffset: -70; }
}

@keyframes lensmarkFacetGlow {
  0%, 100% { opacity: 0.78; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .signal-lensmark .lensmark-glint,
  .signal-lensmark .lensmark-node,
  .signal-lensmark .lensmark-trace,
  .signal-lensmark .lensmark-surface-a {
    animation: none !important;
  }
}

html,
body {
  font-family: var(--font-ui);
}

.mono,
.eyebrow,
.meta-label,
.field-label,
.detail-label,
.empty-kicker,
.status-chip,
.artifact-pill,
.mini-pill,
.shortcut-key,
.section-jump-link,
.stat-label {
  font-family: var(--font-mono);
}

.brand-title,
.page-header h1,
.section-header h2,
.utility-card-title,
.jobs-summary-value,
.mini-stat-value,
.preflight-big-number,
.empty-title {
  letter-spacing: -0.04em;
}

.page-header h1,
.offer-display,
.offer-editorial,
.executive-heading {
  font-family: var(--font-display);
}

.operator-body {
  position: relative;
  background:
    radial-gradient(circle at 14% -8%, rgba(94, 207, 211, 0.18), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(189, 122, 69, 0.12), transparent 28%),
    linear-gradient(180deg, #040b14 0%, #071624 54%, #050c16 100%);
}

.operator-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(94, 207, 211, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 248, 238, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 62% 18%, rgba(94, 207, 211, 0.07), transparent 36%);
  background-size: 96px 96px, 96px 96px, auto;
  opacity: 0.9;
}

html.operator-page-detail body.operator-body {
  background:
    radial-gradient(circle at 12% -10%, rgba(94, 207, 211, 0.2), transparent 31%),
    radial-gradient(circle at 88% 2%, rgba(189, 122, 69, 0.13), transparent 28%),
    linear-gradient(180deg, #040b14 0%, #071624 50%, #050c16 100%);
}

.operator-shell {
  position: relative;
  z-index: 1;
}

.sidebar {
  background:
    linear-gradient(180deg, rgba(6, 15, 28, 0.9), rgba(7, 18, 32, 0.82)),
    var(--surface-sheen);
  border-right-color: rgba(141, 176, 235, 0.14);
}

.operator-body .signal-lensmark .lensmark-glint {
  animation-duration: 12s;
  opacity: 0.64;
}

.sidebar-card,
.panel,
.stat-card,
.utility-card,
.delivery-path-card,
.delivery-readiness-card,
.mini-stat-card,
.jobs-table-row,
.jobs-table-head,
.row-briefing-panel,
.history-card,
.event-card,
.preflight-check-card,
.support-card {
  position: relative;
  overflow: hidden;
}

.sidebar-card::before,
.panel::before,
.utility-card::before,
.mini-stat-card::before,
.delivery-path-card::before,
.delivery-readiness-card::before,
.preflight-check-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(194, 221, 255, 0.26), rgba(194, 221, 255, 0));
  pointer-events: none;
}

.page-header {
  margin-bottom: 20px;
}

.page-subtitle {
  max-width: 64rem;
  color: rgba(214, 226, 244, 0.86);
}

.nav-link,
.primary-button,
.ghost-button,
.quick-filter-chip,
.jobs-table-row,
.history-card,
.artifact-pill,
.status-chip,
.help-overlay-card,
.delivery-path-card,
.preflight-check-card {
  transition:
    transform var(--motion-standard),
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    background var(--motion-standard),
    color var(--motion-standard);
}

.nav-link.active,
.nav-link:hover {
  box-shadow: 0 14px 28px rgba(16, 34, 58, 0.14);
}

.panel {
  background:
    linear-gradient(180deg, rgba(12, 25, 42, 0.94), rgba(7, 18, 32, 0.94)),
    var(--surface-sheen);
  border-color: rgba(122, 162, 184, 0.14);
}

.compact-panel {
  border-radius: 22px;
}

.section-header {
  gap: 16px;
}

.section-header h2,
.utility-card-title,
.sidebar-title,
.jobs-request-title,
.finding-title,
.history-title {
  font-weight: 700;
}

.status-chip,
.artifact-pill,
.mini-pill {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jobs-summary-card,
.mini-stat-card,
.delivery-readiness-card,
.delivery-path-card,
.utility-card,
.preflight-check-card,
.offer-proof-card {
  border-radius: 20px;
}

.jobs-summary-card:hover,
.mini-stat-card:hover,
.utility-card:hover,
.delivery-path-card:hover,
.preflight-check-card:hover,
.history-card:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 184, 255, 0.22);
  box-shadow: 0 16px 30px rgba(6, 18, 34, 0.16);
}

.jobs-table-row {
  border-radius: 18px;
  border: 1px solid transparent;
}

.jobs-table-row.is-selected,
.jobs-table-row:hover {
  border-color: rgba(143, 184, 255, 0.2);
  box-shadow: 0 16px 32px rgba(6, 18, 34, 0.12);
}

.row-briefing-panel {
  border-radius: 22px;
}

.progress-meter {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.progress-meter-fill {
  min-height: 10px;
  background: linear-gradient(90deg, rgba(189, 122, 69, 0.86), rgba(94, 207, 211, 0.84));
}

.operator-note-banner,
.browser-draft-note,
.transport-truth-copy {
  border-radius: 18px;
  border: 1px solid rgba(123, 160, 225, 0.14);
  background: rgba(22, 37, 58, 0.62);
}

.help-overlay-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 21, 37, 0.96), rgba(8, 17, 31, 0.98));
}

.shortcut-key {
  min-width: 54px;
}

.content-area {
  padding-bottom: 60px;
}

.public-offer-shell,
.public-offer-shell * {
  font-family: var(--font-ui);
}

.public-offer-shell h1,
.public-offer-shell h2,
.public-offer-shell h3 {
  font-family: var(--font-display);
}

.public-offer-shell .mono,
.public-offer-shell .eyebrow,
.public-offer-shell .detail-label {
  font-family: var(--font-mono);
}

html.operator-page-jobs .content-area,
html.operator-page-preflight .content-area {
  width: min(100%, 1520px);
}

html.operator-page-jobs .jobs-summary-grid > .panel,
html.operator-page-jobs .queue-workspace-panel,
html.operator-page-jobs .row-briefing-panel,
html.operator-page-jobs .operator-workflow-panel,
html.operator-page-jobs .jobs-banner-panel,
html.operator-page-preflight .preflight-overview-grid > .panel,
html.operator-page-preflight .preflight-check-grid > .panel,
html.operator-page-preflight .delivery-readiness-grid > .delivery-readiness-card {
  background:
    radial-gradient(circle at top right, rgba(93, 149, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(15, 26, 45, 0.96) 0%, rgba(8, 16, 30, 0.98) 100%);
}

html.operator-page-jobs .jobs-summary-value,
html.operator-page-preflight .preflight-big-number,
html.operator-page-detail .mini-stat-value {
  font-family: var(--font-display);
  font-weight: 600;
}

html.operator-page-jobs .queue-workspace-header h2,
html.operator-page-preflight .section-header h2,
html.operator-page-detail .section-header h2 {
  text-wrap: balance;
}

html.operator-page-jobs .jobs-table-head {
  border-radius: 16px 16px 0 0;
}

html.operator-page-jobs .quick-filter-chip {
  background: linear-gradient(180deg, rgba(20, 32, 53, 0.94) 0%, rgba(11, 20, 37, 0.96) 100%);
}

html.operator-page-jobs .quick-filter-chip.is-active {
  box-shadow: 0 12px 24px rgba(76, 124, 212, 0.14);
}

html.operator-page-preflight .preflight-overview-grid > .panel,
html.operator-page-preflight .preflight-check-grid > .panel {
  min-height: 100%;
}

html.operator-page-preflight .preflight-big-number {
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  line-height: 0.94;
}

html.operator-page-preflight .delivery-readiness-card,
html.operator-page-detail .delivery-path-card,
html.operator-page-detail .delivery-readiness-card {
  backdrop-filter: blur(14px);
}

.client-delivery-desk {
  background:
    radial-gradient(circle at top right, rgba(94, 207, 211, 0.13), transparent 30%),
    radial-gradient(circle at 10% 0%, rgba(189, 122, 69, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(9, 24, 40, 0.97) 0%, rgba(5, 14, 26, 0.99) 100%);
}

.delivery-desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 14px;
  align-items: stretch;
}

.delivery-hero-card,
.delivery-resource-card,
.internal-artifact-drawer {
  border: 1px solid rgba(123, 160, 225, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(94, 207, 211, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(14, 34, 54, 0.74), rgba(7, 18, 32, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.delivery-hero-card,
.delivery-resource-card {
  padding: 16px;
}

.delivery-hero-title {
  margin-top: 8px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.delivery-hero-copy {
  margin: 10px 0 0;
  max-width: 66ch;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.65;
}

.delivery-url-box {
  margin-top: 14px;
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(104, 161, 235, 0.18);
  background: rgba(6, 14, 25, 0.62);
  color: #dff0ff;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.delivery-url-box.is-muted {
  color: var(--text-soft);
  font-family: var(--font-ui);
}

.delivery-resource-list {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.delivery-resource-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(122, 162, 184, 0.14);
  background: rgba(7, 16, 29, 0.42);
  color: var(--text-strong);
  font-size: 12px;
  font-weight: 800;
}

.delivery-resource-item strong,
.delivery-resource-item small {
  display: block;
}

.delivery-resource-item small {
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.delivery-resource-action {
  flex: 0 0 auto;
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-resource-item.is-disabled {
  opacity: 0.62;
}

.delivery-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.delivery-access-card {
  padding: 11px 12px;
  border: 1px solid rgba(122, 162, 184, 0.14);
  border-radius: 14px;
  background: rgba(7, 16, 29, 0.42);
}

.delivery-access-title {
  margin-top: 5px;
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.delivery-access-total {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text-soft);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-rehearsal-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.rehearsal-check-card {
  min-height: 100%;
}

.rehearsal-check-card.is-met {
  border-color: rgba(94, 207, 211, 0.22);
  background:
    radial-gradient(circle at top right, rgba(94, 207, 211, 0.08), transparent 34%),
    rgba(11, 28, 45, 0.84);
}

.client-delivery-desk .primary-button,
.public-offer-shell .primary-button,
.public-offer-shell .btn.primary {
  background: linear-gradient(180deg, #fff8ee, #e7cfb2);
  color: #121d27;
  border-color: rgba(255, 248, 238, 0.72);
}

.client-delivery-desk .status-success,
.delivery-resource-list a:hover {
  border-color: rgba(94, 207, 211, 0.32);
  box-shadow: 0 16px 32px rgba(94, 207, 211, 0.08);
}

.client-delivery-desk .delivery-url-box {
  border-color: rgba(94, 207, 211, 0.22);
  background: rgba(3, 10, 18, 0.72);
  color: #e6fbfa;
}

.internal-artifact-drawer {
  padding: 12px 14px;
}

.internal-artifact-drawer summary {
  cursor: pointer;
  color: var(--text-strong);
  font-weight: 800;
}

html.operator-page-detail .sticky-operator-rail,
html.operator-page-detail .section-jump-panel {
  position: static;
  top: auto;
}

.job-command-bar {
  background:
    radial-gradient(circle at 8% 0%, rgba(94, 207, 211, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(11, 27, 44, 0.96), rgba(7, 18, 32, 0.98));
}

.job-command-bar-top {
  align-items: flex-start;
}

.scan-control-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(94, 207, 211, 0.1), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(189, 122, 69, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(10, 25, 42, 0.98), rgba(7, 17, 31, 0.98));
}

.scan-control-brief,
.scan-control-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scan-progress-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.scan-progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(122, 162, 184, 0.16);
  border-radius: 14px;
  background: rgba(4, 12, 22, 0.36);
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.scan-progress-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(122, 162, 184, 0.4);
  box-shadow: 0 0 0 4px rgba(122, 162, 184, 0.06);
}

.scan-progress-step.is-complete {
  color: var(--text-strong);
  border-color: rgba(94, 207, 211, 0.24);
  background: rgba(10, 48, 47, 0.32);
}

.scan-progress-step.is-complete .scan-progress-dot {
  background: #5ecfd3;
  box-shadow: 0 0 0 4px rgba(94, 207, 211, 0.12);
}

.scan-progress-step.is-current {
  color: var(--text-strong);
  border-color: rgba(189, 122, 69, 0.36);
  background: rgba(73, 46, 28, 0.36);
}

.scan-progress-step.is-current .scan-progress-dot {
  background: #bd7a45;
  box-shadow: 0 0 0 5px rgba(189, 122, 69, 0.14);
}

.scan-control-panel[data-scan-auto-refresh="true"] .scan-progress-step.is-current .scan-progress-dot,
.scan-control-panel.is-starting .scan-progress-step.is-current .scan-progress-dot {
  animation: scan-heartbeat-pulse 1.2s ease-in-out infinite;
}

.scan-progress-step.is-failed {
  color: #ffe7dd;
  border-color: rgba(211, 93, 64, 0.42);
  background: rgba(82, 28, 24, 0.42);
}

.scan-progress-step.is-failed .scan-progress-dot {
  background: #d35d40;
  box-shadow: 0 0 0 5px rgba(211, 93, 64, 0.14);
}

.scan-control-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.scan-control-meta article {
  padding: 11px 12px;
  border: 1px solid rgba(122, 162, 184, 0.14);
  border-radius: 14px;
  background: rgba(3, 10, 18, 0.34);
}

.scan-control-meta strong {
  display: block;
  margin-top: 4px;
  color: var(--text-strong);
  font-size: 13px;
}

.operator-note-banner.danger-tone {
  border-color: rgba(211, 93, 64, 0.32);
  background: linear-gradient(180deg, rgba(72, 27, 24, 0.72), rgba(31, 13, 15, 0.9));
}

html.operator-page-detail .scan-control-panel[data-scan-auto-refresh="true"] .progress-meter-fill {
  background: linear-gradient(90deg, rgba(189, 122, 69, 0.9), rgba(94, 207, 211, 0.92), rgba(189, 122, 69, 0.9));
  background-size: 220% 100%;
  animation: scan-progress-sweep 2.4s linear infinite;
  transition: width 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scan-completion-actions[hidden] {
  display: none;
}

.decision-cockpit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.decision-cockpit-card {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(122, 162, 184, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(94, 207, 211, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(13, 28, 47, 0.88), rgba(6, 15, 28, 0.94));
}

.decision-cockpit-card.is-primary {
  border-color: rgba(189, 122, 69, 0.32);
  background:
    radial-gradient(circle at 0% 0%, rgba(189, 122, 69, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(28, 28, 42, 0.96), rgba(8, 17, 31, 0.96));
}

.decision-cockpit-value {
  margin: 7px 0 8px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.triage-engine-drawer {
  border: 1px solid rgba(122, 162, 184, 0.14);
  border-radius: 18px;
  background: rgba(3, 10, 18, 0.32);
  overflow: hidden;
}

.triage-engine-drawer .operator-disclosure-summary {
  padding: 14px 16px;
}

@keyframes scan-progress-sweep {
  from { background-position: 0% 50%; }
  to { background-position: 220% 50%; }
}

@keyframes scan-heartbeat-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(189, 122, 69, 0.14); }
  50% { transform: scale(1.18); box-shadow: 0 0 0 8px rgba(94, 207, 211, 0.16); }
}

@media (prefers-reduced-motion: reduce) {
  .nav-link,
  .primary-button,
  .ghost-button,
  .quick-filter-chip,
  .jobs-table-row,
  .history-card,
  .artifact-pill,
  .status-chip,
  .help-overlay-card,
  .delivery-path-card,
  .preflight-check-card {
    transition: none !important;
  }

  html.operator-page-detail .scan-control-panel[data-scan-auto-refresh="true"] .progress-meter-fill {
    animation: none !important;
  }

  .scan-control-panel[data-scan-auto-refresh="true"] .scan-progress-step.is-current .scan-progress-dot,
  .scan-control-panel.is-starting .scan-progress-step.is-current .scan-progress-dot {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .delivery-desk-grid {
    grid-template-columns: 1fr;
  }

  .delivery-access-grid {
    grid-template-columns: 1fr;
  }

  .decision-cockpit-grid,
  .scan-progress-grid,
  .scan-control-meta {
    grid-template-columns: 1fr;
  }
}
