/* /Components/Compartilhado/BuscaTopo.razor.rz.scp.css */
.bt-busca[b-q0yvxsoxab] {
    min-width: 0;
    height: 42px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #f8fafc;
    overflow: hidden;
}

.bt-busca i[b-q0yvxsoxab] {
    color: #6366f1;
    justify-self: center;
}

.bt-busca input[b-q0yvxsoxab] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172033;
    font-size: .9rem;
    font-weight: 650;
}

.bt-busca input[b-q0yvxsoxab]::placeholder {
    color: #79829b;
    font-weight: 650;
}

.bt-busca button[b-q0yvxsoxab] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
}
/* /Components/Compartilhado/FeedbackWidget.razor.rz.scp.css */
/* aba flutuante na lateral direita */
.fb-aba[b-p22mk38ctx] {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 45;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 9px 10px 12px;
    border: 0;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    writing-mode: vertical-rl;
    box-shadow: -6px 8px 22px rgba(79, 70, 229, .3);
}

.fb-aba i[b-p22mk38ctx] { writing-mode: horizontal-tb; }

.fb-badge[b-p22mk38ctx] {
    position: absolute;
    top: -7px;
    left: -7px;
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: .66rem;
    font-weight: 900;
    writing-mode: horizontal-tb;
    box-shadow: 0 0 0 2px #fff;
}

.fb-overlay[b-p22mk38ctx] {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(3px);
}

.fb-card[b-p22mk38ctx] {
    width: min(520px, 100%);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-bottom: 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .35);
}

.fb-head[b-p22mk38ctx] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.fb-head > i[b-p22mk38ctx] { font-size: 1.3rem; }
.fb-head div[b-p22mk38ctx] { flex: 1; display: grid; }
.fb-head strong[b-p22mk38ctx] { font-size: 1rem; }
.fb-head span[b-p22mk38ctx] { font-size: .76rem; opacity: .85; }

.fb-head button[b-p22mk38ctx] {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.fb-msg[b-p22mk38ctx] { margin: 0 18px; padding: 9px 13px; border-radius: 10px; font-size: .84rem; font-weight: 700; }
.fb-msg.ok[b-p22mk38ctx] { background: #dcfce7; color: #15803d; }
.fb-msg.err[b-p22mk38ctx] { background: #fef2f2; color: #b91c1c; }

.fb-tipos[b-p22mk38ctx] { display: flex; gap: 8px; padding: 0 18px; }

.fb-tipos button[b-p22mk38ctx] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 6px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    color: #475569;
    font-size: .8rem;
    font-weight: 800;
    transition: border-color .14s ease, color .14s ease;
}

.fb-tipos button.on[b-p22mk38ctx] { border-color: #7c3aed; color: #6d28d9; background: #faf9ff; }

.fb-card textarea[b-p22mk38ctx] {
    margin: 0 18px;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    font: inherit;
    resize: vertical;
}

.fb-enviar[b-p22mk38ctx] {
    margin: 0 18px;
    padding: 11px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-weight: 800;
}

.fb-enviar:disabled[b-p22mk38ctx] { opacity: .5; }

.fb-hist[b-p22mk38ctx] { display: grid; gap: 10px; padding: 4px 18px 0; }

.fb-hist-titulo[b-p22mk38ctx] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.fb-item[b-p22mk38ctx] {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
}

.fb-item.nova[b-p22mk38ctx] { border-color: #c4b5fd; background: #faf9ff; }

.fb-item-cab[b-p22mk38ctx] { display: flex; align-items: center; justify-content: space-between; gap: 8px; }

.fb-item-cab em[b-p22mk38ctx] {
    padding: 2px 9px;
    border-radius: 999px;
    font-size: .68rem;
    font-style: normal;
    font-weight: 900;
    color: #fff;
}

.fb-item-cab em.t1[b-p22mk38ctx] { background: #2563eb; }
.fb-item-cab em.t2[b-p22mk38ctx] { background: #d97706; }
.fb-item-cab em.t3[b-p22mk38ctx] { background: #dc2626; }
.fb-item-cab small[b-p22mk38ctx] { color: #94a3b8; font-size: .7rem; font-weight: 700; }

.fb-item p[b-p22mk38ctx] { margin: 0; color: #334155; font-size: .82rem; line-height: 1.45; }

.fb-resposta[b-p22mk38ctx] {
    display: grid;
    gap: 3px;
    padding: 8px 11px;
    border-radius: 9px;
    background: #eef2ff;
}

.fb-resposta strong[b-p22mk38ctx] { color: #3730a3; font-size: .74rem; }
.fb-resposta span[b-p22mk38ctx] { color: #334155; font-size: .8rem; line-height: 1.4; }

.fb-lida[b-p22mk38ctx] {
    justify-self: start;
    padding: 5px 12px;
    border: 0;
    border-radius: 8px;
    background: #7c3aed;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

@media print {
    .fb-aba[b-p22mk38ctx] { display: none; }
}
/* /Components/Compartilhado/GraficoBarras.razor.rz.scp.css */
.gb-card[b-p05dkj58f2] {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.gb-card h2[b-p05dkj58f2] {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: .92rem;
    font-weight: 900;
}

.gb-vazio[b-p05dkj58f2] { margin: 0; color: #94a3b8; font-size: .84rem; }

.gb-legenda[b-p05dkj58f2] {
    display: flex;
    gap: 14px;
    margin-bottom: 6px;
    font-size: .74rem;
    font-weight: 800;
}

.gb-legenda span[b-p05dkj58f2] { display: inline-flex; align-items: center; gap: 6px; color: #475569; }
.gb-legenda span[b-p05dkj58f2]::before { content: ""; width: 11px; height: 11px; border-radius: 3px; }
.gb-legenda .s1[b-p05dkj58f2]::before { background: #3b82f6; }
.gb-legenda .s2[b-p05dkj58f2]::before { background: #7c3aed; }

.gb-scroll[b-p05dkj58f2] { overflow-x: auto; }
/* /Components/Compartilhado/MiniTabela.razor.rz.scp.css */
.mt-card[b-uu0y26pfrq] {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.mt-card h2[b-uu0y26pfrq] {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: .92rem;
    font-weight: 900;
}

.mt-vazio[b-uu0y26pfrq] { margin: 0; color: #94a3b8; font-size: .84rem; }

.mt-scroll[b-uu0y26pfrq] { max-height: 340px; overflow: auto; }

.mt-card table[b-uu0y26pfrq] { width: 100%; border-collapse: collapse; font-size: .76rem; }

.mt-card th[b-uu0y26pfrq] {
    position: sticky;
    top: 0;
    padding: 6px 8px;
    background: #f8fafc;
    color: #475569;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
}

.mt-card td[b-uu0y26pfrq] {
    padding: 5px 8px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    white-space: nowrap;
}
/* /Components/Compartilhado/SeletorAluno.razor.rz.scp.css */
/* ===== Seletor de aluno com avatar (typeahead) ===== */

.sa-wrap[b-9sq9ckblav] { position: relative; }

.sa-campo[b-9sq9ckblav] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 5px 11px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    cursor: text;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.sa-wrap.is-open .sa-campo[b-9sq9ckblav] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .12);
}

.sa-lupa[b-9sq9ckblav] { color: #94a3b8; }

.sa-campo input[b-9sq9ckblav] {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    color: #0f172a;
}

.sa-nome[b-9sq9ckblav] { flex: 1; min-width: 0; color: #0f172a; font-weight: 750; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.sa-limpar[b-9sq9ckblav] {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .7rem;
}

.sa-avatar[b-9sq9ckblav] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
}

.sa-avatar img[b-9sq9ckblav] { width: 100%; height: 100%; object-fit: cover; }

.sa-lista[b-9sq9ckblav] {
    position: absolute;
    inset: calc(100% + 6px) 0 auto 0;
    z-index: 30;
    max-height: 320px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
    animation: saDescer-b-9sq9ckblav .16s ease backwards;
}

@keyframes saDescer-b-9sq9ckblav {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.sa-item[b-9sq9ckblav] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    text-align: left;
    transition: background-color .12s ease;
}

.sa-item:hover[b-9sq9ckblav] { background: #f5f3ff; }

.sa-item-textos[b-9sq9ckblav] { display: grid; min-width: 0; }
.sa-item-textos strong[b-9sq9ckblav] { color: #0f172a; font-size: .88rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sa-item-textos small[b-9sq9ckblav] { color: #94a3b8; font-size: .74rem; font-weight: 700; }

.sa-vazio[b-9sq9ckblav] { padding: 12px; color: #64748b; font-size: .85rem; text-align: center; }
/* /Components/Compartilhado/SeletorEntidade.razor.rz.scp.css */
/* ===== Combo com miniatura (Série/Matéria/Unidade/Assunto) ===== */

.se-wrap[b-01njizyh8t] { position: relative; }

.se-campo[b-01njizyh8t] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 5px 11px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    cursor: text;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.se-wrap.is-open .se-campo[b-01njizyh8t] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .12);
}

.se-lupa[b-01njizyh8t] { color: #94a3b8; }

.se-campo input[b-01njizyh8t] {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    color: #0f172a;
}

.se-nome[b-01njizyh8t] {
    flex: 1;
    min-width: 0;
    color: #0f172a;
    font-weight: 750;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.se-limpar[b-01njizyh8t] {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .7rem;
}

/* miniatura: mostra a imagem; se não carregar (.sem-img), cai no ícone */
.se-thumb[b-01njizyh8t] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef2ff, #f5f3ff);
    color: #7c3aed;
    font-size: .8rem;
}

.se-thumb img[b-01njizyh8t] { width: 100%; height: 100%; object-fit: cover; }
.se-thumb i[b-01njizyh8t] { display: none; }
.se-thumb.sem-img img[b-01njizyh8t] { display: none; }
.se-thumb.sem-img i[b-01njizyh8t] { display: block; }
.se-thumb:not(:has(img)) i[b-01njizyh8t] { display: block; }

.se-lista[b-01njizyh8t] {
    position: absolute;
    inset: calc(100% + 6px) 0 auto 0;
    z-index: 30;
    max-height: 320px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
    animation: seDescer-b-01njizyh8t .16s ease backwards;
}

@keyframes seDescer-b-01njizyh8t {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.se-item[b-01njizyh8t] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    text-align: left;
    transition: background-color .12s ease;
}

.se-item:hover[b-01njizyh8t] { background: #f5f3ff; }

.se-item-nome[b-01njizyh8t] {
    min-width: 0;
    color: #0f172a;
    font-size: .88rem;
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.se-vazio[b-01njizyh8t] { padding: 12px; color: #64748b; font-size: .85rem; text-align: center; }
/* /Components/Compartilhado/SinoAvisos.razor.rz.scp.css */
.sn-wrap[b-bida5gleb5] { position: relative; }

.sn-btn[b-bida5gleb5] {
    position: relative;
    width: 42px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #4f46e5;
    font-size: 1.05rem;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.sn-btn:hover[b-bida5gleb5] {
    transform: translateY(-1px);
    border-color: #a5b4fc;
    box-shadow: 0 10px 18px rgba(79, 70, 229, .12);
}

.sn-btn.is-on[b-bida5gleb5] { border-color: #7c3aed; color: #7c3aed; }

.sn-ponto[b-bida5gleb5] {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    box-shadow: 0 0 0 2px #fff;
}

.sn-painel[b-bida5gleb5] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    width: min(360px, 88vw);
    max-height: 70vh;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
}

.sn-cab[b-bida5gleb5] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 16px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.sn-cab strong[b-bida5gleb5] { font-size: .95rem; }
.sn-cab span[b-bida5gleb5] { font-size: .72rem; opacity: .85; }

.sn-aviso[b-bida5gleb5] {
    display: flex;
    gap: 11px;
    padding: 13px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.sn-aviso:last-child[b-bida5gleb5] { border-bottom: 0; }

.sn-aviso i[b-bida5gleb5] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: .95rem;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.sn-aviso.curiosidade i[b-bida5gleb5] { background: linear-gradient(135deg, #2563eb, #6366f1); }
.sn-aviso.dica i[b-bida5gleb5] { background: linear-gradient(135deg, #7c3aed, #a855f7); }

.sn-aviso div[b-bida5gleb5] { display: grid; gap: 3px; min-width: 0; }
.sn-aviso strong[b-bida5gleb5] { color: #0f172a; font-size: .85rem; }
.sn-aviso span[b-bida5gleb5] { color: #334155; font-size: .82rem; line-height: 1.45; }
.sn-aviso small[b-bida5gleb5] { color: #94a3b8; font-size: .72rem; font-weight: 700; }

.sn-vazio[b-bida5gleb5] { padding: 18px; color: #64748b; font-size: .85rem; text-align: center; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.gp-app-shell[b-wrba6sspbh] {
    min-height: 100vh;
    background: #eef2f7;
    color: #172033;
}

.gp-topbar[b-wrba6sspbh] {
    height: 70px;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 292px minmax(280px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 0 22px;
    border-bottom: 1px solid #dbe4ef;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.gp-brand[b-wrba6sspbh] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #172033;
    font-size: 1.12rem;
    font-weight: 950;
    text-decoration: none;
}

.gp-brand:hover[b-wrba6sspbh] {
    color: #4338ca;
}

.gp-brand-mark[b-wrba6sspbh] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    font-size: .8rem;
    font-weight: 950;
    letter-spacing: .03em;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
    box-shadow: 0 10px 20px rgba(124, 58, 237, .25);
}

.gp-search[b-wrba6sspbh] {
    min-width: 0;
    height: 42px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #f8fafc;
    overflow: hidden;
}

.gp-search i[b-wrba6sspbh] {
    color: #6366f1;
    justify-self: center;
}

.gp-search input[b-wrba6sspbh] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172033;
    font-size: .9rem;
    font-weight: 650;
}

.gp-search input[b-wrba6sspbh]::placeholder {
    color: #79829b;
    font-weight: 650;
}

.gp-search button[b-wrba6sspbh] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
}

.gp-top-actions[b-wrba6sspbh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gp-top-actions form[b-wrba6sspbh] {
    display: contents;
}

.gp-plan-pill[b-wrba6sspbh] {
    min-width: 142px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    box-shadow: 0 10px 22px rgba(124, 58, 237, .25);
}

.gp-plan-pill span[b-wrba6sspbh] {
    font-size: .62rem;
    font-weight: 850;
    text-transform: uppercase;
    opacity: .82;
}

.gp-plan-pill strong[b-wrba6sspbh] {
    font-size: .84rem;
    line-height: 1.1;
}

.gp-icon-btn[b-wrba6sspbh],
.gp-logout[b-wrba6sspbh] {
    height: 40px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #4f46e5;
    font-weight: 850;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.gp-icon-btn[b-wrba6sspbh] {
    width: 42px;
    display: grid;
    place-items: center;
    font-size: 1.05rem;
}

.gp-logout[b-wrba6sspbh] {
    padding: 0 15px;
}

.gp-icon-btn:hover[b-wrba6sspbh],
.gp-logout:hover[b-wrba6sspbh] {
    transform: translateY(-1px);
    border-color: #a5b4fc;
    box-shadow: 0 10px 18px rgba(79, 70, 229, .12);
}

.gp-sidebar[b-wrba6sspbh] {
    position: fixed;
    inset: 70px auto 0 0;
    width: 292px;
    z-index: 15;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 12px;
    background: linear-gradient(170deg, #101736 0%, #1e1b4b 55%, #4c1d95 100%);
    box-shadow: 12px 0 34px rgba(15, 23, 42, .16);
    overflow-y: auto;
}

.gp-nav[b-wrba6sspbh] {
    display: grid;
    gap: 12px;
}

.gp-nav-section[b-wrba6sspbh] {
    display: grid;
    gap: 5px;
}

.gp-nav-title[b-wrba6sspbh] {
    padding: 0 12px;
    color: #94a3b8;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-nav-item[b-wrba6sspbh] {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 38px;
    padding: 0 11px;
    border-radius: 8px;
    color: rgba(236, 240, 255, .8);
    font-size: .87rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.gp-nav-item i[b-wrba6sspbh] {
    width: 22px;
    text-align: center;
    color: #a5b4fc;
}

.gp-nav-item:hover[b-wrba6sspbh],
.gp-nav-item.active[b-wrba6sspbh] {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateX(2px);
}

.gp-nav-item.featured[b-wrba6sspbh] {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .2);
}

.gp-nav-item.featured i[b-wrba6sspbh] {
    color: #fff;
}

[b-wrba6sspbh] .gp-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 38px;
    padding: 0 11px;
    border-radius: 8px;
    color: rgba(236, 240, 255, .8);
    font-size: .87rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

[b-wrba6sspbh] .gp-nav-item i {
    width: 22px;
    text-align: center;
    color: #a5b4fc;
}

[b-wrba6sspbh] .gp-nav-item:hover,
[b-wrba6sspbh] .gp-nav-item.active {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateX(2px);
}

[b-wrba6sspbh] .gp-nav-item.featured {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .2);
}

[b-wrba6sspbh] .gp-nav-item.featured i {
    color: #fff;
}

.gp-sidebar-card[b-wrba6sspbh] {
    margin: 6px 4px 2px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.gp-sidebar-card span[b-wrba6sspbh] {
    display: block;
    margin-bottom: 6px;
    color: #dbeafe;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gp-sidebar-card strong[b-wrba6sspbh] {
    display: block;
    font-size: .86rem;
    line-height: 1.35;
}

.gp-app-main[b-wrba6sspbh] {
    min-height: calc(100vh - 70px);
    margin-left: 292px;
    padding: 94px 24px 28px;
}

.gp-public-shell[b-wrba6sspbh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f7f8ff;
}

.gp-public-topbar[b-wrba6sspbh] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 clamp(18px, 5vw, 64px);
    border-bottom: 1px solid #dbe4ef;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
}

.gp-public-topbar nav[b-wrba6sspbh] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gp-public-topbar nav a[b-wrba6sspbh] {
    color: #475569;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
}

.gp-public-login[b-wrba6sspbh] {
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
}

[b-wrba6sspbh] .gp-public-topbar nav a {
    color: #475569;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
}

[b-wrba6sspbh] .gp-public-login {
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #3b82f6 0%, #7c3aed 100%);
}

.gp-public-main[b-wrba6sspbh] {
    flex: 1;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 44px;
}

.gp-footer[b-wrba6sspbh] {
    border-top: 1px solid #dbe4ef;
    background: #fff;
    padding: 40px clamp(18px, 5vw, 64px) 22px;
}

.gp-footer-grid[b-wrba6sspbh] {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(150px, 1fr));
    gap: 28px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.gp-footer-brand p[b-wrba6sspbh] {
    max-width: 320px;
    margin: 12px 0 0;
    color: #64748b;
    font-size: .88rem;
    line-height: 1.55;
}

.gp-footer-col[b-wrba6sspbh] {
    display: grid;
    gap: 9px;
    align-content: start;
}

.gp-footer-col span[b-wrba6sspbh] {
    margin-bottom: 3px;
    color: #0f172a;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gp-footer-col a[b-wrba6sspbh] {
    color: #475569;
    font-size: .88rem;
    font-weight: 650;
    text-decoration: none;
    transition: color .15s ease;
}

.gp-footer-col a:hover[b-wrba6sspbh] {
    color: #4f46e5;
}

.gp-footer-legal[b-wrba6sspbh] {
    width: min(1180px, 100%);
    margin: 26px auto 0;
    padding-top: 16px;
    border-top: 1px solid #eef2f7;
    color: #94a3b8;
    font-size: .8rem;
    text-align: center;
}

@media (max-width: 640px) {
    .gp-footer-grid[b-wrba6sspbh] {
        grid-template-columns: 1fr 1fr;
    }

    .gp-footer-brand[b-wrba6sspbh] {
        grid-column: 1 / -1;
    }
}

#blazor-error-ui[b-wrba6sspbh] {
    color-scheme: light only;
    background: #fff7c2;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-wrba6sspbh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1120px) {
    .gp-topbar[b-wrba6sspbh] {
        grid-template-columns: auto 1fr auto;
    }

    .gp-sidebar[b-wrba6sspbh] {
        width: 108px;
        align-items: center;
        padding-inline: 8px;
    }

    .gp-nav[b-wrba6sspbh] {
        width: 100%;
    }

    .gp-nav-section[b-wrba6sspbh] {
        place-items: center;
    }

    .gp-nav-title[b-wrba6sspbh],
    .gp-sidebar-card[b-wrba6sspbh],
    .gp-topbar .gp-brand span:last-child[b-wrba6sspbh],
    .gp-plan-pill[b-wrba6sspbh] {
        display: none;
    }

    /* compacto: ícone em cima, nome pequeno embaixo (nunca só o ícone) */
    .gp-nav-item[b-wrba6sspbh],
    [b-wrba6sspbh] .gp-nav-item {
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 92px;
        min-height: 56px;
        padding: 6px 2px;
        font-size: .6rem;
        font-weight: 800;
        text-align: center;
        line-height: 1.15;
    }

    .gp-nav-item span[b-wrba6sspbh],
    [b-wrba6sspbh] .gp-nav-item span {
        display: block;
        max-width: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gp-app-main[b-wrba6sspbh] {
        margin-left: 108px;
    }
}

@media (max-width: 760px) {
    .gp-topbar[b-wrba6sspbh] {
        grid-template-columns: auto 1fr;
        height: auto;
        min-height: 70px;
        padding: 12px 14px;
    }

    .gp-search[b-wrba6sspbh] {
        grid-column: 1 / -1;
        order: 3;
    }

    .gp-top-actions[b-wrba6sspbh] {
        justify-content: flex-end;
    }

    .gp-sidebar[b-wrba6sspbh] {
        inset: auto 0 0 0;
        width: auto;
        height: 78px;
        flex-direction: row;
        padding: 6px 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .gp-nav[b-wrba6sspbh] {
        width: max-content;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .gp-nav-section[b-wrba6sspbh] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* barra inferior: ícone + nome, sempre */
    .gp-nav-item[b-wrba6sspbh],
    [b-wrba6sspbh] .gp-nav-item {
        width: 68px;
        min-height: 60px;
        transform: none !important;
    }

    .gp-nav-item span[b-wrba6sspbh],
    [b-wrba6sspbh] .gp-nav-item span {
        max-width: 64px;
    }

    .gp-app-main[b-wrba6sspbh] {
        margin-left: 0;
        padding: 142px 14px 90px;
    }

    .gp-public-topbar[b-wrba6sspbh] {
        flex-wrap: wrap;
        row-gap: 10px;
        padding-block: 12px;
    }

    .gp-public-topbar nav[b-wrba6sspbh] {
        flex: 1 1 100%;
        gap: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gp-public-topbar nav a[b-wrba6sspbh] {
        white-space: nowrap;
    }
}

/* ===== sino de avisos (conteúdo rotativo do banco) ===== */
.gp-sino-wrap[b-wrba6sspbh] { position: relative; }

.gp-sino-ponto[b-wrba6sspbh] {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    box-shadow: 0 0 0 2px #fff;
}

.gp-icon-btn[b-wrba6sspbh] { position: relative; }
.gp-icon-btn.is-on[b-wrba6sspbh] { border-color: #7c3aed; color: #7c3aed; }

.gp-avisos[b-wrba6sspbh] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    width: min(360px, 88vw);
    max-height: 70vh;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
}

.gp-avisos-cab[b-wrba6sspbh] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 16px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.gp-avisos-cab strong[b-wrba6sspbh] { font-size: .95rem; }
.gp-avisos-cab span[b-wrba6sspbh] { font-size: .72rem; opacity: .85; }

.gp-aviso[b-wrba6sspbh] {
    display: flex;
    gap: 11px;
    padding: 13px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.gp-aviso:last-child[b-wrba6sspbh] { border-bottom: 0; }

.gp-aviso i[b-wrba6sspbh] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: .95rem;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.gp-aviso.curiosidade i[b-wrba6sspbh] { background: linear-gradient(135deg, #2563eb, #6366f1); }
.gp-aviso.dica i[b-wrba6sspbh] { background: linear-gradient(135deg, #7c3aed, #a855f7); }

.gp-aviso div[b-wrba6sspbh] { display: grid; gap: 3px; min-width: 0; }
.gp-aviso strong[b-wrba6sspbh] { color: #0f172a; font-size: .85rem; }
.gp-aviso span[b-wrba6sspbh] { color: #334155; font-size: .82rem; line-height: 1.45; }
.gp-aviso small[b-wrba6sspbh] { color: #94a3b8; font-size: .72rem; font-weight: 700; }

.gp-aviso-vazio[b-wrba6sspbh] { padding: 18px; color: #64748b; font-size: .85rem; text-align: center; }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kow3mjg1ch],
.components-reconnect-repeated-attempt-visible[b-kow3mjg1ch],
.components-reconnect-failed-visible[b-kow3mjg1ch],
.components-pause-visible[b-kow3mjg1ch],
.components-resume-failed-visible[b-kow3mjg1ch],
.components-rejoining-animation[b-kow3mjg1ch] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-retrying[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-failed[b-kow3mjg1ch],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kow3mjg1ch] {
    display: block;
}


#components-reconnect-modal[b-kow3mjg1ch] {
    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-kow3mjg1ch 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kow3mjg1ch 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kow3mjg1ch 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kow3mjg1ch]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kow3mjg1ch 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kow3mjg1ch {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kow3mjg1ch {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kow3mjg1ch {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kow3mjg1ch] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kow3mjg1ch] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kow3mjg1ch] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kow3mjg1ch] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kow3mjg1ch] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kow3mjg1ch] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kow3mjg1ch] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kow3mjg1ch 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kow3mjg1ch] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kow3mjg1ch {
    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/AdminAvisos.razor.rz.scp.css */
.av-page[b-hen34e46rk] { display: grid; gap: 16px; }

.av-hero[b-hen34e46rk] {
    padding: 22px 24px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #101736, #1e1b4b 55%, #4c1d95);
}

.av-hero .kicker[b-hen34e46rk] {
    display: block;
    margin-bottom: 4px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .75;
}

.av-hero h1[b-hen34e46rk] { margin: 0 0 4px; font-size: 1.4rem; font-weight: 950; }
.av-hero p[b-hen34e46rk] { margin: 0; font-size: .86rem; opacity: .8; }

.av-msg[b-hen34e46rk] { padding: 10px 14px; border-radius: 11px; font-size: .85rem; font-weight: 700; }
.av-msg.ok[b-hen34e46rk] { background: #dcfce7; color: #15803d; }
.av-msg.err[b-hen34e46rk] { background: #fef2f2; color: #b91c1c; }

.av-form[b-hen34e46rk],
.av-lista[b-hen34e46rk] {
    display: grid;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.av-form h2[b-hen34e46rk],
.av-lista h2[b-hen34e46rk] { margin: 0; color: #0f172a; font-size: 1rem; font-weight: 900; }

.av-grid[b-hen34e46rk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.av-grid .span2[b-hen34e46rk] { grid-column: span 2; }

.av-form label[b-hen34e46rk] { display: grid; gap: 5px; }
.av-form label span[b-hen34e46rk] { color: #475569; font-size: .76rem; font-weight: 800; }

.av-form input[b-hen34e46rk],
.av-form select[b-hen34e46rk],
.av-form textarea[b-hen34e46rk] {
    padding: 9px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
}

.av-form > button[b-hen34e46rk] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-weight: 800;
}

.av-form > button:disabled[b-hen34e46rk] { opacity: .5; }

.av-vazio[b-hen34e46rk] { margin: 0; color: #94a3b8; font-size: .86rem; }

.av-lista article[b-hen34e46rk] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
}

.av-lista article.inativo[b-hen34e46rk] { opacity: .55; }

.av-item-info[b-hen34e46rk] { flex: 1; display: grid; gap: 4px; min-width: 0; }

.av-item-cab[b-hen34e46rk] { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }

.av-item-cab em[b-hen34e46rk] {
    padding: 2px 9px;
    border-radius: 999px;
    font-size: .64rem;
    font-style: normal;
    font-weight: 900;
    color: #fff;
}

.av-item-cab em.sev-info[b-hen34e46rk] { background: #2563eb; }
.av-item-cab em.sev-atencao[b-hen34e46rk] { background: #d97706; }
.av-item-cab em.sev-urgente[b-hen34e46rk] { background: #dc2626; }

.av-item-cab strong[b-hen34e46rk] { color: #0f172a; font-size: .9rem; }
.av-item-info small[b-hen34e46rk] { color: #64748b; font-size: .74rem; }

.av-item-acoes[b-hen34e46rk] { display: flex; gap: 7px; }

.av-item-acoes button[b-hen34e46rk] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 9px;
    background: #fff;
    color: #4f46e5;
}

.av-item-acoes button.perigo[b-hen34e46rk] { color: #dc2626; }
/* /Components/Pages/AdminIa.razor.rz.scp.css */
.adm-page[b-h26ac7p41w] { display: grid; gap: 16px; }

.adm-hero[b-h26ac7p41w] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 24px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #101736, #1e1b4b 55%, #4c1d95);
}

.adm-hero .kicker[b-h26ac7p41w] {
    display: block;
    margin-bottom: 4px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .75;
}

.adm-hero h1[b-h26ac7p41w] { margin: 0 0 4px; font-size: 1.5rem; font-weight: 950; }
.adm-hero p[b-h26ac7p41w] { margin: 0; font-size: .86rem; opacity: .8; }

.adm-relogio[b-h26ac7p41w] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    font-size: .78rem;
    font-weight: 800;
}

/* ----- abas: QUEBRAM em fileiras (pedido 02/07 — rolagem horizontal
   dificultava achar a aba) ----- */
.adm-tabs[b-h26ac7p41w] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.adm-tabs button[b-h26ac7p41w] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    transition: border-color .14s ease, color .14s ease;
}

.adm-tabs button:hover[b-h26ac7p41w] { border-color: #a5b4fc; color: #4f46e5; }

.adm-tabs button.on[b-h26ac7p41w] {
    border-color: transparent;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
}

.adm-erro[b-h26ac7p41w] {
    padding: 10px 14px;
    border-radius: 11px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .85rem;
    font-weight: 700;
}

.adm-vazio[b-h26ac7p41w] {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 46px 20px;
    border: 1px dashed #dbe4ef;
    border-radius: 14px;
    color: #64748b;
    font-size: .9rem;
    text-align: center;
}

.adm-vazio i[b-h26ac7p41w] { font-size: 1.6rem; color: #a5b4fc; }

/* ----- painel (cards) ----- */
.adm-cards[b-h26ac7p41w] { display: grid; gap: 14px; }

.adm-cards article[b-h26ac7p41w] {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.adm-cards h2[b-h26ac7p41w] {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.adm-card-grid[b-h26ac7p41w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
}

.adm-card[b-h26ac7p41w] {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 11px;
    background: #f8fafc;
}

.adm-card span[b-h26ac7p41w] { color: #64748b; font-size: .7rem; font-weight: 800; }
.adm-card strong[b-h26ac7p41w] { color: #0f172a; font-size: 1.15rem; font-weight: 950; }

.adm-minitabelas[b-h26ac7p41w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 14px;
}

.adm-graficos[b-h26ac7p41w] { display: grid; gap: 14px; }

/* ----- toolbar da grade ----- */
.adm-toolbar[b-h26ac7p41w] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.adm-toolbar select[b-h26ac7p41w] {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-weight: 700;
}

.adm-filtro[b-h26ac7p41w] {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
}

.adm-filtro i[b-h26ac7p41w] { color: #7c3aed; }
.adm-filtro input[b-h26ac7p41w] { flex: 1; min-width: 0; border: 0; outline: 0; font: inherit; }

.adm-colunas[b-h26ac7p41w] { position: relative; }

.adm-colunas summary[b-h26ac7p41w] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-size: .8rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
    line-height: 40px;
}

.adm-colunas > div[b-h26ac7p41w] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 30;
    display: grid;
    gap: 5px;
    width: 280px;
    max-height: 320px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
}

.adm-colunas label[b-h26ac7p41w] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 700;
    color: #334155;
}

.adm-btn[b-h26ac7p41w] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.adm-btn:disabled[b-h26ac7p41w] { opacity: .5; }

.adm-total[b-h26ac7p41w] { color: #64748b; font-size: .8rem; font-weight: 800; }

/* ----- grade ----- */
.adm-grid-wrap[b-h26ac7p41w] {
    max-height: 62vh;
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.adm-grid[b-h26ac7p41w] { width: 100%; border-collapse: collapse; font-size: .76rem; }

.adm-grid th[b-h26ac7p41w] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 9px 10px;
    background: #101736;
    color: #e0e7ff;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.adm-grid th:hover[b-h26ac7p41w] { color: #fff; }

.adm-grid td[b-h26ac7p41w] {
    padding: 6px 10px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    white-space: nowrap;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adm-grid tbody tr:hover td[b-h26ac7p41w] { background: #f5f3ff; }
.adm-grid tr.vermelha td[b-h26ac7p41w] { background: #fef2f2; }

.adm-paginacao[b-h26ac7p41w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: .82rem;
    font-weight: 800;
    color: #334155;
}

.adm-paginacao button[b-h26ac7p41w] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 9px;
    background: #fff;
    color: #4f46e5;
}

.adm-paginacao button:disabled[b-h26ac7p41w] { opacity: .4; }

/* ----- reset de senha (aba Professores) ----- */
.adm-reset[b-h26ac7p41w] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 13px 15px;
    border: 1px dashed #c4b5fd;
    border-radius: 13px;
    background: #faf9ff;
}

.adm-reset-info[b-h26ac7p41w] { flex: 1 1 260px; display: grid; gap: 2px; }
.adm-reset-info strong[b-h26ac7p41w] { color: #6d28d9; font-size: .84rem; }
.adm-reset-info span[b-h26ac7p41w] { color: #64748b; font-size: .74rem; }

.adm-reset select[b-h26ac7p41w],
.adm-reset input[b-h26ac7p41w] {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-size: .82rem;
}

.adm-reset input[b-h26ac7p41w] { flex: 1 1 220px; }

.adm-reset-msg[b-h26ac7p41w] { font-size: .78rem; font-weight: 800; }
.adm-reset-msg.ok[b-h26ac7p41w] { color: #15803d; }
.adm-reset-msg.err[b-h26ac7p41w] { color: #b91c1c; }
/* /Components/Pages/AnalisePedagogica.razor.rz.scp.css */
.analise-page[b-9xl9ry1whb] { display: grid; gap: 14px; padding-bottom: 18px; }
.analise-hero[b-9xl9ry1whb] { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(440px 180px at 100% -30%, rgba(255,255,255,.30), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67, 56, 202, .22); }
.kicker[b-9xl9ry1whb] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.analise-hero h1[b-9xl9ry1whb] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.analise-hero p[b-9xl9ry1whb] { margin: 8px 0 0; color: rgba(255,255,255,.9); }
.analise-hero a[b-9xl9ry1whb] { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border-radius: 11px; color: #4338ca; background: #fff; text-decoration: none; font-weight: 900; }
.analise-msg[b-9xl9ry1whb] { min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 1px solid #fecaca; border-radius: 12px; color: #991b1b; background: #fef2f2; font-weight: 800; }
.analise-layout[b-9xl9ry1whb] { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 14px; align-items: start; }
.provas[b-9xl9ry1whb], .resultado article[b-9xl9ry1whb], .score[b-9xl9ry1whb], .empty[b-9xl9ry1whb] { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
.provas[b-9xl9ry1whb] { display: grid; gap: 8px; padding: 14px; max-height: 74vh; overflow: auto; }
.provas h2[b-9xl9ry1whb] { margin: 0 0 6px; color: #0f172a; font-size: 1.1rem; font-weight: 900; }
.prova[b-9xl9ry1whb] { display: grid; gap: 5px; padding: 12px; text-align: left; border: 1px solid #e2e8f0; border-radius: 13px; background: #fff; }
.prova.active[b-9xl9ry1whb], .prova:hover[b-9xl9ry1whb] { border-color: #818cf8; background: #f5f3ff; }
.prova strong[b-9xl9ry1whb] { color: #0f172a; }
.prova span[b-9xl9ry1whb], .prova small[b-9xl9ry1whb] { color: #64748b; font-size: 12px; }
.resultado[b-9xl9ry1whb] { display: grid; gap: 14px; }
.score[b-9xl9ry1whb] { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; padding: 16px; }
.score div[b-9xl9ry1whb] { padding: 12px; border-radius: 14px; background: #f8fafc; }
.score span[b-9xl9ry1whb] { display: block; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.score strong[b-9xl9ry1whb] { display: block; margin-top: 7px; color: #0f172a; font-size: 1.75rem; font-weight: 900; }
.charts[b-9xl9ry1whb], .insights[b-9xl9ry1whb] { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.insights[b-9xl9ry1whb] { grid-template-columns: 1.2fr .8fr; }
.resultado article[b-9xl9ry1whb] { padding: 16px; }
.resultado article h2[b-9xl9ry1whb] { margin: 0 0 12px; color: #0f172a; font-size: 1.1rem; font-weight: 900; }
.metric[b-9xl9ry1whb] { display: flex; align-items: center; justify-content: space-between; min-height: 34px; border-bottom: 1px solid #edf2f7; color: #334155; }
.metric b[b-9xl9ry1whb] { color: #4338ca; }
.insights p[b-9xl9ry1whb] { display: flex; align-items: start; gap: 9px; margin: 0 0 10px; color: #334155; font-size: 13px; }
.insights i[b-9xl9ry1whb] { color: #10b981; margin-top: 2px; }
code[b-9xl9ry1whb] { color: #92400e; background: #fffbeb; border: 1px solid #fde68a; border-radius: 7px; padding: 2px 6px; }
.empty[b-9xl9ry1whb] { min-height: 360px; display: grid; place-items: center; gap: 8px; padding: 22px; text-align: center; color: #64748b; }
.empty i[b-9xl9ry1whb] { font-size: 36px; color: #818cf8; }
.empty strong[b-9xl9ry1whb] { color: #0f172a; }
@media (max-width: 1100px) { .analise-layout[b-9xl9ry1whb], .score[b-9xl9ry1whb], .charts[b-9xl9ry1whb], .insights[b-9xl9ry1whb] { grid-template-columns: 1fr; } .analise-hero[b-9xl9ry1whb] { flex-direction: column; align-items: start; } .provas[b-9xl9ry1whb] { max-height: none; } }
/* /Components/Pages/AplicarProvaFisica.razor.rz.scp.css */
/* ===== Prova Física — tela do professor ===== */

.pf-page[b-3az7w26dr7] { display: grid; gap: 16px; }

.pf-hero[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px clamp(18px, 3vw, 32px);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(600px 300px at 100% 0%, rgba(255, 255, 255, .14), transparent 55%),
        linear-gradient(120deg, #0f766e 0%, #059669 100%);
    box-shadow: 0 20px 44px rgba(5, 150, 105, .3);
}

.pf-kicker[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pf-hero h1[b-3az7w26dr7] {
    margin: 0 0 4px;
    font-size: clamp(1.25rem, 2.6vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -.02em;
}

.pf-hero p[b-3az7w26dr7] { margin: 0; max-width: 560px; opacity: .92; font-size: .92rem; }

.pf-voltar[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-weight: 850;
    white-space: nowrap;
}

.pf-card[b-3az7w26dr7] {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.pf-card h2[b-3az7w26dr7], .pf-card h3[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 900;
}

.pf-alerta[b-3az7w26dr7] { padding: 12px 16px; border-radius: 12px; font-size: .9rem; font-weight: 750; }
.pf-alerta.ok[b-3az7w26dr7] { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.pf-alerta.erro[b-3az7w26dr7] { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }

/* escolha da prova */
.pf-grid[b-3az7w26dr7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.pf-prova-card[b-3az7w26dr7] {
    display: grid;
    gap: 3px;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    text-align: left;
    transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.pf-prova-card:hover[b-3az7w26dr7] {
    transform: translateY(-2px);
    border-color: #99f6e4;
    box-shadow: 0 12px 28px rgba(5, 150, 105, .14);
}

.pf-prova-card strong[b-3az7w26dr7] { color: #0f172a; font-size: .93rem; }
.pf-prova-card span[b-3az7w26dr7] { color: #64748b; font-size: .78rem; font-weight: 700; }

.pf-vazio[b-3az7w26dr7] { color: #64748b; font-size: .9rem; text-align: center; padding: 14px 0 4px; }

/* resumo */
.pf-resumo-cab[b-3az7w26dr7] { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.pf-resumo-cab h2[b-3az7w26dr7] { margin: 0; }
.pf-resumo-cab p[b-3az7w26dr7] { margin: 2px 0 0; color: #64748b; font-size: .86rem; }

.pf-badge-aplicada[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 15px;
    border-radius: 999px;
    background: #d1fae5;
    color: #047857;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pf-stats[b-3az7w26dr7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
    margin: 14px 0;
}

.pf-stats > div[b-3az7w26dr7] {
    padding: 13px 10px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    display: grid;
    gap: 2px;
    text-align: center;
}

.pf-stats strong[b-3az7w26dr7] { color: #0f172a; font-size: 1.2rem; font-weight: 900; }
.pf-stats span[b-3az7w26dr7] { color: #64748b; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }

.pf-lgpd[b-3az7w26dr7] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #78350f;
    font-size: .85rem;
    cursor: pointer;
}

.pf-lgpd input[b-3az7w26dr7] { width: 19px; height: 19px; margin-top: 2px; accent-color: #059669; }

.pf-cta[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(120deg, #0f766e, #10b981);
    box-shadow: 0 12px 26px rgba(5, 150, 105, .35);
    transition: transform .14s ease;
}

.pf-cta:hover:not(:disabled)[b-3az7w26dr7] { transform: translateY(-2px); }
.pf-cta:disabled[b-3az7w26dr7] { opacity: .55; }

/* captura */
.pf-captura[b-3az7w26dr7] { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.pf-qr img[b-3az7w26dr7] { display: block; border-radius: 13px; border: 1px solid #e2e8f0; padding: 8px; background: #fff; }
.pf-captura-info[b-3az7w26dr7] { flex: 1; min-width: 260px; }
.pf-captura-info p[b-3az7w26dr7] { color: #64748b; font-size: .88rem; }

.pf-copiavel[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc;
    margin-bottom: 10px;
}

.pf-copiavel span[b-3az7w26dr7] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #334155;
    font-size: .82rem;
    font-weight: 650;
}

.pf-copiavel button[b-3az7w26dr7] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    color: #0f766e;
}

.pf-link-camera[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f766e;
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
}

/* envios */
.pf-envios-cab[b-3az7w26dr7] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pf-envios-cab h3[b-3az7w26dr7] { margin: 0; }
.pf-envios[b-3az7w26dr7] { display: grid; gap: 8px; }

.pf-envio[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fff;
}

.pf-envio-aluno[b-3az7w26dr7] { display: grid; min-width: 0; }
.pf-envio-aluno strong[b-3az7w26dr7] { color: #0f172a; font-size: .9rem; }
.pf-envio-aluno span[b-3az7w26dr7] { color: #94a3b8; font-size: .74rem; font-weight: 700; }

.pf-envio-info[b-3az7w26dr7] { display: flex; align-items: center; gap: 10px; }
.pf-nota[b-3az7w26dr7] { color: #0f172a; font-size: 1.05rem; font-weight: 900; }

.pf-status[b-3az7w26dr7] {
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.pf-status.corrigido[b-3az7w26dr7] { background: #dbeafe; color: #1d4ed8; }
.pf-status.concluido[b-3az7w26dr7] { background: #d1fae5; color: #047857; }
.pf-status.extraido[b-3az7w26dr7], .pf-status.corrigindo[b-3az7w26dr7] { background: #fef3c7; color: #92400e; }
.pf-status.erro[b-3az7w26dr7] { background: #fee2e2; color: #b91c1c; }

.pf-mini-btn[b-3az7w26dr7] {
    height: 32px;
    padding: 0 13px;
    border: 1px solid #99f6e4;
    border-radius: 9px;
    background: #f0fdfa;
    color: #0f766e;
    font-size: .78rem;
    font-weight: 850;
}

/* revisão */
.pf-revisao[b-3az7w26dr7] {
    margin: -2px 0 6px;
    padding: 14px;
    border: 1px dashed #99f6e4;
    border-radius: 12px;
    background: #f7fefc;
    display: grid;
    gap: 10px;
}

.pf-ver-foto[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f766e;
    font-size: .85rem;
    font-weight: 850;
    text-decoration: none;
}

.pf-vinculo[b-3az7w26dr7] {
    padding: 12px;
    border-radius: 11px;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.pf-vinculo label[b-3az7w26dr7] { display: block; margin-bottom: 8px; color: #78350f; font-size: .82rem; font-weight: 850; }
.pf-vinculo-busca[b-3az7w26dr7] { display: flex; gap: 8px; margin-bottom: 8px; }

.pf-vinculo-busca input[b-3az7w26dr7] {
    flex: 1;
    height: 38px;
    padding: 0 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    outline: none;
}

.pf-candidato[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 5px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    font-size: .85rem;
}

.pf-candidato:hover[b-3az7w26dr7] { border-color: #059669; }
.pf-candidato span[b-3az7w26dr7] { color: #64748b; font-size: .76rem; }

.pf-rev-q[b-3az7w26dr7] { padding: 12px; border-radius: 11px; background: #fff; border: 1px solid #eef2f7; }
.pf-rev-q.divergente[b-3az7w26dr7] { border-color: #fde68a; background: #fffdf5; }

.pf-rev-cab[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
}

.pf-tag[b-3az7w26dr7] { padding: 3px 10px; border-radius: 999px; font-size: .7rem; font-weight: 900; }
.pf-tag.certa[b-3az7w26dr7] { background: #d1fae5; color: #047857; }
.pf-tag.errada[b-3az7w26dr7] { background: #fee2e2; color: #b91c1c; }
.pf-tag.diss[b-3az7w26dr7] { background: #ccfbf1; color: #0f766e; }

.pf-diverge[b-3az7w26dr7] { padding: 9px 12px; border-radius: 10px; background: #fffbeb; font-size: .82rem; color: #78350f; }
.pf-diverge-ops[b-3az7w26dr7] { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }

.pf-rev-texto[b-3az7w26dr7] { margin: 4px 0; color: #334155; font-size: .88rem; }

.pf-rev-ia[b-3az7w26dr7] {
    margin: 6px 0;
    padding: 9px 12px;
    border-radius: 10px;
    background: #f0fdfa;
    color: #115e59;
    font-size: .84rem;
}

.pf-rev-nota[b-3az7w26dr7] { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pf-rev-nota label[b-3az7w26dr7] { color: #0f172a; font-size: .8rem; font-weight: 850; }

.pf-rev-nota input[b-3az7w26dr7] {
    width: 90px;
    height: 38px;
    padding: 0 10px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    outline: none;
}

.pf-finalizar[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    color: #115e59;
    font-size: .9rem;
}

@media (max-width: 700px) {
    .pf-hero[b-3az7w26dr7] { flex-direction: column; align-items: flex-start; }
    .pf-captura[b-3az7w26dr7] { justify-content: center; }
}

/* ===== conferência do gabarito ===== */
.pf-gabarito[b-3az7w26dr7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 8px;
}

.pf-gab-item[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 6px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    font-size: .78rem;
}

.pf-gab-item.sem-gabarito[b-3az7w26dr7] { border-color: #fecaca; background: #fef2f2; }

.pf-gab-q[b-3az7w26dr7] { color: #64748b; font-weight: 900; }

.pf-gab-letra[b-3az7w26dr7] {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #d1fae5;
    color: #047857;
    font-weight: 900;
}

.pf-gab-letra.diss[b-3az7w26dr7] { width: auto; padding: 0 7px; background: #ccfbf1; color: #0f766e; }
.pf-gab-valor[b-3az7w26dr7] { color: #94a3b8; font-weight: 750; }

/* ===== prova avulsa: CTA + editor de gabarito ===== */
.pf-avulsa-cta[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    border: 2px dashed #99f6e4;
    background: #f7fefc;
}

.pf-avulsa-cta p[b-3az7w26dr7] { margin: 4px 0 0; color: #475569; font-size: .88rem; max-width: 620px; }

.pf-captura-info-p[b-3az7w26dr7] { color: #64748b; font-size: .88rem; margin: -6px 0 12px; }

.pf-gab-acoes[b-3az7w26dr7] { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }

.pf-cta-arquivo[b-3az7w26dr7] { cursor: pointer; }
.pf-cta-arquivo.ocupado[b-3az7w26dr7] { opacity: .6; cursor: wait; }
.pf-cta-arquivo[b-3az7w26dr7]  input[type="file"] { display: none; }

.pf-gab-editor[b-3az7w26dr7] { display: grid; gap: 6px; margin-bottom: 14px; }

.pf-gab-linha[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.pf-gab-linha.atencao[b-3az7w26dr7] { border-color: #fde68a; background: #fffbeb; }

.pf-gab-linha input[b-3az7w26dr7], .pf-gab-linha select[b-3az7w26dr7] {
    height: 36px;
    padding: 0 8px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-weight: 750;
    outline: none;
}

.pf-gab-num[b-3az7w26dr7] { width: 60px; text-align: center; }
.pf-gab-modelo[b-3az7w26dr7] { flex: 1; min-width: 120px; font-weight: 600 !important; }
.pf-gab-val[b-3az7w26dr7] { width: 70px; text-align: center; }

.pf-gab-rm[b-3az7w26dr7] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .68rem;
}

/* ===== correção manual ===== */
.pf-manual[b-3az7w26dr7] { display: grid; gap: 12px; }

.pf-manual-aluno[b-3az7w26dr7] { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; }

.pf-manual-aluno input[b-3az7w26dr7] {
    height: 44px;
    padding: 0 13px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    font: inherit;
    outline: none;
}

.pf-manual-grid[b-3az7w26dr7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}

.pf-manual-q[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.pf-manual-q span[b-3az7w26dr7] { font-weight: 900; color: #0f172a; min-width: 30px; font-size: .82rem; }

.pf-manual-q select[b-3az7w26dr7], .pf-manual-nota[b-3az7w26dr7] {
    flex: 1;
    height: 34px;
    padding: 0 6px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    outline: none;
    min-width: 0;
}

/* ===== candidatos por caligrafia (Azure Vision + Pinecone) ===== */
.pf-calig-buscando[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border-radius: 10px;
    background: #f5f3ff;
    color: #5b21b6;
    font-size: .82rem;
    font-weight: 700;
}

.pf-calig-lista[b-3az7w26dr7] {
    display: grid;
    gap: 8px;
    padding: 10px 12px;
    border: 1px dashed #c4b5fd;
    border-radius: 12px;
    background: #faf9ff;
}

.pf-calig-titulo[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6d28d9;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pf-calig-cand[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    text-align: left;
    transition: border-color .14s ease, transform .14s ease;
}

.pf-calig-cand:hover[b-3az7w26dr7] { border-color: #7c3aed; transform: translateY(-1px); }
.pf-calig-cand.forte[b-3az7w26dr7] { border-color: #86efac; }

.pf-calig-cand img[b-3az7w26dr7] {
    width: 74px;
    height: 34px;
    object-fit: cover;
    border-radius: 7px;
    background: #f1f5f9;
}

.pf-calig-nome[b-3az7w26dr7] { flex: 1; min-width: 0; color: #0f172a; font-size: .85rem; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.pf-calig-cand em[b-3az7w26dr7] {
    font-style: normal;
    font-size: .74rem;
    font-weight: 900;
    padding: 3px 9px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
}

.pf-calig-cand.forte em[b-3az7w26dr7] { background: #dcfce7; color: #15803d; }

/* ===== folha-a-folha na revisão (envio multi-página) ===== */
.pf-folhas[b-3az7w26dr7] {
    display: grid;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.pf-folhas-topo[b-3az7w26dr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.pf-folhas-toggle[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.pf-folhas-nav[b-3az7w26dr7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-size: .8rem;
    font-weight: 800;
}

.pf-folhas-nav button[b-3az7w26dr7] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #4f46e5;
}

.pf-folhas-nav button:disabled[b-3az7w26dr7] { opacity: .4; }

.pf-folha-img[b-3az7w26dr7] {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 10px;
    background: #0f172a;
}

.pf-folhas-thumbs[b-3az7w26dr7] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.pf-folhas-thumbs button[b-3az7w26dr7] {
    position: relative;
    flex: 0 0 auto;
    width: 64px;
    height: 84px;
    padding: 0;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
}

.pf-folhas-thumbs button.on[b-3az7w26dr7] { border-color: #7c3aed; }

.pf-folhas-thumbs img[b-3az7w26dr7] { width: 100%; height: 100%; object-fit: cover; }

.pf-folhas-thumbs span[b-3az7w26dr7] {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 1px 7px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .78);
    color: #fff;
    font-size: .64rem;
    font-weight: 900;
}
/* /Components/Pages/AplicarProvaOnline.razor.rz.scp.css */
/* ===== Aplicar Prova Online — tela do professor ===== */

.ap-page[b-im9k60k6l2] {
    display: grid;
    gap: 16px;
}

/* ---------- hero ---------- */
.ap-hero[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px clamp(18px, 3vw, 32px);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(600px 300px at 100% 0%, rgba(255, 255, 255, .14), transparent 55%),
        linear-gradient(120deg, #4f46e5 0%, #7c3aed 100%);
    box-shadow: 0 20px 44px rgba(79, 70, 229, .3);
}

.ap-kicker[b-im9k60k6l2] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ap-hero h1[b-im9k60k6l2] {
    margin: 0 0 4px;
    font-size: clamp(1.25rem, 2.6vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -.02em;
}

.ap-hero p[b-im9k60k6l2] {
    margin: 0;
    max-width: 560px;
    opacity: .92;
    font-size: .92rem;
}

.ap-cta[b-im9k60k6l2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #4f46e5;
    background: #fff;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .25);
    transition: transform .14s ease, box-shadow .14s ease;
}

.ap-cta:hover:not(:disabled)[b-im9k60k6l2] { transform: translateY(-2px); }
.ap-cta:disabled[b-im9k60k6l2] { opacity: .6; }

.ap-voltar[b-im9k60k6l2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-weight: 850;
    white-space: nowrap;
}

/* ---------- blocos ---------- */
.ap-card[b-im9k60k6l2] {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.ap-alerta[b-im9k60k6l2] {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 750;
}

.ap-alerta.ok[b-im9k60k6l2] { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.ap-alerta.erro[b-im9k60k6l2] { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }

/* ---------- wizard ---------- */
.ap-wizard h2[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
}

.ap-form-grid[b-im9k60k6l2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

.ap-form-grid label[b-im9k60k6l2],
.ap-rev-nota label[b-im9k60k6l2] {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: .8rem;
    font-weight: 850;
}

.ap-form-grid select[b-im9k60k6l2],
.ap-form-grid input[b-im9k60k6l2] {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    color: #0f172a;
    background: #fff;
    font: inherit;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.ap-form-grid select:focus[b-im9k60k6l2],
.ap-form-grid input:focus[b-im9k60k6l2] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .12);
}

.ap-dica[b-im9k60k6l2] {
    margin: 14px 0 0;
    padding: 10px 14px;
    border-radius: 11px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: .86rem;
}

.ap-switches[b-im9k60k6l2] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 16px 0;
}

.ap-switch[b-im9k60k6l2] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #334155;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}

.ap-switch input[b-im9k60k6l2] {
    width: 19px;
    height: 19px;
    accent-color: #7c3aed;
}

.ap-rubrica[b-im9k60k6l2] {
    margin-top: 6px;
    padding: 16px;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.ap-rubrica h3[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px;
    color: #0f172a;
    font-size: .98rem;
    font-weight: 900;
}

.ap-rubrica > p[b-im9k60k6l2] {
    margin: 0 0 12px;
    color: #64748b;
    font-size: .84rem;
}

.ap-rubrica-item[b-im9k60k6l2] { margin-bottom: 12px; }

.ap-rubrica-q[b-im9k60k6l2] {
    margin-bottom: 6px;
    color: #334155;
    font-size: .86rem;
    font-weight: 750;
}

.ap-rubrica-item textarea[b-im9k60k6l2] {
    width: 100%;
    padding: 10px 13px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    font: inherit;
    color: #0f172a;
    resize: vertical;
    outline: none;
}

.ap-rubrica-item textarea:focus[b-im9k60k6l2] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .12);
}

.ap-wizard-acoes[b-im9k60k6l2] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.ap-wizard-acoes .ap-cta[b-im9k60k6l2] {
    color: #fff;
    background: linear-gradient(120deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 26px rgba(79, 70, 229, .35);
}

.ap-secundario[b-im9k60k6l2] {
    height: 48px;
    padding: 0 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #475569;
    font-weight: 850;
}

/* ---------- sessão ---------- */
.ap-sessao-cab[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ap-sessao-cab h2[b-im9k60k6l2] { margin: 0; color: #0f172a; font-size: 1.15rem; font-weight: 900; }
.ap-sessao-cab p[b-im9k60k6l2] { margin: 3px 0 0; color: #64748b; font-size: .86rem; }

.ap-status[b-im9k60k6l2] {
    padding: 7px 15px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.ap-status.mini[b-im9k60k6l2] { padding: 3px 10px; font-size: .68rem; }
.ap-status.rascunho[b-im9k60k6l2] { background: #f1f5f9; color: #475569; }
.ap-status.aberta[b-im9k60k6l2] { background: #d1fae5; color: #047857; }
.ap-status.encerrada[b-im9k60k6l2] { background: #fee2e2; color: #b91c1c; }
.ap-status.finalizado[b-im9k60k6l2] { background: #d1fae5; color: #047857; }
.ap-status.iniciado[b-im9k60k6l2] { background: #dbeafe; color: #1d4ed8; }

.ap-compartilhar[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ap-qr img[b-im9k60k6l2] {
    display: block;
    border-radius: 13px;
    border: 1px solid #e2e8f0;
    padding: 8px;
    background: #fff;
}

.ap-links[b-im9k60k6l2] {
    flex: 1;
    min-width: 260px;
    display: grid;
    gap: 6px;
}

.ap-links label[b-im9k60k6l2] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ap-copiavel[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc;
}

.ap-copiavel strong[b-im9k60k6l2] {
    color: #4f46e5;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.ap-link-txt[b-im9k60k6l2] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #334155;
    font-size: .84rem;
    font-weight: 650;
}

.ap-copiavel button[b-im9k60k6l2] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    color: #4f46e5;
    transition: transform .13s ease;
}

.ap-copiavel button:hover[b-im9k60k6l2] { transform: translateY(-1px); }

.ap-sessao-acoes[b-im9k60k6l2] { margin-top: 8px; display: flex; gap: 10px; }

.ap-sessao-acoes .ap-cta[b-im9k60k6l2] {
    color: #fff;
    background: linear-gradient(120deg, #059669, #10b981);
    box-shadow: 0 10px 24px rgba(5, 150, 105, .3);
}

.ap-perigo[b-im9k60k6l2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #fecaca;
    border-radius: 12px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 850;
}

/* ---------- monitor ---------- */
.ap-monitor-cab[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ap-monitor-cab h3[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.ap-atualizacao[b-im9k60k6l2] { color: #94a3b8; font-size: .74rem; font-weight: 750; }

.ap-kpis[b-im9k60k6l2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.ap-kpi[b-im9k60k6l2] {
    padding: 13px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    display: grid;
    gap: 2px;
}

.ap-kpi strong[b-im9k60k6l2] { color: #0f172a; font-size: 1.2rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.ap-kpi span[b-im9k60k6l2] { color: #64748b; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.ap-kpi.alerta[b-im9k60k6l2] { border-color: #fde68a; background: #fffbeb; }
.ap-kpi.alerta strong[b-im9k60k6l2] { color: #b45309; }

.ap-vazio[b-im9k60k6l2] { color: #64748b; font-size: .9rem; text-align: center; padding: 18px 0 6px; }

.ap-envios[b-im9k60k6l2] { display: grid; gap: 8px; }

.ap-envio[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fff;
    transition: border-color .14s ease, box-shadow .14s ease;
}

.ap-envio:hover[b-im9k60k6l2] { border-color: #c7d2fe; box-shadow: 0 8px 20px rgba(79, 70, 229, .08); }

.ap-envio-aluno[b-im9k60k6l2] { display: flex; align-items: center; gap: 11px; min-width: 0; }

.ap-avatar[b-im9k60k6l2] {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}

.ap-envio-aluno div[b-im9k60k6l2] { display: grid; min-width: 0; }
.ap-envio-aluno strong[b-im9k60k6l2] { color: #0f172a; font-size: .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ap-envio-aluno span[b-im9k60k6l2] { color: #94a3b8; font-size: .74rem; font-weight: 700; }

.ap-envio-info[b-im9k60k6l2] { display: flex; align-items: center; gap: 10px; }
.ap-nota[b-im9k60k6l2] { color: #0f172a; font-size: 1.05rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.ap-pendente[b-im9k60k6l2] { color: #7c3aed; font-size: .72rem; font-weight: 900; }
.ap-progresso-envio[b-im9k60k6l2] { color: #64748b; font-size: .78rem; font-weight: 750; }

.ap-mini-btn[b-im9k60k6l2] {
    height: 32px;
    padding: 0 13px;
    border: 1px solid #c7d2fe;
    border-radius: 9px;
    background: #eef2ff;
    color: #4338ca;
    font-size: .78rem;
    font-weight: 850;
    transition: background-color .13s ease;
}

.ap-mini-btn:hover[b-im9k60k6l2] { background: #e0e7ff; }

/* ---------- revisão ---------- */
.ap-revisao[b-im9k60k6l2] {
    margin: -2px 0 6px;
    padding: 14px;
    border: 1px dashed #c7d2fe;
    border-radius: 12px;
    background: #fafaff;
    display: grid;
    gap: 10px;
}

.ap-rev-q[b-im9k60k6l2] { padding: 12px; border-radius: 11px; background: #fff; border: 1px solid #eef2f7; }

.ap-rev-cab[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
}

.ap-tag[b-im9k60k6l2] { padding: 3px 10px; border-radius: 999px; font-size: .7rem; font-weight: 900; }
.ap-tag.certa[b-im9k60k6l2] { background: #d1fae5; color: #047857; }
.ap-tag.errada[b-im9k60k6l2] { background: #fee2e2; color: #b91c1c; }
.ap-tag.diss[b-im9k60k6l2] { background: #ede9fe; color: #6d28d9; }

.ap-rev-resposta[b-im9k60k6l2] { margin: 4px 0; color: #334155; font-size: .88rem; }

.ap-rev-ia[b-im9k60k6l2] {
    margin: 6px 0;
    padding: 9px 12px;
    border-radius: 10px;
    background: #f5f3ff;
    color: #5b21b6;
    font-size: .84rem;
}

.ap-rev-nota[b-im9k60k6l2] { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ap-rev-nota label[b-im9k60k6l2] { margin: 0; }

.ap-rev-nota input[b-im9k60k6l2] {
    width: 90px;
    height: 38px;
    padding: 0 10px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    outline: none;
}

/* ---------- lista ---------- */
.ap-lista h2[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 14px;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 900;
}

.ap-contador[b-im9k60k6l2] {
    padding: 3px 11px;
    border-radius: 999px;
    background: rgba(79, 70, 229, .1);
    color: #4f46e5;
    font-size: .78rem;
    font-weight: 900;
}

.ap-grid[b-im9k60k6l2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 12px;
}

.ap-sessao-card[b-im9k60k6l2] {
    display: grid;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.ap-sessao-card:hover[b-im9k60k6l2] {
    transform: translateY(-3px);
    border-color: #c7d2fe;
    box-shadow: 0 16px 36px rgba(79, 70, 229, .14);
}

.ap-sessao-topo[b-im9k60k6l2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ap-sessao-topo strong[b-im9k60k6l2] {
    color: #0f172a;
    font-size: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ap-sessao-meta[b-im9k60k6l2] { color: #64748b; font-size: .78rem; font-weight: 700; }

.ap-sessao-stats[b-im9k60k6l2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #475569;
    font-size: .78rem;
    font-weight: 750;
}

.ap-sessao-stats i[b-im9k60k6l2] { color: #7c3aed; }

.ap-vazio-card[b-im9k60k6l2] {
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 38px 20px;
    text-align: center;
    color: #64748b;
}

.ap-vazio-card i[b-im9k60k6l2] { font-size: 2rem; color: #a5b4fc; }
.ap-vazio-card strong[b-im9k60k6l2] { color: #0f172a; }
.ap-vazio-card p[b-im9k60k6l2] { margin: 0; font-size: .88rem; }

@media (max-width: 700px) {
    .ap-hero[b-im9k60k6l2] { flex-direction: column; align-items: flex-start; }
    .ap-compartilhar[b-im9k60k6l2] { justify-content: center; }
}
/* /Components/Pages/Atividade.razor.rz.scp.css */
.at-page[b-uzqzc9n574] {
    display: grid;
    gap: 12px;
}

.at-hero[b-uzqzc9n574] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.at-kicker[b-uzqzc9n574] {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.at-hero h1[b-uzqzc9n574] {
    margin: 8px 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.at-hero p[b-uzqzc9n574] {
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
}

.at-link[b-uzqzc9n574] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.at-alert[b-uzqzc9n574] {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.at-alert.ok[b-uzqzc9n574] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.at-alert.erro[b-uzqzc9n574] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.at-form[b-uzqzc9n574],
.at-lista[b-uzqzc9n574] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.at-grid[b-uzqzc9n574] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.at-form label[b-uzqzc9n574] {
    display: block;
}

.at-form label span[b-uzqzc9n574] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.at-form input[b-uzqzc9n574],
.at-form select[b-uzqzc9n574],
.at-form textarea[b-uzqzc9n574] {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 9px 10px;
    color: #0f172a;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
}

.at-form textarea[b-uzqzc9n574] {
    resize: vertical;
    min-height: 84px;
    margin-top: 10px;
}

.at-actions[b-uzqzc9n574] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.at-btn[b-uzqzc9n574] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    font-size: 13px;
    font-weight: 900;
}

.at-link-result[b-uzqzc9n574] {
    color: #4338ca;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.at-lista h2[b-uzqzc9n574] {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.at-vazio[b-uzqzc9n574] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.at-cards[b-uzqzc9n574] {
    display: grid;
    gap: 8px;
}

.at-cards article[b-uzqzc9n574] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
}

.at-cards strong[b-uzqzc9n574],
.at-cards span[b-uzqzc9n574],
.at-cards small[b-uzqzc9n574] {
    display: block;
}

.at-cards strong[b-uzqzc9n574] {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.at-cards span[b-uzqzc9n574] {
    margin-top: 4px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.at-cards small[b-uzqzc9n574] {
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .at-hero[b-uzqzc9n574] {
        flex-direction: column;
        align-items: start;
    }

    .at-grid[b-uzqzc9n574] {
        grid-template-columns: 1fr;
    }
}

/* combos com miniatura no formulário */
.at-grid[b-uzqzc9n574]  .se-wrap, form[b-uzqzc9n574]  .se-wrap { min-width: 170px; }
/* /Components/Pages/BuscaGlobal.razor.rz.scp.css */
.bg-page[b-hmd9ndt7cn] {
    display: grid;
    gap: 14px;
    padding-bottom: 20px;
    color: #0f172a;
}

.bg-hero[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(79, 70, 229, .18);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 55%, #0f766e 100%);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
}

.bg-kicker[b-hmd9ndt7cn] {
    color: inherit;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .82;
}

.bg-hero h1[b-hmd9ndt7cn],
.bg-section-head h2[b-hmd9ndt7cn] {
    margin: 5px 0 0;
    font-weight: 950;
    letter-spacing: 0;
}

.bg-hero h1[b-hmd9ndt7cn] {
    max-width: 760px;
    font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.bg-hero p[b-hmd9ndt7cn] {
    max-width: 760px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .88);
}

.bg-hero-stats[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.bg-hero-stats article[b-hmd9ndt7cn] {
    min-height: 86px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
}

.bg-hero-stats span[b-hmd9ndt7cn] {
    color: rgba(255, 255, 255, .74);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.bg-hero-stats strong[b-hmd9ndt7cn] {
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 950;
}

.bg-search-panel[b-hmd9ndt7cn],
.bg-results[b-hmd9ndt7cn],
.bg-builder[b-hmd9ndt7cn] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.bg-search-panel[b-hmd9ndt7cn] {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.bg-search-row[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 138px;
    gap: 10px;
}

.bg-search-box[b-hmd9ndt7cn] {
    position: relative;
    display: block;
}

.bg-search-box i[b-hmd9ndt7cn] {
    position: absolute;
    left: 14px;
    top: 50%;
    color: #6366f1;
    transform: translateY(-50%);
}

.bg-search-box input[b-hmd9ndt7cn] {
    padding-left: 40px;
}

label[b-hmd9ndt7cn] {
    display: grid;
    gap: 6px;
}

label span[b-hmd9ndt7cn] {
    color: #64748b;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

input[b-hmd9ndt7cn],
select[b-hmd9ndt7cn] {
    width: 100%;
    min-height: 40px;
    padding: 0 11px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: .9rem;
    outline: none;
}

input:focus[b-hmd9ndt7cn],
select:focus[b-hmd9ndt7cn] {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .16);
}

.bg-primary[b-hmd9ndt7cn],
.bg-ghost[b-hmd9ndt7cn],
.bg-select-btn[b-hmd9ndt7cn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 6px;
    font-size: .83rem;
    font-weight: 850;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.bg-primary[b-hmd9ndt7cn] {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    box-shadow: 0 10px 20px rgba(79, 70, 229, .18);
}

.bg-primary.full[b-hmd9ndt7cn] {
    width: 100%;
}

.bg-ghost[b-hmd9ndt7cn] {
    border: 1px solid #dbe4ef;
    color: #4338ca;
    background: #fff;
}

.bg-primary:hover[b-hmd9ndt7cn],
.bg-ghost:hover[b-hmd9ndt7cn],
.bg-select-btn:hover[b-hmd9ndt7cn] {
    transform: translateY(-1px);
}

.bg-filter-grid[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.bg-type-strip[b-hmd9ndt7cn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bg-type-strip button[b-hmd9ndt7cn] {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    color: #475569;
    background: #f8fafc;
    font-weight: 850;
}

.bg-type-strip button.is-on[b-hmd9ndt7cn] {
    color: #3730a3;
    border-color: #818cf8;
    background: #e0e7ff;
}

.bg-message[b-hmd9ndt7cn],
.bg-save-msg[b-hmd9ndt7cn] {
    padding: 11px 13px;
    border-radius: 8px;
    font-weight: 800;
}

.bg-message.ok[b-hmd9ndt7cn],
.bg-save-msg[b-hmd9ndt7cn] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.bg-message.err[b-hmd9ndt7cn] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.bg-workspace[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 14px;
    align-items: start;
}

.bg-results[b-hmd9ndt7cn],
.bg-builder[b-hmd9ndt7cn] {
    padding: 14px;
}

.bg-builder[b-hmd9ndt7cn] {
    position: sticky;
    top: 84px;
    display: grid;
    gap: 12px;
}

.bg-section-head[b-hmd9ndt7cn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.bg-section-head .bg-kicker[b-hmd9ndt7cn] {
    color: #64748b;
}

.bg-section-head h2[b-hmd9ndt7cn] {
    color: #0f172a;
    font-size: 1.12rem;
}

.bg-section-head.compact[b-hmd9ndt7cn] {
    margin-bottom: 0;
}

.bg-section-head.compact strong[b-hmd9ndt7cn] {
    min-width: 42px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #4338ca;
    background: #eef2ff;
    font-size: 1.15rem;
}

.bg-card-list[b-hmd9ndt7cn],
.bg-selected-list[b-hmd9ndt7cn] {
    display: grid;
    gap: 10px;
}

.bg-result-card[b-hmd9ndt7cn] {
    display: grid;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bg-result-card:hover[b-hmd9ndt7cn],
.bg-result-card.is-selected[b-hmd9ndt7cn] {
    border-color: #818cf8;
    box-shadow: 0 14px 28px rgba(79, 70, 229, .12);
    transform: translateY(-1px);
}

.bg-card-top[b-hmd9ndt7cn],
.bg-tags[b-hmd9ndt7cn],
.bg-meta[b-hmd9ndt7cn] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.bg-card-top[b-hmd9ndt7cn] {
    justify-content: space-between;
}

.bg-tags[b-hmd9ndt7cn],
.bg-meta[b-hmd9ndt7cn] {
    flex-wrap: wrap;
}

.bg-tag[b-hmd9ndt7cn] {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    color: #475569;
    background: #f1f5f9;
    font-size: .72rem;
    font-weight: 850;
}

.bg-tag.origin[b-hmd9ndt7cn] {
    color: #3730a3;
    background: #e0e7ff;
}

.bg-tag.bncc[b-hmd9ndt7cn] {
    color: #047857;
    background: #d1fae5;
}

.bg-select-btn[b-hmd9ndt7cn] {
    border: 1px solid #dbe4ef;
    color: #4338ca;
    background: #fff;
}

.bg-select-btn.is-on[b-hmd9ndt7cn] {
    color: #065f46;
    border-color: #a7f3d0;
    background: #ecfdf5;
}

.bg-question[b-hmd9ndt7cn] {
    margin: 0;
    color: #0f172a;
    font-size: .98rem;
    line-height: 1.55;
}

.bg-meta[b-hmd9ndt7cn] {
    color: #64748b;
    font-size: .78rem;
    font-weight: 750;
}

.bg-meta span + span[b-hmd9ndt7cn]::before {
    margin-right: 7px;
    color: #cbd5e1;
    content: "/";
}

.bg-alts[b-hmd9ndt7cn] {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 22px;
    color: #475569;
    font-size: .86rem;
}

.bg-alts li.ok[b-hmd9ndt7cn] {
    color: #047857;
    font-weight: 850;
}

.bg-answer[b-hmd9ndt7cn] {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
}

.bg-answer strong[b-hmd9ndt7cn] {
    color: #334155;
    font-size: .76rem;
    text-transform: uppercase;
}

.bg-answer span[b-hmd9ndt7cn] {
    color: #475569;
    font-size: .86rem;
    line-height: 1.5;
}

.bg-selected-list article[b-hmd9ndt7cn] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 32px;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.bg-selected-list span[b-hmd9ndt7cn] {
    color: #4338ca;
    font-size: .78rem;
    font-weight: 900;
}

.bg-selected-list p[b-hmd9ndt7cn] {
    margin: 0;
    color: #334155;
    font-size: .82rem;
    line-height: 1.35;
}

.bg-selected-list button[b-hmd9ndt7cn] {
    width: 32px;
    height: 32px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    color: #991b1b;
    background: #fff;
}

.bg-empty[b-hmd9ndt7cn] {
    min-height: 220px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 18px;
    text-align: center;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
}

.bg-empty.compact[b-hmd9ndt7cn] {
    min-height: 120px;
}

.bg-empty i[b-hmd9ndt7cn] {
    color: #818cf8;
    font-size: 2rem;
}

.bg-empty strong[b-hmd9ndt7cn] {
    color: #0f172a;
}

@media (max-width: 1180px) {
    .bg-hero[b-hmd9ndt7cn],
    .bg-workspace[b-hmd9ndt7cn],
    .bg-filter-grid[b-hmd9ndt7cn] {
        grid-template-columns: 1fr;
    }

    .bg-builder[b-hmd9ndt7cn] {
        position: static;
    }
}

@media (max-width: 720px) {
    .bg-search-row[b-hmd9ndt7cn],
    .bg-hero-stats[b-hmd9ndt7cn] {
        grid-template-columns: 1fr;
    }

    .bg-card-top[b-hmd9ndt7cn],
    .bg-section-head[b-hmd9ndt7cn] {
        align-items: stretch;
        flex-direction: column;
    }
}

.bg-filter-grid label[b-hmd9ndt7cn]  .se-wrap { min-width: 0; }
/* /Components/Pages/CadastrarProfessor.razor.rz.scp.css */
.cpf-page[b-kd879012nj] {
    width: min(980px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.cpf-hero[b-kd879012nj] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.cpf-kicker[b-kd879012nj] {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cpf-hero h1[b-kd879012nj] {
    margin: 8px 0 0;
    font-size: 1.8rem;
    font-weight: 900;
}

.cpf-hero p[b-kd879012nj] {
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
}

.cpf-link[b-kd879012nj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.cpf-msg[b-kd879012nj] {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.cpf-msg.ok[b-kd879012nj] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.cpf-msg.err[b-kd879012nj] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.cpf-form[b-kd879012nj] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.cpf-step[b-kd879012nj] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 4px 0 12px;
}

.cpf-step strong[b-kd879012nj] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    font-size: 14px;
}

.cpf-step h2[b-kd879012nj] {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 900;
}

.cpf-step p[b-kd879012nj] {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 13px;
}

.cpf-grid[b-kd879012nj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.cpf-form label[b-kd879012nj] {
    display: block;
    margin-bottom: 0;
}

.cpf-form label span[b-kd879012nj] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.cpf-form input[b-kd879012nj],
.cpf-form select[b-kd879012nj] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 0 10px;
    color: #0f172a;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
}

.cpf-form button[b-kd879012nj] {
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .cpf-hero[b-kd879012nj] {
        flex-direction: column;
        align-items: start;
    }

    .cpf-grid[b-kd879012nj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/CartaoResposta.razor.rz.scp.css */
/* ===== Cartão-resposta (tela + impressão) ===== */

.cr-toolbar[b-h41tgpkded] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 18px 22px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(120deg, #0f766e, #059669);
}

.cr-toolbar h1[b-h41tgpkded] { display: flex; align-items: center; gap: 9px; margin: 0 0 3px; font-size: 1.15rem; font-weight: 900; }
.cr-toolbar p[b-h41tgpkded] { margin: 0; opacity: .92; font-size: .86rem; max-width: 560px; }

.cr-toolbar-acoes[b-h41tgpkded] { display: flex; align-items: center; gap: 12px; }
.cr-toolbar-acoes label[b-h41tgpkded] { font-size: .84rem; font-weight: 800; }

.cr-toolbar-acoes input[b-h41tgpkded] {
    width: 64px;
    height: 38px;
    margin-left: 6px;
    padding: 0 8px;
    border: 0;
    border-radius: 9px;
    font: inherit;
    font-weight: 900;
    text-align: center;
}

.cr-toolbar-acoes button[b-h41tgpkded] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    background: #fff;
    color: #0f766e;
    font-weight: 900;
}

.cr-erro[b-h41tgpkded] { padding: 14px; border-radius: 12px; background: #fef2f2; color: #b91c1c; font-weight: 750; }

/* ---- o cartão em si (preto e branco, alto contraste pro OCR) ---- */
.cr-cartao[b-h41tgpkded] {
    width: min(760px, 100%);
    margin: 0 auto 18px;
    padding: 22px 26px;
    border: 2.5px solid #000;
    border-radius: 6px;
    background: #fff;
    color: #000;
    page-break-after: always;
    font-family: Arial, Helvetica, sans-serif;
}

.cr-cab[b-h41tgpkded] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.cr-marca[b-h41tgpkded] { font-weight: 900; font-size: 1rem; letter-spacing: .12em; }
.cr-prova[b-h41tgpkded] { text-align: center; display: grid; }
.cr-prova strong[b-h41tgpkded] { font-size: .95rem; }
.cr-prova span[b-h41tgpkded] { font-size: .74rem; }
.cr-id[b-h41tgpkded] { font-weight: 900; font-size: .9rem; border: 2px solid #000; padding: 4px 10px; border-radius: 4px; }

.cr-campos[b-h41tgpkded] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 14px;
    margin: 14px 0 6px;
}

.cr-campo label[b-h41tgpkded] { display: block; font-size: .64rem; font-weight: 900; letter-spacing: .06em; }
.cr-linha[b-h41tgpkded] { height: 30px; border-bottom: 2px solid #000; }

.cr-instrucao[b-h41tgpkded] { margin: 10px 0 12px; font-size: .74rem; }

.cr-grade[b-h41tgpkded] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 7px 22px;
}

.cr-questao[b-h41tgpkded] { display: flex; align-items: center; gap: 8px; }

.cr-num[b-h41tgpkded] {
    min-width: 26px;
    font-weight: 900;
    font-size: .9rem;
    text-align: right;
}

.cr-bolha[b-h41tgpkded] {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: .68rem;
    font-weight: 900;
}

.cr-diss[b-h41tgpkded] { font-size: .72rem; font-style: italic; }

.cr-rodape[b-h41tgpkded] {
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid #000;
    font-size: .66rem;
    text-align: center;
}

/* ---- impressão ---- */
@media print {
    .no-print[b-h41tgpkded] { display: none !important; }
    .cr-cartao[b-h41tgpkded] { border-radius: 0; margin: 0 auto; box-shadow: none; }
}

.cr-id-grupo[b-h41tgpkded] { display: flex; align-items: center; gap: 10px; }
.cr-qr[b-h41tgpkded] { width: 64px; height: 64px; border: 2px solid #000; border-radius: 4px; padding: 2px; background: #fff; }

.cr-linha.preenchida[b-h41tgpkded] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
    font-weight: 900;
    font-size: .92rem;
}

.cr-toolbar-acoes select[b-h41tgpkded] {
    height: 44px;
    padding: 0 10px;
    border: 0;
    border-radius: 11px;
    font: inherit;
    font-weight: 800;
}
/* /Components/Pages/CentralCorrecao.razor.rz.scp.css */
/* ===== Central de Correção ===== */

.cc-page[b-nf7nndxc4w] { display: grid; gap: 16px; }

.cc-hero[b-nf7nndxc4w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px clamp(18px, 3vw, 32px);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(600px 300px at 100% 0%, rgba(255, 255, 255, .14), transparent 55%),
        linear-gradient(120deg, #1d4ed8 0%, #4f46e5 100%);
    box-shadow: 0 20px 44px rgba(59, 130, 246, .3);
}

.cc-kicker[b-nf7nndxc4w] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cc-hero h1[b-nf7nndxc4w] { margin: 0 0 4px; font-size: clamp(1.25rem, 2.6vw, 1.7rem); font-weight: 900; }
.cc-hero p[b-nf7nndxc4w] { margin: 0; max-width: 580px; opacity: .92; font-size: .92rem; }

.cc-atualizar[b-nf7nndxc4w] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-weight: 850;
    white-space: nowrap;
}

.cc-filtros[b-nf7nndxc4w] { display: flex; gap: 8px; flex-wrap: wrap; }

.cc-filtro[b-nf7nndxc4w] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: .85rem;
    font-weight: 850;
    transition: border-color .14s ease, color .14s ease;
}

.cc-filtro span[b-nf7nndxc4w] {
    padding: 1px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: .72rem;
    font-weight: 900;
}

.cc-filtro.is-on[b-nf7nndxc4w] { border-color: #4f46e5; color: #4f46e5; }
.cc-filtro.is-on span[b-nf7nndxc4w] { background: #eef2ff; }

.cc-lista[b-nf7nndxc4w] { display: grid; gap: 8px; }

.cc-item[b-nf7nndxc4w] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    text-align: left;
    transition: transform .13s ease, border-color .13s ease, box-shadow .13s ease;
}

.cc-item:hover[b-nf7nndxc4w] {
    transform: translateY(-1px);
    border-color: #c7d2fe;
    box-shadow: 0 10px 26px rgba(79, 70, 229, .1);
}

.cc-modo[b-nf7nndxc4w] {
    flex: 0 0 auto;
    min-width: 76px;
    text-align: center;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cc-modo.fisica[b-nf7nndxc4w] { background: #ccfbf1; color: #0f766e; }
.cc-modo.avulsa[b-nf7nndxc4w] { background: #ede9fe; color: #6d28d9; }
.cc-modo.online[b-nf7nndxc4w] { background: #dbeafe; color: #1d4ed8; }
.cc-modo.simulado[b-nf7nndxc4w] { background: #fef3c7; color: #b45309; }

.cc-info[b-nf7nndxc4w] { flex: 1; min-width: 0; display: grid; }
.cc-info strong[b-nf7nndxc4w] { color: #0f172a; font-size: .92rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cc-info span[b-nf7nndxc4w] { color: #94a3b8; font-size: .76rem; font-weight: 700; }

.cc-direita[b-nf7nndxc4w] { display: flex; align-items: center; gap: 12px; color: #94a3b8; }
.cc-status[b-nf7nndxc4w] { color: #b45309; font-size: .76rem; font-weight: 850; }
.cc-nota[b-nf7nndxc4w] { color: #0f172a; font-size: 1rem; font-weight: 900; }

.cc-vazio[b-nf7nndxc4w] {
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 44px 20px;
    border: 1px dashed #e2e8f0;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    color: #64748b;
}

.cc-vazio i[b-nf7nndxc4w] { font-size: 2rem; color: #86efac; }
.cc-vazio strong[b-nf7nndxc4w] { color: #0f172a; }
.cc-vazio p[b-nf7nndxc4w] { margin: 0; font-size: .88rem; }

@media (max-width: 640px) {
    .cc-hero[b-nf7nndxc4w] { flex-direction: column; align-items: flex-start; }
    .cc-status[b-nf7nndxc4w] { display: none; }
}
/* /Components/Pages/ConsultarBncc.razor.rz.scp.css */
.bncc-page[b-adyh6te0b3] { display: grid; gap: 14px; padding-bottom: 18px; }
.bncc-hero[b-adyh6te0b3] { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(440px 180px at 100% -30%, rgba(255,255,255,.30), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67, 56, 202, .22); }
.kicker[b-adyh6te0b3] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bncc-hero h1[b-adyh6te0b3] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.bncc-hero p[b-adyh6te0b3] { margin: 8px 0 0; color: rgba(255,255,255,.9); }
.bncc-hero a[b-adyh6te0b3], .toolbar button[b-adyh6te0b3] { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border: 0; border-radius: 11px; color: #4338ca; background: #fff; text-decoration: none; font-weight: 900; }
.bncc-msg[b-adyh6te0b3] { min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 1px solid #fecaca; border-radius: 12px; color: #991b1b; background: #fef2f2; font-weight: 800; }
.bncc-layout[b-adyh6te0b3] { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 14px; align-items: start; }
.navigator[b-adyh6te0b3], .habilidades[b-adyh6te0b3], .empty[b-adyh6te0b3] { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.06); }
.navigator[b-adyh6te0b3] { display: grid; gap: 10px; padding: 14px; max-height: 78vh; overflow: auto; }
.step[b-adyh6te0b3] { display: flex; align-items: center; gap: 8px; color: #0f172a; }
.step span[b-adyh6te0b3] { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: #fff; background: #4f46e5; font-size: 12px; font-weight: 900; }
.cards[b-adyh6te0b3], .pills[b-adyh6te0b3] { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-card[b-adyh6te0b3], .pill[b-adyh6te0b3] { border: 1px solid #dbe4ef; border-radius: 12px; background: #fff; color: #334155; font-weight: 800; }
.nav-card[b-adyh6te0b3] { width: 100%; min-height: 38px; text-align: left; padding: 8px 10px; }
.compact .nav-card[b-adyh6te0b3] { font-size: 12px; }
.pill[b-adyh6te0b3] { min-height: 32px; padding: 0 10px; font-size: 12px; }
.nav-card.on[b-adyh6te0b3], .pill.on[b-adyh6te0b3] { border-color: #818cf8; color: #4338ca; background: #eef2ff; }
.habilidades[b-adyh6te0b3] { padding: 16px; }
.toolbar[b-adyh6te0b3] { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.toolbar span[b-adyh6te0b3] { display: block; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.toolbar strong[b-adyh6te0b3] { color: #0f172a; font-size: 1.5rem; }
.toolbar button[b-adyh6te0b3] { color: #fff; background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); }
.hab-grid[b-adyh6te0b3] { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.hab-grid article[b-adyh6te0b3] { padding: 14px; border: 1px solid #e2e8f0; border-radius: 14px; background: #f8fafc; }
.hab-grid div[b-adyh6te0b3] { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
code[b-adyh6te0b3] { color: #92400e; background: #fffbeb; border: 1px solid #fde68a; border-radius: 7px; padding: 2px 6px; }
.hab-grid p[b-adyh6te0b3] { margin: 10px 0; color: #334155; font-size: 13px; line-height: 1.5; }
.hab-grid small[b-adyh6te0b3], .hab-grid span[b-adyh6te0b3] { color: #64748b; font-size: 12px; }
.empty[b-adyh6te0b3] { min-height: 360px; display: grid; place-items: center; gap: 8px; padding: 22px; text-align: center; color: #64748b; }
.empty i[b-adyh6te0b3] { color: #818cf8; font-size: 36px; }
.empty strong[b-adyh6te0b3] { color: #0f172a; }
@media (max-width: 1100px) { .bncc-layout[b-adyh6te0b3], .hab-grid[b-adyh6te0b3] { grid-template-columns: 1fr; } .bncc-hero[b-adyh6te0b3] { flex-direction: column; align-items: start; } .navigator[b-adyh6te0b3] { max-height: none; } }

/* miniaturas nos cards/pills de navegação (imagens do banco) */
.nav-card.com-img[b-adyh6te0b3],
.pill.com-img[b-adyh6te0b3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-card.com-img img[b-adyh6te0b3],
.pill.com-img img[b-adyh6te0b3] {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    object-fit: cover;
    flex: 0 0 auto;
}
/* /Components/Pages/CriarProva.razor.rz.scp.css */
.cp-page[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: calc(100vh - 132px);
    padding-bottom: 8px;
    position: relative;
}

.cp-page[b-lghwkg7mj7]::before {
    content: "";
    position: fixed;
    inset: 70px 0 0 280px;
    pointer-events: none;
    background:
        radial-gradient(720px 280px at 16% -8%, rgba(99, 102, 241, 0.15), transparent 60%),
        radial-gradient(560px 240px at 104% 4%, rgba(236, 72, 153, 0.12), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    z-index: 0;
}

.cp-hero[b-lghwkg7mj7] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 26px 28px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(440px 200px at 92% -44%, rgba(255, 255, 255, 0.38), transparent 60%),
        linear-gradient(120deg, #6366f1 0%, #7c3aed 54%, #ec4899 100%);
    box-shadow: 0 28px 60px rgba(91, 62, 234, 0.24);
    overflow: hidden;
}

.cp-hero[b-lghwkg7mj7]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent);
    pointer-events: none;
}

.cp-hero-copy[b-lghwkg7mj7],
.cp-hero-metrics[b-lghwkg7mj7] {
    position: relative;
    z-index: 1;
}

.cp-hero-copy[b-lghwkg7mj7] {
    max-width: 640px;
}

.cp-hero-kicker[b-lghwkg7mj7],
.cp-eyebrow[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cp-hero-kicker[b-lghwkg7mj7] {
    color: rgba(255, 255, 255, 0.78);
}

.cp-eyebrow[b-lghwkg7mj7] {
    color: #6d28d9;
}

.cp-hero h1[b-lghwkg7mj7],
.cp-panel-head h2[b-lghwkg7mj7],
.cp-proof-head h2[b-lghwkg7mj7],
.cp-analysis-head h2[b-lghwkg7mj7] {
    margin: 6px 0 0;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 0;
}

.cp-hero p[b-lghwkg7mj7] {
    margin: 10px 0 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.58;
}

.cp-hero-metrics[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 12px;
    align-self: stretch;
}

.cp-hero-metric[b-lghwkg7mj7] {
    min-width: 0;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cp-hero-metric-label[b-lghwkg7mj7],
.cp-hero-metric small[b-lghwkg7mj7] {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
}

.cp-hero-metric strong[b-lghwkg7mj7] {
    display: block;
    margin: 8px 0 4px;
    font-size: 28px;
    font-weight: 800;
}

.cp-mobile-bar[b-lghwkg7mj7] {
    display: none;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cp-mobile-btn[b-lghwkg7mj7] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    background: #fff;
    color: #4338ca;
    font-weight: 700;
    font-family: inherit;
}

.cp-workspace[b-lghwkg7mj7] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr) 360px;
    gap: 16px;
    align-items: start;
}

.cp-side[b-lghwkg7mj7] {
    min-width: 0;
}

.cp-panel[b-lghwkg7mj7] {
    border: 1px solid rgba(139, 92, 246, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(18px);
    box-shadow:
        0 18px 38px rgba(51, 65, 85, 0.08),
        0 2px 0 rgba(255, 255, 255, 0.46) inset;
}

.cp-filter-panel[b-lghwkg7mj7],
.cp-proof-panel[b-lghwkg7mj7] {
    position: sticky;
    top: 86px;
    max-height: calc(100vh - 112px);
    overflow: auto;
}

.cp-panel-head[b-lghwkg7mj7],
.cp-proof-head[b-lghwkg7mj7],
.cp-analysis-head[b-lghwkg7mj7] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 20px 18px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08));
}

.cp-panel-head h2[b-lghwkg7mj7],
.cp-proof-head h2[b-lghwkg7mj7],
.cp-analysis-head h2[b-lghwkg7mj7] {
    font-size: 22px;
    color: #0f172a;
}

.cp-head-badge[b-lghwkg7mj7],
.cp-proof-badge[b-lghwkg7mj7],
.cp-status-badge[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5f3ff, #eef2ff);
    color: #5b21b6;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.cp-status-badge.is-green[b-lghwkg7mj7] {
    background: #ecfdf5;
    color: #047857;
}

.cp-section[b-lghwkg7mj7] {
    padding: 0 20px 18px;
}

.cp-section + .cp-section[b-lghwkg7mj7] {
    padding-top: 16px;
    border-top: 1px solid rgba(139, 92, 246, 0.08);
}

.cp-field label[b-lghwkg7mj7] {
    display: block;
    margin: 0 0 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.cp-field-line[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cp-soft-label[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.cp-two-col[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cp-select[b-lghwkg7mj7],
.cp-input[b-lghwkg7mj7] {
    width: 100%;
    min-width: 0;
    height: 46px;
    border: 1px solid #d8d3f4;
    border-radius: 12px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cp-select:focus[b-lghwkg7mj7],
.cp-input:focus[b-lghwkg7mj7] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12), 0 10px 20px rgba(99, 102, 241, 0.08);
}

.cp-chip-row[b-lghwkg7mj7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cp-chip-row-tight .cp-chip[b-lghwkg7mj7] {
    min-width: 52px;
    justify-content: center;
}

.cp-chip[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #ddd6fe;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    transition: all 0.2s ease;
}

.cp-chip:hover[b-lghwkg7mj7],
.cp-type-card:hover[b-lghwkg7mj7],
.cp-btn:hover[b-lghwkg7mj7],
.cp-icon-btn:hover[b-lghwkg7mj7],
.cp-toggle-raiox:hover[b-lghwkg7mj7] {
    transform: translateY(-1px);
}

.cp-chip.is-on[b-lghwkg7mj7] {
    border-color: transparent;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    color: #fff;
    box-shadow: 0 12px 22px rgba(99, 102, 241, 0.26);
}

.cp-hint[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.cp-bncc-strip[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 280px;
    overflow: auto;
    padding-right: 2px;
}

.cp-bncc-chip[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 9px 10px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    text-align: left;
    font-family: inherit;
    transition: all 0.16s ease;
}

.cp-bncc-chip strong[b-lghwkg7mj7] {
    color: #4338ca;
    font-size: 12px;
    font-weight: 850;
}

.cp-bncc-chip span[b-lghwkg7mj7] {
    min-width: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.cp-bncc-chip:hover[b-lghwkg7mj7] {
    border-color: #a5b4fc;
    transform: translateY(-1px);
}

.cp-bncc-chip.is-on[b-lghwkg7mj7] {
    border-color: #4f46e5;
    background: #eef2ff;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.12);
}

.cp-type-grid[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cp-type-card[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    min-height: 130px;
    padding: 15px 14px;
    border: 1px solid #ddd6fe;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    color: #1f2937;
    text-align: left;
    font-family: inherit;
    transition: all 0.2s ease;
}

.cp-type-card strong[b-lghwkg7mj7] {
    font-size: 14px;
}

.cp-type-card small[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.cp-type-card.is-on[b-lghwkg7mj7] {
    border-color: #8b5cf6;
    background: linear-gradient(180deg, rgba(238, 242, 255, 0.98), rgba(252, 244, 255, 0.98));
    box-shadow: 0 14px 28px rgba(99, 102, 241, 0.16);
}

.cp-type-icon[b-lghwkg7mj7] {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    color: #fff;
    font-size: 18px;
}

.cp-segment[b-lghwkg7mj7] {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: #f5f3ff;
}

.cp-segment button[b-lghwkg7mj7] {
    min-width: 88px;
    height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-weight: 700;
    font-family: inherit;
}

.cp-segment button.is-on[b-lghwkg7mj7] {
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 18px rgba(99, 102, 241, 0.12);
}

.cp-panel-actions[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 20px 20px;
}

.cp-btn[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    font-family: inherit;
    transition: all 0.2s ease;
}

.cp-btn:disabled[b-lghwkg7mj7] {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}

.cp-btn-primary[b-lghwkg7mj7] {
    border: 0;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    color: #fff;
    box-shadow: 0 12px 26px rgba(99, 102, 241, 0.24);
}

.cp-btn-secondary[b-lghwkg7mj7],
.cp-btn-ghost[b-lghwkg7mj7],
.cp-btn-ghost-solid[b-lghwkg7mj7],
.cp-btn-add.is-done[b-lghwkg7mj7],
.cp-icon-btn[b-lghwkg7mj7],
.cp-toggle-raiox[b-lghwkg7mj7] {
    border: 1px solid #ddd6fe;
    background: rgba(255, 255, 255, 0.9);
    color: #4338ca;
}

.cp-btn-add[b-lghwkg7mj7] {
    border: 0;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
}

.cp-btn-add.is-done[b-lghwkg7mj7] {
    color: #047857;
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.cp-inline-note[b-lghwkg7mj7] {
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.cp-feed-panel[b-lghwkg7mj7] {
    min-height: calc(100vh - 112px);
    padding-bottom: 14px;
}

.cp-panel-head-feed[b-lghwkg7mj7] {
    border-bottom: 0;
    padding-bottom: 12px;
    position: sticky;
    top: 0;
    z-index: 3;
    backdrop-filter: blur(18px);
    border-radius: 22px 22px 0 0;
}

.cp-context-pills[b-lghwkg7mj7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 8px;
}

.cp-context-pill[b-lghwkg7mj7] {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    font-weight: 700;
}

.cp-feed-stats[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 20px 18px;
}

.cp-feed-stat[b-lghwkg7mj7] {
    padding: 14px 16px;
    border: 1px solid #ede9fe;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 249, 255, 0.94));
}

.cp-feed-stat span[b-lghwkg7mj7],
.cp-feed-stat small[b-lghwkg7mj7] {
    display: block;
}

.cp-feed-stat span[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.cp-feed-stat strong[b-lghwkg7mj7] {
    display: block;
    margin: 8px 0 4px;
    color: #0f172a;
    font-size: 26px;
    font-weight: 800;
}

.cp-feed-stat small[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 12px;
}

.cp-empty-state[b-lghwkg7mj7] {
    margin: 0 20px 4px;
    padding: 44px 24px;
    border: 1px dashed #c4b5fd;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf9ff, #ffffff);
    text-align: center;
}

.cp-empty-icon[b-lghwkg7mj7] {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 18px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 28px;
}

.cp-empty-state h3[b-lghwkg7mj7] {
    margin: 0;
    color: #0f172a;
    font-size: 21px;
    font-weight: 800;
}

.cp-empty-state p[b-lghwkg7mj7] {
    max-width: 620px;
    margin: 10px auto 0;
    color: #64748b;
    line-height: 1.65;
}

.cp-result-group[b-lghwkg7mj7] {
    padding: 4px 20px 0;
}

.cp-result-head[b-lghwkg7mj7] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.cp-result-head h3[b-lghwkg7mj7] {
    margin: 0;
    color: #0f172a;
    font-size: 19px;
    font-weight: 800;
}

.cp-result-head p[b-lghwkg7mj7] {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
}

.cp-message[b-lghwkg7mj7] {
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
}

.cp-message-warn[b-lghwkg7mj7] {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.cp-message-note[b-lghwkg7mj7] {
    border: 1px solid #ddd6fe;
    background: #f5f3ff;
    color: #5b21b6;
}

.cp-message-success[b-lghwkg7mj7] {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.cp-question-card[b-lghwkg7mj7] {
    position: relative;
    padding: 18px;
    border: 1px solid #e9e4fb;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(51, 65, 85, 0.05);
    overflow: hidden;
}

.cp-question-card[b-lghwkg7mj7]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6, #ec4899);
}

.cp-question-card + .cp-question-card[b-lghwkg7mj7] {
    margin-top: 12px;
}

.cp-question-card.is-ai[b-lghwkg7mj7] {
    background: linear-gradient(180deg, #fcfbff, #ffffff);
}

.cp-card-top[b-lghwkg7mj7] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.cp-tag-list[b-lghwkg7mj7] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.cp-tag[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.cp-tag.is-materia[b-lghwkg7mj7] {
    background: #eef2ff;
    color: #4338ca;
}

.cp-tag.is-assunto[b-lghwkg7mj7] {
    background: #f5f3ff;
    color: #7c3aed;
}

.cp-tag.is-bncc[b-lghwkg7mj7] {
    background: #ecfeff;
    color: #0f766e;
}

.cp-tag.is-bloom[b-lghwkg7mj7] {
    background: #fef3c7;
    color: #92400e;
}

.cp-tag.is-dif[b-lghwkg7mj7] {
    background: #f8fafc;
    color: #475569;
}

.cp-tag.is-approved[b-lghwkg7mj7] {
    background: #ecfdf5;
    color: #047857;
}

.cp-tag.is-origin[b-lghwkg7mj7] {
    background: #e2e8f0;
    color: #334155;
}

.cp-tag.is-origin-ai[b-lghwkg7mj7] {
    background: #fee2e2;
    color: #991b1b;
}

.cp-tag.is-origin-pinecone[b-lghwkg7mj7] {
    background: #e0f2fe;
    color: #075985;
}

.cp-tag.is-reproved[b-lghwkg7mj7] {
    background: #fff7ed;
    color: #c2410c;
}

.cp-question-text[b-lghwkg7mj7] {
    margin: 14px 0 0;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.65;
    white-space: pre-wrap;
}

.cp-alt-list[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.cp-alt-list li[b-lghwkg7mj7] {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #ebe7fc;
    border-radius: 12px;
    background: #fcfcff;
}

.cp-alt-list li.is-ok[b-lghwkg7mj7] {
    border-color: #a7f3d0;
    background: #f0fdf9;
}

.cp-alt-letter[b-lghwkg7mj7] {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
}

.cp-alt-list li.is-ok .cp-alt-letter[b-lghwkg7mj7] {
    background: linear-gradient(135deg, #10b981, #14b8a6);
    color: #fff;
}

.cp-alt-check[b-lghwkg7mj7] {
    margin-left: auto;
    color: #10b981;
    font-size: 16px;
    flex-shrink: 0;
}

.cp-answer-box[b-lghwkg7mj7],
.cp-expand-box[b-lghwkg7mj7] {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #ede9fe;
    border-radius: 12px;
    background: #faf9ff;
}

.cp-answer-box strong[b-lghwkg7mj7],
.cp-expand-row strong[b-lghwkg7mj7] {
    color: #5b21b6;
}

.cp-answer-box p[b-lghwkg7mj7] {
    margin: 8px 0 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.cp-expand-row[b-lghwkg7mj7] {
    display: flex;
    gap: 8px;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.cp-expand-row + .cp-expand-row[b-lghwkg7mj7] {
    margin-top: 8px;
}

.cp-expand-row.is-ok[b-lghwkg7mj7] {
    color: #047857;
}

.cp-card-actions[b-lghwkg7mj7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1eff9;
}

.cp-icon-btn[b-lghwkg7mj7] {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
}

.cp-ai-note[b-lghwkg7mj7] {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 13px;
    border-radius: 12px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 13px;
    line-height: 1.55;
}

.cp-ai-note.is-warn[b-lghwkg7mj7] {
    background: #fff7ed;
    color: #9a3412;
}

.cp-proof-body[b-lghwkg7mj7],
.cp-proof-footer[b-lghwkg7mj7] {
    padding: 18px 20px;
}

.cp-proof-body[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(248, 250, 252, 0.26));
}

.cp-proof-empty[b-lghwkg7mj7] {
    padding: 30px 18px;
    border: 1px dashed #d8d3f4;
    border-radius: 16px;
    background: #faf9ff;
    text-align: center;
}

.cp-proof-empty i[b-lghwkg7mj7] {
    display: block;
    margin-bottom: 12px;
    color: #8b5cf6;
    font-size: 28px;
}

.cp-proof-empty h3[b-lghwkg7mj7] {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
}

.cp-proof-empty p[b-lghwkg7mj7] {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.cp-proof-list[b-lghwkg7mj7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 480px;
    overflow: auto;
    padding-right: 2px;
}

.cp-proof-item[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 40px;
    gap: 10px;
    align-items: start;
    padding: 12px;
    border: 1px solid #ede9fe;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
}

.cp-proof-number[b-lghwkg7mj7] {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    font-weight: 800;
}

.cp-proof-text p[b-lghwkg7mj7] {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.45;
}

.cp-proof-text small[b-lghwkg7mj7] {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
}

.cp-proof-footer[b-lghwkg7mj7] {
    border-top: 1px solid #ede9fe;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 249, 255, 0.98));
}

.cp-proof-totals[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cp-proof-totals div[b-lghwkg7mj7] {
    padding: 12px 14px;
    border: 1px solid #ede9fe;
    border-radius: 12px;
    background: #fff;
}

.cp-proof-totals span[b-lghwkg7mj7] {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.cp-proof-totals strong[b-lghwkg7mj7] {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
}

.cp-proof-actions[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.cp-toggle-raiox[b-lghwkg7mj7] {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
}

.cp-analysis-panel[b-lghwkg7mj7] {
    position: relative;
    z-index: 1;
    padding: 0 0 20px;
}

.cp-analysis-grid[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0 20px;
}

.cp-analysis-card[b-lghwkg7mj7] {
    padding: 18px;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.cp-analysis-card h3[b-lghwkg7mj7],
.cp-analysis-bncc h3[b-lghwkg7mj7] {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

.cp-bar-row[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: center;
}

.cp-bar-row + .cp-bar-row[b-lghwkg7mj7] {
    margin-top: 10px;
}

.cp-bar-label[b-lghwkg7mj7],
.cp-bar-value[b-lghwkg7mj7] {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.cp-bar-track[b-lghwkg7mj7] {
    height: 10px;
    border-radius: 999px;
    background: #ede9fe;
    overflow: hidden;
}

.cp-bar-fill[b-lghwkg7mj7] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
    transition: width 0.3s ease;
}

.cp-w-0[b-lghwkg7mj7] { width: 0; }
.cp-w-10[b-lghwkg7mj7] { width: 10%; }
.cp-w-20[b-lghwkg7mj7] { width: 20%; }
.cp-w-30[b-lghwkg7mj7] { width: 30%; }
.cp-w-40[b-lghwkg7mj7] { width: 40%; }
.cp-w-50[b-lghwkg7mj7] { width: 50%; }
.cp-w-60[b-lghwkg7mj7] { width: 60%; }
.cp-w-70[b-lghwkg7mj7] { width: 70%; }
.cp-w-80[b-lghwkg7mj7] { width: 80%; }
.cp-w-90[b-lghwkg7mj7] { width: 90%; }
.cp-w-100[b-lghwkg7mj7] { width: 100%; }

.cp-analysis-bncc[b-lghwkg7mj7] {
    margin: 16px 20px 0;
    padding: 18px;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.cp-analysis-empty[b-lghwkg7mj7] {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.cp-filter-panel[b-lghwkg7mj7]::-webkit-scrollbar,
.cp-proof-panel[b-lghwkg7mj7]::-webkit-scrollbar,
.cp-proof-list[b-lghwkg7mj7]::-webkit-scrollbar {
    width: 10px;
}

.cp-filter-panel[b-lghwkg7mj7]::-webkit-scrollbar-track,
.cp-proof-panel[b-lghwkg7mj7]::-webkit-scrollbar-track,
.cp-proof-list[b-lghwkg7mj7]::-webkit-scrollbar-track {
    background: rgba(237, 233, 254, 0.45);
    border-radius: 999px;
}

.cp-filter-panel[b-lghwkg7mj7]::-webkit-scrollbar-thumb,
.cp-proof-panel[b-lghwkg7mj7]::-webkit-scrollbar-thumb,
.cp-proof-list[b-lghwkg7mj7]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #8b5cf6, #6366f1);
    border-radius: 999px;
}

@media (max-width: 1500px) {
    .cp-workspace[b-lghwkg7mj7] {
        grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.3fr);
    }

    .cp-side-right[b-lghwkg7mj7] {
        grid-column: 1 / -1;
    }

    .cp-proof-panel[b-lghwkg7mj7] {
        position: static;
        max-height: none;
    }

    .cp-analysis-grid[b-lghwkg7mj7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1040px) {
    .cp-page[b-lghwkg7mj7]::before {
        inset: 70px 0 0 86px;
    }
}

@media (max-width: 980px) {
    .cp-page[b-lghwkg7mj7]::before {
        inset: 70px 0 0 0;
    }

    .cp-hero[b-lghwkg7mj7] {
        flex-direction: column;
    }

    .cp-hero-metrics[b-lghwkg7mj7] {
        grid-template-columns: 1fr;
    }

    .cp-mobile-bar[b-lghwkg7mj7] {
        display: flex;
    }

    .cp-workspace[b-lghwkg7mj7] {
        grid-template-columns: 1fr;
    }

    .cp-side-left[b-lghwkg7mj7],
    .cp-side-right[b-lghwkg7mj7] {
        display: none;
    }

    .cp-side-left.is-open[b-lghwkg7mj7],
    .cp-side-right.is-open[b-lghwkg7mj7] {
        display: block;
    }

    .cp-filter-panel[b-lghwkg7mj7],
    .cp-proof-panel[b-lghwkg7mj7] {
        position: static;
        max-height: none;
    }

    .cp-two-col[b-lghwkg7mj7],
    .cp-type-grid[b-lghwkg7mj7],
    .cp-feed-stats[b-lghwkg7mj7],
    .cp-proof-actions[b-lghwkg7mj7],
    .cp-proof-totals[b-lghwkg7mj7] {
        grid-template-columns: 1fr;
    }

    .cp-result-head[b-lghwkg7mj7],
    .cp-panel-head[b-lghwkg7mj7],
    .cp-proof-head[b-lghwkg7mj7],
    .cp-analysis-head[b-lghwkg7mj7],
    .cp-panel-head-feed[b-lghwkg7mj7] {
        flex-direction: column;
    }

    .cp-context-pills[b-lghwkg7mj7] {
        justify-content: start;
    }
}

/* ==================== Raio-X da questao (modal) ==================== */
.cp-rx-overlay[b-lghwkg7mj7] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(4px);
    animation: cpRxFade-b-lghwkg7mj7 .18s ease both;
}

@keyframes cpRxFade-b-lghwkg7mj7 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.cp-rx-modal[b-lghwkg7mj7] {
    width: min(760px, 100%);
    max-height: 88vh;
    overflow-y: auto;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(15, 23, 42, .45);
    animation: cpRxSubir-b-lghwkg7mj7 .22s ease both;
}

@keyframes cpRxSubir-b-lghwkg7mj7 {
    from { opacity: 0; transform: translateY(16px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.cp-rx-head[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.cp-rx-head h2[b-lghwkg7mj7] {
    margin: 2px 0 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
}

.cp-rx-enunciado[b-lghwkg7mj7] {
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: .92rem;
    line-height: 1.55;
}

.cp-rx-badges[b-lghwkg7mj7] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.cp-rx-grid[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 9px;
    margin-bottom: 14px;
}

.cp-rx-item[b-lghwkg7mj7] {
    padding: 10px 13px;
    border-radius: 11px;
    border: 1px solid #eef2f7;
    background: #fff;
    display: grid;
    gap: 2px;
}

.cp-rx-item span[b-lghwkg7mj7] {
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.cp-rx-item strong[b-lghwkg7mj7] {
    color: #0f172a;
    font-size: .86rem;
    font-weight: 800;
}

.cp-rx-bloco[b-lghwkg7mj7] {
    margin-bottom: 12px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f5f3ff;
    border: 1px solid #ede9fe;
}

.cp-rx-bloco > span[b-lghwkg7mj7] {
    display: block;
    margin-bottom: 5px;
    color: #6d28d9;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.cp-rx-bloco p[b-lghwkg7mj7] {
    margin: 0;
    color: #334155;
    font-size: .88rem;
    line-height: 1.5;
}

.cp-rx-alt[b-lghwkg7mj7] {
    margin-top: 8px;
    padding: 10px 13px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.cp-rx-alt.correta[b-lghwkg7mj7] {
    border-color: #a7f3d0;
    background: #ecfdf5;
}

.cp-rx-alt-txt[b-lghwkg7mj7] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1e293b;
    font-size: .88rem;
}

.cp-rx-alt.correta .cp-rx-alt-txt i[b-lghwkg7mj7] { color: #059669; margin-top: 2px; }

.cp-rx-alt small[b-lghwkg7mj7] {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: .78rem;
}

/* ===== BNCC rápido (auto-preenche série+matéria) ===== */
.cp-bncc-rapido[b-lghwkg7mj7] {
    display: flex;
    gap: 8px;
}

.cp-bncc-rapido .cp-input[b-lghwkg7mj7] {
    flex: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
}

.cp-bncc-rapido .cp-chip[b-lghwkg7mj7] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ===== prova montada: reordenar + pontuar ===== */
.cp-proof-move[b-lghwkg7mj7] {
    display: grid;
    justify-items: center;
    gap: 1px;
}

.cp-move-btn[b-lghwkg7mj7] {
    width: 22px;
    height: 16px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #94a3b8;
    font-size: .7rem;
    transition: color .12s ease, background-color .12s ease;
}

.cp-move-btn:hover:not(:disabled)[b-lghwkg7mj7] { color: #4f46e5; background: #eef2ff; }
.cp-move-btn:disabled[b-lghwkg7mj7] { opacity: .25; }

.cp-proof-valor[b-lghwkg7mj7] {
    width: 58px;
    height: 34px;
    padding: 0 6px;
    border: 2px solid #e2e8f0;
    border-radius: 9px;
    text-align: center;
    font: inherit;
    font-weight: 800;
    color: #0f172a;
    outline: none;
}

.cp-proof-valor:focus[b-lghwkg7mj7] { border-color: #7c3aed; }

/* ===== toggle "só com imagem" ===== */
.cp-switch-img[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 13px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
    color: #64748b;
    font-size: .84rem;
    font-weight: 750;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.cp-switch-img input[b-lghwkg7mj7] { width: 17px; height: 17px; accent-color: #7c3aed; }
.cp-switch-img.is-on[b-lghwkg7mj7] { border-color: #c4b5fd; background: #f5f3ff; color: #6d28d9; }

/* ===== slider de dificuldade ===== */
.cp-dif-slider[b-lghwkg7mj7] {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
}

.cp-dif-emoji[b-lghwkg7mj7] { font-size: 1.35rem; text-align: center; }

.cp-dif-slider input[type="range"][b-lghwkg7mj7] {
    width: 100%;
    accent-color: #7c3aed;
    cursor: pointer;
}

.cp-dif-marcas[b-lghwkg7mj7] {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 800;
}

/* chips com miniatura (matéria/tema/assunto — paridade com o combo do site atual) */
.cp-chip-img[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cp-chip-img img[b-lghwkg7mj7] {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: cover;
}

/* ===== combo BNCC com lista e ícones ===== */
.cp-bncc-combo[b-lghwkg7mj7] { position: relative; }

.cp-bncc-campo[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cp-bncc-campo > i[b-lghwkg7mj7] { color: #7c3aed; }
.cp-bncc-campo input[b-lghwkg7mj7] { flex: 1; min-width: 0; }

.cp-bncc-lista[b-lghwkg7mj7] {
    position: absolute;
    inset: calc(100% + 6px) 0 auto 0;
    z-index: 35;
    max-height: 340px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
}

.cp-bncc-item[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    text-align: left;
    transition: background-color .12s ease;
}

.cp-bncc-item:hover[b-lghwkg7mj7] { background: #f5f3ff; }

.cp-bncc-item img[b-lghwkg7mj7],
.cp-bncc-ph[b-lghwkg7mj7] {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    object-fit: cover;
}

.cp-bncc-ph[b-lghwkg7mj7] {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef2ff, #f5f3ff);
    color: #7c3aed;
}

.cp-bncc-textos[b-lghwkg7mj7] { flex: 1; min-width: 0; display: grid; }
.cp-bncc-textos strong[b-lghwkg7mj7] { color: #0f172a; font-size: .84rem; }
.cp-bncc-textos small[b-lghwkg7mj7] {
    color: #64748b;
    font-size: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp-bncc-item em[b-lghwkg7mj7] {
    flex: 0 0 auto;
    font-style: normal;
    font-size: .7rem;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
}

/* ===== Filtros Avançados retrátil ===== */
.cp-avancados[b-lghwkg7mj7] {
    border: 1px dashed #c4b5fd;
    border-radius: 12px;
    background: #faf9ff;
}

.cp-avancados summary[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    cursor: pointer;
    list-style: none;
    color: #6d28d9;
    font-size: .84rem;
    font-weight: 900;
}

.cp-avancados summary[b-lghwkg7mj7]::-webkit-details-marker { display: none; }

.cp-avancados summary em[b-lghwkg7mj7] {
    margin-left: auto;
    font-style: normal;
    font-size: .7rem;
    font-weight: 800;
    padding: 2px 9px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
}

.cp-avancados-seta[b-lghwkg7mj7] { transition: transform .18s ease; }
.cp-avancados[open] .cp-avancados-seta[b-lghwkg7mj7] { transform: rotate(180deg); }

.cp-avancados-corpo[b-lghwkg7mj7] { padding: 4px 14px 14px; }

/* ordenar do feed */
.cp-result-tools[b-lghwkg7mj7] { display: flex; align-items: center; gap: 10px; }
.cp-ordenar[b-lghwkg7mj7] {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    font: inherit;
    font-size: .8rem;
    font-weight: 700;
    color: #334155;
}

/* ===== paridade 03/07: loading em etapas, chips ativos, favoritas, cota, olho ===== */
.cp-loading-steps[b-lghwkg7mj7] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 16px;
    border: 1px dashed #c4b5fd;
    border-radius: 14px;
    background: #faf9ff;
    margin-bottom: 14px;
}

.cp-step[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #eef2f7;
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 800;
}

.cp-step.on[b-lghwkg7mj7] { background: linear-gradient(135deg, #3b82f6, #7c3aed); color: #fff; animation: cpPulse-b-lghwkg7mj7 1.2s ease infinite; }
.cp-step.done[b-lghwkg7mj7] { background: #dcfce7; color: #15803d; animation: none; }

@keyframes cpPulse-b-lghwkg7mj7 { 0%,100% { opacity: 1; } 50% { opacity: .65; } }

.cp-cancelar[b-lghwkg7mj7] { margin-left: auto; }

.cp-chips-ativos[b-lghwkg7mj7] { display: flex; gap: 6px; flex-wrap: wrap; }

.cp-chips-ativos em[b-lghwkg7mj7] {
    padding: 3px 10px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
    font-size: .7rem;
    font-style: normal;
    font-weight: 800;
}

.cp-empty-acoes[b-lghwkg7mj7] { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }

.cp-fav[b-lghwkg7mj7] { color: #94a3b8; }
.cp-fav.is-fav[b-lghwkg7mj7] { color: #f59e0b; }

.cp-btn-limpar[b-lghwkg7mj7] { width: 100%; justify-content: center; }

.cp-olho-certa[b-lghwkg7mj7] {
    margin-left: 8px;
    font-style: normal;
    font-size: .72rem;
    font-weight: 900;
    color: #15803d;
}

.cp-olho-modelo[b-lghwkg7mj7] { background: #fefce8; border: 1px solid #fde68a; border-radius: 12px; padding: 12px; }

.cp-cota-modal[b-lghwkg7mj7] { text-align: center; padding: 26px; max-width: 460px; }

.cp-cota-icone[b-lghwkg7mj7] {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-size: 1.5rem;
}

.cp-cota-modal h2[b-lghwkg7mj7] { margin: 0 0 8px; font-size: 1.15rem; color: #0f172a; }
.cp-cota-modal p[b-lghwkg7mj7] { color: #475569; font-size: .88rem; line-height: 1.5; }
.cp-cota-acoes[b-lghwkg7mj7] { display: flex; gap: 10px; justify-content: center; margin-top: 14px; }

/* chips BNCC múltiplos */
.cp-bncc-chips[b-lghwkg7mj7] { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }

.cp-bncc-chips span[b-lghwkg7mj7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.cp-bncc-chips button[b-lghwkg7mj7] {
    border: 0;
    background: rgba(255,255,255,.25);
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    font-size: .6rem;
}
/* /Components/Pages/DetectorIa.razor.rz.scp.css */
.det-page[b-yly5w7bt7g] { display: grid; gap: 14px; }
.det-hero[b-yly5w7bt7g] { padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(440px 180px at 100% -30%, rgba(255,255,255,.30), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67,56,202,.22); }
.kicker[b-yly5w7bt7g] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.det-hero h1[b-yly5w7bt7g] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.det-hero p[b-yly5w7bt7g] { margin: 8px 0 0; color: rgba(255,255,255,.9); }
.det-grid[b-yly5w7bt7g] { display: grid; grid-template-columns: 420px minmax(0,1fr); gap: 14px; align-items: start; }
.input-panel[b-yly5w7bt7g], .result-panel[b-yly5w7bt7g], .empty[b-yly5w7bt7g] { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.06); }
.input-panel[b-yly5w7bt7g], .result-panel[b-yly5w7bt7g] { padding: 16px; }
label[b-yly5w7bt7g] { display: block; margin-bottom: 10px; }
label span[b-yly5w7bt7g] { display: block; margin-bottom: 6px; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
input[b-yly5w7bt7g], textarea[b-yly5w7bt7g] { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #dbe4ef; border-radius: 10px; }
textarea[b-yly5w7bt7g] { min-height: 360px; resize: vertical; }
button[b-yly5w7bt7g] { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); font-weight: 900; }
.det-msg[b-yly5w7bt7g] { margin-top: 10px; padding: 10px; border: 1px solid #fecaca; border-radius: 10px; color: #991b1b; background: #fef2f2; font-weight: 800; }
.score[b-yly5w7bt7g] { padding: 16px; border-radius: 14px; background: #f8fafc; }
.score span[b-yly5w7bt7g] { display: block; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.score strong[b-yly5w7bt7g] { display: block; margin: 6px 0; color: #0f172a; font-size: 2.5rem; font-weight: 900; }
.scorebar[b-yly5w7bt7g] { display: block; height: 9px; border-radius: 999px; background: linear-gradient(90deg, #10b981, #f59e0b, #ef4444); }
.w-0[b-yly5w7bt7g]{width:0}.w-10[b-yly5w7bt7g]{width:10%}.w-20[b-yly5w7bt7g]{width:20%}.w-30[b-yly5w7bt7g]{width:30%}.w-40[b-yly5w7bt7g]{width:40%}.w-50[b-yly5w7bt7g]{width:50%}.w-60[b-yly5w7bt7g]{width:60%}.w-70[b-yly5w7bt7g]{width:70%}.w-80[b-yly5w7bt7g]{width:80%}.w-90[b-yly5w7bt7g]{width:90%}.w-100[b-yly5w7bt7g]{width:100%}
.just[b-yly5w7bt7g] { color: #334155; line-height: 1.55; }
.lists[b-yly5w7bt7g] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.lists div[b-yly5w7bt7g], .sentences div[b-yly5w7bt7g] { border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; background: #f8fafc; }
h2[b-yly5w7bt7g] { margin: 0 0 8px; color: #0f172a; font-size: 1rem; font-weight: 900; }
.lists p[b-yly5w7bt7g] { margin: 0 0 6px; color: #334155; font-size: 13px; }
.sentences[b-yly5w7bt7g] { display: grid; gap: 8px; margin-top: 12px; }
.sentences b[b-yly5w7bt7g], .sentences span[b-yly5w7bt7g], .sentences small[b-yly5w7bt7g] { display: block; }
.sentences b[b-yly5w7bt7g] { color: #4338ca; }
.sentences small[b-yly5w7bt7g] { margin-top: 5px; color: #64748b; }
.empty[b-yly5w7bt7g] { min-height: 460px; display: grid; place-items: center; gap: 8px; text-align: center; color: #64748b; }
.empty i[b-yly5w7bt7g] { font-size: 36px; color: #818cf8; }
.empty strong[b-yly5w7bt7g] { color: #0f172a; }
@media (max-width: 1100px){ .det-grid[b-yly5w7bt7g], .lists[b-yly5w7bt7g] { grid-template-columns: 1fr; } }

/* contador de texto */
.det-contador[b-yly5w7bt7g] {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #15803d;
    font-size: .8rem;
    font-weight: 700;
}

.det-contador.curto[b-yly5w7bt7g] { color: #b45309; }
/* /Components/Pages/EsqueciSenha.razor.rz.scp.css */
.es-wrap[b-25cuy8gd8k] {
    min-height: 60vh;
    display: grid;
    place-items: center;
    padding: 24px 16px;
}

.es-card[b-25cuy8gd8k] {
    width: min(520px, 100%);
    display: grid;
    gap: 14px;
    padding: 30px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .1);
    text-align: center;
}

.es-icone[b-25cuy8gd8k] {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 18px;
    color: #fff;
    font-size: 1.6rem;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.es-card h1[b-25cuy8gd8k] { margin: 0; color: #0f172a; font-size: 1.35rem; font-weight: 950; }
.es-card > p[b-25cuy8gd8k] { margin: 0; color: #475569; font-size: .9rem; line-height: 1.5; }

.es-opcoes[b-25cuy8gd8k] { display: grid; gap: 10px; text-align: left; }

.es-opcao[b-25cuy8gd8k] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid #eef2f7;
    border-radius: 13px;
    background: #f8fafc;
    text-decoration: none;
    transition: border-color .14s ease;
}

a.es-opcao:hover[b-25cuy8gd8k] { border-color: #a5b4fc; }

.es-opcao i[b-25cuy8gd8k] { font-size: 1.15rem; color: #7c3aed; margin-top: 2px; }
.es-opcao div[b-25cuy8gd8k] { display: grid; gap: 2px; }
.es-opcao strong[b-25cuy8gd8k] { color: #0f172a; font-size: .88rem; }
.es-opcao span[b-25cuy8gd8k] { color: #64748b; font-size: .8rem; line-height: 1.4; }

.es-voltar[b-25cuy8gd8k] {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #4f46e5;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}
/* /Components/Pages/Favoritas.razor.rz.scp.css */
.fv-page[b-zw44txs7gj] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.fv-hero[b-zw44txs7gj] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 340px;
    gap: 18px;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(420px 180px at 92% -24%, rgba(255, 255, 255, 0.32), transparent 58%),
        linear-gradient(125deg, #7c3aed 0%, #4f46e5 50%, #ec4899 100%);
    box-shadow: 0 28px 62px rgba(91, 62, 234, 0.22);
    overflow: hidden;
    position: relative;
}

.fv-hero[b-zw44txs7gj]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
}

.fv-hero-copy[b-zw44txs7gj],
.fv-focus-card[b-zw44txs7gj] {
    position: relative;
    z-index: 1;
}

.fv-kicker[b-zw44txs7gj],
.fv-eyebrow[b-zw44txs7gj] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fv-kicker[b-zw44txs7gj] {
    color: rgba(255, 255, 255, 0.76);
}

.fv-eyebrow[b-zw44txs7gj] {
    color: #6d28d9;
}

.fv-hero h1[b-zw44txs7gj],
.fv-results-head h2[b-zw44txs7gj],
.fv-empty h3[b-zw44txs7gj] {
    margin: 8px 0 0;
    letter-spacing: 0;
}

.fv-hero h1[b-zw44txs7gj] {
    max-width: 620px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.02;
}

.fv-hero p[b-zw44txs7gj],
.fv-results-head p[b-zw44txs7gj],
.fv-empty p[b-zw44txs7gj] {
    margin: 12px 0 0;
    line-height: 1.62;
}

.fv-hero p[b-zw44txs7gj] {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.fv-actions[b-zw44txs7gj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.fv-btn[b-zw44txs7gj],
.fv-link[b-zw44txs7gj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.fv-btn:hover[b-zw44txs7gj],
.fv-link:hover[b-zw44txs7gj] {
    transform: translateY(-1px);
}

.fv-btn-primary[b-zw44txs7gj] {
    border: 0;
    color: #1f1750;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 12, 50, 0.2);
}

.fv-btn-secondary[b-zw44txs7gj],
.fv-link[b-zw44txs7gj] {
    border: 1px solid #ddd6fe;
    color: #4338ca;
    background: rgba(255, 255, 255, 0.94);
}

.fv-focus-card[b-zw44txs7gj],
.fv-stat-card[b-zw44txs7gj],
.fv-toolbar[b-zw44txs7gj],
.fv-results[b-zw44txs7gj] {
    border: 1px solid rgba(139, 92, 246, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(40, 30, 90, 0.08);
}

.fv-focus-card[b-zw44txs7gj] {
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.fv-focus-card span[b-zw44txs7gj],
.fv-focus-card p[b-zw44txs7gj],
.fv-focus-card li[b-zw44txs7gj] {
    color: rgba(255, 255, 255, 0.82);
}

.fv-focus-card span[b-zw44txs7gj] {
    display: block;
    font-size: 12px;
    font-weight: 800;
}

.fv-focus-card strong[b-zw44txs7gj] {
    display: block;
    margin: 10px 0 8px;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.fv-focus-card p[b-zw44txs7gj] {
    font-size: 13px;
}

.fv-focus-card ul[b-zw44txs7gj] {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.fv-focus-card li[b-zw44txs7gj] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
}

.fv-stats[b-zw44txs7gj] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fv-stat-card[b-zw44txs7gj] {
    padding: 18px;
}

.fv-stat-card span[b-zw44txs7gj],
.fv-stat-card small[b-zw44txs7gj] {
    display: block;
}

.fv-stat-card span[b-zw44txs7gj] {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.fv-stat-card strong[b-zw44txs7gj] {
    display: block;
    margin: 10px 0 4px;
    color: #7c3aed;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.fv-stat-card small[b-zw44txs7gj] {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.fv-toolbar[b-zw44txs7gj] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto auto;
    gap: 14px;
    padding: 18px;
}

.fv-search[b-zw44txs7gj] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #fff;
}

.fv-search i[b-zw44txs7gj] {
    color: #7c3aed;
    font-size: 16px;
}

.fv-search input[b-zw44txs7gj],
.fv-selects select[b-zw44txs7gj] {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    font: inherit;
}

.fv-search input:focus[b-zw44txs7gj],
.fv-selects select:focus[b-zw44txs7gj] {
    outline: none;
}

.fv-selects[b-zw44txs7gj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px;
}

.fv-selects label[b-zw44txs7gj] {
    display: block;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #fff;
}

.fv-selects span[b-zw44txs7gj] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.fv-segment[b-zw44txs7gj] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 14px;
    background: #f5f3ff;
}

.fv-segment button[b-zw44txs7gj] {
    min-width: 88px;
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.fv-segment button.is-on[b-zw44txs7gj] {
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 18px rgba(99, 102, 241, 0.12);
}

.fv-results[b-zw44txs7gj] {
    padding: 20px;
}

.fv-results-head[b-zw44txs7gj],
.fv-head-actions[b-zw44txs7gj] {
    display: flex;
    gap: 16px;
}

.fv-results-head[b-zw44txs7gj] {
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.fv-results-head h2[b-zw44txs7gj] {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 900;
}

.fv-results-head p[b-zw44txs7gj] {
    max-width: 760px;
    color: #64748b;
    font-size: 13px;
}

.fv-head-actions[b-zw44txs7gj] {
    align-items: center;
}

.fv-pill[b-zw44txs7gj] {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 13px;
    color: #7c3aed;
    background: #f5f3ff;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.fv-grid[b-zw44txs7gj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fv-grid-item[b-zw44txs7gj] {
    min-width: 0;
}

.fv-empty[b-zw44txs7gj] {
    padding: 42px 24px;
    border: 1px dashed #c4b5fd;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf9ff, #fff);
    text-align: center;
}

.fv-empty-icon[b-zw44txs7gj] {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 18px;
    background: #f5f3ff;
    color: #7c3aed;
    font-size: 28px;
}

.fv-empty h3[b-zw44txs7gj] {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

.fv-empty p[b-zw44txs7gj] {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #64748b;
    font-size: 14px;
}

.fv-empty .fv-btn[b-zw44txs7gj] {
    margin-top: 18px;
}

@media (max-width: 1220px) {
    .fv-hero[b-zw44txs7gj],
    .fv-toolbar[b-zw44txs7gj] {
        grid-template-columns: 1fr;
    }

    .fv-stats[b-zw44txs7gj],
    .fv-grid[b-zw44txs7gj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .fv-hero[b-zw44txs7gj],
    .fv-results[b-zw44txs7gj] {
        padding: 22px;
    }

    .fv-stats[b-zw44txs7gj],
    .fv-grid[b-zw44txs7gj],
    .fv-selects[b-zw44txs7gj] {
        grid-template-columns: 1fr;
    }

    .fv-results-head[b-zw44txs7gj],
    .fv-head-actions[b-zw44txs7gj] {
        flex-direction: column;
        align-items: start;
    }

    .fv-segment[b-zw44txs7gj] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/FeedbackAdmin.razor.rz.scp.css */
.fba-page[b-3teb29t4f2] { display: grid; gap: 16px; }

.fba-hero[b-3teb29t4f2] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 24px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #101736, #1e1b4b 55%, #4c1d95);
}

.fba-hero .kicker[b-3teb29t4f2] {
    display: block;
    margin-bottom: 4px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .75;
}

.fba-hero h1[b-3teb29t4f2] { margin: 0 0 4px; font-size: 1.4rem; font-weight: 950; }
.fba-hero p[b-3teb29t4f2] { margin: 0; font-size: .86rem; opacity: .8; }

.fba-novos[b-3teb29t4f2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-size: .82rem;
    font-weight: 800;
}

.fba-msg[b-3teb29t4f2] { padding: 10px 14px; border-radius: 11px; font-size: .85rem; font-weight: 700; }
.fba-msg.ok[b-3teb29t4f2] { background: #dcfce7; color: #15803d; }
.fba-msg.err[b-3teb29t4f2] { background: #fef2f2; color: #b91c1c; }

.fba-filtros[b-3teb29t4f2] { display: grid; gap: 8px; }
.fba-chips[b-3teb29t4f2] { display: flex; gap: 7px; flex-wrap: wrap; }

.fba-chips button[b-3teb29t4f2] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: .78rem;
    font-weight: 800;
}

.fba-chips button.on[b-3teb29t4f2] {
    border-color: transparent;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
}

.fba-lista[b-3teb29t4f2] { display: grid; gap: 10px; }

.fba-vazio[b-3teb29t4f2] {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 40px;
    border: 1px dashed #dbe4ef;
    border-radius: 14px;
    color: #64748b;
}

.fba-lista article[b-3teb29t4f2] {
    display: grid;
    gap: 8px;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.fba-lista article.nao-lido[b-3teb29t4f2] { border-left: 4px solid #7c3aed; background: #faf9ff; }
.fba-lista article.aberto[b-3teb29t4f2] { box-shadow: 0 12px 32px rgba(79, 70, 229, .12); }

.fba-item-cab[b-3teb29t4f2] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.fba-item-cab em[b-3teb29t4f2] {
    flex: 0 0 auto;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-style: normal;
    font-weight: 900;
    color: #fff;
}

.fba-item-cab em.t1[b-3teb29t4f2] { background: #2563eb; }
.fba-item-cab em.t2[b-3teb29t4f2] { background: #d97706; }
.fba-item-cab em.t3[b-3teb29t4f2] { background: #dc2626; }

.fba-item-quem[b-3teb29t4f2] { flex: 1; display: grid; min-width: 0; }
.fba-item-quem strong[b-3teb29t4f2] { color: #0f172a; font-size: .88rem; }
.fba-item-quem small[b-3teb29t4f2] { color: #94a3b8; font-size: .72rem; }

.fba-status[b-3teb29t4f2] {
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
}

.fba-status.s1[b-3teb29t4f2] { background: #fef3c7; color: #92400e; }
.fba-status.s2[b-3teb29t4f2] { background: #dcfce7; color: #15803d; }
.fba-status.s3[b-3teb29t4f2] { background: #e2e8f0; color: #475569; }

.fba-qtd[b-3teb29t4f2] { color: #7c3aed; font-size: .74rem; font-weight: 900; }

.fba-mensagem[b-3teb29t4f2] { margin: 0; color: #334155; font-size: .86rem; line-height: 1.5; }

.fba-detalhe[b-3teb29t4f2] { display: grid; gap: 9px; padding-top: 4px; border-top: 1px solid #f1f5f9; }

.fba-resp-antiga[b-3teb29t4f2] {
    display: grid;
    gap: 3px;
    padding: 9px 12px;
    border-radius: 10px;
    background: #eef2ff;
}

.fba-resp-antiga strong[b-3teb29t4f2] { color: #3730a3; font-size: .75rem; }
.fba-resp-antiga span[b-3teb29t4f2] { color: #334155; font-size: .82rem; }

.fba-detalhe textarea[b-3teb29t4f2] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 11px;
    font: inherit;
    resize: vertical;
}

.fba-acoes[b-3teb29t4f2] { display: flex; gap: 9px; flex-wrap: wrap; }

.fba-btn[b-3teb29t4f2] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.fba-btn:disabled[b-3teb29t4f2] { opacity: .5; }

.fba-btn.secundario[b-3teb29t4f2] { background: #fff; color: #475569; border: 1px solid #dbe4ef; }
/* /Components/Pages/GabaritoProva.razor.rz.scp.css */
.gb-page[b-rwbx5x5nd8] {
    display: grid;
    gap: 12px;
}

.gb-head[b-rwbx5x5nd8] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(280px 120px at 95% -20%, rgba(255, 255, 255, 0.28), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.gb-head span[b-rwbx5x5nd8] {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.gb-head h1[b-rwbx5x5nd8] {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 900;
}

.gb-head p[b-rwbx5x5nd8] {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.gb-head-actions[b-rwbx5x5nd8] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gb-btn[b-rwbx5x5nd8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.gb-btn.ghost[b-rwbx5x5nd8] {
    background: transparent;
}

.gb-alert[b-rwbx5x5nd8],
.gb-empty[b-rwbx5x5nd8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 90px;
    border-radius: 14px;
}

.gb-alert[b-rwbx5x5nd8] {
    border: 1px solid #fecaca;
    color: #991b1b;
    background: #fef2f2;
    font-size: 14px;
    font-weight: 700;
}

.gb-empty[b-rwbx5x5nd8] {
    border: 1px dashed #cbd5e1;
    color: #64748b;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gb-grid[b-rwbx5x5nd8] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.gb-item[b-rwbx5x5nd8] {
    display: grid;
    place-items: center;
    gap: 4px;
    min-height: 108px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.gb-item small[b-rwbx5x5nd8] {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.gb-item strong[b-rwbx5x5nd8] {
    color: #111827;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.gb-item span[b-rwbx5x5nd8] {
    color: #4338ca;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .gb-grid[b-rwbx5x5nd8] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .gb-head[b-rwbx5x5nd8] {
        flex-direction: column;
        align-items: start;
    }

    .gb-grid[b-rwbx5x5nd8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/GestaoTurmas.razor.rz.scp.css */
.turmas-page[b-4f8mvyyvg3] {
    display: grid;
    gap: 14px;
    padding-bottom: 20px;
    color: #0f172a;
}

.turmas-hero[b-4f8mvyyvg3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(79, 70, 229, .18);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .04), rgba(15, 23, 42, 0)),
        linear-gradient(135deg, #4f46e5 0%, #4338ca 58%, #0f766e 100%);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
}

.hero-copy[b-4f8mvyyvg3] {
    display: grid;
    gap: 6px;
}

.kicker[b-4f8mvyyvg3],
.eyebrow[b-4f8mvyyvg3] {
    color: inherit;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kicker[b-4f8mvyyvg3] {
    opacity: .82;
}

.turmas-hero h1[b-4f8mvyyvg3],
.panel-title h2[b-4f8mvyyvg3],
.detail-head h2[b-4f8mvyyvg3] {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
}

.turmas-hero h1[b-4f8mvyyvg3] {
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
}

.turmas-hero p[b-4f8mvyyvg3] {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
}

.hero-actions[b-4f8mvyyvg3],
.tabs[b-4f8mvyyvg3],
.materia-add[b-4f8mvyyvg3],
.turma-card-top[b-4f8mvyyvg3],
.panel-title[b-4f8mvyyvg3],
.detail-head[b-4f8mvyyvg3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-actions[b-4f8mvyyvg3] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero-btn[b-4f8mvyyvg3],
.materia-add button[b-4f8mvyyvg3],
.search-row button[b-4f8mvyyvg3],
.icon-action[b-4f8mvyyvg3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    border: 0;
    border-radius: 6px;
    font-size: .83rem;
    font-weight: 850;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.hero-btn:hover[b-4f8mvyyvg3],
.materia-add button:hover[b-4f8mvyyvg3],
.search-row button:hover[b-4f8mvyyvg3],
.icon-action:hover[b-4f8mvyyvg3] {
    transform: translateY(-1px);
}

.hero-btn.primary[b-4f8mvyyvg3] {
    color: #4338ca;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
}

.hero-btn.ghost[b-4f8mvyyvg3] {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .12);
}

.metric-strip[b-4f8mvyyvg3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.metric-strip article[b-4f8mvyyvg3],
.create-panel[b-4f8mvyyvg3],
.turmas-rail[b-4f8mvyyvg3],
.detail-panel[b-4f8mvyyvg3],
.gt-msg[b-4f8mvyyvg3] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.metric-strip article[b-4f8mvyyvg3] {
    min-height: 96px;
    display: grid;
    gap: 4px;
    padding: 14px;
}

.metric-strip span[b-4f8mvyyvg3],
.panel-title .eyebrow[b-4f8mvyyvg3],
.detail-head .eyebrow[b-4f8mvyyvg3],
label span[b-4f8mvyyvg3] {
    color: #64748b;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.metric-strip strong[b-4f8mvyyvg3] {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: clamp(1.15rem, 1.9vw, 1.6rem);
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metric-strip small[b-4f8mvyyvg3],
.turma-card span[b-4f8mvyyvg3],
.students span[b-4f8mvyyvg3],
.found-list span[b-4f8mvyyvg3],
.materia-list small[b-4f8mvyyvg3],
.detail-head p[b-4f8mvyyvg3] {
    color: #64748b;
}

.gt-msg[b-4f8mvyyvg3] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    font-weight: 750;
}

.gt-msg.ok[b-4f8mvyyvg3] {
    color: #065f46;
    border-color: #a7f3d0;
    background: #ecfdf5;
}

.gt-msg.err[b-4f8mvyyvg3] {
    color: #991b1b;
    border-color: #fecaca;
    background: #fef2f2;
}

.create-panel[b-4f8mvyyvg3],
.turmas-rail[b-4f8mvyyvg3],
.detail-panel[b-4f8mvyyvg3] {
    padding: 14px;
}

.panel-title[b-4f8mvyyvg3] {
    justify-content: space-between;
    margin-bottom: 12px;
}

.panel-title h2[b-4f8mvyyvg3],
.detail-head h2[b-4f8mvyyvg3] {
    color: #0f172a;
    font-size: 1.1rem;
}

.soft-pill[b-4f8mvyyvg3] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #0369a1;
    background: #e0f2fe;
    font-size: .78rem;
    font-weight: 800;
}

.create-grid[b-4f8mvyyvg3] {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) minmax(140px, .8fr) minmax(160px, 1fr) minmax(110px, .6fr);
    gap: 10px;
}

label[b-4f8mvyyvg3] {
    display: grid;
    gap: 6px;
}

input[b-4f8mvyyvg3],
select[b-4f8mvyyvg3] {
    width: 100%;
    min-height: 40px;
    padding: 0 11px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: .9rem;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

input:focus[b-4f8mvyyvg3],
select:focus[b-4f8mvyyvg3] {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .16);
}

.turmas-workspace[b-4f8mvyyvg3] {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.turmas-rail[b-4f8mvyyvg3] {
    position: sticky;
    top: 76px;
    display: grid;
    gap: 12px;
}

.rail-toolbar[b-4f8mvyyvg3] {
    display: grid;
    gap: 8px;
}

.rail-toolbar label[b-4f8mvyyvg3],
.search-row label[b-4f8mvyyvg3] {
    position: relative;
}

.rail-toolbar i[b-4f8mvyyvg3],
.search-row label i[b-4f8mvyyvg3] {
    position: absolute;
    left: 12px;
    top: 50%;
    color: #94a3b8;
    transform: translateY(-50%);
}

.rail-toolbar input[b-4f8mvyyvg3],
.search-row input[b-4f8mvyyvg3] {
    padding-left: 34px;
}

.rail-toolbar span[b-4f8mvyyvg3] {
    color: #64748b;
    font-size: .78rem;
    font-weight: 750;
}

.turma-list[b-4f8mvyyvg3],
.students[b-4f8mvyyvg3],
.found-list[b-4f8mvyyvg3],
.materia-list[b-4f8mvyyvg3] {
    display: grid;
    gap: 8px;
}

.turma-card[b-4f8mvyyvg3] {
    display: grid;
    gap: 7px;
    width: 100%;
    min-height: 116px;
    padding: 13px;
    text-align: left;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.turma-card:hover[b-4f8mvyyvg3],
.turma-card.active[b-4f8mvyyvg3] {
    border-color: #818cf8;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(79, 70, 229, .12);
}

.turma-card-top[b-4f8mvyyvg3] {
    justify-content: space-between;
}

.turma-card strong[b-4f8mvyyvg3] {
    color: #0f172a;
    font-size: .96rem;
    font-weight: 900;
}

.turma-card-top em[b-4f8mvyyvg3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-style: normal;
    font-weight: 900;
}

.turma-serie[b-4f8mvyyvg3],
.turma-meta[b-4f8mvyyvg3] {
    font-size: .8rem;
}

.turma-meta[b-4f8mvyyvg3] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chips[b-4f8mvyyvg3] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chips em[b-4f8mvyyvg3] {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    color: #3730a3;
    background: #e0e7ff;
    font-size: .72rem;
    font-style: normal;
    font-weight: 800;
}

.detail-panel[b-4f8mvyyvg3] {
    min-height: 520px;
}

.detail-head[b-4f8mvyyvg3] {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.detail-head p[b-4f8mvyyvg3] {
    margin: 4px 0 0;
    font-size: .86rem;
}

.detail-score[b-4f8mvyyvg3] {
    min-width: 88px;
    display: grid;
    place-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    color: #4338ca;
    background: #eef2ff;
}

.detail-score strong[b-4f8mvyyvg3] {
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
}

.detail-score span[b-4f8mvyyvg3] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 850;
}

.tabs[b-4f8mvyyvg3] {
    margin: 12px 0;
    padding: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.tabs button[b-4f8mvyyvg3] {
    flex: 1;
    min-height: 36px;
    border: 0;
    border-radius: 6px;
    color: #475569;
    background: transparent;
    font-size: .84rem;
    font-weight: 850;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.tabs button.active[b-4f8mvyyvg3] {
    color: #4338ca;
    background: #fff;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .06);
}

.tab-panel[b-4f8mvyyvg3] {
    display: grid;
    gap: 10px;
}

.student-form[b-4f8mvyyvg3] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .7fr) minmax(0, .7fr) 44px;
    gap: 8px;
}

.student-form > *[b-4f8mvyyvg3],
.search-row > *[b-4f8mvyyvg3],
.materia-add > *[b-4f8mvyyvg3] {
    min-width: 0;
}

.search-row[b-4f8mvyyvg3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 8px;
}

.search-row button[b-4f8mvyyvg3],
.materia-add button[b-4f8mvyyvg3],
.icon-action[b-4f8mvyyvg3] {
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.icon-action[b-4f8mvyyvg3] {
    width: 44px;
    padding: 0;
}

.found-list button[b-4f8mvyyvg3],
.students article[b-4f8mvyyvg3],
.materia-list article[b-4f8mvyyvg3] {
    display: grid;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.found-list button[b-4f8mvyyvg3] {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
}

.found-list button:hover[b-4f8mvyyvg3] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.found-list strong[b-4f8mvyyvg3],
.students strong[b-4f8mvyyvg3],
.materia-list strong[b-4f8mvyyvg3] {
    display: block;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 850;
}

.students article[b-4f8mvyyvg3] {
    grid-template-columns: 40px minmax(0, 1fr) 34px;
}

.avatar[b-4f8mvyyvg3],
.materia-list article > span[b-4f8mvyyvg3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0f766e 0%, #059669 100%);
    font-weight: 900;
}

.students button[b-4f8mvyyvg3],
.materia-list article button[b-4f8mvyyvg3] {
    width: 34px;
    height: 34px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    color: #991b1b;
    background: #fff;
    transition: background-color .18s ease, transform .18s ease;
}

.students button:hover[b-4f8mvyyvg3],
.materia-list article button:hover[b-4f8mvyyvg3] {
    background: #fef2f2;
    transform: translateY(-1px);
}

.materia-add[b-4f8mvyyvg3] {
    align-items: stretch;
}

.materia-add select[b-4f8mvyyvg3] {
    flex: 1;
}

.materia-list article[b-4f8mvyyvg3] {
    grid-template-columns: 42px minmax(0, 1fr) 34px;
}

.materia-list article > span[b-4f8mvyyvg3] {
    color: #4338ca;
    background: #e0e7ff;
}

.empty[b-4f8mvyyvg3] {
    min-height: 120px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 18px;
    text-align: center;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
}

.empty.big[b-4f8mvyyvg3] {
    min-height: 420px;
}

.empty.compact[b-4f8mvyyvg3] {
    min-height: 76px;
}

.empty i[b-4f8mvyyvg3] {
    color: #818cf8;
    font-size: 2rem;
}

.empty strong[b-4f8mvyyvg3] {
    color: #0f172a;
}

@media (max-width: 1180px) {
    .metric-strip[b-4f8mvyyvg3],
    .create-grid[b-4f8mvyyvg3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .turmas-workspace[b-4f8mvyyvg3],
    .student-form[b-4f8mvyyvg3] {
        grid-template-columns: 1fr;
    }

    .turmas-rail[b-4f8mvyyvg3] {
        position: static;
    }
}

@media (max-width: 720px) {
    .turmas-hero[b-4f8mvyyvg3],
    .detail-head[b-4f8mvyyvg3],
    .panel-title[b-4f8mvyyvg3],
    .materia-add[b-4f8mvyyvg3] {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions[b-4f8mvyyvg3] {
        justify-content: flex-start;
    }

    .metric-strip[b-4f8mvyyvg3],
    .create-grid[b-4f8mvyyvg3],
    .search-row[b-4f8mvyyvg3] {
        grid-template-columns: 1fr;
    }

    .tabs[b-4f8mvyyvg3] {
        flex-direction: column;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-wywis5g3vp],
.home-stats[b-wywis5g3vp],
.home-workflow[b-wywis5g3vp],
.home-features[b-wywis5g3vp] {
    position: relative;
    z-index: 1;
}

.home-hero[b-wywis5g3vp] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 340px;
    gap: 18px;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(420px 180px at 90% -30%, rgba(255, 255, 255, 0.34), transparent 58%),
        linear-gradient(120deg, #4f46e5 0%, #7c3aed 52%, #ec4899 100%);
    box-shadow: 0 28px 62px rgba(91, 62, 234, 0.22);
    overflow: hidden;
}

.home-hero[b-wywis5g3vp]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent);
    pointer-events: none;
}

.home-hero-copy[b-wywis5g3vp],
.home-hero-aside[b-wywis5g3vp] {
    position: relative;
    z-index: 1;
}

.home-kicker[b-wywis5g3vp],
.home-eyebrow[b-wywis5g3vp] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-kicker[b-wywis5g3vp] {
    color: rgba(255,255,255,.78);
}

.home-eyebrow[b-wywis5g3vp] {
    color: #6d28d9;
}

.home-hero h1[b-wywis5g3vp],
.home-section-head h2[b-wywis5g3vp] {
    margin: 8px 0 0;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
}

.home-hero h1[b-wywis5g3vp] {
    max-width: 640px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.02;
}

.home-hero p[b-wywis5g3vp] {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    line-height: 1.65;
}

.home-actions[b-wywis5g3vp] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-btn[b-wywis5g3vp] {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.home-btn:hover[b-wywis5g3vp] {
    transform: translateY(-1px);
}

.home-btn-primary[b-wywis5g3vp] {
    color: #1f1750;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 12, 50, .2);
}

.home-btn-secondary[b-wywis5g3vp] {
    color: #fff;
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}

.home-hero-aside[b-wywis5g3vp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-mini-stat[b-wywis5g3vp] {
    padding: 16px 17px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}

.home-mini-stat span[b-wywis5g3vp],
.home-mini-stat small[b-wywis5g3vp] {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 12px;
}

.home-mini-stat strong[b-wywis5g3vp] {
    display: block;
    margin: 8px 0 4px;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.home-stats[b-wywis5g3vp] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.home-stat-card[b-wywis5g3vp],
.home-step-card[b-wywis5g3vp],
.home-feature-card[b-wywis5g3vp] {
    border: 1px solid rgba(139, 92, 246, .14);
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 14px 34px rgba(40, 30, 90, .08);
}

.home-stat-card[b-wywis5g3vp] {
    padding: 18px;
}

.home-stat-card span[b-wywis5g3vp],
.home-stat-card small[b-wywis5g3vp] {
    display: block;
}

.home-stat-card span[b-wywis5g3vp] {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.home-stat-card strong[b-wywis5g3vp] {
    display: block;
    margin: 10px 0 4px;
    color: #4f46e5;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.home-stat-card small[b-wywis5g3vp] {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.home-workflow[b-wywis5g3vp],
.home-features[b-wywis5g3vp] {
    margin-top: 22px;
}

.home-section-head[b-wywis5g3vp] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 4px 14px;
}

.home-section-head h2[b-wywis5g3vp] {
    margin-top: 6px;
    font-size: 1.4rem;
}

.home-section-head a[b-wywis5g3vp] {
    color: #4f46e5;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 900;
    white-space: nowrap;
}

.home-steps[b-wywis5g3vp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-step-card[b-wywis5g3vp] {
    padding: 20px;
}

.home-step-number[b-wywis5g3vp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    color: #5b21b6;
    background: #ede9fe;
    font-size: 12px;
    font-weight: 900;
}

.home-step-card strong[b-wywis5g3vp],
.home-feature-card strong[b-wywis5g3vp] {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.home-step-card strong[b-wywis5g3vp] {
    margin-top: 14px;
}

.home-step-card p[b-wywis5g3vp],
.home-feature-card p[b-wywis5g3vp] {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.home-feature-grid[b-wywis5g3vp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-feature-card[b-wywis5g3vp] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
}

.home-feature-icon[b-wywis5g3vp] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    font-size: 1.35rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    box-shadow: 0 12px 24px rgba(99, 102, 241, .22);
}

@media (max-width: 1100px) {
    .home-hero[b-wywis5g3vp] {
        grid-template-columns: 1fr;
    }

    .home-hero-aside[b-wywis5g3vp],
    .home-stats[b-wywis5g3vp],
    .home-steps[b-wywis5g3vp],
    .home-feature-grid[b-wywis5g3vp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero-aside[b-wywis5g3vp] {
        display: grid;
    }
}

@media (max-width: 760px) {
    .home-hero[b-wywis5g3vp] {
        padding: 22px;
    }

    .home-stats[b-wywis5g3vp],
    .home-steps[b-wywis5g3vp],
    .home-feature-grid[b-wywis5g3vp] {
        grid-template-columns: 1fr;
    }

    .home-feature-card[b-wywis5g3vp] {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .home-feature-icon[b-wywis5g3vp] {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 1.15rem;
    }

    .home-section-head[b-wywis5g3vp] {
        flex-direction: column;
        align-items: start;
    }
}
/* /Components/Pages/ImprimirProva.razor.rz.scp.css */
.ip-page[b-133d8erq39] {
    display: grid;
    gap: 12px;
}

.ip-toolbar[b-133d8erq39] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 12px;
    border: 1px solid #1f2a44;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.95);
}

.ip-toolbar-main[b-133d8erq39] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ip-btn[b-133d8erq39] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #334155;
    color: #dbe7ff;
    background: #1e293b;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ip-btn:hover[b-133d8erq39] {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.ip-btn.primary[b-133d8erq39] {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.ip-btn.success[b-133d8erq39] {
    border-color: transparent;
    color: #052e22;
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.ip-btn.ghost[b-133d8erq39] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    background: transparent;
}

.ip-alert[b-133d8erq39] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
}

.ip-alert.error[b-133d8erq39] {
    border: 1px solid #fecaca;
    color: #991b1b;
    background: #fef2f2;
}

.ip-alert.ok[b-133d8erq39] {
    border: 1px solid #a7f3d0;
    color: #065f46;
    background: #ecfdf5;
}

.ip-loading[b-133d8erq39],
.ip-empty[b-133d8erq39] {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 180px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
}

.ip-empty h2[b-133d8erq39] {
    margin: 0;
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 900;
}

.ip-empty p[b-133d8erq39] {
    margin: 0;
    font-size: 14px;
}

.ip-paper[b-133d8erq39] {
    width: min(210mm, 100%);
    margin: 0 auto;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    padding: 16mm;
    color: #111827;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.ip-head[b-133d8erq39] {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #1f2937;
}

.ip-logo[b-133d8erq39] {
    width: 56px;
    height: 56px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.ip-logo img[b-133d8erq39] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ip-head-copy span[b-133d8erq39] {
    display: block;
    color: #64748b;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
}

.ip-head-copy h1[b-133d8erq39] {
    margin: 2px 0 0;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 900;
}

.ip-head-copy p[b-133d8erq39] {
    margin: 4px 0 0;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.ip-student[b-133d8erq39] {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.ip-student div[b-133d8erq39] {
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 3px;
}

.ip-student small[b-133d8erq39] {
    display: block;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
}

.ip-student span[b-133d8erq39] {
    display: block;
    height: 20px;
}

.ip-questions[b-133d8erq39] {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.ip-q[b-133d8erq39] {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    break-inside: avoid;
}

.ip-q:last-child[b-133d8erq39] {
    border-bottom: 0;
}

.ip-q-head[b-133d8erq39] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
}

.ip-q ul[b-133d8erq39] {
    margin: 8px 0 0 28px;
    padding: 0;
    list-style: none;
}

.ip-q li[b-133d8erq39] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.ip-q li.correct[b-133d8erq39] {
    margin-left: -8px;
    padding: 3px 8px;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    color: #065f46;
    background: #ecfdf5;
}

.ip-q li.exp[b-133d8erq39] {
    margin-left: 12px;
    color: #92400e;
    font-size: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 4px 8px;
}

.ip-lines[b-133d8erq39] {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.ip-lines span[b-133d8erq39] {
    display: block;
    height: 20px;
    border-bottom: 1px solid #d1d5db;
}

.ip-answer-box[b-133d8erq39] {
    margin-top: 8px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 8px;
    color: #78350f;
    background: #fffbeb;
    font-size: 12px;
}

.ip-answer-box strong[b-133d8erq39] {
    display: block;
    margin-bottom: 4px;
}

.ip-answer-box p[b-133d8erq39] {
    margin: 0;
}

@media print {
    .gp-topbar[b-133d8erq39],
    .gp-sidebar[b-133d8erq39],
    .ip-toolbar[b-133d8erq39],
    .ip-alert[b-133d8erq39] {
        display: none !important;
    }

    .gp-app-main[b-133d8erq39] {
        padding: 0 !important;
        background: #fff !important;
    }

    .ip-paper[b-133d8erq39] {
        margin: 0 !important;
        width: 210mm !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 980px) {
    .ip-student[b-133d8erq39] {
        grid-template-columns: 1fr;
    }

    .ip-paper[b-133d8erq39] {
        padding: 10mm;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-2k4c00vnjv] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    background:
        radial-gradient(circle at 90% 4%, rgba(255, 255, 255, .22), transparent 20rem),
        radial-gradient(circle at 12% 88%, rgba(245, 184, 64, .24), transparent 18rem),
        linear-gradient(135deg, #7c5cf7 0%, #5b3eea 48%, #4c30c2 100%);
    color: #fff;
    overflow: hidden;
}

.login-shell[b-2k4c00vnjv]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 56px 56px;
}

.login-story[b-2k4c00vnjv],
.login-panel[b-2k4c00vnjv] {
    position: relative;
    z-index: 1;
}

.login-story[b-2k4c00vnjv] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 44px clamp(28px, 6vw, 72px);
}

.login-brand[b-2k4c00vnjv] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 1.28rem;
    font-weight: 900;
}

.login-brand-mark[b-2k4c00vnjv] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #5b3eea;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 15, 55, .24);
    font-size: .82rem;
    font-weight: 900;
}

.login-pill[b-2k4c00vnjv] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.login-pill span[b-2k4c00vnjv] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.login-story h1[b-2k4c00vnjv] {
    max-width: 560px;
    margin: 0;
    font-size: clamp(2.45rem, 5vw, 4rem);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.045em;
}

.login-lead[b-2k4c00vnjv] {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 1.03rem;
    line-height: 1.65;
}

.login-features[b-2k4c00vnjv] {
    display: grid;
    gap: 12px;
    max-width: 540px;
}

.login-feature[b-2k4c00vnjv] {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 15px;
    background: rgba(255, 255, 255, .17);
    backdrop-filter: blur(12px);
}

.login-feature i[b-2k4c00vnjv] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 8px 18px rgba(20, 15, 55, .2);
}

.login-feature:nth-child(2) i[b-2k4c00vnjv] {
    background: linear-gradient(135deg, #a5b4fc, #8b5cf6);
}

.login-feature:nth-child(3) i[b-2k4c00vnjv] {
    background: linear-gradient(135deg, #f5b840, #e69500);
}

.login-feature strong[b-2k4c00vnjv] {
    display: block;
    font-size: .95rem;
}

.login-feature span[b-2k4c00vnjv] {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .8);
    font-size: .82rem;
}

.login-foot[b-2k4c00vnjv] {
    display: flex;
    justify-content: space-between;
    max-width: 540px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
}

.login-panel[b-2k4c00vnjv] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 34px clamp(22px, 4vw, 48px);
}

.login-card[b-2k4c00vnjv] {
    width: min(100%, 440px);
    padding: 30px;
    border-radius: 24px;
    color: #151426;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 68px rgba(18, 12, 50, .3);
    overflow: hidden;
}

.form-pill[b-2k4c00vnjv] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #3b1d8a;
    background: #ede9fe;
    font-size: .76rem;
    font-weight: 900;
}

.login-card h2[b-2k4c00vnjv] {
    margin: 0 0 4px;
    color: #111827;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.login-card h2 span[b-2k4c00vnjv] {
    color: #f5b840;
}

.form-sub[b-2k4c00vnjv] {
    margin: 0 0 20px;
    color: #7a7a90;
    font-size: .94rem;
}

.login-alert[b-2k4c00vnjv] {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #b91c1c;
    background: #fee2e2;
    font-size: .88rem;
    font-weight: 700;
}

.field[b-2k4c00vnjv] {
    margin-bottom: 14px;
}

.field label[b-2k4c00vnjv],
.label-row label[b-2k4c00vnjv] {
    margin: 0 0 7px;
    color: #151426;
    font-size: .86rem;
    font-weight: 900;
}

.label-row[b-2k4c00vnjv] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.label-row a[b-2k4c00vnjv] {
    color: #5b3eea;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.input-wrap[b-2k4c00vnjv] {
    position: relative;
}

.input-wrap i[b-2k4c00vnjv] {
    position: absolute;
    left: 14px;
    top: 50%;
    color: #5b3eea;
    transform: translateY(-50%);
}

.input-wrap[b-2k4c00vnjv]  .login-input {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 42px;
    border: 2px solid #e5e0d3;
    border-radius: 13px;
    color: #151426;
    background: #fff;
    font: inherit;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.input-wrap[b-2k4c00vnjv]  .login-input:focus {
    border-color: #5b3eea;
    box-shadow: 0 0 0 4px rgba(91, 62, 234, .15);
}

[b-2k4c00vnjv] .validation-message,
.validation-message[b-2k4c00vnjv] {
    display: block;
    margin-top: 5px;
    color: #dc2626;
    font-size: .78rem;
    font-weight: 700;
}

.keep-row[b-2k4c00vnjv] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 3px 0 16px;
    color: #4b5563;
    font-size: .86rem;
    font-weight: 700;
}

.keep-row input[b-2k4c00vnjv] {
    width: 19px;
    height: 19px;
    accent-color: #5b3eea;
}

.login-submit[b-2k4c00vnjv],
.plans-link[b-2k4c00vnjv],
.google-link[b-2k4c00vnjv] {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px;
    font-size: .95rem;
    font-weight: 900;
    text-decoration: none;
}

.login-submit[b-2k4c00vnjv] {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #5b3eea);
    box-shadow: 0 10px 24px rgba(91, 62, 234, .36);
    transition: transform .16s ease, box-shadow .16s ease;
}

.login-submit:hover[b-2k4c00vnjv] {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(91, 62, 234, .44);
}

.plans-link[b-2k4c00vnjv] {
    margin-top: 10px;
    color: #5b3eea;
    border: 2px solid #ddd6fe;
    background: #f5f3ff;
}

.divider[b-2k4c00vnjv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: #8b8799;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.divider[b-2k4c00vnjv]::before,
.divider[b-2k4c00vnjv]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e5e0d3;
}

.google-link[b-2k4c00vnjv] {
    color: #151426;
    border: 2px solid #e5e0d3;
    background: #fff;
}

.google-dot[b-2k4c00vnjv] {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: conic-gradient(#4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
    font-size: .76rem;
    font-weight: 900;
}

.create-account[b-2k4c00vnjv] {
    margin: 17px 0 0;
    padding-top: 15px;
    border-top: 1px solid #e5e0d3;
    color: #7a7a90;
    text-align: center;
    font-size: .85rem;
    font-weight: 700;
}

.create-account a[b-2k4c00vnjv] {
    color: #5b3eea;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 980px) {
    .login-shell[b-2k4c00vnjv] {
        grid-template-columns: 1fr;
        min-height: auto;
        overflow: auto;
    }

    .login-panel[b-2k4c00vnjv] {
        order: -1;
        min-height: auto;
        padding-top: 24px;
    }

    .login-story[b-2k4c00vnjv] {
        min-height: auto;
        padding-top: 18px;
    }

    .login-foot[b-2k4c00vnjv] {
        display: none;
    }
}

@media (max-width: 520px) {
    .login-panel[b-2k4c00vnjv] {
        padding: 18px;
    }

    .login-card[b-2k4c00vnjv] {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .login-story[b-2k4c00vnjv] {
        padding: 18px;
    }

    .login-story h1[b-2k4c00vnjv] {
        font-size: 2.35rem;
    }
}

/* ===== imagem do dia (TbImagemDoDia) no painel lateral ===== */
.login-img-dia[b-2k4c00vnjv] {
    margin: 18px 0 14px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
}

.login-img-dia img[b-2k4c00vnjv] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.login-img-dia figcaption[b-2k4c00vnjv] {
    display: grid;
    gap: 2px;
    padding: 10px 13px;
}

.login-img-dia strong[b-2k4c00vnjv] {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: .8rem;
}

.login-img-dia small[b-2k4c00vnjv] {
    color: rgba(255, 255, 255, .65);
    font-size: .68rem;
}
/* /Components/Pages/MeuPlano.razor.rz.scp.css */
.plano-page[b-bulf7nq2w8] { display: grid; gap: 14px; }
.plano-hero[b-bulf7nq2w8] { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(440px 180px at 100% -30%, rgba(255,255,255,.30), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67, 56, 202, .22); }
.kicker[b-bulf7nq2w8] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plano-hero h1[b-bulf7nq2w8] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.plano-hero p[b-bulf7nq2w8] { margin: 8px 0 0; color: rgba(255,255,255,.9); }
.plano-hero a[b-bulf7nq2w8] { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border-radius: 11px; color: #4338ca; background: #fff; text-decoration: none; font-weight: 900; }
.current[b-bulf7nq2w8] { display: grid; grid-template-columns: 260px 1fr; gap: 14px; padding: 16px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
.current span[b-bulf7nq2w8], .current small[b-bulf7nq2w8] { display: block; color: #64748b; font-size: 12px; font-weight: 800; }
.current strong[b-bulf7nq2w8] { display: block; margin: 6px 0; color: #0f172a; font-size: 1.7rem; font-weight: 900; }
.usage[b-bulf7nq2w8] { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.usage div[b-bulf7nq2w8] { padding: 14px; border-radius: 14px; background: #f8fafc; border: 1px solid #e2e8f0; }
.bar[b-bulf7nq2w8] { display: block; height: 8px; margin-top: 10px; border-radius: 999px; background: linear-gradient(135deg, #10b981 0%, #4f46e5 100%); }
.w-0[b-bulf7nq2w8] { width: 0; } .w-10[b-bulf7nq2w8] { width: 10%; } .w-20[b-bulf7nq2w8] { width: 20%; } .w-30[b-bulf7nq2w8] { width: 30%; } .w-40[b-bulf7nq2w8] { width: 40%; } .w-50[b-bulf7nq2w8] { width: 50%; } .w-60[b-bulf7nq2w8] { width: 60%; } .w-70[b-bulf7nq2w8] { width: 70%; } .w-80[b-bulf7nq2w8] { width: 80%; } .w-90[b-bulf7nq2w8] { width: 90%; } .w-100[b-bulf7nq2w8] { width: 100%; }
.plans[b-bulf7nq2w8] { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.plan-card[b-bulf7nq2w8] { position: relative; padding: 18px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
.plan-card.active[b-bulf7nq2w8] { border-color: #818cf8; box-shadow: 0 16px 32px rgba(79, 70, 229, .14); }
.tag[b-bulf7nq2w8] { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 999px; color: #4338ca; background: #e0e7ff; font-size: 11px; font-weight: 900; }
.plan-card h2[b-bulf7nq2w8] { margin: 12px 0 0; color: #0f172a; font-size: 1.3rem; font-weight: 900; }
.plan-card strong[b-bulf7nq2w8] { display: block; margin-top: 8px; color: #4338ca; font-size: 1.5rem; }
.plan-card p[b-bulf7nq2w8] { min-height: 42px; color: #64748b; }
.plan-card ul[b-bulf7nq2w8] { display: grid; gap: 7px; padding: 0; margin: 0; list-style: none; }
.plan-card li[b-bulf7nq2w8] { display: flex; gap: 8px; color: #334155; font-size: 13px; }
.plan-card i[b-bulf7nq2w8] { color: #10b981; }
@media (max-width: 1000px) { .current[b-bulf7nq2w8], .plans[b-bulf7nq2w8] { grid-template-columns: 1fr; } .usage[b-bulf7nq2w8] { grid-template-columns: 1fr; } .plano-hero[b-bulf7nq2w8] { flex-direction: column; align-items: start; } }
/* /Components/Pages/MinhaConta.razor.rz.scp.css */
.conta-page[b-dtsq0ox6su] { display: grid; gap: 14px; padding-bottom: 18px; }
.conta-hero[b-dtsq0ox6su] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 230px;
    gap: 16px;
    align-items: center;
    padding: 24px;
    border-radius: 20px;
    color: #fff;
    background: radial-gradient(420px 180px at 100% -30%, rgba(255,255,255,.32), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    box-shadow: 0 20px 44px rgba(67, 56, 202, .22);
}
.avatar[b-dtsq0ox6su] { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 18px; color: #4338ca; background: #fff; font-size: 2rem; font-weight: 900; }
.kicker[b-dtsq0ox6su] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.conta-hero h1[b-dtsq0ox6su] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.conta-hero p[b-dtsq0ox6su] { margin: 6px 0 0; color: rgba(255,255,255,.86); }
.plan-chip[b-dtsq0ox6su] { padding: 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.plan-chip span[b-dtsq0ox6su], .plan-chip small[b-dtsq0ox6su] { display: block; color: rgba(255,255,255,.76); font-size: 12px; }
.plan-chip strong[b-dtsq0ox6su] { display: block; margin: 6px 0; font-size: 1.3rem; }
.conta-msg[b-dtsq0ox6su], .conta-empty[b-dtsq0ox6su] { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-radius: 12px; background: #fff; border: 1px solid #e2e8f0; font-weight: 800; }
.conta-msg.ok[b-dtsq0ox6su] { color: #065f46; border-color: #a7f3d0; background: #ecfdf5; }
.conta-msg.err[b-dtsq0ox6su] { color: #991b1b; border-color: #fecaca; background: #fef2f2; }
.stats[b-dtsq0ox6su] { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.stats article[b-dtsq0ox6su], .panel[b-dtsq0ox6su] { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
.stats article[b-dtsq0ox6su] { padding: 16px; }
.stats strong[b-dtsq0ox6su] { display: block; color: #0f172a; font-size: 1.75rem; font-weight: 900; }
.stats span[b-dtsq0ox6su] { color: #64748b; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.conta-grid[b-dtsq0ox6su] { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 14px; }
.panel[b-dtsq0ox6su] { padding: 16px; }
.panel-head[b-dtsq0ox6su] { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.panel-head span[b-dtsq0ox6su] { color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.panel h2[b-dtsq0ox6su] { margin: 3px 0 0; color: #0f172a; font-size: 1.2rem; font-weight: 900; }
.panel-head button[b-dtsq0ox6su], .add-row button[b-dtsq0ox6su] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 0 13px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); font-weight: 900; }
label[b-dtsq0ox6su] { display: block; margin-bottom: 10px; }
label > span[b-dtsq0ox6su] { display: block; margin-bottom: 6px; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
input[b-dtsq0ox6su] { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid #dbe4ef; border-radius: 10px; color: #0f172a; background: #fff; }
input:disabled[b-dtsq0ox6su] { color: #64748b; background: #f8fafc; }
.status-row[b-dtsq0ox6su], .prefs[b-dtsq0ox6su] { display: flex; flex-wrap: wrap; gap: 8px; }
.badge[b-dtsq0ox6su] { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.badge.good[b-dtsq0ox6su] { color: #047857; background: #d1fae5; }
.badge.warn[b-dtsq0ox6su] { color: #a16207; background: #fef3c7; }
.school-list[b-dtsq0ox6su] { display: grid; gap: 8px; }
.school[b-dtsq0ox6su] { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid #e2e8f0; border-radius: 12px; }
.school.active[b-dtsq0ox6su] { border-color: #86efac; background: #f0fdf4; }
.school i[b-dtsq0ox6su] { color: #4338ca; font-size: 20px; }
.school strong[b-dtsq0ox6su], .school span[b-dtsq0ox6su] { display: block; }
.school span[b-dtsq0ox6su], .muted[b-dtsq0ox6su] { color: #64748b; font-size: 12px; }
.school button[b-dtsq0ox6su] { width: 30px; height: 30px; border: 1px solid #e2e8f0; border-radius: 9px; color: #991b1b; background: #fff; }
.add-row[b-dtsq0ox6su] { display: grid; grid-template-columns: 1fr 42px; gap: 8px; margin-top: 10px; }
.prefs label[b-dtsq0ox6su] { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border: 1px solid #e2e8f0; border-radius: 999px; background: #f8fafc; margin: 0; }
.prefs input[b-dtsq0ox6su] { width: 16px; min-height: 16px; accent-color: #4f46e5; }
.prefs label > span[b-dtsq0ox6su] { margin: 0; color: #334155; font-size: 12px; text-transform: none; }
@media (max-width: 1000px) { .conta-hero[b-dtsq0ox6su], .conta-grid[b-dtsq0ox6su] { grid-template-columns: 1fr; } .stats[b-dtsq0ox6su] { grid-template-columns: repeat(2, 1fr); } }
/* /Components/Pages/MinhaSenha.razor.rz.scp.css */
.senha-page[b-xhklla1da2] { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.senha-hero[b-xhklla1da2] { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(360px 160px at 100% -30%, rgba(255,255,255,.32), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67, 56, 202, .22); }
.kicker[b-xhklla1da2] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.senha-hero h1[b-xhklla1da2] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.senha-hero p[b-xhklla1da2] { margin: 8px 0 0; max-width: 520px; color: rgba(255,255,255,.9); }
.senha-hero a[b-xhklla1da2] { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 11px; color: #fff; text-decoration: none; font-weight: 900; }
.senha-msg[b-xhklla1da2] { min-height: 44px; display: flex; align-items: center; padding: 0 14px; border-radius: 12px; font-weight: 800; }
.senha-msg.ok[b-xhklla1da2] { color: #065f46; border: 1px solid #a7f3d0; background: #ecfdf5; }
.senha-msg.err[b-xhklla1da2] { color: #991b1b; border: 1px solid #fecaca; background: #fef2f2; }
.senha-card[b-xhklla1da2] { padding: 16px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); }
label[b-xhklla1da2] { display: block; margin-bottom: 10px; }
label span[b-xhklla1da2] { display: block; margin-bottom: 6px; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
input[b-xhklla1da2] { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid #dbe4ef; border-radius: 10px; }
button[b-xhklla1da2] { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); font-weight: 900; }
@media (max-width: 760px) { .senha-hero[b-xhklla1da2] { flex-direction: column; align-items: start; } }

/* checklist de força ao vivo + mostrar senha */
.senha-mostrar[b-xhklla1da2] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: .84rem;
    font-weight: 700;
    cursor: pointer;
}

.senha-mostrar input[b-xhklla1da2] { width: auto !important; }
.senha-mostrar span[b-xhklla1da2] { display: inline-flex; align-items: center; gap: 6px; }

.senha-regras[b-xhklla1da2] {
    margin: 0;
    padding: 12px 14px;
    display: grid;
    gap: 7px;
    list-style: none;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
}

.senha-regras li[b-xhklla1da2] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: .82rem;
    font-weight: 700;
    transition: color .15s ease;
}

.senha-regras li.ok[b-xhklla1da2] { color: #15803d; }
.senha-regras li i[b-xhklla1da2] { font-size: .85rem; }
/* /Components/Pages/MinhasProvas.razor.rz.scp.css */
.mp-page[b-v5qgt22imp] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 10px;
}

.mp-hero[b-v5qgt22imp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 14px;
    padding: 24px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(380px 160px at 95% -26%, rgba(255, 255, 255, 0.32), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    box-shadow: 0 20px 46px rgba(67, 56, 202, 0.24);
}

.mp-kicker[b-v5qgt22imp] {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.mp-hero h1[b-v5qgt22imp] {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 900;
}

.mp-hero p[b-v5qgt22imp] {
    margin: 10px 0 0;
    max-width: 760px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.mp-hero-actions[b-v5qgt22imp] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.mp-btn[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mp-btn:hover[b-v5qgt22imp] {
    transform: translateY(-1px);
}

.mp-btn-primary[b-v5qgt22imp] {
    color: #1f1750;
    background: #fff;
    border: 1px solid #fff;
}

.mp-btn-secondary[b-v5qgt22imp] {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.mp-hero-panel[b-v5qgt22imp] {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.mp-hero-panel span[b-v5qgt22imp],
.mp-hero-panel small[b-v5qgt22imp] {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.mp-hero-panel strong[b-v5qgt22imp] {
    display: block;
    margin: 8px 0;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.mp-summary[b-v5qgt22imp] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mp-summary-card[b-v5qgt22imp] {
    padding: 15px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.mp-summary-card span[b-v5qgt22imp] {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mp-summary-card strong[b-v5qgt22imp] {
    display: block;
    margin-top: 8px;
    color: #0f172a;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 900;
}

.mp-filters[b-v5qgt22imp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.3fr) auto;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.mp-filters label[b-v5qgt22imp] {
    display: block;
    margin: 0;
}

.mp-filters span[b-v5qgt22imp] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.mp-filters select[b-v5qgt22imp],
.mp-filters input[b-v5qgt22imp] {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-family: inherit;
}

.mp-filters select:focus[b-v5qgt22imp],
.mp-filters input:focus[b-v5qgt22imp] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.mp-btn-filter[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 110px;
    min-height: 40px;
    align-self: end;
    margin-bottom: 1px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    font-size: 13px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.mp-btn-filter:hover:not(:disabled)[b-v5qgt22imp] {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.mp-btn-filter:disabled[b-v5qgt22imp] {
    opacity: 0.7;
    cursor: not-allowed;
}

.mp-empty[b-v5qgt22imp] {
    padding: 44px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.mp-empty i[b-v5qgt22imp] {
    color: #64748b;
    font-size: 32px;
}

.mp-empty h2[b-v5qgt22imp] {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 900;
}

.mp-empty p[b-v5qgt22imp] {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
}

.mp-list[b-v5qgt22imp] {
    display: grid;
    gap: 12px;
}

.mp-card[b-v5qgt22imp] {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.mp-status-bar[b-v5qgt22imp] {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.mp-status-bar.pub[b-v5qgt22imp] { background: #10b981; }
.mp-status-bar.ras[b-v5qgt22imp] { background: #f59e0b; }
.mp-status-bar.cri[b-v5qgt22imp] { background: #3b82f6; }
.mp-status-bar.arq[b-v5qgt22imp] { background: #64748b; }

.mp-card-body[b-v5qgt22imp] {
    padding: 16px 16px 16px 20px;
}

.mp-card-top[b-v5qgt22imp] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.mp-card h3[b-v5qgt22imp] {
    margin: 0;
    color: #0f172a;
    font-size: 1.04rem;
    font-weight: 800;
}

.mp-badges[b-v5qgt22imp] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.mp-badge[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.mp-badge-mat[b-v5qgt22imp] { color: #4338ca; background: #e0e7ff; }
.mp-badge-ser[b-v5qgt22imp] { color: #15803d; background: #dcfce7; }
.mp-badge-ia[b-v5qgt22imp] { color: #1d4ed8; background: #dbeafe; }
.mp-badge-man[b-v5qgt22imp] { color: #475569; background: #f1f5f9; }
.mp-badge-status-pub[b-v5qgt22imp] { color: #15803d; background: #dcfce7; }
.mp-badge-status-ras[b-v5qgt22imp] { color: #a16207; background: #fef9c3; }
.mp-badge-status-cri[b-v5qgt22imp] { color: #1d4ed8; background: #dbeafe; }
.mp-badge-status-arq[b-v5qgt22imp] { color: #475569; background: #f1f5f9; }

.mp-date[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.mp-actions[b-v5qgt22imp] {
    display: flex;
    gap: 6px;
}

.mp-icon-btn[b-v5qgt22imp] {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    color: #64748b;
    background: #fff;
    text-decoration: none;
    transition: all 0.18s ease;
}

.mp-icon-btn:hover[b-v5qgt22imp] {
    color: #4338ca;
    border-color: #818cf8;
    background: #f5f3ff;
}

.mp-icon-btn.danger:hover[b-v5qgt22imp] {
    color: #b91c1c;
    border-color: #ef4444;
    background: #fee2e2;
}

.mp-stats[b-v5qgt22imp] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf2f7;
}

.mp-stats div[b-v5qgt22imp] {
    text-align: center;
}

.mp-stats strong[b-v5qgt22imp] {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.mp-stats span[b-v5qgt22imp] {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.mp-bars[b-v5qgt22imp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.mp-bars small[b-v5qgt22imp] {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.mp-track[b-v5qgt22imp] {
    display: flex;
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef2f7;
}

.mp-fill[b-v5qgt22imp] {
    height: 100%;
}

.mp-fill.easy[b-v5qgt22imp] { background: #10b981; }
.mp-fill.med[b-v5qgt22imp] { background: #f59e0b; }
.mp-fill.hard[b-v5qgt22imp] { background: #ef4444; }
.mp-fill.b1[b-v5qgt22imp] { background: #a78bfa; }
.mp-fill.b2[b-v5qgt22imp] { background: #818cf8; }
.mp-fill.b3[b-v5qgt22imp] { background: #6366f1; }
.mp-fill.b4[b-v5qgt22imp] { background: #4f46e5; }
.mp-fill.b5[b-v5qgt22imp] { background: #4338ca; }
.mp-fill.b6[b-v5qgt22imp] { background: #3730a3; }
.mp-w-0[b-v5qgt22imp] { width: 0%; }
.mp-w-10[b-v5qgt22imp] { width: 10%; }
.mp-w-20[b-v5qgt22imp] { width: 20%; }
.mp-w-30[b-v5qgt22imp] { width: 30%; }
.mp-w-40[b-v5qgt22imp] { width: 40%; }
.mp-w-50[b-v5qgt22imp] { width: 50%; }
.mp-w-60[b-v5qgt22imp] { width: 60%; }
.mp-w-70[b-v5qgt22imp] { width: 70%; }
.mp-w-80[b-v5qgt22imp] { width: 80%; }
.mp-w-90[b-v5qgt22imp] { width: 90%; }
.mp-w-100[b-v5qgt22imp] { width: 100%; }

.mp-tags[b-v5qgt22imp] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.mp-tag[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 0 9px;
    border: 1px solid rgba(79, 70, 229, 0.18);
    border-radius: 999px;
    color: #4338ca;
    background: #eef2ff;
    font-size: 11px;
    font-weight: 700;
}

.mp-bncc[b-v5qgt22imp] {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 0 9px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    background: #fffbeb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .mp-hero[b-v5qgt22imp],
    .mp-filters[b-v5qgt22imp] {
        grid-template-columns: 1fr;
    }

    .mp-summary[b-v5qgt22imp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-stats[b-v5qgt22imp] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mp-summary[b-v5qgt22imp],
    .mp-bars[b-v5qgt22imp],
    .mp-stats[b-v5qgt22imp] {
        grid-template-columns: 1fr 1fr;
    }

    .mp-card-top[b-v5qgt22imp] {
        flex-direction: column;
    }
}
/* /Components/Pages/MinhasQuestoes.razor.rz.scp.css */
.mq-page[b-lgx2ce64ue] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.mq-hero[b-lgx2ce64ue] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 360px;
    gap: 18px;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(440px 180px at 90% -26%, rgba(255, 255, 255, 0.34), transparent 58%),
        linear-gradient(120deg, #4f46e5 0%, #7c3aed 54%, #2563eb 100%);
    box-shadow: 0 28px 62px rgba(79, 70, 229, 0.22);
    overflow: hidden;
    position: relative;
}

.mq-hero[b-lgx2ce64ue]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
}

.mq-hero-copy[b-lgx2ce64ue],
.mq-hero-metrics[b-lgx2ce64ue] {
    position: relative;
    z-index: 1;
}

.mq-kicker[b-lgx2ce64ue],
.mq-eyebrow[b-lgx2ce64ue] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mq-kicker[b-lgx2ce64ue] {
    color: rgba(255, 255, 255, 0.76);
}

.mq-eyebrow[b-lgx2ce64ue] {
    color: #6d28d9;
}

.mq-hero h1[b-lgx2ce64ue],
.mq-results-head h2[b-lgx2ce64ue],
.mq-empty h3[b-lgx2ce64ue] {
    margin: 8px 0 0;
    letter-spacing: 0;
}

.mq-hero h1[b-lgx2ce64ue] {
    max-width: 640px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.02;
}

.mq-hero p[b-lgx2ce64ue],
.mq-results-head p[b-lgx2ce64ue],
.mq-empty p[b-lgx2ce64ue] {
    margin: 12px 0 0;
    line-height: 1.62;
}

.mq-hero p[b-lgx2ce64ue] {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.mq-actions[b-lgx2ce64ue] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.mq-btn[b-lgx2ce64ue],
.mq-link[b-lgx2ce64ue] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.mq-btn:hover[b-lgx2ce64ue],
.mq-link:hover[b-lgx2ce64ue] {
    transform: translateY(-1px);
}

.mq-btn-primary[b-lgx2ce64ue] {
    border: 0;
    color: #1f1750;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 12, 50, 0.2);
}

.mq-btn-secondary[b-lgx2ce64ue] {
    border: 1px solid #ddd6fe;
    color: #4338ca;
    background: rgba(255, 255, 255, 0.94);
}

.mq-hero-metrics[b-lgx2ce64ue] {
    display: grid;
    gap: 12px;
}

.mq-metric-card[b-lgx2ce64ue],
.mq-strip-card[b-lgx2ce64ue],
.mq-toolbar[b-lgx2ce64ue],
.mq-results[b-lgx2ce64ue] {
    border: 1px solid rgba(139, 92, 246, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(40, 30, 90, 0.08);
}

.mq-metric-card[b-lgx2ce64ue] {
    padding: 17px 18px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.mq-metric-card span[b-lgx2ce64ue],
.mq-metric-card small[b-lgx2ce64ue],
.mq-strip-card span[b-lgx2ce64ue],
.mq-strip-card small[b-lgx2ce64ue] {
    display: block;
}

.mq-metric-card span[b-lgx2ce64ue],
.mq-metric-card small[b-lgx2ce64ue] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.mq-metric-card strong[b-lgx2ce64ue] {
    display: block;
    margin: 8px 0 4px;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.mq-strip[b-lgx2ce64ue] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mq-strip-card[b-lgx2ce64ue] {
    padding: 18px;
}

.mq-strip-card span[b-lgx2ce64ue] {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.mq-strip-card strong[b-lgx2ce64ue] {
    display: block;
    margin: 10px 0 4px;
    color: #4f46e5;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.mq-strip-card small[b-lgx2ce64ue] {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.mq-toolbar[b-lgx2ce64ue] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto auto;
    gap: 14px;
    padding: 18px;
}

.mq-search[b-lgx2ce64ue] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #fff;
}

.mq-search i[b-lgx2ce64ue] {
    color: #6366f1;
    font-size: 16px;
}

.mq-search input[b-lgx2ce64ue],
.mq-selects select[b-lgx2ce64ue] {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    font: inherit;
}

.mq-search input:focus[b-lgx2ce64ue],
.mq-selects select:focus[b-lgx2ce64ue] {
    outline: none;
}

.mq-selects[b-lgx2ce64ue] {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px;
}

.mq-selects label[b-lgx2ce64ue] {
    display: block;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #fff;
}

.mq-selects span[b-lgx2ce64ue] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.mq-segment[b-lgx2ce64ue] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 14px;
    background: #f5f3ff;
}

.mq-segment button[b-lgx2ce64ue] {
    min-width: 88px;
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.mq-segment button.is-on[b-lgx2ce64ue] {
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 18px rgba(99, 102, 241, 0.12);
}

.mq-results[b-lgx2ce64ue] {
    padding: 20px;
}

.mq-results-head[b-lgx2ce64ue] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.mq-results-head h2[b-lgx2ce64ue] {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 900;
}

.mq-results-head p[b-lgx2ce64ue] {
    max-width: 760px;
    color: #64748b;
    font-size: 13px;
}

.mq-link[b-lgx2ce64ue] {
    border: 1px solid #ddd6fe;
    color: #4338ca;
    background: #fff;
    white-space: nowrap;
}

.mq-grid[b-lgx2ce64ue] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mq-grid-item[b-lgx2ce64ue] {
    min-width: 0;
}

.mq-empty[b-lgx2ce64ue] {
    padding: 42px 24px;
    border: 1px dashed #c4b5fd;
    border-radius: 18px;
    background: linear-gradient(180deg, #faf9ff, #fff);
    text-align: center;
}

.mq-empty-icon[b-lgx2ce64ue] {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 18px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 28px;
}

.mq-empty h3[b-lgx2ce64ue] {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

.mq-empty p[b-lgx2ce64ue] {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #64748b;
    font-size: 14px;
}

.mq-empty .mq-btn[b-lgx2ce64ue] {
    margin-top: 18px;
}

@media (max-width: 1220px) {
    .mq-hero[b-lgx2ce64ue],
    .mq-toolbar[b-lgx2ce64ue] {
        grid-template-columns: 1fr;
    }

    .mq-strip[b-lgx2ce64ue],
    .mq-grid[b-lgx2ce64ue] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mq-hero[b-lgx2ce64ue],
    .mq-results[b-lgx2ce64ue] {
        padding: 22px;
    }

    .mq-strip[b-lgx2ce64ue],
    .mq-grid[b-lgx2ce64ue],
    .mq-selects[b-lgx2ce64ue] {
        grid-template-columns: 1fr;
    }

    .mq-results-head[b-lgx2ce64ue] {
        flex-direction: column;
        align-items: start;
    }

    .mq-segment[b-lgx2ce64ue] {
        flex-wrap: wrap;
    }
}

/* ===== Ilustrar com o acervo (TbFonteImagemQuestao) ===== */
.mq-ilustrar[b-lgx2ce64ue] {
    width: 100%;
    margin-top: 8px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed #c4b5fd;
    border-radius: 10px;
    background: #faf9ff;
    color: #6d28d9;
    font-size: .8rem;
    font-weight: 800;
    transition: background-color .14s ease, border-color .14s ease;
}

.mq-ilustrar:hover[b-lgx2ce64ue] { background: #f3efff; border-color: #7c3aed; }

.mq-acervo-overlay[b-lgx2ce64ue] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(3px);
}

.mq-acervo-modal[b-lgx2ce64ue] {
    width: min(980px, 100%);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .35);
}

.mq-acervo-head[b-lgx2ce64ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.mq-acervo-head strong[b-lgx2ce64ue] { display: block; font-size: 1.02rem; }
.mq-acervo-head span[b-lgx2ce64ue] { font-size: .8rem; opacity: .85; }

.mq-acervo-head button[b-lgx2ce64ue] {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.mq-acervo-busca[b-lgx2ce64ue] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid #eef2f7;
}

.mq-acervo-busca i[b-lgx2ce64ue] { color: #7c3aed; }

.mq-acervo-busca input[b-lgx2ce64ue] {
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
}

.mq-acervo-busca button[b-lgx2ce64ue] {
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-weight: 800;
}

.mq-acervo-msg[b-lgx2ce64ue] {
    margin: 10px 20px 0;
    padding: 9px 13px;
    border-radius: 10px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .84rem;
    font-weight: 700;
}

.mq-acervo-grid[b-lgx2ce64ue] {
    flex: 1;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    padding: 16px 20px 20px;
}

.mq-acervo-item[b-lgx2ce64ue] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    padding: 0;
    transition: border-color .14s ease, transform .14s ease;
}

.mq-acervo-item:hover[b-lgx2ce64ue] { border-color: #7c3aed; transform: translateY(-2px); }

.mq-acervo-item img[b-lgx2ce64ue] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    background: #f8fafc;
}

.mq-acervo-item span[b-lgx2ce64ue] {
    padding: 7px 9px;
    color: #334155;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mq-acervo-item em[b-lgx2ce64ue] {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .75);
    color: #fff;
    font-size: .62rem;
    font-style: normal;
    font-weight: 800;
}

.mq-acervo-item.usada[b-lgx2ce64ue] { opacity: .82; }

.mq-acervo-vazio[b-lgx2ce64ue] {
    grid-column: 1 / -1;
    padding: 30px;
    color: #64748b;
    text-align: center;
    font-size: .9rem;
}
/* /Components/Pages/NotaAluno.razor.rz.scp.css */
/* ===== Consulta de nota do aluno ===== */

.na-fundo[b-50v0enph2v] {
    min-height: 100vh;
    display: grid;
    place-items: start center;
    padding: 24px 14px;
    background:
        radial-gradient(900px 460px at -10% 110%, rgba(59, 130, 246, .3), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.na-card[b-50v0enph2v] {
    width: min(460px, 100%);
    margin-top: 8vh;
    padding: 34px clamp(22px, 5vw, 42px);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .35);
    animation: naSubir-b-50v0enph2v .4s ease backwards;
}

@keyframes naSubir-b-50v0enph2v {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.na-logo[b-50v0enph2v] {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 26px rgba(79, 70, 229, .35);
}

.na-card h1[b-50v0enph2v] {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 2.2rem;
    font-weight: 900;
}

.na-card h1 small[b-50v0enph2v] { color: #94a3b8; font-size: 1.1rem; font-weight: 800; }

.na-sub[b-50v0enph2v] { margin: 0 0 20px; color: #64748b; font-size: .93rem; }

.na-alerta[b-50v0enph2v] {
    margin-bottom: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .88rem;
    font-weight: 650;
}

.na-codigo[b-50v0enph2v] {
    width: 100%;
    height: 60px;
    padding: 0 16px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: .35em;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.na-codigo:focus[b-50v0enph2v] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .15);
}

.na-botao[b-50v0enph2v] {
    width: 100%;
    height: 52px;
    margin-top: 16px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
    background: linear-gradient(120deg, #4f46e5, #7c3aed);
    box-shadow: 0 14px 30px rgba(79, 70, 229, .4);
    transition: transform .14s ease;
}

.na-botao:hover[b-50v0enph2v] { transform: translateY(-2px); }

.na-botao.secundario[b-50v0enph2v] {
    color: #4f46e5;
    background: #eef2ff;
    box-shadow: none;
}

.na-detalhes[b-50v0enph2v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
    margin: 18px 0 6px;
}

.na-detalhes > div[b-50v0enph2v] {
    padding: 13px 10px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: grid;
    gap: 2px;
}

.na-detalhes span[b-50v0enph2v] {
    color: #64748b;
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.na-detalhes strong[b-50v0enph2v] { color: #0f172a; font-size: 1.1rem; font-weight: 900; }
/* /Components/Pages/Painel.razor.rz.scp.css */
.painel-loading[b-vs3sb2mid6] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    color: #4f46e5;
    background: rgba(255, 255, 255, .86);
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(79, 70, 229, .1);
}

.painel-hero[b-vs3sb2mid6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 22px;
    align-items: stretch;
    margin-bottom: 22px;
    padding: 30px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 0%, rgba(255,255,255,.28), transparent 24rem),
        linear-gradient(135deg, #7c8df0 0%, #6d5fe7 48%, #b478e8 100%);
    box-shadow: 0 24px 58px rgba(100, 112, 216, .32);
    overflow: hidden;
}

.hero-kicker[b-vs3sb2mid6] {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.painel-hero h1[b-vs3sb2mid6] {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.04em;
}

.painel-hero p[b-vs3sb2mid6] {
    margin: 10px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 1rem;
    font-weight: 700;
}

.hero-plan[b-vs3sb2mid6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(12px);
}

.hero-plan > span[b-vs3sb2mid6] {
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.76);
}

.hero-plan strong[b-vs3sb2mid6] {
    margin-top: 6px;
    font-size: 1.3rem;
    line-height: 1.15;
}

.hero-plan em[b-vs3sb2mid6] {
    margin-top: 6px;
    color: #fff3bf;
    font-style: normal;
    font-size: .9rem;
    font-weight: 900;
}

.quota-row[b-vs3sb2mid6] {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    color: rgba(255,255,255,.9);
    font-size: .82rem;
    font-weight: 800;
}

.quota-track[b-vs3sb2mid6] {
    height: 7px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
}

.quota-track span[b-vs3sb2mid6] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #fff;
}

.quota-w-0[b-vs3sb2mid6] { width: 0; }
.quota-w-10[b-vs3sb2mid6] { width: 10%; }
.quota-w-20[b-vs3sb2mid6] { width: 20%; }
.quota-w-30[b-vs3sb2mid6] { width: 30%; }
.quota-w-40[b-vs3sb2mid6] { width: 40%; }
.quota-w-50[b-vs3sb2mid6] { width: 50%; }
.quota-w-60[b-vs3sb2mid6] { width: 60%; }
.quota-w-70[b-vs3sb2mid6] { width: 70%; }
.quota-w-80[b-vs3sb2mid6] { width: 80%; }
.quota-w-90[b-vs3sb2mid6] { width: 90%; }
.quota-w-100[b-vs3sb2mid6] { width: 100%; }

.stats-grid[b-vs3sb2mid6] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.stat-card[b-vs3sb2mid6] {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 36px rgba(40, 30, 90, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.stat-card:hover[b-vs3sb2mid6] {
    transform: translateY(-4px);
    border-color: rgba(124, 58, 237, .32);
    box-shadow: 0 20px 42px rgba(40, 30, 90, .14);
}

.stat-card i[b-vs3sb2mid6] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    color: #fff;
    font-size: 1.45rem;
}

.stat-card.primary i[b-vs3sb2mid6] { background: linear-gradient(135deg, #7c8df0, #4f46e5); }
.stat-card.success i[b-vs3sb2mid6] { background: linear-gradient(135deg, #10b981, #059669); }
.stat-card.warning i[b-vs3sb2mid6] { background: linear-gradient(135deg, #f5b840, #e69500); }
.stat-card.info i[b-vs3sb2mid6] { background: linear-gradient(135deg, #06b6d4, #3b82f6); }

.stat-card strong[b-vs3sb2mid6] {
    display: block;
    color: #172033;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.stat-card span[b-vs3sb2mid6] {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: .86rem;
    font-weight: 800;
}

.action-strip[b-vs3sb2mid6] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.action-strip a[b-vs3sb2mid6] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    border: 1.5px solid rgba(124, 58, 237, .18);
    border-radius: 13px;
    color: #4f46e5;
    background: rgba(255,255,255,.88);
    text-decoration: none;
    font-weight: 900;
}

.action-strip .action-main[b-vs3sb2mid6] {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #7c8df0, #8b5cf6);
    box-shadow: 0 12px 26px rgba(124, 141, 240, .3);
}

.tip-box[b-vs3sb2mid6] {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid #bae6fd;
    border-radius: 18px;
    color: #075985;
    background: linear-gradient(135deg, #f0f9ff, #eef2ff);
}

.tip-box > i[b-vs3sb2mid6] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.tip-box strong[b-vs3sb2mid6],
.tip-box span[b-vs3sb2mid6] {
    display: block;
}

.tip-box strong[b-vs3sb2mid6] {
    margin-bottom: 2px;
    font-weight: 900;
}

.tip-box span[b-vs3sb2mid6] {
    font-size: .9rem;
    line-height: 1.5;
}

.section-head[b-vs3sb2mid6] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: 26px 4px 14px;
}

.section-head h2[b-vs3sb2mid6] {
    margin: 0;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 900;
}

.section-head p[b-vs3sb2mid6] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: .88rem;
    font-weight: 700;
}

.section-head a[b-vs3sb2mid6] {
    color: #4f46e5;
    font-size: .9rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.table-card[b-vs3sb2mid6],
.empty-state[b-vs3sb2mid6] {
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 20px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 36px rgba(40, 30, 90, .08);
    overflow: hidden;
}

.painel-table thead th[b-vs3sb2mid6] {
    padding: 15px 18px;
    color: #64748b;
    background: #f8f7ff;
    border-bottom: 1px solid rgba(124, 58, 237, .11);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.painel-table tbody td[b-vs3sb2mid6] {
    padding: 16px 18px;
    color: #475569;
    border-bottom: 1px solid #edf0f7;
    font-size: .92rem;
    font-weight: 700;
}

.painel-table tbody tr:last-child td[b-vs3sb2mid6] {
    border-bottom: 0;
}

.painel-table tbody td strong[b-vs3sb2mid6] {
    color: #172033;
    font-weight: 900;
}

.status-pill[b-vs3sb2mid6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #5b21b6;
    background: #ede9fe;
    font-size: .75rem;
    font-weight: 900;
}

.empty-state[b-vs3sb2mid6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 36px 20px;
    color: #64748b;
    text-align: center;
}

.empty-state i[b-vs3sb2mid6] {
    margin-bottom: 6px;
    color: #8b5cf6;
    font-size: 2.2rem;
}

.empty-state strong[b-vs3sb2mid6] {
    color: #172033;
    font-size: 1.1rem;
    font-weight: 900;
}

.empty-state span[b-vs3sb2mid6] {
    font-size: .9rem;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .stats-grid[b-vs3sb2mid6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .painel-hero[b-vs3sb2mid6] {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .stats-grid[b-vs3sb2mid6] {
        grid-template-columns: 1fr;
    }

    .section-head[b-vs3sb2mid6] {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ===== Inspiração do dia (frases/dicas/curiosidades/mídia do banco) ===== */
.inspira-grid[b-vs3sb2mid6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.inspira-card[b-vs3sb2mid6] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    transition: transform .16s ease, box-shadow .16s ease;
}

.inspira-card:hover[b-vs3sb2mid6] {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(79, 70, 229, .14);
}

.inspira-card > img[b-vs3sb2mid6] {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.inspira-card.midia > img[b-vs3sb2mid6] { height: 170px; object-fit: contain; background: #0f172a; }

.inspira-body[b-vs3sb2mid6] {
    display: grid;
    gap: 8px;
    padding: 14px 16px 16px;
}

.inspira-tag[b-vs3sb2mid6] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
}

.inspira-card.dica .inspira-tag[b-vs3sb2mid6] { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.inspira-card.curiosidade .inspira-tag[b-vs3sb2mid6] { background: linear-gradient(135deg, #2563eb, #6366f1); }
.inspira-card.midia .inspira-tag[b-vs3sb2mid6] { background: linear-gradient(135deg, #4f46e5, #7c3aed); }
.inspira-card.filosofica .inspira-tag[b-vs3sb2mid6] { background: linear-gradient(135deg, #6d28d9, #9333ea); }

.inspira-body blockquote[b-vs3sb2mid6] {
    margin: 0;
    color: #1e293b;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
}

.inspira-body footer[b-vs3sb2mid6] { color: #64748b; font-size: .8rem; font-weight: 700; }
.inspira-body strong[b-vs3sb2mid6] { color: #0f172a; font-size: .95rem; }
.inspira-body p[b-vs3sb2mid6] { margin: 0; color: #475569; font-size: .86rem; line-height: 1.5; }

.inspira-body small[b-vs3sb2mid6] {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f5f3ff;
    color: #5b21b6;
    font-size: .78rem;
    line-height: 1.4;
}

.inspira-card.arte > img[b-vs3sb2mid6] { height: 180px; object-fit: cover; background: #0f172a; }
.inspira-card.arte .inspira-tag[b-vs3sb2mid6] { background: linear-gradient(135deg, #6366f1, #a855f7); }

/* ===== recados do admin (TbAvisoAdmin) ===== */
.aviso-admin[b-vs3sb2mid6] {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
}

.aviso-admin.sev-atencao[b-vs3sb2mid6] { border-color: #fde68a; background: #fffbeb; }
.aviso-admin.sev-urgente[b-vs3sb2mid6] { border-color: #fecaca; background: #fef2f2; }

.aviso-admin > i[b-vs3sb2mid6] { font-size: 1.25rem; color: #2563eb; margin-top: 2px; }
.aviso-admin.sev-atencao > i[b-vs3sb2mid6] { color: #d97706; }
.aviso-admin.sev-urgente > i[b-vs3sb2mid6] { color: #dc2626; }

.aviso-admin div[b-vs3sb2mid6] { flex: 1; display: grid; gap: 3px; min-width: 0; }
.aviso-admin strong[b-vs3sb2mid6] { color: #0f172a; font-size: .92rem; }
.aviso-admin span[b-vs3sb2mid6] { color: #334155; font-size: .84rem; line-height: 1.45; }
.aviso-admin small[b-vs3sb2mid6] { color: #94a3b8; font-size: .72rem; font-weight: 700; }

.aviso-admin button[b-vs3sb2mid6] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    color: #334155;
    font-size: .76rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
}
/* /Components/Pages/PlanoAula.razor.rz.scp.css */
.pa-page[b-y8pnt5w5c8] {
    display: grid;
    gap: 12px;
}

.pa-hero[b-y8pnt5w5c8] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.pa-kicker[b-y8pnt5w5c8] {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-hero h1[b-y8pnt5w5c8] {
    margin: 8px 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.pa-hero p[b-y8pnt5w5c8] {
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
}

.pa-link[b-y8pnt5w5c8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.pa-msg[b-y8pnt5w5c8] {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.pa-msg.ok[b-y8pnt5w5c8] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.pa-msg.err[b-y8pnt5w5c8] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.pa-form[b-y8pnt5w5c8],
.pa-list[b-y8pnt5w5c8] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.pa-grid[b-y8pnt5w5c8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.pa-form input[b-y8pnt5w5c8],
.pa-form select[b-y8pnt5w5c8],
.pa-form textarea[b-y8pnt5w5c8] {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 9px 10px;
    font-size: 14px;
    font-family: inherit;
    margin-top: 8px;
}

.pa-form button[b-y8pnt5w5c8] {
    margin-top: 10px;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    font-size: 13px;
    font-weight: 900;
}

.pa-list h2[b-y8pnt5w5c8] {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 900;
}

.pa-empty[b-y8pnt5w5c8] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.pa-list article[b-y8pnt5w5c8] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}

.pa-list strong[b-y8pnt5w5c8],
.pa-list span[b-y8pnt5w5c8],
.pa-list small[b-y8pnt5w5c8] {
    display: block;
}

.pa-list strong[b-y8pnt5w5c8] {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.pa-list span[b-y8pnt5w5c8] {
    margin-top: 4px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.pa-list small[b-y8pnt5w5c8] {
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .pa-grid[b-y8pnt5w5c8] {
        grid-template-columns: 1fr;
    }

    .pa-hero[b-y8pnt5w5c8] {
        flex-direction: column;
        align-items: start;
    }
}

.pa-grid[b-y8pnt5w5c8]  .se-wrap { min-width: 170px; }
/* /Components/Pages/ProvaFisicaCaptura.razor.rz.scp.css */
/* ===== Captura de prova física (celular) ===== */

.cap-fundo[b-i7584ac1la] {
    min-height: 100vh;
    display: grid;
    place-items: start center;
    padding: 24px 14px;
    background:
        radial-gradient(900px 460px at 110% -10%, rgba(16, 185, 129, .3), transparent 60%),
        linear-gradient(135deg, #0f766e 0%, #059669 100%);
}

.cap-card[b-i7584ac1la] {
    width: min(520px, 100%);
    margin-top: 4vh;
    padding: 32px clamp(20px, 5vw, 40px);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .35);
    animation: capSubir-b-i7584ac1la .4s ease backwards;
}

@keyframes capSubir-b-i7584ac1la {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.cap-logo[b-i7584ac1la] {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 15px;
    color: #fff;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #0f766e, #059669);
    box-shadow: 0 12px 26px rgba(5, 150, 105, .35);
}

.cap-card h1[b-i7584ac1la] {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 900;
}

.cap-sub[b-i7584ac1la] {
    margin: 0 0 20px;
    color: #64748b;
    font-size: .93rem;
    line-height: 1.5;
}

.cap-botao-foto[b-i7584ac1la] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 62px;
    border-radius: 15px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    cursor: pointer;
    background: linear-gradient(120deg, #0f766e, #10b981);
    box-shadow: 0 14px 30px rgba(5, 150, 105, .4);
    transition: transform .14s ease;
}

.cap-botao-foto:hover:not(.desabilitado)[b-i7584ac1la] { transform: translateY(-2px); }
.cap-botao-foto.desabilitado[b-i7584ac1la] { opacity: .6; cursor: wait; }

.cap-botao-foto[b-i7584ac1la]  input[type="file"] {
    display: none;
}

.cap-progresso[b-i7584ac1la] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
    font-size: .88rem;
    font-weight: 750;
}

.cap-spinner[b-i7584ac1la] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid rgba(5, 150, 105, .25);
    border-top-color: #059669;
    animation: capGirar-b-i7584ac1la .8s linear infinite;
}

@keyframes capGirar-b-i7584ac1la {
    to { transform: rotate(360deg); }
}

.cap-resultado[b-i7584ac1la] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 11px;
    font-size: .87rem;
    font-weight: 700;
}

.cap-resultado.ok[b-i7584ac1la] { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.cap-resultado.erro[b-i7584ac1la] { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.cap-resultado i[b-i7584ac1la] { margin-top: 1px; }

/* ===== multi-página ===== */
.cap-paginas[b-i7584ac1la] {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    color: #115e59;
    font-size: .88rem;
    font-weight: 750;
}

.cap-concluir[b-i7584ac1la] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
    background: linear-gradient(120deg, #0f766e, #10b981);
    box-shadow: 0 10px 24px rgba(5, 150, 105, .35);
}
/* /Components/Pages/ProvaOnlineAluno.razor.rz.scp.css */
/* ===== Prova Online — tela do aluno (mobile-first, visual SaaS) ===== */

.po-fundo[b-lycn31avnt] {
    min-height: 100vh;
    padding: 20px 14px 120px;
    background:
        radial-gradient(1000px 500px at 110% -10%, rgba(124, 58, 237, .35), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(59, 130, 246, .3), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

/* ---------- cartões (entrada / resultado / erro) ---------- */
.po-card[b-lycn31avnt] {
    width: min(560px, 100%);
    margin: 6vh auto 0;
    padding: 34px clamp(22px, 5vw, 44px);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .35);
    animation: poSubir-b-lycn31avnt .4s ease both;
}

@keyframes poSubir-b-lycn31avnt {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.po-logo[b-lycn31avnt] {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 15px;
    color: #fff;
    font-weight: 900;
    font-size: 1.15rem;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 26px rgba(79, 70, 229, .35);
}

.po-logo.erro[b-lycn31avnt] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 12px 26px rgba(220, 38, 38, .3);
}

.po-card h1[b-lycn31avnt] {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -.02em;
}

.po-sub[b-lycn31avnt] {
    margin: 0 0 20px;
    color: #64748b;
    font-size: .95rem;
}

.po-entrada label[b-lycn31avnt] {
    display: block;
    margin: 14px 0 6px;
    color: #0f172a;
    font-size: .85rem;
    font-weight: 800;
}

.po-entrada input[b-lycn31avnt] {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    color: #0f172a;
    font: inherit;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.po-entrada input:focus[b-lycn31avnt] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .15);
}

.po-alerta[b-lycn31avnt] {
    margin-bottom: 6px;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .88rem;
    font-weight: 650;
}

.po-botao[b-lycn31avnt] {
    width: 100%;
    height: 52px;
    margin-top: 22px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
    background: linear-gradient(120deg, #4f46e5, #7c3aed);
    box-shadow: 0 14px 30px rgba(79, 70, 229, .4);
    transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
}

.po-botao:hover:not(:disabled)[b-lycn31avnt] {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.po-botao:disabled[b-lycn31avnt] {
    opacity: .65;
}

/* ---------- prova: topo fixo ---------- */
.po-topo[b-lycn31avnt] {
    position: sticky;
    top: 10px;
    z-index: 10;
    width: min(760px, 100%);
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .25);
    backdrop-filter: blur(10px);
}

.po-topo-titulo[b-lycn31avnt] {
    display: grid;
    min-width: 0;
}

.po-topo-titulo strong[b-lycn31avnt] {
    color: #0f172a;
    font-size: .98rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.po-topo-titulo span[b-lycn31avnt] {
    color: #64748b;
    font-size: .78rem;
    font-weight: 700;
}

.po-timer[b-lycn31avnt] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #4f46e5;
    background: rgba(79, 70, 229, .1);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.po-timer.urgente[b-lycn31avnt] {
    color: #fff;
    background: linear-gradient(120deg, #dc2626, #b91c1c);
    animation: poPulsar-b-lycn31avnt 1s ease infinite;
}

@keyframes poPulsar-b-lycn31avnt {
    50% { transform: scale(1.05); }
}

/* ---------- progresso ---------- */
.po-progresso[b-lycn31avnt] {
    width: min(760px, 100%);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #eef2ff;
    font-size: .82rem;
    font-weight: 800;
}

.po-progresso-barra[b-lycn31avnt] {
    flex: 1;
    height: 9px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
}

.po-progresso-barra > div[b-lycn31avnt] {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #34d399, #10b981);
    transition: width .3s ease;
}

/* ---------- questões ---------- */
.po-questoes[b-lycn31avnt] {
    width: min(760px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.po-questao[b-lycn31avnt] {
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .18);
}

.po-questao-cab[b-lycn31avnt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.po-qnum[b-lycn31avnt] {
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(79, 70, 229, .1);
    color: #4f46e5;
    font-size: .74rem;
    font-weight: 900;
}

.po-respondida[b-lycn31avnt] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #059669;
    font-size: .78rem;
    font-weight: 850;
}

.po-enunciado[b-lycn31avnt] {
    margin-bottom: 14px;
    color: #1e293b;
    font-size: .96rem;
    line-height: 1.55;
}

.po-questao textarea[b-lycn31avnt] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    color: #0f172a;
    font: inherit;
    resize: vertical;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.po-questao textarea:focus[b-lycn31avnt] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .13);
}

.po-alternativas[b-lycn31avnt] {
    display: grid;
    gap: 8px;
}

.po-alt[b-lycn31avnt] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 11px 13px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #1e293b;
    text-align: left;
    font-size: .92rem;
    transition: border-color .14s ease, background-color .14s ease, transform .14s ease;
}

.po-alt:hover[b-lycn31avnt] {
    border-color: #a5b4fc;
    transform: translateX(2px);
}

.po-alt.marcada[b-lycn31avnt] {
    border-color: #4f46e5;
    background: rgba(79, 70, 229, .07);
}

.po-letra[b-lycn31avnt] {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 900;
    font-size: .85rem;
}

.po-alt.marcada .po-letra[b-lycn31avnt] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
}

/* ---------- rodapé fixo ---------- */
.po-rodape[b-lycn31avnt] {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px clamp(14px, 4vw, 28px);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -12px 34px rgba(15, 23, 42, .2);
    backdrop-filter: blur(10px);
    color: #475569;
    font-size: .85rem;
    font-weight: 800;
}

.po-finalizar[b-lycn31avnt] {
    width: auto;
    height: 46px;
    margin: 0;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, #059669, #10b981);
    box-shadow: 0 10px 24px rgba(5, 150, 105, .35);
}

/* ---------- resultado ---------- */
.po-resultado[b-lycn31avnt] {
    text-align: center;
}

.po-resultado-icone[b-lycn31avnt] {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    box-shadow: 0 16px 36px rgba(245, 158, 11, .4);
}

.po-stats[b-lycn31avnt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.po-stats > div[b-lycn31avnt] {
    padding: 14px 10px;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: grid;
    gap: 2px;
}

.po-stats strong[b-lycn31avnt] {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.po-stats span[b-lycn31avnt] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.po-aviso-ia[b-lycn31avnt] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 14px;
    padding: 12px 15px;
    border-radius: 12px;
    background: rgba(79, 70, 229, .08);
    color: #4338ca;
    font-size: .86rem;
    font-weight: 700;
    text-align: left;
}

.po-spinner[b-lycn31avnt] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid rgba(79, 70, 229, .25);
    border-top-color: #4f46e5;
    animation: poGirar-b-lycn31avnt .8s linear infinite;
}

@keyframes poGirar-b-lycn31avnt {
    to { transform: rotate(360deg); }
}

/* ---------- gabarito ---------- */
.po-gabarito[b-lycn31avnt] {
    margin-top: 10px;
    text-align: left;
}

.po-gabarito h2[b-lycn31avnt] {
    margin: 14px 0 12px;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 900;
}

.po-gq[b-lycn31avnt] {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 13px;
    border: 1px solid #e2e8f0;
    border-left-width: 4px;
    background: #fff;
}

.po-gq.certa[b-lycn31avnt] { border-left-color: #10b981; }
.po-gq.errada[b-lycn31avnt] { border-left-color: #ef4444; }
.po-gq.diss[b-lycn31avnt] { border-left-color: #8b5cf6; }

.po-gq-cab[b-lycn31avnt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
}

.po-tag[b-lycn31avnt] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
}

.po-tag.certa[b-lycn31avnt] { background: #d1fae5; color: #047857; }
.po-tag.errada[b-lycn31avnt] { background: #fee2e2; color: #b91c1c; }
.po-tag.diss[b-lycn31avnt] { background: #ede9fe; color: #6d28d9; }

.po-gq-linha[b-lycn31avnt] {
    margin: 5px 0 0;
    color: #334155;
    font-size: .88rem;
}

.po-gq-feedback[b-lycn31avnt] {
    margin: 8px 0 0;
    padding: 10px 13px;
    border-radius: 10px;
    background: #f5f3ff;
    color: #5b21b6;
    font-size: .85rem;
}

.po-pendente[b-lycn31avnt] {
    color: #92400e;
    font-style: italic;
}

@media (max-width: 560px) {
    .po-card[b-lycn31avnt] { margin-top: 3vh; }
    .po-stats[b-lycn31avnt] { grid-template-columns: 1fr 1fr; }
}
/* /Components/Pages/RedacaoCorrecao.razor.rz.scp.css */
.red-page[b-96inyi9qu7] { display: grid; gap: 14px; padding-bottom: 18px; }
.red-hero[b-96inyi9qu7] { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 24px; border-radius: 20px; color: #fff; background: radial-gradient(440px 180px at 100% -30%, rgba(255,255,255,.30), transparent 60%), linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); box-shadow: 0 20px 44px rgba(67,56,202,.22); }
.kicker[b-96inyi9qu7] { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.red-hero h1[b-96inyi9qu7] { margin: 6px 0 0; font-size: 2rem; font-weight: 900; }
.red-hero p[b-96inyi9qu7] { margin: 8px 0 0; color: rgba(255,255,255,.9); }
.red-hero a[b-96inyi9qu7] { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border-radius: 11px; color: #4338ca; background: #fff; text-decoration: none; font-weight: 900; }
.red-msg[b-96inyi9qu7] { min-height: 42px; display: flex; align-items: center; padding: 0 14px; border-radius: 12px; font-weight: 800; }
.red-msg.ok[b-96inyi9qu7] { color: #065f46; border: 1px solid #a7f3d0; background: #ecfdf5; }
.red-msg.err[b-96inyi9qu7] { color: #991b1b; border: 1px solid #fecaca; background: #fef2f2; }
.red-layout[b-96inyi9qu7] { display: grid; grid-template-columns: 430px minmax(0,1fr); gap: 14px; align-items: start; }
.red-form[b-96inyi9qu7], .red-result > section[b-96inyi9qu7], .red-result > article[b-96inyi9qu7], .history[b-96inyi9qu7], .empty[b-96inyi9qu7] { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.06); }
.red-form[b-96inyi9qu7], .red-result > section[b-96inyi9qu7], .red-result > article[b-96inyi9qu7], .history[b-96inyi9qu7] { padding: 16px; }
label[b-96inyi9qu7] { display: block; margin-bottom: 10px; }
label span[b-96inyi9qu7] { display: block; margin-bottom: 6px; color: #64748b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
input[b-96inyi9qu7], select[b-96inyi9qu7], textarea[b-96inyi9qu7] { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #dbe4ef; border-radius: 10px; }
textarea[b-96inyi9qu7] { min-height: 340px; resize: vertical; }
button[b-96inyi9qu7] { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%); font-weight: 900; }
.red-result[b-96inyi9qu7] { display: grid; gap: 12px; }
.nota span[b-96inyi9qu7], .nota small[b-96inyi9qu7] { display: block; color: #64748b; font-size: 12px; font-weight: 800; }
.nota strong[b-96inyi9qu7] { display: block; color: #4338ca; font-size: 3rem; font-weight: 900; }
.competencias[b-96inyi9qu7] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.competencias article[b-96inyi9qu7], .pontos article[b-96inyi9qu7] { padding: 12px; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc; }
.competencias strong[b-96inyi9qu7] { color: #4338ca; }
h2[b-96inyi9qu7] { margin: 0 0 8px; color: #0f172a; font-size: 1rem; font-weight: 900; }
p[b-96inyi9qu7] { color: #334155; line-height: 1.5; }
.pontos[b-96inyi9qu7] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.history[b-96inyi9qu7] { display: grid; gap: 8px; }
.history h2[b-96inyi9qu7] { margin: 0 0 4px; }
.history article[b-96inyi9qu7] { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc; }
.history span[b-96inyi9qu7], .history small[b-96inyi9qu7] { color: #64748b; font-size: 12px; }
.empty[b-96inyi9qu7] { min-height: 520px; display: grid; place-items: center; gap: 8px; text-align: center; color: #64748b; }
.empty i[b-96inyi9qu7] { font-size: 36px; color: #818cf8; }
.empty strong[b-96inyi9qu7] { color: #0f172a; }
@media (max-width: 1100px){ .red-layout[b-96inyi9qu7], .competencias[b-96inyi9qu7], .pontos[b-96inyi9qu7] { grid-template-columns: 1fr; } .red-hero[b-96inyi9qu7] { flex-direction: column; align-items: start; } .history article[b-96inyi9qu7] { grid-template-columns: 1fr; } }

/* ===== envio de redação por foto ===== */
.red-foto[b-96inyi9qu7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px;
    margin-top: 2px;
    border: 2px dashed #c7d2fe;
    border-radius: 12px;
    background: #f8faff;
    color: #4f46e5;
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

.red-foto:hover[b-96inyi9qu7] { border-color: #7c3aed; background: #f5f3ff; }
.red-foto.ocupado[b-96inyi9qu7] { opacity: .6; cursor: wait; }
.red-foto[b-96inyi9qu7]  input[type="file"] { display: none; }
/* /Components/Pages/RevisarProva.razor.rz.scp.css */
.rv-page[b-n65njtk1uw] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rv-hero[b-n65njtk1uw] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(320px 140px at 95% -24%, rgba(255, 255, 255, 0.34), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.rv-kicker[b-n65njtk1uw] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rv-hero h1[b-n65njtk1uw] {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 900;
}

.rv-hero p[b-n65njtk1uw] {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.rv-link[b-n65njtk1uw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.rv-layout[b-n65njtk1uw] {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 12px;
}

.rv-list[b-n65njtk1uw],
.rv-detail[b-n65njtk1uw],
.rv-empty[b-n65njtk1uw],
.rv-empty-inline[b-n65njtk1uw] {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.rv-list[b-n65njtk1uw] {
    padding: 14px;
    display: grid;
    gap: 8px;
    max-height: calc(100vh - 220px);
    overflow: auto;
}

.rv-list h3[b-n65njtk1uw] {
    margin: 0 0 4px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rv-item[b-n65njtk1uw] {
    text-align: left;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}

.rv-item.active[b-n65njtk1uw] {
    border-color: #6366f1;
    background: #eef2ff;
}

.rv-item strong[b-n65njtk1uw],
.rv-item span[b-n65njtk1uw],
.rv-item small[b-n65njtk1uw] {
    display: block;
}

.rv-item strong[b-n65njtk1uw] {
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
}

.rv-item span[b-n65njtk1uw] {
    margin-top: 4px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.rv-item small[b-n65njtk1uw] {
    margin-top: 5px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.rv-detail[b-n65njtk1uw] {
    padding: 16px;
}

.rv-detail h2[b-n65njtk1uw] {
    margin: 8px 0 0;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 900;
}

.rv-detail p[b-n65njtk1uw] {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.rv-status[b-n65njtk1uw] {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 10px;
    border-radius: 999px;
    color: #1d4ed8;
    background: #dbeafe;
    font-size: 11px;
    font-weight: 800;
}

.rv-stats[b-n65njtk1uw] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.rv-stats div[b-n65njtk1uw] {
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

.rv-stats strong[b-n65njtk1uw] {
    display: block;
    color: #0f172a;
    font-size: 1.3rem;
    font-weight: 900;
}

.rv-stats span[b-n65njtk1uw] {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.rv-grid[b-n65njtk1uw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.rv-grid section[b-n65njtk1uw] {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.rv-grid h4[b-n65njtk1uw],
.rv-bncc h4[b-n65njtk1uw] {
    margin: 0;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rv-grid ul[b-n65njtk1uw] {
    margin: 8px 0 0;
    padding-left: 16px;
}

.rv-grid li[b-n65njtk1uw] {
    color: #475569;
    font-size: 13px;
    margin-bottom: 4px;
}

.rv-grid strong[b-n65njtk1uw] {
    color: #0f172a;
}

.rv-bncc[b-n65njtk1uw] {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.rv-bncc div[b-n65njtk1uw] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.rv-bncc span[b-n65njtk1uw] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    background: #fffbeb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
}

.rv-actions[b-n65njtk1uw] {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.rv-questoes[b-n65njtk1uw] {
    margin-top: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
}

.rv-questoes h4[b-n65njtk1uw] {
    margin: 0;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rv-q-item[b-n65njtk1uw] {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

.rv-q-item:first-of-type[b-n65njtk1uw] {
    margin-top: 8px;
}

.rv-q-item strong[b-n65njtk1uw] {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
}

.rv-q-item p[b-n65njtk1uw] {
    margin: 6px 0 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.rv-q-item img[b-n65njtk1uw] {
    display: block;
    max-width: 100%;
    max-height: 260px;
    margin-top: 8px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
}

.rv-q-item ul[b-n65njtk1uw] {
    margin: 8px 0 0;
    padding-left: 0;
    list-style: none;
}

.rv-q-item li[b-n65njtk1uw] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.rv-q-item li.correta[b-n65njtk1uw] {
    margin-left: -6px;
    padding: 3px 6px;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    color: #065f46;
    background: #ecfdf5;
}

.rv-q-item li.exp[b-n65njtk1uw] {
    margin-left: 24px;
    padding: 4px 7px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    background: #fffbeb;
}

.rv-resposta-modelo[b-n65njtk1uw] {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fffbeb;
}

.rv-resposta-modelo span[b-n65njtk1uw] {
    display: block;
    color: #92400e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.rv-resposta-modelo p[b-n65njtk1uw] {
    margin-top: 4px;
    color: #78350f;
    font-size: 13px;
}

.rv-btn[b-n65njtk1uw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    color: #334155;
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.rv-btn.primary[b-n65njtk1uw] {
    border-color: #4f46e5;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.rv-empty[b-n65njtk1uw],
.rv-empty-inline[b-n65njtk1uw] {
    padding: 34px 20px;
    text-align: center;
}

.rv-empty i[b-n65njtk1uw],
.rv-empty-inline i[b-n65njtk1uw] {
    color: #64748b;
    font-size: 30px;
}

.rv-empty h2[b-n65njtk1uw] {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 900;
}

.rv-empty p[b-n65njtk1uw],
.rv-empty-inline span[b-n65njtk1uw] {
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .rv-layout[b-n65njtk1uw] {
        grid-template-columns: 1fr;
    }

    .rv-list[b-n65njtk1uw] {
        max-height: none;
    }
}

/* ===== 3 abas + análise + imprimir ===== */
.rv-tabs[b-n65njtk1uw] { display: flex; gap: 8px; margin: 14px 0; flex-wrap: wrap; }

.rv-tabs button[b-n65njtk1uw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    background: #fff;
    color: #334155;
    font-size: .84rem;
    font-weight: 800;
}

.rv-tabs button.on[b-n65njtk1uw] {
    border-color: transparent;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
}

.rv-analise[b-n65njtk1uw] { display: grid; gap: 14px; }

.rv-an-scores[b-n65njtk1uw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.rv-an-score[b-n65njtk1uw] {
    display: grid;
    gap: 2px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
}

.rv-an-score strong[b-n65njtk1uw] { color: #0f172a; font-size: 1.2rem; font-weight: 950; }
.rv-an-score span[b-n65njtk1uw] { color: #64748b; font-size: .7rem; font-weight: 800; }

.rv-an-afirmacoes[b-n65njtk1uw] { display: grid; gap: 8px; }

.rv-an-af[b-n65njtk1uw] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 13px;
    border-radius: 11px;
    background: #eff6ff;
    color: #1e40af;
    font-size: .85rem;
    line-height: 1.45;
}

.rv-an-af.alerta[b-n65njtk1uw], .rv-an-af.amarelo[b-n65njtk1uw] { background: #fffbeb; color: #92400e; }
.rv-an-af.erro[b-n65njtk1uw], .rv-an-af.vermelho[b-n65njtk1uw] { background: #fef2f2; color: #b91c1c; }
.rv-an-af.ok[b-n65njtk1uw], .rv-an-af.verde[b-n65njtk1uw] { background: #f0fdf4; color: #15803d; }

.rv-imprimir[b-n65njtk1uw] { display: grid; gap: 12px; }
.rv-imp-hint[b-n65njtk1uw] { margin: 0; color: #64748b; font-size: .86rem; }

.rv-imp-opcoes[b-n65njtk1uw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}

.rv-imp-card[b-n65njtk1uw] {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    transition: border-color .14s ease, transform .14s ease;
}

.rv-imp-card:hover[b-n65njtk1uw] { border-color: #7c3aed; transform: translateY(-2px); }
.rv-imp-card i[b-n65njtk1uw] { font-size: 1.4rem; color: #7c3aed; }
.rv-imp-card strong[b-n65njtk1uw] { color: #0f172a; font-size: .92rem; }
.rv-imp-card span[b-n65njtk1uw] { color: #64748b; font-size: .78rem; line-height: 1.4; }
/* /Components/Pages/Simulado.razor.rz.scp.css */
.sm-page[b-amtce15b5b] {
    display: grid;
    gap: 12px;
}

.sm-hero[b-amtce15b5b] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #0f766e 100%);
}

.sm-kicker[b-amtce15b5b] {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-hero h1[b-amtce15b5b] {
    margin: 8px 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.sm-hero p[b-amtce15b5b] {
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
}

.sm-link[b-amtce15b5b] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.sm-msg[b-amtce15b5b] {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.sm-msg.ok[b-amtce15b5b] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.sm-msg.err[b-amtce15b5b] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.sm-builder[b-amtce15b5b],
.sm-questoes[b-amtce15b5b],
.sm-faltas[b-amtce15b5b] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.sm-row[b-amtce15b5b] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.sm-row input[b-amtce15b5b],
.sm-row select[b-amtce15b5b],
.sm-row button[b-amtce15b5b] {
    width: 100%;
    min-height: 40px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
    font-family: inherit;
}

.sm-row button[b-amtce15b5b] {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #0f766e 100%);
    font-weight: 900;
}

.sm-row label[b-amtce15b5b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 0 10px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
}

.sm-row label input[b-amtce15b5b] {
    border: 0;
    min-height: 0;
    padding: 0;
}

.sm-check[b-amtce15b5b] {
    white-space: nowrap;
}

.sm-chips[b-amtce15b5b] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sm-chips span[b-amtce15b5b] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    color: #0c4a6e;
    background: #e0f2fe;
    font-size: 12px;
    font-weight: 800;
}

.sm-chips button[b-amtce15b5b] {
    border: 0;
    color: #991b1b;
    background: transparent;
    font-size: 12px;
    font-weight: 900;
}

.sm-actions[b-amtce15b5b] {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.sm-btn[b-amtce15b5b] {
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #0f766e 100%);
    font-size: 13px;
    font-weight: 900;
}

.sm-btn.secondary[b-amtce15b5b] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.sm-faltas h2[b-amtce15b5b],
.sm-questoes h2[b-amtce15b5b] {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
}

.sm-faltas div[b-amtce15b5b] {
    color: #7c2d12;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.sm-questoes article[b-amtce15b5b] {
    border-top: 1px solid #edf2f7;
    padding-top: 10px;
    margin-top: 10px;
}

.sm-questoes strong[b-amtce15b5b] {
    display: block;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
}

.sm-questoes p[b-amtce15b5b] {
    margin: 6px 0 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.sm-questoes ul[b-amtce15b5b] {
    margin: 8px 0 0;
    padding-left: 0;
    list-style: none;
}

.sm-questoes li[b-amtce15b5b] {
    margin-bottom: 4px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.sm-questoes li.certa[b-amtce15b5b] {
    margin-left: -6px;
    padding: 3px 6px;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    color: #065f46;
    background: #ecfdf5;
}

.sm-empty[b-amtce15b5b] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .sm-row[b-amtce15b5b] {
        grid-template-columns: 1fr;
    }

    .sm-hero[b-amtce15b5b] {
        flex-direction: column;
        align-items: start;
    }
}

/* combos com miniatura na linha do builder */
.sm-row[b-amtce15b5b]  .se-wrap {
    flex: 1 1 170px;
    min-width: 170px;
}
/* /Components/Pages/SimuladoCorrecao.razor.rz.scp.css */
/* ===== Correção de simulado por foto ===== */

.sc-page[b-rvvp0q23bw] { display: grid; gap: 16px; }

.sc-hero[b-rvvp0q23bw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px clamp(18px, 3vw, 32px);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(600px 300px at 100% 0%, rgba(255, 255, 255, .14), transparent 55%),
        linear-gradient(120deg, #b45309 0%, #f59e0b 100%);
    box-shadow: 0 20px 44px rgba(245, 158, 11, .3);
}

.sc-kicker[b-rvvp0q23bw] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.sc-hero h1[b-rvvp0q23bw] { margin: 0 0 4px; font-size: clamp(1.25rem, 2.6vw, 1.7rem); font-weight: 900; }
.sc-hero p[b-rvvp0q23bw] { margin: 0; max-width: 560px; opacity: .92; font-size: .92rem; }

.sc-voltar[b-rvvp0q23bw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-weight: 850;
    white-space: nowrap;
}

.sc-card[b-rvvp0q23bw] {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.sc-card h2[b-rvvp0q23bw] { margin: 0 0 14px; color: #0f172a; font-size: 1.05rem; font-weight: 900; }
.sc-card h2 small[b-rvvp0q23bw] { color: #94a3b8; font-size: .82rem; font-weight: 800; margin-left: 8px; }
.sc-card h3[b-rvvp0q23bw] { display: flex; align-items: center; gap: 8px; margin: 0; color: #0f172a; font-size: 1rem; font-weight: 900; }

.sc-alerta[b-rvvp0q23bw] { padding: 12px 16px; border-radius: 12px; font-size: .9rem; font-weight: 750; }
.sc-alerta.ok[b-rvvp0q23bw] { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; }
.sc-alerta.erro[b-rvvp0q23bw] { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }

.sc-grid[b-rvvp0q23bw] { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; }

.sc-sim-card[b-rvvp0q23bw] {
    display: grid;
    gap: 3px;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    text-align: left;
    transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.sc-sim-card:hover[b-rvvp0q23bw] { transform: translateY(-2px); border-color: #fde68a; box-shadow: 0 12px 28px rgba(245, 158, 11, .16); }
.sc-sim-card strong[b-rvvp0q23bw] { color: #0f172a; font-size: .93rem; }
.sc-sim-card span[b-rvvp0q23bw] { color: #64748b; font-size: .78rem; font-weight: 700; }

.sc-vazio[b-rvvp0q23bw] { color: #64748b; font-size: .9rem; text-align: center; padding: 14px 0 4px; }

.sc-botao-foto[b-rvvp0q23bw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 58px;
    border-radius: 14px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    background: linear-gradient(120deg, #b45309, #f59e0b);
    box-shadow: 0 14px 30px rgba(245, 158, 11, .4);
    transition: transform .14s ease;
}

.sc-botao-foto:hover:not(.ocupado)[b-rvvp0q23bw] { transform: translateY(-2px); }
.sc-botao-foto.ocupado[b-rvvp0q23bw] { opacity: .6; cursor: wait; }
.sc-botao-foto[b-rvvp0q23bw]  input[type="file"] { display: none; }

.sc-envios-cab[b-rvvp0q23bw] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }

.sc-envio[b-rvvp0q23bw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    margin-bottom: 8px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fff;
}

.sc-envio-nome[b-rvvp0q23bw] { display: grid; min-width: 0; }
.sc-envio-nome strong[b-rvvp0q23bw] { color: #0f172a; font-size: .9rem; }
.sc-envio-nome span[b-rvvp0q23bw] { color: #94a3b8; font-size: .74rem; font-weight: 700; }

.sc-envio-info[b-rvvp0q23bw] { display: flex; align-items: center; gap: 10px; }
.sc-nota[b-rvvp0q23bw] { color: #0f172a; font-size: 1.05rem; font-weight: 900; }

.sc-status[b-rvvp0q23bw] { padding: 3px 10px; border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.sc-status.aguardando[b-rvvp0q23bw] { background: #fef3c7; color: #92400e; }
.sc-status.corrigido[b-rvvp0q23bw] { background: #d1fae5; color: #047857; }

.sc-mini-btn[b-rvvp0q23bw] {
    height: 32px;
    padding: 0 13px;
    border: 1px solid #fde68a;
    border-radius: 9px;
    background: #fffbeb;
    color: #b45309;
    font-size: .78rem;
    font-weight: 850;
}

.sc-revisao[b-rvvp0q23bw] {
    margin: -2px 0 10px;
    padding: 14px;
    border: 1px dashed #fde68a;
    border-radius: 12px;
    background: #fffdf5;
    display: grid;
    gap: 10px;
}

.sc-ver-foto[b-rvvp0q23bw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b45309;
    font-size: .85rem;
    font-weight: 850;
    text-decoration: none;
}

.sc-respostas[b-rvvp0q23bw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 8px;
}

.sc-resp[b-rvvp0q23bw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid #e2e8f0;
    border-left-width: 4px;
    border-radius: 10px;
    background: #fff;
    font-size: .82rem;
}

.sc-resp.certa[b-rvvp0q23bw] { border-left-color: #10b981; }
.sc-resp.errada[b-rvvp0q23bw] { border-left-color: #ef4444; }
.sc-resp.diverge[b-rvvp0q23bw] { border-left-color: #f59e0b; background: #fffbeb; }

.sc-resp-num[b-rvvp0q23bw] { font-weight: 900; color: #0f172a; min-width: 32px; }

.sc-resp select[b-rvvp0q23bw] {
    height: 32px;
    padding: 0 6px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-weight: 900;
    outline: none;
}

.sc-resp-gab[b-rvvp0q23bw] { color: #64748b; }
.sc-resp-div[b-rvvp0q23bw] { color: #b45309; font-size: .72rem; font-weight: 800; }

.sc-cta[b-rvvp0q23bw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(120deg, #b45309, #f59e0b);
    box-shadow: 0 12px 26px rgba(245, 158, 11, .35);
    transition: transform .14s ease;
}

.sc-cta:hover[b-rvvp0q23bw] { transform: translateY(-2px); }

@media (max-width: 700px) {
    .sc-hero[b-rvvp0q23bw] { flex-direction: column; align-items: flex-start; }
}
/* /Components/Pages/Trabalho.razor.rz.scp.css */
.tb-page[b-0tiit4hjtc] {
    display: grid;
    gap: 12px;
}

.tb-head[b-0tiit4hjtc] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
}

.tb-head span[b-0tiit4hjtc] {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
}

.tb-head h1[b-0tiit4hjtc] {
    margin: 8px 0 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.tb-head a[b-0tiit4hjtc] {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.tb-msg[b-0tiit4hjtc] {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.tb-msg.ok[b-0tiit4hjtc] {
    color: #065f46;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
}

.tb-msg.err[b-0tiit4hjtc] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.tb-form[b-0tiit4hjtc],
.tb-list[b-0tiit4hjtc] {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.tb-grid[b-0tiit4hjtc] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.tb-form input[b-0tiit4hjtc],
.tb-form select[b-0tiit4hjtc],
.tb-form textarea[b-0tiit4hjtc] {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 9px 10px;
    font-size: 14px;
    font-family: inherit;
    margin-top: 8px;
}

.tb-form button[b-0tiit4hjtc] {
    margin-top: 10px;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    font-size: 13px;
    font-weight: 900;
}

.tb-list h2[b-0tiit4hjtc] {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 900;
}

.tb-list article[b-0tiit4hjtc] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}

.tb-list strong[b-0tiit4hjtc],
.tb-list span[b-0tiit4hjtc] {
    display: block;
}

.tb-list strong[b-0tiit4hjtc] {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.tb-list span[b-0tiit4hjtc] {
    margin-top: 4px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .tb-grid[b-0tiit4hjtc] {
        grid-template-columns: 1fr;
    }

    .tb-head[b-0tiit4hjtc] {
        flex-direction: column;
        align-items: start;
    }
}

.tb-grid[b-0tiit4hjtc]  .se-wrap { min-width: 170px; }
/* /Components/Shared/CartaoQuestao.razor.rz.scp.css */
.gq-card[b-li4fik1vh5] {
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(139, 92, 246, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 32px rgba(40, 30, 90, .08);
}

.gq-card-top[b-li4fik1vh5] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.gq-badges[b-li4fik1vh5] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.gq-badge[b-li4fik1vh5] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.gq-badge.is-discipline[b-li4fik1vh5] {
    color: #4338ca;
    background: #eef2ff;
}

.gq-badge.is-bncc[b-li4fik1vh5] {
    color: #0f766e;
    background: #ecfeff;
}

.gq-badge.is-bloom[b-li4fik1vh5] {
    color: #92400e;
    background: #fef3c7;
}

.gq-badge.is-difficulty[b-li4fik1vh5] {
    color: #475569;
    background: #f8fafc;
}

.gq-favorite[b-li4fik1vh5] {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: #94a3b8;
    background: #fff;
    font-size: 18px;
    transition: all .18s ease;
}

.gq-favorite.is-on[b-li4fik1vh5] {
    color: #f59e0b;
    border-color: #fde68a;
    background: #fff7ed;
}

.gq-text[b-li4fik1vh5] {
    margin: 16px 0 0;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.65;
}

.gq-meta[b-li4fik1vh5] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.gq-meta span[b-li4fik1vh5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gq-meta .is-fresh[b-li4fik1vh5] {
    color: #059669;
}

.gq-note-box[b-li4fik1vh5],
.gq-note-editor[b-li4fik1vh5] {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #ede9fe;
    border-radius: 14px;
    background: linear-gradient(180deg, #faf9ff, #fff);
}

.gq-note-box.is-empty[b-li4fik1vh5] {
    background: #fcfcff;
}

.gq-note-trigger[b-li4fik1vh5] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 0;
    color: #5b21b6;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
}

.gq-note-content strong[b-li4fik1vh5] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5b21b6;
    font-size: 12px;
    font-weight: 900;
}

.gq-note-content p[b-li4fik1vh5] {
    margin: 8px 0 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.gq-note-edit[b-li4fik1vh5] {
    margin-top: 10px;
    border: 0;
    padding: 0;
    color: #4f46e5;
    background: transparent;
    font-size: 12px;
    font-weight: 900;
}

.gq-note-editor label[b-li4fik1vh5] {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.gq-note-editor textarea[b-li4fik1vh5] {
    width: 100%;
    border: 1px solid #d8d3f4;
    border-radius: 12px;
    padding: 10px 12px;
    color: #0f172a;
    font: inherit;
    line-height: 1.55;
    resize: vertical;
    min-height: 92px;
    background: #fff;
}

.gq-note-editor textarea:focus[b-li4fik1vh5] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, .12);
}

.gq-note-actions[b-li4fik1vh5] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.gq-btn-primary[b-li4fik1vh5],
.gq-btn-secondary[b-li4fik1vh5] {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    font-family: inherit;
}

.gq-btn-primary[b-li4fik1vh5] {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.gq-btn-secondary[b-li4fik1vh5] {
    border: 1px solid #ddd6fe;
    color: #4338ca;
    background: #fff;
}
/* /Components/Shared/DynamicControls.razor.rz.scp.css */
.dyn-controls[b-vmlgksw72y] {
    display: grid;
    gap: 10px;
}

.dyn-field[b-vmlgksw72y] {
    display: grid;
    gap: 7px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.dyn-label-row[b-vmlgksw72y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dyn-label-row span[b-vmlgksw72y] {
    color: #334155;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.dyn-label-row small[b-vmlgksw72y] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
}

.dyn-chip-grid[b-vmlgksw72y] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.dyn-chip[b-vmlgksw72y],
.dyn-switch[b-vmlgksw72y] {
    min-height: 34px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    background: #f8fafc;
    color: #334155;
    font-size: .82rem;
    font-weight: 800;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dyn-chip[b-vmlgksw72y] {
    padding: 0 10px;
}

.dyn-chip:hover[b-vmlgksw72y],
.dyn-switch:hover[b-vmlgksw72y] {
    border-color: #a5b4fc;
    transform: translateY(-1px);
}

.dyn-chip.is-on[b-vmlgksw72y] {
    border-color: #4f46e5;
    color: #3730a3;
    background: #e0e7ff;
    box-shadow: 0 8px 16px rgba(79, 70, 229, .12);
}

.dyn-switch[b-vmlgksw72y] {
    width: 100%;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    text-align: left;
}

.dyn-switch span[b-vmlgksw72y] {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background-color .18s ease;
}

.dyn-switch span[b-vmlgksw72y]::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .22);
    content: "";
    transition: transform .18s ease;
}

.dyn-switch strong[b-vmlgksw72y] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyn-switch.is-on[b-vmlgksw72y] {
    border-color: #10b981;
    color: #065f46;
    background: #ecfdf5;
}

.dyn-switch.is-on span[b-vmlgksw72y] {
    background: #10b981;
}

.dyn-switch.is-on span[b-vmlgksw72y]::after {
    transform: translateX(16px);
}

.dyn-input[b-vmlgksw72y] {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: .88rem;
    outline: none;
}

.dyn-input:focus[b-vmlgksw72y] {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .16);
}
