/* /Components/CotacaoForm.razor.rz.scp.css */
.modal-overlay[b-br8y198p54] {
    position: fixed;
    inset: 0;
    background: rgba(10, 16, 31, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-box[b-br8y198p54] {
    background: var(--surface);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(10,16,31,.35);
    width: 100%;
    max-width: 480px;
    padding: 1.75rem;
}

/* Cadastro de cliente no Bling: fica na própria etapa 1, não abre balão/modal. */
.cadastro-inline[b-br8y198p54] {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 1rem;
    margin-top: .5rem;
}
.cadastro-inline-header[b-br8y198p54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}
.cadastro-inline-footer[b-br8y198p54] {
    display: flex;
    gap: .5rem;
}

.modal-header[b-br8y198p54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.modal-title[b-br8y198p54] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.modal-body[b-br8y198p54] {
    margin-bottom: 1.5rem;
}

.modal-footer[b-br8y198p54] {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
}

/* Dados da negociação: mesmos campos do board que a equipe já usa */
.negociacao-grid[b-br8y198p54] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 16px;
}
.negociacao-grid label[b-br8y198p54] { display: block; margin-bottom: 4px; font-weight: 500; }
.negociacao-span2[b-br8y198p54] { grid-column: span 2; }
@media (max-width: 900px) {
    .negociacao-grid[b-br8y198p54] { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .negociacao-grid[b-br8y198p54] { grid-template-columns: 1fr; }
    .negociacao-span2[b-br8y198p54] { grid-column: span 1; }
}

/* observação por item na lista de escolhidos */
.escolhido-obs[b-br8y198p54] { margin: -.2rem 0 .55rem; }

/* tabela de itens estilo Bling (modo Vendas) */
.itens-tabela .col-num[b-br8y198p54] { width: 2.2rem; text-align: right; }
.itens-tabela .col-cod[b-br8y198p54] { width: 8rem; }
.itens-tabela .col-un[b-br8y198p54] { width: 4rem; }
.itens-tabela .col-qtde[b-br8y198p54] { width: 7rem; }
.itens-tabela .col-del[b-br8y198p54] { width: 3rem; text-align: center; }
.itens-tabela td[b-br8y198p54] { vertical-align: middle; }
.itens-nome[b-br8y198p54] { font-weight: 500; }
.itens-celula-busca[b-br8y198p54] { position: relative; }
.itens-dropdown[b-br8y198p54] {
    position: absolute;
    z-index: 6;
    width: 100%;
    margin-top: .25rem;
    max-height: 320px;
    overflow-y: auto;
}


/* asterisco de campo obrigatório */
.req[b-br8y198p54] {
    color: #b3261e;
    font-size: .8em;
    vertical-align: super;
    font-weight: 700;
}


/* refino Canteiro: tabela de itens com o acabamento do Bling */
.itens-tabela thead th[b-br8y198p54] {
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ink-soft, #475569);
    font-weight: 600;
    border-bottom-width: 2px;
}
.itens-tabela tbody tr:hover[b-br8y198p54] { background: #f8fafc; }
.itens-tabela .col-num[b-br8y198p54] {
    font-family: 'Space Grotesk', monospace;
    font-size: .8rem;
    color: var(--ink-faint, #94a3b8);
}
.itens-linha-nova td[b-br8y198p54] { background: #fbfcfd; }
.negociacao-grid label[b-br8y198p54], .ident-cols label[b-br8y198p54] { font-size: .85rem; color: var(--ink-soft, #475569); }
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* ── Layout da tela de auth ─────────────────────────────────────────────────── */

.auth-page[b-dco6dmprgj] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 480px 1fr;
}

.auth-card[b-dco6dmprgj] {
    display: flex;
    flex-direction: column;
    padding: 3rem 3rem 2rem;
    background: var(--surface);
    border-right: 1px solid var(--line);
    min-height: 100vh;
}

.auth-brand[b-dco6dmprgj] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 3rem;
}

.auth-brand-text[b-dco6dmprgj] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.auth-brand-name[b-dco6dmprgj] {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
    letter-spacing: -.02em;
}

.auth-brand-tag[b-dco6dmprgj] {
    font-size: .72rem;
    font-weight: 500;
    color: var(--ink-faint);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.auth-title[b-dco6dmprgj] {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.03em;
    margin: 0 0 .4rem;
}

.auth-subtitle[b-dco6dmprgj] {
    color: var(--ink-soft);
    font-size: .95rem;
    margin: 0 0 1.75rem;
}

.auth-alert[b-dco6dmprgj] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    margin-bottom: 1.25rem;
}

.auth-link[b-dco6dmprgj] {
    font-size: .88rem;
    color: var(--amber-deep);
    text-decoration: none;
}

.auth-link:hover[b-dco6dmprgj] {
    text-decoration: underline;
}

/* ── Painel direito (fundo decorativo) ──────────────────────────────────────── */

.auth-bg[b-dco6dmprgj] {
    background: linear-gradient(160deg, var(--graphite-900) 0%, var(--graphite-950) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-bg-content[b-dco6dmprgj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.auth-logo-bg[b-dco6dmprgj] {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    opacity: .55;
    filter: brightness(1.2);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

.auth-bg-label[b-dco6dmprgj] {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255,255,255,.7);
    letter-spacing: -.02em;
}

.auth-bg-sub[b-dco6dmprgj] {
    font-size: .85rem;
    color: rgba(255,255,255,.3);
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* ── Mobile ─────────────────────────────────────────────────────────────────── */

@media (max-width: 720px) {
    .auth-page[b-dco6dmprgj] {
        grid-template-columns: 1fr;
    }
    .auth-bg[b-dco6dmprgj] { display: none; }
    .auth-card[b-dco6dmprgj] { padding: 2rem 1.5rem; min-height: 100vh; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b8af0cnrrs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b8af0cnrrs] {
    flex: 1;
}

.sidebar[b-b8af0cnrrs] {
    background:
        linear-gradient(rgba(148, 180, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 180, 255, .05) 1px, transparent 1px),
        linear-gradient(170deg, #101b31 0%, #0a101f 100%);
    background-size: 28px 28px, 28px 28px, 100% 100%;
}

.content[b-b8af0cnrrs] {
    padding: 1.75rem 2rem 3rem;
}

@media (max-width: 640.98px) {
    .content[b-b8af0cnrrs] {
        padding: 1.25rem 1rem 2.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-b8af0cnrrs] {
        flex-direction: row;
    }

    .sidebar[b-b8af0cnrrs] {
        width: 252px;
        flex: none;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    main[b-b8af0cnrrs] {
        min-width: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-81pkfhgfd4] {
    padding: 1.25rem 1.1rem 1rem;
    border-bottom: 1px solid rgba(148, 180, 255, .12);
}

.brand[b-81pkfhgfd4] {
    display: flex;
    align-items: center;
    gap: .7rem;
    text-decoration: none;
}

.brand-mark[b-81pkfhgfd4] {
    width: 34px;
    height: 34px;
    flex: none;
    filter: drop-shadow(0 2px 6px rgba(245, 158, 11, .35));
}

.brand-text[b-81pkfhgfd4] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-name[b-81pkfhgfd4] {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: #fff;
}

.brand-tag[b-81pkfhgfd4] {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #f59e0b;
}

.navbar-toggler[b-81pkfhgfd4] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.4rem;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(148, 180, 255, .18);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(255, 255, 255, 0.06);
}

.navbar-toggler:checked[b-81pkfhgfd4] {
    background-color: rgba(255, 255, 255, 0.25);
}

.nav-scrollable[b-81pkfhgfd4] {
    display: none;
    padding: .9rem .7rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-81pkfhgfd4] {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
}

.nav-section[b-81pkfhgfd4] {
    font-size: .66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #64748b;
    padding: 1.1rem .55rem .4rem;
}

.nav-item[b-81pkfhgfd4] {
    font-size: .92rem;
    padding-bottom: .25rem;
}

.nav-item[b-81pkfhgfd4]  .nav-link {
    color: #b7c2d4;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.6rem;
    display: flex;
    align-items: center;
    gap: .65rem;
    width: 100%;
    padding: 0 .55rem;
    font-weight: 500;
}

.nav-item[b-81pkfhgfd4]  .ico {
    width: 1.15rem;
    height: 1.15rem;
    flex: none;
    opacity: .85;
}

.nav-item[b-81pkfhgfd4]  a.active {
    background: rgba(245, 158, 11, .14);
    color: #fff;
    box-shadow: inset 3px 0 0 #f59e0b;
}

.nav-item[b-81pkfhgfd4]  a.active .ico {
    color: #f59e0b;
    opacity: 1;
}

.nav-item[b-81pkfhgfd4]  .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

/* Submenu de status. Recuado e menor para ler como filho do item acima, e sem ícone: são
   três atalhos do mesmo destino, e três ícones ali competiriam com os itens de primeiro
   nível pela atenção. */
.nav-sub[b-81pkfhgfd4] {
    padding-bottom: .1rem;
}

.nav-sub[b-81pkfhgfd4]  .nav-link {
    height: 2.1rem;
    padding-left: 1rem;
    font-size: .86rem;
    font-weight: 400;
    color: #93a1b8;
}

@media (min-width: 641px) {
    .navbar-toggler[b-81pkfhgfd4] {
        display: none;
    }

    /* A coluna ocupa a altura toda e NÃO rola: quem rola é a lista. É isso que
       mantém o rodapé preso embaixo. */
    .nav-scrollable[b-81pkfhgfd4] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 78px);
    }

    /* min-height: 0 é o que permite este filho flex encolher abaixo do próprio
       conteúdo e ganhar scroll. Sem ele o padrão (min-height: auto) faz a lista
       crescer e empurrar o rodapé para fora da tela. */
    .nav-scrollable > nav[b-81pkfhgfd4] {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        /* A classe .nav do Bootstrap traz flex-wrap: wrap. Com a altura limitada e
           flex-direction: column, isso faz os itens quebrarem em uma SEGUNDA COLUNA
           em vez de rolar — o menu vazava para o lado. Precisa ser nowrap. */
        flex-wrap: nowrap;
    }
}

/* ── Acordeão ─────────────────────────────────────────── */

/* Linha do item pai: nav-link + botão do chevron lado a lado */
.nav-accordion-header[b-81pkfhgfd4] {
    display: flex;
    align-items: stretch;
}

.nav-accordion-header .nav-link[b-81pkfhgfd4] {
    flex: 1;
    min-width: 0;
}

/* Botão exclusivo para abrir/fechar — não navega */
.nav-chevron-btn[b-81pkfhgfd4] {
    background: none;
    border: none;
    padding: 0 .6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: inherit;
    flex-shrink: 0;
    border-radius: 0 8px 8px 0;
    transition: background .15s;
}

.nav-chevron-btn:hover[b-81pkfhgfd4] {
    background: rgba(255, 255, 255, .07);
}

/* Chevron rotativo */
.nav-chevron[b-81pkfhgfd4] {
    font-size: 1.1rem;
    line-height: 1;
    color: #64748b;
    display: inline-block;
    transition: transform .22s ease, color .15s;
    transform: rotate(-90deg); /* fechado: aponta para a direita */
    user-select: none;
}

.nav-chevron.open[b-81pkfhgfd4] {
    transform: rotate(0deg); /* aberto: aponta para baixo */
    color: #f59e0b;
}

/* Container dos subitens — max-height e transition controlados via inline style
   pelo Blazor para evitar conflito de scope ID em modo InteractiveServer. */
.nav-submenu[b-81pkfhgfd4] {
    overflow: hidden;
}

/* ── Rodapé: logo Mininco + versão no hover ──────────── */
/* Em fluxo normal, como último item flex da coluna — nunca absoluto.
   Posicionado com `position: absolute; bottom: 0` dentro de um container que
   rola, ele só ficava no lugar certo enquanto scrollTop era 0: ao rolar, subia
   junto com o conteúdo e cobria os últimos itens do menu. */
.nav-footer[b-81pkfhgfd4] {
    flex: none;
    padding: .85rem .5rem 1.05rem;
    border-top: 1px solid rgba(148, 180, 255, .12);
    background: transparent;
}

.mininco[b-81pkfhgfd4] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .3rem .5rem;
    border-radius: 8px;
    cursor: default;
    outline: none;
}

.mininco:hover[b-81pkfhgfd4],
.mininco:focus-visible[b-81pkfhgfd4] {
    background: rgba(255, 255, 255, .05);
}

.mininco-logo[b-81pkfhgfd4] {
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: 7px;
    background: #fff;
    padding: 2px;
}

.mininco-label[b-81pkfhgfd4] {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #64748b;
}

/* Tooltip com a versão publicada */
.versao-tip[b-81pkfhgfd4] {
    position: absolute;
    left: 0;
    bottom: calc(100% + .5rem);
    min-width: 200px;
    display: none;
    flex-direction: column;
    gap: .12rem;
    padding: .55rem .7rem;
    background: #0a101f;
    border: 1px solid rgba(148, 180, 255, .22);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
    z-index: 20;
}

.versao-tip b[b-81pkfhgfd4] {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 600;
    font-size: .82rem;
    color: #fff;
}

.versao-tip span[b-81pkfhgfd4] {
    font-size: .72rem;
    color: #94a3b8;
}

.mininco:hover .versao-tip[b-81pkfhgfd4],
.mininco:focus-visible .versao-tip[b-81pkfhgfd4] {
    display: flex;
}

/* ── Usuário logado ──────────────────────────────────────────────────────────── */

.nav-user[b-81pkfhgfd4] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .7rem 1rem;
    border-top: 1px solid rgba(148, 180, 255, .1);
    margin-bottom: .25rem;
}

.nav-user-avatar[b-81pkfhgfd4] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(245, 158, 11, .22);
    color: #f59e0b;
    font-size: .78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: .02em;
}

.nav-user-info[b-81pkfhgfd4] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    line-height: 1.3;
}

.nav-user-nome[b-81pkfhgfd4] {
    font-size: .82rem;
    font-weight: 600;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-user-perfil[b-81pkfhgfd4] {
    font-size: .7rem;
    color: rgba(183, 194, 212, .7);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.nav-logout-form[b-81pkfhgfd4] {
    margin: 0;
}

.nav-logout[b-81pkfhgfd4] {
    background: none;
    border: none;
    padding: .3rem;
    color: rgba(183, 194, 212, .5);
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: color .15s, background .15s;
}

.nav-logout:hover[b-81pkfhgfd4] {
    color: #e11d48;
    background: rgba(225, 29, 72, .12);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jv0ldib38e],
.components-reconnect-repeated-attempt-visible[b-jv0ldib38e],
.components-reconnect-failed-visible[b-jv0ldib38e],
.components-pause-visible[b-jv0ldib38e],
.components-resume-failed-visible[b-jv0ldib38e],
.components-rejoining-animation[b-jv0ldib38e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-retrying[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-failed[b-jv0ldib38e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jv0ldib38e] {
    display: block;
}


#components-reconnect-modal[b-jv0ldib38e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jv0ldib38e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jv0ldib38e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jv0ldib38e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jv0ldib38e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jv0ldib38e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jv0ldib38e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jv0ldib38e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jv0ldib38e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jv0ldib38e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jv0ldib38e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jv0ldib38e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jv0ldib38e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jv0ldib38e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jv0ldib38e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jv0ldib38e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jv0ldib38e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jv0ldib38e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jv0ldib38e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Usuarios.razor.rz.scp.css */
.tr-inativo td[b-5gx7724n22] { opacity: .5; }

.acoes-usuario[b-5gx7724n22] {
    display: flex;
    gap: .4rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.pill-master[b-5gx7724n22] {
    background: #ede9fe;
    color: #6d28d9;
}

.pill-negociador[b-5gx7724n22] {
    background: #e0f2fe;
    color: #0369a1;
}

/* Modal */
.modal-overlay[b-5gx7724n22] {
    position: fixed;
    inset: 0;
    background: rgba(10, 16, 31, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-box[b-5gx7724n22] {
    background: var(--surface);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(10,16,31,.35);
    width: 100%;
    max-width: 480px;
    padding: 1.75rem;
}

.modal-header[b-5gx7724n22] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.modal-title[b-5gx7724n22] {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    margin: 0;
}

.modal-footer[b-5gx7724n22] {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-header[b-xhn8jyqf8p] {
    margin-bottom: 2rem;
}

.home-header h2[b-xhn8jyqf8p] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.home-loading[b-xhn8jyqf8p] {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.home-section[b-xhn8jyqf8p] {
    margin-bottom: 2.5rem;
}

.home-section-title[b-xhn8jyqf8p] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #64748b;
    margin-bottom: 1rem;
}

/* ── Cards ─────────────────────────────────────────────── */

.home-cards[b-xhn8jyqf8p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.home-card[b-xhn8jyqf8p] {
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1rem;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s, box-shadow .15s, transform .12s;
    display: flex;
    flex-direction: column;
}

a.home-card:hover[b-xhn8jyqf8p] {
    border-color: #94a3b8;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transform: translateY(-1px);
    color: inherit;
    text-decoration: none;
}

.home-card-action[b-xhn8jyqf8p] {
    border-color: #f59e0b55;
    background: color-mix(in srgb, #f59e0b 5%, var(--bs-body-bg, #fff));
}

.home-card-alerta[b-xhn8jyqf8p] {
    border-color: #ef444455;
    background: color-mix(in srgb, #ef4444 5%, var(--bs-body-bg, #fff));
}

.home-card-num[b-xhn8jyqf8p] {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    margin-bottom: .4rem;
}

.home-card-label[b-xhn8jyqf8p] {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: .15rem;
}

.home-card-sub[b-xhn8jyqf8p] {
    font-size: .78rem;
    color: #64748b;
    line-height: 1.35;
}

/* ── Barra de meta ─────────────────────────────────────── */

.home-meta-bar[b-xhn8jyqf8p] {
    height: 5px;
    background: #e2e8f0;
    border-radius: 99px;
    overflow: hidden;
}

.home-meta-fill[b-xhn8jyqf8p] {
    height: 100%;
    background: #22c55e;
    border-radius: 99px;
    transition: width .4s ease;
    min-width: 2px;
}

/* ── Lista de últimas cotações ─────────────────────────── */

/* ── Layout em grade ───────────────────────────────────── */

.home-grid[b-xhn8jyqf8p] {
    display: flex;
    flex-direction: column;
}

.home-col[b-xhn8jyqf8p] {
    min-width: 0;
}

@media (min-width: 1024px) {
    .home-grid-2col[b-xhn8jyqf8p] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 2.5rem;
        align-items: start;
    }
}

/* ── Lista de últimas cotações ─────────────────────────── */

.home-list[b-xhn8jyqf8p] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.home-list-item[b-xhn8jyqf8p] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .6rem .9rem;
    border-radius: 8px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    text-decoration: none;
    color: inherit;
    transition: background .12s;
}

.home-list-item:hover[b-xhn8jyqf8p] {
    background: var(--bs-tertiary-bg, #f8f9fa);
    color: inherit;
    text-decoration: none;
}

.home-list-titulo[b-xhn8jyqf8p] {
    flex: 1;
    font-size: .9rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-list-meta[b-xhn8jyqf8p] {
    font-size: .78rem;
    color: #94a3b8;
    white-space: nowrap;
}
/* /Components/Pages/Master/Pipeline.razor.rz.scp.css */
.pipeline-intro[b-3zf7im1hwb] { max-width: 70ch; }

.pipeline-filtros[b-3zf7im1hwb] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.pipeline-filtros input[b-3zf7im1hwb] { flex: 2 1 240px; }
.pipeline-filtros select[b-3zf7im1hwb] { flex: 1 1 160px; max-width: 220px; }

.pipeline[b-3zf7im1hwb] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 16px;
    align-items: flex-start;
}

.pipe-col[b-3zf7im1hwb] {
    flex: 0 0 250px;
    background: var(--bs-tertiary-bg, #f2f3f5);
    border-radius: 10px;
    border-top: 3px solid transparent;
}
.fase-venda[b-3zf7im1hwb]      { border-top-color: var(--amber, #f59e0b); }
.fase-compra[b-3zf7im1hwb]     { border-top-color: #3b5f8f; }
.fase-expedicao[b-3zf7im1hwb]  { border-top-color: var(--amber-deep, #b45309); }
.fase-financeiro[b-3zf7im1hwb] { border-top-color: var(--emerald, #059669); }
.fase-perdida[b-3zf7im1hwb]    { border-top-color: var(--ink-faint, #94a3b8); }

.pipe-col-head[b-3zf7im1hwb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 2px;
    font-weight: 600;
    font-size: .9rem;
}
.pipe-num[b-3zf7im1hwb] {
    font-family: var(--bs-font-monospace, monospace);
    font-size: .8rem;
    color: var(--bs-secondary-color);
}
.pipe-nome[b-3zf7im1hwb] { flex: 1; line-height: 1.2; }
.pipe-count[b-3zf7im1hwb] {
    background: var(--bs-secondary-bg);
    border-radius: 99px;
    padding: 0 8px;
    font-size: .75rem;
}
.pipe-fase[b-3zf7im1hwb] {
    padding: 0 12px 8px;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}
.pipe-col-body[b-3zf7im1hwb] {
    padding: 0 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 60px;
    max-height: 65vh;
    overflow-y: auto;
}
.pipe-vazio[b-3zf7im1hwb] { text-align: center; color: var(--bs-secondary-color); margin: 8px 0; }

.pipe-card[b-3zf7im1hwb] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: .85rem;
}
.pipe-card.pulsante[b-3zf7im1hwb] {
    border-color: #f59e0b;
    animation: pulsar-b-3zf7im1hwb 1.6s ease-in-out infinite;
}
@keyframes pulsar-b-3zf7im1hwb {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, .45); }
    50%      { box-shadow: 0 0 0 7px rgba(245, 158, 11, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .pipe-card.pulsante[b-3zf7im1hwb] { animation: none; box-shadow: 0 0 0 2px rgba(245, 158, 11, .45); }
}

.pipe-card-top[b-3zf7im1hwb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.pipe-titulo[b-3zf7im1hwb] {
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    line-height: 1.25;
}
.pipe-titulo:hover[b-3zf7im1hwb] { text-decoration: underline; }
.pipe-nota[b-3zf7im1hwb] {
    flex: 0 0 auto;
    min-width: 24px;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    font-size: .8rem;
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
    padding: 1px 6px;
}
.pipe-nota.nota-alta[b-3zf7im1hwb] { background: #f59e0b; color: #1a1a1a; }
.pipe-cliente[b-3zf7im1hwb] { color: var(--bs-secondary-color); margin-top: 2px; }

.pipe-valores[b-3zf7im1hwb] {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}
.margem-ok[b-3zf7im1hwb]  { color: var(--emerald-deep, #047857); }
.margem-neg[b-3zf7im1hwb] { color: #b3261e; }

.pipe-meta[b-3zf7im1hwb] {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
}
.pipe-tag[b-3zf7im1hwb] {
    background: var(--bs-secondary-bg);
    border-radius: 5px;
    padding: 1px 7px;
    font-size: .72rem;
}
.pipe-prob[b-3zf7im1hwb] {
    margin-left: auto;
    font-size: .75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
    background: var(--bs-body-bg);
    color: inherit;
    padding: 1px 4px;
}

.pipe-acoes[b-3zf7im1hwb] {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.pipe-btn[b-3zf7im1hwb] {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: inherit;
    border-radius: 6px;
    font-size: .78rem;
    padding: 2px 9px;
    cursor: pointer;
}
.pipe-btn:hover[b-3zf7im1hwb] { border-color: var(--bs-secondary-color); }
.pipe-btn.ganho[b-3zf7im1hwb] { background: var(--emerald, #059669); border-color: var(--emerald, #059669); color: #fff; flex: 1; font-weight: 600; }
.pipe-btn.perda[b-3zf7im1hwb] { background: transparent; border-color: #b3261e; color: #b3261e; flex: 1; }

.pipe-card.perdida[b-3zf7im1hwb] { opacity: .75; }
.pipe-triste[b-3zf7im1hwb] { font-size: 1.1rem; }
.pipe-motivo[b-3zf7im1hwb] { color: var(--bs-secondary-color); font-size: .78rem; margin-top: 4px; }

.pipe-modal-fundo[b-3zf7im1hwb] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}
.pipe-modal[b-3zf7im1hwb] {
    background: var(--bs-body-bg);
    border-radius: 12px;
    padding: 22px 24px;
    width: min(420px, 92vw);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pipe-modal h3[b-3zf7im1hwb] { margin: 0; font-size: 1.1rem; }
.pipe-modal-acoes[b-3zf7im1hwb] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

/* refino Canteiro */
.pipe-col[b-3zf7im1hwb] { background: #eef1f5; border: 1px solid var(--line, #e2e8f0); border-top-width: 3px; }
.pipe-card[b-3zf7im1hwb] { box-shadow: 0 1px 2px rgba(15, 23, 42, .05); border-radius: 10px; }
.pipe-card:hover[b-3zf7im1hwb] { border-color: var(--line-strong, #cbd5e1); }
.pipe-num[b-3zf7im1hwb] { color: var(--amber-deep, #b45309); }
/* /Components/Pages/PrepararRfqs.razor.rz.scp.css */
/* Modal de cadastro de fornecedor: Blazor isola CSS por componente, então as regras de
   CotacaoForm.razor.css não alcançam este arquivo — precisam existir aqui também. */
.modal-overlay[b-ndmnoie52m] {
    position: fixed;
    inset: 0;
    background: rgba(10, 16, 31, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-box[b-ndmnoie52m] {
    background: var(--surface);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(10,16,31,.35);
    width: 100%;
    max-width: 480px;
    padding: 1.75rem;
}

.modal-header[b-ndmnoie52m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.modal-title[b-ndmnoie52m] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.modal-body[b-ndmnoie52m] {
    margin-bottom: 1.5rem;
}

.modal-footer[b-ndmnoie52m] {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
}

.rfq-intro[b-ndmnoie52m] { max-width: 72ch; }

.rfq-scroll[b-ndmnoie52m] { overflow-x: auto; }
.rfq-matriz[b-ndmnoie52m] { min-width: 640px; }
.rfq-col-produto[b-ndmnoie52m] { min-width: 220px; }
.rfq-col-categoria[b-ndmnoie52m] { min-width: 200px; }
.rfq-col-fornecedor[b-ndmnoie52m] {
    max-width: 110px;
    font-size: .78rem;
    vertical-align: bottom;
}
.rfq-forn-nome[b-ndmnoie52m] {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rfq-cel[b-ndmnoie52m] { text-align: center; vertical-align: middle; }
.rfq-cel .form-check-input[b-ndmnoie52m] { width: 1.15rem; height: 1.15rem; cursor: pointer; }

.rfq-add-fornecedor[b-ndmnoie52m] { max-width: 30rem; margin-top: .5rem; }

.rfq-previa[b-ndmnoie52m] { margin: 0; padding-left: 1.2rem; }
.rfq-previa li[b-ndmnoie52m] { margin-bottom: .35rem; }


/* refino Canteiro */
.rfq-matriz thead th[b-ndmnoie52m] {
    font-size: .72rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--ink-soft, #475569);
}
.rfq-matriz tbody tr:hover[b-ndmnoie52m] { background: #f8fafc; }
.rfq-col-produto[b-ndmnoie52m] {
    position: sticky;
    left: 0;
    background: var(--surface, #fff);
    box-shadow: 1px 0 0 var(--line, #e2e8f0);
}
.rfq-cel:has(input:checked)[b-ndmnoie52m] { background: var(--amber-soft, #fef3c7); }
.rfq-cel .form-check-input:checked[b-ndmnoie52m] {
    background-color: var(--amber-strong, #d97706);
    border-color: var(--amber-strong, #d97706);
}
.rfq-previa li b[b-ndmnoie52m] { color: var(--amber-deep, #b45309); }

.rfq-sem-email[b-ndmnoie52m] {
    display: inline-block;
    margin-left: .25rem;
    color: #b3261e;
    font-weight: 700;
    cursor: help;
}
/* /Components/Pages/RevisarCotacao.razor.rz.scp.css */
/* Ficha da demanda: leitura rápida antes de mexer no formulário */
.ficha-grid[b-aouzkurbtq] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 18px;
    font-size: .9rem;
}
.ficha-larga[b-aouzkurbtq] { grid-column: span 5; }
.ficha-rotulo[b-aouzkurbtq] {
    display: block;
    font-size: .7rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
    margin-bottom: 1px;
}
@media (max-width: 900px) {
    .ficha-grid[b-aouzkurbtq] { grid-template-columns: repeat(2, 1fr); }
    .ficha-larga[b-aouzkurbtq] { grid-column: span 2; }
}


/* refino Canteiro: a ficha é o "post-it" da demanda */
[b-aouzkurbtq] .ficha-grid { row-gap: 12px; }
.ficha-rotulo[b-aouzkurbtq] { color: var(--ink-faint, #94a3b8); }
