/* Barra superior tasa CUP */
#ccm-topbar-root .ccm-topbar{
  position: sticky; top: 0; z-index: 99998;
  width: 100%; background: linear-gradient(90deg,#0ea5e9,#22c55e);
  color: #fff; font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  display:flex; align-items:center; justify-content:center; gap:12px; padding:8px 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
#ccm-topbar-root .ccm-pill{
  background: rgba(255,255,255,.15);
  padding: 4px 10px; border-radius: 999px; font-weight:700;
}