:root {
  --t113-orange: #ff6b0a;
  --t113-ink: #222222;
  --t113-deep: #141414;
  --t113-text: #303030;
  --t113-muted: #797979;
  --t113-paper: #f2f1ef;
  --t113-panel: #ffffff;
  --t113-line: #d9d6d2;
}

html,
body { background: var(--t113-paper) !important; color: var(--t113-text) !important; }
a { color: inherit; }
.t113-shell { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.t113-main { min-height: 70vh; overflow: hidden; }

.t113-header { position: sticky; top: 0; z-index: 50; border-bottom: 5px solid var(--t113-orange); background: var(--t113-ink); }
.t113-header-inner { display: grid; grid-template-columns: 64px minmax(0,1fr) minmax(220px,300px) 42px; gap: 14px; align-items: center; min-height: 70px; }
.t113-brand,
.t113-brand img { display: block; width: 54px; height: 54px; }
.t113-nav { display: flex; align-items: center; gap: 3px; min-width: 0; overflow: hidden; }
.t113-nav a { display: flex; gap: 5px; align-items: center; padding: 10px 11px; color: #eee; font-size: 14px; font-weight: 800; white-space: nowrap; }
.t113-nav a:hover,
.t113-nav a.active { color: #fff; background: var(--t113-orange); }
.t113-search { display: grid; grid-template-columns: 1fr 42px; height: 40px; border: 2px solid var(--t113-orange); background: #fff; }
.t113-search input { min-width: 0; padding: 0 10px; border: 0; color: var(--t113-text); background: transparent; }
.t113-search button { border: 0; color: #fff; background: var(--t113-orange); cursor: pointer; }
.t113-menu { display: none; width: 42px; height: 42px; color: #fff; place-items: center; background: var(--t113-orange); }

.t113-hero { padding: 23px 0; background: var(--t113-deep); }
.t113-program { padding: 18px; color: var(--t113-text); border-top: 7px solid var(--t113-orange); background: #fff; }
.t113-program-head h2 { margin: 5px 0 15px; font-size: 25px; }
.t113-program-head span,
.t113-section-head span,
.t113-rail-title span { color: var(--t113-orange); font-size: 11px; font-weight: 950; }
.t113-program > a { display: grid; grid-template-columns: 27px minmax(0,1fr) auto; gap: 8px; align-items: center; min-height: 45px; border-top: 1px solid var(--t113-line); }
.t113-program b { color: var(--t113-orange); font-size: 17px; }
.t113-program strong { overflow: hidden; color: var(--t113-ink) !important; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.t113-program em { color: var(--t113-muted); font-size: 11px; font-style: normal; }
.t113-hero-stage { position: relative; min-width: 0; overflow: hidden; border: 5px solid #fff; background: #000; box-shadow: 9px 9px 0 var(--t113-orange); }
.t113-hero-slider,
.t113-hero-slider .swiper-wrapper,
.t113-hero-slider .swiper-slide { height: 474px !important; }
.t113-hero-slider .swiper-slide { position: relative; display: block; padding: 0 !important; background-position: center; background-size: cover; }
.t113-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.94), rgba(20,20,20,.4) 62%, rgba(20,20,20,.08)); }
.t113-slide-copy { position: absolute; left: 31px; bottom: 34px; z-index: 4; display: grid; gap: 12px; max-width: 60%; color: #fff; }
.t113-slide-copy em { color: var(--t113-orange); font-size: 11px; font-style: normal; font-weight: 950; }
.t113-slide-copy strong { font-size: 46px; line-height: 1.04; }
.t113-slide-copy small { display: flex; gap: 8px; color: #e1e1e1; }
.t113-slide-copy small i { width: 5px; height: 5px; margin-top: 7px; background: var(--t113-orange); }
.t113-slide-copy b { width: max-content; padding: 11px 15px; color: #fff; background: var(--t113-orange); font-size: 14px; box-shadow: 5px 5px 0 #fff; }
.t113-hero-dots { position: absolute; right: 18px; bottom: 16px; z-index: 5; }
.t113-hero-dots .swiper-pagination-bullet { background: #fff !important; }
.t113-hero-dots .swiper-pagination-bullet-active { background: var(--t113-orange) !important; }
.t113-stage-mark { position: absolute; top: 0; right: 0; z-index: 5; padding: 12px 14px; color: #fff; background: var(--t113-orange); font-size: 12px; font-weight: 950; line-height: 1.1; text-align: right; }

.t113-dashboard { padding: 20px 0; border-bottom: 5px solid var(--t113-orange); background: #e7e3df; }
.t113-dashboard-grid { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 16px; align-items: stretch; }
.t113-update-rail { padding: 18px; border-left: 7px solid var(--t113-orange); background: #fff; }
.t113-rail-title h2 { margin: 4px 0 0; color: var(--t113-ink); font-size: 23px; }
.t113-rail-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 3px; margin-top: 15px; background: var(--t113-line); }
.t113-rail-list a { display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 3px 6px; min-width: 0; padding: 9px; background: #f5f4f2; }
.t113-rail-list b { grid-row: 1 / 3; color: var(--t113-orange); font-size: 16px; }
.t113-rail-list strong { overflow: hidden; color: var(--t113-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.t113-rail-list em { overflow: hidden; color: var(--t113-muted); font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }

.t113-section { padding-block: 38px; }
.t113-section-head { display: flex; gap: 15px; align-items: end; justify-content: space-between; margin-bottom: 17px; padding-bottom: 10px; border-bottom: 3px solid var(--t113-ink); }
.t113-section-head h2 { margin: 4px 0 0; color: var(--t113-ink); font-size: 28px; line-height: 1.05; }
.t113-section-head > a,
.t113-type-links a { color: var(--t113-orange); font-size: 13px; font-weight: 900; }
.t113-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px 14px; }
.t113-card { min-width: 0; }
.t113-card-poster { position: relative; display: block; aspect-ratio: 2/3; overflow: hidden; border: 3px solid #fff; background: #d8d6d3; box-shadow: 5px 5px 0 rgba(34,34,34,.3); }
.t113-card-poster:before { position: absolute !important; top: 0 !important; left: 0 !important; z-index: 3; display: block !important; width: 38px; height: 9px; content: "" !important; background: var(--t113-orange); }
.t113-card-poster:after,
.t113-card-img:before,
.t113-card-img:after,
.t113-card-play { display: none !important; content: none !important; }
.t113-card-img { position: absolute; inset: 0; display: block; background-position: center; background-size: cover; transition: transform .25s ease; }
.t113-card:hover .t113-card-img { transform: scale(1.05); }
.t113-card-badge { position: absolute !important; top: auto !important; right: 0 !important; bottom: 0 !important; left: auto !important; z-index: 4; max-width: calc(100% - 8px); padding: 5px 7px !important; border-radius: 0 !important; color: #fff !important; background: var(--t113-orange) !important; font-size: 11px !important; font-weight: 900; }
.t113-card-copy { padding: 12px 2px 0; }
.t113-card h3 { margin: 0; overflow: hidden; color: var(--t113-ink); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.t113-card p { margin: 5px 0 0; color: var(--t113-muted); font-size: 12px; }
.t113-card p span:before { margin: 0 5px; content: "/"; color: var(--t113-orange); }
.t113-channel-band:nth-of-type(even) { background: #e6e3df; }
.t113-channel { border-top: 0 !important; }
.t113-type-links { display: flex; flex-wrap: wrap; gap: 11px; }
.t113-type-links .more { padding: 4px 8px; color: #fff; background: var(--t113-orange); }

.t113-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2px; background: var(--t113-orange); }
.t113-news-card { display: grid; gap: 8px; min-height: 145px; padding: 18px; background: #fff; }
.t113-news-card b { color: var(--t113-orange); font-size: 11px; }
.t113-news-card strong { color: var(--t113-ink); }
.t113-news-card p { margin: 0; color: var(--t113-muted); font-size: 13px; }

.layout-box { margin-top: 20px; padding: 18px; border-top: 6px solid var(--t113-orange); background: #fff; }
.index-ranking h2 { margin: 0 0 12px; color: var(--t113-ink) !important; font-size: 22px; }
.ranking-list { display: grid; gap: 2px; margin: 0; padding: 0; background: var(--t113-line); }
.ranking-item { margin: 0 !important; list-style: none; }
.ranking-list .t113-rank-item {
  display: grid !important;
  grid-template-columns: 30px minmax(0,1fr) auto !important;
  gap: 9px !important;
  align-items: center !important;
  min-height: 43px !important;
  padding: 0 10px !important;
  color: var(--t113-text) !important;
  border: 0 !important;
  background: #f7f5f2 !important;
}
.ranking-list .t113-rank-item span { color: var(--t113-orange) !important; font-size: 16px !important; font-weight: 950; }
.ranking-list .t113-rank-item strong { overflow: hidden; color: var(--t113-ink) !important; font-size: 13px !important; text-overflow: ellipsis; white-space: nowrap; }
.ranking-list .t113-rank-item em { color: var(--t113-muted) !important; font-size: 11px !important; font-style: normal; }

.t113-page-title { padding: 32px 0 24px; border-bottom: 7px solid var(--t113-orange); background: var(--t113-ink); }
.t113-page-title p { margin: 0; color: var(--t113-orange); font-size: 11px; font-weight: 900; }
.t113-page-title h1 { margin: 5px 0 0; color: #fff; font-size: 40px; }
.t113-filter { margin-top: 21px; padding: 9px 17px; border-top: 6px solid var(--t113-orange); background: #fff; }
.t113-filter dl { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 8px; margin: 0; padding: 10px 0; border-bottom: 1px solid var(--t113-line); }
.t113-filter dl:last-child { border-bottom: 0; }
.t113-filter dt { color: var(--t113-orange); font-weight: 900; }
.t113-filter dd { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.t113-filter a { padding: 3px 7px; color: var(--t113-text); font-size: 13px; }
.t113-filter a.active { color: #fff; background: var(--t113-orange); font-weight: 900; }

.t113-detail-hero { position: relative; overflow: hidden; padding: 40px 0; border-bottom: 7px solid var(--t113-orange); background: var(--t113-ink); }
.t113-detail-bg { display: none !important; }
.t113-detail-grid { position: relative; display: grid; grid-template-columns: 215px minmax(0,1fr); gap: 27px; }
.t113-detail-poster img { display: block; width: 100%; aspect-ratio: 2/3; object-fit: cover; border: 6px solid #fff; box-shadow: 9px 9px 0 var(--t113-orange); }
.t113-detail-info { color: #fff; }
.t113-kicker { color: var(--t113-orange); font-size: 12px; font-weight: 900; }
.t113-detail-info h1 { margin: 7px 0 12px; font-size: 44px; }
.t113-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.t113-meta span { padding: 4px 7px; color: #fff; background: var(--t113-orange); font-size: 12px; }
.t113-desc { max-width: 780px; line-height: 1.8; }
.t113-detail-lines span { display: inline-block; width: 50px; color: var(--t113-orange); font-weight: 900; }
.t113-actions { display: flex; gap: 8px; margin-top: 18px; }
.t113-actions a,
.t113-play-actions a { padding: 10px 14px; color: #fff; background: var(--t113-orange); font-size: 13px; font-weight: 900; }
.t113-actions a.primary,
.t113-play-actions a.primary { color: var(--t113-ink); background: #fff; }
.t113-detail-main { display: grid; gap: 19px; padding-block: 27px 40px; }
.t113-panel { padding: 19px; border: 1px solid var(--t113-line); background: #fff; }
.t113-faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.t113-faq-item { padding: 15px; border-left: 4px solid var(--t113-orange); background: #f5f3f0; }
.t113-faq-item h3 { margin: 0; color: var(--t113-ink); font-size: 15px; line-height: 1.55; }
.t113-faq-item p { margin: 7px 0 0; color: var(--t113-muted); font-size: 13px; line-height: 1.75; }
.t113-playlist-panel { border-top: 6px solid var(--t113-orange); }
.t113-source-tabs ul { gap: 7px; }
.t113-source-tabs li { width: auto !important; padding: 8px 11px; color: var(--t113-text); background: #eeeae6; cursor: pointer; }
.t113-source-tabs li.active { color: #fff; background: var(--t113-orange); }
.t113-episode-box ul { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; padding: 14px 0 0; }
.t113-episode-box li { width: auto !important; padding: 0 !important; }
.t113-episode-box a { display: block; padding: 9px 7px; color: var(--t113-text); background: #eeeae6; text-align: center; }
.t113-episode-box a:hover,
.t113-episode-box a.active { color: #fff; background: var(--t113-orange); }
.t113-sort { padding: 8px 10px; border: 0; color: #fff; background: var(--t113-orange); font-weight: 900; cursor: pointer; }

.t113-player-wrap { padding: 27px 0; background: var(--t113-ink); }
.t113-player-grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 17px; }
.t113-player { min-width: 0; background: #000; }
.t113-play-info { padding: 18px; color: #fff; border-top: 7px solid var(--t113-orange); background: #303030; }
.t113-play-info > p:first-child { color: var(--t113-orange); font-size: 12px; font-weight: 900; }
.t113-play-info h1 { margin: 5px 0 13px; font-size: 25px; }
.t113-play-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.t113-play-info .t113-desc { color: #ccc; font-size: 13px; }

.t113-footer { padding: 25px 0 15px; color: #d2d2d2; border-top: 6px solid var(--t113-orange); background: var(--t113-ink); }
.t113-footer-grid { display: flex; gap: 20px; justify-content: space-between; }
.t113-footer img { width: 48px; height: 48px; }
.t113-footer p { margin: 7px 0 0; font-size: 13px; }
.t113-footer-links { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.t113-footer-links a { color: var(--t113-orange); font-size: 13px; }
.t113-copyright { margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }

.t113-mobile-panel,
.t113-mobile-modal { display: none; }

@media (max-width: 1024px) {
  .t113-header-inner { grid-template-columns: 58px minmax(0,1fr) 42px; }
  .t113-search { display: none; }
  .t113-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .t113-shell { width: min(100% - 24px,680px); }
  .t113-header-inner { min-height: 62px; }
  .t113-brand,
  .t113-brand img { width: 46px; height: 46px; }
  .t113-nav { display: none; }
  .t113-menu { display: grid; grid-column: 3; justify-self: end; }
  .t113-mobile-panel { position: fixed; top: 62px; right: 0; z-index: 61; display: block; width: min(86vw,330px); height: calc(100vh - 62px); padding: 15px; background: var(--t113-ink); transform: translateX(100%); transition: transform .2s ease; }
  .t113-mobile-panel.active { transform: translateX(0); }
  .t113-mobile-modal { position: fixed; inset: 62px 0 0; z-index: 60; background: rgba(34,34,34,.6); }
  .t113-mobile-modal.active { display: block; }
  .t113-mobile-search { display: grid; grid-template-columns: 1fr auto; margin-bottom: 12px; }
  .t113-mobile-search input { min-width: 0; padding: 10px; border: 0; }
  .t113-mobile-search button { border: 0; color: #fff; background: var(--t113-orange); font-weight: 900; }
  .t113-mobile-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; }
  .t113-mobile-links a { padding: 11px 9px; overflow: hidden; color: #fff; background: #303030; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .t113-mobile-links a.active { background: var(--t113-orange); }
  .t113-hero { padding: 13px 0; }
  .t113-hero-stage { order: 1; border-width: 4px; box-shadow: 6px 6px 0 var(--t113-orange); }
  .t113-dashboard-grid { grid-template-columns: 1fr; gap: 10px; }
  .t113-program { padding: 14px; }
  .t113-program > a:nth-of-type(n+5) { display: none; }
  .t113-hero-slider,
  .t113-hero-slider .swiper-wrapper,
  .t113-hero-slider .swiper-slide { height: 300px !important; }
  .t113-slide-copy { left: 17px; bottom: 20px; max-width: 82%; gap: 8px; }
  .t113-slide-copy strong { font-size: 29px; }
  .t113-stage-mark { padding: 9px; font-size: 10px; }
  .t113-update-rail { padding: 14px; border-left-width: 5px; }
  .t113-rail-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .t113-section { padding-block: 27px; }
  .t113-section-head h2 { font-size: 23px; }
  .t113-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px 10px; }
  .t113-card-poster { box-shadow: 4px 4px 0 rgba(34,34,34,.3); }
  .t113-news-grid { grid-template-columns: 1fr; }
  .ranking-list .t113-rank-item { grid-template-columns: 25px minmax(0,1fr) !important; }
  .ranking-list .t113-rank-item em { display: none; }
  .t113-detail-grid { grid-template-columns: 122px minmax(0,1fr); gap: 17px; }
  .t113-detail-hero { padding: 23px 0; }
  .t113-detail-poster img { border-width: 4px; box-shadow: 6px 6px 0 var(--t113-orange); }
  .t113-detail-info h1 { font-size: 29px; }
  .t113-desc { font-size: 13px; line-height: 1.65; }
  .t113-panel { padding: 14px; }
  .t113-faq-list { grid-template-columns: 1fr; }
  .t113-episode-box ul { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .t113-player-grid { grid-template-columns: 1fr; }
  .t113-footer-grid { display: grid; }
}

@media (max-width: 420px) {
  .t113-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .t113-rail-list { grid-template-columns: 1fr; }
  .t113-slide-copy strong { font-size: 25px; }
  .t113-detail-grid { grid-template-columns: 104px minmax(0,1fr); gap: 14px; }
  .t113-detail-info h1 { font-size: 24px; }
  .t113-detail-info .t113-desc { display: none; }
}
