.construction-v2-shell {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: none;
  padding: 12px 14px;
}

.construction-v2-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.construction-v2-header-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.construction-v2-eyebrow {
  margin: 0 0 6px;
  color: #d58a00;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.construction-v2-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.15;
}

.construction-v2-header p {
  margin: 4px 0 0;
  color: #617998;
  white-space: nowrap;
  font-size: 0.88rem;
}

.construction-v2-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.construction-v2-header-actions .ghost-btn,
.construction-v2-header-actions .primary-btn {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.94rem;
}

.construction-v2-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, max-content));
  gap: 0;
  border: 1px solid #d8e4f4;
  border-radius: 14px;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  margin-top: -2px;
}

.construction-v2-tab {
  appearance: none;
  border: 0;
  background: #fff;
  color: #28466e;
  font: inherit;
  font-weight: 700;
  padding: 10px 18px;
  cursor: pointer;
  min-width: 132px;
}

.construction-v2-tab + .construction-v2-tab {
  border-left: 1px solid #d8e4f4;
}

.construction-v2-tab.active {
  background: var(--navy);
  color: #fff;
}

.construction-v2-context-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid #e5edf8;
  padding-top: 12px;
  align-items: center;
}

.construction-v2-context-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  min-width: 0;
  position: relative;
}

.construction-v2-context-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #2358be;
  flex: 0 0 46px;
}

.construction-v2-context-icon svg {
  width: 22px;
  height: 22px;
}

.construction-v2-context-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.construction-v2-context-item:nth-child(3) {
  padding-right: 28px;
}

.construction-v2-context-item:nth-child(3) strong {
  white-space: normal;
}

.construction-v2-context-item + .construction-v2-context-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #dfe8f4;
}

.construction-v2-context-item span {
  color: #6c82a2;
  font-size: 0.8rem;
}

.construction-v2-context-item strong {
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.18;
}

.construction-v2-body {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.construction-v2-body > .construction-v2-card,
.construction-v2-body > .content-card {
  width: 100%;
  max-width: none !important;
  min-width: 0;
  box-sizing: border-box;
}

.construction-v2-body > .construction-v2-card > .table-wrap,
.construction-v2-body > .content-card > .table-wrap {
  display: block;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.construction-v2-unit-table {
  width: 100% !important;
}

.construction-v2-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.construction-v2-kpi {
  border: 1px solid #e2ebf7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 41, 83, 0.05);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 98px;
  border-radius: 18px;
}

.construction-v2-kpi-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  border: 1px solid #dce8f7;
  background: #f6faff;
  color: #2b66d2;
}

.construction-v2-kpi-icon svg {
  width: 24px;
  height: 24px;
}

.construction-v2-kpi-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.construction-v2-kpi span {
  color: #667e9e;
  font-size: 0.82rem;
}

.construction-v2-kpi strong {
  color: var(--navy);
  font-size: 1.54rem;
  line-height: 1;
}

.construction-v2-kpi small {
  color: #6e86a5;
  font-size: 0.78rem;
}

.construction-v2-kpi.good strong {
  color: #16984e;
}

.construction-v2-kpi.good .construction-v2-kpi-icon {
  color: #16984e;
  background: #ecfbf1;
  border-color: #cdeed8;
}

.construction-v2-kpi.warn strong {
  color: #e07b19;
}

.construction-v2-kpi.warn .construction-v2-kpi-icon {
  color: #e07b19;
  background: #fff6ea;
  border-color: #f5dbb7;
}

.construction-v2-kpi.danger strong {
  color: #dc3c30;
}

.construction-v2-kpi.danger .construction-v2-kpi-icon {
  color: #dc3c30;
  background: #fff1ef;
  border-color: #f5d1cb;
}

.construction-v2-dashboard-grid,
.construction-v2-approvals-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 12px;
}

.construction-v2-stage-progress-card {
  grid-column: 1;
}

.construction-v2-queue-card {
  grid-column: 2;
}

.construction-v2-dashboard-grid > .construction-v2-card:nth-child(3) {
  grid-column: 1;
}

.construction-v2-dashboard-grid > .construction-v2-card:nth-child(4) {
  grid-column: 2;
}

.construction-v2-dashboard-grid > .construction-v2-card {
  min-width: 0;
}

.construction-v2-card {
  border: 1px solid #e2ebf7;
  box-shadow: 0 16px 40px rgba(16, 41, 83, 0.05);
  border-radius: 22px;
  padding: 14px 16px;
}

.construction-v2-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.construction-v2-card-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.15;
}

.construction-v2-setup-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.construction-v2-setup-status.is-active {
  color: #087c4c;
  background: #e5f8ee;
  border: 1px solid #bdebd3;
}

.construction-v2-setup-status.is-draft {
  color: #8a5a00;
  background: #fff7df;
  border: 1px solid #f2dc9d;
}

.construction-v2-setup-live-note {
  margin: -1px 0 12px;
  padding: 9px 11px;
  color: #315b91;
  background: #f1f7ff;
  border: 1px solid #d8e7fb;
  border-radius: 10px;
  font-size: 0.84rem;
  line-height: 1.35;
}

.construction-v2-inline-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #2b66d2;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0;
  cursor: pointer;
}

.construction-v2-track-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.construction-v2-track-chip {
  appearance: none;
  border: 1px solid #d7e3f3;
  background: #fff;
  color: #4a658b;
  border-radius: 12px;
  font: inherit;
  font-size: 0.86rem;
  padding: 7px 14px;
  cursor: default;
}

.construction-v2-track-chip.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.construction-v2-stage-progress-card .table-wrap,
.construction-v2-queue-card .construction-v2-queue-list,
.construction-v2-dashboard-grid > .construction-v2-card:nth-child(3) .table-wrap,
.construction-v2-dashboard-grid > .construction-v2-card:nth-child(4) .construction-v2-issues {
  min-height: 122px;
}

.construction-v2-table {
  width: 100%;
  table-layout: fixed;
}

.construction-v2-table th,
.construction-v2-table td {
  padding: 7px 9px;
  vertical-align: top;
}

.construction-v2-table thead th {
  background: #f7faff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.construction-v2-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #edf2f9;
  overflow: hidden;
  margin-bottom: 4px;
}

.construction-v2-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b5fd0 0%, #1c3f79 100%);
}

.construction-v2-progress-value {
  margin-top: 6px;
  color: #28466e;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: right;
}

.construction-v2-queue-list,
.construction-v2-approval-list,
.construction-v2-issues,
.construction-v2-stage-track-list,
.construction-v2-warning-list {
  display: grid;
  gap: 8px;
}

.construction-v2-queue-row,
.construction-v2-approval-row,
.construction-v2-issue-row,
.construction-v2-stage-track {
  border: 1px solid #e3ebf7;
  border-radius: 18px;
  background: #fff;
  padding: 10px 12px;
}

.construction-v2-queue-row,
.construction-v2-approval-row,
.construction-v2-issue-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.construction-v2-queue-row p,
.construction-v2-approval-row p {
  margin: 3px 0;
  color: #607897;
  font-size: 0.84rem;
}

.construction-v2-queue-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  background: #fff5ea;
  color: #e38a1f;
}

.construction-v2-queue-row.awaiting .construction-v2-queue-icon {
  background: #fff5ea;
  color: #e38a1f;
}

.construction-v2-queue-row.neutral .construction-v2-queue-icon {
  background: #eef7ff;
  color: #2a67d4;
}

.construction-v2-queue-row.success .construction-v2-queue-icon {
  background: #ecfbf1;
  color: #179650;
}

.construction-v2-queue-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.construction-v2-queue-copy small {
  color: #7b8fae;
  font-size: 0.78rem;
}

.construction-v2-issue-row strong {
  min-width: 34px;
  text-align: center;
  border-radius: 999px;
  padding: 4px 10px;
  background: #fff3e7;
  color: #d98217;
}

.construction-v2-issue-row.danger strong {
  background: #fff0ee;
  color: #d9483a;
}

.construction-v2-info-strip {
  margin-top: 8px;
  border: 1px solid #dbe7f6;
  background: #f5f9ff;
  color: #40618e;
  border-radius: 12px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.construction-v2-info-icon {
  color: #2a67d4;
  display: inline-flex;
  align-items: center;
}

.construction-v2-card-footer {
  display: flex;
  margin-top: 8px;
}

.construction-v2-card-footer.center {
  justify-content: center;
}

.construction-v2-card-footer.right {
  justify-content: flex-end;
}

.construction-v2-empty {
  border: 1px dashed #d9e5f4;
  border-radius: 16px;
  padding: 14px;
  color: #6a809f;
  text-align: center;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.construction-v2-filters-card {
  padding-bottom: 14px;
}

.construction-v2-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) minmax(260px, 1.45fr) max-content;
  gap: 12px;
  align-items: end;
  width: 100%;
}

.construction-v2-filters label,
.construction-v2-filters input,
.construction-v2-filters select,
.construction-v2-search {
  min-width: 0;
  width: 100%;
}

.construction-v2-unit-table th:nth-child(1),
.construction-v2-unit-table td:nth-child(1) { width: 14%; }
.construction-v2-unit-table th:nth-child(2),
.construction-v2-unit-table td:nth-child(2) { width: 9%; }
.construction-v2-unit-table th:nth-child(3),
.construction-v2-unit-table td:nth-child(3) { width: 9%; }
.construction-v2-unit-table th:nth-child(4),
.construction-v2-unit-table td:nth-child(4) { width: 13%; }
.construction-v2-unit-table th:nth-child(5),
.construction-v2-unit-table td:nth-child(5) { width: 12%; }
.construction-v2-unit-table th:nth-child(6),
.construction-v2-unit-table td:nth-child(6) { width: 14%; }
.construction-v2-unit-table th:nth-child(7),
.construction-v2-unit-table td:nth-child(7) { width: 13%; }
.construction-v2-unit-table th:nth-child(8),
.construction-v2-unit-table td:nth-child(8) { width: 8%; }
.construction-v2-unit-table th:nth-child(9),
.construction-v2-unit-table td:nth-child(9) { width: 8%; }

.construction-v2-unit-table thead th {
  padding: 9px 8px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: normal;
}

.construction-v2-unit-table .actions-cell,
.construction-v2-unit-table .construction-v2-row-actions {
  min-width: 0;
  white-space: nowrap;
}

.construction-v2-pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; color: #607898; font-size: 0.84rem; }
.construction-v2-pagination > div, .construction-v2-pagination label { display: flex; align-items: center; gap: 8px; }
.construction-v2-pagination select { min-height: 32px; padding: 4px 26px 4px 8px; }

.construction-unit-multi-select { position: relative; display: grid; gap: 6px; min-width: 0; }
.construction-unit-multi-select > span { color: #314a6d; font-size: 0.83rem; font-weight: 700; }
.construction-unit-multi-select small { color: #7187a7; font-size: 0.74rem; line-height: 1.3; }
.construction-unit-multi-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid #d8e3f1; border-radius: 9px; background: #fff; color: #172f56; font: inherit; text-align: left; cursor: pointer; }
.construction-unit-multi-trigger:hover, .construction-unit-multi-trigger:focus-visible { border-color: #76a4e6; outline: none; }
.construction-unit-multi-panel { position: absolute; z-index: 12; top: 68px; left: 0; right: 0; display: grid; gap: 8px; max-height: 290px; padding: 10px; overflow: hidden; border: 1px solid #cadcf2; border-radius: 10px; background: #fff; box-shadow: 0 16px 34px rgba(16, 41, 83, 0.16); }
.construction-unit-multi-panel > input { min-height: 36px; }
.construction-unit-multi-actions { display: flex; justify-content: space-between; gap: 10px; }
.construction-unit-multi-options { display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: 8px; max-height: 184px; overflow: auto; padding: 2px; }
.construction-unit-multi-tile { position: relative; display: grid; justify-items: start; gap: 3px; min-height: 64px; padding: 10px; overflow: hidden; border: 1px solid #c6dfd0; border-radius: 10px; background: #f4fcf6; color: #27443b; font: inherit; text-align: left; cursor: pointer; }
.construction-unit-multi-tile:hover, .construction-unit-multi-tile:focus-visible { border-color: #2d6fbb; outline: none; box-shadow: 0 0 0 2px rgba(45, 111, 187, 0.14); }
.construction-unit-multi-tile.is-selected { border-color: #1d4f91; background: #173d75; color: #fff; }
.construction-unit-multi-tile span { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.construction-unit-multi-tile small { color: inherit; opacity: 0.78; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.construction-unit-multi-tile i { position: absolute; top: 7px; right: 8px; font-style: normal; font-weight: 800; }
.construction-unit-picker-panel { display: grid; grid-template-rows: auto auto auto auto minmax(150px, 1fr) auto; gap: 8px; max-height: 430px; padding: 12px 14px 10px; }
.construction-unit-picker-panel[hidden] { display: none !important; }
.construction-unit-picker-head { display: flex; align-items: center; gap: 10px; color: #0f2447; }
.construction-unit-picker-head strong { font-size: 0.95rem; }
.construction-unit-picker-head span { margin-left: auto; color: #49658e; font-size: 0.74rem; font-weight: 600; }
.construction-unit-picker-head button { border: 0; background: transparent; color: #173b78; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.construction-unit-picker-filters { display: grid; gap: 6px; }
.construction-unit-picker-chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.construction-unit-picker-chip { min-height: 30px; padding: 0 10px; border: 1px solid #d7e1ee; border-radius: 9px; background: #fff; color: #35527d; font: inherit; font-size: 0.72rem; font-weight: 600; cursor: pointer; }
.construction-unit-picker-chip.is-active { border-color: #173b78; background: #173b78; color: #fff; }
.construction-unit-picker-legend { display: flex; gap: 14px; color: #49658e; font-size: 0.72rem; }
.construction-unit-picker-legend span { display: inline-flex; align-items: center; gap: 6px; }
.construction-unit-picker-legend i { width: 10px; height: 10px; border-radius: 50%; background: #22a55d; }
.construction-unit-picker-legend i.sold { background: #ff4d4f; }
.construction-unit-picker-panel .construction-unit-multi-options { display: block; max-height: none; overflow: auto; padding: 2px; }
.construction-unit-picker-group + .construction-unit-picker-group { margin-top: 10px; }
.construction-unit-picker-group h4 { margin: 0 0 6px; color: #0f2447; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.03em; }
.construction-unit-picker-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.construction-unit-picker-tile { position: relative; display: grid; align-content: center; justify-items: center; min-height: 48px; padding: 5px 4px; border: 1px solid #b8dfc3; border-radius: 9px; background: #f4fff7; color: #176a38; font: inherit; text-align: center; cursor: pointer; }
.construction-unit-picker-tile:hover { transform: translateY(-1px); }
.construction-unit-picker-tile:focus-visible { outline: 2px solid #173b78; outline-offset: 1px; }
.construction-unit-picker-tile span { overflow: hidden; max-width: 100%; font-size: 0.7rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.construction-unit-picker-tile small { color: inherit; font-size: 0.56rem; line-height: 1.1; }
.construction-unit-picker-tile.is-sold { border-color: #ffb2b0; background: #fff5f5; color: #d43636; }
.construction-unit-picker-tile.is-selected { border-color: #173b78; background: #173b78; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.construction-unit-picker-tile i { position: absolute; right: 7px; bottom: 6px; font-size: 0.7rem; font-style: normal; }
.construction-unit-picker-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 8px; border-top: 1px solid #e5edf7; color: #49658e; font-size: 0.7rem; }
.construction-unit-picker-foot > span:last-child { display: inline-flex; gap: 10px; }
@media (max-width: 700px) { .construction-unit-picker-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.construction-v2-stage-setup {
  display: grid;
  gap: 16px;
}

.construction-v2-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.construction-v2-review-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.construction-v2-review-grid span {
  display: block;
  color: #6c82a2;
  margin-bottom: 6px;
}

.construction-v2-review-grid strong {
  color: var(--navy);
}

.construction-v2-stage-track-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.construction-v2-stage-track-head small {
  display: block;
  color: #6c82a2;
  margin-top: 4px;
}

.construction-track-name-input {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
  padding: 0;
  min-width: 220px;
}

.construction-v2-stage-track-actions {
  display: flex;
  align-items: end;
  gap: 12px;
}

.construction-v2-stage-track-actions label {
  display: grid;
  gap: 6px;
}

.construction-v2-stage-table input[type="text"],
.construction-v2-stage-table input[type="number"] {
  min-width: 0;
  width: 100%;
}

.construction-v2-stage-table td:nth-child(5),
.construction-v2-stage-table td:nth-child(6),
.construction-v2-stage-table td:nth-child(7),
.construction-v2-stage-table td:nth-child(10),
.construction-v2-stage-table th:nth-child(5),
.construction-v2-stage-table th:nth-child(6),
.construction-v2-stage-table th:nth-child(7),
.construction-v2-stage-table th:nth-child(10) {
  text-align: center;
}

.construction-v2-warning {
  border-radius: 14px;
  background: #fff6ea;
  color: #c17011;
  padding: 10px 12px;
  font-weight: 600;
}

.construction-v2-stage-setup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.construction-v2-approval-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.construction-v2-approval-copy,
.construction-v2-approval-meta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.construction-v2-approval-copy {
  flex: 1 1 auto;
}

.construction-v2-approval-meta {
  justify-items: end;
  text-align: right;
}

.construction-v2-approval-meta span {
  color: #6c82a2;
  font-size: 0.84rem;
}

.construction-v2-approval-meta strong {
  color: var(--navy);
}

.construction-modal-grid {
  display: grid;
  gap: 12px;
}

.construction-modal-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.construction-stage-update-form {
  display: grid;
  gap: 14px;
}

.construction-impact-preview {
  border: 1px solid #dde7f5;
  border-radius: 16px;
  background: #f8fbff;
  padding: 14px 16px;
}

.construction-impact-preview strong {
  color: var(--navy);
  display: block;
  margin-bottom: 10px;
}

.construction-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.construction-impact-grid span {
  display: block;
  color: #6c82a2;
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .construction-v2-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .construction-v2-header p {
    white-space: normal;
  }

  .construction-v2-context-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-v2-dashboard-grid,
  .construction-v2-approvals-grid {
    grid-template-columns: 1fr;
  }

  .construction-v2-stage-progress-card,
  .construction-v2-queue-card,
  .construction-v2-dashboard-grid > .construction-v2-card:nth-child(3),
  .construction-v2-dashboard-grid > .construction-v2-card:nth-child(4) {
    grid-column: auto;
  }

  .construction-v2-filters,
  .construction-v2-review-grid,
  .construction-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .construction-v2-header,
  .construction-v2-stage-track-head {
    flex-direction: column;
  }

  .construction-v2-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .construction-v2-kpis,
  .construction-v2-context-strip,
  .construction-v2-filters,
  .construction-v2-review-grid,
  .construction-impact-grid,
  .construction-modal-grid.two {
    grid-template-columns: 1fr;
  }

  .construction-v2-header-actions,
  .construction-v2-stage-setup-actions {
    width: 100%;
    justify-content: stretch;
  }

  .construction-v2-header-actions > *,
  .construction-v2-stage-setup-actions > * {
    flex: 1 1 0;
  }
}
