@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&display=swap');

    :root {
      --bg: #080810;
      --card: #10101a;
      --red: #e5383b;
      --gold: #f5a623;
      --blue: #3b82f6;
      --white: #f0f0f8;
      --grey: #5a5a7a;
      --border: #1e1e30;
      --sidebar: 240px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    body {
      background: var(--bg);
      color: var(--white);
      font-family: 'Inter', sans-serif;
      min-height: 100vh;
      overflow-x: hidden;
      overflow-x: clip;
    }

    @keyframes tick {
      0% {
        transform: translateX(0)
      }

      100% {
        transform: translateX(-50%)
      }
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .35
      }
    }

    @keyframes dtCardIn {
      from {
        opacity: 0;
        transform: translateY(6px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes moonFloat {

      0%,
      100% {
        transform: translateY(0) scale(1);
      }

      50% {
        transform: translateY(-3px) scale(1.03);
      }
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(8px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .mob-header {
      background: #0c0c18;
      border-bottom: 1px solid var(--border);
      padding: 11px 14px;
      position: sticky;
      top: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      font-family: 'Bebas Neue', cursive;
      font-size: 1.4rem;
      color: var(--white);
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .team-flag,
    .dt-fifa-logo {
      width: 24px;
      height: 16px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 4px;
      display: inline-block;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
    }

    .icon-accent {
      color: var(--red);
    }

    .logo-badge {
      background: var(--red);
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: .5rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 2px 6px;
      border-radius: 3px;
    }

    .tg-link {
      display: flex;
      align-items: center;
      gap: 5px;
      background: #229ED9;
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      padding: 5px 11px;
      border-radius: 20px;
      text-decoration: none;
    }

    .ticker {
      background: #0c0c18;
      border-bottom: 1px solid var(--border);
      height: 28px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .ticker-tag {
      background: var(--red);
      color: #fff;
      padding: 0 11px;
      height: 100%;
      display: flex;
      align-items: center;
      font-size: .56rem;
      font-weight: 700;
      letter-spacing: 2px;
      flex-shrink: 0;
    }

    .ticker-vp {
      flex: 1;
      overflow: hidden;
      height: 100%;
    }

    .ticker-inner {
      display: inline-flex;
      align-items: center;
      height: 100%;
      animation: tick 42s linear infinite;
      white-space: nowrap;
      will-change: transform;
    }

    .ticker-inner span {
      font-size: .65rem;
      font-weight: 600;
      padding: 0 26px;
      color: #b0b0c8;
    }

    .page {
      display: none;
      padding-bottom: 78px;
    }

    .page.active {
      display: block;
    }

    .feat-wrap {
      padding: 11px 11px 2px;
    }

    .feat-toprow {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      margin-bottom: 12px;
    }

    .feat-icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: #1a1a28;
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      flex-shrink: 0;
    }

    .feat-info h2 {
      font-size: 1rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .5px;
      line-height: 1.2;
      margin-bottom: 4px;
    }

    .feat-meta {
      font-size: .62rem;
      color: var(--grey);
      line-height: 1.6;
    }

    .feat-live-banner {
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(229, 56, 59, .1);
      border: 1px solid rgba(229, 56, 59, .3);
      border-radius: 8px;
      padding: 7px 12px;
      margin-bottom: 10px;
      font-size: .7rem;
      font-weight: 700;
      color: var(--red);
    }

    .score-card {
      background:
        radial-gradient(circle at 20% 0%, rgba(255, 196, 0, .16), transparent 34%),
        linear-gradient(135deg, #171729 0%, #10101b 52%, #1a1020 100%);
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .1);
      position: relative;
      box-shadow: 0 18px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
    }

    .score-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--red), transparent);
    }

    .score-cup-pill {
      background: #1a1a28;
      border-radius: 20px;
      padding: 4px 14px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: .62rem;
      letter-spacing: 2px;
      color: #8888aa;
    }

    .score-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 18px 14px;
      gap: 4px;
    }

    .score-team-side {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 7px;
      flex: 1;
    }

    .score-team-name {
      font-size: .68rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .5px;
      text-align: center;
    }

    .score-team-rec {
      font-size: .56rem;
      color: var(--grey);
    }

    .flag-circle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #1e1e30;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.7rem;
    }

    .score-center-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      flex-shrink: 0;
    }

    .score-nums {
      background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 16px;
      padding: 10px 18px;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: inset 0 0 22px rgba(229, 56, 59, .12);
    }

    .score-n {
      font-family: 'Bebas Neue', cursive;
      font-size: 2.3rem;
      line-height: 1;
      color: var(--white);
      text-shadow: 0 0 12px rgba(255, 255, 255, .18);
    }

    .score-sep {
      font-size: 1rem;
      color: rgba(255, 255, 255, .92);
      font-weight: 700;
    }

    .score-ht {
      background: var(--red);
      color: #fff;
      font-size: .58rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      letter-spacing: 1px;
      animation: blink 1.5s infinite;
      display: flex;
      align-items: center;
      gap: 4px;
      will-change: opacity;
    }

    .score-vs-pill {
      background: linear-gradient(135deg, rgba(255, 196, 0, .16), rgba(255, 255, 255, .04));
      border: 1px solid rgba(255, 196, 0, .22);
      border-radius: 14px;
      padding: 8px 18px;
      font-family: 'Bebas Neue', cursive;
      font-size: 1.5rem;
      color: var(--gold);
      letter-spacing: 3px;
    }

    .score-upcoming-pill {
      background: rgba(255, 196, 0, .12);
      border: 1px solid rgba(255, 196, 0, .2);
      color: var(--gold);
      font-size: .58rem;
      font-weight: 700;
      padding: 3px 12px;
      border-radius: 20px;
      letter-spacing: 1px;
    }

    .home-note-card {
      margin: 10px 0 12px;
      padding: 10px 12px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(255, 196, 0, .12), rgba(255, 255, 255, .04));
      border: 1px solid rgba(255, 255, 255, .08);
      color: var(--white);
      font-size: .68rem;
      line-height: 1.85;
    }

    .home-note-card b {
      color: var(--gold);
      letter-spacing: .5px;
    }

    .scorers-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 14px 12px;
      border-top: 1px solid var(--border);
    }

    .scorers-side {
      flex: 1;
    }

    .no-scorer {
      font-size: .56rem;
      color: #333;
      font-style: italic;
    }

    .watch-now-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: linear-gradient(135deg, var(--red), #9b1c1c);
      color: #fff;
      font-weight: 800;
      font-size: .86rem;
      padding: 13px;
      border: none;
      width: 100%;
      margin-top: 10px;
      border-radius: 11px;
      cursor: pointer;
      letter-spacing: .5px;
      transition: opacity .2s;
    }

    .watch-now-btn:active {
      opacity: .82;
    }

    .pulse-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      animation: blink 1s infinite;
      will-change: opacity;
    }

    .sec-label {
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--grey);
      padding: 14px 13px 7px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .sec-label .sec-line {
      flex: 1;
      height: 1px;
      background: var(--border);
    }

    .date-label {
      font-size: .6rem;
      font-weight: 700;
      color: var(--gold);
      letter-spacing: 1px;
      padding: 9px 13px 3px;
      text-transform: uppercase;
    }

    .match-list {
      padding: 0 11px;
    }

    .mi {
      background: linear-gradient(145deg, rgba(17, 17, 29, .98), rgba(10, 10, 18, .96));
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 14px;
      margin-bottom: 8px;
      overflow: hidden;
      cursor: pointer;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
      position: relative;
    }

    .mi::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .05) 48%, transparent 75%);
      transform: translateX(-110%);
      transition: transform .55s ease;
      pointer-events: none;
    }

    .mi:hover {
      transform: translateY(-2px) scale(1.01);
      border-color: rgba(255, 255, 255, .16);
      box-shadow: 0 16px 32px rgba(0, 0, 0, .32);
    }

    .mi:hover::before {
      transform: translateX(110%);
    }

    .mi.live-mi {
      border-color: rgba(229, 56, 59, .68);
      box-shadow: 0 0 0 1px rgba(229, 56, 59, .18), 0 10px 24px rgba(0, 0, 0, .24);
    }

    .mi-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
      border-bottom: 1px solid rgba(255, 255, 255, .06);
      background: rgba(255, 255, 255, .025);
    }

    .mi-badge {
      font-size: .56rem;
      font-weight: 700;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .live-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--red);
      animation: blink 1s infinite;
      display: inline-block;
      will-change: opacity;
    }

    .b-live {
      color: var(--red)
    }

    .b-up {
      color: var(--gold)
    }

    .b-ft {
      color: #333;
    }

    .mi-time {
      font-size: .56rem;
      color: var(--grey);
    }

    .mi-body {
      display: flex;
      align-items: center;
      padding: 11px 12px;
      gap: 6px;
    }

    .mi-team {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
    }

    .mi-team.r {
      justify-content: flex-end;
      flex-direction: row-reverse;
    }

    .mi-flag {
      font-size: 1.3rem;
      transition: transform .2s ease;
    }

    .mi:hover .mi-flag {
      transform: scale(1.08);
    }

    .mi-name {
      font-size: .73rem;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .mi-mid {
      min-width: 56px;
      text-align: center;
      font-family: 'Bebas Neue', cursive;
      font-size: 1.2rem;
      color: var(--white);
      letter-spacing: 2px;
      padding: 0 4px;
    }

    .mi-vs {
      font-size: .7rem;
      color: #333;
    }

    .mi-foot {
      padding: 7px 12px 9px;
      border-top: 1px solid rgba(255, 255, 255, .06);
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(255, 255, 255, .02);
    }

    .mi-venue {
      font-size: .54rem;
      color: var(--grey);
    }

    .mi-cd {
      font-size: .58rem;
      font-weight: 600;
      color: var(--gold);
      font-variant-numeric: tabular-nums;
    }

    .mi-watch {
      background: linear-gradient(135deg, var(--red), #9b1c1c);
      color: #fff;
      border: none;
      font-size: .6rem;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
      cursor: pointer;
      box-shadow: 0 6px 16px rgba(229, 56, 59, .2);
      transition: transform .2s ease, opacity .2s ease;
    }

    .mi-watch:hover {
      transform: translateY(-1px);
      opacity: .92;
    }

    .more-wrap {
      padding: 2px 11px 12px;
    }

    .more-btn {
      background: transparent;
      border: 1px solid var(--border);
      color: var(--grey);
      font-size: .73rem;
      font-weight: 600;
      padding: 9px;
      border-radius: 8px;
      cursor: pointer;
      width: 100%;
      transition: all .2s;
    }

    .lv-page {
      padding: 11px;
    }

    .lv-player-wrap {
      width: 100%;
      aspect-ratio: 16/9;
      background: #000;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    .lv-player-wrap iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    .dt-player-wrap iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: none;
    }

    .hls-wrap {
      display: none;
      width: 100%;
      aspect-ratio: 16/9;
      background: #000;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    .hls-wrap.player-glow,
    .lv-player-wrap.player-glow {
      animation: playerGlow 800ms ease-out;
    }

    @keyframes playerGlow {
      0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
      30% { box-shadow: 0 0 16px 4px rgba(255, 59, 48, 0.55); }
      100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
    }

    .player-loader {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: rgba(4, 6, 12, .82);
      color: #fff;
      z-index: 20;
      backdrop-filter: blur(8px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .24s ease;
      will-change: opacity;
    }

    .player-loader.active {
      opacity: 1;
      pointer-events: auto;
    }

    .player-loader-shell {
      position: relative;
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
    }

    .player-loader-ring {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 3px solid rgba(255, 255, 255, .16);
      border-top-color: #fff;
      border-right-color: #ffd98e;
      animation: spin 1s linear infinite;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
      will-change: transform;
    }

    .player-loader-moon {
      position: absolute;
      inset: 8px;
      border-radius: 50%;
      background: radial-gradient(circle at 32% 28%, #ffffff 0 14%, #ffe7b3 15% 38%, #f5a623 39% 62%, #8a4a07 100%);
      box-shadow: 0 0 18px rgba(245, 166, 35, .24);
      animation: moonFloat 1.1s ease-in-out infinite;
      overflow: hidden;
      will-change: transform;
    }

    .player-loader-moon::after {
      content: '';
      position: absolute;
      inset: 3px;
      border-radius: 50%;
      background: rgba(4, 6, 12, .9);
      transform: translate(10px, 7px);
      box-shadow: inset 0 0 6px rgba(255, 255, 255, .08);
    }

    .player-loader-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #f2f2fa;
    }

    .player-loader-sub {
      font-size: .62rem;
      color: #b6b6c8;
      letter-spacing: .4px;
    }

    .player-fallback-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }

    /* try agin button css */
    .player-fallback-btn,
    .player-fallback-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: .55rem;
      font-weight: 700;
      letter-spacing: .5px;
      text-decoration: none;
      cursor: pointer;
      transition: transform .16s ease, border-color .16s ease;
    }

    .player-fallback-btn {
      background: linear-gradient(135deg, var(--red), #ff5f68);
      color: #fff;
      border: 0;
      animation: blink 1.5s infinite;
      flex-shrink: 0;
      will-change: opacity;
    }

    .player-fallback-link {
      background: rgba(255, 255, 255, .06);
      color: #e5e5f2;
      border: 1px solid rgba(255, 255, 255, .14);
    }

    .player-fallback-btn:hover,
    .player-fallback-link:hover,
    .player-fallback-btn:focus-visible,
    .player-fallback-link:focus-visible {
      transform: translateY(-1px);
      outline: none;
    }

    .player-fallback-btn:focus-visible,
    .player-fallback-link:focus-visible {
      border-color: var(--red);
    }

    .player-stage {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      --player-scale: 1;
    }

    .hls-wrap video {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
    }

    /* মোবাইলে ডিফল্ট cover — স্ক্রিন ফিল করবে */
    @media (max-width: 1023px) {
      .hls-wrap video {
        object-fit: cover;
      }
    }

    .hls-wrap video::-webkit-media-controls,
    .hls-wrap video::-webkit-media-controls-panel,
    .hls-wrap video::-webkit-media-controls-play-button,
    .hls-wrap video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none;
    }

    /* ── স্ট্রিম কন্ট্রোলস বার (Desktop Premium) ── */
    .stream-controls {
      position: absolute;
      left: 50%;
      bottom: 14px;
      transform: translateX(-50%) translateY(0);
      z-index: 12;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: calc(100% - 24px);
      max-width: 580px;
      padding: 8px 12px;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 16px;
      background: rgba(8,8,18,.82);
      backdrop-filter: blur(30px) saturate(1.6);
      -webkit-backdrop-filter: blur(30px) saturate(1.6);
      box-shadow: 0 8px 32px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.03) inset, 0 1px 0 rgba(255,255,255,.06) inset;
      transition: opacity .3s ease, transform .3s cubic-bezier(.4,0,.2,1);
      overflow: visible;
      will-change: opacity, transform;
    }

    .stream-controls.is-hidden {
      opacity: 0;
      pointer-events: none;
      transform: translateX(-50%) translateY(10px);
    }

    .mob-controls-wrap.is-hidden {
      pointer-events: none;
    }

    /* ── প্রগ্রেস বার (Desktop) ── */
    .stream-progress {
      position: absolute;
      left: 50%;
      bottom: 66px;
      transform: translateX(-50%);
      width: calc(100% - 48px);
      max-width: 544px;
      height: 4px;
      background: rgba(255,255,255,.1);
      border-radius: 999px;
      z-index: 11;
      cursor: pointer;
      transition: height .18s ease, opacity .3s ease, transform .3s ease;
      overflow: hidden;
    }

    .stream-progress:hover {
      height: 6px;
    }

    .stream-controls.is-hidden ~ .stream-progress {
      opacity: 0;
      transform: translateX(-50%) translateY(4px);
      pointer-events: none;
    }

    .mob-controls-wrap .stream-controls.is-hidden ~ .stream-progress {
      opacity: 0;
      transform: translateY(4px);
      pointer-events: none;
    }

    .stream-progress-fill {
      height: 100%;
      background: var(--red);
      border-radius: 999px;
      width: 0;
      transition: width .3s linear;
    }

    .stream-progress-fill::after {
      content: '';
      position: absolute;
      right: -5px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 8px rgba(229,56,59,.6);
      opacity: 0;
      transition: opacity .15s;
    }

    .stream-progress:hover .stream-progress-fill::after {
      opacity: 1;
    }

    /* Size button always clickable */
    .stream-btn[data-action="size"] {
      pointer-events: auto !important;
      z-index: 15;
    }

    /* ── কন্ট্রোল বাটন (Desktop Premium) ── */
    .stream-btn {
      flex: 0 0 auto;
      width: clamp(34px, 3.5vw, 40px);
      height: clamp(34px, 3.5vw, 40px);
      min-width: 34px;
      min-height: 34px;
      border: 0;
      border-radius: 10px;
      background: transparent;
      color: rgba(255,255,255,.85);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: .95rem;
      font-weight: 900;
      transition: background .18s ease, transform .15s cubic-bezier(.4,0,.2,1), color .18s ease, box-shadow .18s ease;
      position: relative;
      overflow: hidden;
    }

    .stream-btn:hover,
    .stream-btn:focus-visible {
      background: rgba(255,255,255,.1);
      color: #fff;
      transform: scale(1.08);
      outline: none;
    }

    .stream-btn:active {
      transform: scale(.9);
      background: rgba(255,255,255,.14);
    }

    .stream-btn[data-action="size"] {
      min-width: auto;
      padding: 0 12px;
      border-radius: 10px;
      font-size: .75rem;
      letter-spacing: .5px;
      font-weight: 800;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.08);
      gap: 5px;
      display: inline-flex;
      align-items: center;
    }

    .stream-btn[data-action="quality"] {
      min-width: auto;
      padding: 0 10px;
      border-radius: 10px;
      font-size: .75rem;
      letter-spacing: .4px;
      font-weight: 700;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.08);
      gap: 5px;
      display: inline-flex;
      align-items: center;
    }

    .stream-btn[data-action="quality"]:hover {
      background: rgba(255,255,255,.1);
      border-color: rgba(255,255,255,.12);
    }

    .stream-btn[data-action="quality"]:hover i {
      transform: rotate(30deg);
    }

    .stream-btn[data-action="quality"] i {
      transition: transform .3s ease;
    }

    /* Volume slider responsive */
    .stream-controls input[type="range"],
    .stream-controls .volume-slider,
    .stream-controls [data-action="volume"] {
      flex: 1 1 80px;
      min-width: 60px;
      max-width: 140px;
    }

    @media (max-width: 640px) {

      .stream-controls input[type="range"],
      .stream-controls .volume-slider,
      .stream-controls [data-action="volume"] {
        flex: 1 1 60px;
        min-width: 50px;
        max-width: 110px;
      }
    }

    /* ── Quality Menu ─────────────────────────────── */

    /* ══════════════════════════════════════════════════════════════
       মোবাইল প্রিমিয়াম প্লেয়ার — Compact Controls + Auto-hide
       ══════════════════════════════════════════════════════════════ */

    /* ── মোবাইল কন্ট্রোলস র‍্যাপ ── */
    .mob-controls-wrap {
      position: absolute;
      inset: 0;
      z-index: 12;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      pointer-events: none;
      transition: opacity .25s ease;
    }

    .mob-controls-wrap > * {
      pointer-events: auto;
    }

    /* ── গ্র্যাডিয়েন্ট ব্যাকড্রপ (Premium) ── */
    .mob-controls-gradient {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 180px;
      background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.6) 35%, rgba(0,0,0,.2) 65%, transparent 100%);
      pointer-events: none;
      z-index: -1;
      transition: opacity .3s ease;
    }

    .mob-controls-wrap.is-hidden .mob-controls-gradient {
      opacity: 0;
    }

    /* ── মোবাইল ভলিউম র‍্যাপ ── */
    .mob-vol-wrap {
      position: relative;
      flex: 0 0 auto;
    }

    /* ── মোবাইল ভলিউম স্লাইডার (Premium Red Tooltip) ── */
    .mob-vol-bar {
      display: none;
      position: fixed;
      bottom: auto;
      left: auto;
      right: 12px;
      top: 12px;
      align-items: center;
      gap: 4px;
      padding: 6px 10px;
      background: rgba(30,5,5,.92);
      border: 1px solid rgba(229,56,59,.2);
      border-radius: 12px;
      backdrop-filter: blur(24px) saturate(1.5);
      -webkit-backdrop-filter: blur(24px) saturate(1.5);
      box-shadow: 0 8px 28px rgba(0,0,0,.6), 0 0 20px rgba(229,56,59,.08), inset 0 1px 0 rgba(255,255,255,.04);
      z-index: 9990;
      white-space: nowrap;
      transition: opacity .2s ease, transform .2s ease;
    }

    .mob-vol-bar.show {
      display: flex;
      animation: mobVolBarIn .15s cubic-bezier(.4,0,.2,1);
    }

    .mob-vol-bar.hide {
      opacity: 0;
      transform: translateY(-8px);
      pointer-events: none;
    }

    @keyframes mobVolBarIn {
      from { opacity: 0; transform: translateY(-8px) scale(.92); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .mob-vol-arrow {
      flex: 0 0 32px;
      width: 32px;
      height: 32px;
      border: none;
      border-radius: 8px;
      background: rgba(229,56,59,.12);
      color: #ff8a8d;
      font-size: .56rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .12s, transform .12s;
    }

    .mob-vol-arrow:active {
      transform: scale(.82);
      background: rgba(229,56,59,.25);
    }

    .mob-vol-slider {
      flex: 1 1 0;
      width: 80px;
      height: 3px;
      -webkit-appearance: none;
      appearance: none;
      background: rgba(255,255,255,.15);
      border-radius: 3px;
      outline: none;
      cursor: pointer;
      accent-color: var(--red);
    }

    .mob-vol-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 8px rgba(229,56,59,.5);
      cursor: pointer;
      transition: transform .12s;
    }

    .mob-vol-slider::-webkit-slider-thumb:active {
      transform: scale(1.2);
    }

    .mob-vol-slider::-moz-range-thumb {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 8px rgba(229,56,59,.5);
      border: none;
      cursor: pointer;
    }

    .mob-vol-pct {
      flex: 0 0 auto;
      font-size: clamp(.44rem, 2.3vw, .55rem);
      font-weight: 700;
      color: #ff8a8d;
      min-width: 22px;
      text-align: right;
      font-variant-numeric: tabular-nums;
    }

    /* ── মোবাইল কন্ট্রোলস বার (Single Row Compact Premium) ── */
    .mob-controls-wrap .stream-controls {
      position: relative;
      left: auto;
      bottom: auto;
      transform: none;
      width: calc(100% - 10px);
      margin: 0 5px 5px;
      padding: 3px 4px;
      gap: 1px;
      flex-wrap: wrap;
      overflow: visible;
      background: rgba(0,0,0,.72);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 16px;
      backdrop-filter: blur(30px) saturate(1.6);
      -webkit-backdrop-filter: blur(30px) saturate(1.6);
      box-shadow: 0 4px 24px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.03) inset, 0 1px 0 rgba(255,255,255,.06) inset;
      transition: opacity .3s ease, transform .3s cubic-bezier(.4,0,.2,1);
      justify-content: center;
    }

    .mob-controls-wrap .stream-controls.is-hidden {
      opacity: 0;
      transform: translateY(12px);
      pointer-events: none;
    }

    /* ── মোবাইল বাটন সাইজ (Responsive Premium) ── */
    .mob-controls-wrap .stream-btn {
      flex: 0 0 auto;
      width: clamp(28px, 7.5vw, 34px);
      height: clamp(28px, 7.5vw, 34px);
      min-width: 28px;
      min-height: 28px;
      font-size: clamp(.65rem, 2vw, .78rem);
      border-radius: 8px;
      background: transparent;
      border: none;
      transition: background .15s ease, transform .12s ease, color .15s ease;
      padding: 0;
      color: rgba(255,255,255,.85);
    }

    .mob-controls-wrap .stream-btn:active {
      transform: scale(.82);
      background: rgba(255,255,255,.12);
    }

    /* প্লে/পজ বাটন একটু বড় */
    .mob-controls-wrap .stream-btn[data-action="play"] {
      width: clamp(32px, 8.5vw, 38px);
      height: clamp(32px, 8.5vw, 38px);
      font-size: clamp(.72rem, 2.3vw, .88rem);
      background: rgba(229,56,59,.15);
      border-radius: 10px;
      color: #ff6b6e;
    }

    .mob-controls-wrap .stream-btn[data-action="play"]:active {
      background: rgba(229,56,59,.28);
      box-shadow: 0 0 16px rgba(229,56,59,.3);
    }

    /* কোয়ালিটি বাটন */
    .mob-controls-wrap .stream-btn[data-action="quality"] {
      min-width: auto;
      padding: 0 clamp(4px, 1.5vw, 8px);
      border-radius: 8px;
    }

    /* সাইজ বাটন */
    .mob-controls-wrap .stream-btn[data-action="size"] {
      min-width: auto;
      padding: 0 clamp(4px, 1.5vw, 8px);
      border-radius: 8px;
    }

    /* ফুলস্ক্রিন বাটন */
    .mob-controls-wrap .stream-btn[data-action="full"] {
      border-radius: 8px;
    }

    /* PiP বাটন */
    .mob-controls-wrap .stream-btn[data-action="pip"] {
      border-radius: 8px;
    }

    /* ── মোবাইল LIVE ব্যাজ ── */
    .mob-controls-wrap .stream-live-pill {
      flex: 0 0 auto;
      height: clamp(20px, 5vw, 24px);
      min-width: auto;
      padding: 0 clamp(5px, 1.5vw, 8px);
      font-size: clamp(.42rem, 1.3vw, .5rem);
      font-weight: 800;
      letter-spacing: .8px;
      gap: 3px;
      border-radius: 6px;
      background: rgba(229,56,59,.12);
      border: 1px solid rgba(229,56,59,.15);
      color: #ff646a;
    }

    .mob-controls-wrap .stream-live-dot {
      width: clamp(4px, 1.2vw, 5px);
      height: clamp(4px, 1.2vw, 5px);
      flex-shrink: 0;
    }

    /* ── মোবাইল ভিউয়ার কাউন্ট ── */
    .mob-controls-wrap .stream-viewers {
      flex: 0 0 auto;
      height: clamp(20px, 5vw, 24px);
      min-width: auto;
      padding: 0 clamp(4px, 1.2vw, 7px);
      font-size: clamp(.40rem, 1.2vw, .48rem);
      font-weight: 700;
      gap: 2px;
      border-radius: 6px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.04);
      color: #9898b8;
    }

    .mob-controls-wrap .stream-viewers i {
      font-size: clamp(.38rem, 1.1vw, .46rem);
    }

    /* ── মোবাইল প্রগ্রেস বার (Premium) ── */
    .mob-controls-wrap .stream-progress {
      position: relative;
      left: auto;
      bottom: auto;
      transform: none;
      width: calc(100% - 10px);
      margin: 0 5px 3px;
      height: 3px;
      border-radius: 3px;
      background: rgba(255,255,255,.1);
      transition: opacity .3s ease, transform .3s ease, height .15s ease;
      overflow: visible;
    }

    .mob-controls-wrap .stream-progress:active {
      height: 5px;
    }

    .mob-controls-wrap .stream-controls.is-hidden ~ .stream-progress {
      opacity: 0;
      transform: translateY(4px);
      pointer-events: none;
    }

    .mob-controls-wrap .stream-progress-fill {
      background: var(--red);
      border-radius: 4px;
      position: relative;
    }

    /* সিক হ্যান্ডেল */
    .mob-controls-wrap .stream-progress-fill::after {
      content: '';
      position: absolute;
      right: -5px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 8px rgba(229,56,59,.5);
      opacity: 0;
      transition: opacity .15s;
    }

    .mob-controls-wrap .stream-progress:active .stream-progress-fill::after {
      opacity: 1;
    }

    /* ── মোবাইল ফিট মোড ওভারলে (Premium) ── */
    .mob-fit-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 15;
      pointer-events: none;
      opacity: 0;
      transition: opacity .2s ease;
    }

    .mob-fit-overlay.show {
      opacity: 1;
    }

    .mob-fit-overlay-label {
      background: rgba(0,0,0,.75);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      color: #fff;
      font-size: .9rem;
      font-weight: 800;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 10px 24px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 8px 32px rgba(0,0,0,.5);
      transform: scale(.85);
      transition: transform .25s cubic-bezier(.4,0,.2,1);
    }

    .mob-fit-overlay.show .mob-fit-overlay-label {
      transform: scale(1);
    }

    /* ── মোবাইল সিক ইন্ডিকেটর (Premium) ── */
    .mob-seek-indicator {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 14;
      pointer-events: none;
      opacity: 0;
      transition: opacity .15s ease;
    }

    .mob-seek-indicator.left { left: 12%; }
    .mob-seek-indicator.right { right: 12%; }

    .mob-seek-indicator.show { opacity: 1; }

    .mob-seek-bubble {
      background: rgba(0,0,0,.78);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      padding: 7px 12px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,.06);
      display: flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;
      box-shadow: 0 4px 16px rgba(0,0,0,.5);
      transform: scale(.8);
      transition: transform .2s cubic-bezier(.4,0,.2,1);
    }

    .mob-seek-indicator.show .mob-seek-bubble {
      transform: scale(1);
    }

    .mob-seek-bubble i {
      font-size: .6rem;
      color: var(--red);
    }

    /* ── মাইক্রো-ইন্টারঅ্যাকশন — বাটন প্রেস, গ্লো, রিপল ── */
    .stream-btn::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: radial-gradient(circle at center, rgba(229,56,59,.3) 0%, transparent 70%);
      opacity: 0;
      transform: scale(.5);
      transition: opacity .3s, transform .3s;
      pointer-events: none;
    }

    .stream-btn:active::after {
      opacity: 1;
      transform: scale(1);
      transition: opacity .1s, transform .1s;
    }

    .stream-btn:focus-visible {
      outline: 2px solid rgba(229,56,59,.5);
      outline-offset: 2px;
    }

    /* মোবাইল বাটন গ্লো */
    .mob-controls-wrap .stream-btn[data-action="play"]:active {
      box-shadow: 0 0 20px rgba(229,56,59,.45);
    }

    .mob-controls-wrap .stream-btn[data-action="full"]:active {
      box-shadow: 0 0 14px rgba(255,255,255,.18);
    }

    .mob-controls-wrap .stream-btn[data-action="pip"]:active {
      box-shadow: 0 0 14px rgba(59,130,246,.2);
    }

    .mob-controls-wrap .stream-btn[data-action="quality"]:active {
      box-shadow: 0 0 14px rgba(255,255,255,.12);
    }

    .mob-controls-wrap .stream-btn[data-action="size"]:active {
      box-shadow: 0 0 14px rgba(245,166,35,.2);
    }

    /* মোবাইল LIVE ব্যাজ গ্লো */
    .mob-controls-wrap .stream-live-pill {
      animation: livePulse 2.5s ease-in-out infinite;
    }

    @keyframes livePulse {
      0%, 100% { box-shadow: 0 0 0 rgba(229,56,59,0); }
      50% { box-shadow: 0 0 10px rgba(229,56,59,.18); }
    }

    /* ── মোবাইল ডাবল-ট্যাপ রিপল ── */
    .mob-tap-ripple {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(255,255,255,.1);
      border: 2px solid rgba(255,255,255,.2);
      transform: translate(-50%, -50%) scale(0);
      animation: mobTapRippleAnim .4s ease-out forwards;
      pointer-events: none;
      z-index: 13;
    }

    @keyframes mobTapRippleAnim {
      0% { transform: translate(-50%, -50%) scale(0); opacity: 1; }
      100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
    }

    /* ── মোবাইল স্পিড ইন্ডিকেটর (Premium) ── */
    .mob-speed-indicator {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 14;
      background: rgba(8,8,16,.72);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(229,56,59,.15);
      border-radius: 10px;
      padding: 7px 14px;
      color: var(--red);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: 1px;
      opacity: 0;
      pointer-events: none;
      transition: opacity .15s ease;
    }

    .mob-speed-indicator.show { opacity: 1; }

    /* ── মোবাইল ফুলস্ক্রিন Safe Area ── */
    .hls-wrap.player-expanded .mob-controls-wrap .stream-controls {
      padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }

    .hls-wrap.player-expanded .mob-controls-wrap .stream-progress {
      margin-bottom: calc(4px + env(safe-area-inset-bottom, 0px));
    }

    .hls-wrap.player-expanded .mob-controls-wrap {
      padding-top: env(safe-area-inset-top, 0px);
    }
    .pq-menu-overlay {
      position: fixed;
      inset: 0;
      z-index: 9998;
      display: none;
    }

    .pq-menu-overlay.open {
      display: block;
    }

    .pq-menu {
      position: fixed;
      z-index: 9998;
      bottom: 80px;
      right: 20px;
      width: 200px;
      max-height: 320px;
      background: rgba(10,10,20,.94);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 12px;
      backdrop-filter: blur(24px) saturate(1.4);
      -webkit-backdrop-filter: blur(24px) saturate(1.4);
      box-shadow: 0 12px 40px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.04);
      overflow: hidden;
      opacity: 0;
      transform: translateY(10px) scale(.96);
      transition: opacity .2s cubic-bezier(.4,0,.2,1), transform .2s cubic-bezier(.4,0,.2,1);
      pointer-events: none;
    }

    .pq-menu.open {
      opacity: 1;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }

    .pq-menu-header {
      padding: 10px 14px 8px;
      border-bottom: 1px solid rgba(255,255,255,.05);
    }

    .pq-menu-title {
      font-size: .68rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: .5px;
    }

    .pq-menu-mode {
      display: none;
    }

    .pq-menu-list {
      padding: 6px;
      max-height: 300px;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #1e1e30 transparent;
    }

    .pq-menu-list::-webkit-scrollbar {
      width: 3px;
    }

    .pq-menu-list::-webkit-scrollbar-thumb {
      background: #1e1e30;
      border-radius: 3px;
    }

    .pq-menu-divider {
      height: 1px;
      background: rgba(255,255,255,.06);
      margin: 4px 12px;
    }

    .pq-menu-setting {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 14px 10px;
      cursor: pointer;
      transition: background .15s;
    }

    .pq-menu-setting:hover {
      background: rgba(255,255,255,.03);
    }

    .pq-menu-setting-label {
      font-size: .62rem;
      font-weight: 600;
      color: #c0c0d8;
    }

    .pq-menu-setting-value {
      font-size: .52rem;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 6px;
      letter-spacing: .5px;
      background: rgba(255,255,255,.06);
      color: #888;
      transition: all .2s;
    }

    .pq-menu-setting-value.on {
      background: rgba(229,56,59,.15);
      color: #ff6b6e;
    }

    .pq-menu-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 12px;
      border-radius: 8px;
      cursor: pointer;
      transition: all .15s ease;
      border: 1px solid transparent;
      position: relative;
    }

    .pq-menu-item:hover {
      background: rgba(255,255,255,.05);
    }

    .pq-menu-item.active {
      background: rgba(229,56,59,.08);
      border-color: rgba(229,56,59,.15);
    }

    .pq-menu-item.active::after {
      content: '✓';
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: .65rem;
      font-weight: 700;
      color: var(--red);
    }

    .pq-menu-item-label {
      flex: 1;
      font-size: .68rem;
      font-weight: 600;
      color: #c0c0d8;
    }

    .pq-menu-item.active .pq-menu-item-label {
      color: #fff;
    }

    /* ── Quality Menu Info (Removed) ── */

    .pq-switching {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      border: 2px solid rgba(255,255,255,.1);
      border-top-color: var(--red);
      border-radius: 50%;
      animation: pqSpin .6s linear infinite;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s ease;
    }

    .pq-switching.active {
      opacity: 1;
    }

    @keyframes pqSpin {
      to { transform: translate(-50%, -50%) rotate(360deg); }
    }

    @media (max-width: 640px) {
      .pq-menu {
        bottom: 60px;
        right: 8px;
        left: 8px;
        width: auto;
        max-height: 260px;
      }
    }

    @media (min-width: 641px) and (max-width: 1023px) {
      .pq-menu {
        bottom: 60px;
        right: 8px;
        width: 200px;
        max-height: 280px;
      }
    }

    .scroll-top-btn {
      position: fixed;
      right: 16px;
      bottom: 50px;
      z-index: 9990;
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), #ff5f68);
      color: #fff;
      display: none;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 30px rgba(229, 56, 59, .35);
      cursor: pointer;
      transition: transform .2s ease, opacity .2s ease;
    }

    .scroll-top-btn:hover,
    .scroll-top-btn:focus-visible {
      outline: none;
      transform: translateY(-2px);
    }

    .stream-live-pill,
    .stream-viewers {
      flex: 0 1 auto;
      min-width: 0;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      border-radius: 8px;
      font-size: .68rem;
      font-weight: 800;
      letter-spacing: .8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .stream-live-pill {
      min-width: auto;
      padding: 0 12px;
      color: #fff;
      background: rgba(229,56,59,.12);
      border: 1px solid rgba(229,56,59,.18);
      box-shadow: 0 0 12px rgba(229,56,59,.08);
    }

    .stream-viewers {
      min-width: auto;
      padding: 0 10px;
      color: #b6b6c8;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.06);
    }

    .stream-live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 10px rgba(229,56,59,.7);
      animation: liveDotPulse 2s ease-in-out infinite;
    }

    @keyframes liveDotPulse {
      0%, 100% { box-shadow: 0 0 4px rgba(229,56,59,.5); opacity: 1; }
      50% { box-shadow: 0 0 14px rgba(229,56,59,.9); opacity: .85; }
    }


    .hls-wrap.player-expanded,
    .dt-hls-wrap.player-expanded {
      position: fixed !important;
      inset: 0 !important;
      z-index: 9999 !important;
      width: 100% !important;
      height: 100vh !important;
      height: 100dvh !important;
      aspect-ratio: auto !important;
      border-radius: 0 !important;
      border: 0 !important;
      background: #000 !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      overflow: hidden !important;
      padding-top: env(safe-area-inset-top, 0px);
      padding-bottom: env(safe-area-inset-bottom, 0px);
      padding-left: env(safe-area-inset-left, 0px);
      padding-right: env(safe-area-inset-right, 0px);
    }

    .hls-wrap.player-expanded .player-stage,
    .dt-hls-wrap.player-expanded .player-stage {
      width: min(100vw, calc(100vh * 1.7777778));
      width: min(100vw, calc(100dvh * 1.7777778));
      height: auto;
      aspect-ratio: 16 / 9;
      max-height: 100vh;
      max-height: 100dvh;
      transform: scale(var(--player-scale, 1));
      transform-origin: center center;
      transition: transform .2s ease;
      position: relative;
    }

    body.player-expanded-lock {
      overflow: hidden;
    }

    @media (max-width: 640px) {

      .score-team-name,
      .score-n,
      .score-sep,
      .score-ht,
      .dt-feat-tname,
      .dt-feat-sn,
      .dt-feat-ssep,
      .dt-feat-live-pill,
      .live-sync-bar strong,
      .match-clock,
      .np-name,
      .dt-np-name {
        color: #fff;
      }

      .score-n,
      .dt-feat-sn {
        text-shadow: 0 0 14px rgba(255, 255, 255, .24);
      }

      .stream-controls {
        gap: 2px;
        padding: 5px 6px;
        bottom: 10px;
        width: calc(100% - 12px);
      }

      .stream-progress {
        bottom: 54px;
        width: calc(100% - 16px);
      }

      .stream-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        font-size: .82rem;
      }

      .stream-live-pill,
      .stream-viewers {
        height: 26px;
        font-size: .58rem;
        gap: 4px;
        min-width: auto;
      }

      .stream-live-pill {
        padding: 0 7px;
      }

      .stream-viewers {
        padding: 0 6px;
      }

      .stream-live-dot {
        width: 5px;
        height: 5px;
      }

      .ch-grid {
        grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
        gap: 6px;
      }

      .ch-card {
        border-radius: 9px;
      }

      .ch-thumb {
        padding: 6px;
        font-size: 1.08rem;
      }

      .ch-thumb img {
        width: 66%;
        height: 66%;
      }

      .ch-name {
        font-size: .52rem;
        min-height: 24px;
        padding: 3px 2px 5px;
      }
    }

    @media (max-width: 400px) {
      .mi-mid {
        min-width: 44px;
        font-size: 1rem;
        letter-spacing: 1px;
      }
    }

    .now-playing {
      background: var(--card);
      border-radius: 10px;
      padding: 10px 13px;
      margin-top: 9px;
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .np-icon {
      font-size: 1.6rem;
      flex-shrink: 0;
    }

    .np-info {
      flex: 1;
      min-width: 0;
    }

    .np-lbl {
      font-size: .52rem;
      color: var(--red);
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 2px;
    }


    /* NOTE BOX - mobile live page */

    .note-box {
      background: #12121e;
      border: 1px solid rgba(245, 166, 35, .2);
      border-radius: 12px;
      padding: 11px 14px;
      margin-top: 9px;
    }

    .note-box-title {
      font-size: .58rem;
      color: var(--gold);
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .note-box-text {
      font-size: .74rem;
      color: #c0c0e0;
      line-height: 1.85;
      font-weight: 500;
    }

    /* ── মোবাইল চ্যানেল সার্চ বার ── */
    .ch-search-wrap {
      position: relative;
      margin-top: 8px;
      margin-bottom: 6px;
    }

    .ch-search {
      width: 100%;
      padding: 9px 12px 9px 32px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 12px;
      color: var(--white);
      font-size: .68rem;
      font-family: inherit;
      outline: none;
      transition: border-color .2s, background .2s, box-shadow .2s;
    }

    .ch-search::placeholder { color: #3a3a5a; }

    .ch-search:focus {
      border-color: rgba(229,56,59,.3);
      background: rgba(255,255,255,.06);
      box-shadow: 0 0 0 3px rgba(229,56,59,.06);
    }

    .ch-search-icon {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: .6rem;
      color: #3a3a5a;
      pointer-events: none;
      transition: color .2s;
    }

    .ch-search:focus ~ .ch-search-icon { color: var(--red); }

    /* ── মোবাইল ক্যাটাগরি চিপ ── */
    .ch-cats {
      display: flex;
      gap: 6px;
      padding: 8px 0;
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .ch-cats::-webkit-scrollbar { display: none; }

    .ch-cat-btn {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.06);
      color: #5a5a7a;
      font-size: .56rem;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 10px;
      cursor: pointer;
      white-space: nowrap;
      letter-spacing: .3px;
      transition: all .2s ease;
      flex-shrink: 0;
      -webkit-tap-highlight-color: transparent;
    }

    .ch-cat-btn:active { transform: scale(.95); }

    .ch-cat-btn.active {
      background: linear-gradient(135deg, rgba(229,56,59,.2) 0%, rgba(229,56,59,.08) 100%);
      border-color: rgba(229,56,59,.35);
      color: #fff;
      box-shadow: 0 0 12px rgba(229,56,59,.1);
    }

    /* ── মোবাইল সেকশন লেবেল ── */
    .ch-sec-lbl {
      font-size: .62rem;
      font-weight: 700;
      color: #4a4a6a;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 0 6px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .ch-sec-lbl::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, rgba(255,255,255,.06), transparent);
    }

    /* ── মোবাইল চ্যানেল গ্রিড ── */
    .ch-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      padding-bottom: 8px;
    }

    /* ── মোবাইল চ্যানেল কার্ড ── */
    .ch-card {
      background: linear-gradient(160deg, rgba(16,16,28,.95) 0%, rgba(10,10,20,.98) 100%);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 14px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-width: 0;
      transition: transform .2s ease, border-color .2s ease, box-shadow .3s ease;
      -webkit-tap-highlight-color: transparent;
      will-change: transform;
    }

    .ch-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      opacity: 0;
      background: linear-gradient(135deg, rgba(229,56,59,.06) 0%, rgba(245,166,35,.03) 50%, rgba(59,130,246,.04) 100%);
      transition: opacity .3s ease;
      pointer-events: none;
      z-index: 0;
    }

    .ch-card:active {
      transform: scale(.93);
      transition: transform .1s ease;
    }

    .ch-card.active {
      border-color: rgba(229,56,59,.4);
      box-shadow: 0 0 0 1px rgba(229,56,59,.15), 0 4px 20px rgba(229,56,59,.12);
    }

    .ch-card.active::before { opacity: 1; }

    /* ── মোবাইল কার্ড ইন্ডিকেটর বার ── */
    .ch-card-active-bar {
      position: absolute;
      left: 0;
      top: 8%;
      bottom: 8%;
      width: 0;
      border-radius: 0 3px 3px 0;
      background: var(--red);
      box-shadow: 0 0 10px rgba(229,56,59,.5);
      opacity: 0;
      transition: all .3s cubic-bezier(.4,0,.2,1);
      z-index: 2;
    }

    .ch-card.active .ch-card-active-bar {
      opacity: 1;
      width: 3px;
      animation: mobIndicatorPulse 2s ease-in-out infinite;
    }

    @keyframes mobIndicatorPulse {
      0%, 100% { box-shadow: 0 0 10px rgba(229,56,59,.5); }
      50% { box-shadow: 0 0 18px rgba(229,56,59,.7); }
    }

    /* ── মোবাইল থাম্বনেইল ── */
    .ch-thumb {
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      background: linear-gradient(145deg, #13132a 0%, #0c0c1e 100%);
      position: relative;
      overflow: hidden;
    }

    .ch-thumb::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(135deg, rgba(255,255,255,.03) 0%, transparent 50%);
      pointer-events: none;
    }

    .ch-thumb img {
      width: 72%;
      height: 72%;
      object-fit: contain;
      border-radius: 8px;
      transition: transform .25s ease, opacity .25s ease;
      position: relative;
      z-index: 1;
    }

    .ch-card:active .ch-thumb img { transform: scale(.92); }

    /* ── মোবাইল স্কেলেটন প্লেসহোল্ডার ── */
    .ch-thumb-skeleton {
      position: absolute;
      inset: 20%;
      border-radius: 8px;
      background: linear-gradient(90deg, rgba(255,255,255,.03) 25%, rgba(255,255,255,.06) 50%, rgba(255,255,255,.03) 75%);
      background-size: 200% 100%;
      animation: shimmer 1.5s infinite;
      z-index: 0;
    }

    .ch-thumb img[src] ~ .ch-thumb-skeleton { display: none; }

    @keyframes shimmer {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    /* ── মোবাইল লাইভ ডট ── */
    .ch-live-dot {
      position: absolute;
      top: 6px;
      right: 6px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 8px rgba(229,56,59,.6);
      animation: blink 1.2s infinite;
      display: none;
      z-index: 3;
    }

    .ch-card.active .ch-live-dot { display: block; }

    /* ── মোবাইল স্ট্যাটাস ব্যাজ ── */
    .ch-status-badge {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      font-size: clamp(.42rem, 2.2vw, .55rem);
      font-weight: 700;
      padding: 2px 6px;
      border-radius: 6px;
      white-space: nowrap;
      letter-spacing: .03em;
      text-align: center;
      margin: 0 4px 1px;
      position: relative;
      z-index: 1;
    }

    .ch-status-dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .ch-status-checking {
      background: rgba(245,166,35,.12);
      color: #f5a623;
      border: 1px solid rgba(245,166,35,.15);
    }

    .ch-status-checking .ch-status-dot {
      background: #f5a623;
      animation: statusPulse 1.5s ease-in-out infinite;
    }

    .ch-status-online {
      background: rgba(68,220,132,.1);
      color: #44dc84;
      border: 1px solid rgba(68,220,132,.12);
    }

    .ch-status-online .ch-status-dot {
      background: #44dc84;
      box-shadow: 0 0 5px rgba(68,220,132,.4);
      animation: statusPulse 2s ease-in-out infinite;
    }

    .ch-status-offline {
      background: rgba(255,119,121,.1);
      color: #ff7779;
      border: 1px solid rgba(255,119,121,.12);
    }

    .ch-status-offline .ch-status-dot { background: #ff7779; }

    /* ── মোবাইল চ্যানেল নাম ── */
    .ch-name {
      font-size: .56rem;
      font-weight: 600;
      text-align: center;
      padding: 4px 3px 6px;
      color: #c8c8e0;
      line-height: 1.2;
      min-height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      word-break: break-word;
      position: relative;
      z-index: 1;
      transition: color .2s;
    }

    .ch-card.active .ch-name { color: #fff; }

    /* ── মোবাইল NOW PLAYING ব্যাজ ── */
    .ch-playing {
      display: none;
      align-items: center;
      justify-content: center;
      gap: 3px;
      font-size: clamp(.38rem, 2vw, .5rem);
      font-weight: 700;
      color: var(--red);
      text-transform: uppercase;
      letter-spacing: .5px;
      padding: 0 3px 3px;
      position: relative;
      z-index: 1;
    }

    .ch-card.active .ch-playing { display: flex; }

    .ch-playing-bars {
      display: flex;
      align-items: flex-end;
      gap: 1.5px;
      height: 8px;
    }

    .ch-playing-bars span {
      width: 2px;
      background: var(--red);
      border-radius: 1px;
      animation: mobPlayingBars 1s ease-in-out infinite;
    }

    .ch-playing-bars span:nth-child(1) { height: 3px; animation-delay: 0s; }
    .ch-playing-bars span:nth-child(2) { height: 6px; animation-delay: .15s; }
    .ch-playing-bars span:nth-child(3) { height: 4px; animation-delay: .3s; }
    .ch-playing-bars span:nth-child(4) { height: 7px; animation-delay: .45s; }

    @keyframes mobPlayingBars {
      0%, 100% { transform: scaleY(1); }
      50% { transform: scaleY(.35); }
    }

    /* ── মোবাইল ডিলিট বাটন ── */
    .ch-del {
      position: absolute;
      top: 3px;
      left: 3px;
      background: rgba(200,20,20,.88);
      border: none;
      color: #fff;
      width: 28px;
      height: 28px;
      padding: 0;
      border-radius: 50%;
      font-size: .6rem;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      display: none;
      z-index: 5;
      transition: transform .15s;
    }

    .ch-card:active .ch-del { display: flex; }

    /* ── মোবাইল ফেভারিট বাটন ── */
    .ch-fav {
      position: absolute;
      top: 3px;
      right: 3px;
      background: rgba(0,0,0,.45);
      border: none;
      color: #3a3a5a;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      font-size: .56rem;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 5;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      transition: color .2s, transform .15s;
    }

    .ch-card:active .ch-fav { display: flex; }

    .ch-fav.is-fav { color: var(--gold); }

    .ch-fav:active { transform: scale(.85); }

    /* ── মোবাইল রিপল ইফেক্ট ── */
    .ch-ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(229,56,59,.12);
      transform: scale(0);
      animation: mobRippleAnim .5s ease-out;
      pointer-events: none;
      z-index: 1;
    }

    @keyframes mobRippleAnim {
      to { transform: scale(4); opacity: 0; }
    }

    /* ── মোবাইল অ্যাড কার্ড ── */
    .ch-add {
      background: transparent;
      border: 1.5px dashed rgba(255,255,255,.08);
      border-radius: 14px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      aspect-ratio: 1;
      transition: border-color .2s, background .2s;
      -webkit-tap-highlight-color: transparent;
    }

    .ch-add:active {
      transform: scale(.93);
      transition: transform .1s;
    }

    .ch-add-icon {
      font-size: 1.4rem;
      color: var(--gold);
      opacity: .7;
      transition: opacity .2s, transform .2s;
    }

    .ch-add:active .ch-add-icon { transform: scale(.85); opacity: 1; }

    .ch-add-lbl {
      font-size: clamp(.48rem, 2.5vw, .55rem);
      color: #4a4a6a;
      font-weight: 600;
      letter-spacing: .8px;
    }

    .modal-ov {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .85);
      z-index: 600;
      align-items: flex-end;
      justify-content: center;
    }

    .modal-ov.open {
      display: flex;
    }

    .modal-box {
      background: #12121e;
      border-radius: 20px 20px 0 0;
      padding: 18px 16px 34px;
      width: 100%;
      max-width: 480px;
      border-top: 1px solid var(--border);
    }

    .modal-drag {
      width: 34px;
      height: 4px;
      background: #252535;
      border-radius: 2px;
      margin: 0 auto 16px;
    }

    .modal-title {
      font-size: .94rem;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .modal-box label {
      display: block;
      font-size: .6rem;
      color: var(--grey);
      margin-bottom: 3px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .modal-box input,
    .modal-box select {
      width: 100%;
      background: #080810;
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 8px 11px;
      color: var(--white);
      font-size: .8rem;
      margin-bottom: 9px;
      outline: none;
      font-family: 'Inter', sans-serif;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
    }

    .modal-box select option {
      background: #0e0e1a;
    }

    .modal-box input:focus,
    .modal-box select:focus {
      border-color: var(--red);
    }

    .modal-icon-row {
      display: flex;
      gap: 8px;
      margin-bottom: 9px;
    }

    .modal-icon-row input {
      flex: 1;
      margin-bottom: 0;
    }

    .icon-preview {
      width: 42px;
      height: 42px;
      background: #080810;
      border: 1px solid var(--border);
      border-radius: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      flex-shrink: 0;
    }

    .icon-preview img {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 4px;
    }

    .modal-acts {
      display: flex;
      gap: 9px;
      margin-top: 2px;
    }

    .btn-save {
      flex: 1;
      background: var(--red);
      color: #fff;
      border: none;
      border-radius: 7px;
      font-weight: 700;
      font-size: .8rem;
      padding: 11px;
      cursor: pointer;
    }

    .btn-cancel {
      background: transparent;
      color: var(--grey);
      border: 1px solid var(--border);
      border-radius: 7px;
      font-weight: 600;
      font-size: .8rem;
      padding: 11px 14px;
      cursor: pointer;
    }

    .bnav {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 480px;
      background: #0c0c18;
      border-top: 1px solid var(--border);
      display: flex;
      z-index: 300;
    }

    .bn {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 9px 4px 7px;
      cursor: pointer;
      gap: 2px;
      color: var(--grey);
      transition: color .18s;
      font-size: .54rem;
      font-weight: 600;
      letter-spacing: .5px;
      text-transform: uppercase;
      border: none;
      background: transparent;
    }

    .bn.active {
      color: var(--red);
    }

    .bn-icon {
      font-size: 1.18rem;
      line-height: 1;
    }

    /* DESKTOP */

    @media(min-width:1024px) {

      #mobileApp {
        display: none !important;
      }

      .mob-header,
      .bnav,
      .ticker {
        display: none !important;
      }

      body {
        display: flex;
        min-height: 100vh;
        background:
          radial-gradient(circle at 82% 12%, rgba(229, 56, 59, .075), transparent 28%),
          radial-gradient(circle at 35% 85%, rgba(59, 130, 246, .045), transparent 32%),
          var(--bg);
      }

      .dt-sidebar {
        width: var(--sidebar);
        flex-shrink: 0;
        background: linear-gradient(180deg, #080812 0%, #0a0a16 100%);
        border-right: 1px solid var(--border);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 100;
      }

      .dt-sidebar::-webkit-scrollbar {
        width: 0;
      }

      .dt-logo {
        padding: 20px 18px 16px;
        border-bottom: 1px solid var(--border);
      }

      .dt-logo-brand {
        font-family: 'Bebas Neue', cursive;
        font-size: 1.55rem;
        color: var(--white);
        letter-spacing: 2px;
        line-height: 1;
      }

      .dt-logo-sub {
        font-size: .52rem;
        color: var(--grey);
        letter-spacing: 1px;
        margin-top: 2px;
        font-weight: 600;
      }

      .dt-logo-badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: rgba(229, 56, 59, .15);
        border: 1px solid rgba(229, 56, 59, .3);
        color: var(--red);
        font-size: .5rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 2px 8px;
        border-radius: 20px;
        margin-top: 6px;
      }

      .dt-nav {
        flex: 1;
        padding: 16px 10px 8px;
      }

      .dt-nav-section {
        font-size: .5rem;
        color: #2a2a3a;
        font-weight: 700;
        letter-spacing: 2.5px;
        padding: 8px 12px 5px;
        text-transform: uppercase;
      }

      .dt-nav-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 9px;
        cursor: pointer;
        color: var(--grey);
        font-size: .78rem;
        font-weight: 600;
        transition: all .2s;
        margin-bottom: 3px;
        border: none;
        background: transparent;
        width: 100%;
        text-align: left;
        position: relative;
      }

      .dt-nav-item:hover {
        background: #12121e;
        color: var(--white);
      }

      .dt-nav-item.active {
        background: rgba(229, 56, 59, .1);
        color: var(--red);
      }

      .dt-nav-item.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 60%;
        background: var(--red);
        border-radius: 0 2px 2px 0;
      }

      .dt-nav-item .ni {
        font-size: .95rem;
        flex-shrink: 0;
        width: 20px;
        text-align: center;
      }

      .dt-nav-divider {
        height: 1px;
        background: var(--border);
        margin: 10px 12px;
      }

      .dt-sidebar-footer {
        padding: 14px 12px 20px;
        border-top: 1px solid var(--border);
      }

      .dt-tg-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #1d74a3;
        color: #fff;
        font-size: .7rem;
        font-weight: 700;
        padding: 9px 14px;
        border-radius: 10px;
        text-decoration: none;
        justify-content: center;
        transition: background .2s;
      }

      .dt-tg-btn:hover {
        background: #229ED9;
      }

      .dt-main {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        margin-left: var(--sidebar);
        width: calc(100% - var(--sidebar));
      }

      .dt-topbar {
        background: #080812;
        border-bottom: 1px solid var(--border);
        padding: 0 24px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        z-index: 50;
      }

      .dt-topbar-left {
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .dt-topbar-title {
        font-size: .82rem;
        font-weight: 700;
        color: var(--white);
      }

      .dt-topbar-right {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .dt-live-indicator {
        display: flex;
        align-items: center;
        gap: 5px;
        background: rgba(229, 56, 59, .1);
        border: 1px solid rgba(229, 56, 59, .25);
        color: var(--red);
        font-size: .58rem;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 20px;
        letter-spacing: 1px;
      }

      .dt-ticker {
        background: #0c0c18;
        border-bottom: 1px solid var(--border);
        height: 28px;
        display: flex;
        align-items: center;
        overflow: hidden;
        flex-shrink: 0;
      }

      .dt-ticker-tag {
        background: var(--red);
        color: #fff;
        padding: 0 14px;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: .56rem;
        font-weight: 700;
        letter-spacing: 2px;
        flex-shrink: 0;
      }

      .dt-ticker-vp {
        flex: 1;
        overflow: hidden;
        height: 100%;
      }

      .dt-content {
        flex: 1;
        overflow-y: auto;
      }

      .dt-content::-webkit-scrollbar {
        width: 4px;
      }

      .dt-content::-webkit-scrollbar-track {
        background: var(--bg);
      }

      .dt-content::-webkit-scrollbar-thumb {
        background: #1e1e30;
        border-radius: 2px;
      }

      .dt-section {
        display: none;
        padding: 24px 28px 40px;
        animation: fadeUp .22s ease;
        max-width: 1680px;
        margin: 0 auto;
      }

      .dt-section.active {
        display: block;
      }

      .dt-home-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 24px;
        align-items: start;
      }

      .dt-feat-card {
        background: linear-gradient(160deg, #14142a 0%, #10101e 100%);
        border: 1px solid var(--border);
        border-radius: 16px;
        overflow: hidden;
        position: sticky;
        top: 16px;
        box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
        transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
      }

      .dt-feat-card:hover {
        transform: translateY(-3px);
        border-color: rgba(229, 56, 59, .45);
        box-shadow: 0 22px 65px rgba(0, 0, 0, .35), 0 0 35px rgba(229, 56, 59, .08)
      }

      .dt-feat-top-bar {
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--red) 40%, #ff6060, var(--red) 60%, transparent);
      }

      .dt-feat-inner {
        padding: 18px 16px;
      }

      .dt-feat-label {
        font-size: .54rem;
        color: var(--red);
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .dt-feat-title {
        font-size: .95rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
        line-height: 1.3;
        margin-bottom: 4px;
      }

      .dt-feat-info {
        font-size: .6rem;
        color: var(--grey);
        margin-bottom: 14px;
      }

      .dt-feat-teams {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        margin-bottom: 12px;
      }

      .dt-feat-team {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        flex: 1;
      }

      .dt-feat-flag {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #1a1a28;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        border: 2px solid var(--border);
      }

      .dt-feat-tname {
        font-size: .72rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
        text-align: center;
      }

      .dt-feat-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }

      .dt-feat-score {
        background: #1a1a28;
        border-radius: 12px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .dt-feat-sn {
        font-family: 'Bebas Neue', cursive;
        font-size: 2.4rem;
        line-height: 1;
        color: #fff;
        text-shadow: 0 0 12px rgba(255, 255, 255, .18);
      }

      .dt-feat-ssep {
        font-size: 1rem;
        color: rgba(255, 255, 255, .92);
        font-weight: 700;
      }

      .dt-feat-vs {
        font-family: 'Bebas Neue', cursive;
        font-size: 1.6rem;
        color: #2a2a3a;
        letter-spacing: 3px;
      }

      .dt-feat-cntdwn {
        background: #1a1a28;
        border-radius: 8px;
        padding: 5px 12px;
        font-size: .66rem;
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 1px;
        font-variant-numeric: tabular-nums;
      }

      .dt-feat-live-pill {
        background: var(--red);
        color: #fff;
        font-size: .58rem;
        font-weight: 700;
        padding: 3px 12px;
        border-radius: 20px;
        letter-spacing: 1px;
        animation: blink 1.5s infinite;
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .dt-feat-divider {
        height: 1px;
        background: var(--border);
        margin: 12px 0;
      }

      .dt-feat-meta-row {
        display: flex;
        justify-content: space-between;
        font-size: .58rem;
        color: var(--grey);
        margin-bottom: 10px;
      }

      .dt-feat-watchbtn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, var(--red), #9b1c1c);
        color: #fff;
        font-weight: 800;
        font-size: .86rem;
        padding: 12px;
        border: none;
        width: 100%;
        border-radius: 11px;
        cursor: pointer;
        transition: opacity .2s;
        letter-spacing: .5px;
      }

      .dt-feat-watchbtn:hover {
        opacity: .88;
      }

      /* NOTE BOX desktop */
      .dt-note-box {
        background: #12121e;
        border: 1px solid rgba(245, 166, 35, .2);
        border-radius: 12px;
        padding: 14px 16px;
        margin-bottom: 16px;
      }

      .dt-note-title {
        font-size: .58rem;
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 7px;
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .dt-note-text {
        font-size: .74rem;
        color: #c0c0e0;
        line-height: 1.85;
        font-weight: 500;
      }

      .dt-sec-label {
        font-size: .6rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--grey);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .dt-sec-label .sl {
        flex: 1;
        height: 1px;
        background: var(--border);
      }

      .dt-date-lbl {
        font-size: .6rem;
        font-weight: 700;
        color: var(--gold);
        letter-spacing: 1px;
        margin: 16px 0 7px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .dt-date-lbl::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--border);
      }

      .dt-mi {
        background: linear-gradient(145deg, #0f1020, #090911);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 14px;
        margin-bottom: 8px;
        overflow: hidden;
        cursor: pointer;
        transition: border-color .22s, background .22s, transform .22s ease, box-shadow .22s ease;
        position: relative;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
      }

      .dt-mi::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .035) 48%, transparent 75%);
        transform: translateX(-110%);
        transition: transform .55s ease;
        pointer-events: none
      }

      .dt-mi:hover {
        background: #12121e;
        border-color: rgba(255, 255, 255, .16);
        transform: translateY(-2px) scale(1.005);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
      }

      .dt-mi:hover::before {
        transform: translateX(110%)
      }

      .dt-mi.live-mi {
        border-color: rgba(229, 56, 59, .68);
        box-shadow: 0 0 0 1px rgba(229, 56, 59, .16), 0 10px 26px rgba(0, 0, 0, .24);
      }

      .dt-mi-inner {
        display: flex;
        align-items: center;
        padding: 13px 16px;
        gap: 12px;
      }

      .dt-mi-status {
        width: 100px;
        flex-shrink: 0;
      }

      .dt-mi-status-badge {
        font-size: .56rem;
        font-weight: 700;
        letter-spacing: .8px;
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 2px;
      }

      .dt-mi-status-time {
        font-size: .58rem;
        color: var(--grey);
      }

      .dt-mi-teams {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .dt-mi-team {
        display: flex;
        align-items: center;
        gap: 7px;
        flex: 1;
      }

      .dt-mi-team.r {
        flex-direction: row-reverse;
      }

      .dt-mi-flag {
        font-size: 1.55rem;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: linear-gradient(145deg, #202035, #11111d);
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 5px 14px rgba(0, 0, 0, .24);
        transition: transform .25s ease;
      }

      .dt-fifa-logo {
        width: 25px;
        height: 25px;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        filter: drop-shadow(0 3px 7px rgba(38, 153, 255, .22))
      }

      .dt-feat-flag .dt-fifa-logo {
        width: 44px;
        height: 44px
      }

      .dt-mi:hover .dt-mi-flag {
        transform: scale(1.12) rotate(-4deg)
      }

      .dt-mi-tname {
        font-size: .82rem;
        font-weight: 700;
      }

      .dt-mi-center {
        min-width: 64px;
        text-align: center;
      }

      .dt-mi-score {
        font-family: 'Bebas Neue', cursive;
        font-size: 1.4rem;
        letter-spacing: 2px;
      }

      .dt-mi-vs-txt {
        font-size: .68rem;
        color: #2a2a3a;
        font-weight: 700;
      }

      .dt-mi-right {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
      }

      .dt-mi-venue {
        font-size: .56rem;
        color: var(--grey);
        max-width: 90px;
        text-align: right;
      }

      .dt-mi-watchbtn {
        background: linear-gradient(135deg, var(--red), #9b1c1c);
        color: #fff;
        border: none;
        font-size: .6rem;
        font-weight: 700;
        padding: 5px 12px;
        border-radius: 20px;
        cursor: pointer;
        white-space: nowrap;
        transition: transform .2s ease, opacity .2s ease;
        box-shadow: 0 6px 16px rgba(229, 56, 59, .18);
      }

      .dt-mi-watchbtn:hover {
        opacity: .9;
        transform: translateY(-1px);
      }

      .dt-mi-cd {
        font-size: .6rem;
        font-weight: 600;
        color: var(--gold);
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }

      .dt-live-grid {
        display: grid;
        grid-template-columns: 1fr 280px;
        gap: 20px;
        align-items: start;
      }

      .dt-player-wrap {
        width: 100%;
        aspect-ratio: 16/9;
        background: #000;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid var(--border);
        position: relative;
      }

      .dt-hls-wrap {
        display: none;
        width: 100%;
        aspect-ratio: 16/9;
        background: #000;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid var(--border);
        position: relative;
      }

      .dt-hls-wrap video {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
      }

      .dt-now-playing {
        background: #0e0e1a;
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 13px 16px;
        margin-top: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .dt-np-icon {
        width: 40px;
        height: 40px;
        background: #1a1a28;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        flex-shrink: 0;
      }

      .dt-np-icon img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 5px;
      }

      .dt-np-info {
        flex: 1;
        min-width: 0;
      }

      .dt-np-lbl {
        font-size: .52rem;
        color: var(--red);
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 2px;
      }

      .dt-np-name {
        font-size: .9rem;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .dt-np-sub {
        font-size: .6rem;
        color: var(--grey);
        margin-top: 1px;
      }

      /* NOTE BOX live desktop - UPDATED bright */
      .dt-live-note {
        background: #0e0e1a;
        border: 1px solid rgba(245, 166, 35, .2);
        border-radius: 12px;
        padding: 13px 16px;
        margin-top: 10px;
      }

      .dt-live-note-title {
        font-size: .56rem;
        color: var(--gold);
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .dt-live-note-text {
        font-size: .74rem;
        color: #c0c0e0;
        line-height: 1.85;
        font-weight: 500;
      }

      .dt-ch-panel {
        background: linear-gradient(180deg, rgba(12,12,26,.95) 0%, rgba(10,10,22,.98) 100%);
        border: 1px solid rgba(255,255,255,.04);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.02);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }

      .dt-ch-panel-hdr {
        padding: 16px 16px 12px;
        border-bottom: 1px solid rgba(255,255,255,.04);
        background: rgba(255,255,255,.01);
      }

      .dt-ch-panel-title {
        font-size: .6rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: var(--grey);
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .dt-ch-search-wrap {
        position: relative;
        margin-bottom: 10px;
      }

      .dt-ch-search-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: .55rem;
        color: #3a3a5a;
        pointer-events: none;
        transition: color .2s ease;
      }

      .dt-ch-search {
        width: 100%;
        padding: 8px 10px 8px 28px;
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.05);
        border-radius: 12px;
        color: var(--white);
        font-size: .62rem;
        font-family: inherit;
        outline: none;
        transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
      }

      .dt-ch-search::placeholder {
        color: #3a3a5a;
      }

      .dt-ch-search:focus {
        border-color: rgba(229,56,59,.3);
        background: rgba(255,255,255,.05);
        box-shadow: 0 0 0 3px rgba(229,56,59,.06);
      }

      .dt-ch-search:focus ~ .dt-ch-search-icon {
        color: var(--red);
      }

      .dt-ch-cats-h {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
      }

      .dt-ch-cats-h .ch-cat-btn {
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.05);
        color: #5a5a7a;
        font-size: .52rem;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 10px;
        cursor: pointer;
        white-space: nowrap;
        letter-spacing: .3px;
        transition: all .2s ease;
      }

      .dt-ch-cats-h .ch-cat-btn:hover {
        background: rgba(255,255,255,.06);
        color: #8a8aaa;
        border-color: rgba(255,255,255,.08);
      }

      .dt-ch-cats-h .ch-cat-btn.active {
        background: linear-gradient(135deg, rgba(229,56,59,.2) 0%, rgba(229,56,59,.1) 100%);
        border-color: rgba(229,56,59,.35);
        color: #fff;
        box-shadow: 0 0 12px rgba(229,56,59,.1);
      }

      .dt-ch-list {
        padding: 6px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        max-height: 520px;
        overflow-y: auto;
        scroll-behavior: smooth;
      }

      .dt-ch-list::-webkit-scrollbar {
        width: 4px;
      }

      .dt-ch-list::-webkit-scrollbar-track {
        background: transparent;
      }

      .dt-ch-list::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #2a2a40 0%, #1a1a30 100%);
        border-radius: 4px;
      }

      .dt-ch-list::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #3a3a50 0%, #2a2a40 100%);
      }

      .dt-ch-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 11px;
        border-radius: 12px;
        cursor: pointer;
        transition: all .2s cubic-bezier(.4,0,.2,1);
        border: 1px solid transparent;
        position: relative;
        overflow: hidden;
        animation: dtCardIn .35s ease both;
        min-height: 62px;
      }

      .dt-ch-item::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0;
        background: linear-gradient(135deg, rgba(229,56,59,.04) 0%, rgba(245,166,35,.02) 50%, rgba(59,130,246,.03) 100%);
        transition: opacity .3s ease;
        pointer-events: none;
        border-radius: inherit;
      }

      .dt-ch-item::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        opacity: 0;
        background: radial-gradient(circle at 20% 50%, rgba(229,56,59,.08) 0%, transparent 70%);
        transition: opacity .3s ease;
        pointer-events: none;
      }

      .dt-ch-item:hover {
        background: rgba(18, 18, 38, .7);
        border-color: rgba(255,255,255,.05);
        box-shadow: 0 4px 16px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.03);
        transform: translateY(-1px);
      }

      .dt-ch-item:hover::before {
        opacity: 1;
      }

      .dt-ch-item:hover .dt-ch-item-logo {
        transform: scale(1.08);
        box-shadow: 0 4px 14px rgba(0,0,0,.3);
      }

      .dt-ch-item:hover .dt-ch-item-del {
        opacity: 1;
        transform: translateX(0);
      }

      .dt-ch-item.active {
        background: linear-gradient(135deg, rgba(229,56,59,.12) 0%, rgba(229,56,59,.04) 100%);
        border-color: rgba(229,56,59,.4);
        box-shadow: 0 2px 20px rgba(229,56,59,.1), inset 0 0 0 1px rgba(229,56,59,.06);
        transform: translateY(-1px);
      }

      .dt-ch-item.active::after {
        opacity: 1;
      }

      .dt-ch-item.active .dt-ch-item-indicator {
        opacity: 1;
        width: 3px;
      }

      .dt-ch-item:nth-child(1) { animation-delay: 0s; }
      .dt-ch-item:nth-child(2) { animation-delay: .025s; }
      .dt-ch-item:nth-child(3) { animation-delay: .05s; }
      .dt-ch-item:nth-child(4) { animation-delay: .075s; }
      .dt-ch-item:nth-child(5) { animation-delay: .1s; }
      .dt-ch-item:nth-child(6) { animation-delay: .125s; }
      .dt-ch-item:nth-child(7) { animation-delay: .15s; }
      .dt-ch-item:nth-child(8) { animation-delay: .175s; }
      .dt-ch-item:nth-child(9) { animation-delay: .2s; }
      .dt-ch-item:nth-child(10) { animation-delay: .225s; }
      .dt-ch-item:nth-child(11) { animation-delay: .25s; }
      .dt-ch-item:nth-child(12) { animation-delay: .275s; }

      .dt-ch-item-indicator {
        position: absolute;
        left: 0;
        top: 12%;
        bottom: 12%;
        width: 0;
        border-radius: 0 3px 3px 0;
        background: var(--red);
        box-shadow: 0 0 10px rgba(229,56,59,.5);
        opacity: 0;
        transition: all .3s cubic-bezier(.4,0,.2,1);
        flex-shrink: 0;
      }

      .dt-ch-item.active .dt-ch-item-indicator {
        animation: indicatorPulse 2s ease-in-out infinite;
      }

      @keyframes indicatorPulse {
        0%, 100% { box-shadow: 0 0 10px rgba(229,56,59,.5); }
        50% { box-shadow: 0 0 18px rgba(229,56,59,.7); }
      }

      .dt-ch-item-logo {
        width: 44px;
        height: 44px;
        background: linear-gradient(145deg, #16162e 0%, #0e0e22 100%);
        border-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border: 1px solid rgba(255,255,255,.05);
        transition: all .25s cubic-bezier(.4,0,.2,1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
      }

      .dt-ch-item-logo::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(135deg, rgba(255,255,255,.03) 0%, transparent 50%);
        pointer-events: none;
      }

      .dt-ch-item-logo img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 6px;
        transition: transform .25s ease;
      }

      .dt-ch-item.active .dt-ch-item-logo {
        border-color: rgba(229,56,59,.25);
        box-shadow: 0 0 14px rgba(229,56,59,.1);
      }

      .dt-ch-item-body {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
      }

      .dt-ch-item-top {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
      }

      .dt-ch-item-name {
        font-size: .72rem;
        font-weight: 600;
        color: #c8c8e0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: .01em;
        transition: color .2s ease;
        flex: 1;
        min-width: 0;
      }

      .dt-ch-item:hover .dt-ch-item-name {
        color: #fff;
      }

      .dt-ch-item.active .dt-ch-item-name {
        color: #fff;
      }

      .dt-ch-item-meta {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
      }

      .dt-ch-item-cat {
        font-size: .48rem;
        color: #4a4a6a;
        letter-spacing: .4px;
        text-transform: uppercase;
        font-weight: 600;
      }

      .dt-ch-item-sep {
        width: 1px;
        height: 8px;
        background: rgba(255,255,255,.06);
        border-radius: 1px;
      }

      .dt-ch-item-time {
        font-size: .46rem;
        color: #3a3a5a;
        font-weight: 500;
      }

      .dt-ch-item-badges {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
      }

      .dt-ch-status-pill {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: .46rem;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 20px;
        white-space: nowrap;
        letter-spacing: .03em;
        text-transform: uppercase;
        line-height: 1;
      }

      .dt-ch-status-pill .dt-ch-status-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        flex-shrink: 0;
      }

      .dt-ch-status-online {
        background: rgba(68,220,132,.1);
        color: #44dc84;
        border: 1px solid rgba(68,220,132,.15);
      }

      .dt-ch-status-online .dt-ch-status-dot {
        background: #44dc84;
        box-shadow: 0 0 6px rgba(68,220,132,.5);
        animation: statusPulse 2s ease-in-out infinite;
      }

      .dt-ch-status-offline {
        background: rgba(255,119,121,.1);
        color: #ff7779;
        border: 1px solid rgba(255,119,121,.15);
      }

      .dt-ch-status-offline .dt-ch-status-dot {
        background: #ff7779;
      }

      .dt-ch-status-checking {
        background: rgba(245,166,35,.1);
        color: #f5a623;
        border: 1px solid rgba(245,166,35,.15);
      }

      .dt-ch-status-checking .dt-ch-status-dot {
        background: #f5a623;
        animation: statusPulse 1.5s ease-in-out infinite;
      }

      @keyframes statusPulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: .5; transform: scale(.8); }
      }

      .dt-ch-cat-pill {
        font-size: .44rem;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 4px;
        letter-spacing: .02em;
        line-height: 1;
      }

      .dt-ch-cat-sports {
        background: rgba(68,220,132,.1);
        color: #44dc84;
      }

      .dt-ch-cat-news {
        background: rgba(59,130,246,.1);
        color: #3b82f6;
      }

      .dt-ch-cat-entertainment {
        background: rgba(168,85,247,.1);
        color: #a855f7;
      }

      .dt-ch-item-actions {
        display: flex;
        align-items: center;
        gap: 2px;
        flex-shrink: 0;
      }

      .dt-ch-item-fav {
        background: transparent;
        border: none;
        color: #2a2a40;
        font-size: .6rem;
        cursor: pointer;
        padding: 8px;
        border-radius: 6px;
        transition: all .2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
      }

      .dt-ch-item-fav:hover {
        color: var(--gold);
        background: rgba(245,166,35,.08);
      }

      .dt-ch-item-fav.is-fav {
        color: var(--gold);
      }

      .dt-ch-item-del {
        background: transparent;
        border: none;
        color: #2a2a3a;
        font-size: .55rem;
        cursor: pointer;
        padding: 8px;
        border-radius: 6px;
        transition: all .2s ease;
        opacity: 0;
        transform: translateX(4px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
      }

      .dt-ch-item:hover .dt-ch-item-del {
        opacity: 1;
        transform: translateX(0);
      }

      .dt-ch-item-del:hover {
        color: var(--red);
        background: rgba(229,56,59,.1);
      }

      .dt-ch-item-playing {
        display: none;
        align-items: center;
        gap: 3px;
        font-size: .44rem;
        font-weight: 700;
        color: var(--red);
        text-transform: uppercase;
        letter-spacing: .5px;
        position: absolute;
        top: 5px;
        right: 8px;
      }

      .dt-ch-item.active .dt-ch-item-playing {
        display: flex;
      }

      .dt-ch-item-playing-bars {
        display: flex;
        align-items: flex-end;
        gap: 1.5px;
        height: 10px;
      }

      .dt-ch-item-playing-bars span {
        width: 2px;
        background: var(--red);
        border-radius: 1px;
        animation: playingBars 1s ease-in-out infinite;
      }

      .dt-ch-item-playing-bars span:nth-child(1) { height: 4px; animation-delay: 0s; }
      .dt-ch-item-playing-bars span:nth-child(2) { height: 7px; animation-delay: .15s; }
      .dt-ch-item-playing-bars span:nth-child(3) { height: 5px; animation-delay: .3s; }
      .dt-ch-item-playing-bars span:nth-child(4) { height: 8px; animation-delay: .45s; }

      @keyframes playingBars {
        0%, 100% { transform: scaleY(1); }
        50% { transform: scaleY(.4); }
      }

      .dt-ch-ripple {
        position: absolute;
        border-radius: 50%;
        background: rgba(229,56,59,.15);
        transform: scale(0);
        animation: rippleAnim .5s ease-out;
        pointer-events: none;
      }

      @keyframes rippleAnim {
        to { transform: scale(4); opacity: 0; }
      }

      .dt-ch-item-tooltip {
        position: fixed;
        z-index: 9997;
        background: rgba(16,16,30,.95);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 10px;
        padding: 10px 13px;
        pointer-events: none;
        opacity: 0;
        transform: translateX(8px);
        transition: opacity .2s ease, transform .2s ease;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 8px 30px rgba(0,0,0,.4);
        max-width: 220px;
        font-size: .56rem;
        line-height: 1.5;
      }

      .dt-ch-item-tooltip.show {
        opacity: 1;
        transform: translateX(0);
      }

      .dt-ch-item-tooltip-name {
        font-weight: 700;
        color: #fff;
        margin-bottom: 4px;
        font-size: .6rem;
      }

      .dt-ch-item-tooltip-row {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #7a7a9a;
      }

      .dt-ch-item-tooltip-row span {
        color: #aaaacc;
        font-weight: 600;
      }

      .dt-ch-add-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 12px;
        cursor: pointer;
        background: transparent;
        border: 1px dashed rgba(255,255,255,.06);
        color: var(--gold);
        font-size: .65rem;
        font-weight: 600;
        width: 100%;
        transition: all .25s ease;
        margin-top: 4px;
      }

      .dt-ch-add-btn:hover {
        border-color: rgba(245,166,35,.3);
        background: rgba(245,166,35,.04);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,.15);
      }

      .dt-ch-add-btn:active {
        transform: scale(.98) translateY(0);
      }

      .dt-schedule-wrap {
        max-width: 900px;
      }

      .modal-box {
        max-width: 440px;
        border-radius: 16px;
      }

      .modal-ov {
        align-items: center;
      }
    }

    @media (min-width: 1024px) and (max-width: 1280px) {
      :root {
        --sidebar: 200px;
      }

      .dt-home-grid {
        grid-template-columns: minmax(0, 1fr) 280px;
      }
    }

    @media(max-width:1023px) {

      .dt-sidebar,
      .dt-main {
        display: none !important;
      }
    }

    /* Live-data, desktop header/footer and resilient-player additions */

    .live-sync-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px 14px;
      background: #0b0b15;
      border-bottom: 1px solid var(--border);
      font-size: .62rem;
      color: #777792;
      min-width: 0;
      overflow: hidden;
    }

    .live-sync-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #f5a623;
      box-shadow: 0 0 10px currentColor
    }

    .live-sync-dot.ok {
      background: #24d16f
    }

    .live-sync-dot.bad {
      background: #e5383b
    }

    .live-sync-bar strong {
      color: #d9d9e8;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
    }

    .live-sync-bar span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
    }

    .live-clock {
      margin-left: auto;
      font-variant-numeric: tabular-nums;
      color: #a8a8bd
    }

    .player-health {
      margin-left: auto;
      color: #7b7b96;
      font-size: .58rem
    }

    .player-health.error {
      color: #ff7779
    }

    .player-health.ok {
      color: #44dc84
    }

    .goal-toast-stack {
      position: fixed;
      right: 20px;
      top: 84px;
      z-index: 9996;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: min(360px, calc(100vw - 24px));
      pointer-events: none
    }

    .goal-toast {
      pointer-events: auto;
      background: linear-gradient(135deg, rgba(18, 18, 30, .98), rgba(10, 10, 18, .98));
      border: 1px solid rgba(255, 255, 255, .12);
      border-left: 4px solid #24d16f;
      border-radius: 14px;
      padding: 12px 14px;
      box-shadow: 0 16px 38px rgba(0, 0, 0, .45);
      animation: fadeUp .25s ease;
      backdrop-filter: blur(10px);
    }

    .goal-toast.var {
      border-left-color: #f5a623
    }

    .goal-toast.offside {
      border-left-color: #e5383b
    }

    .goal-toast b {
      display: block;
      font-size: .78rem;
      margin-bottom: 4px;
      color: #fff
    }

    .goal-toast span {
      display: block;
      font-size: .68rem;
      color: #b5b5c7;
      line-height: 1.45
    }

    .goal-toast button {
      float: right;
      border: 0;
      background: none;
      color: #777;
      cursor: pointer
    }

    .event-strip {
      font-size: .61rem;
      color: #aaaac1;
      margin-top: 8px;
      line-height: 1.55;
      display: flex;
      flex-direction: column;
      gap: 4px
    }

    .event-strip b {
      color: #fff
    }

    .event-strip .event-line {
      display: block;
      color: #d8d8e8;
      padding-left: 2px
    }

    .match-clock {
      color: #ff5d61;
      font-weight: 900;
      font-variant-numeric: tabular-nums
    }

    .site-footer {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 14px;
      z-index: 180;
      display: flex;
      justify-content: center;
      padding: 0;
      border: 0;
      background: transparent;
      pointer-events: none
    }

    .crafted-pill {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 7px 19px 7px 8px;
      border: 1px solid #292d36;
      border-radius: 999px;
      background: rgba(10, 13, 19, .94);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      color: #596070;
      font-size: .58rem;
      letter-spacing: 1.5px;
      box-shadow: 0 12px 38px rgba(0, 0, 0, .5);
      animation: footerFloat 3.5s ease-in-out infinite
    }

    .crafted-avatar {
      position: relative;
      overflow: hidden;
      width: 38px;
      height: 38px;
      border: 2px solid #f7c600;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, #4a3d00, #211c00);
      color: #ffd70a;
      box-shadow: 0 0 0 4px rgba(247, 198, 0, .08), inset 0 0 12px rgba(255, 215, 10, .12)
    }

    .crafted-user-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 2
    }

    .crafted-pill strong {
      color: #f7d500;
      font-weight: 900;
      letter-spacing: .3px;
      text-shadow: 0 0 10px rgba(247, 213, 0, .22)
    }

    @keyframes footerFloat {

      0%,
      100% {
        transform: translateY(0)
      }

      50% {
        transform: translateY(-4px)
      }
    }

    @media(max-width:1023px) {
      .live-sync-bar {
        position: relative;
        top: auto;
        z-index: auto
      }

      .goal-toast-stack {
        top: 105px;
        right: 12px
      }

      .site-footer {
        bottom: 78px;
        padding: 0
      }

      .crafted-pill {
        transform: scale(.92)
      }

      .player-health {
        width: 100%;
        margin-left: 0
      }
    }

    /* Inline style replacements */
    .retry-btn-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .live-dot-sm {
      width: 5px;
      height: 5px;
    }

    .dt-nav-info {
      padding: 8px 12px;
      font-size: .65rem;
      color: #3a3a5a;
      line-height: 1.6;
    }

    .tg-link-sm {
      font-size: .65rem;
      padding: 5px 11px;
    }

    .dt-sec-label-mb {
      margin-bottom: 16px;
    }

    /* ── Phase 5: Focus-visible, hover states, accessibility polish ── */

    /* Global focus-visible ring for keyboard navigation */
    .watch-now-btn:focus-visible,
    .mi-watch:focus-visible,
    .dt-feat-watchbtn:focus-visible,
    .dt-mi-watchbtn:focus-visible,
    .more-btn:focus-visible,
    .btn-save:focus-visible,
    .btn-cancel:focus-visible,
    .bn:focus-visible,
    .dt-nav-item:focus-visible,
    .tg-link:focus-visible,
    .dt-tg-btn:focus-visible,
    .ch-cat-btn:focus-visible,
    .ch-card:focus-visible,
    .dt-ch-item:focus-visible,
    .ch-add:focus-visible,
    .dt-ch-add-btn:focus-visible,
    .pq-menu-item:focus-visible,
    .pq-menu-setting:focus-visible {
      outline: 2px solid var(--red);
      outline-offset: 2px;
    }

    /* Fix scroll-top-btn: keep outline for focus-visible */
    .scroll-top-btn:focus-visible {
      outline: 2px solid var(--red);
      outline-offset: 2px;
      transform: translateY(-2px);
    }

    /* Modal buttons: add hover, active, and transition */
    .btn-save,
    .btn-cancel {
      transition: opacity .2s, transform .15s, background .2s;
    }

    .btn-save:hover,
    .btn-cancel:hover {
      opacity: .88;
      transform: translateY(-1px);
    }

    .btn-save:active,
    .btn-cancel:active {
      opacity: .75;
      transform: translateY(0);
    }

    /* Primary CTA hover state for mobile */
    .watch-now-btn:hover {
      opacity: .88;
      transform: translateY(-1px);
    }

    /* Bottom nav hover feedback */
    .bn:hover {
      color: rgba(255,255,255,.7);
    }

    /* Telegram link transition */
    .tg-link {
      transition: opacity .2s;
    }

    .tg-link:hover {
      opacity: .8;
    }
