.hw-image-viewer{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;background:rgba(5,12,24,.88);backdrop-filter:blur(10px);padding:56px 18px 24px}
.hw-image-viewer.is-open{display:flex}
.hw-image-viewer__stage{position:relative;display:grid;place-items:center;width:100%;height:100%;min-width:0}
.hw-image-viewer__image{display:block;width:auto!important;height:auto!important;max-width:calc(100vw - 36px);max-height:calc(100vh - 112px);object-fit:contain;border-radius:8px;background:rgba(255,255,255,.04);box-shadow:0 26px 80px rgba(0,0,0,.42)}
.hw-image-viewer__caption{position:absolute;left:50%;bottom:0;max-width:min(920px,calc(100vw - 36px));transform:translateX(-50%);border-radius:999px;background:rgba(15,23,42,.76);padding:8px 14px;color:#fff;font:600 13px/1.35 "Public Sans",Arial,sans-serif;text-align:center}
.hw-image-viewer__close,.hw-image-viewer__open{position:absolute;z-index:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font:800 15px/1 "Public Sans",Arial,sans-serif;text-decoration:none;box-shadow:0 12px 34px rgba(0,0,0,.22);cursor:pointer}
.hw-image-viewer__close{top:14px;right:14px;width:44px;height:44px;font-size:26px}
.hw-image-viewer__open{top:14px;right:68px;min-height:44px;padding:0 16px}
.hw-image-viewer__close:focus-visible,.hw-image-viewer__open:focus-visible{outline:3px solid rgba(14,165,233,.45);outline-offset:3px}
html.hw-image-viewer-lock,body.hw-image-viewer-lock{overflow:hidden!important;touch-action:none}
img.hw-image-preview-ready{cursor:zoom-in}
@media (max-width:640px){
  .hw-image-viewer{padding:54px 10px max(18px,env(safe-area-inset-bottom))}
  .hw-image-viewer__image{max-width:calc(100vw - 20px);max-height:calc(100dvh - 104px);border-radius:8px}
  .hw-image-viewer__caption{bottom:max(0px,env(safe-area-inset-bottom));max-width:calc(100vw - 24px);font-size:12px;padding:7px 12px}
  .hw-image-viewer__open{right:62px;min-height:42px;padding:0 12px;font-size:13px}
  .hw-image-viewer__close{width:42px;height:42px}
}
