.gallery-tools{margin-bottom:28px}.gallery-tools fieldset{border:0;padding:0;margin:0 0 16px;display:flex;gap:8px;flex-wrap:wrap}.gallery-tools legend{font-size:.8rem;color:#aac0c8;margin-bottom:8px}.gallery-tools button{border:1px solid #335159;background:#10191e;color:#e6f7f7;border-radius:30px;padding:10px 18px;cursor:pointer;font:inherit}.gallery-tools button[aria-pressed=true]{background:#03c9c0;color:#041516;border-color:#03c9c0}.gallery-tools button:focus-visible,.gallery-photo:focus-visible{outline:3px solid #ff198e;outline-offset:4px}.csb-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.csb-gallery-card{min-width:0;border:1px solid #29434b;border-radius:22px;overflow:hidden;background:linear-gradient(130deg,#111c22e8,#180d1be8)}.csb-gallery-card[hidden]{display:none}.gallery-photo{display:block;position:relative;overflow:hidden}.gallery-photo img{display:block;width:100%;height:360px;object-fit:cover;transition:transform .5s}.gallery-photo:hover img{transform:scale(1.035)}.gallery-photo span{position:absolute;bottom:14px;right:14px;background:#080d14d9;color:#0ee5da;border:1px solid #0ee5da;border-radius:50%;width:42px;height:42px;display:grid;place-items:center}.gallery-caption{padding:22px}.gallery-caption p{font-size:.8rem;color:#41d8d0;margin:0 0 8px}.gallery-caption h2{font-size:clamp(1.2rem,2vw,1.8rem);margin:0}.gallery-lightbox{background:#080c12;color:white;border:1px solid #21c9c5;border-radius:18px;padding:48px 16px 12px;width:min(1100px,94vw);max-height:94vh}.gallery-lightbox::backdrop{background:#000d}.gallery-lightbox>img{display:block;max-height:70vh;max-width:100%;width:auto;margin:auto;object-fit:contain}.gallery-lightbox button{background:#16242b;color:#5ae8df;border:1px solid #335159;border-radius:8px;padding:10px 16px;cursor:pointer}.gallery-lightbox [data-close]{position:absolute;right:10px;top:8px}.gallery-lightbox-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.gallery-lightbox-bar p{text-align:center;margin:0;font-size:.9rem}@media(max-width:650px){.csb-gallery-grid{grid-template-columns:1fr;gap:18px}.gallery-photo img{height:290px}.gallery-caption{padding:18px}.gallery-tools button{padding:9px 13px;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.gallery-photo img{transition:none}}
