/* ATLAS – Light theme override */
:root {
  --atlas-bg:      #f8f9fa;
  --atlas-surface: #ffffff;
  --atlas-card:    #ffffff;
  --atlas-border:  #dee2e6;
  --atlas-text:    #212529;
  --atlas-muted:   #6c757d;
  --atlas-primary: #0d6efd;
  --atlas-success: #198754;
  --atlas-danger:  #dc3545;
  --atlas-warning: #ffc107;
}
body { background: var(--atlas-bg); color: var(--atlas-text); }
.navbar { background: #ffffff !important; border-bottom: 1px solid var(--atlas-border); }
.navbar-brand, .nav-link { color: #212529 !important; }
.nav-link:hover { background: #f0f0f0; color: #000 !important; }
.card { background: #fff; border: 1px solid var(--atlas-border) !important; color: #212529; }
.card-header { background: #f8f9fa; border-bottom: 1px solid var(--atlas-border); color: #212529; }
.form-control, .form-select { background: #fff; border: 1px solid #ced4da; color: #212529; }
.form-control:focus, .form-select:focus { background: #fff; color: #212529; border-color: #0d6efd; }
.form-label { color: #495057; }
.table { color: #212529; border-color: #dee2e6; }
.table thead th { color: #6c757d; border-bottom: 1px solid #dee2e6; }
.table td { border-bottom: 1px solid #dee2e6; }
.table tbody tr:hover td { background: rgba(0,0,0,.03); }
.dropdown-menu { background: #fff; border: 1px solid #dee2e6; box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.dropdown-item { color: #212529; }
.dropdown-item:hover { background: #f8f9fa; }
.hero-section { background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 50%, #e8f4fd 100%); border-bottom: 1px solid #dee2e6; }
.hero-section::before { background: radial-gradient(circle, rgba(13,110,253,.06) 0%, transparent 70%); }
.alert-success { background: rgba(25,135,84,.1); color: #0a3622; }
.alert-danger  { background: rgba(220,53,69,.1);  color: #58151c; }
.alert-warning { background: rgba(255,193,7,.15);  color: #664d03; }
.alert-info    { background: rgba(13,110,253,.1);  color: #084298; }
.job-log { background: #f8f9fa; color: #212529; border: 1px solid #dee2e6; }
.modal-content { background: #fff; color: #212529; border: 1px solid #dee2e6; }
.modal-header, .modal-footer { border-color: #dee2e6; }
.progress { background: #e9ecef; }
footer { background: #f8f9fa !important; color: #6c757d !important; border-top: 1px solid #dee2e6; }
footer .text-secondary { color: #6c757d !important; }
.bg-dark { background: #f8f9fa !important; }
.text-muted { color: #6c757d !important; }
pre { background: #f8f9fa; color: #212529; border: 1px solid #dee2e6; }
::-webkit-scrollbar-thumb { background: #ced4da; }
