:root {
  --t109-bg: #f4f0e8;
  --t109-ink: #151719;
  --t109-muted: #687078;
  --t109-panel: #fffaf0;
  --t109-panel-2: #e9f4f0;
  --t109-line: rgba(21, 23, 25, .12);
  --t109-coral: #e6533c;
  --t109-teal: #087b78;
  --t109-gold: #d49b28;
  --t109-night: #18222b;
  --t109-radius: 8px;
  --t109-shadow: 0 18px 42px rgba(24, 34, 43, .13);
}


html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--t109-ink);
  background:
    linear-gradient(180deg, rgba(8, 123, 120, .10), transparent 360px),
    repeating-linear-gradient(90deg, rgba(21, 23, 25, .035) 0 1px, transparent 1px 72px),
    var(--t109-bg);
  overflow-x: hidden;
}

body,
input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--t109-coral);
}

img,
iframe,
video {
  max-width: 100%;
}

.t109-shell {
  width: min(1340px, calc(100% - 40px));
  margin: 0 auto;
}

.t109-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--t109-line);
  background: rgba(244, 240, 232, .92);
  backdrop-filter: blur(18px);
}

.t109-header-inner {
  display: grid;
  grid-template-columns: 178px minmax(260px, 1fr) minmax(360px, auto) 42px;
  gap: 18px;
  align-items: center;
  min-height: 74px;
}

.t109-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.t109-brand img {
  display: block;
  width: 162px;
  height: auto;
}

.t109-search,
.t109-mobile-search {
  display: flex;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: rgba(255, 250, 240, .86);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
  overflow: hidden;
}

.t109-search-icon {
  position: relative;
  width: 42px;
  height: 44px;
  flex: 0 0 42px;
}

.t109-search-icon:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--t109-teal);
  border-radius: 50%;
}

.t109-search-icon:after {
  content: "";
  position: absolute;
  left: 28px;
  top: 27px;
  width: 9px;
  height: 2px;
  background: var(--t109-teal);
  transform: rotate(45deg);
  transform-origin: left center;
}

.t109-search input,
.t109-mobile-search input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: var(--t109-ink);
  background: transparent;
}

.t109-search button,
.t109-mobile-search button {
  height: 44px;
  padding: 0 20px;
  border: 0;
  color: #fff;
  background: var(--t109-night);
  font-weight: 700;
  cursor: pointer;
}

.t109-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.t109-nav::-webkit-scrollbar {
  display: none;
}

.t109-nav a,
.t109-mobile-panel a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 12px;
  border-radius: var(--t109-radius);
  color: #37424b;
  font-weight: 700;
}

.t109-nav a.active,
.t109-nav a:hover,
.t109-mobile-panel a.active {
  color: #fff;
  background: var(--t109-teal);
}

.t109-menu {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: var(--t109-panel);
}

.t109-menu span,
.t109-menu:before,
.t109-menu:after {
  content: "";
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  background: var(--t109-ink);
}

.t109-menu span {
  top: 20px;
}

.t109-menu:before {
  top: 14px;
}

.t109-menu:after {
  top: 26px;
}

.t109-mobile-panel {
  width: min(330px, 86vw);
  padding: 18px;
  background: var(--t109-panel);
  z-index: 1001;
  overflow-y: auto;
  box-sizing: border-box;
  align-content: start;
  gap: 8px;
}

.ewave-offcanvas-modal {
  z-index: 1000;
}

.t109-mobile-panel a {
  display: flex;
  min-width: 0;
  margin-top: 0;
  justify-content: center;
  background: rgba(255,255,255,.42);
}

.t109-main {
  padding-bottom: 48px;
}

.t109-hero {
  padding: 34px 0 8px;
}

.t109-hero-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.22fr) 300px;
  gap: 20px;
  align-items: stretch;
}

.t109-hero-copy,
.t109-hero-side,
.t109-card,
.t109-news-card,
.t109-panel,
.t109-filter,
.layout-box,
.vod-list,
.art-box,
.star-box,
.links-box,
.mac_msg_l {
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: rgba(255, 250, 240, .88);
  box-shadow: var(--t109-shadow);
}

.t109-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(230,83,60,.12), transparent 42%),
    linear-gradient(180deg, rgba(255,250,240,.94), rgba(233,244,240,.92));
}

.t109-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--t109-teal);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.t109-kicker:before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--t109-coral);
}

.t109-hero-copy h1 {
  margin: 14px 0 14px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}

.t109-hero-copy p {
  margin: 0;
  color: #53606b;
  font-size: 16px;
  line-height: 1.85;
}

.t109-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.t109-hero-actions a,
.t109-section-head > a,
.t109-type-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: var(--t109-panel);
  color: var(--t109-ink);
  font-weight: 800;
}

.t109-hero-actions a:first-child,
.t109-section-head > a:hover,
.t109-type-links a:hover {
  color: #fff;
  border-color: var(--t109-coral);
  background: var(--t109-coral);
}

.t109-hero-stage {
  min-width: 0;
}

.t109-hero-slider {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: var(--t109-radius);
  overflow: hidden;
  background: var(--t109-night);
  box-shadow: var(--t109-shadow);
}

.t109-hero-slider .swiper-slide {
  position: relative;
  display: block;
  height: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.t109-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24,34,43,.08), rgba(24,34,43,.86)),
    linear-gradient(90deg, rgba(24,34,43,.76), transparent 58%);
}

.t109-slide-copy {
  position: absolute;
  left: clamp(20px, 4vw, 44px);
  right: clamp(20px, 4vw, 44px);
  bottom: clamp(22px, 4vw, 42px);
  z-index: 2;
  color: #fff;
}

.t109-slide-copy em {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 99px;
  color: #fff;
  background: var(--t109-coral);
  font-style: normal;
  font-weight: 800;
}

.t109-slide-copy strong {
  display: block;
  margin: 12px 0 8px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.05;
}

.t109-slide-copy small {
  color: rgba(255,255,255,.82);
  font-size: 15px;
}

.t109-hero-dots {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 4;
}

.t109-hero-side {
  padding: 18px;
  background: var(--t109-night);
  color: #fff;
}

.t109-hero-side h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.t109-rank-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.t109-rank-item:first-of-type {
  border-top: 0;
}

.t109-rank-item span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--t109-night);
  background: var(--t109-gold);
  font-weight: 900;
}

.t109-rank-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-rank-item em {
  color: rgba(255,255,255,.58);
  font-style: normal;
}

.t109-section {
  margin-top: 34px;
}

.t109-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.t109-section-head h2 {
  margin: 6px 0 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.16;
}

.t109-type-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.t109-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.t109-card {
  min-width: 0;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.t109-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(24, 34, 43, .18);
}

.t109-card-poster {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4.15;
  overflow: hidden;
  background: var(--t109-panel-2);
}

.t109-card-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform .35s ease;
}

.t109-card:hover .t109-card-img {
  transform: scale(1.04);
}

.t109-card-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  border-radius: 6px;
  color: #fff;
  background: rgba(24,34,43,.86);
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-card-play {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: transparent;
  background: var(--t109-coral);
  box-shadow: 0 10px 24px rgba(230,83,60,.35);
}

.t109-card-play:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.t109-card h3 {
  margin: 12px 12px 4px;
  font-size: 16px;
  line-height: 1.35;
}

.t109-card h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-card p {
  margin: 0 12px 14px;
  color: var(--t109-muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.t109-news-card {
  display: block;
  min-height: 128px;
  padding: 20px;
  background: linear-gradient(135deg, #fffaf0, #e9f4f0);
}

.t109-news-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.t109-news-card p {
  margin: 10px 0 0;
  color: var(--t109-muted);
  line-height: 1.7;
}

.t109-footer {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid var(--t109-line);
  background: var(--t109-night);
  color: rgba(255,255,255,.78);
}

.t109-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.t109-footer-brand img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.t109-footer p {
  max-width: 760px;
  margin: 12px 0 0;
  line-height: 1.8;
}

.t109-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.t109-footer-links a {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--t109-radius);
}

.t109-copyright {
  color: rgba(255,255,255,.56);
  font-size: 13px;
}

.t109-page-title,
.mac_msg_l {
  padding: 24px;
  margin: 24px auto;
}

.t109-page-title {
  width: min(1340px, calc(100% - 40px));
  background: transparent;
}

.t109-page-title .t109-shell {
  width: 100%;
}

.t109-page-title h1 {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
}

.t109-page-title p,
.text-muted,
.text-muted a,
.ewave-text-muted {
  color: var(--t109-muted);
}

.t109-filter,
.layout-box,
.vod-list,
.art-box,
.star-box,
.links-box {
  padding: 18px;
  margin-bottom: 18px;
}

.t109-filter dl {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--t109-line);
}

.t109-filter dl:first-child {
  border-top: 0;
}

.t109-filter dt {
  color: var(--t109-muted);
  font-weight: 900;
}

.t109-filter dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.t109-filter dd a,
.ewave-tab a,
.t109-playlist a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: rgba(255,250,240,.72);
}

.t109-filter dd a.active,
.ewave-tab a.active,
.t109-playlist a.active {
  border-color: var(--t109-teal);
  color: #fff;
  background: var(--t109-teal);
}

.t109-detail-main {
  margin-top: 24px;
}

.t109-detail-hero {
  position: relative;
  min-height: 520px;
  padding: 44px 0;
  overflow: hidden;
  background: var(--t109-night);
  color: #fff;
}

.t109-detail-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(22px) saturate(.9);
  transform: scale(1.08);
  opacity: .38;
}

.t109-detail-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24,34,43,.96), rgba(24,34,43,.62)),
    linear-gradient(180deg, rgba(24,34,43,.10), var(--t109-night));
}

.t109-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.t109-detail-poster {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--t109-radius);
  background: rgba(255,255,255,.08);
  box-shadow: 0 22px 52px rgba(0,0,0,.34);
}

.t109-detail-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4.15;
  object-fit: cover;
}

.t109-detail-info {
  min-width: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--t109-radius);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.t109-detail-info h1 {
  margin: 10px 0 16px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05;
}

.t109-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.t109-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 99px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.12);
}

.t109-desc {
  max-width: 860px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  line-height: 1.8;
}

.t109-detail-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.t109-detail-lines p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.t109-detail-lines span {
  display: inline-flex;
  width: 64px;
  color: rgba(255,255,255,.52);
  font-weight: 800;
}

.t109-actions,
.t109-play-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.t109-actions a,
.t109-play-actions a,
.episode-box a,
.playlist-tab li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--t109-line);
  border-radius: var(--t109-radius);
  background: var(--t109-panel);
  color: var(--t109-ink);
  font-weight: 800;
}

.t109-actions a.primary,
.t109-play-actions a.primary,
.episode-box a.active,
.playlist-tab li.active {
  border-color: var(--t109-coral);
  background: var(--t109-coral);
  color: #fff;
}

.playlist-box .playlist-tab-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.playlist-box .playlist-tab {
  flex: 1;
  min-width: 0;
}

.episode-box ul {
  padding: 0;
  margin: 0;
}

.episode-box li {
  list-style: none;
  margin-bottom: 10px;
}

.episode-box a {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-player-wrap {
  padding: 28px 0;
  background: var(--t109-night);
}

.t109-player-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
}

.t109-player {
  overflow: hidden;
  border-radius: var(--t109-radius);
  background: #000;
}

.t109-play-info {
  padding: 20px;
  border-radius: var(--t109-radius);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.t109-detail-main .t109-panel,
.t109-content {
  line-height: 1.85;
}

.t109-content img {
  border-radius: var(--t109-radius);
}

.t109-playlist,
.t109-related,
.t109-detail-info {
  margin-bottom: 20px;
}

.t109-detail-info {
  border-radius: var(--t109-radius);
  overflow: hidden;
}

.module,
.module-main,
.module-box,
.ewave-box,
.ewave-content {
  border-radius: var(--t109-radius);
}

.btn,
.ewave-btn,
button,
input[type="submit"] {
  border-radius: var(--t109-radius);
}

.btn-primary,
.ewave-btn-primary,
.mac_login .login_form_submit,
.mac_verify_submit {
  border-color: var(--t109-teal) !important;
  background: var(--t109-teal) !important;
  color: #fff !important;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255,255,255,.72);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--t109-coral);
}

@media (max-width: 1180px) {
  .t109-header-inner {
    grid-template-columns: 166px minmax(220px, 1fr) 42px;
  }

  .t109-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 12px;
  }

  .t109-hero-layout {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  }

  .t109-hero-side {
    grid-column: 1 / -1;
  }

  .t109-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .t109-shell {
    width: min(100% - 28px, 760px);
  }

  .t109-header-inner {
    grid-template-columns: 150px minmax(0, 1fr) 42px;
    gap: 12px;
  }

  .t109-nav {
    display: none;
  }

  .t109-menu {
    display: inline-flex;
  }

  .t109-brand img {
    width: 142px;
  }

  .t109-search button {
    padding: 0 14px;
  }

  .t109-hero-layout {
    grid-template-columns: 1fr;
  }

  .t109-hero-copy,
  .t109-hero-slider,
  .t109-hero-slider .swiper-slide {
    min-height: 330px;
  }

  .t109-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .t109-news-grid,
  .t109-footer-grid {
    grid-template-columns: 1fr;
  }

  .t109-detail-grid,
  .t109-player-grid {
    grid-template-columns: 1fr;
  }

  .t109-detail-poster {
    width: min(220px, 56vw);
    margin: 0 auto;
  }

  .t109-detail-info {
    padding: 20px;
  }

  .t109-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .t109-header-inner {
    grid-template-columns: 1fr 42px;
    min-height: auto;
    padding: 12px 0;
  }

  .t109-brand img {
    width: 136px;
  }

  .t109-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .t109-hero {
    padding-top: 18px;
  }

  .t109-hero-copy {
    min-height: 260px;
    padding: 22px;
  }

  .t109-hero-copy h1 {
    font-size: 36px;
  }

  .t109-hero-copy p {
    font-size: 14px;
  }

  .t109-hero-slider,
  .t109-hero-slider .swiper-slide {
    min-height: 300px;
  }

  .t109-slide-copy strong {
    font-size: 30px;
  }

  .t109-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .t109-type-links {
    justify-content: flex-start;
  }

  .t109-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .t109-mobile-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(360px, 92vw);
    padding: 14px;
  }

  .t109-mobile-search {
    grid-column: 1 / -1;
  }

  .t109-detail-hero {
    min-height: auto;
    padding: 26px 0;
  }

  .t109-detail-info h1 {
    font-size: 30px;
  }

  .playlist-box .playlist-tab-box {
    display: block;
  }

  .t109-card h3 {
    margin: 9px 9px 3px;
    font-size: 14px;
  }

  .t109-card p {
    margin: 0 9px 11px;
    font-size: 12px;
  }

  .t109-card-play {
    width: 34px;
    height: 34px;
  }

  .t109-card-play:after {
    left: 14px;
    top: 10px;
  }
}

@media (max-width: 420px) {
  .t109-shell {
    width: calc(100% - 22px);
  }

  .t109-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .t109-search-icon {
    display: none;
  }

  .t109-search input {
    padding-left: 12px;
  }
}

/* Template 108 visual layer */
:root {
  --t109-bg: #eef2f7;
  --t109-ink: #111827;
  --t109-muted: #64748b;
  --t109-panel: #ffffff;
  --t109-panel-2: #f6f8fb;
  --t109-line: rgba(17, 24, 39, .11);
  --t109-coral: #ff3d6e;
  --t109-teal: #00a889;
  --t109-gold: #f4b740;
  --t109-night: #111827;
  --t109-radius: 6px;
  --t109-shadow: 0 18px 46px rgba(15, 23, 42, .16);
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
       url("../fonts/fontawesome-webfont.woff") format("woff"),
       url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  color: var(--t109-ink);
  background:
    linear-gradient(180deg, rgba(0, 168, 137, .12), transparent 340px),
    linear-gradient(90deg, rgba(255, 61, 110, .08), transparent 28%),
    #eef2f7;
}

.t109-shell {
  width: min(1380px, calc(100% - 40px));
}

.t109-header {
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
}

.t109-header-inner {
  grid-template-columns: 168px minmax(0, 1fr) minmax(260px, 380px) 44px;
  min-height: 70px;
}

.t109-brand img {
  width: 156px;
}

.t109-nav {
  justify-content: flex-start;
}

.t109-nav a,
.t109-mobile-panel a {
  gap: 7px;
  height: 36px;
  color: #334155;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
}

.t109-nav a i {
  color: var(--t109-teal);
}

.t109-nav a.active,
.t109-nav a:hover,
.t109-mobile-panel a.active {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: var(--t109-night);
  box-shadow: 0 10px 22px rgba(17, 24, 39, .18);
}

.t109-nav a.active i,
.t109-nav a:hover i {
  color: var(--t109-gold);
}

.t109-search,
.t109-mobile-search {
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9);
}

.t109-search button,
.t109-mobile-search button {
  width: 48px;
  padding: 0;
  background: var(--t109-coral);
}

.t109-menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  background: var(--t109-night);
}

.t109-main {
  padding-bottom: 44px;
}

.t109-hero {
  padding: 34px 0 18px;
}

.t109-hero-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: stretch;
}

.t109-hero-rail,
.t109-hero-side,
.t109-card,
.t109-news-card,
.t109-panel,
.t109-filter {
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--t109-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .09);
}

.t109-hero-rail {
  padding: 18px;
}

.t109-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--t109-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.t109-hero-rail a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  margin-top: 8px;
  color: #233044;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: var(--t109-radius);
  background: #f8fafc;
  font-weight: 800;
}

.t109-hero-rail a:hover {
  color: #fff;
  border-color: transparent;
  background: var(--t109-teal);
}

.t109-hero-stage,
.t109-hero-slider,
.t109-hero-slider .swiper-slide {
  min-height: 470px;
  border-radius: var(--t109-radius);
}

.t109-hero-stage {
  position: relative;
  overflow: hidden;
  box-shadow: var(--t109-shadow);
  background: var(--t109-night);
}

.t109-hero-slider .swiper-slide {
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
}

.t109-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .88), rgba(17, 24, 39, .30) 56%, rgba(17, 24, 39, .72)),
    linear-gradient(0deg, rgba(17, 24, 39, .92), transparent 54%);
}

.t109-slide-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 86%);
  padding: 0 0 42px 42px;
  color: #fff;
}

.t109-slide-copy em {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #111827;
  border-radius: 999px;
  background: var(--t109-gold);
  font-style: normal;
  font-weight: 900;
}

.t109-slide-copy strong {
  display: block;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
}

.t109-slide-copy small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.t109-hero-dots {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 5;
}

.t109-hero-side {
  padding: 20px;
  background: #111827;
  color: #fff;
}

.t109-hero-side h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.t109-rank-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 43px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.t109-rank-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #111827;
  border-radius: 50%;
  background: var(--t109-gold);
  font-weight: 900;
}

.t109-rank-item strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-rank-item em {
  color: rgba(255, 255, 255, .58);
  font-style: normal;
  font-size: 12px;
}

.t109-section {
  margin-top: 34px;
}

.t109-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.t109-section-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}

.t109-section-head > a,
.t109-type-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-weight: 800;
}

.t109-section-head > a:hover,
.t109-type-links a:hover {
  color: #fff;
  border-color: transparent;
  background: var(--t109-coral);
}

.t109-type-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.t109-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.t109-grid-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.t109-card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.t109-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, .16);
}

.t109-card-poster {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4.25;
  overflow: hidden;
  background: #dbe2ea;
}

.t109-card-img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform .28s ease;
}

.t109-card:hover .t109-card-img {
  transform: scale(1.045);
}

.t109-card-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  overflow: hidden;
  color: #111827;
  border-radius: 999px;
  background: var(--t109-gold);
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-card-play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  background: var(--t109-coral);
  box-shadow: 0 12px 26px rgba(255, 61, 110, .38);
}

.t109-card-play:after {
  display: none;
}

.t109-card h3 {
  margin: 10px 10px 2px;
  font-size: 15px;
  line-height: 1.35;
}

.t109-card h3 a {
  display: block;
  overflow: hidden;
  color: var(--t109-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t109-card p {
  display: flex;
  gap: 8px;
  margin: 0 10px 12px;
  color: var(--t109-muted);
  font-size: 12px;
}

.t109-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.t109-news-card {
  padding: 18px;
}

.t109-news-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--t109-ink);
  font-size: 17px;
}

.t109-news-card p {
  margin: 0;
  color: var(--t109-muted);
  line-height: 1.65;
}

.t109-footer {
  margin-top: 48px;
  padding: 34px 0;
  color: rgba(255, 255, 255, .78);
  background: #111827;
}

.t109-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
}

.t109-footer-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.t109-footer a:hover {
  color: var(--t109-gold);
}

.t109-css-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.t109-css-icon.home:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}

.t109-css-icon.home:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.t109-css-icon.film {
  border: 2px solid currentColor;
  border-radius: 3px;
}

.t109-css-icon.film:before,
.t109-css-icon.film:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: currentColor;
}

.t109-css-icon.film:before {
  left: 3px;
}

.t109-css-icon.film:after {
  right: 3px;
}

.t109-css-icon.clock {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.t109-css-icon.clock:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 2px;
  height: 5px;
  background: currentColor;
}

.t109-css-icon.clock:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 2px;
  background: currentColor;
  transform: rotate(30deg);
  transform-origin: left center;
}

.t109-css-icon.chart:before,
.t109-css-icon.chart:after,
.t109-css-icon.sort:before,
.t109-css-icon.sort:after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 3px;
  background: currentColor;
  border-radius: 2px;
}

.t109-css-icon.chart:before {
  left: 3px;
  height: 7px;
}

.t109-css-icon.chart:after {
  left: 10px;
  height: 12px;
}

.t109-css-icon.search:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.t109-css-icon.search:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.t109-css-icon.menu:before,
.t109-css-icon.menu:after {
  content: "";
  position: absolute;
  left: 1px;
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.t109-css-icon.menu:before {
  top: 4px;
  box-shadow: 0 4px 0 currentColor;
}

.t109-css-icon.menu:after {
  top: 12px;
}

.t109-css-icon.arrow:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.t109-css-icon.play:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  border-left: 9px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.t109-css-icon.sort:before {
  left: 3px;
  height: 11px;
}

.t109-css-icon.sort:after {
  left: 10px;
  height: 6px;
}

.t109-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: #fff;
  background: #111827;
}

.t109-detail-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.9);
  opacity: .34;
}

.t109-detail-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .98), rgba(17, 24, 39, .56) 52%, rgba(17, 24, 39, .92)),
    linear-gradient(0deg, #111827, transparent 54%);
}

.t109-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  min-height: 520px;
  padding: 54px 0;
}

.t109-detail-poster {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--t109-radius);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

.t109-detail-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4.25;
  object-fit: cover;
}

.t109-detail-info {
  max-width: 820px;
}

.t109-detail-info h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.02;
  font-weight: 900;
}

.t109-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.t109-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
}

.t109-detail-info .t109-desc {
  max-width: 700px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.8;
}

.t109-detail-lines {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .78);
}

.t109-detail-lines p {
  margin: 0;
}

.t109-detail-lines span {
  display: inline-flex;
  width: 48px;
  color: var(--t109-gold);
  font-weight: 900;
}

.t109-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.t109-actions a,
.t109-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  font-weight: 900;
}

.t109-actions a.primary {
  color: #111827;
  border-color: transparent;
  background: var(--t109-gold);
}

.t109-detail-main {
  margin-top: 28px;
}

.t109-panel {
  padding: 20px;
  margin-bottom: 22px;
}

.t109-playlist-panel {
  background: #fff;
  overflow: hidden;
}

.t109-playlist-head {
  align-items: center;
  margin-bottom: 14px;
}

.t109-sort {
  flex: 0 0 auto;
  min-width: 86px;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, .12);
  color: #111827;
  background: #f8fafc;
  cursor: pointer;
}

.t109-source-tabs {
  width: 100%;
  margin: 2px 0 16px;
  overflow: visible;
}

.t109-source-tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
  transform: none;
  padding: 0 0 2px;
  margin: 0;
  list-style: none;
}

.t109-source-tabs li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 96px;
  max-width: 190px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  background: #f8fafc;
  color: #111827;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.t109-source-tabs li.active {
  color: #fff;
  border-color: transparent;
  background: #111827;
}

.t109-episode-box ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
}

.t109-episode-box .row {
  margin-left: 0;
  margin-right: 0;
}

.t109-episode-box .ewave-playlist-item {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}

.t109-episode-box .ewave-playlist-item.ewave-width-auto {
  width: auto;
}

.t109-episode-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: var(--t109-radius);
  background: #f8fafc;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.t109-episode-box a.active,
.t109-episode-box a:hover {
  color: #fff;
  border-color: transparent;
  background: var(--t109-coral);
}

@media (max-width: 767px) {
  .t109-playlist-panel {
    padding: 16px;
  }

  .t109-section-head.t109-playlist-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
  }

  .t109-section-head.t109-playlist-head h2 {
    font-size: 22px;
  }

  .t109-sort {
    min-width: 74px;
    min-height: 36px;
    padding: 0 12px;
  }

  .t109-source-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .t109-source-tabs ul {
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    padding-bottom: 4px;
  }

  .t109-source-tabs li {
    min-width: 86px;
    min-height: 36px;
    padding: 0 13px;
  }

  .t109-episode-box ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .t109-episode-box a {
    min-height: 38px;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 1180px) {
  .t109-header-inner {
    grid-template-columns: 156px minmax(0, 1fr) 42px;
  }

  .t109-search {
    display: none;
  }

  .t109-menu {
    display: inline-flex;
  }

  .t109-hero-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .t109-hero-rail {
    display: none;
  }

  .t109-grid,
  .t109-grid-compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .t109-header-inner {
    grid-template-columns: 150px 42px;
    justify-content: space-between;
  }

  .t109-nav {
    display: none;
  }

  .t109-mobile-panel {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(320px, 86vw);
    height: 100vh;
    padding: 22px;
    background: #fff;
    transform: translateX(-102%);
    transition: transform .2s ease;
  }

  .t109-mobile-panel.active {
    transform: translateX(0);
  }

  .t109-hero-layout {
    grid-template-columns: 1fr;
  }

  .t109-hero-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .t109-hero-side h2 {
    grid-column: 1 / -1;
  }

  .t109-grid,
  .t109-grid-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .t109-news-grid,
  .t109-footer-grid {
    grid-template-columns: 1fr;
  }

  .t109-detail-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .t109-shell {
    width: min(100% - 24px, 1380px);
  }

  .t109-brand img {
    width: 136px;
  }

  .t109-hero {
    padding-top: 18px;
  }

  .t109-hero-stage,
  .t109-hero-slider,
  .t109-hero-slider .swiper-slide {
    min-height: 420px;
  }

  .t109-slide-copy {
    width: calc(100% - 28px);
    padding: 0 14px 28px;
  }

  .t109-slide-copy strong {
    font-size: 34px;
  }

  .t109-hero-side {
    display: block;
  }

  .t109-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .t109-section-head h2 {
    font-size: 24px;
  }

  .t109-grid,
  .t109-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .t109-card h3 {
    margin-inline: 8px;
    font-size: 13px;
  }

  .t109-card p {
    margin-inline: 8px;
    font-size: 11px;
  }

  .t109-detail-hero {
    min-height: 0;
  }

  .t109-detail-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 0;
  }

  .t109-detail-poster {
    width: min(210px, 62vw);
  }

  .t109-detail-info h1 {
    font-size: 32px;
  }

  .t109-detail-lines span {
    width: 42px;
  }
}

@media (max-width: 420px) {
  .t109-grid,
  .t109-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 109 Neon Grid visual layer */
:root {
  --t109-bg: #000000;
  --t109-panel: #0b0d10;
  --t109-panel-2: #11151a;
  --t109-ink: #ffffff;
  --t109-muted: #9ca8b5;
  --t109-line: rgba(255, 255, 255, .13);
  --t109-blue: #0099ff;
  --t109-pink: #df2c88;
  --t109-radius: 4px;
  --t109-shadow: 0 22px 55px rgba(0, 0, 0, .42);
}

body {
  color: var(--t109-ink);
  background: #000;
}

a { color: inherit; }
a:hover { color: var(--t109-blue); }

.t109-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.t109-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--t109-line);
  background: rgba(0, 0, 0, .92);
  backdrop-filter: blur(18px);
}

.t109-header-inner {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(230px, 310px) 42px;
  align-items: center;
  gap: 22px;
  min-height: 72px;
}

.t109-brand,
.t109-brand img {
  display: block;
  width: 178px;
}

.t109-nav {
  display: flex;
  align-items: stretch;
  min-width: 0;
  height: 72px;
  overflow: hidden;
}

.t109-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  color: #cad2dc;
  font-weight: 800;
  white-space: nowrap;
}

.t109-nav a:after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  content: "";
  background: var(--t109-blue);
  opacity: 0;
  transform: scaleX(.4);
  transition: .2s ease;
}

.t109-nav a:hover,
.t109-nav a.active { color: #fff; }
.t109-nav a:hover:after,
.t109-nav a.active:after { opacity: 1; transform: scaleX(1); }

.t109-search,
.t109-mobile-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 153, 255, .55);
  background: #080a0c;
}

.t109-search input,
.t109-mobile-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 0;
  color: #fff;
  background: transparent;
  outline: 0;
}

.t109-search button,
.t109-mobile-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  border: 0;
  color: #fff;
  background: var(--t109-blue);
  cursor: pointer;
}

.t109-menu { display: none; }
.t109-mobile-panel { display: none; }

.t109-hero { border-bottom: 1px solid var(--t109-line); background: #050607; }
.t109-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 580px;
}

.t109-hero-stage { min-width: 0; }
.t109-hero-slider,
.t109-hero-slider .swiper-wrapper,
.t109-hero-slider .swiper-slide { height: 580px; }

.t109-hero-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: end;
  padding: 54px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.t109-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.86), transparent 55%);
}

.t109-slide-copy {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 720px;
  gap: 13px;
}

.t109-slide-copy em,
.t109-section-head span,
.t109-side-head span,
.t109-kicker {
  color: var(--t109-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.t109-slide-copy strong {
  color: #fff;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 950;
  line-height: .98;
}

.t109-slide-copy small {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d6dee7;
  font-size: 14px;
}

.t109-slide-copy small i { width: 4px; height: 4px; background: var(--t109-pink); }

.t109-slide-copy b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 16px;
  color: #fff;
  background: var(--t109-pink);
}

.t109-hero-dots { position: absolute; right: 22px; bottom: 18px; z-index: 4; }
.t109-hero-dots .swiper-pagination-bullet { width: 24px; height: 3px; margin: 0 3px; border-radius: 0; background: #fff; opacity: .36; }
.t109-hero-dots .swiper-pagination-bullet-active { background: var(--t109-blue); opacity: 1; }

.t109-hero-side {
  padding: 31px 22px 22px;
  border-left: 1px solid var(--t109-line);
  background: #080a0c;
}

.t109-side-head { margin-bottom: 16px; }
.t109-side-head h2 { margin: 5px 0 0; font-size: 25px; }
.t109-rank-list { display: grid; }

.t109-rank-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 61px;
  border-top: 1px solid var(--t109-line);
}

.t109-rank-item b { color: var(--t109-pink); font-size: 22px; font-style: italic; }
.t109-rank-item strong { overflow: hidden; color: #eef4fa; text-overflow: ellipsis; white-space: nowrap; }
.t109-rank-item em { color: #6e7a86; font-size: 12px; font-style: normal; }

.t109-category-strip {
  border-bottom: 1px solid var(--t109-line);
  background: var(--t109-blue);
}

.t109-category-strip .t109-shell {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 48px;
  overflow-x: auto;
  color: #00111d;
  white-space: nowrap;
}

.t109-category-strip span { font-size: 12px; font-weight: 950; }
.t109-category-strip a { color: #00111d; font-weight: 900; }
.t109-category-strip a:hover { color: #fff; }

.t109-section { margin-top: 44px; }
.t109-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.t109-section-head h2 { margin: 3px 0 0; color: #fff; font-size: 29px; line-height: 1.08; }
.t109-section-head > a,
.t109-type-links a { display: inline-flex; align-items: center; gap: 6px; color: #aeb8c3; font-size: 13px; font-weight: 800; }
.t109-section-head > a:hover,
.t109-type-links a:hover,
.t109-type-links a.more { color: var(--t109-blue); }
.t109-type-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 14px; }

.t109-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 14px;
}

.t109-card { min-width: 0; }
.t109-card-poster {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #101216;
}
.t109-card-poster:after {
  position: absolute;
  inset: 0;
  content: "";
  border: 3px solid transparent;
  pointer-events: none;
  transition: border-color .2s ease;
}
.t109-card:hover .t109-card-poster:after { border-color: var(--t109-blue); }
.t109-card-img { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .28s ease; }
.t109-card:hover .t109-card-img { transform: scale(1.06); }
.t109-card-badge {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  max-width: calc(100% - 8px);
  padding: 5px 8px;
  border-radius: 0;
  color: #fff;
  background: var(--t109-pink);
  font-size: 11px;
  font-weight: 900;
}
.t109-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--t109-blue);
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: .2s ease;
}
.t109-card:hover .t109-card-play { opacity: 1; transform: translate(-50%, -50%); }
.t109-card-copy { padding: 9px 2px 0; }
.t109-card h3 { margin: 0; overflow: hidden; color: #fff; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.t109-card p { margin: 5px 0 0; color: #7f8b97; font-size: 12px; }
.t109-card p span:before { margin: 0 5px; content: "/"; color: var(--t109-pink); }

.t109-channel { padding-top: 22px; border-top: 1px solid var(--t109-line); }
.t109-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--t109-line); }
.t109-news-card { display: grid; gap: 8px; min-height: 160px; padding: 19px; background: #0b0d10; }
.t109-news-card b { color: var(--t109-pink); font-size: 11px; }
.t109-news-card strong { color: #fff; font-size: 18px; }
.t109-news-card p { margin: 0; color: #8e9aa6; line-height: 1.7; }

.t109-footer { margin-top: 52px; padding: 31px 0 20px; border-top: 3px solid var(--t109-blue); background: #070809; }
.t109-footer-grid { display: flex; justify-content: space-between; gap: 28px; }
.t109-footer img { width: 174px; }
.t109-footer p { max-width: 600px; color: #8e99a4; line-height: 1.7; }
.t109-footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: end; gap: 14px 20px; color: #c6d0da; font-size: 13px; }
.t109-copyright { padding-top: 16px; margin-top: 18px; border-top: 1px solid var(--t109-line); color: #69747e; font-size: 12px; }

.t109-detail-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--t109-line); background: #050607; }
.t109-detail-bg { position: absolute; inset: 0; background-position: center; background-size: cover; filter: blur(30px); opacity: .22; transform: scale(1.08); }
.t109-detail-hero:after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.72)); }
.t109-detail-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 34px; padding-top: 43px; padding-bottom: 43px; }
.t109-detail-poster img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border: 3px solid var(--t109-blue); box-shadow: var(--t109-shadow); }
.t109-detail-info h1 { margin: 8px 0 13px; color: #fff; font-size: clamp(34px, 5vw, 64px); line-height: 1; }
.t109-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.t109-meta span { padding: 5px 8px; color: #d8e3ec; border: 1px solid rgba(255,255,255,.17); font-size: 12px; }
.t109-desc { max-width: 820px; color: #b3bec8; line-height: 1.8; }
.t109-detail-lines { display: grid; gap: 7px; color: #bfc9d2; }
.t109-detail-lines p { margin: 0; }
.t109-detail-lines span { display: inline-block; width: 44px; color: var(--t109-blue); font-weight: 900; }
.t109-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.t109-actions a,
.t109-sort { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0 15px; border: 1px solid rgba(255,255,255,.17); color: #fff; background: #101318; font-weight: 900; }
.t109-actions a.primary { border-color: var(--t109-blue); background: var(--t109-blue); }
.t109-detail-main { margin-top: 26px; }
.t109-panel { padding: 20px; margin-bottom: 20px; border: 1px solid var(--t109-line); background: #090b0e; }
.t109-content { color: #b6c0c9; line-height: 1.9; }
.t109-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.t109-faq-item { padding: 15px; border-left: 4px solid var(--t109-blue); background: #111419; }
.t109-faq-item h3 { margin: 0; color: #fff; font-size: 15px; line-height: 1.55; }
.t109-faq-item p { margin: 7px 0 0; color: #aeb9c3; font-size: 13px; line-height: 1.75; }

.t109-playlist-head { align-items: center; }
.t109-sort { cursor: pointer; }
.t109-source-tabs { width: 100%; margin: 0 0 15px; overflow: visible; }
.t109-source-tabs ul { display: flex; flex-wrap: wrap; gap: 8px; height: auto; padding: 0; margin: 0; transform: none; list-style: none; }
.t109-source-tabs li { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: auto !important; min-width: 90px; min-height: 36px; padding: 0 13px; border: 1px solid var(--t109-line); color: #c8d2dc; background: #111419; cursor: pointer; }
.t109-source-tabs li.active { color: #fff; border-color: var(--t109-blue); background: var(--t109-blue); }
.t109-episode-box ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 8px; padding: 0; margin: 0; }
.t109-episode-box .row { margin-right: 0; margin-left: 0; }
.t109-episode-box .ewave-playlist-item { float: none; width: auto; padding: 0; list-style: none; }
.t109-episode-box a { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 7px; border: 1px solid var(--t109-line); color: #c8d3dc; background: #111419; font-size: 13px; font-weight: 800; }
.t109-episode-box a:hover,
.t109-episode-box a.active { color: #fff; border-color: var(--t109-pink); background: var(--t109-pink); }

.t109-css-icon { position: relative; display: inline-block; width: 15px; height: 15px; flex: 0 0 auto; }
.t109-css-icon.home:before { position: absolute; bottom: 1px; left: 2px; width: 10px; height: 9px; content: ""; border: 2px solid currentColor; }
.t109-css-icon.home:after { position: absolute; top: 0; left: 3px; width: 9px; height: 9px; content: ""; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.t109-css-icon.search:before { position: absolute; top: 1px; left: 1px; width: 8px; height: 8px; content: ""; border: 2px solid currentColor; border-radius: 50%; }
.t109-css-icon.search:after { position: absolute; right: 0; bottom: 1px; width: 6px; height: 2px; content: ""; background: currentColor; transform: rotate(45deg); }
.t109-css-icon.menu:before { position: absolute; top: 2px; left: 0; width: 15px; height: 2px; content: ""; background: currentColor; box-shadow: 0 5px currentColor, 0 10px currentColor; }
.t109-css-icon.play:before { position: absolute; top: 2px; left: 5px; content: ""; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.t109-css-icon.arrow:before { position: absolute; top: 7px; left: 1px; width: 12px; height: 2px; content: ""; background: currentColor; }
.t109-css-icon.arrow:after { position: absolute; top: 4px; right: 1px; width: 6px; height: 6px; content: ""; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.t109-css-icon.chart:before { position: absolute; bottom: 1px; left: 1px; width: 3px; height: 7px; content: ""; background: currentColor; box-shadow: 5px -4px currentColor, 10px -8px currentColor; }
.t109-css-icon.sort:before { position: absolute; top: 1px; left: 1px; width: 12px; height: 2px; content: ""; background: currentColor; box-shadow: 0 5px currentColor, 0 10px currentColor; }

@media (max-width: 1180px) {
  .t109-header-inner { grid-template-columns: 178px minmax(0, 1fr) 42px; }
  .t109-search { display: none; }
  .t109-menu { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #fff; border: 1px solid var(--t109-line); }
  .t109-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .t109-hero-layout { grid-template-columns: minmax(0, 1fr) 292px; }
}

@media (max-width: 860px) {
  .t109-shell { width: min(100% - 28px, 760px); }
  .t109-header-inner { grid-template-columns: 160px minmax(0, 1fr) 42px; min-height: 62px; }
  .t109-brand img { width: 152px; }
  .t109-nav { display: none; }
  .t109-mobile-panel { position: fixed; top: 62px; right: 0; z-index: 110; display: grid; width: min(310px, 86vw); max-height: calc(100vh - 62px); padding: 16px; overflow-y: auto; background: #090b0e; transform: translateX(102%); transition: transform .2s ease; }
  .t109-mobile-panel.active { transform: translateX(0); }
  .t109-mobile-panel > a { padding: 12px 4px; border-bottom: 1px solid var(--t109-line); color: #d8e1e9; font-weight: 800; }
  .t109-mobile-search { margin-bottom: 10px; }
  .t109-hero-layout { display: block; min-height: 470px; }
  .t109-hero-slider,
  .t109-hero-slider .swiper-wrapper,
  .t109-hero-slider .swiper-slide { height: 470px; }
  .t109-hero-slider .swiper-slide { padding: 28px; }
  .t109-hero-side { display: none; }
  .t109-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 10px; }
  .t109-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .t109-detail-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding-top: 30px; padding-bottom: 30px; }
}

@media (max-width: 560px) {
  .t109-shell { width: calc(100% - 20px); }
  .t109-hero-layout { min-height: 410px; }
  .t109-hero-slider,
  .t109-hero-slider .swiper-wrapper,
  .t109-hero-slider .swiper-slide { height: 410px; }
  .t109-slide-copy strong { font-size: 39px; }
  .t109-slide-copy small { flex-wrap: wrap; }
  .t109-category-strip .t109-shell { gap: 16px; }
  .t109-section { margin-top: 30px; }
  .t109-section-head { align-items: start; flex-direction: column; gap: 8px; }
  .t109-section-head h2 { font-size: 24px; }
  .t109-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 8px; }
  .t109-card h3 { font-size: 13px; }
  .t109-news-grid { grid-template-columns: 1fr; }
  .t109-footer-grid { display: grid; }
  .t109-footer-links { justify-content: start; }
  .t109-detail-grid { grid-template-columns: 108px minmax(0, 1fr); gap: 15px; padding-top: 22px; padding-bottom: 22px; }
  .t109-detail-info h1 { margin-top: 5px; font-size: 29px; }
  .t109-desc,
  .t109-detail-lines { grid-column: 1 / -1; }
  .t109-detail-info .t109-desc,
  .t109-detail-info .t109-detail-lines { display: none; }
  .t109-actions { margin-top: 14px; }
  .t109-actions a { min-height: 36px; padding: 0 10px; font-size: 12px; }
  .t109-panel { padding: 14px; }
  .t109-faq-list { grid-template-columns: 1fr; }
  .t109-section-head.t109-playlist-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .t109-source-tabs { overflow-x: auto; }
  .t109-source-tabs ul { flex-wrap: nowrap; width: max-content; min-width: 100%; }
  .t109-episode-box ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .t109-episode-box a { min-height: 37px; padding: 5px; font-size: 12px; }
}

.t109-player-wrap {
  padding: 26px 0;
  border-bottom: 1px solid var(--t109-line);
  background: #050607;
}

.t109-player-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  border: 1px solid var(--t109-line);
  background: #090b0e;
}

.t109-player {
  min-width: 0;
  background: #000;
}

.t109-player .embed-responsive {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.t109-play-info {
  padding: 20px;
  border-left: 1px solid var(--t109-line);
}

.t109-play-info > p:first-child {
  margin: 0 0 8px;
  color: var(--t109-pink);
  font-size: 12px;
  font-weight: 900;
}

.t109-play-info h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
}

.t109-play-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0;
}

.t109-play-actions a {
  padding: 7px 10px;
  color: #d1dae3;
  border: 1px solid var(--t109-line);
  background: #111419;
  font-size: 12px;
  font-weight: 800;
}

.t109-play-actions a.primary {
  color: #fff;
  border-color: var(--t109-blue);
  background: var(--t109-blue);
}

.t109-player-notice {
  display: grid;
  height: 100%;
  min-height: 320px;
  place-items: center;
  padding: 20px;
  color: #cbd5df;
  text-align: center;
}

@media (max-width: 860px) {
  .t109-player-grid { display: block; }
  .t109-play-info { border-top: 1px solid var(--t109-line); border-left: 0; }
}

/* 109 mobile menu and library fixes */
.t109-brand,
.t109-brand img {
  width: 54px;
  height: 54px;
}

.t109-header-inner {
  grid-template-columns: 62px minmax(0, 1fr) minmax(230px, 310px) 42px;
}

.t109-card-play {
  display: none !important;
}

.t109-page-title {
  padding: 32px 0 24px;
  border-bottom: 1px solid var(--t109-line);
  background: #07090b;
}

.t109-page-title p {
  margin: 0 0 5px;
  color: var(--t109-blue);
  font-size: 12px;
  font-weight: 900;
}

.t109-page-title h1 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.t109-filter {
  padding: 10px 18px;
  margin-top: 18px;
  border: 1px solid var(--t109-line);
  background: #090b0e;
}

.t109-filter dl {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 11px;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid var(--t109-line);
}

.t109-filter dl:last-child {
  border-bottom: 0;
}

.t109-filter dt {
  color: var(--t109-blue);
  font-weight: 900;
  line-height: 29px;
}

.t109-filter dd {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.t109-filter dd a {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 9px;
  color: #b8c4cf;
  border: 1px solid transparent;
  background: #111419;
  font-size: 13px;
}

.t109-filter dd a:hover,
.t109-filter dd a.active {
  color: #fff;
  border-color: var(--t109-pink);
  background: var(--t109-pink);
}

.t109-section-head small {
  color: #8d99a4;
}

.t109-mobile-modal {
  position: fixed;
  inset: 62px 0 0;
  z-index: 105;
  display: none;
  background: rgba(0, 0, 0, .68);
}

.t109-mobile-modal.active {
  display: block;
}

.t109-mobile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.t109-mobile-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 6px;
  color: #d5dee7;
  border: 1px solid var(--t109-line);
  background: #101318;
  font-weight: 800;
  text-align: center;
}

.t109-mobile-links a.active,
.t109-mobile-links a:hover {
  color: #fff;
  border-color: var(--t109-blue);
  background: var(--t109-blue);
}

@media (max-width: 1180px) {
  .t109-header-inner {
    grid-template-columns: 62px minmax(0, 1fr) 42px;
  }
}

@media (max-width: 860px) {
  .t109-header-inner {
    grid-template-columns: 54px minmax(0, 1fr) 42px;
  }

  .t109-brand,
  .t109-brand img {
    width: 46px;
    height: 46px;
  }

  .t109-mobile-panel {
    position: fixed;
    top: 62px;
    right: 0;
    left: auto;
    z-index: 110;
    display: block;
    width: min(330px, 88vw);
    max-height: calc(100vh - 62px);
    padding: 14px;
    overflow-y: auto;
    border-left: 1px solid var(--t109-line);
    background: #090b0e;
    transform: translateX(102%);
    transition: transform .2s ease;
  }

  .t109-mobile-panel.active {
    transform: translateX(0);
  }

  .t109-filter {
    padding: 5px 11px;
  }

  .t109-filter dl {
    display: block;
    padding: 10px 0;
  }

  .t109-filter dt {
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .t109-filter dd {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .t109-filter dd a {
    flex: 0 0 auto;
  }
}
