/* Надстройки поверх Tabler */

.tab-page { display: none; }
.tab-page.active { display: block; }

.cursor-pointer { cursor: pointer; }

.cz-thumb {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  max-height: 340px;
  background: var(--tblr-bg-surface-tertiary);
}
.cz-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cz-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
  line-height: 1.2;
}

.cz-qc-frame {
  height: 96px;
  cursor: zoom-in;
}

.cz-prewrap { white-space: pre-wrap; }

.cz-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .45);
  min-width: 260px;
}

#video-modal video::-webkit-media-controls-panel { background: transparent; }
