html:has(body.poster-landing),
body.poster-landing {
  display: block !important;
  width: 100% !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  color: #f6f9ff !important;
  background: #05070a !important;
}

body.poster-landing .landing-shell,
body.poster-landing main,
body.poster-landing .poster-hero {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
}

body.poster-landing .landing-shell,
body.poster-landing main {
  display: block !important;
  min-height: 100vh !important;
}

body.poster-landing .poster-hero {
  position: relative !important;
  display: grid !important;
  min-height: 100vh !important;
  place-items: center !important;
  overflow: hidden !important;
}

body.poster-landing .poster-header {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.poster-landing .poster-wall,
body.poster-landing .poster-shade {
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  transform: none !important;
}

body.poster-landing .poster-wall {
  top: 0 !important;
  bottom: 0 !important;
  display: grid !important;
  height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  grid-auto-flow: dense !important;
  align-content: stretch !important;
}

body.poster-landing .poster-tile {
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  animation: posterTileIn 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--tile-delay, 0ms);
  grid-column: auto !important;
  grid-row: auto !important;
}

body.poster-landing .poster-tile img,
body.poster-landing .poster-tile video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.poster-landing .poster-tile {
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms ease,
    filter 420ms ease;
}

body.poster-landing .poster-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(49, 239, 196, 0.24), transparent 44%);
  transition: opacity 360ms ease;
}

body.poster-landing .poster-tile:hover {
  z-index: 4;
  transform: translateY(-4px) scale(1.025);
  filter: saturate(1.12) contrast(1.04);
}

body.poster-landing .poster-tile:hover::after,
body.poster-landing .poster-tile.is-video-active::after {
  opacity: 1;
}

body.poster-landing .poster-tile img {
  display: block;
  opacity: 1;
  transform: scale(1.015);
  transition: opacity 520ms ease, transform 900ms ease;
}

body.poster-landing .poster-tile video {
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 700ms ease, transform 1100ms ease;
}

body.poster-landing .poster-tile.is-video-active video {
  opacity: 1;
  transform: scale(1);
}

body.poster-landing .poster-tile.is-video-active img {
  opacity: 0;
  transform: scale(1.05);
}

body.poster-landing .poster-click-pop {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 0 18px currentColor, 0 10px 28px rgba(0, 0, 0, 0.46);
  transform: translate(-50%, -90%) scale(0.82);
  animation: posterClickFloat 980ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.poster-landing.is-support-open {
  overflow: hidden !important;
}

body.poster-landing .support-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 28px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

body.poster-landing .support-panel[aria-hidden="false"] {
  pointer-events: auto;
  opacity: 1;
}

body.poster-landing .support-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 38%, rgba(111, 229, 255, 0.14), transparent 36%),
    rgba(1, 3, 7, 0.72);
  backdrop-filter: blur(18px);
}

body.poster-landing .support-card {
  position: relative;
  width: min(520px, calc(100vw - 36px));
  overflow: hidden;
  border-radius: 34px;
  padding: 34px;
  color: #f7fbff;
  background:
    linear-gradient(145deg, rgba(18, 26, 34, 0.94), rgba(6, 9, 14, 0.94)),
    radial-gradient(circle at 12% 0%, rgba(86, 255, 214, 0.18), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.62);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.poster-landing .support-panel[aria-hidden="false"] .support-card {
  transform: translateY(0) scale(1);
}

body.poster-landing .support-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

body.poster-landing .support-orb {
  width: 58px;
  height: 58px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 32% 28%, #ffffff, transparent 18%),
    linear-gradient(135deg, #5df7d1, #8fc8ff 54%, #fff0bc);
  box-shadow: 0 18px 58px rgba(100, 230, 255, 0.32);
}

body.poster-landing .support-kicker {
  margin: 22px 0 8px;
  color: #75f7d4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.poster-landing .support-card h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.poster-landing .support-subtitle {
  margin: 12px 0 24px;
  color: rgba(235, 246, 255, 0.72);
  font-size: 15px;
}

body.poster-landing .support-content {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 18px;
  align-items: stretch;
}

body.poster-landing .support-qr-wrap,
body.poster-landing .support-meta {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.poster-landing .support-qr-wrap {
  padding: 10px;
}

body.poster-landing .support-qr {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

body.poster-landing .support-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px;
}

body.poster-landing .support-meta span {
  color: rgba(235, 246, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

body.poster-landing .support-meta strong {
  margin: 7px 0 14px;
  font-size: 24px;
  line-height: 1.1;
  word-break: break-all;
}

body.poster-landing .support-meta small {
  color: rgba(235, 246, 255, 0.66);
  font-size: 13px;
}

body.poster-landing .support-meta small b {
  color: #ffffff;
  font-weight: 900;
}

body.poster-landing .support-copy {
  margin-top: 18px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #041010;
  background: #efffff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(130, 255, 231, 0.18);
}

@keyframes posterTileIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes posterClickFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, -58%) scale(0.72) rotate(-4deg);
  }

  14% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -188%) scale(1.18) rotate(4deg);
  }
}

@media (min-width: 761px) {
  body.poster-landing .poster-wall {
    grid-template-columns: repeat(14, minmax(132px, 1fr)) !important;
    grid-auto-rows: minmax(154px, 1fr) !important;
    gap: 10px !important;
    padding: 64px 0 0 !important;
    transform: none !important;
  }

  body.poster-landing .poster-hero-content {
    width: min(720px, calc(100vw - 56px)) !important;
  }
}

@media (max-width: 760px) {
  body.poster-landing .poster-header {
    position: relative !important;
  }

  body.poster-landing .poster-wall {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    grid-template-columns: repeat(4, minmax(84px, 1fr)) !important;
    grid-auto-rows: minmax(118px, 1fr) !important;
    gap: 6px !important;
    padding: 0 0 72px !important;
    transform: none !important;
  }

  body.poster-landing .support-card {
    padding: 26px;
    border-radius: 28px;
  }

  body.poster-landing .support-content {
    grid-template-columns: 1fr;
  }

  body.poster-landing .support-qr-wrap {
    width: min(210px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.poster-landing .poster-tile,
  body.poster-landing .poster-tile img,
  body.poster-landing .poster-tile video,
  body.poster-landing .poster-click-pop {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
