/* Arquivo gerado dinamicamente pelo GeradorCssDinamicoService */
:root {
    /* Novas variáveis (padrão 2026) */
    --primary-color: #9100f2;
    --secondary-color: #ffffff;
    
    /* Retrocompatibilidade (Sistema Legado, App, Tailwind, Layout.css) */
    --color: #9100f2;
    --color-opacity: rgba(145, 0, 242, 0.1);

    /* Rodapé e Menus */
    --footer-bg: #ffffff;
    --footer-text: #333333;
    --menu-bg: #cc6eff;
    --menu-header-bg: #56008f;
    --menu-item-selected-bg: #ffffff;
    --menu-text-color: #ffffff;
    --menu-profile-bg: #f7f7f7;
    --menu-profile-text: #2b2b2b;
}