.cert-gallery-overlay{position:fixed;inset:0;z-index:3000;background:rgba(15,23,42,.72);padding:24px}.cert-gallery,.cert-gallery-overlay{display:flex;align-items:center;justify-content:center}.cert-gallery{position:relative;max-width:min(920px,100%);max-height:min(90vh,100%)}.cert-gallery__img{display:block;max-width:100%;max-height:min(82vh,860px);width:auto;height:auto;border-radius:var(--radius-md);box-shadow:0 24px 48px rgba(0,0,0,.35);background:#fff}.cert-gallery__close{top:-12px;right:-12px;width:40px;height:40px;background:var(--surface-elevated,#fff);box-shadow:0 8px 24px rgba(0,0,0,.2)}.cert-gallery__close,.cert-gallery__nav{position:absolute;z-index:2;border:none;border-radius:999px;color:var(--text-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cert-gallery__nav{top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgba(255,255,255,.95);box-shadow:0 8px 24px rgba(0,0,0,.15)}.cert-gallery__nav:disabled{opacity:.35;cursor:default}.cert-gallery__nav--prev{left:-56px}.cert-gallery__nav--next{right:-56px}.cert-gallery__counter{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);margin:0;font-size:13px;color:rgba(255,255,255,.9)}@media (max-width:640px){.cert-gallery__nav--prev{left:8px}.cert-gallery__nav--next{right:8px}.cert-gallery__close{top:8px;right:8px}}