.v110-record-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(142, 164, 195, 0.14);
  background: rgba(3, 10, 21, 0.56);
}

.v110-record-tabs button {
  min-height: 42px;
  border: 1px solid rgba(142, 164, 195, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #9eb0c8;
  font-size: 13px;
  font-weight: 900;
}

.v110-record-tabs button.is-active {
  border-color: rgba(247, 201, 92, 0.5);
  background: linear-gradient(145deg, rgba(63, 48, 18, 0.88), rgba(19, 45, 72, 0.94));
  color: #ffe49a;
  box-shadow: inset 0 0 0 1px rgba(247, 201, 92, 0.08);
}

.v110-model-shift-policy {
  display: grid;
  gap: 9px;
  padding: 16px 18px;
  border: 1px solid rgba(119, 201, 255, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(82, 177, 240, 0.12), transparent 45%),
    rgba(18, 40, 64, 0.42);
}

.v110-model-shift-policy > span,
.v110-model-shift-list > header span {
  color: #79c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.v110-model-shift-policy > strong {
  color: #f1f7ff;
  font-size: 15px;
  line-height: 1.45;
}

.v110-model-shift-policy > div,
.v110-model-shift-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.v110-model-shift-policy b,
.v110-model-shift-labels b {
  padding: 6px 9px;
  border: 1px solid rgba(119, 201, 255, 0.22);
  border-radius: 999px;
  color: #bfe7ff;
  font-size: 10px;
}

.v110-model-shift-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.v110-model-shift-metric {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(142, 164, 195, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.032);
}

.v110-model-shift-metric > span {
  color: #91a5c0;
  font-size: 11px;
  font-weight: 800;
}

.v110-model-shift-metric > strong {
  color: #f7faff;
  font-size: 22px;
}

.v110-model-shift-metric > p {
  margin: 0;
  color: #8497b2;
  font-size: 10px;
  line-height: 1.4;
}

.v110-model-shift-metric.is-changed > strong,
.v110-model-shift-metric.is-events > strong {
  color: #79c9ff;
}

.v110-model-shift-metric.is-secret > strong {
  color: #78e0b9;
}

.v110-model-shift-metric.is-hold > strong {
  color: #ffc36a;
}

.v110-model-shift-list {
  display: grid;
  gap: 12px;
}

.v110-model-shift-list > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.v110-model-shift-list > header > div {
  display: grid;
  gap: 4px;
}

.v110-model-shift-list > header h2 {
  margin: 0;
  color: #f7faff;
}

.v110-model-shift-list > header button,
.v110-model-shift-state button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(142, 164, 195, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: #d9e6f7;
  font-weight: 800;
}

.v110-model-shift-entries {
  display: grid;
  gap: 10px;
}

.v110-model-shift-entry {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(142, 164, 195, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.026);
}

.v110-model-shift-entry.is-changed {
  border-color: rgba(119, 201, 255, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(70, 166, 230, 0.09), transparent 40%),
    rgba(255, 255, 255, 0.025);
}

.v110-model-shift-entry > header,
.v110-model-shift-entry > footer,
.v110-model-shift-match,
.v110-model-shift-direction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.v110-model-shift-entry > header > div {
  display: grid;
  gap: 3px;
}

.v110-model-shift-entry > header span {
  color: #dce8f8;
  font-size: 12px;
  font-weight: 800;
}

.v110-model-shift-entry > header em,
.v110-model-shift-entry > footer {
  color: #8296b1;
  font-size: 10px;
  font-style: normal;
}

.v110-model-shift-entry > header > strong {
  color: #79c9ff;
  font-size: 12px;
}

.v110-model-shift-match {
  justify-content: center;
  padding: 12px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  color: #eef5ff;
  font-weight: 900;
}

.v110-model-shift-match > span {
  flex: 1 1 0;
  text-align: center;
}

.v110-model-shift-match > i,
.v110-model-shift-direction > i {
  color: #7085a2;
  font-size: 10px;
  font-style: normal;
}

.v110-model-shift-direction {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.v110-model-shift-direction > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 8px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(142, 164, 195, 0.12);
  border-radius: 12px;
}

.v110-model-shift-direction > div > span {
  grid-column: 1 / -1;
  color: #8497b2;
  font-size: 10px;
  font-weight: 800;
}

.v110-model-shift-direction b,
.v110-model-shift-event header b {
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.v110-model-shift-direction b.is-secret,
.v110-model-shift-event header b.is-secret {
  background: rgba(81, 204, 158, 0.12);
  color: #78e0b9;
}

.v110-model-shift-direction b.is-hold,
.v110-model-shift-event header b.is-hold {
  background: rgba(255, 179, 83, 0.12);
  color: #ffc36a;
}

.v110-model-shift-direction strong {
  color: #f2f7ff;
  font-size: 13px;
}

.v110-model-shift-no-change {
  color: #8194ae;
  font-size: 11px;
}

.v110-model-shift-entry > button[data-stopick-model-shift-premium] {
  min-height: 44px;
  border: 1px solid rgba(247, 201, 92, 0.42);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(58, 45, 17, 0.9), rgba(19, 43, 67, 0.96));
  color: #ffe49a;
  font-weight: 900;
}

.v110-model-shift-timeline {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v110-model-shift-event {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(142, 164, 195, 0.14);
  border-radius: 14px;
  background: rgba(3, 11, 23, 0.42);
}

.v110-model-shift-event.is-shift {
  border-color: rgba(119, 201, 255, 0.28);
}

.v110-model-shift-event > header,
.v110-model-shift-event > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.v110-model-shift-event > header > div {
  display: grid;
  gap: 3px;
}

.v110-model-shift-event > header span,
.v110-model-shift-event-metrics span {
  color: #8296b1;
  font-size: 10px;
  font-weight: 800;
}

.v110-model-shift-event > header strong {
  color: #dbe8f8;
  font-size: 12px;
}

.v110-model-shift-event > header > strong {
  display: flex;
  align-items: center;
  gap: 6px;
}

.v110-model-shift-event-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.v110-model-shift-event-metrics > div {
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.v110-model-shift-event-metrics strong {
  color: #f0f6ff;
  font-size: 13px;
}

.v110-model-shift-event > footer {
  color: #7f92ac;
  font-size: 9px;
}

.v110-model-shift-state {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 28px;
  border: 1px dashed rgba(142, 164, 195, 0.24);
  border-radius: 16px;
  text-align: center;
}

.v110-model-shift-state strong {
  color: #f1f6ff;
  font-size: 17px;
}

.v110-model-shift-state p,
.v110-model-shift-disclaimer {
  margin: 0;
  color: #91a3bb;
  line-height: 1.55;
}

.v110-model-shift-state.is-error {
  border-color: rgba(255, 121, 135, 0.32);
}

.v110-model-shift-disclaimer {
  padding: 4px 2px;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 900px) {
  .v110-model-shift-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .v110-record-tabs {
    padding-inline: 16px;
  }

  .v110-model-shift-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v110-model-shift-direction {
    grid-template-columns: 1fr;
  }

  .v110-model-shift-direction > i {
    text-align: center;
    transform: rotate(90deg);
  }

  .v110-model-shift-event-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v110-model-shift-entry > footer,
  .v110-model-shift-event > footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v110-record-tabs *,
  .v110-model-shift-entry,
  .v110-model-shift-event {
    transition: none !important;
  }
}
