.gallery-toolbar { display: grid; gap: 16px; margin-bottom: 24px; }
.gallery-search { width: 100%; max-width: 920px; }
.lightbox-caption { display: grid; gap: 8px; }
.lightbox-preview { min-height: 420px; border-radius: 26px; background: linear-gradient(135deg, rgba(255, 212, 0, 0.24), rgba(0, 0, 0, 0.9)); border: 1px solid rgba(255, 212, 0, 0.18); }
.gallery-card .meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.gallery-card .meta span { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }
