body {
    background-color: #f5f5f5;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    border: none;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.incident-thumb {
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: transform 0.2s;
}

.incident-thumb:hover {
    transform: scale(1.05);
}

/* Print styles */
@media print {
    .navbar, footer, .btn, .pagination, form, .no-print {
        display: none !important;
    }

    .card {
        box-shadow: none;
        border: 1px solid #ccc;
        break-inside: avoid;
    }

    body {
        background: white;
    }

    .container-fluid {
        max-width: 100%;
    }

    img {
        max-width: 100%;
    }
}

/* ROI Canvas */
#roi-canvas {
    border: 2px solid #dee2e6;
    border-radius: 4px;
    display: block;
}

/* Stats cards */
.stat-value {
    font-size: 2rem;
    font-weight: 700;
}

/* Toast */
.toast {
    min-width: 250px;
}
