/* Admin — полноценное окно видеозвонка (Telemost-like) */

html.oge-duty-call-room-open,
html.oge-duty-call-room-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.oge-duty-call-room-open body {
  touch-action: none;
}

.oge-duty-call-room.is-open .oge-duty-teacher-modal__backdrop {
  position: fixed;
  inset: 0;
  pointer-events: auto;
  cursor: default;
  z-index: 1;
}

.oge-duty-call-room {
  z-index: var(--oge-duty-modal-z);
  padding: 0;
}

.oge-duty-call-room.is-open .oge-duty-teacher-modal__panel,
.oge-duty-call-room.is-open .oge-duty-teacher-modal__panel--placed {
  position: fixed;
  inset: 0 !important;
  z-index: 2;
  pointer-events: auto;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0;
  transform: none !important;
}

.oge-duty-call-room.is-open .oge-duty-teacher-modal__resize {
  display: none !important;
}

.oge-duty-call-room .oge-duty-teacher-modal__panel {
  width: min(820px, calc(100% - 2.5rem));
  max-height: min(92vh, 900px);
}

.oge-duty-call-room__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.oge-duty-call-room__call {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.oge-duty-call-room .oge-duty-teacher-call__stage {
  flex: 1 1 auto;
  min-height: min(52vh, 420px);
}

.oge-duty-call-room__remote {
  position: absolute;
  inset: 0;
  min-height: 0 !important;
  padding: 0 !important;
  justify-content: center;
}

.oge-duty-call-room__remote.oge-duty-teacher-call__remote--active .oge-duty-call-room__remote-fallback {
  display: none;
}

.oge-duty-call-room__remote-video:not([hidden]) {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border: none;
  border-radius: 0;
  object-fit: cover;
}

.oge-duty-call-room__remote-fallback {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.5rem;
}

.oge-duty-call-room__guest-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35) 0%, rgba(30, 41, 59, 0.85) 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48);
  font-size: 3.25rem;
}

.oge-duty-teacher-call__remote-video--screen-share,
.oge-duty-call-room__remote-video.oge-duty-teacher-call__remote-video--screen-share {
  object-fit: contain !important;
  background: #020617;
}

.oge-duty-teacher-call__remote-badge--screen {
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(59, 130, 246, 0.22);
  color: #bfdbfe;
}

.oge-duty-call-room__remote-bar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.82) 100%);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f8fafc;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.oge-duty-call-room .oge-duty-teacher-call__local {
  z-index: 5;
}

.oge-duty-call-room .oge-duty-call-devices--modal {
  flex-shrink: 0;
  margin-bottom: 0.85rem;
}

@media (max-width: 640px) {
  .oge-duty-call-room .oge-duty-teacher-modal__panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 16px;
  }

  .oge-duty-call-room .oge-duty-teacher-call__stage {
    min-height: 46vh;
  }
}
