.column-mvu_thumb {
  width: 140px;
}

.column-mvu_play {
  width: 110px;
}

.column-mvu_status {
  width: 150px;
}

.column-mvu_review {
  width: 160px;
}

.column-mvu_duplicate {
  width: 180px;
}

.column-mvu_language_status {
  width: 190px;
}

.mvu-admin-thumb-video {
  display: block;
  width: 120px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  background: #111;
}

.mvu-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.mvu-gallery-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px;
}

.mvu-gallery-card h2 {
  margin: 10px 0 8px;
  font-size: 16px;
}

.mvu-gallery-card p {
  margin: 4px 0;
}

.mvu-review-page {
  color: #1d2327;
}

.mvu-review-header {
  margin-bottom: 18px;
}

.mvu-review-header h1 {
  margin: 0 0 8px;
}

.mvu-review-page .button,
.mvu-review-page button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #2271b1;
  border-radius: 4px;
  background: #f6f7f7;
  color: #2271b1;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.mvu-review-page .button-primary {
  background: #2271b1;
  color: #fff;
}

.mvu-review-favorite-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-weight: 700;
}

.mvu-review-denied {
  padding: 14px 16px;
  border: 1px solid #f0c6c6;
  border-radius: 10px;
  background: #fff5f5;
  color: #9f1d1d;
  font-weight: 700;
}

.mvu-gallery-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #0f172a;
  margin-bottom: 10px;
}

.mvu-gallery-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvu-gallery-thumb--missing {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mvu-gallery-text {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
  max-height: 140px;
  overflow: auto;
  margin-bottom: 10px;
  white-space: pre-wrap;
}

.mvu-gallery-text--transcript {
  margin-top: 10px;
}

.mvu-jury-language-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 16px;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
}

.mvu-language-details {
  margin: 10px 0;
}

.mvu-language-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #1d4ed8;
}

.mvu-favorite-button {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.mvu-favorite-glyph {
  font-size: 16px;
  line-height: 1;
  width: 18px;
  text-align: center;
}

.mvu-favorite-button.is-active {
  border-color: #16a34a !important;
  color: #166534 !important;
  background: #ecfdf3 !important;
}

.mvu-favorite-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(22, 101, 52, 0.12);
  font-size: 12px;
  font-weight: 700;
}

.mvu-favorite-list-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #166534;
}

.mvu-player-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.78);
}

.mvu-player-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvu-player-panel {
  width: min(920px, calc(100vw - 40px));
  background: #111;
  border-radius: 14px;
  padding: 12px;
  position: relative;
}

.mvu-player-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.mvu-player-title {
  color: #fff;
  margin: 0 0 10px;
  padding-right: 110px;
}

.mvu-player-video {
  width: 100%;
  max-height: calc(100vh - 170px);
  border-radius: 10px;
  background: #000;
}

.mvu-player-video-wrap {
  position: relative;
}

.mvu-player-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.mvu-player-overlay-inner {
  width: min(100%, 880px);
  max-height: 32vh;
  overflow: auto;
  border: 1px solid rgba(96, 165, 250, 0.32);
  border-radius: 14px;
  background: rgba(6, 10, 18, 0.84);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  padding: 10px 12px;
  pointer-events: auto;
}

.mvu-player-overlay-title {
  margin: 0 0 6px;
  color: #dbeafe;
  font-size: 13px;
}

.mvu-player-overlay-text {
  margin: 0;
  color: #e5e7eb;
  font-size: 13px;
  line-height: 1.45;
  white-space: pre-wrap;
}

@media (max-width: 800px) {
  .mvu-player-overlay {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .mvu-player-overlay-inner {
    max-height: 38vh;
    padding: 8px 10px;
  }
}

.mvu-stats-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
  margin: 16px 0 18px;
}

.mvu-stat-card {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.mvu-stat-card h2 {
  margin: 0 0 6px;
  font-size: 13px;
  color: #50575e;
}

.mvu-stat-card p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.mvu-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 14px;
}

.mvu-charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 14px;
  margin: 0 0 14px;
}

.mvu-chart-panel {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px;
}

.mvu-chart-panel h3 {
  margin: 0 0 10px;
  font-size: 14px;
}

.mvu-chart-empty {
  margin: 0;
  color: #667085;
}

.mvu-pie-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
}

.mvu-pie {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.mvu-pie::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  transform: scale(1);
  background: #fff;
  animation: mvuPieReveal 0.95s ease-out forwards;
  transform-origin: center;
}

.mvu-pie::after {
  content: "";
  position: absolute;
  inset: 24px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
}

.mvu-pie-center {
  position: absolute;
  inset: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.mvu-pie-center strong {
  font-size: 22px;
  line-height: 1;
  color: #0f172a;
}

.mvu-pie-center span {
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
}

.mvu-pie-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.mvu-pie-legend li {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 8px;
  align-items: center;
}

.mvu-pie-swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.mvu-pie-label {
  font-weight: 600;
  color: #0f172a;
}

.mvu-pie-value {
  font-size: 12px;
  color: #334155;
  white-space: nowrap;
}

@keyframes mvuPieReveal {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}

@media (max-width: 850px) {
  .mvu-pie-layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mvu-pie-legend {
    width: 100%;
  }
}

.mvu-stats-panel {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px;
}

.mvu-stats-panel h2 {
  margin: 0 0 10px;
}

.mvu-status-pill {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #eef2ff;
  color: #253a8a;
}

.mvu-status-pill--approved {
  background: #e8f8ee;
  color: #17633b;
}

.mvu-status-pill--reviewed {
  background: #edf6ff;
  color: #0c4a7f;
}

.mvu-status-pill--disqualified {
  background: #fff0f0;
  color: #9e2525;
}

.mvu-status-pill--winner {
  background: #fff6dc;
  color: #7a5600;
}

.mvu-language-pill {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.mvu-language-pill--done {
  background: #ecfdf3;
  color: #166534;
}

.mvu-language-pill--missing {
  background: #fff7ed;
  color: #9a3412;
}

.mvu-language-pill--error {
  background: #fff1f2;
  color: #9f1239;
}

.mvu-language-pill--muted {
  background: #f1f5f9;
  color: #475569;
}

.mvu-duplicate-pill {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.mvu-duplicate-pill--yes {
  background: #fff1f2;
  color: #9f1239;
}

.mvu-duplicate-pill--no {
  background: #ecfdf3;
  color: #166534;
}

.mvu-stats-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  padding: 14px;
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 10px;
}

.mvu-stats-filter select {
  min-width: 240px;
}
