
/* ArezzoMT2 v86 - sharper video background */

/* keep v85 behavior, just sharper and cleaner */
body.az-v22-body .az82-video-bg{
  background:#06070f url('../images/az86-live-wind-poster.jpg') center center / cover no-repeat !important;
}
body.az-v22-body .az82-video-bg video{
  transform:translateZ(0) !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:contrast(1.08) saturate(1.06) brightness(.98) !important;
  image-rendering:auto !important;
  backface-visibility:hidden !important;
  -webkit-backface-visibility:hidden !important;
}
/* lighter overlay so the scene looks less muddy */
body.az-v22-body .az82-video-vignette{
  background:
    linear-gradient(180deg, rgba(7,8,14,.18), rgba(7,8,14,.28) 60%, rgba(7,8,14,.62) 100%),
    linear-gradient(90deg, rgba(0,0,0,.40), rgba(0,0,0,.08) 30%, rgba(0,0,0,.08) 70%, rgba(0,0,0,.40)) !important;
}
body.az-v22-body .az82-video-glow{opacity:.09 !important}
/* less blur on panels for overall crispness */
body.az-v22-body .az74-card{
  background:linear-gradient(180deg, rgba(31,36,67,.60), rgba(17,20,40,.72)) !important;
  backdrop-filter:blur(4px) !important;
}
body.az-v22-body .az74-news-card,
body.az-v22-body .az74-subpage-card{
  background:linear-gradient(180deg, rgba(28,32,58,.70), rgba(14,17,32,.80)) !important;
}
body.az-v22-body .az74-rank-card,
body.az-v22-body .az74-login-card,
body.az-v22-body .az74-guild-card,
body.az-v22-body .az74-community-card{
  background:linear-gradient(180deg, rgba(31,36,67,.62), rgba(17,20,40,.74)) !important;
}
/* text a touch crisper */
body.az-v22-body .az74-page{
  text-shadow:none !important;
}
