body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.alert-row { font-size: 0.9rem; }
.expiring-soon { background-color: #fff3cd; }
.expired { background-color: #f8d7da; }
.ok { background-color: #d1e7dd; }
.table-sm td, .table-sm th { padding: 0.35rem 0.5rem; }
.stat-card { border-left: 4px solid #0d6efd; padding: 0.75rem 1rem; background: white; border-radius: 4px; }
.stat-card .stat-num { font-size: 1.6rem; font-weight: 600; }
.stat-card .stat-label { color: #6c757d; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.doc-list a { text-decoration: none; }
.form-section { background: white; padding: 1.25rem; border-radius: 6px; margin-bottom: 1rem; border: 1px solid #dee2e6; }
.form-section h5 { margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e9ecef; }
@media (max-width: 768px) {
  .table-responsive-stack td { display: block; }
}
