.sams-popup{position:fixed;inset:0;z-index:9999999;display:flex;align-items:center;justify-content:center;padding:120px 20px 40px;box-sizing:border-box}
.sams-popup[hidden]{display:none}
.sams-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.2);cursor:pointer}
.sams-popup__content{position:relative;max-width:90vw;max-height:calc(100vh - 160px);border-radius:8px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);animation:sams-popup-in .25s ease-out}
.sams-popup__content img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 160px);object-fit:contain}
.sams-popup__content a{display:block}
.sams-popup__close{position:absolute;top:8px;right:8px;width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,.95);color:#000;font-size:24px;line-height:1;cursor:pointer;font-weight:bold;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.3);padding:0}
.sams-popup__close:hover{background:#fff;transform:scale(1.05)}
.sams-popup__close:focus-visible{outline:2px solid #000;outline-offset:2px}
@keyframes sams-popup-in{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@media (prefers-reduced-motion:reduce){.sams-popup__content{animation:none}}
