.pwa-export-page {
  --s3-navy: #01132B;
  --s3-blue: #007AAB;
  --s3-bright: #00D3C4;
  --s3-dark-turquoise: #23A2AA;
  --s3-orange: #FF8E5B;
  --s3-yellow: #FEC10D;
  --s3-dark-orange: #C9662A;
  --s3-navy-10: #E6E8EA;
  --s3-navy-25: #C0C4CA;
  --s3-blue-10: #E6F2F7;
  --s3-blue-25: #BFE0EC;
  --s3-bright-10: #E6FAF8;
  --s3-dark-turquoise-10: #E9F6F7;
  --s3-dark-turquoise-25: #C8E8EA;
  --s3-orange-10: #FFF4EE;
  --s3-orange-25: #FFE3D6;
  --s3-yellow-10: #FFF8E7;
  --s3-yellow-25: #FFF0C4;
  --s3-track: #F3F5F7;
  --s3-keyline: #E6E8EA;
  --s3-text-soft: #5E7287;
}

.pwa-export-page .pwa-export-filter {
  margin: 18px 0 8px;
}

.pwa-export-status-card {
  margin-top: 22px;
}

.pwa-export-status-card h2,
.pwa-report-kpi-preview h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--s3-navy, #01132b);
}

.pwa-export-status-table-wrap {
  overflow-x: auto;
}

.pwa-export-status-table {
  width: 100%;
  border-collapse: collapse;
}

.pwa-export-status-table th,
.pwa-export-status-table td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid var(--s3-keyline, #E6E8EA);
  vertical-align: top;
}

.pwa-export-status-table th {
  font-size: 0.78rem;
  color: var(--s3-text-soft, #5e7287);
  font-weight: 800;
}

.pwa-export-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.pwa-export-status--evaluated {
  background: var(--s3-dark-turquoise-10, #E9F6F7);
  color: var(--s3-dark-turquoise, #23A2AA);
}

.pwa-export-status--partial {
  background: var(--s3-yellow-10, #FFF8E7);
  color: var(--s3-navy, #01132B);
}

.pwa-export-status--none {
  background: #f3f5f7;
  color: #6f8293;
}

.pwa-export-status--out-of-scope {
  background: #eef1f5;
  color: #4f6478;
}

.pwa-export-optional {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.72rem;
  color: var(--s3-text-soft, #5e7287);
  font-weight: 700;
}

.pwa-export-hint {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--s3-orange-10, #FFF4EE);
  border: 1px solid var(--s3-orange-25, #FFE3D6);
}

.pwa-export-success {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--s3-dark-turquoise-10, #E9F6F7);
  border: 1px solid var(--s3-dark-turquoise-25, #C8E8EA);
  color: var(--s3-navy, #01132B);
}
  border: 1px solid #f0d8c8;
}

.pwa-export-hint ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.pwa-export-actions {
  margin-top: 22px;
}

.pwa-report-page h1 {
  color: var(--s3-navy, #01132b);
}

.pwa-report-kpi-preview {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--s3-orange-10, #FFF4EE);
  border: 1px solid var(--s3-orange-25, #FFE3D6);
}

.pwa-report-kpi-preview__hint {
  margin: 0 0 14px;
  color: var(--s3-text-soft, #5e7287);
  font-size: 0.92rem;
}

.pwa-report-kpi-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pwa-report-kpi-preview__card {
  background: #fff;
  border: 1px solid var(--s3-keyline, #E6E8EA);
  border-top: 3px solid var(--s3-blue, #007AAB);
  border-radius: 14px;
  padding: 12px 14px;
}

.pwa-report-kpi-preview__card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--s3-orange, #ff8e5b);
}

.pwa-report-kpi-preview__card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  color: var(--s3-navy, #01132b);
}

.pwa-report-kpi-preview__card em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--s3-text-soft, #5e7287);
}

.pwa-report-closing {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, var(--s3-orange-10, #FFF4EE) 0%, #ffffff 72%);
  border: 1px solid var(--s3-orange-25, #FFE3D6);
}

.pwa-report-closing .section-kicker {
  color: var(--s3-orange, #ff8e5b);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pwa-report-closing h2 {
  margin: 4px 0 8px;
  font-size: 1.2rem;
  color: var(--s3-navy, #01132b);
}

.pwa-report-closing p {
  margin: 0 0 16px;
  color: var(--s3-text-soft, #5e7287);
}

.pwa-report-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pwa-report-closing__actions .btn.is-loading,
.pwa-report-closing__actions a.is-loading {
  pointer-events: none;
  opacity: 0.78;
}

.pwa-project-report-cta {
  margin-top: 16px;
}

.pwa-overview-report-cta {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .pwa-report-kpi-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pwa-export-status-table th:nth-child(4),
  .pwa-export-status-table td:nth-child(4) {
    display: none;
  }

  .pwa-export-actions .btn,
  .pwa-project-report-cta .btn,
  .pwa-overview-report-cta .btn,
  .pwa-report-closing__actions .btn {
    width: 100%;
    text-align: center;
  }

  .pwa-report-kpi-preview__grid {
    grid-template-columns: 1fr;
  }
}

.workplace-experience-matrix__bubble {
  --bubble-dx: 0px;
  --bubble-dy: 0px;
  transform: translate(calc(-50% + var(--bubble-dx)), calc(-50% + var(--bubble-dy)));
}

.workplace-experience-matrix__bubble:hover,
.workplace-experience-matrix__bubble:focus {
  z-index: 5;
}

.workplace-experience-matrix__leaders {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}

.workplace-experience-matrix__leaders line {
  stroke: rgba(1, 19, 43, 0.22);
  stroke-width: 1;
}

.workplace-experience-matrix__focus-tooltip {
  position: fixed;
  z-index: 40;
  max-width: min(240px, calc(100vw - 24px));
  padding: 8px 10px;
  border-radius: 8px;
  background: #01132b;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.4;
  white-space: pre-line;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(1, 19, 43, 0.2);
}

.collab-network-panel--matrix .collab-network-graph--management {
  overflow: visible;
}

.smart-office-coverage-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.smart-office-coverage-strip__item {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(1, 19, 43, 0.08);
}

.smart-office-coverage-strip__item span {
  display: block;
  font-size: 0.72rem;
  color: #5e7287;
  font-weight: 700;
}

.smart-office-coverage-strip__item strong {
  display: block;
  margin-top: 4px;
  font-size: 0.95rem;
  color: #01132b;
}

.smart-office-coverage-strip__item em {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-style: normal;
  color: #5e7287;
  line-height: 1.35;
}

.smart-office-ranking-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 0.75rem;
  color: rgba(1, 19, 43, 0.72);
}

.smart-office-kpi-primary {
  box-shadow: inset 0 0 0 1px rgba(0, 122, 171, 0.18);
}

.smart-office-evidence-interpretation {
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(1, 19, 43, 0.78);
}

.smart-office-evidence-picture {
  margin: 10px 0 0;
  padding-left: 1.1rem;
  font-size: 0.75rem;
  color: rgba(1, 19, 43, 0.68);
  display: grid;
  gap: 4px;
}

.activity-zone-demand-formula {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  background: #e6f2f7;
}

.activity-zone-demand-formula p {
  margin: 0 0 8px;
  color: #01132b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.activity-zone-demand-formula__sum {
  color: #5e7287 !important;
  font-size: 0.82rem !important;
}

.activity-zone-demand-metrics em {
  display: block;
  font-style: normal;
  font-size: 0.82rem;
  color: #5e7287;
  font-weight: 600;
}

.activity-zone-demand-within {
  margin: 18px 0 8px;
}

.activity-zone-demand-within h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.activity-zone-demand-within-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.activity-zone-demand-within-card {
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.activity-zone-demand-within-card h4 {
  margin: 0 0 8px;
  font-size: 0.85rem;
}

.smart-office-evidence-status-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
}

.smart-office-evidence-status-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smart-office-evidence-status-card .smart-office-evidence-interpretation {
  display: none;
}

.smart-office-evidence-fullwidth {
  margin: 0 0 12px;
}

.smart-office-evidence-boundary,
.smart-office-evidence-validation {
  border: 1px solid #e6e8ea;
  border-left: 3px solid #007aab;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 10px;
  background: #fff;
}

.smart-office-evidence-validation {
  border-left-color: #fec10d;
  background: #fff8e7;
}

.smart-office-evidence-boundary h4,
.smart-office-evidence-validation h4 {
  margin: 0 0 6px;
  font-size: 0.88rem;
}

.smart-office-evidence-explain {
  margin-top: 8px;
}

.smart-office-evidence-explain summary {
  cursor: pointer;
  color: #007aab;
  font-size: 0.82rem;
  font-weight: 700;
}

.insights-finding-grid {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.insights-finding-item {
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.insights-finding-item--confirmed {
  border-top: 3px solid #23a2aa;
  background: #e9f6f7;
}

.insights-finding-item--plausible {
  border-top: 3px solid #fec10d;
  background: #fff8e7;
}

.insights-finding-item--evidence_boundary {
  border-top: 3px solid #007aab;
}

.insights-finding-item--validation_need {
  border-top: 3px solid #ff8e5b;
  background: #fff4ee;
}

.insights-finding-item--critical {
  border-top: 3px solid #c9662a;
}

.insights-finding-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #007aab;
  margin: 0 0 4px;
}

.insights-verdict {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.insights-verdict article {
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.insights-verdict strong {
  display: block;
  font-size: 0.78rem;
  color: #5e7287;
  font-weight: 700;
}

@media (max-width: 900px) {
  .activity-zone-demand-within-grid,
  .smart-office-evidence-status-row,
  .insights-verdict {
    grid-template-columns: 1fr;
  }
}

