:root {
  --ius-primary: #14315f;
  --ius-accent: #b89b5e;
  --ius-bg: #f5f7fb;
}
body { background: var(--ius-bg); }
.navbar-brand img { height: 34px; }
.card { border: 0; border-radius: 1rem; box-shadow: 0 0.5rem 1.5rem rgba(15,23,42,.08); }
.table thead th { white-space: nowrap; }
.badge-soft { background: #eef2ff; color: #3730a3; }
.required:after { content: " *"; color: #dc3545; }
.form-help { color: #64748b; font-size: .875rem; }
.sidebar-link { color:#334155; text-decoration:none; display:block; padding:.55rem .75rem; border-radius:.6rem; }
.sidebar-link:hover, .sidebar-link.active { background:#e8eef9; color:#0f172a; }
pre.code { background:#111827; color:#e5e7eb; border-radius:.75rem; padding:1rem; overflow:auto; }
