/* assets/css/style.css */
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
header { background: linear-gradient(90deg,#0f172a,#0b3a50); color: #fff; }
header h1 { font-weight:700; }
.btn-primary { background-color: #0d94b6; border-color: #0d94b6; }
.card { border-radius: 12px; }
