/* public/assets/app.css */
body{ background:#f8fafc; }
.navbar-brand{ font-weight:700; }
.table td, .table th{ vertical-align: middle; }
.badge{ font-size: .85rem; }
.form-section{ background:#fff; border-radius:16px; padding:16px; box-shadow:0 2px 10px rgba(0,0,0,.05); }
.page-title{ font-size:1.25rem; font-weight:700; }
@media (min-width:768px){
  .page-title{ font-size:1.5rem; }
}
input[type="text"], input[type="email"], input[type="tel"]{ text-transform: capitalize; }
