.versio-founder-video {
  position: fixed;
  bottom: var(--space-bottom);
  left: var(--space-left);
  z-index: 999998;
  cursor: pointer;
  display: inline-block;
  transform: translateX(-150%);
  transition: transform 0.5s ease-in-out;
}
.versio-founder-video.slide-in {
  transform: translateX(0);
}

.versio-strict-9-16 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.versio-founder-video-section {
  display: none;
}

.versio-founder-section-close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.versio-founder-video-modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  width: 320px;
  background: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.versio-founder-video-controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.versio-ffounder-progress-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}

.versio-founder-progress {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3c3c3c68;
  border-radius: 0px 3px 3px 0px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.versio-founder-modal-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.versio-founder-mute-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  transform: scale(1.2);
  transform-origin: center;
}

.versio-founder-video-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  #founderVideoModalPinned {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: 90% !important;
    max-width: 320px;
  }
  .versio-founder-video video {
    width: 80px;
  }
}

progress#founderProgressBar[value]::-webkit-progress-bar {
  background-color: #3c3c3c68;
  border-radius: 0px 3px 3px 0px;
}
progress#founderProgressBar[value]::-webkit-progress-value {
  background-color: #f1f1f1;
  transition: width 0.3s ease-in-out;
  border-radius: 0px 3px 3px 0px;
}
progress#founderProgressBar[value]::-moz-progress-bar {
  background-color: #f1f1f1;
  transition: width 0.3s ease-in-out;
  border-radius: 0px 3px 3px 0px;
}
