/* Movies Hub + Home Portal V1 — scoped visual/navigation additions only. */
@media (min-width:1001px){
  html body .topbar .movies-nav-dropdown{
    position:relative!important;z-index:2147483500!important;display:flex!important;
    align-items:center!important;flex:0 0 auto!important;min-height:76px!important;overflow:visible!important;
  }
  html body .topbar .nav .movies-nav-dropdown__label{
    display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
    min-height:76px!important;height:76px!important;margin:0!important;padding:0!important;position:relative!important;
    z-index:2147483550!important;font-size:18px!important;line-height:1.08!important;font-weight:800!important;
    letter-spacing:.005em!important;white-space:nowrap!important;border-bottom:0!important;color:#dbe0dc!important;
  }
  html body .topbar .nav .movies-nav-dropdown__label::after{
    content:""!important;position:absolute!important;left:0!important;right:0!important;top:calc(50% + 30px)!important;
    height:3px!important;border-radius:3px!important;background:var(--lime,#a6b979)!important;opacity:0!important;
    pointer-events:none!important;transform:scaleX(.72)!important;transform-origin:center!important;
    transition:opacity .12s ease,transform .12s ease!important;
  }
  html body .topbar .nav .movies-nav-dropdown__label:hover::after,
  html body .topbar .nav .movies-nav-dropdown__label.active::after{opacity:1!important;transform:scaleX(1)!important}
  html body .topbar .movies-nav-dropdown__menu{
    display:block!important;position:absolute!important;z-index:2147483646!important;left:50%!important;top:72px!important;
    transform:translate(-50%,-4px)!important;min-width:230px!important;width:max-content!important;max-width:320px!important;
    margin:0!important;padding:12px!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
    background:linear-gradient(180deg,rgba(10,37,30,.999),rgba(6,24,20,.999))!important;
    border:1px solid rgba(222,184,99,.52)!important;border-radius:16px!important;
    box-shadow:0 24px 68px rgba(0,0,0,.72),inset 0 1px 0 rgba(245,218,151,.08)!important;
    transition:opacity .08s ease,transform .08s ease,visibility 0s linear .12s!important;
  }
  html body .topbar .movies-nav-dropdown__menu::before{
    content:""!important;position:absolute!important;left:-8px!important;right:-8px!important;top:-5px!important;
    height:6px!important;pointer-events:auto!important;background:transparent!important;
  }
  html body .topbar .movies-nav-dropdown.is-open .movies-nav-dropdown__menu,
  html body .topbar .movies-nav-dropdown.force-open .movies-nav-dropdown__menu,
  html body .topbar .movies-nav-dropdown:focus-within .movies-nav-dropdown__menu{
    visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(-50%,0)!important;
    transition-delay:0s!important;
  }
  html body .topbar .movies-nav-dropdown__menu a{
    display:block!important;padding:14px 18px!important;margin:0!important;border-radius:10px!important;
    white-space:nowrap!important;font-size:15.5px!important;line-height:1.25!important;color:#cbd8d1!important;
  }
  html body .topbar .movies-nav-dropdown__menu a:hover,
  html body .topbar .movies-nav-dropdown__menu a.active{
    color:#f0d38d!important;background:rgba(86,170,126,.13)!important;
  }
}
@media (min-width:1001px) and (max-width:1240px){
  html body .topbar .nav .movies-nav-dropdown__label{font-size:17px!important}
}
@media (max-width:720px){
  html body .topbar .movies-nav-dropdown{display:block!important;width:100%!important}
  html body .topbar .movies-nav-dropdown__label{
    display:flex!important;align-items:center!important;gap:6px!important;width:max-content!important;
    padding:8px 0!important;font-weight:800!important;color:#dbe9e1!important;
  }
  html body .topbar .movies-nav-dropdown__menu{
    display:none!important;position:static!important;flex-direction:column!important;gap:2px!important;min-width:0!important;
    margin:2px 0 0 12px!important;padding:4px 10px!important;border-left:2px solid rgba(139,211,171,.35)!important;
    background:transparent!important;box-shadow:none!important;
  }
  html body .topbar .movies-nav-dropdown.is-open .movies-nav-dropdown__menu,
  html body .topbar .nav.open .movies-nav-dropdown__menu{display:flex!important}
  html body .topbar .movies-nav-dropdown__menu a{padding:7px 9px!important;font-size:.92rem!important;color:#c9ddd3!important}
}

html body .home-portal-section{margin-top:24px!important;padding-top:42px!important;padding-bottom:34px!important}
html body .home-portal-kicker{
  display:block;margin-bottom:8px;color:#d6b763;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;
}
html body .home-portal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
html body .home-portal-card{
  position:relative;display:flex;align-items:center;gap:15px;min-height:148px;padding:24px 22px;overflow:hidden;
  border:1px solid rgba(106,205,157,.28);border-radius:20px;
  background:radial-gradient(circle at 88% 14%,rgba(217,180,94,.10),transparent 26%),
             linear-gradient(180deg,rgba(21,58,44,.96),rgba(13,40,31,.96));
  box-shadow:0 18px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035);
  color:#edf8f2!important;text-decoration:none;
}
html body .home-portal-card::after{
  content:"";position:absolute;width:115px;height:115px;right:-48px;bottom:-55px;border:1px solid rgba(225,187,96,.17);
  border-radius:50%;box-shadow:0 0 0 20px rgba(225,187,96,.025),0 0 0 42px rgba(91,181,138,.025);
}
html body .home-portal-card:hover{
  transform:translateY(-4px)!important;border-color:rgba(128,221,174,.45)!important;
  background:radial-gradient(circle at 88% 14%,rgba(217,180,94,.14),transparent 27%),
             linear-gradient(180deg,rgba(26,69,52,.98),rgba(16,49,38,.98));
  box-shadow:0 22px 46px rgba(0,0,0,.21),0 0 24px rgba(62,154,111,.09)!important;
}
html body .home-portal-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}
html body .home-portal-copy{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;gap:7px}
html body .home-portal-copy strong{color:#f1d189;font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.05}
html body .home-portal-copy small{color:#b9d2c5;font-size:14px;line-height:1.45}
html body .home-portal-arrow{position:relative;z-index:1;margin-left:auto;color:#91d9b3;font-size:24px}
html body .home-today-strip{padding-top:10px!important;padding-bottom:52px!important}
html body .home-today-inner{
  display:flex;align-items:center;justify-content:center;gap:16px;min-height:68px;padding:15px 20px;
  border:1px solid rgba(95,185,141,.18);border-radius:18px;background:rgba(13,41,31,.65);
  color:#bcd4c7;text-align:center;flex-wrap:wrap;
}
html body .home-today-inner > span{color:#e0bf72;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
html body .home-today-inner strong{color:#dcece4;font-size:14px}
html body .home-today-inner i{width:4px;height:4px;border-radius:50%;background:#6fbd92}
html body .movie-hub-hero{min-height:285px}
html body .movie-hub-actions{margin-top:22px}

@media (max-width:1100px){html body .home-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){
  html body .home-portal-grid{grid-template-columns:1fr}
  html body .home-portal-card{min-height:126px}
  html body .home-today-inner{justify-content:flex-start;text-align:left}
}
