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

/* Detail panel animations */
#detailPanel {
    transition: all 0.3s ease;
}

/* Table row hover */
tbody tr:hover {
    background-color: #f9fafb;
}

/* Modal backdrop */
.modal-backdrop {
    backdrop-filter: blur(4px);
}

