#dvdPosterOverlay{align-items:center;justify-content:center;overflow:auto!important;background:radial-gradient(ellipse at center,rgba(20,15,8,.85) 0%,rgba(0,0,0,.95) 80%)!important;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);padding:4vmin}
#dvdPosterOverlay[style*="display: block"],#dvdPosterOverlay[style*="display:block"],#dvdPosterOverlay[style*="display: flex"],#dvdPosterOverlay[style*="display:flex"]{display:flex!important}
#dvdPosterOverlay .dvd-popup{margin:0!important;width:auto!important;max-width:none!important;display:flex;align-items:center;justify-content:center}
#dvdPosterOverlay .dvd-close{position:fixed!important;top:3vmin!important;right:3vmin!important;color:#ff8c00!important;font-size:28px!important;line-height:1;font-weight:300;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.55);border:1px solid rgba(255,140,0,.45);transition:all .25s ease;z-index:10001}
#dvdPosterOverlay .dvd-close:hover{background:rgba(255,140,0,.15);transform:scale(1.1);box-shadow:0 0 22px rgba(255,140,0,.45)}
#dvdPosterOverlay .dvd-viewport{perspective:1800px!important;width:auto!important;height:auto!important;display:flex!important;align-items:center;justify-content:center}
#dvdPosterOverlay .dvd-poster{position:relative!important;width:min(380px, calc((100vh - 10vmin) * 0.6667))!important;height:min(570px, calc(100vh - 10vmin))!important;aspect-ratio:2/3!important;transform-style:preserve-3d!important;border-radius:4px;box-shadow:0 40px 100px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.08),0 0 80px rgba(255,140,0,.18)}
#dvdPosterOverlay .dvd-poster-front{position:absolute;inset:0;backface-visibility:hidden;overflow:hidden;border-radius:4px;background:#000;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 0 30px rgba(0,0,0,.4)}
#dvdPosterOverlay .dvd-poster-front::after{content:'';position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 65%,rgba(0,0,0,.15) 100%);pointer-events:none;border-radius:4px}
#dvdPosterOverlay .dvd-poster img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}
#dvdPosterOverlay .dvd-edge-left,#dvdPosterOverlay .dvd-edge-right{position:absolute;background:linear-gradient(to right,#0a0c0f 0%,#1c2026 15%,#2c333d 50%,#1c2026 85%,#0a0c0f 100%)!important;box-shadow:inset 0 0 12px rgba(0,0,0,.8),inset 0 2px 0 rgba(255,255,255,.04)!important;overflow:hidden}
#dvdPosterOverlay .dvd-edge-top,#dvdPosterOverlay .dvd-edge-bottom{position:absolute;background:linear-gradient(to bottom,#0a0c0f 0%,#1c2026 15%,#2c333d 50%,#1c2026 85%,#0a0c0f 100%)!important;box-shadow:inset 0 0 12px rgba(0,0,0,.8),inset 2px 0 0 rgba(255,255,255,.04)!important;overflow:hidden}
#dvdPosterOverlay .dvd-edge-left{left:-16px!important;top:0;width:16px!important;height:100%;transform:rotateY(-90deg)!important;transform-origin:right center}
#dvdPosterOverlay .dvd-edge-right{right:-16px!important;top:0;width:16px!important;height:100%;transform:rotateY(90deg)!important;transform-origin:left center}
#dvdPosterOverlay .dvd-edge-top{top:-16px!important;left:0;width:100%;height:16px!important;transform:rotateX(90deg)!important;transform-origin:center bottom}
#dvdPosterOverlay .dvd-edge-bottom{bottom:-16px!important;left:0;width:100%;height:16px!important;transform:rotateX(-90deg)!important;transform-origin:center top}
#dvdPosterOverlay .dvd-edge-left::before,#dvdPosterOverlay .dvd-edge-right::before{content:'';position:absolute;top:8%;bottom:8%;left:50%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(255,140,0,.5) 30%,#ff8c00 50%,rgba(255,140,0,.5) 70%,transparent 100%);transform:translateX(-50%);box-shadow:0 0 8px rgba(255,140,0,.6)}
#dvdPosterOverlay .dvd-edge-left::after,#dvdPosterOverlay .dvd-edge-right::after{content:'';position:absolute;top:0;left:0;right:0;height:14%;background:linear-gradient(to bottom,rgba(255,255,255,.12) 0%,transparent 100%);pointer-events:none}
#dvdPosterOverlay .dvd-poster::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#1a1d23 0%,#0f1115 100%);transform:translateZ(-1px) translateY(0);border-radius:4px;z-index:-1}
#dvdPosterOverlay .dvd-poster::after{content:'';position:absolute;left:50%;bottom:-32px;width:78%;height:24px;background:radial-gradient(ellipse,rgba(0,0,0,.55) 0%,rgba(0,0,0,0) 70%);transform:translateX(-50%);filter:blur(6px);pointer-events:none}
#dvdPosterOverlay .dvd-highlight{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.32) 28%,rgba(255,255,255,.4) 32%,rgba(255,255,255,0) 52%);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:4px;mix-blend-mode:overlay}
@media (max-width:600px){
  #dvdPosterOverlay{padding:2vmin}
  #dvdPosterOverlay .dvd-poster{width:min(82vw, calc((100vh - 14vmin) * 0.6667))!important;height:min(calc(82vw * 1.5), calc(100vh - 14vmin))!important}
  #dvdPosterOverlay .dvd-close{top:2vmin!important;right:2vmin!important;font-size:22px!important;width:38px;height:38px}
  #dvdPosterOverlay .dvd-edge-left,#dvdPosterOverlay .dvd-edge-right,#dvdPosterOverlay .dvd-edge-top,#dvdPosterOverlay .dvd-edge-bottom{display:none}
}
@media (max-height:600px){
  #dvdPosterOverlay .dvd-poster{height:min(540px, calc(100vh - 6vmin))!important;width:min(360px, calc((100vh - 6vmin) * 0.6667))!important}
}
