
/* Custom styles */
body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background: #f8fafc; color: #0b2545; }
header h1 { color: #052a74; }
.navbar-brand { font-size: 1.25rem; }
.card { border-radius: 12px; }
small code { background:#eef6ff; padding:2px 6px; border-radius:6px; font-size:90%; }
#res-table table { width:100%; }
