/* Premium compact UI overrides */
:root {
  --brand: #4f46e5;
  --bg: #0b1220;
  --card: #0f172a;
  --muted: #94a3b8;
}

body {
  background: #0b1220;
  color: #e2e8f0;
}

.navbar, .sidebar {
  background: rgba(15, 23, 42, .9);
  backdrop-filter: blur(10px);
}

.card {
  background: #0f172a;
  border: 1px solid rgba(148,163,184,.15);
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
}

.table thead th {
  color: #cbd5e1;
  font-weight: 600;
}

.form-control, .form-select {
  background-color: rgba(2,6,23,.5);
  color: #e2e8f0;
  border-color: rgba(148,163,184,.2);
}

.form-control:focus, .form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem rgba(79,70,229,.25);
}

.sticky-actions {
  position: sticky;
  bottom: 0;
  background: rgba(15,23,42,.92);
  border-top: 1px solid rgba(148,163,184,.15);
  padding: .75rem;
  z-index: 10;
}

.badge-soft {
  background: rgba(79,70,229,.18);
  color: #c7d2fe;
  border: 1px solid rgba(79,70,229,.35);
}
