html body #huplays-preview-20260821 {
  --hp-hero-photo: url('player-hero-social.webp?v=20260825c');
}

#huplays-preview-20260821 .hp-social-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 7px 18px;
  color: var(--hp-muted);
  background: #080914;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 11px;
  letter-spacing: .035em;
}

#huplays-preview-20260821 .hp-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .045);
  transition: color .2s ease, transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

#huplays-preview-20260821 .hp-social-link:hover {
  border-color: currentColor;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  transform: translateY(-2px);
}

#huplays-preview-20260821 .hp-social-facebook {
  color: var(--hp-cyan);
}

#huplays-preview-20260821 .hp-social-instagram {
  color: var(--hp-pink);
}

#huplays-preview-20260821 .hp-social-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

#huplays-preview-20260821 .hp-social-instagram .hp-social-icon rect,
#huplays-preview-20260821 .hp-social-instagram .hp-social-icon circle:not(.hp-instagram-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

#huplays-preview-20260821 .hp-social-instagram .hp-instagram-dot {
  fill: currentColor;
  stroke: none;
}

#huplays-preview-20260821 .hp-social-link:focus-visible {
  outline: 2px solid var(--hp-lime);
  outline-offset: 3px;
}

#huplays-preview-20260821 .hp-hero-mobile-media {
  display: none;
}

#huplays-preview-20260821 .hp-how-intro {
  max-width: 880px;
}

#huplays-preview-20260821 .hp-how-content {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(290px, .76fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  margin-top: 20px;
}

#huplays-preview-20260821 .hp-how-content .hp-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 22px;
  margin-top: 0;
}

#huplays-preview-20260821 .hp-device-stage {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
  padding: 46px 42px;
  perspective: 1500px;
  isolation: isolate;
}

#huplays-preview-20260821 .hp-device-render {
  display: block;
  width: min(440px, 100%);
  height: auto;
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, .34));
}

#huplays-preview-20260821 .hp-device-stage::before {
  position: absolute;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 2, 178, .28), rgba(88, 93, 234, .14) 44%, transparent 72%);
  content: '';
  filter: blur(8px);
}

#huplays-preview-20260821 .hp-device {
  position: relative;
  width: min(318px, 88%);
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 44px;
  background: linear-gradient(145deg, #5a5d6e 0%, #151720 18%, #05060b 62%, #343747 100%);
  box-shadow: 0 42px 90px rgba(0, 0, 0, .62), 0 0 0 2px rgba(0, 0, 0, .72), inset 0 1px 1px rgba(255, 255, 255, .4), 0 0 54px rgba(88, 93, 234, .2);
}

#huplays-preview-20260821 .hp-device-perspective {
  border: 2px solid #aeb2bc;
  background: linear-gradient(90deg, #4f535d 0%, #d5d8df 4%, #171920 8%, #05060a 100%);
  box-shadow:
    28px 38px 70px rgba(0, 0, 0, .5),
    5px 8px 18px rgba(0, 0, 0, .34),
    inset 1px 0 1px rgba(255, 255, 255, .72),
    0 0 44px rgba(88, 93, 234, .2);
  transform: rotateY(-17deg) rotateX(1.5deg) rotateZ(-.8deg);
  transform-origin: 58% 50%;
  transform-style: preserve-3d;
}

#huplays-preview-20260821 .hp-device-perspective::before {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: -15px;
  bottom: 18px;
  width: 16px;
  border: 1px solid rgba(74, 77, 86, .9);
  border-left: 0;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, #d6d8de 0%, #a7abb4 24%, #555963 58%, #24272e 84%, #111218 100%);
  box-shadow:
    7px 8px 16px rgba(0, 0, 0, .3),
    inset 1px 0 rgba(255, 255, 255, .68),
    inset -1px 0 rgba(0, 0, 0, .48);
  content: '';
}

#huplays-preview-20260821 .hp-device-perspective::after {
  position: absolute;
  z-index: 2;
  top: 72px;
  right: -15px;
  width: 16px;
  height: 3px;
  background: linear-gradient(90deg, #747882, #202228);
  box-shadow: 0 492px 0 rgba(44, 47, 54, .95);
  content: '';
}

#huplays-preview-20260821 .hp-device-screen {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  background: #090a0e;
}

#huplays-preview-20260821 .hp-device-screen img {
  width: 100%;
  height: auto;
}

#huplays-preview-20260821 .hp-device-notch {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 50%;
  width: 31%;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 999px;
  background: #030306;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .9);
  transform: translateX(-50%);
}

#huplays-preview-20260821 .hp-device-side {
  position: absolute;
  z-index: -1;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(#777b8e, #1c1e29 30%, #06070b);
}

#huplays-preview-20260821 .hp-device-side-volume {
  top: 108px;
  left: -5px;
  height: 72px;
  box-shadow: 0 88px 0 #181a23;
}

#huplays-preview-20260821 .hp-device-side-power {
  top: 160px;
  right: -5px;
  height: 92px;
  border-radius: 0 4px 4px 0;
}

#huplays-preview-20260821 section.hp-book-flow .hp-book-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
}

#huplays-preview-20260821 .hp-roster-showcase {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  padding: 34px 46px;
  isolation: isolate;
  transform: translate3d(0, var(--hp-parallax-front), 0);
}

#huplays-preview-20260821 .hp-roster-showcase::before {
  position: absolute;
  z-index: -1;
  width: 92%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 230, 208, .2), rgba(88, 93, 234, .13) 48%, transparent 72%);
  content: '';
  filter: blur(7px);
}

#huplays-preview-20260821 .hp-roster-showcase .hp-device {
  width: min(322px, 86%);
}

#huplays-preview-20260821 .hp-roster-note {
  position: absolute;
  right: 3px;
  bottom: 42px;
  max-width: 215px;
  padding: 14px 17px;
  border: 1px solid rgba(216, 241, 16, .3);
  border-radius: 17px;
  color: var(--hp-muted);
  background: rgba(5, 6, 17, .87);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
  font-size: 12px;
  line-height: 1.45;
}

#huplays-preview-20260821 .hp-roster-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hp-lime);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#huplays-preview-20260821 .hp-final h2 {
  max-width: 13ch;
  margin-right: auto;
  margin-left: auto;
}

#huplays-preview-20260821 .hp-footer {
  flex-wrap: wrap;
}

#huplays-preview-20260821 .hp-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 980px) {
  #huplays-preview-20260821 .hp-how-content {
    grid-template-columns: 1fr;
  }

  #huplays-preview-20260821 section.hp-book-flow .hp-book-grid {
    grid-template-columns: 1fr;
  }

  #huplays-preview-20260821 .hp-device-stage {
    min-height: 620px;
  }
}

#huplays-preview-20260821 .hp-device-perspective .hp-device-side-power {
  z-index: 3;
  top: 136px;
  right: -18px;
  width: 5px;
  height: 88px;
  border: 1px solid rgba(83, 87, 96, .9);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, #b9bdc5, #686c75 55%, #282b32);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .36), inset 1px 0 rgba(255, 255, 255, .55);
}

@media (min-width: 981px) {
  #huplays-preview-20260821 .hp-device-stage {
    margin-top: -112px;
    padding-top: 28px;
  }
}

@media (max-width: 600px) {
  #huplays-preview-20260821 .hp-social-bar {
    gap: 14px;
    min-height: 40px;
    padding: 7px 10px;
    font-size: 9px;
  }

  #huplays-preview-20260821 section.hp-hero {
    min-height: 0;
    padding: 46px 18px 32px;
    background-image: none;
  }

  #huplays-preview-20260821 .hp-hero-mobile-media {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 24px 0 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: #0a0b15;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .36);
  }

  #huplays-preview-20260821 .hp-hero-mobile-media img {
    width: 100%;
    height: auto;
  }

  #huplays-preview-20260821 .hp-match-signal {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 26px;
  }

  #huplays-preview-20260821 .hp-how-content {
    gap: 30px;
    margin-top: 20px;
  }

  #huplays-preview-20260821 .hp-how-content .hp-steps {
    gap: 24px 14px;
  }

  #huplays-preview-20260821 .hp-device-stage {
    min-height: 590px;
    padding: 28px 30px 52px;
  }

  #huplays-preview-20260821 .hp-device-render {
    width: min(360px, 100%);
  }

  #huplays-preview-20260821 .hp-device {
    width: min(270px, 88%);
    border-radius: 38px;
  }

  #huplays-preview-20260821 .hp-device-perspective {
    transform: rotateY(-14deg) rotateX(1deg) rotateZ(-.6deg);
  }

  #huplays-preview-20260821 .hp-device-screen {
    border-radius: 30px;
  }

  #huplays-preview-20260821 .hp-device-notch {
    top: 14px;
    height: 21px;
  }

  #huplays-preview-20260821 .hp-roster-showcase {
    min-height: 620px;
    padding: 28px 30px 62px;
  }

  #huplays-preview-20260821 .hp-roster-showcase .hp-device {
    width: min(274px, 88%);
  }

  #huplays-preview-20260821 .hp-roster-note {
    right: 0;
    bottom: 20px;
    max-width: 190px;
    font-size: 11px;
  }

  #huplays-preview-20260821 .hp-final h2 {
    font-size: clamp(46px, 14vw, 63px);
  }

  #huplays-preview-20260821 .hp-footer-social {
    flex-direction: row;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #huplays-preview-20260821 .hp-roster-showcase {
    transform: none;
  }
}
