.modal.fade .modal-dialog {transition: transform 0.3s ease-out;}
img.full {cursor: pointer; transition: transform 0.2s, opacity 0.2s;}
img.full:hover {transform: scale(1.01);opacity: 0.9;}
#imageModal .modal-content {background-color: transparent;border: none;}
#imageModal .modal-header {background-color: rgba(0, 0, 0, 0.7);color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
#imageModal .modal-footer {background-color: rgba(0, 0, 0, 0.7); color: white; border-top: 1px solid rgba(255, 255, 255, 0.2);}
#imageModal .btn-close { filter: invert(1);}
#imageModal .modal-body { overflow: hidden;}
#fullImage {max-height: 80vh; width: auto; object-fit: contain;}
#imageModal .modal-dialog {max-width: 95%;}
.modal-backdrop {background-color: rgba(0, 0, 0, 0.85);}
.modal-backdrop.show {opacity: 0.9;}