/* DACOP Lightbox styles */
.dacop-lightbox-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: none; align-items: center; justify-content: center; z-index: 1055; }
.dacop-lightbox-backdrop.is-open { display: flex; }
.dacop-lightbox-container { position: relative; max-width: 90vw; max-height: 90vh; padding: 8px; background: #111; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.dacop-lightbox-img { max-width: 85vw; max-height: 70vh; display: block; margin: 0 auto; border-radius: 4px; }
.dacop-lightbox-caption { color: #ddd; font-size: 0.925rem; margin-top: 6px; text-align: center; }
.dacop-lightbox-prev, .dacop-lightbox-next, .dacop-lightbox-close { position: absolute; top: 8px; background: rgba(255,255,255,0.1); border: none; color: #fff; padding: 6px 10px; border-radius: 4px; cursor: pointer; }
.dacop-lightbox-prev:hover, .dacop-lightbox-next:hover, .dacop-lightbox-close:hover { background: rgba(255,255,255,0.2); }
.dacop-lightbox-prev { left: 8px; }
.dacop-lightbox-next { left: 54px; }
.dacop-lightbox-close { right: 8px; }
.dacop-lightbox-error { color: #ffb3b3; margin-top: 4px; font-size: 0.85rem; }