*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  background:#06080c;
  color:#fff;
  font-family:Arial,sans-serif;
}

body{
  padding-bottom:74px;
}

.app-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 16px 10px;
}

.logo{
  font-size:28px;
  font-weight:900;
  color:#ff0876;
}

.profile-btn{
  border:1px solid #292e37;
  width:42px;
  height:42px;
  border-radius:12px;
  background:#11141a;
  color:#fff;
}

.search-box{
  margin:5px 15px 13px;
  background:#12151b;
  border:1px solid #242932;
  padding:14px;
  border-radius:12px;
  color:#777e8a;
}

.category-scroll{
  display:flex;
  gap:22px;
  overflow-x:auto;
  white-space:nowrap;
  scrollbar-width:none;
  padding:0 15px 11px;
  border-bottom:1px solid #1d2128;
}

.category-scroll::-webkit-scrollbar{
  display:none;
}

.category-btn{
  border:0;
  background:none;
  color:#aaaeb7;
  padding:8px 0;
  font-weight:700;
  white-space:nowrap;
}

.category-btn.active{
  color:#ff0876;
  border-bottom:2px solid #ff0876;
}

.banner-wrap{
  padding:13px 14px 5px;
  overflow:hidden;
}

.banner-scroll{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:9px;
  scrollbar-width:none;
}

.banner-scroll::-webkit-scrollbar{
  display:none;
}

.banner{
  min-width:100%;
  aspect-ratio:16/7;
  border-radius:14px;
  overflow:hidden;
  scroll-snap-align:start;
  background:#151820;
}

.banner img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.section{
  margin-top:17px;
}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 14px 10px;
}

.section-title{
  font-size:18px;
  font-weight:800;
}

.show-all{
  border:0;
  background:none;
  color:#ff0876;
  font-weight:700;
}

.video-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  padding:0 12px;
}

.video-card{
  min-width:0;
}

.thumb-wrap{
  position:relative;
  aspect-ratio:3/4;
  border-radius:10px;
  overflow:hidden;
  background:#131720;
  border:1px solid #252a34;
}

.thumb-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lock-badge{
  position:absolute;
  right:6px;
  top:6px;
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(0,0,0,.7);
  font-size:13px;
}

.card-title{
  font-size:12px;
  font-weight:700;
  padding-top:6px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.bottom-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  height:68px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(8,10,14,.97);
  border-top:1px solid #20242c;
  z-index:100;
}

.bottom-nav button{
  border:0;
  background:none;
  color:#8d939e;
  font-size:11px;
}

.bottom-nav button span{
  display:block;
  font-size:22px;
  margin-bottom:4px;
}

.loading,
.empty-state{
  padding:50px 20px;
  text-align:center;
  color:#777e89;
}

.modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.76);
  z-index:500;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.modal.open{
  display:flex;
}

.modal-card{
  background:#11151b;
  border:1px solid #2a3039;
  width:100%;
  max-width:420px;
  border-radius:20px;
  padding:20px;
  max-height:90vh;
  overflow:auto;
}

.modal-card input{
  width:100%;
  padding:13px;
  margin-top:10px;
  border-radius:11px;
  border:1px solid #2d323c;
  background:#090c11;
  color:#fff;
}

.primary-btn{
  width:100%;
  border:0;
  margin-top:12px;
  padding:13px;
  border-radius:11px;
  background:#ff0876;
  color:#fff;
  font-weight:800;
}

.secondary-btn{
  width:100%;
  border:1px solid #303640;
  margin-top:10px;
  padding:12px;
  border-radius:11px;
  background:#171b22;
  color:#fff;
}

.plan-card{
  border:1px solid #2a3039;
  border-radius:13px;
  padding:15px;
  margin-bottom:10px;
}

.plan-name{
  font-size:17px;
  font-weight:800;
}

.plan-price{
  font-size:22px;
  font-weight:900;
  color:#ff0876;
  margin-top:7px;
}

@media(min-width:700px){
  #app{
    max-width:1100px;
    margin:auto;
  }

  .video-row{
    grid-template-columns:repeat(6,1fr);
  }

  .bottom-nav{
    max-width:1100px;
    margin:auto;
  }
}

.tv-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:0 14px 20px;
}

.tv-card{
  background:#11151b;
  border:1px solid #262b34;
  border-radius:14px;
  padding:12px;
  text-align:center;
  cursor:pointer;
}

.tv-logo{
  width:72px;
  height:72px;
  max-width:100%;
  border-radius:14px;
  object-fit:contain;
  background:#fff;
  margin:auto;
}

.tv-name{
  margin-top:9px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media(max-width:380px){
  .tv-grid{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .tv-logo{
    width:60px;
    height:60px;
  }
}

.player-modal{
  position:fixed;
  inset:0;
  z-index:900;
  background:#000;
  display:none;
  flex-direction:column;
}

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

.player-top{
  height:55px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  background:#080a0e;
}

.player-title{
  font-weight:700;
  font-size:14px;
}

.player-close{
  border:0;
  background:#191d24;
  color:#fff;
  border-radius:9px;
  padding:8px 12px;
}

.player-body{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.player-body video,
.player-body iframe{
  width:100%;
  height:100%;
  border:0;
  background:#000;
}

.video-card{
  transition:transform .16s ease;
}

.video-card:active{
  transform:scale(.97);
}

.thumb-wrap{
  box-shadow:0 6px 18px rgba(0,0,0,.22);
}

.section-head{
  margin-top:2px;
}

.show-all{
  font-size:12px;
}

.category-scroll{
  position:sticky;
  top:0;
  z-index:30;
  background:#06080c;
  padding-top:4px;
}

.banner img{
  display:block;
}

@media(max-width:480px){
  .video-row{
    gap:7px;
  }

  .card-title{
    font-size:11px;
  }
}

/* Larger premium content cards */

.video-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 12px;
}

.thumb-wrap{
  aspect-ratio:3/4;
  border-radius:12px;
}

.card-title{
  font-size:13px;
  padding-top:7px;
}

.lock-badge{
  display:none !important;
}

@media(max-width:390px){
  .video-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
}

@media(min-width:700px){
  .video-row{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}

#mainContent{
  transition:filter .25s ease, opacity .25s ease;
}

body.access-guest #mainContent{
  filter:blur(5px);
  opacity:.72;
  pointer-events:none;
  user-select:none;
}

body.access-free #mainContent{
  filter:blur(3px);
  opacity:.82;
  pointer-events:none;
  user-select:none;
}

body.access-premium #mainContent{
  filter:none;
  opacity:1;
  pointer-events:auto;
}

.access-gate{
  position:fixed;
  inset:0;
  z-index:450;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(5,7,10,.18);
}

.access-gate.open{
  display:flex;
}

.access-card{
  width:100%;
  max-width:390px;
  background:rgba(15,18,24,.97);
  border:1px solid #2c323c;
  border-radius:22px;
  padding:22px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.access-logo{
  font-size:25px;
  font-weight:900;
  color:#ff0876;
  text-align:center;
}

.access-title{
  font-size:22px;
  font-weight:900;
  text-align:center;
  margin-top:16px;
}

.access-text{
  color:#9aa0aa;
  font-size:14px;
  line-height:1.55;
  text-align:center;
  margin-top:9px;
}

.access-plan-list{
  margin-top:15px;
  max-height:42vh;
  overflow:auto;
}

.modal{
  z-index:700;
}

.player-modal{
  z-index:900;
}

/* FINAL LARGE MOBILE VIDEO CARDS */
.video-row{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  padding:0 14px !important;
}

.thumb-wrap{
  width:100%;
  aspect-ratio:3/4 !important;
  border-radius:14px !important;
}

.card-title{
  font-size:14px !important;
  line-height:1.3;
  margin-top:2px;
}

@media(min-width:700px){
  .video-row{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

body.access-guest #mainContent,
body.access-guest .category-scroll,
body.access-guest .app-header{
  filter:blur(6px) !important;
  opacity:.68 !important;
  pointer-events:none !important;
  user-select:none !important;
}

body.access-free #mainContent,
body.access-free .category-scroll,
body.access-free .app-header{
  filter:blur(4px) !important;
  opacity:.76 !important;
  pointer-events:none !important;
  user-select:none !important;
}

body.access-premium #mainContent,
body.access-premium .category-scroll,
body.access-premium .app-header{
  filter:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.access-gate{
  backdrop-filter:none;
}

.access-card{
  box-shadow:
    0 24px 80px rgba(0,0,0,.65),
    0 0 0 1px rgba(255,255,255,.03);
}

/* Guest/free background can scroll, but gate stays active */
body.access-guest #mainContent,
body.access-guest .category-scroll,
body.access-guest .app-header,
body.access-free #mainContent,
body.access-free .category-scroll,
body.access-free .app-header{
  pointer-events:auto !important;
}

.access-gate{
  pointer-events:none !important;
}

.access-card{
  pointer-events:auto !important;
}

.access-gate{
  z-index:450 !important;
}

.modal{
  z-index:1200 !important;
}

.modal.open{
  display:flex !important;
}

/* Softer background blur */
body.access-guest #mainContent,
body.access-guest .category-scroll,
body.access-guest .app-header{
  filter:blur(3.5px) !important;
  opacity:.82 !important;
}

body.access-free #mainContent,
body.access-free .category-scroll,
body.access-free .app-header{
  filter:blur(2.5px) !important;
  opacity:.88 !important;
}

/* Pretty device-locked notice */
.access-title{
  line-height:1.2;
}

.access-text{
  font-size:15px;
  line-height:1.7;
}

.access-card{
  background:linear-gradient(180deg, rgba(14,17,24,.98), rgba(10,12,18,.98));
  border:1px solid rgba(255,255,255,.08);
}

.access-card .primary-btn,
.access-card .secondary-btn{
  width:100%;
  margin-top:12px;
}

/* FINAL BANNER SLIDER */
.banner-wrap{
  position:relative;
  padding:14px 14px 4px;
}

.banner-scroll{
  display:flex;
  gap:0;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  border-radius:16px;
}

.banner-scroll::-webkit-scrollbar{
  display:none;
}

.banner{
  position:relative;
  flex:0 0 100%;
  width:100%;
  aspect-ratio:16/7;
  border-radius:16px;
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  background:#0f1218;
}

.banner img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  background:#0a0c10;
}

.banner-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:10px;
}

.banner-dot{
  width:8px;
  height:8px;
  border:0;
  padding:0;
  border-radius:999px;
  background:#454b56;
  transition:.2s ease;
}

.banner-dot.active{
  width:22px;
  background:#ff0876;
}

.hd-badge{
  position:absolute;
  top:7px;
  right:7px;
  z-index:4;
  padding:4px 7px;
  border-radius:7px;
  background:rgba(0,0,0,.72);
  border:1px solid rgba(255,255,255,.8);
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
  backdrop-filter:blur(5px);
}

/* Premium auto banner slider */

.banner-wrap{
  padding:14px 14px 6px;
}

.banner-scroll{
  display:flex;
  overflow-x:auto;
  gap:0;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  border-radius:16px;
}

.banner-scroll::-webkit-scrollbar{
  display:none;
}

.banner{
  min-width:100%;
  width:100%;
  aspect-ratio:16/7;
  scroll-snap-align:start;
  overflow:hidden;
  border-radius:16px;
  background:#0d1015;
}

.banner img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.banner-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:10px;
}

.banner-dot{
  width:8px;
  height:8px;
  border:0;
  border-radius:50%;
  background:#3d424c;
  padding:0;
  transition:.2s ease;
}

.banner-dot.active{
  width:22px;
  border-radius:20px;
  background:#ff0876;
}

@media(max-width:480px){
  .banner{
    aspect-ratio:16/7.2;
  }
}

/* =========================================================
   ZOORVIX FINAL BANNER DESIGN
========================================================= */

.banner-wrap{
  width:100%;
  padding:14px 14px 5px !important;
  overflow:hidden;
}

.banner-scroll{
  width:100%;
  display:flex !important;

  gap:0 !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;

  scroll-snap-type:x mandatory !important;
  scroll-behavior:smooth !important;

  border-radius:16px;

  scrollbar-width:none;

  -webkit-overflow-scrolling:touch;
}

.banner-scroll::-webkit-scrollbar{
  display:none;
}

.banner{
  position:relative;

  flex:0 0 100% !important;
  min-width:100% !important;
  width:100% !important;

  aspect-ratio:16 / 7 !important;

  overflow:hidden;

  border-radius:16px !important;

  scroll-snap-align:start;
  scroll-snap-stop:always;

  background:#10131a;
}

.banner img{
  position:absolute;
  inset:0;

  display:block;

  width:100% !important;
  height:100% !important;

  object-fit:cover !important;
  object-position:center center !important;

  border-radius:16px;
}

.banner-dots{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:7px;

  padding-top:10px;
}

.banner-dot{
  appearance:none;
  -webkit-appearance:none;

  width:8px;
  height:8px;

  padding:0;
  margin:0;

  border:0;
  border-radius:50px;

  background:#3a3f49;

  transition:
    width .25s ease,
    background .25s ease,
    transform .25s ease;
}

.banner-dot.active{
  width:24px;

  background:#ff0876;

  box-shadow:
    0 0 12px rgba(255,8,118,.45);
}

@media(max-width:480px){

  .banner-wrap{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .banner{
    aspect-ratio:16 / 7.3 !important;
  }

}

/* =========================================================
   AUTOMATIC HD BADGE
========================================================= */

.thumb-wrap{
  position:relative !important;
}

.thumb-wrap::after{
  content:"HD";

  position:absolute;
  top:7px;
  right:7px;

  z-index:8;

  display:flex;
  align-items:center;
  justify-content:center;

  min-width:27px;
  height:22px;

  padding:0 5px;

  border:1.5px solid rgba(255,255,255,.92);
  border-radius:6px;

  background:rgba(5,7,10,.68);

  color:#fff;

  font-size:10px;
  font-weight:900;
  line-height:1;

  letter-spacing:.4px;

  box-shadow:
    0 2px 8px rgba(0,0,0,.35);

  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);

  pointer-events:none;
}

/* FINAL BANNER FULL-FIT FIX */

.banner-wrap{
  width:100%;
  padding:12px !important;
  overflow:hidden;
}

.banner-scroll{
  width:100%;
  border-radius:14px;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  display:flex !important;
  gap:0 !important;
}

.banner{
  flex:0 0 100% !important;
  min-width:100% !important;
  width:100% !important;

  aspect-ratio:16 / 7 !important;

  background:#090b10 !important;

  border-radius:14px !important;
  overflow:hidden !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.banner img{
  position:static !important;

  width:100% !important;
  height:100% !important;

  object-fit:contain !important;
  object-position:center !important;

  display:block !important;

  border-radius:14px !important;

  background:#090b10 !important;
}

/* Mobile */
@media(max-width:480px){

  .banner-wrap{
    padding:10px 12px 5px !important;
  }

  .banner{
    aspect-ratio:16 / 7 !important;
  }

}

/* FINAL EDGE-TO-EDGE BANNER FIT */

.banner-wrap{
  width:100%;
  padding:10px 12px 6px !important;
  overflow:hidden;
}

.banner-scroll{
  width:100%;
  display:flex !important;
  gap:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  border-radius:14px !important;
}

.banner{
  flex:0 0 100% !important;
  min-width:100% !important;
  width:100% !important;

  aspect-ratio:16 / 7 !important;

  position:relative !important;
  overflow:hidden !important;

  border-radius:14px !important;
  background:transparent !important;
}

.banner img{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  object-fit:cover !important;
  object-position:center center !important;

  display:block !important;

  border-radius:14px !important;
  background:transparent !important;
}

@media(max-width:480px){
  .banner{
    aspect-ratio:16 / 7.4 !important;
  }
}

/* =========================================================
   ZOORVIX PREMIUM NO-CROP BANNER
   Full image visible + no black side gaps
========================================================= */

.banner-wrap{
  width:100%;
  padding:10px 12px 5px !important;
  overflow:hidden;
}

.banner-scroll{
  width:100%;
  display:flex !important;
  gap:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x mandatory !important;
  border-radius:16px !important;
}

.banner{
  position:relative !important;

  flex:0 0 100% !important;
  min-width:100% !important;
  width:100% !important;

  aspect-ratio:16 / 7 !important;

  overflow:hidden !important;
  border-radius:16px !important;

  background:#090b10 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  scroll-snap-align:start !important;
}

/* blurred copy fills unused area */
.banner::before{
  content:"";

  position:absolute;
  inset:-18px;

  background-image:var(--banner-bg);
  background-size:cover;
  background-position:center;

  filter:blur(18px);
  transform:scale(1.08);

  opacity:.72;

  z-index:0;
}

/* dark overlay keeps it premium */
.banner::after{
  content:"";

  position:absolute;
  inset:0;

  background:rgba(0,0,0,.10);

  z-index:1;

  pointer-events:none;
}

/* actual banner - NEVER CROP */
.banner img{
  position:relative !important;
  z-index:2 !important;

  width:100% !important;
  height:100% !important;

  object-fit:contain !important;
  object-position:center center !important;

  display:block !important;

  border-radius:14px !important;

  background:transparent !important;
}

@media(max-width:480px){

  .banner{
    aspect-ratio:16 / 7.2 !important;
  }

}

/* =========================================================
   ZOORVIX TRUE FULL IMAGE BANNER
   NO CROP / NO BLACK GAP / NO BLUR SIDE
========================================================= */

.banner-wrap{
  width:100% !important;
  padding:10px 12px 5px !important;
  overflow:hidden !important;
}

.banner-scroll{
  width:100% !important;

  display:flex !important;
  align-items:flex-start !important;

  gap:0 !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;

  scroll-snap-type:x mandatory !important;
  scroll-behavior:smooth !important;

  border-radius:16px !important;

  scrollbar-width:none !important;

  transition:height .3s ease !important;
}

.banner-scroll::-webkit-scrollbar{
  display:none !important;
}

.banner{
  flex:0 0 100% !important;

  width:100% !important;
  min-width:100% !important;

  height:auto !important;
  aspect-ratio:auto !important;

  padding:0 !important;
  margin:0 !important;

  overflow:hidden !important;

  border-radius:16px !important;

  background:transparent !important;

  scroll-snap-align:start !important;
  scroll-snap-stop:always !important;
}

/* remove previous fake/blur background */
.banner::before,
.banner::after{
  display:none !important;
  content:none !important;
}

.banner img{
  position:static !important;

  display:block !important;

  width:100% !important;
  max-width:100% !important;

  height:auto !important;
  max-height:none !important;

  object-fit:unset !important;

  border-radius:16px !important;

  padding:0 !important;
  margin:0 !important;

  background:transparent !important;
}

/* =========================================================
   COMPACT TOP HEADER
========================================================= */

.app-header{
  min-height:0 !important;
  padding:10px 14px 6px !important;
  margin:0 !important;
}

.logo{
  font-size:22px !important;
  line-height:1 !important;
  font-weight:900 !important;
  margin:0 !important;
}

.profile-btn{
  display:none !important;
}

.category-scroll{
  padding:
    2px 14px 8px !important;

  margin:0 !important;

  gap:20px !important;
}

.category-btn{
  padding:
    7px 0 !important;

  font-size:14px !important;
}

@media(max-width:480px){

  .app-header{
    padding:
      9px 13px 5px !important;
  }

  .logo{
    font-size:21px !important;
  }

  .category-scroll{
    padding:
      1px 13px 7px !important;
  }

}

/* =========================================================
   ZOORVIX PREMIUM VIDEO PLAYER
========================================================= */

.player-modal{
  position:fixed;
  inset:0;
  z-index:1600;
  background:#000;
  display:none;
}

.player-modal.open{
  display:block;
}

.premium-player-shell{
  width:100%;
  height:100%;
  background:#000;
}

.player-video-area{
  position:relative;
  width:100%;
  height:100%;
  background:#000;
  overflow:hidden;
}

.player-video-host{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.player-video-host video{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#000;
}

.player-controls-layer{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.72),
      transparent 24%,
      transparent 68%,
      rgba(0,0,0,.82)
    );
  opacity:1;
  transition:opacity .25s ease;
}

.player-controls-layer.hidden{
  opacity:0;
  pointer-events:none;
}

.player-topbar{
  display:flex;
  align-items:center;
  gap:10px;
  padding:
    max(12px,env(safe-area-inset-top))
    14px
    10px;
}

.player-title{
  flex:1;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.player-icon-btn{
  width:42px;
  height:42px;
  border:0;
  border-radius:12px;
  background:rgba(20,22,28,.8);
  color:#fff;
  font-size:22px;
}

.player-center-controls{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
}

.play-main-btn{
  width:68px;
  height:68px;
  border:0;
  border-radius:50%;
  background:#ff0876;
  color:#fff;
  font-size:28px;
  box-shadow:
    0 0 30px rgba(255,8,118,.45);
}

.seek-btn{
  width:56px;
  height:56px;
  border:0;
  border-radius:50%;
  background:rgba(14,16,21,.72);
  color:#fff;
  font-size:21px;
  position:relative;
}

.seek-btn span{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:800;
}

.player-bottom-controls{
  padding:
    12px
    14px
    max(14px,env(safe-area-inset-bottom));
}

.seek-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:#eee;
}

#playerSeek{
  width:100%;
  accent-color:#ff0876;
}

.player-nav-row{
  display:flex;
  gap:10px;
  margin-top:13px;
}

.nav-video-btn{
  flex:1;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(20,22,28,.8);
  color:#fff;
  border-radius:12px;
  padding:11px;
  font-weight:700;
}

@media(orientation:landscape){

  .player-topbar{
    padding-top:8px;
  }

  .player-bottom-controls{
    padding-bottom:8px;
  }

}

/* =========================================================
   PLAYER PAGE - NOT FULLSCREEN BY DEFAULT
========================================================= */

.player-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:1600 !important;

  background:#07090d !important;

  display:none;

  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch;
}

.player-modal.open{
  display:block !important;
}

.premium-player-shell{
  width:100% !important;
  min-height:100% !important;
  height:auto !important;

  background:#07090d !important;
}

.player-video-area{
  position:relative !important;

  width:100% !important;
  height:auto !important;

  aspect-ratio:16 / 9 !important;

  background:#000 !important;

  overflow:hidden !important;
}

.player-video-host{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  background:#000 !important;
}

.player-video-host video{
  width:100% !important;
  height:100% !important;

  object-fit:contain !important;

  background:#000 !important;
}

/* controls only stay over video */
.player-controls-layer{
  position:absolute !important;
  inset:0 !important;

  height:100% !important;

  z-index:10 !important;
}

/* category/video section below player */
.player-content-area{
  width:100%;

  padding-bottom:
    calc(80px + env(safe-area-inset-bottom));

  background:#07090d;
}

.player-category-scroll{
  position:sticky;
  top:0;

  z-index:20;

  display:flex;

  gap:24px;

  overflow-x:auto;

  padding:14px 14px 10px;

  background:
    rgba(7,9,13,.96);

  border-bottom:
    1px solid rgba(255,255,255,.07);

  scrollbar-width:none;

  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.player-category-scroll::-webkit-scrollbar{
  display:none;
}

.player-category-btn{
  flex:0 0 auto;

  border:0;

  padding:8px 0;

  background:transparent;

  color:#9ca1ad;

  font-size:14px;
  font-weight:800;

  white-space:nowrap;

  border-bottom:
    3px solid transparent;
}

.player-category-btn.active{
  color:#ff0876;

  border-bottom-color:#ff0876;
}

.player-video-section{
  padding:14px;
}

.player-section-title{
  margin:0 0 13px;

  color:#fff;

  font-size:21px;
  font-weight:900;
}

.player-video-grid{
  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:14px 12px;
}

.player-related-card{
  min-width:0;

  cursor:pointer;
}

.player-related-thumb{
  position:relative;

  width:100%;

  aspect-ratio:3 / 4;

  overflow:hidden;

  border-radius:13px;

  background:#11141b;
}

.player-related-thumb img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
}

.player-related-thumb::after{
  content:"HD";

  position:absolute;
  top:7px;
  right:7px;

  min-width:27px;
  height:21px;

  padding:0 5px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:
    1.5px solid rgba(255,255,255,.9);

  border-radius:6px;

  background:
    rgba(5,7,10,.7);

  color:#fff;

  font-size:10px;
  font-weight:900;
}

.player-related-title{
  margin-top:7px;

  color:#fff;

  font-size:13px;
  font-weight:700;

  overflow:hidden;

  display:-webkit-box;

  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

@media(min-width:700px){

  .player-video-area{
    max-height:70vh;
  }

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

}

/* =========================================================
   FINAL PREMIUM PLAYER LAYOUT
========================================================= */

.player-modal{
  background:#06080c !important;
}

.premium-player-shell{
  min-height:100vh !important;
  background:#06080c !important;
}

/* Player takes roughly half mobile screen */
.player-video-area{
  width:100% !important;

  height:48vh !important;
  min-height:320px !important;
  max-height:520px !important;

  aspect-ratio:auto !important;

  background:#000 !important;

  border-radius:0 0 20px 20px !important;

  box-shadow:
    0 12px 35px rgba(0,0,0,.45) !important;
}

.player-video-host{
  background:#000 !important;
}

.player-video-host video{
  width:100% !important;
  height:100% !important;

  object-fit:contain !important;

  background:#000 !important;
}

/* remove category bar */
.player-category-scroll{
  display:none !important;
}

/* content directly below player */
.player-content-area{
  padding-top:0 !important;
}

.player-video-section{
  padding:18px 14px 100px !important;
}

.player-section-title{
  font-size:20px !important;
  margin-bottom:14px !important;
}

/* related videos */
.player-video-grid{
  display:grid !important;
  grid-template-columns:
    repeat(2,minmax(0,1fr)) !important;

  gap:16px 12px !important;
}

.player-related-thumb{
  aspect-ratio:3 / 4 !important;
  border-radius:14px !important;

  box-shadow:
    0 6px 20px rgba(0,0,0,.28);
}

.player-related-title{
  font-size:13px !important;
  margin-top:7px !important;
}

/* active/current video */
.player-related-card.current-playing{
  opacity:.82;
}

.player-related-card.current-playing
.player-related-thumb{
  outline:
    2px solid #ff0876;

  outline-offset:2px;
}

/* more premium controls */
.player-controls-layer{
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.12) 28%,
      rgba(0,0,0,.08) 55%,
      rgba(0,0,0,.85) 100%
    ) !important;
}

.player-topbar{
  padding:
    max(12px,env(safe-area-inset-top))
    14px
    10px !important;
}

.player-icon-btn{
  background:
    rgba(12,14,19,.72) !important;

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);

  border:
    1px solid rgba(255,255,255,.10) !important;
}

.play-main-btn{
  width:70px !important;
  height:70px !important;

  background:#ff0876 !important;

  box-shadow:
    0 0 35px rgba(255,8,118,.48) !important;
}

.seek-btn{
  width:58px !important;
  height:58px !important;

  background:
    rgba(10,12,16,.68) !important;

  border:
    1px solid rgba(255,255,255,.10) !important;
}

.player-bottom-controls{
  padding:
    14px
    14px
    max(16px,env(safe-area-inset-bottom))
    !important;
}

.nav-video-btn{
  min-height:44px;

  background:
    rgba(18,20,26,.82) !important;

  border:
    1px solid rgba(255,255,255,.12) !important;

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

@media(max-width:480px){

  .player-video-area{
    height:46vh !important;
    min-height:300px !important;
  }

}

@media(orientation:landscape){

  .player-video-area{
    height:100vh !important;
    max-height:none !important;
  }

}

/* =========================================================
   PLAYER BACK BUTTON ALWAYS VISIBLE
========================================================= */

.player-topbar{
  pointer-events:none !important;
}

.player-back-btn{
  position:absolute !important;

  top:max(12px,env(safe-area-inset-top)) !important;
  left:12px !important;

  z-index:50 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:44px !important;
  height:44px !important;

  border-radius:14px !important;

  background:rgba(10,12,17,.78) !important;

  color:#fff !important;

  font-size:25px !important;
  font-weight:700 !important;

  border:1px solid rgba(255,255,255,.13) !important;

  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);

  box-shadow:
    0 6px 20px rgba(0,0,0,.35) !important;

  opacity:1 !important;
  visibility:visible !important;

  pointer-events:auto !important;
}

/* Even when normal controls hide, back button stays */
.player-controls-layer.hidden
.player-back-btn{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

/* Allow the back button to remain clickable */
.player-controls-layer.hidden{
  pointer-events:none;
}

.player-controls-layer.hidden
.player-back-btn{
  pointer-events:auto !important;
}

/* =========================================================
   ZOORVIX PREMIUM BOTTOM NAV
========================================================= */

.bottom-nav{
  position:fixed !important;

  left:0 !important;
  right:0 !important;
  bottom:0 !important;

  z-index:1200 !important;

  height:
    calc(
      76px +
      env(safe-area-inset-bottom)
    ) !important;

  padding:
    8px 10px
    env(safe-area-inset-bottom)
    !important;

  display:grid !important;
  grid-template-columns:
    repeat(4,1fr) !important;

  align-items:center !important;

  background:
    rgba(10,12,17,.94) !important;

  border-top:
    1px solid
    rgba(255,255,255,.08) !important;

  box-shadow:
    0 -10px 35px
    rgba(0,0,0,.35) !important;

  backdrop-filter:
    blur(18px) saturate(140%);

  -webkit-backdrop-filter:
    blur(18px) saturate(140%);
}

.bottom-nav-item{
  position:relative;

  border:0 !important;
  outline:0 !important;

  background:transparent !important;

  color:#7f8795 !important;

  height:58px;

  padding:5px 2px !important;

  display:flex !important;
  flex-direction:column !important;

  align-items:center !important;
  justify-content:center !important;

  gap:4px !important;

  border-radius:15px !important;

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.bottom-nav-icon{
  position:relative;

  width:27px;
  height:27px;

  display:flex;
  align-items:center;
  justify-content:center;
}

.bottom-nav-icon svg{
  width:25px;
  height:25px;

  fill:none;

  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;

  transition:
    transform .2s ease,
    filter .2s ease;
}

.bottom-nav-label{
  font-size:11px !important;
  line-height:1 !important;

  font-weight:700 !important;

  letter-spacing:.1px;
}

/* ACTIVE */

.bottom-nav-item.active{
  color:#ff0876 !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,8,118,.14),
      rgba(255,8,118,.035)
    ) !important;
}

.bottom-nav-item.active::before{
  content:"";

  position:absolute;

  top:-8px;
  left:50%;

  width:24px;
  height:3px;

  transform:translateX(-50%);

  border-radius:20px;

  background:#ff0876;

  box-shadow:
    0 0 14px
    rgba(255,8,118,.85);
}

.bottom-nav-item.active
.bottom-nav-icon svg{
  transform:scale(1.08);

  filter:
    drop-shadow(
      0 0 7px
      rgba(255,8,118,.65)
    );
}

.bottom-nav-item:active{
  transform:scale(.94);
}

/* Make filled crown/home parts look premium */

.bottom-nav-item[data-nav="premium"]
.bottom-nav-icon svg path:first-child{
  fill:currentColor;
  fill-opacity:.10;
}

.bottom-nav-item[data-nav="home"]
.bottom-nav-icon svg path{
  fill:currentColor;
  fill-opacity:.06;
}

@media(max-width:480px){

  .bottom-nav{
    height:
      calc(
        72px +
        env(safe-area-inset-bottom)
      ) !important;

    padding-top:6px !important;
  }

  .bottom-nav-item{
    height:56px;
  }

  .bottom-nav-icon{
    width:26px;
    height:26px;
  }

  .bottom-nav-icon svg{
    width:24px;
    height:24px;
  }

  .bottom-nav-label{
    font-size:10.5px !important;
  }

}

/* =========================================================
   ZOORVIX PREMIUM PLANS - TALL CLEAN SHEET
========================================================= */

/* Main plans modal/container */
.plan-modal,
.premium-modal,
.subscription-modal,
.plans-modal{
  align-items:flex-end !important;
  padding:0 !important;
  background:rgba(0,0,0,.58) !important;
}

/* Actual sheet/card */
.plan-modal .modal-card,
.premium-modal .modal-card,
.subscription-modal .modal-card,
.plans-modal .modal-card,
.premium-plans-card,
.subscription-card,
.plans-card{
  width:100% !important;
  max-width:100% !important;

  height:88vh !important;
  max-height:88vh !important;

  margin:0 !important;

  border-radius:24px 24px 0 0 !important;

  padding:14px 14px 18px !important;

  background:
    linear-gradient(
      180deg,
      #0d1118 0%,
      #080b10 100%
    ) !important;

  border:
    1px solid rgba(255,255,255,.08) !important;

  box-shadow:
    0 -12px 50px rgba(0,0,0,.55) !important;

  overflow-y:auto !important;
  overflow-x:hidden !important;

  -webkit-overflow-scrolling:touch;
}

/* top area smaller */
.premium-plans-card h1,
.premium-plans-card h2,
.subscription-card h1,
.subscription-card h2,
.plans-card h1,
.plans-card h2{
  margin:
    4px 0 6px !important;

  font-size:24px !important;
  line-height:1.15 !important;
  text-align:center !important;
}

.premium-plans-card .subtitle,
.subscription-card .subtitle,
.plans-card .subtitle,
.premium-plans-card p,
.subscription-card p,
.plans-card p{
  margin:
    0 auto 10px !important;

  max-width:520px;

  font-size:14px !important;
  line-height:1.45 !important;

  text-align:center !important;

  color:#9ca3af !important;
}

/* remove oversized decorative spacing */
.premium-plans-card hr,
.subscription-card hr,
.plans-card hr{
  margin:
    10px 0 12px !important;

  border:0 !important;
  height:2px !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      #ff0876,
      transparent
    ) !important;
}

/* individual plan cards */
.plan-card,
.subscription-plan,
.premium-plan{
  padding:14px !important;

  margin-bottom:10px !important;

  border-radius:16px !important;

  background:
    rgba(15,18,25,.88) !important;

  border:
    1px solid rgba(255,255,255,.09) !important;

  box-shadow:none !important;
}

/* plan title */
.plan-card h3,
.subscription-plan h3,
.premium-plan h3{
  margin:
    0 0 4px !important;

  font-size:18px !important;
  line-height:1.2 !important;
}

/* plan price */
.plan-price,
.plan-card .price,
.subscription-plan .price,
.premium-plan .price{
  margin:
    2px 0 10px !important;

  color:#ff0876 !important;

  font-size:26px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

/* buy button */
.plan-card button,
.subscription-plan button,
.premium-plan button,
.buy-plan-btn{
  width:100% !important;

  min-height:46px !important;

  padding:11px 14px !important;

  margin-top:4px !important;

  border:0 !important;
  border-radius:13px !important;

  background:
    linear-gradient(
      90deg,
      #ff0876,
      #ff0b74
    ) !important;

  color:#fff !important;

  font-size:15px !important;
  font-weight:800 !important;
}

/* Back button smaller and cleaner */
.premium-plans-card .back-btn,
.subscription-card .back-btn,
.plans-card .back-btn,
.plan-back-btn{
  min-height:44px !important;

  margin-top:10px !important;

  background:#151a21 !important;

  border:
    1px solid rgba(255,255,255,.08) !important;

  border-radius:13px !important;

  color:#fff !important;
}

/* scrollbar */
.premium-plans-card::-webkit-scrollbar,
.subscription-card::-webkit-scrollbar,
.plans-card::-webkit-scrollbar{
  width:4px;
}

.premium-plans-card::-webkit-scrollbar-thumb,
.subscription-card::-webkit-scrollbar-thumb,
.plans-card::-webkit-scrollbar-thumb{
  background:#333945;
  border-radius:10px;
}

@media(max-width:480px){

  .plan-modal .modal-card,
  .premium-modal .modal-card,
  .subscription-modal .modal-card,
  .plans-modal .modal-card,
  .premium-plans-card,
  .subscription-card,
  .plans-card{
    height:90vh !important;
    max-height:90vh !important;

    padding:
      12px 12px 16px !important;
  }

  .premium-plans-card h1,
  .premium-plans-card h2,
  .subscription-card h1,
  .subscription-card h2,
  .plans-card h1,
  .plans-card h2{
    font-size:22px !important;
  }

  .plan-card,
  .subscription-plan,
  .premium-plan{
    padding:13px !important;
    margin-bottom:9px !important;
  }

}

/* =========================================================
   ZOORVIX PREMIUM PAGE — FINAL COMPACT DESIGN
========================================================= */

.zoorvix-premium-final{
  position:fixed !important;

  left:0 !important;
  right:0 !important;
  top:0 !important;

  bottom:
    calc(72px + env(safe-area-inset-bottom))
    !important;

  z-index:900 !important;

  width:100% !important;
  max-width:none !important;

  height:auto !important;
  max-height:none !important;

  margin:0 !important;
  padding:
    max(14px,env(safe-area-inset-top))
    14px
    26px !important;

  border:0 !important;
  border-radius:0 !important;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255,0,110,.13),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #080a10 0%,
      #080a0f 100%
    ) !important;

  box-shadow:none !important;

  overflow-y:auto !important;
  overflow-x:hidden !important;

  -webkit-overflow-scrolling:touch;

  scrollbar-width:none;
}

.zoorvix-premium-final::-webkit-scrollbar{
  display:none;
}

/* remove oversized outer modal look */
.zoorvix-premium-final > div{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

/* TOP AREA — much smaller */
.zoorvix-premium-final h1,
.zoorvix-premium-final h2{
  margin:
    4px 0 5px !important;

  line-height:1.12 !important;
}

.zoorvix-premium-final h1{
  font-size:27px !important;
}

.zoorvix-premium-final h2{
  font-size:22px !important;
}

/* Main pink title */
.zoorvix-premium-final
*:has(> .zoorvix-plan-card){
  max-width:720px;
}

/* intro text */
.zoorvix-premium-final p{
  margin:
    5px auto 10px !important;

  line-height:1.45 !important;

  font-size:13px !important;

  color:#a9aeba !important;
}

/* =========================================================
   PLAN CARD
========================================================= */

.zoorvix-plan-card{
  position:relative !important;

  display:grid !important;

  grid-template-columns:
    minmax(0,1fr)
    150px !important;

  align-items:center !important;

  gap:12px !important;

  width:100% !important;

  min-height:105px !important;
  height:auto !important;

  margin:
    0 0 10px !important;

  padding:
    13px 14px !important;

  border:
    1px solid rgba(128,139,164,.28)
    !important;

  border-radius:17px !important;

  background:
    linear-gradient(
      135deg,
      rgba(17,20,29,.97),
      rgba(10,12,19,.97)
    ) !important;

  box-shadow:
    0 5px 18px rgba(0,0,0,.24)
    !important;

  overflow:hidden !important;
}

/* duration/title */
.zoorvix-plan-card
h1,
.zoorvix-plan-card
h2,
.zoorvix-plan-card
h3,
.zoorvix-plan-card
h4{
  margin:
    0 0 4px !important;

  font-size:19px !important;

  line-height:1.15 !important;

  color:#fff !important;
}

/* Price */
.zoorvix-plan-card{
  font-size:14px;
}

.zoorvix-plan-card
strong,
.zoorvix-plan-card
b{
  line-height:1.1 !important;
}

/* BUY BUTTON */
.zoorvix-plan-card
.zoorvix-buy-plan{
  width:150px !important;

  min-width:150px !important;
  max-width:150px !important;

  min-height:50px !important;

  margin:0 !important;

  padding:
    0 14px !important;

  border:0 !important;

  border-radius:14px !important;

  background:
    linear-gradient(
      135deg,
      #ff0876,
      #ff0068
    ) !important;

  color:#fff !important;

  font-size:15px !important;
  font-weight:800 !important;

  box-shadow:
    0 7px 20px
    rgba(255,8,118,.25)
    !important;
}

/* highlight long/popular plan */
.zoorvix-plan-card:has(
  .zoorvix-buy-plan
){
  transition:
    transform .18s ease,
    border-color .18s ease;
}

.zoorvix-plan-card:active{
  transform:scale(.985);
}

/* BACK no longer giant */
.zoorvix-premium-back{
  width:auto !important;

  min-width:90px !important;

  height:40px !important;

  margin:
    12px auto 5px !important;

  padding:
    0 20px !important;

  display:block !important;

  border:
    1px solid rgba(255,255,255,.12)
    !important;

  border-radius:11px !important;

  background:#12151c !important;

  color:#fff !important;

  font-size:13px !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:520px){

  .zoorvix-premium-final{
    padding:
      12px
      12px
      24px !important;
  }

  .zoorvix-premium-final h1{
    font-size:25px !important;
  }

  .zoorvix-premium-final h2{
    font-size:20px !important;
  }

  .zoorvix-premium-final p{
    font-size:12.5px !important;
    margin-bottom:8px !important;
  }

  .zoorvix-plan-card{
    grid-template-columns:
      minmax(0,1fr)
      125px !important;

    min-height:92px !important;

    padding:
      11px 12px !important;

    margin-bottom:8px !important;

    border-radius:15px !important;
  }

  .zoorvix-plan-card
  h1,
  .zoorvix-plan-card
  h2,
  .zoorvix-plan-card
  h3,
  .zoorvix-plan-card
  h4{
    font-size:17px !important;
  }

  .zoorvix-plan-card
  .zoorvix-buy-plan{
    width:125px !important;

    min-width:125px !important;
    max-width:125px !important;

    min-height:46px !important;

    border-radius:12px !important;

    font-size:14px !important;
  }

}

/* very small screens */
@media(max-width:370px){

  .zoorvix-plan-card{
    grid-template-columns:
      minmax(0,1fr)
      110px !important;
  }

  .zoorvix-plan-card
  .zoorvix-buy-plan{
    width:110px !important;
    min-width:110px !important;
    max-width:110px !important;
  }

}

/* =========================================================
   ZOORVIX PREMIUM - TRUE COMPACT FINAL
========================================================= */

.zoorvix-premium-final{
  padding:
    14px 12px
    90px !important;

  background:#07090e !important;
}

/* compact heading */
.zoorvix-premium-final > *,
.zoorvix-premium-final > div{
  max-width:100% !important;
}

.zoorvix-premium-final h1{
  font-size:27px !important;
  margin:0 0 8px !important;
  text-align:center !important;
}

.zoorvix-premium-final h2{
  font-size:20px !important;
  margin:0 0 8px !important;
  text-align:center !important;
}

.zoorvix-premium-final p{
  font-size:12px !important;
  line-height:1.35 !important;
  margin:0 auto 14px !important;
  max-width:92% !important;
  text-align:center !important;
}

/* =========================================================
   EACH PLAN = SHORT HORIZONTAL CARD
========================================================= */

.zoorvix-plan-card{
  display:grid !important;

  grid-template-columns:
    minmax(0,1fr)
    118px !important;

  grid-template-rows:auto !important;

  align-items:center !important;

  width:100% !important;

  min-height:86px !important;
  height:86px !important;

  padding:
    12px 12px !important;

  margin:
    0 0 9px !important;

  border-radius:16px !important;

  border:
    1px solid rgba(113,125,151,.28)
    !important;

  background:
    linear-gradient(
      135deg,
      #10141d,
      #0a0d14
    ) !important;

  overflow:hidden !important;
}

/* stop nested wrappers becoming tall */
.zoorvix-plan-card > *{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.zoorvix-plan-card
div:not(:has(button)){
  min-height:0 !important;
}

/* title */
.zoorvix-plan-card h1,
.zoorvix-plan-card h2,
.zoorvix-plan-card h3,
.zoorvix-plan-card h4{
  font-size:16px !important;

  line-height:1.1 !important;

  margin:
    0 0 5px !important;

  text-align:left !important;
}

/* price/text */
.zoorvix-plan-card{
  font-size:13px !important;
  line-height:1.15 !important;
}

.zoorvix-plan-card strong,
.zoorvix-plan-card b{
  font-size:20px !important;
  color:#ff0876 !important;
}

/* Buy Plan always right side */
.zoorvix-plan-card
.zoorvix-buy-plan{
  grid-column:2 !important;
  grid-row:1 !important;

  align-self:center !important;
  justify-self:end !important;

  width:118px !important;
  min-width:118px !important;
  max-width:118px !important;

  height:48px !important;
  min-height:48px !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  border-radius:13px !important;

  background:
    linear-gradient(
      135deg,
      #ff0876,
      #ff0068
    ) !important;

  color:#fff !important;

  font-size:14px !important;
  font-weight:800 !important;

  box-shadow:
    0 6px 18px
    rgba(255,8,118,.22)
    !important;
}

/* Back compact */
.zoorvix-premium-back{
  position:relative !important;

  width:100px !important;
  min-width:100px !important;

  height:40px !important;

  margin:
    14px auto 0 !important;

  padding:0 16px !important;

  border-radius:11px !important;

  font-size:13px !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:480px){

  .zoorvix-premium-final{
    padding:
      12px 10px
      88px !important;
  }

  .zoorvix-premium-final h1{
    font-size:25px !important;
  }

  .zoorvix-premium-final h2{
    font-size:19px !important;
  }

  .zoorvix-plan-card{
    grid-template-columns:
      minmax(0,1fr)
      112px !important;

    height:82px !important;
    min-height:82px !important;

    padding:
      10px 11px !important;

    margin-bottom:8px !important;
  }

  .zoorvix-plan-card
  .zoorvix-buy-plan{
    width:112px !important;
    min-width:112px !important;
    max-width:112px !important;

    height:46px !important;
    min-height:46px !important;

    font-size:13px !important;
  }

}

/* =========================================================
   PREMIUM BACK BUTTON - BOTTOM POSITION FIX
========================================================= */

/* allow plans to scroll all the way down */
.zoorvix-premium-final{
  padding-bottom:70px !important;
}

/* Back button stays directly above bottom navigation */
.zoorvix-premium-back{
  position:fixed !important;

  left:50% !important;
  transform:translateX(-50%) !important;

  bottom:
    calc(76px + env(safe-area-inset-bottom))
    !important;

  z-index:980 !important;

  width:120px !important;
  min-width:120px !important;
  max-width:120px !important;

  height:42px !important;

  margin:0 !important;
  padding:0 18px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border-radius:12px !important;

  background:#151922 !important;

  border:
    1px solid rgba(255,255,255,.14)
    !important;

  color:#fff !important;

  font-size:14px !important;
  font-weight:700 !important;

  box-shadow:
    0 5px 18px rgba(0,0,0,.40)
    !important;
}

/* Last plan should not hide behind Back button */
.zoorvix-premium-final{
  scroll-padding-bottom:75px !important;
}

.zoorvix-plan-card:last-of-type{
  margin-bottom:65px !important;
}

/* =========================================================
   REMOVE BLACK GAP ABOVE BACK BUTTON
========================================================= */

.zoorvix-premium-final{
  overflow-y:auto !important;
  overflow-x:hidden !important;

  padding-bottom:145px !important;
}

/* remove old limited-height plan box */
.zoorvix-premium-plan-list{
  display:block !important;

  width:100% !important;

  height:auto !important;
  min-height:0 !important;
  max-height:none !important;

  overflow:visible !important;

  margin:0 !important;
  padding:0 !important;
}

/* Any old inner scroll limit around plans */
.zoorvix-premium-final
.zoorvix-premium-plan-list > *{
  max-height:none !important;
}

/* Plans continue naturally downward */
.zoorvix-plan-card{
  position:relative !important;
}

/* Last package can scroll fully above fixed Back */
.zoorvix-plan-card:last-child,
.zoorvix-plan-card:last-of-type{
  margin-bottom:85px !important;
}

/* Back remains directly above nav */
.zoorvix-premium-back{
  position:fixed !important;

  left:50% !important;
  transform:translateX(-50%) !important;

  bottom:
    calc(76px + env(safe-area-inset-bottom))
    !important;

  z-index:999 !important;

  margin:0 !important;
}

/* =========================================================
   PREMIUM PACKAGE CARDS — REFERENCE STYLE
========================================================= */

.premium-plan-reference-card{
  display:grid !important;

  grid-template-columns:
    58px
    minmax(0,1fr)
    118px !important;

  align-items:center !important;

  gap:13px !important;

  width:100% !important;

  height:auto !important;
  min-height:104px !important;

  padding:
    12px 13px !important;

  margin:
    0 0 10px !important;

  border:
    1px solid rgba(121,132,157,.34)
    !important;

  border-radius:17px !important;

  background:
    linear-gradient(
      135deg,
      rgba(16,19,29,.98),
      rgba(9,12,19,.98)
    ) !important;

  box-shadow:
    0 8px 24px rgba(0,0,0,.22)
    !important;

  overflow:hidden !important;
}

/* icon box */

.premium-plan-icon{
  width:54px;
  height:54px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:14px;

  color:#ff0876;

  background:
    linear-gradient(
      145deg,
      rgba(255,8,118,.14),
      rgba(255,8,118,.05)
    );

  border:
    1px solid rgba(255,8,118,.20);

  box-shadow:
    inset 0 0 18px
    rgba(255,8,118,.05);
}

.premium-plan-icon svg{
  width:27px;
  height:27px;
}

/* info */

.premium-plan-info{
  min-width:0;
}

.premium-plan-name{
  color:#fff;

  font-size:17px;
  font-weight:900;

  line-height:1.15;
}

.premium-plan-desc{
  margin-top:4px;

  color:#9299a8;

  font-size:11.5px;
  line-height:1.25;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.premium-plan-price-row{
  display:flex;
  align-items:center;

  gap:7px;

  margin-top:6px;
}

.premium-plan-price{
  color:#ff0876;

  font-size:22px;
  font-weight:900;

  line-height:1;
}

.premium-plan-save{
  padding:
    4px 8px;

  border-radius:999px;

  color:#ff4d9a;

  background:
    rgba(255,8,118,.10);

  border:
    1px solid rgba(255,8,118,.35);

  font-size:9.5px;
  font-weight:800;

  white-space:nowrap;
}

/* buy */

.premium-plan-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.premium-plan-reference-card
.premium-card-buy{
  width:118px !important;
  min-width:118px !important;

  height:48px !important;
  min-height:48px !important;

  margin:0 !important;
  padding:0 10px !important;

  border:0 !important;

  border-radius:13px !important;

  background:
    linear-gradient(
      135deg,
      #ff0876,
      #ff0068
    ) !important;

  color:#fff !important;

  font-size:13px !important;
  font-weight:850 !important;

  box-shadow:
    0 7px 20px
    rgba(255,8,118,.24)
    !important;
}

/* featured 12 months */

.premium-plan-featured{
  border:
    1.5px solid #ff0876
    !important;

  box-shadow:
    0 0 0 1px
    rgba(255,8,118,.10),
    0 0 26px
    rgba(255,8,118,.17)
    !important;
}

.premium-plan-featured
.premium-plan-icon{
  position:relative;
}

.premium-plan-featured
.premium-plan-icon::after{
  content:"♛";

  position:absolute;

  top:-13px;
  right:-7px;

  color:#ff3f94;

  font-size:16px;

  text-shadow:
    0 0 10px
    rgba(255,8,118,.65);
}

/* phone */

@media(max-width:480px){

  .premium-plan-reference-card{
    grid-template-columns:
      50px
      minmax(0,1fr)
      104px !important;

    gap:10px !important;

    min-height:94px !important;

    padding:
      10px 11px !important;

    border-radius:15px !important;
  }

  .premium-plan-icon{
    width:48px;
    height:48px;
  }

  .premium-plan-icon svg{
    width:24px;
    height:24px;
  }

  .premium-plan-name{
    font-size:15.5px;
  }

  .premium-plan-desc{
    font-size:10px;
  }

  .premium-plan-price{
    font-size:19px;
  }

  .premium-plan-save{
    font-size:8.5px;

    padding:
      3px 6px;
  }

  .premium-plan-reference-card
  .premium-card-buy{
    width:104px !important;
    min-width:104px !important;

    height:44px !important;
    min-height:44px !important;

    font-size:12.5px !important;
  }

}

/* =========================================================
   PREMIUM PROFILE MODAL
========================================================= */

#modal .modal-card,
.profile-modal,
.account-modal{
  width:calc(100% - 28px) !important;
  max-width:520px !important;

  padding:18px !important;

  border-radius:22px !important;

  background:
    linear-gradient(
      145deg,
      rgba(18,22,31,.98),
      rgba(10,13,19,.98)
    ) !important;

  border:
    1px solid rgba(255,255,255,.08) !important;

  box-shadow:
    0 20px 60px rgba(0,0,0,.55) !important;
}

/* profile heading */
.profile-head{
  display:flex;
  align-items:center;
  gap:13px;

  margin-bottom:16px;
}

.profile-avatar{
  width:54px;
  height:54px;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
    linear-gradient(
      135deg,
      rgba(255,8,118,.28),
      rgba(255,8,118,.08)
    );

  border:
    1px solid rgba(255,8,118,.35);

  color:#ff0876;
}

.profile-avatar svg{
  width:27px;
  height:27px;
}

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

.profile-name{
  color:#fff;

  font-size:18px;
  font-weight:900;

  line-height:1.15;
}

.profile-email{
  margin-top:4px;

  color:#9299a8;

  font-size:12.5px;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* subscription card */
.profile-sub-card{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:12px;

  padding:13px 14px;

  margin-bottom:10px;

  border-radius:15px;

  background:
    rgba(255,255,255,.035);

  border:
    1px solid rgba(255,255,255,.08);
}

.profile-sub-left{
  min-width:0;
}

.profile-sub-title{
  color:#fff;

  font-size:13px;
  font-weight:800;
}

.profile-sub-date{
  margin-top:3px;

  color:#8e95a3;

  font-size:11.5px;
}

.profile-active-pill{
  flex:0 0 auto;

  padding:5px 9px;

  border-radius:999px;

  background:
    rgba(45,210,120,.12);

  border:
    1px solid rgba(45,210,120,.25);

  color:#49dc88;

  font-size:10.5px;
  font-weight:900;
}

/* 18+ setting */
.profile-adult-card{
  display:flex;
  align-items:center;

  gap:12px;

  padding:13px 14px;

  margin-top:10px;

  border-radius:15px;

  background:
    linear-gradient(
      135deg,
      rgba(255,36,76,.10),
      rgba(255,255,255,.025)
    );

  border:
    1px solid rgba(255,73,100,.18);
}

.adult-badge{
  flex:0 0 auto;

  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:13px;

  background:
    rgba(255,47,80,.13);

  border:
    1px solid rgba(255,74,103,.30);

  color:#ff4d6f;

  font-size:16px;
  font-weight:950;
}

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

.profile-adult-title{
  color:#fff;

  font-size:13.5px;
  font-weight:850;
}

.profile-adult-sub{
  margin-top:3px;

  color:#8f96a4;

  font-size:10.5px;
}

/* toggle */
.adult-switch{
  position:relative;

  flex:0 0 auto;

  width:48px;
  height:27px;

  border:0;
  padding:0;

  border-radius:999px;

  background:#2a303b;

  cursor:pointer;

  transition:.2s ease;
}

.adult-switch::after{
  content:"";

  position:absolute;

  width:21px;
  height:21px;

  left:3px;
  top:3px;

  border-radius:50%;

  background:#fff;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.adult-switch.on{
  background:#ff0876;
}

.adult-switch.on::after{
  transform:translateX(21px);

  box-shadow:
    0 0 12px rgba(255,8,118,.55);
}

/* buttons */
.profile-action-btn{
  width:100%;

  min-height:48px;

  margin-top:10px;

  border-radius:13px;

  font-size:13.5px;
  font-weight:800;
}

.profile-action-btn.primary{
  border:0;

  background:
    linear-gradient(
      135deg,
      #ff0876,
      #ff0068
    );

  color:#fff;
}

.profile-action-btn.logout{
  border:
    1px solid rgba(255,69,87,.20);

  background:
    rgba(255,55,74,.07);

  color:#ff6678;
}

.profile-action-btn.close{
  min-height:42px;

  border:
    1px solid rgba(255,255,255,.08);

  background:
    rgba(255,255,255,.035);

  color:#c9ced7;
}

@media(max-width:480px){

  #modal .modal-card,
  .profile-modal,
  .account-modal{
    width:calc(100% - 24px) !important;
    padding:16px !important;
  }

}

/* =========================================================
   PLAYER FINAL CENTER CONTROL FIX
========================================================= */

/* Remove the large center Play/Pause button */
#mainPlayBtn,
.play-main-btn{
  display:none !important;
}

/* Keep only 10 sec back / forward in center */
.player-center-controls{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  gap:115px !important;

  pointer-events:none;
}

.player-center-controls .seek-btn{
  display:flex !important;
  pointer-events:auto !important;

  width:58px !important;
  height:58px !important;

  align-items:center !important;
  justify-content:center !important;

  background:rgba(10,13,18,.66) !important;

  border:
    1px solid rgba(255,255,255,.12)
    !important;

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

/* Video itself remains tappable */
.player-video-host,
.player-video-host video{
  pointer-events:auto !important;
}

@media(max-width:480px){
  .player-center-controls{
    gap:105px !important;
  }
}

/* =========================================================
   TRUE LANDSCAPE FULLSCREEN PLAYER
========================================================= */

body.zoorvix-player-landscape{
  overflow:hidden !important;
  background:#000 !important;
}

body.zoorvix-player-landscape
#premiumPlayerShell{
  width:100vw !important;
  height:100vh !important;

  max-width:none !important;
  max-height:none !important;

  background:#000 !important;
}

body.zoorvix-player-landscape
.player-video-area{
  width:100vw !important;
  height:100vh !important;

  min-height:100vh !important;
  max-height:100vh !important;

  aspect-ratio:auto !important;

  border-radius:0 !important;

  background:#000 !important;
}

body.zoorvix-player-landscape
.player-video-host{
  width:100% !important;
  height:100% !important;
}

body.zoorvix-player-landscape
.player-video-host video{
  width:100% !important;
  height:100% !important;

  object-fit:contain !important;

  background:#000 !important;
}

/* Related videos disappear only during fullscreen */
body.zoorvix-player-landscape
.player-content-area{
  display:none !important;
}

/* Back always visible in fullscreen */
body.zoorvix-player-landscape
.player-back-btn{
  position:absolute !important;

  top:14px !important;
  left:16px !important;

  z-index:100 !important;

  opacity:1 !important;
  visibility:visible !important;
}

/* Fullscreen button visible on right */
body.zoorvix-player-landscape
.player-topbar
.player-icon-btn:last-child{
  position:absolute !important;

  top:14px !important;
  right:16px !important;

  z-index:100 !important;

  opacity:1 !important;
  visibility:visible !important;
}

/* Controls spread better in landscape */
body.zoorvix-player-landscape
.player-center-controls{
  gap:190px !important;
}

body.zoorvix-player-landscape
.player-bottom-controls{
  padding:
    12px
    26px
    18px !important;
}

/* Previous / Next smaller in landscape */
body.zoorvix-player-landscape
.player-nav-row{
  max-width:760px;
  margin:
    12px auto 0 !important;
}

@media(orientation:landscape){

  body.zoorvix-player-landscape
  .player-video-area{
    height:100vh !important;
  }

}

/* =========================================================
   ZOORVIX FINAL FULLSCREEN CONTROL
========================================================= */

.player-controls-layer{
  z-index:30 !important;
}

/* iframe stays behind our controls */
.player-video-host iframe{
  position:relative !important;
  z-index:1 !important;

  width:100% !important;
  height:100% !important;

  border:0 !important;
}

/* Back + Fullscreen always above iframe */
.player-back-btn,
.player-fullscreen-btn,
button[onclick*="togglePlayerFullscreen"]{
  z-index:999 !important;

  opacity:1 !important;
  visibility:visible !important;

  pointer-events:auto !important;

  touch-action:manipulation !important;
}

/* Top bar itself must remain usable */
.player-topbar{
  position:absolute !important;

  top:0 !important;
  left:0 !important;
  right:0 !important;

  z-index:100 !important;

  pointer-events:none !important;
}

.player-topbar button{
  pointer-events:auto !important;
}

/* fullscreen button right side */
button[onclick*="togglePlayerFullscreen"]{
  position:absolute !important;

  top:max(14px,env(safe-area-inset-top)) !important;
  right:14px !important;

  width:46px !important;
  height:46px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border-radius:14px !important;

  background:rgba(10,13,19,.82) !important;

  border:
    1px solid rgba(255,255,255,.13)
    !important;

  color:#fff !important;

  font-size:24px !important;

  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);

  box-shadow:
    0 7px 24px rgba(0,0,0,.38)
    !important;
}

/* controls hidden হলেও back/fullscreen visible */
.player-controls-layer.hidden
.player-back-btn,

.player-controls-layer.hidden
button[onclick*="togglePlayerFullscreen"]{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}


/* =========================================================
   LANDSCAPE FULLSCREEN
========================================================= */

body.zoorvix-fullscreen-active{
  overflow:hidden !important;
  background:#000 !important;
}

body.zoorvix-fullscreen-active
#premiumPlayerShell{
  position:fixed !important;

  inset:0 !important;

  z-index:2147483000 !important;

  width:100vw !important;
  height:100vh !important;

  max-width:none !important;
  max-height:none !important;

  margin:0 !important;
  padding:0 !important;

  background:#000 !important;

  transition:
    opacity .18s ease,
    transform .18s ease !important;
}

body.zoorvix-fullscreen-active
.player-video-area{
  width:100vw !important;
  height:100vh !important;

  min-height:100vh !important;
  max-height:100vh !important;

  border-radius:0 !important;

  background:#000 !important;
}

body.zoorvix-fullscreen-active
.player-video-host,
body.zoorvix-fullscreen-active
.player-video-host video,
body.zoorvix-fullscreen-active
.player-video-host iframe{
  width:100% !important;
  height:100% !important;

  max-width:none !important;
  max-height:none !important;
}

body.zoorvix-fullscreen-active
.player-video-host video{
  object-fit:contain !important;
}

/* Related videos hidden only in fullscreen */
body.zoorvix-fullscreen-active
.player-content-area{
  display:none !important;
}

/* nicer landscape placement */
body.zoorvix-fullscreen-active
.player-center-controls{
  gap:220px !important;
}

body.zoorvix-fullscreen-active
.player-bottom-controls{
  left:0 !important;
  right:0 !important;

  padding:
    12px
    28px
    max(18px,env(safe-area-inset-bottom))
    !important;
}

@media(orientation:landscape){

  body.zoorvix-fullscreen-active
  #premiumPlayerShell,

  body.zoorvix-fullscreen-active
  .player-video-area{
    width:100vw !important;
    height:100vh !important;
  }

}

/* =========================================================
   REMOVE 10 SECOND CENTER BUTTONS
========================================================= */

.player-center-controls,
.player-center-controls .seek-btn,
.seek-btn{
  display:none !important;
}

/* =========================================================
   EMBED PLAYER FULL AREA FIX
========================================================= */

.player-video-host iframe{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  max-width:none !important;
  max-height:none !important;

  border:0 !important;

  background:#000 !important;
}

.player-video-host{
  overflow:hidden !important;
}

/* =========================================================
   PLAYER LAYOUT REPAIR
   Remove Previous/Next + restore seek bar to bottom
========================================================= */

/* Remove Previous / Next completely */
.player-nav-row,
.nav-video-btn{
  display:none !important;
}

/* Player controls layer normal structure */
.player-controls-layer{
  position:absolute !important;
  inset:0 !important;

  display:flex !important;
  flex-direction:column !important;

  justify-content:space-between !important;

  z-index:30 !important;
}

/* Top bar stays top */
.player-topbar{
  position:absolute !important;

  top:0 !important;
  left:0 !important;
  right:0 !important;

  width:100% !important;

  padding:
    12px 14px !important;

  z-index:60 !important;
}

/* Back button fixed left */
.player-back-btn{
  position:absolute !important;

  top:14px !important;
  left:14px !important;

  z-index:80 !important;
}

/* Fullscreen fixed right */
button[onclick*="togglePlayerFullscreen"]{
  position:absolute !important;

  top:14px !important;
  right:14px !important;

  z-index:80 !important;
}

/* Center control section removed */
.player-center-controls{
  display:none !important;
}

/* Seek/time row returns to bottom */
.player-bottom-controls{
  position:absolute !important;

  left:0 !important;
  right:0 !important;
  bottom:0 !important;

  width:100% !important;

  padding:
    12px
    24px
    20px !important;

  z-index:55 !important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.82),
      rgba(0,0,0,.35),
      transparent
    ) !important;
}

/* Seek row */
.seek-row{
  display:grid !important;

  grid-template-columns:
    auto
    minmax(0,1fr)
    auto !important;

  align-items:center !important;

  gap:10px !important;

  width:100% !important;

  margin:0 !important;
}

/* Range itself */
#playerSeek{
  position:static !important;

  width:100% !important;

  margin:0 !important;

  accent-color:#ff0876 !important;
}

/* Time labels */
#playerCurrentTime,
#playerDuration{
  display:block !important;

  color:#fff !important;

  font-size:12px !important;

  line-height:1 !important;

  white-space:nowrap !important;
}

/* Related section remains below player normally */
.player-content-area{
  position:relative !important;
  z-index:1 !important;
}

/* =========================================================
   EMBED PLAYER SIZE + SEEK VISIBILITY
========================================================= */

/* Default uploaded/server video player */
.player-video-area{
  height:46vh !important;
  min-height:300px !important;
  max-height:520px !important;
}

/* Embed mode gets same premium visual height */
#premiumPlayerShell.is-embed
.player-video-area{
  height:46vh !important;
  min-height:300px !important;
  max-height:520px !important;
}

/* Make iframe fill the whole player area */
#premiumPlayerShell.is-embed
.player-video-host iframe{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  min-width:100% !important;
  min-height:100% !important;

  max-width:none !important;
  max-height:none !important;

  border:0 !important;

  background:#000 !important;
}

/* Hide custom seek bar ONLY for embed/youtube */
#premiumPlayerShell.is-embed
.player-bottom-controls{
  display:none !important;
}

/* Uploaded video keeps seek bar */
#premiumPlayerShell.is-upload
.player-bottom-controls{
  display:block !important;
}

/* Back + fullscreen always available */
#premiumPlayerShell.is-embed
.player-back-btn,
#premiumPlayerShell.is-embed
button[onclick*="togglePlayerFullscreen"],
#premiumPlayerShell.is-upload
.player-back-btn,
#premiumPlayerShell.is-upload
button[onclick*="togglePlayerFullscreen"]{
  display:flex !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

@media(max-width:480px){

  .player-video-area,
  #premiumPlayerShell.is-embed
  .player-video-area{
    height:46vh !important;
    min-height:315px !important;
  }

}

/* =========================================================
   YOUTUBE USES ZOORVIX FULLSCREEN ONLY
========================================================= */

#playerBody iframe.zoorvix-youtube-no-native-fs{
  width:100% !important;
  height:100% !important;

  border:0 !important;
}

/* Keep ZoorVix fullscreen button always available */
#premiumPlayerShell.is-embed
button[onclick*="togglePlayerFullscreen"]{
  display:flex !important;

  opacity:1 !important;
  visibility:visible !important;

  pointer-events:auto !important;

  z-index:999 !important;
}
