.gallery-item{display:flex;align-items:center;justify-content:center}.gallery-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:9999;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-lightbox-content{position:relative;background:#fff;border-radius:12px;padding:10px;box-shadow:0 20px 60px #00000080;max-width:75vw;max-height:85vh;animation:lightboxIn .25s ease}.gallery-lightbox-content img{display:block;max-width:100%;max-height:78vh;border-radius:8px;object-fit:contain}.gallery-lightbox-close{position:absolute;top:-14px;right:-14px;width:34px;height:34px;background:#182856;color:#fff;border-radius:50%;font-size:1.3rem;line-height:34px;text-align:center;cursor:pointer;transition:background .2s;z-index:10}.gallery-lightbox-close:hover{background:#ff8c00}.gallery-lightbox-hint{text-align:center;padding:8px 0 4px;font-size:.85rem;color:#888}@keyframes lightboxIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.gallery-card{cursor:pointer}.gallery-card{overflow:hidden;border-radius:8px}.gallery-card img{display:block;width:100%;height:220px;object-fit:cover}@media(max-width:768px){.gallery-card img{height:180px}}@media(max-width:480px){.gallery-card img{height:140px}}.gallery-category-grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;padding:20px 0}.gallery-category-card{width:100%;max-width:380px;background:#fff;border-radius:14px;box-shadow:0 4px 18px #00000017;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;text-align:center}.gallery-category-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.gallery-category-card:hover .gallery-category-icon{background:#e9e3d7}.gallery-category-card .gallery-category-icon{height:180px;display:flex;align-items:center;justify-content:center;background:#f0ece4;transition:background .25s ease}.gallery-category-card .gallery-category-icon i{font-size:3.5rem;color:#ff8c00}.gallery-category-card .gallery-category-label{padding:14px 16px;font-size:1.05rem;font-weight:600;color:#182856;letter-spacing:.3px}.gallery-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:2px solid #182856;color:#182856;padding:8px 18px;border-radius:8px;font-size:.92rem;font-weight:600;cursor:pointer;margin-bottom:24px;transition:all .2s ease}.gallery-back-btn:hover{background:#182856;color:#fff}.gallery-back-btn i{font-size:1rem}.gallery-subfolder-heading{font-size:1rem;font-weight:600;color:#444;margin-bottom:14px;padding-left:4px}.gallery-section{animation:galleryFadeIn .3s ease}@keyframes galleryFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:576px){.gallery-category-grid{flex-direction:column;align-items:center}.gallery-category-card{width:100%;max-width:320px}}
