.gallery-page{padding-top:64px}.gallery-hero{background:linear-gradient(135deg,var(--secondary) 0,#0a1628 100%);background-image:url(https://res.cloudinary.com/dw0l7b86h/image/upload/v1782084472/Screenshot_from_2026-06-22_02-25-14_t4nrsd.png?w=1400&q=80);background-size:cover;background-position:50%;min-height:30vh}.gallery-hero .page-hero-overlay{inset:0;background:linear-gradient(0deg,rgba(15,22,35,.96) 0,rgba(15,22,35,.65) 60%,rgba(27,42,74,.35))}.gallery-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:44px;justify-content:center}.filter-btn{padding:9px 20px;border-radius:100px;font-size:.85rem;font-weight:600;background:var(--bg-alt);color:var(--fg-muted);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);min-height:44px}.filter-btn:hover{border-color:var(--primary);color:var(--primary);background:rgba(232,84,26,.04)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px rgba(232,84,26,.3)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;aspect-ratio:1;border:1px solid rgba(0,0,0,.08);transition:box-shadow var(--transition),transform var(--transition)}[data-theme=dark] .gallery-item{border-color:rgba(255,255,255,.08)}.gallery-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.gallery-img-wrap{position:relative;width:100%;height:100%;overflow:hidden}.gallery-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover .gallery-img-wrap img{transform:scale(1.07)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,22,35,.9) 0,transparent 55%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:space-between;padding:14px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{flex:1}.gallery-category{display:block;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:3px}.gallery-info h3{font-size:.82rem;font-weight:700;color:#fff;line-height:1.3}.gallery-zoom{width:36px;height:36px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.gallery-empty{text-align:center;padding:64px 0;color:var(--fg-muted);font-size:.95rem}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .2s ease;backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:20px;right:20px;width:48px;height:48px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition);z-index:1}.lightbox-close:hover{background:rgba(255,255,255,.2)}.lightbox-content{max-width:960px;width:100%;text-align:center}.lightbox-content img{width:100%;max-height:82vh;object-fit:contain;border-radius:var(--radius-lg)}.lightbox-content p{color:rgba(255,255,255,.75);margin-top:14px;font-size:.9rem;font-weight:600}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item{border-radius:var(--radius)}}@media (max-width:375px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}}