.ow-sim-version {
  display: none;
}

[data-sim-profiles-v2] {
  margin-bottom: 14px;
}

.ow-profile-v2-library {
  display: grid;
  gap: 9px;
}

.ow-profile-v2-active {
  display: grid;
  gap: 3px;
  padding: 10px 11px;
  border: 1px solid #c5d6e0;
  border-left: 4px solid #00d4c6;
  border-radius: 9px;
  background: #f4fafc;
}

.ow-profile-v2-active > span {
  color: #5e7584;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ow-profile-v2-active strong {
  color: #0b1d3a;
  font-size: 13px;
}

.ow-profile-v2-active small {
  color: #677e8b;
  font-size: 10px;
}

.ow-profile-v2-main-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ow-profile-v2-main-actions button,
.ow-profile-v2-actions button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
}

.ow-profile-v2-main-actions .primary {
  flex: 1 1 165px;
  padding: 8px 10px;
  background: #0057b8;
  color: #fff;
}

.ow-profile-v2-main-actions .update {
  flex: 1 1 130px;
  padding: 8px 10px;
  background: #00a99d;
  color: #fff;
}

.ow-profile-v2-main-actions .refresh {
  width: 34px;
  min-height: 32px;
  background: #e7eef3;
  color: #0b1d3a;
  font-size: 16px;
}

.ow-profile-v2-library details {
  overflow: hidden;
  border: 1px solid #d6e1e7;
  border-radius: 8px;
  background: #fff;
}

.ow-profile-v2-library summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  cursor: pointer;
  color: #0b1d3a;
  font-size: 10px;
  font-weight: 900;
}

.ow-profile-v2-library summary b {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 19px;
  border-radius: 999px;
  background: #e7f1f7;
  color: #0057b8;
  font-size: 9px;
}

.ow-profile-v2-list {
  display: grid;
  gap: 6px;
  padding: 0 7px 7px;
}

.ow-profile-v2-card {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid #dde6eb;
  border-radius: 8px;
  background: #f9fbfc;
}

.ow-profile-v2-card.active {
  border-color: #00a99d;
  box-shadow:
    0 0 0 2px rgba(0, 212, 198, 0.1);
}

.ow-profile-v2-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #0b1d3a;
  font-size: 11px;
  font-weight: 900;
}

.ow-profile-v2-description {
  margin-top: 3px;
  color: #566f7e;
  font-size: 9px;
  line-height: 1.35;
}

.ow-profile-v2-summary {
  margin-top: 4px;
  color: #748894;
  font-size: 9px;
  font-weight: 700;
}

.ow-profile-v2-badge {
  padding: 2px 5px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 900;
}

.ow-profile-v2-badge.system {
  background: #e5f1ff;
  color: #0057b8;
}

.ow-profile-v2-badge.coach {
  background: #e3faf7;
  color: #007b72;
}

.ow-profile-v2-badge.active {
  background: #0b1d3a;
  color: #fff;
}

.ow-profile-v2-actions {
  display: flex;
  gap: 5px;
  align-items: center;
}

.ow-profile-v2-actions button {
  padding: 6px 8px;
  background: #0057b8;
  color: #fff;
}

.ow-profile-v2-actions .secondary {
  background: #e5edf2;
  color: #0b1d3a;
}

.ow-profile-v2-actions .icon {
  width: 28px;
  height: 28px;
  padding: 0;
  background: #e5edf2;
  color: #0b1d3a;
  font-size: 15px;
}

.ow-profile-v2-actions .delete {
  background: #fde8e7;
  color: #a32721;
}

.ow-profile-v2-empty,
.ow-profile-v2-message {
  padding: 8px;
  border-radius: 7px;
  color: #687f8c;
  font-size: 9px;
}

.ow-profile-v2-empty {
  border: 1px dashed #cedae1;
  text-align: center;
}

.ow-profile-v2-message.success {
  background: #e7f7f1;
  color: #176649;
}

.ow-profile-v2-message.error {
  background: #fdebea;
  color: #9c2822;
}

.ow-profile-v2-library button:disabled {
  opacity: 0.5;
  cursor: wait;
}
