/* CINEGO v905 — watch detail poster slightly wider, true 2:3 ratio.
   Scope lock: public watch detail desktop/tablet only.
   Home cards, Mini Drama lists, player, auth, payment and admin are untouched. */
@media (min-width:1181px){
  body.watch-mode .detail-layout{
    grid-template-columns:minmax(380px,400px) minmax(0,1fr)!important;
    max-width:1240px!important;
  }
  body.watch-mode .detail-poster-card{
    width:100%!important;
    aspect-ratio:2 / 3!important;
    align-self:start!important;
    min-height:0!important;
  }
}

@media (min-width:981px) and (max-width:1180px){
  body.watch-mode .detail-layout{
    grid-template-columns:minmax(330px,370px) minmax(0,1fr)!important;
    max-width:1160px!important;
  }
  body.watch-mode .detail-poster-card{
    width:100%!important;
    aspect-ratio:2 / 3!important;
    align-self:start!important;
    min-height:0!important;
  }
}
