/* ===== Ecossistema IDEA — tema ===== */
:root { --pidea:#1c6fe0; --pidea-dark:#0f4aa0; }
/* header/topo com a cor da marca */
header, .container > header, nav { background: transparent !important; }
h1, .text-2xl, .text-xl { color: var(--pidea) !important; }
/* nomes de grupo com accent azul */
.font-bold, .group-name { color: var(--pidea-dark) !important; }
/* logo com respiro */
img[src*="logo"] { max-height: 56px !important; width:auto !important; }
/* ===== remover widget do GitHub (div#social) e rodapé "Gatus" ===== */
#social { display: none !important; }
footer, .footer, #footer { display: none !important; }
a[href*="github.com"] { display: none !important; }
