:root {
  --bg: #000000;
  --text: #f5f7fb;
  --muted: #cdd2da;
  --line: #2a3b45;
  --pill-bg: rgba(78, 83, 90, 0.66);
  --pill-airing: #00d27a;
  --nav-bg: #080a0d;
  --fs-xs: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  --fs-sm: clamp(0.8125rem, 0.78rem + 0.3vw, 0.9375rem);
  --fs-base: clamp(0.9375rem, 0.9rem + 0.25vw, 1rem);
  --fs-lg: clamp(1rem, 0.95rem + 0.4vw, 1.125rem);
  --fs-xl: clamp(1.125rem, 1.02rem + 0.8vw, 1.5rem);
  --fs-2xl: clamp(1.375rem, 1.1rem + 1.2vw, 2rem);
  --fs-3xl: clamp(1.75rem, 1.35rem + 1.8vw, 2.375rem);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

button,
a,
[role="button"] {
  -webkit-user-select: none;
  user-select: none;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

html,
body {
  margin: 0;
  background: #0a0f14;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  overflow-x: clip;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

/* Hide fallback hero copy/poster until slider data is hydrated. */
body.hero-hydrating .hero-stack {
  opacity: 0;
}

body:not(.hero-hydrating) .hero-skeleton {
  opacity: 0;
  visibility: hidden;
}

.phone {
  width: min(375px, 100vw);
  max-width: 100%;
  min-height: 100dvh;
  background: #000;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #2d4551;
  border-right: 1px solid #2d4551;
  padding-bottom: 74px;
}

.hero {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.35s ease;
}

.hero-trailer-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.hero-trailer-layer iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.14);
  border: 0;
  pointer-events: none;
}

.hero-trailer-layer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 92px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.36) 60%, transparent 100%);
}

.hero.hero--trailer-active .hero-bg,
.hero.hero--trailer-active .hero-mask-image {
  opacity: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 34, 44, 0.22) 0%, rgba(16, 22, 29, 0.58) 58%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(90deg, rgba(8, 12, 16, 0.2) 0%, rgba(8, 12, 16, 0.14) 100%);
}

.hero-skeleton {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 0 14px 14px;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.hero-skeleton-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hero-skeleton-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.hero-skeleton-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-skeleton-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-skeleton-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-skel {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0.1) 80%);
  background-size: 220% 100%;
  animation: hero-skeleton-shimmer 1.15s linear infinite;
}

.hero-skel-logo {
  width: min(250px, 66vw);
  height: 40px;
  border-radius: 10px;
}

.hero-skel-line {
  width: min(280px, 74vw);
  height: 10px;
}

.hero-skel-line-short {
  width: min(210px, 58vw);
}

.hero-skel-pill {
  width: 72px;
  height: 26px;
}

.hero-skel-watch {
  width: 128px;
  height: 36px;
}

.hero-skel-icon {
  width: 36px;
  height: 36px;
}

.hero-skel-dot {
  width: 12px;
  height: 5px;
}

.hero-skel-dot-active {
  width: 32px;
}

@keyframes hero-skeleton-shimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -30% 0;
  }
}

.topbar {
  position: relative;
  z-index: 8;
  height: 64px;
  padding: 1px 10px 0;
  display: flex;
  align-items: center;
}

.topbar-inner {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-left,
.topbar-actions {
  display: flex;
  align-items: center;
}

.topbar-actions {
  gap: 8px;
}

.topbar-brand-btn {
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
}

.topbar-logo {
  width: 146px;
  height: 33px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.topbar-action-link,
.topbar-action-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
  text-decoration: none;
}

.topbar-action-btn {
  cursor: pointer;
}

.topbar-action-link:hover,
.topbar-action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.topbar-action-link i,
.topbar-action-btn i {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.topbar-action-link .fa-telegram {
  font-size: 22px;
  line-height: 1;
}

.logo {
  width: 146px;
  height: 33px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pc-header {
  display: none;
}

.pc-trending-section {
  display: none;
}

.pc-dive-section {
  display: none;
}

.hero-stack {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  z-index: 2;
  padding: 0 14px 14px;
}

.hero-mask-image {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  opacity: 1;
  filter: brightness(0.75);
  transition: opacity 0.35s ease;
}

.hero-mask-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-linear-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 15%);
}

.hero-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-logo-link {
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
}

.hero-logo-wrap {
  height: 88px;
  width: 250px;
  display: flex;
  align-items: center;
}

.hero-title-text {
  margin: 0;
  font-size: var(--fs-2xl);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.hero-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.hero-title-logo {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.45));
}

.hero-title-logo[hidden] {
  display: none !important;
}

.hero-desc {
  margin: 0;
  color: #b7c0cc;
  font-size: var(--fs-xs);
  font-weight: 300;
  line-height: 1.35;
  max-width: 320px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-row {
  margin-top: 0;
  display: flex;
  gap: 8px;
}

.meta-row .radius-full {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.meta-row #heroYearPill {
  justify-content: center;
}

.pill {
  height: 34px;
  border-radius: 999px;
  background: var(--pill-bg);
  color: #eceff3;
  font-size: var(--fs-base);
  line-height: 34px;
  padding: 0 14px;
  font-weight: 500;
}

.pill-airing {
  color: var(--pill-airing);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  pointer-events: auto;
  flex-shrink: 0;
}

.hero-actions #heroAddListBtn,
.hero-actions #heroAudioToggle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 0;
  transform: none;
}

.hero-actions #heroAddListBtn svg,
.hero-actions #heroAudioToggle svg {
  width: 16px;
  height: 16px;
  margin: 0;
  display: block;
  flex-shrink: 0;
}

.watch-btn {
  height: 52px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: var(--fs-lg);
  font-weight: 500;
  padding: 0 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.pc-hero-watch svg {
  display: none;
}

.plus-btn {
  border: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1) !important;
  background-image: radial-gradient(#0000001f 0, #ffffff1f) !important;
}

@media (hover: hover) and (pointer: fine) {
  .plus-btn:hover {
    background: #fff !important;
    color: #111 !important;
  }
}

.plus-btn:active {
  transform: scale(0.92);
  background: #ececec !important;
  color: #111 !important;
}

/* Remove hover on touch devices to fix sticky state */
@media (hover: none) {
  .plus-btn:hover {
    background: transparent !important;
  }
}

.audio-toggle-btn {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(90, 90, 90, 0.6);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.plus-btn.is-added {
  background: rgba(255, 255, 255, 0.1) !important;
  background-image: radial-gradient(#0000001f 0, #ffffff1f) !important;
  color: #fff !important;
}

.plus-btn:focus,
.plus-btn:focus-visible,
#heroAddListBtn:focus,
#heroAddListBtn:focus-visible {
  outline: none !important;
}

.plus-btn i,
.plus-btn svg,
.audio-toggle-btn i,
.audio-toggle-btn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.6;
}

.slider-dots {
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  pointer-events: auto;
}

.slider-dots span {
  width: 0.7rem;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  flex-shrink: 0;
  cursor: pointer;
}

.slider-dots .active {
  width: 2.2rem;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.slider-dots .active i {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 999px;
  flex-shrink: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.slider-dots .active i.is-filling {
  animation: hero-dot-fill var(--hero-slide-ms, 12000ms) cubic-bezier(0.2, 0, 0.1, 1) forwards;
}

.notify-premium {
  width: min(1520px, calc(100% - 20px));
  margin: 8px auto 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  padding: 8px 12px;
  color: #1f1f1f;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 3px solid #7b1fa2;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.notify-premium::-webkit-scrollbar {
  display: none;
}

.notify-left {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}

.notify-left i,
.notify-left svg {
  color: #7b1fa2;
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.notify-text {
  font-weight: 500;
  letter-spacing: 0.2px;
}

.notify-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  white-space: nowrap;
}

.btn-tutorial {
  background: linear-gradient(135deg, #7b1fa2, #9c27b0);
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(155, 39, 176, 0.28);
}

.btn-tutorial i,
.btn-tutorial svg {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.btn-tutorial::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.4s ease;
}

.btn-tutorial:hover::before {
  left: 100%;
}

.btn-tutorial:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 4px 12px rgba(155, 39, 176, 0.35);
}

.share-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.share-icons a,
.share-icons button {
  background: rgba(123, 31, 162, 0.06);
  border: none;
  border-radius: 6px;
  color: #333;
  padding: 4px 6px;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}

.share-icons a i,
.share-icons a svg,
.share-icons button i,
.share-icons button svg {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

.share-icons a:hover,
.share-icons button:hover {
  background: #7b1fa2;
  color: #fff;
  transform: scale(1.15);
  animation: pulse 0.6s ease;
}

.notify-close {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  color: #666;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}

.notify-close:hover {
  color: #7b1fa2;
  transform: rotate(90deg) scale(1.2);
}

.notify-close i,
.notify-close svg {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(123, 31, 162, 0.35);
  }

  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(123, 31, 162, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(123, 31, 162, 0);
  }
}

.hero-nav-desktop {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  align-self: flex-end;
  pointer-events: auto;
}

.hero-nav-desktop button {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  display: grid;
  place-items: center;
}

@keyframes hero-dot-fill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.dive-section {
  width: 100%;
  padding: 12px 0 0;
}

.dive-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 10px 0;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.dive-row::-webkit-scrollbar {
  display: none;
}

.dive-card {
  width: 200px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  text-decoration: none;
}

.dive-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.dive-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dive-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 45%);
}

.time {
  position: static;
  font-size: 14px;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 8px;
  background: rgba(26, 26, 26, 0.85);
}

.progress-track {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: #fff;
  border-radius: 999px;
}

.dive-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dive-title {
  font-size: var(--fs-sm);
  color: #a8b0bc;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dive-ep {
  font-size: var(--fs-base);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-section {
  width: 100%;
  padding: 18px 0 8px;
}

.section-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}

.section-title {
  font-size: var(--fs-xl);
  font-weight: 600;
  line-height: 1.2;
}

.section-link-icon {
  margin-left: auto;
  color: #a8b0bc;
}

.trending-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 10px 2px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.trending-row::-webkit-scrollbar {
  display: none;
}

.trend-card {
  width: 116px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  scroll-snap-align: center;
}

.trend-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.trend-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trend-placeholder {
  background: rgba(255, 255, 255, 0.08);
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: skeleton-shimmer 1.2s infinite;
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.skeleton-card {
  pointer-events: none;
}

.skeleton-line {
  display: inline-block;
  height: 10px;
  border-radius: 999px;
}

.skeleton-line--sm {
  width: 55%;
}

.skeleton-line--md {
  width: 72%;
}

.skeleton-line--lg {
  width: 88%;
}

.trend-meta {
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-xs);
  color: #a8b0bc;
  font-weight: 300;
}

.trend-name {
  font-size: var(--fs-sm);
  line-height: 1.3;
  color: #e8edf7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recently-updated-section {
  width: 100%;
  padding: 16px 10px 24px;
}

.recent-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
}

.recent-card {
  color: #fff;
  text-decoration: none;
  min-width: 0;
}

.recent-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.recent-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recent-name {
  margin-top: 7px;
  font-size: var(--fs-sm);
  line-height: 1.3;
  color: #e8edf7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.recent-page-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #aeb7c5;
  font: inherit;
  font-size: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.recent-page-btn[disabled] {
  opacity: 1;
  pointer-events: none;
  filter: brightness(0.6);
  color: #8d97a6;
  cursor: not-allowed;
}

.recent-page-indicator {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0 8px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #c5ccd8;
  font-size: var(--fs-sm);
  font-weight: 500;
  display: grid;
  place-items: center;
}

.popular-movies-section {
  width: 100%;
  padding: 4px 0 92px;
}

.popular-movies-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 10px 2px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.popular-movies-row::-webkit-scrollbar {
  display: none;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #22c55e;
  margin-right: 5px;
  vertical-align: middle;
}

.fixed {
  position: absolute;
}

.flex-center {
  display: flex;
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-col {
  flex-direction: column;
}

.size-full {
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-2xs {
  font-size: 12px;
  line-height: 1;
}

.text-xs {
  font-size: 12px;
  line-height: 1;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.gap-0\.5 {
  gap: 4px;
}

.gap-1\.5 {
  gap: 6px;
}

.h-13\.5 {
  height: 54px;
}

.bg-menu {
  background: #07090d;
}

.border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.z-20 {
  z-index: 20;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.scale-110 {
  transform: scale(1.1);
}

.suave-2 {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.suave-3 {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.h-9 {
  height: 36px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.font-semibold {
  font-weight: 600;
}

.gap-2 {
  gap: 8px;
}

.text-sm {
  font-size: 14px;
  line-height: 1;
}

.bg-white {
  background-color: #fff;
}

.bg-white\/5d {
  background-color: #ffffff0d;
}

.text-black {
  color: #111;
  text-decoration: none;
}

.radius-full {
  border-radius: 3.40282e38px;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}


.text-start {
  text-align: start;
}

.size-9 {
  width: 36px;
  height: 36px;
}

.backdrop-blur-xs {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur);
}

.bg-btn {
  --tw-shadow: 0px 3px 5px -1px #0003, 0px 6px 10px 0px #00000024, 0px 1px 18px 0px #0000001f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: radial-gradient(#0000001f 0, #ffffff1f);
}

.ring {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width, 0px)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow, 0 0 #0000), var(--tw-inset-ring-shadow, 0 0 #0000), var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white\/2 {
  --tw-ring-color: #ffffff05;
}

.ring-white\/5 {
  --tw-ring-color: #ffffff0d;
}

.ring-inset {
  --tw-ring-inset: inset;
}

.bubbly {
  transition: all 0.2s;
}

.bubbly:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.hover\:bg-white\/15:hover {
  background-color: #ffffff26;
}

.hover\:brightness-75:hover {
  filter: brightness(0.75);
}

.text-white {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.text-muted {
  color: #b0b7c3;
  text-decoration: none;
  font-weight: 400;
}

.text-green-400 {
  color: #4ade80;
}

.bg-green-400\/10 {
  background-color: #4ade801a;
}

.text-yellow-300 {
  color: #fde047;
}

.bg-yellow-400\/10 {
  background-color: #facc151a;
}

.font-medium {
  font-weight: 500;
}

.overflow-x-auto {
  overflow-x: auto;
}

@media (min-width: 640px) {
  .sm\:text-sm {
    font-size: 14px;
    line-height: 1;
  }
}

.fixed a svg {
  width: 18px;
  height: 18px;
}

.mb-you-avatar {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  object-fit: cover;
  display: none;
}

.mb-you-name {
  display: none;
  max-width: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body {
    display: block;
    background: #000;
  }

  .phone {
    width: 100%;
    min-height: 100dvh;
    border-left: 0;
    border-right: 0;
    padding-bottom: 74px;
  }

  .phone>.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
  }

  .topbar-brand-btn {
    width: auto;
    height: 44px;
    padding: 0 8px;
  }

  .topbar-logo {
    width: 136px;
    height: 31px;
  }

  .topbar-action-link,
  .topbar-action-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .topbar-action-link i,
  .topbar-action-btn i {
    width: 20px;
    height: 20px;
  }

  .hero {
    height: 540px;
  }

  .hero-overlay {
    background:
      radial-gradient(146% 108% at 50% 10%, rgba(0, 0, 0, 0.08) 24%, rgba(8, 6, 5, 0.48) 66%, rgba(0, 0, 0, 0.78) 100%),
      linear-gradient(180deg, rgba(12, 10, 9, 0.2) 0%, rgba(9, 8, 8, 0.52) 50%, rgba(0, 0, 0, 0.96) 100%),
      linear-gradient(90deg, rgba(4, 4, 4, 0.28) 0%, rgba(4, 4, 4, 0.2) 100%);
  }

  .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(16, 12, 10, 0.74) 44%, rgba(0, 0, 0, 1) 100%);
  }

  .hero-mask-image::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -10px;
    height: 136px;
    pointer-events: none;
    z-index: 1;
    background:
      radial-gradient(122% 100% at 50% 100%, rgba(16, 12, 10, 0.7) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(14, 10, 8, 0.82) 66%, rgba(0, 0, 0, 0.98) 100%);
  }

  .hero-stack {
    padding: 0 16px 18px;
    gap: 22px;
  }

  .hero-skeleton {
    padding: 0 16px 18px;
    gap: 22px;
  }

  .hero-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
  }

  .hero-skeleton-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }

  .hero-left {
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 100%;
  }

  .hero-skeleton-left {
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .hero-logo-wrap {
    width: min(320px, 100%);
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .hero-title-text {
    font-size: var(--fs-2xl);
    text-align: center;
    width: 100%;
  }

  .hero-title-logo:not([hidden])+.hero-title-text {
    display: none;
  }

  .hero-logo-wrap img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-desc {
    display: none;
  }

  .meta-row {
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pill {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: var(--fs-sm);
    font-weight: 500;
    background: rgba(88, 92, 100, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-actions {
    gap: 10px;
    flex-shrink: 0;
  }

  .hero-skeleton-actions {
    gap: 10px;
  }

  .watch-btn {
    width: auto;
    min-width: 118px;
    height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: var(--fs-sm);
    font-weight: 500;
    justify-content: center;
    white-space: nowrap;
  }

  .plus-btn {
    border: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .plus-btn i,
  .plus-btn svg,
  .audio-toggle-btn i,
  .audio-toggle-btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.4;
    margin: 0;
  }

  .audio-toggle-btn {
    width: 48px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    background: rgba(115, 120, 128, 0.45);
  }

  .plus-btn.size-9,
  .audio-toggle-btn.size-9 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
  }

  .slider-dots {
    gap: 8px;
    margin-top: 6px;
  }

  .hero-skeleton-dots {
    gap: 8px;
    margin-top: 6px;
  }

  .slider-dots span {
    width: 12px;
    height: 5px;
    background: rgba(255, 255, 255, 0.34);
  }

  .slider-dots .active {
    width: 32px;
    background: rgba(255, 255, 255, 0.2);
  }

  .recently-updated-section {
    padding-bottom: 20px;
  }

  .popular-movies-section {
    padding-bottom: 92px;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 470px;
  }

  .trending-row,
  .popular-movies-row {
    gap: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .recently-updated-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }
}

@media (min-width: 768px) {
  body {
    display: block;
    background: #000;
  }

  .phone {
    width: 100%;
    min-height: 100vh;
    border: 0;
    padding-bottom: 0;
    background: #000;
  }

  .hero {
    height: 580px;
  }

  .hero-bg,
  .hero-mask-image img {
    object-position: center 14%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 9, 12, 0.3) 0%, rgba(11, 13, 18, 0.44) 50%, rgba(0, 0, 0, 0.96) 78%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.4) 100%);
  }

  .topbar {
    display: none;
  }

  .pc-header {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 74px;
    padding: 2px 44px 0;
    user-select: none;
  }

  .pc-header-left,
  .pc-header-right {
    display: flex;
    align-items: center;
  }

  .pc-header-left {
    gap: 10px;
    min-width: 0;
  }

  .pc-header-right {
    gap: 12px;
  }

  .pc-header-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
  }

  .pc-header-btn:hover,
  .pc-header-btn.is-open {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }

  .pc-header-btn svg,
  .pc-header-btn i {
    width: 21px;
    height: 21px;
    stroke-width: 1.9;
  }

  .pc-header-btn[aria-label="Notifications"] svg,
  .pc-header-btn[aria-label="Login"] svg {
    width: 21px;
    height: 21px;
  }

  .pc-header-btn[aria-label="Notifications"] .fa-telegram {
    font-size: 23px;
    line-height: 1;
  }

  .pc-brand {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .pc-brand .logo {
    width: 186px;
    height: 37px;
  }

  .pc-searchbar {
    width: 380px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(122, 124, 135, 0.25);
    color: rgba(234, 237, 242, 0.68);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    backdrop-filter: blur(9px);
    cursor: pointer;
  }

  .pc-searchbar i,
  .pc-searchbar svg {
    width: 16px;
    height: 16px;
    color: rgba(234, 237, 242, 0.75);
    flex-shrink: 0;
  }

  .hero-stack {
    padding: 0 36px 20px;
    gap: 12px;
  }

  .hero-skeleton {
    padding: 0 36px 16px;
    gap: 12px;
  }

  .hero-stack::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: -2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 72%, #000 100%);
  }

  .hero-linear-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, transparent 18%);
  }

  .hero-inner {
    max-width: 900px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-skeleton-inner {
    max-width: 900px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-left {
    gap: 10px;
    max-width: 900px;
  }

  .hero-skeleton-left {
    gap: 10px;
    max-width: 900px;
    align-items: flex-start;
  }

  .hero-logo-wrap {
    width: auto;
    height: auto;
    min-height: 62px;
  }

  .hero-title-text {
    font-size: var(--fs-3xl);
    max-width: 560px;
    text-align: left;
  }

  .hero-skel-logo {
    width: min(380px, 42vw);
    height: 48px;
  }

  .hero-skel-line {
    width: min(520px, 54vw);
  }

  .hero-skel-line-short {
    width: min(380px, 44vw);
  }

  .hero-logo-wrap img {
    max-width: 380px;
    width: 100%;
    height: auto;
    object-position: left bottom;
  }

  .hero-desc {
    max-width: 760px;
    font-size: var(--fs-base);
    font-weight: 400;
    line-height: 1.4;
    color: rgba(226, 230, 236, 0.9);
    -webkit-line-clamp: 2;
  }

  .meta-row {
    gap: 8px;
  }

  .pill {
    height: 30px;
    line-height: 30px;
    border-radius: 999px;
    padding: 0 12px;
    font-size: var(--fs-sm);
    font-weight: 500;
    background: rgba(109, 113, 121, 0.5);
  }

  .hero-actions {
    gap: 8px;
    align-items: center;
  }

  .watch-btn {
    height: 36px;
    border-radius: 999px;
    padding: 0 16px;
    font-size: var(--fs-base);
    font-weight: 500;
  }

  .pc-hero-watch {
    height: 36px;
    padding: 0 24px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    justify-content: center;
    gap: 8px;
    border-radius: 3.40282e38px;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .pc-hero-watch:hover {
    filter: brightness(0.75);
  }

  .pc-hero-watch:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .pc-hero-watch svg {
    display: block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }

  .plus-btn {
    border: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .plus-btn i,
  .plus-btn svg,
  .audio-toggle-btn i,
  .audio-toggle-btn svg {
    width: 14px;
    height: 14px;
  }

  .audio-toggle-btn {
    width: 40px;
    height: 36px;
    border-radius: 999px;
    background: rgba(98, 99, 103, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.09);
  }

  .hero-actions button.size-9 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 50%;
  }

  .hero-actions > * {
    align-self: center;
  }

  .slider-dots {
    display: none;
  }

  .hero-nav-desktop {
    display: flex;
    transform: translateY(-34px);
  }

  .hero-nav-desktop button {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .hero-nav-desktop button:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .hero-nav-desktop button:active {
    transform: scale(0.96);
  }

  .dive-section {
    display: none;
  }

  .pc-dive-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 8px 36px 0;
    margin-bottom: 0;
  }

  .pc-dive-head {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
  }

  .pc-dive-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .pc-dive-arrow {
    margin-left: auto;
    color: #a8b0bc;
    width: 24px;
    height: 24px;
  }

  .pc-dive-scroller-wrap {
    position: relative;
    width: 100%;
  }

  .pc-dive-fade-right {
    opacity: 0;
  }

  .pc-dive-scroller {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 0 6px;
    cursor: grab;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
  }

  .pc-dive-scroller::-webkit-scrollbar {
    display: none;
  }

  .pc-dive-scroller:active {
    cursor: grabbing;
  }

  .pc-dive-card {
    width: 296px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    scroll-snap-align: start;
  }

  .pc-dive-card:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  }

  .pc-dive-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
  }

  .pc-dive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease, filter 0.25s ease;
  }

  .pc-dive-card:hover .pc-dive-thumb img {
    transform: scale(1.06);
    filter: brightness(0.75);
  }

  .pc-dive-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .pc-dive-card:hover .pc-dive-play {
    opacity: 1;
  }

  .pc-dive-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 6px;
    padding: 10px 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.26), transparent 45%);
  }

  .pc-dive-time {
    font-size: var(--fs-sm);
    font-weight: 500;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
  }

  .pc-dive-progress {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .pc-dive-progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 999px;
  }

  .pc-dive-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .pc-dive-name {
    font-size: var(--fs-lg);
    color: #a8b0bc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pc-dive-episode {
    font-size: var(--fs-2xl);
    line-height: 1.1;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .section-link {
    padding: 0;
    gap: 10px;
  }

  .section-title {
    font-size: var(--fs-3xl);
    font-weight: 600;
    line-height: 1.12;
  }

  .section-link-icon {
    display: none;
  }

  .trending-section {
    display: none;
  }

  .pc-trending-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    padding: 30px 44px 24px;
  }

  .pc-trending-head {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #fff;
  }

  .pc-trending-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .recently-updated-section .section-title,
  .popular-movies-section .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    min-height: 32px;
  }

  .pc-trending-arrow {
    margin-left: auto;
    color: #a8b0bc;
    width: 24px;
    height: 24px;
  }

  .pc-trending-scroller-wrap {
    position: relative;
    width: 100%;
  }

  .pc-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
  }

  .pc-fade-left {
    left: 0;
    background: linear-gradient(90deg, #000 0%, transparent 100%);
    opacity: 0;
  }

  .pc-fade-right {
    right: 0;
    background: linear-gradient(270deg, #000 0%, transparent 100%);
    opacity: 1;
  }

  .pc-trending-scroller {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 4px 0;
    cursor: grab;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
  }

  .pc-trending-scroller::-webkit-scrollbar {
    display: none;
  }

  .pc-trending-scroller:active {
    cursor: grabbing;
  }

  .pc-trend-card {
    width: 198px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    scroll-snap-align: start;
  }

  .pc-trend-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.4;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
  }

  .pc-trend-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pc-rating-badge {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 24px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffd24a;
    font-size: var(--fs-sm);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
  }

  .pc-trend-meta {
    display: flex;
    justify-content: space-between;
    font-size: var(--fs-base);
    color: #a8b0bc;
    font-weight: 400;
  }

  .pc-trend-name {
    font-size: var(--fs-base);
    line-height: 1.35;
    color: #eef2f7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .recently-updated-section {
    padding: 22px 44px 28px;
  }

  .recent-grid {
    grid-template-columns: repeat(auto-fill, minmax(198px, 198px));
    justify-content: space-between;
    gap: 18px 14px;
  }

  .recent-name {
    font-size: var(--fs-sm);
  }

  .recent-page-btn {
    height: 36px;
    min-width: 36px;
  }

  .recent-page-indicator {
    font-size: var(--fs-base);
  }

  .popular-movies-section {
    padding: 16px 0 24px;
  }

  .popular-movies-section .section-link {
    padding: 0 44px;
  }

  .popular-movies-row {
    gap: 22px;
    padding: 12px 44px 4px;
  }

  .popular-movies-row .trend-card {
    width: 198px;
  }

  .fixed {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-modal-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(8, 11, 16, 0.55);
  backdrop-filter: blur(0.95rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 120;
}

.search-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal-overlay[data-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal {
  width: min(31rem, 100%);
  background: linear-gradient(160deg, rgba(13, 13, 14, 0.96), rgba(7, 7, 8, 0.95));
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.56);
  padding: 0;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  min-height: 9.6rem;
}

.search-modal-overlay.is-open .search-modal {
  transform: scale(1);
  opacity: 1;
}

.search-modal-overlay[data-state="open"] .search-modal {
  transform: scale(1);
  opacity: 1;
}

.search-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 130;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  opacity: 0.88;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.search-modal-close:hover {
  opacity: 1;
  transform: scale(1.05);
}

@media (min-width: 80rem) {

  .pc-trending-title,
  .recently-updated-section .section-title,
  .popular-movies-section .section-title {
    font-size: 1.5rem;
    line-height: 1.3334;
  }

  .search-modal-close {
    opacity: 0;
  }

  .group-dialog-overlay:hover .search-modal-close {
    opacity: 1;
  }
}

.search-modal-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 0.62rem 0.82rem;
}

.search-modal-top i {
  color: rgba(255, 255, 255, 0.82);
}

.search-modal-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.96rem;
  color: #f7f7f8;
}

.search-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.search-modal-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: background-color 0.24s ease, box-shadow 0.24s ease;
}

.search-modal-filter:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0.9rem rgba(255, 255, 255, 0.1);
}

.search-modal-results {
  margin-top: 0;
  max-height: 17.5rem;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  gap: 0.08rem;
  padding: 0.28rem;
}

.search-modal.has-query .search-modal-results {
  display: flex;
}

.search-empty-state {
  min-height: 4.8rem;
  display: grid;
  place-items: center;
  padding: 1rem 0.8rem 1.1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.9rem;
  font-size: clamp(0.9rem, 1.2vw, 1.22rem);
  line-height: 1.3;
}

.search-modal.has-query .search-empty-state {
  display: none;
}

.search-no-results {
  display: none;
  min-height: 6rem;
  place-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.95rem;
  padding: 1rem;
}

.search-modal.has-query.no-results .search-no-results {
  display: grid;
}

.search-result-item {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  background: transparent;
  border: 0;
  border-radius: 0.58rem;
  color: #ececec;
  font-size: 0.9rem;
  padding: 0.42rem;
  cursor: pointer;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.search-result-item:hover {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 1.2rem rgba(90, 128, 255, 0.16);
}

.search-result-poster {
  width: 2.65rem;
  height: 3.75rem;
  border-radius: 0.58rem;
  object-fit: cover;
  flex-shrink: 0;
}

.search-result-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.search-result-title {
  color: #f3f4f7;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 500;
}

.search-result-meta {
  color: #afb2bb;
  font-size: 0.72rem;
  line-height: 1.3;
}

.search-result-season {
  color: #d7d8df;
  font-size: 0.74rem;
  line-height: 1.3;
}

.search-modal-results::-webkit-scrollbar {
  width: 0.35rem;
}

.search-modal-results::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999rem;
}

@media (max-width: 36rem) {
  .search-modal-overlay {
    padding: 0.75rem;
  }

  .search-modal {
    width: min(26.5rem, 100%);
    border-radius: 0.85rem;
    padding: 0;
  }

  .search-modal-results {
    max-height: 13rem;
  }
}

@media (max-width: 600px) {
  .notify-premium {
    width: calc(100% - 20px);
    margin: 8px auto 2px;
    padding: 8px;
    gap: 8px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .notify-text {
    font-size: 12px;
  }

  .btn-tutorial {
    font-size: 12px;
    padding: 4px 8px;
  }

  .share-icons a,
  .share-icons button {
    font-size: 12px;
    padding: 3px 5px;
  }
}

/* ─── Login Profile Modal ─────────────────── */
.login-modal-overlay {
  position: fixed !important;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.login-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.login-modal {
  width: min(340px, 90vw);
  background: rgba(10, 10, 10, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.8rem 1.4rem;
  position: relative;
  text-align: center;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.login-modal-overlay.is-open .login-modal {
  transform: translateY(0) scale(1);
}

.login-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.login-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.1);
}

.login-modal-title {
  margin: 0 0 0.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.login-modal-subtitle {
  margin: 0 0 1.2rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.login-avatar-preview-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.login-avatar-preview-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.login-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s, background 0.2s;
}

.login-upload-btn:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.15);
}

.login-field {
  text-align: left;
  margin-bottom: 0.5rem;
}

.login-input-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.4rem;
  padding-left: 0.2rem;
}

.login-name-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.login-name-input:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.login-section-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1.2rem 0 0.65rem;
  text-align: left;
}

.avatar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
  padding-right: 4px;
}

.avatar-grid::-webkit-scrollbar {
  width: 4px;
}

.avatar-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.avatar-option {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  background: rgba(255, 255, 255, 0.03);
  padding: 0;
}

.avatar-option:hover {
  transform: scale(1.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.avatar-option.is-selected {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.15);
  transform: scale(1.1);
}

.avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.login-done-btn {
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.login-done-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.login-done-btn:active {
  transform: translateY(0);
}

#loginTriggerBtn.is-logged {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: auto;
  padding: 0 0.5rem 0 0.2rem;
}

.login-btn-avatar {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  object-fit: cover;
}

.login-btn-name {
  font-size: 0.76rem;
  color: #f3f5ff;
  max-width: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-menu-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 140;
}

.pc-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pc-menu-panel {
  position: fixed;
  width: min(176px, calc(100vw - 16px));
  background: rgba(122, 124, 135, 0.25);
  border: 0;
  border-radius: 10px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  padding: 6px;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  transition: opacity 0.16s ease, transform 0.16s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  outline: none;
}

.pc-menu-overlay.is-open .pc-menu-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pc-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pc-menu-item {
  display: block;
  text-decoration: none;
  color: rgba(248, 251, 255, 0.98);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 7px 8px;
  border-radius: 7px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pc-menu-item:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.pc-menu-item.is-active {
  background: rgba(255, 255, 255, 0.34);
  color: #fff;
}

/* Utility classes for Add to List Animation */
.min-w-25 {
  min-width: 6.25rem !important;
}

.radius-3xl {
  border-radius: 1.5rem !important;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.hover\:brightness-75:hover {
  filter: brightness(0.75) !important;
}

.opacity-0 {
  opacity: 0 !important;
  pointer-events: none;
}

.transition-opacity {
  transition-property: opacity !important;
}

.transition-all {
  transition-property: all !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.absolute.inset-0 {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hidden {
  display: none !important;
}

/* New Utility Classes for Landscape Cards */
.radius-lg {
  border-radius: 0.75rem !important;
}

.radius-md {
  border-radius: 0.5rem !important;
}

.suave-2 {
  transition: all 0.2s ease-in-out;
}

.bubbly:active {
  transform: scale(0.97);
}

.aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-xxs {
  font-size: 0.625rem !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.size-full {
  width: 100% !important;
  height: 100% !important;
}

/* Masking Utilities */
.xl\:mask-r-from-98\% {
  mask-image: linear-gradient(to right, black 98%, transparent 100%);
}

/* Mobile Bottom Nav — hidden on PC */
@media (min-width: 721px) {
  .mb-nav {
    display: none !important;
  }
}
