.break-inside-avoid { break-inside: avoid; }
img.lazy { filter: blur(4px); transition: filter .3s ease; }
img.lazy.loaded { filter: none; }
.lightbox-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.8); display:none; align-items:center; justify-content:center; z-index:50; }
.lightbox-backdrop.open { display:flex; }
.lightbox-image { max-width: 95vw; max-height: 90vh; }
.donate-banner { display: block; text-align: center; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); background: linear-gradient(90deg, #0f2f23, #1b4a36, #0f2f23); color: #f5d48b; }
.donate-banner-inner { max-width: 72rem; margin: 0 auto; padding: 0.75rem 1.5rem; font-weight: 600; letter-spacing: .02em; }
.donate-banner-glow { animation: donatePulse 2.6s ease-in-out infinite; }
@keyframes donatePulse { 0%, 100% { box-shadow: 0 0 0 rgba(245, 212, 139, 0.0); } 50% { box-shadow: 0 0 18px rgba(245, 212, 139, 0.4); } }
@media (prefers-reduced-motion: reduce) { .donate-banner-glow { animation: none; } }
