/* Simple clean styling */
body { background: #0b0d10; color: #e5e7eb; }
.navbar, footer { background: #111827 !important; }
.card { background: #111827; border: 1px solid #1f2937; }
a { text-decoration: none; }
.hero {
  background: radial-gradient(1000px 400px at 10% 10%, #1f2937, transparent),
              radial-gradient(1000px 400px at 90% 0%, #0ea5e9, transparent);
  border-radius: 1.2rem;
}
.btn-primary { background: #2563eb; border: none; }
.btn-primary:hover { background: #1e40af; }
.form-control, .form-select { background: #0b0d10; color: #e5e7eb; border-color: #374151; }
.form-control:focus { background: #0b0d10; color: #fff; }
.table-dark { --bs-table-bg: #111827; }
.badge-soft { background: #0b0d10; border: 1px solid #374151; color: #93c5fd; }
.card {
    color: #fff !important; 
}