/* Custom styles for CSCJ Trombinoscope */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Sidebar active state */
.sidebar-link-active {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Photo grid hover effect */
.photo-card:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }
}
