/* Local contrast over artwork. Load after content-badges-v6.css.
   The 70% dark fill is the fallback as well as the contrast floor: #f7f7fa
   over a pure-white image remains above 7:1 before any backdrop filtering.
   Dimensions stay with v6, including the compact library's 20/18px labels. */
.poster-signature .content-badge,
.poster-signature .poster-definition {
  color:#f7f7fa;
  background:rgba(8,10,16,.70);
  border:0;
  box-shadow:0 2px 7px #00000029;
  filter:none;
  -webkit-backdrop-filter:blur(6px) saturate(.78) brightness(.7);
  backdrop-filter:blur(6px) saturate(.78) brightness(.7);
}

.poster-signature .content-badge {
  padding:0;
}

.poster-signature .content-badge>img {
  filter:none!important;
}

/* A single format marker now has one stable inset on every catalogue card. */
.poster-signature{left:8px!important;right:auto!important;bottom:8px!important;top:auto!important;width:max-content;max-width:calc(100% - 16px)!important;flex-wrap:nowrap!important}
@media(hover:none) and (prefers-reduced-motion:no-preference){
 .film-card .poster-link:active{border-color:rgba(var(--accent-rgb),.6)}
 .film-card:active .poster-wrap{transform:scale(.988)}
}

.poster-signature .poster-definition {
  text-shadow:0 1px 2px #0008;
}

@media (prefers-contrast:more), (forced-colors:active) {
  .poster-signature .content-badge,
  .poster-signature .poster-definition {
    forced-color-adjust:none;
    color:#f7f7fa;
    background:#080a10;
    box-shadow:none;
    text-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
}
