/* =============================================================================
 * Microsaga Sec-Vault — Customizações visuais do Vaultwarden
 * Servido via Nginx em /vault_assets/microsaga-custom.css
 * ============================================================================= */

/* Esconde o texto/path da logo SVG original */
svg[viewBox="0 0 290 60"] path { display: none !important; }
svg[viewBox="0 0 290 60"] {
    background: transparent url("/images/logo-dark.png") no-repeat center center !important;
    background-size: contain !important;
    min-height: 45px !important;
}

/* Esconde rodapé de marketing do Vaultwarden (app-footer cobre o componente inteiro) */
/* ATENÇÃO: NÃO adicionar 'footer' aqui — o bit-dialog usa <footer> para os botões de ação */
app-footer, .auth-footer { display: none !important; }

/* Remove backgrounds desnecessários */
body, html, main, app-root { background-image: none !important; }

/* Rodapé de assinatura Microsaga */
body::after {
    content: "Arquitetura Cofre-Seguro Microsaga";
    display: block;
    text-align: center;
    color: #6c757d;
    font-size: 0.8rem;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
}
