/* Hai vòng tách biệt */
.nana-concentric-stage {
  width: min(1180px, 97vw) !important;
  height: 1120px !important;
}

.nana-center-hub {
  left: 50% !important;
  top: 48% !important;
}

.nana-inline-test-panel {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 390px;
  min-height: 300px;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 28px;
  background: #fff;
  border: 2px solid #274f77;
  box-shadow: 0 24px 70px rgba(15,42,70,.25);
  transform: translate(-50%, -50%);
  z-index: 200;
  display: none;
}

.nana-inline-test-panel.is-open {
  display: block;
}

.nana-inline-test-panel h2 {
  margin: 0 0 5px;
  color: #102a46;
}

.nana-inline-test-panel p {
  margin: 0 0 14px;
  color: #60758b;
  font-size: 13px;
}

.nana-inline-test-panel textarea {
  width: 100%;
  min-height: 105px;
  padding: 12px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid #becddd;
  border-radius: 14px;
  font: inherit;
}

.nana-inline-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.nana-inline-actions button {
  padding: 9px 14px;
  border: 1px solid #b8c9da;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.nana-inline-actions .primary {
  color: #fff;
  background: #123b63;
  border-color: #123b63;
}

.nana-test-result {
  margin-top: 13px;
  padding: 11px;
  border-radius: 12px;
  background: #eef5fb;
  color: #183a59;
  font-size: 12px;
  white-space: pre-wrap;
}

.nana-module-outer {
  z-index: 40 !important;
}

.nana-orbit-card {
  z-index: 25 !important;
}
