.editorial-popup[hidden]{display:none}.editorial-popup{position:fixed;z-index:9998;inset:0;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));display:grid;place-items:center}.editorial-popup__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.76);backdrop-filter:blur(4px);animation:editorial-fade .18s ease-out}.editorial-popup__dialog{position:relative;z-index:1;display:grid;max-width:min(600px,calc(100vw - 32px));max-height:calc(100dvh - max(32px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));border-radius:18px;outline:0;animation:editorial-enter .2s ease-out}.editorial-popup__media{min-width:0;min-height:0;display:grid}.editorial-popup__content{display:grid;min-width:0;min-height:0;border-radius:18px;overflow:hidden;background:#111827;box-shadow:0 24px 80px rgba(0,0,0,.4)}a.editorial-popup__content{cursor:pointer}.editorial-popup picture{display:grid;min-width:0;min-height:0}.editorial-popup img{display:block;max-width:100%;max-height:calc(100dvh - 32px);width:auto;height:auto;object-fit:contain}.editorial-popup__close{position:absolute;z-index:2;top:-12px;right:-12px;width:44px;height:44px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:#111827;color:#fff;font:700 28px/1 sans-serif;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.35)}.editorial-popup__close:focus-visible{outline:3px solid #facc15;outline-offset:3px}.editorial-popup__sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@keyframes editorial-fade{from{opacity:0}}@keyframes editorial-enter{from{opacity:0;transform:scale(.96)}}@media(max-width:767px){.editorial-popup__dialog{max-width:min(92vw,430px)}.editorial-popup img{max-height:calc(100dvh - 32px)}}@media(max-height:520px) and (orientation:landscape){.editorial-popup__dialog{max-width:72vw}.editorial-popup img{max-height:calc(100dvh - 24px)}}@media(prefers-reduced-motion:reduce){.editorial-popup__backdrop,.editorial-popup__dialog{animation:none}}
