/* /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] {
    max-width: 1400px;
    margin-inline: auto;
    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: block;
}

.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;
}

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

    .nav-scrollable[b-81pkfhgfd4] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 78px);
        overflow-y: auto;
    }
}

/* ── Rodapé: logo Mininco + versão no hover ──────────── */
.nav-footer[b-81pkfhgfd4] {
    margin-top: auto;
    padding: .85rem .5rem 1.05rem;
    border-top: 1px solid rgba(148, 180, 255, .12);
}

.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-close[b-5gx7724n22] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: var(--ink-faint);
    cursor: pointer;
    line-height: 1;
    padding: .1rem .4rem;
    border-radius: 6px;
}

.modal-close:hover[b-5gx7724n22] { color: var(--ink); background: var(--bg); }

.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);
}
