.popup-overlay{z-index:9999;background:var(--overlay-scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:20px;animation:.35s both popup-fade;display:flex;position:fixed;inset:0}.popup-dialog{border:1px solid var(--overlay-border);border-radius:var(--radius-lg);width:min(440px,92vw);max-height:92vh;box-shadow:var(--shadow-elevated);animation:.45s cubic-bezier(.22,1,.36,1) both popup-pop;position:relative;overflow:hidden}.popup-img-btn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.popup-img{object-fit:contain;width:100%;height:auto;max-height:92vh;display:block}.popup-fechar{z-index:2;background:var(--overlay-control-bg);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:10px;right:10px}.popup-fechar:hover{background:var(--overlay-control-bg-hover)}.popup-fechar:focus-visible{outline:2px solid var(--white);outline-offset:2px}@keyframes popup-fade{0%{opacity:0}to{opacity:1}}@keyframes popup-pop{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.popup-overlay,.popup-dialog{animation:none}}
