/* /Layout/HomeLayout.razor.rz.scp.css */
/*body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1 {
        margin: 0;
    }

.link {
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer {
    text-align: center;
    padding: 10px 0;
}*/



/**, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;*/ /* dvh = dynamic viewport height, respeita teclado mobile */
/*}*/

/* ── CABEÇALHO FIXO ── */
/*.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background-color: #000;
}

.link {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}*/

/* ── CONTEÚDO CENTRAL ── */
/*.main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;*/
    /* compensa o espaço do header e footer fixos */
    /*padding-top: 52px;
    padding-bottom: 48px;
}*/

/* ── RODAPÉ FIXO ── */
/*.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

    .footer p {
        margin: 0;
        font-size: small;
    }*/



*[b-xey1e4f8sw], *[b-xey1e4f8sw]::before, *[b-xey1e4f8sw]::after {
    box-sizing: border-box;
}

.container[b-xey1e4f8sw] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* ── CABEÇALHO FIXO ── */
.header[b-xey1e4f8sw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background-color: #000;
}

.link[b-xey1e4f8sw] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}

/* ── CONTEÚDO CENTRAL ── */
.main-content[b-xey1e4f8sw] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 48px;
}

/* ── RODAPÉ FIXO ── */
.footer[b-xey1e4f8sw] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

    .footer p[b-xey1e4f8sw] {
        margin: 0;
        font-size: small;
    }
/* /Layout/LogoffLayout.razor.rz.scp.css */
*[b-ziwkqur1wx], *[b-ziwkqur1wx]::before, *[b-ziwkqur1wx]::after {
    box-sizing: border-box;
}

html[b-ziwkqur1wx], body[b-ziwkqur1wx] {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-ziwkqur1wx] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

/* ── CABEÇALHO FIXO ── */
.header[b-ziwkqur1wx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background-color: #000;
}

.link[b-ziwkqur1wx] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}

/* ── CONTEÚDO CENTRAL ── */
.main-content[b-ziwkqur1wx] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 48px;
}

/* ── RODAPÉ FIXO ── */
.footer[b-ziwkqur1wx] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
}

    .footer p[b-ziwkqur1wx] {
        margin: 0;
        font-size: small;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   NÉCTARIS - MainLayout com Menu Lateral
   ============================================ */

html[b-trqu1qo8t9], body[b-trqu1qo8t9] {
    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-trqu1qo8t9], *[b-trqu1qo8t9]::before, *[b-trqu1qo8t9]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.container[b-trqu1qo8t9] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important; /* fallback browsers antigos */
    height: 100dvh !important; /* dynamic viewport: respeita barra do browser/teclado mobile */
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important; /* impede qualquer scroll no container pai */
    position: relative !important;
}

/* ========== OVERLAY ========== */
.menu-overlay[b-trqu1qo8t9] {
    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-trqu1qo8t9] {
        opacity: 1;
        visibility: visible;
    }

/* ========== SIDEBAR ========== */
.sidebar[b-trqu1qo8t9] {
    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-trqu1qo8t9] {
        left: 0;
    }

/* ========== HEADER — FIXO, não encolhe ========== */
.header[b-trqu1qo8t9] {
    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; /* nunca encolhe */
    width: 100% !important;
    gap: 0 !important;
    position: sticky !important; /* fica colado ao topo mesmo com scroll no main */
    top: 0 !important;
    z-index: 10;
    font-family: Tahoma, sans-serif !important;
}

.logo-button[b-trqu1qo8t9] {
    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-trqu1qo8t9] {
        transform: scale(1.02);
        opacity: 0.9;
    }

    .logo-button:active[b-trqu1qo8t9] {
        transform: scale(0.98);
    }

    .logo-button:focus[b-trqu1qo8t9] {
        outline: 2px solid #ff8c00;
        outline-offset: 4px;
        border-radius: 4px;
    }

.logo-img[b-trqu1qo8t9] {
    height: 120px;
    width: 180px;
    max-height: 120px;
    display: block;
}

.header-links[b-trqu1qo8t9] {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

    .header-links span[b-trqu1qo8t9] {
        color: #666 !important;
        font-size: 14px !important;
    }

.link[b-trqu1qo8t9] {
    color: #ff8c00 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

    .link:hover[b-trqu1qo8t9] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* ========== MAIN — SCROLLÁVEL, cresce e rola ========== */
.main-content[b-trqu1qo8t9] {
    background-color: #1a1a1a !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: white !important;
}

/* ========== FOOTER — FIXO, não encolhe ========== */
.footer[b-trqu1qo8t9] {
    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; /* nunca encolhe */
    position: sticky !important; /* fica colado ao rodapé */
    bottom: 0 !important;
    z-index: 10 !important;
    font-family: Tahoma, sans-serif !important;
}

#app[b-trqu1qo8t9] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-trqu1qo8t9] {
        padding: 10px 15px !important;
    }

    .link[b-trqu1qo8t9] {
        font-size: 14px !important;
    }

    .header-links[b-trqu1qo8t9] {
        gap: 12px !important;
    }

    .sidebar[b-trqu1qo8t9] {
        width: 260px;
        left: -260px;
    }

        .sidebar.open[b-trqu1qo8t9] {
            left: 0;
        }
}

@media (max-width: 480px) {
    .header[b-trqu1qo8t9] {
        padding: 8px 12px !important;
    }

    .link[b-trqu1qo8t9] {
        font-size: 13px !important;
    }

    .header-links[b-trqu1qo8t9] {
        gap: 10px !important;
    }

        .header-links span[b-trqu1qo8t9] {
            font-size: 12px !important;
        }

    .footer[b-trqu1qo8t9] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }

    .sidebar[b-trqu1qo8t9] {
        width: 85vw;
        max-width: 300px;
        left: -85vw;
    }

        .sidebar.open[b-trqu1qo8t9] {
            left: 0;
        }
}

/* ========== UX ========== */
body.menu-open[b-trqu1qo8t9] {
    overflow: hidden !important;
}

.sidebar[b-trqu1qo8t9]  .nav-link {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar.open[b-trqu1qo8t9]  .nav-link {
    transform: translateX(0);
    opacity: 1;
}

    .sidebar.open[b-trqu1qo8t9]  .nav-link:nth-child(1) {
        transition-delay: 0.05s;
    }

    .sidebar.open[b-trqu1qo8t9]  .nav-link:nth-child(2) {
        transition-delay: 0.1s;
    }

    .sidebar.open[b-trqu1qo8t9]  .nav-link:nth-child(3) {
        transition-delay: 0.15s;
    }

    .sidebar.open[b-trqu1qo8t9]  .nav-link:nth-child(4) {
        transition-delay: 0.2s;
    }

    .sidebar.open[b-trqu1qo8t9]  .nav-link:nth-child(5) {
        transition-delay: 0.25s;
    }


/* ============================================================
   Patch: adicionar ao final de MainLayout.razor.css
   Estilos do link Radar e separador no header
   ============================================================ */

.link-radar[b-trqu1qo8t9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(120, 200, 0, 0.10);
    border: 1px solid rgba(120, 200, 0, 0.28);
    border-radius: 20px;
    padding: 3px 12px 3px 8px;
    color: #8dcc00 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background .15s, border-color .15s;
}

    .link-radar:hover[b-trqu1qo8t9] {
        background: rgba(120, 200, 0, 0.18) !important;
        border-color: rgba(120, 200, 0, 0.5) !important;
        color: #b0f000 !important;
        text-decoration: none !important;
    }

.radar-dot-live[b-trqu1qo8t9] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78c800;
    flex-shrink: 0;
    animation: radar-header-pulse-b-trqu1qo8t9 2s ease-in-out infinite;
}

@keyframes radar-header-pulse-b-trqu1qo8t9 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

.header-sep[b-trqu1qo8t9] {
    color: #444 !important;
    font-size: 14px;
    user-select: none;
}

/* ========== RADAR LINK NO HEADER ========== */
.link-radar[b-trqu1qo8t9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.radar-dot-live[b-trqu1qo8t9] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78c800;
    animation: radar-pulse-b-trqu1qo8t9 2s ease-in-out infinite;
}

@keyframes radar-pulse-b-trqu1qo8t9 {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 4px #78c800;
    }

    50% {
        opacity: 0.35;
        box-shadow: none;
    }
}

.header-sep[b-trqu1qo8t9] {
    color: #444 !important;
    font-size: 14px !important;
    user-select: none;
}
/* /Pages/Home.razor.rz.scp.css */
/* Imagem do splash centralizada e responsiva */
.splash-logo[b-um7tq1moys] {
    width: 360px;
    height: 360px;
    max-width: 80vw; /* não ultrapassa 80% da tela em celulares pequenos */
    max-height: 80vh; /* mantém proporção quadrada */
    object-fit: contain;
    display: block;
}
/* /Pages/InvoiceSearch.razor.rz.scp.css */
/* ============================================================
   Jathaí Mel — InvoiceKey
   InvoiceKey.razor.css  (scoped)
   ============================================================ */

.invoicekey-page[b-dpk7itd46w] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
    background: #1a1a1a;
    padding: 2.5rem 2rem 3rem;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.ik-card[b-dpk7itd46w] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 14px;
    padding: 2rem 2rem 1.75rem;
    box-sizing: border-box;
}

/* ── Hero ── */
.ik-card-hero[b-dpk7itd46w] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.ik-hero-icon[b-dpk7itd46w] {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.ik-card-title[b-dpk7itd46w] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .375rem;
}

.ik-card-sub[b-dpk7itd46w] {
    font-size: .78rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ── Abas de entrada ── */
.ik-tab-row[b-dpk7itd46w] {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.ik-tab[b-dpk7itd46w] {
    flex: 1;
    padding: 11px 8px;
    text-align: center;
    font-size: .72rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #555;
    background: #222;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    cursor: pointer;
    transition: all .15s;
}

    .ik-tab:hover:not(.ik-tab-active)[b-dpk7itd46w] {
        color: #888;
        border-color: #555;
    }

    .ik-tab.ik-tab-active[b-dpk7itd46w] {
        background: #ff8c00;
        color: #fff;
        border-color: #ff8c00;
    }

/* ── Label ── */
.ik-field-label[b-dpk7itd46w] {
    font-size: .7rem;
    font-weight: 700;
    color: #777;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: .75rem;
    display: block;
    text-align: center;
}

/* ── OTP ── */
.ik-otp-row[b-dpk7itd46w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: .5rem;
}

.ik-otp-box[b-dpk7itd46w] {
    width: 32px;
    height: 44px;
    border: 2px solid #444;
    border-radius: 7px;
    background: #222;
    color: #e0e0e0;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    padding: 0;
    caret-color: #ff8c00;
    transition: border-color .15s, background .15s, box-shadow .15s;
    -webkit-appearance: none;
}

    .ik-otp-box:focus[b-dpk7itd46w] {
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, .18);
    }

    .ik-otp-box.box-filled[b-dpk7itd46w] {
        border-color: #ff8c00;
        background: #2e1f00;
        color: #ffb347;
    }

    .ik-otp-box.box-error[b-dpk7itd46w] {
        border-color: #e05252 !important;
        background: #2a1010 !important;
        color: #e05252 !important;
        box-shadow: none !important;
    }

.ik-otp-dv[b-dpk7itd46w] {
    width: 27px;
    border-color: #3a3a3a;
    color: #555;
}

    .ik-otp-dv:focus[b-dpk7itd46w] {
        border-color: #4caf50;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, .18);
    }

    .ik-otp-dv.box-dv-filled[b-dpk7itd46w] {
        border-color: #4caf50;
        background: #0e2a12;
        color: #4caf50;
    }

    .ik-otp-dv.box-dv-error[b-dpk7itd46w] {
        border-color: #e05252 !important;
        background: #2a1010 !important;
        color: #e05252 !important;
    }

.ik-otp-dash[b-dpk7itd46w] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #555;
    margin: 0 2px;
    user-select: none;
}

/* ── Hint ── */
.ik-hint[b-dpk7itd46w] {
    text-align: center;
    font-size: .7rem;
    color: #555;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

    .ik-hint strong[b-dpk7itd46w] {
        color: #888;
        font-weight: 700;
    }

/* ── Limpar ── */
.ik-clear-row[b-dpk7itd46w] {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}

.ik-btn-clear[b-dpk7itd46w] {
    background: none;
    border: none;
    color: #555;
    font-size: .68rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    padding: .25rem .625rem;
    border-radius: 4px;
    transition: color .15s, background .15s;
}

    .ik-btn-clear:hover[b-dpk7itd46w] {
        color: #e05252;
        background: #2a1010;
    }

/* ── Error ── */
.ik-error-banner[b-dpk7itd46w] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    background: #2a1010;
    border-left: 3px solid #e05252;
    padding: .75rem 1rem;
    font-size: .75rem;
    color: #e05252;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ik-error-icon[b-dpk7itd46w] {
    flex-shrink: 0;
    font-size: .9rem;
    margin-top: 1px;
}

.ik-error-title[b-dpk7itd46w] {
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.ik-error-sub[b-dpk7itd46w] {
    font-size: .68rem;
    color: #9a4040;
    display: block;
    line-height: 1.55;
}

/* ── Botão principal ── */
.ik-btn-primary[b-dpk7itd46w] {
    width: 100%;
    padding: .875rem;
    background: #ff8c00;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: opacity .15s;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}

    .ik-btn-primary:hover:not(:disabled)[b-dpk7itd46w] {
        opacity: .88;
    }

    .ik-btn-primary:disabled[b-dpk7itd46w] {
        opacity: .35;
        cursor: not-allowed;
    }

.btn-loading[b-dpk7itd46w] {
    opacity: .75;
}

.ik-btn-spinner[b-dpk7itd46w] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-dpk7itd46w .8s linear infinite;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   ÁREA QR CODE
══════════════════════════════════════════════════════════ */

.ik-qr-area[b-dpk7itd46w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

/* Wrapper que posiciona os cantos decorativos sobre o componente ZXing */
.ik-qr-frame-wrapper[b-dpk7itd46w] {
    position: relative;
    width: 296px;
    height: 296px;
    margin-bottom: 14px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}

    /* Esconde a UI padrão do BlazorBarcodeScanner (title, botões) */
    .ik-qr-frame-wrapper[b-dpk7itd46w]  .barcode-scanner-container > *:not(video) {
        display: none !important;
    }

    .ik-qr-frame-wrapper[b-dpk7itd46w]  video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 12px;
    }

/* Cantos laranja decorativos */
.ik-qr-corner[b-dpk7itd46w] {
    position: absolute;
    width: 24px;
    height: 24px;
    border-color: #ff8c00;
    border-style: solid;
    z-index: 2;
    pointer-events: none;
}

.ik-qr-tl[b-dpk7itd46w] {
    top: 10px;
    left: 10px;
    border-width: 3px 0 0 3px;
    border-radius: 3px 0 0 0;
}

.ik-qr-tr[b-dpk7itd46w] {
    top: 10px;
    right: 10px;
    border-width: 3px 3px 0 0;
    border-radius: 0 3px 0 0;
}

.ik-qr-bl[b-dpk7itd46w] {
    bottom: 10px;
    left: 10px;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 3px;
}

.ik-qr-br[b-dpk7itd46w] {
    bottom: 10px;
    right: 10px;
    border-width: 0 3px 3px 0;
    border-radius: 0 0 3px 0;
}

/* Linha de scan animada */
.ik-qr-scan-line[b-dpk7itd46w] {
    position: absolute;
    width: 80%;
    left: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff8c00, transparent);
    animation: ik-scan-b-dpk7itd46w 2s ease-in-out infinite;
    z-index: 2;
    pointer-events: none;
}

@keyframes ik-scan-b-dpk7itd46w {
    0%, 100% {
        top: 20%;
        opacity: .8;
    }

    50% {
        top: 78%;
        opacity: 1;
    }
}

.ik-qr-hint[b-dpk7itd46w] {
    font-size: .72rem;
    color: #666;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 14px;
}

    .ik-qr-hint strong[b-dpk7itd46w] {
        color: #888;
    }

/* ── Estado: sucesso de leitura ── */
.ik-qr-sucesso-box[b-dpk7itd46w] {
    width: 100%;
    background: #0e2a12;
    border: 1px solid #2a6e30;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ik-qr-sucesso-icon[b-dpk7itd46w] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ik-qr-sucesso-title[b-dpk7itd46w] {
    font-size: .95rem;
    font-weight: 700;
    color: #4caf50;
}

.ik-qr-sucesso-sub[b-dpk7itd46w] {
    font-size: .72rem;
    color: #3a7a40;
    margin: 0;
}

.ik-qr-spinner[b-dpk7itd46w] {
    border-color: rgba(76, 175, 80, .3);
    border-top-color: #4caf50;
    margin-top: 4px;
}

/* ── Estado: erro de câmera ── */
.ik-qr-erro-box[b-dpk7itd46w] {
    width: 100%;
    background: #2a1010;
    border: 1px solid #5a1010;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ik-qr-erro-icon[b-dpk7itd46w] {
    font-size: 2rem;
    line-height: 1;
}

.ik-qr-erro-title[b-dpk7itd46w] {
    font-size: .9rem;
    font-weight: 700;
    color: #e05252;
}

.ik-qr-erro-sub[b-dpk7itd46w] {
    font-size: .7rem;
    color: #9a4040;
    line-height: 1.6;
    margin: 0;
}

.ik-btn-retry[b-dpk7itd46w] {
    margin-top: 4px;
    background: transparent;
    color: #e05252;
    border: 1.5px solid #5a2020;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: .72rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    transition: opacity .15s;
}

    .ik-btn-retry:hover[b-dpk7itd46w] {
        opacity: .8;
    }

/* ── Nota de permissão ── */
.ik-permission-note[b-dpk7itd46w] {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
    width: 100%;
    box-sizing: border-box;
}

.ik-perm-icon[b-dpk7itd46w] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2e1f00;
    border: 1px solid #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .85rem;
}

.ik-perm-text[b-dpk7itd46w] {
    font-size: .68rem;
    color: #666;
    line-height: 1.55;
}

    .ik-perm-text strong[b-dpk7itd46w] {
        color: #888;
        display: block;
        margin-bottom: 2px;
        font-size: .7rem;
    }

/* ── Divisor ── */
.ik-divider[b-dpk7itd46w] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.ik-divider-line[b-dpk7itd46w] {
    flex: 1;
    height: 1px;
    background: #333;
}

.ik-divider-text[b-dpk7itd46w] {
    font-size: .68rem;
    color: #555;
    white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   PREVIEW DO RESULTADO
══════════════════════════════════════════════════════════ */

.ik-section-label[b-dpk7itd46w] {
    font-size: .6rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
    display: block;
}

.ik-key-tag[b-dpk7itd46w] {
    display: inline-block;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: .6rem;
    color: #666;
    font-family: 'Courier New', monospace;
    margin-bottom: 12px;
}

.ik-preview[b-dpk7itd46w] {
    background: #222;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

    .ik-preview.preview-pendente[b-dpk7itd46w] {
        border-left: 3px solid #ff8c00;
    }

    .ik-preview.preview-paga[b-dpk7itd46w] {
        border-left: 3px solid #4caf50;
    }

    .ik-preview.preview-vencida[b-dpk7itd46w] {
        border-left: 3px solid #e05252;
    }

.ik-preview-header[b-dpk7itd46w] {
    padding: 12px 14px 10px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ik-preview-avatar[b-dpk7itd46w] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .78rem;
    flex-shrink: 0;
}

    .ik-preview-avatar.avatar-pendente[b-dpk7itd46w] {
        background: #ff8c00;
    }

    .ik-preview-avatar.avatar-paga[b-dpk7itd46w] {
        background: #4caf50;
    }

    .ik-preview-avatar.avatar-vencida[b-dpk7itd46w] {
        background: #e05252;
    }

.ik-preview-credor-name[b-dpk7itd46w] {
    font-size: .88rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 2px;
}

.ik-preview-credor-sub[b-dpk7itd46w] {
    font-size: .65rem;
    color: #666;
}

.ik-preview-amount[b-dpk7itd46w] {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #333;
}

.ik-amount-label[b-dpk7itd46w] {
    font-size: .6rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.ik-amount-value[b-dpk7itd46w] {
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

    .ik-amount-value.amount-pendente[b-dpk7itd46w] {
        color: #ff8c00;
    }

    .ik-amount-value.amount-paga[b-dpk7itd46w] {
        color: #777;
        text-decoration: line-through;
        text-decoration-color: #555;
    }

    .ik-amount-value.amount-vencida[b-dpk7itd46w] {
        color: #e05252;
    }

.ik-preview-details[b-dpk7itd46w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 14px;
}

.ik-detail-item[b-dpk7itd46w] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ik-detail-label[b-dpk7itd46w] {
    font-size: .58rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

.ik-detail-value[b-dpk7itd46w] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 700;
}

    .ik-detail-value.value-vencida[b-dpk7itd46w] {
        color: #e05252;
    }

.ik-detail-mono[b-dpk7itd46w] {
    font-family: 'Courier New', monospace;
    font-size: .7rem;
}

.ik-status-badge[b-dpk7itd46w] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
    white-space: nowrap;
}

    .ik-status-badge.badge-pendente[b-dpk7itd46w] {
        background: #2e1f00;
        color: #ffb347;
        border: 1px solid #ff8c00;
    }

    .ik-status-badge.badge-paga[b-dpk7itd46w] {
        background: #0e2a12;
        color: #4caf50;
        border: 1px solid #2a6e30;
    }

    .ik-status-badge.badge-vencida[b-dpk7itd46w] {
        background: #2a1010;
        color: #e05252;
        border: 1px solid #5a1010;
    }

/* Banners */
.ik-paid-banner[b-dpk7itd46w] {
    background: #0e2a12;
    border: 1px solid #2a6e30;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    margin-bottom: 12px;
}

.ik-paid-check[b-dpk7itd46w] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.ik-paid-title[b-dpk7itd46w] {
    font-size: .88rem;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: 5px;
}

.ik-paid-sub[b-dpk7itd46w] {
    font-size: .7rem;
    color: #3a7a40;
    line-height: 1.6;
    margin: 0;
}

.ik-warn-banner[b-dpk7itd46w] {
    background: #2a1010;
    border: 1px solid #5a1010;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ik-warn-icon[b-dpk7itd46w] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e05252;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.ik-warn-title[b-dpk7itd46w] {
    font-size: .8rem;
    font-weight: 700;
    color: #e05252;
    margin-bottom: 4px;
}

.ik-warn-sub[b-dpk7itd46w] {
    font-size: .68rem;
    color: #9a4040;
    line-height: 1.6;
    margin: 0;
}

.ik-notice[b-dpk7itd46w] {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: .68rem;
    color: #666;
    line-height: 1.55;
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.ik-notice-dot[b-dpk7itd46w] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff8c00;
    flex-shrink: 0;
    margin-top: 4px;
}

    .ik-notice-dot.notice-red[b-dpk7itd46w] {
        background: #e05252;
    }

/* Botões de ação */
.ik-actions[b-dpk7itd46w] {
    display: flex;
    gap: 10px;
}

.ik-btn-recusar[b-dpk7itd46w] {
    flex: 1;
    padding: 11px 10px;
    background: transparent;
    color: #e05252;
    border: 1.5px solid #5a2020;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: opacity .15s;
}

    .ik-btn-recusar:hover[b-dpk7itd46w] {
        opacity: .8;
    }

.ik-btn-aprovar[b-dpk7itd46w] {
    flex: 2;
    padding: 11px 10px;
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: opacity .15s;
}

    .ik-btn-aprovar:hover[b-dpk7itd46w] {
        opacity: .88;
    }

.ik-btn-aprovar-vencida[b-dpk7itd46w] {
    flex: 2;
    padding: 11px 10px;
    background: #e05252;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: opacity .15s;
}

    .ik-btn-aprovar-vencida:hover[b-dpk7itd46w] {
        opacity: .88;
    }

.ik-btn-secondary[b-dpk7itd46w] {
    width: 100%;
    padding: 11px;
    background: transparent;
    color: #ff8c00;
    border: 1.5px solid #4a2e00;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity .15s;
}

    .ik-btn-secondary:hover[b-dpk7itd46w] {
        opacity: .8;
    }

/* ══════════════════════════════════════════════════════════
   HISTÓRICO LOCAL
══════════════════════════════════════════════════════════ */

.ik-hist-header[b-dpk7itd46w] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 8px;
}

.ik-hist-title[b-dpk7itd46w] {
    font-size: .78rem;
    font-weight: 700;
    color: #ccc;
}

.ik-hist-count[b-dpk7itd46w] {
    font-size: .78rem;
    color: #555;
}

.ik-btn-hist-clear[b-dpk7itd46w] {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;
    color: #666;
    font-size: .65rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color .15s, border-color .15s;
}

    .ik-btn-hist-clear:hover[b-dpk7itd46w] {
        color: #e05252;
        border-color: #5a1010;
    }

.ik-hist-list[b-dpk7itd46w] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ik-hist-item[b-dpk7itd46w] {
    background: #222;
    border: 1px solid #2e2e2e;
    border-left: 3px solid #4caf50;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ik-hist-avatar[b-dpk7itd46w] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #4caf50;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ik-hist-info[b-dpk7itd46w] {
    flex: 1;
    min-width: 0;
}

.ik-hist-credor[b-dpk7itd46w] {
    font-size: .8rem;
    font-weight: 700;
    color: #ddd;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ik-hist-meta[b-dpk7itd46w] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.ik-hist-key[b-dpk7itd46w] {
    font-family: 'Courier New', monospace;
    font-size: .62rem;
    color: #555;
}

.ik-hist-badge[b-dpk7itd46w] {
    background: #0e2a12;
    color: #4caf50;
    border: 1px solid #2a6e30;
    border-radius: 20px;
    font-size: .58rem;
    font-weight: 700;
    padding: 1px 8px;
}

.ik-hist-right[b-dpk7itd46w] {
    text-align: right;
    flex-shrink: 0;
}

.ik-hist-valor[b-dpk7itd46w] {
    font-size: .88rem;
    font-weight: 700;
    color: #4caf50;
}

.ik-hist-date[b-dpk7itd46w] {
    font-size: .62rem;
    color: #444;
    margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   COMO FUNCIONA
══════════════════════════════════════════════════════════ */

.ik-how-step[b-dpk7itd46w] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #2e2e2e;
}

    .ik-how-step:last-child[b-dpk7itd46w] {
        border-bottom: none;
        padding-bottom: 0;
    }

.ik-step-num[b-dpk7itd46w] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff8c00;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.ik-step-title[b-dpk7itd46w] {
    font-size: .88rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 5px;
}

.ik-step-sub[b-dpk7itd46w] {
    font-size: .72rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

    .ik-step-sub strong[b-dpk7itd46w] {
        color: #888;
    }

/* ── Animações ── */
@keyframes spin-b-dpk7itd46w {
    to {
        transform: rotate(360deg);
    }
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .invoicekey-page[b-dpk7itd46w] {
        padding: 1.5rem 1.5rem 2.5rem;
    }

    .ik-card[b-dpk7itd46w] {
        padding: 1.5rem 1.25rem 1.5rem;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .invoicekey-page[b-dpk7itd46w] {
        padding: 1.25rem 1rem 2rem;
    }

    .ik-card[b-dpk7itd46w] {
        padding: 1.25rem 1rem 1.25rem;
        border-radius: 8px;
    }

    .ik-otp-box[b-dpk7itd46w] {
        width: 28px;
        height: 40px;
        font-size: 14px;
    }

    .ik-otp-dv[b-dpk7itd46w] {
        width: 24px;
        height: 40px;
    }

    .ik-amount-value[b-dpk7itd46w] {
        font-size: 2.25rem;
    }

    .ik-tab[b-dpk7itd46w] {
        font-size: .65rem;
        padding: 10px 6px;
    }

    .ik-qr-frame-wrapper[b-dpk7itd46w] {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 380px) {
    .ik-otp-row[b-dpk7itd46w] {
        gap: 3px;
    }

    .ik-otp-box[b-dpk7itd46w] {
        width: 25px;
        height: 38px;
        font-size: 13px;
    }

    .ik-otp-dv[b-dpk7itd46w] {
        width: 21px;
        height: 38px;
    }
}
/* /Pages/Logoff.razor.rz.scp.css */
.logoff-logo[b-juuzm9h9yn] {
    width: 256px;
    height: 100px;
    max-width: 80vw;
    object-fit: contain;
    display: block;
}
/* /Pages/Radar.razor.rz.scp.css */
/* ============================================================
   Néctares Radar — Funcional
   Radar.razor.css  (scoped)
   ============================================================ */

.radar-page[b-jmo2j4cxcv] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
    background: #1a1a1a;
    padding: 2.5rem 2rem 3rem;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.radar-card[b-jmo2j4cxcv] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 14px;
    padding: 2rem 2rem 1.75rem;
    box-sizing: border-box;
}

/* ── Hero ── */
.radar-hero[b-jmo2j4cxcv] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.radar-hero-icon[b-jmo2j4cxcv] {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.radar-title[b-jmo2j4cxcv] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .375rem;
}

.radar-sub[b-jmo2j4cxcv] {
    font-size: .78rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ── Canvas do radar ── */
.radar-canvas-wrap[b-jmo2j4cxcv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
}

.radar-canvas[b-jmo2j4cxcv] {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, #152800 0%, #0a1800 55%, #050e00 100%);
    border: 2px solid #3a5200;
    overflow: hidden;
    box-shadow: 0 0 0 4px #1a2600, 0 0 0 5px #2e4200;
}

    .radar-canvas.radar-canvas-off[b-jmo2j4cxcv] {
        background: radial-gradient(circle, #1a1a1a 0%, #111 55%, #0a0a0a 100%);
        border-color: #333;
        box-shadow: 0 0 0 4px #1a1a1a, 0 0 0 5px #2a2a2a;
    }

.radar-grid-circle[b-jmo2j4cxcv] {
    position: absolute;
    border-radius: 50%;
    border: 0.5px solid rgba(110, 170, 0, 0.22);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radar-canvas-off .radar-grid-circle[b-jmo2j4cxcv] {
    border-color: rgba(255, 255, 255, 0.06);
}

.radar-cross[b-jmo2j4cxcv] {
    position: absolute;
    background: rgba(110, 170, 0, 0.18);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radar-canvas-off .radar-cross[b-jmo2j4cxcv] {
    background: rgba(255, 255, 255, 0.05);
}

.radar-cross-v[b-jmo2j4cxcv] {
    width: 1px;
    height: 210px;
}

.radar-cross-h[b-jmo2j4cxcv] {
    width: 210px;
    height: 1px;
}

.radar-sweep[b-jmo2j4cxcv] {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    left: 50%;
    transform-origin: bottom left;
    animation: sweep-b-jmo2j4cxcv 3s linear infinite;
    background: conic-gradient( from 0deg, rgba(130, 210, 0, 0) 0deg, rgba(130, 210, 0, 0) 270deg, rgba(130, 210, 0, 0.07) 285deg, rgba(130, 210, 0, 0.32) 355deg, rgba(130, 210, 0, 0.52) 360deg );
    border-radius: 0 100% 0 0;
}

@keyframes sweep-b-jmo2j4cxcv {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.radar-blip[b-jmo2j4cxcv] {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a8e000;
    transform: translate(-50%, -50%);
    animation: blip-b-jmo2j4cxcv 3s ease-in-out infinite;
}

@keyframes blip-b-jmo2j4cxcv {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 5px #a8e000;
    }

    50% {
        opacity: 0.3;
        box-shadow: none;
    }
}

.radar-center[b-jmo2j4cxcv] {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6aaa00;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radar-canvas-off .radar-center[b-jmo2j4cxcv] {
    background: #444;
}

.radar-canvas-label[b-jmo2j4cxcv] {
    font-size: .6rem;
    color: #4a6e00;
    letter-spacing: 3px;
}

/* ── Status pill ── */
.radar-status-row[b-jmo2j4cxcv] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.radar-status-pill[b-jmo2j4cxcv] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(120, 200, 0, 0.08);
    border: 1px solid rgba(120, 200, 0, 0.25);
    border-radius: 20px;
    padding: 5px 14px 5px 10px;
    font-size: .72rem;
    color: #8dcc00;
}

    .radar-status-pill.radar-status-off[b-jmo2j4cxcv] {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.12);
        color: #666;
    }

    .radar-status-pill.radar-status-erro[b-jmo2j4cxcv] {
        background: rgba(231, 76, 60, 0.08);
        border-color: rgba(231, 76, 60, 0.25);
        color: #e74c3c;
    }

.radar-status-dot[b-jmo2j4cxcv] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78c800;
    flex-shrink: 0;
    animation: status-pulse-b-jmo2j4cxcv 2s ease-in-out infinite;
}

@keyframes status-pulse-b-jmo2j4cxcv {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

/* ── Divisor ── */
.radar-divider[b-jmo2j4cxcv] {
    height: 1px;
    background: #3a3a3a;
    margin-bottom: 1.5rem;
}

/* ── Onboarding / mensagem central ── */
.radar-onboard[b-jmo2j4cxcv] {
    text-align: center;
    padding: 0 1rem 1.5rem;
}

.radar-onboard-text[b-jmo2j4cxcv] {
    font-size: .78rem;
    color: #888;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* ── Lista ── */
.radar-lista[b-jmo2j4cxcv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.radar-charge-card[b-jmo2j4cxcv] {
    background: #222;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transition: border-color .15s;
}

    .radar-charge-card:hover[b-jmo2j4cxcv] {
        border-color: #555;
    }

    .radar-charge-card.charge-vencida[b-jmo2j4cxcv] {
        border-left: 3px solid #c0392b;
        border-radius: 0 10px 10px 0;
    }

.charge-row-top[b-jmo2j4cxcv],
.charge-row-mid[b-jmo2j4cxcv],
.charge-row-bot[b-jmo2j4cxcv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.charge-credor[b-jmo2j4cxcv] {
    font-size: .78rem;
    font-weight: 700;
    color: #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.charge-valor[b-jmo2j4cxcv] {
    font-size: .9rem;
    font-weight: 700;
    color: #ff8c00;
    white-space: nowrap;
}

.charge-desc[b-jmo2j4cxcv] {
    font-size: .72rem;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.charge-venc[b-jmo2j4cxcv] {
    font-size: .68rem;
    color: #666;
    white-space: nowrap;
}

    .charge-venc.venc-alert[b-jmo2j4cxcv] {
        color: #e74c3c;
        font-weight: 700;
    }

.charge-key[b-jmo2j4cxcv] {
    font-size: .68rem;
    font-family: 'Courier New', monospace;
    color: #666;
    background: #1a1a1a;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #333;
    letter-spacing: 1px;
}

.charge-btn-pagar[b-jmo2j4cxcv] {
    background: #ff8c00;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: .72rem;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s, transform .1s;
}

    .charge-btn-pagar:hover[b-jmo2j4cxcv] {
        background: #e07800;
    }

    .charge-btn-pagar:active[b-jmo2j4cxcv] {
        transform: scale(.97);
    }

/* ── Rodapé ── */
.radar-footer-actions[b-jmo2j4cxcv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 1rem;
    border-top: 1px solid #333;
}

.radar-btn-atualizar[b-jmo2j4cxcv] {
    background: none;
    border: 1px solid #444;
    border-radius: 20px;
    color: #888;
    font-size: .72rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 6px 18px;
    cursor: pointer;
    transition: border-color .15s, color .15s;
}

    .radar-btn-atualizar:hover[b-jmo2j4cxcv] {
        border-color: #888;
        color: #ccc;
    }

.radar-ultima-atualizacao[b-jmo2j4cxcv] {
    font-size: .65rem;
    color: #555;
}

/* ── Responsividade ── */
@media (max-width: 600px) {
    .radar-page[b-jmo2j4cxcv] {
        padding: 1.25rem 1rem 2rem;
    }

    .radar-card[b-jmo2j4cxcv] {
        padding: 1.25rem 1rem 1.25rem;
    }

    .charge-row-top[b-jmo2j4cxcv],
    .charge-row-mid[b-jmo2j4cxcv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }
}
/* /Pages/ViewAndPay.razor.rz.scp.css */
/* ============================================================
   Jathaí Mel — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.paynow-page[b-kaucwigx3s] {
    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;
    background: #1a1a1a;
}

/* ── Card wrap — centralizado 960px ── */
.card-wrap[b-kaucwigx3s] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ── Voltar ── */
.back-link[b-kaucwigx3s] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #ff8c00;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 1rem;
    background: transparent;
    border: none;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: opacity .2s;
}

    .back-link:hover[b-kaucwigx3s] {
        opacity: .8;
    }

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
.payment-card[b-kaucwigx3s] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section[b-kaucwigx3s] {
    padding: 1.25rem 1.5rem;
}

.card-divider[b-kaucwigx3s] {
    height: 1px;
    background: #333;
}

.section-title[b-kaucwigx3s] {
    font-size: .68rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}

/* ── Credor ── */
.creditor-row[b-kaucwigx3s] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar[b-kaucwigx3s] {
    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-kaucwigx3s] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .15rem;
}

.creditor-sub[b-kaucwigx3s] {
    font-size: .7rem;
    color: #666;
}

/* ── Valor ── */
.amount-display[b-kaucwigx3s] {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ff8c00;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    padding: .875rem 0 1.25rem;
}

/* ── Descrição ── */
.desc-row[b-kaucwigx3s] {
    margin-bottom: 1rem;
}

.desc-value[b-kaucwigx3s] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    line-height: 1.5;
}

/* ── Grid de detalhes ── */
.details-grid[b-kaucwigx3s] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.detail-item[b-kaucwigx3s] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label[b-kaucwigx3s] {
    font-size: .6rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value[b-kaucwigx3s] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired[b-kaucwigx3s] {
    color: #e05252;
}

/* ── Badges de status ── */
.status-badge[b-kaucwigx3s] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending[b-kaucwigx3s] {
    background: #2e1f00;
    color: #ffb347;
    border: 1px solid #ff8c00;
}

.badge-expired[b-kaucwigx3s] {
    background: #2a1010;
    color: #e05252;
    border: 1px solid #5a1010;
}

/* ── QR Code ── */
.qrcode-wrap[b-kaucwigx3s] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box[b-kaucwigx3s] {
    width: 200px;
    height: 200px;
    border: 2px solid #3a3a3a;
    border-radius: 8px;
    padding: 10px;
    background: #fff; /* QR Code precisa de fundo branco */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qrcode-box canvas[b-kaucwigx3s],
    .qrcode-box img[b-kaucwigx3s] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction[b-kaucwigx3s] {
    text-align: center;
    font-size: .75rem;
    color: #888;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry[b-kaucwigx3s] {
    text-align: center;
    font-size: .68rem;
    color: #555;
}

/* ── Copia e Cola ── */
.payload-textarea[b-kaucwigx3s] {
    width: 100%;
    min-height: 90px;
    padding: .875rem;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: #aaa;
    resize: vertical;
    background: #1c1c1c;
    line-height: 1.6;
    outline: none;
    box-sizing: border-box;
    margin-bottom: .875rem;
}

.payload-hint[b-kaucwigx3s] {
    text-align: center;
    font-size: .7rem;
    color: #555;
    margin-top: .75rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
.confirm-card[b-kaucwigx3s] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
}

.confirm-title[b-kaucwigx3s] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .35rem;
}

.confirm-sub[b-kaucwigx3s] {
    font-size: .75rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm[b-kaucwigx3s] {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled)[b-kaucwigx3s] {
        opacity: .88;
    }

.confirm-error[b-kaucwigx3s] {
    margin-top: .75rem;
    font-size: .75rem;
    color: #e05252;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-kaucwigx3s] {
    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-kaucwigx3s] {
        opacity: .88;
    }

    .btn:disabled[b-kaucwigx3s] {
        opacity: .4;
        cursor: not-allowed;
    }

.btn-primary[b-kaucwigx3s] {
    background: #ff8c00;
    color: #fff;
}

.btn-full[b-kaucwigx3s] {
    width: 100%;
}

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-kaucwigx3s] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-kaucwigx3s] {
    width: 36px;
    height: 36px;
    border: 3px solid #333;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-kaucwigx3s .9s linear infinite;
}

.loading-text[b-kaucwigx3s] {
    font-size: .8rem;
    color: #666;
}

.error-card[b-kaucwigx3s] {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
}

.error-icon[b-kaucwigx3s] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3[b-kaucwigx3s] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .5rem;
}

.error-card p[b-kaucwigx3s] {
    font-size: .82rem;
    color: #888;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paynow-page[b-kaucwigx3s] {
        padding: 1.5rem;
    }

    .details-grid[b-kaucwigx3s] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page[b-kaucwigx3s] {
        padding: 1rem;
    }

    .details-grid[b-kaucwigx3s] {
        grid-template-columns: 1fr;
    }

    .amount-display[b-kaucwigx3s] {
        font-size: 2.25rem;
    }

    .btn-full[b-kaucwigx3s] {
        font-size: .82rem;
    }
}

@keyframes spin-b-kaucwigx3s {
    to {
        transform: rotate(360deg);
    }
}

/* ── Nota Fiscal ── */
.btn-secondary[b-kaucwigx3s] {
    background: #2f2f2f;
    color: #ccc;
    border: 1px solid #444;
    text-decoration: none; /* ← garante que o <a> não sublinha */
}

    .btn-secondary:hover[b-kaucwigx3s] {
        opacity: .88;
    }
/* /Pages/ViewAndPayByESP.razor.rz.scp.css */
/* ============================================================
   Jathaí Mel — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.paynow-page[b-cqtxwc4b59] {
    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;
    background: #1a1a1a;
}

/* ── Card wrap — centralizado 960px ── */
.card-wrap[b-cqtxwc4b59] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ── Voltar ── */
.back-link[b-cqtxwc4b59] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #ff8c00;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 1rem;
    background: transparent;
    border: none;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: opacity .2s;
}

    .back-link:hover[b-cqtxwc4b59] {
        opacity: .8;
    }

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
.payment-card[b-cqtxwc4b59] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section[b-cqtxwc4b59] {
    padding: 1.25rem 1.5rem;
}

.card-divider[b-cqtxwc4b59] {
    height: 1px;
    background: #333;
}

.section-title[b-cqtxwc4b59] {
    font-size: .68rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}

/* ── Credor ── */
.creditor-row[b-cqtxwc4b59] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar[b-cqtxwc4b59] {
    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-cqtxwc4b59] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .15rem;
}

.creditor-sub[b-cqtxwc4b59] {
    font-size: .7rem;
    color: #666;
}

/* ── Valor ── */
.amount-display[b-cqtxwc4b59] {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ff8c00;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    padding: .875rem 0 1.25rem;
}

/* ── Descrição ── */
.desc-row[b-cqtxwc4b59] {
    margin-bottom: 1rem;
}

.desc-value[b-cqtxwc4b59] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    line-height: 1.5;
}

/* ── Grid de detalhes ── */
.details-grid[b-cqtxwc4b59] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.detail-item[b-cqtxwc4b59] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label[b-cqtxwc4b59] {
    font-size: .6rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value[b-cqtxwc4b59] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired[b-cqtxwc4b59] {
    color: #e05252;
}

/* ── Badges de status ── */
.status-badge[b-cqtxwc4b59] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending[b-cqtxwc4b59] {
    background: #2e1f00;
    color: #ffb347;
    border: 1px solid #ff8c00;
}

.badge-expired[b-cqtxwc4b59] {
    background: #2a1010;
    color: #e05252;
    border: 1px solid #5a1010;
}

/* ── QR Code ── */
.qrcode-wrap[b-cqtxwc4b59] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box[b-cqtxwc4b59] {
    width: 200px;
    height: 200px;
    border: 2px solid #3a3a3a;
    border-radius: 8px;
    padding: 10px;
    background: #fff; /* QR Code precisa de fundo branco */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qrcode-box canvas[b-cqtxwc4b59],
    .qrcode-box img[b-cqtxwc4b59] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction[b-cqtxwc4b59] {
    text-align: center;
    font-size: .75rem;
    color: #888;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry[b-cqtxwc4b59] {
    text-align: center;
    font-size: .68rem;
    color: #555;
}

/* ── Copia e Cola ── */
.payload-textarea[b-cqtxwc4b59] {
    width: 100%;
    min-height: 90px;
    padding: .875rem;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: #aaa;
    resize: vertical;
    background: #1c1c1c;
    line-height: 1.6;
    outline: none;
    box-sizing: border-box;
    margin-bottom: .875rem;
}

.payload-hint[b-cqtxwc4b59] {
    text-align: center;
    font-size: .7rem;
    color: #555;
    margin-top: .75rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
.confirm-card[b-cqtxwc4b59] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
}

.confirm-title[b-cqtxwc4b59] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .35rem;
}

.confirm-sub[b-cqtxwc4b59] {
    font-size: .75rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm[b-cqtxwc4b59] {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled)[b-cqtxwc4b59] {
        opacity: .88;
    }

.confirm-error[b-cqtxwc4b59] {
    margin-top: .75rem;
    font-size: .75rem;
    color: #e05252;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-cqtxwc4b59] {
    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-cqtxwc4b59] {
        opacity: .88;
    }

    .btn:disabled[b-cqtxwc4b59] {
        opacity: .4;
        cursor: not-allowed;
    }

.btn-primary[b-cqtxwc4b59] {
    background: #ff8c00;
    color: #fff;
}

.btn-full[b-cqtxwc4b59] {
    width: 100%;
}

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-cqtxwc4b59] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-cqtxwc4b59] {
    width: 36px;
    height: 36px;
    border: 3px solid #333;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-cqtxwc4b59 .9s linear infinite;
}

.loading-text[b-cqtxwc4b59] {
    font-size: .8rem;
    color: #666;
}

.error-card[b-cqtxwc4b59] {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
}

.error-icon[b-cqtxwc4b59] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3[b-cqtxwc4b59] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .5rem;
}

.error-card p[b-cqtxwc4b59] {
    font-size: .82rem;
    color: #888;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paynow-page[b-cqtxwc4b59] {
        padding: 1.5rem;
    }

    .details-grid[b-cqtxwc4b59] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page[b-cqtxwc4b59] {
        padding: 1rem;
    }

    .details-grid[b-cqtxwc4b59] {
        grid-template-columns: 1fr;
    }

    .amount-display[b-cqtxwc4b59] {
        font-size: 2.25rem;
    }

    .btn-full[b-cqtxwc4b59] {
        font-size: .82rem;
    }
}

@keyframes spin-b-cqtxwc4b59 {
    to {
        transform: rotate(360deg);
    }
}
/* /Shared/PwaInstallButton.razor.rz.scp.css */
.btn-pwa-install[b-ijpkfhyke7] {
    background-color: #ff8c00;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .btn-pwa-install:hover[b-ijpkfhyke7] {
        opacity: 0.85;
    }
/* /Shared/UpdateValidator.razor.rz.scp.css */
.update-alert[b-dk1p4i5fwu] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FF8C00; /* Cor do Jathaí */
    color: white;
    padding: 15px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}
