/* assets/style.css */
body { font-family: 'Segoe UI', sans-serif; }

.card { border-radius: 8px; }
.navbar-brand { font-weight: 600; }

.table th, .table td {
  vertical-align: middle;
}

.form-control:focus {
  box-shadow: none;
  border-color: #4a90e2;
}