/* Operations History — isolated page styling */
.op-history-panel {
  background: #fff;
  border: 1px solid #ece6dc;
  border-radius: 16px;
  padding: 1.05rem 1.15rem 1.15rem;
  box-shadow: 0 8px 24px rgba(22, 37, 46, 0.035);
}

.op-history-eyebrow {
  color: #139b8f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: .3rem;
}

.op-history-section-title {
  font-size: 1.08rem;
  font-weight: 750;
  margin-bottom: .2rem;
}

.op-history-kpi-value {
  font-size: 1.65rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.025em;
  margin: .25rem 0 .35rem;
}

.op-history-rank-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 0;
  border-bottom: 1px solid #f0ece5;
}

.op-history-rank-row:last-child {
  border-bottom: 0;
}

.op-history-change {
  color: #68757d;
  font-size: .88rem;
  text-align: right;
}

@media (max-width: 767px) {
  .op-history-panel {
    padding: .9rem;
  }
  .op-history-rank-row {
    flex-direction: column;
    gap: .15rem;
  }
  .op-history-change {
    text-align: left;
  }
}

.op-history-settings {
  display: inline-block;
  text-align: left;
  color: #68757d;
  font-size: .86rem;
}

.op-history-settings summary {
  cursor: pointer;
  list-style: none;
  color: #139b8f;
  font-weight: 700;
}

.op-history-settings summary::-webkit-details-marker {
  display: none;
}

.op-history-settings summary::before {
  content: "⚙ ";
  font-weight: 400;
}

.op-history-settings[open] {
  min-width: 255px;
  background: #fff;
  border: 1px solid #ece6dc;
  border-radius: 12px;
  padding: .7rem .8rem;
  box-shadow: 0 8px 24px rgba(22, 37, 46, 0.05);
}

.op-history-settings-body {
  max-width: 260px;
}
