:root{
  --emdur-blue:#1F4AA8;
  --emdur-green:#0B6B3A;
  --emdur-yellow:#F2D200;
}

body{ background:#f6f8fb; }
.emdur-topbar{
  background: linear-gradient(90deg, var(--emdur-blue), #12357f);
  color:#fff;
}
.brand-logo{ height:48px; width:auto; }
.card{ border:0; border-radius:16px; box-shadow:0 6px 18px rgba(0,0,0,.06); }
.btn-emdur{
  background:var(--emdur-blue);
  border-color:var(--emdur-blue);
}
.btn-emdur:hover{ filter:brightness(.95); }
.badge-emdur{ background:var(--emdur-green); }
.notice-lgpd{
  background:#eef6ff;
  border:1px solid #cfe2ff;
  border-radius:12px;
  padding:10px 12px;
}
.notice-warn{
  background:#fff3cd;
  border:1px solid #ffeeba;
  border-radius:12px;
  padding:10px 12px;
}
.small-muted{ color:#6c757d; font-size:.95rem; }
