@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.2drl8nn3fe.bundle.scp.css';

/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-ucwl9e0ayp] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-ucwl9e0ayp] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-ucwl9e0ayp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-ucwl9e0ayp] {
        margin: 0;
    }

.link[b-ucwl9e0ayp] {
    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-ucwl9e0ayp] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-ucwl9e0ayp] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
body[b-zp1jfmv1de] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-zp1jfmv1de] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-zp1jfmv1de] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-zp1jfmv1de] {
        margin: 0;
    }

.link[b-zp1jfmv1de] {
    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-zp1jfmv1de] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-zp1jfmv1de] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   JATAI - MainLayout com Menu Lateral
   ============================================ */

html[b-lp74xzihn9], body[b-lp74xzihn9] {
    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-lp74xzihn9], *[b-lp74xzihn9]::before, *[b-lp74xzihn9]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.container[b-lp74xzihn9] {
    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-lp74xzihn9] {
    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-lp74xzihn9] {
        opacity: 1;
        visibility: visible;
    }

/* ========== SIDEBAR ========== */
.sidebar[b-lp74xzihn9] {
    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-lp74xzihn9] {
        left: 0;
    }

/* ========== HEADER — FIXO, não encolhe ========== */
.header[b-lp74xzihn9] {
    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-lp74xzihn9] {
    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-lp74xzihn9] {
        transform: scale(1.02);
        opacity: 0.9;
    }

    .logo-button:active[b-lp74xzihn9] {
        transform: scale(0.98);
    }

    .logo-button:focus[b-lp74xzihn9] {
        outline: 2px solid #ff8c00;
        outline-offset: 4px;
        border-radius: 4px;
    }

.logo-img[b-lp74xzihn9] {
    height: 120px;
    width: 180px;
    max-height: 120px;
    display: block;
}

.header-links[b-lp74xzihn9] {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

    .header-links span[b-lp74xzihn9] {
        color: #666 !important;
        font-size: 14px !important;
    }

.link[b-lp74xzihn9] {
    color: #ff8c00 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

    .link:hover[b-lp74xzihn9] {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* ========== MAIN — SCROLLÁVEL, cresce e rola ========== */
.main-content[b-lp74xzihn9] {
    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-lp74xzihn9] {
    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-lp74xzihn9] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .header[b-lp74xzihn9] {
        padding: 10px 15px !important;
    }

    .link[b-lp74xzihn9] {
        font-size: 14px !important;
    }

    .header-links[b-lp74xzihn9] {
        gap: 12px !important;
    }

    .sidebar[b-lp74xzihn9] {
        width: 260px;
        left: -260px;
    }

        .sidebar.open[b-lp74xzihn9] {
            left: 0;
        }
}

@media (max-width: 480px) {
    .header[b-lp74xzihn9] {
        padding: 8px 12px !important;
    }

    .link[b-lp74xzihn9] {
        font-size: 13px !important;
    }

    .header-links[b-lp74xzihn9] {
        gap: 10px !important;
    }

        .header-links span[b-lp74xzihn9] {
            font-size: 12px !important;
        }

    .footer[b-lp74xzihn9] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }

    .sidebar[b-lp74xzihn9] {
        width: 85vw;
        max-width: 300px;
        left: -85vw;
    }

        .sidebar.open[b-lp74xzihn9] {
            left: 0;
        }
}

/* ========== UX ========== */
body.menu-open[b-lp74xzihn9] {
    overflow: hidden !important;
}

.sidebar[b-lp74xzihn9]  .nav-link {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar.open[b-lp74xzihn9]  .nav-link {
    transform: translateX(0);
    opacity: 1;
}

    .sidebar.open[b-lp74xzihn9]  .nav-link:nth-child(1) {
        transition-delay: 0.05s;
    }

    .sidebar.open[b-lp74xzihn9]  .nav-link:nth-child(2) {
        transition-delay: 0.1s;
    }

    .sidebar.open[b-lp74xzihn9]  .nav-link:nth-child(3) {
        transition-delay: 0.15s;
    }

    .sidebar.open[b-lp74xzihn9]  .nav-link:nth-child(4) {
        transition-delay: 0.2s;
    }

    .sidebar.open[b-lp74xzihn9]  .nav-link:nth-child(5) {
        transition-delay: 0.25s;
    }
/* /Pages/InvoiceKey.razor.rz.scp.css */
/* ============================================================
   Jathaí Mel — InvoiceKey
   InvoiceKey.razor.css  (scoped)
   ============================================================ */

.invoicekey-page[b-b3pqn14r07] {
    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-b3pqn14r07] {
    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-b3pqn14r07] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.ik-hero-icon[b-b3pqn14r07] {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.ik-card-title[b-b3pqn14r07] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .375rem;
}

.ik-card-sub[b-b3pqn14r07] {
    font-size: .78rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ── Label ── */
.ik-field-label[b-b3pqn14r07] {
    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-b3pqn14r07] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: .5rem;
}

.ik-otp-box[b-b3pqn14r07] {
    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-b3pqn14r07] {
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, .18);
    }

    .ik-otp-box.box-filled[b-b3pqn14r07] {
        border-color: #ff8c00;
        background: #2e1f00;
        color: #ffb347;
    }

    .ik-otp-box.box-error[b-b3pqn14r07] {
        border-color: #e05252 !important;
        background: #2a1010 !important;
        color: #e05252 !important;
        box-shadow: none !important;
    }

.ik-otp-dv[b-b3pqn14r07] {
    width: 27px;
    border-color: #3a3a3a;
    color: #555;
}

    .ik-otp-dv:focus[b-b3pqn14r07] {
        border-color: #4caf50;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, .18);
    }

    .ik-otp-dv.box-dv-filled[b-b3pqn14r07] {
        border-color: #4caf50;
        background: #0e2a12;
        color: #4caf50;
    }

    .ik-otp-dv.box-dv-error[b-b3pqn14r07] {
        border-color: #e05252 !important;
        background: #2a1010 !important;
        color: #e05252 !important;
    }

.ik-otp-dash[b-b3pqn14r07] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #555;
    margin: 0 2px;
    user-select: none;
}

/* ── Hint ── */
.ik-hint[b-b3pqn14r07] {
    text-align: center;
    font-size: .7rem;
    color: #555;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

    .ik-hint strong[b-b3pqn14r07] {
        color: #888;
        font-weight: 700;
    }

/* ── Limpar ── */
.ik-clear-row[b-b3pqn14r07] {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}

.ik-btn-clear[b-b3pqn14r07] {
    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-b3pqn14r07] {
        color: #e05252;
        background: #2a1010;
    }

/* ── Error ── */
.ik-error-banner[b-b3pqn14r07] {
    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-b3pqn14r07] {
    flex-shrink: 0;
    font-size: .9rem;
    margin-top: 1px;
}

.ik-error-title[b-b3pqn14r07] {
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.ik-error-sub[b-b3pqn14r07] {
    font-size: .68rem;
    color: #9a4040;
    display: block;
    line-height: 1.55;
}

/* ── Botão principal ── */
.ik-btn-primary[b-b3pqn14r07] {
    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-b3pqn14r07] {
        opacity: .88;
    }

    .ik-btn-primary:disabled[b-b3pqn14r07] {
        opacity: .35;
        cursor: not-allowed;
    }

.btn-loading[b-b3pqn14r07] {
    opacity: .75;
}

.ik-btn-spinner[b-b3pqn14r07] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-b3pqn14r07 .8s linear infinite;
    flex-shrink: 0;
}

/* ── Divisor ── */
.ik-divider[b-b3pqn14r07] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.ik-divider-line[b-b3pqn14r07] {
    flex: 1;
    height: 1px;
    background: #333;
}

.ik-divider-text[b-b3pqn14r07] {
    font-size: .68rem;
    color: #555;
    white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   PREVIEW DO RESULTADO
══════════════════════════════════════════════════════════ */

.ik-section-label[b-b3pqn14r07] {
    font-size: .6rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
    display: block;
}

.ik-key-tag[b-b3pqn14r07] {
    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-b3pqn14r07] {
    background: #222;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

    .ik-preview.preview-pendente[b-b3pqn14r07] {
        border-left: 3px solid #ff8c00;
    }

    .ik-preview.preview-paga[b-b3pqn14r07] {
        border-left: 3px solid #4caf50;
    }

    .ik-preview.preview-vencida[b-b3pqn14r07] {
        border-left: 3px solid #e05252;
    }

.ik-preview-header[b-b3pqn14r07] {
    padding: 12px 14px 10px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ik-preview-avatar[b-b3pqn14r07] {
    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-b3pqn14r07] {
        background: #ff8c00;
    }

    .ik-preview-avatar.avatar-paga[b-b3pqn14r07] {
        background: #4caf50;
    }

    .ik-preview-avatar.avatar-vencida[b-b3pqn14r07] {
        background: #e05252;
    }

.ik-preview-credor-name[b-b3pqn14r07] {
    font-size: .88rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 2px;
}

.ik-preview-credor-sub[b-b3pqn14r07] {
    font-size: .65rem;
    color: #666;
}

.ik-preview-amount[b-b3pqn14r07] {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #333;
}

.ik-amount-label[b-b3pqn14r07] {
    font-size: .6rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.ik-amount-value[b-b3pqn14r07] {
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

    .ik-amount-value.amount-pendente[b-b3pqn14r07] {
        color: #ff8c00;
    }

    .ik-amount-value.amount-paga[b-b3pqn14r07] {
        color: #777;
        text-decoration: line-through;
        text-decoration-color: #555;
    }

    .ik-amount-value.amount-vencida[b-b3pqn14r07] {
        color: #e05252;
    }

.ik-preview-details[b-b3pqn14r07] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 14px;
}

.ik-detail-item[b-b3pqn14r07] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ik-detail-label[b-b3pqn14r07] {
    font-size: .58rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

.ik-detail-value[b-b3pqn14r07] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 700;
}

    .ik-detail-value.value-vencida[b-b3pqn14r07] {
        color: #e05252;
    }

.ik-detail-mono[b-b3pqn14r07] {
    font-family: 'Courier New', monospace;
    font-size: .7rem;
}

.ik-status-badge[b-b3pqn14r07] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 2px 10px;
    white-space: nowrap;
}

    .ik-status-badge.badge-pendente[b-b3pqn14r07] {
        background: #2e1f00;
        color: #ffb347;
        border: 1px solid #ff8c00;
    }

    .ik-status-badge.badge-paga[b-b3pqn14r07] {
        background: #0e2a12;
        color: #4caf50;
        border: 1px solid #2a6e30;
    }

    .ik-status-badge.badge-vencida[b-b3pqn14r07] {
        background: #2a1010;
        color: #e05252;
        border: 1px solid #5a1010;
    }

/* Banners */
.ik-paid-banner[b-b3pqn14r07] {
    background: #0e2a12;
    border: 1px solid #2a6e30;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    margin-bottom: 12px;
}

.ik-paid-check[b-b3pqn14r07] {
    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-b3pqn14r07] {
    font-size: .88rem;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: 5px;
}

.ik-paid-sub[b-b3pqn14r07] {
    font-size: .7rem;
    color: #3a7a40;
    line-height: 1.6;
    margin: 0;
}

.ik-warn-banner[b-b3pqn14r07] {
    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-b3pqn14r07] {
    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-b3pqn14r07] {
    font-size: .8rem;
    font-weight: 700;
    color: #e05252;
    margin-bottom: 4px;
}

.ik-warn-sub[b-b3pqn14r07] {
    font-size: .68rem;
    color: #9a4040;
    line-height: 1.6;
    margin: 0;
}

.ik-notice[b-b3pqn14r07] {
    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-b3pqn14r07] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff8c00;
    flex-shrink: 0;
    margin-top: 4px;
}

    .ik-notice-dot.notice-red[b-b3pqn14r07] {
        background: #e05252;
    }

/* Botões de ação */
.ik-actions[b-b3pqn14r07] {
    display: flex;
    gap: 10px;
}

.ik-btn-recusar[b-b3pqn14r07] {
    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-b3pqn14r07] {
        opacity: .8;
    }

.ik-btn-aprovar[b-b3pqn14r07] {
    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-b3pqn14r07] {
        opacity: .88;
    }

.ik-btn-aprovar-vencida[b-b3pqn14r07] {
    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-b3pqn14r07] {
        opacity: .88;
    }

.ik-btn-secondary[b-b3pqn14r07] {
    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-b3pqn14r07] {
        opacity: .8;
    }

/* ══════════════════════════════════════════════════════════
   HISTÓRICO LOCAL
══════════════════════════════════════════════════════════ */

.ik-hist-header[b-b3pqn14r07] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 8px;
}

.ik-hist-title[b-b3pqn14r07] {
    font-size: .78rem;
    font-weight: 700;
    color: #ccc;
}

.ik-hist-count[b-b3pqn14r07] {
    font-size: .78rem;
    color: #555;
}

.ik-btn-hist-clear[b-b3pqn14r07] {
    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-b3pqn14r07] {
        color: #e05252;
        border-color: #5a1010;
    }

.ik-hist-list[b-b3pqn14r07] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ik-hist-item[b-b3pqn14r07] {
    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-b3pqn14r07] {
    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-b3pqn14r07] {
    flex: 1;
    min-width: 0;
}

.ik-hist-credor[b-b3pqn14r07] {
    font-size: .8rem;
    font-weight: 700;
    color: #ddd;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ik-hist-meta[b-b3pqn14r07] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.ik-hist-key[b-b3pqn14r07] {
    font-family: 'Courier New', monospace;
    font-size: .62rem;
    color: #555;
}

.ik-hist-badge[b-b3pqn14r07] {
    background: #0e2a12;
    color: #4caf50;
    border: 1px solid #2a6e30;
    border-radius: 20px;
    font-size: .58rem;
    font-weight: 700;
    padding: 1px 8px;
}

.ik-hist-right[b-b3pqn14r07] {
    text-align: right;
    flex-shrink: 0;
}

.ik-hist-valor[b-b3pqn14r07] {
    font-size: .88rem;
    font-weight: 700;
    color: #4caf50;
}

.ik-hist-date[b-b3pqn14r07] {
    font-size: .62rem;
    color: #444;
    margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   COMO FUNCIONA
══════════════════════════════════════════════════════════ */

.ik-how-step[b-b3pqn14r07] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #2e2e2e;
}

    .ik-how-step:last-child[b-b3pqn14r07] {
        border-bottom: none;
        padding-bottom: 0;
    }

.ik-step-num[b-b3pqn14r07] {
    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-b3pqn14r07] {
    font-size: .88rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 5px;
}

.ik-step-sub[b-b3pqn14r07] {
    font-size: .72rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

    .ik-step-sub strong[b-b3pqn14r07] {
        color: #888;
    }

/* ── Animação ── */
@keyframes spin-b-b3pqn14r07 {
    to {
        transform: rotate(360deg);
    }
}

/* ── Responsividade ── */
@media (max-width: 768px) {
    .invoicekey-page[b-b3pqn14r07] {
        padding: 1.5rem 1.5rem 2.5rem;
    }

    .ik-card[b-b3pqn14r07] {
        padding: 1.5rem 1.25rem 1.5rem;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .invoicekey-page[b-b3pqn14r07] {
        padding: 1.25rem 1rem 2rem;
    }

    .ik-card[b-b3pqn14r07] {
        padding: 1.25rem 1rem 1.25rem;
        border-radius: 8px;
    }

    .ik-otp-box[b-b3pqn14r07] {
        width: 28px;
        height: 40px;
        font-size: 14px;
    }

    .ik-otp-dv[b-b3pqn14r07] {
        width: 24px;
        height: 40px;
    }

    .ik-amount-value[b-b3pqn14r07] {
        font-size: 2.25rem;
    }
}

@media (max-width: 380px) {
    .ik-otp-row[b-b3pqn14r07] {
        gap: 3px;
    }

    .ik-otp-box[b-b3pqn14r07] {
        width: 25px;
        height: 38px;
        font-size: 13px;
    }

    .ik-otp-dv[b-b3pqn14r07] {
        width: 21px;
        height: 38px;
    }
}
/* /Pages/ViewAndPay.razor.rz.scp.css */
/* ============================================================
   Jathaí Mel — PayNow (Pagamento via PIX)
   PayNow.razor.css  (scoped)
   ============================================================ */

/* ── Container ── */
.paynow-page[b-0fniio1ri0] {
    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-0fniio1ri0] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ── Voltar ── */
.back-link[b-0fniio1ri0] {
    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-0fniio1ri0] {
        opacity: .8;
    }

/* ══════════════════════════════════════════════════════════
   PAYMENT CARD
══════════════════════════════════════════════════════════ */
.payment-card[b-0fniio1ri0] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-left: 4px solid #ff8c00;
    border-radius: 10px;
    overflow: hidden;
}

.card-section[b-0fniio1ri0] {
    padding: 1.25rem 1.5rem;
}

.card-divider[b-0fniio1ri0] {
    height: 1px;
    background: #333;
}

.section-title[b-0fniio1ri0] {
    font-size: .68rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: .875rem;
}

/* ── Credor ── */
.creditor-row[b-0fniio1ri0] {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.creditor-avatar[b-0fniio1ri0] {
    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-0fniio1ri0] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .15rem;
}

.creditor-sub[b-0fniio1ri0] {
    font-size: .7rem;
    color: #666;
}

/* ── Valor ── */
.amount-display[b-0fniio1ri0] {
    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-0fniio1ri0] {
    margin-bottom: 1rem;
}

.desc-value[b-0fniio1ri0] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    line-height: 1.5;
}

/* ── Grid de detalhes ── */
.details-grid[b-0fniio1ri0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.detail-item[b-0fniio1ri0] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.detail-label[b-0fniio1ri0] {
    font-size: .6rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.detail-value[b-0fniio1ri0] {
    font-size: .82rem;
    color: #ccc;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-expired[b-0fniio1ri0] {
    color: #e05252;
}

/* ── Badges de status ── */
.status-badge[b-0fniio1ri0] {
    display: inline-block;
    border-radius: 20px;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.badge-pending[b-0fniio1ri0] {
    background: #2e1f00;
    color: #ffb347;
    border: 1px solid #ff8c00;
}

.badge-expired[b-0fniio1ri0] {
    background: #2a1010;
    color: #e05252;
    border: 1px solid #5a1010;
}

/* ── QR Code ── */
.qrcode-wrap[b-0fniio1ri0] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.qrcode-box[b-0fniio1ri0] {
    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-0fniio1ri0],
    .qrcode-box img[b-0fniio1ri0] {
        max-width: 100%;
        max-height: 100%;
    }

.qr-instruction[b-0fniio1ri0] {
    text-align: center;
    font-size: .75rem;
    color: #888;
    margin-bottom: .35rem;
    line-height: 1.5;
}

.qr-expiry[b-0fniio1ri0] {
    text-align: center;
    font-size: .68rem;
    color: #555;
}

/* ── Copia e Cola ── */
.payload-textarea[b-0fniio1ri0] {
    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-0fniio1ri0] {
    text-align: center;
    font-size: .7rem;
    color: #555;
    margin-top: .75rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   CONFIRM CARD
══════════════════════════════════════════════════════════ */
.confirm-card[b-0fniio1ri0] {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
}

.confirm-title[b-0fniio1ri0] {
    font-size: .9rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .35rem;
}

.confirm-sub[b-0fniio1ri0] {
    font-size: .75rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.btn-confirm[b-0fniio1ri0] {
    background: #4caf50;
    color: #fff;
    margin-bottom: .625rem;
}

    .btn-confirm:hover:not(:disabled)[b-0fniio1ri0] {
        opacity: .88;
    }

.confirm-error[b-0fniio1ri0] {
    margin-top: .75rem;
    font-size: .75rem;
    color: #e05252;
}

/* ══════════════════════════════════════════════════════════
   BOTÕES
══════════════════════════════════════════════════════════ */
.btn[b-0fniio1ri0] {
    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-0fniio1ri0] {
        opacity: .88;
    }

    .btn:disabled[b-0fniio1ri0] {
        opacity: .4;
        cursor: not-allowed;
    }

.btn-primary[b-0fniio1ri0] {
    background: #ff8c00;
    color: #fff;
}

.btn-full[b-0fniio1ri0] {
    width: 100%;
}

/* ══════════════════════════════════════════════════════════
   LOADING / ERROR
══════════════════════════════════════════════════════════ */
.loading-state[b-0fniio1ri0] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    gap: .75rem;
}

.loading-spinner[b-0fniio1ri0] {
    width: 36px;
    height: 36px;
    border: 3px solid #333;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-0fniio1ri0 .9s linear infinite;
}

.loading-text[b-0fniio1ri0] {
    font-size: .8rem;
    color: #666;
}

.error-card[b-0fniio1ri0] {
    max-width: 480px;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
}

.error-icon[b-0fniio1ri0] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-card h3[b-0fniio1ri0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: .5rem;
}

.error-card p[b-0fniio1ri0] {
    font-size: .82rem;
    color: #888;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .paynow-page[b-0fniio1ri0] {
        padding: 1.5rem;
    }

    .details-grid[b-0fniio1ri0] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .paynow-page[b-0fniio1ri0] {
        padding: 1rem;
    }

    .details-grid[b-0fniio1ri0] {
        grid-template-columns: 1fr;
    }

    .amount-display[b-0fniio1ri0] {
        font-size: 2.25rem;
    }

    .btn-full[b-0fniio1ri0] {
        font-size: .82rem;
    }
}

@keyframes spin-b-0fniio1ri0 {
    to {
        transform: rotate(360deg);
    }
}
