#asg-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);display:none;justify-content:center;align-items:center;flex-direction:column;z-index:999999;padding:20px;box-sizing:border-box;color:#fff;touch-action:pan-y;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}#asg-container{position:relative;text-align:center;max-width:95vw;max-height:95vh}#asg-bg-blur{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background-position:center;background-size:cover;filter:blur(20px)brightness(.6);z-index:1;border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:.8;pointer-events:none}#asg-img{position:relative;max-width:100%;max-height:85vh;width:auto;height:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.75);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:2}#asg-caption{margin-top:16px;font-size:clamp(1rem,2.5vw,1.25rem);font-style:italic;user-select:none;color:rgba(255,255,255,.9);max-width:90vw}#asg-close,#asg-prev,#asg-next{position:fixed;font-size:clamp(2rem,8vw,3.5rem);cursor:pointer;user-select:none;padding:12px;font-weight:300;color:rgba(255,255,255,.9);backdrop-filter:blur(10px);background:rgba(0,0,0,.3);border-radius:50%;border:none;transition:all .3s ease;z-index:999999;line-height:1;width:60px;height:60px;display:flex;align-items:center;justify-content:center}#asg-close:hover,#asg-prev:hover,#asg-next:hover{background:rgba(255,255,255,.2);transform:scale(1.1);color:#fff}#asg-close{top:24px;right:24px}#asg-prev{top:50%;left:24px;transform:translateY(-50%)}#asg-next{top:50%;right:24px;transform:translateY(-50%)}.wp-block-gallery,.blocks-gallery-grid,.gallery{display:flex!important;flex-wrap:wrap;gap:clamp(8px,2vw,12px);position:relative;margin:0 auto}.wp-block-gallery img,.blocks-gallery-grid img,.gallery img{width:100%;height:clamp(140px,25vw,220px);object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.wp-block-gallery img:hover,.gallery img:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px rgba(0,0,0,.25)}.asg-label{position:absolute;background:rgba(0,0,0,.75);color:#fff;padding:6px 12px;font-size:.85rem;border-radius:20px;pointer-events:none;user-select:none;z-index:10;backdrop-filter:blur(10px);font-weight:500}@media (max-width:768px){#asg-container{max-width:98vw;padding:12px}#asg-img{max-height:88vh}}@media (max-width:480px){#asg-close,#asg-prev,#asg-next{width:48px;height:48px;font-size:1.5rem;padding:8px}#asg-close{top:16px;right:16px}}
