.notiva-shell .zoomtrigger{display:block;position:relative;width:100%;height:100%;padding:0;border:0;background:none;font:inherit;color:inherit;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.notiva-shell .zoomtrigger>.imgslot{display:block;width:100%;height:100%;object-fit:contain}.notiva-shell .zoomhint{position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(254,253,253,.92);box-shadow:var(--shadow-sm);opacity:0;transform:translateY(4px);transition:opacity .16s var(--ease-out),transform .16s var(--ease-out)}.notiva-shell .zoomhint svg{width:17px;height:17px;fill:none;stroke:var(--blue-400);stroke-width:2;stroke-linecap:round}.notiva-shell .zoomtrigger:focus-visible .zoomhint,.notiva-shell .zoomtrigger:hover .zoomhint{opacity:1;transform:none}@media (hover:none){.notiva-shell .zoomhint{opacity:1;transform:none}}.notiva-shell .zoomov{position:fixed;inset:0;z-index:95;display:grid;place-items:center;padding:clamp(16px,5vw,56px);background:rgba(16,17,19,.82);backdrop-filter:blur(6px);cursor:zoom-out;animation:nv-zoom-in .18s var(--ease-out)}.notiva-shell .zoomov img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--radius-lg);cursor:default}.notiva-shell .zoomclose{position:absolute;top:clamp(12px,3vw,24px);right:clamp(12px,3vw,24px);width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(254,253,253,.14);color:var(--paper);cursor:pointer;transition:background .15s var(--ease-out)}.notiva-shell .zoomclose:hover{background:rgba(254,253,253,.26)}.notiva-shell .zoomclose svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}@keyframes nv-zoom-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.notiva-shell .zoomov{animation:none}.notiva-shell .zoomhint{transition:none}}