/* MovieLinkBD V76.64 — unified public canvas, categories and footer flow */
:root{
  --mlbd-flow-canvas:#3a3f44;
  --mlbd-flow-surface:#272b30;
  --mlbd-flow-surface-soft:#30343a;
  --mlbd-flow-button:#414750;
  --mlbd-flow-button-hover:#4b525c;
  --mlbd-flow-text:#e6eaf2;
  --mlbd-flow-muted:rgba(255,255,255,.66);
  --mlbd-flow-cyan:#00eaff;
}
html,body,#page-top{
  min-height:100%;
  background:var(--mlbd-flow-canvas)!important;
}
body{overflow-x:hidden}
#wrapper,
#wrapper #content-wrapper,
#wrapper #content-wrapper #content{
  background:var(--mlbd-flow-canvas)!important;
}
.navbar.bg-white{background:transparent!important}

/* Keep public content on one visual canvas instead of stacked background bands. */
.mlbd-origin-details-shell,
.mlbd-origin-details-panel{
  background:transparent!important;
}

/* Footer: compact, aligned and visually connected to the page. */
footer.mlbd-site-footer{
  width:min(1180px,calc(100% - 16px));
  margin:8px auto 0;
  padding:14px 8px 18px!important;
  background:transparent!important;
  color:var(--mlbd-flow-muted)!important;
  text-align:center;
}
footer.mlbd-site-footer .container{
  max-width:none!important;
  padding:0!important;
}
footer.mlbd-site-footer a{transition:color .16s ease,opacity .16s ease}
footer.mlbd-site-footer a:hover{color:var(--mlbd-flow-cyan)!important;opacity:1}
footer.mlbd-site-footer .mlbd-footer-brand{color:#facc15!important;font-weight:800}
footer.mlbd-site-footer .mlbd-footer-mirrors{margin:3px 0 5px!important}
footer.mlbd-site-footer .mlbd-footer-copy{color:rgba(255,255,255,.48)!important}

@media(max-width:700px){
  footer.mlbd-site-footer{width:calc(100% - 10px);padding:10px 4px 15px!important}
  footer.mlbd-site-footer .mlbd-footer-mirrors a{display:inline-block;margin:2px 4px!important}
}

/* V76.64 — restore the original dark `bg-white` card language. */
.bg-white{background-color:#272b30!important}
.mlbd-origin-details .bg-white,
.cr-shell .bg-white,
.mlbd-request-cta.bg-white{background-color:#272b30!important}
