/* BankMovie default blue + story thumbnail fix - v11
   This file no longer forces all user themes to blue. It only supports the default theme and story thumbnails. */

/* Story video cards: show a real-looking frame while keeping video loading light. */
.story-video-placeholder,.story-video-thumb-wrap{
  width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:#08111f;border:2px solid var(--bg-primary);color:#fff;position:relative;overflow:hidden;
}
.story-video-thumb-wrap::before{
  content:'';position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(135deg,rgba(2,8,18,.18),rgba(14,89,180,.20));
}
.story-thumb-img,.story-thumb-video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%;background:#10141f;
}
.story-thumb-img{z-index:0;opacity:.96;}
.story-thumb-video{z-index:1;opacity:0;filter:saturate(1.08) contrast(1.04);transition:opacity .22s ease;}
.story-video-thumb-wrap.is-loaded .story-thumb-video{opacity:.94;}
.story-video-thumb-wrap.is-loaded .story-thumb-img{opacity:0;}
.story-thumb-play,.story-video-placeholder svg{
  width:24px;height:24px;position:relative;z-index:3;display:flex;align-items:center;justify-content:center;
  border-radius:999px;background:rgba(0,0,0,.35);box-shadow:0 2px 8px rgba(0,0,0,.45);
}
.story-thumb-play svg,.story-video-placeholder svg{width:15px;height:15px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45));}

/* Only the default former green theme becomes blue. Other selected themes keep their own color. */
body[data-theme="dark-green"] .story-avatar{background:linear-gradient(135deg,#1d5fff,#21cfff,#7b2cff) !important;}
body[data-theme="dark-green"] .hero-btn.main,
body[data-theme="dark-green"] .type-btn.active,
body[data-theme="dark-green"] .btn-primary,
body[data-theme="dark-green"] .story-link,
body[data-theme="dark-green"] .quality-btn.active,
body[data-theme="dark-green"] .season-btn.active,
body[data-theme="dark-green"] .download-link .download-icon,
body[data-theme="dark-green"] .sidebar-avatar{
  background:linear-gradient(135deg,#2f7cff,#21cfff) !important;color:#020713 !important;
}
body[data-theme="dark-green"] .hero-dot.active,
body[data-theme="dark-green"] .story-progress-fill.active{background:#2f7cff !important;box-shadow:0 0 16px rgba(47,124,255,.55) !important;}

@media(max-width:768px){
  .story-caption,.story-download-btn{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}
  .story-media{box-shadow:0 12px 36px rgba(0,0,0,.45);}
}


/* v14: keep video story thumbnails visual, but remove the ugly play badge. */
.story-thumb-play,.story-video-placeholder svg{display:none !important;}
.story-video-thumb-wrap::after{
  content:'';position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:50%;
  background:radial-gradient(circle at 50% 45%, transparent 40%, rgba(0,0,0,.18) 100%);
}

/* v14: premium green download buttons beside play. */
.movie-page .download-link .download-icon:not(.arc4-subtitle-direct),
#arc1DownloadSection .download-icon:not(.arc4-subtitle-direct),
.download-link.premium-download-card .download-icon:not(.arc4-subtitle-direct){
  background:linear-gradient(135deg,#00d084,#16f0a4 46%,#079e63) !important;
  border:1px solid rgba(84,255,188,.38) !important;
  color:#03140d !important;
  box-shadow:0 10px 24px rgba(0,208,132,.18), inset 0 1px 0 rgba(255,255,255,.22) !important;
  font-weight:900 !important;
}
.movie-page .download-link .download-icon:not(.arc4-subtitle-direct):hover,
#arc1DownloadSection .download-icon:not(.arc4-subtitle-direct):hover,
.download-link.premium-download-card .download-icon:not(.arc4-subtitle-direct):hover{
  filter:saturate(1.05) brightness(1.04) !important;
  box-shadow:0 14px 30px rgba(0,208,132,.28), inset 0 1px 0 rgba(255,255,255,.26) !important;
}

/* v14: header must stay fixed and not jump while scrolling. */
.header,.site-header,#siteHeader{
  position:fixed !important;top:0 !important;left:0 !important;right:0 !important;
  transform:none !important;will-change:auto !important;
}
.header.is-hidden,.header.hide,.header.hidden,#siteHeader.is-hidden,#siteHeader.hide,#siteHeader.hidden{transform:none !important;}

/* v14: header collections shortcut injected by JS. */
.bm-header-collections-icon{
  width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  color:#fff;text-decoration:none;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);
  transition:.18s ease;
}
.bm-header-collections-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;}
.bm-header-collections-icon:hover{color:var(--accent);border-color:var(--border-accent);background:var(--accent-glow);transform:translateY(-1px);}
.desktop-nav-item.collection-link{color:var(--accent);background:rgba(var(--accent-rgb),.08);border:1px solid rgba(var(--accent-rgb),.16);}
.desktop-nav-item.collection-link:hover{background:var(--accent-glow);border-color:var(--border-accent);}


/* v15: professional collection shortcut icon */
.bm-header-collections-icon{
  width:43px !important;height:43px !important;border-radius:16px !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  color:var(--accent) !important;text-decoration:none !important;
  background:linear-gradient(145deg,rgba(var(--accent-rgb),.14),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(var(--accent-rgb),.26) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.bm-header-collections-icon svg{width:22px !important;height:22px !important;stroke:currentColor !important;fill:none;}
.bm-header-collections-icon:hover{background:linear-gradient(145deg,rgba(var(--accent-rgb),.24),rgba(255,255,255,.06)) !important;transform:translateY(-1px) !important;}

/* v15: download CTA is always premium green in every user theme; play CTA stays theme color. */
.movie-page .bm-download-cta,
.movie-page .hero-primary-action.bm-download-cta,
.movie-page .arc1-dl-btn,
.movie-page .download-link .download-icon:not(.arc4-subtitle-direct),
.movie-page .premium-download-card .download-icon:not(.arc4-subtitle-direct),
#downloadCurrentBtn,
#arc1DlBtn{
  background:linear-gradient(135deg,#00b96f 0%,#16e99c 48%,#078d58 100%) !important;
  color:#03140d !important;
  border:1px solid rgba(111,255,200,.38) !important;
  box-shadow:0 12px 28px rgba(0,185,111,.24), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
.movie-page .bm-download-cta svg,
#downloadCurrentBtn svg,
#arc1DlBtn svg{stroke:currentColor !important;fill:none !important;}
.movie-page .bm-download-cta:hover,
.movie-page .arc1-dl-btn:hover,
#downloadCurrentBtn:hover,
#arc1DlBtn:hover{filter:saturate(1.08) brightness(1.04) !important;}


/* v16: collection shortcut is icon-only in the top header/nav; sidebar labels stay readable. */
.desktop-nav-item.collection-link.bm-icon-only-collection,
.desktop-nav .collection-link.bm-icon-only-collection{
  width:43px !important;
  min-width:43px !important;
  height:43px !important;
  padding:0 !important;
  border-radius:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  color:var(--accent) !important;
  background:linear-gradient(145deg,rgba(var(--accent-rgb),.14),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(var(--accent-rgb),.26) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.desktop-nav-item.collection-link.bm-icon-only-collection span,
.desktop-nav .collection-link.bm-icon-only-collection span{display:none !important;}
.desktop-nav-item.collection-link.bm-icon-only-collection svg,
.desktop-nav .collection-link.bm-icon-only-collection svg{width:22px !important;height:22px !important;stroke:currentColor !important;fill:none;}

/* v16: header behaves like bottom nav: hide on scroll down, return on scroll up. */
.header.bm-smart-header,
#siteHeader.bm-smart-header{
  transition:transform .28s cubic-bezier(.2,.8,.2,1), opacity .22s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease !important;
  will-change:transform !important;
}
.header.bm-smart-header.bm-header-hidden,
#siteHeader.bm-smart-header.bm-header-hidden{
  transform:translateY(calc(-100% - 10px)) !important;
  pointer-events:none !important;
}
body.fullscreen-active .header.bm-smart-header,
body.fullscreen-active #siteHeader.bm-smart-header,
body:has(.sidebar-menu.open) .header.bm-smart-header,
body:has(.sidebar-menu.open) #siteHeader.bm-smart-header{
  transform:none !important;
}

/* v17: hard fix for collection icon-only header + smart hiding header. */
.bm-icon-only-collection,
.header a.bm-icon-only-collection,
.site-header a.bm-icon-only-collection,
.main-header a.bm-icon-only-collection,
.app-header a.bm-icon-only-collection,
.top-header a.bm-icon-only-collection,
.navbar a.bm-icon-only-collection,
header a.bm-icon-only-collection,
[role="banner"] a.bm-icon-only-collection{
  width:43px !important;min-width:43px !important;height:43px !important;
  padding:0 !important;border-radius:16px !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  gap:0 !important;font-size:0 !important;line-height:0 !important;overflow:hidden !important;
  color:var(--accent) !important;text-decoration:none !important;
  background:linear-gradient(145deg,rgba(var(--accent-rgb),.14),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(var(--accent-rgb),.26) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.bm-icon-only-collection span,
.bm-icon-only-collection .nav-label,
.bm-icon-only-collection .label,
.bm-icon-only-collection .text,
.bm-icon-only-collection i:not(svg i){display:none !important;}
.bm-icon-only-collection svg,
.bm-icon-only-collection .bm-collection-svg{
  width:22px !important;height:22px !important;min-width:22px !important;
  stroke:currentColor !important;fill:none;font-size:16px !important;line-height:1 !important;
  display:block !important;flex:0 0 auto !important;
}
.bm-header-collections-icon{font-size:0 !important;}

.header.bm-smart-header,
.site-header.bm-smart-header,
.main-header.bm-smart-header,
.app-header.bm-smart-header,
.top-header.bm-smart-header,
.navbar.bm-smart-header,
header.bm-smart-header,
[role="banner"].bm-smart-header,
#siteHeader.bm-smart-header{
  position:fixed !important;top:0 !important;left:0 !important;right:0 !important;
  z-index:999 !important;
  transform:translate3d(0,0,0) !important;
  transition:transform .26s cubic-bezier(.2,.8,.2,1), opacity .2s ease, background .25s ease, box-shadow .25s ease !important;
  will-change:transform !important;
}
.header.bm-smart-header.bm-header-hidden,
.site-header.bm-smart-header.bm-header-hidden,
.main-header.bm-smart-header.bm-header-hidden,
.app-header.bm-smart-header.bm-header-hidden,
.top-header.bm-smart-header.bm-header-hidden,
.navbar.bm-smart-header.bm-header-hidden,
header.bm-smart-header.bm-header-hidden,
[role="banner"].bm-smart-header.bm-header-hidden,
#siteHeader.bm-smart-header.bm-header-hidden{
  transform:translate3d(0,calc(-100% - 14px),0) !important;
  pointer-events:none !important;
}
body:has(.sidebar-menu.open) .bm-smart-header,
body:has(.notif-sidebar.open) .bm-smart-header,
body:has(.story-modal.active) .bm-smart-header,
body:has(.player-modal.active) .bm-smart-header,
body:has(.download-modal.active) .bm-smart-header{
  transform:translate3d(0,0,0) !important;
  pointer-events:auto !important;
}


/* v18: clearer professional Collections icon + stable fixed header. */
.bm-icon-only-collection,
.header a.bm-icon-only-collection,
.site-header a.bm-icon-only-collection,
.main-header a.bm-icon-only-collection,
.app-header a.bm-icon-only-collection,
.top-header a.bm-icon-only-collection,
.navbar a.bm-icon-only-collection,
header a.bm-icon-only-collection,
[role="banner"] a.bm-icon-only-collection{
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  border-radius:17px !important;
  color:var(--accent) !important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(145deg,rgba(var(--accent-rgb),.20),rgba(255,255,255,.045)) !important;
  border:1px solid rgba(var(--accent-rgb),.34) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.13) !important;
}
.bm-icon-only-collection .bm-collection-svg,
.bm-icon-only-collection svg{
  width:25px !important;
  height:25px !important;
  min-width:25px !important;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));
}
.bm-icon-only-collection:hover{
  color:#fff !important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,255,255,.20),transparent 34%),
    linear-gradient(145deg,rgba(var(--accent-rgb),.34),rgba(var(--accent-rgb),.10)) !important;
  border-color:rgba(var(--accent-rgb),.52) !important;
}

/* v18: header is fixed and stable; no hide-on-scroll movement. */
.bm-smart-header,
.bm-smart-header.bm-header-fixed,
.header.bm-smart-header,
.site-header.bm-smart-header,
.main-header.bm-smart-header,
.app-header.bm-smart-header,
.top-header.bm-smart-header,
.navbar.bm-smart-header,
header.bm-smart-header,
[role="banner"].bm-smart-header,
#siteHeader.bm-smart-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:999 !important;
  transform:translate3d(0,0,0) !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease !important;
  will-change:auto !important;
}
.bm-smart-header.bm-header-hidden,
.header.bm-smart-header.bm-header-hidden,
.site-header.bm-smart-header.bm-header-hidden,
.main-header.bm-smart-header.bm-header-hidden,
.app-header.bm-smart-header.bm-header-hidden,
.top-header.bm-smart-header.bm-header-hidden,
.navbar.bm-smart-header.bm-header-hidden,
header.bm-smart-header.bm-header-hidden,
[role="banner"].bm-smart-header.bm-header-hidden,
#siteHeader.bm-smart-header.bm-header-hidden,
.header.is-hidden,.header.hide,.header.hidden,
#siteHeader.is-hidden,#siteHeader.hide,#siteHeader.hidden{
  transform:translate3d(0,0,0) !important;
  opacity:1 !important;
  pointer-events:auto !important;
}


/* v19: user clarified: header should remain only at the top of the page, not sticky/fixed in viewport. */
.bm-smart-header,
.bm-smart-header.bm-header-static-top,
.header.bm-smart-header,
.site-header.bm-smart-header,
.main-header.bm-smart-header,
.app-header.bm-smart-header,
.top-header.bm-smart-header,
.navbar.bm-smart-header,
header.bm-smart-header,
[role="banner"].bm-smart-header,
#siteHeader.bm-smart-header{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
  will-change:auto !important;
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease !important;
}
.bm-smart-header.bm-header-hidden,
.header.bm-smart-header.bm-header-hidden,
.site-header.bm-smart-header.bm-header-hidden,
.main-header.bm-smart-header.bm-header-hidden,
.app-header.bm-smart-header.bm-header-hidden,
.top-header.bm-smart-header.bm-header-hidden,
.navbar.bm-smart-header.bm-header-hidden,
header.bm-smart-header.bm-header-hidden,
[role="banner"].bm-smart-header.bm-header-hidden,
#siteHeader.bm-smart-header.bm-header-hidden{
  transform:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
/* Stronger icon-only collection mark: make the stacked poster icon readable without text. */
.bm-icon-only-collection .bm-collection-svg,
.bm-icon-only-collection svg{
  width:27px !important;
  height:27px !important;
  min-width:27px !important;
}
.bm-icon-only-collection::after{content:none !important;}


/* ===== V63 FINAL HEADER: NO GLASS, NO BLACK BAR, ICONS ONLY ON MOBILE ===== */
#siteHeader,
#siteHeader.header,
#siteHeader.header-solid,
#siteHeader.header-glass,
#siteHeader.bm-smart-header,
#siteHeader.bm-header-fixed-top,
.header#siteHeader{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}
#siteHeader::before,
#siteHeader::after,
#siteHeader .header-inner::before,
#siteHeader .header-inner::after{
  display:none !important;
  content:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#siteHeader .request-link,
#siteHeader .bm-header-request,
#siteHeader a[href*="request.php"],
#siteHeader .bm-header-collections-icon,
#siteHeader .bm-icon-only-collection:not(.bm-header-collection),
#siteHeader .header-actions a.collection-link:not(.bm-header-collection){
  display:none !important;
}

@media (min-width: 992px){
  #siteHeader{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:1600 !important;
  }
  #siteHeader .header-inner{
    width:min(1420px, calc(100% - 28px)) !important;
    min-height:62px !important;
    margin:8px auto 0 !important;
    padding:0 8px !important;
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:14px !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .logo{grid-column:3 !important;justify-self:end !important;display:flex !important;align-items:center !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
  #siteHeader .bm-header-logo-img{height:30px !important;width:auto !important;max-width:104px !important;object-fit:contain !important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.32)) !important;}
  #siteHeader .desktop-nav{grid-column:2 !important;justify-self:center !important;display:flex !important;align-items:center !important;gap:18px !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
  #siteHeader .desktop-nav-item{
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-shadow:0 2px 10px rgba(0,0,0,.55) !important;
  }
  #siteHeader .desktop-nav-item:hover,
  #siteHeader .desktop-nav-item.active{
    background:transparent !important;
    color:#52a8ff !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .header-actions{grid-column:1 !important;justify-self:start !important;display:flex !important;align-items:center !important;gap:14px !important;direction:ltr !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
  #siteHeader .menu-btn,
  #siteHeader .bm-header-collection{display:none !important;}
  #siteHeader .notif-bell,
  #siteHeader .bm-header-search,
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-shadow:0 2px 10px rgba(0,0,0,.55) !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{width:20px !important;height:20px !important;stroke:currentColor !important;}
}

@media (max-width: 991px){
  #siteHeader,
  #siteHeader.header,
  #siteHeader.header-solid,
  #siteHeader.header-glass,
  #siteHeader.bm-smart-header,
  #siteHeader.bm-header-fixed-top{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:60px !important;
    min-height:60px !important;
    z-index:1600 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .header-inner{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:60px !important;
    min-height:60px !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    overflow:visible !important;
  }
  #siteHeader .desktop-nav,
  #siteHeader .auth-dropdown{display:none !important;}
  #siteHeader .logo{
    position:absolute !important;
    left:50% !important;
    top:10px !important;
    transform:translateX(-50%) !important;
    z-index:4 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:68px !important;
    height:28px !important;
    max-width:68px !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .bm-header-logo-img{
    display:block !important;
    height:auto !important;
    max-height:28px !important;
    width:auto !important;
    max-width:68px !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 3px 8px rgba(0,0,0,.32)) !important;
  }
  #siteHeader .header-actions{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:60px !important;
    min-height:60px !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .menu-btn,
  #siteHeader .bm-header-collection,
  #siteHeader .notif-bell,
  #siteHeader .bm-header-search{
    position:absolute !important;
    top:13px !important;
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    padding:0 !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    color:#fff !important;
    text-decoration:none !important;
  }
  #siteHeader .menu-btn{left:22px !important;}
  #siteHeader .bm-header-collection{left:62px !important;color:#3f96ff !important;}
  #siteHeader .notif-bell{right:62px !important;}
  #siteHeader .bm-header-search{right:22px !important;}
  #siteHeader .menu-btn svg,
  #siteHeader .bm-header-collection svg,
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:24px !important;
    height:24px !important;
    stroke:currentColor !important;
    color:currentColor !important;
    stroke-width:2.1 !important;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.38)) !important;
  }
  #siteHeader .notif-badge{
    position:absolute !important;
    top:-2px !important;
    right:-2px !important;
    width:9px !important;
    height:9px !important;
    border-radius:50% !important;
    background:#ff3f6d !important;
    box-shadow:none !important;
  }
  #siteHeader .menu-btn:hover,
  #siteHeader .bm-header-collection:hover,
  #siteHeader .notif-bell:hover,
  #siteHeader .bm-header-search:hover{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    transform:none !important;
  }
}


/* ===== V64 desktop responsive + mobile logo size tune ===== */
@media (min-width: 1200px){
  #siteHeader .header-inner{
    min-height:72px !important;
    width:min(1480px, calc(100% - 36px)) !important;
    margin:10px auto 0 !important;
    grid-template-columns: minmax(220px,auto) minmax(420px,1fr) minmax(190px,auto) !important;
    gap:24px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:158px !important;
    height:44px !important;
    max-height:44px !important;
  }
  #siteHeader .desktop-nav{
    gap:26px !important;
    justify-content:center !important;
    min-width:0 !important;
  }
  #siteHeader .desktop-nav-item{
    font-size:15px !important;
    font-weight:950 !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  #siteHeader .header-actions{
    gap:18px !important;
  }
  #siteHeader .notif-bell,
  #siteHeader .bm-header-search,
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    font-size:14px !important;
    font-weight:950 !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:22px !important;
    height:22px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  #siteHeader .header-inner{
    min-height:64px !important;
    width:calc(100% - 24px) !important;
    margin:8px auto 0 !important;
    grid-template-columns: minmax(160px,auto) minmax(300px,1fr) minmax(135px,auto) !important;
    gap:14px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:126px !important;
    height:36px !important;
    max-height:36px !important;
  }
  #siteHeader .desktop-nav{
    gap:15px !important;
    min-width:0 !important;
    overflow:hidden !important;
  }
  #siteHeader .desktop-nav-item{
    font-size:13px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
  }
  #siteHeader .header-actions{
    gap:12px !important;
    min-width:0 !important;
  }
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    font-size:13px !important;
    white-space:nowrap !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:20px !important;
    height:20px !important;
  }
}

@media (max-width: 991px){
  #siteHeader .logo{
    top:9px !important;
    width:82px !important;
    max-width:82px !important;
    height:32px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:82px !important;
    max-height:32px !important;
  }
}

@media (max-width: 390px){
  #siteHeader .logo{
    width:78px !important;
    max-width:78px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:78px !important;
    max-height:31px !important;
  }
  #siteHeader .menu-btn{left:16px !important;}
  #siteHeader .bm-header-collection{left:54px !important;}
  #siteHeader .notif-bell{right:54px !important;}
  #siteHeader .bm-header-search{right:16px !important;}
}


/* ===== V65 desktop RTL-grid fix + mobile logo tune ===== */
@media (min-width: 992px){
  #siteHeader,
  #siteHeader.header,
  #siteHeader.header-solid,
  #siteHeader.header-glass,
  #siteHeader.bm-smart-header,
  #siteHeader.bm-header-fixed-top{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:1600 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    border-bottom:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    direction:ltr !important;
  }
  #siteHeader .header-inner{
    direction:ltr !important;
    position:relative !important;
    width:min(1460px, calc(100% - 40px)) !important;
    max-width:1460px !important;
    min-height:82px !important;
    height:82px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:minmax(180px, 260px) minmax(360px, 1fr) minmax(180px, 260px) !important;
    align-items:center !important;
    gap:24px !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .logo{
    grid-column:3 !important;
    justify-self:end !important;
    align-self:center !important;
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    transform:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .bm-header-logo-img{
    display:block !important;
    width:auto !important;
    height:52px !important;
    max-height:52px !important;
    max-width:188px !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 7px 16px rgba(0,0,0,.38)) !important;
  }
  #siteHeader .desktop-nav{
    grid-column:2 !important;
    justify-self:center !important;
    align-self:center !important;
    display:flex !important;
    flex-direction:row-reverse !important;
    align-items:center !important;
    justify-content:center !important;
    gap:32px !important;
    min-width:0 !important;
    width:auto !important;
    direction:rtl !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .desktop-nav-item{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:16px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 10px rgba(0,0,0,.52) !important;
  }
  #siteHeader .desktop-nav-item:hover,
  #siteHeader .desktop-nav-item.active{
    color:#4ba6ff !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .header-actions{
    grid-column:1 !important;
    justify-self:start !important;
    align-self:center !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:22px !important;
    min-width:0 !important;
    width:auto !important;
    direction:ltr !important;
    position:relative !important;
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .menu-btn,
  #siteHeader .bm-header-collection{
    display:none !important;
  }
  #siteHeader .notif-bell,
  #siteHeader .bm-header-search,
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:0 !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 10px rgba(0,0,0,.52) !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:24px !important;
    height:24px !important;
    stroke:currentColor !important;
    color:currentColor !important;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.35)) !important;
  }
  #siteHeader .notif-badge{
    top:-4px !important;
    right:-4px !important;
    width:10px !important;
    height:10px !important;
    background:#ff3f6d !important;
    box-shadow:none !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px){
  #siteHeader .header-inner{
    width:calc(100% - 26px) !important;
    min-height:72px !important;
    height:72px !important;
    grid-template-columns:minmax(140px, 210px) minmax(300px, 1fr) minmax(145px, 210px) !important;
    gap:16px !important;
  }
  #siteHeader .bm-header-logo-img{
    height:42px !important;
    max-height:42px !important;
    max-width:150px !important;
  }
  #siteHeader .desktop-nav{
    gap:20px !important;
  }
  #siteHeader .desktop-nav-item{
    font-size:14px !important;
  }
  #siteHeader .header-actions{
    gap:15px !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:22px !important;
    height:22px !important;
  }
}

@media (max-width: 991px){
  #siteHeader .logo{
    top:8px !important;
    width:92px !important;
    max-width:92px !important;
    height:36px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:92px !important;
    max-height:36px !important;
    height:auto !important;
  }
}

@media (max-width: 390px){
  #siteHeader .logo{
    width:86px !important;
    max-width:86px !important;
    height:34px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:86px !important;
    max-height:34px !important;
  }
}

/* ===== V66 HEADER REAL ALIGNMENT FIX: desktop single-row grid + larger mobile logo ===== */
@media (min-width: 992px){
  #siteHeader,
  #siteHeader.header,
  #siteHeader.header-solid,
  #siteHeader.header-glass,
  #siteHeader.bm-smart-header,
  #siteHeader.bm-header-fixed-top{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:1600 !important;
    direction:ltr !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    transform:none !important;
  }
  #siteHeader .header-inner{
    direction:ltr !important;
    width:min(1460px, calc(100% - 40px)) !important;
    max-width:1460px !important;
    height:78px !important;
    min-height:78px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:minmax(170px, 255px) minmax(360px, 1fr) minmax(170px, 255px) !important;
    grid-template-rows:78px !important;
    grid-auto-rows:0 !important;
    align-items:center !important;
    gap:22px !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  #siteHeader .logo,
  #siteHeader .desktop-nav,
  #siteHeader .header-actions{
    grid-row:1 !important;
    align-self:center !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
  }
  #siteHeader .logo{
    grid-column:3 !important;
    justify-self:end !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    height:54px !important;
    max-width:190px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    padding:0 !important;
  }
  #siteHeader .bm-header-logo-img{
    width:auto !important;
    height:50px !important;
    max-width:188px !important;
    max-height:50px !important;
    display:block !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 7px 16px rgba(0,0,0,.40)) !important;
  }
  #siteHeader .desktop-nav{
    grid-column:2 !important;
    justify-self:center !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:28px !important;
    min-width:0 !important;
    width:auto !important;
    direction:rtl !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .desktop-nav-item{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:38px !important;
    min-height:38px !important;
    padding:0 4px !important;
    margin:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.94) !important;
    text-decoration:none !important;
    font-size:15px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 10px rgba(0,0,0,.55) !important;
  }
  #siteHeader .desktop-nav-item span{
    display:block !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  #siteHeader .desktop-nav-item:hover,
  #siteHeader .desktop-nav-item.active{
    color:#58adff !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .header-actions{
    grid-column:1 !important;
    justify-self:start !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    min-width:0 !important;
    width:auto !important;
    height:40px !important;
    direction:ltr !important;
    position:relative !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  #siteHeader .menu-btn,
  #siteHeader .bm-header-collection{
    display:none !important;
  }
  #siteHeader .bm-header-search{order:1 !important;}
  #siteHeader .notif-bell{order:2 !important;}
  #siteHeader .auth-dropdown{order:3 !important; position:relative !important; display:block !important;}
  #siteHeader .notif-bell,
  #siteHeader .bm-header-search,
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    height:38px !important;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.94) !important;
    text-decoration:none !important;
    font-size:15px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 10px rgba(0,0,0,.55) !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:23px !important;
    height:23px !important;
    stroke:currentColor !important;
    color:currentColor !important;
    display:block !important;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.35)) !important;
  }
  #siteHeader .auth-trigger span,
  #siteHeader .user-trigger span{
    display:block !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px){
  #siteHeader .header-inner{
    width:calc(100% - 28px) !important;
    height:70px !important;
    min-height:70px !important;
    grid-template-columns:minmax(132px, 205px) minmax(300px, 1fr) minmax(132px, 205px) !important;
    grid-template-rows:70px !important;
    gap:14px !important;
  }
  #siteHeader .logo{
    height:46px !important;
    max-width:150px !important;
  }
  #siteHeader .bm-header-logo-img{
    height:42px !important;
    max-height:42px !important;
    max-width:150px !important;
  }
  #siteHeader .desktop-nav{
    gap:18px !important;
  }
  #siteHeader .desktop-nav-item,
  #siteHeader .auth-trigger,
  #siteHeader .user-trigger{
    font-size:14px !important;
  }
  #siteHeader .header-actions{
    gap:13px !important;
  }
  #siteHeader .notif-bell svg,
  #siteHeader .bm-header-search svg{
    width:21px !important;
    height:21px !important;
  }
}

@media (max-width: 991px){
  #siteHeader .logo{
    top:7px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    width:112px !important;
    max-width:112px !important;
    height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  #siteHeader .bm-header-logo-img{
    width:auto !important;
    height:auto !important;
    max-width:112px !important;
    max-height:42px !important;
    object-fit:contain !important;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 4px 10px rgba(0,0,0,.36)) !important;
  }
}

@media (max-width: 370px){
  #siteHeader .logo{
    width:104px !important;
    max-width:104px !important;
    height:40px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:104px !important;
    max-height:40px !important;
  }
}

@media (max-width: 340px){
  #siteHeader .logo{
    width:96px !important;
    max-width:96px !important;
  }
  #siteHeader .bm-header-logo-img{
    max-width:96px !important;
  }
}

/* ===== V68 CLEAN HEADER: flat header, better buttons, smoother mobile drawers ===== */
#siteHeader,
#siteHeader.header,
#siteHeader.header-solid,
#siteHeader.header-glass,
#siteHeader.bm-smart-header,
#siteHeader.bm-header-fixed-top,
#siteHeader .header-inner{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
#siteHeader::before,
#siteHeader::after,
#siteHeader .header-inner::before,
#siteHeader .header-inner::after{
  display:none !important;
  content:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

@media (min-width: 992px){
  html body #siteHeader,
  html body #siteHeader.header,
  html body #siteHeader.header-solid,
  html body #siteHeader.header-glass,
  html body #siteHeader.bm-smart-header,
  html body #siteHeader.bm-header-fixed-top{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:1600 !important;
    direction:ltr !important;
    transform:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  html body #siteHeader .header-inner{
    direction:ltr !important;
    width:min(1460px, calc(100% - 42px)) !important;
    max-width:1460px !important;
    height:78px !important;
    min-height:78px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:minmax(190px, 270px) minmax(360px, 1fr) minmax(190px, 270px) !important;
    grid-template-rows:78px !important;
    grid-auto-rows:0 !important;
    align-items:center !important;
    gap:20px !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  html body #siteHeader .logo,
  html body #siteHeader .desktop-nav,
  html body #siteHeader .header-actions{
    grid-row:1 !important;
    align-self:center !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
  }

  html body #siteHeader .logo{
    grid-column:3 !important;
    justify-self:end !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    height:62px !important;
    max-width:224px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  html body #siteHeader .bm-header-logo-img{
    width:auto !important;
    height:58px !important;
    max-height:58px !important;
    max-width:218px !important;
    display:block !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 7px 16px rgba(0,0,0,.42)) !important;
  }

  html body #siteHeader .desktop-nav{
    grid-column:2 !important;
    justify-self:center !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    min-width:0 !important;
    width:auto !important;
    direction:rtl !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  html body #siteHeader .desktop-nav-item{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:40px !important;
    min-height:40px !important;
    padding:0 15px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:rgba(10,16,28,.24) !important;
    border:1px solid rgba(255,255,255,.075) !important;
    box-shadow:0 8px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.035) !important;
    color:rgba(255,255,255,.91) !important;
    text-decoration:none !important;
    font-size:14.5px !important;
    line-height:1 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 8px rgba(0,0,0,.45) !important;
    transition:background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
  }
  html body #siteHeader .desktop-nav-item:hover,
  html body #siteHeader .desktop-nav-item.active{
    color:#fff !important;
    background:rgba(var(--accent-rgb),.18) !important;
    border-color:rgba(var(--accent-rgb),.34) !important;
    box-shadow:0 10px 24px rgba(var(--accent-rgb),.13), inset 0 1px 0 rgba(255,255,255,.055) !important;
    transform:translateY(-1px) !important;
  }

  html body #siteHeader .header-actions{
    grid-column:1 !important;
    justify-self:start !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    min-width:0 !important;
    width:auto !important;
    height:42px !important;
    direction:ltr !important;
    position:relative !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  html body #siteHeader .menu-btn,
  html body #siteHeader .bm-header-collection{
    display:none !important;
  }
  html body #siteHeader .bm-header-search{order:1 !important;}
  html body #siteHeader .notif-bell{order:2 !important;}
  html body #siteHeader .auth-dropdown{order:3 !important; position:relative !important; display:block !important;}

  html body #siteHeader .notif-bell,
  html body #siteHeader .bm-header-search{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:14px !important;
    background:rgba(10,16,28,.28) !important;
    border:1px solid rgba(255,255,255,.085) !important;
    box-shadow:0 8px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.04) !important;
    color:#fff !important;
    text-decoration:none !important;
    text-shadow:none !important;
    transition:background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
  }
  html body #siteHeader .auth-trigger,
  html body #siteHeader .user-trigger{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:42px !important;
    min-width:78px !important;
    padding:0 18px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:rgba(10,16,28,.30) !important;
    border:1px solid rgba(255,255,255,.095) !important;
    box-shadow:0 8px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.04) !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 8px rgba(0,0,0,.42) !important;
    transition:background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
  }
  html body #siteHeader .notif-bell:hover,
  html body #siteHeader .bm-header-search:hover,
  html body #siteHeader .auth-trigger:hover,
  html body #siteHeader .user-trigger:hover{
    color:#fff !important;
    background:rgba(var(--accent-rgb),.18) !important;
    border-color:rgba(var(--accent-rgb),.34) !important;
    box-shadow:0 10px 24px rgba(var(--accent-rgb),.14), inset 0 1px 0 rgba(255,255,255,.055) !important;
    transform:translateY(-1px) !important;
  }
  html body #siteHeader .notif-bell svg,
  html body #siteHeader .bm-header-search svg{
    width:20px !important;
    height:20px !important;
    stroke:currentColor !important;
    color:currentColor !important;
    display:block !important;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.30)) !important;
  }
  html body #siteHeader .notif-badge{
    position:absolute !important;
    top:5px !important;
    right:5px !important;
    width:9px !important;
    height:9px !important;
    min-width:9px !important;
    padding:0 !important;
    border-radius:50% !important;
    background:#ff3f6d !important;
    border:1px solid rgba(9,12,20,.95) !important;
    box-shadow:0 0 0 3px rgba(255,63,109,.12), 0 0 11px rgba(255,63,109,.48) !important;
  }
  html body #siteHeader .auth-menu{
    top:calc(100% + 10px) !important;
    left:0 !important;
    right:auto !important;
    min-width:154px !important;
    padding:8px !important;
    background:rgba(10,14,24,.96) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:18px !important;
    box-shadow:0 18px 42px rgba(0,0,0,.34) !important;
    overflow:hidden !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px){
  html body #siteHeader .header-inner{
    width:calc(100% - 28px) !important;
    height:72px !important;
    min-height:72px !important;
    grid-template-columns:minmax(150px, 220px) minmax(300px, 1fr) minmax(150px, 220px) !important;
    grid-template-rows:72px !important;
    gap:12px !important;
  }
  html body #siteHeader .logo{height:54px !important;max-width:184px !important;}
  html body #siteHeader .bm-header-logo-img{height:50px !important;max-height:50px !important;max-width:180px !important;}
  html body #siteHeader .desktop-nav{gap:7px !important;}
  html body #siteHeader .desktop-nav-item{height:36px !important;padding:0 11px !important;font-size:13.5px !important;}
  html body #siteHeader .header-actions{gap:7px !important;height:38px !important;}
  html body #siteHeader .notif-bell,
  html body #siteHeader .bm-header-search{width:38px !important;height:38px !important;min-width:38px !important;border-radius:13px !important;}
  html body #siteHeader .auth-trigger,
  html body #siteHeader .user-trigger{height:38px !important;min-width:68px !important;padding:0 14px !important;font-size:13px !important;}
  html body #siteHeader .notif-bell svg,
  html body #siteHeader .bm-header-search svg{width:19px !important;height:19px !important;}
}

/* Mobile buttons: keep flat header, only polish the tappable buttons. */
@media (max-width: 991px){
  html body #siteHeader,
  html body #siteHeader .header-inner{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  html body #siteHeader .menu-btn,
  html body #siteHeader .bm-header-collection,
  html body #siteHeader .notif-bell,
  html body #siteHeader .bm-header-search{
    border-radius:13px !important;
    background:rgba(8,13,22,.20) !important;
    border:1px solid rgba(255,255,255,.07) !important;
    box-shadow:0 7px 18px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.035) !important;
    transition:background-color .18s ease, border-color .18s ease, transform .18s ease !important;
  }
  html body #siteHeader .menu-btn:active,
  html body #siteHeader .bm-header-collection:active,
  html body #siteHeader .notif-bell:active,
  html body #siteHeader .bm-header-search:active{
    transform:scale(.96) !important;
    background:rgba(var(--accent-rgb),.14) !important;
    border-color:rgba(var(--accent-rgb),.22) !important;
  }
}

/* Drawer polish: smoother hamburger menu and notification panel. */
html body .menu-overlay,
html body .notif-backdrop{
  position:fixed !important;
  inset:0 !important;
  background:rgba(0,0,0,.46) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:opacity .24s ease, visibility .24s ease !important;
  z-index:1900 !important;
  backdrop-filter:blur(2px) !important;
  -webkit-backdrop-filter:blur(2px) !important;
}
html body .menu-overlay.active,
html body .notif-backdrop.active{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
html body .sidebar-menu,
html body .notif-sidebar{
  position:fixed !important;
  top:0 !important;
  bottom:0 !important;
  right:0 !important;
  left:auto !important;
  height:100dvh !important;
  max-height:100dvh !important;
  display:flex !important;
  flex-direction:column !important;
  background:linear-gradient(180deg, rgba(16,20,30,.985), rgba(8,10,16,.985)) !important;
  border-left:1px solid rgba(var(--accent-rgb),.20) !important;
  border-right:0 !important;
  box-shadow:-28px 0 70px rgba(0,0,0,.48) !important;
  transform:translate3d(112%,0,0) scale(.985) !important;
  opacity:.98 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:transform .42s cubic-bezier(.16,1,.3,1), opacity .26s ease, visibility .42s ease !important;
  will-change:transform !important;
  contain:layout paint !important;
  overflow:hidden !important;
}
html body .sidebar-menu{width:min(334px, 88vw) !important;z-index:1950 !important;}
html body .notif-sidebar{width:min(388px, 92vw) !important;z-index:1960 !important;}
[dir="ltr"] html body .sidebar-menu,
[dir="ltr"] html body .notif-sidebar,
html[dir="ltr"] body .sidebar-menu,
html[dir="ltr"] body .notif-sidebar{
  right:auto !important;
  left:0 !important;
  border-left:0 !important;
  border-right:1px solid rgba(var(--accent-rgb),.20) !important;
  box-shadow:28px 0 70px rgba(0,0,0,.48) !important;
  transform:translate3d(-112%,0,0) scale(.985) !important;
}
html body .sidebar-menu.open,
html body .notif-sidebar.open{
  transform:translate3d(0,0,0) scale(1) !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
[dir="ltr"] html body .sidebar-menu.open,
[dir="ltr"] html body .notif-sidebar.open,
html[dir="ltr"] body .sidebar-menu.open,
html[dir="ltr"] body .notif-sidebar.open{
  transform:translate3d(0,0,0) scale(1) !important;
}
html body .sidebar-header,
html body .notif-header{
  min-height:72px !important;
  padding:16px 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0)) !important;
}
html body .sidebar-header .logo-text,
html body .notif-header h3{
  margin:0 !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:-.2px !important;
  text-shadow:0 2px 10px rgba(0,0,0,.38) !important;
}
html body .sidebar-header .logo-text::after,
html body .notif-header h3::after{
  content:"" !important;
  display:block !important;
  width:34px !important;
  height:3px !important;
  margin-top:9px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, var(--accent), transparent) !important;
}
html body .sidebar-close,
html body .notif-close{
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  background:rgba(255,255,255,.04) !important;
  color:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  transition:background-color .18s ease, border-color .18s ease, transform .18s ease !important;
}
html body .sidebar-close:hover,
html body .notif-close:hover{
  background:rgba(var(--accent-rgb),.14) !important;
  border-color:rgba(var(--accent-rgb),.28) !important;
  transform:translateY(-1px) !important;
}
html body .sidebar-close svg,
html body .notif-close svg{width:21px !important;height:21px !important;stroke:currentColor !important;}
html body .sidebar-user{
  margin:14px 14px 8px !important;
  padding:15px !important;
  border-radius:22px !important;
  border:1px solid rgba(var(--accent-rgb),.18) !important;
  background:linear-gradient(135deg, rgba(var(--accent-rgb),.12), rgba(255,255,255,.035)) !important;
  box-shadow:0 16px 34px rgba(0,0,0,.18) !important;
}
html body .sidebar-nav,
html body .notif-list{
  flex:1 1 auto !important;
  overflow:auto !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
  padding:12px !important;
}
html body .sidebar-footer{
  padding:12px !important;
  border-top:1px solid rgba(255,255,255,.07) !important;
}
html body .sidebar-item{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-height:48px !important;
  margin:4px 0 !important;
  padding:12px 13px !important;
  border-radius:17px !important;
  color:rgba(255,255,255,.92) !important;
  background:rgba(255,255,255,.025) !important;
  border:1px solid transparent !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:800 !important;
  transition:background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}
html body .sidebar-item:hover,
html body .sidebar-item.active{
  color:#fff !important;
  background:rgba(var(--accent-rgb),.13) !important;
  border-color:rgba(var(--accent-rgb),.18) !important;
  transform:translateX(-2px) !important;
}
html body .sidebar-item svg{width:21px !important;height:21px !important;stroke:currentColor !important;flex:0 0 auto !important;}
html body .notif-item{
  position:relative !important;
  margin:0 0 12px !important;
  padding:14px 14px 13px !important;
  border-radius:20px !important;
  background:linear-gradient(135deg, rgba(var(--accent-rgb),.105), rgba(255,255,255,.028)) !important;
  border:1px solid rgba(var(--accent-rgb),.16) !important;
  border-left:0 !important;
  box-shadow:0 16px 32px rgba(0,0,0,.17) !important;
  overflow:hidden !important;
}
html[dir="rtl"] body .notif-item::before,
body[dir="rtl"] .notif-item::before{
  content:"" !important;
  position:absolute !important;
  right:0 !important;
  top:14px !important;
  bottom:14px !important;
  width:3px !important;
  border-radius:999px !important;
  background:var(--accent) !important;
}
html[dir="ltr"] body .notif-item::before,
body[dir="ltr"] .notif-item::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:14px !important;
  bottom:14px !important;
  width:3px !important;
  border-radius:999px !important;
  background:var(--accent) !important;
}
html body .notif-message{
  color:rgba(255,255,255,.92) !important;
  font-size:13.5px !important;
  line-height:1.85 !important;
  font-weight:650 !important;
}
html body .notif-date{
  margin-top:9px !important;
  color:rgba(255,255,255,.48) !important;
  font-size:11px !important;
  line-height:1 !important;
  direction:ltr !important;
}
html body .notif-list > div[style]{
  margin:24px 0 !important;
  padding:36px 14px !important;
  border:1px dashed rgba(255,255,255,.10) !important;
  border-radius:22px !important;
  color:rgba(255,255,255,.50) !important;
  background:rgba(255,255,255,.025) !important;
}
@media (prefers-reduced-motion: reduce){
  html body .sidebar-menu,
  html body .notif-sidebar,
  html body .menu-overlay,
  html body .notif-backdrop,
  html body #siteHeader *{
    transition:none !important;
    animation:none !important;
  }
}

/* ===== V69 SOFT DRAWER MOTION: same flat header, smoother menu/notif opening ===== */
html body .menu-overlay,
html body .notif-backdrop{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:
    opacity .42s cubic-bezier(.22,1,.36,1),
    visibility 0s linear .42s,
    backdrop-filter .42s cubic-bezier(.22,1,.36,1),
    -webkit-backdrop-filter .42s cubic-bezier(.22,1,.36,1) !important;
  will-change:opacity, backdrop-filter !important;
}
html body .menu-overlay.active,
html body .notif-backdrop.active,
html body .menu-overlay.bm-overlay-closing,
html body .notif-backdrop.bm-overlay-closing{
  visibility:visible !important;
  pointer-events:auto !important;
  transition:
    opacity .42s cubic-bezier(.22,1,.36,1),
    visibility 0s linear 0s,
    backdrop-filter .42s cubic-bezier(.22,1,.36,1),
    -webkit-backdrop-filter .42s cubic-bezier(.22,1,.36,1) !important;
}
html body .menu-overlay.active,
html body .notif-backdrop.active{
  opacity:1 !important;
  backdrop-filter:blur(4px) !important;
  -webkit-backdrop-filter:blur(4px) !important;
}
html body .menu-overlay.bm-overlay-closing,
html body .notif-backdrop.bm-overlay-closing{
  opacity:0 !important;
  pointer-events:none !important;
  backdrop-filter:blur(0) !important;
  -webkit-backdrop-filter:blur(0) !important;
}
html body .sidebar-menu,
html body .notif-sidebar{
  transform:translate3d(116%,0,0) scale(.94) !important;
  transform-origin:right center !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:
    transform .58s cubic-bezier(.18,1,.25,1),
    opacity .46s cubic-bezier(.22,1,.36,1),
    visibility 0s linear .58s,
    box-shadow .58s cubic-bezier(.22,1,.36,1) !important;
  will-change:transform, opacity !important;
  backface-visibility:hidden !important;
  -webkit-font-smoothing:antialiased !important;
}
[dir="ltr"] html body .sidebar-menu,
[dir="ltr"] html body .notif-sidebar,
html[dir="ltr"] body .sidebar-menu,
html[dir="ltr"] body .notif-sidebar{
  transform:translate3d(-116%,0,0) scale(.94) !important;
  transform-origin:left center !important;
}
html body .sidebar-menu.open,
html body .notif-sidebar.open,
html body .sidebar-menu.bm-closing,
html body .notif-sidebar.bm-closing{
  visibility:visible !important;
  transition:
    transform .58s cubic-bezier(.18,1,.25,1),
    opacity .46s cubic-bezier(.22,1,.36,1),
    visibility 0s linear 0s,
    box-shadow .58s cubic-bezier(.22,1,.36,1) !important;
}
html body .sidebar-menu.open,
html body .notif-sidebar.open{
  transform:translate3d(0,0,0) scale(1) !important;
  opacity:1 !important;
  pointer-events:auto !important;
  box-shadow:-34px 0 86px rgba(0,0,0,.52) !important;
}
[dir="ltr"] html body .sidebar-menu.open,
[dir="ltr"] html body .notif-sidebar.open,
html[dir="ltr"] body .sidebar-menu.open,
html[dir="ltr"] body .notif-sidebar.open{
  transform:translate3d(0,0,0) scale(1) !important;
  box-shadow:34px 0 86px rgba(0,0,0,.52) !important;
}
html body .sidebar-menu.bm-closing,
html body .notif-sidebar.bm-closing{
  transform:translate3d(116%,0,0) scale(.94) !important;
  opacity:0 !important;
  pointer-events:none !important;
}
[dir="ltr"] html body .sidebar-menu.bm-closing,
[dir="ltr"] html body .notif-sidebar.bm-closing,
html[dir="ltr"] body .sidebar-menu.bm-closing,
html[dir="ltr"] body .notif-sidebar.bm-closing{
  transform:translate3d(-116%,0,0) scale(.94) !important;
}
html body .sidebar-header,
html body .sidebar-user,
html body .sidebar-item,
html body .sidebar-footer,
html body .notif-header,
html body .notif-item,
html body .notif-list > div[style]{
  opacity:0 !important;
  transform:translate3d(18px,0,0) scale(.985) !important;
  transition:
    transform .50s cubic-bezier(.18,1,.25,1),
    opacity .42s cubic-bezier(.22,1,.36,1),
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease !important;
  will-change:transform, opacity !important;
}
[dir="ltr"] html body .sidebar-header,
[dir="ltr"] html body .sidebar-user,
[dir="ltr"] html body .sidebar-item,
[dir="ltr"] html body .sidebar-footer,
[dir="ltr"] html body .notif-header,
[dir="ltr"] html body .notif-item,
html[dir="ltr"] body .sidebar-header,
html[dir="ltr"] body .sidebar-user,
html[dir="ltr"] body .sidebar-item,
html[dir="ltr"] body .sidebar-footer,
html[dir="ltr"] body .notif-header,
html[dir="ltr"] body .notif-item{
  transform:translate3d(-18px,0,0) scale(.985) !important;
}
html body .sidebar-menu.open .sidebar-header,
html body .sidebar-menu.open .sidebar-user,
html body .sidebar-menu.open .sidebar-item,
html body .sidebar-menu.open .sidebar-footer,
html body .notif-sidebar.open .notif-header,
html body .notif-sidebar.open .notif-item,
html body .notif-sidebar.open .notif-list > div[style]{
  opacity:1 !important;
  transform:translate3d(0,0,0) scale(1) !important;
}
html body .sidebar-menu.bm-closing .sidebar-header,
html body .sidebar-menu.bm-closing .sidebar-user,
html body .sidebar-menu.bm-closing .sidebar-item,
html body .sidebar-menu.bm-closing .sidebar-footer,
html body .notif-sidebar.bm-closing .notif-header,
html body .notif-sidebar.bm-closing .notif-item,
html body .notif-sidebar.bm-closing .notif-list > div[style]{
  transition-delay:0s !important;
}
html body .sidebar-menu.open .sidebar-header,
html body .notif-sidebar.open .notif-header{transition-delay:.07s !important;}
html body .sidebar-menu.open .sidebar-user{transition-delay:.11s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(1),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(1){transition-delay:.14s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(2),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(2){transition-delay:.17s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(3),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(3){transition-delay:.20s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(4),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(4){transition-delay:.23s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(5),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(5){transition-delay:.26s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(6),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(6){transition-delay:.29s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(7),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(7){transition-delay:.32s !important;}
html body .sidebar-menu.open .sidebar-nav .sidebar-item:nth-child(8),
html body .notif-sidebar.open .notif-list .notif-item:nth-child(8){transition-delay:.35s !important;}
html body .sidebar-menu.open .sidebar-footer{transition-delay:.22s !important;}
html body #siteHeader .menu-btn,
html body #siteHeader .notif-bell,
html body #siteHeader .bm-header-search,
html body #siteHeader .bm-header-collection{
  transition:
    transform .24s cubic-bezier(.22,1,.36,1),
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease !important;
}
html body #siteHeader .menu-btn:active,
html body #siteHeader .notif-bell:active,
html body #siteHeader .bm-header-search:active,
html body #siteHeader .bm-header-collection:active{
  transform:scale(.93) !important;
}
@media (prefers-reduced-motion: reduce){
  html body .sidebar-menu,
  html body .notif-sidebar,
  html body .menu-overlay,
  html body .notif-backdrop,
  html body .sidebar-header,
  html body .sidebar-user,
  html body .sidebar-item,
  html body .sidebar-footer,
  html body .notif-header,
  html body .notif-item,
  html body .notif-list > div[style]{
    transition:none !important;
    animation:none !important;
  }
}


/* ===== V70 MOBILE DRAWER PERFORMANCE: smoother on real phones, no heavy blur/scale ===== */
@media (max-width: 991px){
  html body #siteHeader .menu-btn,
  html body #siteHeader .bm-header-collection,
  html body #siteHeader .notif-bell,
  html body #siteHeader .bm-header-search{
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
    transform:translateZ(0) !important;
    will-change:transform !important;
  }

  html body .menu-overlay,
  html body .notif-backdrop{
    background:rgba(0,0,0,.52) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:opacity .26s cubic-bezier(.22,1,.36,1), visibility 0s linear .26s !important;
    will-change:opacity !important;
    contain:strict !important;
  }
  html body .menu-overlay.active,
  html body .notif-backdrop.active,
  html body .menu-overlay.bm-overlay-closing,
  html body .notif-backdrop.bm-overlay-closing{
    visibility:visible !important;
    transition:opacity .26s cubic-bezier(.22,1,.36,1), visibility 0s linear 0s !important;
  }
  html body .menu-overlay.active,
  html body .notif-backdrop.active{
    opacity:1 !important;
    pointer-events:auto !important;
  }
  html body .menu-overlay.bm-overlay-closing,
  html body .notif-backdrop.bm-overlay-closing{
    opacity:0 !important;
    pointer-events:none !important;
  }

  html body .sidebar-menu,
  html body .notif-sidebar{
    width:min(340px, 88vw) !important;
    height:100svh !important;
    min-height:100svh !important;
    max-height:100svh !important;
    top:0 !important;
    bottom:auto !important;
    right:0 !important;
    left:auto !important;
    transform:translate3d(104%,0,0) !important;
    transform-origin:right center !important;
    opacity:1 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    border-left:1px solid rgba(var(--accent-rgb),.18) !important;
    border-right:0 !important;
    background:#0b0f18 !important;
    box-shadow:-18px 0 46px rgba(0,0,0,.42) !important;
    transition:transform .34s cubic-bezier(.2,.9,.2,1), visibility 0s linear .34s !important;
    will-change:transform !important;
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
    contain:layout paint style !important;
    overflow:hidden !important;
  }
  html body .notif-sidebar{width:min(360px, 91vw) !important;}

  [dir="ltr"] html body .sidebar-menu,
  [dir="ltr"] html body .notif-sidebar,
  html[dir="ltr"] body .sidebar-menu,
  html[dir="ltr"] body .notif-sidebar{
    right:auto !important;
    left:0 !important;
    transform:translate3d(-104%,0,0) !important;
    transform-origin:left center !important;
    border-left:0 !important;
    border-right:1px solid rgba(var(--accent-rgb),.18) !important;
    box-shadow:18px 0 46px rgba(0,0,0,.42) !important;
  }

  html body .sidebar-menu.open,
  html body .notif-sidebar.open{
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translate3d(0,0,0) !important;
    transition:transform .34s cubic-bezier(.2,.9,.2,1), visibility 0s linear 0s !important;
  }
  html body .sidebar-menu.bm-closing,
  html body .notif-sidebar.bm-closing{
    visibility:visible !important;
    pointer-events:none !important;
    transform:translate3d(104%,0,0) !important;
    transition:transform .30s cubic-bezier(.4,0,.2,1), visibility 0s linear .30s !important;
  }
  [dir="ltr"] html body .sidebar-menu.open,
  [dir="ltr"] html body .notif-sidebar.open,
  html[dir="ltr"] body .sidebar-menu.open,
  html[dir="ltr"] body .notif-sidebar.open{
    transform:translate3d(0,0,0) !important;
  }
  [dir="ltr"] html body .sidebar-menu.bm-closing,
  [dir="ltr"] html body .notif-sidebar.bm-closing,
  html[dir="ltr"] body .sidebar-menu.bm-closing,
  html[dir="ltr"] body .notif-sidebar.bm-closing{
    transform:translate3d(-104%,0,0) !important;
  }

  /* On mobile, avoid animating every child separately; it looks smoother and costs less GPU/CPU. */
  html body .sidebar-header,
  html body .sidebar-user,
  html body .sidebar-item,
  html body .sidebar-footer,
  html body .notif-header,
  html body .notif-item,
  html body .notif-list > div[style]{
    opacity:1 !important;
    transform:none !important;
    transition:background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease !important;
    will-change:auto !important;
  }
  html body .sidebar-menu.open .sidebar-header,
  html body .sidebar-menu.open .sidebar-user,
  html body .sidebar-menu.open .sidebar-item,
  html body .sidebar-menu.open .sidebar-footer,
  html body .notif-sidebar.open .notif-header,
  html body .notif-sidebar.open .notif-item,
  html body .notif-sidebar.open .notif-list > div[style]{
    transition-delay:0s !important;
  }

  html body .sidebar-header,
  html body .notif-header{
    min-height:64px !important;
    padding:calc(12px + env(safe-area-inset-top)) 16px 12px !important;
    background:#0d121d !important;
  }
  html body .sidebar-nav,
  html body .notif-list{
    padding:10px 10px calc(12px + env(safe-area-inset-bottom)) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior-y:contain !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }
  html body .sidebar-nav::-webkit-scrollbar,
  html body .notif-list::-webkit-scrollbar{display:none !important;}

  html body .sidebar-item{
    min-height:46px !important;
    margin:3px 0 !important;
    padding:11px 12px !important;
    border-radius:15px !important;
    background:rgba(255,255,255,.025) !important;
  }
  html body .sidebar-item:active{
    transform:scale(.985) !important;
    background:rgba(var(--accent-rgb),.14) !important;
  }
  html body .notif-item{
    margin:0 0 10px !important;
    padding:13px 13px 12px !important;
    border-radius:17px !important;
    box-shadow:none !important;
    background:rgba(255,255,255,.035) !important;
  }

  html.bm-drawer-open,
  body.bm-drawer-open{
    overscroll-behavior:none !important;
  }
}

@media (max-width: 380px){
  html body .sidebar-menu{width:86vw !important;}
  html body .notif-sidebar{width:90vw !important;}
  html body .sidebar-header .logo-text,
  html body .notif-header h3{font-size:16px !important;}
  html body .sidebar-item{font-size:13.5px !important;min-height:44px !important;}
}


/* ===== BankMovie V71: clean auth/profile/search/view-all/movie spacing fixes ===== */
/* Login/Register: remove any social-login remnants even if old markup is still cached. */
.auth-page .social-login,
.auth-page .social-auth,
.auth-page .auth-social,
.auth-page .login-social,
.auth-page .register-social,
.auth-page .social-buttons,
.auth-page .social-links,
.auth-page .social-divider,
.auth-page .social-network,
.auth-page .social-networks,
.auth-page [class*="social"],
.auth-page [id*="social"],
.auth-page [class*="oauth"],
.auth-page [id*="oauth"]{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* Profile/header: keep username and logout dropdown inside the header frame. */
html body #siteHeader .auth-dropdown{
  flex:0 1 auto !important;
  max-width:168px !important;
  min-width:0 !important;
  overflow:visible !important;
}
html body #siteHeader .user-trigger,
html body #siteHeader .auth-trigger{
  max-width:168px !important;
  min-width:0 !important;
  overflow:hidden !important;
}
html body #siteHeader .user-trigger span,
html body #siteHeader .auth-trigger span{
  display:block !important;
  max-width:122px !important;
  min-width:0 !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}
html body.profile-page #siteHeader .user-trigger{max-width:150px !important;padding-inline:14px !important;}
html body.profile-page #siteHeader .user-trigger span{max-width:104px !important;}
html body #siteHeader .auth-menu{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  width:max-content !important;
  min-width:168px !important;
  max-width:min(220px, calc(100vw - 24px)) !important;
  overflow:hidden !important;
}
html body #siteHeader .auth-menu a,
html body #siteHeader .auth-menu-link{
  min-height:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  padding:10px 12px !important;
  border-radius:13px !important;
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  transition:background-color .16s ease,color .16s ease,transform .16s ease !important;
}
html[dir="rtl"] body #siteHeader .auth-menu a,
html[dir="rtl"] body #siteHeader .auth-menu-link{justify-content:flex-start !important; direction:rtl !important;}
html body #siteHeader .auth-menu a:hover,
html body #siteHeader .auth-menu-link:hover{
  background:rgba(var(--accent-rgb),.13) !important;
  color:#fff !important;
  transform:translateX(1px) !important;
}
html body #siteHeader .auth-menu-icon,
html body #siteHeader .auth-menu svg{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  color:currentColor !important;
  stroke:currentColor !important;
}
html body #siteHeader .auth-menu-logout{
  color:#ff9a9a !important;
  background:rgba(255,70,70,.075) !important;
}
html body #siteHeader .auth-menu-logout:hover{
  color:#ffb1b1 !important;
  background:rgba(255,70,70,.13) !important;
}
@media (min-width:992px) and (max-width:1240px){
  html body #siteHeader .auth-dropdown{max-width:136px !important;}
  html body #siteHeader .user-trigger,
  html body #siteHeader .auth-trigger{max-width:136px !important;}
  html body #siteHeader .user-trigger span,
  html body #siteHeader .auth-trigger span{max-width:88px !important;}
}

/* Search / View All: give the absolute desktop header enough breathing room so logo never sits on title/search text. */
body.search-page .search-section{
  padding-top:92px !important;
}
body.view-all-page .page-title{
  padding-top:92px !important;
}
body.view-all-page .result-tools{
  margin-top:2px !important;
}
@media (max-width:991px){
  body.search-page .search-section{padding-top:70px !important;}
  body.view-all-page .page-title{padding-top:70px !important;}
}
@media (max-width:540px){
  body.search-page .search-section{padding-top:66px !important;}
  body.view-all-page .page-title{padding-top:66px !important;}
}

/* Movie.php: reduce the extra vertical gap without pushing content under the header. */
body.movie-page.bm-design2-safe .container{
  padding-top:12px !important;
}
body.movie-page.bm-design2-safe .movie-detail{
  margin-top:0 !important;
}
@media (min-width:992px){
  body.movie-page.bm-design2-safe .container{padding-top:10px !important;}
}
@media (max-width:768px){
  body.movie-page.bm-design2-safe .container{padding-top:8px !important;}
  body.movie-page.bm-design2-safe .movie-detail{margin-top:0 !important;}
}


/* ===== BankMovie V72: admin panel button + auth social footer removal ===== */
.auth-page .bm-global-footer,
.auth-page .typing-footer,
.auth-page footer[data-bm-global-footer],
.auth-page [data-bm-global-footer],
.auth-page footer[aria-label*="social"]{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

html body #siteHeader .admin-panel-trigger{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  order:3 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  height:42px !important;
  min-width:0 !important;
  max-width:148px !important;
  padding:0 14px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(var(--accent-rgb),.14) !important;
  border:1px solid rgba(var(--accent-rgb),.28) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.045) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13.5px !important;
  line-height:1 !important;
  font-weight:950 !important;
  white-space:nowrap !important;
  text-shadow:0 2px 8px rgba(0,0,0,.35) !important;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease !important;
}
html body #siteHeader .admin-panel-trigger:hover{
  background:rgba(var(--accent-rgb),.22) !important;
  border-color:rgba(var(--accent-rgb),.42) !important;
  box-shadow:0 10px 26px rgba(var(--accent-rgb),.15), inset 0 1px 0 rgba(255,255,255,.06) !important;
  transform:translateY(-1px) !important;
}
html body #siteHeader .admin-panel-trigger .admin-panel-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  color:currentColor !important;
  stroke:currentColor !important;
  display:block !important;
}
html body #siteHeader .admin-panel-trigger span{
  display:block !important;
  max-width:92px !important;
  min-width:0 !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}
html body #siteHeader .auth-menu-admin{
  color:#dbeafe !important;
  background:rgba(var(--accent-rgb),.095) !important;
}
html body #siteHeader .auth-menu-admin:hover{
  color:#fff !important;
  background:rgba(var(--accent-rgb),.16) !important;
}
@media (min-width:1241px){
  html body #siteHeader.header-admin .header-inner{
    grid-template-columns:minmax(320px, 390px) minmax(360px, 1fr) minmax(190px, 270px) !important;
  }
}
@media (max-width:1240px){
  html body #siteHeader .admin-panel-trigger{
    display:none !important;
  }
}

html body #siteHeader .auth-dropdown{order:4 !important;}


/* ===== V77 compact glass app banner + modal installer + lightbox ===== */
@media (max-width: 991px){
  body.has-bm-app-mini-banner{padding-bottom:148px !important;}
  .bm-app-mini-banner{
    position:fixed !important;left:50% !important;bottom:calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    transform:translateX(-50%) translateY(0) !important;width:min(460px, calc(100% - 18px)) !important;z-index:1446 !important;
    opacity:1 !important;direction:rtl !important;transition:transform .25s cubic-bezier(.22,.61,.36,1), opacity .2s ease !important;
  }
  .bm-app-mini-banner.nav-hidden,.bm-app-mini-banner.is-closing{transform:translateX(-50%) translateY(14px) !important;opacity:0 !important;pointer-events:none !important;}
  .bm-app-mini-banner.nav-compact{bottom:calc(82px + env(safe-area-inset-bottom, 0px)) !important;}
  .bm-app-mini-card{position:relative;min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 12px;border-radius:24px;background:linear-gradient(180deg, rgba(18,22,33,.54), rgba(9,11,18,.44));border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 34px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%);overflow:hidden;isolation:isolate}
  .bm-app-mini-card::before,.bm-app-mini-card::after{content:'';position:absolute;pointer-events:none;border-radius:999px;opacity:.9}
  .bm-app-mini-card::before{inset:0 auto auto 0;width:120px;height:56px;background:radial-gradient(circle at left top, rgba(255,255,255,.14), rgba(255,255,255,0) 72%)}
  .bm-app-mini-card::after{inset:auto -28px -40px auto;width:140px;height:140px;background:radial-gradient(circle, rgba(255,204,61,.16), rgba(255,204,61,0) 72%)}
  .bm-app-mini-copy{min-width:0;display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;color:#fff;text-align:right;cursor:pointer;position:relative;z-index:1}
  .bm-app-mini-icon{width:48px;height:48px;flex:0 0 48px;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}
  .bm-app-mini-icon img{width:100%;height:100%;object-fit:cover;display:block}
  .bm-app-mini-text{min-width:0;display:block}.bm-app-mini-text strong{display:block;font-size:14px;line-height:1.45;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bm-app-mini-text span{display:block;margin-top:3px;font-size:11px;line-height:1.55;font-weight:760;color:rgba(255,255,255,.74);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .bm-app-mini-cta{height:48px;min-width:86px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:linear-gradient(135deg,#ffd85a,#ffc22e);color:#171717;font-weight:1000;font-size:15px;cursor:pointer;box-shadow:0 10px 22px rgba(255,194,46,.20);position:relative;z-index:1;white-space:nowrap}
  .bm-app-mini-cta img{width:18px;height:18px;display:block;flex:0 0 auto}
  .bm-app-mini-close{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.065);color:#e4e9f4;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:1;flex:0 0 auto}
  .bm-app-mini-close svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.2}

  .bm-app-install-modal{position:fixed;inset:0;z-index:2400;display:flex;align-items:flex-end;justify-content:center;padding:18px 14px calc(18px + env(safe-area-inset-bottom,0px));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;direction:rtl}
  .bm-app-install-modal.open{opacity:1;visibility:visible;pointer-events:auto}.bm-app-install-modal.closing{opacity:0;visibility:visible}
  .bm-app-install-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.70);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .bm-app-install-sheet{position:relative;width:min(430px,100%);max-height:min(82vh,680px);overflow:auto;border-radius:26px;background:linear-gradient(180deg,#171a22,#0d1017);border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 70px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.06);padding:22px 18px 18px;transform:translateY(22px) scale(.98);transition:transform .26s cubic-bezier(.22,.61,.36,1);-webkit-overflow-scrolling:touch}
  .bm-app-install-modal.open .bm-app-install-sheet{transform:translateY(0) scale(1)}
  .bm-app-install-close{position:absolute;top:16px;left:16px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
  .bm-app-install-close svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.1}
  .bm-app-install-head{text-align:center;padding:12px 32px 16px;border-bottom:1px solid rgba(255,255,255,.07)}
  .bm-app-install-head h3{margin:0;color:#fff;font-size:19px;line-height:1.55;font-weight:1000}.bm-app-install-head p{margin:10px 0 0;color:rgba(255,255,255,.76);font-size:13px;line-height:2;font-weight:700}
  .bm-app-install-shots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0 14px}
  .bm-app-install-shot{position:relative;margin:0;height:176px;border-radius:18px;overflow:hidden;background:#070a10;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);padding:0;cursor:pointer}
  .bm-app-install-shot img{width:100%;height:100%;object-fit:cover;display:block}
  .bm-app-shot-open{position:absolute;left:8px;right:8px;bottom:8px;min-height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.44);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.10);color:#fff;font-size:10px;font-weight:900;opacity:.92}
  .bm-app-install-info{display:grid;gap:8px;margin:0 0 14px}.bm-app-install-info span{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px 10px;border-radius:13px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.075);color:#edf2ff;font-size:12px;font-weight:850;line-height:1.6}
  .bm-app-install-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bm-app-install-actions a{height:54px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:15px;font-weight:1000;padding:0 12px}.bm-app-install-actions a img{display:block;flex:0 0 auto}
  .bm-app-install-main{background:linear-gradient(135deg,#ffd85a,#ffc22e);color:#171717!important;box-shadow:0 14px 32px rgba(255,194,46,.22)}.bm-app-install-main img{width:22px;height:22px}
  .bm-app-install-secondary{background:rgba(255,255,255,.06);color:#fff!important;border:1px solid rgba(255,255,255,.09)}.bm-app-install-secondary img{width:22px;height:22px;border-radius:6px}

  .bm-app-shot-lightbox{position:fixed;inset:0;z-index:2500;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease;direction:rtl}
  .bm-app-shot-lightbox.open{opacity:1;visibility:visible;pointer-events:auto}
  .bm-app-shot-lightbox-backdrop{position:absolute;inset:0;background:rgba(3,5,10,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .bm-app-shot-lightbox-dialog{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:22px 14px}
  .bm-app-shot-figure{margin:0;max-width:min(92vw,430px);max-height:78vh;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 64px rgba(0,0,0,.45)}
  .bm-app-shot-figure img{display:block;max-width:100%;max-height:78vh;width:auto;height:auto;background:#000}
  .bm-app-shot-lightbox-close,.bm-app-shot-nav{position:absolute;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .bm-app-shot-lightbox-close{top:20px;left:20px;width:40px;height:40px;border-radius:999px}
  .bm-app-shot-lightbox-close svg{width:17px;height:17px;stroke:currentColor;stroke-width:2.1}
  .bm-app-shot-nav{top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px}
  .bm-app-shot-nav.prev{right:12px}.bm-app-shot-nav.next{left:12px}.bm-app-shot-nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2}
}
@media (max-width:420px){
  body.has-bm-app-mini-banner{padding-bottom:144px !important;}.bm-app-mini-banner{width:calc(100% - 14px)!important;bottom:calc(84px + env(safe-area-inset-bottom,0px))!important}
  .bm-app-mini-card{min-height:70px;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:9px 10px;border-radius:21px}.bm-app-mini-icon{width:44px;height:44px;flex-basis:44px;border-radius:14px}.bm-app-mini-text strong{font-size:13px}.bm-app-mini-text span{font-size:10px}.bm-app-mini-cta{height:44px;min-width:74px;padding:0 11px;border-radius:14px;font-size:14px;gap:6px}.bm-app-mini-cta img{width:16px;height:16px}
  .bm-app-install-sheet{border-radius:24px;padding:20px 16px 16px;max-height:84vh}.bm-app-install-head h3{font-size:17px}.bm-app-install-head p{font-size:12px}.bm-app-install-shot{height:154px;border-radius:16px}.bm-app-install-actions a{height:50px;font-size:14px}
}
@media (min-width:992px){.bm-app-mini-banner,.bm-app-install-modal,.bm-app-shot-lightbox{display:none!important}}
