.kcTestCenterButtonV80364626174 {
  border-style: dashed;
}

.kcTestCenterOverlayV80364626174 {
  position: fixed;
  inset: 0;
  z-index: 100080;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.46);
}

.kcTestCenterModalV80364626174 {
  width: min(920px, 96vw);
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border, #d7e0ea);
  border-radius: 18px;
  background: var(--panel, #fff);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
}

.kcTestCenterModalV80364626174 > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border, #d7e0ea);
}

.kcTestCenterModalV80364626174 h2,
.kcTestCenterModalV80364626174 h3 {
  margin: 0;
}

.kcTestCenterBodyV80364626174 {
  overflow: auto;
  padding: 18px;
  background: var(--bg-soft, #f6f9fc);
}

.kcTestCenterWarningV80364626174 {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  padding: 13px 14px;
  border: 1px solid #f3c969;
  border-radius: 12px;
  background: #fff8df;
  color: #6b4d00;
}

.kcTestCenterCardV80364626174 {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--border, #d7e0ea);
  border-radius: 14px;
  background: var(--panel, #fff);
}

.kcTestCenterCardHeadV80364626174,
.kcTestCenterActionsV80364626174 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kcTestCenterFieldV80364626174 {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.kcTestCenterScenariosV80364626174 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 14px 0;
}

.kcTestCenterScenariosV80364626174 label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 11px;
  border: 1px solid var(--border, #d7e0ea);
  border-radius: 10px;
  background: var(--panel, #fff);
}

.kcTestCenterRunV80364626174 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--border, #d7e0ea);
  border-radius: 10px;
}

.kcTestCenterSuccessV80364626174,
.kcTestCenterErrorV80364626174,
.kcTestCenterEmptyV80364626174 {
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
}

.kcTestCenterSuccessV80364626174 {
  display: grid;
  gap: 5px;
  border: 1px solid #78d2af;
  background: #ecfff7;
  color: #075c42;
}

.kcTestCenterErrorV80364626174 {
  border: 1px solid #ef9a9a;
  background: #fff1f1;
  color: #8a1c1c;
}

.kcTestCenterEmptyV80364626174 {
  border: 1px dashed var(--border, #d7e0ea);
  color: var(--muted, #64748b);
}

.kcTestCenterStateV80364626174 {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f8f1;
  color: #07634a;
  font-size: 12px;
  font-weight: 700;
}

.kcTestCenterToastV80364626174 {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100100;
  max-width: 480px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #10243f;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.18s ease;
}

.kcTestCenterToastV80364626174.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.kcTestCenterToastV80364626174.isError {
  background: #8d1d1d;
}

@media (max-width: 720px) {
  .kcTestCenterScenariosV80364626174 {
    grid-template-columns: 1fr;
  }

  .kcTestCenterRunV80364626174 {
    flex-direction: column;
  }
}
