.interactive-panel-section {
  background: #121212;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 1199.98px) {
  .interactive-panel-section {
    display: flex;
    flex-direction: column;
    height: var(--watch-panel-height, min(42vh, 400px));
    max-height: var(--watch-panel-height, min(42vh, 400px));
    min-height: 0;
  }
  .interactive-panel-section > .container-fluid {
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  main.flex-fill:has(.interactive-panel-section) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    align-items: start;
  }
  main.flex-fill:has(.interactive-panel-section) #thumbnail-section {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    float: none;
    width: auto;
    height: var(--watch-video-height, auto);
    max-height: var(--watch-video-height, none);
    overflow: hidden;
  }
  main.flex-fill:has(.interactive-panel-section) #thumbnail-section .detail-page-banner,
  main.flex-fill:has(.interactive-panel-section) #thumbnail-section .video-player-wrapper,
  main.flex-fill:has(.interactive-panel-section) #thumbnail-section .video-player {
    height: 100%;
    max-height: 100%;
  }
  main.flex-fill:has(.interactive-panel-section) #thumbnail-section .video-player .video-js {
    padding-bottom: 0 !important;
    height: 100% !important;
    min-height: 0;
  }
  main.flex-fill:has(.interactive-panel-section) .interactive-panel-section {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    height: var(--watch-video-height, calc(100vh - var(--watch-header-offset, 80px)));
    max-height: var(--watch-video-height, calc(100vh - var(--watch-header-offset, 80px)));
    min-height: 0;
    overflow: hidden;
    align-self: start;
    float: none;
    width: auto;
    box-sizing: border-box;
  }
  main.flex-fill:has(.interactive-panel-section) .interactive-panel-section > .container-fluid {
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  main.flex-fill:has(.interactive-panel-section) > *:not(#thumbnail-section):not(.interactive-panel-section) {
    grid-column: 1/-1;
  }
}
.halobox-interactive-panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #121212;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .halobox-interactive-panel {
    position: static;
    top: auto;
  }
  .chat-messages {
    min-height: 0;
  }
}
@media (max-width: 1199.98px) {
  .halobox-interactive-panel {
    height: 100%;
    max-height: 100%;
  }
}
.interactive-panel-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem 0;
  flex-shrink: 0;
}

.interactive-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 0.5rem;
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.interactive-tab-btn.active {
  color: #fff;
  background: rgba(229, 9, 20, 0.15);
  border-bottom-color: #e50914;
}

.interactive-panel-body {
  flex: 1 1 0;
  min-height: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  overflow: hidden;
}

.interactive-tab-pane {
  display: none;
  flex: 1 1 0;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.interactive-tab-pane.active {
  display: flex;
}

.interactive-tab-pane[data-pane=bible] .bible-search,
.interactive-tab-pane[data-pane=bible] .bible-selection-chrome,
.interactive-tab-pane[data-pane=bible] .bible-reading-toolbar,
.interactive-tab-pane[data-pane=bible] .bible-pushed-verses,
.interactive-tab-pane[data-pane=bible] .bible-error,
.interactive-tab-pane[data-pane=bible] .bible-notice,
.interactive-tab-pane[data-pane=bible] .bible-versions {
  flex-shrink: 0;
}

.interactive-tab-pane[data-pane=notes] .notes-authed {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}
.interactive-tab-pane[data-pane=notes] .notes-input,
.interactive-tab-pane[data-pane=notes] .notes-save-btn,
.interactive-tab-pane[data-pane=notes] .notes-cancel-edit,
.interactive-tab-pane[data-pane=notes] .notes-error {
  flex-shrink: 0;
}

.interactive-tab-pane[data-pane=chat] .chat-pinned,
.interactive-tab-pane[data-pane=chat] .chat-typing,
.interactive-tab-pane[data-pane=chat] .chat-error,
.interactive-tab-pane[data-pane=chat] .chat-guest-bar,
.interactive-tab-pane[data-pane=chat] .chat-input-row {
  flex-shrink: 0;
}

.halobox-interactive-panel .form-control {
  background: #2a2a2a;
  border-color: #404040;
  color: #fff;
}

.halobox-interactive-panel .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.halobox-interactive-panel .form-control:focus {
  background: #333;
  border-color: #e50914;
  color: #fff;
  box-shadow: 0 0 0 0.15rem rgba(229, 9, 20, 0.25);
}

.bible-step-btn {
  border: 1px solid #404040;
  background: #2a2a2a;
  color: rgba(255, 255, 255, 0.85);
}

.bible-step-btn.active {
  background: rgba(229, 9, 20, 0.2);
  border-color: #e50914;
  color: #fff;
}

.bible-version-btn.active {
  background: #e50914;
  border-color: #e50914;
  color: #fff;
}

.bible-version-btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #404040;
  background: #2a2a2a;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.bible-book-item,
.bible-grid-item {
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  background: #2a2a2a;
  border: 1px solid #333;
  margin-bottom: 0.5rem;
  transition: background 0.15s;
}

.bible-book-item:hover,
.bible-grid-item:hover {
  background: #333;
}

.bible-chapter-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}

.bible-verse-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}

.bible-reader {
  background: #252525;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1rem;
}

.bible-reader .verse-line {
  margin-bottom: 0.65rem;
  line-height: 1.55;
}

.bible-reader .verse-num {
  color: #e50914;
  font-weight: 700;
  margin-right: 0.35rem;
}

.bible-reader .verse-highlight {
  background: rgba(229, 9, 20, 0.12);
  border-radius: 6px;
  padding: 0.25rem;
}

.bible-content,
.vod-about-scroll,
.notes-list,
.chat-messages,
.interactive-panel-scroll {
  flex: 1 1 0;
  height: 0;
  min-height: 0 !important;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.chat-messages {
  max-height: none;
}

.chat-bubble {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}

.chat-bubble .chat-name {
  font-weight: 700;
  font-size: 0.8rem;
}

.chat-bubble .chat-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}

.chat-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #444;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #111;
}

.notes-item {
  background: #252525;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.notes-item:hover {
  border-color: #555;
}

.interactive-panel-loading,
.interactive-panel-error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.85);
  z-index: 2;
}

.interactive-panel-error {
  pointer-events: none;
  padding: 1rem;
  text-align: center;
}

.vod-about-metadata .vod-about-title {
  color: #fff;
}

.vod-about-metadata .vod-about-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.vod-about-meta-list {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1199.98px) {
  .bible-chapter-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .bible-verse-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 575.98px) {
  .interactive-tab-btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.25rem;
  }
  .bible-chapter-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bible-verse-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=interactive-panel.css.map */
