    * { box-sizing: border-box; }
    html, body { min-height: 100%; }
    body {
      margin: 0;
      font-family: "Plus Jakarta Sans", sans-serif;
      color: #f4f4f5;
      background: #08090c;
      overflow-x: hidden;
      -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    }
    .app-frame {
      width: 100%;
      min-height: 1226px;
      margin: 0;
      overflow: hidden;
      border: 0;
      border-radius: 0;
      background: #08090c;
    }
    .hero {
      min-height: 616px;
      background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .42) 42%, rgba(0, 0, 0, .82) 100%),
        url('/include/assets/images/loading-bg.png');
      background-size: cover;
      background-position: center top;
      overflow: hidden;
    }
    .hero-slides {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      background: #050509;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateX(6%) scale(1.02);
      transition: opacity .8s ease, transform .8s ease;
      background-position: center top;
      background-size: cover;
      will-change: opacity, transform;
    }
    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .42) 42%, rgba(0, 0, 0, .82) 100%);
    }
    .hero-slide.is-active {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    .hero-details {
      position: absolute;
      right: 56px;
      bottom: 42px;
      z-index: 12;
      width: min(360px, calc(100% - 80px));
      padding: 20px 22px;
      border-left: 4px solid #ffcf12;
      background: linear-gradient(90deg, rgba(10, 10, 18, .82), rgba(10, 10, 18, .42));
      color: #fff;
      backdrop-filter: blur(2px);
    }
    .hero-details h3 {
      font-size: 17px;
      line-height: 1.2;
      font-weight: 800;
      text-transform: uppercase;
    }
    .hero-details p {
      margin-top: 10px;
      font-size: 13px;
      line-height: 1.65;
      font-weight: 600;
      color: rgba(255, 255, 255, .84);
    }
    .hero-meta {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      color: #101024;
    }
    .hero-meta span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      border-radius: 999px;
      background: #ffcf12;
      padding: 5px 9px;
      color: #171726 !important;
      opacity: 1 !important;
      white-space: nowrap;
    }
    .hero-meta svg {
      color: #171726 !important;
      fill: #171726 !important;
    }
    .nav-link, .side-text { text-shadow: 0 0 1px rgba(27, 28, 40, .1); }
    .nav-link { color: #f7f7f8; }
    .logo-dot {
      width: 14px;
      height: 14px;
      border: 4px solid currentColor;
      border-radius: 999px;
      position: absolute;
    }
    .rail-icon {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      stroke-width: 2.4;
      color: currentColor;
      transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
    }
    .active-cat {
      color: #ffffff !important;
      background:
        linear-gradient(135deg, rgba(255, 121, 25, .95), rgba(255, 207, 18, .88)),
        radial-gradient(circle at 15% 50%, rgba(255,255,255,.24), transparent 26%);
      border-color: rgba(255, 207, 18, .55) !important;
      box-shadow: 0 18px 38px rgba(255, 137, 16, .26), inset 0 1px 0 rgba(255,255,255,.22);
    }
    .nav-toggle {
      z-index: 40;
      position: absolute;
      right: 20px;
      top: 50%;
      width: 88px;
      height: 44px;
      align-items: center;
      justify-content: center;
      gap: 12px;
      transform: translateY(-50%);
      border: 1px solid #101024;
      border-radius: 999px;
      background: #101024;
      color: #ffffff;
      box-shadow: 0 8px 24px rgba(16, 16, 36, .16);
    }
    .hamburger-lines,
    .hamburger-lines::before,
    .hamburger-lines::after {
      width: 19px;
      height: 3px;
      border-radius: 999px;
      background: #101024;
      display: block;
      transition: transform .2s ease, opacity .2s ease;
    }
    .hamburger-lines {
      position: relative;
    }
    .hamburger-lines::before,
    .hamburger-lines::after {
      content: "";
      position: absolute;
      left: 0;
    }
    .hamburger-lines::before { top: -7px; }
    .hamburger-lines::after { top: 7px; }
    .left-rail:not(.nav-collapsed) .hamburger-lines {
      transform: rotate(45deg);
    }
    .left-rail:not(.nav-collapsed) .hamburger-lines::before {
      transform: translateY(7px) rotate(90deg);
    }
    .left-rail:not(.nav-collapsed) .hamburger-lines::after {
      opacity: 0;
    }
    @media (min-width: 1181px) {
      .nav-toggle {
        display: none !important;
      }
    }
    .nav-panel {
      max-height: none;
      overflow: visible;
    }
    .collapse-links {
      display: none;
    }
    .category { color: #d7d8df !important; }
    .left-rail button span:not(.rail-icon),
    .right-rail button span:not(.rail-icon) {
      color: #d7d8df !important;
    }
    .movie-card {
      width: 266px;
      flex: 0 0 266px;
    }
    .poster {
      height: 390px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 12px 24px rgba(29, 31, 43, .08);
    }
    .poster-wide {
      object-position: center;
    }
    .rating {
      min-width: 60px;
      height: 28px;
      border-radius: 3px;
      background: #101024;
      color: #171727;
      display: grid;
      grid-template-columns: 25px 1fr;
      overflow: hidden;
      font-size: 12px;
      font-weight: 800;
      box-shadow: 0 4px 10px rgba(19, 20, 38, .12);
    }
    .rating span:first-child {
      display: grid;
      place-items: center;
      color: white;
    }
    .rating span:last-child {
      background: white;
      display: grid;
      place-items: center;
      padding-right: 2px;
    }
    .selected-card {
      min-height: 490px;
      border-radius: 7px;
      background: linear-gradient(135deg, #ff7a18 0%, #ffde08 100%);
      box-shadow: 0 17px 35px rgba(255, 157, 14, .28);
      color: white;
      overflow: hidden;
    }
    .selected-card .poster { border-radius: 6px 6px 0 0; box-shadow: none; }
    .left-rail {
      border-radius: 0 !important;
      height: 100vh !important;
      overflow-y: auto;
      overflow-x: hidden;
      position: fixed !important;
      background:
        radial-gradient(circle at 20% 0%, rgba(124, 58, 237, .2), transparent 18rem),
        linear-gradient(180deg, #11131a 0%, #090a0f 56%, #08090c 100%) !important;
      border-right-color: rgba(255, 255, 255, .08) !important;
      color: #f4f4f5;
      scrollbar-color: #2b2e38 transparent;
    }
    .left-rail > div:first-child {
      background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)) !important;
      border-bottom-color: rgba(255, 255, 255, .08) !important;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04);
    }
    .left-rail nav > button {
      color: #f4f4f5 !important;
    }
    .left-rail .text-\[\#171726\] {
      color: #f4f4f5 !important;
    }
    .left-rail .text-\[\#181927\] {
      color: #f4f4f5 !important;
    }
    .left-rail .text-\[\#a0a0a9\] {
      color: #d7d8df !important;
    }
    .left-rail nav {
      padding-inline: 22px !important;
    }
    .left-rail nav > button {
      height: 36px;
      padding-inline: 10px;
      margin-bottom: 12px !important;
      border-radius: 12px;
      color: #f8fafc !important;
      letter-spacing: .08em;
      font-size: 11px !important;
      background: rgba(255, 255, 255, .03);
      border: 1px solid rgba(255, 255, 255, .06);
    }
    .left-rail nav > button i {
      color: rgba(255, 255, 255, .72);
    }
    #categories,
    .left-rail nav > button + div {
      padding: 8px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .035);
      border: 1px solid rgba(255, 255, 255, .06);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    }
    .category {
      height: 44px !important;
      padding: 0 12px !important;
      gap: 12px !important;
      border-radius: 14px !important;
      border: 1px solid transparent;
      color: #c9cbd4 !important;
      background: transparent;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    }
    .category:hover {
      color: #ffffff !important;
      background: rgba(255, 255, 255, .07);
      border-color: rgba(255, 255, 255, .08);
      transform: translateX(2px);
    }
    .category:hover .rail-icon {
      background: rgba(255, 255, 255, .12);
      transform: scale(1.04);
    }
    .category .rail-icon {
      padding: 7px;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .065);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }
    .category.active-cat .rail-icon {
      color: #fff !important;
      background: rgba(16, 16, 36, .23);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 18px rgba(16, 16, 36, .18);
    }
    .left-rail nav .space-y-\[18px\] {
      gap: 7px;
    }
    .left-rail nav .space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
      margin-top: 7px;
    }
    .left-rail nav > button + div:not(#categories) button {
      height: 42px !important;
      padding: 0 12px !important;
      gap: 12px !important;
      border-radius: 13px;
      color: #c9cbd4 !important;
      transition: background .18s ease, color .18s ease, transform .18s ease;
    }
    .left-rail nav > button + div:not(#categories) button:hover {
      color: #fff !important;
      background: rgba(255, 255, 255, .07);
      transform: translateX(2px);
    }
    .left-rail nav > button + div:not(#categories) .rail-icon {
      width: 34px;
      height: 34px;
      padding: 8px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .055);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    }
    .left-rail nav > button + div:not(#categories) button:hover .rail-icon {
      background: rgba(255, 255, 255, .12);
      transform: scale(1.04);
    }
    .left-rail nav > button + div:not(#categories) button:hover span {
      color: #fff !important;
    }
    .social-join {
      padding: 12px;
      border-radius: 18px;
      background:
        radial-gradient(circle at 14% 0%, rgba(29, 182, 238, .18), transparent 46%),
        rgba(255, 255, 255, .035);
      border: 1px solid rgba(255, 255, 255, .06);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    }
    .social-join-title {
      padding: 0 4px 10px;
      color: #f8fafc;
      font-size: 11px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .social-join-list {
      display: grid;
      gap: 8px;
    }
    .social-link {
      display: flex;
      align-items: center;
      gap: 11px;
      min-height: 42px;
      padding: 0 12px;
      border-radius: 13px;
      color: #d7d8df;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
      background: rgba(255, 255, 255, .035);
      border: 1px solid rgba(255, 255, 255, .055);
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    }
    .social-link:hover {
      color: #fff;
      background: rgba(255, 255, 255, .075);
      border-color: rgba(255, 255, 255, .1);
      transform: translateX(2px);
    }
    .social-icon {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      flex: 0 0 30px;
      border-radius: 11px;
      color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    }
    .social-x-mark {
      background: #0f1117;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0;
    }
    .social-link-telegram .social-icon {
      background: linear-gradient(135deg, #2aa6df, #35d4ff);
    }
    .social-link-whatsapp .social-icon {
      background: linear-gradient(135deg, #20c56b, #42ee76);
    }
    .social-link-x:hover {
      border-color: rgba(255, 255, 255, .18);
    }
    .social-link-telegram:hover {
      border-color: rgba(53, 212, 255, .32);
    }
    .social-link-whatsapp:hover {
      border-color: rgba(66, 238, 118, .32);
    }
    .stream-watch-page {
      width: 100%;
      overflow-x: hidden;
      color: #f4f4f5;
      background:
        radial-gradient(circle at 18% 0%, rgba(var(--stream-rgb, 32, 180, 170), .18), transparent 26rem),
        radial-gradient(circle at 88% 12%, rgba(124, 58, 237, .12), transparent 24rem),
        #08090c;
    }
    .stream-watch-header,
    .stream-player,
    .stream-console {
      max-width: 100%;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    }
    .stream-watch-page * {
      min-width: 0;
    }
    .stream-icon-btn {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 15px;
      color: #d4d4d8;
      background: rgba(0, 0, 0, .34);
      backdrop-filter: blur(14px);
      transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
    }
    .stream-icon-btn:hover {
      color: #fff;
      background: rgba(255, 255, 255, .1);
      border-color: rgba(var(--stream-rgb, 32, 180, 170), .48);
      transform: translateY(-1px);
    }
    .stream-icon-btn.is-active {
      color: #08090c;
      background: rgb(var(--stream-rgb, 32, 180, 170));
      border-color: rgba(255, 255, 255, .18);
      box-shadow: 0 14px 30px rgba(var(--stream-rgb, 32, 180, 170), .22);
    }
    .up-next-card {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr) auto;
      align-items: center;
      gap: 14px;
      min-height: 92px;
      padding: 12px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .04);
      text-decoration: none;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .up-next-card:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, .075);
      border-color: rgba(var(--stream-rgb, 32, 180, 170), .34);
    }
    .up-next-card img {
      width: 64px;
      height: 76px;
      border-radius: 14px;
      object-fit: cover;
      background: #18181b;
      box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
    }
    .up-next-card h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 900;
    }
    .up-next-card p {
      margin-top: 6px;
      color: #71717a;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 800;
    }
    .caption-overlay {
      position: absolute;
      left: 50%;
      bottom: 96px;
      z-index: 30;
      max-width: min(560px, calc(100% - 40px));
      transform: translateX(-50%);
      padding: 10px 14px;
      border-radius: 12px;
      background: rgba(0, 0, 0, .72);
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      text-align: center;
      backdrop-filter: blur(14px);
    }
    .player-toast {
      position: absolute;
      left: 50%;
      top: 22%;
      z-index: 40;
      transform: translateX(-50%);
      padding: 9px 13px;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 999px;
      background: rgba(0, 0, 0, .62);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      backdrop-filter: blur(16px);
      box-shadow: 0 16px 32px rgba(0, 0, 0, .3);
    }
    .stream-popover {
      position: absolute;
      right: 24px;
      bottom: 76px;
      z-index: 45;
      width: min(280px, calc(100% - 32px));
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 18px;
      background: rgba(7, 8, 12, .86);
      color: #f4f4f5;
      backdrop-filter: blur(20px);
      box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
    }
    .settings-popover {
      right: 74px;
    }
    .volume-popover {
      right: 124px;
      width: 220px;
    }
    .stream-popover p {
      margin: 0 0 10px;
      color: #a1a1aa;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .stream-popover-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
    .stream-popover-row + .stream-popover-row {
      margin-top: 8px;
    }
    .stream-popover button {
      min-height: 36px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, .08);
      background: rgba(255, 255, 255, .05);
      color: #d4d4d8;
      font-size: 12px;
      font-weight: 900;
      transition: background .18s ease, color .18s ease, border-color .18s ease;
    }
    .stream-popover button:hover,
    .stream-popover button.is-active {
      color: #08090c;
      background: rgb(var(--stream-rgb, 32, 180, 170));
      border-color: rgba(255, 255, 255, .18);
    }
    .volume-popover input {
      width: 100%;
      accent-color: rgb(var(--stream-rgb, 32, 180, 170));
    }
    .stream-player.stream-player-pip {
      position: fixed !important;
      right: 24px;
      bottom: 24px;
      z-index: 80;
      width: min(420px, calc(100vw - 32px));
      aspect-ratio: 16 / 9;
      box-shadow: 0 34px 90px rgba(0, 0, 0, .52);
    }
    .server-button {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 0 18px;
      border-radius: 15px;
      border: 1px solid rgba(255, 255, 255, .08);
      background: rgba(0, 0, 0, .24);
      color: #a1a1aa;
      font-size: 12px;
      font-weight: 900;
      transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }
    .server-button span {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #52525b;
    }
    .server-button:hover {
      color: #fff;
      background: rgba(255, 255, 255, .08);
      transform: translateY(-1px);
    }
    .server-button.is-active {
      color: #08090c;
      background: rgb(var(--stream-rgb, 32, 180, 170));
      border-color: rgba(255, 255, 255, .18);
      box-shadow: 0 18px 36px rgba(var(--stream-rgb, 32, 180, 170), .22);
    }
    .server-button.is-active span {
      background: #08090c;
      box-shadow: 0 0 0 4px rgba(8, 9, 12, .12);
    }
    .stream-select {
      width: 100%;
      min-height: 46px;
      appearance: none;
      border-radius: 15px;
      border: 1px solid rgba(255, 255, 255, .1);
      background:
        linear-gradient(45deg, transparent 50%, #a1a1aa 50%) calc(100% - 18px) 20px / 6px 6px no-repeat,
        linear-gradient(135deg, #a1a1aa 50%, transparent 50%) calc(100% - 14px) 20px / 6px 6px no-repeat,
        rgba(0, 0, 0, .26);
      color: #f4f4f5;
      padding: 0 42px 0 16px;
      font-size: 13px;
      font-weight: 800;
      outline: none;
      transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
    }
    .stream-select:focus {
      border-color: rgba(var(--stream-rgb, 32, 180, 170), .62);
      box-shadow: 0 0 0 4px rgba(var(--stream-rgb, 32, 180, 170), .12);
    }
    .main-area {
      background: #08090c !important;
    }
    .streaming-section {
      display: block !important;
      background: #101114;
      color: #e8e8ea;
      padding: 26px 26px 34px;
      overflow: hidden;
    }
    .stream-row + .stream-row {
      margin-top: 46px;
    }
    .streaming-section #movieGrid {
      display: block !important;
      max-width: none !important;
    }
    .stream-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
    }
    .stream-head h2 {
      font-size: 26px;
      line-height: 1.1;
      font-weight: 800;
      color: #f2f2f3;
    }
    .stream-more {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      color: #98999f;
      font-size: 20px;
      font-weight: 600;
    }
    .stream-scroller {
      position: relative;
    }
    .stream-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 230px;
      gap: 22px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      padding: 0 24px 0 22px;
      scrollbar-width: none;
    }
    .stream-track::-webkit-scrollbar {
      display: none;
    }
    .stream-card {
      position: relative;
      scroll-snap-align: start;
      border-radius: 8px;
      overflow: hidden;
      background: #202126;
      box-shadow: 0 16px 34px rgba(0, 0, 0, .25);
    }
    .stream-card img {
      width: 100%;
      height: 322px;
      display: block;
      object-fit: cover;
      background: #1c1d22;
    }
    .stream-title {
      min-height: 42px;
      padding: 8px 10px 11px;
      background: #24252a;
      color: #d6d6db;
      font-size: 20px;
      line-height: 1.15;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .calendar-card img {
      height: 320px;
    }
    .date-ribbon {
      position: absolute;
      left: 0;
      top: 0;
      width: 58px;
      padding: 6px 0 10px;
      clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
      background: linear-gradient(135deg, #27d8ff, #30f062);
      color: #111217;
      text-align: center;
      font-size: 27px;
      line-height: .95;
      font-weight: 800;
    }
    .booking-count {
      position: absolute;
      left: 32px;
      right: 12px;
      bottom: 47px;
      display: flex;
      align-items: center;
      gap: 7px;
      color: #e8e8eb;
      font-size: 19px;
      font-weight: 500;
      text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
    }
    .booking-count span:first-child {
      display: grid;
      place-items: center;
      width: 21px;
      height: 21px;
      border-radius: 999px;
      background: #ff336d;
      color: #fff;
    }
    .stream-arrow {
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border: 2px solid rgba(255, 255, 255, .9);
      border-radius: 999px;
      background: rgba(0, 0, 0, .34);
      color: #fff;
      transform: translateY(-50%);
    }
    .stream-arrow.left {
      left: 24px;
    }
    .stream-arrow.right {
      right: 0;
    }
    .tv-section {
      margin-top: 48px;
      padding-bottom: 8px;
    }
    .tv-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 34px;
    }
    .tv-head h2 {
      position: relative;
      padding-left: 22px;
      color: #f3f3f4;
      font-size: 28px;
      line-height: 1.1;
      font-weight: 800;
      text-transform: uppercase;
    }
    .tv-head h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      width: 5px;
      height: 38px;
      background: #1db6ee;
    }
    .tv-explore {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 42px;
      padding: 0 18px 0 22px;
      border: 1px solid #2b2c32;
      border-radius: 999px;
      color: #d6d6da;
      font-size: 16px;
      font-weight: 700;
      background: rgba(255, 255, 255, .02);
    }
    .tv-grid {
      display: grid;
      gap: 24px;
    }
    .tv-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 240px;
      gap: 16px;
      overflow-x: auto;
      padding-bottom: 12px;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scrollbar-width: none;
    }
    .tv-track::-webkit-scrollbar {
      display: none;
    }
    .tv-card {
      min-width: 0;
      scroll-snap-align: start;
    }
    .tv-card img {
      width: 100%;
      height: 360px;
      display: block;
      object-fit: cover;
      border-radius: 6px;
      background: #1b1c20;
    }
    .tv-caption {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 10px;
      margin-top: 12px;
      color: #efeff1;
      font-size: 20px;
      line-height: 1.15;
      font-weight: 500;
    }
    .tv-caption strong {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 500;
    }
    .tv-caption span {
      color: #77787f;
      font-size: 16px;
      text-transform: uppercase;
    }
    @media (max-width: 1180px) {
      body { background: #08090c; }
      .app-frame {
        width: 100%;
        min-height: 100vh;
        overflow: visible;
        border-radius: 0;
        border-width: 0;
      }
      .left-rail {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        border-right: 0;
        border-bottom: 1px solid #20222b;
        border-radius: 0;
      }
      .left-rail > div:first-child {
        height: 104px;
      }
      .left-rail nav {
        padding: 28px 24px 30px;
      }
      .nav-toggle {
        display: flex !important;
      }
      .nav-panel {
        transition: max-height .28s ease, padding .28s ease, opacity .2s ease;
      }
      .collapse-links {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 28px;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #20222b;
      }
      .collapse-links a {
        color: #f4f4f5;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
      }
      #categories {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
      }
      .category {
        height: 44px !important;
        justify-content: flex-start;
        gap: 12px;
        padding-left: 16px !important;
        padding-right: 14px !important;
      }
      .left-rail nav > button:nth-of-type(2),
      .left-rail nav > button:nth-of-type(2) + div {
        display: none;
      }
      .main-area { margin-left: 0 !important; }
      .content-grid {
        display: block !important;
        padding: 34px 28px 56px !important;
      }
      .streaming-section {
        padding: 28px 18px 38px !important;
      }
      .stream-track {
        grid-auto-columns: 205px;
        gap: 18px;
        padding-inline: 0;
      }
      .stream-card img,
      .calendar-card img {
        height: 286px;
      }
      .tv-grid {
        gap: 20px;
      }
      .tv-track {
        grid-auto-columns: 205px;
      }
      .tv-card img {
        height: 306px;
      }
      #movieGrid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 30px 24px;
        max-width: none;
      }
      .movie-card {
        width: 100% !important;
        flex-basis: auto !important;
      }
      .poster {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 2 / 3;
      }
      .selected-card {
        min-height: 0;
      }
      .right-rail {
        display: block !important;
        width: 100% !important;
        min-height: 0;
        margin-top: 34px;
        padding: 28px !important;
        border-left: 0;
        border-top: 1px solid #ececf1;
      }
      .right-rail > div {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 28px;
      }
      .right-rail .space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
        margin-top: 0;
      }
      .hero {
        min-height: 520px;
        padding: 38px 34px !important;
      }
    }
    @media (max-width: 760px) {
      .stream-watch-page {
        padding-inline: 12px !important;
        width: 100vw;
        max-width: 100vw;
      }
      .stream-watch-page > .mx-auto {
        width: calc(100vw - 24px) !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
      }
      .stream-watch-header,
      .stream-player,
      .stream-console,
      .stream-watch-page aside {
        border-radius: 22px !important;
      }
      #serverButtons {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
      }
      .server-button {
        width: 100%;
        justify-content: center;
      }
      .stream-icon-btn {
        width: 38px;
        height: 38px;
        border-radius: 13px;
      }
      .server-button {
        min-height: 42px;
        padding-inline: 15px;
      }
      .left-rail > div:first-child {
        height: 92px;
      }
      .left-rail .logo-dot {
        transform: scale(.78);
      }
      .nav-toggle {
        left: 16px;
        right: auto;
      }
      .hamburger-lines,
      .hamburger-lines::before,
      .hamburger-lines::after {
        background: #ffffff;
      }
      .left-rail nav {
        padding: 24px 18px 26px;
      }
      .left-rail.nav-collapsed .nav-panel {
        max-height: 0 !important;
        overflow: hidden !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        opacity: 0;
      }
      .left-rail.nav-collapsed {
        border-bottom-color: transparent;
      }
      .collapse-links {
        gap: 16px 22px;
      }
      #categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }
      .category {
        min-width: 0;
        height: 42px !important;
        padding-left: 13px !important;
        padding-right: 10px !important;
        font-size: 12px;
      }
      .rail-icon {
        width: 14px;
        height: 14px;
        border-width: 3px;
      }
      .hero {
        min-height: 560px;
        padding: 26px 20px 30px !important;
      }
      .hero-details {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100vw - 40px);
        max-width: 100%;
        margin-top: 28px;
        padding: 16px;
      }
      .hero-head {
        display: block !important;
      }
      .topnav {
        width: 100%;
        display: none !important;
        justify-content: flex-start !important;
        gap: 14px 18px;
        flex-wrap: wrap !important;
        margin-top: 24px;
        padding-top: 0 !important;
      }
      .hero h1 {
        font-size: 30px;
      }
      .hero h2 {
        font-size: 20px;
      }
      .hero label {
        width: 100%;
      }
      .hero-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 48px 48px;
        align-items: center;
        gap: 10px !important;
        width: calc(100vw - 40px) !important;
        max-width: 100% !important;
        overflow: visible;
      }
      .hero-actions .hero-watch {
        width: 100% !important;
        flex: none !important;
        min-width: 0;
        max-width: 100% !important;
      }
      .hero-actions .hero-icon-action {
        width: 48px !important;
        height: 48px !important;
        flex: 0 0 48px;
      }
      .hero-actions .hero-watch span:last-child {
        padding-right: 8px !important;
        font-size: 13px;
        white-space: nowrap;
      }
      .hero .mt-\[181px\] {
        margin-top: 120px;
      }
      .hero .mt-\[39px\] {
        gap: 14px;
        flex-wrap: wrap;
      }
      .hero .mt-\[96px\] {
        margin-top: 64px;
      }
      .content-grid {
        padding: 24px 16px 44px !important;
      }
      .streaming-section {
        padding: 22px 12px 34px !important;
      }
      .stream-head h2 {
        font-size: 22px;
      }
      .stream-more {
        font-size: 16px;
      }
      .stream-track {
        grid-auto-columns: 175px;
        gap: 14px;
      }
      .stream-card img,
      .calendar-card img {
        height: 246px;
      }
      .stream-title {
        font-size: 16px;
      }
      .stream-arrow {
        display: none;
      }
      .tv-head {
        margin-bottom: 22px;
      }
      .tv-head h2 {
        font-size: 23px;
      }
      .tv-explore {
        height: 36px;
        padding-inline: 14px;
        font-size: 13px;
      }
      .tv-grid {
        gap: 16px 12px;
      }
      .tv-track {
        grid-auto-columns: 164px;
      }
      .tv-card img {
        height: 246px;
      }
      .tv-caption {
        font-size: 15px;
      }
      .tv-caption span {
        font-size: 12px;
      }
      #movieGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
      }
      .selected-card .px-\[18px\] {
        padding-left: 12px;
        padding-right: 12px;
      }
      .movie h3 {
        font-size: 13px;
      }
      .rating {
        min-width: 50px;
        grid-template-columns: 21px 1fr;
        font-size: 11px;
      }
      .right-rail {
        padding: 24px 18px;
      }
    }
    @media (max-width: 430px) {
      #categories,
      #movieGrid {
        grid-template-columns: 1fr;
      }
      .category {
        font-size: 14px;
      }
      .hero {
        min-height: 610px;
      }
      .hero-details {
        padding: 14px !important;
      }
      .hero-meta {
        gap: 8px !important;
        font-size: 11px !important;
      }
      .hero-meta span {
        min-height: 28px;
        padding: 6px 10px;
        font-size: 11px;
      }
      .collapse-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
