.gallery-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.gallery-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(0,0,0,.1)}.gallery-title{font-size:2.5rem;font-weight:700;color:var(--fg);margin-bottom:.5rem}.gallery-description{font-size:1.1rem;color:rgba(0,0,0,.6);margin:0}[data-theme=dark] .gallery-header{border-bottom-color:rgba(255,255,255,.1)}[data-theme=dark] .gallery-description{color:rgba(255,255,255,.6)}.gallery-albums-view{animation:fadeIn .4s ease}.gallery-albums-section{margin-bottom:4rem}.gallery-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:var(--fg);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.section-icon{width:24px;height:24px;color:var(--accent)}.gallery-albums-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-album-card{position:relative;border-radius:12px;overflow:hidden;background:var(--bg);box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-album-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}[data-theme=dark] .gallery-album-card{box-shadow:0 4px 12px rgba(0,0,0,.3)}[data-theme=dark] .gallery-album-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.5)}.gallery-album-cover{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.gallery-album-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-album-card:hover .gallery-album-cover img{transform:scale(1.1)}.gallery-album-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.8) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-album-card:hover .gallery-album-overlay{opacity:1}.gallery-album-info{color:#fff;margin-bottom:1rem}.gallery-album-title{font-size:1.3rem;font-weight:600;margin:0 0 .5rem;color:#fff}.gallery-album-desc{font-size:.9rem;margin:0 0 .75rem;color:rgba(255,255,255,.9);line-height:1.4}.gallery-album-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.photo-count{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:rgba(255,255,255,.2);border-radius:12px;color:#fff;backdrop-filter:blur(10px)}.featured-badge{display:inline-flex;align-items:center;padding:.25rem .6rem;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#333;border-radius:12px;font-weight:600;font-size:.8rem}.gallery-album-btn{width:100%;padding:.75rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(10px)}.gallery-album-card:hover .gallery-album-btn{opacity:1;transform:translateY(0)}.gallery-album-btn:hover{background:color-mix(in srgb,var(--accent) 85%,black);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.gallery-detail-view{animation:fadeIn .4s ease}.gallery-detail-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}[data-theme=dark] .gallery-detail-header{border-bottom-color:rgba(255,255,255,.1)}.gallery-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:var(--bg);color:var(--fg);border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.gallery-back-btn svg{width:20px;height:20px}.gallery-back-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateX(-4px)}[data-theme=dark] .gallery-back-btn{border-color:rgba(255,255,255,.2)}.gallery-detail-info{text-align:center}.gallery-detail-title{font-size:2rem;font-weight:700;color:var(--fg);margin:0 0 .5rem}.gallery-detail-desc{font-size:1rem;color:rgba(0,0,0,.6);margin:0 0 .5rem}.gallery-detail-count{display:inline-block;padding:.4rem 1rem;background:var(--accent);color:#fff;border-radius:16px;font-size:.9rem;font-weight:500}[data-theme=dark] .gallery-detail-desc{color:rgba(255,255,255,.6)}.gallery-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;animation:fadeIn .4s ease}.gallery-photo-item{position:relative;border-radius:8px;overflow:hidden;background:var(--bg);box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-photo-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}[data-theme=dark] .gallery-photo-item{box-shadow:0 2px 8px rgba(0,0,0,.3)}[data-theme=dark] .gallery-photo-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.5)}.gallery-photo-inner{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.gallery-photo-inner img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-photo-item:hover .gallery-photo-inner img{transform:scale(1.1)}.gallery-photo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;padding:1rem;opacity:0;transition:opacity .3s ease}.gallery-photo-item:hover .gallery-photo-overlay{opacity:1}.gallery-photo-info{color:#fff;width:100%}.gallery-photo-title{font-size:1rem;font-weight:600;margin:0 0 .3rem;color:#fff}.gallery-photo-desc{font-size:.85rem;margin:0 0 .3rem;color:rgba(255,255,255,.9);line-height:1.3}.gallery-photo-date{font-size:.8rem;color:rgba(255,255,255,.7)}.gallery-lightbox{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.95);overflow:auto;animation:fadeIn .3s ease}.gallery-lightbox.active{display:flex;align-items:center;justify-content:center}.gallery-lightbox-close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;z-index:10001;transition:color .3s ease}.gallery-lightbox-close:hover{color:var(--accent)}.gallery-lightbox-content{max-width:90%;max-height:80vh;object-fit:contain;animation:zoomIn .3s ease}.gallery-lightbox-info{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:1.5rem 2rem;border-radius:12px;text-align:center;max-width:600px;backdrop-filter:blur(10px)}.gallery-lightbox-info h3{margin:0 0 .5rem;font-size:1.3rem;color:#fff}.gallery-lightbox-info p{margin:0 0 .5rem;font-size:.95rem;color:rgba(255,255,255,.9)}.gallery-lightbox-info span{font-size:.85rem;color:rgba(255,255,255,.7)}.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:3rem;font-weight:700;cursor:pointer;padding:1rem;user-select:none;transition:all .3s ease;z-index:10001}.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{color:var(--accent);background:rgba(255,255,255,.1);border-radius:8px}.gallery-lightbox-prev{left:20px}.gallery-lightbox-next{right:20px}.no-gallery-message{text-align:center;padding:4rem 2rem;color:rgba(0,0,0,.5)}.no-gallery-message p{font-size:1.1rem}[data-theme=dark] .no-gallery-message{color:rgba(255,255,255,.5)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes zoomIn{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.gallery-page{padding:1.5rem .75rem}.gallery-title{font-size:2rem}.gallery-albums-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-photos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gallery-section-title{font-size:1.3rem}.gallery-detail-title{font-size:1.5rem}.gallery-lightbox-content{max-width:95%;max-height:70vh}.gallery-lightbox-info{bottom:20px;padding:1rem 1.5rem;max-width:90%}.gallery-lightbox-prev,.gallery-lightbox-next{font-size:2rem;padding:.5rem}.gallery-lightbox-prev{left:10px}.gallery-lightbox-next{right:10px}}@media(max-width:480px){.gallery-albums-grid{grid-template-columns:1fr}.gallery-photos-grid{grid-template-columns:repeat(2,1fr)}.gallery-album-title{font-size:1.1rem}.gallery-photo-title{font-size:.9rem}}