.pb_overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.74);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow-y:auto;overscroll-behavior:contain;animation:pb_overlay_in .28s ease-out both}.pb_overlay .pb_card{position:relative;margin:auto;width:min(92vw,1080px);border-radius:clamp(12px,1.6vw,24px);overflow:hidden;background-color:#131313;box-shadow:0 30px 80px rgba(0,0,0,.6);line-height:0;animation:pb_card_in .34s cubic-bezier(.2,.8,.3,1) both}.pb_overlay .pb_image{display:block;width:100%;height:auto;max-height:86vh;object-fit:contain}.pb_overlay .pb_close{position:absolute;top:clamp(8px,1.2vw,18px);right:clamp(8px,1.2vw,18px);width:clamp(30px,3.4vw,42px);height:clamp(30px,3.4vw,42px);display:flex;align-items:center;justify-content:center;padding:0;border:1px solid hsla(0,0%,100%,.22);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background-color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.pb_overlay .pb_close:after{content:"";position:absolute;top:50%;left:50%;width:max(100%,44px);height:max(100%,44px);transform:translate(-50%,-50%)}.pb_overlay .pb_close svg{width:52%;height:52%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.pb_overlay .pb_close:hover{background:rgba(0,0,0,.78)}.pb_overlay .pb_close:focus-visible{outline:2px solid hsla(0,0%,100%,.9);outline-offset:2px}@keyframes pb_overlay_in{0%{opacity:0}to{opacity:1}}@keyframes pb_card_in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.pb_overlay,.pb_overlay .pb_card{animation:none}.pb_overlay .pb_close{transition:none}}