:root {
  --bg: #050507;
  --bg-soft: #0a0a10;
  --panel: #0b0b12;
  --text: #f3f5f8;
  --muted: #b9bfd1;
  --pink: #ff3ab7;
  --fuchsia: #f518a8;
  --border: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

body {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
  padding-bottom: 108px;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: radial-gradient(#ffffff 0.4px, transparent 0.4px);
  background-size: 3px 3px;
  z-index: 40;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem clamp(1rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, rgba(5, 5, 7, 0.88), rgba(5, 5, 7, 0.15) 70%, transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: clamp(112px, 13vw, 165px);
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2.2vw, 1.8rem);
}

.desktop-nav a {
  color: #f2f4f7;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.desktop-nav a:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.menu-toggle-lines {
  display: inline-grid;
  gap: 3px;
}

.menu-toggle-line {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.2s ease;
}

.menu-toggle.is-open .menu-toggle-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.socials {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.socials a {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #d0d4de;
  border-radius: 999px;
  background: transparent;
  border: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.socials a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.socials a svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  display: block;
}

.socials a.icon-youtube {
  width: 2.16rem;
  height: 1.72rem;
  border-radius: 0.48rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fbfdff;
}

.socials a.icon-youtube svg {
  width: 1.1rem;
  height: 1.1rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(5rem, 14vh, 9rem) clamp(1rem, 5vw, 4.5rem) clamp(2.4rem, 8vh, 5rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -8% -6%;
  background:
    radial-gradient(460px 280px at 20% 28%, rgba(218, 0, 128, 0.34), transparent 72%),
    radial-gradient(360px 220px at 80% 18%, rgba(218, 0, 128, 0.3), transparent 74%),
    radial-gradient(520px 280px at 68% 80%, rgba(218, 0, 128, 0.24), transparent 76%);
  filter: blur(22px);
  pointer-events: none;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 16% 24%, rgba(218, 0, 128, 0.75) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 42%, rgba(218, 0, 128, 0.66) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 62% 20%, rgba(218, 0, 128, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 34%, rgba(218, 0, 128, 0.58) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 66%, rgba(218, 0, 128, 0.64) 0 1.1px, transparent 2.4px);
  opacity: 0.62;
  pointer-events: none;
  z-index: 1;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image {
  background:
    radial-gradient(700px 420px at 24% 68%, rgba(255, 58, 183, 0.32), transparent 62%),
    radial-gradient(700px 420px at 77% 26%, rgba(245, 24, 168, 0.24), transparent 68%),
    url('/asset/bannernuevo.png');
  background-size: cover;
  background-position: center 30%;
  transform: translateY(0) scale(1.05);
  filter: saturate(1.08) contrast(1.07);
  animation: heroImageRise 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform;
}

@keyframes heroImageRise {
  from {
    transform: translateY(78px) scale(1.12);
  }
  to {
    transform: translateY(0) scale(1.05);
  }
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.93) 0%, rgba(5, 5, 8, 0.6) 40%, rgba(5, 5, 8, 0.18) 65%, rgba(5, 5, 8, 0.6) 100%),
    linear-gradient(180deg, rgba(5, 5, 8, 0.4) 0%, rgba(5, 5, 8, 0.72) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 45rem;
}

.hero-live {
  width: min(470px, 62vw);
  margin: 0 0 1rem;
}

#hero-live-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #020205;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.hero-live-controls {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.hero-mute-btn {
  border: 1px solid var(--border);
  background: rgba(8, 8, 12, 0.8);
  color: #fff;
  border-radius: 999px;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.45rem 0.8rem;
  cursor: pointer;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4.2rem, 17vw, 13rem);
  line-height: 0.87;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.hero-copy p {
  margin: 1.1rem 0 0;
  font-size: clamp(1rem, 2.4vw, 1.9rem);
  color: #e9ecf2;
}

.bakana-inline-logo {
  height: 1.45em;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 0.28rem;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.28));
}

.hero-outline {
  position: absolute;
  right: clamp(-1.1rem, 0.2vw, 0.5rem);
  bottom: clamp(2rem, 10vh, 6rem);
  z-index: 2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 11.5vw, 8.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(245, 247, 255, 0.82);
  text-transform: uppercase;
  opacity: 0.78;
}

.videos-wrap {
  position: relative;
  z-index: 2;
  margin-top: -2.5rem;
  padding: 0 clamp(1rem, 4vw, 3.5rem) 2.4rem;
}

.ad-zone {
  width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto 1.2rem;
  padding: 0.56rem 0.62rem 0.68rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.ad-zone-label {
  margin: 0 0 0.45rem;
  color: #a9b0bf;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-slot {
  min-height: 96px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.ad-slot .adsbygoogle {
  min-height: 96px;
}

.ad-zone-hidden {
  display: none !important;
}

.ad-zone-home {
  margin-top: 0.3rem;
}

.ad-zone-home-bottom {
  margin-top: 0.95rem;
}

.updated {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.updated-hidden {
  display: none;
}

.slideshow {
  padding: 0;
}

.stage-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

#video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #030308;
}

.nav-btn {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.15rem;
}

.slide-meta {
  margin-top: 0.95rem;
}

.counter {
  margin: 0;
  color: #a8aec0;
  font-size: 0.77rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.slide-meta h3 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.1rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
}

.stats {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.meta-actions {
  margin-top: 0.95rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.66rem 1rem;
  font-size: 0.85rem;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(110deg, var(--pink), var(--fuchsia));
  color: #130513;
}

.btn-ghost {
  color: #edf2ef;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.progress-track {
  margin-top: 0.95rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--pink), var(--fuchsia));
}

.error {
  margin-top: 0.95rem;
  color: #ffb1a0;
}

.hidden {
  display: none;
}

footer {
  text-align: center;
  color: #99a0b1;
  padding: 1.1rem 1rem 1.6rem;
  font-size: 0.87rem;
}

.radio-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(95deg, rgba(8, 8, 12, 0.93), rgba(32, 9, 26, 0.92));
  backdrop-filter: blur(8px);
}

.radio-dock-inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}

.radio-dock-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
}

.radio-dock-logo {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
}

.radio-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5a92;
  box-shadow: 0 0 0 8px rgba(255, 90, 146, 0.16);
  animation: dockPulse 1.2s ease-in-out infinite;
}

.radio-dock-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

.radio-dock-subtitle {
  margin: 0.1rem 0 0;
  font-size: 0.85rem;
  opacity: 0.85;
}

.radio-dock-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.radio-dock-play {
  border: 0;
  border-radius: 12px;
  padding: 0.62rem 0.95rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(120deg, var(--pink), var(--fuchsia));
}

.radio-dock-volume {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
}

.radio-dock-mute {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9px;
  padding: 0.3rem 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.radio-dock-mute:hover {
  background: rgba(255, 255, 255, 0.16);
}

.radio-dock-volume input {
  width: 120px;
  accent-color: #ff5a92;
}

@keyframes dockPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 90, 146, 0.28);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 90, 146, 0.1);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
    justify-self: center;
    z-index: 60;
  }

  .desktop-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 1rem;
    right: 1rem;
    z-index: 55;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.75rem;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(8, 8, 12, 0.97);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
  }

  .desktop-nav.is-open {
    display: flex;
  }

  .desktop-nav a {
    display: block;
    border-radius: 10px;
    padding: 0.58rem 0.62rem;
  }

  .desktop-nav a:first-child {
    text-decoration: none;
  }

  .desktop-nav a:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .socials {
    justify-self: end;
  }

  body {
    padding-bottom: 132px;
  }

  .radio-dock-inner {
    min-height: 96px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.4rem;
  }

  .radio-dock-controls {
    width: 100%;
    justify-content: space-between;
  }

  .radio-dock-volume input {
    width: min(38vw, 170px);
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .socials a {
    width: 1.7rem;
    height: 1.7rem;
  }

  .socials a svg {
    width: 1.02rem;
    height: 1.02rem;
  }

  .socials a.icon-youtube {
    width: 2rem;
    height: 1.58rem;
  }

  .hero {
    padding-top: 5.3rem;
    min-height: 88vh;
  }

  .hero-live {
    width: min(100%, 420px);
  }

  .hero-outline {
    bottom: 1.1rem;
    right: -0.2rem;
    font-size: clamp(2.2rem, 13vw, 5rem);
    -webkit-text-stroke: 1.4px rgba(245, 247, 255, 0.76);
  }

  .videos-wrap {
    margin-top: -1.6rem;
  }

  .ad-zone {
    width: calc(100vw - 1rem);
    border-radius: 12px;
  }

  .stage-wrap {
    grid-template-columns: 1fr;
  }

  .nav-btn {
    width: 100%;
    height: 2.2rem;
  }
}

#updated-at {
  display: none !important;
}
