:root {
    --primary-color: #0d6efd;
    --success-color: #198754;
    --danger-color: #dc3545;
    --dark-color: #212529;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.card {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.table-hover tbody tr:hover {
    background-color: #f1f3f5;
}

.badge {
    font-size: 0.85em;
    padding: 0.4em 0.6em;
}

#detailContent img {
    max-width: 100%;
    border-radius: 8px;
    margin: 10px 0;
}