.rp-gallery{--rp-primary:#00923f;--rp-primary-border:#b3dfc6;--rp-text-dark:#1a1d20;--rp-bg-card:#ffffff;--rp-bg-stage:#f5f7f6;--rp-border-color:#e2e8f0;--rp-shadow-sm:0 2px 4px rgba(0, 0, 0, 0.04);--rp-radius-sm:8px;--rp-radius-md:14px;--rp-transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);position:relative;width:100%}.rp-gallery *,.rp-gallery *::before,.rp-gallery *::after{box-sizing:border-box}.rp-gallery .gallery-wrapper{background:var(--rp-bg-card);width:100%;margin:0;padding:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:1.25rem;position:relative}.rp-gallery .gallery-stage{position:relative;width:100%;height:420px;background-color:var(--rp-bg-stage);border-radius:var(--rp-radius-md);overflow:hidden;user-select:none;touch-action:pan-y;cursor:grab;border:1px solid rgb(0 0 0 / .04);outline:none}.rp-gallery .gallery-stage:active{cursor:grabbing}.rp-gallery .gallery-track{display:flex;height:100%;width:100%;will-change:transform;transition:transform 0.35s cubic-bezier(.25,1,.5,1)}.rp-gallery .gallery-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:1.5rem}.rp-gallery .gallery-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none;transition:transform 0.3s ease;filter:drop-shadow(0 12px 20px rgb(0 0 0 / .08))}.rp-gallery .gallery-zoom-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;padding:0;border-radius:50%;background:rgb(255 255 255 / .92);backdrop-filter:blur(8px);border:1px solid rgb(0 0 0 / .08);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--rp-text-dark);box-shadow:var(--rp-shadow-sm);transition:var(--rp-transition)}.rp-gallery .gallery-zoom-btn:hover{background:#fff;color:var(--rp-primary);transform:scale(1.08)}.rp-gallery .gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border-radius:50%;background:rgb(255 255 255 / .9);border:1px solid var(--rp-border-color);color:var(--rp-text-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:var(--rp-transition);box-shadow:var(--rp-shadow-sm)}.rp-gallery .gallery-nav-btn:hover{background:#fff;color:var(--rp-primary);border-color:var(--rp-primary);transform:translateY(-50%) scale(1.05)}.rp-gallery .gallery-nav-btn.prev{left:14px}.rp-gallery .gallery-nav-btn.next{right:14px}.rp-gallery .gallery-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 0}.rp-gallery .pagination-dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background-color:#cbd5e1;cursor:pointer;transition:all 0.3s cubic-bezier(.34,1.56,.64,1);position:relative}.rp-gallery .pagination-dot.active{background-color:var(--rp-primary);box-shadow:0 0 0 2px #ffffff,0 0 0 4px var(--rp-primary);transform:scale(1.1)}.rp-gallery .gallery-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:6px 2px 10px 2px;scrollbar-width:thin;scrollbar-color:var(--rp-primary-border) #fff0}.rp-gallery .gallery-thumbnails::-webkit-scrollbar{height:6px}.rp-gallery .gallery-thumbnails::-webkit-scrollbar-thumb{background:var(--rp-primary-border);border-radius:10px}.rp-gallery .thumb-item{flex:0 0 76px;height:76px;border-radius:var(--rp-radius-sm);background-color:var(--rp-bg-stage);border:2px solid #fff0;padding:4px;cursor:pointer;transition:var(--rp-transition);display:flex;align-items:center;justify-content:center}.rp-gallery .thumb-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none}.rp-gallery .thumb-item:hover{border-color:var(--rp-primary-border)}.rp-gallery .thumb-item.active{border-color:var(--rp-primary);background-color:#fff;box-shadow:0 4px 12px rgb(0 146 63 / .15)}.rp-gallery-lightbox{--rp-primary:#00923f;--rp-transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgb(15 23 42 / .95);backdrop-filter:blur(10px);z-index:100000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.rp-gallery-lightbox.open{opacity:1;pointer-events:auto}.rp-gallery-lightbox .lightbox-content{max-width:90vw;max-height:85vh;position:relative}.rp-gallery-lightbox .lightbox-content img{max-width:90vw;max-height:85vh;object-fit:contain;filter:drop-shadow(0 20px 30px rgb(0 0 0 / .5))}.rp-gallery-lightbox .lightbox-close{position:absolute;top:24px;right:24px;width:48px;height:48px;padding:0;border-radius:50%;background:rgb(255 255 255 / .15);color:#fff;border:none;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--rp-transition)}.rp-gallery-lightbox .lightbox-close:hover{background:var(--rp-primary);transform:rotate(90deg)}@media (max-width:768px){.rp-gallery .gallery-wrapper{gap:1rem}.rp-gallery .gallery-stage{height:320px}.rp-gallery .gallery-slide{padding:1rem}.rp-gallery .thumb-item{flex-basis:64px;height:64px}}