.channels-page {
      --cp-blue: #347cff;
      --cp-cyan: #55dcff;
      --cp-purple: #8f60ff;
      --cp-card: rgba(14, 20, 43, .78);
      --cp-border: rgba(255, 255, 255, .11);
      min-height: 100vh;
      padding-top: 78px;
      color: #f7f9ff;
      background: #050712;
    }
    .channels-page .cp-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
    .channels-page .cp-section { position: relative; overflow: hidden; padding: 108px 0; }
    .cp-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #79d4ff;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 1.7px;
      text-transform: uppercase;
    }
    .cp-kicker::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
    .cp-heading { max-width: 760px; margin-bottom: 46px; }
    .cp-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
    .cp-heading.center .cp-kicker { justify-content: center; }
    .cp-heading h2 { margin: 13px 0 16px; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -3px; }
    .cp-heading p { margin: 0; color: #97a4bf; font-size: 15px; line-height: 1.75; }
    .cp-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 54px;
      padding: 0 25px;
      border: 1px solid transparent;
      border-radius: 13px;
      font-size: 14px;
      font-weight: 800;
      transition: transform .25s, box-shadow .25s, border-color .25s, background .25s;
    }
    .cp-button:hover { transform: translateY(-3px); }
    .cp-button svg { width: 18px; height: 18px; }
    .cp-button-primary { color: #fff; background: linear-gradient(125deg, #246cff, #7250ee 72%, #9749e8); box-shadow: 0 15px 42px rgba(52, 89, 242, .35), inset 0 1px rgba(255, 255, 255, .22); }
    .cp-button-primary:hover { box-shadow: 0 20px 50px rgba(67, 98, 248, .48); }
    .cp-button-ghost { color: #fff; border-color: rgba(255, 255, 255, .19); background: rgba(255, 255, 255, .055); backdrop-filter: blur(14px); }
    .cp-button-ghost:hover { border-color: rgba(255, 255, 255, .36); background: rgba(255, 255, 255, .09); }

    .cp-hero {
      position: relative;
      min-height: 705px;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: 110px 0 125px;
      isolation: isolate;
    }
    .cp-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        linear-gradient(90deg, rgba(4, 6, 16, .98) 0%, rgba(4, 6, 16, .87) 43%, rgba(4, 6, 16, .34) 77%, rgba(4, 6, 16, .68)),
        linear-gradient(0deg, #050712 0%, transparent 42%),
        url("assets/images/Header Footer pages/Word Cup 2026.png") center/cover;
      filter: saturate(.9) contrast(1.05);
    }
    .cp-hero::after { content: ""; position: absolute; z-index: -2; width: 680px; height: 680px; right: -160px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 89, 255, .28), transparent 68%); }
    .cp-hero-copy { max-width: 810px; }
    .cp-live-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 13px; border: 1px solid rgba(94, 190, 255, .25); border-radius: 999px; color: #b7e8ff; background: rgba(42, 116, 218, .12); backdrop-filter: blur(12px); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
    .cp-live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #43e992; box-shadow: 0 0 14px #43e992; }
    .cp-hero h1 { margin: 0; font-size: clamp(52px, 7vw, 88px); line-height: .95; letter-spacing: -5.5px; }
    .cp-hero h1 span { color: transparent; background: linear-gradient(95deg, #fff 5%, #83d9ff 54%, #a98aff 96%); -webkit-background-clip: text; background-clip: text; }
    .cp-hero-copy > p { max-width: 720px; margin: 25px 0 0; color: #b1bdd5; font-size: 17px; line-height: 1.75; }
    .cp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
    .cp-hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #929eb7; font-size: 10px; }
    .cp-hero-proof span { display: flex; align-items: center; gap: 7px; }
    .cp-hero-proof svg { width: 14px; height: 14px; color: #55dfa0; }
    .cp-stats {
      position: absolute;
      inset: auto 0 0;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid rgba(255, 255, 255, .1);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      background: rgba(5, 7, 18, .58);
      backdrop-filter: blur(18px);
    }
    .cp-stat { padding: 24px 18px; border-right: 1px solid rgba(255, 255, 255, .08); text-align: center; }
    .cp-stat:last-child { border: 0; }
    .cp-stat strong, .cp-stat span { display: block; }
    .cp-stat strong { font-size: 21px; letter-spacing: -.5px; }.cp-stat span { margin-top: 3px; color: #77839c; font-size: 9px; letter-spacing: .9px; text-transform: uppercase; }

    .cp-competitions { background: radial-gradient(circle at 50% 20%, rgba(55, 95, 222, .15), transparent 34%), linear-gradient(180deg, #050712, #090d1e, #050712); }
    .cp-logo-marquee { width: 100%; overflow: hidden; padding: 10px 0 24px; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
    .cp-logo-track { display: flex; width: max-content; min-width: max-content; will-change: transform; animation: cp-logo-scroll 44s linear infinite; }
    .cp-logo-marquee:hover .cp-logo-track { animation-play-state: paused; }
    .cp-logo-group { display: flex; flex: 0 0 auto; flex-wrap: nowrap; gap: 14px; padding-right: 14px; }
    .cp-logo-card { display: flex; flex: 0 0 164px; flex-direction: column; align-items: center; justify-content: center; width: 164px; height: 145px; padding: 16px 12px 12px; border: 1px solid var(--cp-border); border-radius: 20px; background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)); box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 16px 38px rgba(0, 0, 0, .2); transition: transform .3s, border-color .3s, box-shadow .3s; }
    .cp-logo-card:hover { z-index: 2; transform: translateY(-6px) scale(1.03); border-color: rgba(83, 154, 255, .5); box-shadow: 0 23px 50px rgba(28, 63, 162, .28); }
    .cp-logo-card img { width: 90px; height: 78px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(85, 148, 255, .18)); }
    .cp-logo-card strong { display: block; overflow: hidden; width: 100%; margin-top: 9px; color: #d7deed; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

    .cp-browser { background: radial-gradient(circle at 8% 35%, rgba(38, 111, 226, .1), transparent 25%), #050712; }
    .cp-browser-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
    .cp-browser-top .cp-heading { margin-bottom: 34px; }
    .cp-data-note { margin-bottom: 39px; color: #75819b; font-size: 9px; white-space: nowrap; }
    .cp-search-shell {
      position: relative;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 13px;
      max-width: 760px;
      min-height: 64px;
      margin-bottom: 18px;
      padding: 0 19px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 17px;
      background: rgba(15, 21, 45, .82);
      box-shadow: 0 22px 60px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .07);
      backdrop-filter: blur(18px);
      transition: border-color .25s, box-shadow .25s;
    }
    .cp-search-shell:focus-within { border-color: rgba(72, 148, 255, .65); box-shadow: 0 22px 65px rgba(30, 68, 180, .22), 0 0 0 4px rgba(52, 124, 255, .09); }
    .cp-search-shell svg { flex: 0 0 auto; width: 22px; height: 22px; color: #78cfff; }
    .cp-search-shell input { flex: 1; min-width: 0; height: 62px; padding: 0; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-size: 14px; }
    .cp-search-shell input::placeholder { color: #6f7c97; }
    .cp-search-shortcut { padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 7px; color: #717e98; background: rgba(255, 255, 255, .04); font-size: 8px; }
    .cp-filter-wrap { position: relative; margin-bottom: 35px; }
    .cp-filters { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: none; }
    .cp-filters::-webkit-scrollbar { display: none; }
    .cp-filter { flex: 0 0 auto; min-height: 39px; padding: 0 15px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px; color: #99a5bd; background: rgba(255, 255, 255, .035); font: inherit; font-size: 10px; font-weight: 750; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
    .cp-filter:hover { color: #fff; transform: translateY(-2px); border-color: rgba(92, 160, 255, .35); }
    .cp-filter.active { color: #fff; border-color: rgba(90, 157, 255, .5); background: linear-gradient(125deg, rgba(42, 108, 243, .32), rgba(116, 72, 223, .2)); box-shadow: 0 8px 25px rgba(41, 84, 207, .16); }
    .cp-filter span { margin-left: 5px; color: #6fcaef; font-size: 8px; }
    .cp-results-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
    .cp-results-bar p { margin: 0; color: #7d8aa4; font-size: 10px; }
    .cp-results-bar strong { color: #dbe2f1; }
    .cp-channel-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: stretch;
      gap: 18px;
      padding: 10px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 8% 0%, rgba(45, 113, 255, .13), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(122, 73, 226, .11), transparent 24%);
    }
    .cp-channel-grid .cp-channel-card {
      display: flex;
      min-height: 218px;
      padding: 15px;
      flex-direction: column;
      border-color: rgba(255, 255, 255, .12);
      border-radius: 22px;
      background: linear-gradient(145deg, rgba(24, 33, 61, .88), rgba(8, 13, 28, .82));
      box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .24), 0 0 0 1px rgba(73, 126, 255, .025);
      backdrop-filter: blur(18px);
    }
    .cp-channel-grid .cp-channel-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 35%);
      opacity: 0;
      pointer-events: none;
      transition: opacity .28s;
    }
    .cp-channel-grid .cp-channel-card:hover {
      transform: translateY(-7px) scale(1.018);
      border-color: rgba(91, 163, 255, .58);
      background: linear-gradient(145deg, rgba(34, 57, 104, .88), rgba(16, 20, 43, .82));
      box-shadow: 0 28px 65px rgba(12, 35, 94, .42), 0 0 28px rgba(65, 131, 255, .1), inset 0 1px rgba(255, 255, 255, .1);
    }
    .cp-channel-grid .cp-channel-card:hover::before { opacity: 1; }
    .cp-channel-grid .cp-channel-logo {
      height: 128px;
      padding: 22px;
      border: 1px solid rgba(137, 174, 255, .18);
      border-radius: 16px;
      background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .11), transparent 48%),
        linear-gradient(145deg, rgba(19, 28, 53, .96), rgba(7, 11, 24, .98));
      box-shadow: inset 0 1px rgba(255, 255, 255, .07), inset 0 0 34px rgba(58, 107, 214, .07);
    }
    .cp-channel-grid .cp-channel-logo img {
      width: 100%;
      height: 100%;
      max-width: 154px;
      max-height: 82px;
      object-fit: contain;
      filter: drop-shadow(0 0 1px rgba(255, 255, 255, .9)) drop-shadow(0 5px 12px rgba(0, 0, 0, .36));
      transition: transform .28s ease;
    }
    .cp-channel-grid .cp-channel-card:hover .cp-channel-logo img { transform: scale(1.06); }
    .cp-channel-grid .cp-channel-info { display: flex; flex: 1; padding: 15px 4px 2px; flex-direction: column; }
    .cp-channel-grid .cp-channel-info h3 {
      color: #f4f7ff;
      font-size: 13px;
      letter-spacing: -.15px;
    }
    .cp-channel-grid .cp-card-meta { margin-top: auto; padding-top: 11px; }
    .cp-channel-grid .cp-category-badge {
      padding: 5px 9px;
      border: 1px solid rgba(92, 171, 255, .18);
      border-radius: 999px;
      color: #a8ddff;
      background: rgba(45, 120, 238, .14);
      font-size: 8px;
      letter-spacing: .35px;
      text-transform: uppercase;
    }
    .cp-channel-grid .cp-region { color: #8491aa; font-size: 8px; }
    .cp-channel-card {
      position: relative;
      min-width: 0;
      overflow: hidden;
      padding: 14px;
      border: 1px solid var(--cp-border);
      border-radius: 18px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018));
      box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 14px 36px rgba(0, 0, 0, .16);
      animation: cp-card-in .45s both;
      transition: transform .28s, border-color .28s, background .28s, box-shadow .28s;
    }
    .cp-channel-card:hover { z-index: 2; transform: translateY(-6px); border-color: rgba(81, 153, 255, .5); background: linear-gradient(145deg, rgba(47, 107, 228, .13), rgba(116, 67, 202, .06)); box-shadow: 0 23px 50px rgba(22, 54, 147, .24); }
    .cp-channel-logo { position: relative; display: grid; place-items: center; height: 105px; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(226, 232, 246, .9)); }
    .cp-channel-logo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 28px rgba(28, 50, 91, .08); pointer-events: none; }
    .cp-channel-logo img { position: relative; z-index: 2; max-width: 112px; max-height: 69px; object-fit: contain; }
    .cp-channel-fallback { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #2774dc, #7146bf); box-shadow: 0 11px 25px rgba(43, 79, 176, .3); font-size: 15px; font-weight: 900; letter-spacing: -.5px; }
    .cp-channel-info { padding: 14px 3px 2px; }
    .cp-channel-info h3 { overflow: hidden; margin: 0; color: #e6eaf3; font-size: 11px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
    .cp-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 9px; }
    .cp-category-badge { overflow: hidden; padding: 4px 7px; border-radius: 6px; color: #85d4ff; background: rgba(48, 121, 235, .12); font-size: 7px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
    .cp-region { overflow: hidden; color: #697690; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
    .cp-load-wrap { display: flex; justify-content: center; margin-top: 34px; }
    .cp-load-more { min-width: 190px; cursor: pointer; }
    .cp-load-more[hidden] { display: none; }
    .cp-empty { display: none; grid-column: 1 / -1; padding: 60px 20px; border: 1px dashed rgba(255, 255, 255, .13); border-radius: 20px; color: #7f8ca7; text-align: center; }
    .cp-empty.visible { display: block; }
    .cp-empty strong { display: block; margin-bottom: 6px; color: #dce3f1; font-size: 16px; }
    .cp-loading { grid-column: 1 / -1; padding: 70px 20px; color: #8794ae; text-align: center; }
    .cp-spinner { width: 32px; height: 32px; margin: 0 auto 14px; border: 3px solid rgba(255, 255, 255, .1); border-top-color: #57cfff; border-radius: 50%; animation: cp-spin .8s linear infinite; }

    .cp-german { background: linear-gradient(180deg, #050712, #090d1d 52%, #050712); }
    .cp-german-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 65px; }
    .cp-german-copy h2 { margin: 14px 0 18px; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -3.3px; }
    .cp-german-copy > p { margin: 0; color: #96a3bd; font-size: 15px; line-height: 1.75; }
    .cp-german-points { display: grid; gap: 10px; margin: 25px 0 29px; }
    .cp-german-points span { display: flex; align-items: center; gap: 9px; color: #b9c2d5; font-size: 11px; }
    .cp-german-points i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #63dca0; background: rgba(54, 210, 137, .11); font-size: 9px; font-style: normal; font-weight: 900; }
    .cp-german-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
    .cp-german-grid .cp-channel-card { padding: 11px; }
    .cp-german-grid .cp-channel-logo { height: 80px; }
    .cp-german-grid .cp-channel-logo img { max-width: 92px; max-height: 54px; }
    .cp-german-grid .cp-channel-info { padding-top: 11px; }
    .cp-german-loading { grid-column: 1 / -1; padding: 50px 20px; color: #78859e; text-align: center; }

    .cp-final { position: relative; overflow: hidden; padding: 125px 0; border-top: 1px solid var(--cp-border); text-align: center; isolation: isolate; }
    .cp-final::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(5, 7, 18, .72), rgba(5, 7, 18, .92)), url("assets/images/Header Footer pages/2 women 1 man happy drinking watching tv in bar.webp") center 42%/cover; filter: saturate(.82); }
    .cp-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 45%, rgba(52, 102, 255, .34), transparent 38%); }
    .cp-final-content { max-width: 800px; margin: auto; }
    .cp-final h2 { margin: 14px 0 17px; font-size: clamp(44px, 6vw, 70px); line-height: 1; letter-spacing: -4px; }
    .cp-final p { max-width: 650px; margin: 0 auto; color: #adb8ce; font-size: 16px; }
    .cp-final .cp-button { margin-top: 31px; }
    .cp-final small { display: block; margin-top: 18px; color: #8390aa; font-size: 9px; }

    @keyframes cp-logo-scroll { to { transform: translate3d(-50%, 0, 0); } }
    @keyframes cp-card-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
    @keyframes cp-spin { to { transform: rotate(360deg); } }
    @media (max-width: 1080px) {
      .cp-channel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .cp-german-layout { gap: 38px; }
      .cp-german-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 820px) {
      .channels-page { padding-top: 68px; }
      .channels-page .cp-section { padding: 86px 0; }
      .cp-hero { min-height: 690px; padding-top: 90px; }
      .cp-hero-copy { max-width: 690px; }
      .cp-hero h1 { font-size: 65px; }
      .cp-browser-top { display: block; }
      .cp-data-note { margin: -22px 0 30px; }
      .cp-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .cp-german-layout { grid-template-columns: 1fr; }
      .cp-german-copy { max-width: 690px; }
      .cp-german-grid { grid-template-columns: repeat(4, 1fr); }
    }
    @media (max-width: 600px) {
      .channels-page .cp-container { width: min(1220px, calc(100% - 28px)); }
      .channels-page .cp-section { padding: 74px 0; }
      .cp-heading { margin-bottom: 34px; }
      .cp-heading h2 { font-size: 40px; letter-spacing: -2.4px; }
      .cp-heading p { font-size: 14px; }
      .cp-hero { min-height: 760px; align-items: flex-start; padding: 72px 0 245px; text-align: center; }
      .cp-hero::before { background-position: 60% center; }
      .cp-hero h1 { font-size: 48px; letter-spacing: -3.4px; }
      .cp-hero-copy > p { font-size: 14px; }
      .cp-hero-actions { flex-direction: column; }
      .cp-hero-actions .cp-button { width: 100%; }
      .cp-hero-proof { justify-content: center; gap: 10px 15px; }
      .cp-stats { grid-template-columns: repeat(2, 1fr); }
      .cp-stat { padding: 17px 9px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
      .cp-stat:nth-child(2) { border-right: 0; }
      .cp-logo-marquee { mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
      .cp-logo-track { animation-duration: 34s; }
      .cp-logo-group { gap: 9px; padding-right: 9px; }
      .cp-logo-card { flex-basis: 130px; width: 130px; height: 118px; padding: 12px 9px 9px; border-radius: 16px; }
      .cp-logo-card img { width: 72px; height: 60px; }
      .cp-search-shell { min-height: 58px; padding-inline: 15px; }
      .cp-search-shell input { height: 56px; font-size: 12px; }
      .cp-search-shortcut { display: none; }
      .cp-filter { min-height: 37px; padding-inline: 13px; }
      .cp-results-bar { align-items: flex-start; flex-direction: column; gap: 4px; }
      .cp-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; padding: 0; background: none; }
      .cp-channel-grid .cp-channel-card { min-height: 175px; padding: 10px; border-radius: 17px; }
      .cp-channel-grid .cp-channel-logo { height: 96px; border-radius: 12px; }
      .cp-channel-grid .cp-channel-logo img { max-width: 104px; max-height: 62px; }
      .cp-channel-grid .cp-channel-info { padding: 12px 2px 2px; }
      .cp-channel-grid .cp-channel-info h3 { font-size: 10px; }
      .cp-channel-card { padding: 10px; border-radius: 15px; }
      .cp-channel-logo { height: 85px; border-radius: 11px; }
      .cp-channel-logo img { max-width: 87px; max-height: 55px; }
      .cp-channel-info { padding-top: 11px; }
      .cp-category-badge { max-width: 75px; }
      .cp-german-copy h2 { font-size: 43px; letter-spacing: -2.5px; }
      .cp-german-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
      .cp-german-grid .cp-channel-logo { height: 72px; }
      .cp-final { padding: 94px 0; }
      .cp-final h2 { font-size: 45px; letter-spacing: -2.8px; }
      .cp-final .cp-button { width: 100%; }
    }
    @media (prefers-reduced-motion: reduce) {
      .cp-logo-track { animation: none; }
      .cp-channel-card { animation: none; }
    }
