/* LevelUp dashboard v90 — natywne widoki React dla baz trenera. */
.trainerLibraryReactView {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(183, 139, 255, 0.08), transparent 34%),
    rgba(10, 10, 14, 0.72);
  border: 1px solid rgba(216, 180, 103, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.trainerLibraryReactView iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  border: 0;
  background: transparent;
}

@media (max-width: 720px) {
  .trainerLibraryReactView {
    border-radius: 14px;
  }

  .trainerLibraryReactView iframe {
    min-height: calc(100dvh - 118px);
  }
}
