@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.2drl8nn3fe.bundle.scp.css';

/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-frhw3o382j] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-frhw3o382j] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-frhw3o382j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-frhw3o382j] {
        margin: 0;
    }

.link[b-frhw3o382j] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-frhw3o382j] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-frhw3o382j] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-832hya2mka], body[b-832hya2mka] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important;
}

*[b-832hya2mka], *[b-832hya2mka]::before, *[b-832hya2mka]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.container[b-832hya2mka] {
    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[b-832hya2mka] {
    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[b-832hya2mka] {
        margin-right: auto !important;
    }

.link[b-832hya2mka] {
    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[b-832hya2mka] {
        color: #fff !important;
        text-decoration: underline !important;
    }

.logo-img[b-832hya2mka] {
    height: 120px;
    width: 120px;
    max-height: 120px;
    display: block;
}

/* SCROLLÁVEL — cresce e rola */
.main-content[b-832hya2mka] {
    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[b-832hya2mka] {
    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[b-832hya2mka] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-832hya2mka] {
        padding: 10px 15px !important;
    }

    .link[b-832hya2mka] {
        font-size: 14px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    .header[b-832hya2mka] {
        padding: 8px 12px !important;
    }

    .link[b-832hya2mka] {
        font-size: 13px !important;
        margin-left: 12px !important;
    }

    .footer[b-832hya2mka] {
        font-size: 10px !important;
        min-height: 60px !important;
        padding: 0 10px !important;
    }
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
body[b-4l9svhj7sc] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-4l9svhj7sc] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-4l9svhj7sc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-4l9svhj7sc] {
        margin: 0;
    }

.link[b-4l9svhj7sc] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-4l9svhj7sc] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-4l9svhj7sc] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   JATAI - MainLayout com Menu Lateral
   ============================================ */

html[b-o9hu6ffj9w], body[b-o9hu6ffj9w] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important;
}

*[b-o9hu6ffj9w], *[b-o9hu6ffj9w]::before, *[b-o9hu6ffj9w]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.container[b-o9hu6ffj9w] {
    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;
    position: relative !important;
}

/* ========== OVERLAY ========== */
.menu-overlay[b-o9hu6ffj9w] {
    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-o9hu6ffj9w] {
        opacity: 1;
        visibility: visible;
    }

/* ========== SIDEBAR ========== */
.sidebar[b-o9hu6ffj9w] {
    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-o9hu6ffj9w] {
        left: 0;
    }

/* ========== HEADER — FIXO, não encolhe ========== */
.header[b-o9hu6ffj9w] {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    height: 120px !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    gap: 0 !important;
    position: relative;
    z-index: 10;
    font-family: Tahoma, sans-serif !important;
}

.logo-button[b-o9hu6ffj9w] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin-right: auto !important;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .logo-button:hover[b-o9hu6ffj9w] {
        transform: scale(1.02);
        opacity: 0.9;
    }

    .logo-button:active[b-o9hu6ffj9w] {
        transform: scale(0.98);
    }

    .logo-button:focus[b-o9hu6ffj9w] {
        outline: 2px solid #ff8c00;
        outline-offset: 4px;
        border-radius: 4px;
    }

.logo-img[b-o9hu6ffj9w] {
    height: 120px;
    width: 120px;
    max-height: 120px;
    display: block;
}

.header-links[b-o9hu6ffj9w] {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

    .header-links span[b-o9hu6ffj9w] {
        color: #666 !important;
        font-size: 14px !important;
    }

.link[b-o9hu6ffj9w] {
    color: #ff8c00 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

    .link:hover[b-o9hu6ffj9w] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* ========== MAIN — SCROLLÁVEL, cresce e rola ========== */
.main-content[b-o9hu6ffj9w] {
    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;
}

/* ========== FOOTER — FIXO, não encolhe ========== */
.footer[b-o9hu6ffj9w] {
    background-color: #000000 !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    font-family: Tahoma, sans-serif !important;
}

#app[b-o9hu6ffj9w] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-o9hu6ffj9w] {
        padding: 10px 15px !important;
    }

    .link[b-o9hu6ffj9w] {
        font-size: 14px !important;
    }

    .header-links[b-o9hu6ffj9w] {
        gap: 12px !important;
    }

    .sidebar[b-o9hu6ffj9w] {
        width: 260px;
        left: -260px;
    }

        .sidebar.open[b-o9hu6ffj9w] {
            left: 0;
        }
}

@media (max-width: 480px) {
    .header[b-o9hu6ffj9w] {
        padding: 8px 12px !important;
    }

    .link[b-o9hu6ffj9w] {
        font-size: 13px !important;
    }

    .header-links[b-o9hu6ffj9w] {
        gap: 10px !important;
    }

        .header-links span[b-o9hu6ffj9w] {
            font-size: 12px !important;
        }

    .footer[b-o9hu6ffj9w] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }

    .sidebar[b-o9hu6ffj9w] {
        width: 85vw;
        max-width: 300px;
        left: -85vw;
    }

        .sidebar.open[b-o9hu6ffj9w] {
            left: 0;
        }
}

/* ========== UX ========== */
body.menu-open[b-o9hu6ffj9w] {
    overflow: hidden !important;
}

.sidebar[b-o9hu6ffj9w]  .nav-link {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar.open[b-o9hu6ffj9w]  .nav-link {
    transform: translateX(0);
    opacity: 1;
}

    .sidebar.open[b-o9hu6ffj9w]  .nav-link:nth-child(1) {
        transition-delay: 0.05s;
    }

    .sidebar.open[b-o9hu6ffj9w]  .nav-link:nth-child(2) {
        transition-delay: 0.1s;
    }

    .sidebar.open[b-o9hu6ffj9w]  .nav-link:nth-child(3) {
        transition-delay: 0.15s;
    }

    .sidebar.open[b-o9hu6ffj9w]  .nav-link:nth-child(4) {
        transition-delay: 0.2s;
    }

    .sidebar.open[b-o9hu6ffj9w]  .nav-link:nth-child(5) {
        transition-delay: 0.25s;
    }
/* /Pages/Bills.razor.rz.scp.css */
/* ============================================================
   Jathaí — Bills (Minhas Contas)
   Bills.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.bills-page[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    width: 100%; /* ⚡ Garante largura */
    max-width: 960px; /* ⚡ Limite central */
    margin: 0 auto 1rem; /* ⚡ Centraliza */
    box-sizing: border-box;
}

.page-title[b-g1ajg4gjsf] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-g1ajg4gjsf] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    text-align: center;
}

.summary-label[b-g1ajg4gjsf] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .4rem;
}

.summary-value[b-g1ajg4gjsf] {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem;
}

    .summary-value.amber[b-g1ajg4gjsf] {
        color: #fbbf24;
    }

    .summary-value.green[b-g1ajg4gjsf] {
        color: #4ade80;
    }

    .summary-value.red[b-g1ajg4gjsf] {
        color: #fca5a5;
    }

.summary-sub[b-g1ajg4gjsf] {
    font-size: .65rem;
    color: rgba(255, 255, 255, .45);
}

    .summary-sub.sub-urgent[b-g1ajg4gjsf] {
        color: #fca5a5;
        font-weight: 700;
    }

.summary-sep[b-g1ajg4gjsf] {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, .2);
}

/* ══════════════════════════════════════════════════════════
   ALERT BANNER
══════════════════════════════════════════════════════════ */
.alert-banner[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.alert-title[b-g1ajg4gjsf] {
    font-size: .82rem;
    font-weight: 700;
    color: #e67e00;
    margin-bottom: .15rem;
}

.alert-desc[b-g1ajg4gjsf] {
    font-size: .75rem;
    color: #7f4000;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   SECTION HEADING
══════════════════════════════════════════════════════════ */
.section-heading[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    border-left: 4px solid #ff8c00;
    cursor: pointer;
}

.item-expired[b-g1ajg4gjsf] {
    border-left: 4px solid #c62828;
    cursor: pointer;
}

.item-paid[b-g1ajg4gjsf] {
    border-left: 4px solid #e4e4e7;
    opacity: .7;
}

.item-pending:hover[b-g1ajg4gjsf] {
    box-shadow: 0 2px 8px rgba(255, 140, 0, .12);
}

.item-expired:hover[b-g1ajg4gjsf] {
    box-shadow: 0 2px 8px rgba(198, 40, 40, .12);
}

/* Avatar */
.bill-avatar[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    flex: 1;
    min-width: 0;
}

.bill-name[b-g1ajg4gjsf] {
    font-size: .85rem;
    font-weight: 600;
    color: #18181b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bill-desc[b-g1ajg4gjsf] {
    font-size: .7rem;
    color: #a1a1aa;
    margin-top: 2px;
}

.badge-expired[b-g1ajg4gjsf] {
    color: #c62828;
    font-weight: 700;
}

/* Valor + status */
.bill-right[b-g1ajg4gjsf] {
    text-align: right;
    flex-shrink: 0;
    margin-right: .5rem;
}

.bill-amount[b-g1ajg4gjsf] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
}

.bill-status[b-g1ajg4gjsf] {
    font-size: .65rem;
    font-weight: 700;
    margin-top: 2px;
}

.s-pending[b-g1ajg4gjsf] {
    color: #ff8c00;
}

.s-expired[b-g1ajg4gjsf] {
    color: #c62828;
}

.s-paid[b-g1ajg4gjsf] {
    color: #16a34a;
}

/* Ações */
.bill-actions[b-g1ajg4gjsf] {
    display: flex;
    gap: .4rem;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
        opacity: .5;
        cursor: not-allowed;
    }

    .btn:hover:not(:disabled)[b-g1ajg4gjsf] {
        opacity: .88;
    }

.btn-approve[b-g1ajg4gjsf] {
    background: #4caf50;
    color: #fff;
}

.btn-reject[b-g1ajg4gjsf] {
    background: #fff;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.btn-detail[b-g1ajg4gjsf] {
    background: #f5f5f5;
    color: #555;
    border: 1px solid #e0e0e0;
}

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-g1ajg4gjsf .9s linear infinite;
}

.loading-text[b-g1ajg4gjsf] {
    font-size: .8rem;
    color: #999;
}

.error-banner[b-g1ajg4gjsf] {
    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-g1ajg4gjsf] {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .bills-page[b-g1ajg4gjsf] {
        padding: 1.5rem;
    }

    .summary-banner[b-g1ajg4gjsf] {
        padding: 1.25rem;
        flex-direction: column;
        gap: 1rem;
    }

    .summary-sep[b-g1ajg4gjsf] {
        width: 80%;
        height: 1px;
    }

    .bill-item[b-g1ajg4gjsf] {
        flex-wrap: wrap;
    }

    .bill-info[b-g1ajg4gjsf] {
        min-width: 200px;
    }

    .bill-actions[b-g1ajg4gjsf] {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .bills-page[b-g1ajg4gjsf] {
        padding: 1rem;
    }

    .bill-actions[b-g1ajg4gjsf] {
        flex-direction: column;
    }

    .btn[b-g1ajg4gjsf] {
        width: 100%;
        justify-content: center;
    }
}

@keyframes spin-b-g1ajg4gjsf {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/ChargeDetails.razor.rz.scp.css */
/* ============================================================
   Jathaí — Detalhes da Cobrança
   ChargeDetails.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.details-full[b-s3hln2q4iw] {
    width: 100%;
    max-width: 960px;
    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;
    gap: 1rem;
}

/* ── Título ── */
.page-title[b-s3hln2q4iw] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .2rem;
}

.page-subtitle[b-s3hln2q4iw] {
    font-size: .82rem;
    color: #777;
    margin-bottom: .5rem;
}

.id-badge[b-s3hln2q4iw] {
    font-family: 'Courier New', monospace;
    font-size: .75rem;
    background: #f0f0f0;
    padding: 2px 7px;
    border-radius: 4px;
    color: #555;
}

/* ── Hero Card ── */
.hero-card[b-s3hln2q4iw] {
    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-s3hln2q4iw] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.hero-avatar[b-s3hln2q4iw] {
    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-s3hln2q4iw] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.hero-desc[b-s3hln2q4iw] {
    color: #ddd;
    font-size: .75rem;
    margin-top: .2rem;
}

.hero-amount[b-s3hln2q4iw] {
    text-align: right;
}

.hero-value[b-s3hln2q4iw] {
    color: #ff8c00;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
}

    .hero-value small[b-s3hln2q4iw] {
        font-size: .82rem;
    }

/* ── Status Pills ── */
.status-pill[b-s3hln2q4iw] {
    display: inline-block;
    margin-top: .3rem;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap;
}

.pill-pending[b-s3hln2q4iw] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.pill-paid[b-s3hln2q4iw] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-approved[b-s3hln2q4iw] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-rejected[b-s3hln2q4iw] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ── Cards ── */
.card[b-s3hln2q4iw] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    padding: 1rem 1.25rem;
}

.card-title[b-s3hln2q4iw] {
    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-s3hln2q4iw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .875rem 1.5rem;
}

.info-item label[b-s3hln2q4iw] {
    display: block;
    font-size: .6rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .2rem;
    font-weight: 700;
}

.info-item span[b-s3hln2q4iw] {
    font-size: .82rem;
    color: #1a1a1a;
    font-weight: 600;
}

.value-highlight[b-s3hln2q4iw] {
    color: #ff8c00 !important;
    font-weight: 700 !important;
}

.txt-paid[b-s3hln2q4iw] {
    color: #2e7d32 !important;
    font-weight: 700;
}

.txt-approved[b-s3hln2q4iw] {
    color: #2e7d32 !important;
    font-weight: 700;
}

.txt-rejected[b-s3hln2q4iw] {
    color: #c62828 !important;
    font-weight: 700;
}

.txt-pending[b-s3hln2q4iw] {
    color: #e67e00 !important;
    font-weight: 700;
}

/* ── Nota Fiscal ── */
.nf-badge[b-s3hln2q4iw] {
    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-s3hln2q4iw] {
    font-size: .78rem;
    color: #aaa;
    font-style: italic;
}

/* ── Botão Painel ── */
.btn-dashboard[b-s3hln2q4iw] {
    width: 100%;
    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-s3hln2q4iw] {
        background: #e67e00;
        transform: translateY(-1px);
    }

    .btn-dashboard:active[b-s3hln2q4iw] {
        transform: translateY(0);
    }

/* ── Loading / Empty ── */
.loading-state[b-s3hln2q4iw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-s3hln2q4iw] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-s3hln2q4iw .9s linear infinite;
}

.loading-text[b-s3hln2q4iw] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-s3hln2q4iw] {
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-s3hln2q4iw] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-s3hln2q4iw] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-s3hln2q4iw] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}

/* ── Responsivo ── */
@media (max-width: 600px) {
    .details-full[b-s3hln2q4iw] {
        padding: 1.5rem;
    }

    .info-grid[b-s3hln2q4iw] {
        grid-template-columns: 1fr;
    }

    .hero-card[b-s3hln2q4iw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-amount[b-s3hln2q4iw] {
        text-align: left;
    }
}

@keyframes spin-b-s3hln2q4iw {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Charges.razor.rz.scp.css */
/* ============================================================
   Jathaí — Charges (Nova Cobrança)
   Charges.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.charges-page[b-02ytxhflqt] {
    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-02ytxhflqt] {
    width: 100%; /* ⚡ Garante que não encolha */
    max-width: 960px; /* ⚡ Limita a 960px */
    margin: 0 auto 1rem; /* ⚡ Centraliza na tela */
}

.page-title[b-02ytxhflqt] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-02ytxhflqt] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-02ytxhflqt] {
    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-02ytxhflqt] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 2rem;
}

.step[b-02ytxhflqt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
}

.step-circle[b-02ytxhflqt] {
    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-02ytxhflqt] {
    background: #ff8c00;
    color: #fff;
    border: 2px solid #ff8c00;
}

.circle-active[b-02ytxhflqt] {
    background: #ff8c00;
    color: #fff;
    border: 2px solid #ff8c00;
}

.circle-pending[b-02ytxhflqt] {
    background: #fff;
    color: #aaa;
    border: 2px solid #e0e0e0;
}

.step-label[b-02ytxhflqt] {
    font-size: .65rem;
    font-weight: 700;
    white-space: nowrap;
}

.label-active[b-02ytxhflqt] {
    color: #ff8c00;
}

.label-pending[b-02ytxhflqt] {
    color: #bbb;
}

.step-line[b-02ytxhflqt] {
    flex: 1;
    height: 2px;
    margin: 0 .5rem;
    margin-bottom: 1.1rem;
    transition: background .3s;
}

.line-done[b-02ytxhflqt] {
    background: #ff8c00;
}

.line-pending[b-02ytxhflqt] {
    background: #e0e0e0;
}

/* ══════════════════════════════════════════════════════════
   FORM CARD
══════════════════════════════════════════════════════════ */
.form-card[b-02ytxhflqt] {
    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-02ytxhflqt] {
    background: #fff8f0;
    padding: .875rem 1.25rem;
    border-bottom: 1px solid #ffe0b2;
    display: flex;
    align-items: center;
    gap: .875rem;
}

.step-badge[b-02ytxhflqt] {
    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-02ytxhflqt] {
    font-size: .9rem;
    font-weight: 700;
    color: #e67e00;
}

.card-header-sub[b-02ytxhflqt] {
    font-size: .7rem;
    color: #a0522d;
    margin-top: .1rem;
}

.card-body[b-02ytxhflqt] {
    padding: 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   FIELDS GRID — responsivo
══════════════════════════════════════════════════════════ */
.fields-grid[b-02ytxhflqt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* Ocupa linha inteira */
.field-full[b-02ytxhflqt] {
    grid-column: span 3;
}

.field-group[b-02ytxhflqt] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.field-label[b-02ytxhflqt] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
    letter-spacing: .3px;
}

.req[b-02ytxhflqt] {
    color: #ff8c00;
}

.field-optional[b-02ytxhflqt] {
    font-size: .68rem;
    font-weight: 400;
    color: #aaa;
}

.field-input[b-02ytxhflqt] {
    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-02ytxhflqt] {
        border-color: #ff8c00;
        background: #fff;
    }

.input-error[b-02ytxhflqt] {
    border-color: #c62828 !important;
}

.input-success[b-02ytxhflqt] {
    border-color: #4caf50 !important;
    background: #f9fff9 !important;
}

.field-helper[b-02ytxhflqt] {
    font-size: .65rem;
    color: #aaa;
}

.field-error[b-02ytxhflqt] {
    font-size: .65rem;
    color: #c62828;
    font-weight: 600;
}

/* Input row — input + botão lado a lado */
.input-row[b-02ytxhflqt] {
    display: flex;
    gap: .5rem;
}

    .input-row .field-input[b-02ytxhflqt] {
        flex: 1;
    }

/* ══════════════════════════════════════════════════════════
   UPLOAD
══════════════════════════════════════════════════════════ */
.upload-zone[b-02ytxhflqt] {
    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-02ytxhflqt] {
        border-color: #ff8c00;
        background: #fff8f0;
    }

.upload-input[b-02ytxhflqt] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-icon[b-02ytxhflqt] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: .35rem;
}

.upload-label[b-02ytxhflqt] {
    font-size: .8rem;
    font-weight: 700;
    color: #777;
    display: block;
}

.upload-hint[b-02ytxhflqt] {
    font-size: .65rem;
    color: #aaa;
    margin-top: .2rem;
    display: block;
}

.upload-progress[b-02ytxhflqt] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .875rem 1rem;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: .8rem;
    color: #555;
}

.upload-done[b-02ytxhflqt] {
    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-02ytxhflqt] {
    background: transparent;
    border: none;
    color: #c62828;
    font-size: .9rem;
    cursor: pointer;
    padding: .2rem .4rem;
    border-radius: 4px;
    transition: background .15s;
}

    .btn-remove:hover[b-02ytxhflqt] {
        background: #ffebee;
    }

/* ══════════════════════════════════════════════════════════
   RESULTADO DA BUSCA
══════════════════════════════════════════════════════════ */
.result-card[b-02ytxhflqt] {
    border-radius: 8px;
    overflow: hidden;
    margin-top: .5rem;
}

.result-found[b-02ytxhflqt] {
    border: 2px solid #4caf50;
}

.result-notfound[b-02ytxhflqt] {
    border: 2px solid #ff8c00;
}

.result-header[b-02ytxhflqt] {
    padding: .625rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.result-header-found[b-02ytxhflqt] {
    background: #e8f5e9;
}

.result-header-notfound[b-02ytxhflqt] {
    background: #fff8f0;
}

.result-header-title[b-02ytxhflqt] {
    font-size: .82rem;
    font-weight: 700;
}

.result-header-found .result-header-title[b-02ytxhflqt] {
    color: #2e7d32;
}

.result-header-notfound .result-header-title[b-02ytxhflqt] {
    color: #e67e00;
}

.result-header-sub[b-02ytxhflqt] {
    font-size: .7rem;
    color: #388e3c;
}

.result-body[b-02ytxhflqt] {
    padding: .875rem 1rem;
    background: #fff;
}

.result-body-row[b-02ytxhflqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.result-notfound-text[b-02ytxhflqt] {
    font-size: .78rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* ── Customer chip ── */
.customer-chip[b-02ytxhflqt] {
    display: flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: .875rem;
}

.customer-chip-selected[b-02ytxhflqt] {
    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-02ytxhflqt] {
    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-02ytxhflqt] {
    background: #388e3c;
}

.customer-info[b-02ytxhflqt] {
    flex: 1;
}

.customer-name[b-02ytxhflqt] {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.customer-meta[b-02ytxhflqt] {
    font-size: .68rem;
    color: #777;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.check-icon[b-02ytxhflqt] {
    font-size: 1.2rem;
    color: #4caf50;
}

/* ══════════════════════════════════════════════════════════
   INFO BANNERS
══════════════════════════════════════════════════════════ */
.info-banner[b-02ytxhflqt] {
    padding: .625rem .875rem;
    border-radius: 0;
    font-size: .72rem;
    line-height: 1.6;
}

.info-banner-green[b-02ytxhflqt] {
    background: #e8f5e9;
    border-left: 3px solid #4caf50;
    color: #1b5e20;
}

.info-banner-orange[b-02ytxhflqt] {
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    color: #7f4000;
}

.info-banner-red[b-02ytxhflqt] {
    background: #ffebee;
    border-left: 3px solid #c62828;
    color: #7f0000;
}

.error-banner[b-02ytxhflqt] {
    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-02ytxhflqt] {
    border-color: #ff8c00;
}

.confirm-hero[b-02ytxhflqt] {
    background: #ff8c00;
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.confirm-hero-label[b-02ytxhflqt] {
    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-02ytxhflqt] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: .25rem;
}

.confirm-hero-sub[b-02ytxhflqt] {
    font-size: .78rem;
    color: rgba(255, 255, 255, .85);
}

/* Summary list */
.summary-list[b-02ytxhflqt] {
    border-top: 1px solid #f0f0f0;
}

.summary-row[b-02ytxhflqt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #f5f5f5;
}

.summary-label[b-02ytxhflqt] {
    font-size: .7rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.summary-value[b-02ytxhflqt] {
    font-size: .85rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
}

.summary-mono[b-02ytxhflqt] {
    font-family: 'Courier New', monospace;
    font-size: .78rem;
}

.summary-green[b-02ytxhflqt] {
    color: #2e7d32;
}

.summary-muted[b-02ytxhflqt] {
    color: #aaa;
    font-weight: 400;
}

/* ══════════════════════════════════════════════════════════
   STEP 4 — SUCESSO
══════════════════════════════════════════════════════════ */
.success-card[b-02ytxhflqt] {
    border-color: #4caf50;
}

.success-hero[b-02ytxhflqt] {
    background: #e8f5e9;
    padding: 2rem 1.25rem;
    text-align: center;
}

.success-icon[b-02ytxhflqt] {
    font-size: 2.5rem;
    margin-bottom: .75rem;
}

.success-title[b-02ytxhflqt] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: .35rem;
}

.success-sub[b-02ytxhflqt] {
    font-size: .82rem;
    color: #388e3c;
    line-height: 1.6;
}

.tag-sent[b-02ytxhflqt] {
    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-02ytxhflqt] {
    display: flex;
    gap: .75rem;
    width: 100%;
    max-width: 960px;
    margin: 1.25rem auto 0;
}

.btn[b-02ytxhflqt] {
    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-02ytxhflqt] {
        opacity: .55;
        cursor: not-allowed;
    }

    .btn:hover:not(:disabled)[b-02ytxhflqt] {
        opacity: .9;
        transform: translateY(-1px);
    }

.btn-primary[b-02ytxhflqt] {
    background: #ff8c00;
    color: #fff;
}

.btn-secondary[b-02ytxhflqt] {
    background: #fff;
    color: #666;
    border: 2px solid #e0e0e0;
}

.btn-outline-orange[b-02ytxhflqt] {
    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-02ytxhflqt] {
        opacity: .85;
    }

.btn-full[b-02ytxhflqt] {
    flex: 1;
}

/* Badge */
.badge[b-02ytxhflqt] {
    display: inline-block;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 10px;
}

.badge-orange[b-02ytxhflqt] {
    background: #ff8c00;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   SPINNER
══════════════════════════════════════════════════════════ */
.btn-spinner[b-02ytxhflqt] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-02ytxhflqt .7s linear infinite;
    flex-shrink: 0;
}

.spinner-dark[b-02ytxhflqt] {
    border-color: rgba(0, 0, 0, .15);
    border-top-color: #555;
}

/* ══════════════════════════════════════════════════════════
   ANIMAÇÃO
══════════════════════════════════════════════════════════ */
.fade-in[b-02ytxhflqt] {
    animation: fadeIn-b-02ytxhflqt .3s ease-out;
}

@keyframes fadeIn-b-02ytxhflqt {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-02ytxhflqt {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
/* Tablet — 2 colunas */
@media (max-width: 1024px) {
    .fields-grid[b-02ytxhflqt] {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-full[b-02ytxhflqt] {
        grid-column: span 2;
    }
}

/* Mobile largo — 2 colunas compactas */
@media (max-width: 768px) {
    .charges-page[b-02ytxhflqt] {
        padding: 1.5rem;
    }

    .fields-grid[b-02ytxhflqt] {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-full[b-02ytxhflqt] {
        grid-column: span 2;
    }

    .confirm-hero-value[b-02ytxhflqt] {
        font-size: 2rem;
    }

    .footer-actions[b-02ytxhflqt] {
        flex-direction: column;
    }

    .btn-secondary[b-02ytxhflqt] {
        order: 2;
    }

    .btn-full[b-02ytxhflqt] {
        order: 1;
    }
}

/* Mobile pequeno — 1 coluna */
@media (max-width: 480px) {
    .charges-page[b-02ytxhflqt] {
        padding: 1rem;
    }

    .fields-grid[b-02ytxhflqt] {
        grid-template-columns: 1fr;
    }

    .field-full[b-02ytxhflqt] {
        grid-column: span 1;
    }

    .stepper[b-02ytxhflqt] {
        gap: 0;
    }

    .step-label[b-02ytxhflqt] {
        font-size: .58rem;
    }

    .result-body-row[b-02ytxhflqt] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Customers.razor.rz.scp.css */
/* ============================================================
   Jathaí — Customers (Carteira de Clientes)
   Customers.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.customers-page[b-hhulwkjg41] {
    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-hhulwkjg41] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 1rem;
}

.header-left[b-hhulwkjg41] {
    flex: 1;
}

.page-title[b-hhulwkjg41] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-hhulwkjg41] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-hhulwkjg41] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem 0 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   KPI CARDS
══════════════════════════════════════════════════════════ */
.kpi-row[b-hhulwkjg41] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.kpi-card[b-hhulwkjg41] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: .875rem;
    background: #fafafa;
    box-sizing: border-box;
}

.kpi-green[b-hhulwkjg41] {
    border-color: #c8e6c9;
    background: #f9fff9;
}

.kpi-orange[b-hhulwkjg41] {
    border-color: #ffe0b2;
    background: #fff8f0;
}

.kpi-label[b-hhulwkjg41] {
    font-size: .6rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: .4rem;
}

.kpi-value[b-hhulwkjg41] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: .15rem;
}

.kpi-value-green[b-hhulwkjg41] {
    color: #388e3c;
}

.kpi-value-orange[b-hhulwkjg41] {
    color: #ff8c00;
}

.kpi-value-sm[b-hhulwkjg41] {
    font-size: 1.1rem;
}

.kpi-trend[b-hhulwkjg41] {
    font-size: .65rem;
    color: #aaa;
}

.kpi-green .kpi-trend[b-hhulwkjg41] {
    color: #66bb6a;
}

.kpi-orange .kpi-trend[b-hhulwkjg41] {
    color: #a0522d;
}

/* ══════════════════════════════════════════════════════════
   FILTROS
══════════════════════════════════════════════════════════ */
.filters-row[b-hhulwkjg41] {
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.filter-input[b-hhulwkjg41] {
    flex: 1;
    min-width: 200px;
    padding: .65rem .875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
    color: #333;
    outline: none;
    transition: border-color .2s;
}

    .filter-input:focus[b-hhulwkjg41] {
        border-color: #ff8c00;
        background: #fff;
    }

.filter-select[b-hhulwkjg41] {
    padding: .65rem .875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #fafafa;
    color: #555;
    outline: none;
    cursor: pointer;
    transition: border-color .2s;
}

    .filter-select:focus[b-hhulwkjg41] {
        border-color: #ff8c00;
    }

/* ══════════════════════════════════════════════════════════
   TABELA
══════════════════════════════════════════════════════════ */
.table-wrap[b-hhulwkjg41] {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.table-grid[b-hhulwkjg41] {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 1.5fr 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

.table-header[b-hhulwkjg41] {
    padding: .625rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: .62rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.table-row[b-hhulwkjg41] {
    padding: .875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background .15s;
    cursor: default;
}

    .table-row:last-child[b-hhulwkjg41] {
        border-bottom: none;
    }

    .table-row:hover[b-hhulwkjg41] {
        background: #fffbf5;
    }

.row-pending[b-hhulwkjg41] {
    background: #fffcf8;
}

    .row-pending:hover[b-hhulwkjg41] {
        background: #fff8f0;
    }

/* Célula cliente */
.cell-client[b-hhulwkjg41] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.avatar[b-hhulwkjg41] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff7ed;
    color: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}

.client-name[b-hhulwkjg41] {
    font-size: .82rem;
    font-weight: 600;
    color: #1a1a1a;
}

.client-email[b-hhulwkjg41] {
    font-size: .65rem;
    color: #aaa;
    margin-top: 2px;
}

/* Célula CNPJ */
.cell-cnpj[b-hhulwkjg41] {
    font-size: .72rem;
    font-family: 'Courier New', monospace;
    color: #555;
}

/* Célula contato */
.cell-contact-name[b-hhulwkjg41] {
    font-size: .78rem;
    font-weight: 600;
    color: #333;
}

.cell-contact-phone[b-hhulwkjg41] {
    font-size: .65rem;
    color: #aaa;
    margin-top: 2px;
}

/* Alinhamentos */
.align-center[b-hhulwkjg41] {
    text-align: center;
}

/* Célula ações */
.cell-actions[b-hhulwkjg41] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

/* Tags de status */
.tag[b-hhulwkjg41] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-active[b-hhulwkjg41] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-pending[b-hhulwkjg41] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

/* Botões de ação na tabela */
.btn-icon[b-hhulwkjg41] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: .82rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .15s;
}

.btn-icon-charge[b-hhulwkjg41] {
    background: #ff8c00;
    color: #fff;
}

.btn-icon-edit[b-hhulwkjg41] {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #555;
}

.btn-icon-disabled[b-hhulwkjg41] {
    background: #e0e0e0;
    color: #aaa;
    cursor: not-allowed;
}

.btn-icon:hover:not(.btn-icon-disabled)[b-hhulwkjg41] {
    opacity: .85;
}

/* ══════════════════════════════════════════════════════════
   PAGINAÇÃO
══════════════════════════════════════════════════════════ */
.pagination[b-hhulwkjg41] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: .5rem;
}

.pagination-info[b-hhulwkjg41] {
    font-size: .72rem;
    color: #aaa;
}

.pagination-btns[b-hhulwkjg41] {
    display: flex;
    gap: .4rem;
}

.page-btn[b-hhulwkjg41] {
    padding: .4rem .8rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    font-size: .75rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    color: #555;
    transition: all .2s;
}

    .page-btn:hover:not(:disabled):not(.page-btn-active)[b-hhulwkjg41] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .page-btn:disabled[b-hhulwkjg41] {
        opacity: .45;
        cursor: not-allowed;
    }

.page-btn-active[b-hhulwkjg41] {
    background: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   LOADING / EMPTY
══════════════════════════════════════════════════════════ */
.loading-state[b-hhulwkjg41] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-hhulwkjg41] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-hhulwkjg41 .9s linear infinite;
}

.loading-text[b-hhulwkjg41] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-hhulwkjg41] {
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-hhulwkjg41] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-hhulwkjg41] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-hhulwkjg41] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   MODAL
══════════════════════════════════════════════════════════ */
.modal-overlay[b-hhulwkjg41] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 1rem;
}

.modal[b-hhulwkjg41] {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    animation: modalIn-b-hhulwkjg41 .25s ease-out;
}

.modal-header[b-hhulwkjg41] {
    background: #ff8c00;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-hhulwkjg41] {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}

.modal-sub[b-hhulwkjg41] {
    font-size: .68rem;
    color: rgba(255, 255, 255, .8);
    margin-top: .1rem;
}

.modal-close[b-hhulwkjg41] {
    background: rgba(255, 255, 255, .2);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}

    .modal-close:hover[b-hhulwkjg41] {
        background: rgba(255, 255, 255, .35);
    }

.modal-body[b-hhulwkjg41] {
    padding: 1.25rem;
}

.modal-footer[b-hhulwkjg41] {
    padding: 1rem 1.25rem;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
}

/* ══════════════════════════════════════════════════════════
   FIELDS GRID — responsivo
══════════════════════════════════════════════════════════ */
.fields-grid[b-hhulwkjg41] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .875rem;
    margin-bottom: .875rem;
}

.field-full[b-hhulwkjg41] {
    grid-column: span 2;
}

.field-group[b-hhulwkjg41] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.field-label[b-hhulwkjg41] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
    letter-spacing: .3px;
}

.req[b-hhulwkjg41] {
    color: #ff8c00;
}

.field-input[b-hhulwkjg41] {
    width: 100%;
    padding: .7rem .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-hhulwkjg41] {
        border-color: #ff8c00;
        background: #fff;
    }

.field-mono[b-hhulwkjg41] {
    font-family: 'Courier New', monospace;
}

/* ── Error banner ── */
.error-banner[b-hhulwkjg41] {
    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;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES GERAIS
══════════════════════════════════════════════════════════ */
.btn[b-hhulwkjg41] {
    padding: .75rem 1.25rem;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    font-size: .85rem;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    transition: opacity .2s, transform .15s;
    white-space: nowrap;
}

    .btn:disabled[b-hhulwkjg41] {
        opacity: .55;
        cursor: not-allowed;
    }

    .btn:hover:not(:disabled)[b-hhulwkjg41] {
        opacity: .9;
        transform: translateY(-1px);
    }

.btn-primary[b-hhulwkjg41] {
    background: #ff8c00;
    color: #fff;
}

.btn-secondary[b-hhulwkjg41] {
    background: #fff;
    color: #666;
    border: 2px solid #e0e0e0;
}

.btn-ghost[b-hhulwkjg41] {
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
}

/* Badge */
.badge[b-hhulwkjg41] {
    display: inline-block;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 10px;
}

.badge-orange[b-hhulwkjg41] {
    background: #ff8c00;
    color: #fff;
}

/* Spinner */
.btn-spinner[b-hhulwkjg41] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-hhulwkjg41 .7s linear infinite;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   ANIMAÇÕES
══════════════════════════════════════════════════════════ */
@keyframes spin-b-hhulwkjg41 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes modalIn-b-hhulwkjg41 {
    from {
        opacity: 0;
        transform: translateY(-16px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */

/* Tablet */
@media (max-width: 1024px) {
    .table-grid[b-hhulwkjg41] {
        grid-template-columns: 2fr 1.5fr 1fr .8fr;
    }

    .cell-contact-phone[b-hhulwkjg41] {
        display: none;
    }
}

@media (max-width: 900px) {
    .kpi-row[b-hhulwkjg41] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .customers-page[b-hhulwkjg41] {
        padding: 1.5rem;
    }

    .table-grid[b-hhulwkjg41] {
        grid-template-columns: 2fr 1fr .8fr;
    }

    .cell-cnpj[b-hhulwkjg41] {
        display: none;
    }

    .page-header[b-hhulwkjg41] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters-row[b-hhulwkjg41] {
        flex-direction: column;
    }

    .filter-input[b-hhulwkjg41] {
        min-width: 100%;
    }

    .filter-select[b-hhulwkjg41] {
        width: 100%;
    }

    .modal-footer[b-hhulwkjg41] {
        flex-direction: column;
    }

    .fields-grid[b-hhulwkjg41] {
        grid-template-columns: 1fr;
    }

    .field-full[b-hhulwkjg41] {
        grid-column: span 1;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .customers-page[b-hhulwkjg41] {
        padding: 1rem;
    }

    .kpi-row[b-hhulwkjg41] {
        grid-template-columns: 1fr 1fr;
    }

    .table-grid[b-hhulwkjg41] {
        grid-template-columns: 1fr .8fr;
    }

    .cell-contact-name[b-hhulwkjg41] {
        display: none;
    }

    .pagination[b-hhulwkjg41] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* ============================================================
   Jathaí — Dashboard
   Dashboard.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.dashboard-full[b-4dqxsxmt6z] {
    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 — Saudação (esquerda) + Card Envios (direita)
══════════════════════════════════════════════════════════ */
.header-row[b-4dqxsxmt6z] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 1rem;
}

/* Saudação — ocupa o espaço restante */
.greeting-card[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 .25rem;
}

.subtitle[b-4dqxsxmt6z] {
    font-size: .82rem;
    color: #777;
    margin: 0;
}

/* Card Envios — largura fixa à direita */
.balance-card[b-4dqxsxmt6z] {
    width: 320px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    background: #fff;
}

    .balance-card.has-balance[b-4dqxsxmt6z] {
        border: 2px solid #ff8c00;
    }

    .balance-card.low-balance[b-4dqxsxmt6z] {
        border: 2px solid #fbc02d;
    }

    .balance-card.no-balance[b-4dqxsxmt6z] {
        border: 2px solid #e53935;
    }

.balance-top[b-4dqxsxmt6z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.balance-label[b-4dqxsxmt6z] {
    font-size: .78rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.balance-count[b-4dqxsxmt6z] {
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    color: #ff8c00;
    line-height: 1;
}

    .balance-count small[b-4dqxsxmt6z] {
        display: block;
        font-size: .62rem;
        font-weight: 400;
        color: #aaa;
    }

/* Divider interno */
.card-divider[b-4dqxsxmt6z] {
    height: 1px;
    background: #e8e8e8;
    margin: .75rem 0;
}

/* Footer */
.balance-footer[b-4dqxsxmt6z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance-footer-meta[b-4dqxsxmt6z] {
    font-size: .68rem;
    color: #aaa;
}

/* Alerta saldo zero */
.balance-alert[b-4dqxsxmt6z] {
    margin-top: .75rem;
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    padding: .5rem .75rem;
    font-size: .72rem;
    color: #7f4000;
    border-radius: 0;
}

/* Pills */
.balance-pill[b-4dqxsxmt6z] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 8px;
    white-space: nowrap;
}

.pill-ok[b-4dqxsxmt6z] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.pill-low[b-4dqxsxmt6z] {
    background: #fff8e1;
    color: #f57f17;
    border: 1px solid #ffcc02;
}

.pill-empty[b-4dqxsxmt6z] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* Botão Recarregar */
.btn-reload[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
        background: #e67e00;
    }

/* ══════════════════════════════════════════════════════════
   ACTION ROW
══════════════════════════════════════════════════════════ */
.action-row[b-4dqxsxmt6z] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
}

.action-btn[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
        opacity: .88;
        transform: translateY(-1px);
    }

    .action-btn:active[b-4dqxsxmt6z] {
        transform: translateY(0);
    }

    .action-btn.primary-action[b-4dqxsxmt6z] {
        background: #ff8c00;
        border-color: #e67e00;
        color: #fff;
    }

    .action-btn.reload-action[b-4dqxsxmt6z] {
        background: #fffde7;
        border-color: #ffe082;
    }

    .action-btn.invite-action[b-4dqxsxmt6z] {
        background: #f3e5f5;
        border-color: #ce93d8;
    }

.action-icon[b-4dqxsxmt6z] {
    font-size: 1.3rem;
    line-height: 1;
}

.action-label[b-4dqxsxmt6z] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
}

.action-btn.primary-action .action-label[b-4dqxsxmt6z] {
    color: #fff;
}

.action-btn.reload-action .action-label[b-4dqxsxmt6z] {
    color: #e65100;
}

.action-btn.invite-action .action-label[b-4dqxsxmt6z] {
    color: #6a1b9a;
}

/* ══════════════════════════════════════════════════════════
   KPI ROW
══════════════════════════════════════════════════════════ */
.kpi-row[b-4dqxsxmt6z] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
}

.kpi-card[b-4dqxsxmt6z] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: .875rem;
    background: #fafafa;
    box-sizing: border-box;
}

    .kpi-card.highlight[b-4dqxsxmt6z] {
        border-color: #ffe0b2;
        background: #fff8f0;
    }

.kpi-label[b-4dqxsxmt6z] {
    font-size: .6rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: .5rem;
}

.kpi-value[b-4dqxsxmt6z] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .2rem;
    line-height: 1.1;
}

    .kpi-value.orange[b-4dqxsxmt6z] {
        color: #ff8c00;
        font-size: 1.3rem;
    }

    .kpi-value.green[b-4dqxsxmt6z] {
        color: #388e3c;
    }

.kpi-trend[b-4dqxsxmt6z] {
    font-size: .65rem;
    color: #999;
}

.kpi-card.highlight .kpi-trend[b-4dqxsxmt6z] {
    color: #a0522d;
}

/* ══════════════════════════════════════════════════════════
   CTA BANNER
══════════════════════════════════════════════════════════ */
.cta-banner[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
        background: #e67e00;
        transform: translateY(-1px);
    }

    .cta-banner:active[b-4dqxsxmt6z] {
        transform: translateY(0);
    }

    .cta-banner.cta-disabled[b-4dqxsxmt6z] {
        background: #bbb;
        cursor: not-allowed;
    }

        .cta-banner.cta-disabled:hover[b-4dqxsxmt6z] {
            background: #bbb;
            transform: none;
        }

.cta-content[b-4dqxsxmt6z] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.cta-icon[b-4dqxsxmt6z] {
    font-size: 2rem;
    line-height: 1;
}

.cta-text h2[b-4dqxsxmt6z] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem;
}

.cta-text p[b-4dqxsxmt6z] {
    font-size: .75rem;
    color: rgba(255,255,255,.85);
    margin: 0;
}

.cta-arrow[b-4dqxsxmt6z] {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   ALERTS ROW
══════════════════════════════════════════════════════════ */
.alerts-row[b-4dqxsxmt6z] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    display: flex;
    gap: .75rem;
}

.alert-card[b-4dqxsxmt6z] {
    flex: 1;
    padding: .625rem 1rem;
    font-size: .78rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: 0;
}

    .alert-card.warning[b-4dqxsxmt6z] {
        background: #fff8f0;
        border-left: 4px solid #ff8c00;
        color: #7f4000;
    }

    .alert-card.danger[b-4dqxsxmt6z] {
        background: #ffebee;
        border-left: 4px solid #e53935;
        color: #7f0000;
    }

    .alert-card.success[b-4dqxsxmt6z] {
        background: #e8f5e9;
        border-left: 4px solid #4caf50;
        color: #1b5e20;
    }

/* ══════════════════════════════════════════════════════════
   COBRANÇAS RECENTES
══════════════════════════════════════════════════════════ */
.section-heading[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr .8fr;
    gap: 1rem;
    align-items: center;
}

.charge-header[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    padding: .875rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background .15s;
}

    .charge-row:last-child[b-4dqxsxmt6z] {
        border-bottom: none;
    }

    .charge-row:hover[b-4dqxsxmt6z] {
        background: #fffbf5;
    }

.charge-client[b-4dqxsxmt6z] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.charge-avatar[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    font-size: .82rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.charge-doc[b-4dqxsxmt6z] {
    font-size: .65rem;
    color: #aaa;
    font-family: 'Courier New', monospace;
    margin-top: 2px;
}

.charge-desc[b-4dqxsxmt6z] {
    font-size: .78rem;
    color: #555;
}

.charge-amount[b-4dqxsxmt6z] {
    font-size: .88rem;
    font-weight: 700;
    color: #1a1a1a;
}

.align-right[b-4dqxsxmt6z] {
    text-align: right;
}

.align-center[b-4dqxsxmt6z] {
    text-align: center;
}

/* Status tags */
.status-tag[b-4dqxsxmt6z] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.tag-pending[b-4dqxsxmt6z] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.tag-paid[b-4dqxsxmt6z] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-approved[b-4dqxsxmt6z] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.tag-rejected[b-4dqxsxmt6z] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ══════════════════════════════════════════════════════════
   LOADING / EMPTY
══════════════════════════════════════════════════════════ */
.loading-state[b-4dqxsxmt6z] {
    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-4dqxsxmt6z] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-4dqxsxmt6z .9s linear infinite;
}

.loading-text[b-4dqxsxmt6z] {
    font-size: .8rem;
    color: #999;
}

.empty-state[b-4dqxsxmt6z] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 3.5rem 2rem;
    color: #aaa;
}

.empty-icon[b-4dqxsxmt6z] {
    font-size: 3rem;
    margin-bottom: .75rem;
    opacity: .4;
    display: block;
}

.empty-state h3[b-4dqxsxmt6z] {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: .35rem;
}

.empty-state p[b-4dqxsxmt6z] {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .kpi-row[b-4dqxsxmt6z] {
        grid-template-columns: repeat(3, 1fr);
    }

    .charge-grid[b-4dqxsxmt6z] {
        grid-template-columns: 2fr 1.5fr 1fr .8fr;
    }
}

@media (max-width: 768px) {
    .dashboard-full[b-4dqxsxmt6z] {
        padding: 1.5rem;
    }

    .header-row[b-4dqxsxmt6z] {
        flex-direction: column;
    }

    .balance-card[b-4dqxsxmt6z] {
        width: 100%;
    }

    .kpi-row[b-4dqxsxmt6z] {
        grid-template-columns: repeat(2, 1fr);
    }

    .action-row[b-4dqxsxmt6z] {
        grid-template-columns: repeat(2, 1fr);
    }

    .alerts-row[b-4dqxsxmt6z] {
        flex-direction: column;
    }

    .charge-grid[b-4dqxsxmt6z] {
        grid-template-columns: 2fr 1fr .8fr;
    }

    .charge-desc[b-4dqxsxmt6z] {
        display: none;
    }
}

@media (max-width: 480px) {
    .dashboard-full[b-4dqxsxmt6z] {
        padding: 1rem;
    }

    .greeting[b-4dqxsxmt6z] {
        font-size: 1.25rem;
    }

    .kpi-row[b-4dqxsxmt6z] {
        grid-template-columns: 1fr 1fr;
    }
}

@keyframes spin-b-4dqxsxmt6z {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Invite.razor.rz.scp.css */
/* ============================================================
   Jathaí — Invite (Convide um Parceiro)
   Invite.razor.css  (scoped)
   ============================================================ */

.invite-page[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.page-title[b-1m2t8ftgan] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-1m2t8ftgan] {
    font-size: .82rem;
    color: #777;
}

.divider[b-1m2t8ftgan] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ── Stats ── */
.invite-stats[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
    text-align: center;
}

.istat-value[b-1m2t8ftgan] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff8c00;
}

    .istat-value.bee[b-1m2t8ftgan] {
        font-size: 1.5rem;
    }

.istat-label[b-1m2t8ftgan] {
    font-size: .6rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-top: .1rem;
}

.istat-sep[b-1m2t8ftgan] {
    width: 1px;
    height: 32px;
    background: #e4e4e7;
}

/* ── Link card ── */
.link-card[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
    font-size: .6rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

.lc-url[b-1m2t8ftgan] {
    font-family: 'Courier New', monospace;
    font-size: .9rem;
    color: #ff8c00;
    font-weight: 700;
    margin-bottom: .875rem;
    word-break: break-all;
}

.btn-copy[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
        background: #e07b00;
    }

    .btn-copy.copied[b-1m2t8ftgan] {
        background: #16a34a;
    }

/* ── Share ── */
.share-row[b-1m2t8ftgan] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    display: flex;
    gap: .75rem;
    box-sizing: border-box;
}

.share-btn[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
        opacity: .85;
    }

.share-email[b-1m2t8ftgan] {
    background: #fff7ed;
    color: #c2610c;
    border: 1px solid #fed7aa;
}

.share-whats[b-1m2t8ftgan] {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #86efac;
}

/* ── Mensagem pronta ── */
.msg-card[b-1m2t8ftgan] {
    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-1m2t8ftgan] {
    font-size: .6rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

.msg-text[b-1m2t8ftgan] {
    font-size: .82rem;
    color: #444;
    line-height: 1.7;
}

    .msg-text strong[b-1m2t8ftgan] {
        color: #ff8c00;
        font-family: 'Courier New', monospace;
    }

/* ── Responsividade ── */
@media (max-width: 768px) {
    .invite-page[b-1m2t8ftgan] {
        padding: 1.5rem;
    }

    .share-row[b-1m2t8ftgan] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .invite-page[b-1m2t8ftgan] {
        padding: 1rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* ============================================================
   Jathaí — Login
   Login.razor.css  (scoped)
   ============================================================ */

/* ── Página ── */
.login-page[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

/* ── Card principal (960px) ── */
.login-card[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
    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-wswbvm2nc7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.login-card-title[b-wswbvm2nc7] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .25rem;
}

.login-card-sub[b-wswbvm2nc7] {
    font-size: .85rem;
    color: #a1a1aa;
    margin-bottom: 0;
}

/* ══════════════════════════════════════════════════════════
   CAMPOS
══════════════════════════════════════════════════════════ */
.field-group[b-wswbvm2nc7] {
    margin-bottom: 1rem;
    text-align: left;
}

.field-label[b-wswbvm2nc7] {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    color: #3f3f46;
    margin-bottom: .35rem;
    letter-spacing: .3px;
}

.field-input-wrap[b-wswbvm2nc7] {
    position: relative;
}

.field-icon[b-wswbvm2nc7] {
    position: absolute;
    left: .875rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    pointer-events: none;
    color: #a1a1aa;
}

.field-input[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
        border-color: #ff8c00;
        background: #fff;
    }

/* ── Esqueceu a senha ── */
.forgot-link[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
        opacity: .8;
    }

/* ── Error banner ── */
.error-banner[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
    min-height: 1.25rem;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES E EXTRAS
══════════════════════════════════════════════════════════ */
.btn[b-wswbvm2nc7] {
    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-wswbvm2nc7] {
        opacity: .6;
        cursor: not-allowed;
    }

.btn-primary[b-wswbvm2nc7] {
    background: #ff8c00;
    color: #fff;
}

    .btn-primary:hover:not(:disabled)[b-wswbvm2nc7] {
        opacity: 0.9;
        transform: translateY(-1px);
    }

.btn-outline[b-wswbvm2nc7] {
    background: #fff;
    color: #ff8c00;
    border: 2px solid #ff8c00;
    margin-top: 0;
}

    .btn-outline:hover:not(:disabled)[b-wswbvm2nc7] {
        background: #fff8f0;
    }

/* ── Spinner ── */
.btn-spinner[b-wswbvm2nc7] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-wswbvm2nc7 .7s linear infinite;
    flex-shrink: 0;
}

/* ── Divider "ou" ── */
.divider-text[b-wswbvm2nc7] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 1.25rem 0;
    font-size: .72rem;
    color: #a1a1aa;
}

    .divider-text[b-wswbvm2nc7]::before,
    .divider-text[b-wswbvm2nc7]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #e4e4e7;
    }

/* ── Termos ── */
.login-terms[b-wswbvm2nc7] {
    text-align: center;
    margin-top: 1.25rem;
    font-size: .65rem;
    color: #a1a1aa;
    line-height: 1.6;
}

.terms-link[b-wswbvm2nc7] {
    color: #ff8c00;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .login-card[b-wswbvm2nc7] {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .login-card[b-wswbvm2nc7] {
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .login-tagline[b-wswbvm2nc7] {
        font-size: .95rem;
    }
}

@keyframes spin-b-wswbvm2nc7 {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/PayNow.razor.rz.scp.css */
/* ============================================================
   Jathaí — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.paynow-page[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.back-link[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
        opacity: .8;
    }

.page-title[b-zxl6pejwjg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.page-subtitle[b-zxl6pejwjg] {
    font-size: .82rem;
    color: #777;
}

/* ── Divider ── */
.divider[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
.payment-card[b-zxl6pejwjg] {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section[b-zxl6pejwjg] {
    padding: 1.25rem 1.5rem;
}

.card-divider[b-zxl6pejwjg] {
    height: 1px;
    background: #f0f0f0;
}

.section-title[b-zxl6pejwjg] {
    font-size: .68rem;
    font-weight: 700;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}

/* ── Credor ── */
.creditor-row[b-zxl6pejwjg] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .15rem;
}

.creditor-sub[b-zxl6pejwjg] {
    font-size: .7rem;
    color: #a1a1aa;
}

/* ── Valor ── */
.amount-display[b-zxl6pejwjg] {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ff8c00;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    padding: .875rem 0 1.25rem;
}

/* ── Grid de detalhes ── */
.details-grid[b-zxl6pejwjg] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.detail-item[b-zxl6pejwjg] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label[b-zxl6pejwjg] {
    font-size: .6rem;
    color: #a1a1aa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value[b-zxl6pejwjg] {
    font-size: .82rem;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired[b-zxl6pejwjg] {
    color: #c62828;
}

/* Badges de status */
.status-badge[b-zxl6pejwjg] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending[b-zxl6pejwjg] {
    background: #fff8f0;
    color: #e67e00;
    border: 1px solid #ff8c00;
}

.badge-expired[b-zxl6pejwjg] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* ── QR Code ── */
.qrcode-wrap[b-zxl6pejwjg] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box[b-zxl6pejwjg] {
    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-zxl6pejwjg],
    .qrcode-box img[b-zxl6pejwjg] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction[b-zxl6pejwjg] {
    text-align: center;
    font-size: .75rem;
    color: #666;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry[b-zxl6pejwjg] {
    text-align: center;
    font-size: .68rem;
    color: #a1a1aa;
}

/* ── Copia e Cola ── */
.payload-textarea[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
    text-align: center;
    font-size: .7rem;
    color: #a1a1aa;
    margin-top: .75rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CTA KOLLECTA
══════════════════════════════════════════════════════════ */
.kollecta-cta[b-zxl6pejwjg] {
    margin-top: 1.25rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.cta-text[b-zxl6pejwjg] {
    font-size: .75rem;
    color: #166534;
    line-height: 1.6;
    margin-bottom: .875rem;
}

.btn-kollecta[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
        opacity: .88;
    }

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-zxl6pejwjg] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-zxl6pejwjg] {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-zxl6pejwjg .9s linear infinite;
}

.loading-text[b-zxl6pejwjg] {
    font-size: .8rem;
    color: #999;
}

.error-card[b-zxl6pejwjg] {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.error-icon[b-zxl6pejwjg] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3[b-zxl6pejwjg] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .5rem;
}

.error-card p[b-zxl6pejwjg] {
    font-size: .82rem;
    color: #777;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
        opacity: .88;
    }

    .btn:disabled[b-zxl6pejwjg] {
        opacity: .5;
        cursor: not-allowed;
    }

.btn-primary[b-zxl6pejwjg] {
    background: #ff8c00;
    color: #fff;
}

.btn-full[b-zxl6pejwjg] {
    width: 100%;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paynow-page[b-zxl6pejwjg] {
        padding: 1.5rem;
    }

    .details-grid[b-zxl6pejwjg] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page[b-zxl6pejwjg] {
        padding: 1rem;
    }

    .details-grid[b-zxl6pejwjg] {
        grid-template-columns: 1fr;
    }

    .amount-display[b-zxl6pejwjg] {
        font-size: 2.25rem;
    }

    .btn-full[b-zxl6pejwjg] {
        font-size: .82rem;
    }
}

@keyframes spin-b-zxl6pejwjg {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
.confirm-card[b-zxl6pejwjg] {
    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-zxl6pejwjg] {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: .35rem;
}

.confirm-sub[b-zxl6pejwjg] {
    font-size: .75rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm[b-zxl6pejwjg] {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled)[b-zxl6pejwjg] {
        background: #45a049;
    }

.confirm-error[b-zxl6pejwjg] {
    margin-top: .75rem;
    font-size: .75rem;
    color: #c62828;
}
/* /Pages/Register.razor.rz.scp.css */
/* ============================================================
   Jathaí — Register.razor.css  (scoped)
   ============================================================ */

.register-page[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.register-title[b-1tis1ql5ay] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.register-sub[b-1tis1ql5ay] {
    font-size: .85rem;
    color: #777;
}

.divider[b-1tis1ql5ay] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .875rem auto 1.5rem;
}

/* ══════════════════════════════════════════════════════════
   STEPPER
══════════════════════════════════════════════════════════ */
.stepper[b-1tis1ql5ay] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto 1.75rem;
    gap: 0;
}

.step-dot[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
        background: #ff8c00;
        color: #fff;
        box-shadow: 0 0 0 4px rgba(255,140,0,.15);
    }

    .step-dot.done[b-1tis1ql5ay] {
        background: #22c55e;
        color: #fff;
    }

.step-line[b-1tis1ql5ay] {
    flex: 1;
    height: 2px;
    max-width: 80px;
    background: #e4e4e7;
    transition: background .3s;
}

    .step-line.done[b-1tis1ql5ay] {
        background: #22c55e;
    }

/* ══════════════════════════════════════════════════════════
   TIPOS GRID (Step 1)
══════════════════════════════════════════════════════════ */
.tipos-grid[b-1tis1ql5ay] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.tipo-box[b-1tis1ql5ay] {
    border: .5px solid #e4e4e7;
    border-radius: 8px;
    padding: .75rem;
    font-size: .72rem;
    color: #555;
    line-height: 1.5;
}

    .tipo-box strong[b-1tis1ql5ay] {
        display: block;
        font-size: .78rem;
        color: #1a1a1a;
        margin-bottom: .2rem;
    }

.tipo-badge[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    background: #e0f2fe;
    color: #0369a1;
}

.badge-acc[b-1tis1ql5ay] {
    background: #fef9c3;
    color: #854d0e;
}

/* ── Campo mono (chave) ── */
.field-mono[b-1tis1ql5ay] {
    font-family: 'Courier New', monospace !important;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════════
   RESULT CARDS
══════════════════════════════════════════════════════════ */
.result-card[b-1tis1ql5ay] {
    margin-top: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

/* Invitation Key — verde */
.result-inv[b-1tis1ql5ay] {
    border: .5px solid #bbf7d0;
}

    .result-inv .result-header[b-1tis1ql5ay] {
        background: #f0fdf4;
    }

.r-avatar-inv[b-1tis1ql5ay] {
    background: #22c55e;
}

.r-name-inv[b-1tis1ql5ay] {
    color: #15803d;
}

.r-sub-inv[b-1tis1ql5ay] {
    color: #15803d;
    opacity: .8;
}

.r-badge-inv[b-1tis1ql5ay] {
    background: #22c55e;
    color: #fff;
}

/* Access Key — amarelo */
.result-acc[b-1tis1ql5ay] {
    border: .5px solid #fde68a;
}

    .result-acc .result-header[b-1tis1ql5ay] {
        background: #fefce8;
    }

.r-avatar-acc[b-1tis1ql5ay] {
    background: #f59e0b;
    font-size: 1rem;
}

.r-name-acc[b-1tis1ql5ay] {
    color: #713f12;
}

.r-sub-acc[b-1tis1ql5ay] {
    color: #713f12;
    opacity: .8;
}

.r-badge-acc[b-1tis1ql5ay] {
    background: #f59e0b;
    color: #fff;
}

/* Header compartilhado */
.result-header[b-1tis1ql5ay] {
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    gap: .875rem;
}

.r-avatar[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    flex: 1;
    min-width: 0;
}

.r-name[b-1tis1ql5ay] {
    font-size: .9rem;
    font-weight: 700;
}

.r-sub[b-1tis1ql5ay] {
    font-size: .75rem;
}

.r-badge[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    background: #f59e0b;
    color: #fff;
}

/* Body Invitation / CNPJ */
.result-body[b-1tis1ql5ay] {
    padding: .75rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .3rem .75rem;
    background: #fff;
}

.r-row[b-1tis1ql5ay] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    color: #555;
}

    .r-row span[b-1tis1ql5ay] {
        color: #1a1a1a;
    }

/* Body Access Key */
.result-body-acc[b-1tis1ql5ay] {
    padding: .875rem 1rem;
    background: #fff;
}

.acc-row[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
        border-bottom: none;
    }

    .acc-row span:last-child[b-1tis1ql5ay] {
        font-weight: 700;
        color: #1a1a1a;
    }

/* ── IST pill ── */
.ist-pill[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    font-size: .68rem;
    padding: .15rem .5rem;
}

/* ══════════════════════════════════════════════════════════
   PÍLULA RESUMO (Steps 2 e 3)
══════════════════════════════════════════════════════════ */
.summary-pill[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
        color: #1a1a1a;
    }

/* ══════════════════════════════════════════════════════════
   FORM CARDS
══════════════════════════════════════════════════════════ */
.form-card[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    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-1tis1ql5ay] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
}

.field-full[b-1tis1ql5ay] {
    grid-column: span 2;
}

.field-group[b-1tis1ql5ay] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.field-label[b-1tis1ql5ay] {
    font-size: .75rem;
    font-weight: 700;
    color: #444;
    letter-spacing: .3px;
}

.req[b-1tis1ql5ay] {
    color: #ff8c00;
}

.field-input[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
        border-color: #ff8c00;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(255,140,0,.1);
    }

.field-helper[b-1tis1ql5ay] {
    font-size: .75rem;
    color: #888;
}

/* ══════════════════════════════════════════════════════════
   BANNERS
══════════════════════════════════════════════════════════ */
.error-banner[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    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-1tis1ql5ay] {
    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-1tis1ql5ay] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(255,140,0,.4);
    }

    .btn-register:disabled[b-1tis1ql5ay] {
        opacity: .6;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.btn-green[b-1tis1ql5ay] {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    box-shadow: 0 4px 16px rgba(34,197,94,.3) !important;
}

    .btn-green:hover:not(:disabled)[b-1tis1ql5ay] {
        box-shadow: 0 6px 20px rgba(34,197,94,.4) !important;
    }

/* ── Spinner ── */
.btn-spinner[b-1tis1ql5ay] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-1tis1ql5ay .7s linear infinite;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   TERMOS
══════════════════════════════════════════════════════════ */
.terms-row[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
    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-1tis1ql5ay] {
        background: #ff8c00;
        border-color: #ff8c00;
    }

.terms-text[b-1tis1ql5ay] {
    font-size: .82rem;
    color: #555;
    line-height: 1.4;
}

.terms-link[b-1tis1ql5ay] {
    color: #ff8c00;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════
   RESUMO SUCESSO
══════════════════════════════════════════════════════════ */
.resumo-list[b-1tis1ql5ay] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.resumo-row[b-1tis1ql5ay] {
    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-1tis1ql5ay] {
        border-bottom: none;
    }

    .resumo-row span:last-child[b-1tis1ql5ay] {
        color: #1a1a1a;
        font-weight: 700;
        text-align: right;
    }

/* ══════════════════════════════════════════════════════════
   PASSWORD STRENGTH
══════════════════════════════════════════════════════════ */
.pwd-strength[b-1tis1ql5ay] {
    display: flex;
    gap: .3rem;
    margin-top: .25rem;
}

.pwd-bar[b-1tis1ql5ay] {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #e4e4e7;
    transition: background .3s;
}

    .pwd-bar.weak[b-1tis1ql5ay] {
        background: #ef4444;
    }

    .pwd-bar.medium[b-1tis1ql5ay] {
        background: #f59e0b;
    }

    .pwd-bar.strong[b-1tis1ql5ay] {
        background: #22c55e;
    }

.hint-weak[b-1tis1ql5ay] {
    color: #ef4444;
    font-weight: 700;
}

.hint-medium[b-1tis1ql5ay] {
    color: #f59e0b;
    font-weight: 700;
}

.hint-strong[b-1tis1ql5ay] {
    color: #22c55e;
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   FOOTER / LINKS
══════════════════════════════════════════════════════════ */
.footer-login[b-1tis1ql5ay] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: .85rem;
    color: #777;
    box-sizing: border-box;
}

.login-link[b-1tis1ql5ay] {
    color: #ff8c00;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s;
}

    .login-link:hover[b-1tis1ql5ay] {
        opacity: .8;
        text-decoration: underline;
    }

@keyframes spin-b-1tis1ql5ay {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .register-page[b-1tis1ql5ay] {
        padding: 1.5rem;
    }

    .form-card[b-1tis1ql5ay] {
        padding: 1.5rem;
    }

    .tipos-grid[b-1tis1ql5ay] {
        grid-template-columns: 1fr;
    }

    .fields-grid[b-1tis1ql5ay] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .field-full[b-1tis1ql5ay] {
        grid-column: span 1;
    }

    .result-body[b-1tis1ql5ay] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .register-page[b-1tis1ql5ay] {
        padding: 1rem;
    }

    .form-card[b-1tis1ql5ay] {
        padding: 1.25rem 1rem;
    }

    .register-title[b-1tis1ql5ay] {
        font-size: 1.5rem;
    }
}
/* /Pages/Reload.razor.rz.scp.css */
/* ============================================================
   Jathaí — Reload (Seleção de Pacote)
   Reload.razor.css  (scoped)
   ============================================================ */

.reload-page[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.page-title[b-gpxa56rm1y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-gpxa56rm1y] {
    font-size: .82rem;
    color: #777;
}

.badge[b-gpxa56rm1y] {
    display: inline-block;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 10px;
}

.badge-amber[b-gpxa56rm1y] {
    background: #f59e0b;
    color: #fff;
}

.divider[b-gpxa56rm1y] {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: .75rem auto 1.25rem;
}

/* ── Saldo atual ── */
.balance-banner[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    margin-bottom: .3rem;
}

.balance-value[b-gpxa56rm1y] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
}

/* ── Section heading ── */
.section-heading[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
    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-gpxa56rm1y] {
    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-gpxa56rm1y] {
        border-color: #fbbf24;
        box-shadow: 0 4px 16px rgba(251,191,36,.2);
    }

    .pack-card.selected[b-gpxa56rm1y] {
        border-color: #f59e0b;
        background: #fffbeb;
        box-shadow: 0 4px 20px rgba(251,191,36,.25);
    }

.pack-popular-badge[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.pack-qty[b-gpxa56rm1y] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .pack-qty span[b-gpxa56rm1y] {
        font-size: 1rem;
        font-weight: 400;
        color: #aaa;
    }

.pack-radio[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
        border-color: #f59e0b;
        background: #f59e0b;
    }

        .pack-radio.checked[b-gpxa56rm1y]::after {
            content: '';
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #fff;
            display: block;
        }

.pack-price[b-gpxa56rm1y] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d97706;
    margin-bottom: .2rem;
}

.pack-unit[b-gpxa56rm1y] {
    font-size: .7rem;
    color: #aaa;
    margin-bottom: .4rem;
}

.pack-badge[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
    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-gpxa56rm1y] {
        opacity: .9;
        transform: translateY(-1px);
    }

/* ── Hint abaixo do botão ── */
.continue-hint[b-gpxa56rm1y] {
    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-gpxa56rm1y] {
        padding: 1.5rem;
    }

    .packs-grid[b-gpxa56rm1y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .reload-page[b-gpxa56rm1y] {
        padding: 1rem;
    }
}
/* /Pages/ReloadPayment.razor.rz.scp.css */
/* ============================================================
   Jathaí — ReloadPayment (Pagamento PIX)
   ReloadPayment.razor.css  (scoped)
   ============================================================ */

.payment-page[b-25c6kum9k8] {
    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-25c6kum9k8],
.error-state[b-25c6kum9k8] {
    width: 100%;
    max-width: 960px;
    margin: 4rem auto;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.loading-icon[b-25c6kum9k8],
.error-icon[b-25c6kum9k8] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.loading-state p[b-25c6kum9k8],
.error-state p[b-25c6kum9k8] {
    font-size: .85rem;
    color: #777;
    margin-bottom: 1.5rem;
}

/* ── Header ── */
.page-header[b-25c6kum9k8] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    box-sizing: border-box;
}

.back-link[b-25c6kum9k8] {
    display: inline-block;
    font-size: .75rem;
    color: #888;
    cursor: pointer;
    margin-bottom: .75rem;
    transition: color .2s;
}

    .back-link:hover[b-25c6kum9k8] {
        color: #ff8c00;
    }

.page-title[b-25c6kum9k8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;
}

.page-subtitle[b-25c6kum9k8] {
    font-size: .82rem;
    color: #777;
}

.divider[b-25c6kum9k8] {
    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-25c6kum9k8] {
    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-25c6kum9k8] {
    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-25c6kum9k8] {
    font-size: .6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
}

.summary-qty[b-25c6kum9k8] {
    font-size: .85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
}

/* ── Breakdown de valores ── */
.summary-breakdown[b-25c6kum9k8] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.breakdown-row[b-25c6kum9k8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breakdown-desc[b-25c6kum9k8] {
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
}

.breakdown-val[b-25c6kum9k8] {
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
    font-family: 'Courier New', monospace;
}

.breakdown-divider[b-25c6kum9k8] {
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin: .35rem 0;
}

.breakdown-row.total .breakdown-desc[b-25c6kum9k8] {
    font-size: .85rem;
    font-weight: 700;
    color: #fbbf24;
}

.breakdown-total[b-25c6kum9k8] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fbbf24;
    font-family: 'Courier New', monospace;
}

/* ── QR Card ── */
.qr-card[b-25c6kum9k8] {
    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-25c6kum9k8] {
    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-25c6kum9k8] {
    color: #d97706;
}

.qr-body[b-25c6kum9k8] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* QR Code col */
.qr-col[b-25c6kum9k8] {
    flex-shrink: 0;
    text-align: center;
}

.qr-box[b-25c6kum9k8] {
    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-25c6kum9k8],
    .qr-box img[b-25c6kum9k8] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-hint[b-25c6kum9k8] {
    font-size: .68rem;
    color: #aaa;
}

/* Right col */
.qr-right[b-25c6kum9k8] {
    flex: 1;
    min-width: 240px;
}

.copy-label[b-25c6kum9k8] {
    font-size: .72rem;
    font-weight: 700;
    color: #444;
    margin-bottom: .5rem;
}

.copy-row[b-25c6kum9k8] {
    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-25c6kum9k8] {
    flex: 1;
    font-size: .68rem;
    font-family: 'Courier New', monospace;
    color: #71717a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-btn[b-25c6kum9k8] {
    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-25c6kum9k8] {
        background: #d97706;
    }

    .copy-btn.copied[b-25c6kum9k8] {
        background: #16a34a;
    }

.after-payment-box[b-25c6kum9k8] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: .875rem;
}

.after-payment-title[b-25c6kum9k8] {
    font-size: .72rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: .25rem;
}

.after-payment-text[b-25c6kum9k8] {
    font-size: .72rem;
    color: #78350f;
    line-height: 1.5;
}

/* ── Botão confirmar ── */
.btn-confirm[b-25c6kum9k8] {
    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-25c6kum9k8] {
        opacity: .9;
        transform: translateY(-1px);
    }

    .btn-confirm:disabled[b-25c6kum9k8] {
        opacity: .5;
        cursor: not-allowed;
    }

/* ── Spinner ── */
.btn-spinner[b-25c6kum9k8] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-25c6kum9k8 .7s linear infinite;
    flex-shrink: 0;
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .payment-page[b-25c6kum9k8] {
        padding: 1.5rem;
    }

    .qr-body[b-25c6kum9k8] {
        flex-direction: column;
        align-items: center;
    }

    .qr-right[b-25c6kum9k8] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .payment-page[b-25c6kum9k8] {
        padding: 1rem;
    }
}

@keyframes spin-b-25c6kum9k8 {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Terms.razor.rz.scp.css */
/* ============================================================
   Jathaí — Terms.razor.css  (scoped)
   ============================================================ */

.terms-page[b-xbklxd95oh] {
    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-xbklxd95oh] {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.terms-title[b-xbklxd95oh] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.terms-sub[b-xbklxd95oh] {
    font-size: .82rem;
    color: #777;
}

.divider[b-xbklxd95oh] {
    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-xbklxd95oh] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1.5rem;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.terms-nav-link[b-xbklxd95oh] {
    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-xbklxd95oh] {
        background: #ff8c00;
        color: #fff;
    }

/* ── Card principal ── */
.terms-card[b-xbklxd95oh] {
    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-xbklxd95oh] {
    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-xbklxd95oh] {
    font-size: .72rem;
    color: #aaa;
    margin-bottom: 1.5rem;
}

/* ── Seção interna ── */
.terms-section[b-xbklxd95oh] {
    margin-bottom: 1.5rem;
}

    .terms-section:last-child[b-xbklxd95oh] {
        margin-bottom: 0;
    }

.terms-section-title[b-xbklxd95oh] {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .5rem;
}

.terms-section p[b-xbklxd95oh] {
    font-size: .82rem;
    color: #444;
    line-height: 1.75;
    margin: 0 0 .5rem;
}

.terms-section strong[b-xbklxd95oh] {
    color: #1a1a1a;
}

/* ── Lista ── */
.terms-list[b-xbklxd95oh] {
    margin: .25rem 0 .5rem 1.25rem;
    padding: 0;
    list-style: disc;
}

    .terms-list li[b-xbklxd95oh] {
        font-size: .82rem;
        color: #444;
        line-height: 1.75;
        margin-bottom: .25rem;
    }

        .terms-list li strong[b-xbklxd95oh] {
            color: #1a1a1a;
        }

/* ── Tabela ── */
.terms-table-wrap[b-xbklxd95oh] {
    overflow-x: auto;
    margin: .5rem 0;
}

.terms-table[b-xbklxd95oh] {
    width: 100%;
    border-collapse: collapse;
    font-size: .78rem;
    color: #444;
}

    .terms-table th[b-xbklxd95oh] {
        background: #f4f4f5;
        color: #1a1a1a;
        font-weight: 700;
        padding: .6rem .875rem;
        text-align: left;
        border: .5px solid #e4e4e7;
    }

    .terms-table td[b-xbklxd95oh] {
        padding: .6rem .875rem;
        border: .5px solid #e4e4e7;
        vertical-align: top;
        line-height: 1.5;
    }

    .terms-table tr:nth-child(even) td[b-xbklxd95oh] {
        background: #fafafa;
    }

/* ── Rodapé ── */
.terms-footer[b-xbklxd95oh] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: .72rem;
    color: #aaa;
}

/* ── Botão voltar ── */
.btn-back[b-xbklxd95oh] {
    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-xbklxd95oh] {
        border-color: #ff8c00;
        color: #ff8c00;
        background: #fff;
    }

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .terms-page[b-xbklxd95oh] {
        padding: 1.5rem;
    }

    .terms-card[b-xbklxd95oh] {
        padding: 1.5rem;
    }

    .terms-table[b-xbklxd95oh] {
        font-size: .72rem;
    }
}

@media (max-width: 480px) {
    .terms-page[b-xbklxd95oh] {
        padding: 1rem;
    }

    .terms-card[b-xbklxd95oh] {
        padding: 1.25rem 1rem;
    }

    .terms-title[b-xbklxd95oh] {
        font-size: 1.5rem;
    }

    .terms-nav[b-xbklxd95oh] {
        flex-direction: column;
    }
}
