/* assets/css/custom.css - light theme tweaks */
body { font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif; }
.main-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 18px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.form-label { font-weight: 600; color: #333; }
.navbar .navbar-brand { font-weight: 700; }
.container .card { border-radius: 8px; }
.btn-primary { background-color: #0d6efd; border-color: #0d6efd; }