/* ===== Tarefas Eleve — branding do Colégio Eleve (injetado via nginx) ===== */
:root {
  --primary-h: 15deg !important;
  --primary-s: 100% !important;
  --primary-l: 62% !important;
  --primary-hsl: 15deg, 100%, 62% !important;
  --primary: #FF6F3D !important;
}
/* painel de boas-vindas do login -> laranja sólido (no lugar da imagem padrão) */
.no-auth-wrapper .image { background: #FF6F3D !important; }
.no-auth-wrapper .image::before,
.no-auth-wrapper .image::after { background: transparent !important; opacity: 0 !important; }
