.gallery-main{background:radial-gradient(circle at 50% 20%,#d4af3708 0%,transparent 50%),var(--bg-dark);min-height:100vh;padding-top:120px;padding-bottom:4rem}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-grid{columns:3;column-gap:1rem}.gallery-item{break-inside:avoid;cursor:pointer;border-radius:12px;margin-bottom:1rem;transition:transform .3s;position:relative;overflow:hidden}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{border-radius:12px;width:100%;display:block}.gallery-empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.gallery-empty p{font-size:1.1rem}.lightbox-overlay{z-index:100;cursor:pointer;background:#000000eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:85vh}.lightbox-close{color:#fff;cursor:pointer;z-index:101;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:background .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.lightbox-close:hover{background:#fff3}.lightbox-nav{color:#fff;cursor:pointer;z-index:101;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#fff3}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}@media (max-width:768px){.gallery-grid{columns:2}}@media (max-width:480px){.gallery-grid{columns:1}}
