.cc_3otbo66j_NDugufZFNS .video-reel {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: none;
  padding: 0;
  border-radius: var(--vr-radius, 8px);
  overflow: hidden;
  background: var(--vr-card-bg, #000);
  text-decoration: none;
  cursor: pointer;
}

.cc_3otbo66j_NDugufZFNS .vr-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cc_3otbo66j_NDugufZFNS .vr-cover--empty {
  background: #111;
}

.cc_3otbo66j_NDugufZFNS .vr-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.cc_3otbo66j_NDugufZFNS .video-reel:hover .vr-video {
  opacity: 1;
}

.cc_3otbo66j_NDugufZFNS .video-reel:hover .vr-cover {
  transform: scale(1.05);
}

.cc_3otbo66j_NDugufZFNS .vr-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}

.cc_3otbo66j_NDugufZFNS .vr-view {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--vr-view-bg, rgba(0, 0, 0, 0.55));
  color: var(--vr-view-color, #fff);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--vr-font, "Barlow", system-ui, sans-serif);
}

.cc_3otbo66j_NDugufZFNS .vr-view svg {
  color: var(--vr-play, #fff);
}

/* ---- Modal ---- */
.cc_3otbo66j_NDugufZFNS .vr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
  font-family: var(--vr-font, "Barlow", system-ui, sans-serif);
}

.cc_3otbo66j_NDugufZFNS .vr-modal-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(400px, 92vw);
  padding: 14px;
  border-radius: 20px;
  background: var(--vr-modal-frame, #c33130);
}

.cc_3otbo66j_NDugufZFNS .vr-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--vr-modal-user, #fff);
  padding: 2px 6px;
}

.cc_3otbo66j_NDugufZFNS .vr-modal-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cc_3otbo66j_NDugufZFNS .vr-modal-close {
  display: inline-flex;
  border: none;
  background: transparent;
  color: var(--vr-modal-user, #fff);
  cursor: pointer;
  padding: 4px;
}

.cc_3otbo66j_NDugufZFNS .vr-modal-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 72vh;
  object-fit: cover;
  border-radius: 12px;
  background: #000;
  display: block;
}

.cc_3otbo66j_NDugufZFNS .vr-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  background: var(--vr-modal-btn-bg, #fff);
  color: var(--vr-modal-btn-color, #1a1a1a);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.cc_3otbo66j_NDugufZFNS .vr-modal-btn:hover {
  filter: brightness(0.96);
}
