/* /Components/AlterarLicencaDialog.razor.rz.scp.css */
.stella-licenca-lista[b-5iw0o8k0c8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 320px;
    max-height: 360px;
    overflow-y: auto;
    padding: 4px 2px;
}

.stella-licenca-item[b-5iw0o8k0c8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    background: #fafafa;
}

.stella-licenca-item:hover[b-5iw0o8k0c8] {
    background: #f0f4ff;
    border-color: #b0c4f8;
}

.stella-licenca-item.selecionada[b-5iw0o8k0c8] {
    background: #eaf1ff;
    border-color: #5b8def;
}

.stella-licenca-nome[b-5iw0o8k0c8] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a1a2e;
}
/* /Components/AlterarSenhaDialog.razor.rz.scp.css */
.stella-alterar-senha-form[b-e65lwee04u] {
    min-width: 320px;
    display: flex;
    flex-direction: column;
}
/* /Components/ApiErrorDialog.razor.rz.scp.css */
/* ── Title bar colorida ─────────────────────────────────── */
.stella-error-title-bar[b-eew15fy8hh] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.25rem;
    border-radius: 4px 4px 0 0;
}

.stella-error-title-icon[b-eew15fy8hh] {
    font-size: 1.4rem !important;
    width: 1.4rem;
    height: 1.4rem;
    color: #ffffff;
    flex-shrink: 0;
}

.stella-error-title-text[b-eew15fy8hh] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    flex: 1;
    line-height: 1;
}

.stella-error-title-badge[b-eew15fy8hh] {
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(255,255,255,0.22);
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

/* ── Cores por tipo ─────────────────────────────────────── */
.tipo-erro[b-eew15fy8hh]            { background: #c62828; }
.tipo-acesso-negado[b-eew15fy8hh] {
    background: #fc8f00;
}
.tipo-nao-encontrado[b-eew15fy8hh]  { background: #37474f; }
.tipo-validacao[b-eew15fy8hh]       { background: #e65100; }
.tipo-servidor[b-eew15fy8hh]        { background: #b71c1c; }

/* ── Botão OK acompanha a cor do tipo ──────────────────── */
.stella-error-ok-btn.tipo-erro[b-eew15fy8hh]            { background: #c62828 !important; color: #fff !important; }
.stella-error-ok-btn.tipo-acesso-negado[b-eew15fy8hh] {
    background: #fc8f00 !important;
    color: #fff !important;
}
.stella-error-ok-btn.tipo-nao-encontrado[b-eew15fy8hh]  { background: #37474f !important; color: #fff !important; }
.stella-error-ok-btn.tipo-validacao[b-eew15fy8hh]       { background: #e65100 !important; color: #fff !important; }
.stella-error-ok-btn.tipo-servidor[b-eew15fy8hh]        { background: #b71c1c !important; color: #fff !important; }

/* ── Layout interno ─────────────────────────────────────── */
.stella-error-layout[b-eew15fy8hh] {
    display: flex;
    flex-direction: column;
}

.stella-error-body[b-eew15fy8hh] {
    padding: 1rem 1.25rem 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stella-error-mensagens[b-eew15fy8hh] {
    font-size: 0.92rem;
    color: #333;
    line-height: 1.6;
}

.stella-error-mensagens p[b-eew15fy8hh] {
    margin: 0 0 0.35rem 0;
}

/* ── Envelope JSON ──────────────────────────────────────── */
.stella-error-envelope[b-eew15fy8hh] {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
}

.stella-error-envelope pre[b-eew15fy8hh] {
    font-size: 0.72rem;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
    color: #444;
}
/* /Components/EmpresaSelecionarDialog.razor.rz.scp.css */
.stella-empresa-lista[b-0f1n5g5bjh] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 380px;
    max-height: 420px;
    overflow-y: auto;
    padding: 4px 2px;
}

.stella-empresa-item[b-0f1n5g5bjh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    background: #fafafa;
}

.stella-empresa-item:hover[b-0f1n5g5bjh] {
    background: #f0f4ff;
    border-color: #b0c4f8;
}

.stella-empresa-item.selecionada[b-0f1n5g5bjh] {
    background: #eaf1ff;
    border-color: #5b8def;
}

.stella-empresa-item.inativa[b-0f1n5g5bjh] {
    opacity: 0.6;
}

.stella-empresa-item-info[b-0f1n5g5bjh] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.stella-empresa-codigo[b-0f1n5g5bjh] {
    font-size: 0.7rem;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stella-empresa-nome[b-0f1n5g5bjh] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stella-empresa-cidade[b-0f1n5g5bjh] {
    font-size: 0.75rem;
    color: #666;
}
/* /Components/VersaoAppsDialog.razor.rz.scp.css */
.stella-versao-apps-empresa[b-nef60ogunp] {
    font-size: 0.78rem;
    color: #989898;
    margin-left: 8px;
    font-weight: 400;
    align-content: center;
}

.stella-versao-apps-lista[b-nef60ogunp] {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 480px;
}

.stella-versao-apps-item[b-nef60ogunp] {
    display: grid;
    grid-template-columns: 28px 1fr 110px 140px;
    align-items: center;
    padding: 7px 4px;
    border-bottom: 1px solid #f0f0f0;
    gap: 8px;
}

.stella-versao-apps-item:last-child[b-nef60ogunp] {
    border-bottom: none;
}

.stella-versao-apps-status[b-nef60ogunp] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stella-versao-apps-nome[b-nef60ogunp] {
    font-size: 0.9rem;
    font-weight: 500;
}

.stella-versao-apps-versao[b-nef60ogunp] {
    font-size: 0.82rem;
    color: #444;
    text-align: left;
}

.stella-versao-apps-data[b-nef60ogunp] {
    font-size: 0.82rem;
    color: #888;
    text-align: right;
}
/* /Pages/Erro.razor.rz.scp.css */
.stella-internal-error-page[b-1eisfm13ny] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f4f4f8;
}

.stella-internal-error-box[b-1eisfm13ny] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    padding: 3rem 2.5rem;
    max-width: 480px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.stella-internal-error-box h2[b-1eisfm13ny] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.stella-internal-error-box p[b-1eisfm13ny] {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
}

.stella-internal-error-detail[b-1eisfm13ny] {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: left;
    font-size: 0.82rem;
    color: #444;
}

.stella-internal-error-detail pre[b-1eisfm13ny] {
    margin: 0.25rem 0 0;
    white-space: pre-wrap;
    word-break: break-all;
}

.stella-error-btn-primary[b-1eisfm13ny] {
    background: #1a1a2e;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.6rem 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.15s;
}

.stella-error-btn-primary:hover[b-1eisfm13ny] {
    background: #2d2d5a;
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-ecuar4rob5] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.login-left[b-ecuar4rob5] {
    flex: 0 0 68%;
    background: linear-gradient(135deg, rgba(30, 40, 120, 0.88) 0%, rgba(32, 58, 147, 0.86) 45%, rgba(35, 84, 170, 0.82) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 165px;
}

.login-left[b-ecuar4rob5]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/images/background_login.png') right center/cover no-repeat;
    opacity: 1;
}

.login-left-content[b-ecuar4rob5] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    font-family: Montserrat;
    letter-spacing: 0px;
    color: white;
    text-align: left;
}

.login-left h1[b-ecuar4rob5] {
    margin: 0;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    font-family: Montserrat, 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #fff;
}

.login-left h2[b-ecuar4rob5] {
    margin: 0;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 700;
    font-family: Montserrat, 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #fff;
}

.login-left p[b-ecuar4rob5] {
    margin: 1.5rem 0 3rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Montserrat, 'Roboto', sans-serif;
    color: rgb(72, 156, 255);
}

.btn-produtos[b-ecuar4rob5] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(26, 28, 111);
    color: #fff;
    text-decoration: none;
    padding: 22px 56px;
    border-radius: 999px;
    font-size: 1.05rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-family: Montserrat, 'Roboto', sans-serif;
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    gap: 10px;
}

.btn-produtos:hover[b-ecuar4rob5] {
    background-color: rgb(19, 21, 92);
    color: #fff;
    text-decoration: none;
}

.btn-produtos svg[b-ecuar4rob5] {
    width: 1em;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    fill: currentColor;
    font-size: 1.5rem;
    color: rgb(125, 224, 129);
    transition: fill 300ms cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 0 auto;
}

svg:not(:root)[b-ecuar4rob5] {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.login-right[b-ecuar4rob5] {
    flex: 0 0 32%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 48px 32px;
}

.login-card[b-ecuar4rob5] {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-form-container[b-ecuar4rob5] {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

.login-title[b-ecuar4rob5] {
    color: #00acc1;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}

.login-subtitle[b-ecuar4rob5] {
    color: #00acc1;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 36px;
}

.login-field[b-ecuar4rob5] {
    margin-bottom: 18px;
}

.login-field label[b-ecuar4rob5] {
    display: block;
    font-size: 0.78rem;
    color: #888;
    margin-bottom: 4px;
}

.login-input-wrapper[b-ecuar4rob5] {
    position: relative;
}

.login-input[b-ecuar4rob5] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.95rem;
    background: #f5f5f5;
    color: #333;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.login-input:focus[b-ecuar4rob5] {
    border-color: #00acc1;
    background: #fff;
}

.toggle-senha[b-ecuar4rob5] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    padding: 0;
    display: flex;
    align-items: center;
}

.link-esqueci[b-ecuar4rob5] {
    color: #00acc1;
    font-size: 0.85rem;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 28px;
    display: inline-block;
}

.link-esqueci:hover[b-ecuar4rob5] {
    text-decoration: underline;
}

.btn-entrar[b-ecuar4rob5] {
    width: 100%;
    padding: 14px;
    background: #00acc1;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-entrar:hover:not(:disabled)[b-ecuar4rob5] {
    background: #0097a7;
}

.btn-entrar:disabled[b-ecuar4rob5] {
    opacity: 0.7;
    cursor: not-allowed;
}

.login-error[b-ecuar4rob5] {
    background: #fdecea;
    color: #c62828;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.login-success[b-ecuar4rob5] {
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.login-warning[b-ecuar4rob5] {
    background: #fff8e1;
    color: #f57f17;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.login-footer[b-ecuar4rob5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #bbb;
    font-size: 0.8rem;
    margin-top: 24px;
}

.login-footer img[b-ecuar4rob5] {
    height: 26px;
}

.login-versao[b-ecuar4rob5] {
    text-align: center;
    color: #bbb;
    font-size: 0.75rem;
    margin-top: 12px;
}

.spinner[b-ecuar4rob5] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-ecuar4rob5 0.7s linear infinite;
}

@keyframes spin-b-ecuar4rob5 {
    to { transform: rotate(360deg); }
}

.voltar-btn[b-ecuar4rob5] {
    background: none;
    border: none;
    color: #00acc1;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.voltar-btn:hover[b-ecuar4rob5] {
    text-decoration: underline;
}
