/* source block: cinereel-build31-settings */

.settings-backdrop{
  position:fixed;inset:0;z-index:330;display:none;align-items:center;justify-content:center;
  padding:24px;background:rgba(2,3,4,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)
}
.settings-backdrop.open{display:flex}
.settings-modal{
  width:min(920px,100%);max-height:min(840px,calc(100dvh - 36px));overflow:auto;
  background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line2);
  border-radius:22px;box-shadow:0 34px 100px rgba(0,0,0,.62);padding:0 0 22px
}
.settings-head{
  position:sticky;top:0;z-index:3;display:flex;align-items:center;gap:16px;padding:20px 24px;
  background:rgba(13,15,18,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)
}
.settings-head-copy{min-width:0;flex:1}
.settings-eyebrow{font-size:9px;font-weight:800;letter-spacing:.16em;color:var(--muted);text-transform:uppercase}
.settings-head h2{margin:4px 0 0;font-size:24px;letter-spacing:-.035em}
.settings-close{
  width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line2);border-radius:10px;
  background:var(--panel2);color:var(--text);cursor:pointer
}
.settings-body{padding:22px 24px;display:grid;gap:24px}
.settings-section{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018);padding:18px}
.settings-section h3{margin:0 0 5px;font-size:16px}
.settings-hint{margin:0 0 16px;color:var(--muted);font-size:11px;line-height:1.55}
.scheme-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.scheme-card{
  border:1px solid var(--line2);border-radius:12px;background:var(--panel2);padding:9px;cursor:pointer;
  color:var(--text);text-align:left;transition:.15s ease
}
.scheme-card:hover,.scheme-card:focus-visible{border-color:color-mix(in srgb,var(--red) 52%,var(--line2));transform:translateY(-1px);outline:none}
.scheme-card.active{border-color:var(--red);box-shadow:0 0 0 2px color-mix(in srgb,var(--red) 18%,transparent)}
.scheme-swatches{height:30px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:7px;margin-bottom:8px;border:1px solid rgba(255,255,255,.05)}
.scheme-card strong{font-size:10px}
.scheme-toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:13px}
.settings-btn{
  min-height:38px;border:1px solid var(--line2);border-radius:9px;background:var(--panel2);color:var(--text);
  padding:8px 12px;cursor:pointer;font-size:10px;font-weight:760
}
.settings-btn.primary{border-color:transparent;background:var(--red);color:white}
.settings-btn:hover,.settings-btn:focus-visible{filter:brightness(1.12);outline:none}
.preset-name,.provider-select{
  min-height:40px;border:1px solid var(--line2);border-radius:9px;background:var(--bg2);color:var(--text);
  padding:8px 11px;outline:none
}
.preset-name{min-width:210px;flex:1}
.provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.provider-field{display:grid;gap:7px}
.provider-field label{font-size:10px;font-weight:760;color:var(--muted)}
.provider-select{width:100%}
.provider-note{
  margin-top:12px;padding:10px 12px;border-radius:10px;border:1px solid var(--line);
  color:var(--muted);font-size:10px;line-height:1.55;background:var(--bg2)
}
.color-tune-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}
.color-tune{
  display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:10px;padding:9px 10px;background:var(--bg2)
}
.color-tune label{flex:1;font-size:9px;color:var(--muted)}
.color-tune input[type="color"]{width:34px;height:27px;padding:0;border:0;background:transparent;cursor:pointer}
.saved-preset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}
.preset-wrap{position:relative}
.preset-wrap .scheme-card{width:100%;height:100%}
.preset-delete{
  position:absolute;right:5px;top:5px;width:23px;height:23px;border:1px solid var(--line2);border-radius:7px;
  background:rgba(5,6,7,.84);color:var(--muted);cursor:pointer;font-size:11px
}
.settings-status{min-height:18px;color:var(--muted);font-size:10px;padding:0 2px}
.settings-footer{display:flex;justify-content:flex-end;gap:9px;padding:0 24px}
body.settings-open{overflow:hidden!important}
@media(max-width:760px){
  .settings-backdrop{padding:0;align-items:stretch}
  .settings-modal{max-height:100dvh;border-radius:0;width:100%}
  .scheme-grid,.saved-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .provider-grid,.color-tune-grid{grid-template-columns:1fr}
  .settings-body{padding:17px}
  .settings-head{padding:17px}
  .settings-footer{padding:0 17px}
}
body.tv .settings-modal{width:min(1080px,92vw);font-size:18px}
body.tv .settings-btn,body.tv .provider-select,body.tv .preset-name,body.tv .scheme-card{min-height:50px}


/* source block: cinereel-build32-features */

/* ------------------------------------------------------------
   Settings provider dropdowns — same motion language as Browse
   ------------------------------------------------------------ */
.provider-field{position:relative}
.provider-dropdown{position:relative}
.provider-trigger{
  width:100%;height:42px;border:1px solid var(--line2);border-radius:10px;background:var(--bg2);
  color:var(--text);padding:0 12px;display:flex;align-items:center;gap:10px;cursor:pointer;
  font-size:11px;font-weight:680;text-align:left;
  transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease
}
.provider-trigger-value{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.provider-chevron{
  width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:2;
  transform:rotate(0deg);transform-origin:50% 50%;
  transition:transform .25s cubic-bezier(.2,.8,.2,1),stroke .17s ease,color .17s ease
}
.provider-dropdown.open .provider-trigger{
  color:var(--red);border-color:color-mix(in srgb,var(--red) 38%,var(--line2));
  background:color-mix(in srgb,var(--red) 7%,var(--bg2));
  box-shadow:0 0 0 2px color-mix(in srgb,var(--red) 10%,transparent)
}
.provider-dropdown.open .provider-chevron{transform:rotate(180deg);color:var(--red)}
.provider-menu{
  position:absolute;z-index:50;left:0;right:0;top:48px;padding:7px 0;
  background:rgba(10,11,14,.988);border:1px solid var(--line2);border-radius:15px;
  box-shadow:0 20px 58px rgba(0,0,0,.50);overflow:hidden;
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-9px) scale(.975);
  transform-origin:top center;
  transition:opacity .17s ease,transform .23s cubic-bezier(.2,.8,.2,1),visibility .17s ease
}
.provider-dropdown.open .provider-menu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)
}
.provider-option{
  width:100%;min-height:44px;border:0;padding:0 13px;display:flex;align-items:center;gap:11px;
  background:transparent;color:#e5e7ea;text-align:left;font-size:11px;font-weight:600;cursor:pointer;
  transition:background .14s ease,color .14s ease
}
.provider-option:hover,.provider-option:focus-visible,.provider-option.active{
  color:var(--red);background:linear-gradient(90deg,color-mix(in srgb,var(--red) 18%,transparent),color-mix(in srgb,var(--red) 4%,transparent),transparent);
  outline:none
}
.provider-dot{
  width:27px;height:27px;flex:0 0 27px;border-radius:50%;display:grid;place-items:center;
  border:1px solid var(--line2);background:var(--panel2);font-size:9px;font-weight:850;color:var(--text)
}
.provider-option.active .provider-dot{border-color:var(--red);color:var(--red)}

/* ------------------------------------------------------------
   Native Channels page
   ------------------------------------------------------------ */
.feature-page{min-height:100vh;padding:112px 5.6vw 90px;background:var(--bg)}
.feature-page-head{display:flex;align-items:flex-end;gap:18px;margin-bottom:24px}
.feature-page-head-copy{min-width:0;flex:1}
.feature-kicker{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:var(--muted);font-weight:850}
.feature-page-title{font-size:38px;letter-spacing:-.045em;margin:5px 0 4px}
.feature-page-sub{color:var(--muted);font-size:11px;line-height:1.6;max-width:760px}
.channel-controls{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.channel-search{
  min-width:220px;flex:1;height:42px;border:1px solid var(--line2);border-radius:10px;background:var(--panel);
  color:var(--text);padding:0 13px;outline:none
}
.channel-search:focus{border-color:color-mix(in srgb,var(--red) 42%,var(--line2));box-shadow:0 0 0 2px color-mix(in srgb,var(--red) 9%,transparent)}
.channel-categories{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.channel-categories::-webkit-scrollbar{display:none}
.channel-category{
  flex:0 0 auto;height:38px;border:1px solid var(--line2);border-radius:999px;background:var(--panel);
  color:var(--muted);padding:0 13px;cursor:pointer;font-size:10px;font-weight:750;
  transition:.15s ease
}
.channel-category:hover,.channel-category:focus-visible,.channel-category.active{
  color:#fff;border-color:var(--red);background:color-mix(in srgb,var(--red) 14%,var(--panel));outline:none
}
.channel-status{color:var(--muted);font-size:10px;min-height:18px;margin:0 0 12px}
.channel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.channel-card{
  min-width:0;border:1px solid var(--line);border-radius:13px;background:var(--panel);color:var(--text);
  padding:13px;cursor:pointer;text-align:left;transition:transform .15s ease,border-color .15s ease,background .15s ease
}
.channel-card:hover,.channel-card:focus-visible{
  transform:translateY(-2px);border-color:color-mix(in srgb,var(--red) 40%,var(--line));background:var(--panel2);outline:none
}
.channel-logo{
  height:72px;border-radius:9px;background:var(--bg2);display:grid;place-items:center;overflow:hidden;
  border:1px solid var(--line);margin-bottom:10px
}
.channel-logo img{max-width:78%;max-height:58px;object-fit:contain}
.channel-logo-fallback{font-size:22px;font-weight:900;color:var(--muted)}
.channel-name{font-size:11px;font-weight:780;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.channel-meta{margin-top:5px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.live-player{
  position:fixed;z-index:290;inset:0;background:rgba(2,3,4,.92);display:none;align-items:center;justify-content:center;padding:24px
}
.live-player.open{display:flex}
.live-player-shell{width:min(1180px,100%);border:1px solid var(--line2);border-radius:17px;background:#080a0d;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.7)}
.live-player-head{height:54px;padding:0 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:var(--panel)}
.live-player-head-copy{min-width:0;flex:1}
.live-player-title{font-size:12px;font-weight:780;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.live-player-sub{font-size:9px;color:var(--muted);margin-top:2px}
.live-player-close{width:36px;height:36px;border:1px solid var(--line2);border-radius:9px;background:var(--panel2);color:var(--text);cursor:pointer}
.live-video-wrap{aspect-ratio:16/9;background:#000;display:grid;place-items:center}
.live-video-wrap video{width:100%;height:100%;background:#000}
.live-player-error{padding:10px 14px;color:#ff8188;font-size:10px;display:none;border-top:1px solid var(--line)}
.live-player-error.show{display:block}

/* ------------------------------------------------------------
   Native 4K page
   ------------------------------------------------------------ */
.fourk-tabs{display:flex;gap:7px;margin-bottom:18px}
.fourk-tab{
  height:39px;border:1px solid var(--line2);border-radius:9px;background:var(--panel);color:var(--muted);
  padding:0 15px;cursor:pointer;font-size:10px;font-weight:780
}
.fourk-tab.active,.fourk-tab:hover,.fourk-tab:focus-visible{color:#fff;border-color:var(--red);background:color-mix(in srgb,var(--red) 13%,var(--panel));outline:none}
.fourk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.fourk-card{position:relative}
.fourk-card .media-card{width:100%}
.quality-badge{
  position:absolute;z-index:5;left:9px;top:9px;padding:4px 7px;border-radius:6px;
  background:rgba(6,7,8,.86);border:1px solid rgba(255,255,255,.22);color:#fff;
  font-size:8px;font-weight:900;letter-spacing:.08em;box-shadow:0 3px 14px rgba(0,0,0,.28)
}
.fourk-note{
  margin:15px 0 0;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:var(--panel);
  color:var(--muted);font-size:9px;line-height:1.55
}

@media(max-width:1050px){
  .channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .fourk-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .feature-page{padding:90px 16px 70px}
  .feature-page-title{font-size:31px}
  .channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fourk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .live-player{padding:0}
  .live-player-shell{border-radius:0;width:100%;height:100%;display:flex;flex-direction:column}
  .live-video-wrap{margin:auto 0}
}
body.tv .provider-trigger,body.tv .provider-option{min-height:52px;font-size:16px}
body.tv .provider-menu{top:58px}
body.tv .channel-card{min-height:150px}
body.tv .channel-category,body.tv .fourk-tab{min-height:48px;font-size:14px}


/* source block: cinereel-build33-tv-mobile */

/* ============================================================
   TV-friendly custom season picker
   ============================================================ */
.episode-toolbar{position:relative;z-index:24}
.season-picker{position:relative;width:min(270px,100%)}
.season-trigger{
  width:100%;height:43px;border:1px solid var(--line2);border-radius:10px;background:var(--panel2);
  color:var(--text);padding:0 12px;display:flex;align-items:center;gap:10px;cursor:pointer;
  text-align:left;font-size:11px;font-weight:760;
  transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease
}
.season-trigger-label{min-width:0;flex:1}
.season-trigger svg{
  width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;flex:none;
  transition:transform .23s cubic-bezier(.2,.8,.2,1),color .16s ease
}
.season-picker.open .season-trigger{
  color:var(--red);border-color:color-mix(in srgb,var(--red) 45%,var(--line2));
  background:color-mix(in srgb,var(--red) 7%,var(--panel2));
  box-shadow:0 0 0 2px color-mix(in srgb,var(--red) 10%,transparent)
}
.season-picker.open .season-trigger svg{transform:rotate(180deg);color:var(--red)}
.season-menu{
  position:absolute;z-index:50;left:0;top:49px;width:100%;max-height:min(340px,52vh);overflow:auto;
  padding:7px 0;background:rgba(10,11,14,.99);border:1px solid var(--line2);border-radius:14px;
  box-shadow:0 20px 58px rgba(0,0,0,.52);
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.978);
  transform-origin:top center;
  transition:opacity .17s ease,transform .22s cubic-bezier(.2,.8,.2,1),visibility .17s ease
}
.season-picker.open .season-menu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)
}
.season-option{
  width:100%;min-height:45px;border:0;background:transparent;color:var(--text);padding:0 13px;
  display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;font-size:11px;font-weight:680;
  transition:background .13s ease,color .13s ease
}
.season-option::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--line2);flex:none;
  transition:background .13s ease,box-shadow .13s ease
}
.season-option:hover,.season-option:focus-visible,.season-option.active{
  color:var(--red);background:linear-gradient(90deg,color-mix(in srgb,var(--red) 17%,transparent),transparent);
  outline:none
}
.season-option.active::before{background:var(--red);box-shadow:0 0 0 4px color-mix(in srgb,var(--red) 15%,transparent)}
body.tv .season-trigger,body.tv .season-option{min-height:54px;font-size:17px}
body.tv .season-picker{width:330px}
body.tv .season-menu{top:60px;max-height:430px;transition-duration:.11s}

/* Episode text is explicit and readable on all layouts. */
.ep-title{
  font-size:12px;font-weight:760;line-height:1.35;color:var(--text);
  white-space:normal;overflow-wrap:anywhere
}
.ep-overview{
  margin-top:5px;color:var(--muted);font-size:10px;line-height:1.42;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden
}
.ep-sub{margin-top:7px!important}

/* ============================================================
   Mobile detail-page optimization
   ============================================================ */
@media(max-width:600px){
  .detail-hero{
    height:min(780px,88svh)!important;
    min-height:610px!important;
  }
  .detail-copy{
    left:16px!important;
    width:calc(100vw - 32px)!important;
    bottom:5.2%!important;
    max-width:none!important;
  }
  .detail-title-image{
    max-width:min(300px,76vw)!important;
    max-height:94px!important;
    margin-bottom:13px!important
  }
  .detail-logo-title{
    font-size:clamp(31px,10vw,42px)!important;
    line-height:.96!important;
    margin-bottom:12px!important
  }
  .detail-copy > .meta{
    gap:7px!important;
    font-size:12px!important;
    margin-bottom:10px!important
  }
  .detail-desc{
    font-size:13px!important;
    line-height:1.48!important;
    -webkit-line-clamp:3!important
  }

  /* The old fixed minimum widths made Similar spill off-screen on phones.
     Wrap into two clean rows instead. */
  .detail-copy > .actions{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:9px!important;
    margin-top:18px!important;
    overflow:visible!important
  }
  .detail-copy .btn.primary{
    width:auto!important;
    min-width:126px!important;
    flex:1 1 calc(100% - 63px)!important;
    max-width:none!important
  }
  .detail-copy .btn.icon{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important
  }
  .detail-copy [data-download],
  .detail-copy [data-similars]{
    min-width:0!important;
    width:auto!important;
    flex:1 1 calc(50% - 5px)!important;
    padding:0 13px!important;
    justify-content:center!important;
    white-space:nowrap!important
  }

  .detail-back,.detail-mute{
    top:14px!important;
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
    max-width:44px!important;max-height:44px!important
  }
  .detail-back{left:14px!important}
  .detail-mute{right:14px!important}

  .detail-lower{
    padding:14px 16px 56px!important;
    overflow-x:hidden!important
  }
  .detail-section{margin-bottom:36px!important}
  .detail-heading{font-size:22px!important;margin-bottom:16px!important}

  .actor-card{
    min-height:82px!important;height:auto!important;
    padding:10px 12px!important
  }
  .actor-name{
    font-size:13px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important
  }

  .episode-toolbar{margin-bottom:14px!important}
  .season-picker{width:100%!important}
  .season-trigger{height:46px!important;font-size:13px!important}
  .season-option{min-height:48px!important;font-size:13px!important}

  .episode-grid{gap:12px!important}
  .episode-card{
    display:grid!important;
    grid-template-columns:142px minmax(0,1fr)!important;
    min-height:92px!important;
    border-radius:11px!important
  }
  .ep-image{
    height:100%!important;min-height:92px!important;aspect-ratio:auto!important
  }
  .ep-copy{
    min-width:0!important;padding:10px 11px!important;
    display:flex!important;flex-direction:column!important;justify-content:center!important
  }
  .ep-title{font-size:13px!important}
  .ep-overview{-webkit-line-clamp:2!important;font-size:10px!important}
  .ep-sub{font-size:9px!important}

  .like-grid{
    grid-template-columns:1fr!important;
    gap:13px!important
  }
  .like-grid .media-card .media-title{
    white-space:normal!important;
    line-height:1.3!important
  }

  /* General small-screen page/card spacing */
  .page{padding-left:12px!important;padding-right:12px!important}
  .feature-page{padding-left:12px!important;padding-right:12px!important}
  .page-grid{gap:10px!important}
}

/* Very narrow phones */
@media(max-width:390px){
  .detail-copy [data-download],
  .detail-copy [data-similars]{
    font-size:12px!important;
    padding:0 10px!important
  }
  .episode-card{grid-template-columns:122px minmax(0,1fr)!important}
}

/* Keep TV episode cards easy to focus/read. */
body.tv .episode-card:focus-visible{
  border-color:var(--red)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 20%,transparent)!important;
  outline:none!important
}
body.tv .ep-title{font-size:16px!important}
body.tv .ep-overview{font-size:13px!important}


/* source block: cinereel-build34-suite */

/* ============================================================
   CineREEL Build 34 — platform suite
   ============================================================ */
:root{
  --cr-card-radius:9px;
  --cr-card-scale:1;
  --cr-font-scale:1;
  --cr-hero-vh:88vh;
  --cr-ui-blur:16px;
  --cr-density:1;
  --cr-motion:1;
}
html{font-size:calc(16px * var(--cr-font-scale))}
.hero{height:var(--cr-hero-vh)!important}
.landscape,.episode-card,.channel-card,.fourk-card{border-radius:var(--cr-card-radius)!important}
.media-card{transform:scale(var(--cr-card-scale));transform-origin:center top}

/* progress on normal cards */
.landscape .cr-card-progress{position:absolute;z-index:7;left:7px;right:7px;bottom:6px;height:3px;border-radius:999px;background:#ffffff28;overflow:hidden;pointer-events:none}
.landscape .cr-card-progress>span{display:block;height:100%;background:var(--red);border-radius:inherit}
.landscape .cr-card-complete{position:absolute;z-index:8;right:8px;top:8px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#0b0d10e8;border:1px solid #ffffff26;color:var(--good);font-size:13px;pointer-events:none}

/* shared build34 UI */
.cr34-backdrop{position:fixed;z-index:520;inset:0;background:rgba(0,0,0,.73);backdrop-filter:blur(var(--cr-ui-blur));-webkit-backdrop-filter:blur(var(--cr-ui-blur));display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.cr34-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
.cr34-modal{width:min(760px,100%);max-height:min(84vh,860px);overflow:auto;background:#090b0e;border:1px solid #2b3038;border-radius:20px;box-shadow:0 28px 90px #000b}
.cr34-modal.wide{width:min(1060px,100%)}
.cr34-modal-head{position:sticky;z-index:4;top:0;display:flex;align-items:center;gap:14px;padding:20px 22px;background:rgba(9,11,14,.96);border-bottom:1px solid #20242a;backdrop-filter:blur(14px)}
.cr34-modal-head h2{margin:0;font-size:22px;letter-spacing:-.025em}.cr34-modal-head p{margin:4px 0 0;color:var(--muted);font-size:12px}
.cr34-close{margin-left:auto;width:38px;height:38px;border:1px solid #303640;background:#11151a;border-radius:50%;cursor:pointer}
.cr34-modal-body{padding:20px 22px 24px}.cr34-modal-footer{position:sticky;bottom:0;padding:14px 22px;display:flex;justify-content:flex-end;gap:9px;border-top:1px solid #20242a;background:rgba(9,11,14,.96)}
.cr34-btn{min-height:40px;border:1px solid #303641;background:#11151a;color:#eef1f4;border-radius:10px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;cursor:pointer}
.cr34-btn:hover,.cr34-btn:focus-visible{border-color:#545d6b;background:#171b21;outline:none}.cr34-btn.primary{background:var(--red);border-color:var(--red);color:#fff}.cr34-btn.danger{color:#ff747b;border-color:#63262b}.cr34-btn.ghost{background:transparent}
.cr34-input,.cr34-select{height:42px;border:1px solid #2a3038;background:#0d1014;color:#eef1f5;border-radius:10px;padding:0 12px;outline:none}.cr34-input:focus,.cr34-select:focus{border-color:#5a6473}.cr34-input{width:100%}
.cr34-field{display:flex;flex-direction:column;gap:6px}.cr34-field label{font-size:11px;color:#9aa4b3;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.cr34-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cr34-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.cr34-section{padding:17px 0;border-bottom:1px solid #1d2229}.cr34-section:last-child{border-bottom:0}.cr34-section h3{margin:0 0 8px;font-size:16px}.cr34-hint{margin:0 0 13px;color:#8d98a8;font-size:12px;line-height:1.5}
.cr34-empty{padding:28px;border:1px dashed #2d333d;border-radius:14px;color:#7f8997;text-align:center}
.cr34-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #303640;border-radius:999px;background:#101319;color:#b8c0cc;font-size:11px}
.cr34-toast{position:fixed;z-index:700;left:50%;bottom:26px;transform:translate(-50%,18px);min-width:220px;max-width:min(540px,calc(100vw - 28px));padding:11px 14px;border:1px solid #333a45;background:#11151bea;color:#f3f4f5;border-radius:12px;box-shadow:0 14px 50px #0009;opacity:0;pointer-events:none;transition:.2s ease;font-size:13px;text-align:center}.cr34-toast.show{opacity:1;transform:translate(-50%,0)}

/* profiles */
.cr-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cr-profile-card{border:1px solid #282e37;background:#0d1014;border-radius:14px;padding:14px;cursor:pointer;text-align:center;position:relative}.cr-profile-card.active{border-color:var(--red);box-shadow:0 0 0 1px color-mix(in srgb,var(--red) 35%,transparent)}
.cr-avatar{width:70px;height:70px;margin:0 auto 10px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,var(--red),var(--red2));font-weight:900;font-size:27px;color:white}.cr-profile-name{font-size:13px;font-weight:750}.cr-profile-sub{font-size:10px;color:#8993a1;margin-top:4px}.cr-profile-delete{position:absolute;right:8px;top:8px;width:27px;height:27px;border:0;background:#171b21;border-radius:50%;cursor:pointer;color:#8e98a6}.cr-profile-add{border-style:dashed}.cr-profile-add .cr-avatar{background:#15191f;color:#99a4b3;border:1px dashed #3b424e}
.cr-account-badge{position:absolute;right:0;bottom:0;width:13px;height:13px;border-radius:50%;background:var(--red);border:2px solid #080a0d;color:#fff;font-size:0}

/* player chrome */
.player{overflow:hidden}.player iframe{position:absolute;inset:0;z-index:1}
.cr-player-chrome{position:absolute;z-index:6;inset:0;pointer-events:none;color:#fff}
.cr-player-top{position:absolute;left:0;right:0;top:0;min-height:86px;padding:20px 24px;display:flex;align-items:flex-start;gap:12px;background:linear-gradient(180deg,#000d,transparent);pointer-events:none}
.cr-player-top .player-back{position:static!important;pointer-events:auto;background:#080a0cbf!important;flex:none}
.cr-player-provider-badge{margin-left:auto;pointer-events:auto;border:1px solid #ffffff26;background:#07090cc9;border-radius:999px;padding:8px 12px;font-size:11px;color:#cdd3dc;font-weight:700}
.cr-player-bottom{position:absolute;left:0;right:0;bottom:0;padding:72px 28px 22px;display:flex;align-items:flex-end;gap:20px;background:linear-gradient(0deg,#000f 0,#000c 46%,transparent 100%);pointer-events:none}
.cr-player-info{min-width:0;max-width:min(680px,55vw)}.cr-player-logo{max-width:300px;max-height:88px;object-fit:contain;object-position:left bottom;margin-bottom:7px;filter:drop-shadow(0 3px 10px #000b)}
.cr-player-title{font-size:26px;font-weight:900;letter-spacing:-.035em;margin-bottom:5px}.cr-player-meta{font-size:13px;color:#d0d4da}.cr-player-ep-title{margin-top:7px;font-size:15px;font-weight:750}.cr-player-desc{margin-top:6px;color:#c4cad2;font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.cr-player-actions{margin-left:auto;display:flex;align-items:center;gap:8px;pointer-events:auto;flex-wrap:wrap;justify-content:flex-end}.cr-player-action{height:42px;border:1px solid #ffffff2d;background:#090c10d6;color:#fff;border-radius:10px;padding:0 13px;display:flex;align-items:center;gap:7px;cursor:pointer;font-weight:700;font-size:12px}.cr-player-action svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.cr-player-action:hover,.cr-player-action:focus-visible{border-color:#fff8;background:#171b21ed;outline:none}.cr-player-action.primary{border-color:color-mix(in srgb,var(--red) 55%,#fff0);background:color-mix(in srgb,var(--red) 25%,#090c10d6)}
.cr-source-pop{position:absolute;z-index:10;right:28px;bottom:78px;width:250px;padding:7px;background:#080a0df5;border:1px solid #303640;border-radius:13px;box-shadow:0 18px 60px #000c;pointer-events:auto;display:none}.cr-source-pop.open{display:block}.cr-source-pop h4{margin:6px 8px 8px;font-size:10px;color:#7f8998;letter-spacing:.11em;text-transform:uppercase}.cr-source-option{width:100%;height:42px;border:0;border-radius:8px;background:transparent;color:#bcc5d1;padding:0 10px;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left}.cr-source-option:hover,.cr-source-option.active{background:#171b21;color:#fff}.cr-source-option.active:after{content:'✓';margin-left:auto;color:var(--good)}
.cr-player-loading{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;border:4px solid #ffffff2b;border-top-color:#fff;animation:crSpin .75s linear infinite;pointer-events:none}.cr-player-loading.hidden{display:none!important}@keyframes crSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.cr-player-status{position:absolute;z-index:7;left:50%;top:calc(50% + 45px);transform:translateX(-50%);padding:8px 11px;background:#050608d9;border:1px solid #ffffff20;border-radius:999px;color:#bfc7d2;font-size:11px;pointer-events:none;opacity:0;transition:opacity .15s}.cr-player-status.show{opacity:1}

/* Cineby-style episodes list on detail and player drawer */
.detail .detail-lower{overflow:visible}
.cr-episodes-shell{position:relative}.cr-episodes-toolbar{display:flex;align-items:center;gap:10px;margin:0 0 14px;flex-wrap:wrap}.cr-episodes-toolbar .season-picker{margin:0}.cr-episode-search{width:min(370px,45vw);height:42px;border:1px solid #2a3038;background:#090c10;border-radius:10px;color:#eef1f4;padding:0 13px;outline:none}.cr-episode-sort{width:42px;height:42px;border:1px solid #2a3038;background:#0c0f13;border-radius:10px;cursor:pointer;color:#95a0af;font-size:16px}.cr-episode-list{display:flex;flex-direction:column;gap:9px}
.cr-episode-row{width:100%;min-height:132px;border:1px solid #20252c;background:#080b0e;border-radius:14px;padding:13px 50px 13px 13px;display:grid;grid-template-columns:184px minmax(0,1fr);gap:18px;text-align:left;color:#fff;cursor:pointer;position:relative;transition:border-color .16s ease,background .16s ease,transform .16s ease}.cr-episode-row:hover,.cr-episode-row:focus-visible{border-color:#633037;background:#0c0f13;outline:none}.cr-episode-row.active{border-color:color-mix(in srgb,var(--red) 62%,#20252c)}
.cr-ep-thumb{width:184px;aspect-ratio:16/9;border-radius:9px;overflow:hidden;background:#15191f;position:relative;align-self:center}.cr-ep-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cr-ep-num{position:absolute;left:6px;bottom:6px;min-width:24px;height:24px;padding:0 6px;border-radius:5px;background:#090b0ee8;display:grid;place-items:center;font-size:11px;font-weight:800}.cr-ep-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#ffffff20}.cr-ep-progress span{display:block;height:100%;background:var(--red)}
.cr-ep-copy{align-self:center;min-width:0}.cr-ep-title{font-size:15px;font-weight:780;line-height:1.3}.cr-episode-row.active .cr-ep-title{color:var(--red)}.cr-ep-runtime{font-size:11px;color:#92a1b8;margin-top:6px}.cr-ep-overview{font-size:12px;line-height:1.48;color:#97a7c2;margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cr-ep-status{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#758092;font-size:18px}.cr-ep-status.done{color:var(--good)}
.season-picker{position:relative;z-index:18}.season-trigger{height:42px!important;min-width:175px!important;border-radius:11px!important;background:#0c0f13!important;border:1px solid #2a3038!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.season-menu{position:absolute!important;z-index:80!important;top:48px!important;left:0!important;width:100%!important;min-width:190px!important;max-height:330px!important;overflow:auto!important;padding:7px!important;border:1px solid #303640!important;border-radius:0 0 12px 12px!important;background:#101317f5!important;box-shadow:0 20px 60px #000b!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-5px)!important;transition:.18s ease!important}.season-picker.open .season-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.season-option{width:100%!important;height:42px!important;border:0!important;border-radius:7px!important;padding:0 10px!important;background:transparent!important;color:#929cac!important;text-align:left!important;cursor:pointer!important}.season-option:hover,.season-option:focus-visible{background:#1a1e24!important;color:#fff!important;outline:none!important}.season-option.active{background:#25292f!important;color:#fff!important;font-weight:750!important}

.cr-episode-drawer{position:absolute;z-index:12;inset:0 0 0 auto;width:min(840px,78vw);background:#05070af2;border-left:1px solid #252a32;box-shadow:-30px 0 90px #000d;pointer-events:auto;transform:translateX(102%);transition:transform .26s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;backdrop-filter:blur(18px)}.cr-episode-drawer.open{transform:none}.cr-episode-drawer-head{padding:19px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #20242a}.cr-episode-drawer-head h2{margin:0;font-size:23px}.cr-episode-drawer-body{padding:18px 22px 30px;overflow:auto;min-height:0;flex:1}.cr-episode-drawer .cr-episode-row{grid-template-columns:160px minmax(0,1fr);min-height:116px}.cr-episode-drawer .cr-ep-thumb{width:160px}

/* context / quick info */
.cr-context{position:fixed;z-index:650;width:min(360px,calc(100vw - 24px));background:#090c10f7;border:1px solid #303640;border-radius:15px;box-shadow:0 22px 80px #000d;overflow:hidden;display:none}.cr-context.open{display:block}.cr-context-hero{height:145px;background-size:cover;background-position:center;position:relative}.cr-context-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#090c10,transparent 70%)}.cr-context-body{padding:0 14px 14px}.cr-context-title{font-size:17px;font-weight:850;margin:-8px 0 5px;position:relative}.cr-context-desc{font-size:11px;color:#a1aab7;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.cr-context-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.cr-context-actions button{height:37px;border:1px solid #2d333c;background:#11151a;border-radius:8px;cursor:pointer;font-size:11px;font-weight:700}.cr-context-actions button:hover{border-color:#5a6371}

/* discover / feature pages */
.cr-page{padding:96px 5.6vw 75px;min-height:100vh}.cr-page-head{display:flex;align-items:flex-end;gap:14px;margin-bottom:22px}.cr-page-head h1{margin:0;font-size:32px;letter-spacing:-.04em}.cr-page-head .cr-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:800;margin-bottom:4px}.cr-page-sub{color:#8e98a6;font-size:13px;line-height:1.5;max-width:700px}.cr-filters{display:grid;grid-template-columns:1.15fr repeat(4,minmax(130px,.6fr)) auto;gap:9px;margin-bottom:20px}.cr-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cr-feature-hero{min-height:66vh;border:1px solid #222831;border-radius:20px;overflow:hidden;position:relative;background-size:cover;background-position:center}.cr-feature-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#050607f8 0,#050607b3 38%,transparent 75%),linear-gradient(0deg,#050607e8,transparent 45%)}.cr-feature-copy{position:absolute;z-index:2;left:5%;bottom:10%;max-width:600px}.cr-feature-copy h2{font-size:42px;margin:0 0 10px;letter-spacing:-.05em}.cr-feature-copy p{color:#c5cad1;line-height:1.55}.cr-big-action{height:48px;border-radius:999px;padding:0 20px}

/* collections */
.cr-collection-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px}.cr-collection-sidebar{border:1px solid #242a32;background:#090c10;border-radius:14px;padding:10px;height:max-content}.cr-collection-link{width:100%;height:42px;border:0;border-radius:8px;background:transparent;text-align:left;padding:0 10px;color:#a9b2bf;cursor:pointer}.cr-collection-link.active,.cr-collection-link:hover{background:#171b21;color:#fff}.cr-collection-head{display:flex;align-items:center;gap:9px;margin-bottom:15px}.cr-collection-head h2{margin:0;font-size:22px}.cr-collection-head .cr34-btn:first-of-type{margin-left:auto}

/* watchlist/history filter bar */
.cr-library-toolbar{display:flex;gap:8px;align-items:center;margin:0 0 18px;flex-wrap:wrap}.cr-library-toolbar .cr34-input{width:min(320px,100%)}.cr-library-toolbar .cr34-select{min-width:145px}

/* signals */
.cr-signal-group{display:flex;gap:7px}.cr-signal-btn{width:44px!important;padding:0!important;justify-content:center!important}.cr-signal-btn.active{border-color:var(--red)!important;color:#fff!important;background:color-mix(in srgb,var(--red) 19%,#171b21)!important}

/* calendar/new episode lists */
.cr-date-group{margin:0 0 25px}.cr-date-title{font-size:13px;color:#9aa4b1;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:0 0 9px}.cr-date-list{display:flex;flex-direction:column;gap:8px}.cr-date-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #232932;background:#090c10;border-radius:12px;padding:12px}.cr-date-time{font-size:12px;color:#7f8998}.cr-date-main strong{display:block;font-size:14px}.cr-date-main span{display:block;color:#8f99a8;font-size:11px;margin-top:4px}.cr-new-badge{padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--red) 18%,transparent);color:#ff7178;font-size:10px;font-weight:800}

/* advanced settings injected into existing modal */
.cr34-settings-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.cr34-switch-row{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:48px;border:1px solid #252b33;border-radius:11px;padding:9px 12px;background:#0d1014}.cr34-switch-row span{font-size:12px;color:#c7ced7}.cr34-switch-row input{width:18px;height:18px;accent-color:var(--red)}.cr-provider-order{display:flex;flex-direction:column;gap:6px}.cr-provider-order-row{display:grid;grid-template-columns:32px minmax(0,1fr) 34px 34px;align-items:center;gap:6px;border:1px solid #252b33;border-radius:9px;background:#0d1014;padding:6px}.cr-provider-order-row b{font-size:12px}.cr-provider-order-row button{height:31px;border:1px solid #303741;background:#15191f;border-radius:7px;cursor:pointer}.cr-layout-presets{display:flex;gap:7px;flex-wrap:wrap}.cr-range{width:100%;accent-color:var(--red)}

/* channels enhancements */
.cr-channel-extra{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.cr-channel-extra .cr34-select{min-width:150px}.channel-card{position:relative}.cr-channel-fav{position:absolute;right:8px;top:8px;z-index:3;width:30px;height:30px;border:1px solid #ffffff1b;background:#080a0dd9;border-radius:50%;cursor:pointer;color:#8d98a8}.cr-channel-fav.active{color:#ffd45d}.cr-live-actions{display:flex;gap:7px;margin-left:auto}.cr-live-actions button{height:35px;border:1px solid #303640;background:#11151a;border-radius:8px;color:#dce1e7;cursor:pointer;padding:0 11px;font-size:11px;font-weight:700}
.cr-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cr-guide-channel{border:1px solid #252b33;border-radius:12px;background:#090c10;padding:12px}.cr-guide-channel h4{margin:0 0 9px}.cr-guide-program{padding:8px 0;border-top:1px solid #1c2128;display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px}.cr-guide-program time{font-size:10px;color:#7f8998}.cr-guide-program span{font-size:11px;color:#c2c9d3}

/* TV rail */
.cr-tv-rail{display:none;position:fixed;z-index:150;left:0;top:0;bottom:0;width:68px;background:linear-gradient(90deg,#050607f8,#050607c7,transparent);padding:82px 9px 18px;flex-direction:column;gap:9px}.cr-tv-rail button{width:48px;height:48px;border:1px solid transparent;background:transparent;border-radius:12px;color:#929baa;display:grid;place-items:center;cursor:pointer}.cr-tv-rail button svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.cr-tv-rail button:focus-visible{background:#fff;color:#0a0c0f;outline:none;transform:scale(1.06)}body.tv .cr-tv-rail{display:flex}body.tv .header{padding-left:84px!important}body.tv .page,body.tv .cr-page,body.tv .feature-page{padding-left:88px!important}body.tv .media-card:focus-visible .landscape{border-color:#fff!important;box-shadow:0 0 0 4px #ffffff25,0 14px 40px #000a;transform:scale(1.035)}body.tv button:focus-visible{outline:2px solid #fff;outline-offset:2px}

/* mobile nav */
.cr-mobile-nav{display:none;position:fixed;z-index:170;left:10px;right:10px;bottom:10px;height:61px;border:1px solid #2c323b;background:#090c10ee;border-radius:18px;box-shadow:0 14px 50px #000b;backdrop-filter:blur(18px);padding:5px}.cr-mobile-nav button{flex:1;border:0;background:transparent;border-radius:13px;color:#8e98a7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;font-weight:700}.cr-mobile-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}.cr-mobile-nav button.active{color:#fff;background:#ffffff0d}.cr-mobile-nav button.active svg{color:var(--red)}

/* diagnostics */
.cr-diag-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cr-diag-card{border:1px solid #252b33;background:#090c10;border-radius:12px;padding:13px}.cr-diag-card span{display:block;color:#7f8998;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.cr-diag-card strong{display:block;margin-top:6px;font-size:16px;word-break:break-word}.cr-code{white-space:pre-wrap;word-break:break-word;border:1px solid #252b33;background:#06080b;border-radius:12px;padding:12px;color:#9fb1cc;font:11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}

@media(max-width:1000px){.cr-results{grid-template-columns:repeat(3,minmax(0,1fr))}.cr-filters{grid-template-columns:1fr 1fr 1fr}.cr-profile-grid{grid-template-columns:repeat(3,1fr)}.cr-guide-grid{grid-template-columns:1fr}.cr-episode-drawer{width:90vw}}
@media(max-width:900px){
  body{padding-bottom:80px}.cr-mobile-nav{display:flex}body.tv .cr-mobile-nav{display:none}
  .cr-page{padding:78px 14px 92px}.cr-page-head h1{font-size:27px}.cr-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cr-filters{grid-template-columns:1fr 1fr}.cr-profile-grid{grid-template-columns:repeat(2,1fr)}.cr34-grid,.cr34-settings-row{grid-template-columns:1fr}.cr34-backdrop{padding:10px;align-items:flex-end}.cr34-modal{max-height:91vh;border-radius:18px 18px 0 0}.cr34-modal.wide{width:100%}
  .cr-player-bottom{padding:90px 15px 14px;display:block}.cr-player-info{max-width:100%;margin-bottom:12px}.cr-player-logo{max-width:210px;max-height:65px}.cr-player-title{font-size:21px}.cr-player-desc{display:none}.cr-player-actions{margin:0;justify-content:flex-start}.cr-player-action{height:39px;padding:0 10px}.cr-player-provider-badge{display:none}.cr-source-pop{right:12px;bottom:64px}.cr-episode-drawer{width:100vw}.cr-episode-drawer-body{padding:14px 11px 26px}.cr-episode-drawer .cr-episode-row,.cr-episode-row{grid-template-columns:128px minmax(0,1fr);min-height:96px;padding:9px 38px 9px 9px;gap:11px}.cr-episode-drawer .cr-ep-thumb,.cr-ep-thumb{width:128px}.cr-ep-title{font-size:12px}.cr-ep-overview{font-size:10px;-webkit-line-clamp:2;margin-top:5px}.cr-ep-runtime{font-size:9px;margin-top:4px}.cr-episode-search{width:min(100%,320px);flex:1;min-width:160px}.season-trigger{min-width:150px!important}.cr-episode-sort{flex:none}
  .cr-collection-layout{grid-template-columns:1fr}.cr-collection-sidebar{display:flex;overflow:auto;gap:6px;padding:7px}.cr-collection-link{width:auto;min-width:max-content;padding:0 12px}.cr-feature-hero{min-height:72vh}.cr-feature-copy{left:20px;right:20px;bottom:8%}.cr-feature-copy h2{font-size:34px}.cr-diag-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){.cr-filters{grid-template-columns:1fr}.cr-profile-grid{grid-template-columns:1fr 1fr}.cr-results{grid-template-columns:1fr 1fr}.cr-diag-grid{grid-template-columns:1fr}.cr-player-action span.cr-action-label{display:none}.cr-player-action{width:42px;padding:0;justify-content:center}.cr-player-action[data-cr-player-episodes]{width:auto;padding:0 10px}.cr-player-action[data-cr-player-episodes] span{display:inline}.cr-context-actions{grid-template-columns:1fr 1fr}}
.cr-channel-fav{display:grid;place-items:center}
.browse-icon.feature[data-feature="discover"] .square,
.browse-icon.feature[data-feature="surprise"] .square,
.browse-icon.feature[data-feature="coming"] .square,
.browse-icon.feature[data-feature="collections"] .square,
.browse-icon.feature[data-feature="new-episodes"] .square,
.browse-icon.feature[data-feature="calendar"] .square,
.browse-icon.feature[data-feature="cinema"] .square,
.browse-icon.feature[data-feature="diagnostics"] .square{font-size:18px!important;font-weight:800}
body.cr-kids-profile [data-page="movies"],body.cr-kids-profile [data-page="series"],body.cr-kids-profile [data-feature="channels"],body.cr-kids-profile [data-feature="4k"]{display:none!important}
.cr-player-timeline{position:absolute;z-index:9;left:28px;right:28px;bottom:76px;display:flex;align-items:center;gap:12px;pointer-events:auto}.cr-player-track{height:18px;flex:1;display:flex;align-items:center;cursor:pointer;position:relative}.cr-player-track:before{content:'';position:absolute;left:0;right:0;top:8px;height:3px;background:#ffffff3b;border-radius:999px}.cr-player-track-fill{position:absolute;left:0;top:8px;height:3px;width:0;background:var(--red);border-radius:999px}.cr-player-track-knob{position:absolute;top:4px;left:0;width:11px;height:11px;border-radius:50%;background:#fff;transform:translateX(-50%);box-shadow:0 1px 5px #000a}.cr-player-time{font-size:11px;color:#d4d8de;white-space:nowrap;font-variant-numeric:tabular-nums}
@media(max-width:900px){.cr-player-timeline{left:15px;right:15px;bottom:67px}.cr-player-bottom{padding-top:105px}}

