body { font-size: 0.95rem; }

.upload-dropzone {
    background: #f8fff9;
    transition: all 0.2s ease;
}

.upload-dropzone.dragover {
    border-color: #198754 !important;
    background: #ecfdf3;
}

.summary-box,
.stat-card {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: .75rem;
    border-radius: .5rem;
    text-align: center;
}

.table td, .table th { white-space: nowrap; }
.table td.small { white-space: normal; max-width: 320px; }
