:root{--fundal-principal:#f8f9fa;--fundal-card:#fff;--fundal-secundar:#fff;--text-principal:#262626;--text-secundar:#8e8e8e;--bordura:#dbdbdb}body.dark-mode{--fundal-principal:#121212!important;--fundal-card:#1e1e1e!important;--fundal-secundar:#2d2d2d!important;--text-principal:#fff!important;--text-secundar:#b0b0b0!important;--bordura:#2d2d2d!important}body.bleu-mode{--fundal-principal:#0f172a!important;--fundal-card:#1e293b!important;--fundal-secundar:#334155!important;--text-principal:#f8fafc!important;--text-secundar:#38bdf8!important;--bordura:#1e40af!important}html,body,#root{box-sizing:border-box;width:100%;min-height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .2s,color .2s;background-color:var(--fundal-principal)!important;color:var(--text-principal)!important}*,:before,:after{box-sizing:inherit}#root{width:100%!important;margin:0!important;display:block!important}.app-container{flex-direction:column;min-height:calc(100vh - 65px);padding-top:85px;display:flex}
