.elementor-2378 .elementor-element.elementor-element-bb7eff9{--display:flex;}#elementor-popup-modal-2378 .dialog-widget-content{background-color:#02010100;}#elementor-popup-modal-2378{background-color:#00000096;justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-2378 .dialog-message{width:585px;height:100vh;align-items:flex-start;}#elementor-popup-modal-2378 .dialog-close-button{display:flex;}#elementor-popup-modal-2378 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-2378 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-633547a *//* Popup Wrapper */
.tvt-popup-wrapper {
  text-align: center;
  color: #fff;
  max-width: 480px;
  margin: auto;
}

/* Imagen */
.tvt-popup-image img {
  width: 70%;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Título */
.tvt-popup-title {
  font-size: 22px;
  letter-spacing: .12em;
  margin-bottom: 16px;
}

/* Plataforma Row */
.tvt-platform-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0;
}

/* Logo */
.tvt-platform-logo img {
  height: 22px;
  filter: brightness(100);
}

/* Button Sci-fi fijo */
.btn-sci-fi {
  padding: 8px 22px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .12em;
  position: relative;
  display: inline-block;
  border: none;
}

.btn-sci-fi::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg,#02030a,#4B6C9F,#02030a,#4B6C9F);
  background-size: 250% 250%;
  animation: neonMove 2.4s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@keyframes neonMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Light Mode */
html[data-theme="light"] .tvt-popup-wrapper {
  color: #111;
}

html[data-theme="light"] .tvt-platform-logo img {
  filter: brightness(0);
}

html[data-theme="light"] .btn-sci-fi {
  color: #111;
}

html[data-theme="light"] .btn-sci-fi::before {
  background: linear-gradient(120deg,#f5f7fb,#4B6C9F,#f5f7fb,#4B6C9F);
}/* End custom CSS */