.gallery-wrapper{--blue1:#0056d2;--blue2:#007bff;--bg:#f4f8ff;--card:#fff;--muted:#5a6b7a;background:var(--bg);color:#04243a;min-height:100vh;padding:20px 16px 60px;font-family:Segoe UI,Roboto,Arial,sans-serif}.gallery-container{max-width:1200px;margin:0 auto}.gallery-page-title{color:var(--blue1);margin:0 0 6px;font-size:28px;text-align:center}.gallery-lead{margin:0 0 25px;color:var(--muted);text-align:center}.gallery-category-menu{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:12px 0 25px}.gallery-cat-pill{background:linear-gradient(90deg,var(--blue2),var(--blue1));color:#fff;padding:10px 18px;border-radius:999px;font-weight:700;font-size:15px;box-shadow:0 6px 14px rgba(0,0,0,.12);cursor:pointer;border:none;transition:transform .18s,box-shadow .18s}.gallery-cat-pill:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.18)}.gallery-cat-pill.active{outline:3px solid rgba(0,86,210,.4);transform:scale(1.05)}.gallery-top-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.gallery-filters{display:flex;gap:8px;flex-wrap:wrap}.gallery-filter-btn{background:#f4f8ff;border-radius:999px;padding:8px 14px;font-weight:700;color:var(--blue1);border:1px solid #dce8ff;cursor:pointer;transition:.2s}.gallery-filter-btn.active,.gallery-filter-btn:hover{background:var(--blue1);color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.12)}.gallery-small-btn{background:transparent;border:1px solid rgba(0,0,0,.1);padding:8px 12px;border-radius:8px;color:#333;cursor:pointer;font-weight:600}.gallery-content-block{margin-top:25px;animation:fadeIn .5s ease}.gallery-content-block h2{color:#003d99;margin-bottom:15px;border-bottom:2px solid #dce8ff;padding-bottom:5px}.gallery-playlist-embed{border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(11,35,86,.08);margin-bottom:15px;background:#fff}.gallery-playlist-embed iframe{width:100%;height:420px;border:none;display:block}.gallery-video-box{width:100%;max-width:720px;margin:16px auto;background:#fff;padding:10px;border-radius:12px;box-shadow:0 6px 18px rgba(11,35,86,.08)}.gallery-video-box iframe{width:100%;height:400px;border:none;border-radius:8px}.gallery-image-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:15px}.gallery-img-card{border-radius:12px;overflow:hidden;box-shadow:0 6px 15px rgba(11,35,86,.08);cursor:pointer;background:#fff;position:relative}.gallery-img-card img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s ease}.gallery-img-card:hover img{transform:scale(1.05)}.gallery-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}.gallery-lightbox img{max-width:100%;max-height:90vh;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.6)}.gallery-close-lightbox{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.gallery-image-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-image-grid{grid-template-columns:1fr}.gallery-playlist-embed iframe{height:260px}.gallery-video-box iframe{height:220px}}