:root {
  --plaza-blue: #0a2452;
  --plaza-blue-deep: #06142e;
  --plaza-gold: #f2c21b;
  --plaza-gold-strong: #d6a100;
  --plaza-white: #ffffff;
  --plaza-text: #14294f;
  --plaza-soft: #fff9e8;
  --plaza-line: rgba(10, 36, 82, 0.1);
  --plaza-shadow: 0 24px 60px rgba(10, 36, 82, 0.16);
}

html,
body.plazaplus-body {
  min-width: 320px;
  margin: 0;
  color: var(--plaza-text) !important;
  background:
    radial-gradient(circle at top right, rgba(242, 194, 27, 0.18), transparent 22%),
    radial-gradient(circle at bottom left, rgba(10, 36, 82, 0.08), transparent 28%),
    #fffefb !important;
  font-family: "Montserrat", sans-serif !important;
}

body.plazaplus-body {
  position: relative;
  isolation: isolate;
}

body.plazaplus-body::before,
body.plazaplus-body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 15vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

body.plazaplus-body::before {
  left: 0;
  background-image: url("../asset/images/PLAZA+RECURSOS-FONDO1.png");
}

body.plazaplus-body::after {
  right: 0;
  background-image: url("../asset/images/PLAZA+RECURSOS-FONDO2.png");
}

.plazaplus-body a {
  color: inherit;
}

.login-shell,
.plazaplus-shell {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.login-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: transparent;
  overflow: hidden;
}

.login-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  padding: 40px 20px;
  text-align: center;
}

.brand-lockup {
  width: min(280px, 70%);
  display: block;
  margin: 0 auto 24px;
}

.brand-lockup.small {
  width: 180px;
  margin: 0;
}

.plaza-logo {
  width: min(340px, 78%);
  display: block;
  margin: 0 auto 20px;
}

.login-logo {
  width: min(430px, 88%);
  margin-bottom: 24px;
}

.login-brand-mini {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  font-weight: 800;
  color: var(--plaza-blue);
  letter-spacing: -0.03em;
}

.login-brand-mini span {
  color: var(--plaza-gold);
}

.login-brand-sub {
  margin-top: 2px;
  font-size: clamp(0.9rem, 1.3vw, 1.35rem);
  font-weight: 800;
  color: var(--plaza-gold-strong);
}

.login-title {
  margin: 24px 0 20px;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: var(--plaza-blue);
}

.login-title span {
  color: var(--plaza-gold);
}

.login-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-bottom: 28px;
  color: var(--plaza-blue);
  font-size: clamp(0.95rem, 1.5vw, 1.3rem);
  font-weight: 800;
  text-transform: uppercase;
}

.login-keywords span::before {
  content: "+";
  margin-right: 10px;
  color: var(--plaza-gold);
}

.login-keywords span:first-child::before {
  content: "";
  margin-right: 0;
}

.login-copy {
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.5;
  color: var(--plaza-blue);
  font-weight: 500;
}

.access-form {
  display: grid;
  gap: 18px;
}

.access-form-centered {
  max-width: 560px;
  margin: 0 auto;
}

.access-input {
  width: 100%;
  border: 2px solid rgba(10, 36, 82, 0.14);
  border-radius: 18px;
  padding: 18px 20px;
  font-size: 1rem;
  color: var(--plaza-blue);
  background: var(--plaza-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.access-input-large {
  min-height: 72px;
  border-radius: 24px;
  padding: 22px 26px;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 16px 30px rgba(10, 36, 82, 0.08);
}

.access-input:focus {
  outline: none;
  border-color: var(--plaza-gold);
  box-shadow: 0 0 0 4px rgba(242, 194, 27, 0.18);
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.93rem;
  line-height: 1.5;
  text-align: left;
}

.consent-row-centered {
  justify-content: center;
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.98rem;
}

.consent-row input {
  margin-top: 4px;
  accent-color: var(--plaza-blue);
}

.consent-row a,
.legal-back,
.logout-link {
  color: var(--plaza-blue);
  font-weight: 700;
  text-decoration: none;
}

.access-button,
.show-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--plaza-gold) 0%, var(--plaza-gold-strong) 100%);
  color: var(--plaza-blue);
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(214, 161, 0, 0.24);
}

.access-button-wide {
  width: min(320px, 100%);
  margin: 0 auto;
  min-height: 64px;
  border-radius: 20px;
  font-size: 1.05rem;
}

.access-button:disabled {
  opacity: 0.6;
}

.show-link {
  text-decoration: none;
  margin-top: 8px;
}

.access-message {
  min-height: 24px;
  margin: 0;
  font-size: 0.95rem;
  color: var(--plaza-blue);
}

.access-message.error {
  color: #bf1d1d;
}

.input-error {
  outline: 2px solid rgba(191, 29, 29, 0.35);
}

.honeypot,
.sr-only {
  position: absolute;
  left: -9999px;
}

.top-ribbon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background: rgba(6, 20, 46, 0.96);
  border-bottom: 3px solid var(--plaza-gold);
  box-sizing: border-box;
}

.hero {
  position: relative;
  padding: 120px 20px 24px;
  text-align: center;
}

.hero-logo {
  margin-bottom: 20px;
}

.keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--plaza-blue);
  letter-spacing: 0.03em;
}

.keywords span::before {
  content: "+";
  margin-right: 12px;
  color: var(--plaza-gold);
}

.keywords span:first-child::before {
  content: "";
  margin-right: 0;
}

.welcome-copy {
  max-width: 760px;
  margin: 28px auto 0;
}

.welcome-copy h1 {
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--plaza-blue);
}

.welcome-copy p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.shows-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 50px 60px;
}

@media (max-width: 991.98px) {
  .shows-grid {
    gap: 72px;
  }
}

@media (max-width: 575.98px) {
  .shows-grid {
    gap: 48px;
  }
}

.show-card {
  display: flex;
  justify-content: center;
  flex: 0 1 300px;
}

.show-card-link {
  display: block;
  width: min(100%, 300px);
  color: inherit;
  text-decoration: none;
  border-radius: 26px;
  overflow: visible;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.show-card-link:hover {
  transform: translateY(-4px);
}

.show-cover {
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 28px rgba(15, 30, 64, 0.18);
}

.show-price-pill {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  position: relative;
  z-index: 2;
  width: calc(100% + 68px);
  margin-top: -36px;
  margin-left: -34px;
  padding: 20px 30px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #e8bc10 0%, #a67400 100%);
  box-shadow: 0 12px 20px rgba(166, 116, 0, 0.28);
}

.show-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.show-price-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  line-height: 1;
  flex-wrap: wrap;
}

.show-price-current {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.show-price-original {
  color: rgba(6, 20, 46, 0.72);
  font-size: clamp(0.7rem, 1vw, 1rem);
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.show-price-discount {
  flex-shrink: 0;
  color: #d72638;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(120, 12, 24, 0.18);
}

.show-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: #1a1a1a;
}

.show-countdown-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.show-countdown-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.show-countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.show-countdown-number {
  color: #06142e;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.show-countdown-separator {
  color: #06142e;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
  padding-top: 2px;
}

.show-countdown-unit {
  margin-top: 4px;
  color: rgba(6, 20, 46, 0.88);
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.show-countdown.is-finished .show-countdown-number,
.show-countdown.is-finished .show-countdown-separator {
  opacity: 0.8;
}

.plazaplus-detail {
  max-width: 1320px;
  margin: 0 auto;
  padding: 132px 20px 64px;
}

.top-ribbon-home {
  display: inline-flex;
}

.plazaplus-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--plaza-blue);
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.plazaplus-detail-card {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}

.plazaplus-detail-poster {
  width: min(100%, 280px);
}

.plazaplus-iframe-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(20, 41, 79, 0.08);
  box-shadow: 0 22px 44px rgba(10, 36, 82, 0.1);
}

.plazaplus-iframe-wrap iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.plazaplus-iframe-empty {
  margin: 0;
  padding: 44px 20px;
  text-align: center;
  color: var(--plaza-blue);
  font-weight: 700;
}

@media (max-width: 1275.98px) {
  body.plazaplus-body::before,
  body.plazaplus-body::after {
    top: 0;
    bottom: 0;
    height: auto;
    width: 22vw;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .show-card-link {
    width: min(100%, 290px);
  }

  .show-price-pill {
    width: calc(100% + 60px);
    margin-top: -22px;
    margin-left: -30px;
    padding: 20px 30px 20px;
  }

  .show-price-top {
    gap: 10px;
  }

  .show-price-current {
    font-size: 1.35rem;
  }

  .show-price-original {
    font-size: 1rem;
  }

  .show-price-discount {
    font-size: 1.15rem;
  }

  .show-countdown-label {
    font-size: 0.68rem;
  }

  .show-countdown-track {
    gap: 6px;
  }

  .show-countdown-number {
    font-size: 1.25rem;
  }

  .show-countdown-separator {
    font-size: 1.15rem;
  }

  .show-countdown-unit {
    font-size: 0.46rem;
  }
}

@media (max-width: 991.98px) {
  .plazaplus-detail-card {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .plazaplus-detail {
    padding-top: 116px;
  }

  .plazaplus-iframe-wrap {
    padding: 12px;
    border-radius: 20px;
  }

  .plazaplus-iframe-wrap iframe {
    min-height: 760px;
    border-radius: 16px;
  }
}

.plus {
  position: absolute;
  width: clamp(34px, 9vw, 120px);
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(6, 20, 46, 0.92) 0%, var(--plaza-gold) 100%);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
  clip-path: polygon(
    40% 0,
    60% 0,
    60% 40%,
    100% 40%,
    100% 60%,
    60% 60%,
    60% 100%,
    40% 100%,
    40% 60%,
    0 60%,
    0 40%,
    40% 40%
  );
  transform: rotate(18deg);
}

.plus-a { top: 9%; left: 8%; }
.plus-b { top: 18%; right: 8%; width: clamp(26px, 7vw, 72px); }
.plus-c { bottom: 12%; left: 10%; width: clamp(44px, 12vw, 140px); }
.plus-d { bottom: 18%; right: 12%; width: clamp(34px, 8vw, 82px); }
.plus-e { top: 14%; left: 5%; }
.plus-f { top: 22%; right: 7%; width: clamp(54px, 10vw, 130px); }
.plus-g { bottom: -2%; right: 12%; width: clamp(70px, 12vw, 170px); }

.legal-shell {
  min-height: 100vh;
  background: #fffefb;
}

.legal-topbar {
  padding: 24px 20px 0;
}

.legal-content {
  color: var(--plaza-text);
}

.legal-content .container {
  max-width: 960px;
  color: var(--plaza-text) !important;
}

.legal-content .text-light,
.legal-content p,
.legal-content h3,
.legal-content h4 {
  color: var(--plaza-text) !important;
}

@media (max-width: 640px) {
  body.plazaplus-body::before,
  body.plazaplus-body::after {
    /*display: none;
  }

  .top-ribbon {
    padding: 16px 18px;
  }

  .login-stage {
    padding: 12px 6px;
  }

  .login-copy {
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .login-title {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .login-keywords {
    gap: 8px 12px;
    margin-bottom: 20px;
    font-size: 0.82rem;
  }

  .access-input-large {
    min-height: 64px;
    padding: 18px 20px;
    font-size: 1.05rem;
  }

  .consent-row-centered {
    font-size: 0.9rem;
  }

  .keywords {
    gap: 8px 14px;
    font-size: 0.88rem;
  }
}
