.period-analytics-phase10 {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(61, 86, 96, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 247, 0.98)),
    #f5f7f8;
  color: #20313a;
  box-shadow: 0 18px 48px rgba(27, 48, 57, 0.08);
}

.period-phase10-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.period-phase10-heading h3 {
  margin: 6px 0 5px;
  color: #21343e;
  font-size: 20px;
  line-height: 1.2;
}

.period-phase10-heading p {
  max-width: 720px;
  margin: 0;
  color: #697a82;
  font-size: 11px;
  line-height: 1.65;
}

.period-phase10-eyebrow {
  color: #496f77;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.period-phase10-heading > .tag {
  flex: 0 0 auto;
}

.period-phase10-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 11px;
  border: 1px solid rgba(70, 93, 102, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.period-phase10-toolbar > span {
  margin-left: auto;
  color: #6a7980;
  font-size: 10px;
}

.period-phase10-insight {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 4px solid #476f79;
  border-radius: 12px;
  background: #eaf1f3;
}

.period-phase10-insight > span,
.period-phase10-review-grid article > span {
  display: block;
  color: #476f79;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.period-phase10-insight > strong {
  display: block;
  margin-top: 4px;
  color: #253b45;
  font-size: 14px;
  line-height: 1.55;
}

.period-phase10-insight > p {
  margin: 4px 0 0;
  color: #6b7c83;
  font-size: 10px;
  line-height: 1.6;
}

.period-phase10-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.period-phase10-kpis > article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(74, 95, 104, 0.15);
  border-top: 3px solid #8b999f;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
}

.period-phase10-kpis > article.stable,
.period-phase10-kpis > article.positive {
  border-top-color: #477b70;
}

.period-phase10-kpis > article.attention {
  border-top-color: #a77c36;
}

.period-phase10-kpis span,
.period-phase10-kpis small {
  display: block;
  color: #748188;
  font-size: 9px;
}

.period-phase10-kpis strong {
  display: block;
  margin: 5px 0 3px;
  color: #243943;
  font-size: 18px;
  line-height: 1;
}

.period-phase10-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.period-phase10-card {
  min-width: 0;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(68, 91, 101, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.period-phase10-main-grid > .period-phase10-card {
  margin-top: 0;
}

.period-phase10-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.period-phase10-card > header h4 {
  margin: 0;
  color: #223740;
  font-size: 14px;
}

.period-phase10-card > header span {
  display: block;
  margin-top: 3px;
  color: #748188;
  font-size: 9px;
}

.period-phase10-card > header b {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf3f4;
  color: #496d75;
  font-size: 9px;
}

.period-phase10-correlation-scale {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 40px 5px 92px;
  color: #8a969b;
  font-size: 8px;
}

.period-phase10-correlation-scale span:nth-child(2) {
  text-align: center;
}

.period-phase10-correlation-scale span:last-child {
  text-align: right;
}

.period-phase10-correlation-list {
  display: grid;
  gap: 8px;
}

.period-phase10-correlation-row {
  display: grid;
  grid-template-columns: 84px minmax(130px, 1fr) 34px;
  align-items: center;
  gap: 8px;
}

.period-phase10-correlation-row > div:first-child strong,
.period-phase10-correlation-row > div:first-child small {
  display: block;
}

.period-phase10-correlation-row > div:first-child strong {
  color: #344a54;
  font-size: 10px;
}

.period-phase10-correlation-row > div:first-child small {
  margin-top: 2px;
  color: #8a959a;
  font-size: 8px;
}

.period-phase10-correlation-row > b {
  text-align: right;
  font-size: 10px;
}

.period-phase10-correlation-track {
  position: relative;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f1;
}

.period-phase10-correlation-track .zero {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #89989e;
}

.period-phase10-correlation-track span {
  position: absolute;
  top: 3px;
  bottom: 3px;
  min-width: 2px;
  border-radius: 999px;
}

.period-phase10-correlation-track span.positive {
  background: #4f7e88;
}

.period-phase10-correlation-track span.negative {
  background: #a56b4f;
}

.period-phase10-correlation-row .positive-text {
  color: #3e756c;
}

.period-phase10-correlation-row .negative-text {
  color: #9b6049;
}

.period-phase10-index-chart {
  display: block;
  width: 100%;
  min-height: 190px;
}

.period-phase10-index-chart .axis {
  stroke: #aab5ba;
  stroke-width: 1;
}

.period-phase10-index-chart .baseline {
  stroke: #8e9ca1;
  stroke-width: 1;
  stroke-dasharray: 5 5;
}

.period-phase10-index-chart polyline {
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.period-phase10-index-chart text {
  fill: #718087;
  font-size: 10px;
}

.period-phase10-series-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.period-phase10-series-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6d7c82;
  font-size: 9px;
}

.period-phase10-series-legend i {
  width: 17px;
  height: 3px;
  border-radius: 999px;
}

.period-phase10-chart-note,
.period-phase10-contract {
  margin: 9px 0 0;
  color: #78878d;
  font-size: 9px;
  line-height: 1.6;
}

.period-phase10-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}

.period-phase10-table-wrap table {
  min-width: 980px;
}

.period-phase10-table-wrap td {
  vertical-align: top;
}

.period-phase10-table-wrap td strong,
.period-phase10-table-wrap td small {
  display: block;
}

.period-phase10-table-wrap td small {
  margin-top: 2px;
  color: #879298;
  font-size: 8px;
}

.period-phase10-evidence-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf0f1;
  color: #64757d;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.period-phase10-evidence-tag.strong {
  background: #e3efeb;
  color: #3f7268;
}

.period-phase10-evidence-tag.moderate {
  background: #e9eef4;
  color: #526e8b;
}

.period-phase10-evidence-tag.level_only {
  background: #e8eef0;
  color: #4e6e77;
}

.period-phase10-evidence-tag.change_only {
  background: #eeeaf3;
  color: #6f5f83;
}

.period-phase10-evidence-tag.conflict {
  background: #f6eadf;
  color: #986746;
}

.period-phase10-evidence-tag.insufficient {
  background: #f0f1f2;
  color: #858f94;
}

.period-phase10-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.period-phase10-review-grid article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(69, 93, 102, 0.13);
  border-radius: 12px;
  background: #f7f9f9;
}

.period-phase10-review-grid article > strong {
  display: block;
  margin-top: 4px;
  color: #2c424c;
  font-size: 16px;
}

.period-phase10-review-grid article > small {
  display: block;
  margin-top: 2px;
  color: #7a888e;
  font-size: 9px;
}

.period-phase10-review-grid article > p {
  margin: 9px 0 0;
  color: #7a878d;
  font-size: 8px;
  line-height: 1.6;
}

.period-phase10-review-grid dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 10px 0 0;
}

.period-phase10-review-grid dl div {
  padding: 7px;
  border-radius: 8px;
  background: #eef3f4;
}

.period-phase10-review-grid dt,
.period-phase10-review-grid dd {
  margin: 0;
}

.period-phase10-review-grid dt {
  color: #7a878d;
  font-size: 8px;
}

.period-phase10-review-grid dd {
  margin-top: 2px;
  color: #334952;
  font-size: 11px;
  font-weight: 800;
}

.period-phase10-review-grid ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.period-phase10-review-grid li {
  padding-top: 6px;
  border-top: 1px solid rgba(73, 95, 104, 0.1);
}

.period-phase10-review-grid li b,
.period-phase10-review-grid li small {
  display: block;
}

.period-phase10-review-grid li b {
  color: #3b5059;
  font-size: 9px;
}

.period-phase10-review-grid li small {
  margin-top: 2px;
  color: #7f8b90;
  font-size: 8px;
  line-height: 1.5;
}

.period-phase10-state {
  margin-top: 14px;
  padding: 22px;
  border: 1px dashed rgba(72, 95, 104, 0.25);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.68);
  color: #67777e;
  text-align: center;
  font-size: 10px;
  line-height: 1.7;
}

.period-phase10-state.compact {
  margin-top: 0;
  padding: 14px;
}

.period-phase10-state.error {
  border-color: rgba(164, 91, 67, 0.3);
  color: #8d5a49;
}

.period-phase10-state strong {
  display: block;
  color: #344a54;
  font-size: 13px;
}

.period-phase10-state p {
  max-width: 680px;
  margin: 5px auto 0;
}

.period-phase10-contract {
  margin: 12px 2px 0;
}

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

  .period-phase10-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .period-phase10-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .period-analytics-phase10 {
    padding: 16px;
  }

  .period-phase10-heading,
  .period-phase10-card > header {
    flex-direction: column;
  }

  .period-phase10-toolbar > span {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .period-phase10-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .period-phase10-toolbar .secondary-button {
    flex: 1 1 auto;
  }

  .period-phase10-kpis {
    grid-template-columns: 1fr;
  }

  .period-phase10-correlation-scale {
    margin-left: 72px;
    margin-right: 34px;
  }

  .period-phase10-correlation-row {
    grid-template-columns: 64px minmax(118px, 1fr) 28px;
    gap: 6px;
  }

  .period-phase10-index-chart {
    min-height: 150px;
  }

  .period-phase10-review-grid dl {
    grid-template-columns: 1fr;
  }
}
