/* Fieldwork → Complete Fieldwork. Page-scoped tokens — do not restyle other modules. */

.is-fieldwork-gate-page {
  --fw-gate-page: #0d0d0c;
  --fw-gate-surface: #171613;
  --fw-gate-raised: #1b1915;
  --fw-gate-input: #111110;
  --fw-gate-text: #f0ece4;
  --fw-gate-muted: #aea89c;
  --fw-gate-gold: #c5a15a;
  --fw-gate-gold-hover: #d5b570;
  --fw-gate-gold-border: rgba(197, 161, 90, 0.18);
  --fw-gate-divider: rgba(240, 236, 228, 0.10);
  --fw-gate-track: #2a2925;
  --fw-gate-warn: #d7a248;
  --fw-gate-warn-bg: rgba(215, 162, 72, 0.12);
  --fw-gate-radius: 12px;
  --fw-gate-radius-sm: 8px;
  --fw-gate-goldwash: linear-gradient(180deg, rgba(197, 161, 90, 0.10) 0%, rgba(13, 13, 12, 0) 42%);
  font-family: Inter, "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--fw-gate-text);
}

.theme-light .is-fieldwork-gate-page {
  --fw-gate-page: var(--page-bg, #ebe8e2);
  --fw-gate-surface: var(--card-bg, #f7f5f1);
  --fw-gate-raised: var(--surface-elevated, #faf8f4);
  --fw-gate-input: var(--input-bg, #fff);
  --fw-gate-text: var(--text-primary, #12151a);
  --fw-gate-muted: var(--text-muted, #3f4754);
  --fw-gate-gold: var(--brand-gold, #5c4528);
  --fw-gate-gold-hover: var(--brand-amber, #8a541f);
  --fw-gate-gold-border: rgba(92, 69, 40, 0.18);
  --fw-gate-divider: rgba(18, 21, 26, 0.10);
  --fw-gate-track: #d8d3c8;
  --fw-gate-warn: #8a6a24;
  --fw-gate-warn-bg: rgba(138, 106, 36, 0.12);
  --fw-gate-goldwash: linear-gradient(180deg, rgba(92, 69, 40, 0.08) 0%, rgba(235, 232, 226, 0) 42%);
}

.oa-page.is-fieldwork-gate-page {
  background: var(--fw-gate-goldwash), var(--fw-gate-page);
}

.is-fieldwork-gate-page .oa-command-shell.is-fieldwork-compact-shell,
.is-fieldwork-gate-page .oa-command-shell.is-fieldwork-gate-shell {
  padding: 24px;
}

.is-fieldwork-gate-page .oa-command {
  grid-template-columns: minmax(0, 1fr) clamp(304px, 22vw, 320px);
  gap: 24px;
  align-items: start;
}

.is-fieldwork-gate-page .oa-command.is-sidebar-collapsed {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.is-fieldwork-gate-page .oa-command.is-sidebar-collapsed .oa-command-rail-slot {
  width: 0;
  min-width: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
}

.is-fieldwork-gate-page .oa-command-main,
.is-fieldwork-gate-page .oa-stage-accordion-panel,
.is-fieldwork-gate-page .oa-fieldwork,
.is-fieldwork-gate-page .oa-stage-card {
  min-width: 0;
}

.is-fieldwork-gate-page .oa-engagement-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  position: relative;
  top: auto;
  overflow: hidden;
  max-height: none;
  align-self: start;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.is-fieldwork-gate-page .oa-engagement-sidebar .oa-sidebar-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.is-fieldwork-gate-page .oa-fw-risk-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.is-fieldwork-gate-page .oa-plan-v2-status-pill,
.is-fieldwork-gate-page .oa-fw-risk-title-row .oa-plan-v2-status-pill {
  min-height: 26px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid var(--fw-gate-gold);
  background: rgba(197, 161, 90, 0.12);
  color: var(--fw-gate-gold);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.is-fieldwork-gate-page .oa-fw-gate-head-actions,
.is-fieldwork-gate-page .oa-fw-risk-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.is-fieldwork-gate-page .oa-fw-gate-head-actions .oa-wp-chrome-actions,
.is-fieldwork-gate-page .oa-fw-complete-workpaper .oa-wp-chrome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.is-fieldwork-gate-page .oa-fw-gate-head-actions .oa-wp-action-btn,
.is-fieldwork-gate-page .oa-fw-complete-workpaper .oa-wp-action-btn {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-raised);
  color: var(--fw-gate-text);
}

.is-fieldwork-gate-page .oa-sidebar-collapse-btn,
.is-fieldwork-gate-page .oa-sidebar-expand-btn,
.is-fieldwork-gate-page .oa-fw-gate-sidebar-toggle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7px;
  border: 1px solid var(--fw-gate-gold-border);
  background: var(--fw-gate-raised);
  color: var(--fw-gate-gold);
  box-shadow: none;
}

.is-fieldwork-gate-page .oa-sidebar-collapse-btn:focus-visible,
.is-fieldwork-gate-page .oa-sidebar-expand-btn:focus-visible,
.is-fieldwork-gate-page .oa-fw-gate-sidebar-toggle:focus-visible,
.is-fieldwork-gate-page .oa-plan-tab:focus-visible,
.is-fieldwork-gate-page .oa-fw-complete-kpi:focus-visible,
.is-fieldwork-gate-page .oa-fw-complete-inline:focus-visible,
.is-fieldwork-gate-page .oa-fw-complete-id-link:focus-visible,
.is-fieldwork-gate-page .oa-fw-complete-step:focus-visible,
.is-fieldwork-gate-page .oa-fw-complete-open-tile:focus-visible,
.is-fieldwork-gate-page .oa-fw-side-link:focus-visible,
.is-fieldwork-gate-page .oa-fw-side-approve:focus-visible {
  outline: 2px solid var(--fw-gate-gold);
  outline-offset: 2px;
}

.is-fieldwork-gate-page .oa-sidebar-tabs {
  min-height: 40px;
}

.is-fieldwork-gate-page .oa-sidebar-tab {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-sidebar-tab.is-active {
  color: var(--fw-gate-gold);
  box-shadow: inset 0 -2px 0 var(--fw-gate-gold);
}

.is-fieldwork-gate-page .oa-fw-agent-head-bar,
.is-fieldwork-gate-page .oa-fw-risk-chrome {
  margin: 0 0 16px;
}

.is-fieldwork-gate-page .oa-fw-agent-engagement-title {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.is-fieldwork-gate-page .oa-stage-accordion--fieldwork-compact .oa-stage-accordion-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
}

.is-fieldwork-gate-page .oa-stage-accordion--fieldwork-compact .oa-stage-accordion-trigger {
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--fw-gate-divider);
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-surface);
  color: var(--fw-gate-text);
}

.is-fieldwork-gate-page .oa-stage-accordion--fieldwork-compact .oa-stage-accordion-trigger.is-selected {
  border-color: var(--fw-gate-gold);
  background: linear-gradient(180deg, rgba(197, 161, 90, 0.12), var(--fw-gate-surface));
}

.is-fieldwork-gate-page .oa-stage-accordion-label strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.is-fieldwork-gate-page .oa-stage-accordion-label small {
  font-size: 12px;
  line-height: 18px;
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-fieldwork.is-fw-gate-tab .oa-stage-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.is-fieldwork-gate-page .oa-fieldwork.is-fw-gate-tab .oa-stage-card-top,
.is-fieldwork-gate-page .oa-fieldwork.is-fw-gate-tab .oa-fw-heading-copy,
.is-fieldwork-gate-page .oa-fieldwork.is-fw-gate-tab .oa-fw-heading-actions {
  display: none;
}

.is-fieldwork-gate-page .oa-plan-tabs {
  height: 44px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--fw-gate-divider);
}

.is-fieldwork-gate-page .oa-plan-tabs.au-tabs .oa-plan-tab.au-tab,
.is-fieldwork-gate-page .oa-sidebar-tab,
.is-fieldwork-gate-page .oa-fw-complete-table th {
  text-transform: none;
  letter-spacing: 0;
}

.is-fieldwork-gate-page .oa-plan-tab {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-plan-tab.is-active {
  color: var(--fw-gate-gold);
  box-shadow: inset 0 -2px 0 var(--fw-gate-gold);
}

.oa-fw-complete {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.oa-fw-complete-notice {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-raised);
  font-size: 13px;
  line-height: 18px;
}

.oa-fw-complete-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.oa-fw-complete-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.oa-fw-complete-head p,
.oa-fw-complete-card-head p,
.oa-fw-complete-empty,
.oa-fw-complete-rationale p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--fw-gate-muted);
}

.oa-fw-complete-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--fw-gate-gold-border);
  background: var(--fw-gate-warn-bg);
  color: var(--fw-gate-warn);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.oa-fw-complete-badge.is-ready,
.oa-fw-complete-badge.is-approved {
  background: rgba(197, 161, 90, 0.12);
  color: var(--fw-gate-gold);
}

.oa-fw-complete-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.oa-fw-complete-kpi,
.oa-fw-complete-card,
.oa-fw-complete-open-tile {
  min-width: 0;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius);
  background: var(--fw-gate-surface);
  color: inherit;
  text-align: left;
}

.oa-fw-complete-kpi {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
  row-gap: 12px;
  min-height: 118px;
  padding: 18px 20px 16px;
  cursor: pointer;
}

.oa-fw-complete-kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--fw-gate-gold);
}

.oa-fw-complete-kpi-icon svg {
  width: 32px;
  height: 32px;
}

.oa-fw-complete-kpi-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.oa-fw-complete-kpi-copy strong {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.oa-fw-complete-kpi-copy span,
.oa-fw-complete-card-head h3,
.oa-fw-side-block h4 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.oa-fw-complete-kpi-copy small,
.oa-fw-complete-meta,
.oa-fw-complete-open-copy small,
.oa-fw-side-copy {
  font-size: 12px;
  line-height: 18px;
  color: var(--fw-gate-muted);
}

.oa-fw-complete-meter {
  grid-column: 1 / -1;
  height: 3px;
  border-radius: 999px;
  background: var(--fw-gate-track);
  overflow: hidden;
}

.oa-fw-complete-meter span {
  display: block;
  height: 100%;
  background: var(--fw-gate-gold);
}

.oa-fw-complete-meter.is-empty span,
.oa-fw-complete-meter.is-unknown span {
  width: 0;
}

.oa-fw-complete-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(215, 162, 72, 0.28);
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-warn-bg);
  color: var(--fw-gate-text);
}

.oa-fw-complete-banner p {
  margin: 0;
  flex: 1 1 220px;
  font-size: 14px;
  line-height: 21px;
}

.oa-fw-complete-banner svg {
  color: var(--fw-gate-warn);
}

.oa-fw-complete-card {
  padding: 18px 20px;
}

.oa-fw-complete-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oa-fw-complete-card-head h3 {
  margin: 0;
}

.oa-fw-complete-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--fw-gate-gold-border);
  color: var(--fw-gate-muted);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.oa-fw-complete-link-btn,
.oa-fw-complete-inline,
.oa-fw-complete-id-link,
.oa-fw-complete-ghost,
.oa-fw-side-link {
  border: 0;
  background: transparent;
  color: var(--fw-gate-gold);
  font: inherit;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

.oa-fw-complete-id-link {
  font-weight: 600;
}

.oa-fw-complete-ghost {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius-sm);
}

.oa-fw-complete-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(240, 236, 228, 0.16);
  border-radius: var(--fw-gate-radius-sm);
}

.oa-fw-complete-table {
  width: 100%;
  border-collapse: collapse;
}

.oa-fw-complete-table th,
.oa-fw-complete-table td {
  padding: 12px 10px;
  border: 1px solid rgba(240, 236, 228, 0.14);
  font-size: 14px;
  line-height: 21px;
  vertical-align: top;
}

.oa-fw-complete-table th {
  height: 42px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--fw-gate-muted);
  text-align: left;
  background: #1a1916;
}

.theme-light .is-fieldwork-gate-page .oa-fw-complete-table-wrap {
  border-color: var(--fw-gate-divider);
}

.theme-light .is-fieldwork-gate-page .oa-fw-complete-table th,
.theme-light .is-fieldwork-gate-page .oa-fw-complete-table td {
  border-color: var(--fw-gate-divider);
}

.theme-light .is-fieldwork-gate-page .oa-fw-complete-table th {
  background: var(--fw-gate-raised);
}

.oa-fw-complete-controls th.is-control,
.oa-fw-complete-controls td.is-control { width: 30%; }
.oa-fw-complete-controls th:nth-child(2),
.oa-fw-complete-controls td:nth-child(2) { width: 13%; }
.oa-fw-complete-controls th:nth-child(3),
.oa-fw-complete-controls td:nth-child(3) { width: 11%; }
.oa-fw-complete-controls th:nth-child(4),
.oa-fw-complete-controls td:nth-child(4) { width: 11%; }
.oa-fw-complete-controls th:nth-child(5),
.oa-fw-complete-controls td:nth-child(5) { width: 18%; }
.oa-fw-complete-controls th:nth-child(6),
.oa-fw-complete-controls td:nth-child(6) { width: 17%; }

.oa-fw-complete-risks th.is-risk,
.oa-fw-complete-risks td.is-risk { width: 34%; }
.oa-fw-complete-risks th:nth-child(2),
.oa-fw-complete-risks td:nth-child(2) { width: 22%; }
.oa-fw-complete-risks th:nth-child(3),
.oa-fw-complete-risks td:nth-child(3) { width: 20%; }
.oa-fw-complete-risks th:nth-child(4),
.oa-fw-complete-risks td:nth-child(4) { width: 24%; }

.oa-fw-complete-table td.is-control,
.oa-fw-complete-table td.is-risk {
  min-width: 160px;
}

.oa-fw-complete-table td.is-control p,
.oa-fw-complete-table td.is-risk p {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.oa-fw-complete-table tbody tr {
  min-height: 64px;
}

.oa-fw-complete-risks tbody tr {
  min-height: 72px;
}

.oa-fw-complete-step,
.oa-fw-gate-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--fw-gate-divider);
  background: var(--fw-gate-raised);
  color: var(--fw-gate-muted);
  font-size: 12px;
  line-height: 18px;
}

.oa-fw-complete-step {
  cursor: pointer;
}

.oa-fw-gate-badge.is-approved,
.oa-fw-complete-step.is-approved {
  color: #9dbca5;
  border-color: rgba(157, 188, 165, 0.28);
}

.oa-fw-gate-badge.is-progress,
.oa-fw-complete-step.is-progress {
  color: var(--fw-gate-warn);
  border-color: rgba(215, 162, 72, 0.28);
}

.oa-fw-complete-map,
.oa-fw-complete-final {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.oa-fw-complete-rationale,
.oa-fw-complete-review,
.oa-fw-complete-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.oa-fw-complete-review {
  padding: 12px;
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-raised);
}

.oa-fw-complete-review dl {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.oa-fw-complete-review dt {
  font-size: 12px;
  color: var(--fw-gate-muted);
}

.oa-fw-complete-review dd {
  margin: 2px 0 0;
}

.oa-fw-complete-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--fw-gate-text);
}

.is-fieldwork-gate-page .oa-fw-complete-field,
.is-fieldwork-gate-page .oa-fw-complete-field > span {
  color: var(--fw-gate-text);
}

.oa-fw-complete-field textarea,
.oa-fw-complete-field select {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-input);
  color: var(--fw-gate-text);
  font: inherit;
}

.oa-fw-complete-field textarea {
  min-height: 120px;
  resize: vertical;
}

.oa-fw-complete-summary-actions,
.oa-fw-complete-review-actions,
.oa-fw-complete-head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.oa-fw-complete-summary-actions .secondary-btn,
.oa-fw-complete-summary-actions .primary-btn,
.oa-fw-complete-review-actions .secondary-btn,
.oa-fw-complete-review-actions .primary-btn,
.is-fieldwork-gate-page .oa-fw-side-approve {
  min-height: 38px;
  padding: 8px 16px;
  border-radius: var(--fw-gate-radius-sm);
}

.oa-fw-complete-open-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.oa-fw-complete-open-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px;
  cursor: pointer;
}

.oa-fw-complete-open-icon {
  color: var(--fw-gate-gold);
}

.oa-fw-complete-open-value {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.oa-fw-complete-open-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.oa-fw-complete-open-copy strong {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.oa-fw-complete-flags {
  padding: 12px;
  border-radius: var(--fw-gate-radius-sm);
  background: var(--fw-gate-raised);
}

.oa-fw-complete-flags ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.oa-fw-complete-prism-guidance {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-fw-gate-prism {
  margin-top: 4px;
}

.is-fieldwork-gate-page .oa-sidebar-panel--fw-gate {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.is-fieldwork-gate-page .oa-fw-side-card {
  padding: 14px 16px;
  border: 1px solid var(--fw-gate-gold-border);
  border-radius: var(--fw-gate-radius);
  background: var(--fw-gate-surface);
}

.is-fieldwork-gate-page .oa-fw-side-card h4,
.is-fieldwork-gate-page .oa-fw-side-block h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--fw-gate-gold);
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.is-fieldwork-gate-page .oa-fw-side-card h4 svg,
.is-fieldwork-gate-page .oa-fw-side-item svg {
  flex: 0 0 auto;
  color: var(--fw-gate-gold);
}

.is-fieldwork-gate-page .oa-fw-side-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.is-fieldwork-gate-page .oa-fw-complete-workpaper {
  display: flex;
  justify-content: flex-start;
  margin: 16px 0 24px;
}

.is-fieldwork-gate-page .oa-fw-complete-ghost:disabled,
.is-fieldwork-gate-page .oa-fw-complete-summary-actions .secondary-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.is-fieldwork-gate-page .oa-fw-side-ready {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 13px;
}

.is-fieldwork-gate-page .oa-fw-side-ready-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fw-gate-warn);
}

.is-fieldwork-gate-page .oa-fw-side-ready.is-ready .oa-fw-side-ready-dot,
.is-fieldwork-gate-page .oa-fw-side-ready.is-approved .oa-fw-side-ready-dot {
  background: var(--fw-gate-gold);
}

.is-fieldwork-gate-page .oa-fw-side-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.is-fieldwork-gate-page .oa-fw-side-approve {
  width: 100%;
  border: 1px solid var(--fw-gate-gold-border);
  background: var(--fw-gate-raised);
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-fw-side-approve.is-ready {
  background: var(--fw-gate-gold);
  color: #16140f;
  border-color: var(--fw-gate-gold);
}

.is-fieldwork-gate-page .oa-fw-side-facts {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
}

.is-fieldwork-gate-page .oa-fw-side-facts dt {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--fw-gate-muted);
}

.is-fieldwork-gate-page .oa-fw-side-facts dd {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

.is-fieldwork-gate-page .oa-fw-complete-criteria {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 20px;
  color: var(--fw-gate-muted);
}

@media (max-width: 1280px) {
  .is-fieldwork-gate-page .oa-command {
    grid-template-columns: minmax(0, 1fr) clamp(288px, 24vw, 304px);
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .is-fieldwork-gate-page .oa-command {
    grid-template-columns: minmax(0, 1fr);
  }

  .is-fieldwork-gate-page .oa-engagement-sidebar {
    position: static;
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }

  .oa-fw-complete-kpis,
  .oa-fw-complete-open-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .is-fieldwork-gate-page .oa-command-shell.is-fieldwork-compact-shell {
    padding: 16px;
  }

  .is-fieldwork-gate-page .oa-stage-accordion--fieldwork-compact .oa-stage-accordion-nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-fieldwork-gate-page * {
    transition: none !important;
  }
}
