.pufna-zoom-overlay{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,0.94);display:none;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.pufna-zoom-overlay.is-open{display:flex}.pufna-zoom-image{max-width:none!important;max-height:none!important;width:auto!important;height:auto!important;object-fit:contain;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;cursor:grab;transform-origin:center center;will-change:transform}.pufna-zoom-image.is-dragging{cursor:grabbing}.pufna-zoom-controls{position:fixed;top:20px;right:20px;z-index:1000001;display:flex;gap:8px}.pufna-zoom-controls button{width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,0.92);color:#222;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,0.3)}.pufna-zoom-controls button:hover{background:#fff}.pufna-zoom-close{font-size:28px!important}.pufna-zoom-level{min-width:55px;height:44px;padding:0 10px;border-radius:22px;background:rgba(255,255,255,0.92);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#222}body.pufna-zoom-active{overflow:hidden!important}@media (max-width:767px){.pufna-zoom-controls{top:12px;right:12px;gap:6px}.pufna-zoom-controls button{width:42px;height:42px}.pufna-zoom-level{height:42px;min-width:50px}}