@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.2drl8nn3fe.bundle.scp.css';

/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-91ue90q5mx] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-91ue90q5mx] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-91ue90q5mx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-91ue90q5mx] {
        margin: 0;
    }

.link[b-91ue90q5mx] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-91ue90q5mx] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-91ue90q5mx] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-8nze596i9k], body[b-8nze596i9k] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important; /* Previne scroll horizontal */
}

/* Force o box-sizing em TUDO */
*[b-8nze596i9k], *[b-8nze596i9k]::before, *[b-8nze596i9k]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FORÇA 100% da largura da viewport */
.container[b-8nze596i9k] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important; /* 100% da largura da viewport */
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Header - ocupa 100% da largura */
.header[b-8nze596i9k] {
    display: flex !important;
    justify-content: flex-start !important; /* Alinha itens à esquerda por padrão */
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
}

    .header h1[b-8nze596i9k] {
        margin: 0 !important;
    }

    /* Logo à esquerda, empurra os links para a direita */
    .header img[b-8nze596i9k] {
        margin-right: auto !important; /* Empurra todo o resto para a direita */
    }

/* Links ficam lado a lado à direita */
.link[b-8nze596i9k] {
    color: #ff8c00 !important; /* Laranja Bombus */
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 20px !important; /* Espaçamento entre os links */
    transition: all 0.2s ease !important;
}

    .link:hover[b-8nze596i9k] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* CRÍTICO: Main content - ZERO de tudo, 100% da largura */
.main-content[b-8nze596i9k] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important; /* ZERO padding */
    margin: 0 !important; /* ZERO margin */
    flex-grow: 1 !important;
    width: 100% !important; /* 100% da largura */
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important; /* Previne overflow horizontal */
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Footer - ocupa 100% da largura */
.footer[b-8nze596i9k] {
    background-color: #000000 !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Previne qualquer elemento filho de causar overflow */
.main-content > *[b-8nze596i9k],
.container > *[b-8nze596i9k] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as também */
#app[b-8nze596i9k] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-8nze596i9k] {
        padding: 10px 15px !important;
        min-height: 120px !important;
    }

    .link[b-8nze596i9k] {
        font-size: 14px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    .header[b-8nze596i9k] {
        padding: 8px 12px !important;
        min-height: 120px !important;
    }

    .link[b-8nze596i9k] {
        font-size: 13px !important;
        margin-left: 12px !important;
    }

    .footer[b-8nze596i9k] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
body[b-qwao8lm8ul] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-qwao8lm8ul] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-qwao8lm8ul] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-qwao8lm8ul] {
        margin: 0;
    }

.link[b-qwao8lm8ul] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-qwao8lm8ul] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-qwao8lm8ul] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   BOMBUS - MainLayout com Menu Lateral
   Sidebar slide-in + Overlay
   ============================================ */

/* Reset e base */
html[b-irj00pxk1u], body[b-irj00pxk1u] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important;
}

*[b-irj00pxk1u], *[b-irj00pxk1u]::before, *[b-irj00pxk1u]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* ========== CONTAINER PRINCIPAL ========== */
.container[b-irj00pxk1u] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* ========== OVERLAY (Fundo escuro) ========== */
.menu-overlay[b-irj00pxk1u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998; /* Abaixo do sidebar, acima do resto */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .menu-overlay.open[b-irj00pxk1u] {
        opacity: 1;
        visibility: visible;
    }

/* ========== SIDEBAR (Menu Lateral) ========== */
.sidebar[b-irj00pxk1u] {
    position: fixed;
    top: 0;
    left: -280px; /* Escondido à esquerda */
    width: 280px;
    height: 100%;
    background-color: #000000;
    z-index: 999; /* Acima de tudo */
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidebar.open[b-irj00pxk1u] {
        left: 0; /* Desliza para dentro */
    }

/* ========== HEADER ========== */
.header[b-irj00pxk1u] {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    height: 120px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    position: relative;
    z-index: 10;
}

/* Botão do logo (sem estilo de botão) */
.logo-button[b-irj00pxk1u] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin-right: auto !important;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .logo-button:hover[b-irj00pxk1u] {
        transform: scale(1.02);
        opacity: 0.9;
    }

    .logo-button:active[b-irj00pxk1u] {
        transform: scale(0.98);
    }

    .logo-button:focus[b-irj00pxk1u] {
        outline: 2px solid #ff8c00;
        outline-offset: 4px;
        border-radius: 4px;
    }

.logo-img[b-irj00pxk1u] {
    height: auto;
    width: auto;
    max-height: 100px;
    display: block;
}

/* Container dos links */
.header-links[b-irj00pxk1u] {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

    .header-links span[b-irj00pxk1u] {
        color: #666 !important;
        font-size: 14px !important;
    }

/* Links do header */
.link[b-irj00pxk1u] {
    color: #ff8c00 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

    .link:hover[b-irj00pxk1u] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* ========== MAIN CONTENT ========== */
.main-content[b-irj00pxk1u] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important;
    overflow-y: auto !important; /* ← ADICIONAR ESTA LINHA */
    position: relative !important;
}

    .main-content[b-irj00pxk1u]::after {
        content: '' !important;
        display: block !important;
        height: 1em !important;
        flex-shrink: 0 !important;
    }

/* ========== FOOTER ========== */
.footer[b-irj00pxk1u] {
    background-color: #000000 !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
}

/* Previne overflow */
.main-content > *[b-irj00pxk1u],
.container > *[b-irj00pxk1u] {
    max-width: 100% !important;
}

#app[b-irj00pxk1u] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */

/* Tablets */
@media (max-width: 768px) {
    .header[b-irj00pxk1u] {
        padding: 10px 15px !important;
        min-height: 120px !important;
        height: 120px !important;
        flex-shrink: 0 !important;
    }

    .link[b-irj00pxk1u] {
        font-size: 14px !important;
    }

    .header-links[b-irj00pxk1u] {
        gap: 12px !important;
    }

    .sidebar[b-irj00pxk1u] {
        width: 260px;
        left: -260px;
    }

        .sidebar.open[b-irj00pxk1u] {
            left: 0;
        }
}

/* Mobile */
@media (max-width: 480px) {
    .header[b-irj00pxk1u] {
        padding: 8px 12px !important;
        min-height: 120px !important;
        height: 120px !important;
        flex-shrink: 0 !important;
    }

    .link[b-irj00pxk1u] {
        font-size: 13px !important;
    }

    .header-links[b-irj00pxk1u] {
        gap: 10px !important;
    }

        .header-links span[b-irj00pxk1u] {
            font-size: 12px !important;
        }

    .footer[b-irj00pxk1u] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }

    .sidebar[b-irj00pxk1u] {
        width: 85vw; /* 85% da tela no mobile */
        max-width: 300px;
        left: -85vw;
    }

        .sidebar.open[b-irj00pxk1u] {
            left: 0;
        }
}

/* ========== MELHORIAS DE UX ========== */

/* Previne scroll do body quando menu está aberto */
body.menu-open[b-irj00pxk1u] {
    overflow: hidden !important;
}

/* Indicador visual no logo (hint de clicável) */
.logo-button[b-irj00pxk1u]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff8c00, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-button:hover[b-irj00pxk1u]::after {
    opacity: 0.5;
}

/* Animação suave para links dentro do sidebar */
.sidebar[b-irj00pxk1u]  .nav-link {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar.open[b-irj00pxk1u]  .nav-link {
    transform: translateX(0);
    opacity: 1;
}

    /* Delay progressivo para cada link (efeito cascata) */
    .sidebar.open[b-irj00pxk1u]  .nav-link:nth-child(1) {
        transition-delay: 0.05s;
    }

    .sidebar.open[b-irj00pxk1u]  .nav-link:nth-child(2) {
        transition-delay: 0.1s;
    }

    .sidebar.open[b-irj00pxk1u]  .nav-link:nth-child(3) {
        transition-delay: 0.15s;
    }

    .sidebar.open[b-irj00pxk1u]  .nav-link:nth-child(4) {
        transition-delay: 0.2s;
    }

    .sidebar.open[b-irj00pxk1u]  .nav-link:nth-child(5) {
        transition-delay: 0.25s;
    }
/* /Pages/Dashboard.razor.rz.scp.css */
/* ============================================
   KOLLECTA - Dashboard Full (Perspectiva Pagador)
   CSS Isolado (scoped)
   Paleta: Cinzas + Laranja (#ff8c00 e #e94e1b)
   ============================================ */

/* ========== CONTAINER PRINCIPAL ========== */
.dashboard[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-sizing: border-box;
    /* Removido min-height para funcionar com o MainLayout */
    overflow-y: auto;
    overflow-x: hidden;
}

/* ========== 1. HEADER - SAUDAÇÃO ========== */
.dashboard-header[b-e74yr4aumf] {
    margin-bottom: 2rem;
}

.greeting[b-e74yr4aumf] {
    font-size: 1.75rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.subtitle[b-e74yr4aumf] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* ========== 2. RESUMO FINANCEIRO (Hero Card) ========== */
.financial-hero[b-e74yr4aumf] {
    background: linear-gradient(135deg, #eaeaea 0%, #333 100%);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    color: white;
    position: relative;
    overflow: visible;
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
}

    .financial-hero[b-e74yr4aumf]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,140,0,0.15) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-content[b-e74yr4aumf] {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-row[b-e74yr4aumf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 100%;
}

.hero-main[b-e74yr4aumf] {
    flex: 1 1 auto;
    min-width: 200px;
}

.hero-label[b-e74yr4aumf] {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
    display: block;
}

.hero-balance[b-e74yr4aumf] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ff8c00;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.hero-subtitle[b-e74yr4aumf] {
    font-size: 0.85rem;
    color: #000000;
    margin: 0;
}

.hero-stats[b-e74yr4aumf] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.hero-stat[b-e74yr4aumf] {
    text-align: center;
    min-width: 70px;
}

.hero-stat-value[b-e74yr4aumf] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin: 0;
}

    .hero-stat-value.warning[b-e74yr4aumf] {
        color: #ff8c00;
    }

    .hero-stat-value.danger[b-e74yr4aumf] {
        color: #e94e1b;
    }

    .hero-stat-value.success[b-e74yr4aumf] {
        color: #4caf50;
    }

.hero-stat-label[b-e74yr4aumf] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}
/* ========== 3. ALERTAS ========== */
.alerts-section[b-e74yr4aumf] {
    margin-bottom: 2rem;
}

.alert-banner[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .alert-banner:hover[b-e74yr4aumf] {
        transform: translateX(4px);
    }

    .alert-banner.urgent[b-e74yr4aumf] {
        background: linear-gradient(90deg, #fff5f5, #fff0ed);
        border-left: 4px solid #e94e1b;
    }

    .alert-banner.warning[b-e74yr4aumf] {
        background: linear-gradient(90deg, #fffbf0, #fff8e6);
        border-left: 4px solid #ff8c00;
    }

    .alert-banner.info[b-e74yr4aumf] {
        background: linear-gradient(90deg, #f5f5f5, #f0f0f0);
        border-left: 4px solid #666;
    }

.alert-icon[b-e74yr4aumf] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content[b-e74yr4aumf] {
    flex: 1;
}

.alert-title[b-e74yr4aumf] {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
}

.alert-description[b-e74yr4aumf] {
    font-size: 0.85rem;
    color: #666;
}

.alert-action[b-e74yr4aumf] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff8c00;
    text-decoration: none;
}

    .alert-action:hover[b-e74yr4aumf] {
        text-decoration: underline;
    }

/* ========== 4. CARD TRANSAÇÕES + CTA LADO A LADO ========== */
.card-cta-row[b-e74yr4aumf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: stretch;
}

.balance-card[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    border-radius: 12px;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid #e0e0e0;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    height: 100%;
    box-sizing: border-box;
}

    .balance-card.has-balance[b-e74yr4aumf] {
        border-color: #c8e6c9;
        background: #f1f8f1;
    }

    .balance-card.low-balance[b-e74yr4aumf] {
        border-color: #ffe082;
        background: #fffde7;
        border-left: 4px solid #ffc107;
    }

    .balance-card.no-balance[b-e74yr4aumf] {
        border-color: #ffe0b2;
        background: #fff8f0;
        border-left: 4px solid #ff8c00;
    }

.balance-left[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.balance-icon[b-e74yr4aumf] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.has-balance .balance-icon[b-e74yr4aumf] {
    background: #e8f5e9;
}

.low-balance .balance-icon[b-e74yr4aumf] {
    background: #fff8e1;
}

.no-balance .balance-icon[b-e74yr4aumf] {
    background: #fff3e0;
}

.balance-label[b-e74yr4aumf] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.has-balance .balance-label[b-e74yr4aumf] {
    color: #388e3c;
}

.low-balance .balance-label[b-e74yr4aumf] {
    color: #f57f17;
}

.no-balance .balance-label[b-e74yr4aumf] {
    color: #e65100;
}

.balance-meta[b-e74yr4aumf] {
    font-size: 0.8rem;
    color: #555;
}

.balance-count[b-e74yr4aumf] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    font-family: 'Courier New', monospace;
    letter-spacing: -1px;
    text-align: right;
}

    .balance-count small[b-e74yr4aumf] {
        display: inline;
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-left: 0.3rem;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        opacity: 0.7;
    }

.has-balance .balance-count[b-e74yr4aumf] {
    color: #388e3c;
}

.low-balance .balance-count[b-e74yr4aumf] {
    color: #f57f17;
}

.no-balance .balance-count[b-e74yr4aumf] {
    color: #ff8c00;
}

.balance-pill[b-e74yr4aumf] {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.pill-ok[b-e74yr4aumf] {
    background: #e8f5e9;
    color: #388e3c;
}

.pill-low[b-e74yr4aumf] {
    background: #fff3e0;
    color: #e65100;
}

.pill-empty[b-e74yr4aumf] {
    background: #fbe9e7;
    color: #e94e1b;
}

.balance-footer[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(76, 175, 80, 0.2);
    gap: 0.5rem;
    margin-top: auto;
}

.low-balance .balance-footer[b-e74yr4aumf],
.no-balance .balance-footer[b-e74yr4aumf] {
    border-top-color: rgba(255, 140, 0, 0.2);
}

.balance-footer-meta[b-e74yr4aumf] {
    font-size: 0.68rem;
    color: #888;
}

.btn-reload[b-e74yr4aumf] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    border: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    flex-shrink: 0;
}

.has-balance .btn-reload[b-e74yr4aumf] {
    background: #f0f0f0;
    color: #555;
    border: 1.5px solid #e0e0e0;
}

    .has-balance .btn-reload:hover[b-e74yr4aumf] {
        border-color: #ff8c00;
        color: #ff8c00;
        background: rgba(255,140,0,.08);
    }

.low-balance .btn-reload[b-e74yr4aumf] {
    background: linear-gradient(135deg, #ffc107, #f9a825);
    color: #fff;
    box-shadow: 0 3px 12px rgba(255,193,7,.4);
}

    .low-balance .btn-reload:hover[b-e74yr4aumf] {
        transform: translateY(-1px);
        box-shadow: 0 5px 18px rgba(255,193,7,.5);
    }

.no-balance .btn-reload[b-e74yr4aumf] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    color: #fff;
    box-shadow: 0 3px 12px rgba(255,140,0,.3);
}

    .no-balance .btn-reload:hover[b-e74yr4aumf] {
        transform: translateY(-1px);
        box-shadow: 0 5px 18px rgba(255,140,0,.4);
    }

/* ========== 4. CTA - AÇÃO PRINCIPAL ========== */
.cta-primary[b-e74yr4aumf] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

    .cta-primary:hover[b-e74yr4aumf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(255, 140, 0, 0.4);
    }

    .cta-primary.cta-disabled[b-e74yr4aumf] {
        background: linear-gradient(135deg, #bdbdbd, #9e9e9e);
        cursor: not-allowed;
        box-shadow: none;
        opacity: 0.75;
    }

        .cta-primary.cta-disabled:hover[b-e74yr4aumf] {
            transform: none;
            box-shadow: none;
        }

.cta-content[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-icon[b-e74yr4aumf] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cta-text h3[b-e74yr4aumf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.15rem 0;
}

.cta-text p[b-e74yr4aumf] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.cta-arrow[b-e74yr4aumf] {
    font-size: 1.5rem;
    color: white;
}

/* ========== 5. KPI CAROUSEL ========== */
.kpi-section[b-e74yr4aumf] {
    margin-bottom: 2rem;
}

.kpi-carousel-container[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    position: relative;
}

/* Botões de navegação */
.kpi-nav-btn[b-e74yr4aumf] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    line-height: 1;
    padding: 0;
}

.kpi-nav-prev[b-e74yr4aumf] {
    padding-right: 2px;
}

.kpi-nav-next[b-e74yr4aumf] {
    padding-left: 2px;
}

.kpi-nav-btn:hover:not(:disabled)[b-e74yr4aumf] {
    border-color: #ff8c00;
    color: #ff8c00;
    background: #fff8f0;
}

.kpi-nav-btn:disabled[b-e74yr4aumf] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Grid do carrossel */
.kpi-grid[b-e74yr4aumf] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0;
}

    .kpi-grid[b-e74yr4aumf]::-webkit-scrollbar {
        display: none;
    }

/* Indicadores do carrossel */
.kpi-indicators[b-e74yr4aumf] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0 1.5rem;
}

.kpi-dot[b-e74yr4aumf] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all 0.3s;
    cursor: pointer;
}

    .kpi-dot.active[b-e74yr4aumf] {
        background: #ff8c00;
        width: 24px;
        border-radius: 4px;
    }

/* KPI Card */
.kpi-card[b-e74yr4aumf] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.3s;
    min-width: calc((100% - 2rem) / 3);
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
}

    .kpi-card.highlight[b-e74yr4aumf] {
        border: 2px solid #ff8c00;
        box-shadow: 0 2px 12px rgba(255, 140, 0, 0.15);
    }

    .kpi-card:hover[b-e74yr4aumf] {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

.kpi-icon-label[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.kpi-emoji[b-e74yr4aumf] {
    font-size: 1.5rem;
}

.kpi-label[b-e74yr4aumf] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.kpi-value[b-e74yr4aumf] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .kpi-value.orange[b-e74yr4aumf] {
        color: #ff8c00;
    }

    .kpi-value.red[b-e74yr4aumf] {
        color: #e94e1b;
    }

    .kpi-value.green[b-e74yr4aumf] {
        color: #4caf50;
    }

.kpi-trend[b-e74yr4aumf] {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* ========== 6. GRÁFICOS DE DESPESAS (GRID) ========== */
.charts-grid[b-e74yr4aumf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-e74yr4aumf] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
}

.chart-container[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.donut-chart[b-e74yr4aumf] {
    width: 140px;
    height: 140px;
    position: relative;
    flex-shrink: 0;
}

    .donut-chart svg[b-e74yr4aumf] {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .donut-chart circle[b-e74yr4aumf] {
        fill: none;
        stroke-width: 25;
    }

.donut-bg[b-e74yr4aumf] {
    stroke: #f0f0f0;
}

.donut-segment-1[b-e74yr4aumf] {
    stroke: #ff8c00;
}

.donut-segment-2[b-e74yr4aumf] {
    stroke: #e94e1b;
}

.donut-segment-3[b-e74yr4aumf] {
    stroke: #666;
}

.donut-center[b-e74yr4aumf] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donut-total[b-e74yr4aumf] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.chart-legend[b-e74yr4aumf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.legend-item[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.legend-color[b-e74yr4aumf] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

    .legend-color.orange[b-e74yr4aumf] {
        background: #ff8c00;
    }

    .legend-color.red[b-e74yr4aumf] {
        background: #e94e1b;
    }

    .legend-color.gray[b-e74yr4aumf] {
        background: #666;
    }

.legend-info[b-e74yr4aumf] {
    flex: 1;
}

.legend-label[b-e74yr4aumf] {
    font-size: 0.9rem;
    color: #666;
}

.legend-value[b-e74yr4aumf] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ========== GRÁFICO DE BARRAS (POR PERÍODO) ========== */
.bar-chart-container[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bar-chart-wrapper[b-e74yr4aumf] {
    display: flex;
    gap: 0;
}

.bar-chart-scale[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding-right: 0.75rem;
    border-right: 1px solid #e0e0e0;
}

.scale-value[b-e74yr4aumf] {
    font-size: 0.7rem;
    color: #999;
    text-align: right;
}

.bar-chart-main[b-e74yr4aumf] {
    flex: 1;
}

.bar-chart[b-e74yr4aumf] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 180px;
    padding: 0 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

    .bar-chart[b-e74yr4aumf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: repeating-linear-gradient( to top, transparent, transparent calc(25% - 1px), #f5f5f5 calc(25% - 1px), #f5f5f5 25% );
        pointer-events: none;
    }

.bar-group[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    max-width: 60px;
    position: relative;
    z-index: 1;
}

.bar-wrapper[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    justify-content: flex-end;
}

.bar-value[b-e74yr4aumf] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.bar[b-e74yr4aumf] {
    width: 32px;
    background: linear-gradient(180deg, #ff8c00, #e67e00);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 4px;
}

    .bar:hover[b-e74yr4aumf] {
        background: linear-gradient(180deg, #ffab40, #ff8c00);
        transform: scaleX(1.1);
    }

    .bar.highlight[b-e74yr4aumf] {
        background: linear-gradient(180deg, #ff8c00, #e94e1b);
        box-shadow: 0 0 12px rgba(255, 140, 0, 0.4);
    }

.bar-month[b-e74yr4aumf] {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

.bar-group.current .bar-month[b-e74yr4aumf] {
    color: #ff8c00;
    font-weight: 700;
}

/* Sumário do gráfico de barras */
.bar-chart-summary[b-e74yr4aumf] {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 0.5rem;
}

.summary-item[b-e74yr4aumf] {
    text-align: center;
}

.summary-label[b-e74yr4aumf] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.summary-value[b-e74yr4aumf] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .summary-value.positive[b-e74yr4aumf] {
        color: #4caf50;
    }

    .summary-value.negative[b-e74yr4aumf] {
        color: #e94e1b;
    }

.summary-trend[b-e74yr4aumf] {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.15rem;
}

    .summary-trend.up[b-e74yr4aumf] {
        color: #e94e1b;
    }

    .summary-trend.down[b-e74yr4aumf] {
        color: #4caf50;
    }

/* ========== 7. PRÓXIMOS VENCIMENTOS ========== */
.upcoming-section[b-e74yr4aumf] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-header[b-e74yr4aumf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.section-title[b-e74yr4aumf] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.section-link[b-e74yr4aumf] {
    color: #ff8c00;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

    .section-link:hover[b-e74yr4aumf] {
        text-decoration: underline;
    }

/* Lista de vencimentos */
.payment-list[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
}

.payment-item[b-e74yr4aumf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background 0.2s;
}

    .payment-item:hover[b-e74yr4aumf] {
        background: #fafafa;
        margin: 0 -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .payment-item:last-child[b-e74yr4aumf] {
        border-bottom: none;
    }

.payment-date-box[b-e74yr4aumf] {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .payment-date-box.today[b-e74yr4aumf] {
        background: linear-gradient(135deg, #fff8f0, #fff4e6);
        border: 2px solid #ff8c00;
    }

    .payment-date-box.overdue[b-e74yr4aumf] {
        background: linear-gradient(135deg, #fff0ed, #ffe8e3);
        border: 2px solid #e94e1b;
    }

.payment-day[b-e74yr4aumf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.payment-date-box.overdue .payment-day[b-e74yr4aumf] {
    color: #e94e1b;
}

.payment-month[b-e74yr4aumf] {
    font-size: 0.65rem;
    color: #666;
    text-transform: uppercase;
}

.payment-info[b-e74yr4aumf] {
    flex: 1;
    min-width: 0;
}

.payment-creditor[b-e74yr4aumf] {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-description[b-e74yr4aumf] {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-amount[b-e74yr4aumf] {
    text-align: right;
    flex-shrink: 0;
}

.payment-value[b-e74yr4aumf] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .payment-value.overdue[b-e74yr4aumf] {
        color: #e94e1b;
    }

.payment-status[b-e74yr4aumf] {
    font-size: 0.75rem;
    color: #666;
}

    .payment-status.overdue[b-e74yr4aumf] {
        color: #e94e1b;
        font-weight: 600;
    }

/* ========== 8. ACESSO RÁPIDO ========== */
.quick-access[b-e74yr4aumf] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
}

.quick-grid[b-e74yr4aumf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.quick-btn[b-e74yr4aumf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

    .quick-btn:hover[b-e74yr4aumf] {
        border-color: #ff8c00;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .quick-btn.quick-btn-disabled[b-e74yr4aumf] {
        opacity: 0.45;
        cursor: not-allowed;
        border-color: #e0e0e0;
    }

        .quick-btn.quick-btn-disabled:hover[b-e74yr4aumf] {
            transform: none;
            box-shadow: none;
            border-color: #e0e0e0;
        }

.quick-icon[b-e74yr4aumf] {
    font-size: 1.75rem;
}

.quick-label[b-e74yr4aumf] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.quick-btn:hover .quick-label[b-e74yr4aumf] {
    color: #ff8c00;
}

/* ========== LOADING & EMPTY STATES ========== */
.loading-container[b-e74yr4aumf] {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.loading-spinner[b-e74yr4aumf] {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-e74yr4aumf 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-e74yr4aumf {
    to {
        transform: rotate(360deg);
    }
}

.empty-state[b-e74yr4aumf] {
    text-align: center;
    padding: 3rem 2rem;
}

.empty-icon[b-e74yr4aumf] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.4;
}

.empty-state h4[b-e74yr4aumf] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-e74yr4aumf] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 900px) {
    .charts-grid[b-e74yr4aumf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard[b-e74yr4aumf] {
        padding: 1.5rem;
    }

    .greeting[b-e74yr4aumf] {
        font-size: 1.5rem;
    }

    .hero-row[b-e74yr4aumf] {
        flex-direction: column;
    }

    .hero-balance[b-e74yr4aumf] {
        font-size: 2rem;
    }

    .hero-stats[b-e74yr4aumf] {
        justify-content: space-between;
        width: 100%;
    }

    /* Carrossel KPI - Mobile */
    .kpi-nav-btn[b-e74yr4aumf] {
        display: none;
    }

    .kpi-carousel-container[b-e74yr4aumf] {
        margin-bottom: 0;
    }

    .kpi-grid[b-e74yr4aumf] {
        gap: 0;
        padding: 0;
        min-height: 140px;
    }

    .kpi-card[b-e74yr4aumf] {
        min-width: 100%;
        width: 100%;
        scroll-snap-align: center;
    }

    .kpi-indicators[b-e74yr4aumf] {
        display: flex;
        margin-bottom: 1.5rem;
    }

    .card-cta-row[b-e74yr4aumf] {
        grid-template-columns: 1fr;
    }

    .btn-reload[b-e74yr4aumf] {
        width: 100%;
        justify-content: center;
    }

    .cta-primary[b-e74yr4aumf] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .cta-content[b-e74yr4aumf] {
        flex-direction: column;
    }

    .cta-arrow[b-e74yr4aumf] {
        transform: rotate(90deg);
    }

    .chart-container[b-e74yr4aumf] {
        flex-direction: column;
        align-items: center;
    }

    .donut-chart[b-e74yr4aumf] {
        width: 150px;
        height: 150px;
    }

    /* Gráfico de barras - Mobile */
    .bar-chart[b-e74yr4aumf] {
        height: 150px;
    }

    .bar-chart-scale[b-e74yr4aumf] {
        height: 150px;
    }

    .bar-wrapper[b-e74yr4aumf] {
        height: 130px;
    }

    .bar[b-e74yr4aumf] {
        width: 24px;
    }

    .bar-value[b-e74yr4aumf] {
        font-size: 0.65rem;
    }

    .bar-chart-summary[b-e74yr4aumf] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .summary-item[b-e74yr4aumf] {
        flex: 1 1 45%;
    }

    .payment-item[b-e74yr4aumf] {
        flex-wrap: wrap;
    }

    .payment-amount[b-e74yr4aumf] {
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        padding-left: 66px;
    }

    .alert-banner[b-e74yr4aumf] {
        flex-wrap: wrap;
    }

    .alert-action[b-e74yr4aumf] {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .dashboard[b-e74yr4aumf] {
        padding: 1rem;
    }

    .greeting[b-e74yr4aumf] {
        font-size: 1.35rem;
    }

    .hero-balance[b-e74yr4aumf] {
        font-size: 1.75rem;
    }

    .hero-stat-value[b-e74yr4aumf] {
        font-size: 1.5rem;
    }

    .quick-grid[b-e74yr4aumf] {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-btn[b-e74yr4aumf] {
        padding: 1rem 0.75rem;
    }

    .quick-icon[b-e74yr4aumf] {
        font-size: 1.5rem;
    }

    .quick-label[b-e74yr4aumf] {
        font-size: 0.8rem;
    }
}
/* /Pages/Demo.razor.rz.scp.css */
/* ============================================
   KOLLECTA - Dashboard Full (Perspectiva Pagador)
   CSS Isolado (scoped)
   Paleta: Cinzas + Laranja (#ff8c00 e #e94e1b)
   ============================================ */

/* ========== CONTAINER PRINCIPAL ========== */
.dashboard[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-sizing: border-box;
    /* Removido min-height para funcionar com o MainLayout */
    overflow-y: auto;
    overflow-x: hidden;
}

/* ========== 1. HEADER - SAUDAÇÃO ========== */
.dashboard-header[b-1i3i3y6k0y] {
    margin-bottom: 2rem;
}

.greeting[b-1i3i3y6k0y] {
    font-size: 1.75rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.subtitle[b-1i3i3y6k0y] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* ========== 2. RESUMO FINANCEIRO (Hero Card) ========== */
.financial-hero[b-1i3i3y6k0y] {
    background: linear-gradient(135deg, #eaeaea 0%, #333 100%);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    color: white;
    position: relative;
    overflow: visible;
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
}

    .financial-hero[b-1i3i3y6k0y]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,140,0,0.15) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-content[b-1i3i3y6k0y] {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-row[b-1i3i3y6k0y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 100%;
}

.hero-main[b-1i3i3y6k0y] {
    flex: 1 1 auto;
    min-width: 200px;
}

.hero-label[b-1i3i3y6k0y] {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
    display: block;
}

.hero-balance[b-1i3i3y6k0y] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ff8c00;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.hero-subtitle[b-1i3i3y6k0y] {
    font-size: 0.85rem;
    color: #000000;
    margin: 0;
}

.hero-stats[b-1i3i3y6k0y] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.hero-stat[b-1i3i3y6k0y] {
    text-align: center;
    min-width: 70px;
}

.hero-stat-value[b-1i3i3y6k0y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin: 0;
}

    .hero-stat-value.warning[b-1i3i3y6k0y] {
        color: #ff8c00;
    }

    .hero-stat-value.danger[b-1i3i3y6k0y] {
        color: #e94e1b;
    }

    .hero-stat-value.success[b-1i3i3y6k0y] {
        color: #4caf50;
    }

.hero-stat-label[b-1i3i3y6k0y] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}
/* ========== 3. ALERTAS ========== */
.alerts-section[b-1i3i3y6k0y] {
    margin-bottom: 2rem;
}

.alert-banner[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .alert-banner.urgent[b-1i3i3y6k0y] {
        background: linear-gradient(90deg, #fff5f5, #fff0ed);
        border-left: 4px solid #e94e1b;
    }

    .alert-banner.warning[b-1i3i3y6k0y] {
        background: linear-gradient(90deg, #fffbf0, #fff8e6);
        border-left: 4px solid #ff8c00;
    }

    .alert-banner.info[b-1i3i3y6k0y] {
        background: linear-gradient(90deg, #f5f5f5, #f0f0f0);
        border-left: 4px solid #666;
    }

.alert-icon[b-1i3i3y6k0y] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content[b-1i3i3y6k0y] {
    flex: 1;
}

.alert-title[b-1i3i3y6k0y] {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
}

.alert-description[b-1i3i3y6k0y] {
    font-size: 0.85rem;
    color: #666;
}

.alert-action[b-1i3i3y6k0y] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff8c00;
    text-decoration: none;
}

    .alert-action:hover[b-1i3i3y6k0y] {
        text-decoration: underline;
    }

/* ========== 4. CTA - AÇÃO PRINCIPAL ========== */
.cta-primary[b-1i3i3y6k0y] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cta-primary:hover[b-1i3i3y6k0y] {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(255, 140, 0, 0.4);
    }

    /* CTA desabilitado para versão demo */
    .cta-primary.cta-disabled[b-1i3i3y6k0y] {
        cursor: default;
        opacity: 0.85;
    }

        .cta-primary.cta-disabled:hover[b-1i3i3y6k0y] {
            transform: none;
            box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
        }

.cta-content[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-icon[b-1i3i3y6k0y] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cta-text h3[b-1i3i3y6k0y] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.15rem 0;
}

.cta-text p[b-1i3i3y6k0y] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.cta-arrow[b-1i3i3y6k0y] {
    font-size: 1.5rem;
    color: white;
}

/* ========== 5. KPI CAROUSEL ========== */
.kpi-section[b-1i3i3y6k0y] {
    margin-bottom: 2rem;
}

.kpi-carousel-container[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    position: relative;
}

/* Botões de navegação */
.kpi-nav-btn[b-1i3i3y6k0y] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    line-height: 1;
    padding: 0;
}

.kpi-nav-prev[b-1i3i3y6k0y] {
    padding-right: 2px;
}

.kpi-nav-next[b-1i3i3y6k0y] {
    padding-left: 2px;
}

.kpi-nav-btn:hover:not(:disabled)[b-1i3i3y6k0y] {
    border-color: #ff8c00;
    color: #ff8c00;
    background: #fff8f0;
}

.kpi-nav-btn:disabled[b-1i3i3y6k0y] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Grid do carrossel */
.kpi-grid[b-1i3i3y6k0y] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0;
}

    .kpi-grid[b-1i3i3y6k0y]::-webkit-scrollbar {
        display: none;
    }

/* Indicadores do carrossel */
.kpi-indicators[b-1i3i3y6k0y] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0 1.5rem;
}

.kpi-dot[b-1i3i3y6k0y] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all 0.3s;
    cursor: pointer;
}

    .kpi-dot.active[b-1i3i3y6k0y] {
        background: #ff8c00;
        width: 24px;
        border-radius: 4px;
    }

/* KPI Card */
.kpi-card[b-1i3i3y6k0y] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.3s;
    min-width: 280px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
}

    .kpi-card.highlight[b-1i3i3y6k0y] {
        border: 2px solid #ff8c00;
        box-shadow: 0 2px 12px rgba(255, 140, 0, 0.15);
    }

    .kpi-card:hover[b-1i3i3y6k0y] {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

.kpi-icon-label[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.kpi-emoji[b-1i3i3y6k0y] {
    font-size: 1.5rem;
}

.kpi-label[b-1i3i3y6k0y] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.kpi-value[b-1i3i3y6k0y] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .kpi-value.orange[b-1i3i3y6k0y] {
        color: #ff8c00;
    }

    .kpi-value.red[b-1i3i3y6k0y] {
        color: #e94e1b;
    }

    .kpi-value.green[b-1i3i3y6k0y] {
        color: #4caf50;
    }

.kpi-trend[b-1i3i3y6k0y] {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* ========== 6. GRÁFICOS DE DESPESAS (GRID) ========== */
.charts-grid[b-1i3i3y6k0y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-1i3i3y6k0y] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
}

.chart-container[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.donut-chart[b-1i3i3y6k0y] {
    width: 140px;
    height: 140px;
    position: relative;
    flex-shrink: 0;
}

    .donut-chart svg[b-1i3i3y6k0y] {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .donut-chart circle[b-1i3i3y6k0y] {
        fill: none;
        stroke-width: 25;
    }

.donut-bg[b-1i3i3y6k0y] {
    stroke: #f0f0f0;
}

.donut-segment-1[b-1i3i3y6k0y] {
    stroke: #ff8c00;
}

.donut-segment-2[b-1i3i3y6k0y] {
    stroke: #e94e1b;
}

.donut-segment-3[b-1i3i3y6k0y] {
    stroke: #666;
}

.donut-center[b-1i3i3y6k0y] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donut-total[b-1i3i3y6k0y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.chart-legend[b-1i3i3y6k0y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.legend-item[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.legend-color[b-1i3i3y6k0y] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

    .legend-color.orange[b-1i3i3y6k0y] {
        background: #ff8c00;
    }

    .legend-color.red[b-1i3i3y6k0y] {
        background: #e94e1b;
    }

    .legend-color.gray[b-1i3i3y6k0y] {
        background: #666;
    }

.legend-info[b-1i3i3y6k0y] {
    flex: 1;
}

.legend-label[b-1i3i3y6k0y] {
    font-size: 0.9rem;
    color: #666;
}

.legend-value[b-1i3i3y6k0y] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ========== GRÁFICO DE BARRAS (POR PERÍODO) ========== */
.bar-chart-container[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bar-chart-wrapper[b-1i3i3y6k0y] {
    display: flex;
    gap: 0;
}

.bar-chart-scale[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding-right: 0.75rem;
    border-right: 1px solid #e0e0e0;
}

.scale-value[b-1i3i3y6k0y] {
    font-size: 0.7rem;
    color: #999;
    text-align: right;
}

.bar-chart-main[b-1i3i3y6k0y] {
    flex: 1;
}

.bar-chart[b-1i3i3y6k0y] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 180px;
    padding: 0 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

    .bar-chart[b-1i3i3y6k0y]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: repeating-linear-gradient( to top, transparent, transparent calc(25% - 1px), #f5f5f5 calc(25% - 1px), #f5f5f5 25% );
        pointer-events: none;
    }

.bar-group[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    max-width: 60px;
    position: relative;
    z-index: 1;
}

.bar-wrapper[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    justify-content: flex-end;
}

.bar-value[b-1i3i3y6k0y] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.bar[b-1i3i3y6k0y] {
    width: 32px;
    background: linear-gradient(180deg, #ff8c00, #e67e00);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 4px;
}

    .bar:hover[b-1i3i3y6k0y] {
        background: linear-gradient(180deg, #ffab40, #ff8c00);
        transform: scaleX(1.1);
    }

    .bar.highlight[b-1i3i3y6k0y] {
        background: linear-gradient(180deg, #ff8c00, #e94e1b);
        box-shadow: 0 0 12px rgba(255, 140, 0, 0.4);
    }

.bar-month[b-1i3i3y6k0y] {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

.bar-group.current .bar-month[b-1i3i3y6k0y] {
    color: #ff8c00;
    font-weight: 700;
}

/* Sumário do gráfico de barras */
.bar-chart-summary[b-1i3i3y6k0y] {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 0.5rem;
}

.summary-item[b-1i3i3y6k0y] {
    text-align: center;
}

.summary-label[b-1i3i3y6k0y] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.summary-value[b-1i3i3y6k0y] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .summary-value.positive[b-1i3i3y6k0y] {
        color: #4caf50;
    }

    .summary-value.negative[b-1i3i3y6k0y] {
        color: #e94e1b;
    }

.summary-trend[b-1i3i3y6k0y] {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.15rem;
}

    .summary-trend.up[b-1i3i3y6k0y] {
        color: #e94e1b;
    }

    .summary-trend.down[b-1i3i3y6k0y] {
        color: #4caf50;
    }

/* ========== 7. PRÓXIMOS VENCIMENTOS ========== */
.upcoming-section[b-1i3i3y6k0y] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-header[b-1i3i3y6k0y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.section-title[b-1i3i3y6k0y] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.section-link[b-1i3i3y6k0y] {
    color: #ff8c00;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

    .section-link:hover[b-1i3i3y6k0y] {
        text-decoration: underline;
    }

/* Lista de vencimentos */
.payment-list[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
}

.payment-item[b-1i3i3y6k0y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.2s;
}

    .payment-item:last-child[b-1i3i3y6k0y] {
        border-bottom: none;
    }

.payment-date-box[b-1i3i3y6k0y] {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .payment-date-box.today[b-1i3i3y6k0y] {
        background: linear-gradient(135deg, #fff8f0, #fff4e6);
        border: 2px solid #ff8c00;
    }

    .payment-date-box.overdue[b-1i3i3y6k0y] {
        background: linear-gradient(135deg, #fff0ed, #ffe8e3);
        border: 2px solid #e94e1b;
    }

.payment-day[b-1i3i3y6k0y] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.payment-date-box.overdue .payment-day[b-1i3i3y6k0y] {
    color: #e94e1b;
}

.payment-month[b-1i3i3y6k0y] {
    font-size: 0.65rem;
    color: #666;
    text-transform: uppercase;
}

.payment-info[b-1i3i3y6k0y] {
    flex: 1;
    min-width: 0;
}

.payment-creditor[b-1i3i3y6k0y] {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-description[b-1i3i3y6k0y] {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-amount[b-1i3i3y6k0y] {
    text-align: right;
    flex-shrink: 0;
}

.payment-value[b-1i3i3y6k0y] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .payment-value.overdue[b-1i3i3y6k0y] {
        color: #e94e1b;
    }

.payment-status[b-1i3i3y6k0y] {
    font-size: 0.75rem;
    color: #666;
}

    .payment-status.overdue[b-1i3i3y6k0y] {
        color: #e94e1b;
        font-weight: 600;
    }

/* ========== 8. ACESSO RÁPIDO ========== */
.quick-access[b-1i3i3y6k0y] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
}

.quick-grid[b-1i3i3y6k0y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.quick-btn[b-1i3i3y6k0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

    .quick-btn:hover[b-1i3i3y6k0y] {
        border-color: #ff8c00;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

.quick-icon[b-1i3i3y6k0y] {
    font-size: 1.75rem;
}

.quick-label[b-1i3i3y6k0y] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.quick-btn:hover .quick-label[b-1i3i3y6k0y] {
    color: #ff8c00;
}

/* ========== LOADING & EMPTY STATES ========== */
.loading-container[b-1i3i3y6k0y] {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.loading-spinner[b-1i3i3y6k0y] {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-1i3i3y6k0y 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-1i3i3y6k0y {
    to {
        transform: rotate(360deg);
    }
}

.empty-state[b-1i3i3y6k0y] {
    text-align: center;
    padding: 3rem 2rem;
}

.empty-icon[b-1i3i3y6k0y] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.4;
}

.empty-state h4[b-1i3i3y6k0y] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-1i3i3y6k0y] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 900px) {
    .charts-grid[b-1i3i3y6k0y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard[b-1i3i3y6k0y] {
        padding: 1.5rem;
    }

    .greeting[b-1i3i3y6k0y] {
        font-size: 1.5rem;
    }

    .hero-row[b-1i3i3y6k0y] {
        flex-direction: column;
    }

    .hero-balance[b-1i3i3y6k0y] {
        font-size: 2rem;
    }

    .hero-stats[b-1i3i3y6k0y] {
        justify-content: space-between;
        width: 100%;
    }

    /* Carrossel KPI - Mobile */
    .kpi-nav-btn[b-1i3i3y6k0y] {
        display: none;
    }

    .kpi-carousel-container[b-1i3i3y6k0y] {
        margin-bottom: 0;
    }

    .kpi-grid[b-1i3i3y6k0y] {
        gap: 0;
        padding: 0;
        min-height: 140px;
    }

    .kpi-card[b-1i3i3y6k0y] {
        min-width: 100%;
        width: 100%;
        scroll-snap-align: center;
    }

    .kpi-indicators[b-1i3i3y6k0y] {
        display: flex;
        margin-bottom: 1.5rem;
    }

    .cta-primary[b-1i3i3y6k0y] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .cta-content[b-1i3i3y6k0y] {
        flex-direction: column;
    }

    .cta-arrow[b-1i3i3y6k0y] {
        transform: rotate(90deg);
    }

    .chart-container[b-1i3i3y6k0y] {
        flex-direction: column;
        align-items: center;
    }

    .donut-chart[b-1i3i3y6k0y] {
        width: 150px;
        height: 150px;
    }

    /* Gráfico de barras - Mobile */
    .bar-chart[b-1i3i3y6k0y] {
        height: 150px;
    }

    .bar-chart-scale[b-1i3i3y6k0y] {
        height: 150px;
    }

    .bar-wrapper[b-1i3i3y6k0y] {
        height: 130px;
    }

    .bar[b-1i3i3y6k0y] {
        width: 24px;
    }

    .bar-value[b-1i3i3y6k0y] {
        font-size: 0.65rem;
    }

    .bar-chart-summary[b-1i3i3y6k0y] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .summary-item[b-1i3i3y6k0y] {
        flex: 1 1 45%;
    }

    .payment-item[b-1i3i3y6k0y] {
        flex-wrap: wrap;
    }

    .payment-amount[b-1i3i3y6k0y] {
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        padding-left: 66px;
    }

    .alert-banner[b-1i3i3y6k0y] {
        flex-wrap: wrap;
    }

    .alert-action[b-1i3i3y6k0y] {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .dashboard[b-1i3i3y6k0y] {
        padding: 1rem;
    }

    .greeting[b-1i3i3y6k0y] {
        font-size: 1.35rem;
    }

    .hero-balance[b-1i3i3y6k0y] {
        font-size: 1.75rem;
    }

    .hero-stat-value[b-1i3i3y6k0y] {
        font-size: 1.5rem;
    }

    .quick-grid[b-1i3i3y6k0y] {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-btn[b-1i3i3y6k0y] {
        padding: 1rem 0.75rem;
    }

    .quick-icon[b-1i3i3y6k0y] {
        font-size: 1.5rem;
    }

    .quick-label[b-1i3i3y6k0y] {
        font-size: 0.8rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* Container principal do formulário - ADICIONA espaçamento INTERNO */
/*.login-form {
    display: flex;
    flex-direction: column;
    width: 100%;*/ /* ← 100% da largura disponível */
    /*max-width: 1200px;*/ /* ← Limita largura máxima para legibilidade */
    /*margin: 0 auto;*/ /* ← Centraliza horizontalmente */
    /*padding: 2rem;*/ /* ← Espaçamento INTERNO (não cria bordas externas) */
    /*background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;*/ /* ← CRÍTICO: padding incluído na largura */
/*}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}*/

/* Texto introdutório */
/*.intro-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}*/

/* Form groups */
/*.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }*/

    /* ===========================================
   FORM CONTROLS - Estilos dos inputs
   Sobrescreve TODOS os estados de validação do Blazor
   =========================================== */

    /* Estado base */
    /*::deep .form-control,
    ::deep input.form-control,
    ::deep input[type="text"],
    ::deep input[type="password"],
    ::deep input[type="email"],
    .form-group .form-control,
    .form-group input {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }*/

        /* Estado de foco */
        /*::deep .form-control:focus,
        ::deep input.form-control:focus,
        ::deep input[type="text"]:focus,
        ::deep input[type="password"]:focus,
        ::deep input[type="email"]:focus,
        .form-group .form-control:focus,
        .form-group input:focus {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }*/

        /* =========================================== 
   ANULA estilos de validação do Blazor
   Classes: .valid, .invalid, .modified
   =========================================== */

        /*::deep .form-control.valid,
        ::deep .form-control.invalid,
        ::deep .form-control.modified,
        ::deep .form-control.valid.modified,
        ::deep .form-control.invalid.modified,
        ::deep input.valid,
        ::deep input.invalid,
        ::deep input.modified,
        ::deep input.valid.modified,
        ::deep input.invalid.modified,
        .form-group .form-control.valid,
        .form-group .form-control.invalid,
        .form-group .form-control.modified,
        .form-group input.valid,
        .form-group input.invalid,
        .form-group input.modified {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }*/

            /* Foco nos estados de validação */
            /*::deep .form-control.valid:focus,
            ::deep .form-control.invalid:focus,
            ::deep .form-control.modified:focus,
            ::deep input.valid:focus,
            ::deep input.invalid:focus,
            ::deep input.modified:focus,
            .form-group .form-control.valid:focus,
            .form-group .form-control.invalid:focus,
            .form-group input.valid:focus,
            .form-group input.invalid:focus {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }*/

/* Mensagens de validação */
/*::deep .validation-message,
.validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}*/

/* Container do botão */
/*.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}*/

/* Botões de ação */
/*.buttonAction,
.buttonEfect {
    width: 130px;
    height: 35px;
    background-color: #FF8C00;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .buttonAction:hover,
    .buttonEfect:hover {
        background-color: #e67e00;
    }

    .buttonAction:focus,
    .buttonEfect:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }*/

/* Alertas de erro */
/*.alert {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}*/

/* Link de assinatura centralizado */
/*.centralizar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 10px;
}

::deep .nav-link {
    color: #FF8C00;
    font-size: 14px;
    text-decoration: none;
}

    ::deep .nav-link:hover {
        color: #e67e00;
        text-decoration: underline;
    }*/

/* Responsividade */
/*@media (max-width: 768px) {
    .login-form {
        padding: 1.5rem;*/ /* Menos padding em telas pequenas */
    /*}

    .button-container {
        justify-content: center;
    }

    .buttonAction,
    .buttonEfect {
        width: 100%;
        max-width: 250px;
    }
}*/

/* Telas muito pequenas */
/*@media (max-width: 480px) {
    .login-form {
        padding: 1rem;
    }
}*/

/* Container principal do formulário - ADICIONA espaçamento INTERNO */
.login-form[b-ycezwr6l2x] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

h3[b-ycezwr6l2x] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr[b-ycezwr6l2x] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}

/* Texto introdutório */
.intro-text[b-ycezwr6l2x] {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* ============================================
   TOGGLE SWITCH - SELEÇÃO DE TIPO DE USUÁRIO
============================================ */
.user-type-selector[b-ycezwr6l2x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.selector-label[b-ycezwr6l2x] {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 500;
}

.toggle-container[b-ycezwr6l2x] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.toggle-text[b-ycezwr6l2x] {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    transition: color 0.3s ease;
    min-width: 100px;
    text-align: center;
}

    .toggle-text.active[b-ycezwr6l2x] {
        color: #ff8c00;
    }

/* O Toggle Switch propriamente dito */
.toggle-switch[b-ycezwr6l2x] {
    position: relative;
    width: 80px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .toggle-switch.active[b-ycezwr6l2x] {
        background-color: #ff8c00;
    }

/* O círculo que desliza */
.toggle-slider[b-ycezwr6l2x] {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-slider[b-ycezwr6l2x] {
    transform: translateX(40px);
}

/* Ícones dentro do toggle */
.toggle-icon[b-ycezwr6l2x] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.toggle-icon-left[b-ycezwr6l2x] {
    left: 10px;
    opacity: 1;
}

.toggle-icon-right[b-ycezwr6l2x] {
    right: 10px;
    opacity: 0.3;
}

.toggle-switch.active .toggle-icon-left[b-ycezwr6l2x] {
    opacity: 0.3;
}

.toggle-switch.active .toggle-icon-right[b-ycezwr6l2x] {
    opacity: 1;
}

/* ============================================
   FORM GROUPS
============================================ */
.form-group[b-ycezwr6l2x] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label[b-ycezwr6l2x] {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }

    /* ===========================================
   FORM CONTROLS - Estilos dos inputs
   Sobrescreve TODOS os estados de validação do Blazor
=========================================== */

    /* Estado base */
    [b-ycezwr6l2x] .form-control,
    [b-ycezwr6l2x] input.form-control,
    [b-ycezwr6l2x] input[type="text"],
    [b-ycezwr6l2x] input[type="password"],
    [b-ycezwr6l2x] input[type="email"],
    .form-group .form-control[b-ycezwr6l2x],
    .form-group input[b-ycezwr6l2x] {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }

        /* Estado de foco */
        [b-ycezwr6l2x] .form-control:focus,
        [b-ycezwr6l2x] input.form-control:focus,
        [b-ycezwr6l2x] input[type="text"]:focus,
        [b-ycezwr6l2x] input[type="password"]:focus,
        [b-ycezwr6l2x] input[type="email"]:focus,
        .form-group .form-control:focus[b-ycezwr6l2x],
        .form-group input:focus[b-ycezwr6l2x] {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }

        /* =========================================== 
   ANULA estilos de validação do Blazor
   Classes: .valid, .invalid, .modified
=========================================== */

        [b-ycezwr6l2x] .form-control.valid,
        [b-ycezwr6l2x] .form-control.invalid,
        [b-ycezwr6l2x] .form-control.modified,
        [b-ycezwr6l2x] .form-control.valid.modified,
        [b-ycezwr6l2x] .form-control.invalid.modified,
        [b-ycezwr6l2x] input.valid,
        [b-ycezwr6l2x] input.invalid,
        [b-ycezwr6l2x] input.modified,
        [b-ycezwr6l2x] input.valid.modified,
        [b-ycezwr6l2x] input.invalid.modified,
        .form-group .form-control.valid[b-ycezwr6l2x],
        .form-group .form-control.invalid[b-ycezwr6l2x],
        .form-group .form-control.modified[b-ycezwr6l2x],
        .form-group input.valid[b-ycezwr6l2x],
        .form-group input.invalid[b-ycezwr6l2x],
        .form-group input.modified[b-ycezwr6l2x] {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }

            /* Foco nos estados de validação */
            [b-ycezwr6l2x] .form-control.valid:focus,
            [b-ycezwr6l2x] .form-control.invalid:focus,
            [b-ycezwr6l2x] .form-control.modified:focus,
            [b-ycezwr6l2x] input.valid:focus,
            [b-ycezwr6l2x] input.invalid:focus,
            [b-ycezwr6l2x] input.modified:focus,
            .form-group .form-control.valid:focus[b-ycezwr6l2x],
            .form-group .form-control.invalid:focus[b-ycezwr6l2x],
            .form-group input.valid:focus[b-ycezwr6l2x],
            .form-group input.invalid:focus[b-ycezwr6l2x] {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }

/* Mensagens de validação */
[b-ycezwr6l2x] .validation-message,
.validation-message[b-ycezwr6l2x] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Container do botão */
.button-container[b-ycezwr6l2x] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* Botões de ação */
.buttonAction[b-ycezwr6l2x],
.buttonEfect[b-ycezwr6l2x] {
    width: 130px;
    height: 35px;
    background-color: #FF8C00;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .buttonAction:hover[b-ycezwr6l2x],
    .buttonEfect:hover[b-ycezwr6l2x] {
        background-color: #e67e00;
    }

    .buttonAction:focus[b-ycezwr6l2x],
    .buttonEfect:focus[b-ycezwr6l2x] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

    .buttonAction:disabled[b-ycezwr6l2x],
    .buttonEfect:disabled[b-ycezwr6l2x] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* Alertas de erro */
.alert[b-ycezwr6l2x] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger[b-ycezwr6l2x] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsividade */
@media (max-width: 768px) {
    .login-form[b-ycezwr6l2x] {
        padding: 1.5rem;
    }

    .toggle-container[b-ycezwr6l2x] {
        flex-direction: column;
        gap: 10px;
    }

    .toggle-text[b-ycezwr6l2x] {
        min-width: auto;
    }

    .button-container[b-ycezwr6l2x] {
        justify-content: center;
    }

    .buttonAction[b-ycezwr6l2x],
    .buttonEfect[b-ycezwr6l2x] {
        width: 100%;
        max-width: 250px;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .login-form[b-ycezwr6l2x] {
        padding: 1rem;
    }

    h3[b-ycezwr6l2x] {
        font-size: 20px;
    }
}
/* /Pages/PayBox/PayBoxBalance.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-v1quclhcdt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-v1quclhcdt] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}



.recent-payments h4[b-v1quclhcdt] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.payments-list[b-v1quclhcdt] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-item[b-v1quclhcdt] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
}

    .payment-item:nth-child(odd)[b-v1quclhcdt] {
        background-color: #f8f8f8;
    }

.payment-store[b-v1quclhcdt] {
    font-size: 16px;
    color: #333;
}

.payment-date[b-v1quclhcdt] {
    font-size: 14px;
    color: #777;
}

.payment-amount[b-v1quclhcdt] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.see-all-link[b-v1quclhcdt] {
    display: block;
    text-align: right;
    color: darkorange;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
}

.no-payments[b-v1quclhcdt] {
    color: #777;
    font-style: italic;
}

/* Responsividade - mesmo padrão do LoginByPhone */
@media (max-width: 768px) {
    .page-content[b-v1quclhcdt] {
        padding: 1.5rem;
    }

    .action-background[b-v1quclhcdt] {
        height: auto;
        padding: 10px;
    }

    .action-buttons[b-v1quclhcdt] {
        position: relative;
        right: 0;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .action-button[b-v1quclhcdt] {
        width: 100%;
    }

    .payment-item[b-v1quclhcdt] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .payment-amount[b-v1quclhcdt] {
        text-align: left;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .page-content[b-v1quclhcdt] {
        padding: 1rem;
    }

    /*.balance-amount {
        font-size: 32px;
    }*/
}


/* /Pages/PayBox/PayBoxInfo.razor.rz.scp.css */
/* ============================================
   CONTAINER PRINCIPAL
============================================ */
/*.paybox-info-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}*/

.paybox-info-page[b-2q3skplsz9] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2rem 1em 2rem; /* ← padding-bottom adicionado aqui */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* ============================================
   CABEÇALHO
============================================ */
.page-header[b-2q3skplsz9] {
    margin-bottom: 1rem;
}

.header-row[b-2q3skplsz9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

h3[b-2q3skplsz9] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

    h3 sup[b-2q3skplsz9] {
        font-size: 0.55em;
        font-weight: 500;
        vertical-align: super;
    }

.title-icon[b-2q3skplsz9] {
    font-size: 1.3rem;
}

hr[b-2q3skplsz9] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 1.5rem;
}

/* Chip "Indisponível" */
.chip-unavailable[b-2q3skplsz9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* ============================================
   ALERTAS
============================================ */
.alert[b-2q3skplsz9] {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success[b-2q3skplsz9] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-2q3skplsz9] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ============================================
   BANNER PRINCIPAL / WAITLIST
============================================ */
.waitlist-banner[b-2q3skplsz9] {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: linear-gradient(135deg, #fff8f0 0%, #fff3e0 60%, #ffe0b2 100%);
    border: 2px solid #ffe0b2;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.banner-image[b-2q3skplsz9] {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff8c00;
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.3);
}

    .banner-image img[b-2q3skplsz9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-body[b-2q3skplsz9] {
    flex: 1;
}

.banner-eyebrow[b-2q3skplsz9] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff8c00;
    margin-bottom: 0.4rem;
}

.banner-title[b-2q3skplsz9] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.banner-description[b-2q3skplsz9] {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 1.25rem;
}

.banner-actions[b-2q3skplsz9] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

/* ============================================
   BOTÕES
============================================ */
.btn[b-2q3skplsz9] {
    height: 38px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-primary[b-2q3skplsz9] {
    background-color: #ff8c00;
    color: white;
    box-shadow: 0 3px 10px rgba(255, 140, 0, 0.3);
}

    .btn-primary:hover:not(:disabled)[b-2q3skplsz9] {
        background-color: #e67e00;
        transform: translateY(-1px);
        box-shadow: 0 5px 16px rgba(255, 140, 0, 0.4);
    }

.btn-success[b-2q3skplsz9] {
    background-color: #4caf50;
    color: white;
}

.btn-disabled[b-2q3skplsz9] {
    background-color: #e0e0e0;
    color: #aaa;
    cursor: not-allowed;
}

.btn:disabled[b-2q3skplsz9] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ============================================
   RÓTULO DE SEÇÃO
============================================ */
.section-label[b-2q3skplsz9] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .section-label[b-2q3skplsz9]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #e0e0e0;
    }

/* ============================================
   GRID DE FUNCIONALIDADES
============================================ */
.features-section[b-2q3skplsz9] {
    margin-bottom: 2rem;
}

.features-grid[b-2q3skplsz9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.feature-card[b-2q3skplsz9] {
    background: #fafafa;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.25rem;
    transition: all 0.25s ease;
    opacity: 0.72;
}

    .feature-card:hover[b-2q3skplsz9] {
        border-color: #ff8c00;
        opacity: 1;
        box-shadow: 0 2px 10px rgba(255, 140, 0, 0.12);
    }

.feature-icon[b-2q3skplsz9] {
    font-size: 1.6rem;
    margin-bottom: 0.65rem;
}

.feature-name[b-2q3skplsz9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.3rem;
}

.feature-desc[b-2q3skplsz9] {
    font-size: 0.8rem;
    color: #757575;
    line-height: 1.5;
}

/* ============================================
   PRÉVIA DO SALDO (DESABILITADA)
============================================ */
.preview-section[b-2q3skplsz9] {
    margin-bottom: 2rem;
}

.balance-preview-card[b-2q3skplsz9] {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #fafafa;
    border: 2px dashed #e0e0e0;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

/* Overlay de bloqueio */
.preview-overlay[b-2q3skplsz9] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 8px;
}

.preview-overlay-label[b-2q3skplsz9] {
    background: white;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #757575;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.balance-left[b-2q3skplsz9] {
    flex: 1;
    min-width: 180px;
}

.balance-label[b-2q3skplsz9] {
    font-size: 0.72rem;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.balance-amount[b-2q3skplsz9] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    font-family: 'Courier New', monospace;
    letter-spacing: -0.5px;
    margin-bottom: 0.3rem;
}

.balance-updated[b-2q3skplsz9] {
    font-size: 0.75rem;
    color: #bdbdbd;
    margin-bottom: 1rem;
}

.balance-right[b-2q3skplsz9] {
    flex-shrink: 0;
}

.preview-image[b-2q3skplsz9] {
    width: 180px;
    height: auto;
    display: block;
    filter: grayscale(40%) opacity(0.55);
    border-radius: 8px;
}

/* ============================================
   PRÉVIA DOS PAGAMENTOS RECENTES
============================================ */
.payments-preview[b-2q3skplsz9] {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.payments-header[b-2q3skplsz9] {
    display: flex;
    align-items: center;
    padding: 0.9rem 1.25rem;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
}

.payment-row[b-2q3skplsz9] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1.5rem;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}

    .payment-row:last-child[b-2q3skplsz9] {
        border-bottom: none;
    }

    .payment-row.blurred[b-2q3skplsz9] {
        filter: blur(4px);
        opacity: 0.4;
        user-select: none;
        pointer-events: none;
    }

.pay-store[b-2q3skplsz9] {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.pay-date[b-2q3skplsz9] {
    font-size: 0.8rem;
    color: #757575;
    font-family: 'Courier New', monospace;
}

.pay-amount[b-2q3skplsz9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #4caf50;
    text-align: right;
    font-family: 'Courier New', monospace;
}

/* ============================================
   RESPONSIVIDADE
============================================ */
@media (max-width: 768px) {
    .paybox-info-page[b-2q3skplsz9] {
        padding: 1.25rem;
    }

    .waitlist-banner[b-2q3skplsz9] {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.25rem;
    }

    .banner-image[b-2q3skplsz9] {
        width: 80px;
        height: 80px;
    }

    .banner-title[b-2q3skplsz9] {
        font-size: 1.15rem;
    }

    .features-grid[b-2q3skplsz9] {
        grid-template-columns: 1fr 1fr;
    }

    .balance-preview-card[b-2q3skplsz9] {
        flex-direction: column;
    }

    .balance-amount[b-2q3skplsz9] {
        font-size: 1.8rem;
    }

    .preview-image[b-2q3skplsz9] {
        width: 130px;
    }

    .payment-row[b-2q3skplsz9] {
        grid-template-columns: 1fr auto;
    }

    .pay-date[b-2q3skplsz9] {
        display: none;
    }
}

@media (max-width: 480px) {
    .paybox-info-page[b-2q3skplsz9] {
        padding: 1rem;
    }

    h3[b-2q3skplsz9] {
        font-size: 20px;
    }

    .features-grid[b-2q3skplsz9] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/PayBox/PayBoxReload.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-4a2muvwadu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-4a2muvwadu] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}

/* Botões de ação */
.action-button[b-4a2muvwadu] {
    width: 160px;
    height: 50px;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .action-button:hover[b-4a2muvwadu] {
        background-color: #ff7b00;
    }

    .action-button:focus[b-4a2muvwadu] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

.TableRow2ButtonActionLeft[b-4a2muvwadu] {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 0px 0px 5px;
    background-color: #ffffff;
    text-align: left;
}

.TableRow2ButtonActionRight[b-4a2muvwadu] {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 5px 0px 0px;
    background-color: #ffffff;
    text-align: right;
}

.buttonAction[b-4a2muvwadu] {
    background-color: #FF8C00;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonGoBack[b-4a2muvwadu] {
    background-color: #FF9933;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


.buttonCancel[b-4a2muvwadu] {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonEfect:hover[b-4a2muvwadu] {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/* /Pages/Payments/ByPIXd.razor.rz.scp.css */
/* Reset básico */
*[b-v86hdulzx6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-v86hdulzx6] {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Container principal */
.page-content[b-v86hdulzx6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.header-top[b-v86hdulzx6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-v86hdulzx6] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-nav[b-v86hdulzx6] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-v86hdulzx6] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link:hover[b-v86hdulzx6] {
        background: #f8f8f8;
    }

.page-subtitle[b-v86hdulzx6] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-v86hdulzx6] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Card de Pagamento */
.payment-card[b-v86hdulzx6] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 2rem;
}

    .payment-card[b-v86hdulzx6]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

/* Cabeçalho do card */
.card-header[b-v86hdulzx6] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-v86hdulzx6] {
    flex: 1;
    margin-bottom: 1rem;
}

.card-title[b-v86hdulzx6] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/* Seção do Credor */
.creditor-section[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.creditor-info[b-v86hdulzx6] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-v86hdulzx6] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.creditor-details .name[b-v86hdulzx6] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.creditor-details .id[b-v86hdulzx6] {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.125rem;
}

/* Seção de Valor */
.amount-section[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.amount-display[b-v86hdulzx6] {
    text-align: center;
    margin: 1.5rem 0;
}

/* Detalhes do card */
.card-details[b-v86hdulzx6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-v86hdulzx6] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-v86hdulzx6] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-v86hdulzx6] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-v86hdulzx6] {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ff8c00;
    }

.installment-badge[b-v86hdulzx6] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.status-badge[b-v86hdulzx6] {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-badge.pending[b-v86hdulzx6] {
        background: #fff3e0;
        color: #e65100;
    }

/* Seção QR Code */
.qrcode-section[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.qrcode-container[b-v86hdulzx6] {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.qrcode-image[b-v86hdulzx6] {
    width: 280px;
    height: 280px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    background: white;
}

.qrcode-instruction[b-v86hdulzx6] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Seção Payload */
.payload-section[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.payload-container[b-v86hdulzx6] {
    margin-bottom: 1rem;
}

.payload-text[b-v86hdulzx6] {
    width: 100%;
    min-height: 120px;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: #333;
    resize: vertical;
    background: #f8f8f8;
    line-height: 1.6;
}

    .payload-text:focus[b-v86hdulzx6] {
        outline: none;
        border-color: #ff8c00;
    }

.payload-instruction[b-v86hdulzx6] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Ações */
.actions[b-v86hdulzx6] {
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
}

.actions-footer[b-v86hdulzx6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* Seção de Categoria */
.category-section[b-v86hdulzx6] {
    margin-bottom: 1.5rem;
}

.category-label[b-v86hdulzx6] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.category-select[b-v86hdulzx6] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .category-select:hover[b-v86hdulzx6] {
        border-color: #ff8c00;
    }

    .category-select:focus[b-v86hdulzx6] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

/* Grupo de Input da Categoria */
.category-input-group[b-v86hdulzx6] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-v86hdulzx6] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-v86hdulzx6] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

/* Linha de Botões */
.buttons-row[b-v86hdulzx6] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

/* Botões */
.btn[b-v86hdulzx6] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-v86hdulzx6] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-v86hdulzx6] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-approve[b-v86hdulzx6] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-v86hdulzx6] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    }

.btn-secondary[b-v86hdulzx6] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-secondary:hover[b-v86hdulzx6] {
        background: #e0e0e0;
    }

/* Modal */
.modal-overlay[b-v86hdulzx6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-v86hdulzx6] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-v86hdulzx6 0.3s ease;
}

@keyframes modalSlideIn-b-v86hdulzx6 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-v86hdulzx6] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title[b-v86hdulzx6] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
}

.modal-body[b-v86hdulzx6] {
    padding: 1.5rem;
}

.form-group[b-v86hdulzx6] {
    margin-bottom: 1rem;
}

.form-label[b-v86hdulzx6] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-input[b-v86hdulzx6] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

    .form-input:hover[b-v86hdulzx6] {
        border-color: #ff8c00;
    }

    .form-input:focus[b-v86hdulzx6] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

.modal-footer[b-v86hdulzx6] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-v86hdulzx6] {
        padding: 1rem;
    }

    .page-title[b-v86hdulzx6] {
        font-size: 1.5rem;
    }

    .header-top[b-v86hdulzx6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-card[b-v86hdulzx6] {
        padding: 1.5rem;
    }

    .card-details[b-v86hdulzx6] {
        grid-template-columns: 1fr;
    }

    .qrcode-image[b-v86hdulzx6] {
        width: 240px;
        height: 240px;
    }

    .actions[b-v86hdulzx6] {
        flex-direction: column;
    }

    .actions-footer[b-v86hdulzx6] {
        flex-direction: column;
    }

    .buttons-row[b-v86hdulzx6] {
        flex-direction: column-reverse;
    }

    .btn[b-v86hdulzx6] {
        width: 100%;
        justify-content: center;
    }

    .category-input-group[b-v86hdulzx6] {
        flex-direction: column;
    }

    .modal[b-v86hdulzx6] {
        width: 95%;
    }

    .modal-footer[b-v86hdulzx6] {
        flex-direction: column-reverse;
    }

        .modal-footer .btn[b-v86hdulzx6] {
            width: 100%;
        }
}


/*Modal*/

.category-input-group[b-v86hdulzx6] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-v86hdulzx6] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-v86hdulzx6] {
        background: #e67e00;
    }

.modal-overlay-wasm[b-v86hdulzx6] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
}

.modal-wasm[b-v86hdulzx6] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000000 !important;
    position: relative;
}

.modal-header-wasm[b-v86hdulzx6] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title-wasm[b-v86hdulzx6] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.modal-body-wasm[b-v86hdulzx6] {
    padding: 1.5rem;
}

.form-input-wasm[b-v86hdulzx6] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
}

    .form-input-wasm:focus[b-v86hdulzx6] {
        outline: none;
        border-color: #ff8c00;
    }

.modal-footer-wasm[b-v86hdulzx6] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Pages/Payments/ByPIXe.razor.rz.scp.css */
/* Reset básico */
*[b-qh6hf65g7e] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-qh6hf65g7e] {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Container principal */
.page-content[b-qh6hf65g7e] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.header-top[b-qh6hf65g7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-qh6hf65g7e] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-nav[b-qh6hf65g7e] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-qh6hf65g7e] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link:hover[b-qh6hf65g7e] {
        background: #f8f8f8;
    }

.page-subtitle[b-qh6hf65g7e] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-qh6hf65g7e] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Card de Pagamento */
.payment-card[b-qh6hf65g7e] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 2rem;
}

    .payment-card[b-qh6hf65g7e]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

/* Cabeçalho do card */
.card-header[b-qh6hf65g7e] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-qh6hf65g7e] {
    flex: 1;
    margin-bottom: 1rem;
}

.card-title[b-qh6hf65g7e] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/* Seção do Credor */
.creditor-section[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.creditor-info[b-qh6hf65g7e] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-qh6hf65g7e] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.creditor-details .name[b-qh6hf65g7e] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.creditor-details .id[b-qh6hf65g7e] {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.125rem;
}

/* Seção de Valor */
.amount-section[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.amount-display[b-qh6hf65g7e] {
    text-align: center;
    margin: 1.5rem 0;
}

/* Detalhes do card */
.card-details[b-qh6hf65g7e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-qh6hf65g7e] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-qh6hf65g7e] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-qh6hf65g7e] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-qh6hf65g7e] {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ff8c00;
    }

.installment-badge[b-qh6hf65g7e] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.status-badge[b-qh6hf65g7e] {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-badge.pending[b-qh6hf65g7e] {
        background: #fff3e0;
        color: #e65100;
    }

/* Seção QR Code */
.qrcode-section[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.qrcode-container[b-qh6hf65g7e] {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.qrcode-image[b-qh6hf65g7e] {
    width: 280px;
    height: 280px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    background: white;
}

.qrcode-instruction[b-qh6hf65g7e] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Seção Payload */
.payload-section[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.payload-container[b-qh6hf65g7e] {
    margin-bottom: 1rem;
}

.payload-text[b-qh6hf65g7e] {
    width: 100%;
    min-height: 120px;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: #333;
    resize: vertical;
    background: #f8f8f8;
    line-height: 1.6;
}

    .payload-text:focus[b-qh6hf65g7e] {
        outline: none;
        border-color: #ff8c00;
    }

.payload-instruction[b-qh6hf65g7e] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Ações */
.actions[b-qh6hf65g7e] {
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
}

.actions-footer[b-qh6hf65g7e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* Seção de Categoria */
.category-section[b-qh6hf65g7e] {
    margin-bottom: 1.5rem;
}

.category-label[b-qh6hf65g7e] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.category-select[b-qh6hf65g7e] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .category-select:hover[b-qh6hf65g7e] {
        border-color: #ff8c00;
    }

    .category-select:focus[b-qh6hf65g7e] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

/* Grupo de Input da Categoria */
.category-input-group[b-qh6hf65g7e] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-qh6hf65g7e] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-qh6hf65g7e] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

/* Linha de Botões */
.buttons-row[b-qh6hf65g7e] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

/* Botões */
.btn[b-qh6hf65g7e] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-qh6hf65g7e] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-qh6hf65g7e] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-approve[b-qh6hf65g7e] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-qh6hf65g7e] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    }

.btn-secondary[b-qh6hf65g7e] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-secondary:hover[b-qh6hf65g7e] {
        background: #e0e0e0;
    }

/* Modal */
.modal-overlay[b-qh6hf65g7e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-qh6hf65g7e] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-qh6hf65g7e 0.3s ease;
}

@keyframes modalSlideIn-b-qh6hf65g7e {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-qh6hf65g7e] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title[b-qh6hf65g7e] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
}

.modal-body[b-qh6hf65g7e] {
    padding: 1.5rem;
}

.form-group[b-qh6hf65g7e] {
    margin-bottom: 1rem;
}

.form-label[b-qh6hf65g7e] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-input[b-qh6hf65g7e] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

    .form-input:hover[b-qh6hf65g7e] {
        border-color: #ff8c00;
    }

    .form-input:focus[b-qh6hf65g7e] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

.modal-footer[b-qh6hf65g7e] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-qh6hf65g7e] {
        padding: 1rem;
    }

    .page-title[b-qh6hf65g7e] {
        font-size: 1.5rem;
    }

    .header-top[b-qh6hf65g7e] {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-card[b-qh6hf65g7e] {
        padding: 1.5rem;
    }

    .card-details[b-qh6hf65g7e] {
        grid-template-columns: 1fr;
    }

    .qrcode-image[b-qh6hf65g7e] {
        width: 240px;
        height: 240px;
    }

    .actions[b-qh6hf65g7e] {
        flex-direction: column;
    }

    .actions-footer[b-qh6hf65g7e] {
        flex-direction: column;
    }

    .buttons-row[b-qh6hf65g7e] {
        flex-direction: column-reverse;
    }

    .btn[b-qh6hf65g7e] {
        width: 100%;
        justify-content: center;
    }

    .category-input-group[b-qh6hf65g7e] {
        flex-direction: column;
    }

    .modal[b-qh6hf65g7e] {
        width: 95%;
    }

    .modal-footer[b-qh6hf65g7e] {
        flex-direction: column-reverse;
    }

        .modal-footer .btn[b-qh6hf65g7e] {
            width: 100%;
        }
}


/*Modal*/

.category-input-group[b-qh6hf65g7e] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-qh6hf65g7e] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-qh6hf65g7e] {
        background: #e67e00;
    }

.modal-overlay-wasm[b-qh6hf65g7e] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
}

.modal-wasm[b-qh6hf65g7e] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000000 !important;
    position: relative;
}

.modal-header-wasm[b-qh6hf65g7e] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title-wasm[b-qh6hf65g7e] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.modal-body-wasm[b-qh6hf65g7e] {
    padding: 1.5rem;
}

.form-input-wasm[b-qh6hf65g7e] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
}

    .form-input-wasm:focus[b-qh6hf65g7e] {
        outline: none;
        border-color: #ff8c00;
    }

.modal-footer-wasm[b-qh6hf65g7e] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Pages/Payments/MonthlyPayments.razor.rz.scp.css */
/* Reset básico */
*[b-w45e5t1j58] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-w45e5t1j58] {
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 0;
    margin: 0;
}

/* Container principal */
.page-content[b-w45e5t1j58] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-w45e5t1j58] {
    margin-bottom: 2rem;
}

.header-top[b-w45e5t1j58] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-w45e5t1j58] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.month-selector[b-w45e5t1j58] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8f8f8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

    .month-selector select[b-w45e5t1j58] {
        border: none;
        background: transparent;
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        padding: 0.25rem;
        outline: none;
    }

    .month-selector .icon[b-w45e5t1j58] {
        font-size: 1.25rem;
    }

.page-nav[b-w45e5t1j58] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-w45e5t1j58] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-w45e5t1j58] {
        color: #4caf50;
        border-color: #4caf50;
    }

    .nav-link:not(.active):hover[b-w45e5t1j58] {
        background: #f8f8f8;
    }

.page-subtitle[b-w45e5t1j58] {
    font-size: 0.95rem;
    color: #666;
}

hr[b-w45e5t1j58] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
}

/* Banner informativo */
.info-banner[b-w45e5t1j58] {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-w45e5t1j58] {
    font-size: 1.5rem;
}

.info-banner-text[b-w45e5t1j58] {
    flex: 1;
}

.info-banner-title[b-w45e5t1j58] {
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-w45e5t1j58] {
    color: #666;
    font-size: 0.875rem;
}

/* Cards de estatísticas */
.stats-grid[b-w45e5t1j58] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-w45e5t1j58] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 160px;
}

    .stat-card:hover[b-w45e5t1j58] {
        border-color: #4caf50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

.stat-label[b-w45e5t1j58] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-w45e5t1j58] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #4caf50;
}

.stat-card.warning .stat-value[b-w45e5t1j58] {
    color: #ff8c00;
}

.stat-card.info .stat-value[b-w45e5t1j58] {
    color: #2196f3;
}

/* Filtros e ações */
.actions-bar[b-w45e5t1j58] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-w45e5t1j58] {
    display: flex;
    gap: 0.5rem;
}

.filter-btn[b-w45e5t1j58] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .filter-btn:hover[b-w45e5t1j58] {
        border-color: #4caf50;
        color: #4caf50;
    }

    .filter-btn.active[b-w45e5t1j58] {
        background: #4caf50;
        color: white;
        border-color: #4caf50;
    }

.export-btn[b-w45e5t1j58] {
    padding: 0.625rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .export-btn:hover[b-w45e5t1j58] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Seções de cobranças */
.collections-section[b-w45e5t1j58] {
    margin-bottom: 2rem;
}

.section-title[b-w45e5t1j58] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-badge[b-w45e5t1j58] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Cards de cobrança */
.collection-card[b-w45e5t1j58] {
    background: white;
    border: 2px solid #e8f5e9;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-w45e5t1j58]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #4caf50;
        border-radius: 8px 0 0 8px;
    }

    .collection-card.urgent[b-w45e5t1j58] {
        border-color: #fff3e0;
    }

        .collection-card.urgent[b-w45e5t1j58]::before {
            background: #ff8c00;
        }

    .collection-card.paid[b-w45e5t1j58] {
        opacity: 0.7;
        border-color: #e0e0e0;
    }

        .collection-card.paid[b-w45e5t1j58]::before {
            background: #9e9e9e;
        }

    .collection-card:hover[b-w45e5t1j58] {
        border-color: #4caf50;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

.card-header[b-w45e5t1j58] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-title-section[b-w45e5t1j58] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-w45e5t1j58] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-w45e5t1j58] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.status-badge[b-w45e5t1j58] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .status-badge.paid[b-w45e5t1j58] {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .status-badge.scheduled[b-w45e5t1j58] {
        background: #e3f2fd;
        color: #1565c0;
    }

    .status-badge.urgent[b-w45e5t1j58] {
        background: #fff3e0;
        color: #e65100;
    }

    .status-badge.failed[b-w45e5t1j58] {
        background: #ffebee;
        color: #c62828;
    }

.card-details[b-w45e5t1j58] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.detail-item[b-w45e5t1j58] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-w45e5t1j58] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-w45e5t1j58] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-w45e5t1j58] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #4caf50;
    }

.installment-badge[b-w45e5t1j58] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.card-footer[b-w45e5t1j58] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    gap: 1rem;
    flex-wrap: wrap;
}

.creditor-info[b-w45e5t1j58] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.creditor-avatar[b-w45e5t1j58] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-w45e5t1j58] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-w45e5t1j58] {
    font-size: 0.75rem;
    color: #999;
}

.card-actions[b-w45e5t1j58] {
    display: flex;
    gap: 0.5rem;
}

.btn[b-w45e5t1j58] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.btn-view[b-w45e5t1j58] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-view:hover[b-w45e5t1j58] {
        background: #e8f5e9;
        color: #2e7d32;
        border-color: #c8e6c9;
    }

.btn-pix[b-w45e5t1j58] {
    background: #ff8c00;
    color: white;
}

    .btn-pix:hover[b-w45e5t1j58] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-receipt[b-w45e5t1j58] {
    background: #2196f3;
    color: white;
}

    .btn-receipt:hover[b-w45e5t1j58] {
        background: #1976d2;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
    }

/* Responsivo */
@media (max-width: 768px) {
    body[b-w45e5t1j58] {
        padding: 0;
    }

    .page-content[b-w45e5t1j58] {
        padding: 1rem;
    }

    .page-title[b-w45e5t1j58] {
        font-size: 1.5rem;
    }

    .header-top[b-w45e5t1j58] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-grid[b-w45e5t1j58] {
        flex-wrap: wrap;
    }

    .stat-card[b-w45e5t1j58] {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 140px;
    }

    .actions-bar[b-w45e5t1j58] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-w45e5t1j58] {
        width: 100%;
        justify-content: space-between;
    }

    .card-details[b-w45e5t1j58] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-w45e5t1j58] {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-actions[b-w45e5t1j58] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-w45e5t1j58] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/ReceivedBills/ApprovedCollections.razor.rz.scp.css */
/* Reset básico */
*[b-stoolprk9k] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-stoolprk9k] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Container principal */
.page-content[b-stoolprk9k] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-stoolprk9k] {
    margin-bottom: 1.5rem;
}

.header-top[b-stoolprk9k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-stoolprk9k] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.approved-badge[b-stoolprk9k] {
    background: #4caf50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-nav[b-stoolprk9k] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-stoolprk9k] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-stoolprk9k] {
        color: #4caf50;
        border-color: #4caf50;
    }

    .nav-link:not(.active):hover[b-stoolprk9k] {
        background: #f8f8f8;
    }

.page-subtitle[b-stoolprk9k] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-stoolprk9k] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Info banner */
.info-banner[b-stoolprk9k] {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-stoolprk9k] {
    font-size: 1.5rem;
}

.info-banner-text[b-stoolprk9k] {
    flex: 1;
}

.info-banner-title[b-stoolprk9k] {
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-stoolprk9k] {
    color: #666;
    font-size: 0.875rem;
}

/* Estatísticas */
.stats-container[b-stoolprk9k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-stoolprk9k] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.stat-label[b-stoolprk9k] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-stoolprk9k] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #4caf50;
}

/* Filtros e busca */
.filters-section[b-stoolprk9k] {
    margin-bottom: 2rem;
}

.filters-row[b-stoolprk9k] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-group[b-stoolprk9k] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn[b-stoolprk9k] {
    padding: 0.5rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-btn:hover[b-stoolprk9k] {
        border-color: #4caf50;
        color: #4caf50;
    }

    .filter-btn.active[b-stoolprk9k] {
        background: #4caf50;
        color: white;
        border-color: #4caf50;
    }

.search-container[b-stoolprk9k] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-icon[b-stoolprk9k] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.875rem;
}

.search-input[b-stoolprk9k] {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-stoolprk9k] {
        outline: none;
        border-color: #4caf50;
    }

.export-btn[b-stoolprk9k] {
    padding: 0.625rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .export-btn:hover[b-stoolprk9k] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Lista de cobranças */
.collections-list[b-stoolprk9k] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.collection-card[b-stoolprk9k] {
    background: white;
    border: 2px solid #e8f5e9;
    border-radius: 4px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-stoolprk9k]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #4caf50;
        border-radius: 4px 0 0 4px;
    }

    .collection-card:hover[b-stoolprk9k] {
        border-color: #4caf50;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

/* Cabeçalho do card */
.card-header[b-stoolprk9k] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-stoolprk9k] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-stoolprk9k] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-stoolprk9k] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.status-badge[b-stoolprk9k] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Detalhes do card */
.card-details[b-stoolprk9k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-stoolprk9k] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-stoolprk9k] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-stoolprk9k] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-stoolprk9k] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #4caf50;
    }

.installment-badge[b-stoolprk9k] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.approval-info[b-stoolprk9k] {
    background: #f1f8e9;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.25rem;
    border: 1px solid #dcedc8;
}

    .approval-info .label[b-stoolprk9k] {
        font-size: 0.7rem;
        color: #689f38;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 0.25rem;
    }

    .approval-info .value[b-stoolprk9k] {
        font-size: 0.875rem;
        color: #33691e;
        font-weight: 500;
    }

.debtor-section[b-stoolprk9k] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

/* Rodapé do card */
.card-footer[b-stoolprk9k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.creditor-info[b-stoolprk9k] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-stoolprk9k] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-stoolprk9k] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-stoolprk9k] {
    font-size: 0.75rem;
    color: #999;
}

.actions[b-stoolprk9k] {
    display: flex;
    gap: 0.625rem;
}

.btn[b-stoolprk9k] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-stoolprk9k] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-primary:hover[b-stoolprk9k] {
        background: #e8f5e9;
        color: #2e7d32;
        border-color: #c8e6c9;
    }

.btn-pix[b-stoolprk9k] {
    background: #ff8c00;
    color: white;
}

    .btn-pix:hover[b-stoolprk9k] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-download[b-stoolprk9k] {
    background: #2196f3;
    color: white;
}

    .btn-download:hover[b-stoolprk9k] {
        background: #1976d2;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
    }

/* Estado vazio */
.empty-state[b-stoolprk9k] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-icon[b-stoolprk9k] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-stoolprk9k] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-stoolprk9k] {
    color: #999;
    font-size: 0.875rem;
}

.empty-state .btn[b-stoolprk9k] {
    margin-top: 1.5rem;
}

/* Loading */
.loading[b-stoolprk9k] {
    animation: pulse-b-stoolprk9k 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-stoolprk9k {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-stoolprk9k] {
        padding: 1rem;
    }

    .page-title[b-stoolprk9k] {
        font-size: 1.5rem;
    }

    .header-top[b-stoolprk9k] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-container[b-stoolprk9k] {
        grid-template-columns: 1fr;
    }

    .filters-row[b-stoolprk9k] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-stoolprk9k] {
        width: 100%;
    }

    .filter-btn[b-stoolprk9k] {
        flex: 1;
    }

    .card-header[b-stoolprk9k] {
        flex-direction: column;
    }

    .card-details[b-stoolprk9k] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-stoolprk9k] {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions[b-stoolprk9k] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-stoolprk9k] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/ReceivedBills/Details.razor.rz.scp.css */
/* Reset básico */
*[b-2hpq1kpvqq] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-2hpq1kpvqq] {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Container principal */
.page-content[b-2hpq1kpvqq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-2hpq1kpvqq] {
    margin-bottom: 1rem;
}

.header-top[b-2hpq1kpvqq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-link[b-2hpq1kpvqq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ff8c00;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .back-link:hover[b-2hpq1kpvqq] {
        color: #e67e00;
    }

.page-title[b-2hpq1kpvqq] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
}

.page-subtitle[b-2hpq1kpvqq] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-2hpq1kpvqq] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Alerta de status - Base */
.status-alert[b-2hpq1kpvqq] {
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

    /* Status: Warning (Pendente) */
    .status-alert.warning[b-2hpq1kpvqq] {
        background: #fff3e0;
        border-left: 4px solid #ff8c00;
    }

        .status-alert.warning .alert-title[b-2hpq1kpvqq] {
            color: #e65100;
        }

    /* Status: Info (Fila, Agendada) */
    .status-alert.info[b-2hpq1kpvqq] {
        background: #e3f2fd;
        border-left: 4px solid #2196f3;
    }

        .status-alert.info .alert-title[b-2hpq1kpvqq] {
            color: #1565c0;
        }

    /* Status: Success (Aprovado, Pago) */
    .status-alert.success[b-2hpq1kpvqq] {
        background: #e8f5e9;
        border-left: 4px solid #4caf50;
    }

        .status-alert.success .alert-title[b-2hpq1kpvqq] {
            color: #2e7d32;
        }

    /* Status: Error (Recusado, Vencido) */
    .status-alert.error[b-2hpq1kpvqq] {
        background: #ffebee;
        border-left: 4px solid #f44336;
    }

        .status-alert.error .alert-title[b-2hpq1kpvqq] {
            color: #c62828;
        }

    /* Status: Neutral (Cancelado) */
    .status-alert.neutral[b-2hpq1kpvqq] {
        background: #f5f5f5;
        border-left: 4px solid #9e9e9e;
    }

        .status-alert.neutral .alert-title[b-2hpq1kpvqq] {
            color: #616161;
        }

.alert-content[b-2hpq1kpvqq] {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.alert-icon[b-2hpq1kpvqq] {
    font-size: 1.5rem;
}

.alert-text[b-2hpq1kpvqq] {
    flex: 1;
}

.alert-title[b-2hpq1kpvqq] {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.alert-description[b-2hpq1kpvqq] {
    color: #666;
    font-size: 0.875rem;
}

/* Seções */
.section[b-2hpq1kpvqq] {
    margin-bottom: 2rem;
}

.section-title[b-2hpq1kpvqq] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

/* NOVO: Descrição em destaque */
.description-highlight[b-2hpq1kpvqq] {
    background: #fff8f0;
    border: 2px solid #ffe4cc;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.description-label[b-2hpq1kpvqq] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: block;
}

.description-value[b-2hpq1kpvqq] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

/* Grid de informações */
.info-grid[b-2hpq1kpvqq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.info-item[b-2hpq1kpvqq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label[b-2hpq1kpvqq] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info-value[b-2hpq1kpvqq] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

    .info-value.highlight[b-2hpq1kpvqq] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ff8c00;
    }

.installment-box[b-2hpq1kpvqq] {
    background: #f5f5f5;
    color: #666;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

/* Cards de partes */
.party-card[b-2hpq1kpvqq] {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

.party-header[b-2hpq1kpvqq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.party-avatar[b-2hpq1kpvqq] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
}

.party-info h3[b-2hpq1kpvqq] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.party-info .subtitle[b-2hpq1kpvqq] {
    font-size: 0.8rem;
    color: #999;
}

/* Nota importante */
.note-box[b-2hpq1kpvqq] {
    background: #fffbf0;
    border-left: 4px solid #ffa500;
    padding: 1.25rem;
    border-radius: 4px;
    margin-top: 1.5rem;
}

.note-title[b-2hpq1kpvqq] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.note-text[b-2hpq1kpvqq] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Seção de ações */
.action-section[b-2hpq1kpvqq] {
    background: #f8f8f8;
    padding: 2rem;
    margin: 2rem -2rem -2rem;
    border-top: 2px solid #e0e0e0;
}

.action-title[b-2hpq1kpvqq] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.action-subtitle[b-2hpq1kpvqq] {
    text-align: center;
    color: #999;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.action-buttons[b-2hpq1kpvqq] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-2hpq1kpvqq] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 180px;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.btn-approve[b-2hpq1kpvqq] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-2hpq1kpvqq] {
        background: #45a049;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    }

.btn-reject[b-2hpq1kpvqq] {
    background: #f44336;
    color: white;
}

    .btn-reject:hover[b-2hpq1kpvqq] {
        background: #da190b;
        box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
    }

.btn-secondary[b-2hpq1kpvqq] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-2hpq1kpvqq] {
        background: #f8f8f8;
        border-color: #ccc;
    }

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-2hpq1kpvqq] {
        padding: 1rem;
    }

    .page-title[b-2hpq1kpvqq] {
        font-size: 1.5rem;
    }

    .header-top[b-2hpq1kpvqq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .description-value[b-2hpq1kpvqq] {
        font-size: 1.25rem;
    }

    /* Grid de 5 colunas vira coluna única no mobile */
    .section > div[style*="grid-template-columns: repeat(5, 1fr)"][b-2hpq1kpvqq] {
        grid-template-columns: 1fr !important;
    }

    .info-grid[b-2hpq1kpvqq] {
        grid-template-columns: 1fr;
    }

    .action-section[b-2hpq1kpvqq] {
        padding: 1.5rem 1rem;
        margin: 2rem -1rem -1rem;
    }

    .action-buttons[b-2hpq1kpvqq] {
        flex-direction: column;
    }

    .btn[b-2hpq1kpvqq] {
        width: 100%;
    }
}
/* /Pages/ReceivedBills/Listing.razor.rz.scp.css */

/* Reset básico */
*[b-ui6sluzrvj] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ui6sluzrvj] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Container principal */
.page-content[b-ui6sluzrvj] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-ui6sluzrvj] {
    margin-bottom: 1.5rem;
}

.header-top[b-ui6sluzrvj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-ui6sluzrvj] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pending-badge[b-ui6sluzrvj] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-nav[b-ui6sluzrvj] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-ui6sluzrvj] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-ui6sluzrvj] {
        color: #ff8c00;
        border-color: #ff8c00;
    }

    .nav-link:not(.active):hover[b-ui6sluzrvj] {
        background: #f8f8f8;
    }

.page-subtitle[b-ui6sluzrvj] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-ui6sluzrvj] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Alerta de ação */
.action-alert[b-ui6sluzrvj] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.action-alert-icon[b-ui6sluzrvj] {
    font-size: 1.5rem;
}

.action-alert-text[b-ui6sluzrvj] {
    flex: 1;
}

.action-alert-title[b-ui6sluzrvj] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.action-alert-description[b-ui6sluzrvj] {
    color: #666;
    font-size: 0.875rem;
}

/* Estatísticas - Simplificado para pendentes */
.stats-container[b-ui6sluzrvj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-ui6sluzrvj] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.stat-label[b-ui6sluzrvj] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-ui6sluzrvj] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #ff8c00;
}

.stat-card.urgent[b-ui6sluzrvj] {
    background: #fff3e0;
    border-color: #ff8c00;
}

    .stat-card.urgent .stat-value[b-ui6sluzrvj] {
        color: #e65100;
    }

/* Filtros e busca */
.filters-section[b-ui6sluzrvj] {
    margin-bottom: 2rem;
}

.filters-row[b-ui6sluzrvj] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-group[b-ui6sluzrvj] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn[b-ui6sluzrvj] {
    padding: 0.5rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-btn:hover[b-ui6sluzrvj] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .filter-btn.active[b-ui6sluzrvj] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.search-container[b-ui6sluzrvj] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-icon[b-ui6sluzrvj] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.875rem;
}

.search-input[b-ui6sluzrvj] {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-ui6sluzrvj] {
        outline: none;
        border-color: #ff8c00;
    }

/* Lista de cobranças */
.collections-list[b-ui6sluzrvj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.collection-card[b-ui6sluzrvj] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-ui6sluzrvj]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

    .collection-card:hover[b-ui6sluzrvj] {
        border-color: #ff8c00;
        box-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
    }

    .collection-card.urgent[b-ui6sluzrvj] {
        border-color: #ff6b00;
        background: #fffbf7;
    }

        .collection-card.urgent[b-ui6sluzrvj]::before {
            background: #ff6b00;
        }

/* Cabeçalho do card */
.card-header[b-ui6sluzrvj] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-ui6sluzrvj] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-ui6sluzrvj] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-ui6sluzrvj] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.urgency-badge[b-ui6sluzrvj] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .urgency-badge.high[b-ui6sluzrvj] {
        background: #ffebee;
        color: #c62828;
    }

    .urgency-badge.normal[b-ui6sluzrvj] {
        background: #fff3e0;
        color: #e65100;
    }

/* Detalhes do card */
.card-details[b-ui6sluzrvj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-ui6sluzrvj] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-ui6sluzrvj] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-ui6sluzrvj] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-ui6sluzrvj] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #ff8c00;
    }

.installment-badge[b-ui6sluzrvj] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.debtor-section[b-ui6sluzrvj] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

/* Rodapé do card */
.card-footer[b-ui6sluzrvj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.creditor-info[b-ui6sluzrvj] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-ui6sluzrvj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-ui6sluzrvj] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-ui6sluzrvj] {
    font-size: 0.75rem;
    color: #999;
}

.actions[b-ui6sluzrvj] {
    display: flex;
    gap: 0.625rem;
}

.btn[b-ui6sluzrvj] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-ui6sluzrvj] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-ui6sluzrvj] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-approve[b-ui6sluzrvj] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-ui6sluzrvj] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    }

.btn-reject[b-ui6sluzrvj] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-reject:hover[b-ui6sluzrvj] {
        background: #ffebee;
        color: #c62828;
        border-color: #ffcdd2;
    }

/* Estado vazio */
.empty-state[b-ui6sluzrvj] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-icon[b-ui6sluzrvj] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-ui6sluzrvj] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-ui6sluzrvj] {
    color: #999;
    font-size: 0.875rem;
}

.empty-state .btn[b-ui6sluzrvj] {
    margin-top: 1.5rem;
}

/* Loading */
.loading[b-ui6sluzrvj] {
    animation: pulse-b-ui6sluzrvj 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-ui6sluzrvj {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-ui6sluzrvj] {
        padding: 1rem;
    }

    .page-title[b-ui6sluzrvj] {
        font-size: 1.5rem;
    }

    .header-top[b-ui6sluzrvj] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-container[b-ui6sluzrvj] {
        grid-template-columns: 1fr;
    }

    .filters-row[b-ui6sluzrvj] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-ui6sluzrvj] {
        width: 100%;
    }

    .filter-btn[b-ui6sluzrvj] {
        flex: 1;
    }

    .card-header[b-ui6sluzrvj] {
        flex-direction: column;
    }

    .card-details[b-ui6sluzrvj] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-ui6sluzrvj] {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions[b-ui6sluzrvj] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-ui6sluzrvj] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Reload/Packs.razor.rz.scp.css */
/* ============================================
   Bombus – Packs (Reload)
   CSS Isolado (scoped)
   Paleta: Cinzas + Laranja (#ff8c00 / #e67e00)
   ============================================ */

/* ── Container ── */
.packs-page[b-63b1nyrav6] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-63b1nyrav6] {
    margin-bottom: 1.5rem;
}

.page-title[b-63b1nyrav6] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
}

.badge[b-63b1nyrav6] {
    padding: .2rem .55rem;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    background: #ff8c00;
    color: #fff;
}

.page-subtitle[b-63b1nyrav6] {
    font-size: .82rem;
    color: #9e9e9e;
    margin: .25rem 0 0 0;
}

.divider[b-63b1nyrav6] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
    margin: 1rem 0 1.5rem;
}

/* ── Info Banner ── */
.info-banner[b-63b1nyrav6] {
    background: linear-gradient(135deg, #fff8f0, #fff4e6);
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    padding: .875rem 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    font-size: .8rem;
    color: #555;
    line-height: 1.5;
}

    .info-banner strong[b-63b1nyrav6] {
        color: #e67e00;
    }

/* ── Carrossel ── */
.carousel-wrapper[b-63b1nyrav6] {
    position: relative;
    margin-bottom: 1.5rem;
}

.carousel-track-outer[b-63b1nyrav6] {
    overflow: hidden;
    border-radius: 10px;
    padding-top: 20px; /* espaço para badge "Mais Popular" */
    padding-bottom: 8px; /* espaço para box-shadow inferior */
}

.carousel-track[b-63b1nyrav6] {
    display: flex;
    gap: 1rem;
}

/* ── Pack Card ── */
.pack-card[b-63b1nyrav6] {
    flex: 0 0 calc(33.333% - .67rem);
    background: #fafafa;
    border: 2px solid #e0e0e0;
    border-radius: 14px;
    padding: 1.25rem 1rem 1rem;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
    position: relative;
    text-align: center;
    user-select: none;
    box-sizing: border-box;
}

    .pack-card:hover[b-63b1nyrav6] {
        border-color: #ff8c00;
        box-shadow: 0 4px 16px rgba(255, 140, 0, .15);
    }

    .pack-card.selected[b-63b1nyrav6] {
        border-color: #ff8c00;
        background: #fff8f0;
        box-shadow: 0 6px 24px rgba(255, 140, 0, .22);
    }

    .pack-card.featured[b-63b1nyrav6] {
        border-color: #ff8c00;
        background: linear-gradient(160deg, #fff8f0, #fff4e6);
        box-shadow: 0 4px 16px rgba(255, 140, 0, .14);
    }

/* ── Badge Mais Popular ── */
.popular-badge[b-63b1nyrav6] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    color: #fff;
    font-size: .6rem;
    font-weight: 700;
    padding: .2rem .65rem;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .3px;
    z-index: 2;
}

/* ── Check icon (selecionado) ── */
.check-icon[b-63b1nyrav6] {
    display: none;
    position: absolute;
    top: .65rem;
    right: .65rem;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4caf50;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 700;
}

.pack-card.selected .check-icon[b-63b1nyrav6] {
    display: flex;
}

/* ── Conteúdo do card ── */
.pack-name[b-63b1nyrav6] {
    font-size: .72rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: .5rem;
}

.pack-credits[b-63b1nyrav6] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: .1rem;
}

.pack-credits-label[b-63b1nyrav6] {
    font-size: .68rem;
    color: #9e9e9e;
    margin-bottom: .875rem;
}

.pack-price-total[b-63b1nyrav6] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e67e00;
    margin-bottom: .1rem;
}

.pack-price-unit[b-63b1nyrav6] {
    font-size: .68rem;
    color: #9e9e9e;
    font-family: 'Courier New', monospace;
    margin-bottom: .875rem;
}

.pack-validity[b-63b1nyrav6] {
    font-size: .65rem;
    color: #9e9e9e;
    background: #f0f0f0;
    border-radius: 20px;
    padding: .2rem .55rem;
    display: inline-block;
}

/* ── Nav & Dots ── */
.carousel-nav[b-63b1nyrav6] {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: .75rem;
}

.nav-btn[b-63b1nyrav6] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #555;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

    .nav-btn:hover[b-63b1nyrav6] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .nav-btn:disabled[b-63b1nyrav6] {
        opacity: .35;
        cursor: not-allowed;
    }

.carousel-dots[b-63b1nyrav6] {
    display: flex;
    justify-content: center;
    gap: .4rem;
    margin-top: .6rem;
}

.dot[b-63b1nyrav6] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

    .dot.active[b-63b1nyrav6] {
        background: #ff8c00;
        transform: scale(1.3);
    }

/* ── Resumo da seleção ── */
.selection-summary[b-63b1nyrav6] {
    background: linear-gradient(135deg, #fff8f0, #fff4e6);
    border: 1.5px solid #ffe0b2;
    border-radius: 10px;
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    transition: opacity .3s;
}

    .selection-summary.hidden[b-63b1nyrav6] {
        opacity: 0;
        pointer-events: none;
    }

.summary-left[b-63b1nyrav6] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.summary-pack[b-63b1nyrav6] {
    font-size: .8rem;
    font-weight: 700;
    color: #333;
}

.summary-detail[b-63b1nyrav6] {
    font-size: .7rem;
    color: #9e9e9e;
    font-family: 'Courier New', monospace;
}

.summary-price[b-63b1nyrav6] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e67e00;
}

/* ── Botão Comprar ── */
.btn[b-63b1nyrav6] {
    width: 100%;
    padding: .85rem 1rem;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    transition: box-shadow .2s;
}

    .btn:disabled[b-63b1nyrav6] {
        opacity: .4;
        cursor: not-allowed;
    }

.btn-primary[b-63b1nyrav6] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 140, 0, .25);
}

    .btn-primary:not(:disabled):hover[b-63b1nyrav6] {
        box-shadow: 0 6px 20px rgba(255, 140, 0, .35);
    }

/* ── Responsividade ── */
@media (max-width: 640px) {
    .packs-page[b-63b1nyrav6] {
        padding: 1.25rem;
    }

    .pack-card[b-63b1nyrav6] {
        flex: 0 0 100%;
    }

    .pack-credits[b-63b1nyrav6] {
        font-size: 2rem;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .pack-card[b-63b1nyrav6] {
        flex: 0 0 calc(50% - .5rem);
    }
}
/* /Pages/Suppliers/SuppliersListing.razor.rz.scp.css */
*[b-plzbyzc0pa] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-plzbyzc0pa] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    min-height: 100vh;
}

/* Container principal - Segue o mesmo padrão do Dashboard */
.page-content[b-plzbyzc0pa] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-plzbyzc0pa] {
    border: none !important;
    border-top: 1px solid black !important;
    margin: 1rem 0 !important;
    width: 100% !important;
    height: 0 !important;
    display: block !important;
}

/* Título h3 */
h3[b-plzbyzc0pa] {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 0.5rem;
}

.container[b-plzbyzc0pa] {
    width: 100%;
}

/* Header */
.page-header[b-plzbyzc0pa] {
    background: white;
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e0e0e0;
}

.header-top[b-plzbyzc0pa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-title[b-plzbyzc0pa] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.title-icon[b-plzbyzc0pa] {
    width: 40px;
    height: 40px;
    background: #ff8c00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.header-actions[b-plzbyzc0pa] {
    display: flex;
    gap: 1rem;
}

.btn[b-plzbyzc0pa] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-plzbyzc0pa] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-plzbyzc0pa] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-secondary[b-plzbyzc0pa] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-plzbyzc0pa] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Stats Cards */
.stats-grid[b-plzbyzc0pa] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-plzbyzc0pa] {
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #ff8c00;
}

.stat-label[b-plzbyzc0pa] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.stat-value[b-plzbyzc0pa] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff8c00;
}

/* Search and Filters */
.search-filters[b-plzbyzc0pa] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-box[b-plzbyzc0pa] {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.search-input[b-plzbyzc0pa] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-plzbyzc0pa] {
        outline: none;
        border-color: #ff8c00;
    }

.search-icon[b-plzbyzc0pa] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 1.25rem;
}

.filter-select[b-plzbyzc0pa] {
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    background: white;
    min-width: 180px;
    font-family: Arial, sans-serif;
}

    .filter-select:focus[b-plzbyzc0pa] {
        outline: none;
        border-color: #ff8c00;
    }

/* Creditors List */
.creditors-section[b-plzbyzc0pa] {
    background: white;
    border-radius: 4px;
    padding: 2rem;
    border: 1px solid #e0e0e0;
}

.section-header[b-plzbyzc0pa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #edf2f7;
}

.section-title[b-plzbyzc0pa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.result-count[b-plzbyzc0pa] {
    font-size: 0.875rem;
    color: #666;
    background: #f8f8f8;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Creditor Card */
.creditor-card[b-plzbyzc0pa] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .creditor-card[b-plzbyzc0pa]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

    .creditor-card:hover[b-plzbyzc0pa] {
        border-color: #ff8c00;
        box-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
    }

.creditor-header[b-plzbyzc0pa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.creditor-main-info[b-plzbyzc0pa] {
    flex: 1;
}

.creditor-name[b-plzbyzc0pa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.creditor-avatar[b-plzbyzc0pa] {
    width: 48px;
    height: 48px;
    background: #ff8c00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.creditor-fantasy-name[b-plzbyzc0pa] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.creditor-cnpj[b-plzbyzc0pa] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.375rem 0.75rem;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    border: 1px solid #e0e0e0;
}

.creditor-actions[b-plzbyzc0pa] {
    display: flex;
    gap: 0.75rem;
}

.btn-icon[b-plzbyzc0pa] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

    .btn-icon:hover[b-plzbyzc0pa] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.creditor-details[b-plzbyzc0pa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.detail-item[b-plzbyzc0pa] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-plzbyzc0pa] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.detail-value[b-plzbyzc0pa] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.detail-icon[b-plzbyzc0pa] {
    color: #ff8c00;
    font-size: 0.875rem;
}

.creditor-footer[b-plzbyzc0pa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.spid-badge[b-plzbyzc0pa] {
    background: #f5f5f5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #666;
    font-family: 'Courier New', monospace;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.btn-details[b-plzbyzc0pa] {
    padding: 0.625rem 1.5rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

    .btn-details:hover[b-plzbyzc0pa] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

/* Pagination */
.pagination[b-plzbyzc0pa] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-btn[b-plzbyzc0pa] {
    padding: 0.625rem 1rem;
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #666;
    font-family: Arial, sans-serif;
}

    .pagination-btn:hover:not(:disabled)[b-plzbyzc0pa] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .pagination-btn:disabled[b-plzbyzc0pa] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-btn.active[b-plzbyzc0pa] {
        background: #ff8c00;
        color: white;
        border-color: transparent;
    }

.page-info[b-plzbyzc0pa] {
    padding: 0.625rem 1rem;
    color: #666;
    font-size: 0.875rem;
}

/* Empty State */
.empty-state[b-plzbyzc0pa] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-plzbyzc0pa] {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-title[b-plzbyzc0pa] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.5rem;
}

.empty-text[b-plzbyzc0pa] {
    color: #999;
    font-size: 1rem;
}

/* Loading State */
.loading[b-plzbyzc0pa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.spinner[b-plzbyzc0pa] {
    width: 50px;
    height: 50px;
    border: 4px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-plzbyzc0pa 1s linear infinite;
}

@keyframes spin-b-plzbyzc0pa {
    to {
        transform: rotate(360deg);
    }
}

.loading-text[b-plzbyzc0pa] {
    margin-top: 1rem;
    color: #666;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content[b-plzbyzc0pa] {
        padding: 1rem;
    }

    h3[b-plzbyzc0pa] {
        font-size: 1.25rem;
    }

    .page-header[b-plzbyzc0pa] {
        padding: 1.5rem;
    }

    .header-top[b-plzbyzc0pa] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .page-title[b-plzbyzc0pa] {
        font-size: 1.5rem;
    }

    .stats-grid[b-plzbyzc0pa] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .search-filters[b-plzbyzc0pa] {
        flex-direction: column;
    }

    .search-box[b-plzbyzc0pa] {
        min-width: 100%;
    }

    .filter-select[b-plzbyzc0pa] {
        width: 100%;
    }

    .creditor-header[b-plzbyzc0pa] {
        flex-direction: column;
    }

    .creditor-actions[b-plzbyzc0pa] {
        width: 100%;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .creditor-details[b-plzbyzc0pa] {
        grid-template-columns: 1fr;
    }

    .creditor-footer[b-plzbyzc0pa] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

/* Mobile muito pequeno (portrait) */
@media (max-width: 480px) {
    .stats-grid[b-plzbyzc0pa] {
        grid-template-columns: 1fr;
    }

    .stat-value[b-plzbyzc0pa] {
        font-size: 1.25rem;
    }
}
/* /Pages/Users.razor.rz.scp.css */
/* Container principal da página */
.users-page[b-1wxdb3xs8b] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

h3[b-1wxdb3xs8b] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

hr[b-1wxdb3xs8b] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
}

/* ============================================
   ALERTAS
============================================ */
.alert[b-1wxdb3xs8b] {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success[b-1wxdb3xs8b] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-1wxdb3xs8b] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ============================================
   SEÇÃO DE CADASTRO (FORMULÁRIO)
============================================ */
.form-section[b-1wxdb3xs8b] {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

    .form-section h4[b-1wxdb3xs8b] {
        font-size: 18px;
        color: #ff8c00;
        margin-bottom: 20px;
        font-weight: bold;
    }

.form-row[b-1wxdb3xs8b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.form-group[b-1wxdb3xs8b] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-1wxdb3xs8b] {
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
        font-weight: 500;
    }

    /* Form controls */
    [b-1wxdb3xs8b] .form-control,
    [b-1wxdb3xs8b] input.form-control,
    [b-1wxdb3xs8b] input[type="text"],
    [b-1wxdb3xs8b] input[type="password"],
    [b-1wxdb3xs8b] input[type="email"],
    .form-group .form-control[b-1wxdb3xs8b],
    .form-group input[b-1wxdb3xs8b] {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }

        [b-1wxdb3xs8b] .form-control:focus,
        [b-1wxdb3xs8b] input.form-control:focus,
        [b-1wxdb3xs8b] input[type="text"]:focus,
        [b-1wxdb3xs8b] input[type="password"]:focus,
        [b-1wxdb3xs8b] input[type="email"]:focus,
        .form-group .form-control:focus[b-1wxdb3xs8b],
        .form-group input:focus[b-1wxdb3xs8b] {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }

        /* Anula estilos de validação do Blazor */
        [b-1wxdb3xs8b] .form-control.valid,
        [b-1wxdb3xs8b] .form-control.invalid,
        [b-1wxdb3xs8b] .form-control.modified,
        [b-1wxdb3xs8b] .form-control.valid.modified,
        [b-1wxdb3xs8b] .form-control.invalid.modified,
        [b-1wxdb3xs8b] input.valid,
        [b-1wxdb3xs8b] input.invalid,
        [b-1wxdb3xs8b] input.modified,
        .form-group .form-control.valid[b-1wxdb3xs8b],
        .form-group .form-control.invalid[b-1wxdb3xs8b],
        .form-group input.valid[b-1wxdb3xs8b],
        .form-group input.invalid[b-1wxdb3xs8b] {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }

            [b-1wxdb3xs8b] .form-control.valid:focus,
            [b-1wxdb3xs8b] .form-control.invalid:focus,
            [b-1wxdb3xs8b] .form-control.modified:focus,
            [b-1wxdb3xs8b] input.valid:focus,
            [b-1wxdb3xs8b] input.invalid:focus,
            .form-group .form-control.valid:focus[b-1wxdb3xs8b],
            .form-group .form-control.invalid:focus[b-1wxdb3xs8b],
            .form-group input.valid:focus[b-1wxdb3xs8b],
            .form-group input.invalid:focus[b-1wxdb3xs8b] {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }

/* Mensagens de validação */
[b-1wxdb3xs8b] .validation-message,
.validation-message[b-1wxdb3xs8b] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.button-row[b-1wxdb3xs8b] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn[b-1wxdb3xs8b] {
    height: 35px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-1wxdb3xs8b] {
    background-color: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-1wxdb3xs8b] {
        background-color: #e67e00;
    }

    .btn-primary:focus[b-1wxdb3xs8b] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

.btn-secondary[b-1wxdb3xs8b] {
    background-color: #e0e0e0;
    color: #555;
}

    .btn-secondary:hover[b-1wxdb3xs8b] {
        background-color: #d0d0d0;
    }

.btn:disabled[b-1wxdb3xs8b] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   SEÇÃO DE LISTAGEM (TABELA)
============================================ */
.list-section[b-1wxdb3xs8b] {
    margin-top: 30px;
}

    .list-section h4[b-1wxdb3xs8b] {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
        font-weight: bold;
    }

.table-container[b-1wxdb3xs8b] {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

table[b-1wxdb3xs8b] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed; /* ← Ativa controle manual de larguras */
}

thead[b-1wxdb3xs8b] {
    background-color: #ff8c00;
    color: white;
}

    thead th[b-1wxdb3xs8b] {
        padding: 12px;
        text-align: left;
        font-weight: bold;
    }

        /* ✅ Larguras específicas por coluna */
        thead th:nth-child(1)[b-1wxdb3xs8b] { /* Nome */
            width: 35%;
        }

        thead th:nth-child(2)[b-1wxdb3xs8b] { /* E-mail (Login) */
            width: 35%;
        }

        thead th:nth-child(3)[b-1wxdb3xs8b] { /* Status */
            width: 15%;
        }

        thead th:nth-child(4)[b-1wxdb3xs8b] { /* Ações */
            width: 15%;
        }

tbody tr[b-1wxdb3xs8b] {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

    tbody tr:hover[b-1wxdb3xs8b] {
        background-color: #fff8f0;
    }

tbody td[b-1wxdb3xs8b] {
    padding: 12px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Badge de status */
.status-badge[b-1wxdb3xs8b] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.status-permitido[b-1wxdb3xs8b] {
    background-color: #d4edda;
    color: #155724;
}

.status-bloqueado[b-1wxdb3xs8b] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Ícones de ação na tabela */
.action-buttons[b-1wxdb3xs8b] {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start; /* ← Alinha os ícones à esquerda */
}

.action-icon[b-1wxdb3xs8b] {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 5px;
    border-radius: 4px;
}

    .action-icon:hover[b-1wxdb3xs8b] {
        transform: scale(1.2);
    }

/* Ícone de editar (lápis) */
.icon-edit[b-1wxdb3xs8b] {
    color: #0066cc;
}

    .icon-edit:hover[b-1wxdb3xs8b] {
        background-color: #e7f3ff;
    }

/* Ícone de bloquear (cadeado fechado) */
.icon-lock[b-1wxdb3xs8b] {
    color: #ffc107;
}

    .icon-lock:hover[b-1wxdb3xs8b] {
        background-color: #fff8e7;
    }

/* Ícone de desbloquear (cadeado aberto) */
.icon-unlock[b-1wxdb3xs8b] {
    color: #4caf50;
}

    .icon-unlock:hover[b-1wxdb3xs8b] {
        background-color: #e8f5e9;
    }

/* Ícone de excluir (lixeira) */
.icon-delete[b-1wxdb3xs8b] {
    color: #dc3545;
}

    .icon-delete:hover[b-1wxdb3xs8b] {
        background-color: #f8d7da;
    }

/* Estados especiais */
.loading-state[b-1wxdb3xs8b],
.empty-state[b-1wxdb3xs8b] {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 14px;
}

    .empty-state i[b-1wxdb3xs8b] {
        font-size: 48px;
        margin-bottom: 15px;
        display: block;
    }

/* ============================================
   RESPONSIVIDADE
============================================ */
@media (max-width: 768px) {
    .users-page[b-1wxdb3xs8b] {
        padding: 1.5rem;
    }

    .form-row[b-1wxdb3xs8b] {
        grid-template-columns: 1fr;
    }

    .button-row[b-1wxdb3xs8b] {
        flex-direction: column;
    }

    .btn[b-1wxdb3xs8b] {
        width: 100%;
    }

    table[b-1wxdb3xs8b] {
        font-size: 12px;
        table-layout: auto; /* ← Remove fixed em mobile */
    }

    /* Remove larguras fixas em mobile */
    thead th:nth-child(1)[b-1wxdb3xs8b],
    thead th:nth-child(2)[b-1wxdb3xs8b],
    thead th:nth-child(3)[b-1wxdb3xs8b],
    thead th:nth-child(4)[b-1wxdb3xs8b] {
        width: auto;
    }

    thead th[b-1wxdb3xs8b],
    tbody td[b-1wxdb3xs8b] {
        padding: 8px;
    }

    tbody td[b-1wxdb3xs8b] {
        white-space: normal; /* ← Permite quebra de linha em mobile */
    }

    .action-buttons[b-1wxdb3xs8b] {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .users-page[b-1wxdb3xs8b] {
        padding: 1rem;
    }

    h3[b-1wxdb3xs8b] {
        font-size: 20px;
    }
}
/* /Services/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-o1zs462ovs], body[b-o1zs462ovs] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important; /* Previne scroll horizontal */
}

/* Force o box-sizing em TUDO */
*[b-o1zs462ovs], *[b-o1zs462ovs]::before, *[b-o1zs462ovs]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FORÇA 100% da largura da viewport */
.container[b-o1zs462ovs] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important; /* 100% da largura da viewport */
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Header - ocupa 100% da largura */
.header[b-o1zs462ovs] {
    display: flex !important;
    justify-content: flex-start !important; /* Alinha itens à esquerda por padrão */
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
}

    .header h1[b-o1zs462ovs] {
        margin: 0 !important;
    }

    /* Logo à esquerda, empurra os links para a direita */
    .header img[b-o1zs462ovs] {
        margin-right: auto !important; /* Empurra todo o resto para a direita */
    }

/* Links ficam lado a lado à direita */
.link[b-o1zs462ovs] {
    color: #ff8c00 !important; /* Laranja Bombus */
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 20px !important; /* Espaçamento entre os links */
    transition: all 0.2s ease !important;
}

    .link:hover[b-o1zs462ovs] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* CRÍTICO: Main content - ZERO de tudo, 100% da largura */
.main-content[b-o1zs462ovs] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important; /* ZERO padding */
    margin: 0 !important; /* ZERO margin */
    flex-grow: 1 !important;
    width: 100% !important; /* 100% da largura */
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important; /* Previne overflow horizontal */
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Footer - ocupa 100% da largura */
.footer[b-o1zs462ovs] {
    background-color: #000000 !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Previne qualquer elemento filho de causar overflow */
.main-content > *[b-o1zs462ovs],
.container > *[b-o1zs462ovs] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as também */
#app[b-o1zs462ovs] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-o1zs462ovs] {
        padding: 10px 15px !important;
        min-height: 120px !important;
    }

    .link[b-o1zs462ovs] {
        font-size: 14px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    .header[b-o1zs462ovs] {
        padding: 8px 12px !important;
        min-height: 120px !important;
    }

    .link[b-o1zs462ovs] {
        font-size: 13px !important;
        margin-left: 12px !important;
    }

    .footer[b-o1zs462ovs] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }
}
