/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rym45wpl3n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rym45wpl3n] {
    flex: 1;
}

.sidebar[b-rym45wpl3n] {
    background-image: linear-gradient(to bottom, #12a56a, #13854d, #0d6632, #04481a, #002d00);
}

.top-row[b-rym45wpl3n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rym45wpl3n]  a, .top-row[b-rym45wpl3n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rym45wpl3n]  a:hover, .top-row[b-rym45wpl3n]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rym45wpl3n]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-rym45wpl3n] {
        justify-content: space-between;
    }

        .top-row[b-rym45wpl3n]  a, .top-row[b-rym45wpl3n]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-rym45wpl3n] {
        flex-direction: row;
    }

    .sidebar[b-rym45wpl3n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rym45wpl3n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rym45wpl3n]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rym45wpl3n], article[b-rym45wpl3n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rym45wpl3n] {
    background: lightyellow;
    color: black;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rym45wpl3n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.navbar-toggler[b-rym45wpl3n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rym45wpl3n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-rym45wpl3n] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-rym45wpl3n] {
    text-align: right;
}

.navbar-brand[b-rym45wpl3n] {
    font-size: 1.1rem;
}

.oi[b-rym45wpl3n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rym45wpl3n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rym45wpl3n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rym45wpl3n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rym45wpl3n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-rym45wpl3n]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-rym45wpl3n]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-rym45wpl3n] {
        display: none;
    }

    .collapse[b-rym45wpl3n] {
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-rym45wpl3n] {
        display: block;
    }
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mgxq9s05jt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mgxq9s05jt] {
    height: 3.5rem;
    min-height:90px;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-mgxq9s05jt] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-mgxq9s05jt] {
    text-align: right;
}

.navbar-brand[b-mgxq9s05jt] {
    font-size: 1.1rem;
}

.oi[b-mgxq9s05jt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mgxq9s05jt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mgxq9s05jt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mgxq9s05jt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mgxq9s05jt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-mgxq9s05jt]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-mgxq9s05jt]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-top-logo[b-mgxq9s05jt] {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

    .nav-top-logo img[b-mgxq9s05jt] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-mgxq9s05jt] {
        display: none;
    }

    .menu-wrapper[b-mgxq9s05jt] {
        display: flex !important; 
        flex-direction: column;
        height: calc(100vh - 90px);
    }
}

@media (max-width: 640px) {
    .collapse[b-mgxq9s05jt] {
        display: none;
    }
    .nav-content[b-mgxq9s05jt] {
        height: auto !important;
    }
    .bottom-row[b-mgxq9s05jt] {
        display: block;
    }
}
/* /Components/Pages/Assets Pages/AssetEdit.razor.rz.scp.css */
/* Overlay: centraliza e permite rolagem quando exceder a viewport */
.overlay-top-center[b-mzltyxhhlo] {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 24px;
    /* ocupa tela inteira escurecida */
    min-height: 100dvh; /* viewport din�mica (Chrome/Android/iOS novo) */
    min-height: calc(var(--vh, 1vh) * 100); /* fallback iOS antigo */
    overflow-y: auto;
}

/* Conte�do do overlay com limites responsivos */
.conteudo-overlay[b-mzltyxhhlo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 14px 14px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    max-width: 95vw;
    max-height: calc(100dvh - 48px);
    max-height: calc(var(--vh, 1vh) * 100 - 48px);
    overflow: hidden;
}

/* Scanner: desktop padr�o */
#barcode-scanner[b-mzltyxhhlo] {
    position: relative;
    width: 640px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #000;
    overflow: hidden;
    flex: 1 0 auto;
}

    /* V�deo / canvas ajustados */
    #barcode-scanner video[b-mzltyxhhlo],
    #barcode-scanner canvas[b-mzltyxhhlo] {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain; /* evita cortar imagem */
        display: block;
    }

.conteudo-overlay > div:last-child[b-mzltyxhhlo] {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

@media (max-width: 576px) {
    .conteudo-overlay[b-mzltyxhhlo] {
        padding: 10px;
        border-radius: 12px;
        max-width: 100vw;
        max-height: 92vh;
    }

    #barcode-scanner[b-mzltyxhhlo] {
        width: 100vw;
        max-width: 100vw;
        height: 70vh;
        aspect-ratio: auto;
    }
}

@media (orientation: portrait) {
    #barcode-scanner[b-mzltyxhhlo] {
        width: 100vw;
        max-width: 100vw;
        height: 65vh;
        aspect-ratio: auto;
    }
}

/* Respeita usu�rios com motion reduzido (j� existente) */
@media (prefers-reduced-motion: reduce) {
    .custom-card[b-mzltyxhhlo],
    .custom-mini-card[b-mzltyxhhlo] {
        transition: box-shadow .2s !important;
        transform: none !important;
    }

        .custom-card:hover[b-mzltyxhhlo],
        .custom-mini-card:hover[b-mzltyxhhlo] {
            transform: none !important;
        }
}
/* /Components/Pages/Assets.razor.rz.scp.css */
.custom-card[b-ha1vbmkt03] {
    border: none !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 4px 15px 0 rgba(18, 165, 106, 0.13), 0 2px 4px 0 rgba(18, 165, 106, 0.11);
    background: #fff;
    transition: box-shadow .22s ease, transform .18s ease;
    transform: translateY(0);         
    will-change: transform, box-shadow;
}
.custom-card:hover[b-ha1vbmkt03] {
    box-shadow: 0 8px 22px 0 rgba(18, 165, 106, 0.19), 0 4px 8px 0 rgba(18, 165, 106, 0.15);
    transform: translateY(-3px);              
}
.custom-card:active[b-ha1vbmkt03] {
    transform: translateY(-1px);             
}

.custom-mini-card[b-ha1vbmkt03] {
    border: none !important;
    border-radius: 1rem !important;
    box-shadow: 0 4px 15px 0 rgba(18,165,106,.13), 0 2px 4px 0 rgba(18,165,106,.11);
    background: #fff;
    transition: box-shadow .22s ease, transform .18s ease;
    transform: translateY(0);
    will-change: transform, box-shadow;
}
.custom-mini-card:hover[b-ha1vbmkt03] {
    box-shadow: 0 8px 22px 0 rgba(18,165,106,.19), 0 4px 8px 0 rgba(18,165,106,.15);
    transform: translateY(-3px);
}
.custom-mini-card:active[b-ha1vbmkt03] {
    transform: translateY(-1px);
}

/* Overlay: centraliza e permite rolagem quando exceder a viewport */
.overlay-top-center[b-ha1vbmkt03] {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 24px;
    /* ocupa tela inteira escurecida */
    min-height: 100dvh;              /* viewport dinâmica (Chrome/Android/iOS novo) */
    min-height: calc(var(--vh, 1vh) * 100); /* fallback iOS antigo */
    overflow-y: auto;
}

/* Conteúdo do overlay com limites responsivos */
.conteudo-overlay[b-ha1vbmkt03] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 14px 14px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    max-width: 95vw;
    max-height: calc(100dvh - 48px);
    max-height: calc(var(--vh, 1vh) * 100 - 48px);
    overflow: hidden;
}

/* Scanner: desktop padrão */
#barcode-scanner[b-ha1vbmkt03] {
    position: relative;
    width: 640px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #000;
    overflow: hidden;
    flex: 1 0 auto;
}

/* Vídeo / canvas ajustados */
#barcode-scanner video[b-ha1vbmkt03],
#barcode-scanner canvas[b-ha1vbmkt03] {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* evita cortar imagem */
    display: block;
}

.conteudo-overlay > div:last-child[b-ha1vbmkt03] {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

@media (max-width: 576px) {
    .conteudo-overlay[b-ha1vbmkt03] {
        padding: 10px;
        border-radius: 12px;
        max-width: 100vw;
        max-height: 92vh;
    }

    #barcode-scanner[b-ha1vbmkt03] {
        width: 100vw;    
        max-width: 100vw;
        height: 70vh;    
        aspect-ratio: auto;
    }
}

@media (orientation: portrait) {
    #barcode-scanner[b-ha1vbmkt03] {
        width: 100vw;
        max-width: 100vw;
        height: 65vh;   
        aspect-ratio: auto;
    }
}

/* Respeita usuários com motion reduzido (já existente) */
@media (prefers-reduced-motion: reduce) {
    .custom-card[b-ha1vbmkt03],
    .custom-mini-card[b-ha1vbmkt03] {
        transition: box-shadow .2s !important;
        transform: none !important;
    }
    .custom-card:hover[b-ha1vbmkt03],
    .custom-mini-card:hover[b-ha1vbmkt03] {
        transform: none !important;
    }
}

/* Botões */
.btn-custom-outlined-primary[b-ha1vbmkt03] {
    border: 2px solid #12A56A;
    color: #12A56A;
    background-color: transparent;
}
.btn-custom-outlined-primary:hover[b-ha1vbmkt03],
.btn-custom-outlined-primary:focus[b-ha1vbmkt03] {
    background-color: #0e8957;
    border-color: #0e8957;
    color: #fff;
}
.btn-custom-primary[b-ha1vbmkt03] {
    background-color: #12A56A;
    color: #fff;
    border: none;
}
.btn-custom-primary:hover[b-ha1vbmkt03],
.btn-custom-primary:focus[b-ha1vbmkt03] {
    background-color: #0e8957;
    color: #fff;
}
.btn-outline-danger[b-ha1vbmkt03] { border-radius: .75rem; }
.btn[b-ha1vbmkt03] { border-radius: .75rem; }

/* Card relativo */
.mini-card.custom-mini-card[b-ha1vbmkt03] {
    position: relative;
    padding: 10px 14px 14px 14px;
}

/* Cabeçalho (Tag) */
.mc-head[b-ha1vbmkt03] {
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:4px;
}
.mc-tag[b-ha1vbmkt03] {
    font-weight:600;
    font-size:.80rem;
    letter-spacing:.5px;
}

/* Unidade Card */
.badge-unidade[b-ha1vbmkt03] {
    position:absolute;
    top:8px;
    right:10px;
    font-size:.78rem;
    padding:4px 10px;
    border-radius:14px;
    white-space:nowrap;
}

.mc-row[b-ha1vbmkt03] {
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:6px;
}
.mc-icon[b-ha1vbmkt03] {
    font-size:1rem;
    color:#12A56A;
}
.mc-title .fw-bold[b-ha1vbmkt03] {
    font-size:.78rem;
}

/* Info */
.mc-info[b-ha1vbmkt03] {
    font-size:.70rem;
    margin-bottom:6px;
}
.mc-info .label[b-ha1vbmkt03] {
    font-weight:600;
}

/* Linha do responsável nos cards */
.mc-info .resp-line[b-ha1vbmkt03] {
    margin-top:2px;
    display:flex;
    align-items:center;
    gap:4px;
    flex-wrap:nowrap;
}

.mc-info .resp-name[b-ha1vbmkt03] {
    display:inline-flex;
    align-items:center;
    gap:4px;
    max-width:160px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:600;
    font-size:.68rem;
    padding:2px 8px;
    border-radius:12px;
    background:#eef5ff;
    color:#2457a6;
}

.mc-info .resp-name i[b-ha1vbmkt03] {
    font-size:.65rem;
    color:#2457a6;
}

/* Rodapé: status + ações */
.mc-footer[b-ha1vbmkt03] {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:4px;
}
.mc-actions[b-ha1vbmkt03] {
    display:flex;
    gap:6px;
}
.mc-status-inline[b-ha1vbmkt03] {
    font-size:.60rem;
    padding:4px 10px;
    border-radius:14px;
    white-space:nowrap;
}

/* Base status */
.badge-status[b-ha1vbmkt03] {
    display: inline-block;
    font-weight: 600;
    font-size: .78rem;
    letter-spacing: .3px;
    line-height: 1.1;
}

/* Cores status */
.badge-status-ativo[b-ha1vbmkt03] { background:#e6f7ed; color:#0f7d3d; }
.badge-status-inativo[b-ha1vbmkt03] { background:#f0f0f0; color:#666; }
.badge-status-manutencao[b-ha1vbmkt03] { background:#fff4e0; color:#b67200; }
.badge-status-descartado[b-ha1vbmkt03] { background:#ffe5e5; color:#c52525; }

/* Tabela compacta com cabeçalho fixo e badges */
.custom-table-wrapper[b-ha1vbmkt03] {
    max-height: 60vh;
    overflow: auto;
    border-radius: .75rem;
    border: 1px solid #eef3f0;
}

.custom-table[b-ha1vbmkt03] {
    margin: 0;
    font-size: .84rem;
}

.custom-thead[b-ha1vbmkt03] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f9fbfa;
    box-shadow: inset 0 -1px 0 #e6ece8;
}

.custom-table tbody tr:hover[b-ha1vbmkt03] {
    background: #f7fffa;
}

/* Badge de unidade na tabela (similar ao card, menor) */
.badge-unidade-table[b-ha1vbmkt03] {
    display: inline-block;
    font-size: .68rem;
    padding: 4px 10px;
    border-radius: 14px;
    background: #eaf7f1;
    color: #0f7d3d;
    white-space: nowrap;
}

/* Badge de status na tabela: tamanho adequado para célula */
.badge-status-table[b-ha1vbmkt03] {
    font-size: .70rem;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* Reuso das cores já definidas */
.badge-status-ativo[b-ha1vbmkt03] { background:#e6f7ed; color:#0f7d3d; }
.badge-status-inativo[b-ha1vbmkt03] { background:#f0f0f0; color:#666; }
.badge-status-manutencao[b-ha1vbmkt03] { background:#fff4e0; color:#b67200; }
.badge-status-descartado[b-ha1vbmkt03] { background:#ffe5e5; color:#c52525; }

/* Badge de responsável na tabela */
.badge-resp[b-ha1vbmkt03] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    font-size: .72rem;
    font-weight: 600;
    border-radius: 14px;
    background: #eef5ff;
    color: #2457a6;
    white-space: nowrap;
}
.badge-resp i[b-ha1vbmkt03] { color: #2457a6; }

/* Desabilita o efeito de levantar no card de filtros */
.card.custom-card.no-lift[b-ha1vbmkt03],
.card.custom-card.no-lift:hover[b-ha1vbmkt03],
.card.custom-card.no-lift:active[b-ha1vbmkt03] {
    transform: none !important;
}

.avatar-circle[b-ha1vbmkt03] {
    width: 30px;
    height: 30px;
    background-color: #eef5ff;
    color: #2457a6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size:0.80rem;
}

/* MODO RETRATO MOBILE: reduz altura para não cortar botão */
@media (max-width: 600px) and (orientation: portrait) {
    .conteudo-overlay[b-ha1vbmkt03] {
        width: 100vw;
        max-width: 100vw;
        padding: 12px 12px 8px;
        border-radius: 0 0 16px 16px;
        max-height: 100dvh;
        max-height: calc(var(--vh, 1vh) * 100);
    }

    #barcode-scanner[b-ha1vbmkt03] {
        width: 100%;
        aspect-ratio: 3 / 4;   /* aproxima formato da câmera em pé */
        max-height: 70dvh;
        max-height: calc(var(--vh, 1vh) * 70);
    }
}

/* MODO PAISAGEM MOBILE: prioriza largura */
@media (max-width: 800px) and (orientation: landscape) {
    #barcode-scanner[b-ha1vbmkt03] {
        aspect-ratio: 16 / 9;
        max-height: 60dvh;
        max-height: calc(var(--vh, 1vh) * 60);
    }
}

/* WhatsApp Overlay no topo da página */
.whats-overlay[b-ha1vbmkt03],
.whats-overlay.mud-overlay[b-ha1vbmkt03],
.whats-overlay > .mud-overlay-content[b-ha1vbmkt03] {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: calc(env(safe-area-inset-top, 0px) + 16px) !important;
    min-height: 100dvh; /* garante altura da viewport dinâmica */
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Dashboard Header */
.dash-header[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.dash-header h2[b-df2m2zm5ug] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.dash-subtitle[b-df2m2zm5ug] {
    color: var(--ink-500);
    font-size: 0.9rem;
}

/* KPI Cards */
.kpis[b-df2m2zm5ug] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .kpis[b-df2m2zm5ug] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .kpis[b-df2m2zm5ug] {
        grid-template-columns: 1fr;
    }
}

.kpi-card[b-df2m2zm5ug] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    background: var(--white);
    border: none;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.20);
    transition: transform 0.2s, box-shadow 0.2s;
}

.kpi-card:hover[b-df2m2zm5ug] {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(18, 165, 106, 0.25);
}

.kpi-icon[b-df2m2zm5ug] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.kpi-primary .kpi-icon[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #12A56A 0%, #0e8957 100%);
    color: white;
}

.kpi-success .kpi-icon[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #2ec487 0%, #12A56A 100%);
    color: white;
}

.kpi-info .kpi-icon[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.kpi-warning .kpi-icon[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
}

.kpi-content[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kpi-value[b-df2m2zm5ug] {
    font-size: 28px;
    font-weight: 800;
    color: var(--ink-900);
    line-height: 1;
}

.kpi-label[b-df2m2zm5ug] {
    font-size: 0.9rem;
    color: var(--ink-500);
    font-weight: 500;
}

/* Status Row */
.status-row[b-df2m2zm5ug] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .status-row[b-df2m2zm5ug] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .status-row[b-df2m2zm5ug] {
        grid-template-columns: 1fr;
    }
}

.status-card[b-df2m2zm5ug] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--white);
    border-left: 4px solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}
.status-card:hover[b-df2m2zm5ug] {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(18, 165, 106, 0.20);
}

.status-active[b-df2m2zm5ug] {
    border-left-color: #12A56A;
}

.status-inactive[b-df2m2zm5ug] {
    border-left-color: #6c757d;
}

.status-maintenance[b-df2m2zm5ug] {
    border-left-color: #f39c12;
}

.status-discarded[b-df2m2zm5ug] {
    border-left-color: #e74c3c;
}

.status-icon[b-df2m2zm5ug] {
    font-size: 1.4rem;
}

.status-active .status-icon[b-df2m2zm5ug] {
    color: #12A56A;
}

.status-inactive .status-icon[b-df2m2zm5ug] {
    color: #6c757d;
}

.status-maintenance .status-icon[b-df2m2zm5ug] {
    color: #f39c12;
}

.status-discarded .status-icon[b-df2m2zm5ug] {
    color: #e74c3c;
}

.status-info[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
}

.status-value[b-df2m2zm5ug] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink-900);
}

.status-label[b-df2m2zm5ug] {
    font-size: 0.8rem;
    color: var(--ink-500);
}

/* Charts Row */
.charts-row[b-df2m2zm5ug] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .charts-row[b-df2m2zm5ug] {
        grid-template-columns: 1fr;
    }
}

.chart-card[b-df2m2zm5ug] {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.15);
    overflow: hidden;
}

.chart-header[b-df2m2zm5ug] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}

.chart-header h5[b-df2m2zm5ug] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.chart-body[b-df2m2zm5ug] {
    padding: 16px;
    height: 280px;
}

.empty-chart[b-df2m2zm5ug] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--ink-500);
    font-size: 0.9rem;
}

/* Dashboard Card */
.dash-card[b-df2m2zm5ug] {
    background: var(--white);
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.1);
    overflow: hidden;
}

.dash-card .card-head[b-df2m2zm5ug] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
}

.dash-card .card-head h5[b-df2m2zm5ug] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.dash-card .card-body[b-df2m2zm5ug] {
    padding: 20px;
}

/* Quality Boxes */
.grid-qualidade[b-df2m2zm5ug] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .grid-qualidade[b-df2m2zm5ug] {
        grid-template-columns: 1fr;
    }
}

.q-box[b-df2m2zm5ug] {
    background: var(--green-50);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    border: 1px solid var(--border);
}

.q-box-danger[b-df2m2zm5ug] {
    background: #fff5f5;
    border-color: #ffcdd2;
}

.q-box-warning[b-df2m2zm5ug] {
    background: #fff8e1;
    border-color: #ffe082;
}

.q-box-success[b-df2m2zm5ug] {
    background: var(--green-50);
    border-color: #c8e6c9;
}

.q-icon[b-df2m2zm5ug] {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.q-box-danger .q-icon[b-df2m2zm5ug] {
    color: #e74c3c;
}

.q-box-warning .q-icon[b-df2m2zm5ug] {
    color: #f39c12;
}

.q-num[b-df2m2zm5ug] {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.text-warning[b-df2m2zm5ug] {
    color: #f39c12 !important;
}

.q-label[b-df2m2zm5ug] {
    font-weight: 600;
    color: var(--ink-700);
    font-size: 0.9rem;
}

.q-sub[b-df2m2zm5ug] {
    color: var(--ink-500);
    font-size: 0.85rem;
    margin-top: 4px;
}

/* Donut Chart */
.donut-wrap[b-df2m2zm5ug] {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}

.donut[b-df2m2zm5ug] {
    width: 100%;
    height: 100%;
}

.donut-bg[b-df2m2zm5ug] {
    fill: none;
    stroke: #e8f5e9;
    stroke-width: 3.5;
}

.donut-val[b-df2m2zm5ug] {
    fill: none;
    stroke: var(--green-500);
    stroke-width: 3.5;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.donut-text[b-df2m2zm5ug] {
    font-size: 8px;
    fill: var(--ink-900);
    font-weight: 700;
}

/* Top Models List */
.top-models-list[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.top-model-item[b-df2m2zm5ug] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.rank-badge[b-df2m2zm5ug] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
    flex-shrink: 0;
}

.rank-1[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.rank-2[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #C0C0C0 0%, #A0A0A0 100%);
}

.rank-3[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
}

.rank-4[b-df2m2zm5ug], .rank-5[b-df2m2zm5ug] {
    background: linear-gradient(135deg, #12A56A 0%, #0e8957 100%);
}

.model-info[b-df2m2zm5ug] {
    flex: 1;
    min-width: 0;
}

.model-name[b-df2m2zm5ug] {
    font-weight: 600;
    color: var(--ink-900);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model-bar[b-df2m2zm5ug] {
    height: 6px;
    background: #e8f5e9;
    border-radius: 3px;
    overflow: hidden;
}

.model-bar-fill[b-df2m2zm5ug] {
    height: 100%;
    background: linear-gradient(90deg, #12A56A 0%, #2ec487 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.model-count[b-df2m2zm5ug] {
    font-weight: 700;
    color: var(--green-600);
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Responsaveis Stats */
.resp-stats[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resp-stat-item[b-df2m2zm5ug] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: var(--green-50);
    border-radius: 12px;
    border: 1px solid var(--border);
    transition: transform 0.2s, box-shadow 0.2s;
}
.resp-stat-item:hover[b-df2m2zm5ug] {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(18, 165, 106, 0.18);
}

.resp-stat-icon[b-df2m2zm5ug] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #12A56A 0%, #0e8957 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.resp-stat-info[b-df2m2zm5ug] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.resp-stat-value[b-df2m2zm5ug] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ink-900);
}

.resp-stat-label[b-df2m2zm5ug] {
    font-size: 0.85rem;
    color: var(--ink-500);
}
/* /Components/Pages/Login.razor.rz.scp.css */
@media (max-width: 420px) {
    .login-card[b-c4ys41ki9b] {
        padding: 32px;
    }

    .login-brand-strip[b-c4ys41ki9b] {
        padding: 12px;
    }

        .login-brand-strip img[b-c4ys41ki9b] {
            max-height: 52px;
        }
}

/* /Components/Pages/Relatorios.razor.rz.scp.css */
/* Reports Page Styles */
.report-header[b-4ic6fvijlp] {
    margin-bottom: 30px;
}

.report-header h2[b-4ic6fvijlp] {
    margin: 0 0 8px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-subtitle[b-4ic6fvijlp] {
    color: var(--ink-500);
    font-size: 1rem;
    margin: 0;
}

/* Reports Grid - 2 columns */
.reports-grid[b-4ic6fvijlp] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .reports-grid[b-4ic6fvijlp] {
        grid-template-columns: 1fr;
    }
}

/* Report Card */
.report-card[b-4ic6fvijlp] {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.report-card:hover[b-4ic6fvijlp] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(18, 165, 106, 0.15);
    border-color: var(--green-400);
}

.report-card:hover .report-arrow[b-4ic6fvijlp] {
    color: var(--green-600);
    transform: translateX(4px);
}

.report-card-full[b-4ic6fvijlp] {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .report-card-full[b-4ic6fvijlp] {
        grid-column: span 1;
    }
}

/* Report Icon */
.report-icon[b-4ic6fvijlp] {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.report-icon-unidade[b-4ic6fvijlp] {
    background: linear-gradient(135deg, #12A56A 0%, #0e8957 100%);
    color: white;
}

.report-icon-responsavel[b-4ic6fvijlp] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.report-icon-categoria[b-4ic6fvijlp] {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: white;
}

.report-icon-status[b-4ic6fvijlp] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
}

.report-icon-geral[b-4ic6fvijlp] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

/* Report Content */
.report-content[b-4ic6fvijlp] {
    flex: 1;
    min-width: 0;
}

.report-content h4[b-4ic6fvijlp] {
    margin: 0 0 6px 0;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--ink-900);
}

.report-content p[b-4ic6fvijlp] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ink-500);
    line-height: 1.4;
}

/* Report Arrow */
.report-arrow[b-4ic6fvijlp] {
    color: var(--ink-500);
    font-size: 1.2rem;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

/* Info Box */
.report-info[b-4ic6fvijlp] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: var(--green-50);
    border-radius: 12px;
    border: 1px solid var(--border);
}

.info-icon[b-4ic6fvijlp] {
    color: var(--green-600);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-text[b-4ic6fvijlp] {
    color: var(--ink-700);
    font-size: 0.95rem;
    line-height: 1.5;
}

.info-text strong[b-4ic6fvijlp] {
    color: var(--green-700);
}
/* /Components/Pages/Report Pages/RelatorioCategoria.razor.rz.scp.css */
/* Report Page Shared Styles */

/* Header */
.report-page-header[b-qja5pt3hlx] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-back[b-qja5pt3hlx] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-700);
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-back:hover[b-qja5pt3hlx] {
    background: var(--green-50);
    border-color: var(--green-400);
    color: var(--green-600);
}

.report-page-header h2[b-qja5pt3hlx] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-qja5pt3hlx] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Loading */
.loading-container[b-qja5pt3hlx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-qja5pt3hlx] {
    color: var(--ink-500);
    margin: 0;
}

/* Summary */
.report-summary[b-qja5pt3hlx] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.summary-item[b-qja5pt3hlx] {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-value[b-qja5pt3hlx] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-600);
}

.summary-label[b-qja5pt3hlx] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

/* Generate Section */
.generate-section[b-qja5pt3hlx] {
    margin-bottom: 30px;
}

.btn-custom-primary.btn-lg[b-qja5pt3hlx] {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

/* Preview */
.report-preview[b-qja5pt3hlx] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
}

.preview-title[b-qja5pt3hlx] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.preview-group[b-qja5pt3hlx] {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.preview-group:last-child[b-qja5pt3hlx] {
    margin-bottom: 0;
}

.preview-group-header[b-qja5pt3hlx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--green-50);
    border-bottom: 1px solid var(--border);
}

.group-name[b-qja5pt3hlx] {
    font-weight: 700;
    color: var(--green-700);
}

.group-count[b-qja5pt3hlx] {
    font-size: 0.85rem;
    color: var(--ink-500);
    background: var(--white);
    padding: 4px 10px;
    border-radius: 20px;
}

.preview-table-wrapper[b-qja5pt3hlx] {
    overflow-x: auto;
}

.preview-table[b-qja5pt3hlx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.preview-table th[b-qja5pt3hlx] {
    text-align: left;
    padding: 10px 14px;
    background: #f9fbfa;
    font-weight: 600;
    color: var(--ink-700);
    border-bottom: 1px solid var(--border);
}

.preview-table td[b-qja5pt3hlx] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--ink-900);
}

.preview-table tbody tr:hover[b-qja5pt3hlx] {
    background: #f7fffa;
}

.more-items[b-qja5pt3hlx] {
    text-align: center;
    color: var(--ink-500);
    font-style: italic;
    background: #fafafa;
}

/* Status Badges */
.badge-status[b-qja5pt3hlx] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-ativo[b-qja5pt3hlx] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.status-inativo[b-qja5pt3hlx] {
    background: #f0f0f0;
    color: #666;
}

.status-manutencao[b-qja5pt3hlx] {
    background: #fff4e0;
    color: #b67200;
}

.status-descartado[b-qja5pt3hlx] {
    background: #ffe5e5;
    color: #c52525;
}

/* Filters Section */
.filters-section[b-qja5pt3hlx] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filters-title[b-qja5pt3hlx] {
    margin: 0 0 16px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.filters-grid[b-qja5pt3hlx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.filter-group[b-qja5pt3hlx] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group label[b-qja5pt3hlx] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--ink-700);
}

.filter-actions[b-qja5pt3hlx] {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .report-summary[b-qja5pt3hlx] {
        flex-direction: column;
    }
    
    .filters-grid[b-qja5pt3hlx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Report Pages/RelatorioGeral.razor.rz.scp.css */
/* Report Page Shared Styles */

/* Header */
.report-page-header[b-wx6gdqd0ed] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-back[b-wx6gdqd0ed] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-700);
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-back:hover[b-wx6gdqd0ed] {
    background: var(--green-50);
    border-color: var(--green-400);
    color: var(--green-600);
}

.report-page-header h2[b-wx6gdqd0ed] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-wx6gdqd0ed] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Loading */
.loading-container[b-wx6gdqd0ed] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-wx6gdqd0ed] {
    color: var(--ink-500);
    margin: 0;
}

/* Summary */
.report-summary[b-wx6gdqd0ed] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.summary-item[b-wx6gdqd0ed] {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-value[b-wx6gdqd0ed] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-600);
}

.summary-label[b-wx6gdqd0ed] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

.summary-filter .summary-value[b-wx6gdqd0ed] {
    color: var(--green-500);
}

/* Generate Section */
.generate-section[b-wx6gdqd0ed] {
    margin-bottom: 30px;
}

.btn-custom-primary.btn-lg[b-wx6gdqd0ed] {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

.btn-hint[b-wx6gdqd0ed] {
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
}

/* Preview */
.report-preview[b-wx6gdqd0ed] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
}

.preview-title[b-wx6gdqd0ed] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.preview-table-wrapper[b-wx6gdqd0ed] {
    overflow-x: auto;
}

.preview-table[b-wx6gdqd0ed] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.preview-table th[b-wx6gdqd0ed] {
    text-align: left;
    padding: 10px 14px;
    background: #f9fbfa;
    font-weight: 600;
    color: var(--ink-700);
    border-bottom: 1px solid var(--border);
}

.preview-table td[b-wx6gdqd0ed] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--ink-900);
}

.preview-table tbody tr:hover[b-wx6gdqd0ed] {
    background: #f7fffa;
}

.more-items[b-wx6gdqd0ed] {
    text-align: center;
    color: var(--ink-500);
    font-style: italic;
    background: #fafafa;
}

/* Empty State */
.empty-preview[b-wx6gdqd0ed] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
    color: var(--ink-500);
}

.empty-preview i[b-wx6gdqd0ed] {
    font-size: 3rem;
    opacity: 0.5;
}

.empty-preview p[b-wx6gdqd0ed] {
    margin: 0;
}

/* Status Badges */
.badge-status[b-wx6gdqd0ed] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-ativo[b-wx6gdqd0ed] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.status-inativo[b-wx6gdqd0ed] {
    background: #f0f0f0;
    color: #666;
}

.status-manutencao[b-wx6gdqd0ed] {
    background: #fff4e0;
    color: #b67200;
}

.status-descartado[b-wx6gdqd0ed] {
    background: #ffe5e5;
    color: #c52525;
}

/* Filters Section */
.filters-section[b-wx6gdqd0ed] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filters-title[b-wx6gdqd0ed] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.filters-grid[b-wx6gdqd0ed] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.filter-group[b-wx6gdqd0ed] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group label[b-wx6gdqd0ed] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--ink-700);
}

.filter-actions[b-wx6gdqd0ed] {
    display: flex;
    gap: 12px;
}

@media (max-width: 992px) {
    .filters-grid[b-wx6gdqd0ed] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .report-summary[b-wx6gdqd0ed] {
        flex-direction: column;
    }
    
    .filters-grid[b-wx6gdqd0ed] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Report Pages/RelatorioResponsavel.razor.rz.scp.css */
/* Report Page Shared Styles */

/* Header */
.report-page-header[b-91leukxa1e] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-back[b-91leukxa1e] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-700);
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-back:hover[b-91leukxa1e] {
    background: var(--green-50);
    border-color: var(--green-400);
    color: var(--green-600);
}

.report-page-header h2[b-91leukxa1e] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-91leukxa1e] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Loading */
.loading-container[b-91leukxa1e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-91leukxa1e] {
    color: var(--ink-500);
    margin: 0;
}

/* Summary */
.report-summary[b-91leukxa1e] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.summary-item[b-91leukxa1e] {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-value[b-91leukxa1e] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-600);
}

.summary-label[b-91leukxa1e] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

/* Generate Section */
.generate-section[b-91leukxa1e] {
    margin-bottom: 30px;
}

.btn-custom-primary.btn-lg[b-91leukxa1e] {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

/* Preview */
.report-preview[b-91leukxa1e] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
}

.preview-title[b-91leukxa1e] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.preview-group[b-91leukxa1e] {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.preview-group:last-child[b-91leukxa1e] {
    margin-bottom: 0;
}

.preview-group-header[b-91leukxa1e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--green-50);
    border-bottom: 1px solid var(--border);
}

.group-name[b-91leukxa1e] {
    font-weight: 700;
    color: var(--green-700);
}

.group-count[b-91leukxa1e] {
    font-size: 0.85rem;
    color: var(--ink-500);
    background: var(--white);
    padding: 4px 10px;
    border-radius: 20px;
}

.preview-table-wrapper[b-91leukxa1e] {
    overflow-x: auto;
}

.preview-table[b-91leukxa1e] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.preview-table th[b-91leukxa1e] {
    text-align: left;
    padding: 10px 14px;
    background: #f9fbfa;
    font-weight: 600;
    color: var(--ink-700);
    border-bottom: 1px solid var(--border);
}

.preview-table td[b-91leukxa1e] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--ink-900);
}

.preview-table tbody tr:hover[b-91leukxa1e] {
    background: #f7fffa;
}

.more-items[b-91leukxa1e] {
    text-align: center;
    color: var(--ink-500);
    font-style: italic;
    background: #fafafa;
}

/* Status Badges */
.badge-status[b-91leukxa1e] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-ativo[b-91leukxa1e] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.status-inativo[b-91leukxa1e] {
    background: #f0f0f0;
    color: #666;
}

.status-manutencao[b-91leukxa1e] {
    background: #fff4e0;
    color: #b67200;
}

.status-descartado[b-91leukxa1e] {
    background: #ffe5e5;
    color: #c52525;
}

/* Filters Section */
.filters-section[b-91leukxa1e] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filters-title[b-91leukxa1e] {
    margin: 0 0 16px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.filters-grid[b-91leukxa1e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.filter-group[b-91leukxa1e] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group label[b-91leukxa1e] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--ink-700);
}

.filter-actions[b-91leukxa1e] {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .report-summary[b-91leukxa1e] {
        flex-direction: column;
    }
    
    .filters-grid[b-91leukxa1e] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Report Pages/RelatorioStatus.razor.rz.scp.css */
/* Report Page Shared Styles */

/* Header */
.report-page-header[b-6sdt2ky9jw] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-back[b-6sdt2ky9jw] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-700);
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-back:hover[b-6sdt2ky9jw] {
    background: var(--green-50);
    border-color: var(--green-400);
    color: var(--green-600);
}

.report-page-header h2[b-6sdt2ky9jw] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-6sdt2ky9jw] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Loading */
.loading-container[b-6sdt2ky9jw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-6sdt2ky9jw] {
    color: var(--ink-500);
    margin: 0;
}

/* Summary */
.report-summary[b-6sdt2ky9jw] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.summary-item[b-6sdt2ky9jw] {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-value[b-6sdt2ky9jw] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-600);
}

.summary-label[b-6sdt2ky9jw] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

.summary-ativo .summary-value[b-6sdt2ky9jw] {
    color: #12A56A;
}

.summary-inativo .summary-value[b-6sdt2ky9jw] {
    color: #6c757d;
}

.summary-manutencao .summary-value[b-6sdt2ky9jw] {
    color: #f39c12;
}

/* Generate Section */
.generate-section[b-6sdt2ky9jw] {
    margin-bottom: 30px;
}

.btn-custom-primary.btn-lg[b-6sdt2ky9jw] {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

/* Preview */
.report-preview[b-6sdt2ky9jw] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
}

.preview-title[b-6sdt2ky9jw] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.preview-group[b-6sdt2ky9jw] {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.preview-group:last-child[b-6sdt2ky9jw] {
    margin-bottom: 0;
}

.preview-group-header[b-6sdt2ky9jw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--green-50);
    border-bottom: 1px solid var(--border);
}

.group-name[b-6sdt2ky9jw] {
    font-weight: 700;
    color: var(--green-700);
}

.group-count[b-6sdt2ky9jw] {
    font-size: 0.85rem;
    color: var(--ink-500);
    background: var(--white);
    padding: 4px 10px;
    border-radius: 20px;
}

/* Status Header Colors */
.status-header-ativo[b-6sdt2ky9jw] {
    background: #e6f7ed;
}

.status-header-ativo .group-name[b-6sdt2ky9jw] {
    color: #0f7d3d;
}

.status-header-inativo[b-6sdt2ky9jw] {
    background: #f0f0f0;
}

.status-header-inativo .group-name[b-6sdt2ky9jw] {
    color: #666;
}

.status-header-manutencao[b-6sdt2ky9jw] {
    background: #fff4e0;
}

.status-header-manutencao .group-name[b-6sdt2ky9jw] {
    color: #b67200;
}

.status-header-descartado[b-6sdt2ky9jw] {
    background: #ffe5e5;
}

.status-header-descartado .group-name[b-6sdt2ky9jw] {
    color: #c52525;
}

.preview-table-wrapper[b-6sdt2ky9jw] {
    overflow-x: auto;
}

.preview-table[b-6sdt2ky9jw] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.preview-table th[b-6sdt2ky9jw] {
    text-align: left;
    padding: 10px 14px;
    background: #f9fbfa;
    font-weight: 600;
    color: var(--ink-700);
    border-bottom: 1px solid var(--border);
}

.preview-table td[b-6sdt2ky9jw] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--ink-900);
}

.preview-table tbody tr:hover[b-6sdt2ky9jw] {
    background: #f7fffa;
}

.more-items[b-6sdt2ky9jw] {
    text-align: center;
    color: var(--ink-500);
    font-style: italic;
    background: #fafafa;
}

/* Status Badges */
.badge-status[b-6sdt2ky9jw] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-ativo[b-6sdt2ky9jw] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.status-inativo[b-6sdt2ky9jw] {
    background: #f0f0f0;
    color: #666;
}

.status-manutencao[b-6sdt2ky9jw] {
    background: #fff4e0;
    color: #b67200;
}

.status-descartado[b-6sdt2ky9jw] {
    background: #ffe5e5;
    color: #c52525;
}

@media (max-width: 768px) {
    .report-summary[b-6sdt2ky9jw] {
        flex-direction: column;
    }
}
/* /Components/Pages/Report Pages/RelatorioUnidade.razor.rz.scp.css */
/* Report Page Shared Styles */

/* Header */
.report-page-header[b-0e7qqkio4w] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-back[b-0e7qqkio4w] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-700);
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.btn-back:hover[b-0e7qqkio4w] {
    background: var(--green-50);
    border-color: var(--green-400);
    color: var(--green-600);
}

.report-page-header h2[b-0e7qqkio4w] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-0e7qqkio4w] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Loading */
.loading-container[b-0e7qqkio4w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-0e7qqkio4w] {
    color: var(--ink-500);
    margin: 0;
}

/* Summary */
.report-summary[b-0e7qqkio4w] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.summary-item[b-0e7qqkio4w] {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-value[b-0e7qqkio4w] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-600);
}

.summary-label[b-0e7qqkio4w] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

/* Generate Section */
.generate-section[b-0e7qqkio4w] {
    margin-bottom: 30px;
}

.btn-custom-primary.btn-lg[b-0e7qqkio4w] {
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

/* Preview */
.report-preview[b-0e7qqkio4w] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(18, 165, 106, 0.08);
}

.preview-title[b-0e7qqkio4w] {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.preview-group[b-0e7qqkio4w] {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.preview-group:last-child[b-0e7qqkio4w] {
    margin-bottom: 0;
}

.preview-group-header[b-0e7qqkio4w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--green-50);
    border-bottom: 1px solid var(--border);
}

.group-name[b-0e7qqkio4w] {
    font-weight: 700;
    color: var(--green-700);
}

.group-count[b-0e7qqkio4w] {
    font-size: 0.85rem;
    color: var(--ink-500);
    background: var(--white);
    padding: 4px 10px;
    border-radius: 20px;
}

.preview-table-wrapper[b-0e7qqkio4w] {
    overflow-x: auto;
}

.preview-table[b-0e7qqkio4w] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.preview-table th[b-0e7qqkio4w] {
    text-align: left;
    padding: 10px 14px;
    background: #f9fbfa;
    font-weight: 600;
    color: var(--ink-700);
    border-bottom: 1px solid var(--border);
}

.preview-table td[b-0e7qqkio4w] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--ink-900);
}

.preview-table tbody tr:hover[b-0e7qqkio4w] {
    background: #f7fffa;
}

.more-items[b-0e7qqkio4w] {
    text-align: center;
    color: var(--ink-500);
    font-style: italic;
    background: #fafafa;
}

/* Status Badges */
.badge-status[b-0e7qqkio4w] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-ativo[b-0e7qqkio4w] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.status-inativo[b-0e7qqkio4w] {
    background: #f0f0f0;
    color: #666;
}

.status-manutencao[b-0e7qqkio4w] {
    background: #fff4e0;
    color: #b67200;
}

.status-descartado[b-0e7qqkio4w] {
    background: #ffe5e5;
    color: #c52525;
}

/* Filters Section */
.filters-section[b-0e7qqkio4w] {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filters-title[b-0e7qqkio4w] {
    margin: 0 0 16px 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.filters-grid[b-0e7qqkio4w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.filter-group[b-0e7qqkio4w] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group label[b-0e7qqkio4w] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--ink-700);
}

.filter-actions[b-0e7qqkio4w] {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .report-summary[b-0e7qqkio4w] {
        flex-direction: column;
    }
    
    .filters-grid[b-0e7qqkio4w] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Responsaveis.razor.rz.scp.css */
.custom-card[b-5f15yl4k2t] {
    border: none !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 4px 15px 0 rgba(18, 165, 106, 0.13), 0 2px 4px 0 rgba(18, 165, 106, 0.11);
    background: #fff;
    transition: box-shadow 0.2s;
}

    .custom-card:hover[b-5f15yl4k2t] {
        box-shadow: 0 8px 22px 0 rgba(18, 165, 106, 0.19), 0 4px 8px 0 rgba(18, 165, 106, 0.15);
    }

.btn-custom-outlined-primary[b-5f15yl4k2t] {
    border: 2px solid #12A56A;
    color: #12A56A;
    background-color: transparent;
}
    .btn-custom-outlined-primary:hover[b-5f15yl4k2t],
    .btn-custom-outlined-primary:focus[b-5f15yl4k2t] {
        background-color: #0e8957;
        border-color: #0e8957;
        color: #fff;
    }

.btn-custom-primary[b-5f15yl4k2t] {
    background-color: #12A56A;
    color: #fff;
    border: none;
}

    .btn-custom-primary:hover[b-5f15yl4k2t],
    .btn-custom-primary:focus[b-5f15yl4k2t] {
        background-color: #0e8957;
        color: #fff;
    }

.btn-outline-danger[b-5f15yl4k2t] {
    border-radius: 0.75rem;
}

.btn[b-5f15yl4k2t] {
    border-radius: 0.75rem;
}

/* Animacao de entrada do formulario */
.anim-form[b-5f15yl4k2t] {
    animation: formFadeSlide-b-5f15yl4k2t .35s ease-out;
    transform-origin: top center;
}
@keyframes formFadeSlide-b-5f15yl4k2t {
    0% { opacity:0; transform: translateY(-12px) scale(.98); }
    60% { opacity:1; transform: translateY(2px) scale(1); }
    100% { opacity:1; transform: translateY(0) scale(1); }
}

/* Animacao de saída */
.anim-out[b-5f15yl4k2t] {
    animation: formFadeOut-b-5f15yl4k2t .35s ease-in forwards;
}
@keyframes formFadeOut-b-5f15yl4k2t {
    0% { opacity:1; transform: translateY(0) scale(1); }
    40% { opacity:.55; transform: translateY(4px) scale(.995); }
    100% { opacity:0; transform: translateY(-10px) scale(.96); }
}

/* Cards animations */
.resp-card.card-enter[b-5f15yl4k2t] { animation: cardAppear-b-5f15yl4k2t .45s cubic-bezier(.16,.8,.3,1); }
@keyframes cardAppear-b-5f15yl4k2t {
    0% { opacity:0; transform: scale(.92) translateY(12px); }
    40% { opacity:1; transform: scale(1.02) translateY(-3px); }
    100% { opacity:1; transform: scale(1) translateY(0); }
}
.resp-card.card-exit[b-5f15yl4k2t] { animation: cardExit-b-5f15yl4k2t .35s cubic-bezier(.55,.06,.68,.19) forwards; }
@keyframes cardExit-b-5f15yl4k2t {
    0% { opacity:1; transform: scale(1) translateY(0); }
    70% { opacity:.35; transform: scale(.92) translateY(6px); }
    100% { opacity:0; transform: scale(.85) translateY(-10px); }
}

/* Estilo Moderno do Card */
.modern-card[b-5f15yl4k2t] {
    background: #ffffff;
    border-radius: 16px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0 !important;
}

    .modern-card:hover[b-5f15yl4k2t] {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(18, 165, 106, 0.12);
        border-color: transparent !important;
    }

/* Avatar com Iniciais */
.avatar-circle[b-5f15yl4k2t] {
    width: 48px;
    height: 48px;
    background-color: #e8f5e9; /* Verde bem claro */
    color: #12A56A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Badges "Soft" (Fundo claro, texto escuro) */
.bg-soft-success[b-5f15yl4k2t] {
    background-color: #d1fae5 !important;
    color: #065f46 !important; /* Verde escuro */
    font-weight: 600;
    padding: 0.35em 0.8em;
}

.bg-soft-secondary[b-5f15yl4k2t] {
    background-color: #f3f4f6 !important;
    color: #4b5563 !important;
    font-weight: 600;
    padding: 0.35em 0.8em;
}

/* Grid de Informações */
.info-grid[b-5f15yl4k2t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-5f15yl4k2t] {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

/* Botões de Ícone */
.btn-icon[b-5f15yl4k2t] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.2s;
}

.btn-light[b-5f15yl4k2t] {
    background-color: #f8f9fa;
    border: 1px solid transparent;
}

    .btn-light:hover[b-5f15yl4k2t] {
        background-color: #e9ecef;
    }

.btn-light-danger[b-5f15yl4k2t] {
    background-color: #fff5f5;
    border: 1px solid transparent;
}

    .btn-light-danger:hover[b-5f15yl4k2t] {
        background-color: #fee2e2;
        color: #dc2626;
    }

/* Manter animações existentes */
.resp-card-wrapper.card-enter[b-5f15yl4k2t] {
    animation: cardAppear-b-5f15yl4k2t .45s cubic-bezier(.16,.8,.3,1);
}

.resp-card-wrapper.card-exit[b-5f15yl4k2t] {
    animation: cardExit-b-5f15yl4k2t .35s cubic-bezier(.55,.06,.68,.19) forwards;
}

/* Botão "Abrir em Patrimônio": ocultar texto em telas pequenas e remover margem do ícone */
@media (max-width: 576px) {
    .equip-modal .btn-open-patrimonio .btn-label[b-5f15yl4k2t] {
        display: none !important;
    }
    .equip-modal .btn-open-patrimonio i[b-5f15yl4k2t] {
        margin-right: 0 !important;
    }
}

/* Opcional: antecipar ocultação quando a largura for bem estreita */
@media (max-width: 420px) {
    .equip-modal .btn-open-patrimonio .btn-label[b-5f15yl4k2t] {
        display: none !important;
    }
    .equip-modal .btn-open-patrimonio i[b-5f15yl4k2t] {
        margin-right: 0 !important;
    }
}

/* Tabela compacta com cabeçalho fixo e badges */
.custom-table-wrapper[b-5f15yl4k2t] {
    max-height: 60vh;
    overflow: auto;
    border-radius: .75rem;
    border: 1px solid #eef3f0;
}

.custom-table[b-5f15yl4k2t] {
    margin: 0;
    font-size: .84rem;
}

.custom-thead[b-5f15yl4k2t] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f9fbfa;
    box-shadow: inset 0 -1px 0 #e6ece8;
}

.custom-table tbody tr:hover[b-5f15yl4k2t] {
    background: #f7fffa;
}

/* Badge de unidade na tabela (similar ao card, menor) */
.badge-unidade-table[b-5f15yl4k2t] {
    display: inline-block;
    font-size: .68rem;
    padding: 4px 10px;
    border-radius: 14px;
    background: #eaf7f1;
    color: #0f7d3d;
    white-space: nowrap;
}

/* Badge de status na tabela: tamanho adequado para célula */
.badge-status-table[b-5f15yl4k2t] {
    font-size: .70rem;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* Reuso das cores já definidas */
.badge-status-ativo[b-5f15yl4k2t] { background:#e6f7ed; color:#0f7d3d; }
.badge-status-inativo[b-5f15yl4k2t] { background:#f0f0f0; color:#666; }
.badge-status-manutencao[b-5f15yl4k2t] { background:#fff4e0; color:#b67200; }
.badge-status-descartado[b-5f15yl4k2t] { background:#ffe5e5; color:#c52525; }

/* /Components/Pages/TermoResponsabilidade.razor.rz.scp.css */
.custom-card[b-tmpw2d17gg] {
    border: none !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 4px 15px 0 rgba(18, 165, 106, 0.13), 0 2px 4px 0 rgba(18, 165, 106, 0.11);
    background: #fff;
    transition: box-shadow .22s ease, transform .18s ease;
    transform: translateY(0);
    will-change: transform, box-shadow;
}

.custom-card:hover[b-tmpw2d17gg] {
    box-shadow: 0 8px 22px 0 rgba(18, 165, 106, 0.19), 0 4px 8px 0 rgba(18, 165, 106, 0.15);
}

/* Header */
.report-page-header[b-tmpw2d17gg] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.report-page-header h2[b-tmpw2d17gg] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-tmpw2d17gg] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Respons�vel Info */
.responsavel-info-card[b-tmpw2d17gg] {
    background: linear-gradient(135deg, var(--green-50) 0%, #fff 100%);
    border: 1px solid var(--border);
    border-left: 4px solid var(--green-500);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(18, 165, 106, 0.08);
}

.avatar-circle-lg[b-tmpw2d17gg] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-500) 0%, var(--green-600) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.initials-lg[b-tmpw2d17gg] {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}

.avatar-circle-sm[b-tmpw2d17gg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-400) 0%, var(--green-500) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.initials-sm[b-tmpw2d17gg] {
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Selection Toolbar */
.selection-toolbar[b-tmpw2d17gg] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
}

.selection-info[b-tmpw2d17gg] {
    display: flex;
    align-items: center;
}

/* Loading */
.loading-container[b-tmpw2d17gg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-tmpw2d17gg] {
    color: var(--ink-500);
    margin: 0;
}

/* Grid */
.termo-assets-grid[b-tmpw2d17gg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* Asset Card */
.termo-asset-card[b-tmpw2d17gg] {
    position: relative;
    background: #fff;
    border: 2px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.termo-asset-card:hover[b-tmpw2d17gg] {
    border-color: var(--green-400);
    box-shadow: 0 4px 16px rgba(18, 165, 106, 0.12);
    transform: translateY(-2px);
}

.termo-asset-card.selected[b-tmpw2d17gg] {
    border-color: var(--green-500);
    background: linear-gradient(135deg, #f0fdf6 0%, #fff 100%);
    box-shadow: 0 4px 20px rgba(18, 165, 106, 0.18);
}

/* Badges posicionamento */
.termo-asset-card .badge-unidade[b-tmpw2d17gg] {
    position: absolute;
    top: 8px;
    left: 10px;
    right: auto;
}

.selection-badge[b-tmpw2d17gg] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: var(--green-500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(18, 165, 106, 0.3);
    animation: badgePop-b-tmpw2d17gg 0.2s ease;
}

@keyframes badgePop-b-tmpw2d17gg {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Card elements */
.tc-head[b-tmpw2d17gg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.tc-tag[b-tmpw2d17gg] {
    font-weight: 800;
    color: var(--ink-900);
    font-size: 1rem;
}

.badge-unidade[b-tmpw2d17gg] {
    background: var(--green-50);
    color: var(--green-700);
    border: 1px solid #d0e8dc;
    border-radius: 16px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 0.7rem;
}

.tc-row[b-tmpw2d17gg] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.tc-icon[b-tmpw2d17gg] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--green-50);
    color: var(--green-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.tc-title small[b-tmpw2d17gg] {
    font-size: 0.8rem;
}

.tc-info[b-tmpw2d17gg] {
    display: grid;
    gap: 4px;
    font-size: 0.875rem;
    color: var(--ink-700);
}

.tc-info .label[b-tmpw2d17gg] {
    font-weight: 600;
    color: var(--ink-900);
    margin-right: 4px;
}

.tc-footer[b-tmpw2d17gg] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border);
}

/* Status badges */
.badge-status[b-tmpw2d17gg] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.badge-status-ativo[b-tmpw2d17gg] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.badge-status-inativo[b-tmpw2d17gg] {
    background: #f0f0f0;
    color: #666;
}

.badge-status-manutencao[b-tmpw2d17gg] {
    background: #fff4e0;
    color: #b67200;
}

.badge-status-descartado[b-tmpw2d17gg] {
    background: #ffe5e5;
    color: #c52525;
}

/* Action buttons */
.action-buttons-container .btn-lg[b-tmpw2d17gg] {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.action-buttons-container .btn-lg small[b-tmpw2d17gg] {
    font-weight: 400;
    font-size: 0.75rem;
}

/* Bot�es consistentes */
.btn[b-tmpw2d17gg] {
    border-radius: 0.75rem;
}

.btn-custom-primary[b-tmpw2d17gg] {
    background-color: #12A56A;
    color: #fff;
    border: none;
}

.btn-custom-primary:hover[b-tmpw2d17gg],
.btn-custom-primary:focus[b-tmpw2d17gg] {
    background-color: #0e8957;
    color: #fff;
}

/* Alinhar verticalmente a linha de busca */
.card .row.g-3[b-tmpw2d17gg] {
    align-items: center !important;
}

/* Label flutuante: compacta sem aumentar a altura */
.autocomplete-custom .mud-input-label[b-tmpw2d17gg],
.autocomplete-custom .mud-input-label.mud-shrink[b-tmpw2d17gg] {
    transform: translate(12px, -8px) scale(0.85);
}

/* Bot�o com mesma altura visual do campo */
.card .btn.btn-custom-primary.w-100[b-tmpw2d17gg] {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 20px;
}

.card .btn.btn-custom-primary.w-100 i[b-tmpw2d17gg] {
    font-size: .95rem;
}

/* Garantir paleta verde no outlined localmente (continua valendo mesmo com tema) */
.autocomplete-custom .mud-input-outlined .mud-input-outlined-border[b-tmpw2d17gg] {
    border-color: #12A56A !important;
}

.autocomplete-custom .mud-input-outlined.mud-focus-within .mud-input-outlined-border[b-tmpw2d17gg] {
    border-color: #0e8957 !important;
}

.autocomplete-custom .mud-input-label[b-tmpw2d17gg],
.autocomplete-custom .mud-input-adornment[b-tmpw2d17gg],
.autocomplete-custom .mud-input-clear-button[b-tmpw2d17gg] {
    color: #12A56A !important;
}

.autocomplete-custom .mud-progress-circular[b-tmpw2d17gg] {
    color: #12A56A !important;
}

/* Tabela compacta com cabeçalho fixo e badges */
.custom-table-wrapper[b-tmpw2d17gg] {
    max-height: 60vh;
    overflow: auto;
    border-radius: .75rem;
    border: 1px solid #eef3f0;
}

.custom-table[b-tmpw2d17gg] {
    margin: 0;
    font-size: .84rem;
}

.custom-thead[b-tmpw2d17gg] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f9fbfa;
    box-shadow: inset 0 -1px 0 #e6ece8;
}

.custom-table tbody tr:hover[b-tmpw2d17gg] {
    background: #f7fffa;
}

/* Badge de unidade na tabela (similar ao card, menor) */
.badge-unidade-table[b-tmpw2d17gg] {
    display: inline-block;
    font-size: .68rem;
    padding: 4px 10px;
    border-radius: 14px;
    background: #eaf7f1;
    color: #0f7d3d;
    white-space: nowrap;
}

/* Badge de status na tabela: tamanho adequado para célula */
.badge-status-table[b-tmpw2d17gg] {
    font-size: .70rem;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* /Components/Pages/TransferenciaPatrimonio.razor.rz.scp.css */
.custom-card[b-l8bhvjlc9r] {
    border: none !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 4px 15px 0 rgba(18, 165, 106, 0.13), 0 2px 4px 0 rgba(18, 165, 106, 0.11);
    background: #fff;
    transition: box-shadow .22s ease, transform .18s ease;
    transform: translateY(0);
    will-change: transform, box-shadow;
}

.custom-card:hover[b-l8bhvjlc9r] {
    box-shadow: 0 8px 22px 0 rgba(18, 165, 106, 0.19), 0 4px 8px 0 rgba(18, 165, 106, 0.15);
}

/* Header */
.report-page-header[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.report-page-header h2[b-l8bhvjlc9r] {
    margin: 0;
    font-weight: 700;
    color: var(--ink-900);
    display: flex;
    align-items: center;
}

.report-page-subtitle[b-l8bhvjlc9r] {
    margin: 4px 0 0 0;
    color: var(--ink-500);
    font-size: 0.95rem;
}

/* Transfer Container - Responsáveis Side by Side */
.responsaveis-transfer-container[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.responsavel-transfer-card[b-l8bhvjlc9r] {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    background: linear-gradient(135deg, var(--green-50) 0%, #fff 100%);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(18, 165, 106, 0.08);
}

.responsavel-transfer-card.origem[b-l8bhvjlc9r] {
    border-left: 4px solid var(--green-500);
}

.responsavel-transfer-card.destino[b-l8bhvjlc9r] {
    border-left: 4px solid #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

.transfer-arrow[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--green-500) 0%, var(--green-600) 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(18, 165, 106, 0.25);
}

.transfer-label[b-l8bhvjlc9r] {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--green-600);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.transfer-label.destino-label[b-l8bhvjlc9r] {
    color: #3b82f6;
}

/* Avatar */
.avatar-circle-lg[b-l8bhvjlc9r] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-500) 0%, var(--green-600) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-circle-lg.destino-avatar[b-l8bhvjlc9r] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.initials-lg[b-l8bhvjlc9r] {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}

.avatar-circle-sm[b-l8bhvjlc9r] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-400) 0%, var(--green-500) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.initials-sm[b-l8bhvjlc9r] {
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Selection Toolbar */
.selection-toolbar[b-l8bhvjlc9r] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
}

.selection-info[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
}

/* Loading */
.loading-container[b-l8bhvjlc9r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
}

.loading-container p[b-l8bhvjlc9r] {
    color: var(--ink-500);
    margin: 0;
}

/* Grid */
.termo-assets-grid[b-l8bhvjlc9r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* Asset Card */
.termo-asset-card[b-l8bhvjlc9r] {
    position: relative;
    background: #fff;
    border: 2px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.termo-asset-card:hover[b-l8bhvjlc9r] {
    border-color: var(--green-400);
    box-shadow: 0 4px 16px rgba(18, 165, 106, 0.12);
    transform: translateY(-2px);
}

.termo-asset-card.selected[b-l8bhvjlc9r] {
    border-color: var(--green-500);
    background: linear-gradient(135deg, #f0fdf6 0%, #fff 100%);
    box-shadow: 0 4px 20px rgba(18, 165, 106, 0.18);
}

/* Badges posicionamento */
.termo-asset-card .badge-unidade[b-l8bhvjlc9r] {
    position: absolute;
    top: 8px;
    left: 10px;
    right: auto;
}

.selection-badge[b-l8bhvjlc9r] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: var(--green-500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(18, 165, 106, 0.3);
    animation: badgePop-b-l8bhvjlc9r 0.2s ease;
}

@keyframes badgePop-b-l8bhvjlc9r {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Card elements */
.tc-head[b-l8bhvjlc9r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.tc-tag[b-l8bhvjlc9r] {
    font-weight: 800;
    color: var(--ink-900);
    font-size: 1rem;
}

.badge-unidade[b-l8bhvjlc9r] {
    background: var(--green-50);
    color: var(--green-700);
    border: 1px solid #d0e8dc;
    border-radius: 16px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 0.7rem;
}

.tc-row[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.tc-icon[b-l8bhvjlc9r] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--green-50);
    color: var(--green-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.tc-title small[b-l8bhvjlc9r] {
    font-size: 0.8rem;
}

.tc-info[b-l8bhvjlc9r] {
    display: grid;
    gap: 4px;
    font-size: 0.875rem;
    color: var(--ink-700);
}

.tc-info .label[b-l8bhvjlc9r] {
    font-weight: 600;
    color: var(--ink-900);
    margin-right: 4px;
}

.tc-footer[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border);
}

/* Status badges */
.badge-status[b-l8bhvjlc9r] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.badge-status-ativo[b-l8bhvjlc9r] {
    background: #e6f7ed;
    color: #0f7d3d;
}

.badge-status-inativo[b-l8bhvjlc9r] {
    background: #f0f0f0;
    color: #666;
}

.badge-status-manutencao[b-l8bhvjlc9r] {
    background: #fff4e0;
    color: #b67200;
}

.badge-status-descartado[b-l8bhvjlc9r] {
    background: #ffe5e5;
    color: #c52525;
}

/* Action buttons */
.action-buttons-container .btn-lg[b-l8bhvjlc9r] {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.action-buttons-container .btn-lg small[b-l8bhvjlc9r] {
    font-weight: 400;
    font-size: 0.75rem;
}

/* Botões consistentes */
.btn[b-l8bhvjlc9r] {
    border-radius: 0.75rem;
}

.btn-custom-primary[b-l8bhvjlc9r] {
    background-color: #12A56A;
    color: #fff;
    border: none;
}

.btn-custom-primary:hover[b-l8bhvjlc9r],
.btn-custom-primary:focus[b-l8bhvjlc9r] {
    background-color: #0e8957;
    color: #fff;
}

/* Alinhar verticalmente a linha de busca */
.card .row.g-3[b-l8bhvjlc9r] {
    align-items: center !important;
}

/* Label flutuante: compacta sem aumentar a altura */
.autocomplete-custom .mud-input-label[b-l8bhvjlc9r],
.autocomplete-custom .mud-input-label.mud-shrink[b-l8bhvjlc9r] {
    transform: translate(12px, -8px) scale(0.85);
}

/* Botão com mesma altura visual do campo */
.card .btn.btn-custom-primary.w-100[b-l8bhvjlc9r] {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 20px;
}

.card .btn.btn-custom-primary.w-100 i[b-l8bhvjlc9r] {
    font-size: .95rem;
}

/* Garantir paleta verde no outlined localmente */
.autocomplete-custom .mud-input-outlined .mud-input-outlined-border[b-l8bhvjlc9r] {
    border-color: #12A56A !important;
}

.autocomplete-custom .mud-input-outlined.mud-focus-within .mud-input-outlined-border[b-l8bhvjlc9r] {
    border-color: #0e8957 !important;
}

.autocomplete-custom .mud-input-label[b-l8bhvjlc9r],
.autocomplete-custom .mud-input-adornment[b-l8bhvjlc9r],
.autocomplete-custom .mud-input-clear-button[b-l8bhvjlc9r] {
    color: #12A56A !important;
}

.autocomplete-custom .mud-progress-circular[b-l8bhvjlc9r] {
    color: #12A56A !important;
}

/* Transfer History Styles */
.transfer-history-grid[b-l8bhvjlc9r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
}

.transfer-history-card[b-l8bhvjlc9r] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(18, 165, 106, 0.08);
    transition: all 0.2s ease;
}

.transfer-history-card:hover[b-l8bhvjlc9r] {
    box-shadow: 0 4px 16px rgba(18, 165, 106, 0.15);
    transform: translateY(-2px);
}

.th-header[b-l8bhvjlc9r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.th-date[b-l8bhvjlc9r] {
    font-size: 0.85rem;
    color: var(--ink-500);
}

.th-responsaveis[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.th-responsavel[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.th-resp-info[b-l8bhvjlc9r] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.th-resp-info small[b-l8bhvjlc9r] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.th-resp-info .fw-semibold[b-l8bhvjlc9r] {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-arrow[b-l8bhvjlc9r] {
    color: var(--green-500);
    flex-shrink: 0;
}

.th-user[b-l8bhvjlc9r] {
    font-size: 0.8rem;
    color: var(--ink-500);
    padding: 8px 0;
    border-top: 1px dashed var(--border);
    margin-top: 8px;
}

.th-assets-list[b-l8bhvjlc9r] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.th-asset-item[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: var(--green-50);
    border-radius: 8px;
    border: 1px solid var(--border);
}

.th-asset-icon[b-l8bhvjlc9r] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--white);
    color: var(--green-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.th-asset-info[b-l8bhvjlc9r] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.th-asset-info .fw-semibold[b-l8bhvjlc9r] {
    font-size: 0.85rem;
}

.th-asset-info small[b-l8bhvjlc9r] {
    font-size: 0.75rem;
}

/* Small avatars for destination */
.destino-avatar-sm[b-l8bhvjlc9r] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
}

/* Extra small avatars */
.avatar-circle-xs[b-l8bhvjlc9r] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-400) 0%, var(--green-500) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.destino-avatar-xs[b-l8bhvjlc9r] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
}

.initials-xs[b-l8bhvjlc9r] {
    color: #fff;
    font-weight: 600;
    font-size: 0.6rem;
}

/* Custom table styling */
.custom-thead[b-l8bhvjlc9r] {
    background: var(--green-50);
}

.custom-thead th[b-l8bhvjlc9r] {
    font-weight: 600;
    color: var(--ink-700);
    font-size: 0.85rem;
    padding: 12px 8px;
    border: none;
}

.expanded-row[b-l8bhvjlc9r] {
    background: var(--green-50) !important;
}

.expanded-row:hover[b-l8bhvjlc9r] {
    background: var(--green-50) !important;
}

.expanded-assets-container[b-l8bhvjlc9r] {
    padding: 12px;
}

.expanded-assets-grid[b-l8bhvjlc9r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
}

.expanded-asset-item[b-l8bhvjlc9r] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid var(--border);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .responsaveis-transfer-container[b-l8bhvjlc9r] {
        flex-direction: column;
    }
    
    .transfer-arrow[b-l8bhvjlc9r] {
        transform: rotate(90deg);
    }
    
    .responsavel-transfer-card[b-l8bhvjlc9r] {
        max-width: 100%;
        width: 100%;
    }

    .transfer-history-grid[b-l8bhvjlc9r] {
        grid-template-columns: 1fr;
    }

    .th-responsaveis[b-l8bhvjlc9r] {
        flex-direction: column;
        align-items: stretch;
    }

    .th-arrow[b-l8bhvjlc9r] {
        align-self: center;
        transform: rotate(90deg);
    }
}

/* Tabela compacta com cabeçalho fixo e badges */
.custom-table-wrapper[b-l8bhvjlc9r] {
    max-height: 60vh;
    overflow: auto;
    border-radius: .75rem;
    border: 1px solid #eef3f0;
}

.custom-table[b-l8bhvjlc9r] {
    margin: 0;
    font-size: .84rem;
}

.custom-thead[b-l8bhvjlc9r] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f9fbfa;
    box-shadow: inset 0 -1px 0 #e6ece8;
}

.custom-table tbody tr:hover[b-l8bhvjlc9r] {
    background: #f7fffa;
}

/* Badge de unidade na tabela (similar ao card, menor) */
.badge-unidade-table[b-l8bhvjlc9r] {
    display: inline-block;
    font-size: .68rem;
    padding: 4px 10px;
    border-radius: 14px;
    background: #eaf7f1;
    color: #0f7d3d;
    white-space: nowrap;
}

/* Badge de status na tabela: tamanho adequado para célula */
.badge-status-table[b-l8bhvjlc9r] {
    font-size: .70rem;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* /Components/Pages/Usuarios.razor.rz.scp.css */
.custom-card[b-t7nlisbrx3] {
    border: none !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 4px 15px 0 rgba(18, 165, 106, 0.13), 0 2px 4px 0 rgba(18, 165, 106, 0.11);
    background: #fff;
    transition: box-shadow 0.2s;
}

    .custom-card:hover[b-t7nlisbrx3] {
        box-shadow: 0 8px 22px 0 rgba(18, 165, 106, 0.19), 0 4px 8px 0 rgba(18, 165, 106, 0.15);
    }

.btn-custom-outlined-primary[b-t7nlisbrx3] {
    border: 2px solid #12A56A;
    color: #12A56A;
    background-color: transparent;
}
    .btn-custom-outlined-primary:hover[b-t7nlisbrx3],
    .btn-custom-outlined-primary:focus[b-t7nlisbrx3] {
        background-color: #0e8957;
        border-color: #0e8957;
        color: #fff;
    }

.btn-custom-primary[b-t7nlisbrx3] {
    background-color: #12A56A;
    color: #fff;
    border: none;
}

    .btn-custom-primary:hover[b-t7nlisbrx3],
    .btn-custom-primary:focus[b-t7nlisbrx3] {
        background-color: #0e8957;
        color: #fff;
    }

.btn-outline-danger[b-t7nlisbrx3] {
    border-radius: 0.75rem;
}

.btn[b-t7nlisbrx3] {
    border-radius: 0.75rem;
}

/* Animacao de entrada do formulario */
.anim-form[b-t7nlisbrx3] {
    animation: formFadeSlide-b-t7nlisbrx3 .35s ease-out;
    transform-origin: top center;
}
@keyframes formFadeSlide-b-t7nlisbrx3 {
    0% { opacity:0; transform: translateY(-12px) scale(.98); }
    60% { opacity:1; transform: translateY(2px) scale(1); }
    100% { opacity:1; transform: translateY(0) scale(1); }
}

/* Animacao de saída */
.anim-out[b-t7nlisbrx3] {
    animation: formFadeOut-b-t7nlisbrx3 .35s ease-in forwards;
}
@keyframes formFadeOut-b-t7nlisbrx3 {
    0% { opacity:1; transform: translateY(0) scale(1); }
    40% { opacity:.55; transform: translateY(4px) scale(.995); }
    100% { opacity:0; transform: translateY(-10px) scale(.96); }
}

/* Cards animations */
.user-card-wrapper.card-enter[b-t7nlisbrx3] { animation: cardAppear-b-t7nlisbrx3 .45s cubic-bezier(.16,.8,.3,1); }
@keyframes cardAppear-b-t7nlisbrx3 {
    0% { opacity:0; transform: scale(.92) translateY(12px); }
    40% { opacity:1; transform: scale(1.02) translateY(-3px); }
    100% { opacity:1; transform: scale(1) translateY(0); }
}
.user-card-wrapper.card-exit[b-t7nlisbrx3] { animation: cardExit-b-t7nlisbrx3 .35s cubic-bezier(.55,.06,.68,.19) forwards; }
@keyframes cardExit-b-t7nlisbrx3 {
    0% { opacity:1; transform: scale(1) translateY(0); }
    70% { opacity:.35; transform: scale(.92) translateY(6px); }
    100% { opacity:0; transform: scale(.85) translateY(-10px); }
}

/* Estilo Moderno do Card */
.modern-card[b-t7nlisbrx3] {
    background: #ffffff;
    border-radius: 16px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0 !important;
}

    .modern-card:hover[b-t7nlisbrx3] {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(18, 165, 106, 0.12);
        border-color: transparent !important;
    }

/* Avatar com Iniciais */
.avatar-circle[b-t7nlisbrx3] {
    width: 48px;
    height: 48px;
    background-color: #e8f5e9; /* Verde bem claro */
    color: #12A56A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Badges "Soft" (Fundo claro, texto escuro) */
.bg-soft-success[b-t7nlisbrx3] {
    background-color: #d1fae5 !important;
    color: #065f46 !important; /* Verde escuro */
    font-weight: 600;
    padding: 0.35em 0.8em;
}

.bg-soft-secondary[b-t7nlisbrx3] {
    background-color: #f3f4f6 !important;
    color: #4b5563 !important;
    font-weight: 600;
    padding: 0.35em 0.8em;
}

/* Grid de Informações */
.info-grid[b-t7nlisbrx3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-t7nlisbrx3] {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

/* Botões de Ícone */
.btn-icon[b-t7nlisbrx3] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.2s;
}

.btn-light[b-t7nlisbrx3] {
    background-color: #f8f9fa;
    border: 1px solid transparent;
}

    .btn-light:hover[b-t7nlisbrx3] {
        background-color: #e9ecef;
    }

.btn-light-danger[b-t7nlisbrx3] {
    background-color: #fff5f5;
    border: 1px solid transparent;
}

    .btn-light-danger:hover[b-t7nlisbrx3] {
        background-color: #fee2e2;
        color: #dc2626;
    }

/* Tabela compacta com cabeçalho fixo e badges */
.custom-table-wrapper[b-t7nlisbrx3] {
    max-height: 60vh;
    overflow: auto;
    border-radius: .75rem;
    border: 1px solid #eef3f0;
}

.custom-table[b-t7nlisbrx3] {
    margin: 0;
    font-size: .84rem;
}

.custom-thead[b-t7nlisbrx3] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f9fbfa;
    box-shadow: inset 0 -1px 0 #e6ece8;
}

.custom-table tbody tr:hover[b-t7nlisbrx3] {
    background: #f7fffa;
}

/* Badge de unidade na tabela (similar ao card, menor) */
.badge-unidade-table[b-t7nlisbrx3] {
    display: inline-block;
    font-size: .68rem;
    padding: 4px 10px;
    border-radius: 14px;
    background: #eaf7f1;
    color: #0f7d3d;
    white-space: nowrap;
}

/* Badge de status na tabela: tamanho adequado para célula */
.badge-status-table[b-t7nlisbrx3] {
    font-size: .70rem;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* Reuso das cores já definidas */
.badge-status-ativo[b-t7nlisbrx3] { background:#e6f7ed; color:#0f7d3d; }
.badge-status-inativo[b-t7nlisbrx3] { background:#f0f0f0; color:#666; }
.badge-status-manutencao[b-t7nlisbrx3] { background:#fff4e0; color:#b67200; }
.badge-status-descartado[b-t7nlisbrx3] { background:#ffe5e5; color:#c52525; }

