/* /Layout/HomeLayout.razor.rz.scp.css */

*[b-97or18312z], *[b-97or18312z]::before, *[b-97or18312z]::after {
    box-sizing: border-box;
}

.container[b-97or18312z] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* ── CABEÇALHO FIXO ── */
.header[b-97or18312z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background-color: #000;

    /* Impede o Google search */
    -webkit-user-select: none; /* Safari/Chrome */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Padrão */
}

.link[b-97or18312z] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}

/* ── CONTEÚDO CENTRAL ── */
.main-content[b-97or18312z] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 48px;
}

/* ── RODAPÉ FIXO ── */
.footer[b-97or18312z] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

    .footer p[b-97or18312z] {
        margin: 0;
        font-size: small;
    }
/* /Layout/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
/*html, body {
    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;
}

*, *::before, *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.container {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}*/

/* FIXO — não encolhe */
/*.header {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    gap: 0 !important;
    font-family: Tahoma, sans-serif !important;
}

    .header img {
        margin-right: auto !important;
    }

.link {
    color: #ff8c00 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-left: 20px !important;
    transition: all 0.2s ease !important;
}

    .link:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }

.logo-img {
    height: 120px;
    width: 120px;
    max-height: 120px;
    display: block;
}*/

/* SCROLLÁVEL — cresce e rola */
/*.main-content {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    color: black !important;
}*/

/* FIXO — não encolhe */
/*.footer {
    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;
    width: 100% !important;
    flex-shrink: 0 !important;
    font-family: Tahoma, sans-serif !important;
}

#app {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}*/

/* ========== RESPONSIVIDADE ========== */
/*@media (max-width: 768px) {
    .header {
        padding: 10px 15px !important;
    }

    .link {
        font-size: 14px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 8px 12px !important;
    }

    .link {
        font-size: 13px !important;
        margin-left: 12px !important;
    }

    .footer {
        font-size: 10px !important;
        min-height: 60px !important;
        padding: 0 10px !important;
    }
}*/


*[b-vfn85hpur0], *[b-vfn85hpur0]::before, *[b-vfn85hpur0]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container[b-vfn85hpur0] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.header[b-vfn85hpur0] {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    background-color: black;
    min-height: 120px;
    gap: 0;
    font-family: Tahoma, sans-serif;
}

    .header img[b-vfn85hpur0] {
        margin-right: auto;
    }

.logo-img[b-vfn85hpur0] {
    height: 120px;
    width: 120px;
    display: block;
}

.link[b-vfn85hpur0] {
    color: #ff8c00;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    transition: all 0.2s ease;
}

    .link:hover[b-vfn85hpur0] {
        color: #fff;
        text-decoration: underline;
    }

/* Scrollável verticalmente — só o main rola */
.main-content[b-vfn85hpur0] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    color: black;
}

.footer[b-vfn85hpur0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    min-height: 80px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: Tahoma, sans-serif;
}

@media (max-width: 768px) {
    .header[b-vfn85hpur0] {
        padding: 10px 15px;
    }

    .link[b-vfn85hpur0] {
        font-size: 14px;
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .header[b-vfn85hpur0] {
        padding: 8px 12px;
    }

    .link[b-vfn85hpur0] {
        font-size: 13px;
        margin-left: 12px;
    }

    .footer[b-vfn85hpur0] {
        font-size: 10px;
        min-height: 60px;
        padding: 0 10px;
    }
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
*[b-q2w53v0csa], *[b-q2w53v0csa]::before, *[b-q2w53v0csa]::after {
    box-sizing: border-box;
}

html[b-q2w53v0csa], body[b-q2w53v0csa] {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-q2w53v0csa] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

/* ── CABEÇALHO FIXO ── */
.header[b-q2w53v0csa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background-color: #000;
}

.link[b-q2w53v0csa] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}

/* ── CONTEÚDO CENTRAL ── */
.main-content[b-q2w53v0csa] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 48px;
}

/* ── RODAPÉ FIXO ── */
.footer[b-q2w53v0csa] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

    .footer p[b-q2w53v0csa] {
        margin: 0;
        font-size: small;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   JATAI - MainLayout com Menu Lateral
   ============================================ */

*[b-q0ws79m1cs], *[b-q0ws79m1cs]::before, *[b-q0ws79m1cs]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container[b-q0ws79m1cs] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

/* ========== OVERLAY ========== */
.menu-overlay[b-q0ws79m1cs] {
    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;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .menu-overlay.open[b-q0ws79m1cs] {
        opacity: 1;
        visibility: visible;
    }

/* ========== SIDEBAR ========== */
.sidebar[b-q0ws79m1cs] {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #000000;
    z-index: 999;
    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-q0ws79m1cs] {
        left: 0;
    }

/* ========== HEADER — fixo, não encolhe ========== */
.header[b-q0ws79m1cs] {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    background-color: black;
    height: 120px;
    width: 100%;
    position: relative;
    z-index: 10;
    font-family: Tahoma, sans-serif;
}

.logo-button[b-q0ws79m1cs] {
    background: none;
    border: none;
    padding: 0;
    margin-right: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .logo-button:hover[b-q0ws79m1cs] {
        transform: scale(1.02);
        opacity: 0.9;
    }

    .logo-button:active[b-q0ws79m1cs] {
        transform: scale(0.98);
    }

    .logo-button:focus[b-q0ws79m1cs] {
        outline: 2px solid #ff8c00;
        outline-offset: 4px;
        border-radius: 4px;
    }

.logo-img[b-q0ws79m1cs] {
    height: 120px;
    width: 120px;
    display: block;
}

.header-links[b-q0ws79m1cs] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-links span[b-q0ws79m1cs] {
        color: #666;
        font-size: 14px;
    }

.link[b-q0ws79m1cs] {
    color: #ff8c00;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .link:hover[b-q0ws79m1cs] {
        color: #fff;
        text-decoration: underline;
    }

/* ========== MAIN — scrollável, só vertical ========== */
.main-content[b-q0ws79m1cs] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    color: black;
}

/* ========== FOOTER — fixo, não encolhe ========== */
.footer[b-q0ws79m1cs] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: 80px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: Tahoma, sans-serif;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-q0ws79m1cs] {
        padding: 10px 15px;
    }

    .header-links[b-q0ws79m1cs] {
        gap: 12px;
    }

    .sidebar[b-q0ws79m1cs] {
        width: 260px;
        left: -260px;
    }

        .sidebar.open[b-q0ws79m1cs] {
            left: 0;
        }
}

@media (max-width: 480px) {
    .header[b-q0ws79m1cs] {
        padding: 8px 12px;
    }

    .link[b-q0ws79m1cs] {
        font-size: 13px;
    }

    .header-links[b-q0ws79m1cs] {
        gap: 10px;
    }

        .header-links span[b-q0ws79m1cs] {
            font-size: 12px;
        }

    .footer[b-q0ws79m1cs] {
        font-size: 10px;
        height: 60px;
        padding: 0 10px;
    }

    .sidebar[b-q0ws79m1cs] {
        width: 85vw;
        max-width: 300px;
        left: -85vw;
    }

        .sidebar.open[b-q0ws79m1cs] {
            left: 0;
        }
}

/* ========== UX ========== */
.sidebar[b-q0ws79m1cs]  .nav-link {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar.open[b-q0ws79m1cs]  .nav-link {
    transform: translateX(0);
    opacity: 1;
}

    .sidebar.open[b-q0ws79m1cs]  .nav-link:nth-child(1) {
        transition-delay: 0.05s;
    }

    .sidebar.open[b-q0ws79m1cs]  .nav-link:nth-child(2) {
        transition-delay: 0.10s;
    }

    .sidebar.open[b-q0ws79m1cs]  .nav-link:nth-child(3) {
        transition-delay: 0.15s;
    }

    .sidebar.open[b-q0ws79m1cs]  .nav-link:nth-child(4) {
        transition-delay: 0.20s;
    }

    .sidebar.open[b-q0ws79m1cs]  .nav-link:nth-child(5) {
        transition-delay: 0.25s;
    }
/* /Pages/About.razor.rz.scp.css */
/* ============================================================
   Jathaí — About
   About.razor.css (scoped)
   ============================================================ */

.about-page[b-tm7f4h591y] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* ── Header ── */
.page-header[b-tm7f4h591y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.header-left[b-tm7f4h591y] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.btn-back[b-tm7f4h591y] {
    align-self: flex-start;
    background: none;
    border: 0.5px solid #e0e0e0;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    margin-bottom: .5rem;
    transition: background .15s;
}

    .btn-back:hover[b-tm7f4h591y] {
        background: #fff7ed;
    }

.page-title[b-tm7f4h591y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 .25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.page-subtitle[b-tm7f4h591y] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.badge[b-tm7f4h591y] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
}

.badge-orange[b-tm7f4h591y] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

.divider[b-tm7f4h591y] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.5rem;
}

/* ── Card centralizado ── */
.about-center[b-tm7f4h591y] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-card[b-tm7f4h591y] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    background: #fafafa;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;
}

.about-logo[b-tm7f4h591y] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.about-identity[b-tm7f4h591y] {
    text-align: center;
}

.about-name[b-tm7f4h591y] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.about-company[b-tm7f4h591y] {
    font-size: .78rem;
    color: #777;
    margin: 0;
}

.about-row[b-tm7f4h591y] {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-label[b-tm7f4h591y] {
    font-size: .72rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.about-value[b-tm7f4h591y] {
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a1a;
}
/* /Pages/Bills.razor.rz.scp.css */
/* ============================================================
   Jathaí — Bills (Minhas Contas)
   Bills.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.bills-page[b-gbljxet4dg] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1rem; /* ⚡ Centraliza */
    box-sizing: border-box;
}

.page-title[b-gbljxet4dg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-gbljxet4dg] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem; /* ⚡ Centraliza com margem auto nas laterais */
}

/* ══════════════════════════════════════════════════════════
   SUMMARY BANNER (DNA JataiApp — gradiente verde)
══════════════════════════════════════════════════════════ */
.summary-banner[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1.5rem; /* ⚡ Centraliza */
    box-sizing: border-box;
    background: linear-gradient(135deg, #052e16, #14532d 60%, #22c55e);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.summary-col[b-gbljxet4dg] {
    text-align: center;
}

.summary-label[b-gbljxet4dg] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .4rem;
}

.summary-value[b-gbljxet4dg] {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem;
}

    .summary-value.amber[b-gbljxet4dg] {
        color: #fbbf24;
    }

    .summary-value.green[b-gbljxet4dg] {
        color: #4ade80;
    }

    .summary-value.red[b-gbljxet4dg] {
        color: #fca5a5;
    }

.summary-sub[b-gbljxet4dg] {
    font-size: .65rem;
    color: rgba(255, 255, 255, .45);
}

    .summary-sub.sub-urgent[b-gbljxet4dg] {
        color: #fca5a5;
        font-weight: 700;
    }

.summary-sep[b-gbljxet4dg] {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, .2);
}

/* ══════════════════════════════════════════════════════════
   ALERT BANNER
══════════════════════════════════════════════════════════ */
.alert-banner[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1.25rem; /* ⚡ Centraliza */
    box-sizing: border-box;
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    border-radius: 0;
    padding: .875rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.alert-icon[b-gbljxet4dg] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.alert-title[b-gbljxet4dg] {
    font-size: .82rem;
    font-weight: 700;
    color: #e67e00;
    margin-bottom: .15rem;
}

.alert-desc[b-gbljxet4dg] {
    font-size: .75rem;
    color: #7f4000;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   SECTION HEADING
══════════════════════════════════════════════════════════ */
.section-heading[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto .625rem; /* ⚡ Centraliza */
    display: block; /* ⚡ Necessário para o margin auto funcionar em texto */

    font-size: .68rem;
    font-weight: 700;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.empty-section[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1rem; /* ⚡ Centraliza */
    display: block; /* ⚡ Necessário para o margin auto funcionar */
    box-sizing: border-box;
    font-size: .82rem;
    color: #a1a1aa;
    padding: .875rem 0;
}

/* ══════════════════════════════════════════════════════════
   BILLS LIST
══════════════════════════════════════════════════════════ */
.bills-list[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1.5rem; /* ⚡ Centraliza */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.bill-item[b-gbljxet4dg] {
    background: #fff;
    border-radius: 10px;
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    gap: .875rem;
    border: 1px solid #e4e4e7;
    transition: box-shadow .15s;
    box-sizing: border-box; /* ⚡ Evita que a borda "vaze" */
}

/* Variantes de estado */
.item-pending[b-gbljxet4dg] {
    border-left: 4px solid #ff8c00;
    cursor: pointer;
}

.item-expired[b-gbljxet4dg] {
    border-left: 4px solid #c62828;
    cursor: pointer;
}

.item-paid[b-gbljxet4dg] {
    border-left: 4px solid #e4e4e7;
    opacity: .7;
}

.item-pending:hover[b-gbljxet4dg] {
    box-shadow: 0 2px 8px rgba(255, 140, 0, .12);
}

.item-expired:hover[b-gbljxet4dg] {
    box-shadow: 0 2px 8px rgba(198, 40, 40, .12);
}

/* Avatar */
.bill-avatar[b-gbljxet4dg] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

/* Info */
.bill-info[b-gbljxet4dg] {
    flex: 1;
    min-width: 0;
}

.bill-name[b-gbljxet4dg] {
    font-size: .85rem;
    font-weight: 600;
    color: #18181b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bill-desc[b-gbljxet4dg] {
    font-size: .7rem;
    color: #a1a1aa;
    margin-top: 2px;
}

.badge-expired[b-gbljxet4dg] {
    color: #c62828;
    font-weight: 700;
}

/* Valor + status */
.bill-right[b-gbljxet4dg] {
    text-align: right;
    flex-shrink: 0;
    margin-right: .5rem;
}

.bill-amount[b-gbljxet4dg] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
}

.bill-status[b-gbljxet4dg] {
    font-size: .65rem;
    font-weight: 700;
    margin-top: 2px;
}

.s-pending[b-gbljxet4dg] {
    color: #ff8c00;
}

.s-expired[b-gbljxet4dg] {
    color: #c62828;
}

.s-paid[b-gbljxet4dg] {
    color: #16a34a;
}

/* Ações */
.bill-actions[b-gbljxet4dg] {
    display: flex;
    gap: .4rem;
    flex-shrink: 0;
}

.expired-hint[b-gbljxet4dg] {
    font-size: .7rem;
    color: #c62828;
    text-align: center;
    line-height: 1.3;
    max-width: 90px;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-gbljxet4dg] {
    padding: .55rem 1rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    white-space: nowrap;
    transition: opacity .15s;
}

    .btn:disabled[b-gbljxet4dg] {
        opacity: .5;
        cursor: not-allowed;
    }

    .btn:hover:not(:disabled)[b-gbljxet4dg] {
        opacity: .88;
    }

.btn-approve[b-gbljxet4dg] {
    background: #4caf50;
    color: #fff;
}

.btn-reject[b-gbljxet4dg] {
    background: #fff;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.btn-detail[b-gbljxet4dg] {
    background: #f5f5f5;
    color: #555;
    border: 1px solid #e0e0e0;
}



/* ══════════════════════════════════════════════════════════
   LINK HISTÓRICO DE PAGAMENTOS
══════════════════════════════════════════════════════════ */
.history-link-wrap[b-gbljxet4dg] {
    width: 100%;
    max-width: 960px;
    margin: 1.5rem auto 0;
    text-align: center;
    box-sizing: border-box;
}

.history-link[b-gbljxet4dg] {
    background: transparent;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: .75rem 1.5rem;
    font-size: .82rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    transition: all .15s;
}

    .history-link:hover[b-gbljxet4dg] {
        background: #fff7ed;
        border-color: #ff8c00;
    }

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto; /* ⚡ Centraliza */

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-gbljxet4dg] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-gbljxet4dg .9s linear infinite;
}

.loading-text[b-gbljxet4dg] {
    font-size: .8rem;
    color: #999;
}

.error-banner[b-gbljxet4dg] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1rem; /* ⚡ Centraliza */
    box-sizing: border-box;
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-left: 4px solid #c62828;
    border-radius: 8px;
    padding: .875rem 1rem;
    font-size: .82rem;
    color: #c62828;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .bill-actions[b-gbljxet4dg] {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .bills-page[b-gbljxet4dg] {
        padding: 1.5rem;
    }

    .summary-banner[b-gbljxet4dg] {
        padding: 1.25rem;
        flex-direction: column;
        gap: 1rem;
    }

    .summary-sep[b-gbljxet4dg] {
        width: 80%;
        height: 1px;
    }

    /* ── Card vira coluna no mobile ── */
    .bill-item[b-gbljxet4dg] {
        flex-wrap: wrap;
        gap: .625rem;
    }

    /* Avatar + info ocupam a linha toda */
    .bill-avatar[b-gbljxet4dg] {
        flex-shrink: 0;
    }

    .bill-info[b-gbljxet4dg] {
        flex: 1;
        min-width: 0;
    }

    /* Valor + status ficam à direita na mesma linha que avatar+info */
    .bill-right[b-gbljxet4dg] {
        margin-right: 0;
        text-align: right;
    }

    /* Botões descem para linha exclusiva, largura total */
    .bill-actions[b-gbljxet4dg] {
        width: 100%;
        justify-content: stretch;
        gap: .5rem;
    }

        .bill-actions .btn[b-gbljxet4dg] {
            flex: 1;
            justify-content: center;
        }
}

@media (max-width: 480px) {
    .bills-page[b-gbljxet4dg] {
        padding: 1rem;
    }

    /* Em telas muito pequenas, botões empilham verticalmente */
    .bill-actions[b-gbljxet4dg] {
        flex-direction: column;
    }

        .bill-actions .btn[b-gbljxet4dg] {
            width: 100%;
        }
}

@keyframes spin-b-gbljxet4dg {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   FORECAST CHART
══════════════════════════════════════════════════════════ */
.forecast-card[b-gbljxet4dg] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: #fff;
    border: 0.5px solid #e4e4e7;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.forecast-header[b-gbljxet4dg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.forecast-title[b-gbljxet4dg] {
    font-size: .82rem;
    font-weight: 700;
    color: #1a1a1a;
}

.forecast-subtitle[b-gbljxet4dg] {
    font-size: .68rem;
    color: #a1a1aa;
    margin-top: 2px;
}

.forecast-range-btns[b-gbljxet4dg] {
    display: flex;
    gap: 5px;
}

.forecast-btn[b-gbljxet4dg] {
    font-size: .68rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border: 0.5px solid #e0e0e0;
    background: transparent;
    color: #888;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    transition: all .15s;
}

.forecast-btn-active[b-gbljxet4dg] {
    background: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
}

.forecast-legend[b-gbljxet4dg] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: .75rem;
}

.forecast-legend-line[b-gbljxet4dg] {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ff8c00;
    border-radius: 2px;
}

.forecast-legend-label[b-gbljxet4dg] {
    font-size: .65rem;
    color: #a1a1aa;
}

.forecast-canvas-wrap[b-gbljxet4dg] {
    position: relative;
    width: 100%;
    height: 200px;
}

@media (max-width: 768px) {
    .forecast-card[b-gbljxet4dg] {
        padding: 1rem;
    }

    .forecast-canvas-wrap[b-gbljxet4dg] {
        height: 160px;
    }

    .forecast-range-btns[b-gbljxet4dg] {
        flex: 1;
        justify-content: flex-end;
    }
}
/* /Pages/ChargeDetails.razor.rz.scp.css */
/* ============================================================
   Jathaí — Detalhes da Cobrança
   ChargeDetails.razor.css  (scoped)
   ============================================================ */

/* ── Container externo — padrão 1200px igual às demais telas ── */
.details-full[b-ir3z56pa32] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Título ── */
.page-title[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    box-sizing: border-box;
}

.page-subtitle[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .5rem;
    font-size: .82rem;
    color: #777;
    box-sizing: border-box;
}

.id-badge[b-ir3z56pa32] {
    font-family: 'Courier New', monospace;
    font-size: .75rem;
    background: #f0f0f0;
    padding: 2px 7px;
    border-radius: 4px;
    color: #555;
}

/* ── Hero Card ── */
.hero-card[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    background: #666666;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-left[b-ir3z56pa32] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.hero-avatar[b-ir3z56pa32] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff7ed;
    color: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hero-name[b-ir3z56pa32] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.hero-desc[b-ir3z56pa32] {
    color: #ddd;
    font-size: .75rem;
    margin-top: .2rem;
}

.hero-amount[b-ir3z56pa32] {
    text-align: right;
}

.hero-value[b-ir3z56pa32] {
    color: #ff8c00;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
}

    .hero-value small[b-ir3z56pa32] {
        font-size: .82rem;
    }

/* ── Status Pills ── */
.status-pill[b-ir3z56pa32] {
    display: inline-block;
    margin-top: .3rem;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap;
}

.pill-pending[b-ir3z56pa32] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.pill-paid[b-ir3z56pa32] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-approved[b-ir3z56pa32] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-rejected[b-ir3z56pa32] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ── Cards ── */
.card[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    padding: 1rem 1.25rem;
}

.card-title[b-ir3z56pa32] {
    font-size: .62rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: .875rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #f0f0f0;
}

/* ── Info Grid ── */
.info-grid[b-ir3z56pa32] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .875rem 1.5rem;
}

.info-item label[b-ir3z56pa32] {
    display: block;
    font-size: .6rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .2rem;
    font-weight: 700;
}

.info-item span[b-ir3z56pa32] {
    font-size: .82rem;
    color: #1a1a1a;
    font-weight: 600;
}

.value-highlight[b-ir3z56pa32] {
    color: #ff8c00 !important;
    font-weight: 700 !important;
}

.txt-paid[b-ir3z56pa32] {
    color: #2e7d32 !important;
    font-weight: 700;
}

.txt-approved[b-ir3z56pa32] {
    color: #2e7d32 !important;
    font-weight: 700;
}

.txt-rejected[b-ir3z56pa32] {
    color: #c62828 !important;
    font-weight: 700;
}

.txt-pending[b-ir3z56pa32] {
    color: #e67e00 !important;
    font-weight: 700;
}

/* ── Nota Fiscal ── */
.nf-badge[b-ir3z56pa32] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    padding: .5rem .75rem;
    font-size: .75rem;
    color: #7f4000;
}

.nf-empty[b-ir3z56pa32] {
    font-size: .78rem;
    color: #aaa;
    font-style: italic;
}

/* ── Botão Painel ── */
.btn-dashboard[b-ir3z56pa32] {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 8px;
    background: #ff8c00;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-align: center;
    transition: background .2s, transform .15s;
}

    .btn-dashboard:hover[b-ir3z56pa32] {
        background: #e67e00;
        transform: translateY(-1px);
    }

    .btn-dashboard:active[b-ir3z56pa32] {
        transform: translateY(0);
    }

/* ── Loading / Empty ── */
.loading-state[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-ir3z56pa32] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-ir3z56pa32 .9s linear infinite;
}

.loading-text[b-ir3z56pa32] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-ir3z56pa32] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-ir3z56pa32] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-ir3z56pa32] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-ir3z56pa32] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}

/* ── Responsivo ── */
@media (max-width: 768px) {
    .details-full[b-ir3z56pa32] {
        padding: 1.5rem;
    }

    .info-grid[b-ir3z56pa32] {
        grid-template-columns: 1fr;
    }

    .hero-card[b-ir3z56pa32] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-amount[b-ir3z56pa32] {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .details-full[b-ir3z56pa32] {
        padding: 1rem;
    }
}

@keyframes spin-b-ir3z56pa32 {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Charges.razor.rz.scp.css */
/* ============================================================
   Jathaí — Charges (Nova Cobrança)
   Charges.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.charges-page[b-bl0s78awry] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-bl0s78awry] {
    width: 100%; /* ⚡ Garante que não encolha */
    max-width: 960px; /* ⚡ Limita a 960px */
    margin: 0 auto 1rem; /* ⚡ Centraliza na tela */
}

.page-title[b-bl0s78awry] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-bl0s78awry] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-bl0s78awry] {
    width: 100%; /* ⚡ Garante que não encolha */
    max-width: 960px; /* ⚡ Limita a 960px */
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.5rem; /* ⚡ Centraliza na tela (margem lateral auto) */
}

/* ══════════════════════════════════════════════════════════
   STEPPER
══════════════════════════════════════════════════════════ */
.stepper[b-bl0s78awry] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 2rem;
}

.step[b-bl0s78awry] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
}

.step-circle[b-bl0s78awry] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.circle-done[b-bl0s78awry] {
    background: #ff8c00;
    color: #fff;
    border: 2px solid #ff8c00;
}

.circle-active[b-bl0s78awry] {
    background: #ff8c00;
    color: #fff;
    border: 2px solid #ff8c00;
}

.circle-pending[b-bl0s78awry] {
    background: #fff;
    color: #aaa;
    border: 2px solid #e0e0e0;
}

.step-label[b-bl0s78awry] {
    font-size: .65rem;
    font-weight: 700;
    white-space: nowrap;
}

.label-active[b-bl0s78awry] {
    color: #ff8c00;
}

.label-pending[b-bl0s78awry] {
    color: #bbb;
}

.step-line[b-bl0s78awry] {
    flex: 1;
    height: 2px;
    margin: 0 .5rem;
    margin-bottom: 1.1rem;
    transition: background .3s;
}

.line-done[b-bl0s78awry] {
    background: #ff8c00;
}

.line-pending[b-bl0s78awry] {
    background: #e0e0e0;
}

/* ══════════════════════════════════════════════════════════
   FORM CARD
══════════════════════════════════════════════════════════ */
.form-card[b-bl0s78awry] {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.card-header[b-bl0s78awry] {
    background: #fff8f0;
    padding: .875rem 1.25rem;
    border-bottom: 1px solid #ffe0b2;
    display: flex;
    align-items: center;
    gap: .875rem;
}

.step-badge[b-bl0s78awry] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff8c00;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-header-title[b-bl0s78awry] {
    font-size: .9rem;
    font-weight: 700;
    color: #e67e00;
}

.card-header-sub[b-bl0s78awry] {
    font-size: .7rem;
    color: #a0522d;
    margin-top: .1rem;
}

.card-body[b-bl0s78awry] {
    padding: 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   FIELDS GRID — responsivo
══════════════════════════════════════════════════════════ */
.fields-grid[b-bl0s78awry] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* Ocupa linha inteira */
.field-full[b-bl0s78awry] {
    grid-column: span 3;
}

.field-group[b-bl0s78awry] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.field-label[b-bl0s78awry] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
    letter-spacing: .3px;
}

.req[b-bl0s78awry] {
    color: #ff8c00;
}

.field-optional[b-bl0s78awry] {
    font-size: .68rem;
    font-weight: 400;
    color: #aaa;
}

.field-input[b-bl0s78awry] {
    width: 100%;
    padding: .75rem .875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: .875rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
    color: #1a1a1a;
    outline: none;
    transition: border-color .2s, background .2s;
    box-sizing: border-box;
}

    .field-input:focus[b-bl0s78awry] {
        border-color: #ff8c00;
        background: #fff;
    }

.input-error[b-bl0s78awry] {
    border-color: #c62828 !important;
}

.input-success[b-bl0s78awry] {
    border-color: #4caf50 !important;
    background: #f9fff9 !important;
}

.field-helper[b-bl0s78awry] {
    font-size: .65rem;
    color: #aaa;
}

.field-error[b-bl0s78awry] {
    font-size: .65rem;
    color: #c62828;
    font-weight: 600;
}

/* Input row — input + botão lado a lado */
.input-row[b-bl0s78awry] {
    display: flex;
    gap: .5rem;
}

    .input-row .field-input[b-bl0s78awry] {
        flex: 1;
    }

/* ══════════════════════════════════════════════════════════
   UPLOAD
══════════════════════════════════════════════════════════ */
.upload-zone[b-bl0s78awry] {
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    position: relative;
    transition: border-color .2s, background .2s;
}

    .upload-zone:hover[b-bl0s78awry] {
        border-color: #ff8c00;
        background: #fff8f0;
    }

.upload-input[b-bl0s78awry] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-icon[b-bl0s78awry] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: .35rem;
}

.upload-label[b-bl0s78awry] {
    font-size: .8rem;
    font-weight: 700;
    color: #777;
    display: block;
}

.upload-hint[b-bl0s78awry] {
    font-size: .65rem;
    color: #aaa;
    margin-top: .2rem;
    display: block;
}

.upload-progress[b-bl0s78awry] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .875rem 1rem;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: .8rem;
    color: #555;
}

.upload-done[b-bl0s78awry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem 1rem;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: #2e7d32;
}

.btn-remove[b-bl0s78awry] {
    background: transparent;
    border: none;
    color: #c62828;
    font-size: .9rem;
    cursor: pointer;
    padding: .2rem .4rem;
    border-radius: 4px;
    transition: background .15s;
}

    .btn-remove:hover[b-bl0s78awry] {
        background: #ffebee;
    }

/* ══════════════════════════════════════════════════════════
   RESULTADO DA BUSCA
══════════════════════════════════════════════════════════ */
.result-card[b-bl0s78awry] {
    border-radius: 8px;
    overflow: hidden;
    margin-top: .5rem;
}

.result-found[b-bl0s78awry] {
    border: 2px solid #4caf50;
}

.result-notfound[b-bl0s78awry] {
    border: 2px solid #ff8c00;
}

.result-header[b-bl0s78awry] {
    padding: .625rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.result-header-found[b-bl0s78awry] {
    background: #e8f5e9;
}

.result-header-notfound[b-bl0s78awry] {
    background: #fff8f0;
}

.result-header-title[b-bl0s78awry] {
    font-size: .82rem;
    font-weight: 700;
}

.result-header-found .result-header-title[b-bl0s78awry] {
    color: #2e7d32;
}

.result-header-notfound .result-header-title[b-bl0s78awry] {
    color: #e67e00;
}

.result-header-sub[b-bl0s78awry] {
    font-size: .7rem;
    color: #388e3c;
}

.result-body[b-bl0s78awry] {
    padding: .875rem 1rem;
    background: #fff;
}

.result-body-row[b-bl0s78awry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.result-notfound-text[b-bl0s78awry] {
    font-size: .78rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* ── Customer chip ── */
.customer-chip[b-bl0s78awry] {
    display: flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: .875rem;
}

.customer-chip-selected[b-bl0s78awry] {
    display: flex;
    align-items: center;
    gap: .875rem;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: .625rem .875rem;
    margin-bottom: 1.25rem;
}

.customer-avatar[b-bl0s78awry] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #388e3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .82rem;
    flex-shrink: 0;
}

.av-green[b-bl0s78awry] {
    background: #388e3c;
}

.customer-info[b-bl0s78awry] {
    flex: 1;
}

.customer-name[b-bl0s78awry] {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.customer-meta[b-bl0s78awry] {
    font-size: .68rem;
    color: #777;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.check-icon[b-bl0s78awry] {
    font-size: 1.2rem;
    color: #4caf50;
}

/* ══════════════════════════════════════════════════════════
   INFO BANNERS
══════════════════════════════════════════════════════════ */
.info-banner[b-bl0s78awry] {
    padding: .625rem .875rem;
    border-radius: 0;
    font-size: .72rem;
    line-height: 1.6;
}

.info-banner-green[b-bl0s78awry] {
    background: #e8f5e9;
    border-left: 3px solid #4caf50;
    color: #1b5e20;
}

.info-banner-orange[b-bl0s78awry] {
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    color: #7f4000;
}

.info-banner-red[b-bl0s78awry] {
    background: #ffebee;
    border-left: 3px solid #c62828;
    color: #7f0000;
}

.error-banner[b-bl0s78awry] {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-left: 4px solid #c62828;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .78rem;
    color: #c62828;
    margin-top: .5rem;
}

/* ══════════════════════════════════════════════════════════
   STEP 3 — CONFIRMAÇÃO
══════════════════════════════════════════════════════════ */
.confirm-card[b-bl0s78awry] {
    border-color: #ff8c00;
}

.confirm-hero[b-bl0s78awry] {
    background: #ff8c00;
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.confirm-hero-label[b-bl0s78awry] {
    font-size: .65rem;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
    margin-bottom: .25rem;
}

.confirm-hero-value[b-bl0s78awry] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: .25rem;
}

.confirm-hero-sub[b-bl0s78awry] {
    font-size: .78rem;
    color: rgba(255, 255, 255, .85);
}

/* Summary list */
.summary-list[b-bl0s78awry] {
    border-top: 1px solid #f0f0f0;
}

.summary-row[b-bl0s78awry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #f5f5f5;
}

.summary-label[b-bl0s78awry] {
    font-size: .7rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.summary-value[b-bl0s78awry] {
    font-size: .85rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
}

.summary-mono[b-bl0s78awry] {
    font-family: 'Courier New', monospace;
    font-size: .78rem;
}

.summary-green[b-bl0s78awry] {
    color: #2e7d32;
}

.summary-muted[b-bl0s78awry] {
    color: #aaa;
    font-weight: 400;
}

/* ══════════════════════════════════════════════════════════
   STEP 4 — SUCESSO
══════════════════════════════════════════════════════════ */
.success-card[b-bl0s78awry] {
    border-color: #4caf50;
}

.success-hero[b-bl0s78awry] {
    background: #e8f5e9;
    padding: 2rem 1.25rem;
    text-align: center;
}

.success-icon[b-bl0s78awry] {
    font-size: 2.5rem;
    margin-bottom: .75rem;
}

.success-title[b-bl0s78awry] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: .35rem;
}

.success-sub[b-bl0s78awry] {
    font-size: .82rem;
    color: #388e3c;
    line-height: 1.6;
}

.tag-sent[b-bl0s78awry] {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    font-size: .68rem;
    font-weight: 700;
    padding: 3px 10px;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.footer-actions[b-bl0s78awry] {
    display: flex;
    gap: .75rem;
    width: 100%;
    max-width: 960px;
    margin: 1.25rem auto 0;
}

.btn[b-bl0s78awry] {
    padding: .875rem 1.5rem;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    font-size: .875rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: opacity .2s, transform .15s;
}

    .btn:disabled[b-bl0s78awry] {
        opacity: .55;
        cursor: not-allowed;
    }

    .btn:hover:not(:disabled)[b-bl0s78awry] {
        opacity: .9;
        transform: translateY(-1px);
    }

.btn-primary[b-bl0s78awry] {
    background: #ff8c00;
    color: #fff;
}

.btn-secondary[b-bl0s78awry] {
    background: #fff;
    color: #666;
    border: 2px solid #e0e0e0;
}

.btn-outline-orange[b-bl0s78awry] {
    background: #fff;
    color: #ff8c00;
    border: 2px solid #ff8c00;
    padding: .5rem .875rem;
    font-size: .78rem;
    font-family: Verdana, sans-serif;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s;
}

    .btn-outline-orange:hover[b-bl0s78awry] {
        opacity: .85;
    }

.btn-full[b-bl0s78awry] {
    flex: 1;
}

/* Badge */
.badge[b-bl0s78awry] {
    display: inline-block;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 10px;
}

.badge-orange[b-bl0s78awry] {
    background: #ff8c00;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   SPINNER
══════════════════════════════════════════════════════════ */
.btn-spinner[b-bl0s78awry] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-bl0s78awry .7s linear infinite;
    flex-shrink: 0;
}

.spinner-dark[b-bl0s78awry] {
    border-color: rgba(0, 0, 0, .15);
    border-top-color: #555;
}

/* ══════════════════════════════════════════════════════════
   ANIMAÇÃO
══════════════════════════════════════════════════════════ */
.fade-in[b-bl0s78awry] {
    animation: fadeIn-b-bl0s78awry .3s ease-out;
}

@keyframes fadeIn-b-bl0s78awry {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-bl0s78awry {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
/* Tablet — 2 colunas */
@media (max-width: 1024px) {
    .fields-grid[b-bl0s78awry] {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-full[b-bl0s78awry] {
        grid-column: span 2;
    }
}

/* Mobile largo — 2 colunas compactas */
@media (max-width: 768px) {
    .charges-page[b-bl0s78awry] {
        padding: 1.5rem;
    }

    .fields-grid[b-bl0s78awry] {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-full[b-bl0s78awry] {
        grid-column: span 2;
    }

    .confirm-hero-value[b-bl0s78awry] {
        font-size: 2rem;
    }

    .footer-actions[b-bl0s78awry] {
        flex-direction: column;
    }

    .btn-secondary[b-bl0s78awry] {
        order: 2;
    }

    .btn-full[b-bl0s78awry] {
        order: 1;
    }
}

/* Mobile pequeno — 1 coluna */
@media (max-width: 480px) {
    .charges-page[b-bl0s78awry] {
        padding: 1rem;
    }

    .fields-grid[b-bl0s78awry] {
        grid-template-columns: 1fr;
    }

    .field-full[b-bl0s78awry] {
        grid-column: span 1;
    }

    .stepper[b-bl0s78awry] {
        gap: 0;
    }

    .step-label[b-bl0s78awry] {
        font-size: .58rem;
    }

    .result-body-row[b-bl0s78awry] {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* ============================================================
   Jathaí — Charges (Nova Cobrança)
   Charges.razor.css — ADIÇÕES para suporte ao Néctaris / InvoiceKey
   Colar ao final do Charges.razor.css existente
   ============================================================ */

/* ══════════════════════════════════════════════════════════
   SUMMARY — canal via Néctaris
══════════════════════════════════════════════════════════ */
.summary-orange[b-bl0s78awry] {
    color: #e67e00;
}

/* ══════════════════════════════════════════════════════════
   INFO BANNER — azul (informativo neutro)
══════════════════════════════════════════════════════════ */
.info-banner-blue[b-bl0s78awry] {
    background: #e3f2fd;
    border-left: 3px solid #1976d2;
    color: #0d47a1;
}

/* ══════════════════════════════════════════════════════════
   BOTÃO LINK — convite discreto abaixo do NotFound
══════════════════════════════════════════════════════════ */
.btn-link[b-bl0s78awry] {
    background: transparent;
    border: none;
    color: #ff8c00;
    font-size: .72rem;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .2s;
}

    .btn-link:hover[b-bl0s78awry] {
        opacity: .75;
    }

/* ══════════════════════════════════════════════════════════
   STEP 4 — INVOICE KEY BOX (via Néctaris)
══════════════════════════════════════════════════════════ */

/* Label de seção acima do box */
.section-label[b-bl0s78awry] {
    display: block;
    font-size: .65rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

/* Caixa principal da InvoiceKey */
.invoicekey-box[b-bl0s78awry] {
    background: #fff8f0;
    border: 1.5px solid #ff8c00;
    border-radius: 8px;
    padding: .875rem 1rem;
}

/* Linha interna: chave + botão copiar */
.ik-row[b-bl0s78awry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

/* Sub-rótulo interno (Chave de acesso / Link direto) */
.ik-sublabel[b-bl0s78awry] {
    font-size: .65rem;
    color: #a0522d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: .2rem;
}

/* Valor da chave — destaque monoespaçado */
.ik-value[b-bl0s78awry] {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    color: #e67e00;
    letter-spacing: .12em;
}

/* URL de acesso direto */
.ik-url[b-bl0s78awry] {
    font-size: .78rem;
    font-family: 'Courier New', Courier, monospace;
    color: #1565c0;
    word-break: break-all;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Botão Copiar inline */
.btn-sm[b-bl0s78awry] {
    padding: .35rem .75rem;
    border-radius: 6px;
    border: 1.5px solid #ff8c00;
    background: #fff;
    color: #ff8c00;
    font-size: .72rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s, color .15s;
}

    .btn-sm:hover[b-bl0s78awry] {
        background: #ff8c00;
        color: #fff;
    }

/* ══════════════════════════════════════════════════════════
   STEP 4 — hero alternativo para canal Néctaris
   (success-hero fica verde para Jathaí; este fica âmbar)
══════════════════════════════════════════════════════════ */
.success-hero-nectaris[b-bl0s78awry] {
    background: #fff8f0;
    padding: 2rem 1.25rem;
    text-align: center;
}

.success-title-nectaris[b-bl0s78awry] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e67e00;
    margin-bottom: .35rem;
}

.success-sub-nectaris[b-bl0s78awry] {
    font-size: .82rem;
    color: #a0522d;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE — ik-row empilha no mobile
══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .ik-row[b-bl0s78awry] {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-sm[b-bl0s78awry] {
        width: 100%;
        text-align: center;
    }

    .ik-value[b-bl0s78awry] {
        font-size: 1rem;
    }
}
/* /Pages/ChargesLog.razor.rz.scp.css */
/* ============================================================
   Jathaí — ChargesLog (Histórico de Envios)
   ChargesLog.razor.css  (scoped)
   ============================================================ */

/*.chargeslog-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}*/

/* ── Header ── */
/*.page-header {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.btn-back {
    background: none;
    border: 0.5px solid #e0e0e0;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    margin-bottom: .5rem;
    display: inline-block;
    transition: background .15s;
}

    .btn-back:hover {
        background: #fff7ed;
    }

.page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: .25rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.page-subtitle {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.badge {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
}

.badge-orange {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}*/

/* ── Divider ── */
/*.divider {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}*/

/* ══════════════════════════════════════════════════════════
   SUMMARY BANNER
══════════════════════════════════════════════════════════ */
/*.summary-banner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #052e16, #14532d 60%, #22c55e);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.summary-col {
    text-align: center;
}

.summary-label {
    font-size: .6rem;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .4rem;
}

.summary-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem;
}

    .summary-value.amber {
        color: #fbbf24;
    }

    .summary-value.green {
        color: #4ade80;
    }

.summary-sub {
    font-size: .65rem;
    color: rgba(255,255,255,.45);
}

.summary-sep {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,.2);
}*/

/* ══════════════════════════════════════════════════════════
   TABELA
══════════════════════════════════════════════════════════ */
/*.log-table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.log-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr .8fr;
    gap: 1rem;
    align-items: center;
}

.log-header {
    padding: .625rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: .62rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.log-row {
    padding: .875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background .15s;
}

    .log-row:last-child {
        border-bottom: none;
    }

    .log-row:hover {
        background: #fffbf5;
    }

    .log-row.row-expired {
        background: #fff5f5;
    }

        .log-row.row-expired:hover {
            background: #ffecec;
        }*/

/* ── Células ── */
/*.log-client {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.log-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

.log-name {
    font-size: .82rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.log-doc {
    font-size: .65rem;
    color: #aaa;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.log-desc {
    font-size: .78rem;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.log-amount {
    font-size: .88rem;
    font-weight: 700;
    color: #1a1a1a;
}

.log-date {
    font-size: .78rem;
    color: #555;
}

.log-expired-badge {
    font-size: .6rem;
    font-weight: 700;
    color: #c62828;
    margin-top: 2px;
}*/

/* ── Status tags ── */
/*.status-tag {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-pending {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.tag-paid {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-approved {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-rejected {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}*/

/* ── Alinhamentos ── */
/*.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}*/

/* ── Footer ── */
/*.log-footer {
    width: 100%;
    max-width: 960px;
    margin: .75rem auto 2rem;
    text-align: right;
}

.log-footer-note {
    font-size: .65rem;
    color: #bbb;
}*/

/* ══════════════════════════════════════════════════════════
   LOADING / EMPTY
══════════════════════════════════════════════════════════ */
/*.loading-state {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin .9s linear infinite;
}

.loading-text {
    font-size: .8rem;
    color: #999;
}

.empty-state {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3 {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}*/

/* ── Botões ── */
/*.btn {
    padding: .55rem 1.25rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: opacity .15s;
}

    .btn:hover {
        opacity: .88;
    }

.btn-primary {
    background: #ff8c00;
    color: #fff;
}*/

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
/*@media (max-width: 768px) {
    .chargeslog-page {
        padding: 1.5rem;
    }

    .summary-banner {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .summary-sep {
        width: 80%;
        height: 1px;
    }

    .log-grid {
        grid-template-columns: 2fr 1fr .8fr;
    }

    .log-desc {
        display: none;
    }
}

@media (max-width: 480px) {
    .chargeslog-page {
        padding: 1rem;
    }

    .log-grid {
        grid-template-columns: 1fr 1fr .8fr;
    }

    .log-doc {
        display: none;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}*/

/* ============================================================
   Jathaí — ChargesLog (Histórico de Envios)
   ChargesLog.razor.css  (scoped)
   ============================================================ */

.chargeslog-page[b-hrzyl0r804] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.btn-back[b-hrzyl0r804] {
    background: none;
    border: 0.5px solid #e0e0e0;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    margin-bottom: .5rem;
    display: inline-block;
    transition: background .15s;
}

    .btn-back:hover[b-hrzyl0r804] {
        background: #fff7ed;
    }

.page-title[b-hrzyl0r804] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: .25rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.page-subtitle[b-hrzyl0r804] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.badge[b-hrzyl0r804] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
}

.badge-orange[b-hrzyl0r804] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

/* ── Divider ── */
.divider[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   SUMMARY BANNER
══════════════════════════════════════════════════════════ */
.summary-banner[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #052e16, #14532d 60%, #22c55e);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.summary-col[b-hrzyl0r804] {
    text-align: center;
}

.summary-label[b-hrzyl0r804] {
    font-size: .6rem;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .4rem;
}

.summary-value[b-hrzyl0r804] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem;
}

    .summary-value.amber[b-hrzyl0r804] {
        color: #fbbf24;
    }

    .summary-value.green[b-hrzyl0r804] {
        color: #4ade80;
    }

.summary-sub[b-hrzyl0r804] {
    font-size: .65rem;
    color: rgba(255,255,255,.45);
}

.summary-sep[b-hrzyl0r804] {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,.2);
}

/* ══════════════════════════════════════════════════════════
   TABELA
══════════════════════════════════════════════════════════ */
.log-table[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.log-grid[b-hrzyl0r804] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr .8fr;
    gap: 1rem;
    align-items: center;
}

.log-header[b-hrzyl0r804] {
    padding: .625rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: .62rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.log-row[b-hrzyl0r804] {
    padding: .875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background .15s;
}

    .log-row:last-child[b-hrzyl0r804] {
        border-bottom: none;
    }

    .log-row:hover[b-hrzyl0r804] {
        background: #fffbf5;
    }

    .log-row.row-expired[b-hrzyl0r804] {
        background: #fff5f5;
    }

        .log-row.row-expired:hover[b-hrzyl0r804] {
            background: #ffecec;
        }

/* ── Células ── */
.log-client[b-hrzyl0r804] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.log-avatar[b-hrzyl0r804] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

.log-name[b-hrzyl0r804] {
    font-size: .82rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.log-doc[b-hrzyl0r804] {
    font-size: .65rem;
    color: #aaa;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.log-desc[b-hrzyl0r804] {
    font-size: .78rem;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.log-amount[b-hrzyl0r804] {
    font-size: .88rem;
    font-weight: 700;
    color: #1a1a1a;
}

.log-date[b-hrzyl0r804] {
    font-size: .78rem;
    color: #555;
}

.log-expired-badge[b-hrzyl0r804] {
    font-size: .6rem;
    font-weight: 700;
    color: #c62828;
    margin-top: 2px;
}

/* ── Status tags ── */
.status-tag[b-hrzyl0r804] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-pending[b-hrzyl0r804] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.tag-paid[b-hrzyl0r804] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-approved[b-hrzyl0r804] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-rejected[b-hrzyl0r804] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.tag-expired[b-hrzyl0r804] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

    .tag-expired[b-hrzyl0r804]::before {
        content: "⏰";
        margin-right: 3px;
    }

/* ── Alinhamentos ── */
.align-right[b-hrzyl0r804] {
    text-align: right;
}

.align-center[b-hrzyl0r804] {
    text-align: center;
}

/* ── Footer ── */
.log-footer[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: .75rem auto 2rem;
    text-align: right;
}

.log-footer-note[b-hrzyl0r804] {
    font-size: .65rem;
    color: #bbb;
}

/* ══════════════════════════════════════════════════════════
   LOADING / EMPTY
══════════════════════════════════════════════════════════ */
.loading-state[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-hrzyl0r804] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-hrzyl0r804 .9s linear infinite;
}

.loading-text[b-hrzyl0r804] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-hrzyl0r804] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-hrzyl0r804] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-hrzyl0r804] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-hrzyl0r804] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

/* ── Botões ── */
.btn[b-hrzyl0r804] {
    padding: .55rem 1.25rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: opacity .15s;
}

    .btn:hover[b-hrzyl0r804] {
        opacity: .88;
    }

.btn-primary[b-hrzyl0r804] {
    background: #ff8c00;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .chargeslog-page[b-hrzyl0r804] {
        padding: 1.5rem;
    }

    .summary-banner[b-hrzyl0r804] {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .summary-sep[b-hrzyl0r804] {
        width: 80%;
        height: 1px;
    }

    .log-grid[b-hrzyl0r804] {
        grid-template-columns: 2fr 1fr .8fr;
    }

    .log-desc[b-hrzyl0r804] {
        display: none;
    }
}

@media (max-width: 480px) {
    .chargeslog-page[b-hrzyl0r804] {
        padding: 1rem;
    }

    .log-grid[b-hrzyl0r804] {
        grid-template-columns: 1fr 1fr .8fr;
    }

    .log-doc[b-hrzyl0r804] {
        display: none;
    }
}

@keyframes spin-b-hrzyl0r804 {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */

/* ============================================================
   Jathaí — Dashboard
   Dashboard.razor.css  (scoped)
   ============================================================ */

.dashboard-full[b-4qpxodn0td] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

.header-row[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 1rem;
}

.greeting-card[b-4qpxodn0td] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-sizing: border-box;
}

.greeting[b-4qpxodn0td] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 .25rem;
}

.subtitle[b-4qpxodn0td] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.balance-card[b-4qpxodn0td] {
    width: 320px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    background: #fff;
}

    .balance-card.has-balance[b-4qpxodn0td] {
        border: 2px solid #ff8c00;
    }

    .balance-card.low-balance[b-4qpxodn0td] {
        border: 2px solid #fbc02d;
    }

    .balance-card.no-balance[b-4qpxodn0td] {
        border: 2px solid #e53935;
    }

.balance-top[b-4qpxodn0td] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.balance-label[b-4qpxodn0td] {
    font-size: .78rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.balance-count[b-4qpxodn0td] {
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    color: #ff8c00;
    line-height: 1;
}

    .balance-count small[b-4qpxodn0td] {
        display: block;
        font-size: .62rem;
        font-weight: 400;
        color: #aaa;
    }

.card-divider[b-4qpxodn0td] {
    height: 1px;
    background: #e8e8e8;
    margin: .75rem 0;
}

.balance-footer[b-4qpxodn0td] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-footer-meta[b-4qpxodn0td] {
    font-size: .68rem;
    color: #aaa;
}

.balance-alert[b-4qpxodn0td] {
    margin-top: .75rem;
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: .72rem;
    color: #7f4000;
}

.balance-pill[b-4qpxodn0td] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 8px;
    white-space: nowrap;
}

.pill-ok[b-4qpxodn0td] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-low[b-4qpxodn0td] {
    background: #fff8e1;
    color: #f57f17;
    border: 1px solid #ffcc02;
}

.pill-empty[b-4qpxodn0td] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.btn-reload[b-4qpxodn0td] {
    background: #ff8c00;
    color: #fff;
    border-radius: 6px;
    padding: .35rem .875rem;
    font-size: .7rem;
    font-weight: 700;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    transition: background .2s;
}

    .btn-reload:hover[b-4qpxodn0td] {
        background: #e67e00;
    }

.action-row[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* era repeat(4, 1fr) */
    gap: .75rem;
}

.action-btn[b-4qpxodn0td] {
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    font-family: Verdana, sans-serif;
    width: 100%;
    transition: opacity .2s, transform .15s;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

    .action-btn:hover[b-4qpxodn0td] {
        opacity: .88;
        transform: translateY(-1px);
    }

    .action-btn:active[b-4qpxodn0td] {
        transform: translateY(0);
    }

    .action-btn.primary-action[b-4qpxodn0td] {
        background: #ff8c00;
        border-color: #e67e00;
        color: #fff;
    }

    .action-btn.reload-action[b-4qpxodn0td] {
        background: #fffde7;
        border-color: #ffe082;
    }

    .action-btn.invite-action[b-4qpxodn0td] {
        background: #f3e5f5;
        border-color: #ce93d8;
    }

.action-icon[b-4qpxodn0td] {
    font-size: 1.3rem;
    line-height: 1;
}

.action-label[b-4qpxodn0td] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
}

.action-btn.primary-action .action-label[b-4qpxodn0td] {
    color: #fff;
}

.action-btn.reload-action .action-label[b-4qpxodn0td] {
    color: #e65100;
}

.action-btn.invite-action .action-label[b-4qpxodn0td] {
    color: #6a1b9a;
}

/* ══════════════════════════════════════════════════════════
   GRÁFICOS
══════════════════════════════════════════════════════════ */
.charts-row[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

.chart-card[b-4qpxodn0td] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 1rem 1.125rem;
    box-sizing: border-box;
}

.chart-card-header[b-4qpxodn0td] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .25rem;
}

.chart-card-title[b-4qpxodn0td] {
    font-size: .78rem;
    font-weight: 700;
    color: #1a1a1a;
}

.chart-card-sub[b-4qpxodn0td] {
    font-size: .6rem;
    color: #aaa;
    margin-top: 2px;
    margin-bottom: .625rem;
}

.btn-ver-mais[b-4qpxodn0td] {
    font-size: .6rem;
    font-weight: 700;
    color: #ff8c00;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    font-family: Verdana, sans-serif;
    flex-shrink: 0;
}

    .btn-ver-mais:hover[b-4qpxodn0td] {
        text-decoration: underline;
    }

.chart-legend[b-4qpxodn0td] {
    display: flex;
    gap: .875rem;
    margin-bottom: .5rem;
}

.legend-item[b-4qpxodn0td] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .6rem;
    color: #888;
}

.legend-dot[b-4qpxodn0td] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.chart-wrap[b-4qpxodn0td] {
    position: relative;
    height: 180px;
    width: 100%;
}

.chart-footer[b-4qpxodn0td] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    margin-top: .625rem;
    padding-top: .5rem;
}

.chart-footer-label[b-4qpxodn0td] {
    font-size: .6rem;
    color: #aaa;
}

.chart-footer-value[b-4qpxodn0td] {
    font-size: .78rem;
    font-weight: 700;
    color: #3B6D11;
}

/* ── Banner Recebido ── */
.received-banner[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: #f1f8f1;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: .875rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.received-label[b-4qpxodn0td] {
    font-size: .78rem;
    font-weight: 700;
    color: #2e7d32;
}

.received-value[b-4qpxodn0td] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e7d32;
    letter-spacing: -.5px;
}

/* ── CTA ── */
.cta-banner[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: #ff8c00;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background .2s, transform .15s;
}

    .cta-banner:hover[b-4qpxodn0td] {
        background: #e67e00;
        transform: translateY(-1px);
    }

    .cta-banner:active[b-4qpxodn0td] {
        transform: translateY(0);
    }

    .cta-banner.cta-disabled[b-4qpxodn0td] {
        background: #bbb;
        cursor: not-allowed;
    }

        .cta-banner.cta-disabled:hover[b-4qpxodn0td] {
            background: #bbb;
            transform: none;
        }

.cta-content[b-4qpxodn0td] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.cta-icon[b-4qpxodn0td] {
    font-size: 2rem;
    line-height: 1;
}

.cta-text h2[b-4qpxodn0td] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem;
}

.cta-text p[b-4qpxodn0td] {
    font-size: .75rem;
    color: rgba(255,255,255,.85);
    margin: 0;
}

.cta-arrow[b-4qpxodn0td] {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}

/* ── Alertas ── */
.alerts-row[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: flex;
    gap: .75rem;
}

.alert-card[b-4qpxodn0td] {
    flex: 1;
    padding: .625rem 1rem;
    font-size: .78rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: 0;
}

    .alert-card.warning[b-4qpxodn0td] {
        background: #fff8f0;
        border-left: 4px solid #ff8c00;
        color: #7f4000;
    }

    .alert-card.danger[b-4qpxodn0td] {
        background: #ffebee;
        border-left: 4px solid #e53935;
        color: #7f0000;
    }

    .alert-card.success[b-4qpxodn0td] {
        background: #e8f5e9;
        border-left: 4px solid #4caf50;
        color: #1b5e20;
    }

    .alert-card.info[b-4qpxodn0td] {
        background: #f3e5f5;
        border-left: 4px solid #9c27b0;
        color: #4a148c;
    }

/* ── Recentes ── */
.section-heading-row[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-heading-text[b-4qpxodn0td] {
    font-size: .62rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .8px;
}

/* mantido para compatibilidade com outras páginas */
.section-heading[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .75rem;
    display: block;
    font-size: .62rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.charges-table[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 2.5rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.charge-grid[b-4qpxodn0td] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr .8fr;
    gap: 1rem;
    align-items: center;
}

.charge-header[b-4qpxodn0td] {
    padding: .625rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: .62rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.charge-row[b-4qpxodn0td] {
    padding: .875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background .15s;
}

    .charge-row:last-child[b-4qpxodn0td] {
        border-bottom: none;
    }

    .charge-row:hover[b-4qpxodn0td] {
        background: #fffbf5;
    }

.charge-client[b-4qpxodn0td] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.charge-avatar[b-4qpxodn0td] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

.charge-name[b-4qpxodn0td] {
    font-size: .82rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.charge-doc[b-4qpxodn0td] {
    font-size: .65rem;
    color: #aaa;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.charge-desc[b-4qpxodn0td] {
    font-size: .78rem;
    color: #555;
}

.charge-amount[b-4qpxodn0td] {
    font-size: .88rem;
    font-weight: 700;
    color: #1a1a1a;
}

.align-right[b-4qpxodn0td] {
    text-align: right;
}

.align-center[b-4qpxodn0td] {
    text-align: center;
}

.status-tag[b-4qpxodn0td] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-pending[b-4qpxodn0td] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.tag-paid[b-4qpxodn0td] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-approved[b-4qpxodn0td] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-rejected[b-4qpxodn0td] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.tag-expired[b-4qpxodn0td] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

    .tag-expired[b-4qpxodn0td]::before {
        content: "⏰";
        margin-right: 3px;
    }

.loading-state[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-4qpxodn0td] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-4qpxodn0td .9s linear infinite;
}

.loading-text[b-4qpxodn0td] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-4qpxodn0td] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-4qpxodn0td] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-4qpxodn0td] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-4qpxodn0td] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}

/* ── Mobile card — oculto no desktop ── */
.charge-card-mobile[b-4qpxodn0td] {
    display: none;
}

@media (max-width: 768px) {
    .dashboard-full[b-4qpxodn0td] {
        padding: 1.5rem;
    }

    .header-row[b-4qpxodn0td] {
        flex-direction: column;
    }

    .balance-card[b-4qpxodn0td] {
        width: 100%;
    }

    .charts-row[b-4qpxodn0td] {
        grid-template-columns: 1fr;
    }

    .action-row[b-4qpxodn0td] {
        grid-template-columns: repeat(2, 1fr);
    }

    .alerts-row[b-4qpxodn0td] {
        flex-direction: column;
    }

    /* ── Tabela desktop: oculta no mobile ── */
    .charge-header[b-4qpxodn0td] {
        display: none;
    }

    .charge-row-desktop[b-4qpxodn0td] {
        display: none;
    }

    /* ── Card mobile: visível no mobile ── */
    .charge-card-mobile[b-4qpxodn0td] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .875rem 1rem;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        transition: background .15s;
        gap: .75rem;
    }

        .charge-card-mobile:last-child[b-4qpxodn0td] {
            border-bottom: none;
        }

        .charge-card-mobile:hover[b-4qpxodn0td] {
            background: #fffbf5;
        }

    .charge-card-left[b-4qpxodn0td] {
        display: flex;
        align-items: flex-start;
        gap: .75rem;
        flex: 1;
        min-width: 0;
    }

    .charge-card-info[b-4qpxodn0td] {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .charge-desc-mobile[b-4qpxodn0td] {
        font-size: .7rem;
        color: #aaa;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px;
    }

    .charge-card-right[b-4qpxodn0td] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: .35rem;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .dashboard-full[b-4qpxodn0td] {
        padding: 1rem;
    }

    .greeting[b-4qpxodn0td] {
        font-size: 1.25rem;
    }

    .chart-wrap[b-4qpxodn0td] {
        height: 160px;
    }
}

@keyframes spin-b-4qpxodn0td {
    to {
        transform: rotate(360deg);
    }
}

/* ── Badge de notificação nos action buttons ─────────────────────────────
   Nenhuma regra existente foi alterada.
   ─────────────────────────────────────────────────────────────────────── */

.action-btn-wrapper[b-4qpxodn0td] {
    position: relative;
}

.action-badge[b-4qpxodn0td] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e53935;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    pointer-events: none;
    line-height: 1;
}
/* /Pages/Home.razor.rz.scp.css */
/* Imagem do splash centralizada e responsiva */
.splash-logo[b-wwdrc98g02] {
    width: 264px;
    height: 264px;
    max-width: 80vw; /* não ultrapassa 80% da tela em celulares pequenos */
    max-height: 80vh; /* mantém proporção quadrada */
    object-fit: contain;
    display: block;
}
/* /Pages/Invite.razor.rz.scp.css */
/* ============================================================
   Jathaí — Invite (Convide um Parceiro)
   Invite.razor.css  (scoped)
   ============================================================ */

.invite-page[b-7ax5sycwxn] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.page-title[b-7ax5sycwxn] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-7ax5sycwxn] {
    font-size: .82rem;
    color: #777;
}

.divider[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ── Stats ── */
.invite-stats[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    background: #f9f9f9;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.istat[b-7ax5sycwxn] {
    text-align: center;
}

.istat-value[b-7ax5sycwxn] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff8c00;
}

    .istat-value.bee[b-7ax5sycwxn] {
        font-size: 1.5rem;
    }

.istat-label[b-7ax5sycwxn] {
    font-size: .6rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-top: .1rem;
}

.istat-sep[b-7ax5sycwxn] {
    width: 1px;
    height: 32px;
    background: #e4e4e7;
}

/* ── Link card ── */
.link-card[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
}

.lc-label[b-7ax5sycwxn] {
    font-size: .6rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

.lc-url[b-7ax5sycwxn] {
    font-family: 'Courier New', monospace;
    font-size: .9rem;
    color: #ff8c00;
    font-weight: 700;
    margin-bottom: .875rem;
    word-break: break-all;
}

.btn-copy[b-7ax5sycwxn] {
    width: 100%;
    padding: .6rem;
    background: #ff8c00;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    transition: background .2s;
}

    .btn-copy:hover[b-7ax5sycwxn] {
        background: #e07b00;
    }

    .btn-copy.copied[b-7ax5sycwxn] {
        background: #16a34a;
    }

/* ── Share ── */
.share-row[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    display: flex;
    gap: .75rem;
    box-sizing: border-box;
}

.share-btn[b-7ax5sycwxn] {
    flex: 1;
    padding: .65rem .5rem;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    transition: opacity .2s;
}

    .share-btn:hover[b-7ax5sycwxn] {
        opacity: .85;
    }

.share-email[b-7ax5sycwxn] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

.share-whats[b-7ax5sycwxn] {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #86efac;
}

/* ── Mensagem pronta ── */
.msg-card[b-7ax5sycwxn] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f9f9f9;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.msg-label[b-7ax5sycwxn] {
    font-size: .6rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

.msg-text[b-7ax5sycwxn] {
    font-size: .82rem;
    color: #444;
    line-height: 1.7;
}

    .msg-text strong[b-7ax5sycwxn] {
        color: #ff8c00;
        font-family: 'Courier New', monospace;
    }

/* ── Responsividade ── */
@media (max-width: 768px) {
    .invite-page[b-7ax5sycwxn] {
        padding: 1.5rem;
    }

    .share-row[b-7ax5sycwxn] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .invite-page[b-7ax5sycwxn] {
        padding: 1rem;
    }
}
/* /Pages/Kpis.razor.rz.scp.css */
/* ============================================================
   Jathaí — Kpis (Indicadores)
   Kpis.razor.css  (scoped)
   ============================================================ */

.kpis-page[b-ska7u3z95y] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.header-left[b-ska7u3z95y] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.btn-back[b-ska7u3z95y] {
    align-self: flex-start;
    background: none;
    border: 0.5px solid #e0e0e0;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    margin-bottom: .5rem;
    transition: background .15s;
}

    .btn-back:hover[b-ska7u3z95y] {
        background: #fff7ed;
    }

.page-title[b-ska7u3z95y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 .25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.page-subtitle[b-ska7u3z95y] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.badge[b-ska7u3z95y] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
}

.badge-orange[b-ska7u3z95y] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

.divider[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.5rem;
}

/* ── Section Label ── */
.kpi-section-label[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 700;
    color: #777;
}

.role-badge[b-ska7u3z95y] {
    display: inline-block;
    border-radius: 20px;
    font-size: .6rem;
    font-weight: 700;
    padding: 2px 10px;
}

.role-credor[b-ska7u3z95y] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

.role-devedor[b-ska7u3z95y] {
    background: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #e1bee7;
}

/* ── Grid de KPIs ── */
.kpi-grid[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
}

.kpi-grid-2[b-ska7u3z95y] {
    grid-template-columns: repeat(2, 1fr);
}

.kpi-card[b-ska7u3z95y] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.125rem;
    background: #fafafa;
    box-sizing: border-box;
    transition: transform .15s;
}

    .kpi-card:hover[b-ska7u3z95y] {
        transform: translateY(-2px);
    }

    .kpi-card.card-warning[b-ska7u3z95y] {
        border-color: #ffe0b2;
        background: #fff8f0;
    }

    .kpi-card.card-success[b-ska7u3z95y] {
        border-color: #a5d6a7;
        background: #f1f8f1;
    }

    .kpi-card.card-info[b-ska7u3z95y] {
        border-color: #90caf9;
        background: #e3f2fd;
    }

    .kpi-card.card-devedor[b-ska7u3z95y] {
        border-color: #e1bee7;
        background: #fdf8ff;
    }

.kpi-icon[b-ska7u3z95y] {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: .5rem;
    display: block;
}

.kpi-label[b-ska7u3z95y] {
    font-size: .6rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: .5rem;
}

.kpi-value[b-ska7u3z95y] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .3rem;
    line-height: 1.1;
}

    .kpi-value.orange[b-ska7u3z95y] {
        color: #ff8c00;
        font-size: 1.25rem;
    }

    .kpi-value.green[b-ska7u3z95y] {
        color: #2e7d32;
    }

    .kpi-value.blue[b-ska7u3z95y] {
        color: #1565c0;
    }

    .kpi-value.purple[b-ska7u3z95y] {
        color: #7b1fa2;
    }

.kpi-trend[b-ska7u3z95y] {
    font-size: .65rem;
    color: #999;
    line-height: 1.4;
}

.kpi-card.card-warning .kpi-trend[b-ska7u3z95y] {
    color: #a0522d;
}

.kpi-card.card-success .kpi-trend[b-ska7u3z95y] {
    color: #2e7d32;
}

.kpi-card.card-info .kpi-trend[b-ska7u3z95y] {
    color: #1565c0;
}

.kpi-card.card-devedor .kpi-trend[b-ska7u3z95y] {
    color: #7b1fa2;
}

/* ── Banner Total ── */
.total-banner[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    margin: 1.5rem auto 0;
    box-sizing: border-box;
    background: #f1f8f1;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: .875rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-label[b-ska7u3z95y] {
    font-size: .78rem;
    font-weight: 700;
    color: #2e7d32;
}

.total-value[b-ska7u3z95y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e7d32;
    letter-spacing: -.5px;
}

/* ── Barras de progresso ── */
.kpi-bar-track[b-ska7u3z95y] {
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    margin-top: .625rem;
    overflow: hidden;
}

.kpi-bar-fill[b-ska7u3z95y] {
    height: 100%;
    border-radius: 2px;
    transition: width .6s ease;
}

.bar-warning[b-ska7u3z95y] {
    background: #ff8c00;
}

.bar-neutral[b-ska7u3z95y] {
    background: #888780;
}

.bar-info[b-ska7u3z95y] {
    background: #1565c0;
}

.bar-success[b-ska7u3z95y] {
    background: #3B6D11;
}

.bar-devedor[b-ska7u3z95y] {
    background: #7b1fa2;
}

/* ── Loading ── */
.loading-state[b-ska7u3z95y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-ska7u3z95y] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-ska7u3z95y .9s linear infinite;
}

.loading-text[b-ska7u3z95y] {
    font-size: .8rem;
    color: #999;
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .kpis-page[b-ska7u3z95y] {
        padding: 1.5rem;
    }

    .kpi-grid[b-ska7u3z95y] {
        grid-template-columns: repeat(2, 1fr);
    }

    .kpi-grid-2[b-ska7u3z95y] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .kpis-page[b-ska7u3z95y] {
        padding: 1rem;
    }

    .kpi-grid[b-ska7u3z95y] {
        grid-template-columns: 1fr 1fr;
    }
}

@keyframes spin-b-ska7u3z95y {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* ============================================================
   Jathaí — Login
   Login.razor.css  (scoped)
   ============================================================ */

/* ── Página ── */
.login-page[b-nw3pvvpk5u] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}


/* ── Hero (fora do card) ── */
.login-hero[b-nw3pvvpk5u] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

/* ── Card principal (960px) ── */
.login-card[b-nw3pvvpk5u] {
    width: 100%;
    max-width: 960px; /* ⚡ Limita o cartão inteiro a 960px */
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e4e4e7;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .06);
    box-sizing: border-box;
}

/* ── Tagline ── */
.login-tagline[b-nw3pvvpk5u] {
    font-size: .85rem;
    color: #71717a;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: .5rem;
}



/* ── Formulário (Limitado e centralizado em 480px) ── */
.login-form[b-nw3pvvpk5u] {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.login-card-title[b-nw3pvvpk5u] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .25rem;
}

.login-card-sub[b-nw3pvvpk5u] {
    font-size: .85rem;
    color: #a1a1aa;
    margin-bottom: 0;
}

/* ══════════════════════════════════════════════════════════
   CAMPOS
══════════════════════════════════════════════════════════ */
.field-group[b-nw3pvvpk5u] {
    margin-bottom: 1rem;
    text-align: left;
}

.field-label[b-nw3pvvpk5u] {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    color: #3f3f46;
    margin-bottom: .35rem;
    letter-spacing: .3px;
}

.field-input-wrap[b-nw3pvvpk5u] {
    position: relative;
}

.field-icon[b-nw3pvvpk5u] {
    position: absolute;
    left: .875rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    pointer-events: none;
    color: #a1a1aa;
}

.field-input[b-nw3pvvpk5u] {
    width: 100%;
    box-sizing: border-box;
    padding: .8rem .875rem .8rem 2.6rem;
    border: 2px solid #e4e4e7;
    border-radius: 10px;
    font-size: .9rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
    color: #18181b;
    outline: none;
    transition: border-color .2s, background .2s;
}

    .field-input:focus[b-nw3pvvpk5u] {
        border-color: #ff8c00;
        background: #fff;
    }

/* ── Esqueceu a senha ── */
.forgot-link[b-nw3pvvpk5u] {
    display: block;
    text-align: right;
    font-size: .72rem;
    color: #ff8c00;
    font-weight: 600;
    margin-top: .4rem;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s;
}

    .forgot-link:hover[b-nw3pvvpk5u] {
        opacity: .8;
    }

/* ── Error banner ── */
.error-banner[b-nw3pvvpk5u] {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-left: 4px solid #ef4444;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .78rem;
    color: #be123c;
    margin-bottom: .75rem;
}

/* ── Spacer ── */
.spacer[b-nw3pvvpk5u] {
    min-height: 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES E EXTRAS
══════════════════════════════════════════════════════════ */
.btn[b-nw3pvvpk5u] {
    width: 100%;
    padding: .9rem;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: block;
    text-align: center;
    transition: all .2s;
    box-sizing: border-box;
}

    .btn:disabled[b-nw3pvvpk5u] {
        opacity: .6;
        cursor: not-allowed;
    }

.btn-primary[b-nw3pvvpk5u] {
    background: #ff8c00;
    color: #fff;
}

    .btn-primary:hover:not(:disabled)[b-nw3pvvpk5u] {
        opacity: 0.9;
        transform: translateY(-1px);
    }

.btn-outline[b-nw3pvvpk5u] {
    background: #fff;
    color: #ff8c00;
    border: 2px solid #ff8c00;
    margin-top: 0;
}

    .btn-outline:hover:not(:disabled)[b-nw3pvvpk5u] {
        background: #fff8f0;
    }

/* ── Spinner ── */
.btn-spinner[b-nw3pvvpk5u] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-nw3pvvpk5u .7s linear infinite;
    flex-shrink: 0;
}

/* ── Divider "ou" ── */
.divider-text[b-nw3pvvpk5u] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 1.25rem 0;
    font-size: .72rem;
    color: #a1a1aa;
}

    .divider-text[b-nw3pvvpk5u]::before,
    .divider-text[b-nw3pvvpk5u]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #e4e4e7;
    }

/* ── Termos ── */
.login-terms[b-nw3pvvpk5u] {
    text-align: center;
    margin-top: 1.25rem;
    font-size: .65rem;
    color: #a1a1aa;
    line-height: 1.6;
}

.terms-link[b-nw3pvvpk5u] {
    color: #ff8c00;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .login-card[b-nw3pvvpk5u] {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .login-card[b-nw3pvvpk5u] {
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .login-tagline[b-nw3pvvpk5u] {
        font-size: .95rem;
    }
}

@keyframes spin-b-nw3pvvpk5u {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Logoff.razor.rz.scp.css */
.logoff-logo[b-4ghuj3jdps] {
    width: 256px;
    height: 100px;
    max-width: 80vw;
    object-fit: contain;
    display: block;
}
/* /Pages/PaymentHistory.razor.rz.scp.css */
/* ============================================================
   Jathaí — PaymentHistory (Histórico de Pagamentos)
   PaymentHistory.razor.css  (scoped)
   ============================================================ */

.paymenthistory-page[b-ytlqv89se1] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.btn-back[b-ytlqv89se1] {
    background: none;
    border: 0.5px solid #e0e0e0;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 700;
    color: #ff8c00;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    margin-bottom: .5rem;
    display: inline-block;
    transition: background .15s;
}

    .btn-back:hover[b-ytlqv89se1] {
        background: #fff7ed;
    }

.page-title[b-ytlqv89se1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: .25rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.page-subtitle[b-ytlqv89se1] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

.badge[b-ytlqv89se1] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
}

.badge-orange[b-ytlqv89se1] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

/* ── Divider ── */
.divider[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   SUMMARY BANNER
══════════════════════════════════════════════════════════ */
.summary-banner[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #052e16, #14532d 60%, #22c55e);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.summary-col[b-ytlqv89se1] {
    text-align: center;
}

.summary-label[b-ytlqv89se1] {
    font-size: .6rem;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .4rem;
}

.summary-value[b-ytlqv89se1] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem;
}

    .summary-value.amber[b-ytlqv89se1] {
        color: #fbbf24;
    }

    .summary-value.green[b-ytlqv89se1] {
        color: #4ade80;
    }

.summary-sub[b-ytlqv89se1] {
    font-size: .65rem;
    color: rgba(255,255,255,.45);
}

.summary-sep[b-ytlqv89se1] {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,.2);
}

/* ══════════════════════════════════════════════════════════
   LISTA DE PAGAMENTOS
══════════════════════════════════════════════════════════ */
.history-list[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.history-item[b-ytlqv89se1] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #16a34a;
    border-radius: 10px;
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    gap: .875rem;
    transition: box-shadow .15s;
    box-sizing: border-box;
}

    .history-item:hover[b-ytlqv89se1] {
        box-shadow: 0 2px 8px rgba(22, 163, 74, .08);
    }

.history-avatar[b-ytlqv89se1] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

.history-info[b-ytlqv89se1] {
    flex: 1;
    min-width: 0;
}

.history-name[b-ytlqv89se1] {
    font-size: .85rem;
    font-weight: 600;
    color: #18181b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-desc[b-ytlqv89se1] {
    font-size: .72rem;
    color: #666;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-meta[b-ytlqv89se1] {
    font-size: .68rem;
    color: #a1a1aa;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-wrap: wrap;
}

.meta-bank[b-ytlqv89se1] {
    color: #c2610c;
    font-weight: 600;
}

.meta-sep[b-ytlqv89se1] {
    color: #d4d4d8;
}

.meta-date[b-ytlqv89se1] {
    font-family: 'Courier New', monospace;
}

.history-right[b-ytlqv89se1] {
    text-align: right;
    flex-shrink: 0;
}

.history-amount[b-ytlqv89se1] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: 4px;
}

.status-tag[b-ytlqv89se1] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-paid[b-ytlqv89se1] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

/* ── Footer ── */
.history-footer[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: .75rem auto 2rem;
    text-align: right;
}

.history-footer-note[b-ytlqv89se1] {
    font-size: .65rem;
    color: #bbb;
}

/* ══════════════════════════════════════════════════════════
   LOADING / EMPTY
══════════════════════════════════════════════════════════ */
.loading-state[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-ytlqv89se1] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-ytlqv89se1 .9s linear infinite;
}

.loading-text[b-ytlqv89se1] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-ytlqv89se1] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-ytlqv89se1] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-ytlqv89se1] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-ytlqv89se1] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

/* ── Botões ── */
.btn[b-ytlqv89se1] {
    padding: .55rem 1.25rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: opacity .15s;
}

    .btn:hover[b-ytlqv89se1] {
        opacity: .88;
    }

.btn-primary[b-ytlqv89se1] {
    background: #ff8c00;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paymenthistory-page[b-ytlqv89se1] {
        padding: 1.5rem;
    }

    .summary-banner[b-ytlqv89se1] {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .summary-sep[b-ytlqv89se1] {
        width: 80%;
        height: 1px;
    }

    .history-item[b-ytlqv89se1] {
        flex-wrap: wrap;
        gap: .625rem;
    }

    .history-right[b-ytlqv89se1] {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .paymenthistory-page[b-ytlqv89se1] {
        padding: 1rem;
    }

    .history-meta[b-ytlqv89se1] {
        font-size: .62rem;
    }
}

@keyframes spin-b-ytlqv89se1 {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/PayNow.razor.rz.scp.css */
/* ============================================================
   Jathaí — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
/*.paynow-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}*/

/* ── Header ── */
/*.page-header {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #ff8c00;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: .75rem;
    background: transparent;
    border: none;
    padding: 0;
    transition: opacity .2s;
}

    .back-link:hover {
        opacity: .8;
    }

.page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle {
    font-size: .82rem;
    color: #777;
}*/

/* ── Divider ── */
/*.divider {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.5rem;
}*/

/* ══════════════════════════════════════════════════════════
   CARD WRAP — centralizado, mesmo padrão do Bills
══════════════════════════════════════════════════════════ */
/*.card-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}*/

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
/*.payment-card {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section {
    padding: 1.25rem 1.5rem;
}

.card-divider {
    height: 1px;
    background: #f0f0f0;
}

.section-title {
    font-size: .68rem;
    font-weight: 700;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}*/

/* ── Credor ── */
/*.creditor-row {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff8c00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem;
    flex-shrink: 0;
}

.creditor-name {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .15rem;
}

.creditor-sub {
    font-size: .7rem;
    color: #a1a1aa;
}*/

/* ── Valor ── */
/*.amount-display {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ff8c00;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    padding: .875rem 0 1.25rem;
}*/

/* ── Descrição (linha própria, abaixo do valor) ── */
/*.desc-row {
    margin-bottom: 1rem;
}

.desc-value {
    font-size: .82rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}*/

/* ── Grid de detalhes ── */
/*.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label {
    font-size: .6rem;
    color: #a1a1aa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value {
    font-size: .82rem;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired {
    color: #c62828;
}*/

/* Badges de status */
/*.status-badge {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.badge-expired {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}*/

/* ── QR Code ── */
/*.qrcode-wrap {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box {
    width: 200px;
    height: 200px;
    border: 2px solid #e4e4e7;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qrcode-box canvas,
    .qrcode-box img {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction {
    text-align: center;
    font-size: .75rem;
    color: #666;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry {
    text-align: center;
    font-size: .68rem;
    color: #a1a1aa;
}*/

/* ── Copia e Cola ── */
/*.payload-textarea {
    width: 100%;
    min-height: 90px;
    padding: .875rem;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: #555;
    resize: vertical;
    background: #f8f8f8;
    line-height: 1.6;
    outline: none;
    box-sizing: border-box;
    margin-bottom: .875rem;
}

.payload-hint {
    text-align: center;
    font-size: .7rem;
    color: #a1a1aa;
    margin-top: .75rem;
    line-height: 1.5;
}*/

/* ══════════════════════════════════════════════════════════
   CTA KOLLECTA
══════════════════════════════════════════════════════════ */
/*.kollecta-cta {
    margin-top: 1.25rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.cta-text {
    font-size: .75rem;
    color: #166534;
    line-height: 1.6;
    margin-bottom: .875rem;
}

.btn-kollecta {
    display: inline-block;
    background: #4caf50;
    color: #fff;
    font-weight: 700;
    font-size: .82rem;
    padding: .625rem 1.75rem;
    border-radius: 6px;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    transition: opacity .2s;
}

    .btn-kollecta:hover {
        opacity: .88;
    }*/

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
/*.loading-state {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin .9s linear infinite;
}

.loading-text {
    font-size: .8rem;
    color: #999;
}

.error-card {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.error-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .5rem;
}

.error-card p {
    font-size: .82rem;
    color: #777;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}*/

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
/*.btn {
    padding: .55rem 1rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    white-space: nowrap;
    transition: opacity .15s;
}

    .btn:hover:not(:disabled) {
        opacity: .88;
    }

    .btn:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

.btn-primary {
    background: #ff8c00;
    color: #fff;
}

.btn-full {
    width: 100%;
}*/

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
/*@media (max-width: 768px) {
    .paynow-page {
        padding: 1.5rem;
    }

    .details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page {
        padding: 1rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .amount-display {
        font-size: 2.25rem;
    }

    .btn-full {
        font-size: .82rem;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}*/

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
/*.confirm-card {
    background: var(--color-background-primary, #fff);
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
}

.confirm-title {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .35rem;
}

.confirm-sub {
    font-size: .75rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled) {
        background: #45a049;
    }

.confirm-error {
    margin-top: .75rem;
    font-size: .75rem;
    color: #c62828;
}*/

/* ============================================================
   Jathaí — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.paynow-page[b-2rhfi2kac8] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-2rhfi2kac8] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.back-link[b-2rhfi2kac8] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #ff8c00;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: .75rem;
    background: transparent;
    border: none;
    padding: 0;
    transition: opacity .2s;
}

    .back-link:hover[b-2rhfi2kac8] {
        opacity: .8;
    }

.page-title[b-2rhfi2kac8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-2rhfi2kac8] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-2rhfi2kac8] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.5rem;
}

/* ══════════════════════════════════════════════════════════
   CARD WRAP — centralizado, mesmo padrão do Bills
══════════════════════════════════════════════════════════ */
.card-wrap[b-2rhfi2kac8] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
.payment-card[b-2rhfi2kac8] {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section[b-2rhfi2kac8] {
    padding: 1.25rem 1.5rem;
}

.card-divider[b-2rhfi2kac8] {
    height: 1px;
    background: #f0f0f0;
}

.section-title[b-2rhfi2kac8] {
    font-size: .68rem;
    font-weight: 700;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}

/* ── Credor ── */
.creditor-row[b-2rhfi2kac8] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar[b-2rhfi2kac8] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff8c00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem;
    flex-shrink: 0;
}

.creditor-name[b-2rhfi2kac8] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .15rem;
}

.creditor-sub[b-2rhfi2kac8] {
    font-size: .7rem;
    color: #a1a1aa;
}

/* ── Valor ── */
.amount-display[b-2rhfi2kac8] {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ff8c00;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    padding: .875rem 0 1.25rem;
}

/* ── Descrição (linha própria, abaixo do valor) ── */
.desc-row[b-2rhfi2kac8] {
    margin-bottom: 1rem;
}

.desc-value[b-2rhfi2kac8] {
    font-size: .82rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}

/* ── Grid de detalhes ── */
.details-grid[b-2rhfi2kac8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.detail-item[b-2rhfi2kac8] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label[b-2rhfi2kac8] {
    font-size: .6rem;
    color: #a1a1aa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value[b-2rhfi2kac8] {
    font-size: .82rem;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired[b-2rhfi2kac8] {
    color: #c62828;
}

/* Badges de status */
.status-badge[b-2rhfi2kac8] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending[b-2rhfi2kac8] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.badge-expired[b-2rhfi2kac8] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* ── QR Code ── */
.qrcode-wrap[b-2rhfi2kac8] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box[b-2rhfi2kac8] {
    width: 200px;
    height: 200px;
    border: 2px solid #e4e4e7;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qrcode-box canvas[b-2rhfi2kac8],
    .qrcode-box img[b-2rhfi2kac8] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction[b-2rhfi2kac8] {
    text-align: center;
    font-size: .75rem;
    color: #666;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry[b-2rhfi2kac8] {
    text-align: center;
    font-size: .68rem;
    color: #a1a1aa;
}

/* ── Copia e Cola ── */
.payload-textarea[b-2rhfi2kac8] {
    width: 100%;
    min-height: 90px;
    padding: .875rem;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: #555;
    resize: vertical;
    background: #f8f8f8;
    line-height: 1.6;
    outline: none;
    box-sizing: border-box;
    margin-bottom: .875rem;
}

.payload-hint[b-2rhfi2kac8] {
    text-align: center;
    font-size: .7rem;
    color: #a1a1aa;
    margin-top: .75rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CTA KOLLECTA
══════════════════════════════════════════════════════════ */
.kollecta-cta[b-2rhfi2kac8] {
    margin-top: 1.25rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.cta-text[b-2rhfi2kac8] {
    font-size: .75rem;
    color: #166534;
    line-height: 1.6;
    margin-bottom: .875rem;
}

.btn-kollecta[b-2rhfi2kac8] {
    display: inline-block;
    background: #4caf50;
    color: #fff;
    font-weight: 700;
    font-size: .82rem;
    padding: .625rem 1.75rem;
    border-radius: 6px;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    transition: opacity .2s;
}

    .btn-kollecta:hover[b-2rhfi2kac8] {
        opacity: .88;
    }

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-2rhfi2kac8] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-2rhfi2kac8] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-2rhfi2kac8 .9s linear infinite;
}

.loading-text[b-2rhfi2kac8] {
    font-size: .8rem;
    color: #999;
}

.error-card[b-2rhfi2kac8] {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.error-icon[b-2rhfi2kac8] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3[b-2rhfi2kac8] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .5rem;
}

.error-card p[b-2rhfi2kac8] {
    font-size: .82rem;
    color: #777;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-2rhfi2kac8] {
    padding: .55rem 1rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: .75rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    white-space: nowrap;
    transition: opacity .15s;
}

    .btn:hover:not(:disabled)[b-2rhfi2kac8] {
        opacity: .88;
    }

    .btn:disabled[b-2rhfi2kac8] {
        opacity: .5;
        cursor: not-allowed;
    }

.btn-primary[b-2rhfi2kac8] {
    background: #ff8c00;
    color: #fff;
}

.btn-full[b-2rhfi2kac8] {
    width: 100%;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paynow-page[b-2rhfi2kac8] {
        padding: 1.5rem;
    }

    .details-grid[b-2rhfi2kac8] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page[b-2rhfi2kac8] {
        padding: 1rem;
    }

    .details-grid[b-2rhfi2kac8] {
        grid-template-columns: 1fr;
    }

    .amount-display[b-2rhfi2kac8] {
        font-size: 2.25rem;
    }

    .btn-full[b-2rhfi2kac8] {
        font-size: .82rem;
    }
}

@keyframes spin-b-2rhfi2kac8 {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
.confirm-card[b-2rhfi2kac8] {
    background: var(--color-background-primary, #fff);
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
}

.confirm-title[b-2rhfi2kac8] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .35rem;
}

.confirm-sub[b-2rhfi2kac8] {
    font-size: .75rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm[b-2rhfi2kac8] {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled)[b-2rhfi2kac8] {
        background: #45a049;
    }

.confirm-error[b-2rhfi2kac8] {
    margin-top: .75rem;
    font-size: .75rem;
    color: #c62828;
}

/* ══════════════════════════════════════════════════════════
   MODAL — Banco Pagador
══════════════════════════════════════════════════════════ */
.modal-backdrop[b-2rhfi2kac8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1000;
}

.bank-modal[b-2rhfi2kac8] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 1.5rem;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
}

.modal-header[b-2rhfi2kac8] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .35rem;
}

.modal-icon[b-2rhfi2kac8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.modal-title[b-2rhfi2kac8] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.modal-sub[b-2rhfi2kac8] {
    font-size: .75rem;
    color: #777;
    margin-bottom: 1.1rem;
    padding-left: calc(40px + .75rem);
}

.last-used-hint[b-2rhfi2kac8] {
    font-size: .7rem;
    color: #c2610c;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    padding: .5rem .75rem;
    margin-bottom: .875rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.banks-grid[b-2rhfi2kac8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin-bottom: 1rem;
}

.bank-option[b-2rhfi2kac8] {
    padding: .75rem .875rem;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all .15s;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 600;
    color: #555;
}

    .bank-option:hover[b-2rhfi2kac8] {
        border-color: #ff8c00;
        background: #fffbf5;
    }

    .bank-option.selected[b-2rhfi2kac8] {
        border-color: #ff8c00;
        background: #fff7ed;
        color: #c2610c;
    }

.bank-dot[b-2rhfi2kac8] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Pontinhos de cor por banco */
.dot-nubank[b-2rhfi2kac8] {
    background: #820ad1;
}

.dot-itau[b-2rhfi2kac8] {
    background: #ec7000;
}

.dot-brade[b-2rhfi2kac8] {
    background: #cc092f;
}

.dot-santa[b-2rhfi2kac8] {
    background: #ec0000;
}

.dot-bb[b-2rhfi2kac8] {
    background: #fff100;
    border: 1px solid #d4d4d8;
}

.dot-caixa[b-2rhfi2kac8] {
    background: #0070b0;
}

.dot-inter[b-2rhfi2kac8] {
    background: #ff7a00;
}

.dot-sicoo[b-2rhfi2kac8] {
    background: #00ae4d;
}

.dot-sicre[b-2rhfi2kac8] {
    background: #3fa535;
}

.dot-c6[b-2rhfi2kac8] {
    background: #1a1a1a;
}

.dot-other[b-2rhfi2kac8] {
    background: #a1a1aa;
}

.other-input[b-2rhfi2kac8] {
    width: 100%;
    padding: .625rem .875rem;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    font-size: .82rem;
    font-family: Verdana, sans-serif;
    color: #1a1a1a;
    margin-bottom: 1rem;
    outline: none;
    transition: border-color .15s;
    box-sizing: border-box;
}

    .other-input:focus[b-2rhfi2kac8] {
        border-color: #ff8c00;
    }

    .other-input[b-2rhfi2kac8]::placeholder {
        color: #a1a1aa;
    }

.modal-actions[b-2rhfi2kac8] {
    display: flex;
    gap: .5rem;
}

    .modal-actions .btn[b-2rhfi2kac8] {
        flex: 1;
    }

.btn-secondary[b-2rhfi2kac8] {
    background: #fff;
    color: #777;
    border: 1px solid #e4e4e7;
}

/* Span 2 — utility class usada no bank-option "Outro" */
.bank-option-wide[b-2rhfi2kac8] {
    grid-column: span 2;
}

@media (max-width: 480px) {
    .banks-grid[b-2rhfi2kac8] {
        grid-template-columns: 1fr;
    }

    .bank-option-wide[b-2rhfi2kac8] {
        grid-column: auto;
    }
}
/* /Pages/Register.razor.rz.scp.css */
/* ============================================================
   Jathaí — Register.razor.css  (scoped)
   ============================================================ */

.register-page[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Hero ── */
.register-bee[b-cw7aqxyd4g] {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.register-title[b-cw7aqxyd4g] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.register-sub[b-cw7aqxyd4g] {
    font-size: .85rem;
    color: #777;
}

.divider[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .875rem auto 1.5rem;
}

/* ══════════════════════════════════════════════════════════
   STEPPER
══════════════════════════════════════════════════════════ */
.stepper[b-cw7aqxyd4g] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto 1.75rem;
    gap: 0;
}

.step-dot[b-cw7aqxyd4g] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    flex-shrink: 0;
    background: #e4e4e7;
    color: #aaa;
    transition: background .3s, color .3s;
}

    .step-dot.active[b-cw7aqxyd4g] {
        background: #ff8c00;
        color: #fff;
        box-shadow: 0 0 0 4px rgba(255,140,0,.15);
    }

    .step-dot.done[b-cw7aqxyd4g] {
        background: #22c55e;
        color: #fff;
    }

.step-line[b-cw7aqxyd4g] {
    flex: 1;
    height: 2px;
    max-width: 80px;
    background: #e4e4e7;
    transition: background .3s;
}

    .step-line.done[b-cw7aqxyd4g] {
        background: #22c55e;
    }

/* ══════════════════════════════════════════════════════════
   TIPOS GRID (Step 1)
══════════════════════════════════════════════════════════ */
.tipos-grid[b-cw7aqxyd4g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.tipo-box[b-cw7aqxyd4g] {
    border: .5px solid #e4e4e7;
    border-radius: 8px;
    padding: .75rem;
    font-size: .72rem;
    color: #555;
    line-height: 1.5;
}

    .tipo-box strong[b-cw7aqxyd4g] {
        display: block;
        font-size: .78rem;
        color: #1a1a1a;
        margin-bottom: .2rem;
    }

.tipo-badge[b-cw7aqxyd4g] {
    display: inline-block;
    padding: .15rem .5rem;
    border-radius: 4px;
    font-size: .65rem;
    font-weight: 700;
    margin-bottom: .4rem;
    font-family: 'Courier New', monospace;
    letter-spacing: .05rem;
}

.badge-inv[b-cw7aqxyd4g] {
    background: #e0f2fe;
    color: #0369a1;
}

.badge-acc[b-cw7aqxyd4g] {
    background: #fef9c3;
    color: #854d0e;
}

/* ── Campo mono (chave) ── */
.field-mono[b-cw7aqxyd4g] {
    font-family: 'Courier New', monospace !important;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════════
   RESULT CARDS
══════════════════════════════════════════════════════════ */
.result-card[b-cw7aqxyd4g] {
    margin-top: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

/* Invitation Key — verde */
.result-inv[b-cw7aqxyd4g] {
    border: .5px solid #bbf7d0;
}

    .result-inv .result-header[b-cw7aqxyd4g] {
        background: #f0fdf4;
    }

.r-avatar-inv[b-cw7aqxyd4g] {
    background: #22c55e;
}

.r-name-inv[b-cw7aqxyd4g] {
    color: #15803d;
}

.r-sub-inv[b-cw7aqxyd4g] {
    color: #15803d;
    opacity: .8;
}

.r-badge-inv[b-cw7aqxyd4g] {
    background: #22c55e;
    color: #fff;
}

/* Access Key — amarelo */
.result-acc[b-cw7aqxyd4g] {
    border: .5px solid #fde68a;
}

    .result-acc .result-header[b-cw7aqxyd4g] {
        background: #fefce8;
    }

.r-avatar-acc[b-cw7aqxyd4g] {
    background: #f59e0b;
    font-size: 1rem;
}

.r-name-acc[b-cw7aqxyd4g] {
    color: #713f12;
}

.r-sub-acc[b-cw7aqxyd4g] {
    color: #713f12;
    opacity: .8;
}

.r-badge-acc[b-cw7aqxyd4g] {
    background: #f59e0b;
    color: #fff;
}

/* Header compartilhado */
.result-header[b-cw7aqxyd4g] {
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    gap: .875rem;
}

.r-avatar[b-cw7aqxyd4g] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.r-info[b-cw7aqxyd4g] {
    flex: 1;
    min-width: 0;
}

.r-name[b-cw7aqxyd4g] {
    font-size: .9rem;
    font-weight: 700;
}

.r-sub[b-cw7aqxyd4g] {
    font-size: .75rem;
}

.r-badge[b-cw7aqxyd4g] {
    margin-left: auto;
    font-size: .65rem;
    font-weight: 700;
    padding: .2rem .5rem;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.r-badge-warn[b-cw7aqxyd4g] {
    background: #f59e0b;
    color: #fff;
}

/* Body Invitation / CNPJ */
.result-body[b-cw7aqxyd4g] {
    padding: .75rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .3rem .75rem;
    background: #fff;
}

.r-row[b-cw7aqxyd4g] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    color: #555;
}

    .r-row span[b-cw7aqxyd4g] {
        color: #1a1a1a;
    }

/* Body Access Key */
.result-body-acc[b-cw7aqxyd4g] {
    padding: .875rem 1rem;
    background: #fff;
}

.acc-row[b-cw7aqxyd4g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .78rem;
    color: #555;
    padding: .4rem 0;
    border-bottom: .5px solid #f0f0f0;
}

    .acc-row:last-child[b-cw7aqxyd4g] {
        border-bottom: none;
    }

    .acc-row span:last-child[b-cw7aqxyd4g] {
        font-weight: 700;
        color: #1a1a1a;
    }

/* ── IST pill ── */
.ist-pill[b-cw7aqxyd4g] {
    display: inline-flex;
    align-items: center;
    background: #ff8c00;
    color: #fff;
    border-radius: 6px;
    padding: .2rem .6rem;
    font-size: .72rem;
    font-weight: 700;
}

.ist-pill-sm[b-cw7aqxyd4g] {
    font-size: .68rem;
    padding: .15rem .5rem;
}

/* ══════════════════════════════════════════════════════════
   PÍLULA RESUMO (Steps 2 e 3)
══════════════════════════════════════════════════════════ */
.summary-pill[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    background: #fafafa;
    border: .5px solid #e4e4e7;
    border-radius: 8px;
    padding: .6rem 1rem;
    font-size: .78rem;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

    .summary-pill strong[b-cw7aqxyd4g] {
        color: #1a1a1a;
    }

/* ══════════════════════════════════════════════════════════
   FORM CARDS
══════════════════════════════════════════════════════════ */
.form-card[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e4e4e7;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.03);
    box-sizing: border-box;
}

.card-title[b-cw7aqxyd4g] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: .75rem;
}

/* ── Grid ── */
.fields-grid[b-cw7aqxyd4g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
}

.field-full[b-cw7aqxyd4g] {
    grid-column: span 2;
}

.field-group[b-cw7aqxyd4g] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.field-label[b-cw7aqxyd4g] {
    font-size: .75rem;
    font-weight: 700;
    color: #444;
    letter-spacing: .3px;
}

.req[b-cw7aqxyd4g] {
    color: #ff8c00;
}

.field-input[b-cw7aqxyd4g] {
    width: 100%;
    padding: .8rem .875rem;
    border: 2px solid #e4e4e7;
    border-radius: 8px;
    font-size: .9rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
    color: #1a1a1a;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
    box-sizing: border-box;
}

    .field-input:focus[b-cw7aqxyd4g] {
        border-color: #ff8c00;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(255,140,0,.1);
    }

.field-helper[b-cw7aqxyd4g] {
    font-size: .75rem;
    color: #888;
}

/* ══════════════════════════════════════════════════════════
   BANNERS
══════════════════════════════════════════════════════════ */
.error-banner[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-left: 4px solid #ef4444;
    border-radius: 0 8px 8px 0;
    padding: .875rem 1rem;
    font-size: .82rem;
    color: #be123c;
    box-sizing: border-box;
}

.warn-banner[b-cw7aqxyd4g] {
    margin-top: .875rem;
    padding: .875rem 1rem;
    background: #fefce8;
    border: .5px solid #fde68a;
    border-left: 4px solid #f59e0b;
    border-radius: 0 8px 8px 0;
    font-size: .82rem;
    color: #92400e;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn-register[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .875rem;
    padding: 1rem;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    box-shadow: 0 4px 16px rgba(255,140,0,.3);
    transition: all .2s;
    box-sizing: border-box;
}

    .btn-register:hover:not(:disabled)[b-cw7aqxyd4g] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(255,140,0,.4);
    }

    .btn-register:disabled[b-cw7aqxyd4g] {
        opacity: .6;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.btn-green[b-cw7aqxyd4g] {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    box-shadow: 0 4px 16px rgba(34,197,94,.3) !important;
}

    .btn-green:hover:not(:disabled)[b-cw7aqxyd4g] {
        box-shadow: 0 6px 20px rgba(34,197,94,.4) !important;
    }

/* ── Spinner ── */
.btn-spinner[b-cw7aqxyd4g] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-cw7aqxyd4g .7s linear infinite;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   TERMOS
══════════════════════════════════════════════════════════ */
.terms-row[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .875rem;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    cursor: pointer;
    box-sizing: border-box;
    background: #fafafa;
    border: .5px solid #e4e4e7;
    border-radius: 10px;
    padding: .875rem 1rem;
}

.custom-check[b-cw7aqxyd4g] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e4e4e7;
    border-radius: 5px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    transition: all .2s;
    margin-top: 1px;
}

    .custom-check.checked[b-cw7aqxyd4g] {
        background: #ff8c00;
        border-color: #ff8c00;
    }

.terms-text[b-cw7aqxyd4g] {
    font-size: .82rem;
    color: #555;
    line-height: 1.4;
}

.terms-link[b-cw7aqxyd4g] {
    color: #ff8c00;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════
   RESUMO SUCESSO
══════════════════════════════════════════════════════════ */
.resumo-list[b-cw7aqxyd4g] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.resumo-row[b-cw7aqxyd4g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .82rem;
    color: #555;
    padding: .5rem 0;
    border-bottom: .5px solid #f0f0f0;
}

    .resumo-row:last-child[b-cw7aqxyd4g] {
        border-bottom: none;
    }

    .resumo-row span:last-child[b-cw7aqxyd4g] {
        color: #1a1a1a;
        font-weight: 700;
        text-align: right;
    }

/* ══════════════════════════════════════════════════════════
   PASSWORD STRENGTH
══════════════════════════════════════════════════════════ */
.pwd-strength[b-cw7aqxyd4g] {
    display: flex;
    gap: .3rem;
    margin-top: .25rem;
}

.pwd-bar[b-cw7aqxyd4g] {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #e4e4e7;
    transition: background .3s;
}

    .pwd-bar.weak[b-cw7aqxyd4g] {
        background: #ef4444;
    }

    .pwd-bar.medium[b-cw7aqxyd4g] {
        background: #f59e0b;
    }

    .pwd-bar.strong[b-cw7aqxyd4g] {
        background: #22c55e;
    }

.hint-weak[b-cw7aqxyd4g] {
    color: #ef4444;
    font-weight: 700;
}

.hint-medium[b-cw7aqxyd4g] {
    color: #f59e0b;
    font-weight: 700;
}

.hint-strong[b-cw7aqxyd4g] {
    color: #22c55e;
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   FOOTER / LINKS
══════════════════════════════════════════════════════════ */
.footer-login[b-cw7aqxyd4g] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: .85rem;
    color: #777;
    box-sizing: border-box;
}

.login-link[b-cw7aqxyd4g] {
    color: #ff8c00;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s;
}

    .login-link:hover[b-cw7aqxyd4g] {
        opacity: .8;
        text-decoration: underline;
    }

@keyframes spin-b-cw7aqxyd4g {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .register-page[b-cw7aqxyd4g] {
        padding: 1.5rem;
    }

    .form-card[b-cw7aqxyd4g] {
        padding: 1.5rem;
    }

    .tipos-grid[b-cw7aqxyd4g] {
        grid-template-columns: 1fr;
    }

    .fields-grid[b-cw7aqxyd4g] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .field-full[b-cw7aqxyd4g] {
        grid-column: span 1;
    }

    .result-body[b-cw7aqxyd4g] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .register-page[b-cw7aqxyd4g] {
        padding: 1rem;
    }

    .form-card[b-cw7aqxyd4g] {
        padding: 1.25rem 1rem;
    }

    .register-title[b-cw7aqxyd4g] {
        font-size: 1.5rem;
    }
}
/* /Pages/Reload.razor.rz.scp.css */
/* ============================================================
   Jathaí — Reload (Seleção de Pacote)
   Reload.razor.css  (scoped)
   ============================================================ */

.reload-page[b-fz6sqlkga3] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Header ── */
.page-header[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.page-title[b-fz6sqlkga3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-fz6sqlkga3] {
    font-size: .82rem;
    color: #777;
}

.badge[b-fz6sqlkga3] {
    display: inline-block;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 10px;
}

.badge-amber[b-fz6sqlkga3] {
    background: #f59e0b;
    color: #fff;
}

.divider[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ── Saldo atual ── */
.balance-banner[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #1a1200, #2d2200 60%, #b8860b);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-label[b-fz6sqlkga3] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .3rem;
}

.balance-value[b-fz6sqlkga3] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
}

/* ── Section heading ── */
.section-heading[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .75rem;
    display: block;
    font-size: .62rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .8px;
}

/* ── Pack cards ── */
.packs-grid[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.pack-card[b-fz6sqlkga3] {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .2s;
    background: #fff;
    box-sizing: border-box;
}

    .pack-card:hover[b-fz6sqlkga3] {
        border-color: #fbbf24;
        box-shadow: 0 4px 16px rgba(251,191,36,.2);
    }

    .pack-card.selected[b-fz6sqlkga3] {
        border-color: #f59e0b;
        background: #fffbeb;
        box-shadow: 0 4px 20px rgba(251,191,36,.25);
    }

.pack-popular-badge[b-fz6sqlkga3] {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff8c00;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    padding: .25rem .6rem;
    border-radius: 0 0 0 8px;
    letter-spacing: .3px;
}

.pack-top[b-fz6sqlkga3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.pack-qty[b-fz6sqlkga3] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .pack-qty span[b-fz6sqlkga3] {
        font-size: 1rem;
        font-weight: 400;
        color: #aaa;
    }

.pack-radio[b-fz6sqlkga3] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #d4d4d8;
    flex-shrink: 0;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pack-radio.checked[b-fz6sqlkga3] {
        border-color: #f59e0b;
        background: #f59e0b;
    }

        .pack-radio.checked[b-fz6sqlkga3]::after {
            content: '';
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #fff;
            display: block;
        }

.pack-price[b-fz6sqlkga3] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d97706;
    margin-bottom: .2rem;
}

.pack-unit[b-fz6sqlkga3] {
    font-size: .7rem;
    color: #aaa;
    margin-bottom: .4rem;
}

.pack-badge[b-fz6sqlkga3] {
    display: inline-block;
    background: #dcfce7;
    color: #16a34a;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ── Botão continuar ── */
.btn-continue[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    padding: .9rem;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    box-sizing: border-box;
    box-shadow: 0 4px 14px rgba(245, 158, 11, .3);
    transition: opacity .2s, transform .15s;
}

    .btn-continue:hover[b-fz6sqlkga3] {
        opacity: .9;
        transform: translateY(-1px);
    }

/* ── Hint abaixo do botão ── */
.continue-hint[b-fz6sqlkga3] {
    width: 100%;
    max-width: 960px;
    margin: .6rem auto 0;
    text-align: center;
    font-size: .72rem;
    color: #aaa;
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .reload-page[b-fz6sqlkga3] {
        padding: 1.5rem;
    }

    .packs-grid[b-fz6sqlkga3] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .reload-page[b-fz6sqlkga3] {
        padding: 1rem;
    }
}
/* /Pages/ReloadPayment.razor.rz.scp.css */
/* ============================================================
   Jathaí — ReloadPayment (Pagamento PIX)
   ReloadPayment.razor.css  (scoped)
   ============================================================ */

.payment-page[b-vohspgngot] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Loading / Error states ── */
.loading-state[b-vohspgngot],
.error-state[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    margin: 4rem auto;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.loading-icon[b-vohspgngot],
.error-icon[b-vohspgngot] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.loading-state p[b-vohspgngot],
.error-state p[b-vohspgngot] {
    font-size: .85rem;
    color: #777;
    margin-bottom: 1.5rem;
}

/* ── Header ── */
.page-header[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.back-link[b-vohspgngot] {
    display: inline-block;
    font-size: .75rem;
    color: #888;
    cursor: pointer;
    margin-bottom: .75rem;
    transition: color .2s;
}

    .back-link:hover[b-vohspgngot] {
        color: #ff8c00;
    }

.page-title[b-vohspgngot] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-vohspgngot] {
    font-size: .82rem;
    color: #777;
}

.divider[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ── Resumo do pacote ── */
.summary-card[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #1a1200, #2d2200 60%, #b8860b);
    border-radius: 12px;
    padding: 1rem 1.5rem;
}

.summary-header[b-vohspgngot] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.summary-label[b-vohspgngot] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
}

.summary-qty[b-vohspgngot] {
    font-size: .85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
}

/* ── Breakdown de valores ── */
.summary-breakdown[b-vohspgngot] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.breakdown-row[b-vohspgngot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breakdown-desc[b-vohspgngot] {
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
}

.breakdown-val[b-vohspgngot] {
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
    font-family: 'Courier New', monospace;
}

.breakdown-divider[b-vohspgngot] {
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin: .35rem 0;
}

.breakdown-row.total .breakdown-desc[b-vohspgngot] {
    font-size: .85rem;
    font-weight: 700;
    color: #fbbf24;
}

.breakdown-total[b-vohspgngot] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fbbf24;
    font-family: 'Courier New', monospace;
}

/* ── QR Card ── */
.qr-card[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.25rem;
}

.qr-card-title[b-vohspgngot] {
    font-size: .72rem;
    font-weight: 700;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .875rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #f4f4f5;
}

.qr-label[b-vohspgngot] {
    color: #d97706;
}

.qr-body[b-vohspgngot] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* QR Code col */
.qr-col[b-vohspgngot] {
    flex-shrink: 0;
    text-align: center;
}

.qr-box[b-vohspgngot] {
    width: 148px;
    height: 148px;
    border: 3px solid #1a1a1a;
    border-radius: 8px;
    padding: 7px;
    background: #fff;
    margin: 0 auto .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qr-box canvas[b-vohspgngot],
    .qr-box img[b-vohspgngot] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-hint[b-vohspgngot] {
    font-size: .68rem;
    color: #aaa;
}

/* Right col */
.qr-right[b-vohspgngot] {
    flex: 1;
    min-width: 240px;
}

.copy-label[b-vohspgngot] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
    margin-bottom: .5rem;
}

.copy-row[b-vohspgngot] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: .6rem .75rem;
    margin-bottom: 1rem;
}

.copy-payload[b-vohspgngot] {
    flex: 1;
    font-size: .68rem;
    font-family: 'Courier New', monospace;
    color: #71717a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-btn[b-vohspgngot] {
    background: #f59e0b;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .35rem .75rem;
    font-size: .68rem;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
}

    .copy-btn:hover[b-vohspgngot] {
        background: #d97706;
    }

    .copy-btn.copied[b-vohspgngot] {
        background: #16a34a;
    }

.after-payment-box[b-vohspgngot] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: .875rem;
}

.after-payment-title[b-vohspgngot] {
    font-size: .72rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: .25rem;
}

.after-payment-text[b-vohspgngot] {
    font-size: .72rem;
    color: #78350f;
    line-height: 1.5;
}

/* ── Botão confirmar ── */
.btn-confirm[b-vohspgngot] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    padding: .9rem;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    box-sizing: border-box;
    box-shadow: 0 4px 14px rgba(245, 158, 11, .3);
    transition: opacity .2s, transform .15s;
}

    .btn-confirm:hover:not(:disabled)[b-vohspgngot] {
        opacity: .9;
        transform: translateY(-1px);
    }

    .btn-confirm:disabled[b-vohspgngot] {
        opacity: .5;
        cursor: not-allowed;
    }

/* ── Spinner ── */
.btn-spinner[b-vohspgngot] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-vohspgngot .7s linear infinite;
    flex-shrink: 0;
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .payment-page[b-vohspgngot] {
        padding: 1.5rem;
    }

    .qr-body[b-vohspgngot] {
        flex-direction: column;
        align-items: center;
    }

    .qr-right[b-vohspgngot] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .payment-page[b-vohspgngot] {
        padding: 1rem;
    }
}

@keyframes spin-b-vohspgngot {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Terms.razor.rz.scp.css */
/* ============================================================
   Jathaí — Terms.razor.css  (scoped)
   ============================================================ */

.terms-page[b-woh33ak2ok] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: calc(100vh - 200px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

/* ── Hero ── */
.terms-bee[b-woh33ak2ok] {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.terms-title[b-woh33ak2ok] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.terms-sub[b-woh33ak2ok] {
    font-size: .82rem;
    color: #777;
}

.divider[b-woh33ak2ok] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .875rem auto 1.5rem;
}

/* ── Índice rápido ── */
.terms-nav[b-woh33ak2ok] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.terms-nav-link[b-woh33ak2ok] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .4rem .875rem;
    border-radius: 20px;
    border: 1.5px solid #ff8c00;
    color: #ff8c00;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, color .2s;
}

    .terms-nav-link:hover[b-woh33ak2ok] {
        background: #ff8c00;
        color: #fff;
    }

/* ── Card principal ── */
.terms-card[b-woh33ak2ok] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e4e4e7;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.03);
    box-sizing: border-box;
}

.terms-card-title[b-woh33ak2ok] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-bottom: 2px solid #ff8c00;
    padding-bottom: .75rem;
}

.terms-version[b-woh33ak2ok] {
    font-size: .72rem;
    color: #aaa;
    margin-bottom: 1.5rem;
}

/* ── Seção interna ── */
.terms-section[b-woh33ak2ok] {
    margin-bottom: 1.5rem;
}

    .terms-section:last-child[b-woh33ak2ok] {
        margin-bottom: 0;
    }

.terms-section-title[b-woh33ak2ok] {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .5rem;
}

.terms-section p[b-woh33ak2ok] {
    font-size: .82rem;
    color: #444;
    line-height: 1.75;
    margin: 0 0 .5rem;
}

.terms-section strong[b-woh33ak2ok] {
    color: #1a1a1a;
}

/* ── Lista ── */
.terms-list[b-woh33ak2ok] {
    margin: .25rem 0 .5rem 1.25rem;
    padding: 0;
    list-style: disc;
}

    .terms-list li[b-woh33ak2ok] {
        font-size: .82rem;
        color: #444;
        line-height: 1.75;
        margin-bottom: .25rem;
    }

        .terms-list li strong[b-woh33ak2ok] {
            color: #1a1a1a;
        }

/* ── Tabela ── */
.terms-table-wrap[b-woh33ak2ok] {
    overflow-x: auto;
    margin: .5rem 0;
}

.terms-table[b-woh33ak2ok] {
    width: 100%;
    border-collapse: collapse;
    font-size: .78rem;
    color: #444;
}

    .terms-table th[b-woh33ak2ok] {
        background: #f4f4f5;
        color: #1a1a1a;
        font-weight: 700;
        padding: .6rem .875rem;
        text-align: left;
        border: .5px solid #e4e4e7;
    }

    .terms-table td[b-woh33ak2ok] {
        padding: .6rem .875rem;
        border: .5px solid #e4e4e7;
        vertical-align: top;
        line-height: 1.5;
    }

    .terms-table tr:nth-child(even) td[b-woh33ak2ok] {
        background: #fafafa;
    }

/* ── Rodapé ── */
.terms-footer[b-woh33ak2ok] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: .72rem;
    color: #aaa;
}

/* ── Botão voltar ── */
.btn-back[b-woh33ak2ok] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto .875rem;
    padding: .875rem;
    border-radius: 10px;
    border: 2px solid #e4e4e7;
    background: #fafafa;
    color: #555;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: all .2s;
    box-sizing: border-box;
}

    .btn-back:hover[b-woh33ak2ok] {
        border-color: #ff8c00;
        color: #ff8c00;
        background: #fff;
    }

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .terms-page[b-woh33ak2ok] {
        padding: 1.5rem;
    }

    .terms-card[b-woh33ak2ok] {
        padding: 1.5rem;
    }

    .terms-table[b-woh33ak2ok] {
        font-size: .72rem;
    }
}

@media (max-width: 480px) {
    .terms-page[b-woh33ak2ok] {
        padding: 1rem;
    }

    .terms-card[b-woh33ak2ok] {
        padding: 1.25rem 1rem;
    }

    .terms-title[b-woh33ak2ok] {
        font-size: 1.5rem;
    }

    .terms-nav[b-woh33ak2ok] {
        flex-direction: column;
    }
}
/* /Shared/PwaInstallButton.razor.rz.scp.css */
.btn-pwa-install[b-t9yge34boo] {
    background-color: #ff8c00;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .btn-pwa-install:hover[b-t9yge34boo] {
        opacity: 0.85;
    }
/* /Shared/UpdateValidator.razor.rz.scp.css */
.update-alert[b-z0nuoqfd0g] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FF8C00; /* Cor do Jathaí */
    color: white;
    padding: 15px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}
