:root {
  --bg: #f4f7fb;
  --card: #ffffff;
  --text: #172033;
  --muted: #667085;
  --primary: #174ea6;
  --primary-dark: #0f3b80;
  --border: #e5e7eb;
  --danger: #b42318;
  --success: #067647;
  --warning: #b54708;
  --shadow: 0 10px 30px rgba(15, 23, 42, .08);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
.topbar { min-height: 72px; background: #fff; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; position: sticky; top: 0; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { background: var(--primary); color: #fff; padding: 10px 12px; border-radius: 14px; font-weight: 800; letter-spacing: .5px; }
.brand small { display: block; color: var(--muted); margin-top: 2px; }
.nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: flex-end; }
.nav a { padding: 8px 12px; border-radius: 12px; color: #344054; }
.nav a:hover { background: #eef4ff; color: var(--primary); }
.container { max-width: 1180px; margin: 0 auto; padding: 28px 20px 48px; }
.footer { color: var(--muted); text-align: center; padding: 24px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 22px; box-shadow: var(--shadow); margin-bottom: 20px; }
.card h1, .card h2, .card h3 { margin-top: 0; }
.hero { background: linear-gradient(135deg, #174ea6, #2f80ed); color: #fff; border-radius: 24px; padding: 28px; margin-bottom: 22px; box-shadow: var(--shadow); }
.hero p { margin-bottom: 0; opacity: .95; }
.hero .welcome-role { margin: 0 0 8px; font-size: 18px; font-weight: 800; opacity: .95; text-transform: uppercase; letter-spacing: .04em; }
.grid { display: grid; gap: 18px; }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat { text-align: center; box-shadow: none; background: #f8fbff; }
.stat span { display: block; font-size: 32px; font-weight: 800; color: var(--primary); }
.stat small, .muted { color: var(--muted); }
.action:hover { border-color: #bcd3ff; transform: translateY(-1px); }
.login-wrap { min-height: calc(100vh - 180px); display: grid; place-items: center; }
.login-card { width: min(420px, 100%); background: #fff; border: 1px solid var(--border); border-radius: 26px; padding: 30px; box-shadow: var(--shadow); }
.form-stack { display: flex; flex-direction: column; gap: 14px; }
label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 12px; padding: 11px 12px; font: inherit; background: #fff; color: var(--text); }
textarea { resize: vertical; }
.btn, button.btn { border: 0; background: #eef4ff; color: var(--primary); border-radius: 12px; padding: 10px 14px; cursor: pointer; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; }
.btn:hover { filter: brightness(.98); }
.btn.primary { background: var(--primary); color: #fff; }
.btn.danger { background: #fee4e2; color: var(--danger); }
.btn.small { padding: 7px 10px; min-height: 32px; font-size: 13px; }
.form-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.actions-inline { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.actions-inline form { margin: 0; }
.inline-time-form { display: inline-flex; gap: 6px; align-items: center; }
.inline-time-form input { width: 76px; min-height: 34px; padding: 7px 8px; border-radius: 10px; }
.monitor-reopen-form { margin: 10px 0 14px; }
.monitor-reopen-form label { max-width: 180px; }
.monitor-reopen-form input[type="number"] { width: 96px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--border); padding: 12px 10px; text-align: left; vertical-align: top; }
th { color: #475467; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; }
.badge { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: #eef2f6; color: #344054; font-weight: 700; font-size: 12px; }
.badge.publicada, .badge.ok { background: #dcfae6; color: var(--success); }
.badge.fechada { background: #e4e7ec; color: #344054; }
.badge.rascunho, .badge.alerta { background: #fef0c7; color: var(--warning); }
.flash { padding: 12px 16px; border-radius: 14px; margin-bottom: 16px; font-weight: 700; transition: opacity .25s ease, transform .25s ease; }
.flash.flash-hide { opacity: 0; transform: translateY(-8px); }
.flash.sucesso { background: #dcfae6; color: var(--success); }
.flash.erro { background: #fee4e2; color: var(--danger); }
.hint, .notice { background: #f8fbff; border: 1px solid #d6e4ff; border-radius: 16px; padding: 14px; color: #344054; margin-top: 14px; }
.notice { display: flex; flex-wrap: wrap; gap: 10px; }
.notice span { background: #fff; border: 1px solid #d6e4ff; border-radius: 999px; padding: 7px 10px; }
.split { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.question-grid { display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 12px; }
.question-tile { border: 1px solid var(--border); border-radius: 16px; padding: 14px; background: #fff; display: flex; flex-direction: column; gap: 6px; min-height: 110px; }
.question-tile.ok { border-color: #abefc6; background: #f6fef9; }
.question-tile.pendente { border-color: #fedf89; background: #fffcf5; }
.question-tile small { color: var(--muted); }
.questions-review-section { margin: 18px 0; }
.questions-review-head { margin-bottom: 12px; align-items: center; }
.questions-review-list { display: grid; gap: 14px; }
.question-review-item {
  border: 1px solid var(--border);
  border-left: 6px solid #d0d5dd;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .05);
}
.question-review-item.ok { border-left-color: #16a34a; }
.question-review-item.pendente { border-left-color: #f59e0b; background: #fffdf7; }
.question-review-title,
.question-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.question-review-title strong { display: block; font-size: 18px; color: var(--text); }
.question-review-title span { color: var(--muted); font-weight: 700; }
.question-review-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.question-review-base {
  margin-top: 12px;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  border-radius: 12px;
  padding: 12px;
}
.question-review-base h3 { margin: 0 0 8px; font-size: 15px; color: #1d4ed8; }
.question-review-enunciado {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.question-review-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.question-review-option {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}
.question-review-option.correta {
  border-color: #22c55e;
  background: #f0fdf4;
  box-shadow: inset 0 0 0 1px #86efac;
}
.question-review-option.vazia {
  border-style: dashed;
  background: #f8fafc;
}
.question-review-letter {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e0ecff;
  color: #1d4ed8;
  font-weight: 800;
}
.question-review-option.correta .question-review-letter { background: #16a34a; color: #fff; }
.question-review-footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.answer-key-ok { color: #15803d; }
.answer-key-missing { color: var(--danger); }
.question-card { border: 1px solid var(--border); border-radius: 18px; padding: 16px; margin: 14px 0; background: #fcfcfd; }
.question-card h3 { margin-bottom: 8px; }
.option { font-weight: 400; flex-direction: row; align-items: flex-start; margin: 8px 0; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 10px; }
.option input { width: auto; margin-top: 4px; }
.sticky-actions { position: sticky; bottom: 0; z-index: 9; }
.nota-input { min-width: 80px; }
.center { text-align: center; }
@media (max-width: 900px) {
  .topbar { align-items: flex-start; flex-direction: column; gap: 12px; padding: 14px 18px; }
  .two, .form-grid, .stats, .actions { grid-template-columns: 1fr; }
  .question-grid { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .question-review-options { grid-template-columns: 1fr; }
  .question-review-item { padding: 12px; }
  .split { flex-direction: column; }
}

/* Identidade institucional - CEOB Avalia v9.5 */
.official-header {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow);
}
.official-header h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.official-header p {
  margin: 3px 0 0;
  color: var(--primary);
  font-weight: 800;
}
.official-header small {
  color: var(--muted);
}
.official-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: .04em;
  flex: 0 0 auto;
}
.login-card .official-header {
  box-shadow: none;
  margin-bottom: 20px;
  background: #f8fbff;
}

@media print {
  body { background: #fff; color: #000; font-size: 12px; }
  .no-print, .topbar, .footer, .nav, .flash, .btn, button { display: none !important; }
  .container { max-width: none; padding: 0; margin: 0; }
  .official-header { box-shadow: none; border: 1px solid #000; border-radius: 0; margin-bottom: 14px; }
  .official-mark { background: #000; color: #fff; border-radius: 0; }
  .card { box-shadow: none; border: 1px solid #999; border-radius: 0; page-break-inside: avoid; }
  table { font-size: 11px; }
  th, td { border: 1px solid #999; padding: 6px; }
  .badge { border: 1px solid #000; background: #fff !important; color: #000 !important; }
}
.cpf-form { display: flex; gap: 8px; align-items: center; min-width: 230px; }
.cpf-form input { min-width: 140px; padding: 7px 9px; border-radius: 10px; }

.info-box {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.compact-list {
  margin: 10px 0 0 18px;
  padding: 0;
  line-height: 1.7;
}

/* CEOB Avalia v10.2 - logo, prova local e monitoramento */
.logo-mark,
.logo-mark-large {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.logo-mark {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}
.logo-mark img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.logo-mark-large {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
}
.logo-mark-large img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}
.login-card .official-header {
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}
.login-card .official-header h2 {
  font-size: 17px;
  line-height: 1.05;
}
.login-card .official-header p {
  font-size: 13px;
}
.login-card .official-header small {
  font-size: 12px;
}
.prova-topo {
  position: sticky;
  top: 88px;
  z-index: 6;
}
.autosave-status {
  border: 1px solid #d6e4ff;
  background: #f8fbff;
  color: #344054;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  white-space: nowrap;
}
.autosave-status.ok {
  background: #dcfae6;
  color: var(--success);
  border-color: #abefc6;
}
.autosave-status.salvando {
  background: #fef0c7;
  color: var(--warning);
  border-color: #fedf89;
}
.autosave-status.erro {
  background: #fee4e2;
  color: var(--danger);
  border-color: #fecdca;
}
.resposta-status {
  display: block;
  margin-top: 8px;
}
.qr-img {
  width: 280px;
  max-width: 100%;
  height: auto;
  margin: 12px auto;
  display: block;
}
.link-box {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #d6e4ff;
  font-weight: 800;
  color: var(--primary);
  word-break: break-all;
}
@media (max-width: 900px) {
  .prova-topo { position: static; }
  .autosave-status { white-space: normal; }
  .logo-mark { width: 50px; height: 50px; flex-basis: 50px; }
  .logo-mark img { width: 44px; height: 44px; }
}

/* CEOB Avalia v10.2 - questões com imagens */
.image-editor-box {
  border: 1px solid #d6e4ff;
  background: #f8fbff;
  border-radius: 18px;
  padding: 16px;
  margin: 12px 0 18px;
}
.image-editor-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.questao-image-preview-box {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  margin: 10px 0 14px;
}
.questao-image-preview {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 320px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
}
.questao-image-figure {
  margin: 14px 0;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 16px;
  padding: 12px;
}
.questao-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
}
.questao-image-figure figcaption,
.questao-image-preview-box small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
.image-remove-form {
  margin-top: 12px;
  justify-content: flex-start;
}
@media print {
  .questao-image-figure {
    page-break-inside: avoid;
  }
  .questao-image {
    max-height: 300px;
  }
}
@media (max-width: 900px) {
  .questao-image {
    max-height: 280px;
  }
  .questao-image-preview {
    max-height: 240px;
  }
}

/* ===== TEMPORIZADOR DA PROVA ===== */
.timer-box {
  background: #0b1b34;
  color: #ffffff;
  border-radius: 16px;
  padding: 12px 16px;
  text-align: center;
  min-width: 170px;
  margin-bottom: 8px;
}

.timer-box span {
  display: block;
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 4px;
}

.timer-box strong {
  display: block;
  font-size: 28px;
  letter-spacing: 1px;
}

.timer-box strong.danger-time,
.danger-time {
  color: #fecaca;
}

.option input[type="radio"] {
  width: auto;
  margin-right: 8px;
}

/* CEOB Avalia v10.4 - Painel de desempenho ao vivo */
.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dcfae6;
  color: var(--success);
  border: 1px solid #abefc6;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}
.live-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(6, 118, 71, .12);
}
.live-area-stack {
  display: grid;
  gap: 18px;
}
.live-area-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 6px solid var(--primary);
  border-radius: 18px;
  padding: 0;
  box-shadow: var(--shadow);
}
.live-area-summary {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.4fr);
  gap: 18px;
  align-items: center;
  cursor: pointer;
  padding: 20px 22px;
  list-style: none;
}
.live-area-summary::-webkit-details-marker {
  display: none;
}
.live-area-summary::after {
  content: "Abrir area";
  justify-self: end;
  color: var(--primary);
  font-weight: 800;
  font-size: 13px;
}
.live-area-card[open] .live-area-summary::after {
  content: "Fechar area";
}
.live-area-summary h2,
.live-area-summary p {
  margin: 0 0 6px;
}
.live-area-card .live-turma-grid {
  padding: 0 22px 22px;
}
.live-turma-grid {
  align-items: stretch;
}
.live-turma-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.live-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.live-card-head h2,
.live-card-head p {
  margin: 0 0 6px;
}
.live-mini-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.live-mini-stats div {
  background: #f8fbff;
  border: 1px solid #d6e4ff;
  border-radius: 16px;
  padding: 12px;
  text-align: center;
}
.live-mini-stats strong {
  display: block;
  font-size: 24px;
  color: var(--primary);
}
.live-mini-stats span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.progress-wrap {
  width: 100%;
}
.progress-wrap.compact {
  margin-top: 6px;
}
.progress-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}
.progress-bar {
  height: 11px;
  border-radius: 999px;
  background: #eef2f6;
  overflow: hidden;
  border: 1px solid #e4e7ec;
}
.progress-bar span {
  display: block;
  height: 100%;
  min-width: 0;
  background: linear-gradient(90deg, #174ea6, #2f80ed);
  border-radius: 999px;
  transition: width .25s ease;
}
.live-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.discipline-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.discipline-live-card {
  background: #f8fbff;
  border: 1px solid #d6e4ff;
  border-radius: 16px;
  padding: 14px;
}
.discipline-live-card strong,
.discipline-live-card span {
  display: block;
}
.discipline-live-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}
.live-table td {
  vertical-align: middle;
}
.live-table .progress-bar {
  height: 8px;
}
.danger-time {
  color: var(--danger) !important;
  font-weight: 900;
}
@media (max-width: 900px) {
  .live-mini-stats,
  .live-stats,
  .discipline-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .live-card-head {
    flex-direction: column;
  }
  .live-area-summary {
    grid-template-columns: 1fr;
  }
  .live-area-summary::after {
    justify-self: start;
  }
}
@media (max-width: 560px) {
  .live-mini-stats,
  .live-stats,
  .discipline-live-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== LINKS DE ACESSO POR PERFIL / HIERARQUIA ===== */
.access-list,
.access-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.access-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.access-card {
  display: block;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  padding: 16px;
  background: #ffffff;
  color: #0b1b34;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.access-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11, 27, 52, 0.08);
  border-color: #1f56b3;
}

.access-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.access-card span,
.access-card small {
  display: block;
  color: #42526e;
  font-size: 13px;
  line-height: 1.35;
}

.access-card.admin { border-left: 5px solid #0b1b34; }
.access-card.coordenador { border-left: 5px solid #1f56b3; }
.access-card.professor { border-left: 5px solid #2f80ed; }
.access-card.estudante { border-left: 5px solid #16a34a; }

.login-links {
  margin-top: 16px;
  text-align: center;
}

.login-links a {
  color: #1f56b3;
  font-weight: 700;
  text-decoration: none;
}

.compact-list {
  padding-left: 18px;
  margin-top: 8px;
}

.compact-list li {
  margin: 5px 0;
}

@media (max-width: 900px) {
  .access-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== LINKS SEPARADOS POR PERFIL ===== */
.perfil-login-badge {
  display: inline-block;
  background: #e8eef8;
  color: #0b1b34;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  margin-bottom: 12px;
}

.perfil-login-badge.admin {
  background: #e0f2fe;
}

.perfil-login-badge.coordenador {
  background: #ecfdf5;
}

.perfil-login-badge.professor {
  background: #fef9c3;
}

.perfil-login-badge.estudante {
  background: #f3e8ff;
}

.login-note {
  color: #42526e;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 14px;
  margin-bottom: 0;
}


/* CEOB Avalia v10.8 - fórmulas, símbolos e cálculos */
.questao-texto,
.alternativa-texto,
.math-content {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.55;
}
.formula-help {
  background: #f8fbff;
  border: 1px solid #d6e4ff;
  border-radius: 14px;
  padding: 12px;
  color: #344054;
  font-size: 13px;
}
.formula-help code {
  background: #eef4ff;
  border-radius: 6px;
  padding: 1px 5px;
}

/* CEOB Avalia v10.10 - prova paginada e ambiente seguro */
.hidden { display: none !important; }
.question-slide { display: none; }
.question-slide.active { display: block; }
.question-pager-card { min-height: 430px; }
.question-slide-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.question-slide-head h2 { margin: 8px 0 0; }
.prova-progress { margin-top: 14px; }
.pager-actions {
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.question-dots {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}
.dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
}
.dot.ok { background: #dcfae6; border-color: #abefc6; color: var(--success); }
.dot.active { outline: 3px solid rgba(23, 78, 166, .18); border-color: var(--primary); color: var(--primary); }
.confirm-panel { border-color: #abefc6; }
.confirm-check { margin: 16px 0; flex-direction: row; align-items: flex-start; }
.confirm-check input { width: auto; margin-top: 3px; }
.security-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11, 27, 52, .82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.security-overlay.active { display: flex; }
.security-box {
  width: min(560px, 100%);
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  text-align: center;
}
.security-box h2 { margin-top: 0; color: var(--primary); }
.security-box.pause{
  border:2px solid #84caff;
  background:linear-gradient(180deg,#ffffff,#f0f8ff);
}
.security-box.pause h2{
  color:#1254c5;
}
.security-box.pause::before{
  content:"";
  display:block;
  width:54px;
  height:54px;
  margin:0 auto 14px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%,#1254c5 0 34%,transparent 35%),linear-gradient(90deg,transparent 0 34%,#1254c5 35% 45%,transparent 46% 54%,#1254c5 55% 65%,transparent 66%);
  opacity:.9;
}
@media (max-width: 900px) {
  .pager-actions { position: static; }
  .question-dots { order: 3; flex-basis: 100%; }
}
.pager-actions { display: flex; }

/* Horário Escolar em formato de grade semanal */
.schedule-day { margin-top: 24px; border-top: 1px solid var(--border); padding-top: 18px; }
.schedule-day-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.schedule-day-title h2 { margin: 0; color: var(--primary); }
.schedule-wrap { border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.schedule-table { width: 100%; min-width: 1460px; table-layout: fixed; }
.schedule-table th { background: #f8fbff; color: #1d2939; text-align: center; vertical-align: middle; position: sticky; top: 0; z-index: 1; }
.schedule-time-col { width: 160px; }
.schedule-class-col { width: 130px; min-width: 130px; }
.schedule-time-cell { background: #f9fafb; font-weight: 700; color: #101828; text-align: center; vertical-align: middle; }
.schedule-time-cell small { display: block; margin-top: 4px; color: var(--muted); font-weight: 400; }
.schedule-cell { min-height: 78px; padding: 6px; text-align: center; vertical-align: middle; background: #ffffff; }
.schedule-cell.empty { background: #fcfcfd; }
.schedule-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  min-height: 96px;
  padding: 8px 7px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #dbe7ff;
  text-align: center;
  overflow: hidden;
}
.schedule-entry + .schedule-entry { margin-top: 6px; }
.schedule-entry strong,
.schedule-entry small,
.schedule-entry em,
.schedule-entry span {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  hyphens: none;
}
.schedule-entry strong {
  color: #101828;
  font-size: 14px;
  line-height: 1.15;
  min-height: auto;
}
.schedule-entry small { color: #344054; line-height: 1.18; font-size: 13px; }
.schedule-entry em { color: var(--muted); font-style: normal; font-size: 11px; line-height: 1.18; }
.schedule-entry span { color: #475467; font-size: 11px; line-height: 1.18; }
.empty-state { padding: 26px; border: 1px dashed var(--border); border-radius: 16px; color: var(--muted); text-align: center; background: #fcfcfd; }

/* CEOB Avalia v10.12 - prova bloqueada, navegação vertical e layout ampliado */
.prova-topo-v1012 .prova-head-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}
.prova-head-side { display: grid; gap: 10px; justify-items: end; }
.timer-box-compact { min-width: 180px; padding: 12px 16px; }
.timer-box-compact span { font-size: 12px; }
.timer-box-compact strong { font-size: 28px; line-height: 1; }
.compact-tags { margin-top: 12px; }
.security-warning-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7e6;
  border: 1px solid #fedf89;
  color: #7a2e0e;
}
.exam-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: start;
}
.question-area-card { min-height: 70vh; }
.question-side-card {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}
.question-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.question-side-head h3 { margin: 0; color: var(--primary); }
.vertical-dots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 62vh;
  overflow-y: auto;
  padding-right: 4px;
}
.vertical-dots .dot {
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  font-weight: 700;
}
.vertical-dots .dot.unanswered {
  background: #f8fafc;
  border-color: #d0d5dd;
  color: #475467;
}
.vertical-dots .dot.ok { background: #dcfae6; border-color: #abefc6; color: var(--success); }
.vertical-dots .dot.active { outline: 3px solid rgba(23, 78, 166, .18); border-color: var(--primary); color: var(--primary); }
.side-summary {
  display: grid;
  gap: 10px;
}
.side-summary > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #dbe7ff;
}
.side-summary strong { font-size: 24px; color: var(--primary); }
.side-summary span { font-size: 12px; color: var(--muted); text-transform: lowercase; }
.questao-content-wrap {
  margin: 16px 0 12px;
}
.questao-texto {
  font-size: 18px;
  line-height: 1.65;
  color: #101828;
}
.option-lg {
  padding: 16px 18px;
  align-items: flex-start;
}
.option-lg input[type="radio"] {
  margin-top: 3px;
  transform: scale(1.2);
}
.option-lg .alternativa-texto { font-size: 16px; line-height: 1.55; }
.alternativas-lista { display: grid; gap: 12px; }
.pager-actions-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.pager-actions-inline-right { display: flex; gap: 10px; }
.security-box.danger { border: 2px solid #f97066; }
.small-status { margin-top: 6px; font-size: 12px; line-height: 1.35; }
.blocked-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.blocked-card-inner {
  border: 1px solid var(--border);
  box-shadow: none;
}
.blocked-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.blocked-card-head h3 { margin: 0 0 6px; }
.blocked-card-body {
  display: grid;
  gap: 6px;
}
.blocked-card-body p { margin: 0; }
.blocked-actions {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.blocked-action-form {
  display: grid;
  gap: 8px;
}
.blocked-action-form textarea {
  min-height: 70px;
  resize: vertical;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
}
@media (max-width: 980px) {
  .prova-topo-v1012 .prova-head-grid,
  .exam-shell {
    grid-template-columns: 1fr;
  }
  .prova-head-side { justify-items: start; }
  .question-side-card {
    position: static;
  }
  .vertical-dots {
    grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
    max-height: none;
  }
}
@media (max-width: 720px) {
  .questao-texto { font-size: 16px; }
  .option-lg .alternativa-texto { font-size: 15px; }
  .pager-actions-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .pager-actions-inline-right {
    width: 100%;
    justify-content: flex-end;
  }
}


/* CEOB Avalia v10.12.1 - painel superior compacto da prova */
.prova-topo-v1012.card {
  padding: 14px 18px;
  border-radius: 18px;
  margin-bottom: 12px;
}
.prova-topo-v1012 .prova-head-grid {
  gap: 14px;
}
.prova-topo-v1012 h1 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 6px;
}
.prova-topo-v1012 p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.35;
}
.prova-topo-v1012 .notice.compact-tags {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 14px;
  gap: 8px;
}
.prova-topo-v1012 .notice.compact-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 13px;
}
.prova-topo-v1012 .prova-progress {
  margin-top: 8px;
}
.prova-topo-v1012 .progress-label {
  font-size: 12px;
  margin-bottom: 4px;
}
.prova-topo-v1012 .progress-bar {
  height: 8px;
}
.prova-topo-v1012 .security-warning-bar {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.35;
}
.prova-topo-v1012 .timer-box-compact {
  min-width: 138px;
  padding: 8px 12px;
  border-radius: 14px;
}
.prova-topo-v1012 .timer-box-compact span {
  font-size: 11px;
}
.prova-topo-v1012 .timer-box-compact strong {
  font-size: 22px;
  line-height: 1;
}
.prova-topo-v1012 .autosave-status {
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 999px;
  max-width: 360px;
}
.question-area-card.card {
  padding-top: 18px;
}

/* CEOB Avalia v10.13 - Tela Sem Rolagem baseada no modelo visual enviado */
.exam-v1013 {
  display: grid;
  gap: 12px;
  min-height: calc(100vh - 36px);
}
.exam-institution-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  padding: 10px 18px;
  min-height: 76px;
}
.exam-brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.exam-school-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.exam-brand-text h1 {
  margin: 0;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: .02em;
  color: #101828;
}
.exam-brand-text strong {
  display: block;
  margin-top: 3px;
  color: #174ea6;
  font-size: 15px;
  line-height: 1.05;
}
.exam-brand-text span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  line-height: 1.1;
}
.exam-status-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.exam-status-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
}
.status-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 19px;
  color: #0f274d;
}
.shield-icon { font-size: 18px; }
.exam-status-item small {
  display: block;
  color: #667085;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 3px;
}
.exam-status-item strong {
  display: block;
  color: #101828;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.security-status-card strong {
  font-size: 13px;
  color: #174ea6;
}
.security-green-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-radius: 999px;
  background: #16a34a;
  vertical-align: middle;
}
.exam-status-divider {
  width: 1px;
  height: 36px;
  background: #e4e7ec;
}
.security-warning-v1013 {
  margin: 0 !important;
  padding: 9px 14px !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #fff8e6 !important;
  border: 1px solid #f4e2a1 !important;
  color: #101828 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
}
.security-lock-icon {
  width: 24px;
  text-align: center;
  flex: 0 0 auto;
}
.security-close-mark {
  margin-left: auto;
  color: #475467;
  font-size: 22px;
  line-height: 1;
}
.prova-topo-v1013.card {
  position: static;
  padding: 14px 18px 13px;
  border-radius: 16px;
  margin: 0;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}
.prova-topo-v1013 .prova-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 12px;
  align-items: start;
}
.prova-topo-v1013 h1 {
  font-size: 24px;
  line-height: 1.05;
  margin: 0 0 6px;
  color: #101828;
}
.prova-topo-v1013 p {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.25;
}
.autosave-status-v1013 {
  display: block;
  width: 100%;
  max-width: 240px !important;
  min-width: 0;
  font-size: 11px !important;
  line-height: 1.25;
  padding: 6px 10px !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
  text-overflow: clip;
  align-self: start;
  justify-self: end;
  font-weight: 700 !important;
}
.prova-topo-v1013 .notice.compact-tags,
.subject-chips-v1013 {
  margin-top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  gap: 8px !important;
}
.prova-topo-v1013 .notice.compact-tags span,
.subject-chips-v1013 span {
  padding: 6px 11px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  background: #f8fbff !important;
  border: 1px solid #d6e4ff !important;
  color: #344054 !important;
}
.prova-progress-v1013,
.prova-topo-v1013 .prova-progress {
  margin-top: 11px !important;
}
.prova-topo-v1013 .progress-label {
  font-size: 11px !important;
  margin-bottom: 4px !important;
}
.prova-topo-v1013 .progress-bar {
  height: 7px !important;
  border-width: 0 !important;
}
.exam-shell-v1013 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  gap: 12px;
  align-items: stretch;
  margin-top: 0;
}
.question-area-card-v1013.card,
.question-side-card-v1013.card {
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}
.question-area-card-v1013.card {
  padding: 14px 16px;
  min-height: calc(100vh - 315px);
  display: flex;
  flex-direction: column;
}
.question-area-card-v1013 .question-slide.active {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.question-slide-head-v1013 {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.question-slide-head-v1013 h2 {
  margin: 8px 0 0;
  font-size: 21px;
  line-height: 1.1;
  color: #101828;
}
.question-current-badge {
  background: #dcfae6 !important;
  color: #067647 !important;
  padding: 5px 10px !important;
  font-size: 11px !important;
}
.question-skill-line {
  max-width: 42%;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}
.questao-content-wrap-v1013,
.questao-content-wrap {
  margin: 6px 0 8px !important;
}
.questao-texto {
  font-size: 15px !important;
  line-height: 1.42 !important;
  margin: 0 !important;
  color: #101828;
}
.questao-image-figure-v1013,
.questao-image-figure {
  margin: 8px 0 !important;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  text-align: center;
}
.questao-image-figure-v1013 .questao-image,
.questao-image-figure .questao-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  border-radius: 10px;
  cursor: zoom-in;
}
.questao-image-figure-v1013 figcaption,
.questao-image-figure figcaption {
  margin-top: 6px;
  font-size: 11px;
  color: #667085;
}
.questao-image-actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.btn-image-zoom {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.btn-image-zoom:hover {
  background: #eff6ff;
}
.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.84);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 12000;
}
.image-lightbox.active { display: flex; }
.image-lightbox-inner {
  position: relative;
  width: min(1100px, 96vw);
  max-height: 92vh;
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}
.image-lightbox-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 78px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
}
.image-lightbox-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #667085;
}
.image-lightbox-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #344054;
  cursor: pointer;
}
.alternativas-lista-v1013,
.alternativas-lista {
  display: grid;
  gap: 7px !important;
  margin-top: 8px;
}
.option-v1013,
.option-lg {
  min-height: 41px;
  padding: 8px 12px !important;
  margin: 0 !important;
  border-radius: 11px !important;
  align-items: center !important;
  border-color: #dbe2ea;
  background: #fff;
}
.option-v1013 input[type="radio"],
.option-lg input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0 !important;
  transform: none !important;
  flex: 0 0 auto;
}
.option-v1013 .alternativa-texto,
.option-lg .alternativa-texto {
  font-size: 14px !important;
  line-height: 1.32 !important;
  color: #101828;
}
.resposta-status-v1013 {
  margin-top: 7px !important;
  font-size: 11px;
}
.pager-actions-inline-v1013 {
  margin-top: auto !important;
  padding-top: 10px !important;
  border-top: 0 !important;
}
.btn-nav-v1013 {
  min-height: 38px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}
.pager-actions-inline-v1013 .btn.primary {
  min-width: 164px;
}
.question-side-card-v1013 {
  position: static !important;
  padding: 18px 12px !important;
  min-height: calc(100vh - 315px);
  display: flex !important;
  flex-direction: column;
  gap: 11px !important;
}
.question-side-head-v1013 {
  display: block;
  margin-bottom: 3px;
}
.question-side-head-v1013 h3 {
  margin: 0;
  font-size: 14px;
  color: #101828;
}
.vertical-dots-v1013,
.vertical-dots {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}
.vertical-dots-v1013 .dot,
.vertical-dots .dot {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  justify-self: center;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .05);
}
.vertical-dots-v1013 .dot.ok,
.vertical-dots .dot.ok {
  background: #dcfae6 !important;
  border-color: #abefc6 !important;
  color: #067647 !important;
}
.vertical-dots-v1013 .dot.unanswered,
.vertical-dots .dot.unanswered {
  background: #f8fafc !important;
  border-color: #d0d5dd !important;
  color: #475467 !important;
}
.vertical-dots-v1013 .dot.active,
.vertical-dots .dot.active {
  background: #eef4ff !important;
  border: 2px solid #174ea6 !important;
  color: #174ea6 !important;
  outline: 3px solid rgba(23, 78, 166, .18) !important;
}
.side-summary-v1013 {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.side-summary-v1013 > div {
  padding: 6px 8px;
  border-radius: 10px;
}
.side-summary-v1013 strong {
  font-size: 15px;
  line-height: 1;
}
.side-summary-v1013 span {
  font-size: 10px;
  line-height: 1;
}
.security-box {
  border-radius: 18px;
}
@media (max-width: 1366px) {
  .container { max-width: 1280px; padding: 10px 16px 16px; }
  .exam-v1013 { gap: 10px; }
  .exam-institution-card { min-height: 64px; padding: 8px 14px; border-radius: 12px; }
  .exam-school-logo { width: 36px; height: 36px; }
  .exam-brand-text h1 { font-size: 16px; }
  .exam-brand-text strong { font-size: 13px; }
  .exam-brand-text span { font-size: 11px; }
  .exam-status-item { min-width: 118px; }
  .exam-status-item strong { font-size: 14px; }
  .security-status-card strong { font-size: 12px; }
  .security-warning-v1013 { padding: 7px 12px !important; }
  .prova-topo-v1013.card { padding: 12px 16px; }
  .prova-topo-v1013 h1 { font-size: 21px; }
  .prova-topo-v1013 p { font-size: 12.5px; }
  .prova-topo-v1013 .notice.compact-tags span { font-size: 11.5px !important; padding: 5px 9px !important; }
  .prova-topo-v1013 .prova-head-grid { grid-template-columns: minmax(0, 1fr) minmax(160px, 220px); }
  .autosave-status-v1013 { max-width: 220px !important; font-size: 10.5px !important; }
  .exam-shell-v1013 { grid-template-columns: minmax(0, 1fr) 154px; gap: 10px; }
  .question-area-card-v1013.card,
  .question-side-card-v1013 { min-height: calc(100vh - 270px); }
  .question-area-card-v1013.card { padding: 12px 14px; }
  .question-slide-head-v1013 h2 { font-size: 19px; }
  .questao-texto { font-size: 14px !important; line-height: 1.35 !important; }
  .option-v1013,
  .option-lg { min-height: 38px; padding: 7px 10px !important; }
  .option-v1013 .alternativa-texto,
  .option-lg .alternativa-texto { font-size: 13.5px !important; line-height: 1.25 !important; }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot { width: 32px !important; height: 32px !important; min-height: 32px !important; font-size: 12px; }
  .vertical-dots-v1013,
  .vertical-dots { gap: 7px !important; }
  .question-side-card-v1013 { padding: 14px 10px !important; }
  .btn-nav-v1013 { min-height: 34px !important; font-size: 12.5px !important; }
}
@media (max-width: 1100px) {
  .exam-institution-card,
  .prova-topo-v1013 .prova-head-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .exam-status-strip { justify-content: space-between; }
  .exam-shell-v1013 { grid-template-columns: 1fr; }
  .question-side-card-v1013 {
    order: -1;
    min-height: auto;
  }
  .vertical-dots-v1013,
  .vertical-dots { grid-template-columns: repeat(10, minmax(28px, 1fr)) !important; }
  .side-summary-v1013 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .exam-status-strip { flex-direction: column; align-items: flex-start; gap: 8px; }
  .exam-status-divider { display: none; }
  .autosave-status-v1013 { max-width: 100% !important; }
  .question-skill-line { max-width: 100%; text-align: left; }
  .vertical-dots-v1013,
  .vertical-dots { grid-template-columns: repeat(5, minmax(32px, 1fr)) !important; }
  .pager-actions-inline-v1013,
  .pager-actions-inline-right { width: 100%; }
  .pager-actions-inline-v1013 { flex-direction: column; align-items: stretch; }
  .pager-actions-inline-v1013 .btn { width: 100%; }
}

/* CEOB Avalia v10.14 - Gestão de estudantes e diagnóstico por bloco */
.usuarios-hero-v1014 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.eyebrow-v1014 {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.student-summary-grid-v1014 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.student-summary-card-v1014 {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow);
  min-height: 102px;
}
.student-summary-card-v1014.destaque {
  grid-column: span 2;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  border-color: #c9dafc;
}
.student-summary-card-v1014 span,
.student-summary-card-v1014 small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.student-summary-card-v1014 strong {
  display: block;
  color: var(--primary);
  font-size: 30px;
  line-height: 1.1;
  margin: 6px 0 2px;
}
.student-summary-card-v1014.mini strong { font-size: 24px; }
.student-summary-card-v1014.mini.com-alunos {
  border-color: #abefc6;
  background: #f6fef9;
}
.usuarios-actions-grid-v1014 .card { min-height: 100%; }
.diagnostico-head-v1014 { align-items: center; }
.diagnostico-grid-v1014 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.diagnostico-turma-v1014 {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fcfcfd;
  padding: 14px;
}
.diagnostico-turma-v1014 > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.diagnostico-turma-v1014 > header strong {
  color: var(--primary-dark);
  font-size: 17px;
}
.diagnostico-turma-v1014 > header small { color: var(--muted); }
.diagnostico-bloco-v1014 {
  border-top: 1px solid var(--border);
  padding-top: 10px;
  margin-top: 10px;
}
.diagnostico-bloco-v1014 h3 {
  font-size: 14px;
  margin: 0 0 10px;
  color: #344054;
}
.diagnostico-linha-v1014 {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(140px, 210px) 48px;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
}
.diagnostico-label-v1014 strong,
.diagnostico-label-v1014 span { display: block; }
.diagnostico-label-v1014 strong { font-size: 13px; }
.diagnostico-label-v1014 span { color: var(--muted); font-size: 11.5px; margin-top: 2px; }
.diagnostico-barra-v1014 {
  width: 100%;
  height: 13px;
  border-radius: 999px;
  background: #eaecf0;
  overflow: hidden;
}
.diagnostico-barra-v1014 span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #174ea6, #2f80ed);
}
.diagnostico-linha-v1014 b {
  color: var(--primary);
  font-size: 13px;
  text-align: right;
}
.usuarios-list-head-v1014 { align-items: center; }
.search-form-v1014 {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: min(100%, 520px);
}
.search-form-v1014 input { min-width: 280px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.turmas-list-v1014 {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.turma-card-v1014 {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.turma-card-v1014 > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: #f8fbff;
  border-bottom: 1px solid #d6e4ff;
}
.turma-card-v1014 h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 18px;
}
.turma-card-v1014 small { color: var(--muted); }
.turma-count-v1014 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 7px 11px;
  font-weight: 800;
  white-space: nowrap;
}
.empty-turma-v1014 { padding: 0 16px 16px; }
.compact-tags { margin: 10px 0 0; }
@media (max-width: 1100px) {
  .student-summary-grid-v1014 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .student-summary-card-v1014.destaque { grid-column: span 1; }
  .diagnostico-grid-v1014 { grid-template-columns: 1fr; }
  .diagnostico-linha-v1014 { grid-template-columns: 1fr; }
  .diagnostico-linha-v1014 b { text-align: left; }
}
@media (max-width: 720px) {
  .student-summary-grid-v1014 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usuarios-list-head-v1014,
  .diagnostico-head-v1014,
  .turma-card-v1014 > header { flex-direction: column; align-items: stretch; }
  .search-form-v1014 { flex-direction: column; align-items: stretch; min-width: 0; }
  .search-form-v1014 input { min-width: 0; }
  .turma-count-v1014 { width: 100%; }
}

/* CEOB Avalia v10.15 - edição de estudantes e diagnóstico avançado */
.hero-btn-v1015 {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}
.student-summary-card-v1014.inativos {
  border-color: #fedf89;
  background: #fffcf5;
}
.diagnostico-filtros-v1015 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid #d6e4ff;
  border-radius: 18px;
  background: #f8fbff;
}
.diagnostico-filter-actions-v1015 {
  justify-content: flex-start;
  align-self: end;
}
.diagnostico-resumo-v1015 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 10px;
}
.diagnostico-resumo-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}
.diagnostico-resumo-card span,
.diagnostico-resumo-card small { display: block; color: var(--muted); font-size: 12px; }
.diagnostico-resumo-card strong { display: block; font-size: 25px; color: var(--primary); margin: 5px 0 2px; }
.diagnostico-resumo-card.critico { border-color: #fecdca; background: #fffbfa; }
.diagnostico-resumo-card.critico strong { color: var(--danger); }
.diagnostico-resumo-card.atencao { border-color: #fedf89; background: #fffcf5; }
.diagnostico-resumo-card.atencao strong { color: var(--warning); }
.diagnostico-resumo-card.adequado { border-color: #abefc6; background: #f6fef9; }
.diagnostico-resumo-card.adequado strong { color: var(--success); }
.diagnostico-legend-v1015 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  margin: 8px 0 12px;
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: -6px;
}
.legend-dot.critico { background: #d92d20; }
.legend-dot.atencao { background: #f79009; }
.legend-dot.adequado { background: #12b76a; }
.diagnostico-linha-v1014.diagnostico-critico .diagnostico-barra-v1014 span { background: linear-gradient(90deg, #b42318, #f04438); }
.diagnostico-linha-v1014.diagnostico-atencao .diagnostico-barra-v1014 span { background: linear-gradient(90deg, #b54708, #f79009); }
.diagnostico-linha-v1014.diagnostico-adequado .diagnostico-barra-v1014 span { background: linear-gradient(90deg, #067647, #12b76a); }
.diagnostico-linha-v1014.diagnostico-critico b { color: var(--danger); }
.diagnostico-linha-v1014.diagnostico-atencao b { color: var(--warning); }
.diagnostico-linha-v1014.diagnostico-adequado b { color: var(--success); }
.usuarios-shortcut-card-v1018 {
  border-left: 6px solid var(--primary);
}
.diagnostico-hero-v1018 .actions-inline {
  justify-content: flex-end;
}
.diagnostico-area-stack-v1018,
.avaliacoes-area-stack-v1018 {
  margin-bottom: 20px;
}
.diagnostico-area-body-v1018,
.avaliacoes-area-table-v1018 {
  padding: 0 22px 22px;
}
.diagnostico-area-line-v1018 {
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 320px) 58px;
  border-bottom: 1px solid var(--border);
}
.diagnostico-area-line-v1018:last-child {
  border-bottom: 0;
}
.avaliacoes-area-table-v1018 table {
  min-width: 1080px;
}
@media (max-width: 900px) {
  .diagnostico-hero-v1018 .actions-inline {
    justify-content: flex-start;
  }
  .diagnostico-area-line-v1018 {
    grid-template-columns: 1fr;
  }
  .diagnostico-area-line-v1018 b {
    text-align: left;
  }
}
.linha-inativa-v1015 { opacity: .72; background: #fcfcfd; }
.checkbox-line-v1015 {
  flex-direction: row;
  align-items: center;
  font-weight: 700;
}
.checkbox-line-v1015 input { width: auto; }
.student-access-box-v1015 {
  border: 1px solid #d6e4ff;
  border-radius: 18px;
  background: #f8fbff;
  padding: 14px;
  margin-bottom: 14px;
}
.student-access-box-v1015 p { margin: 8px 0; }
.estudante-resumo-v1015 .student-summary-card-v1014.destaque.critico strong { color: var(--danger); }
.student-performance-list-v1015 { display: grid; gap: 14px; }
.student-performance-card-v1015 {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
}
.student-performance-card-v1015 > header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.student-performance-card-v1015 h2 { margin: 0 0 4px; font-size: 18px; color: var(--primary-dark); }
.performance-percent-v1015 {
  min-width: 72px;
  text-align: center;
  border-radius: 999px;
  padding: 8px 10px;
  background: #eef4ff;
  color: var(--primary);
  font-weight: 900;
}
.student-performance-card-v1015.desempenho-critico { border-color: #fecdca; }
.student-performance-card-v1015.desempenho-critico .performance-percent-v1015,
.badge.desempenho-critico { background: #fee4e2; color: var(--danger); }
.student-performance-card-v1015.desempenho-atencao { border-color: #fedf89; }
.student-performance-card-v1015.desempenho-atencao .performance-percent-v1015,
.badge.desempenho-atencao { background: #fef0c7; color: var(--warning); }
.student-performance-card-v1015.desempenho-adequado { border-color: #abefc6; }
.student-performance-card-v1015.desempenho-adequado .performance-percent-v1015,
.badge.desempenho-adequado { background: #dcfae6; color: var(--success); }
@media (max-width: 1100px) {
  .diagnostico-filtros-v1015 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diagnostico-resumo-v1015 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .usuarios-hero-v1014 { flex-direction: column; align-items: stretch; }
  .diagnostico-filtros-v1015,
  .diagnostico-resumo-v1015 { grid-template-columns: 1fr; }
  .student-performance-card-v1015 > header { flex-direction: column; }
  .performance-percent-v1015 { width: 100%; }
}

/* v10.16 - área do professor e simulados */
.compact-stats { margin-top: 16px; }
.professor-class-grid { margin-top: 18px; }
.professor-class-card { min-height: 170px; }
.class-card-top { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.badge.azul { background: #dbeafe; color: #1d4ed8; border-color: #bfdbfe; }
.badge.desempenho-vermelho { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
.badge.desempenho-amarelo { background: #fef3c7; color: #92400e; border-color: #fde68a; }
.badge.desempenho-verde { background: #dcfce7; color: #166534; border-color: #bbf7d0; }
.badge.desempenho-neutro { background: #e5e7eb; color: #374151; border-color: #d1d5db; }
.diagnostico-row td { background: #f8fafc; padding-top: 6px; padding-bottom: 12px; }
.diagnostico-box { margin-top: 12px; padding: 14px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; }
.pill-list, .actions-cell { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 999px; background: #eef2ff; color: #3730a3; font-size: .82rem; margin: 2px 4px 2px 0; }
.mini-report { margin-top: 12px; padding-top: 12px; border-top: 1px solid #e5e7eb; }
.mini-report h4 { margin-bottom: 6px; }
.actions-cell form { display: inline-flex; margin: 2px; }
.professores-table-wrap {
  overflow-x: visible;
}
.professores-table-modern {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.professores-table-modern th {
  border-bottom: 0;
  padding: 0 12px 6px;
  color: #667085;
}
.professores-table-modern td {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  padding: 14px 12px;
  vertical-align: top;
}
.professores-table-modern tbody tr:hover td {
  border-color: #bfdbfe;
  background: #fbfdff;
}
.professores-table-modern td:first-child {
  border-left: 1px solid #e5e7eb;
  border-radius: 14px 0 0 14px;
}
.professores-table-modern td:last-child {
  border-right: 1px solid #e5e7eb;
  border-radius: 0 14px 14px 0;
}
.professores-table-modern td:first-child strong {
  display: block;
  max-width: 210px;
  color: #071738;
  line-height: 1.2;
}
.professor-vinculos-cell { min-width: 130px; max-width: 170px; }
.professor-vinculos-cell.compact { vertical-align: middle; }
.vinculos-open-btn {
  gap: 8px;
  white-space: nowrap;
}
.vinculos-open-btn span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  border: 1px solid #bfdbfe;
  font-size: 12px;
  font-weight: 900;
}
body.modal-open { overflow: hidden; }
.vinculos-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .45);
}
.vinculos-modal-backdrop[hidden] { display: none; }
.vinculos-modal-panel {
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  padding: 22px;
}
.vinculos-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.vinculos-modal-header h2 {
  margin: 4px 0 6px;
  color: #071738;
}
.vinculos-modal-header small {
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vinculos-modal-header p { margin: 0; color: var(--muted); }
.vinculos-modal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.vinculos-modal-summary span {
  border: 1px solid #d6e4ff;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}
.vinculos-modal-summary strong,
.vinculos-modal-summary small { display: block; }
.vinculos-modal-summary strong { color: var(--primary-dark); font-size: 18px; }
.vinculos-modal-summary small { color: var(--muted); margin-top: 3px; }
.vinculos-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.vinculos-modal-grid .vinculo-chip-modern {
  max-width: none;
}
.vinculos-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  margin-top: 16px;
}
.professor-vinculos-detail-table th,
.professor-vinculos-detail-table td {
  padding: 10px 12px;
}
.vinculos-chip-list-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.vinculo-chip-modern {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  max-width: 180px;
  padding: 8px 10px;
  border: 1px solid #d6e4ff;
  border-radius: 12px;
  background: #f8fbff;
  color: #1f2937;
  line-height: 1.15;
}
.vinculo-chip-modern strong,
.vinculo-chip-modern em {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vinculo-chip-modern strong {
  color: var(--primary-dark);
  font-size: 12px;
  white-space: nowrap;
}
.vinculo-chip-modern em {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  color: #344054;
  font-size: 12px;
}
.vinculos-more-modern {
  margin-top: 8px;
}
.vinculos-more-modern summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary);
  font-weight: 800;
  font-size: 12px;
}
.vinculos-more-modern[open] summary {
  margin-bottom: 8px;
}
@media (max-width: 980px) {
  .professores-table-wrap {
    overflow-x: auto;
  }
  .professores-table-modern {
    min-width: 960px;
  }
}
@media (max-width: 720px) {
  .vinculos-modal-backdrop { padding: 12px; }
  .vinculos-modal-panel { max-height: calc(100vh - 24px); padding: 16px; }
  .vinculos-modal-header { flex-direction: column; }
  .vinculos-modal-summary,
  .vinculos-modal-grid { grid-template-columns: 1fr; }
}
.professor-vinculos-hero h1 { margin-bottom: 8px; }
.professor-vinculos-hero .welcome-role {
  margin: 0 0 6px;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
}
.professor-vinculos-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.professor-vinculos-stats .stat span { font-size: 28px; }
.professor-vinculos-detail-table td { vertical-align: middle; }
.vinculo-disciplina-detail {
  display: inline-flex;
  max-width: 320px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary-dark);
  font-weight: 800;
}
@media (max-width: 800px) {
  .professor-vinculos-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
select[multiple] { min-height: 180px; }

/* CEOB Avalia v10.18.3 - ajuste exclusivo da tela da prova/simulado para Chromebook 11.6" (1366x768) */
@media screen and (max-width: 1366px), screen and (max-height: 820px) {
  .exam-chromebook-116 {
    gap: 6px;
    min-height: calc(100vh - 14px);
  }

  .container:has(.exam-chromebook-116) {
    width: 100%;
    max-width: 100vw;
    padding: 6px 10px 8px;
  }

  .exam-chromebook-116 .exam-institution-card {
    min-height: 46px;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .exam-chromebook-116 .exam-brand-block { gap: 8px; }
  .exam-chromebook-116 .exam-school-logo { width: 28px; height: 28px; }
  .exam-chromebook-116 .exam-brand-text h1 { font-size: 13.5px; line-height: 1; }
  .exam-chromebook-116 .exam-brand-text strong { font-size: 11px; margin-top: 1px; }
  .exam-chromebook-116 .exam-brand-text span { font-size: 9.5px; margin-top: 1px; }

  .exam-chromebook-116 .exam-status-strip { gap: 6px; }
  .exam-chromebook-116 .exam-status-item {
    min-width: 100px;
    gap: 5px;
  }
  .exam-chromebook-116 .status-icon {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .exam-chromebook-116 .exam-status-item small { font-size: 9.5px; margin-bottom: 1px; }
  .exam-chromebook-116 .exam-status-item strong { font-size: 12px; }
  .exam-chromebook-116 .security-status-card strong { font-size: 10.5px; }
  .exam-chromebook-116 .exam-status-divider { height: 25px; }

  .exam-chromebook-116 .security-warning-v1013 {
    padding: 4px 8px !important;
    border-radius: 8px !important;
    font-size: 10.5px !important;
    line-height: 1.12 !important;
  }
  .exam-chromebook-116 .security-lock-icon { width: 17px; }
  .exam-chromebook-116 .security-close-mark { font-size: 14px; }

  .exam-chromebook-116 .prova-topo-v1013.card {
    padding: 7px 10px 6px;
    border-radius: 11px;
  }
  .exam-chromebook-116 .exam-summary-main { min-width: 0; }
  .exam-chromebook-116 .prova-topo-v1013 .prova-head-grid {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: stretch;
  }
  .exam-chromebook-116 .prova-topo-v1013 h1 {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .exam-chromebook-116 .prova-topo-v1013 p {
    font-size: 10.8px;
    line-height: 1.12;
    margin: 1px 0;
  }
  .exam-chromebook-116 .autosave-status-v1013 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    justify-self: end;
    width: auto !important;
    max-width: min(100%, 235px) !important;
    padding: 4px 8px !important;
    font-size: 9.5px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-align: center;
  }

  .exam-chromebook-116 .subject-chips-v1013 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    margin-top: 5px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    padding-bottom: 1px !important;
  }
  .exam-chromebook-116 .subject-chips-v1013 span {
    flex: 0 0 auto;
    padding: 4px 7px !important;
    font-size: 9.8px !important;
    white-space: nowrap;
  }
  .exam-chromebook-116 .prova-progress-v1013,
  .exam-chromebook-116 .prova-topo-v1013 .prova-progress { margin-top: 5px !important; }
  .exam-chromebook-116 .prova-topo-v1013 .progress-label {
    font-size: 9.5px !important;
    margin-bottom: 2px !important;
  }
  .exam-chromebook-116 .prova-topo-v1013 .progress-bar { height: 4px !important; }

  .exam-chromebook-116 .exam-shell-v1013 {
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 8px;
  }
  .exam-chromebook-116 .question-area-card-v1013.card,
  .exam-chromebook-116 .question-side-card-v1013.card {
    border-radius: 11px;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .045);
  }
  .exam-chromebook-116 .question-area-card-v1013.card,
  .exam-chromebook-116 .question-side-card-v1013 {
    height: calc(100vh - 204px);
    min-height: calc(100vh - 204px);
    max-height: calc(100vh - 204px);
  }
  .exam-chromebook-116 .question-area-card-v1013.card {
    padding: 8px 10px;
    overflow: hidden;
  }
  .exam-chromebook-116 .question-area-card-v1013 .question-slide.active {
    min-height: 0;
    overflow-y: auto;
    padding-right: 2px;
  }
  .exam-chromebook-116 .question-slide-head-v1013 {
    margin-bottom: 4px;
    gap: 5px;
  }
  .exam-chromebook-116 .question-slide-head-v1013 h2 {
    font-size: 15px;
    margin-top: 4px;
  }
  .exam-chromebook-116 .question-current-badge {
    padding: 3px 7px !important;
    font-size: 9.5px !important;
  }
  .exam-chromebook-116 .question-skill-line {
    font-size: 9.2px;
    line-height: 1.12;
    max-width: 38%;
  }

  .exam-chromebook-116 .questao-content-wrap-v1013,
  .exam-chromebook-116 .questao-content-wrap {
    margin: 3px 0 6px !important;
    max-height: none;
    overflow: visible;
    padding-right: 3px;
  }
  .exam-chromebook-116 .questao-texto {
    font-size: 13.2px !important;
    line-height: 1.28 !important;
  }
  .exam-chromebook-116 .questao-image-figure-v1013,
  .exam-chromebook-116 .questao-image-figure {
    margin: 6px 0 !important;
    padding: 8px;
  }
  .exam-chromebook-116 .questao-image-figure-v1013 .questao-image,
  .exam-chromebook-116 .questao-image-figure .questao-image {
    max-height: 230px;
  }
  .exam-chromebook-116 .btn-image-zoom {
    padding: 5px 10px;
    font-size: 11.5px;
  }

  .exam-chromebook-116 .alternativas-lista-v1013,
  .exam-chromebook-116 .alternativas-lista {
    gap: 4px !important;
    margin-top: 5px;
  }
  .exam-chromebook-116 .option-v1013,
  .exam-chromebook-116 .option-lg {
    min-height: 28px;
    padding: 4px 8px !important;
    border-radius: 8px !important;
  }
  .exam-chromebook-116 .option-v1013 input[type="radio"],
  .exam-chromebook-116 .option-lg input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-right: 5px !important;
  }
  .exam-chromebook-116 .option-v1013 .alternativa-texto,
  .exam-chromebook-116 .option-lg .alternativa-texto {
    font-size: 12.3px !important;
    line-height: 1.17 !important;
  }
  .exam-chromebook-116 .resposta-status-v1013 {
    margin-top: 4px !important;
    font-size: 9.5px;
  }

  .exam-chromebook-116 .pager-actions-inline-v1013 {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-top: 6px !important;
    padding-top: 6px !important;
    padding-bottom: 2px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.92), #ffffff 20px);
    flex-shrink: 0;
  }
  .exam-chromebook-116 .btn-nav-v1013 {
    min-height: 28px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
  }
  .exam-chromebook-116 .pager-actions-inline-v1013 .btn.primary { min-width: 128px; }

  .exam-chromebook-116 .question-side-card-v1013 {
    padding: 8px 6px !important;
    gap: 6px !important;
    overflow: hidden;
  }
  .exam-chromebook-116 .question-side-head-v1013 h3 { font-size: 11.5px; }
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 5px !important;
  }
  .exam-chromebook-116 .vertical-dots-v1013 .dot,
  .exam-chromebook-116 .vertical-dots .dot {
    width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    font-size: 10.5px;
  }
  .exam-chromebook-116 .side-summary-v1013 { gap: 4px; }
  .exam-chromebook-116 .side-summary-v1013 > div {
    padding: 4px 5px;
    border-radius: 7px;
  }
  .exam-chromebook-116 .side-summary-v1013 strong { font-size: 12px; }
  .exam-chromebook-116 .side-summary-v1013 span { font-size: 8.5px; }

  .exam-chromebook-116 .security-box {
    max-width: 430px;
    padding: 18px;
  }
  .exam-chromebook-116 .security-box h2 { font-size: 20px; }
  .exam-chromebook-116 .security-box p { font-size: 13px; }
}

/* Mantém o comportamento responsivo original em telas menores que Chromebook */
@media screen and (max-width: 1100px) {
  .exam-chromebook-116 .exam-institution-card,
  .exam-chromebook-116 .prova-topo-v1013 .prova-head-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .exam-chromebook-116 .exam-status-strip { justify-content: space-between; }
  .exam-chromebook-116 .exam-shell-v1013 { grid-template-columns: 1fr; }
  .exam-chromebook-116 .question-side-card-v1013 {
    order: -1;
    min-height: auto;
  }
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots { grid-template-columns: repeat(10, minmax(24px, 1fr)) !important; }
  .exam-chromebook-116 .side-summary-v1013 { grid-template-columns: repeat(3, 1fr); }
  .exam-chromebook-116 .question-skill-line { max-width: 100%; text-align: left; }
}

/* v10.18.13 — cadastro manual de vínculos Professor → Turma → Disciplina */
.prof-vinculos-box {
  border: 1px solid #dbe2ea;
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 10px;
}
.prof-vinculos-box h3 {
  margin: 0;
  font-size: 18px;
  color: #101828;
}
.prof-vinculos-box .muted {
  margin: 0;
}
.vinculo-picker-grid {
  align-items: end;
}
.vinculos-lista {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}
.vinculo-chip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid #dbeafe;
  background: #ffffff;
  border-radius: 10px;
  font-size: 14px;
}
.vinculo-chip span {
  line-height: 1.25;
}
@media (max-width: 720px) {
  .vinculo-chip {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* CEOB Avalia v10.18.14 - Tela da prova responsiva automática por aparelho */
.exam-v1013 {
  width: min(100%, 1460px);
  margin: 0 auto;
}
.exam-shell-v1013,
.prova-topo-v1013,
.question-area-card-v1013,
.question-side-card-v1013 {
  max-width: 100%;
}
.questao-texto,
.alternativa-texto,
.math-content {
  overflow-wrap: anywhere;
  word-break: normal;
}
.question-side-card-v1013 {
  overflow: hidden;
}
@media (hover: none) and (pointer: coarse) {
  .option-v1013,
  .option-lg,
  .btn-nav-v1013,
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot {
    min-height: 44px !important;
  }
  .option-v1013 input[type="radio"],
  .option-lg input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .exam-shell-v1013 {
    grid-template-columns: minmax(0, 1fr) clamp(150px, 12vw, 180px);
  }
}
@media (max-width: 1180px) {
  .exam-v1013 {
    width: 100%;
  }
  .exam-shell-v1013 {
    grid-template-columns: 1fr;
  }
  .question-side-card-v1013 {
    order: -1;
    min-height: auto !important;
    padding: 12px !important;
  }
  .question-side-head-v1013 {
    display: none;
  }
  .vertical-dots-v1013,
  .vertical-dots {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 3px 2px 8px !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot {
    flex: 0 0 38px;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    scroll-snap-align: start;
  }
  .side-summary-v1013 {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6px;
  }
}
@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 8px !important;
  }
  .exam-v1013 {
    gap: 8px;
  }
  .exam-institution-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 10px !important;
  }
  .exam-brand-block {
    gap: 8px;
  }
  .exam-school-logo {
    width: 34px !important;
    height: 34px !important;
  }
  .exam-brand-text h1 {
    font-size: clamp(13px, 4vw, 16px) !important;
    line-height: 1.1;
  }
  .exam-brand-text strong,
  .exam-brand-text span {
    font-size: 11px !important;
  }
  .exam-status-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .exam-status-divider {
    display: none;
  }
  .exam-status-item {
    min-width: 0 !important;
    width: 100%;
    padding: 8px !important;
  }
  .exam-status-item strong {
    font-size: clamp(12px, 3.5vw, 14px) !important;
  }
  .security-warning-v1013 {
    align-items: flex-start;
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  .prova-topo-v1013.card {
    padding: 10px !important;
  }
  .prova-topo-v1013 .prova-head-grid {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .prova-topo-v1013 h1 {
    font-size: clamp(17px, 5vw, 21px) !important;
  }
  .prova-topo-v1013 p {
    font-size: 12px !important;
  }
  .subject-chips-v1013 {
    max-height: 54px;
    overflow-y: auto;
  }
  .subject-chips-v1013 span {
    font-size: 10.5px !important;
    padding: 5px 8px !important;
  }
  .question-area-card-v1013.card {
    min-height: auto !important;
    padding: 12px !important;
  }
  .question-slide-head-v1013 {
    flex-direction: column;
    align-items: flex-start;
  }
  .question-slide-head-v1013 h2 {
    font-size: 18px !important;
    margin-top: 6px;
  }
  .questao-texto {
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.45 !important;
  }
  .questao-image-figure-v1013 .questao-image,
  .questao-image-figure .questao-image {
    max-height: 42vh;
  }
  .alternativas-lista-v1013,
  .alternativas-lista {
    gap: 8px !important;
  }
  .option-v1013,
  .option-lg {
    min-height: 48px !important;
    padding: 10px !important;
    align-items: flex-start !important;
  }
  .option-v1013 .alternativa-texto,
  .option-lg .alternativa-texto {
    font-size: clamp(13.5px, 3.8vw, 15px) !important;
    line-height: 1.35 !important;
  }
  .pager-actions-inline-v1013 {
    position: sticky;
    bottom: 0;
    z-index: 30;
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--border) !important;
    padding: 8px 0 0 !important;
  }
  .pager-actions-inline-v1013,
  .pager-actions-inline-right {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pager-actions-inline-v1013 .btn.primary {
    min-width: 0;
  }
  .btn-nav-v1013 {
    width: 100%;
    min-height: 46px !important;
    font-size: 14px !important;
  }
  .confirm-panel.card {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 6px !important;
  }
  .exam-status-strip {
    grid-template-columns: 1fr;
  }
  .exam-brand-text span {
    display: none;
  }
  .security-close-mark {
    display: none;
  }
  .prova-progress-v1013 {
    display: none;
  }
  .autosave-status-v1013 {
    justify-self: stretch;
    max-width: 100% !important;
  }
  .side-summary-v1013 {
    display: none;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot {
    flex-basis: 36px;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }
  .question-current-badge {
    font-size: 10.5px !important;
  }
  .questao-image-figure-v1013,
  .questao-image-figure {
    padding: 8px;
  }
  .image-lightbox {
    padding: 8px;
  }
  .image-lightbox-inner {
    width: 98vw;
    max-height: 95vh;
    padding: 12px 10px;
  }
}
@media (max-height: 680px) and (min-width: 900px) {
  .exam-institution-card {
    padding: 6px 12px !important;
    min-height: auto;
  }
  .security-warning-v1013 {
    padding: 6px 10px !important;
  }
  .prova-topo-v1013.card {
    padding: 9px 12px !important;
  }
  .prova-topo-v1013 .notice.compact-tags,
  .subject-chips-v1013 {
    margin-top: 6px !important;
  }
  .question-area-card-v1013.card,
  .question-side-card-v1013 {
    min-height: calc(100vh - 235px) !important;
  }
  .questao-texto {
    line-height: 1.3 !important;
  }
  .option-v1013,
  .option-lg {
    min-height: 34px !important;
    padding: 6px 9px !important;
  }
}
@media (orientation: landscape) and (max-height: 520px) and (max-width: 980px) {
  .exam-institution-card,
  .security-warning-v1013,
  .prova-progress-v1013,
  .side-summary-v1013 {
    display: none !important;
  }
  .container {
    padding: 5px !important;
  }
  .prova-topo-v1013.card {
    padding: 8px 10px !important;
  }
  .prova-topo-v1013 h1 {
    font-size: 16px !important;
  }
  .prova-topo-v1013 p,
  .subject-chips-v1013 {
    display: none !important;
  }
  .question-area-card-v1013.card {
    padding: 10px !important;
  }
}

/* CEOB Avalia v10.18.14.1 - responsividade real por tamanho de tela
   Corrige a altura fixa herdada do modo Chromebook e adapta prova/simulado automaticamente. */
:root {
  --ceob-real-vh: 100vh;
}
@supports (height: 100dvh) {
  :root { --ceob-real-vh: 100dvh; }
}
.container:has(.exam-v1013),
.exam-v1013,
.exam-v1013 *,
.exam-v1013 *::before,
.exam-v1013 *::after {
  box-sizing: border-box;
}
.container:has(.exam-v1013) {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.exam-v1013 {
  width: 100%;
  max-width: 1460px;
  min-width: 0;
}
.exam-summary-main,
.exam-brand-text,
.prova-topo-v1013 h1,
.prova-topo-v1013 p,
.question-slide,
.question-area-card-v1013,
.question-side-card-v1013,
.questao-content-wrap-v1013,
.alternativas-lista-v1013,
.option-v1013,
.alternativa-texto {
  min-width: 0;
  max-width: 100%;
}
.prova-topo-v1013 h1,
.prova-topo-v1013 p,
.exam-brand-text h1,
.exam-brand-text strong,
.exam-brand-text span,
.questao-texto,
.alternativa-texto,
.math-content {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.subject-chips-v1013 {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.subject-chips-v1013 span { flex: 0 0 auto; }

/* Desktop e notebook grande: mantém duas colunas sem criar largura excessiva. */
@media screen and (min-width: 1181px) {
  .exam-shell-v1013 {
    grid-template-columns: minmax(0, 1fr) clamp(132px, 11vw, 176px) !important;
    align-items: stretch;
  }
  .exam-chromebook-116 .question-area-card-v1013.card,
  .exam-chromebook-116 .question-side-card-v1013,
  .question-area-card-v1013.card,
  .question-side-card-v1013 {
    min-height: min(calc(var(--ceob-real-vh) - 250px), 620px) !important;
    max-height: none !important;
  }
}

/* Tablet, celular grande, netbook estreito e Chromebook em resolução menor:
   a navegação vira uma faixa horizontal compacta, sem cartão gigante. */
@media screen and (max-width: 1180px) {
  .container:has(.exam-v1013) {
    padding-left: clamp(6px, 2vw, 12px) !important;
    padding-right: clamp(6px, 2vw, 12px) !important;
  }
  .exam-v1013 {
    gap: clamp(6px, 1.5vw, 10px) !important;
  }
  .exam-shell-v1013,
  .exam-chromebook-116 .exam-shell-v1013 {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(8px, 2vw, 12px) !important;
  }
  .exam-chromebook-116 .question-area-card-v1013.card,
  .exam-chromebook-116 .question-side-card-v1013,
  .question-area-card-v1013.card,
  .question-side-card-v1013 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .question-side-card-v1013,
  .exam-chromebook-116 .question-side-card-v1013 {
    order: -1 !important;
    display: block !important;
    padding: 8px !important;
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }
  .question-side-head-v1013,
  .exam-chromebook-116 .question-side-head-v1013 {
    display: none !important;
  }
  .vertical-dots-v1013,
  .vertical-dots,
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 54px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 2px 8px !important;
    grid-template-columns: none !important;
    grid-auto-rows: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot,
  .exam-chromebook-116 .vertical-dots-v1013 .dot,
  .exam-chromebook-116 .vertical-dots .dot {
    flex: 0 0 clamp(34px, 8vw, 42px) !important;
    width: clamp(34px, 8vw, 42px) !important;
    height: clamp(34px, 8vw, 42px) !important;
    min-height: clamp(34px, 8vw, 42px) !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    border-radius: 999px !important;
    scroll-snap-align: start;
  }
  .side-summary-v1013,
  .exam-chromebook-116 .side-summary-v1013 {
    display: none !important;
  }
  .question-area-card-v1013.card,
  .exam-chromebook-116 .question-area-card-v1013.card {
    padding: clamp(10px, 2.4vw, 16px) !important;
    border-radius: 14px !important;
    overflow: visible !important;
  }
  .question-area-card-v1013 .question-slide.active,
  .exam-chromebook-116 .question-area-card-v1013 .question-slide.active {
    overflow: visible !important;
    min-height: 0 !important;
  }
  .question-slide-head-v1013 {
    flex-wrap: wrap;
  }
  .question-skill-line {
    max-width: 100% !important;
    text-align: left !important;
  }
}

/* Celular e tablets pequenos: cabeçalho e prova ficam mais compactos e utilizáveis por toque. */
@media screen and (max-width: 820px) {
  body:has(.exam-v1013) {
    overflow-x: hidden !important;
  }
  .container:has(.exam-v1013) {
    padding: 6px !important;
  }
  .exam-institution-card,
  .exam-chromebook-116 .exam-institution-card {
    display: none !important;
  }
  .security-warning-v1013,
  .exam-chromebook-116 .security-warning-v1013 {
    display: none !important;
  }
  .prova-topo-v1013.card,
  .exam-chromebook-116 .prova-topo-v1013.card {
    padding: 9px 10px !important;
    border-radius: 13px !important;
  }
  .prova-topo-v1013 .prova-head-grid,
  .exam-chromebook-116 .prova-topo-v1013 .prova-head-grid {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .prova-topo-v1013 h1,
  .exam-chromebook-116 .prova-topo-v1013 h1 {
    font-size: clamp(16px, 5vw, 20px) !important;
    line-height: 1.12 !important;
    margin-bottom: 3px !important;
  }
  .prova-topo-v1013 p,
  .exam-chromebook-116 .prova-topo-v1013 p {
    font-size: clamp(11px, 3.3vw, 13px) !important;
    line-height: 1.2 !important;
  }
  .autosave-status-v1013,
  .exam-chromebook-116 .autosave-status-v1013 {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    padding: 5px 8px !important;
    font-size: 10.5px !important;
    text-align: center !important;
  }
  .subject-chips-v1013,
  .exam-chromebook-116 .subject-chips-v1013 {
    margin-top: 6px !important;
    gap: 6px !important;
    padding-bottom: 3px !important;
    max-height: none !important;
  }
  .subject-chips-v1013 span,
  .exam-chromebook-116 .subject-chips-v1013 span {
    padding: 5px 8px !important;
    font-size: 10.5px !important;
  }
  .prova-progress-v1013,
  .exam-chromebook-116 .prova-progress-v1013 {
    margin-top: 6px !important;
  }
  .question-slide-head-v1013 h2,
  .exam-chromebook-116 .question-slide-head-v1013 h2 {
    font-size: clamp(18px, 6vw, 24px) !important;
    line-height: 1.12 !important;
  }
  .question-current-badge,
  .exam-chromebook-116 .question-current-badge {
    font-size: clamp(10px, 3vw, 12px) !important;
    padding: 4px 9px !important;
  }
  .questao-texto,
  .exam-chromebook-116 .questao-texto {
    font-size: clamp(15px, 4.3vw, 18px) !important;
    line-height: 1.42 !important;
  }
  .alternativas-lista-v1013,
  .alternativas-lista,
  .exam-chromebook-116 .alternativas-lista-v1013,
  .exam-chromebook-116 .alternativas-lista {
    gap: 9px !important;
  }
  .option-v1013,
  .option-lg,
  .exam-chromebook-116 .option-v1013,
  .exam-chromebook-116 .option-lg {
    min-height: 52px !important;
    padding: 11px 12px !important;
    border-radius: 13px !important;
    align-items: flex-start !important;
  }
  .option-v1013 input[type="radio"],
  .option-lg input[type="radio"],
  .exam-chromebook-116 .option-v1013 input[type="radio"],
  .exam-chromebook-116 .option-lg input[type="radio"] {
    width: 21px !important;
    height: 21px !important;
    margin-top: 1px !important;
  }
  .option-v1013 .alternativa-texto,
  .option-lg .alternativa-texto,
  .exam-chromebook-116 .option-v1013 .alternativa-texto,
  .exam-chromebook-116 .option-lg .alternativa-texto {
    font-size: clamp(14.5px, 4.2vw, 17px) !important;
    line-height: 1.35 !important;
  }
  .pager-actions-inline-v1013,
  .exam-chromebook-116 .pager-actions-inline-v1013 {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 50 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding: 8px 0 0 !important;
    background: linear-gradient(to bottom, rgba(255,255,255,.88), #fff 18px) !important;
  }
  .pager-actions-inline-right {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .btn-nav-v1013,
  .exam-chromebook-116 .btn-nav-v1013 {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 15px !important;
    border-radius: 12px !important;
  }
}

/* Celular estreito: esconde informações secundárias para caber melhor. */
@media screen and (max-width: 480px) {
  .prova-progress-v1013,
  .exam-chromebook-116 .prova-progress-v1013 {
    display: none !important;
  }
  .subject-chips-v1013 span,
  .exam-chromebook-116 .subject-chips-v1013 span {
    font-size: 10px !important;
  }
  .vertical-dots-v1013,
  .vertical-dots,
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots {
    max-height: 50px !important;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot,
  .exam-chromebook-116 .vertical-dots-v1013 .dot,
  .exam-chromebook-116 .vertical-dots .dot {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }
}

/* Celular deitado e telas muito baixas: ocupa a altura útil sem empurrar a questão para baixo. */
@media screen and (orientation: landscape) and (max-height: 560px) and (max-width: 1180px) {
  .exam-institution-card,
  .security-warning-v1013,
  .prova-progress-v1013,
  .side-summary-v1013,
  .exam-chromebook-116 .exam-institution-card,
  .exam-chromebook-116 .security-warning-v1013,
  .exam-chromebook-116 .prova-progress-v1013,
  .exam-chromebook-116 .side-summary-v1013 {
    display: none !important;
  }
  .container:has(.exam-v1013) {
    padding: 4px !important;
  }
  .prova-topo-v1013.card,
  .exam-chromebook-116 .prova-topo-v1013.card {
    padding: 6px 8px !important;
  }
  .subject-chips-v1013,
  .exam-chromebook-116 .subject-chips-v1013 {
    display: none !important;
  }
  .prova-topo-v1013 h1,
  .exam-chromebook-116 .prova-topo-v1013 h1 {
    font-size: 15px !important;
  }
  .prova-topo-v1013 p,
  .exam-chromebook-116 .prova-topo-v1013 p {
    display: none !important;
  }
  .question-area-card-v1013.card,
  .exam-chromebook-116 .question-area-card-v1013.card {
    padding: 8px !important;
  }
}


/* CEOB Avalia v10.18.14.2 - ajuste fino celular + Chromebook
   - Navegação visível no celular
   - Botão Próxima sempre acessível em telas pequenas
   - Remove espaço morto quando a questão não tem imagem
   - Amplia imagens e texto quando a questão possui imagem */
.exam-v1013.active-no-image .question-area-card-v1013.card,
.exam-v1013.active-no-image.exam-chromebook-116 .question-area-card-v1013.card {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}
.exam-v1013.active-no-image .question-area-card-v1013 .question-slide.active,
.exam-v1013.active-no-image.exam-chromebook-116 .question-area-card-v1013 .question-slide.active {
  flex: 0 1 auto !important;
  min-height: 0 !important;
}
.exam-v1013.active-no-image .pager-actions-inline-v1013,
.exam-v1013.active-no-image.exam-chromebook-116 .pager-actions-inline-v1013 {
  margin-top: clamp(12px, 2vh, 22px) !important;
}

@media screen and (min-width: 821px) {
  .exam-shell-v1013,
  .exam-chromebook-116 .exam-shell-v1013 {
    align-items: start !important;
  }
  .question-area-card-v1013.card,
  .exam-chromebook-116 .question-area-card-v1013.card {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
  .question-area-card-v1013 .question-slide.active,
  .exam-chromebook-116 .question-area-card-v1013 .question-slide.active {
    min-height: 0 !important;
    overflow: visible !important;
  }
  .pager-actions-inline-v1013,
  .exam-chromebook-116 .pager-actions-inline-v1013 {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 20 !important;
    background: linear-gradient(to bottom, rgba(255,255,255,.88), #fff 18px) !important;
    margin-top: 14px !important;
  }
  .exam-v1013.active-no-image .questao-texto {
    font-size: clamp(16px, 1.08vw, 19px) !important;
    line-height: 1.44 !important;
  }
  .exam-v1013.active-no-image .option-v1013 .alternativa-texto,
  .exam-v1013.active-no-image .option-lg .alternativa-texto {
    font-size: clamp(14.5px, .96vw, 16px) !important;
  }
}

.exam-v1013.active-has-image .questao-texto,
.exam-v1013.active-has-image.exam-chromebook-116 .questao-texto {
  font-size: clamp(15px, 1.1vw, 18px) !important;
  line-height: 1.38 !important;
}
.exam-v1013.active-has-image .questao-image-figure-v1013,
.exam-v1013.active-has-image .questao-image-figure,
.exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure-v1013,
.exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure {
  width: 100% !important;
  margin: 8px 0 10px !important;
  padding: clamp(8px, 1vw, 12px) !important;
}
.exam-v1013.active-has-image .questao-image-figure-v1013 .questao-image,
.exam-v1013.active-has-image .questao-image-figure .questao-image,
.exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure-v1013 .questao-image,
.exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure .questao-image {
  width: min(100%, 980px) !important;
  max-width: 100% !important;
  max-height: clamp(220px, 42vh, 520px) !important;
  object-fit: contain !important;
}
.exam-v1013.active-has-image .option-v1013 .alternativa-texto,
.exam-v1013.active-has-image .option-lg .alternativa-texto,
.exam-v1013.active-has-image.exam-chromebook-116 .option-v1013 .alternativa-texto,
.exam-v1013.active-has-image.exam-chromebook-116 .option-lg .alternativa-texto {
  font-size: clamp(14px, .98vw, 16px) !important;
}

/* Chromebook/netbook baixo: usa a tela sem deixar cartão vazio e sem esconder botão. */
@media screen and (min-width: 821px) and (max-height: 820px) {
  .exam-v1013 {
    gap: 6px !important;
  }
  .container:has(.exam-v1013) {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
  }
  .exam-chromebook-116 .question-side-card-v1013,
  .question-side-card-v1013 {
    max-height: none !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .exam-v1013.active-has-image .questao-image-figure-v1013 .questao-image,
  .exam-v1013.active-has-image .questao-image-figure .questao-image,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure-v1013 .questao-image,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure .questao-image {
    max-height: clamp(180px, 34vh, 300px) !important;
  }
  .exam-v1013.active-has-image .option-v1013,
  .exam-v1013.active-has-image .option-lg,
  .exam-v1013.active-has-image.exam-chromebook-116 .option-v1013,
  .exam-v1013.active-has-image.exam-chromebook-116 .option-lg {
    min-height: 32px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

/* Celular/tablet estreito: navegação fica visível e o botão Próxima fica fixo embaixo. */
@media screen and (max-width: 640px) {
  body:has(.exam-v1013) {
    padding-bottom: 74px !important;
  }
  .exam-v1013,
  .exam-v1013.device-phone {
    padding-bottom: 72px !important;
  }
  .prova-topo-v1013.card,
  .exam-chromebook-116 .prova-topo-v1013.card {
    padding: 7px 8px !important;
  }
  .prova-topo-v1013 h1,
  .exam-chromebook-116 .prova-topo-v1013 h1 {
    font-size: clamp(15px, 4.6vw, 18px) !important;
    margin-bottom: 2px !important;
  }
  .prova-topo-v1013 p,
  .exam-chromebook-116 .prova-topo-v1013 p {
    font-size: clamp(10.5px, 3.1vw, 12px) !important;
    line-height: 1.18 !important;
  }
  .autosave-status-v1013,
  .exam-chromebook-116 .autosave-status-v1013 {
    display: none !important;
  }
  .subject-chips-v1013,
  .exam-chromebook-116 .subject-chips-v1013 {
    margin-top: 4px !important;
    padding-bottom: 2px !important;
  }
  .question-side-card-v1013,
  .exam-chromebook-116 .question-side-card-v1013 {
    position: sticky !important;
    top: 0 !important;
    z-index: 60 !important;
    padding: 7px 8px 6px !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(6px);
    border: 1px solid #dbeafe !important;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .08) !important;
  }
  .question-side-head-v1013,
  .exam-chromebook-116 .question-side-head-v1013 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 4px !important;
  }
  .question-side-head-v1013 h3,
  .exam-chromebook-116 .question-side-head-v1013 h3 {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #174ea6 !important;
    margin: 0 !important;
  }
  .question-side-head-v1013 h3::after {
    content: ' — arraste para ver todas';
    font-weight: 600;
    color: #667085;
  }
  .vertical-dots-v1013,
  .vertical-dots,
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots {
    max-height: none !important;
    height: 46px !important;
    padding: 2px 2px 6px !important;
    gap: 7px !important;
    scrollbar-width: thin;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot,
  .exam-chromebook-116 .vertical-dots-v1013 .dot,
  .exam-chromebook-116 .vertical-dots .dot {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: #1f2937 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    overflow: visible !important;
  }
  .vertical-dots-v1013 .dot.active,
  .vertical-dots .dot.active,
  .exam-chromebook-116 .vertical-dots-v1013 .dot.active,
  .exam-chromebook-116 .vertical-dots .dot.active {
    color: #174ea6 !important;
    background: #eef4ff !important;
  }
  .question-area-card-v1013.card,
  .exam-chromebook-116 .question-area-card-v1013.card {
    padding: 10px 10px 12px !important;
  }
  .question-slide-head-v1013 h2,
  .exam-chromebook-116 .question-slide-head-v1013 h2 {
    font-size: clamp(19px, 6.2vw, 24px) !important;
    margin-top: 5px !important;
  }
  .questao-texto,
  .exam-chromebook-116 .questao-texto {
    font-size: clamp(16px, 4.8vw, 19px) !important;
    line-height: 1.38 !important;
  }
  .option-v1013,
  .option-lg,
  .exam-chromebook-116 .option-v1013,
  .exam-chromebook-116 .option-lg {
    min-height: 46px !important;
    padding: 9px 10px !important;
  }
  .option-v1013 .alternativa-texto,
  .option-lg .alternativa-texto,
  .exam-chromebook-116 .option-v1013 .alternativa-texto,
  .exam-chromebook-116 .option-lg .alternativa-texto {
    font-size: clamp(15px, 4.5vw, 18px) !important;
    line-height: 1.3 !important;
  }
  .exam-v1013.active-has-image .questao-image-figure-v1013,
  .exam-v1013.active-has-image .questao-image-figure,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure-v1013,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure {
    margin: 6px -2px 8px !important;
    padding: 6px !important;
  }
  .exam-v1013.active-has-image .questao-image-figure-v1013 .questao-image,
  .exam-v1013.active-has-image .questao-image-figure .questao-image,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure-v1013 .questao-image,
  .exam-v1013.active-has-image.exam-chromebook-116 .questao-image-figure .questao-image {
    width: 100% !important;
    max-height: min(34vh, 260px) !important;
  }
  .pager-actions-inline-v1013,
  .exam-chromebook-116 .pager-actions-inline-v1013 {
    position: fixed !important;
    left: 6px !important;
    right: 6px !important;
    bottom: max(6px, env(safe-area-inset-bottom)) !important;
    z-index: 1000 !important;
    display: grid !important;
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr) !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, .14) !important;
  }
  .pager-actions-inline-right {
    display: block !important;
    min-width: 0 !important;
  }
  .btn-nav-v1013,
  .exam-chromebook-116 .btn-nav-v1013 {
    min-height: 44px !important;
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}

/* Celular deitado: deixa só o essencial e mantém navegação + Próxima visíveis. */
@media screen and (orientation: landscape) and (max-height: 560px) and (max-width: 980px) {
  body:has(.exam-v1013) {
    padding-bottom: 58px !important;
  }
  .exam-v1013 {
    padding-bottom: 58px !important;
  }
  .question-side-card-v1013,
  .exam-chromebook-116 .question-side-card-v1013 {
    top: 0 !important;
    padding: 5px 6px !important;
  }
  .question-side-head-v1013,
  .exam-chromebook-116 .question-side-head-v1013 {
    display: none !important;
  }
  .vertical-dots-v1013,
  .vertical-dots,
  .exam-chromebook-116 .vertical-dots-v1013,
  .exam-chromebook-116 .vertical-dots {
    height: 40px !important;
    padding-bottom: 4px !important;
  }
  .vertical-dots-v1013 .dot,
  .vertical-dots .dot,
  .exam-chromebook-116 .vertical-dots-v1013 .dot,
  .exam-chromebook-116 .vertical-dots .dot {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
  }
  .questao-texto,
  .exam-chromebook-116 .questao-texto {
    font-size: 14.5px !important;
  }
  .option-v1013,
  .option-lg,
  .exam-chromebook-116 .option-v1013,
  .exam-chromebook-116 .option-lg {
    min-height: 36px !important;
    padding: 6px 8px !important;
  }
  .option-v1013 .alternativa-texto,
  .option-lg .alternativa-texto,
  .exam-chromebook-116 .option-v1013 .alternativa-texto,
  .exam-chromebook-116 .option-lg .alternativa-texto {
    font-size: 13.5px !important;
  }
  .pager-actions-inline-v1013,
  .exam-chromebook-116 .pager-actions-inline-v1013 {
    min-height: 46px !important;
    padding: 5px 6px !important;
    border-radius: 12px !important;
  }
  .btn-nav-v1013,
  .exam-chromebook-116 .btn-nav-v1013 {
    min-height: 36px !important;
    font-size: 13px !important;
  }
  .exam-v1013.active-has-image .questao-image-figure-v1013 .questao-image,
  .exam-v1013.active-has-image .questao-image-figure .questao-image {
    max-height: 26vh !important;
  }
}


/* CEOB Avalia v10.18.14.3 — Horário dos Professores Permanente */
.horario-prof-page .wrap { flex-wrap: wrap; }
.horario-prof-page .badge.success { background: #dcfce7; color: #166534; border-color: #86efac; }
.horario-prof-page .small { padding: 7px 10px; font-size: .88rem; }
.horario-prof-page .copy-box { margin-top: 10px; }
.horario-prof-page .copy-box summary { cursor: pointer; font-weight: 700; color: #334155; }
.horario-prof-page .mini-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 8px; }
.horario-prof-page .mini-form input,
.horario-prof-page .mini-form select,
.horario-prof-page .toolbar-form select,
.horario-prof-page .toolbar-form input { min-height: 38px; border: 1px solid #cbd5e1; border-radius: 10px; padding: 8px 10px; }
.horario-prof-page .toolbar-form { display: flex; gap: 12px; align-items: end; flex-wrap: wrap; }
.horario-prof-page .toolbar-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; min-width: min(100%, 360px); }
.horario-prof-page.compact-card { padding-top: 12px; padding-bottom: 12px; }
.horario-prof-page.grade-card { overflow: hidden; }
.horario-prof-wrap { max-height: calc(100vh - 250px); overflow: auto; }
.horario-prof-table { min-width: 1050px; }
.horario-prof-table thead th { position: sticky; top: 0; z-index: 2; }
.horario-prof-table .schedule-time-col,
.horario-prof-table .schedule-time-cell { position: sticky; left: 0; z-index: 3; background: #f8fafc; }
.horario-prof-table thead .schedule-time-col { z-index: 4; }
.cell-add { border: 1px dashed #94a3b8; background: #fff; border-radius: 999px; padding: 8px 12px; font-weight: 800; cursor: pointer; }
.link-danger { border: 0; background: transparent; color: #b91c1c; font-weight: 800; padding: 0; margin-top: 6px; cursor: pointer; }
@media (max-width: 800px) {
  .horario-prof-wrap { max-height: none; }
  .horario-prof-table { min-width: 900px; }
}

/* v10.18.14.4 - texto-base e múltiplas imagens por questão */
.texto-base-box {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.texto-base-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.texto-base-box p {
  white-space: pre-wrap;
  margin: 0 0 10px;
  line-height: 1.45;
}
.questao-image-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px 0;
}
.questao-image-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 10px 0 14px;
}
.check-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin: 6px 0 10px;
}
.dot.attention-pending {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}
@media (max-width: 720px) {
  .questao-image-group,
  .questao-image-preview-grid {
    grid-template-columns: 1fr;
  }
  .texto-base-box {
    padding: 10px;
  }
}


/* CEOB Avalia v10.18.14.5 — aviso interno seguro sem sair da tela cheia */
.resultado-estudante-box {
  margin: 12px 0 12px;
  display: grid;
  gap: 4px;
}
.resultado-estudante-box p {
  margin: 0;
}
.ceob-safe-alert {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, .62);
}
.ceob-safe-alert.active { display: flex; }
.ceob-safe-alert-box {
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid #fedf89;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .28);
  text-align: center;
}
.ceob-safe-alert-box h2 {
  margin: 0 0 10px;
  color: #b54708;
}
.ceob-safe-alert-box p {
  margin: 0;
  line-height: 1.5;
  color: #1d2939;
}
.ceob-safe-alert-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media (max-width: 560px) {
  .ceob-safe-alert-box { padding: 18px 14px; }
  .ceob-safe-alert-actions .btn { width: 100%; }
}

/* CEOB Avalia v10.18.14.6 - estudantes por turma recolhidos e horário automático */
.student-summary-link-v10146 {
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.student-summary-link-v10146:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16, 24, 40, .12);
  border-color: var(--primary);
}
.student-summary-link-v10146 em {
  display: inline-flex;
  margin-top: 8px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
}
.turmas-open-grid-v10146 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.turma-open-card-v10146 {
  display: grid;
  gap: 10px;
  min-height: 126px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.turma-open-card-v10146.com-alunos {
  border-color: #abefc6;
  background: linear-gradient(135deg, #f6fef9, #ffffff);
}
.turma-open-card-v10146:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  box-shadow: 0 16px 34px rgba(16, 24, 40, .12);
}
.turma-open-card-v10146 strong {
  display: block;
  color: var(--primary-dark);
  font-size: 16px;
  line-height: 1.25;
}
.turma-open-card-v10146 small {
  display: block;
  color: var(--muted);
  margin-top: 2px;
}
.turma-open-card-v10146 span {
  justify-self: start;
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  font-size: 13px;
}
.turma-open-card-v10146 em,
.turma-open-help-v10146 {
  font-style: normal;
  font-size: 12px;
}
.turma-open-card-v10146 em { color: var(--primary); font-weight: 800; }
.turma-selected-bar-v10146 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  margin-top: 16px;
  border: 1px solid #d6e4ff;
  border-radius: 18px;
  background: #f8fbff;
}
.turma-selected-bar-v10146 strong,
.turma-selected-bar-v10146 small { display: block; }
.turma-selected-bar-v10146 strong { color: var(--primary-dark); font-size: 18px; }
.turma-selected-bar-v10146 small { color: var(--muted); margin-top: 3px; }
.horario-auto-summary-v10146 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.horario-auto-grid-v10146 textarea {
  width: 100%;
  resize: vertical;
  min-height: 160px;
}
.modelo-actions-v10146 { margin: 12px 0 16px; }
.check-line-v10146 {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  font-weight: 700;
  color: #344054;
}
.check-line-v10146 input { width: auto; margin-top: 3px; }
.horario-auto-help-v10146 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.horario-auto-help-v10146 article {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fcfcfd;
  padding: 14px;
}
.horario-auto-help-v10146 strong { color: var(--primary-dark); }
.horario-auto-help-v10146 p { color: var(--muted); margin: 8px 0 0; font-size: 13px; }
.horario-auto-resumo-listas-v10146 h3 { margin-top: 0; }
.horario-auto-resumo-listas-v10146 .compact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.horario-auto-resumo-listas-v10146 .compact-tags span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary-dark);
  font-size: 12px;
}
@media (max-width: 1100px) {
  .turmas-open-grid-v10146 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .horario-auto-summary-v10146,
  .horario-auto-help-v10146 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .turmas-open-grid-v10146,
  .horario-auto-summary-v10146,
  .horario-auto-help-v10146 { grid-template-columns: 1fr; }
  .turma-selected-bar-v10146 { flex-direction: column; align-items: stretch; }
}

/* v10.18.14.8 — prévia do estudante e textos ricos em Língua Portuguesa */
.preview-student-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}
.preview-student-banner span {
  flex: 1;
  font-size: 13px;
  color: #1f2937;
}
.exam-v1013.preview-mode .security-status-card strong {
  color: #1e3a8a;
}
.rich-text {
  white-space: normal;
  overflow-wrap: anywhere;
}
.rich-text br {
  display: block;
  content: "";
  margin-top: 4px;
}
.rich-text u {
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}
.rich-text em,
.rich-text i {
  font-style: italic;
}
.rich-text strong,
.rich-text b {
  font-weight: 800;
}
.texto-base-content {
  line-height: 1.55;
  margin-top: 6px;
}
.questao-texto.rich-text {
  line-height: 1.52;
}
.alternativa-texto.rich-text {
  line-height: 1.42;
}
@media (max-width: 720px) {
  .preview-student-banner { flex-direction: column; align-items: stretch; }
}


/* CEOB Avalia v10.18.14.9 - editor seguro de título/tema da avaliação */
.identificacao-editor-v10149 {
  margin-top: 14px;
  border: 1px solid #d6e4ff;
  background: #f8fbff;
  border-radius: 16px;
  padding: 12px 14px;
}
.identificacao-editor-v10149 summary {
  cursor: pointer;
  color: var(--primary);
  font-weight: 800;
}
.identificacao-grid-v10149 {
  margin-top: 14px;
}
.identificacao-editor-v10149 .muted {
  margin-bottom: 0;
  font-size: 13px;
}

/* v10.18.14.10 - imagens dentro das alternativas */
.alternativa-img {
  display: block;
  max-width: min(100%, 420px);
  max-height: 220px;
  object-fit: contain;
  margin: 8px 0 4px;
  border-radius: 12px;
  border: 1px solid #d7dee8;
  background: #fff;
}
.option .alternativa-img {
  cursor: pointer;
}
@media (max-width: 700px) {
  .alternativa-img {
    max-height: 180px;
  }
}

/* v10.18.14.11 - cadastro manual de imagem nas alternativas */
.alternativas-image-editor label {
  background: #fbfdff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px;
}
.alt-img-preview {
  margin: 8px 0;
  padding: 8px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #fff;
}
.alt-img-preview-label,
.file-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #475569;
  font-weight: 700;
}
.alt-img-preview .alternativa-img {
  max-height: 140px;
}

/* v10.18.14.14 - Colagem inteligente de imagens */
.paste-image-zone {
  margin-top: 10px;
  padding: 14px;
  border: 2px dashed #b9c6d8;
  border-radius: 14px;
  background: #f8fbff;
  color: #24364f;
  cursor: pointer;
  outline: none;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.paste-image-zone:focus,
.paste-image-zone:hover,
.paste-image-zone.paste-dragover {
  border-color: #2563eb;
  background: #eef6ff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}
.paste-image-zone.paste-ok {
  border-color: #16a34a;
  background: #f0fdf4;
}
.paste-image-zone strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.paste-image-zone span {
  display: block;
  font-size: 12px;
  color: #526173;
}
.paste-image-zone kbd {
  padding: 1px 5px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #fff;
  font-size: 11px;
}
.paste-image-zone-small {
  padding: 10px;
  margin-top: 8px;
}
.paste-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.paste-preview-item {
  padding: 6px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.paste-preview-item img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  display: block;
}
.paste-preview-item small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* v10.18.14.18.2 - Tickets de acesso dos estudantes em formato compacto */
.usuarios-ticket-actions-v101418 { margin-top: 0.75rem; }
.turma-ticket-link-v101418 { color: var(--primary); font-weight: 700; }
.tickets-toolbar-v101418 { margin-bottom: 1rem; }
.tickets-filter-v101418 { margin-top: 1rem; align-items: end; }
.checkbox-inline-v101418 { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; }
.tickets-print-header-v101418 { display: flex; align-items: center; gap: 1rem; margin: 0 0 0.85rem; padding: 0.85rem; border: 1px solid #dbe5f5; border-radius: 18px; background: #fff; }
.tickets-print-header-v101418 img { width: 54px; height: 54px; object-fit: contain; }
.tickets-print-header-v101418 strong { display: block; font-size: 1rem; color: var(--primary-dark); }
.tickets-print-header-v101418 span, .tickets-print-header-v101418 small { display: block; color: #475569; }
.tickets-grid-v101418 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.65rem; }
.student-ticket-v101418 { background: #fff; border: 1.3px dashed #64748b; border-radius: 14px; padding: 0.65rem; break-inside: avoid; page-break-inside: avoid; min-height: 156px; display: flex; flex-direction: column; justify-content: space-between; }
.student-ticket-v101418 header { display: flex; align-items: center; gap: 0.45rem; padding-bottom: 0.35rem; border-bottom: 1px solid #cfe0f8; }
.student-ticket-v101418 header img { width: 30px; height: 30px; object-fit: contain; }
.student-ticket-v101418 header strong { color: var(--primary-dark); font-size: 0.82rem; line-height: 1; }
.student-ticket-v101418 header small { display: block; color: #0f172a; font-size: 0.68rem; line-height: 1.05; }
.ticket-student-name-v101418 { font-size: 0.86rem; line-height: 1.12; font-weight: 900; margin: 0.48rem 0 0.35rem; color: #0f172a; text-transform: uppercase; overflow-wrap: anywhere; }
.student-ticket-v101418 dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0.28rem 0.48rem; margin: 0; }
.student-ticket-v101418 dl div { border-radius: 8px; background: #f8fafc; padding: 0.25rem 0.32rem; }
.student-ticket-v101418 dt { font-size: 0.56rem; color: #0f172a; text-transform: uppercase; font-weight: 900; line-height: 1.05; }
.student-ticket-v101418 dd { margin: 0.06rem 0 0; font-size: 0.68rem; line-height: 1.08; font-weight: 900; color: #111827; overflow-wrap: anywhere; }
.student-ticket-v101418 footer { margin-top: 0.38rem; padding-top: 0.32rem; border-top: 1px solid #cfe0f8; color: #334155; font-size: 0.6rem; line-height: 1.15; }
@media (max-width: 980px) {
  .tickets-grid-v101418 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tickets-grid-v101418 { grid-template-columns: 1fr; }
}
@media print {
  @page { size: A4; margin: 8mm; }
  html, body { background: #fff !important; }
  body { font-size: 10px !important; }
  .no-print, .topbar, .flash { display: none !important; }
  .container { max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
  .tickets-page-v101418 { box-shadow: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; }
  .tickets-print-header-v101418 { border: 0; border-bottom: 2px solid #111827; border-radius: 0; padding: 0 0 5mm; margin-bottom: 5mm; gap: 5mm; }
  .tickets-print-header-v101418 img { width: 15mm; height: 15mm; }
  .tickets-print-header-v101418 strong { font-size: 15pt; line-height: 1.05; }
  .tickets-print-header-v101418 span { font-size: 9pt; }
  .tickets-print-header-v101418 small { font-size: 8pt; }
  .tickets-grid-v101418 { grid-template-columns: repeat(3, 1fr); gap: 4mm 5mm; align-items: stretch; }
  .student-ticket-v101418 { min-height: 43mm; border: 1px dashed #111827; border-radius: 4mm; padding: 3mm; box-shadow: none !important; }
  .student-ticket-v101418 header { gap: 2mm; padding-bottom: 1.5mm; }
  .student-ticket-v101418 header img { width: 8mm; height: 8mm; }
  .student-ticket-v101418 header strong { font-size: 7.3pt; line-height: 1; }
  .student-ticket-v101418 header small { font-size: 6.2pt; }
  .ticket-student-name-v101418 { font-size: 8.6pt; line-height: 1.08; margin: 2.2mm 0 1.6mm; }
  .student-ticket-v101418 dl { grid-template-columns: 1fr 1fr; gap: 1.4mm 2.2mm; }
  .student-ticket-v101418 dl div { background: transparent !important; padding: 0; border-radius: 0; }
  .student-ticket-v101418 dt { font-size: 5.7pt; line-height: 1.05; color: #111827; }
  .student-ticket-v101418 dd { font-size: 6.8pt; line-height: 1.05; margin-top: 0.5mm; }
  .student-ticket-v101418 footer { margin-top: 1.7mm; padding-top: 1.4mm; font-size: 5.9pt; line-height: 1.12; }
}

/* CEOB Avalia v10.18.14.18.3 - Backup Drive visual moderno */
.backup-hero,
.backup-stats,
.backup-account-card {
  display: none;
}
.backup-card {
  border-radius: 18px;
  padding: 20px;
  border-color: #d9e2ef;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
  overflow: hidden;
}
.backup-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #0b1f3f;
}
.backup-section-icon,
.backup-status-icon {
  color: var(--primary);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.backup-section-icon { font-size: 22px; }
.backup-config-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.08fr) minmax(260px, .95fr) minmax(230px, .9fr);
  gap: 26px;
  align-items: start;
}
.backup-config-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.backup-config-card label {
  gap: 5px;
  color: #0b1f3f;
  font-size: 14px;
}
.backup-config-card input,
.backup-config-card select {
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
}
.backup-config-side {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
}
.backup-checkline {
  flex-direction: row;
  align-items: center;
  gap: 10px !important;
  font-weight: 800;
  line-height: 1.3;
}
.backup-checkline input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}
.backup-save-wrap {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.backup-save-btn {
  min-width: 185px;
}
.backup-manual-card p,
.backup-important-card p {
  color: #344054;
  line-height: 1.55;
}
.backup-actions .btn {
  box-shadow: 0 8px 18px rgba(23, 78, 166, .14);
}
.backup-light-btn {
  background: #eef4ff;
  color: var(--primary);
}
.backup-status-grid {
  display: grid;
  grid-template-columns: minmax(200px, .9fr) minmax(330px, 1.15fr) minmax(260px, 1fr);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 16px;
  gap: 18px;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}
.backup-status-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.backup-status-middle {
  border-left: 1px solid #d6e4f0;
  border-right: 1px solid #d6e4f0;
  padding: 0 18px;
}
.backup-status-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}
.backup-status-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eef4ff;
  font-size: 19px;
}
.backup-status-item strong {
  color: #0b1f3f;
}
.backup-status-item span:not(.backup-status-icon),
.backup-path {
  color: #344054;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.backup-important-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: start;
}
.backup-important-card h2,
.backup-important-card p {
  margin: 0;
}
.backup-important-card h2 { font-size: 20px; }
.backup-important-card p { grid-column: 2; }
@media (max-width: 980px) {
  .backup-config-grid,
  .backup-status-grid {
    grid-template-columns: 1fr;
  }
  .backup-status-middle {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d6e4f0;
    border-bottom: 1px solid #d6e4f0;
    padding: 18px 0;
  }
  .backup-config-side { padding-top: 0; }
  .backup-save-wrap { justify-content: stretch; }
  .backup-save-btn { width: 100%; }
}

/* v10.18.14.23.3 — Área do Professor: Avalia Game / Minhas Turmas / Atividades Teste */
.professor-tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin:0 0 1rem 0;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 20px rgba(15,76,129,.06)}
.professor-tabs .tab{padding:.75rem 1rem;border-radius:14px;text-decoration:none;font-weight:800;color:#0f3b80;background:#eef5ff;border:1px solid #dbeafe;letter-spacing:.02em}
.professor-tabs .tab.active,.professor-tabs .tab:hover{background:var(--primary);color:white;border-color:var(--primary)}
.pin-box{margin-top:.75rem;padding:.65rem;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:1.05rem}
.pin-grande{font-size:3rem;font-weight:900;letter-spacing:.15em;color:var(--primary);margin:.25rem 0}
.card.destaque{border:2px solid #bfdbfe;background:#eff6ff}
@media (max-width:720px){.professor-tabs .tab{flex:1 1 100%;text-align:center}.pin-grande{font-size:2.2rem}}

/* v10.18.14.23.4 — Topo moderno do professor */
.teacher-topbar{
  min-height: 96px;
  padding: 16px 22px;
  gap: 20px;
  align-items: center;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(10px);
}
.teacher-topbar .brand{min-width:260px;max-width:520px;}
.teacher-topbar .brand strong{font-size:20px;letter-spacing:.01em;color:#071738;}
.teacher-topbar .brand small{font-size:14px;line-height:1.25;color:#33415f;}
.teacher-topbar .logo-mark{width:58px;height:58px;flex-basis:58px;}
.teacher-topbar .logo-mark img{width:54px;height:54px;}
.teacher-topbar .nav{gap:12px;align-items:center;justify-content:flex-end;flex:1;}
.teacher-topbar .nav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-width:82px;
  padding:8px 10px 10px;
  border-radius:0;
  border-bottom:3px solid transparent;
  color:#12203d;
  font-weight:700;
  transition:.18s ease;
}
.teacher-topbar .nav-item:hover,
.teacher-topbar .nav-item.active{
  background:#f5f8ff;
  color:#095ee8;
  border-bottom-color:#095ee8;
}
.teacher-topbar .nav-icon{font-size:23px;line-height:1;display:block;}
.teacher-topbar .nav-game{color:#7b2cbf;}
.teacher-topbar .nav-game:hover,
.teacher-topbar .nav-game.active{color:#7b2cbf;border-bottom-color:#7b2cbf;background:#faf5ff;}
.teacher-topbar .nav-activity{color:#079455;}
.teacher-topbar .nav-activity:hover,
.teacher-topbar .nav-activity.active{color:#079455;border-bottom-color:#079455;background:#f0fdf4;}
.teacher-topbar .nav-exit{color:#d92d20;min-width:60px;}
.teacher-topbar .nav-exit:hover{color:#d92d20;border-bottom-color:#d92d20;background:#fff5f5;}
.teacher-profile-pill{
  display:flex;
  align-items:center;
  gap:10px;
  background:#f5f7fb;
  border:1px solid #e7ecf5;
  border-radius:999px;
  padding:8px 12px 8px 8px;
  min-width:174px;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
.teacher-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eaf2ff,#d7e7ff);
  color:#0b4db3;
  font-size:22px;
  font-weight:900;
  border:1px solid #dbe8ff;
}
.teacher-profile-pill strong{display:block;font-size:13px;line-height:1.1;color:#061533;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.teacher-profile-pill small{display:block;font-size:11px;color:#475467;margin-top:2px;}
.teacher-topbar + .container{max-width:1420px;padding-top:34px;}
.teacher-topbar + .container .official-header{max-width:1320px;margin-left:auto;margin-right:auto;border-radius:18px;padding:24px 28px;}
.teacher-topbar + .container .official-header h2{font-size:24px;}
.teacher-topbar + .container .official-header p{font-size:18px;}
.teacher-topbar + .container .professor-hero{
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
  padding:38px 38px;
  border-radius:22px;
  background:linear-gradient(135deg,#0647ba,#2f80ed);
  position:relative;
  overflow:hidden;
}
.teacher-topbar + .container .professor-hero:after{
  content:'▱';
  position:absolute;
  right:52px;
  top:10px;
  font-size:132px;
  line-height:1;
  opacity:.14;
  transform:rotate(-10deg);
}
.teacher-topbar + .container .professor-hero h1{font-size:34px;margin-bottom:12px;}
.teacher-topbar + .container .professor-hero p{font-size:18px;line-height:1.45;}
.teacher-topbar + .container .compact-stats,
.teacher-topbar + .container .professor-class-grid{max-width:1320px;margin-left:auto;margin-right:auto;}
.teacher-topbar + .container .compact-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px;}
.teacher-topbar + .container .compact-stats .stat{display:flex;text-align:left;align-items:center;gap:24px;padding:26px 28px;background:#fff;border-radius:18px;}
.teacher-topbar + .container .compact-stats .stat:before{content:'👥';display:grid;place-items:center;width:92px;height:92px;border-radius:14px;background:#edf4ff;font-size:34px;}
.teacher-topbar + .container .compact-stats .stat:nth-child(2):before{content:'📖';background:#eafaf1;}
.teacher-topbar + .container .compact-stats .stat:nth-child(3):before{content:'📋';background:#f3eafa;}
.teacher-topbar + .container .compact-stats .stat span{font-size:42px;color:#071738;}
.teacher-topbar + .container .compact-stats .stat small{font-size:18px;color:#344054;}
.teacher-topbar + .container .professor-class-card{border-radius:18px;padding:24px;min-height:240px;display:flex;flex-direction:column;gap:10px;}
.teacher-topbar + .container .professor-class-card h3{font-size:24px;margin:8px 0 0;}
.teacher-topbar + .container .professor-class-card p{font-size:18px;margin:0;}
.teacher-topbar + .container .professor-class-card small{font-size:15px;color:#0f172a;}
.teacher-topbar + .container .professor-class-card:after{content:'Ver detalhes  →';margin-top:auto;border:1px solid #dbe3ef;border-radius:8px;padding:12px 16px;color:#095ee8;font-weight:800;}
.teacher-topbar + .container .professor-tabs{display:none;}
@media (max-width:1180px){
  .teacher-topbar{align-items:flex-start;flex-direction:column;}
  .teacher-topbar .nav{width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px;}
  .teacher-profile-pill{margin-left:auto;}
}
@media (max-width:720px){
  .teacher-topbar .nav-item{min-width:76px;font-size:13px;}
  .teacher-profile-pill{width:100%;border-radius:18px;}
  .teacher-topbar + .container .compact-stats{grid-template-columns:1fr;}
  .teacher-topbar + .container .professor-hero h1{font-size:26px;}
  .teacher-topbar + .container .professor-hero p{font-size:15px;}
}

.actions-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.avaliacoes-area-table-v1018 table{
  min-width:1180px;
}
.avaliacoes-area-table-v1018 th:nth-child(8),
.avaliacoes-area-table-v1018 td:nth-child(8){
  min-width:390px;
}
.avaliacoes-area-table-v1018 td.actions-inline{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  align-items:stretch;
  padding-top:12px;
  padding-bottom:12px;
}
.avaliacoes-area-table-v1018 td.actions-inline form{
  margin:0;
}
.avaliacoes-area-table-v1018 td.actions-inline .btn{
  width:100%;
  min-height:34px;
  justify-content:center;
  border-radius:10px;
}
.avaliacoes-area-table-v1018 td.actions-inline .btn.primary{
  box-shadow:0 8px 18px rgba(18,84,197,.12);
}
.avaliacoes-area-table-v1018 td.actions-inline .disciplina-pdf-form-v1019,
.avaliacoes-area-table-v1018 td.actions-inline .inline-time-form{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
}
.avaliacoes-area-table-v1018 td.actions-inline .disciplina-pdf-form-v1019 select{
  width:100%;
  min-width:0;
  max-width:none;
  height:34px;
  border-radius:10px;
}
.avaliacoes-area-table-v1018 td.actions-inline .inline-time-form input{
  width:100%;
  min-width:0;
  height:34px;
  border-radius:10px;
}
.avaliacoes-area-table-v1018 td.actions-inline form:last-child{
  grid-column:1 / -1;
}
@media (max-width:900px){
  .avaliacoes-area-table-v1018 td.actions-inline{
    grid-template-columns:1fr;
  }
  .avaliacoes-area-table-v1018 td.actions-inline .disciplina-pdf-form-v1019,
  .avaliacoes-area-table-v1018 td.actions-inline .inline-time-form{
    grid-template-columns:1fr;
  }
}
.game-lobby{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.avatar-chip{border:1px solid #d7deea;border-radius:999px;padding:8px 12px;background:#fff;font-weight:700;}
.game-option{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:6px;color:#fff;font-weight:900;margin-right:6px;}
.game-option.red,.game-answer.red{background:#d7263d;}
.game-option.blue,.game-answer.blue{background:#1769e0;}
.game-option.yellow,.game-answer.yellow{background:#f4c430;color:#172033;}
.game-option.green,.game-answer.green{background:#1f9d55;}
.game-stage{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;}
.game-stage.student-answer-only{grid-template-columns:1fr;}
.game-status{grid-column:1/-1;display:flex;gap:12px;justify-content:space-between;align-items:center;background:#071738;color:#fff;border-radius:12px;padding:14px 18px;font-weight:800;}
.game-waiting,.game-question{background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:28px;min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:20px;}
.game-question h1,.game-waiting h1{font-size:34px;line-height:1.15;margin:0;color:#071738;}
.game-timer{align-self:flex-end;background:#071738;color:#fff;border-radius:999px;padding:10px 16px;font-weight:900;font-size:22px;}
.game-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.game-answer{border:0;border-radius:12px;color:#fff;min-height:110px;padding:18px;text-align:left;font-size:18px;font-weight:800;cursor:pointer;display:flex;gap:12px;align-items:flex-start;}
.game-answer strong{font-size:30px;}
.game-question-img{max-width:100%;max-height:260px;object-fit:contain;border-radius:10px;border:1px solid #dbe3ef;background:#fff;}
.ranking{padding-left:20px;}
.ranking li{display:flex;justify-content:space-between;gap:10px;margin:8px 0;}
.form-span{grid-column:1/-1;display:flex;flex-direction:column;gap:10px;}
.avatar-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;}
.avatar-option{border:1px solid #d7deea;border-radius:12px;background:#fff;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer;min-height:68px;}
.avatar-option input{width:18px;height:18px;accent-color:var(--primary);}
.avatar-option:has(input:checked){border-color:#1769e0;background:#eff6ff;box-shadow:0 8px 18px rgba(23,105,224,.12);}
.avatar-drawing,.avatar-inline,.participant-avatar{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eef4ff;border:1px solid #dbeafe;font-size:22px;line-height:1;}
.avatar-inline{width:28px;height:28px;font-size:17px;margin-right:6px;vertical-align:middle;}
.game-host{display:flex;flex-direction:column;gap:18px;}
.game-host-head{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#071738;color:#fff;border-radius:18px;padding:24px 28px;}
.game-host-head h1{margin:8px 0 4px;font-size:34px;color:#fff;}
.game-host-head p{margin:0;color:#dbeafe;}
.game-host-pin{display:grid;place-items:center;background:#fff;color:#071738;border-radius:16px;padding:16px 22px;min-width:190px;}
.game-host-pin small{text-transform:uppercase;font-weight:800;color:#475467;}
.game-host-pin strong,.pin-display{font-size:54px;font-weight:900;letter-spacing:.16em;color:#1254c5;}
.pin-display{font-size:72px;margin:10px 0 18px;}
.game-host-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start;}
.game-host-main,.game-host-side{background:#fff;border:1px solid #dbe3ef;border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(15,23,42,.06);}
.game-host-waiting{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;}
.btn.big{font-size:18px;padding:14px 22px;}
.game-host-question{display:flex;flex-direction:column;gap:18px;}
.game-host-question-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-weight:900;color:#071738;}
.game-host-question-meta strong{background:#071738;color:#fff;border-radius:999px;padding:10px 16px;font-size:24px;}
.game-host-question h2{font-size:32px;line-height:1.2;margin:0;color:#071738;}
.game-host-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.game-host-option{min-height:98px;border-radius:14px;padding:16px;color:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;font-weight:800;}
.game-host-option strong{font-size:32px;line-height:1;}
.game-host-option b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.9);color:#071738;}
.game-host-option.red{background:#d7263d;}
.game-host-option.blue{background:#1769e0;}
.game-host-option.yellow{background:#f4c430;color:#172033;}
.game-host-option.green{background:#1f9d55;}
.game-host-side-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;}
.game-host-side-head h2{margin:0;}
.game-host-side-head span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:999px;background:#eef4ff;color:#1254c5;font-weight:900;}
.game-participants-grid{display:grid;gap:10px;}
.participant-card{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f8fafc;}
.participant-position{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#071738;color:#fff;font-weight:900;font-size:13px;}
.participant-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.participant-card small{grid-column:3;color:#475467;}
.student-proof-list{display:grid;gap:14px;}
.student-proof-item{border:1px solid #e5e7eb;border-left-width:6px;border-radius:12px;padding:16px;background:#fff;}
.student-proof-item.correct{border-left-color:#16a34a;}
.student-proof-item.wrong{border-left-color:#dc2626;}
.student-proof-item header,.student-proof-item footer{display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.student-proof-text-base-v1021{margin:12px 0;}
.student-proof-enunciado{margin:10px 0;color:#111827;}
.proof-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.proof-options > span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px;}
.proof-options > span.proof-option-correct{border-color:#22c55e;background:#f0fdf4;}
.proof-options > span.proof-option-answer{box-shadow:inset 0 0 0 2px #1d4ed8;}
@media (max-width:820px){
  .game-stage{grid-template-columns:1fr;}
  .game-host-head,.game-host-grid{grid-template-columns:1fr;display:grid;}
  .game-host-pin{justify-items:center;}
  .pin-display{font-size:48px;}
  .game-host-options,.proof-options{grid-template-columns:1fr;}
  .game-status{align-items:flex-start;flex-direction:column;}
  .game-options{grid-template-columns:1fr;}
  .game-question h1,.game-waiting h1{font-size:26px;}
}

.pnae-hero{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  background:linear-gradient(135deg,#0f6b55,#2f80ed);
  color:#fff;
  border-radius:18px;
  padding:30px;
  margin-bottom:18px;
  box-shadow:0 18px 36px rgba(15,107,85,.18);
}
.pnae-hero.student{background:linear-gradient(135deg,#1254c5,#079455);}
.pnae-hero span,.pnae-kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:900;
  opacity:.9;
  margin-bottom:8px;
}
.pnae-hero h1{margin:0 0 8px;color:#fff;font-size:30px;}
.pnae-hero p{margin:0;max-width:760px;color:#eef8ff;font-size:16px;}
.btn.light{background:#fff;color:#0f4c81;border-color:#fff;}
.pnae-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;}
.pnae-turmas{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;max-height:230px;overflow:auto;border:1px solid #dbe3ef;border-radius:10px;padding:12px;background:#f8fafc;}
.pnae-turmas label{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;background:#fff;border:1px solid #edf1f7;}
.pnae-turmas .pnae-all-classes{background:#ecfdf3;border-color:#abefc6;font-weight:900;color:#057647;}
.pnae-mini-results{display:grid;gap:2px;margin-top:6px;font-size:12px;color:#475467;}
.pnae-card-list{display:grid;gap:10px;}
.pnae-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;align-items:center;border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#f8fafc;}
.pnae-list-item small{grid-column:1;color:#475467;}
.pnae-list-item .btn{grid-row:1/3;grid-column:2;}
.pnae-student-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;}
.pnae-test-card{border:1px solid #dbe3ef;border-left:6px solid #079455;border-radius:12px;background:#fff;padding:18px;display:flex;flex-direction:column;gap:10px;min-height:190px;}
.pnae-test-card h3{margin:0;font-size:20px;color:#071738;}
.pnae-test-card p{margin:0;color:#475467;}
.pnae-test-card .btn{margin-top:auto;align-self:flex-start;}
.pnae-answer{max-width:900px;margin-left:auto;margin-right:auto;}
.pnae-sample{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0;}
.pnae-sample span{background:#eef4ff;border:1px solid #dbeafe;border-radius:10px;padding:12px;color:#0f4c81;font-weight:800;}
.pnae-sample strong{display:block;font-size:24px;color:#071738;}
.pnae-menu-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px;margin:16px 0;max-height:280px;overflow:auto;white-space:pre-wrap;}
.pnae-menu-preview pre{white-space:pre-wrap;font:inherit;margin:10px 0 0;color:#344054;}
.pnae-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:16px 0;}
.pnae-options label{cursor:pointer;}
.pnae-options input{position:absolute;opacity:0;pointer-events:none;}
.pnae-options span{display:grid;place-items:center;min-height:74px;border:2px solid #dbe3ef;border-radius:12px;background:#fff;font-weight:900;color:#071738;}
.pnae-options input:checked + span{border-color:#079455;background:#ecfdf3;color:#057647;box-shadow:0 10px 22px rgba(7,148,85,.14);}
.pnae-meal-question{border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin:14px 0;background:#fbfcff;}
.pnae-meal-question h3{margin:0 0 10px;color:#071738;}
.pnae-qr-card{max-width:920px;margin-left:auto;margin-right:auto;}
.pnae-qr-wrap{display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:center;}
.pnae-qr-wrap img{width:320px;height:320px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;padding:12px;}
.pnae-qr-wrap input{width:100%;margin:12px 0;padding:12px;border:1px solid #cfd8e3;border-radius:8px;font-weight:700;}
.calendar-import-card{border-left:6px solid #0f6b55;}
.calendar-import-help{background:#f0fdf4;border:1px solid #abefc6;border-radius:10px;padding:12px;color:#064e3b;}
.calendar-import-help p{margin:6px 0 0;color:#344054;}
@media (max-width:760px){.pnae-qr-wrap{grid-template-columns:1fr}.pnae-qr-wrap img{width:100%;height:auto;max-width:320px;}}
.pnae-card-page{margin:0;background:#e8eef7;min-height:100vh;display:grid;place-items:center;padding:24px;}
.pnae-art-board{width:min(980px,100%);aspect-ratio:1.414/1;background:#fff;border-radius:18px;padding:42px;display:grid;place-items:center;box-shadow:0 24px 60px rgba(15,23,42,.22);}
.pnae-art{width:100%;height:100%;border-radius:22px;padding:46px;display:flex;flex-direction:column;justify-content:center;gap:18px;background:linear-gradient(135deg,#0f4c81,#079455);color:#fff;position:relative;overflow:hidden;}
.pnae-art:after{content:'PNAE';position:absolute;right:-18px;bottom:-22px;font-size:120px;font-weight:900;opacity:.1;}
.pnae-art-board.celebracao .pnae-art{background:linear-gradient(135deg,#b42318,#f79009);}
.pnae-art-board.alimentacao .pnae-art,.pnae-art-board.menu .pnae-art{background:linear-gradient(135deg,#067647,#2e90fa);}
.pnae-art-board.aviso .pnae-art{background:linear-gradient(135deg,#7a2e0e,#d97706);}
.pnae-art-brand,.pnae-art-type{font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.pnae-art-type{display:inline-flex;align-self:flex-start;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:10px 14px;}
.pnae-art h1{font-size:54px;line-height:1.02;color:#fff;margin:0;max-width:760px;}
.pnae-art p{font-size:24px;line-height:1.28;margin:0;max-width:760px;color:#f5fbff;}
.pnae-art pre{white-space:pre-wrap;font:600 19px/1.35 system-ui,sans-serif;color:#fff;max-height:260px;overflow:hidden;margin:0;}
.pnae-art-date{font-size:28px;font-weight:900;}
.pnae-print-actions{position:fixed;right:24px;bottom:24px;}
@media (max-width:840px){
  .pnae-hero{display:grid;padding:22px;}
  .pnae-grid{grid-template-columns:1fr;}
  .pnae-sample{grid-template-columns:1fr 1fr;}
  .pnae-art-board{aspect-ratio:auto;min-height:620px;padding:16px;}
  .pnae-art{padding:28px;}
  .pnae-art h1{font-size:36px;}
  .pnae-art p{font-size:18px;}
}
@media print{
  .pnae-card-page{padding:0;background:#fff;}
  .pnae-art-board{width:100%;min-height:100vh;box-shadow:none;border-radius:0;}
}
.modern-card-page{background:#e8eef7;}
.modern-art-board{width:min(1080px,100%);background:#fff;border-radius:18px;padding:36px;box-shadow:0 22px 54px rgba(15,23,42,.16);}
.modern-art{
  min-height:600px;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  background:#0f4c81;
  color:#fff;
}
.modern-art-copy{padding:54px;display:flex;flex-direction:column;justify-content:center;gap:18px;background:linear-gradient(135deg,rgba(8,43,88,.96),rgba(7,148,85,.86));}
.modern-art.seguranca .modern-art-copy{background:linear-gradient(135deg,#0b355d,#0f766e);}
.modern-art.limpeza .modern-art-copy{background:linear-gradient(135deg,#1254c5,#079455);}
.modern-art.professores .modern-art-copy{background:linear-gradient(135deg,#123c69,#7c3aed);}
.modern-art.celebracao .modern-art-copy{background:linear-gradient(135deg,#9f1239,#f97316);}
.modern-art.calendario .modern-art-copy{background:linear-gradient(135deg,#1f2937,#2563eb);}
.modern-school{font-size:14px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#eaf6ff;}
.modern-pill{align-self:flex-start;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.16);border-radius:999px;padding:10px 14px;text-transform:uppercase;font-weight:900;font-size:13px;letter-spacing:.06em;}
.modern-art h1{font-size:52px;line-height:1.02;color:#fff;margin:0;letter-spacing:0;}
.modern-art p{font-size:23px;line-height:1.32;margin:0;color:#f5fbff;}
.modern-date{font-size:30px;font-weight:900;color:#fff;margin-top:4px;}
.modern-art small{font-size:15px;color:#dff7ff;font-weight:800;}
.modern-art-photo{position:relative;min-height:600px;background:#dbeafe;overflow:hidden;}
.modern-art-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.modern-art-photo .ai-photo-mark{position:absolute;inset:0;background:
  radial-gradient(circle at 50% 30%,rgba(255,255,255,.72) 0 9%,transparent 10%),
  linear-gradient(155deg,rgba(255,255,255,.24),rgba(255,255,255,0) 42%),
  linear-gradient(135deg,#dbeafe,#9cc8ff 48%,#0f766e);}
.modern-art-photo .ai-photo-mark:before{content:'';position:absolute;left:24%;bottom:14%;width:52%;height:46%;border-radius:34px 34px 12px 12px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 18px 34px rgba(15,23,42,.28);}
.modern-art-photo .ai-photo-mark:after{content:'';position:absolute;left:36%;top:23%;width:28%;height:28%;border-radius:50%;background:linear-gradient(135deg,#ffe4c7,#c47b55);box-shadow:0 0 0 14px rgba(15,23,42,.16);}
.modern-art-photo.seguranca .ai-photo-mark{background:linear-gradient(135deg,#e0f2fe,#a7f3d0 50%,#0f766e);}
.modern-art-photo.limpeza .ai-photo-mark{background:linear-gradient(135deg,#eef4ff,#d1fae5 50%,#2e90fa);}
.modern-art-photo.professores .ai-photo-mark{background:linear-gradient(135deg,#f5f3ff,#dbeafe 50%,#7c3aed);}
.modern-art-photo.celebracao .ai-photo-mark{background:linear-gradient(135deg,#fff7ed,#fed7aa 50%,#be123c);}
.modern-art-photo.calendario .ai-photo-mark{background:linear-gradient(135deg,#f8fafc,#dbeafe 50%,#1d4ed8);}
@media (max-width:900px){
  .modern-art{grid-template-columns:1fr;}
  .modern-art-copy{padding:32px;}
  .modern-art h1{font-size:36px;}
  .modern-art p{font-size:18px;}
  .modern-art-photo{min-height:320px;}
}
@media print{
  .modern-card-page{background:#fff;padding:0;}
  .modern-art-board{width:100%;min-height:100vh;border-radius:0;box-shadow:none;padding:0;}
  .modern-art{min-height:100vh;border-radius:0;}
}
.school-card-page{
  margin:0;
  min-height:100vh;
  display:grid;
  place-items:center;
  background:#e7eef8;
  padding:28px;
  font-family:system-ui,-apple-system,Segoe UI,sans-serif;
}
.school-card{
  width:min(1024px,100%);
  min-height:1024px;
  position:relative;
  overflow:hidden;
  background:#fff;
  color:#fff;
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}
.school-card img{max-width:100%;display:block;}
.evento-model{background:#f4f0e7;}
.event-top{
  position:absolute;
  z-index:4;
  left:48px;
  right:48px;
  top:46px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  align-items:start;
  background:#fff;
  border-top:12px solid #069349;
  box-shadow:0 8px 0 #ffcf00,0 16px 0 #24105f,0 24px 0 #88401f;
}
.event-top h1{
  margin:18px 28px 2px;
  font-size:62px;
  line-height:.95;
  color:#24105f;
  font-family:var(--card-title-font, inherit);
  letter-spacing:0;
  text-transform:uppercase;
}
.event-top h2{
  margin:0 28px 18px;
  color:#064b88;
  font-size:24px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.event-date-badge{
  min-height:150px;
  display:grid;
  place-items:center;
  background:#ffcf00;
  color:#064b88;
  font-size:56px;
  font-weight:1000;
  text-align:center;
  clip-path:polygon(0 0,100% 0,100% 78%,50% 100%,0 78%);
}
.event-message{
  position:absolute;
  z-index:3;
  left:48px;
  right:48px;
  top:210px;
  background:#1f369a;
  color:#fff;
  padding:20px 42px;
  text-align:center;
  font-size:28px;
  line-height:1.3;
  font-weight:800;
  font-family:var(--card-text-font, inherit);
  border-radius:0 0 50% 50%/0 0 18px 18px;
}
.event-photo{
  position:absolute;
  inset:0;
  z-index:1;
  background:#dbeafe;
}
.event-photo img{width:100%;height:100%;object-fit:cover;}
.event-photo-placeholder{
  width:100%;
  height:100%;
  background:
    linear-gradient(rgba(255,255,255,.16),rgba(255,255,255,.05)),
    radial-gradient(circle at 32% 52%,#f7d6b8 0 7%,transparent 8%),
    radial-gradient(circle at 48% 50%,#e7b792 0 7%,transparent 8%),
    radial-gradient(circle at 63% 52%,#9a603f 0 7%,transparent 8%),
    linear-gradient(135deg,#d9ecff,#b8d6f5 45%,#f3d7b1);
}
.event-photo-placeholder:after{
  content:'';
  position:absolute;
  left:20%;
  right:15%;
  bottom:18%;
  height:36%;
  border-radius:80px 80px 22px 22px;
  background:linear-gradient(90deg,#fff 0 34%,#f6f8ff 34% 68%,#fff 68%);
  box-shadow:0 -20px 0 #2868b7 inset,70px 0 0 #ffcf00 inset;
}
.event-footer{
  position:absolute;
  z-index:5;
  left:102px;
  right:102px;
  bottom:30px;
  min-height:110px;
  background:#fff;
  color:#064b88;
  display:flex;
  align-items:center;
  gap:22px;
  padding:16px 26px;
  border-top:10px solid #069349;
  box-shadow:0 -8px 0 #ffcf00,0 -16px 0 #24105f,0 -24px 0 #88401f;
}
.event-footer img,.birthday-footer img,.school-card-footer img{width:74px;height:74px;object-fit:contain;}
.event-footer strong,.birthday-footer strong,.school-card-footer strong{display:block;font-size:28px;line-height:1;color:#064b88;text-transform:uppercase;}
.event-footer span,.birthday-footer span,.school-card-footer span{display:block;font-size:12px;font-weight:900;color:#064b88;text-transform:uppercase;margin-top:4px;}

.comunicado-model{
  background:#064f8d;
  min-height:1440px;
  padding:70px 64px;
}
.comunicado-model:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0aaed2 0 32%,transparent 32%),linear-gradient(90deg,transparent 0 74%,#fff 74%);}
.school-card-shape{position:absolute;right:-80px;top:40px;font-size:760px;line-height:.8;font-weight:1000;color:#fff;opacity:1;z-index:1;}
.school-card-clock{position:absolute;left:110px;top:30px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#fff 0 52%,#ffcf32 53% 67%,#c97c12 68%);box-shadow:0 10px 24px rgba(0,0,0,.22);z-index:3;}
.comunicado-content{position:relative;z-index:4;max-width:700px;margin-top:250px;text-align:center;}
.comunicado-content h1{font-size:82px;line-height:1;color:#ffda4b;margin:0 0 60px;text-align:left;font-weight:1000;}
.comunicado-content h1,.comunicado-content h2{font-family:var(--card-title-font, inherit);}
.comunicado-content h2{font-size:32px;line-height:1.25;margin:0 0 30px;color:#fff;text-transform:uppercase;}
.comunicado-content p{font-size:34px;line-height:1.38;margin:0;color:#fff;font-weight:700;font-family:var(--card-text-font, inherit);}
.comunicado-content .school-card-date{display:block;color:#ffda4b;font-size:34px;margin:22px 0;}
.school-card-sign{font-size:28px;line-height:1.45;margin-top:46px;font-weight:800;}
.school-card-footer{
  position:absolute;
  left:120px;
  right:120px;
  bottom:34px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:20px;
  background:#fff;
  padding:18px 26px;
  border-top:9px solid #069349;
  box-shadow:0 -8px 0 #ffcf00,0 -16px 0 #24105f,0 -24px 0 #88401f;
}

.aniversario-model{
  min-height:1024px;
  background:radial-gradient(circle at 12% 30%,#ffd400 0 8%,transparent 10%),radial-gradient(circle at 94% 88%,#ffd400 0 8%,transparent 10%),linear-gradient(135deg,#00acd4,#0b57a3 70%);
  padding:24px;
  text-align:center;
}
.aniversario-model:before{content:'PARABENS';position:absolute;inset:0;font-size:170px;font-weight:1000;color:#fff;opacity:.06;letter-spacing:.05em;display:grid;place-items:center;transform:rotate(-8deg);}
.birthday-date{position:relative;z-index:2;display:inline-block;border:3px solid #fff;padding:8px 28px;color:#fff;font-size:54px;font-family:Georgia,serif;margin-bottom:6px;}
.birthday-photo{position:relative;z-index:2;width:420px;height:430px;margin:8px auto 0;background:#fff;border:5px solid #f7f7f7;box-shadow:0 12px 26px rgba(0,0,0,.18);display:grid;place-items:center;}
.birthday-photo img{width:100%;height:100%;object-fit:cover;}
.birthday-photo-placeholder{width:94%;height:94%;background:linear-gradient(#dff5ff 0 58%,#b7d970 59% 100%);position:relative;}
.birthday-photo-placeholder:before{content:'';position:absolute;left:35%;top:15%;width:30%;height:22%;border-radius:50%;background:#fff;box-shadow:-45px 25px 0 #fff,45px 25px 0 #fff;}
.birthday-name{position:relative;z-index:3;background:#1f369a;color:#fff;width:520px;margin:-8px auto 0;padding:10px 18px;}
.birthday-name h2{font-size:42px;line-height:1.05;margin:0;color:#fff;font-family:var(--card-title-font, inherit);}
.birthday-name p{margin:6px 0 0;color:#64d8ff;font-size:18px;font-weight:900;}
.birthday-script{position:relative;z-index:2;color:#6bd7ff;font-family:'Pacifico',Georgia,serif;font-style:italic;font-size:88px;line-height:.75;margin-top:10px;}
.birthday-title{position:relative;z-index:2;color:#fff;font-size:116px;line-height:.92;margin:0;font-weight:1000;letter-spacing:0;font-family:var(--card-title-font, inherit);}
.birthday-footer{
  position:absolute;
  z-index:2;
  left:335px;
  right:240px;
  bottom:38px;
  border:3px solid rgba(255,255,255,.8);
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 18px;
  color:#fff;
}
.birthday-footer strong,.birthday-footer span{color:#fff;}

@media (max-width:760px){
  .school-card-page{padding:10px;}
  .school-card{min-height:760px;}
  .event-top{left:20px;right:20px;grid-template-columns:1fr 110px;}
  .event-top h1{font-size:34px;}
  .event-message{left:20px;right:20px;top:165px;font-size:18px;}
  .event-footer,.school-card-footer{left:24px;right:24px;}
  .comunicado-model{min-height:1060px;padding:40px 28px;}
  .comunicado-content h1{font-size:48px;}
  .comunicado-content p{font-size:22px;}
  .birthday-title{font-size:62px;}
  .birthday-photo{width:82%;height:320px;}
  .birthday-name{width:80%;}
}
@media print{
  .school-card-page{padding:0;background:#fff;}
  .school-card{width:100%;min-height:100vh;box-shadow:none;}
}
.calendar-ai-panel{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  margin:18px 0;
  padding:26px;
  border-radius:18px;
  background:linear-gradient(135deg,#071738,#0f766e 58%,#2e90fa);
  color:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.18);
}
.calendar-ai-panel span{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#a7f3d0;
  margin-bottom:8px;
}
.calendar-ai-panel h2{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.1;
  color:#fff;
}
.calendar-ai-panel p{margin:0;max-width:760px;color:#eaf6ff;}
.compact-form{
  padding:14px 0;
  border-top:1px solid #e5e7eb;
  margin-top:14px;
}
.calendar-generator-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.mini-generator{
  border:1px solid #dbe3ef;
  background:#f8fbff;
  border-radius:14px;
  padding:16px;
}
.mini-generator h3{margin:0 0 12px;color:#071738;}
.mini-generator label{display:block;margin-bottom:12px;font-weight:800;color:#071738;}
.server-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:10px;
  margin-top:16px;
}
.server-list div{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:12px;
  padding:12px;
}
.server-list strong{display:block;color:#071738;}
.server-list small{display:block;color:#667085;margin-top:3px;}
.ai-tools-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  background:#f0f7ff;
  border:1px solid #cfe6ff;
  border-radius:14px;
  padding:14px;
}
@media (max-width:760px){
  .calendar-ai-panel{display:block;}
  .calendar-ai-panel .btn{margin-top:16px;}
  .calendar-generator-grid{grid-template-columns:1fr;}
}
.pnae-report-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;margin-bottom:18px;}
.pnae-chart-wrap{display:grid;grid-template-columns:minmax(220px,320px) minmax(220px,1fr);gap:28px;align-items:center;justify-content:center;min-height:300px;}
.pnae-pie{width:250px;height:250px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 16px 34px rgba(15,23,42,.12);margin:auto;}
.pnae-legend{display:grid;gap:10px;}
.pnae-legend div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;font-size:14px;}
.pnae-legend span,.pnae-option-row span{display:inline-block;width:14px;height:14px;border-radius:50%;}
.pnae-legend em{font-style:normal;font-weight:900;color:#071738;}
.pnae-meal-bars,.pnae-option-bars{display:grid;gap:14px;}
.pnae-meal-row,.pnae-option-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(180px,2fr) auto;gap:14px;align-items:center;}
.pnae-meal-row span{display:block;color:#667085;font-size:13px;margin-top:3px;}
.pnae-bar{height:14px;background:#eef2f7;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb;}
.pnae-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#079455,#2e90fa);}
.pnae-meal-row b,.pnae-option-row b{font-size:14px;color:#071738;white-space:nowrap;}
.pnae-option-row div:first-child{display:flex;gap:8px;align-items:center;}
@media (max-width:900px){
  .pnae-report-grid,.pnae-chart-wrap{grid-template-columns:1fr;}
  .pnae-meal-row,.pnae-option-row{grid-template-columns:1fr;}
}
.disciplina-pdf-form-v1019 select,
.turma-pdf-form-v1019 select{
  width:auto;
  min-width:180px;
  max-width:320px;
  padding:8px 10px;
  border-radius:8px;
}
.turma-pdf-actions-v1019{
  align-items:stretch;
  gap:6px;
}
.turma-pdf-form-v1019{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
.turma-disciplina-pdf-list-v1019{
  display:grid;
  gap:8px;
  min-width:0;
}
.turma-disciplina-pdf-item-v1019{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  align-items:start;
  padding:8px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#f8fafc;
}
.turma-disciplina-pdf-item-v1019 .actions-inline{
  width:100%;
  justify-content:flex-start;
}
.turma-disciplina-pdf-item-v1019 .btn{
  white-space:nowrap;
}
.turma-disciplina-pdf-item-v1019 strong{
  display:block;
  color:#071738;
}
.turma-disciplina-pdf-item-v1019 small{
  display:block;
  color:#667085;
  margin-top:2px;
}
.turma-disciplina-pdf-item-v1019 .warning-text-v1020{
  color:#b42318;
  font-weight:800;
}
@media (max-width:760px){
  .turma-disciplina-pdf-list-v1019{min-width:0;}
  .turma-disciplina-pdf-item-v1019{grid-template-columns:1fr;}
}

/* v10.18.14.24 - acabamento moderno global para paineis ADM/Coordenacao */
body{
  background:
    linear-gradient(180deg,#f6f9ff 0,#eef3fa 420px,#f4f7fb 100%);
}
.topbar{
  min-height:76px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(208,213,221,.72);
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.brand{
  min-width:280px;
}
.brand strong{
  color:#071738;
  letter-spacing:.01em;
}
.brand small{
  max-width:520px;
  line-height:1.35;
}
.brand-mark.logo-mark,
.official-mark.logo-mark-large{
  background:#fff;
  border:1px solid #dbeafe;
  box-shadow:0 10px 22px rgba(18,84,197,.12);
}
.nav{
  gap:7px;
}
.nav a,
.nav .nav-item{
  min-height:36px;
  border:1px solid transparent;
  border-radius:999px;
  color:#344054;
  background:transparent;
  font-weight:800;
  font-size:13px;
}
.nav a:hover,
.nav .nav-item:hover,
.nav .nav-item.active{
  background:#eef4ff;
  border-color:#c7d7fe;
  color:#1254c5;
}
.container{
  max-width:1320px;
}
main.container > .card,
main.container > section.card,
main.container > .grid > .card,
main.container .live-area-card,
main.container .official-header{
  border:1px solid rgba(208,213,221,.82);
  border-radius:16px;
  box-shadow:0 14px 38px rgba(15,23,42,.07);
}
main.container > .card,
main.container > section.card{
  padding:24px;
}
.card h1{
  color:#071738;
  font-size:clamp(24px,3vw,34px);
  letter-spacing:0;
}
.card h2{
  color:#071738;
  letter-spacing:0;
}
.muted{
  line-height:1.45;
}
.official-header{
  background:linear-gradient(180deg,#fff,#f8fbff);
  align-items:center;
}
.official-header h2{
  color:#071738;
}
.official-header p{
  color:#1254c5;
}
.split{
  align-items:center;
}
.split > .actions-inline,
.split > div.actions-inline{
  justify-content:flex-end;
}
.btn,
button.btn{
  border:1px solid transparent;
  border-radius:10px;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover,
button.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}
.btn.primary{
  background:#1254c5;
  box-shadow:0 10px 22px rgba(18,84,197,.18);
}
.btn.primary:hover{
  background:#0f46a3;
}
.btn.danger,
.btn.small.danger{
  background:#fee4e2;
  color:#b42318;
  border-color:#fecaca;
}
input,
select,
textarea{
  border-color:#d0d5dd;
  border-radius:10px;
  background:#fff;
  transition:border-color .12s ease, box-shadow .12s ease;
}
input:focus,
select:focus,
textarea:focus{
  outline:none;
  border-color:#84caff;
  box-shadow:0 0 0 3px rgba(46,144,250,.16);
}
label{
  color:#344054;
  font-size:13px;
}
.table-wrap{
  border:1px solid #e4e7ec;
  border-radius:14px;
  background:#fff;
}
.table-wrap table{
  border-collapse:separate;
  border-spacing:0;
}
.table-wrap th{
  position:sticky;
  top:0;
  z-index:2;
  background:#f8fbff;
  color:#344054;
  border-bottom:1px solid #d0d5dd;
}
.table-wrap td{
  background:#fff;
}
.table-wrap tbody tr:nth-child(even) td{
  background:#f9fbff;
}
.table-wrap tbody tr:hover td{
  background:#eef6ff;
}
.badge{
  border:1px solid transparent;
  font-size:11px;
  text-transform:none;
}
.badge.publicada,
.badge.ok{
  border-color:#abefc6;
}
.badge.rascunho,
.badge.alerta{
  border-color:#fedf89;
}
.flash{
  border:1px solid transparent;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}
.flash.sucesso{border-color:#abefc6;}
.flash.erro{border-color:#fecaca;}
.stat{
  border-radius:14px;
  border:1px solid #dbeafe;
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.stat span{
  color:#1254c5;
}
.notice,
.hint,
.info-box{
  border-radius:14px;
  background:#f8fbff;
}
.actions-inline{
  row-gap:7px;
}
.empty-state{
  border:1px dashed #bcd3ff;
  border-radius:14px;
  background:#f8fbff;
  color:#475467;
  padding:22px;
}
@media (max-width:900px){
  .topbar{
    position:static;
  }
  .brand{
    min-width:0;
  }
  .nav{
    justify-content:flex-start;
  }
  .nav a,
  .nav .nav-item{
    font-size:12px;
    padding:7px 10px;
  }
  main.container > .card,
  main.container > section.card{
    padding:18px;
  }
}

.hero{
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(18,84,197,.96),rgba(46,144,250,.94) 56%,rgba(7,148,85,.88));
  box-shadow:0 18px 42px rgba(18,84,197,.18);
}
.hero h1{
  margin:2px 0 8px;
  font-size:clamp(30px,4vw,42px);
  letter-spacing:0;
}
.hero .welcome-role,
.eyebrow-v1014{
  letter-spacing:.08em;
  color:rgba(255,255,255,.86);
}
.actions{
  align-items:stretch;
}
.action{
  position:relative;
  overflow:hidden;
  min-height:150px;
  color:#071738;
  background:linear-gradient(180deg,#fff,#f8fbff);
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.action::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,#1254c5,#079455);
}
.action h3{
  margin-bottom:8px;
  color:#071738;
}
.action p{
  color:#475467;
  line-height:1.5;
}
.action:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(15,23,42,.10);
}
.access-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.access-card{
  display:grid;
  gap:6px;
  min-height:116px;
  padding:16px;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.access-card strong{
  color:#071738;
}
.access-card span{
  color:#1254c5;
  font-weight:900;
}
.access-card small{
  color:#667085;
}
.access-card.coordenador{border-color:#abefc6;}
.access-card.professor{border-color:#fedf89;}
.access-card.estudante{border-color:#bae6fd;}
.diagnostico-filtros-v1015,
.grid.form-grid{
  background:#f8fbff;
  border:1px solid #e4e7ec;
  border-radius:14px;
  padding:14px;
}
.diagnostico-resumo-modern-v1018,
.diagnostico-resumo-v1015{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.diagnostico-resumo-card{
  border:1px solid #dbeafe;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 22px rgba(15,23,42,.05);
}
.live-area-summary{
  border-radius:14px;
}
.live-area-card[open] > .live-area-summary{
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.live-mini-stats > div,
.live-area-stats > div{
  border:1px solid #cfe6ff;
  background:#fff;
  border-radius:14px;
}
.blocked-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.blocked-card-inner{
  margin:0;
  border-radius:16px;
  box-shadow:0 14px 32px rgba(15,23,42,.07);
}
.blocked-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid #e4e7ec;
}
.blocked-card-body{
  display:grid;
  gap:4px;
  margin-top:12px;
  color:#344054;
}
.blocked-card-body p{
  margin:0;
}
.blocked-actions{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.blocked-action-form{
  display:grid;
  gap:8px;
  padding:10px;
  border:1px solid #e4e7ec;
  border-radius:12px;
  background:#f8fbff;
}
.cpf-form{
  display:grid;
  grid-template-columns:minmax(120px,1fr) auto;
  gap:8px;
  align-items:center;
}
@media (max-width:1000px){
  .access-grid,
  .diagnostico-resumo-modern-v1018,
  .diagnostico-resumo-v1015,
  .blocked-grid{
    grid-template-columns:1fr;
  }
}

/* v10.18.14.25 - Aba Turmas em cards modernos */
.eyebrow-dark-v1025{
  display:inline-block;
  margin-bottom:6px;
  color:#1254c5;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.turmas-create-card-v1025{
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.turmas-create-form-v1025{
  display:grid;
  grid-template-columns:minmax(260px,1.5fr) minmax(180px,.7fr) auto;
  gap:12px;
  align-items:end;
  padding:14px;
  border:1px solid #e4e7ec;
  border-radius:14px;
  background:#fff;
}
.turmas-create-form-v1025 .btn{
  min-height:44px;
}
.turmas-official-details-v1025{
  margin-top:14px;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:#f8fbff;
  overflow:hidden;
}
.turmas-official-details-v1025 summary{
  cursor:pointer;
  padding:13px 14px;
  color:#1254c5;
  font-weight:900;
}
.turmas-official-list-v1025{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:8px;
  padding:0 14px 14px;
}
.turmas-official-list-v1025 span{
  display:grid;
  gap:2px;
  padding:10px;
  border:1px solid #e4e7ec;
  border-radius:12px;
  background:#fff;
  color:#071738;
  font-weight:900;
}
.turmas-official-list-v1025 small{
  color:#667085;
  font-weight:700;
}
.turmas-modern-v1025{
  overflow:hidden;
}
.turmas-modern-head-v1025{
  margin-bottom:16px;
}
.turmas-modern-stats-v1025{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.turmas-modern-stats-v1025 article{
  min-height:82px;
  padding:16px;
  border:1px solid #cfe6ff;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.turmas-modern-stats-v1025 strong{
  display:block;
  color:#1254c5;
  font-size:28px;
  line-height:1;
}
.turmas-modern-stats-v1025 span{
  display:block;
  margin-top:7px;
  color:#475467;
  font-weight:800;
  font-size:12px;
}
.turmas-modern-grid-v1025{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:16px;
}
.turma-modern-card-v1025{
  display:grid;
  gap:14px;
  min-width:0;
  padding:16px;
  border:1px solid #d0d5dd;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}
.turma-modern-card-head-v1025{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding-bottom:12px;
  border-bottom:1px solid #e4e7ec;
}
.turma-modern-card-head-v1025 strong{
  display:block;
  color:#071738;
  font-size:19px;
  line-height:1.2;
}
.turma-modern-card-head-v1025 span{
  display:block;
  margin-top:5px;
  color:#667085;
  font-weight:800;
}
.turma-modern-count-v1025{
  flex:0 0 auto;
  padding:7px 10px;
  border:1px solid #abefc6;
  border-radius:999px;
  background:#ecfdf3;
  color:#057647 !important;
  font-size:12px;
  font-weight:900;
}
.turma-modern-empty-v1025{
  padding:14px;
  border:1px dashed #bcd3ff;
  border-radius:14px;
  background:#f8fbff;
  color:#667085;
  font-weight:800;
}
.turma-disciplina-pdf-grid-v1025{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:10px;
}
.turma-disciplina-pdf-item-v1025{
  min-height:142px;
  padding:12px;
  border-color:#dbeafe;
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.turma-disciplina-info-v1025{
  display:grid;
  gap:3px;
}
.turma-disciplina-info-v1025 strong{
  color:#071738;
  font-size:16px;
}
.turma-disciplina-info-v1025 small,
.turma-disciplina-info-v1025 span{
  color:#475467;
  font-weight:700;
  line-height:1.3;
}
.turma-disciplina-info-v1025 em{
  margin-top:3px;
  color:#b42318;
  font-style:normal;
  font-weight:900;
  font-size:12px;
}
.turma-disciplina-actions-v1025{
  margin-top:auto;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.turma-disciplina-actions-v1025 form{
  margin:0;
}
.turma-disciplina-actions-v1025 .btn{
  width:100%;
}
.turma-modern-footer-v1025{
  display:flex;
  justify-content:flex-end;
  padding-top:2px;
}
.turma-modern-footer-v1025 form{
  margin:0;
}
@media (max-width:900px){
  .turmas-create-form-v1025,
  .turmas-modern-stats-v1025,
  .turmas-modern-grid-v1025{
    grid-template-columns:1fr;
  }
  .turma-disciplina-pdf-grid-v1025{
    grid-template-columns:1fr;
  }
}

/* Simulados no perfil do professor */
.teacher-topbar .nav-simulado{color:#087a74;}
.teacher-topbar .nav-simulado:hover,
.teacher-topbar .nav-simulado.active{
  color:#087a74;
  border-bottom-color:#087a74;
  background:#f0fdfa;
}
.professor-simulado-hero:after{content:'✓' !important;}
.professor-simulado-summary{
  max-width:1320px;
  margin:18px auto;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid #cfe2df;
  border-left:5px solid #087a74;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.professor-simulado-summary div{display:flex;align-items:baseline;gap:10px;}
.professor-simulado-summary strong{font-size:30px;color:#087a74;}
.professor-simulado-summary span,
.professor-simulado-summary p{color:#475467;font-weight:700;margin:0;}
.professor-simulado-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
  gap:14px;
}
.professor-simulado-card{
  min-width:0;
  padding:20px;
  border:1px solid #d5dde8;
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}
.professor-simulado-card header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:15px;
  border-bottom:1px solid #e6eaf0;
}
.professor-simulado-card h2{
  margin:5px 0 3px;
  color:#071738;
  font-size:22px;
}
.professor-simulado-card header p{margin:0;color:#667085;}
.professor-simulado-kicker{
  color:#087a74;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.professor-simulado-progress-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin:17px 0 8px;
  color:#344054;
}
.professor-simulado-progress{
  height:9px;
  overflow:hidden;
  border-radius:5px;
  background:#e8edf3;
}
.professor-simulado-progress span{
  display:block;
  height:100%;
  border-radius:5px;
  background:#087a74;
}
.professor-simulado-info{
  display:grid;
  grid-template-columns:minmax(0,1fr) 100px;
  gap:10px;
  margin:18px 0;
}
.professor-simulado-info div{
  padding:11px 12px;
  border:1px solid #e3e8ef;
  border-radius:6px;
  background:#f8fafc;
}
.professor-simulado-info dt{color:#667085;font-size:12px;font-weight:800;}
.professor-simulado-info dd{margin:4px 0 0;color:#071738;font-weight:900;}
.professor-simulado-actions{display:flex;gap:8px;flex-wrap:wrap;}
.professor-simulado-empty{max-width:1320px;margin-left:auto;margin-right:auto;}
@media (max-width:720px){
  .professor-simulado-summary{align-items:flex-start;flex-direction:column;}
  .professor-simulado-grid{grid-template-columns:1fr;}
  .professor-simulado-info{grid-template-columns:1fr;}
  .professor-simulado-actions .btn{width:100%;}
}

/* Painel administrativo organizado */
.topbar:not(.teacher-topbar){
  min-height:78px;
  padding:12px 20px;
  gap:18px;
}
.topbar:not(.teacher-topbar) .brand{
  flex:0 1 330px;
  min-width:250px;
}
.topbar:not(.teacher-topbar) .nav{
  flex:1;
  flex-wrap:nowrap;
  gap:5px;
}
.admin-nav-group{
  position:relative;
  flex:0 0 auto;
}
.admin-nav-group summary{
  min-height:36px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border:1px solid transparent;
  border-radius:7px;
  color:#344054;
  background:transparent;
  cursor:pointer;
  list-style:none;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.admin-nav-group summary::-webkit-details-marker{display:none;}
.admin-nav-group summary::after{
  content:'';
  width:7px;
  height:7px;
  margin-top:-3px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transition:transform .15s ease;
}
.admin-nav-group[open] summary::after{transform:translateY(3px) rotate(225deg);}
.admin-nav-group:hover summary,
.admin-nav-group[open] summary,
.admin-nav-group.active summary{
  border-color:#c7d7fe;
  background:#eef4ff;
  color:#1254c5;
}
.admin-nav-menu{
  position:absolute;
  z-index:40;
  top:calc(100% + 8px);
  left:0;
  min-width:220px;
  padding:7px;
  display:grid;
  gap:3px;
  border:1px solid #d0d5dd;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
}
.admin-nav-menu-right{left:auto;right:0;}
.nav .admin-nav-menu a{
  min-height:38px;
  display:flex;
  align-items:center;
  padding:9px 11px;
  border:0;
  border-radius:6px;
  font-size:13px;
  white-space:nowrap;
}
.nav .admin-nav-menu a:hover{
  border:0;
  background:#f1f5f9;
  color:#1254c5;
}
.nav .admin-nav-exit{color:#b42318;}
.nav .admin-nav-exit:hover{border-color:#fecdca;background:#fff1f0;color:#b42318;}

/* Areas fechadas e inteiramente clicaveis */
.area-selector-card-v1027{
  border:1px solid #d7dee8 !important;
  border-left:4px solid #1254c5 !important;
  border-radius:8px !important;
  box-shadow:0 8px 24px rgba(15,23,42,.06) !important;
  overflow:hidden;
}
.area-selector-summary-v1027{
  position:relative;
  min-height:104px;
  padding:18px 70px 18px 20px;
  border-radius:0;
  transition:background .15s ease,border-color .15s ease;
}
.area-selector-summary-v1027:hover{background:#f8fbff;}
.area-selector-summary-v1027::after{
  content:'›' !important;
  position:absolute;
  right:22px;
  top:50%;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  justify-self:auto;
  border:1px solid #c7d7fe;
  border-radius:50%;
  background:#eef4ff;
  color:#1254c5;
  font-size:26px;
  line-height:1;
  transform:translateY(-50%);
  transition:transform .16s ease;
}
.area-selector-card-v1027[open] > .area-selector-summary-v1027::after{
  content:'›' !important;
  transform:translateY(-50%) rotate(90deg);
}
.area-selector-card-v1027[open] > .area-selector-summary-v1027{
  border-bottom:1px solid #e4e7ec;
  background:#f8fbff;
}

/* Turmas compactas com disciplinas expansivas */
.turma-accordion-list-v1027{
  display:grid;
  gap:9px;
}
.turma-accordion-v1027{
  border:1px solid #d5dde8;
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.turma-accordion-summary-v1027{
  min-height:72px;
  padding:13px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  list-style:none;
}
.turma-accordion-summary-v1027::-webkit-details-marker{display:none;}
.turma-accordion-summary-v1027:hover{background:#f8fbff;}
.turma-accordion-summary-v1027 strong{
  display:block;
  color:#071738;
  font-size:17px;
}
.turma-accordion-summary-v1027 span{
  display:block;
  margin-top:3px;
  color:#667085;
  font-size:13px;
  font-weight:700;
}
.turma-accordion-summary-side-v1027{
  display:flex;
  align-items:center;
  gap:12px;
}
.turma-accordion-summary-side-v1027 .turma-modern-count-v1025{margin:0;color:#057647;}
.turma-accordion-chevron-v1027{
  width:10px;
  height:10px;
  border-right:2px solid #1254c5;
  border-bottom:2px solid #1254c5;
  transform:rotate(45deg);
  transition:transform .16s ease;
}
.turma-accordion-v1027[open] .turma-accordion-chevron-v1027{transform:rotate(225deg);}
.turma-accordion-v1027[open] .turma-accordion-summary-v1027{
  border-bottom:1px solid #e4e7ec;
  background:#f8fbff;
}
.turma-accordion-body-v1027{padding:14px;}
.turma-accordion-body-v1027 .turma-modern-footer-v1025{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e4e7ec;
}
.turma-accordion-body-v1027 .turma-disciplina-pdf-item-v1025{min-height:0;}

@media (max-width:1180px){
  .topbar:not(.teacher-topbar){align-items:flex-start;flex-direction:column;}
  .topbar:not(.teacher-topbar) .brand{flex:auto;min-width:0;}
  .topbar:not(.teacher-topbar) .nav{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
    overflow:visible;
    padding-bottom:8px;
  }
}
@media (max-width:720px){
  .area-selector-summary-v1027{
    grid-template-columns:1fr;
    padding-right:58px;
  }
  .area-selector-summary-v1027 .live-area-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .turma-accordion-summary-v1027{align-items:flex-start;}
  .turma-accordion-summary-side-v1027{flex:0 0 auto;}
}

/* Central de configuracoes */
.settings-heading-v1028{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:16px;
  padding:24px 26px;
  border:1px solid #d7dee8;
  border-left:5px solid var(--primary);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.settings-heading-v1028 h1{
  margin:4px 0 7px;
  color:#071738;
  font-size:30px;
  line-height:1.15;
}
.settings-heading-v1028 p{
  max-width:820px;
  margin:0;
  color:#526076;
  line-height:1.55;
}
.settings-eyebrow-v1028{
  color:#9a6700;
  font-size:11px;
  font-weight:900;
}
.settings-heading-actions-v1028{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.settings-status-v1028{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:36px;
  padding:7px 11px;
  border:1px solid #a6f4c5;
  border-radius:7px;
  background:#ecfdf3;
  color:#067647;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.settings-status-v1028 i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#12b76a;
  box-shadow:0 0 0 3px rgba(18,183,106,.12);
}
.settings-status-v1028.manutencao{
  border-color:#fedf89;
  background:#fffaeb;
  color:#b54708;
}
.settings-status-v1028.manutencao i{background:#f79009;box-shadow:0 0 0 3px rgba(247,144,9,.14);}
.settings-tabs-v1028{
  display:grid;
  grid-template-columns:repeat(11,minmax(88px,1fr));
  gap:8px;
  margin-bottom:16px;
  padding:9px;
  border:1px solid #d7dee8;
  border-radius:8px;
  background:#f8fafc;
  overflow-x:auto;
}
.settings-tabs-v1028 a{
  min-height:74px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px;
  border:1px solid #dbe3ee;
  border-radius:7px;
  background:#fff;
  color:#344054;
  text-align:center;
  text-decoration:none;
  box-shadow:0 3px 10px rgba(15,23,42,.04);
  transition:transform .15s ease,border-color .15s ease,background .15s ease;
}
.settings-tabs-v1028 a:hover{
  border-color:#9dbcf5;
  color:#1254c5;
  transform:translateY(-1px);
}
.settings-tabs-v1028 a span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#eef4ff;
  color:#1254c5;
  font-size:14px;
  font-weight:900;
}
.settings-tabs-v1028 a strong{
  font-size:11px;
  line-height:1.2;
}
.settings-tabs-v1028 a.active{
  border-color:#1254c5;
  background:#1254c5;
  color:#fff;
  box-shadow:0 8px 18px rgba(18,84,197,.2),inset 0 -3px 0 #e5b83b;
}
.settings-tabs-v1028 a.active span{
  background:rgba(255,255,255,.17);
  color:#fff;
}
.settings-panel-v1028{
  min-height:420px;
  padding:24px 26px;
  border:1px solid #d7dee8;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.settings-panel-title-v1028{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid #e4e7ec;
}
.settings-panel-title-v1028 h2{
  margin:0 0 5px;
  color:#071738;
  font-size:22px;
}
.settings-panel-title-v1028 p{margin:0;color:#667085;}
.settings-form-v1028{padding-top:20px;}
.settings-fields-v1028{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}
.settings-fields-v1028 label{
  display:grid;
  gap:7px;
  color:#344054;
  font-size:13px;
  font-weight:800;
}
.settings-fields-v1028 input,
.settings-fields-v1028 select,
.settings-fields-v1028 textarea{
  width:100%;
  min-height:42px;
  border:1px solid #cbd5e1;
  border-radius:6px;
  background:#fff;
  color:#101828;
}
.settings-fields-v1028 input:focus,
.settings-fields-v1028 select:focus,
.settings-fields-v1028 textarea:focus{
  border-color:#5b8def;
  outline:3px solid rgba(18,84,197,.1);
}
.settings-fields-v1028 input[readonly]{background:#f2f4f7;color:#667085;}
.settings-fields-v1028 input[type="color"]{padding:4px;}
.settings-field-wide-v1028{grid-column:1/-1;}
.settings-toggle-grid-v1028{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.settings-fields-v1028 + .settings-toggle-grid-v1028{margin-top:18px;}
.settings-toggle-grid-v1028 > label{
  min-height:76px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px;
  border:1px solid #dde3eb;
  border-radius:7px;
  background:#fbfcfe;
  cursor:pointer;
  transition:border-color .15s ease,background .15s ease;
}
.settings-toggle-grid-v1028 > label:hover{
  border-color:#a9c4f4;
  background:#f7faff;
}
.settings-toggle-grid-v1028 input{
  width:18px;
  height:18px;
  margin-top:1px;
  accent-color:#1254c5;
  flex:0 0 auto;
}
.settings-toggle-grid-v1028 span{display:grid;gap:4px;}
.settings-toggle-grid-v1028 strong{color:#172b4d;font-size:14px;}
.settings-toggle-grid-v1028 small{color:#667085;font-size:12px;line-height:1.35;}
.settings-form-actions-v1028{
  display:flex;
  justify-content:flex-end;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid #e4e7ec;
}
.settings-summary-v1028{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:20px 0 0;
}
.settings-summary-v1028 div{
  min-height:92px;
  padding:15px;
  border:1px solid #dde3eb;
  border-radius:7px;
  background:#f8fafc;
}
.settings-summary-v1028 dt{
  margin-bottom:7px;
  color:#667085;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.settings-summary-v1028 dd{
  margin:0;
  color:#172b4d;
  font-size:14px;
  font-weight:800;
  overflow-wrap:anywhere;
}
.settings-logo-v1028{
  width:44px;
  height:44px;
  object-fit:contain;
}
.settings-bottom-actions-v1028{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
}
@media (max-width:1180px){
  .settings-tabs-v1028{grid-template-columns:repeat(6,minmax(105px,1fr));}
  .settings-fields-v1028{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .settings-heading-v1028,
  .settings-panel-title-v1028{flex-direction:column;}
  .settings-heading-actions-v1028{justify-content:flex-start;}
  .settings-tabs-v1028{grid-template-columns:repeat(3,minmax(98px,1fr));}
  .settings-panel-v1028{padding:18px 14px;}
  .settings-fields-v1028,
  .settings-toggle-grid-v1028,
  .settings-summary-v1028{grid-template-columns:1fr;}
  .settings-field-wide-v1028{grid-column:auto;}
  .settings-bottom-actions-v1028{align-items:stretch;flex-direction:column;}
  .settings-bottom-actions-v1028 .btn,
  .settings-bottom-actions-v1028 form{width:100%;}
}

/* Configuracoes pessoais por perfil */
.personal-settings-heading-v1029{border-left-color:#d9a514;}
.personal-profile-badge-v1029{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:2px solid #d8e4fb;
  border-radius:50%;
  background:#eef4ff;
  color:#1254c5;
  font-size:20px;
  font-weight:900;
}
.personal-settings-layout-v1029{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:16px;
  align-items:start;
}
.personal-profile-card-v1029{
  position:sticky;
  top:94px;
  padding:22px;
  border:1px solid #d7dee8;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  text-align:center;
}
.personal-profile-avatar-v1029{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border:4px solid #eaf1ff;
  border-radius:50%;
  background:#1254c5;
  color:#fff;
  font-size:30px;
  font-weight:900;
}
.personal-profile-card-v1029 h2{
  margin:0 0 9px;
  color:#071738;
  font-size:18px;
  line-height:1.2;
}
.personal-profile-card-v1029 dl{
  display:grid;
  gap:0;
  margin:20px 0 0;
  text-align:left;
}
.personal-profile-card-v1029 dl div{
  padding:10px 0;
  border-top:1px solid #e4e7ec;
}
.personal-profile-card-v1029 dt{
  color:#667085;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}
.personal-profile-card-v1029 dd{
  margin:3px 0 0;
  color:#172b4d;
  font-size:13px;
  font-weight:800;
  overflow-wrap:anywhere;
}
.personal-quick-links-v1029{
  display:grid;
  gap:6px;
  margin-top:14px;
}
.personal-quick-links-v1029 a{
  min-height:38px;
  display:flex;
  align-items:center;
  padding:8px 10px;
  border:1px solid #dbe3ee;
  border-radius:6px;
  background:#f8fafc;
  color:#1254c5;
  font-size:12px;
  font-weight:800;
  text-align:left;
  text-decoration:none;
}
.personal-quick-links-v1029 a:hover{border-color:#9dbcf5;background:#eef4ff;}
.personal-settings-form-v1029{min-height:0;}
.personal-settings-section-v1029{
  padding:20px 0;
  border-bottom:1px solid #e4e7ec;
}
.personal-settings-section-v1029:last-of-type{border-bottom:0;}
.personal-settings-section-v1029 h3{
  margin:0 0 13px;
  color:#172b4d;
  font-size:16px;
}

/* Preferencias aplicadas a todas as telas autenticadas */
body.pref-font-large{font-size:18px;}
body.pref-font-large input,
body.pref-font-large select,
body.pref-font-large textarea,
body.pref-font-large button{font-size:1rem;}
body.pref-high-contrast{
  color:#000;
  background:#f4f7fa;
}
body.pref-high-contrast .card,
body.pref-high-contrast .settings-panel-v1028,
body.pref-high-contrast .personal-profile-card-v1029{
  border-color:#52606d;
}
body.pref-high-contrast .muted,
body.pref-high-contrast small{color:#344054;}
body.pref-high-contrast input,
body.pref-high-contrast select,
body.pref-high-contrast textarea{border-color:#475467;}
body.pref-reduce-motion *,
body.pref-reduce-motion *::before,
body.pref-reduce-motion *::after{
  scroll-behavior:auto !important;
  animation-duration:.01ms !important;
  animation-iteration-count:1 !important;
  transition-duration:.01ms !important;
}
@media (max-width:860px){
  .personal-settings-layout-v1029{grid-template-columns:1fr;}
  .personal-profile-card-v1029{position:static;}
}

/* CEOB Avalia SaaS UI v10.18.14.30 */
:root{
  --bg:#f8fafc;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --primary:#2563eb;
  --primary-dark:#1d4ed8;
  --border:#e2e8f0;
  --danger:#b91c1c;
  --success:#15803d;
  --warning:#a16207;
  --shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px -1px rgba(15,23,42,.06);
}
html{background:#f8fafc;}
body,
#wrapper{
  background-color:#f8fafc !important;
  color:#0f172a;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
}
.container{
  width:min(100%,1440px);
  max-width:1440px;
  padding:24px clamp(16px,3vw,36px) 48px;
}
.card{
  margin-bottom:20px;
  padding:24px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  box-shadow:var(--shadow);
}
.card:hover{border-color:#d7e0eb;}
.card h1,.card h2,.card h3{color:#0f172a;letter-spacing:0;}
.hero,
.professor-hero,
.usuarios-hero-v1014,
.diagnostico-hero-v1018{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
  padding:24px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff !important;
  background-image:none !important;
  color:#0f172a !important;
  box-shadow:var(--shadow);
}
.hero h1,.professor-hero h1,.usuarios-hero-v1014 h1{margin:0 0 6px;color:#0f172a;font-size:clamp(24px,3vw,32px);}
.hero p,.professor-hero p,.usuarios-hero-v1014 p{margin:0;color:#64748b;opacity:1;}
.eyebrow-v1014,.eyebrow-dark-v1025,.settings-eyebrow-v1028{
  color:#2563eb !important;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}
input,
select,
textarea{
  min-height:42px;
  padding:10px 14px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  color:#0f172a;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
input:focus,
select:focus,
textarea:focus{
  border-color:#3b82f6;
  box-shadow:0 0 0 3px rgba(59,130,246,.15);
}
input:disabled,select:disabled,textarea:disabled{background:#f1f5f9;color:#94a3b8;}
label{color:#334155;font-size:13px;font-weight:600;}
.btn,
button.btn{
  min-height:38px;
  padding:9px 14px;
  border:1px solid #dbe4f0;
  border-radius:8px;
  background:#fff;
  color:#334155;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  font-weight:600;
  transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;
}
.btn:hover{
  border-color:#bfdbfe;
  background:#eff6ff;
  color:#1d4ed8;
  filter:none;
}
.btn.primary{
  border-color:#2563eb;
  background:#2563eb;
  color:#fff;
  box-shadow:0 1px 2px rgba(37,99,235,.18);
}
.btn.primary:hover{border-color:#1d4ed8;background:#1d4ed8;color:#fff;}
.btn.secondary,
.btn.ghost{border-color:transparent;background:transparent;color:#475569;box-shadow:none;}
.btn.secondary:hover,
.btn.ghost:hover{background:#f1f5f9;color:#0f172a;}
.btn.danger{border-color:#fecaca;background:#fff;color:#b91c1c;}
.btn.danger:hover{background:#fef2f2;border-color:#fca5a5;color:#991b1b;}
.btn.small{min-height:32px;padding:6px 10px;border-radius:7px;font-size:12px;}
.table-wrap{
  overflow:auto;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
}
table,.table{width:100%;border:0;border-collapse:collapse;background:#fff;}
th{
  padding:12px 16px;
  border:0;
  border-bottom:1px solid #e2e8f0;
  background:#f8fafc;
  color:#64748b;
  text-align:left;
  text-transform:uppercase;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.05em;
}
td{
  padding:16px;
  border:0;
  border-bottom:1px solid #f1f5f9;
  color:#334155;
  vertical-align:top;
}
tbody tr:last-child td{border-bottom:0;}
tbody tr:hover{background:#f8fafc;}
.badge{
  display:inline-flex;
  align-items:center;
  padding:4px 12px;
  border:0;
  border-radius:9999px;
  background:#f1f5f9;
  color:#475569;
  font-size:.75rem;
  font-weight:600;
}
.badge.publicada,.badge.ok,.badge.ativo,.badge.finalizada{background:#dcfce7;color:#15803d;}
.badge.rascunho,.badge.alerta,.badge.em_andamento,.badge.pendente{background:#fef9c3;color:#a16207;}
.badge.erro,.badge.bloqueada,.badge.atrasado,.badge.danger{background:#fee2e2;color:#b91c1c;}
.badge.fechada,.badge.inativo{background:#e2e8f0;color:#475569;}
.badge.profile{background:#eff6ff;color:#1d4ed8;}
.topbar{
  min-height:68px;
  padding:10px clamp(16px,2vw,28px);
  border-bottom:1px solid #e2e8f0;
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 2px rgba(15,23,42,.03);
  backdrop-filter:blur(10px);
}
.brand-mark{border-radius:8px;}
.nav a,
.admin-nav-group summary{border-radius:8px;}
.official-header.institutional-context-saas{
  min-height:88px;
  margin-bottom:18px;
  padding:18px 20px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  box-shadow:var(--shadow);
}
.institutional-context-saas .official-mark{width:48px;height:48px;border-radius:8px;}
.institutional-context-copy{min-width:0;flex:1;}
.institutional-greeting-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.institutional-greeting-line h1,
.institutional-context-copy>h1{margin:0;color:#0f172a;font-size:21px;line-height:1.25;text-transform:none;}
.institutional-context-copy p{margin:3px 0;color:#475569;font-size:14px;font-weight:500;}
.institutional-context-copy small{display:block;margin-top:5px;color:#94a3b8;font-size:11px;}
.profile-notice-saas{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0 0 18px;
  padding:13px 16px;
  border:1px solid #bae6fd;
  border-radius:10px;
  background:#f0f9ff;
  color:#0c4a6e;
}
.profile-notice-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#0284c7;
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.profile-notice-saas strong{display:block;font-size:13px;}
.profile-notice-saas p{margin:2px 0 0;color:#075985;font-size:13px;}
.page-header-saas{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.page-header-saas h1{margin:0 0 5px;color:#0f172a;font-size:28px;}
.page-header-saas p{margin:0;color:#64748b;}
.page-toolbar-saas{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.ui-tabs{
  display:flex;
  gap:4px;
  margin:0 0 18px;
  padding:4px;
  width:max-content;
  max-width:100%;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#f1f5f9;
  overflow-x:auto;
}
.ui-tab{
  min-height:36px;
  padding:8px 14px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#64748b;
  cursor:pointer;
  font:inherit;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
}
.ui-tab:hover{color:#0f172a;}
.ui-tab.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px rgba(15,23,42,.1);}
[data-ui-panel][hidden]{display:none !important;}
.progress,
.progress-bar,
.diagnostico-barra-v1014,
.professor-simulado-progress{
  height:8px !important;
  min-height:8px;
  border-radius:9999px !important;
  overflow:hidden;
  background:#e2e8f0 !important;
}
.progress-bar,
.diagnostico-barra-v1014>span,
.professor-simulado-progress>span{border-radius:9999px !important;}
.diagnostico-critico .diagnostico-barra-v1014>span{background:#fca5a5;}
.diagnostico-atencao .diagnostico-barra-v1014>span{background:#fde68a;}
.diagnostico-adequado .diagnostico-barra-v1014>span{background:#86efac;}
details{
  border-radius:10px;
}
details>summary{outline:none;}
.diagnostic-sub-accordion{
  margin:8px 0;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
}
.diagnostic-sub-accordion>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:58px;
  padding:12px 14px;
  cursor:pointer;
  list-style:none;
  background:#fff;
}
.diagnostic-sub-accordion>summary::-webkit-details-marker{display:none;}
.diagnostic-sub-accordion>summary:hover{background:#f8fafc;}
.diagnostic-sub-accordion>summary>div{display:grid;gap:3px;min-width:0;}
.diagnostic-sub-accordion>summary strong{color:#0f172a;font-size:14px;}
.diagnostic-sub-accordion>summary>div span{display:block;color:#64748b;font-size:12px;}
.diagnostic-sub-accordion-body{padding:14px;border-top:1px solid #e2e8f0;background:#fbfdff;}
.flash{border-radius:10px;}
.hint,.notice,.info-box{border-radius:10px;}
.stat{
  border:1px solid #e2e8f0;
  background:#fff;
  text-align:left;
}
.stat span{font-size:28px;color:#0f172a;}
.student-summary-card-v1014,
.diagnostico-resumo-card,
.turmas-modern-stats-v1025 article{
  border:1px solid #e2e8f0 !important;
  border-radius:10px !important;
  background:#fff !important;
  box-shadow:var(--shadow) !important;
}
@media(max-width:1320px) and (min-width:1181px){
  .topbar:not(.teacher-topbar){
    padding-left:14px;
    padding-right:14px;
    gap:12px;
  }
  .topbar:not(.teacher-topbar) .brand{
    flex-basis:52px;
    min-width:52px;
  }
  .topbar:not(.teacher-topbar) .brand>div{display:none;}
  .topbar:not(.teacher-topbar) .nav{gap:4px;}
}
@media(max-width:900px){
  .hero,.professor-hero,.usuarios-hero-v1014,.diagnostico-hero-v1018,.page-header-saas{flex-direction:column;}
  .page-toolbar-saas{justify-content:flex-start;}
  .card{padding:18px;}
  td,th{padding:12px;}
}

/* CEOB Avalia v10.18.14.34 - resultados, estudantes, relatorios e painel ao vivo */
.result-dashboard-v1034{
  overflow:hidden;
  padding:0 !important;
}
.result-heading-v1034{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:26px 28px 22px;
  border-bottom:1px solid #e2e8f0;
  background:#fff;
}
.result-heading-v1034 h1{
  margin:5px 0 8px;
  font-size:32px;
  line-height:1.2;
}
.result-heading-v1034 p,
.result-section-heading-v1034 p{
  margin:0;
  color:#64748b;
}
.result-eyebrow-v1034{
  display:block;
  color:#2563eb;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.result-print-v1034{flex:0 0 auto;}
.result-student-v1034{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(160px,.8fr) minmax(180px,1fr);
  gap:1px;
  margin:20px 28px 0;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#e2e8f0;
}
.result-student-v1034>div{
  min-width:0;
  padding:14px 16px;
  background:#f8fafc;
}
.result-student-v1034 small,
.result-student-v1034 strong{display:block;}
.result-student-v1034 small{
  margin-bottom:4px;
  color:#64748b;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}
.result-student-v1034 strong{
  overflow-wrap:anywhere;
  color:#0f172a;
  font-size:14px;
}
.result-summary-grid-v1034{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:20px 28px 16px;
}
.result-summary-card-v1034{
  position:relative;
  min-height:126px;
  padding:17px;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
}
.result-summary-card-v1034::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:#94a3b8;
}
.result-summary-card-v1034.primary::before{background:#2563eb;}
.result-summary-card-v1034.success::before,
.result-summary-card-v1034.status-bom::before{background:#16a34a;}
.result-summary-card-v1034.attention::before,
.result-summary-card-v1034.status-regular::before{background:#eab308;}
.result-summary-card-v1034.status-baixo::before{background:#f97316;}
.result-summary-card-v1034.status-critico::before{background:#dc2626;}
.result-summary-card-v1034 span,
.result-summary-card-v1034 small{display:block;color:#64748b;}
.result-summary-card-v1034 span{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.result-summary-card-v1034 strong{
  display:block;
  margin:10px 0 5px;
  color:#0f172a;
  font-size:28px;
  line-height:1.1;
  overflow-wrap:anywhere;
}
.result-summary-card-v1034.success strong,
.result-summary-card-v1034.attention strong{font-size:20px;}
.result-summary-card-v1034 small{font-size:12px;}
.result-progress-panel-v1034{
  margin:0 28px 28px;
  padding:15px 17px;
  border:1px solid #dbeafe;
  border-radius:10px;
  background:#f8fbff;
}
.result-progress-panel-v1034>div:first-child{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:9px;
}
.result-progress-panel-v1034>div:first-child span{color:#475569;font-weight:700;}
.result-progress-panel-v1034>div:first-child strong{color:#0f172a;font-size:18px;}
.result-progress-panel-v1034>small{display:block;margin-top:7px;color:#64748b;}
.result-progress-track-v1034{
  width:100%;
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#e2e8f0;
}
.result-progress-track-v1034>span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:#2563eb;
}
.status-bom .result-progress-track-v1034>span,
.result-row-progress-v1034.status-bom .result-progress-track-v1034>span{background:#22c55e;}
.status-regular .result-progress-track-v1034>span,
.result-row-progress-v1034.status-regular .result-progress-track-v1034>span{background:#eab308;}
.status-baixo .result-progress-track-v1034>span,
.result-row-progress-v1034.status-baixo .result-progress-track-v1034>span{background:#f97316;}
.status-critico .result-progress-track-v1034>span,
.result-row-progress-v1034.status-critico .result-progress-track-v1034>span{background:#ef4444;}
.result-notice-v1034{margin:0 28px 28px;}
.result-section-heading-v1034{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.result-section-heading-v1034 h2{margin:5px 0 5px;}
.result-legend-v1034{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
.result-legend-v1034 span,
.result-status-v1034{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  padding:5px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
}
.result-legend-v1034 .bom,
.result-status-v1034.bom{background:#dcfce7;color:#15803d;}
.result-legend-v1034 .regular,
.result-status-v1034.regular{background:#fef9c3;color:#a16207;}
.result-legend-v1034 .baixo,
.result-status-v1034.baixo{background:#ffedd5;color:#c2410c;}
.result-legend-v1034 .critico,
.result-status-v1034.critico{background:#fee2e2;color:#b91c1c;}
.result-row-progress-v1034{
  display:grid;
  grid-template-columns:minmax(100px,1fr) 52px;
  align-items:center;
  gap:10px;
  min-width:180px;
}
.result-row-progress-v1034 strong{color:#334155;text-align:right;font-size:12px;}
.result-table-v1034 td{vertical-align:middle;}

.student-metrics-v1034{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.student-metrics-v1034 article{
  display:flex;
  align-items:center;
  gap:15px;
  min-height:112px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.student-metrics-v1034 article.attention{border-color:#fde68a;background:#fffdf5;}
.student-metric-icon-v1034{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:10px;
  background:#eff6ff;
  color:#2563eb;
  font-weight:900;
}
.student-metric-icon-v1034.turmas{background:#ecfdf5;color:#15803d;}
.student-metric-icon-v1034.inativos{background:#fff7ed;color:#c2410c;}
.student-metrics-v1034 small,
.student-metrics-v1034 strong,
.student-metrics-v1034 p{display:block;margin:0;}
.student-metrics-v1034 small{color:#64748b;font-size:12px;font-weight:700;}
.student-metrics-v1034 strong{margin:3px 0;color:#0f172a;font-size:29px;line-height:1;}
.student-metrics-v1034 p{color:#94a3b8;font-size:11px;}
.turmas-open-grid-v10146{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.turma-open-card-v10146{
  min-height:132px;
  gap:9px;
  padding:15px;
  border-radius:10px;
  box-shadow:none;
}
.turma-open-card-v10146.com-alunos{
  border-color:#bfdbfe;
  background:#fff;
}
.turma-open-card-v10146:hover{
  transform:translateY(-1px);
  border-color:#60a5fa;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
}
.turma-open-card-v10146 span{
  padding:5px 9px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
}
.turma-open-card-v10146 em{margin-top:auto;}

.reports-heading-v1034 .split{align-items:flex-start;}
.reports-tools-grid-v1034{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.reports-tools-grid-v1034>a{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 12px;
  align-items:center;
  gap:14px;
  min-height:94px;
  padding:17px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.reports-tools-grid-v1034>a:hover{border-color:#93c5fd;background:#f8fbff;}
.reports-tool-mark-v1034{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:900;
}
.reports-tool-mark-v1034.diagnostic{background:#ecfdf5;color:#15803d;}
.reports-tools-grid-v1034 strong{display:block;color:#0f172a;}
.reports-tools-grid-v1034 p{margin:4px 0 0;color:#64748b;font-size:12px;}
.reports-tools-grid-v1034 i{
  width:8px;
  height:8px;
  border-right:2px solid #2563eb;
  border-bottom:2px solid #2563eb;
  transform:rotate(-45deg);
}

.live-page-heading-v1034{align-items:flex-end;}
.live-page-heading-v1034 h1{margin-top:7px;}
.live-title-line-v1034{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
.live-signal-v1034{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 9px;
  border-radius:999px;
  background:#ecfdf5;
  color:#15803d;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.live-signal-v1034 i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.14);
}
.live-signal-v1034.compact{padding:4px 8px;font-size:10px;}
.live-overview-grid-v1034,
.live-detail-stats-v1034{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.live-overview-grid-v1034 article,
.live-detail-stats-v1034 article{
  min-height:114px;
  padding:17px;
  border:1px solid #e2e8f0;
  border-top:3px solid #94a3b8;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.live-overview-grid-v1034 article.active,
.live-detail-stats-v1034 article.active{border-top-color:#2563eb;}
.live-overview-grid-v1034 article.complete,
.live-detail-stats-v1034 article.complete,
.live-detail-stats-v1034 article.bom{border-top-color:#22c55e;}
.live-detail-stats-v1034 article.pending,
.live-detail-stats-v1034 article.regular{border-top-color:#eab308;}
.live-detail-stats-v1034 article.baixo{border-top-color:#f97316;}
.live-detail-stats-v1034 article.critico{border-top-color:#ef4444;}
.live-overview-grid-v1034 small,
.live-overview-grid-v1034 strong,
.live-overview-grid-v1034 span,
.live-detail-stats-v1034 small,
.live-detail-stats-v1034 strong,
.live-detail-stats-v1034 span{display:block;}
.live-overview-grid-v1034 small,
.live-detail-stats-v1034 small{color:#64748b;font-size:12px;font-weight:700;}
.live-overview-grid-v1034 strong,
.live-detail-stats-v1034 strong{margin:9px 0 3px;color:#0f172a;font-size:30px;line-height:1;}
.live-overview-grid-v1034 span,
.live-detail-stats-v1034 span{color:#94a3b8;font-size:11px;}
.live-empty-v1034{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:180px;
}
.live-empty-mark-v1034{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f1f5f9;
  color:#64748b;
  font-weight:800;
}
.live-empty-v1034 h2{margin:0 0 5px;}
.live-empty-v1034 p{margin:0;color:#64748b;}
.live-area-stack-v1034{gap:12px;}
.live-area-card-v1034{
  --live-accent:#2563eb;
  overflow:hidden;
  border:1px solid #e2e8f0 !important;
  border-left:4px solid var(--live-accent) !important;
  border-radius:10px !important;
  box-shadow:var(--shadow) !important;
}
.live-area-card-v1034.area-tone-2{--live-accent:#059669;}
.live-area-card-v1034.area-tone-3{--live-accent:#7c3aed;}
.live-area-summary-v1034{
  position:relative;
  display:grid;
  grid-template-columns:minmax(250px,1.2fr) minmax(420px,1.5fr) 20px;
  align-items:center;
  gap:20px;
  min-height:108px;
  padding:18px 20px;
}
.live-area-summary-v1034::after{display:none !important;content:none !important;}
.live-area-name-v1034{display:flex;align-items:center;gap:13px;min-width:0;}
.live-area-index-v1034{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:9px;
  background:color-mix(in srgb,var(--live-accent) 10%,white);
  color:var(--live-accent);
  font-size:12px;
  font-weight:900;
}
.live-area-name-v1034 h2{margin:0 0 4px;font-size:19px;}
.live-area-name-v1034 p{margin:0;color:#64748b;font-size:12px;}
.live-area-stats-v1034{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.live-area-stats-v1034 span{
  min-width:0;
  padding:9px 10px;
  border-radius:8px;
  background:#f8fafc;
  text-align:center;
}
.live-area-stats-v1034 strong,
.live-area-stats-v1034 small{display:block;}
.live-area-stats-v1034 strong{color:#0f172a;font-size:19px;}
.live-area-stats-v1034 small{margin-top:2px;color:#64748b;font-size:10px;}
.live-area-stats-v1034 .active strong{color:#2563eb;}
.live-area-stats-v1034 .pending strong{color:#a16207;}
.live-area-stats-v1034 .complete strong{color:#15803d;}
.live-area-chevron-v1034{
  width:10px;
  height:10px;
  border-right:2px solid var(--live-accent);
  border-bottom:2px solid var(--live-accent);
  transform:rotate(45deg);
  transition:transform .15s ease;
}
.live-area-card-v1034[open] .live-area-chevron-v1034{transform:rotate(225deg);}
.live-area-card-v1034[open] .live-area-summary-v1034{border-bottom:1px solid #e2e8f0;background:#f8fafc;}
.live-turma-grid-v1034{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:14px;
  background:#f8fafc;
}
.live-turma-card-v1034{
  display:grid;
  gap:14px;
  min-width:0;
  padding:17px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
}
.live-turma-card-v1034>header,
.live-turma-card-v1034>footer{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.live-turma-card-v1034 h3{margin:3px 0 2px;color:#0f172a;font-size:20px;}
.live-turma-card-v1034 header p{margin:0;color:#475569;font-size:12px;}
.live-turma-label-v1034{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;}
.live-turma-meta-v1034{display:flex;gap:6px;flex-wrap:wrap;}
.live-turma-meta-v1034 span{
  padding:4px 7px;
  border-radius:6px;
  background:#f1f5f9;
  color:#475569;
  font-size:10px;
  font-weight:700;
}
.live-turma-numbers-v1034{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.live-turma-numbers-v1034 div{padding:10px;border-radius:8px;background:#f8fafc;}
.live-turma-numbers-v1034 strong,
.live-turma-numbers-v1034 small{display:block;}
.live-turma-numbers-v1034 strong{color:#0f172a;font-size:20px;}
.live-turma-numbers-v1034 small{color:#64748b;font-size:10px;}
.live-progress-v1034>div:first-child{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px;color:#64748b;font-size:11px;}
.live-turma-card-v1034>footer{align-items:center;padding-top:12px;border-top:1px solid #f1f5f9;}
.live-turma-card-v1034>footer>span{color:#64748b;font-size:11px;}

.live-detail-heading-v1034{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
}
.live-detail-heading-v1034 h1{margin:7px 0 4px;}
.live-detail-heading-v1034 p{margin:0;color:#64748b;}
.live-detail-stats-v1034{grid-template-columns:repeat(6,minmax(0,1fr));}
.live-detail-stats-v1034 article{min-height:106px;}
.live-section-heading-v1034{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:17px;
}
.live-section-heading-v1034 h2{margin:4px 0;}
.live-section-heading-v1034 p,
.live-section-heading-v1034>small{margin:0;color:#64748b;}
.discipline-live-grid-v1034{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.discipline-live-card-v1034{
  --discipline-color:#64748b;
  padding:14px;
  border:1px solid #e2e8f0;
  border-top:3px solid var(--discipline-color);
  border-radius:9px;
  background:#fff;
}
.discipline-live-card-v1034.bom{--discipline-color:#22c55e;}
.discipline-live-card-v1034.regular{--discipline-color:#eab308;}
.discipline-live-card-v1034.baixo{--discipline-color:#f97316;}
.discipline-live-card-v1034.critico{--discipline-color:#ef4444;}
.discipline-live-card-v1034 header{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.discipline-live-card-v1034 header strong{color:#0f172a;}
.discipline-live-card-v1034 header span{color:var(--discipline-color);font-weight:900;}
.discipline-live-card-v1034 p{min-height:32px;margin:7px 0;color:#64748b;font-size:11px;}
.discipline-live-card-v1034 .result-progress-track-v1034>span{background:var(--discipline-color);}
.live-table-v1034 td{vertical-align:middle;}
.live-table-v1034 td:first-child strong,
.live-table-v1034 td:first-child small{display:block;}
.live-table-v1034 td:first-child small{margin-top:4px;color:#64748b;font-size:10px;}
.live-progress-cell-v1034{display:grid;gap:6px;min-width:125px;}
.live-progress-cell-v1034 .progress-bar{height:6px !important;}

@media(max-width:1180px){
  .result-summary-grid-v1034{grid-template-columns:repeat(2,minmax(0,1fr));}
  .turmas-open-grid-v10146{grid-template-columns:repeat(3,minmax(0,1fr));}
  .live-area-summary-v1034{grid-template-columns:1fr 1.3fr 20px;}
  .live-detail-stats-v1034{grid-template-columns:repeat(3,minmax(0,1fr));}
  .discipline-live-grid-v1034{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:820px){
  .result-heading-v1034,
  .result-section-heading-v1034,
  .live-detail-heading-v1034,
  .live-section-heading-v1034{flex-direction:column;}
  .result-student-v1034{grid-template-columns:1fr;}
  .student-metrics-v1034,
  .reports-tools-grid-v1034{grid-template-columns:1fr;}
  .turmas-open-grid-v10146{grid-template-columns:repeat(2,minmax(0,1fr));}
  .live-overview-grid-v1034{grid-template-columns:repeat(2,minmax(0,1fr));}
  .live-area-summary-v1034{grid-template-columns:1fr 20px;}
  .live-area-stats-v1034{grid-column:1/-1;grid-row:2;}
  .live-turma-grid-v1034{grid-template-columns:1fr;}
}
@media(max-width:620px){
  .result-heading-v1034 h1{font-size:26px;}
  .result-heading-v1034{padding:20px;}
  .result-student-v1034{margin:16px 20px 0;}
  .result-summary-grid-v1034{grid-template-columns:1fr;padding:16px 20px;}
  .result-summary-card-v1034{min-height:104px;}
  .result-progress-panel-v1034{margin:0 20px 20px;}
  .result-print-v1034{width:100%;}
  .result-table-wrap-v1034{overflow:visible;border:0;}
  .result-table-v1034 thead{display:none;}
  .result-table-v1034,
  .result-table-v1034 tbody,
  .result-table-v1034 tr,
  .result-table-v1034 td{display:block;width:100%;}
  .result-table-v1034 tr{
    margin-bottom:10px;
    padding:12px;
    border:1px solid #e2e8f0;
    border-radius:9px;
  }
  .result-table-v1034 td{
    display:grid;
    grid-template-columns:115px minmax(0,1fr);
    gap:10px;
    padding:7px 0;
    border:0;
  }
  .result-table-v1034 td::before{
    content:attr(data-label);
    color:#64748b;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
  }
  .result-row-progress-v1034{min-width:0;}
  .student-metrics-v1034 article{min-height:96px;}
  .turmas-open-grid-v10146,
  .live-overview-grid-v1034,
  .live-detail-stats-v1034,
  .discipline-live-grid-v1034{grid-template-columns:1fr;}
  .live-area-summary-v1034{padding:15px;}
  .live-area-stats-v1034{grid-template-columns:repeat(2,minmax(0,1fr));}
  .live-turma-card-v1034>header,
  .live-turma-card-v1034>footer{flex-direction:column;}
  .live-turma-card-v1034>footer .actions-inline,
  .live-turma-card-v1034>footer .btn{width:100%;}
  .live-table-v1034 td:first-child{min-width:230px;}
}
@media print{
  .result-dashboard-v1034,
  .result-discipline-card-v1034{border:1px solid #cbd5e1 !important;box-shadow:none !important;}
  .result-heading-v1034{padding:15px;border-bottom:1px solid #cbd5e1;}
  .result-student-v1034{margin:12px 15px 0;}
  .result-summary-grid-v1034{padding:12px 15px;}
  .result-summary-card-v1034{min-height:0;padding:12px;}
  .result-progress-panel-v1034{margin:0 15px 15px;}
}

/* CEOB Avalia v10.18.14.35 - consistencia entre perfis */
.student-inspiration-v1035{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
  padding:15px 18px;
  border:1px solid #bfdbfe;
  border-radius:10px;
  background:#f8fbff;
  color:#1e3a8a;
  box-shadow:0 1px 2px rgba(15,23,42,.03);
}
.student-inspiration-mark-v1035{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:9px;
  background:#2563eb;
  color:#fff;
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:800;
  line-height:1;
}
.student-inspiration-v1035 p{
  margin:0;
  color:#1e3a8a;
  font-size:14px;
  font-weight:650;
  line-height:1.45;
}

.header-account-v1035{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  max-width:190px;
  padding:5px 9px 5px 5px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#f8fafc;
}
.header-account-v1035>span{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#dbeafe;
  color:#1d4ed8;
  font-weight:800;
}
.header-account-v1035 small{
  min-width:0;
  color:#64748b;
  font-size:9px;
  line-height:1.1;
  text-transform:capitalize;
}
.header-account-v1035 strong{
  display:block;
  overflow:hidden;
  color:#0f172a;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nav-logout-v1035{
  border-color:#fecaca !important;
  color:#b91c1c !important;
  background:#fff !important;
}
.nav-logout-v1035:hover{
  background:#fef2f2 !important;
  color:#991b1b !important;
}
.topbar.profile-admin .header-account-v1035{
  width:42px;
  min-width:42px;
  padding:5px;
}
.topbar.profile-admin .header-account-v1035 small{display:none;}

.student-home-heading-v1035,
.admin-home-heading-v1035,
.professor-home-heading-v1035{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
  padding:2px 2px 0;
}
.student-home-heading-v1035 h1,
.admin-home-heading-v1035 h1,
.professor-home-heading-v1035 h1{
  margin:5px 0 6px;
  color:#0f172a;
  font-size:30px;
  line-height:1.15;
}
.student-home-heading-v1035 p,
.admin-home-heading-v1035 p,
.professor-home-heading-v1035 p{
  max-width:760px;
  margin:0;
  color:#64748b;
  line-height:1.5;
}
.student-home-metrics-v1035,
.admin-home-metrics-v1035,
.professor-metrics-v1035{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.admin-home-metrics-v1035{grid-template-columns:repeat(4,minmax(0,1fr));}
.student-home-metrics-v1035 article,
.admin-home-metrics-v1035 article,
.professor-metrics-v1035 article{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:112px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.student-home-icon-v1035,
.admin-metric-mark-v1035,
.professor-metric-mark-v1035{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:10px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:14px;
  font-weight:900;
}
.student-home-metrics-v1035 article.pending .student-home-icon-v1035{background:#fef9c3;color:#a16207;}
.student-home-metrics-v1035 article.complete .student-home-icon-v1035{background:#dcfce7;color:#15803d;}
.admin-metric-mark-v1035.users{background:#f1f5f9;color:#475569;}
.admin-metric-mark-v1035.assessments{background:#fef9c3;color:#a16207;}
.admin-metric-mark-v1035.answers{background:#dcfce7;color:#15803d;}
.professor-metric-mark-v1035.disciplines{background:#dcfce7;color:#15803d;}
.professor-metric-mark-v1035.links{background:#f3e8ff;color:#7e22ce;}
.student-home-metrics-v1035 small,
.student-home-metrics-v1035 strong,
.student-home-metrics-v1035 p,
.admin-home-metrics-v1035 small,
.admin-home-metrics-v1035 strong,
.admin-home-metrics-v1035 p,
.professor-metrics-v1035 small,
.professor-metrics-v1035 strong,
.professor-metrics-v1035 p{display:block;margin:0;}
.student-home-metrics-v1035 small,
.admin-home-metrics-v1035 small,
.professor-metrics-v1035 small{color:#64748b;font-size:12px;font-weight:700;}
.student-home-metrics-v1035 strong,
.admin-home-metrics-v1035 strong,
.professor-metrics-v1035 strong{margin:4px 0;color:#0f172a;font-size:29px;line-height:1;}
.student-home-metrics-v1035 p,
.admin-home-metrics-v1035 p,
.professor-metrics-v1035 p{color:#94a3b8;font-size:11px;}

.student-assessments-grid-v1035{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.student-assessment-card-v1035{
  --assessment-accent:#2563eb;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:270px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-top:3px solid var(--assessment-accent);
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.student-assessment-card-v1035.complete{--assessment-accent:#22c55e;}
.student-assessment-card-v1035.disabled{--assessment-accent:#94a3b8;background:#f8fafc;}
.student-assessment-card-v1035>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.student-assessment-card-v1035>header small{color:#64748b;font-size:11px;}
.student-assessment-card-v1035 h2{
  margin:18px 0 5px;
  color:#0f172a;
  font-size:19px;
  line-height:1.25;
}
.student-assessment-card-v1035>p{
  min-height:36px;
  margin:0 0 14px;
  color:#64748b;
  font-size:13px;
  line-height:1.4;
}
.student-assessment-card-v1035 dl{
  display:grid;
  gap:8px;
  margin:0;
}
.student-assessment-card-v1035 dl>div{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:10px;
}
.student-assessment-card-v1035 dt{
  color:#94a3b8;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.student-assessment-card-v1035 dd{
  margin:0;
  color:#334155;
  font-size:12px;
  font-weight:650;
}
.student-assessment-card-v1035>footer{
  display:flex;
  align-items:center;
  margin-top:auto;
  padding-top:16px;
}
.student-assessment-card-v1035>footer .btn{width:100%;}
.student-empty-v1035{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:160px;
}
.student-empty-v1035>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dcfce7;
  color:#15803d;
  font-size:20px;
  font-weight:900;
}
.student-empty-v1035 h2{margin:0 0 5px;}
.student-empty-v1035 p{margin:0;color:#64748b;}

.admin-latest-v1035{padding:0 !important;overflow:hidden;}
.admin-latest-heading-v1035{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:20px 22px;
  border-bottom:1px solid #e2e8f0;
}
.admin-latest-heading-v1035 h2{margin:5px 0 4px;}
.admin-latest-heading-v1035 p{margin:0;color:#64748b;font-size:13px;}
.admin-filter-row-v1035{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.admin-filter-row-v1035 select{width:auto;min-width:145px;min-height:38px;padding:8px 30px 8px 10px;font-size:12px;}
.admin-latest-v1035 .table-wrap{border:0;border-radius:0;}
.admin-latest-table-v1035 td:first-child strong,
.admin-latest-table-v1035 td:first-child small{display:block;}
.admin-latest-table-v1035 td:first-child small{margin-top:3px;color:#64748b;font-size:11px;}
.admin-filter-empty-v1035{padding:18px 22px;margin:0;}

.login-shell-v1035{
  width:min(100%,980px);
  min-height:calc(100vh - 190px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,440px);
  align-items:center;
  gap:54px;
  margin:0 auto;
  padding:32px 0;
}
.login-intro-v1035{padding:20px;}
.login-intro-mark-v1035{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border:1px solid #dbeafe;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 26px rgba(37,99,235,.1);
}
.login-intro-mark-v1035 img{width:54px;height:54px;object-fit:contain;}
.login-intro-v1035 h1{
  max-width:520px;
  margin:7px 0 12px;
  color:#0f172a;
  font-size:36px;
  line-height:1.12;
}
.login-intro-v1035>p{max-width:540px;margin:0;color:#64748b;font-size:15px;line-height:1.6;}
.login-trust-list-v1035{display:grid;gap:10px;margin-top:26px;}
.login-trust-list-v1035 span{display:flex;align-items:center;gap:9px;color:#475569;font-size:13px;font-weight:650;}
.login-trust-list-v1035 i{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:10px;
  font-style:normal;
  font-weight:900;
}
.login-card-v1035{
  width:100%;
  margin:0;
  padding:28px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  box-shadow:0 18px 50px rgba(15,23,42,.09);
}
.login-card-heading-v1035{margin-bottom:22px;}
.login-card-heading-v1035 h2{margin:12px 0 7px;color:#0f172a;font-size:27px;}
.login-card-heading-v1035 p{margin:0;color:#64748b;font-size:13px;line-height:1.5;}
.login-form-v1035{gap:16px;}
.login-form-v1035 label>span{font-size:13px;}
.password-field-v1035{position:relative;}
.password-field-v1035 input{padding-right:76px;}
.password-field-v1035 button{
  position:absolute;
  top:50%;
  right:7px;
  min-width:62px;
  min-height:30px;
  padding:5px 8px;
  border:0;
  border-radius:6px;
  background:#f1f5f9;
  color:#475569;
  cursor:pointer;
  transform:translateY(-50%);
  font:inherit;
  font-size:11px;
  font-weight:700;
}
.password-field-v1035 button:hover{background:#e2e8f0;color:#0f172a;}
.login-submit-v1035{width:100%;min-height:44px;margin-top:2px;}
.login-first-access-v1035{
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #bfdbfe;
  border-radius:8px;
  background:#f8fbff;
}
.login-first-access-v1035 strong{display:block;color:#1e40af;font-size:12px;}
.login-first-access-v1035 p{margin:3px 0 0;color:#475569;font-size:11px;line-height:1.45;}
.login-security-note-v1035{margin:16px 0 0;color:#94a3b8;font-size:10px;line-height:1.45;text-align:center;}

.professor-classes-section-v1035{
  padding:22px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  box-shadow:var(--shadow);
}
.professor-classes-section-v1035>header{margin-bottom:18px;}
.professor-classes-section-v1035 h2{margin:5px 0;color:#0f172a;font-size:23px;}
.professor-classes-section-v1035>header p{margin:0;color:#64748b;}
.professor-class-grid-v1035{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.professor-class-card-v1035{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:275px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  color:inherit;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
.professor-class-card-v1035:hover{
  border-color:#93c5fd;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
  transform:translateY(-2px);
}
.professor-class-card-v1035>header{display:flex;gap:6px;flex-wrap:wrap;}
.professor-class-icon-v1035{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-top:20px;
  border-radius:9px;
  background:#eff6ff;
  color:#1d4ed8;
  font-weight:900;
}
.professor-class-card-v1035 h3{margin:12px 0 5px;color:#0f172a;font-size:20px;}
.professor-class-card-v1035 p{margin:0;color:#64748b;font-size:13px;line-height:1.45;}
.professor-class-card-v1035>small{display:block;margin-top:7px;color:#94a3b8;font-size:11px;}
.professor-class-action-v1035{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid #f1f5f9;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
}
.professor-class-action-v1035 i{
  width:8px;
  height:8px;
  border-right:2px solid #2563eb;
  border-bottom:2px solid #2563eb;
  transform:rotate(-45deg);
}
.professor-empty-v1035{display:flex;align-items:center;gap:14px;margin:0;}
.professor-empty-v1035>span{
  width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;
  border-radius:50%;background:#fef9c3;color:#a16207;font-weight:900;
}
.professor-empty-v1035 h2{margin:0 0 4px;}
.professor-empty-v1035 p{margin:0;color:#64748b;}
.teacher-topbar + .container .professor-hero:after,
.teacher-topbar + .container .professor-class-card:after{display:none !important;content:none !important;}

@media(max-width:1180px){
  .student-assessments-grid-v1035,
  .professor-class-grid-v1035{grid-template-columns:repeat(2,minmax(0,1fr));}
  .admin-home-metrics-v1035{grid-template-columns:repeat(2,minmax(0,1fr));}
  .login-shell-v1035{grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:30px;}
}
@media(max-width:860px){
  .student-home-heading-v1035,
  .admin-home-heading-v1035,
  .professor-home-heading-v1035,
  .admin-latest-heading-v1035{align-items:flex-start;flex-direction:column;}
  .student-home-metrics-v1035,
  .professor-metrics-v1035{grid-template-columns:1fr;}
  .login-shell-v1035{grid-template-columns:1fr;gap:8px;padding:12px 0 28px;}
  .login-intro-v1035{padding:10px 8px 18px;text-align:center;}
  .login-intro-mark-v1035{margin-left:auto;margin-right:auto;}
  .login-intro-v1035 h1{max-width:none;font-size:30px;}
  .login-intro-v1035>p{margin-left:auto;margin-right:auto;}
  .login-trust-list-v1035{display:none;}
}
@media(max-width:620px){
  .topbar.profile-aluno{
    width:100%;
    min-width:0;
    padding:11px 14px;
    overflow:hidden;
  }
  .topbar.profile-aluno .brand{
    width:100%;
    min-width:0;
  }
  .topbar.profile-aluno .brand>div{display:block;min-width:0;}
  .topbar.profile-aluno .brand strong,
  .topbar.profile-aluno .brand small{
    display:block;
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .topbar.profile-aluno .nav{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px;
    overflow:visible;
    padding:0;
  }
  .topbar.profile-aluno .nav>a{
    min-width:0;
    padding:8px 5px;
    text-align:center;
    font-size:11px;
  }
  .topbar.profile-aluno .header-account-v1035{
    grid-column:1/4;
    width:100%;
    max-width:none;
  }
  .topbar.profile-aluno .nav-logout-v1035{
    grid-column:4;
    width:100%;
  }
  .official-header.institutional-context-saas{
    width:100%;
    max-width:100%;
    min-width:0;
    align-items:flex-start;
    padding:14px;
    overflow:hidden;
  }
  .institutional-context-copy,
  .institutional-greeting-line{
    width:100%;
    min-width:0;
  }
  .institutional-greeting-line{align-items:flex-start;}
  .institutional-greeting-line h1{
    max-width:100%;
    font-size:18px;
    overflow-wrap:anywhere;
  }
  .institutional-context-copy p,
  .institutional-context-copy small{overflow-wrap:anywhere;}
  .header-account-v1035{max-width:100%;width:100%;}
  .student-home-heading-v1035 h1,
  .admin-home-heading-v1035 h1,
  .professor-home-heading-v1035 h1{font-size:26px;}
  .student-assessments-grid-v1035,
  .professor-class-grid-v1035,
  .admin-home-metrics-v1035{grid-template-columns:1fr;}
  .student-assessment-card-v1035{min-height:250px;}
  .admin-filter-row-v1035,
  .admin-filter-row-v1035 select{width:100%;}
  .login-card-v1035{padding:22px 18px;}
  .login-intro-v1035 h1{font-size:27px;}
  .professor-classes-section-v1035{padding:16px;}
  .student-inspiration-v1035{align-items:flex-start;}
}

/* CEOB Avalia v10.18.14.37 - shell unificado, design system e fotos de perfil */
:root{
  --surface-page:#f6f8fc;
  --surface-card:#ffffff;
  --surface-soft:#f8fafc;
  --surface-selected:#eef5ff;
  --ink-strong:#0f1f3d;
  --ink:#27364f;
  --ink-muted:#64748b;
  --line:#dfe6ef;
  --line-soft:#edf1f6;
  --blue:#175cd3;
  --blue-dark:#123f91;
  --blue-soft:#eaf2ff;
  --green:#15803d;
  --green-soft:#dcfce7;
  --amber:#a16207;
  --amber-soft:#fef3c7;
  --red:#b42318;
  --red-soft:#fee4e2;
  --sidebar-width:264px;
  --radius:10px;
  --shadow-soft:0 1px 2px rgba(15,31,61,.04),0 8px 24px rgba(15,31,61,.05);
}

html{background:var(--surface-page);}
body.app-body-v1037{
  min-width:320px;
  margin:0;
  background:var(--surface-page);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
}
body.app-body-v1037 h1,
body.app-body-v1037 h2,
body.app-body-v1037 h3,
body.app-body-v1037 h4{
  color:var(--ink-strong);
  letter-spacing:0;
}
body.app-body-v1037 a,
body.app-body-v1037 button,
body.app-body-v1037 input,
body.app-body-v1037 select,
body.app-body-v1037 textarea{font-family:inherit;letter-spacing:0;}

.app-shell-v1037{min-height:100vh;}
.app-sidebar-v1037{
  position:fixed;
  inset:0 auto 0 0;
  z-index:70;
  width:var(--sidebar-width);
  display:flex;
  flex-direction:column;
  padding:18px 14px 14px;
  border-right:1px solid #d9e2ee;
  background:#fff;
  box-shadow:4px 0 18px rgba(15,31,61,.03);
}
.app-brand-v1037{
  display:flex;
  min-width:0;
  align-items:center;
  gap:11px;
  color:inherit;
}
.app-sidebar-v1037>.app-brand-v1037{
  min-height:58px;
  margin:0 4px 16px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line-soft);
}
.app-brand-mark-v1037{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  overflow:hidden;
  border:1px solid #dbe5f0;
  border-radius:9px;
  background:#fff;
}
.app-brand-mark-v1037 img{width:37px;height:37px;object-fit:contain;}
.app-brand-v1037>span:last-child{min-width:0;}
.app-brand-v1037 strong,
.app-brand-v1037 small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.app-brand-v1037 strong{color:var(--ink-strong);font-size:15px;line-height:1.25;}
.app-brand-v1037 small{margin-top:2px;color:var(--ink-muted);font-size:10px;}

.app-navigation-v1037{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  gap:3px;
  min-height:0;
  padding:0 2px 18px;
  overflow-y:auto;
  scrollbar-width:thin;
}
.app-nav-label-v1037{
  margin:16px 9px 5px;
  color:#94a3b8;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.app-navigation-v1037>a,
.app-nav-group-v1037>summary{
  display:flex;
  min-height:40px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:8px;
  color:#42526b;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
  list-style:none;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease;
}
.app-nav-group-v1037>summary::-webkit-details-marker{display:none;}
.app-navigation-v1037>a>span,
.app-nav-group-v1037>summary>span{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:7px;
  background:#f1f5f9;
  color:#64748b;
  font-size:8px;
  font-weight:900;
}
.app-navigation-v1037>a:hover,
.app-nav-group-v1037>summary:hover{background:#f8fafc;color:var(--ink-strong);}
.app-navigation-v1037>a.active{
  border-color:#cfe0fb;
  background:var(--blue-soft);
  color:#174ea6;
}
.app-navigation-v1037>a.active>span{background:#175cd3;color:#fff;}
.app-nav-group-v1037{margin:0;}
.app-nav-group-v1037[open]>summary{background:#f8fafc;color:var(--ink-strong);}
.app-nav-group-v1037>div{
  display:grid;
  gap:2px;
  margin:3px 0 6px 38px;
  padding-left:10px;
  border-left:1px solid #dbe5f0;
}
.app-nav-group-v1037>div>a{
  padding:7px 8px;
  border-radius:6px;
  color:#64748b;
  font-size:11px;
  font-weight:650;
}
.app-nav-group-v1037>div>a:hover{background:#f8fafc;color:#175cd3;}

.sidebar-account-v1037{position:relative;border-top:1px solid var(--line-soft);padding-top:12px;}
.sidebar-account-v1037>summary{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 12px;
  align-items:center;
  gap:9px;
  padding:7px;
  border:1px solid transparent;
  border-radius:9px;
  cursor:pointer;
  list-style:none;
}
.sidebar-account-v1037>summary::-webkit-details-marker{display:none;}
.sidebar-account-v1037>summary:hover,
.sidebar-account-v1037[open]>summary{border-color:#dbe5f0;background:#f8fafc;}
.sidebar-account-v1037>summary>span:nth-child(2){min-width:0;}
.sidebar-account-v1037>summary strong,
.sidebar-account-v1037>summary small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sidebar-account-v1037>summary strong{color:var(--ink-strong);font-size:11px;}
.sidebar-account-v1037>summary small{margin-top:2px;color:#64748b;font-size:9px;}
.sidebar-account-v1037>summary>i{
  width:7px;
  height:7px;
  border-right:2px solid #94a3b8;
  border-bottom:2px solid #94a3b8;
  transform:rotate(225deg);
}
.sidebar-account-v1037[open]>summary>i{transform:rotate(45deg);}
.sidebar-account-menu-v1037{
  position:absolute;
  right:0;
  bottom:57px;
  left:0;
  z-index:4;
  padding:14px;
  border:1px solid #dbe5f0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 48px rgba(15,31,61,.16);
}
.sidebar-account-menu-v1037>strong{display:block;color:var(--ink-strong);font-size:12px;}
.sidebar-account-menu-v1037>p{margin:4px 0 11px;color:#64748b;font-size:9px;line-height:1.4;}
.sidebar-account-menu-v1037 form{display:grid;gap:7px;margin:0 0 8px;}
.sidebar-account-menu-v1037 .btn{width:100%;}
.sidebar-signout-v1037{
  display:block;
  padding:9px 10px;
  border-top:1px solid var(--line-soft);
  color:var(--red);
  font-size:11px;
  font-weight:800;
  text-align:center;
}
.photo-picker-v1037{
  display:block;
  min-width:0;
  cursor:pointer;
}
.photo-picker-v1037 input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
}
.photo-picker-v1037 span{
  display:block;
  overflow:hidden;
  padding:9px 10px;
  border:1px dashed #a9bdd8;
  border-radius:8px;
  background:#f8fbff;
  color:#315b96;
  font-size:10px;
  font-weight:700;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.user-avatar-v1037{
  position:relative;
  display:inline-grid;
  width:38px;
  height:38px;
  place-items:center;
  flex:0 0 auto;
  overflow:hidden;
  border:1px solid #bfdbfe;
  border-radius:50%;
  background:#eaf2ff;
}
.user-avatar-fallback-v1037{color:#175cd3;font-size:14px;font-weight:900;}
.user-avatar-v1037 img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.topbar-avatar-v1037{width:34px;height:34px;}

.app-workspace-v1037{min-height:100vh;margin-left:var(--sidebar-width);}
.workspace-topbar-v1037{
  position:sticky;
  top:0;
  z-index:45;
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px clamp(18px,3vw,40px);
  border-bottom:1px solid #dfe6ef;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}
.workspace-topbar-v1037>div{min-width:0;}
.workspace-topbar-v1037 small,
.workspace-topbar-v1037 strong{display:block;}
.workspace-topbar-v1037 small{color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase;}
.workspace-topbar-v1037 strong{
  margin-top:2px;
  overflow:hidden;
  color:var(--ink-strong);
  font-size:15px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sidebar-toggle-v1037{
  display:none;
  min-height:36px;
  padding:8px 11px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  color:var(--ink-strong);
  cursor:pointer;
  font-size:11px;
  font-weight:800;
}
.sidebar-backdrop-v1037{display:none;}
.app-content-v1037{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  padding:26px clamp(18px,3vw,40px) 52px;
}
.public-content-v1037{
  width:100%;
  max-width:none;
  min-height:calc(100vh - 70px);
  margin:0;
  padding:0;
}
.public-topbar-v1037{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:10px clamp(18px,4vw,58px);
  border-bottom:1px solid #dfe6ef;
  background:#fff;
}
.public-topbar-v1037>.app-brand-v1037{max-width:420px;}
.public-topbar-v1037>span{color:#64748b;font-size:11px;font-weight:700;}

body.app-body-v1037 .card{
  margin-bottom:18px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--surface-card);
  box-shadow:var(--shadow-soft);
}
body.app-body-v1037 .hero{
  margin-bottom:18px;
  padding:25px;
  border:1px solid #174ea6;
  border-radius:var(--radius);
  background:#174ea6;
  box-shadow:var(--shadow-soft);
}
body.app-body-v1037 input,
body.app-body-v1037 select,
body.app-body-v1037 textarea{
  min-height:40px;
  padding:9px 12px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  color:var(--ink-strong);
  outline:none;
  transition:border-color .16s ease,box-shadow .16s ease;
}
body.app-body-v1037 input:focus,
body.app-body-v1037 select:focus,
body.app-body-v1037 textarea:focus{
  border-color:#3b82f6;
  box-shadow:0 0 0 3px rgba(59,130,246,.14);
}
body.app-body-v1037 label{gap:6px;color:#253552;font-size:12px;font-weight:750;}
body.app-body-v1037 .btn,
body.app-body-v1037 button.btn{
  min-height:38px;
  padding:8px 13px;
  border:1px solid #d7e2f0;
  border-radius:8px;
  background:#f8fafc;
  color:#174ea6;
  box-shadow:none;
  font-size:12px;
  font-weight:800;
}
body.app-body-v1037 .btn:hover{border-color:#b9cce5;background:#f1f6fd;filter:none;}
body.app-body-v1037 .btn.primary{border-color:#175cd3;background:#175cd3;color:#fff;}
body.app-body-v1037 .btn.primary:hover{border-color:#124cae;background:#124cae;}
body.app-body-v1037 .btn.danger{border-color:#fecaca;background:#fff5f5;color:#b42318;}
body.app-body-v1037 .btn.small{min-height:32px;padding:6px 9px;font-size:10px;}
body.app-body-v1037 .badge{
  align-items:center;
  padding:4px 9px;
  border:0;
  border-radius:999px;
  background:#eef2f6;
  color:#475569;
  font-size:10px;
  font-weight:800;
}
body.app-body-v1037 .badge.publicada,
body.app-body-v1037 .badge.ok,
body.app-body-v1037 .badge.finalizada,
body.app-body-v1037 .badge.ativo{background:var(--green-soft);color:var(--green);}
body.app-body-v1037 .badge.rascunho,
body.app-body-v1037 .badge.alerta,
body.app-body-v1037 .badge.pendente{background:var(--amber-soft);color:var(--amber);}
body.app-body-v1037 .badge.erro,
body.app-body-v1037 .badge.bloqueada,
body.app-body-v1037 .badge.inativo{background:var(--red-soft);color:var(--red);}
body.app-body-v1037 .table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
}
body.app-body-v1037 table{width:100%;border:0;border-collapse:collapse;}
body.app-body-v1037 th{
  padding:11px 13px;
  border-bottom:1px solid var(--line);
  background:#f8fafc;
  color:#64748b;
  font-size:9px;
  font-weight:800;
  text-align:left;
  text-transform:uppercase;
}
body.app-body-v1037 td{
  padding:13px;
  border-bottom:1px solid var(--line-soft);
  color:#334155;
  font-size:12px;
}
body.app-body-v1037 tbody tr:hover{background:#fbfdff;}
body.app-body-v1037 tbody tr:last-child td{border-bottom:0;}
body.app-body-v1037 .progress,
body.app-body-v1037 .progress-track,
body.app-body-v1037 [class*="progress-track"]{
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:#e8eef5;
}
body.app-body-v1037 .progress-bar,
body.app-body-v1037 [class*="progress-fill"]{
  height:7px;
  border-radius:999px;
}
body.app-body-v1037 .flash{
  position:relative;
  z-index:3;
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:8px;
  box-shadow:0 8px 22px rgba(15,31,61,.06);
  font-size:12px;
}
body.app-body-v1037 .flash.sucesso{border-color:#bbf7d0;background:#f0fdf4;color:#166534;}
body.app-body-v1037 .flash.erro{border-color:#fecaca;background:#fef2f2;color:#991b1b;}
body.app-body-v1037 .footer{padding:18px 32px 28px;color:#94a3b8;font-size:10px;}

body.app-body-v1037 .page-header-saas{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin:0 0 18px;
  padding:0 2px;
}
body.app-body-v1037 .page-header-saas h1{margin:5px 0 6px;font-size:30px;line-height:1.15;}
body.app-body-v1037 .page-header-saas p{max-width:760px;margin:0;color:#64748b;line-height:1.5;}
body.app-body-v1037 .page-toolbar-saas{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
body.app-body-v1037 .ui-tabs{
  display:inline-flex;
  gap:3px;
  margin:0 0 18px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#eef2f7;
}
body.app-body-v1037 .ui-tab{
  min-height:34px;
  padding:7px 12px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#64748b;
  cursor:pointer;
  font-size:11px;
  font-weight:800;
}
body.app-body-v1037 .ui-tab.active{
  background:#fff;
  color:#174ea6;
  box-shadow:0 1px 4px rgba(15,31,61,.1);
}
body.app-body-v1037 .usuarios-list-head-v1014{
  display:grid;
  grid-template-columns:minmax(280px,.75fr) minmax(440px,1.25fr);
  align-items:end;
  gap:22px;
}
body.app-body-v1037 .usuarios-list-head-v1014 h1{margin:5px 0 7px;font-size:27px;}
body.app-body-v1037 .search-form-v1014{width:100%;max-width:none;}

.institutional-context-v1037{
  display:flex;
  min-height:76px;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  padding:13px 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.institutional-context-mark-v1037{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid #dbe5f0;
  border-radius:9px;
  background:#fff;
}
.institutional-context-mark-v1037 img{width:36px;height:36px;object-fit:contain;}
.institutional-context-v1037>div{min-width:0;}
.institutional-context-v1037 small,
.institutional-context-v1037 strong,
.institutional-context-v1037 p{display:block;margin:0;}
.institutional-context-v1037 small{color:#175cd3;font-size:8px;font-weight:900;text-transform:uppercase;}
.institutional-context-v1037 strong{
  margin-top:2px;
  overflow:hidden;
  color:var(--ink-strong);
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.institutional-context-v1037 p{margin-top:2px;color:#64748b;font-size:10px;}
.institutional-status-v1037{
  margin-left:auto;
  padding:5px 9px;
  border-radius:999px;
  background:#dcfce7;
  color:#15803d;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}

.identity-cell-v1037{
  display:flex;
  min-width:190px;
  align-items:center;
  gap:10px;
}
.identity-cell-v1037>span,
.identity-cell-v1037>div{min-width:0;}
.identity-cell-v1037 strong,
.identity-cell-v1037 small{display:block;}
.identity-cell-v1037 strong{color:var(--ink-strong);font-size:11px;line-height:1.25;}
.identity-cell-v1037 small{margin-top:3px;color:#64748b;font-size:9px;}
.table-avatar-v1037{width:34px;height:34px;}
.detail-avatar-v1037{width:48px;height:48px;}
.identity-cell-large-v1037{align-items:flex-start;}
.profile-hero-identity-v1037{display:flex;min-width:0;align-items:center;gap:15px;}
.profile-hero-identity-v1037>div{min-width:0;}
.profile-hero-avatar-v1037{
  width:58px;
  height:58px;
  border:2px solid rgba(255,255,255,.72);
  background:#fff;
}
.profile-hero-avatar-v1037 .user-avatar-fallback-v1037{font-size:21px;}
.app-authenticated-v1037 .professor-tabs{display:none !important;}

.auth-experience-v1037{
  width:100%;
  min-height:calc(100vh - 70px);
  display:grid;
  grid-template-columns:minmax(360px,.92fr) minmax(430px,1.08fr);
  background:#fff;
}
.auth-story-v1037{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:clamp(34px,6vw,80px);
  background:#102d5c;
  color:#fff;
}
.auth-school-v1037{display:flex;align-items:center;gap:12px;}
.auth-school-v1037>span{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#fff;
}
.auth-school-v1037 img{width:42px;height:42px;object-fit:contain;}
.auth-school-v1037 small,
.auth-school-v1037 strong{display:block;}
.auth-school-v1037 small{color:#a9c6f2;font-size:9px;font-weight:800;text-transform:uppercase;}
.auth-school-v1037 strong{margin-top:3px;color:#fff;font-size:18px;}
.auth-story-copy-v1037{margin:auto 0;}
.auth-kicker-v1037{color:#8db9f5;font-size:10px;font-weight:900;text-transform:uppercase;}
.auth-story-v1037 h1{
  max-width:560px;
  margin:13px 0 16px;
  color:#fff !important;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
}
.auth-story-copy-v1037 p{max-width:560px;margin:0;color:#c5d7ef;font-size:15px;line-height:1.65;}
.auth-story-footer-v1037{display:flex;gap:8px;flex-wrap:wrap;}
.auth-story-footer-v1037 span{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  color:#d6e4f8;
  font-size:9px;
  font-weight:700;
}
.auth-panel-v1037{
  width:min(100%,600px);
  align-self:center;
  justify-self:center;
  padding:clamp(30px,6vw,76px);
}
.auth-profile-switcher-v1037{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px;
  margin-bottom:34px;
  padding:4px;
  border:1px solid #dfe6ef;
  border-radius:9px;
  background:#f8fafc;
}
.auth-profile-switcher-v1037 a{
  min-width:0;
  padding:8px 5px;
  border-radius:6px;
  color:#64748b;
  font-size:9px;
  font-weight:800;
  text-align:center;
}
.auth-profile-switcher-v1037 a.active{background:#fff;color:#175cd3;box-shadow:0 1px 4px rgba(15,31,61,.1);}
.auth-form-heading-v1037 h2{margin:12px 0 8px;font-size:30px;line-height:1.15;}
.auth-form-heading-v1037 p{margin:0;color:#64748b;font-size:13px;line-height:1.55;}
.auth-form-v1037{gap:16px;margin-top:25px;}
.auth-submit-v1037{width:100%;min-height:44px !important;margin-top:2px;}
.auth-help-v1037{
  margin-top:18px;
  padding:12px 14px;
  border-left:3px solid #3b82f6;
  border-radius:0 8px 8px 0;
  background:#f5f9ff;
}
.auth-help-v1037 span{color:#174ea6;font-size:10px;font-weight:900;text-transform:uppercase;}
.auth-help-v1037 p{margin:3px 0 0;color:#475569;font-size:11px;line-height:1.45;}
.auth-privacy-v1037{margin:17px 0 0;color:#94a3b8;font-size:9px;line-height:1.5;text-align:center;}

@media(max-width:1100px){
  :root{--sidebar-width:238px;}
  .app-sidebar-v1037{padding-right:10px;padding-left:10px;}
  .auth-experience-v1037{grid-template-columns:minmax(330px,.8fr) minmax(410px,1.2fr);}
}

@media(max-width:900px){
  .app-workspace-v1037{margin-left:0;}
  .app-sidebar-v1037{
    width:min(286px,88vw);
    transform:translateX(-102%);
    transition:transform .2s ease;
  }
  .sidebar-open-v1037 .app-sidebar-v1037{transform:translateX(0);}
  .sidebar-backdrop-v1037{
    position:fixed;
    inset:0;
    z-index:60;
    display:block;
    background:rgba(15,23,42,.45);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }
  .sidebar-open-v1037 .sidebar-backdrop-v1037{opacity:1;pointer-events:auto;}
  .sidebar-toggle-v1037{display:inline-flex;align-items:center;}
  .workspace-topbar-v1037{min-height:60px;}
  .auth-experience-v1037{grid-template-columns:1fr;}
  .auth-story-v1037{
    min-height:290px;
    padding:28px clamp(22px,6vw,56px);
  }
  .auth-story-copy-v1037{margin:38px 0;}
  .auth-story-v1037 h1{max-width:650px;font-size:36px;}
  .auth-panel-v1037{padding:38px clamp(20px,7vw,70px) 50px;}
  body.app-body-v1037 .page-header-saas{align-items:flex-start;flex-direction:column;}
  body.app-body-v1037 .page-toolbar-saas{justify-content:flex-start;}
  body.app-body-v1037 .usuarios-list-head-v1014{grid-template-columns:1fr;}
}

@media(max-width:620px){
  .app-content-v1037{padding:18px 13px 40px;}
  .workspace-topbar-v1037{padding:9px 13px;}
  .workspace-topbar-v1037 strong{max-width:190px;}
  .public-topbar-v1037{padding:9px 14px;}
  .public-topbar-v1037>span{display:none;}
  .public-topbar-v1037 .app-brand-v1037 small{max-width:210px;}
  body.app-body-v1037 .card{padding:16px;}
  body.app-body-v1037 .form-grid,
  body.app-body-v1037 .grid.two,
  body.app-body-v1037 .grid.three,
  body.app-body-v1037 .stats{grid-template-columns:1fr;}
  .institutional-context-v1037{align-items:flex-start;padding:12px;}
  .institutional-context-v1037 strong{white-space:normal;}
  .institutional-status-v1037{display:none;}
  .auth-story-v1037{min-height:250px;padding:24px 20px;}
  .auth-story-copy-v1037{margin:28px 0;}
  .auth-story-v1037 h1{font-size:30px;}
  .auth-story-copy-v1037 p{font-size:13px;}
  .auth-story-footer-v1037{display:none;}
  .auth-panel-v1037{padding:28px 16px 42px;}
  .auth-profile-switcher-v1037{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-bottom:26px;
  }
  .auth-form-heading-v1037 h2{font-size:26px;}
  body.app-body-v1037 .page-header-saas h1{font-size:26px;}
  body.app-body-v1037 .page-toolbar-saas,
  body.app-body-v1037 .page-toolbar-saas .btn,
  body.app-body-v1037 .ui-tabs{width:100%;}
  body.app-body-v1037 .ui-tab{flex:1 1 0;}
}

@media print{
  .app-sidebar-v1037,
  .workspace-topbar-v1037,
  .sidebar-backdrop-v1037{display:none !important;}
  .app-workspace-v1037{margin-left:0 !important;}
  .app-content-v1037{max-width:none;padding:0;}
}

/* v10.18.14.38 - simulado matematico, resultados e identidade da navegacao */
:root{--sidebar-width:288px;}

.app-sidebar-v1037{
  width:var(--sidebar-width);
  padding:20px 16px 16px;
  border-right:0;
  background:#082f5b;
  box-shadow:8px 0 28px rgba(8,47,91,.16);
}
.app-sidebar-v1037>.app-brand-v1037{
  min-height:70px;
  margin:0 4px 18px;
  padding-bottom:18px;
  border-bottom-color:rgba(255,255,255,.16);
}
.app-sidebar-v1037 .app-brand-mark-v1037{
  width:54px;
  height:54px;
  border:2px solid #f1cf59;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.app-sidebar-v1037 .app-brand-mark-v1037 img{width:47px;height:47px;}
.app-sidebar-v1037 .app-brand-v1037 strong{color:#fff;font-size:17px;}
.app-sidebar-v1037 .app-brand-v1037 small{color:#c8dcf2;font-size:11px;white-space:normal;}
.app-sidebar-v1037 .app-nav-label-v1037{
  margin:18px 10px 6px;
  color:#f1cf59;
  font-size:10px;
}
.app-sidebar-v1037 .app-navigation-v1037{gap:5px;padding-right:2px;}
.app-sidebar-v1037 .app-navigation-v1037>a,
.app-sidebar-v1037 .app-nav-group-v1037>summary{
  min-height:46px;
  padding:9px 11px;
  border-radius:9px;
  color:#e8f2fc;
  font-size:13px;
}
.app-sidebar-v1037 .app-navigation-v1037>a>span,
.app-sidebar-v1037 .app-nav-group-v1037>summary>span{
  width:29px;
  height:29px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:9px;
}
.app-sidebar-v1037 .app-navigation-v1037>a:hover,
.app-sidebar-v1037 .app-nav-group-v1037>summary:hover,
.app-sidebar-v1037 .app-nav-group-v1037[open]>summary{
  background:rgba(255,255,255,.1);
  color:#fff;
}
.app-sidebar-v1037 .app-navigation-v1037>a.active{
  border-color:#f1cf59;
  background:#1261a8;
  color:#fff;
  box-shadow:inset 4px 0 0 #f1cf59;
}
.app-sidebar-v1037 .app-navigation-v1037>a.active>span{
  background:#f1cf59;
  color:#082f5b;
}
.app-sidebar-v1037 .app-nav-group-v1037>div{border-left-color:rgba(241,207,89,.48);}
.app-sidebar-v1037 .app-nav-group-v1037>div>a{color:#c8dcf2;font-size:12px;}
.app-sidebar-v1037 .app-nav-group-v1037>div>a:hover{
  background:rgba(255,255,255,.09);
  color:#fff;
}
.app-sidebar-v1037 .sidebar-account-v1037{border-top-color:rgba(255,255,255,.16);}
.app-sidebar-v1037 .sidebar-account-v1037>summary strong{color:#fff;font-size:12px;}
.app-sidebar-v1037 .sidebar-account-v1037>summary small{color:#c8dcf2;font-size:10px;}
.app-sidebar-v1037 .sidebar-account-v1037>summary:hover,
.app-sidebar-v1037 .sidebar-account-v1037[open]>summary{
  border-color:rgba(241,207,89,.65);
  background:rgba(255,255,255,.1);
}
.app-sidebar-v1037 .sidebar-account-v1037>summary>i{border-color:#f1cf59;}
.app-sidebar-v1037 .sidebar-account-menu-v1037{
  border-color:#cfdae8;
  background:#fff;
}

.sim-results-hero-v1038,
.sim-results-class-head-v1038{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.sim-results-hero-v1038{border-top:4px solid #1261a8;}
.sim-results-hero-v1038 h1,
.sim-results-class-head-v1038 h2{margin:4px 0 6px;}
.sim-results-hero-v1038 p{max-width:760px;margin:0;color:#64748b;}
.sim-results-metrics-v1038{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.sim-results-metrics-v1038>span{
  min-width:128px;
  padding:10px 12px;
  border:1px solid #d9e5f2;
  border-radius:8px;
  background:#f8fbff;
  color:#64748b;
  font-size:11px;
  text-align:center;
}
.sim-results-metrics-v1038 strong{
  display:block;
  color:#0b4f92;
  font-size:18px;
}
.sim-grade-v1038{color:#0b4f92;font-size:20px;}
.sim-subject-results-v1038{
  display:grid;
  grid-template-columns:repeat(3,minmax(130px,1fr));
  gap:6px;
  min-width:430px;
}
.sim-subject-results-v1038>span{
  padding:7px 9px;
  border:1px solid #e1e8f0;
  border-radius:7px;
  background:#f8fafc;
}
.sim-subject-results-v1038 strong,
.sim-subject-results-v1038 small{display:block;}
.sim-subject-results-v1038 strong{font-size:11px;color:#203654;}
.sim-subject-results-v1038 small{margin-top:2px;color:#64748b;font-size:10px;}
.sim-results-table-v1038 td{vertical-align:top;}
.math-content,
.rich-text{
  max-width:100%;
  overflow:visible;
}
.math-content mjx-container,
.rich-text mjx-container{
  max-width:100%;
}
.math-content mjx-container[display="true"],
.rich-text mjx-container[display="true"]{
  margin:.75rem 0 !important;
  overflow-x:auto;
  overflow-y:visible;
}

@media (max-width:1100px){
  :root{--sidebar-width:264px;}
  .sim-subject-results-v1038{grid-template-columns:repeat(2,minmax(130px,1fr));min-width:320px;}
}
@media (max-width:760px){
  :root{--sidebar-width:min(88vw,288px);}
  .sim-results-hero-v1038,
  .sim-results-class-head-v1038{flex-direction:column;}
  .sim-results-metrics-v1038{width:100%;justify-content:stretch;}
  .sim-results-metrics-v1038>span{flex:1 1 120px;}
  .sim-subject-results-v1038{grid-template-columns:1fr;min-width:220px;}
}
.avaliacoes-area-table-v1018 td:nth-child(2),
.avaliacoes-area-table-v1018 td:nth-child(3) {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 220px !important;
}

.avaliacoes-area-table-v1018 td:nth-child(3) small {
  display: none !important;
}

/* CEOB Avalia v10.18.14.39 - navegacao, acessos e paineis compactos */
:root{--sidebar-width:306px;}
.app-sidebar-v1037{padding:22px 18px 17px;background:#082f5b;}
.app-sidebar-v1037>.app-brand-v1037{min-height:76px;margin-bottom:20px;}
.app-sidebar-v1037 .app-brand-mark-v1037{width:58px;height:58px;}
.app-sidebar-v1037 .app-brand-mark-v1037 img{width:50px;height:50px;}
.app-sidebar-v1037 .app-brand-v1037 strong{font-size:19px;}
.app-sidebar-v1037 .app-brand-v1037 small{font-size:11px;line-height:1.35;}
.app-sidebar-v1037 .app-nav-label-v1037{margin:18px 11px 7px;font-size:11px;}
.app-sidebar-v1037 .app-navigation-v1037{gap:6px;}
.app-sidebar-v1037 .app-navigation-v1037>a,
.app-sidebar-v1037 .app-nav-group-v1037>summary{
  min-height:50px;gap:12px;padding:9px 12px;font-size:14px;font-weight:780;
}
.app-sidebar-v1037 .app-navigation-v1037>a>span,
.app-sidebar-v1037 .app-nav-group-v1037>summary>span{
  width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,255,255,.2);background:#fff;
}
.app-sidebar-v1037 .app-navigation-v1037>a>span img,
.app-sidebar-v1037 .app-nav-group-v1037>summary>span img{width:18px;height:18px;}
.app-sidebar-v1037 .app-navigation-v1037>a.active>span{background:#f1cf59;border-color:#f1cf59;}
.app-sidebar-v1037 .app-nav-group-v1037>div{margin:4px 0 8px 28px;padding:3px 0 3px 18px;}
.app-sidebar-v1037 .app-nav-group-v1037>div>a{min-height:39px;padding:9px 11px;font-size:13px;}
.app-sidebar-v1037 .sidebar-account-v1037>summary{min-height:62px;}
.app-sidebar-v1037 .sidebar-account-v1037>summary strong{font-size:13px;}
.app-sidebar-v1037 .sidebar-account-v1037>summary small{font-size:11px;}
.sidebar-toggle-v1037{gap:7px;}
.sidebar-toggle-v1037 img{width:18px;height:18px;}

.auth-experience-v1039{
  min-height:calc(100vh - 70px);
  grid-template-columns:minmax(600px,1.25fr) minmax(440px,.75fr);
  background:#fff;
}
.auth-story-v1039{
  position:relative;isolation:isolate;min-height:calc(100vh - 70px);overflow:hidden;
  padding:42px clamp(34px,5vw,72px);
  background-image:linear-gradient(90deg,rgba(4,35,74,.96) 0%,rgba(4,35,74,.82) 35%,rgba(4,35,74,.18) 76%,rgba(4,35,74,.04) 100%),var(--auth-hero-image);
  background-position:center;background-size:cover;
}
.auth-story-v1039:after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:7px;background:#f1cf59;}
.auth-story-v1039 .auth-school-v1037{
  width:max-content;max-width:100%;padding:9px 13px 9px 9px;border:1px solid rgba(255,255,255,.3);
  border-radius:10px;background:rgba(4,35,74,.58);backdrop-filter:blur(8px);
}
.auth-story-v1039 .auth-school-v1037 span{width:50px;height:50px;border:2px solid #f1cf59;}
.auth-story-v1039 .auth-school-v1037 strong{font-size:16px;}
.auth-story-v1039 .auth-story-copy-v1037{width:min(500px,56%);margin:auto 0;text-shadow:0 2px 16px rgba(0,0,0,.22);}
.auth-story-v1039 .auth-kicker-v1037{color:#f1cf59;font-size:12px;}
.auth-story-v1039 h1{max-width:500px;margin:14px 0;font-size:clamp(38px,4vw,60px);line-height:1.02;letter-spacing:0;}
.auth-story-v1039 .auth-story-copy-v1037>p{max-width:470px;color:#e9f3ff;font-size:17px;line-height:1.55;}
.auth-school-slogan-v1039{
  display:flex;width:fit-content;align-items:center;gap:10px;margin-top:24px;padding:8px 12px;
  border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(4,35,74,.56);backdrop-filter:blur(7px);
}
.auth-school-slogan-v1039 img{width:38px;height:38px;object-fit:contain;background:#fff;border-radius:6px;}
.auth-school-slogan-v1039 span,.auth-school-slogan-v1039 strong,.auth-school-slogan-v1039 small{display:block;}
.auth-school-slogan-v1039 strong{color:#fff;font-size:13px;}
.auth-school-slogan-v1039 small{max-width:310px;margin-top:2px;color:#d6e8fb;font-size:10px;}
.auth-contact-list-v1039{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;}
.auth-contact-list-v1039 a{
  display:flex;min-width:150px;align-items:center;gap:9px;padding:9px 11px;border:1px solid rgba(255,255,255,.27);
  border-radius:8px;background:rgba(4,35,74,.72);color:#fff;text-decoration:none;backdrop-filter:blur(8px);
}
.auth-contact-list-v1039 a:hover{border-color:#f1cf59;background:rgba(4,35,74,.9);}
.auth-contact-list-v1039 img{width:18px;height:18px;filter:brightness(0) invert(1);}
.auth-contact-list-v1039 span,.auth-contact-list-v1039 small,.auth-contact-list-v1039 strong{display:block;min-width:0;}
.auth-contact-list-v1039 small{color:#bcd4ed;font-size:9px;text-transform:uppercase;}
.auth-contact-list-v1039 strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap;}
.auth-experience-v1039 .auth-panel-v1037{width:min(100%,570px);padding:48px clamp(28px,4vw,64px);}
.auth-panel-school-v1039{display:flex;align-items:center;gap:10px;margin-bottom:22px;}
.auth-panel-school-v1039 img{width:44px;height:44px;object-fit:contain;}
.auth-panel-school-v1039 span,.auth-panel-school-v1039 strong,.auth-panel-school-v1039 small{display:block;}
.auth-panel-school-v1039 strong{color:#0f2747;font-size:16px;}
.auth-panel-school-v1039 small{margin-top:2px;color:#64748b;font-size:11px;}
.auth-experience-v1039 .auth-profile-switcher-v1037{margin-bottom:30px;}
.auth-experience-v1039 .auth-profile-switcher-v1037 a{min-height:40px;font-size:12px;}
.auth-experience-v1039 .auth-form-heading-v1037 h2{font-size:32px;}
.auth-experience-v1039 .auth-form-heading-v1037 p{font-size:14px;}
.auth-mobile-contacts-v1039{display:none;}

.implantacao-login-preview-v1039{position:relative;overflow:hidden;margin:16px 0;border:1px solid #d6e1ef;border-radius:10px;background:#082f5b;}
.implantacao-login-preview-v1039 img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;}
.implantacao-login-preview-v1039>div{position:absolute;inset:auto 0 0;padding:18px;background:rgba(4,35,74,.88);}
.implantacao-login-preview-v1039 small,.implantacao-login-preview-v1039 strong,.implantacao-login-preview-v1039 p{display:block;color:#fff;}
.implantacao-login-preview-v1039 small{color:#f1cf59;text-transform:uppercase;}
.implantacao-login-preview-v1039 strong{margin-top:4px;font-size:18px;}
.implantacao-login-preview-v1039 p{margin:4px 0 0;font-size:12px;}

.sim-page-v1039,.published-page-v1039{display:grid;gap:16px;}
.sim-page-heading-v1039,.published-heading-v1039{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:6px 2px;
}
.sim-page-heading-v1039 h1,.published-heading-v1039 h1{margin:4px 0 6px;color:#0f2747;font-size:32px;}
.sim-page-heading-v1039 p,.published-heading-v1039 p{max-width:760px;margin:0;color:#64748b;font-size:14px;line-height:1.55;}
.sim-page-heading-v1039 .btn img{width:17px;height:17px;filter:brightness(0) invert(1);}
.sim-summary-v1039,.published-summary-v1039{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.published-summary-v1039{grid-template-columns:repeat(3,minmax(0,1fr));}
.sim-summary-v1039 article,.published-summary-v1039 article{
  padding:14px 16px;border:1px solid #dce5ef;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);
}
.sim-summary-v1039 small,.published-summary-v1039 small{display:block;color:#64748b;font-size:11px;}
.sim-summary-v1039 strong,.published-summary-v1039 strong{display:block;margin-top:5px;color:#0f4f92;font-size:24px;}
.sim-tabs-v1039{display:flex;gap:5px;padding:4px;border-bottom:1px solid #dce5ef;}
.sim-tabs-v1039 button{
  min-height:38px;border:0;border-bottom:3px solid transparent;background:transparent;color:#64748b;
  padding:8px 14px;font-size:13px;font-weight:800;cursor:pointer;
}
.sim-tabs-v1039 button.active{border-bottom-color:#175cd3;color:#174ea6;}
.sim-toolbar-v1039{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px;}
.sim-toolbar-v1039 label{
  display:flex;width:min(100%,420px);align-items:center;gap:8px;border:1px solid #cbd5e1;
  border-radius:8px;background:#fff;padding:0 11px;
}
.sim-toolbar-v1039 label:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12);}
.sim-toolbar-v1039 label img{width:17px;height:17px;opacity:.55;}
.sim-toolbar-v1039 input{border:0 !important;box-shadow:none !important;padding:9px 0 !important;}
.sim-toolbar-v1039 select{width:180px;}
.sim-application-list-v1039{display:grid;gap:9px;}
.sim-application-v1039{overflow:hidden;border:1px solid #d8e2ee;border-left:4px solid #175cd3;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.04);}
.sim-application-main-v1039{display:grid;grid-template-columns:44px minmax(0,1fr) 38px;gap:12px;align-items:center;padding:14px 15px;}
.sim-application-icon-v1039,.published-class-icon-v1039,.published-subject-icon-v1039{display:grid;place-items:center;border-radius:8px;background:#eaf2ff;}
.sim-application-icon-v1039{width:44px;height:44px;}
.sim-application-icon-v1039 img,.published-class-icon-v1039 img,.published-subject-icon-v1039 img{width:20px;height:20px;}
.sim-application-copy-v1039{min-width:0;}
.sim-application-title-v1039{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.sim-application-title-v1039 h2{margin:0;color:#0f2747;font-size:17px;}
.sim-application-title-v1039 p{margin:3px 0 0;color:#64748b;font-size:12px;}
.sim-application-meta-v1039{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px;}
.sim-application-meta-v1039 span{padding:5px 8px;border-radius:6px;background:#f3f6fa;color:#51647d;font-size:11px;}
.sim-application-meta-v1039 strong{color:#174ea6;}
.sim-expand-v1039{display:grid;width:36px;height:36px;place-items:center;border:1px solid #d3dfed;border-radius:50%;background:#fff;cursor:pointer;}
.sim-expand-v1039 img{width:18px;height:18px;transition:transform .18s ease;}
.sim-application-v1039.open .sim-expand-v1039 img{transform:rotate(180deg);}
.sim-application-details-v1039{display:grid;gap:14px;padding:14px 16px;border-top:1px solid #e5ebf2;background:#f8fafc;}
.sim-application-details-v1039[hidden]{display:none!important;}
.sim-application-details-v1039 h3{margin:0 0 8px;color:#334155;font-size:12px;}
.sim-class-chips-v1039{display:flex;gap:6px;flex-wrap:wrap;}
.sim-class-chips-v1039 span{padding:6px 9px;border:1px solid #cfe0fb;border-radius:999px;background:#fff;color:#174ea6;font-size:11px;font-weight:750;}
.sim-actions-v1039{display:flex;gap:7px;flex-wrap:wrap;}
.sim-actions-v1039 form,.published-subject-actions-v1039 form{display:inline-flex;margin:0;}
.sim-create-v1039{display:grid;gap:16px;}
.sim-create-v1039 select[multiple]{min-height:190px;}
.section-heading-v1039 h2{margin:0;color:#0f2747;font-size:23px;}
.section-heading-v1039 p{margin:5px 0 0;color:#64748b;}
.sim-structure-grid-v1039{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.sim-structure-grid-v1039 article{border:1px solid #dce5ef;border-radius:8px;background:#fff;padding:14px;}
.sim-structure-grid-v1039 header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;}
.sim-structure-grid-v1039 h3{margin:0;color:#0f2747;font-size:16px;}
.sim-structure-grid-v1039 header span{color:#175cd3;font-size:11px;font-weight:800;}
.sim-structure-grid-v1039 article>div{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #eef2f6;font-size:12px;}

.published-heading-actions-v1039{display:flex;gap:8px;}
.published-class-list-v1039{display:grid;gap:9px;}
.published-class-v1039{overflow:hidden;border:1px solid #d8e2ee;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.04);}
.published-class-v1039>summary{
  display:grid;grid-template-columns:42px minmax(0,1fr) auto 20px;gap:11px;align-items:center;
  min-height:70px;padding:12px 15px;cursor:pointer;list-style:none;
}
.published-class-v1039>summary::-webkit-details-marker{display:none;}
.published-class-icon-v1039{width:42px;height:42px;}
.published-class-name-v1039 strong,.published-class-name-v1039 small{display:block;}
.published-class-name-v1039 strong{color:#0f2747;font-size:16px;}
.published-class-name-v1039 small{margin-top:3px;color:#64748b;font-size:11px;}
.published-class-count-v1039{color:#175cd3;font-size:12px;font-weight:800;}
.published-class-chevron-v1039{width:18px;height:18px;transition:transform .18s ease;}
.published-class-v1039[open] .published-class-chevron-v1039{transform:rotate(180deg);}
.published-subject-list-v1039{display:grid;border-top:1px solid #e4eaf1;}
.published-subject-v1039{
  display:grid;grid-template-columns:minmax(220px,1.3fr) auto minmax(230px,.8fr) auto;
  gap:12px;align-items:center;padding:12px 15px;border-bottom:1px solid #eef2f6;
}
.published-subject-v1039:last-child{border-bottom:0;}
.published-subject-main-v1039{display:flex;min-width:0;align-items:center;gap:10px;}
.published-subject-icon-v1039{width:36px;height:36px;flex:0 0 36px;}
.published-subject-main-v1039 h2{margin:0;color:#0f2747;font-size:14px;}
.published-subject-main-v1039 p{margin:3px 0 0;color:#64748b;font-size:10px;}
.published-subject-stats-v1039{display:flex;gap:6px;flex-wrap:wrap;}
.published-subject-stats-v1039 span{padding:5px 7px;border-radius:6px;background:#f3f6fa;color:#64748b;font-size:10px;}
.published-subject-stats-v1039 strong{color:#174ea6;}
.published-subject-stats-v1039 .attention{background:#fff4e5;color:#9a5b00;}
.published-subject-actions-v1039{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap;}
.empty-state-v1039{text-align:center;}
.empty-state-v1039>img{width:34px;height:34px;opacity:.55;}
.empty-state-v1039 h2{margin:10px 0 4px;color:#0f2747;font-size:19px;}
.empty-state-v1039 p{margin:0;color:#64748b;}

@media(max-width:1180px){
  :root{--sidebar-width:286px;}
  .auth-experience-v1039{grid-template-columns:minmax(480px,1fr) minmax(400px,.8fr);}
  .auth-story-v1039 .auth-story-copy-v1037{width:64%;}
  .published-subject-v1039{grid-template-columns:minmax(220px,1fr) auto minmax(200px,.8fr);}
  .published-subject-actions-v1039{grid-column:1/-1;justify-content:flex-start;padding-left:46px;}
}
@media(max-width:900px){
  .auth-experience-v1039{grid-template-columns:1fr;}
  .auth-story-v1039{min-height:440px;padding:28px 24px;}
  .auth-story-v1039 .auth-story-copy-v1037{width:55%;margin:52px 0 32px;}
  .auth-story-v1039 h1{font-size:38px;}
  .auth-contact-list-v1039{display:none;}
  .auth-mobile-contacts-v1039{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:20px;}
  .auth-mobile-contacts-v1039 a{display:flex;align-items:center;gap:5px;color:#174ea6;font-size:11px;font-weight:750;text-decoration:none;}
  .auth-mobile-contacts-v1039 img{width:15px;height:15px;}
  .sim-summary-v1039{grid-template-columns:repeat(2,minmax(0,1fr));}
  .published-summary-v1039{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:720px){
  .sim-page-heading-v1039,.published-heading-v1039{align-items:flex-start;flex-direction:column;}
  .sim-page-heading-v1039 h1,.published-heading-v1039 h1{font-size:27px;}
  .sim-toolbar-v1039{align-items:stretch;flex-direction:column;}
  .sim-toolbar-v1039 label,.sim-toolbar-v1039 select{width:100%;}
  .sim-application-main-v1039{grid-template-columns:40px minmax(0,1fr) 36px;padding:12px;}
  .sim-application-title-v1039{align-items:flex-start;flex-direction:column;}
  .sim-application-meta-v1039 span{font-size:10px;}
  .sim-structure-grid-v1039{grid-template-columns:1fr;}
  .published-summary-v1039{grid-template-columns:1fr;}
  .published-class-v1039>summary{grid-template-columns:40px minmax(0,1fr) 18px;}
  .published-class-count-v1039{grid-column:2;grid-row:2;}
  .published-class-chevron-v1039{grid-column:3;grid-row:1/3;}
  .published-subject-v1039{grid-template-columns:1fr;gap:9px;}
  .published-subject-actions-v1039{grid-column:auto;justify-content:flex-start;padding-left:0;}
}
@media(max-width:520px){
  .auth-story-v1039{min-height:330px;background-position:62% center;}
  .auth-story-v1039 .auth-school-v1037{padding:6px 9px 6px 6px;}
  .auth-story-v1039 .auth-school-v1037 span{width:40px;height:40px;}
  .auth-story-v1039 .auth-school-v1037 strong{font-size:12px;}
  .auth-story-v1039 .auth-story-copy-v1037{width:66%;margin:38px 0 20px;}
  .auth-story-v1039 h1{font-size:29px;}
  .auth-story-v1039 .auth-story-copy-v1037>p{display:none;}
  .auth-school-slogan-v1039{display:none;}
  .auth-experience-v1039 .auth-panel-v1037{padding:24px 16px 38px;}
  .auth-panel-school-v1039{margin-bottom:16px;}
  .auth-experience-v1039 .auth-form-heading-v1037 h2{font-size:27px;}
  .sim-summary-v1039{grid-template-columns:1fr 1fr;}
  .sim-summary-v1039 strong{font-size:20px;}
  .sim-tabs-v1039{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;}
  .sim-tabs-v1039 button{min-width:0;padding-inline:4px;font-size:11px;white-space:normal;}
}

/* CEOB Avalia v10.40 - layout institucional unificado */
:root{
  --ceob-blue-950:#082247;
  --ceob-blue-900:#0b2f63;
  --ceob-blue-800:#123f7a;
  --ceob-blue-700:#1554b3;
  --ceob-blue-600:#1d66d6;
  --ceob-blue-50:#eef6ff;
  --ceob-slate-950:#07152b;
  --ceob-slate-700:#34425a;
  --ceob-slate-500:#64748b;
  --ceob-slate-100:#eef3f8;
  --ceob-slate-50:#f8fafc;
  --ceob-border:#dbe5f0;
  --ceob-card:#ffffff;
  --ceob-green:#14834a;
  --ceob-green-bg:#dcfce7;
  --ceob-red:#b42318;
  --ceob-red-bg:#fee2e2;
  --ceob-yellow:#a16207;
  --ceob-yellow-bg:#fef3c7;
  --ceob-shadow:0 16px 44px rgba(8,34,71,.10);
  --ceob-radius:16px;
}
html{background:var(--ceob-slate-50);}
body,
.app-body-v1037{
  background:
    radial-gradient(circle at top right, rgba(29,102,214,.10), transparent 30rem),
    linear-gradient(180deg,#f5f8fc 0%,#edf3f9 100%) !important;
  color:var(--ceob-slate-950);
  font-family:Inter,Arial,Roboto,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.container,.app-content-v1037{max-width:1280px;}
.card,
.login-card,
.question-card,
.info-box,
.official-header{
  background:var(--ceob-card)!important;
  border:1px solid var(--ceob-border)!important;
  border-radius:var(--ceob-radius)!important;
  box-shadow:0 1px 2px rgba(8,34,71,.04), var(--ceob-shadow)!important;
}
.card{padding:24px;}
h1,h2,h3,strong{letter-spacing:0;color:var(--ceob-slate-950);}
p,.muted,small{color:var(--ceob-slate-500);}
a{color:inherit;}
input,select,textarea{
  border:1px solid #c8d6e6!important;
  border-radius:10px!important;
  padding:11px 14px!important;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--ceob-blue-600)!important;
  box-shadow:0 0 0 3px rgba(29,102,214,.16)!important;
}
label span{font-weight:800;color:var(--ceob-slate-950);}
label small{font-weight:650;color:var(--ceob-slate-500);}
.btn,button.btn,
button:not(.sim-expand-v1039):not([data-password-toggle]):not(.sidebar-toggle-v1037):not(.sim-tab-v1039){
  border-radius:10px!important;
  font-weight:800!important;
  letter-spacing:0;
  gap:7px;
  box-shadow:none;
}
.btn.primary,
button.btn.primary,
button.primary{
  background:linear-gradient(180deg,var(--ceob-blue-600),var(--ceob-blue-700))!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
}
.btn.success,.btn.salvar{background:var(--ceob-green-bg)!important;color:var(--ceob-green)!important;}
.btn.danger,.btn.excluir{background:var(--ceob-red-bg)!important;color:var(--ceob-red)!important;}
.btn.warning,.btn.editar{background:var(--ceob-yellow-bg)!important;color:var(--ceob-yellow)!important;}
.btn:hover{transform:translateY(-1px);}
.badge{
  border:0!important;
  border-radius:999px!important;
  padding:5px 11px!important;
  font-size:12px!important;
  font-weight:850!important;
}
.badge.publicada,.badge.ok,.badge.ativo,.badge.finalizada,.badge.complete{background:var(--ceob-green-bg)!important;color:var(--ceob-green)!important;}
.badge.rascunho,.badge.alerta,.badge.pendente,.badge.em_andamento{background:var(--ceob-yellow-bg)!important;color:var(--ceob-yellow)!important;}
.badge.fechada,.badge.bloqueada,.badge.erro,.badge.inativo{background:var(--ceob-red-bg)!important;color:var(--ceob-red)!important;}
.table-wrap{
  border:1px solid var(--ceob-border);
  border-radius:14px;
  background:#fff;
  overflow:auto;
}
table{border-collapse:separate!important;border-spacing:0!important;width:100%;}
th{
  background:#f7faff!important;
  color:#55657c!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  border-bottom:1px solid var(--ceob-border)!important;
}
td{
  color:#25344b!important;
  border-bottom:1px solid #edf2f7!important;
}
tbody tr:hover{background:#f8fbff;}
.progress,.progress-track{height:8px!important;border-radius:999px!important;background:#edf3fa!important;overflow:hidden;}
.progress-bar{height:8px!important;border-radius:999px!important;background:linear-gradient(90deg,#60a5fa,#22c55e)!important;}

/* Shell e menu lateral */
.app-shell-v1037{background:transparent;}
.app-sidebar-v1037{
  width:302px;
  background:linear-gradient(180deg,var(--ceob-blue-950),var(--ceob-blue-900))!important;
  border-right:0!important;
  color:#eff6ff;
  box-shadow:14px 0 40px rgba(8,34,71,.18);
}
.app-brand-v1037{
  border-bottom:1px solid rgba(255,255,255,.15);
  padding-bottom:20px;
}
.app-brand-v1037 strong{color:#fff;font-size:22px;}
.app-brand-v1037 small{color:#d7e6ff;font-size:12px;line-height:1.35;}
.public-topbar-v1037 .app-brand-v1037 strong{color:var(--ceob-slate-950)!important;}
.public-topbar-v1037 .app-brand-v1037 small{color:var(--ceob-slate-500)!important;}
.app-brand-mark-v1037{
  width:58px;height:58px;
  border:2px solid #f7d23e;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.app-navigation-v1037{gap:8px;}
.app-nav-label-v1037{
  color:#f7d23e!important;
  font-size:12px!important;
  letter-spacing:.07em!important;
  margin-top:16px!important;
}
.app-navigation-v1037 a,
.app-nav-group-v1037 summary{
  min-height:48px;
  border-radius:12px!important;
  color:#edf5ff!important;
  font-size:16px!important;
  font-weight:850!important;
}
.app-navigation-v1037 a span,
.app-nav-group-v1037 summary span{
  width:38px!important;height:38px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.12);
}
.app-navigation-v1037 a span img,
.app-nav-group-v1037 summary span img{width:20px;height:20px;}
.app-navigation-v1037 a:hover,
.app-navigation-v1037 a.active,
.app-nav-group-v1037[open]>summary{
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
}
.app-nav-group-v1037 div{
  border-left:1px solid #f7d23e;
  margin-left:26px;
  padding-left:18px;
}
.app-nav-group-v1037 div a{
  min-height:34px;
  font-size:14px!important;
  color:#dce9fb!important;
}
.sidebar-account-v1037{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
}
.workspace-topbar-v1037{
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--ceob-border)!important;
}
.workspace-topbar-v1037 small{
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--ceob-blue-700);
  font-weight:850;
}
.workspace-topbar-v1037 strong{font-size:18px;}

/* Cabecalho institucional e dashboard */
.institutional-context-v1040{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:18px 20px;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#f9fbff)!important;
}
.institutional-context-copy-v1040 small{
  display:block;
  margin-bottom:3px;
  color:var(--ceob-blue-700);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.institutional-context-copy-v1040 strong{
  display:block;
  font-size:22px;
}
.institutional-context-copy-v1040 p{
  margin:3px 0;
  color:#36506f;
  font-weight:650;
}
.institutional-context-copy-v1040 span{
  display:block;
  color:var(--ceob-slate-500);
  font-size:13px;
}
.institutional-status-v1040{
  background:var(--ceob-blue-50)!important;
  color:var(--ceob-blue-700)!important;
  border:1px solid #cfe3ff!important;
}
.ceob-page-hero-v1040{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin:10px 0 20px;
}
.ceob-page-hero-v1040 h1{
  margin:6px 0 6px;
  font-size:clamp(30px,3vw,44px);
  line-height:1.04;
}
.ceob-page-hero-v1040 p{max-width:760px;margin:0;font-size:16px;}
.ceob-metric-grid-v1040{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:20px;
}
.ceob-metric-card-v1040{
  position:relative;
  min-height:154px;
  padding:20px;
  border:1px solid var(--ceob-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 1px 2px rgba(8,34,71,.04), 0 14px 32px rgba(8,34,71,.07);
}
.ceob-metric-card-v1040 img{
  width:38px;height:38px;
  padding:9px;
  border-radius:12px;
  background:var(--ceob-blue-50);
  border:1px solid #d5e8ff;
}
.ceob-metric-card-v1040 small{
  display:block;
  margin-top:14px;
  color:var(--ceob-slate-500);
  font-weight:800;
}
.ceob-metric-card-v1040 strong{
  display:block;
  margin-top:4px;
  color:var(--ceob-blue-700);
  font-size:34px;
  line-height:1;
}
.ceob-metric-card-v1040 p{margin:8px 0 0;font-size:13px;}
.ceob-metric-card-v1040.success img{background:var(--ceob-green-bg);border-color:#bbf7d0;}
.ceob-metric-card-v1040.warning img{background:var(--ceob-yellow-bg);border-color:#fde68a;}
.ceob-section-head-v1040{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:18px;
}
.ceob-section-head-v1040 h2{margin:4px 0 4px;font-size:24px;}
.ceob-section-head-v1040 p{margin:0;}
.ceob-table-card-v1040{padding:22px!important;}

/* Login institucional */
.app-public-v1037 .public-content-v1037{
  max-width:none;
  padding:0;
}
.ceob-auth-page-v1040{
  position:relative;
  min-height:calc(100vh - 96px);
  display:grid;
  place-items:center;
  padding:46px 20px;
  overflow:hidden;
}
.ceob-auth-bg-v1040{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(8,34,71,.94),rgba(8,34,71,.66) 44%,rgba(245,248,252,.88) 75%),
    var(--auth-hero-image) center/cover no-repeat;
  opacity:.12;
}
.ceob-auth-shell-v1040{
  position:relative;
  z-index:1;
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(360px,460px);
  gap:28px;
  align-items:stretch;
}
.ceob-auth-intro-v1040,
.ceob-login-card-v1040{
  background:rgba(255,255,255,.94);
  border:1px solid var(--ceob-border);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(8,34,71,.14);
}
.ceob-auth-intro-v1040{
  min-height:560px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    linear-gradient(180deg,rgba(8,34,71,.90),rgba(8,34,71,.78)),
    var(--auth-hero-image) center/cover no-repeat!important;
  color:#fff;
  overflow:hidden;
}
.ceob-auth-logo-v1040{
  width:68px;height:68px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff;
  border:2px solid #f7d23e;
  margin-bottom:24px;
}
.ceob-auth-logo-v1040 img{width:54px;height:54px;object-fit:contain;}
.ceob-auth-kicker-v1040{
  color:#f7d23e;
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ceob-auth-intro-v1040 h1{
  margin:10px 0 10px;
  color:#fff!important;
  font-size:clamp(42px,5vw,72px);
  line-height:.95;
}
.ceob-auth-intro-v1040 p{
  max-width:520px;
  color:#e6efff;
  font-size:19px;
  line-height:1.45;
}
.ceob-auth-school-v1040{
  margin-top:24px;
  padding:16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  background:rgba(255,255,255,.10);
}
.ceob-auth-school-v1040 strong{display:block;color:#fff;font-size:18px;}
.ceob-auth-school-v1040 span{display:block;margin-top:4px;color:#d7e6ff;}
.ceob-auth-tags-v1040{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;}
.ceob-auth-tags-v1040 span{
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  padding:8px 11px;
  color:#f8fbff;
  font-weight:800;
  font-size:12px;
}
.ceob-login-card-v1040{
  padding:28px;
  align-self:center;
}
.ceob-login-card-head-v1040{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.ceob-login-card-head-v1040 img{
  width:46px;height:46px;
  object-fit:contain;
  padding:6px;
  border:1px solid var(--ceob-border);
  border-radius:12px;
  background:#fff;
}
.ceob-login-card-head-v1040 strong{display:block;font-size:22px;}
.ceob-login-card-head-v1040 span{display:block;color:var(--ceob-slate-500);font-size:12px;}
.ceob-login-switcher-v1040{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px;
  padding:4px;
  margin-bottom:24px;
  background:#f0f5fb;
  border:1px solid var(--ceob-border);
  border-radius:14px;
}
.ceob-login-switcher-v1040 a{
  text-align:center;
  border-radius:10px;
  padding:10px 6px;
  color:#40516a;
  font-size:12px;
  font-weight:850;
}
.ceob-login-switcher-v1040 a.active{
  background:#fff;
  color:var(--ceob-blue-700);
  box-shadow:0 8px 20px rgba(8,34,71,.08);
}
.ceob-login-title-v1040 h2{
  margin:12px 0 8px;
  font-size:32px;
  line-height:1.05;
}
.ceob-login-title-v1040 p{margin:0 0 20px;line-height:1.5;}
.ceob-login-form-v1040{gap:16px;}
.ceob-login-submit-v1040{width:100%;min-height:48px;font-size:15px;}
.ceob-login-help-v1040{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #edf2f7;
  font-size:13px;
}
.ceob-login-help-v1040 a{color:var(--ceob-blue-700);font-weight:850;}
.ceob-login-help-v1040 span{color:var(--ceob-slate-500);text-align:right;}
.ceob-login-contacts-v1040{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.ceob-login-contacts-v1040 a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border:1px solid var(--ceob-border);
  border-radius:999px;
  background:#f8fbff;
  color:#36506f;
  font-size:12px;
  font-weight:800;
}
.ceob-login-contacts-v1040 img{width:15px;height:15px;}
.ceob-login-footer-v1040{
  margin-top:24px;
  color:#7b8ba3;
  text-align:center;
  font-size:12px;
}

@media(max-width:1100px){
  .ceob-auth-shell-v1040{grid-template-columns:1fr;}
  .ceob-auth-intro-v1040{min-height:auto;padding:28px;}
  .ceob-auth-intro-v1040 h1{font-size:44px;}
}
@media(max-width:900px){
  .ceob-metric-grid-v1040{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ceob-page-hero-v1040,.ceob-section-head-v1040{align-items:flex-start;flex-direction:column;}
}
@media(max-width:760px){
  .app-sidebar-v1037{width:min(326px,88vw);}
  .workspace-topbar-v1037{min-height:64px;}
  .institutional-context-v1040{grid-template-columns:auto minmax(0,1fr);}
  .institutional-status-v1040{display:none!important;}
  .ceob-auth-page-v1040{padding:22px 12px;}
  .ceob-auth-intro-v1040{display:none;}
  .ceob-login-card-v1040{padding:22px 16px;border-radius:20px;}
  .ceob-login-switcher-v1040{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ceob-login-title-v1040 h2{font-size:28px;}
  .ceob-login-help-v1040{align-items:flex-start;flex-direction:column;}
  .ceob-login-help-v1040 span{text-align:left;}
}
@media(max-width:560px){
  .ceob-metric-grid-v1040{grid-template-columns:1fr;}
  .ceob-page-hero-v1040 h1{font-size:30px;}
  .ceob-section-head-v1040 .admin-filter-row-v1035,
  .admin-filter-row-v1035{width:100%;display:grid;grid-template-columns:1fr;}
  .ceob-login-contacts-v1040{justify-content:center;}
}

/* CEOB Avalia v10.41 - padrao visual administrativo unico */
:root{
  --ceob-admin-bg:#eef2f7;
  --ceob-admin-panel:#ffffff;
  --ceob-admin-border:#d7e0ea;
  --ceob-admin-muted:#5f6f86;
  --ceob-admin-text:#0f1f3d;
  --ceob-admin-blue:#1d5fbf;
  --ceob-admin-blue-dark:#164f9f;
  --ceob-admin-blue-soft:#eef6ff;
  --ceob-admin-red:#b42318;
  --ceob-admin-red-soft:#fee2e2;
  --ceob-admin-green:#14834a;
  --ceob-admin-green-soft:#dcfce7;
  --ceob-admin-yellow:#a16207;
  --ceob-admin-yellow-soft:#fef3c7;
  --ceob-admin-radius:14px;
  --ceob-admin-shadow:0 10px 28px rgba(15,31,61,.07);
}
body,
body.app-body-v1037{
  background:var(--ceob-admin-bg)!important;
  color:var(--ceob-admin-text)!important;
  font-family:Arial,Inter,Roboto,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
.app-content-v1037,
.container{
  max-width:1220px!important;
}
.app-content-v1037{
  padding:22px 20px 46px!important;
}
.ceob-main-container,
.app-content-v1037 > .card,
.app-content-v1037 > .page-header-saas,
.app-content-v1037 > .institutional-context-v1037,
.app-content-v1037 > .ceob-page-hero-v1040,
.app-content-v1037 > .consulta-sim-page,
.app-content-v1037 > .published-page-v1039,
.app-content-v1037 > .sim-page-heading-v1039,
.app-content-v1037 > .published-heading-v1039,
.app-content-v1037 > section:not(.ceob-metric-grid-v1040):not(.student-assessments-grid-v1035):not(.ceob-card-grid-v1040):not(.published-class-list-v1039):not(.sim-applications-v1039){
  background:var(--ceob-admin-panel)!important;
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:var(--ceob-admin-radius)!important;
  box-shadow:var(--ceob-admin-shadow)!important;
  padding:20px!important;
  margin-bottom:18px!important;
}
.ceob-page-title,
.ceob-page-hero-v1040,
.page-header-saas,
.sim-page-heading-v1039,
.published-heading-v1039,
.admin-home-heading-v1035,
.student-home-heading-v1035{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
}
.ceob-page-title h1,
.ceob-page-hero-v1040 h1,
.page-header-saas h1,
.sim-page-heading-v1039 h1,
.published-heading-v1039 h1,
.admin-home-heading-v1035 h1,
.student-home-heading-v1035 h1{
  margin:4px 0 6px!important;
  color:var(--ceob-admin-text)!important;
  font-size:28px!important;
  line-height:1.15!important;
  font-weight:800!important;
}
.ceob-page-title p,
.ceob-page-hero-v1040 p,
.page-header-saas p,
.sim-page-heading-v1039 p,
.published-heading-v1039 p,
.admin-home-heading-v1035 p,
.student-home-heading-v1035 p{
  margin:0!important;
  color:var(--ceob-admin-muted)!important;
}
.ceob-filter-bar,
.consulta-sim-topbar,
.sim-toolbar-v1039,
.admin-filter-row-v1035,
.diagnostico-filtros,
.filters,
.filter-row{
  display:flex!important;
  align-items:end!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:0 0 16px!important;
}
.consulta-sim-field,
.ceob-filter-field{
  display:grid!important;
  gap:6px!important;
}
.consulta-sim-field label,
.ceob-filter-field label{
  color:var(--ceob-admin-text)!important;
  font-size:13px!important;
  font-weight:700!important;
}
input,
select,
textarea,
.consulta-sim-field select,
.consulta-sim-search input,
.consulta-sim-create-grid input{
  min-height:38px!important;
  border:1px solid #c8d3df!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--ceob-admin-text)!important;
  font-family:Arial,Inter,Roboto,system-ui,sans-serif!important;
  font-size:14px!important;
  box-shadow:none!important;
}
input:focus,
select:focus,
textarea:focus{
  border-color:var(--ceob-admin-blue)!important;
  box-shadow:0 0 0 3px rgba(29,95,191,.14)!important;
}
.btn,
button.btn,
.consulta-sim-add-btn,
.consulta-sim-filter-btn,
.consulta-sim-search button,
.hero-btn-v1015,
.vinculos-open-btn{
  min-height:38px!important;
  border:1px solid var(--ceob-admin-blue)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--ceob-admin-blue)!important;
  padding:9px 13px!important;
  font-family:Arial,Inter,Roboto,system-ui,sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  cursor:pointer!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.btn.primary,
button.btn.primary,
.consulta-sim-add-btn,
.consulta-sim-filter-btn,
.consulta-sim-search button,
button[type="submit"].primary{
  background:var(--ceob-admin-blue)!important;
  border-color:var(--ceob-admin-blue)!important;
  color:#fff!important;
}
.btn.primary:hover,
button.btn.primary:hover,
.consulta-sim-add-btn:hover,
.consulta-sim-filter-btn:hover,
.consulta-sim-search button:hover{
  background:var(--ceob-admin-blue-dark)!important;
}
.btn.danger,
button.btn.danger,
.btn.excluir,
button.excluir,
form[action*="excluir"] button,
form[action*="bloquear"] button{
  background:var(--ceob-admin-red-soft)!important;
  border-color:#fecaca!important;
  color:var(--ceob-admin-red)!important;
}
.btn.small,
button.btn.small{
  min-height:32px!important;
  padding:7px 10px!important;
  font-size:12px!important;
}
.table-wrap,
.professores-table-wrap,
.ceob-table-wrap{
  overflow:auto!important;
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:12px!important;
  background:#fff!important;
}
table,
.table,
.consulta-sim-table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
}
thead th,
table th,
.consulta-sim-table th{
  background:#f3f6fa!important;
  color:#47566b!important;
  border-bottom:1px solid var(--ceob-admin-border)!important;
  padding:12px 14px!important;
  text-align:left!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  font-size:12px!important;
  font-weight:800!important;
}
tbody td,
table td,
.consulta-sim-table td{
  border-bottom:1px solid #edf1f6!important;
  color:#25344b!important;
  padding:13px 14px!important;
  vertical-align:middle!important;
}
tbody tr:hover{background:#f8fbff!important;}
.badge,
.status-badge,
.pill,
.consulta-sim-status{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.badge.publicada,
.badge.ativo,
.badge.ok,
.badge.finalizada,
.consulta-sim-status.publicada{
  background:var(--ceob-admin-green-soft)!important;
  color:var(--ceob-admin-green)!important;
}
.badge.rascunho,
.badge.pendente,
.badge.alerta,
.badge.em_andamento,
.consulta-sim-status.rascunho{
  background:var(--ceob-admin-yellow-soft)!important;
  color:var(--ceob-admin-yellow)!important;
}
.badge.fechada,
.badge.bloqueada,
.badge.inativo,
.badge.erro,
.consulta-sim-status.fechada{
  background:var(--ceob-admin-red-soft)!important;
  color:var(--ceob-admin-red)!important;
}
.flash,
.notice,
.hint,
.ceob-info-message{
  border:1px solid #bfdbfe!important;
  border-radius:12px!important;
  background:var(--ceob-admin-blue-soft)!important;
  color:#25476d!important;
  padding:12px 14px!important;
}
.flash.sucesso{background:var(--ceob-admin-green-soft)!important;color:var(--ceob-admin-green)!important;border-color:#bbf7d0!important;}
.flash.erro{background:var(--ceob-admin-red-soft)!important;color:var(--ceob-admin-red)!important;border-color:#fecaca!important;}
.ceob-metric-card-v1040,
.admin-home-metrics-v1035 article,
.student-home-metrics-v1035 article,
.sim-summary-v1039 article,
.published-summary-v1039 article{
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
}

/* Login padrao centralizado */
.app-public-v1037,
.app-public-v1037 .public-content-v1037{
  background:var(--ceob-admin-bg)!important;
}
.public-topbar-v1037{
  background:#fff!important;
  border-bottom:1px solid var(--ceob-admin-border)!important;
}
.ceob-auth-page-v1040{
  min-height:calc(100vh - 96px)!important;
  display:grid!important;
  place-items:center!important;
  padding:32px 16px!important;
  background:var(--ceob-admin-bg)!important;
}
.ceob-auth-bg-v1040,
.ceob-auth-intro-v1040{
  display:none!important;
}
.ceob-auth-shell-v1040{
  width:min(470px,100%)!important;
  display:block!important;
}
.ceob-login-card-v1040{
  width:100%!important;
  margin:0 auto!important;
  background:#fff!important;
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:16px!important;
  box-shadow:0 18px 44px rgba(15,31,61,.10)!important;
  padding:28px!important;
}
.ceob-login-card-head-v1040{
  justify-content:center!important;
  text-align:left!important;
}
.ceob-login-title-v1040{
  text-align:left!important;
}
.ceob-login-title-v1040 h2{
  color:var(--ceob-admin-text)!important;
  font-size:27px!important;
  margin:12px 0 8px!important;
}
.ceob-login-title-v1040 p{
  color:var(--ceob-admin-muted)!important;
}
.ceob-login-switcher-v1040{
  background:#f3f6fa!important;
  border:1px solid var(--ceob-admin-border)!important;
}
.ceob-login-switcher-v1040 a.active{
  color:var(--ceob-admin-blue)!important;
  border:1px solid #bfdbfe!important;
}
.ceob-login-submit-v1040{
  background:var(--ceob-admin-blue)!important;
  color:#fff!important;
  border-color:var(--ceob-admin-blue)!important;
}
.ceob-login-help-v1040 a,
.ceob-login-contacts-v1040 a{
  color:var(--ceob-admin-blue)!important;
}

@media(max-width:900px){
  .ceob-page-title,
  .ceob-page-hero-v1040,
  .page-header-saas,
  .sim-page-heading-v1039,
  .published-heading-v1039,
  .admin-home-heading-v1035,
  .student-home-heading-v1035{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .ceob-filter-bar,
  .consulta-sim-topbar,
  .sim-toolbar-v1039,
  .admin-filter-row-v1035,
  .diagnostico-filtros,
  .filters,
  .filter-row{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}
@media(max-width:560px){
  .app-content-v1037{padding:14px 10px 36px!important;}
  .ceob-login-card-v1040{padding:22px 16px!important;}
  .ceob-login-switcher-v1040{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .ceob-page-title h1,
  .ceob-page-hero-v1040 h1,
  .page-header-saas h1,
  .sim-page-heading-v1039 h1,
  .published-heading-v1039 h1{
    font-size:25px!important;
  }
}

/* CEOB Avalia v10.42 - padrao Consulta de Simulados em todos os perfis */
body.app-authenticated-v1037 .app-workspace-v1037{
  background:var(--ceob-admin-bg)!important;
}

body.app-public-v1037 .public-content-v1037.container,
body.app-public-v1037 .public-content-v1037{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:var(--ceob-admin-bg)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040{
  width:100%!important;
  min-height:calc(100vh - 74px)!important;
  box-sizing:border-box!important;
}

body.app-public-v1037 .ceob-auth-shell-v1040{
  margin:0 auto!important;
}

body.app-authenticated-v1037 .app-content-v1037{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
}

body.app-authenticated-v1037 .app-content-v1037 > main,
body.app-authenticated-v1037 .app-content-v1037 > section.card,
body.app-authenticated-v1037 .app-content-v1037 > section:not(.ceob-metric-grid-v1040):not(.student-assessments-grid-v1035):not(.ceob-card-grid-v1040):not(.professor-simulado-grid):not(.published-class-list-v1039):not(.sim-applications-v1039){
  background:#fff!important;
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:18px!important;
  margin-bottom:18px!important;
  overflow:hidden!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-page{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  padding:20px!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-title{
  margin:0 0 18px!important;
  color:#0f1f3d!important;
  font-size:22px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-topbar{
  display:grid!important;
  grid-template-columns:minmax(190px,1fr) minmax(170px,.78fr) minmax(220px,1.1fr) 44px max-content!important;
  align-items:end!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  box-sizing:border-box!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-field,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-wrap{
  min-width:0!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-field select,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search input{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search{
  display:flex!important;
  align-items:end!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search input{
  flex:1 1 auto!important;
  border-radius:8px 0 0 8px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search button,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-filter-btn{
  width:44px!important;
  min-width:44px!important;
  height:40px!important;
  border-radius:8px!important;
  background:var(--ceob-admin-blue)!important;
  border-color:var(--ceob-admin-blue)!important;
  color:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search button{
  border-radius:0 8px 8px 0!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-wrap{
  display:flex!important;
  justify-content:flex-end!important;
  width:auto!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-btn{
  min-width:126px!important;
  width:auto!important;
  max-width:100%!important;
  height:40px!important;
  white-space:nowrap!important;
  border-radius:8px!important;
  background:var(--ceob-admin-blue)!important;
  border-color:var(--ceob-admin-blue)!important;
  color:#fff!important;
  padding:0 15px!important;
  box-sizing:border-box!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-alert{
  border:1px solid #2f7db6!important;
  border-radius:3px!important;
  background:#4389b3!important;
  color:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-create,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel{
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel-head{
  background:#fafafa!important;
  border-bottom:1px solid var(--ceob-admin-border)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table-wrap{
  width:100%!important;
  max-width:100%!important;
  overflow:auto!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table{
  min-width:960px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-summary,
body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-card,
body.app-authenticated-v1037 .app-content-v1037 .student-assessment-card-v1035,
body.app-authenticated-v1037 .app-content-v1037 .published-class-v1039,
body.app-authenticated-v1037 .app-content-v1037 .published-subject-v1039,
body.app-authenticated-v1037 .app-content-v1037 .ceob-metric-card-v1040{
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-grid,
body.app-authenticated-v1037 .app-content-v1037 .student-assessments-grid-v1035,
body.app-authenticated-v1037 .app-content-v1037 .published-class-list-v1039{
  display:grid!important;
  gap:14px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-card{
  padding:16px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-card header,
body.app-authenticated-v1037 .app-content-v1037 .student-assessment-card-v1035 header,
body.app-authenticated-v1037 .app-content-v1037 .published-subject-v1039{
  gap:12px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-actions,
body.app-authenticated-v1037 .app-content-v1037 .published-subject-actions-v1039,
body.app-authenticated-v1037 .app-content-v1037 .page-toolbar-saas,
body.app-authenticated-v1037 .app-content-v1037 .form-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .hero,
body.app-authenticated-v1037 .app-content-v1037 .professor-hero,
body.app-authenticated-v1037 .app-content-v1037 .ceob-page-hero-v1040,
body.app-authenticated-v1037 .app-content-v1037 .student-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .admin-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .published-heading-v1039,
body.app-authenticated-v1037 .app-content-v1037 .sim-page-heading-v1039{
  background:#fff!important;
  border:1px solid var(--ceob-admin-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:18px!important;
  color:var(--ceob-admin-text)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .hero h1,
body.app-authenticated-v1037 .app-content-v1037 .professor-hero h1,
body.app-authenticated-v1037 .app-content-v1037 h1{
  color:var(--ceob-admin-text)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .hero p,
body.app-authenticated-v1037 .app-content-v1037 .professor-hero p,
body.app-authenticated-v1037 .app-content-v1037 p.muted,
body.app-authenticated-v1037 .app-content-v1037 .muted{
  color:var(--ceob-admin-muted)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .professores-table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table-wrap{
  border-radius:0!important;
  box-shadow:none!important;
}

@media(max-width:1180px){
  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-topbar{
    grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) 44px max-content!important;
  }

  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search{
    grid-column:1 / 3!important;
  }
}

@media(max-width:760px){
  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-page{
    padding:14px!important;
  }

  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-topbar{
    grid-template-columns:1fr!important;
  }

  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search{
    grid-column:auto!important;
  }

  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-wrap,
  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-btn,
  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-filter-btn{
    width:100%!important;
  }

  body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search button{
    width:48px!important;
    min-width:48px!important;
  }
}

/* CEOB Avalia v10.43 - padrao institucional coordenador/estudante/perfil */
:root{
  --ceob-official-blue:#0b8fd3;
  --ceob-official-blue-dark:#003b8f;
  --ceob-panel:#ffffff;
  --ceob-table-head:#f3f6fa;
  --ceob-info:#4389b3;
}

body.app-public-v1037 .public-topbar-v1037{
  position:absolute!important;
  inset:0 0 auto 0!important;
  z-index:5!important;
  border:0!important;
  background:rgba(255,255,255,.94)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040{
  position:relative!important;
  min-height:100vh!important;
  display:grid!important;
  align-items:center!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.18) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 76%, rgba(255,255,255,.14) 0 2px, transparent 3px),
    linear-gradient(135deg, #0798d7 0%, #0b8fd3 44%, #006fac 100%)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  opacity:.22!important;
  background-image:
    linear-gradient(30deg, transparent 0 44%, rgba(255,255,255,.24) 45% 46%, transparent 47% 100%),
    linear-gradient(150deg, transparent 0 45%, rgba(255,255,255,.18) 46% 47%, transparent 48% 100%),
    radial-gradient(circle at 18px 18px, rgba(255,255,255,.24) 0 2px, transparent 3px);
  background-size:92px 92px, 118px 118px, 54px 54px!important;
  pointer-events:none!important;
}

body.app-public-v1037 .ceob-auth-bg-v1040{
  display:block!important;
  position:absolute!important;
  inset:auto 52% 0 0!important;
  min-height:74vh!important;
  background-image:var(--auth-hero-image)!important;
  background-repeat:no-repeat!important;
  background-position:left bottom!important;
  background-size:contain!important;
  z-index:1!important;
  pointer-events:none!important;
}

body.app-public-v1037 .ceob-auth-shell-v1040{
  position:relative!important;
  z-index:2!important;
  width:min(1280px, calc(100vw - 80px))!important;
  min-height:calc(100vh - 120px)!important;
  display:grid!important;
  grid-template-columns:minmax(360px, 1fr) minmax(430px, 520px)!important;
  align-items:center!important;
  gap:44px!important;
  padding-top:74px!important;
}

body.app-public-v1037 .ceob-auth-intro-v1040{
  max-width:560px!important;
  padding:30px 0 30px 28px!important;
  color:#fff!important;
  text-shadow:0 2px 12px rgba(0,47,108,.24)!important;
}

body.app-public-v1037 .ceob-auth-intro-v1040 h1{
  margin:8px 0 8px!important;
  color:#fff!important;
  font-size:56px!important;
  line-height:1.02!important;
}

body.app-public-v1037 .ceob-auth-intro-v1040 p,
body.app-public-v1037 .ceob-auth-school-v1040 span{
  color:rgba(255,255,255,.92)!important;
}

body.app-public-v1037 .ceob-auth-logo-v1040{
  width:58px!important;
  height:58px!important;
  display:grid!important;
  place-items:center!important;
  border:2px solid #facc15!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(0,47,108,.22)!important;
}

body.app-public-v1037 .ceob-auth-logo-v1040 img{width:44px!important;height:44px!important;object-fit:contain!important;}
body.app-public-v1037 .ceob-auth-kicker-v1040{
  display:block!important;
  margin-top:24px!important;
  color:#facc15!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body.app-public-v1037 .ceob-auth-tags-v1040 span{
  border-color:rgba(255,255,255,.34)!important;
  background:rgba(0,59,143,.18)!important;
  color:#fff!important;
}

body.app-public-v1037 .ceob-login-card-v1040{
  width:100%!important;
  max-width:520px!important;
  border:1px solid rgba(0,59,143,.18)!important;
  border-radius:16px!important;
  background:#f2f6fb!important;
  box-shadow:0 24px 60px rgba(0,47,108,.28)!important;
}

body.app-public-v1037 .ceob-login-switcher-v1040{
  padding:4px!important;
  border:1px solid #c9d8ec!important;
  border-radius:10px!important;
  background:#eaf1f9!important;
}

body.app-public-v1037 .ceob-login-switcher-v1040 a{
  border-radius:8px!important;
  color:#334766!important;
  font-weight:900!important;
}

body.app-public-v1037 .ceob-login-switcher-v1040 a.active{
  border:1px solid #95c1f5!important;
  background:#fff!important;
  color:#0b58c2!important;
  box-shadow:0 8px 20px rgba(31,102,209,.12)!important;
}

body.app-public-v1037 .ceob-login-submit-v1040{
  background:#1f66d1!important;
  border-color:#1f66d1!important;
  color:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037{
  max-width:1500px!important;
}

.ceob-consulta-page,
.ceob-profile-page{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  background:#fff;
  border:1px solid var(--ceob-admin-border, #d7e0ea);
  padding:20px;
}

.ceob-page-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
}

.ceob-page-title-main{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.ceob-title-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#0f1f3d;
  font-size:16px;
}

.ceob-page-title h1{
  margin:0;
  color:#0f1f3d;
  font-size:22px;
  line-height:1.2;
}

.ceob-filterbar{
  display:grid;
  grid-template-columns:repeat(2, minmax(180px, 1fr)) minmax(260px, 1.25fr) 44px max-content;
  gap:12px;
  align-items:end;
  margin:0 0 14px;
}

.ceob-filterbar label{
  display:grid;
  gap:6px;
  color:#0f1f3d;
  font-size:12px;
  font-weight:800;
}

.ceob-search-control{
  display:flex;
  min-width:0;
}

.ceob-search-control input{
  flex:1 1 auto;
  border-radius:8px 0 0 8px!important;
}

.ceob-search-control button{
  width:44px!important;
  min-width:44px!important;
  border-radius:0 8px 8px 0!important;
}

.ceob-info-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 18px;
  padding:10px 12px;
  border:1px solid #2f7db6;
  border-radius:3px;
  background:var(--ceob-info);
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.ceob-info-band button{
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:18px;
  font-weight:900;
}

.ceob-table-panel{
  border:1px solid var(--ceob-admin-border, #d7e0ea);
  background:#fff;
}

.ceob-table-panel>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-bottom:1px solid var(--ceob-admin-border, #d7e0ea);
  background:#fafafa;
}

.ceob-table-panel h2{margin:0;color:#0f1f3d;font-size:20px;}
.ceob-table-panel p{margin:4px 0 0;color:#52637a;font-size:12px;}

.ceob-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}

.ceob-table th{
  padding:11px 10px;
  border-bottom:1px solid var(--ceob-admin-border, #d7e0ea);
  background:#f3f6fa;
  color:#42526b;
  font-size:12px;
  font-weight:900;
  text-align:left;
  text-transform:uppercase;
}

.ceob-table td{
  padding:11px 10px;
  border-bottom:1px solid #e7edf5;
  color:#0f1f3d;
  vertical-align:middle;
}

.ceob-table tr:hover td{background:#f8fbff;}

.ceob-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 14px;
  border-top:1px solid #e7edf5;
  color:#64748b;
  font-size:12px;
}

.ceob-profile-grid{
  display:grid;
  grid-template-columns:minmax(260px, .8fr) minmax(360px, 1.2fr);
  gap:18px;
  align-items:start;
}

.ceob-profile-card{
  border:1px solid var(--ceob-admin-border, #d7e0ea);
  background:#fff;
  padding:20px;
}

.ceob-profile-identity{
  display:grid;
  justify-items:center;
  gap:10px;
  text-align:center;
}

.ceob-profile-identity .user-avatar-v1037{
  width:86px;
  height:86px;
}

.ceob-profile-identity .user-avatar-fallback-v1037{
  font-size:30px;
}

.ceob-profile-identity h2{
  margin:4px 0 0;
  color:#0f1f3d;
  font-size:20px;
  line-height:1.15;
}

.ceob-profile-fields{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.ceob-profile-fields label,
.ceob-password-panel label{
  display:grid;
  gap:6px;
  color:#0f1f3d;
  font-size:12px;
  font-weight:800;
}

.ceob-profile-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.ceob-password-panel{
  display:grid;
  gap:12px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e7edf5;
}

body.app-authenticated-v1037.profile-aluno .workspace-topbar-v1037,
body.app-authenticated-v1037.profile-coordenador .workspace-topbar-v1037{
  background:#fff!important;
}

body.app-authenticated-v1037.profile-aluno .app-navigation-v1037>a.active,
body.app-authenticated-v1037.profile-coordenador .app-navigation-v1037>a.active{
  background:#eef5ff!important;
  border-color:#bfd7ff!important;
}

body.app-authenticated-v1037.profile-aluno .student-home-heading-v1035,
body.app-authenticated-v1037.profile-aluno .result-dashboard-v1034,
body.app-authenticated-v1037.profile-coordenador .reports-heading-v1034{
  border-radius:0!important;
}

@media(max-width:980px){
  body.app-public-v1037 .ceob-auth-bg-v1040{opacity:.16!important;inset:auto 0 0 0!important;}
  body.app-public-v1037 .ceob-auth-shell-v1040{
    width:min(620px, calc(100vw - 28px))!important;
    min-height:100vh!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:100px 0 28px!important;
  }
  body.app-public-v1037 .ceob-auth-intro-v1040{
    max-width:none!important;
    padding:0!important;
    text-align:left!important;
  }
  body.app-public-v1037 .ceob-auth-intro-v1040 h1{font-size:38px!important;}
  .ceob-filterbar{grid-template-columns:1fr 1fr;}
  .ceob-search-control{grid-column:1 / -1;}
  .ceob-profile-grid{grid-template-columns:1fr;}
}

@media(max-width:640px){
  body.app-public-v1037 .public-topbar-v1037>span{display:none!important;}
  body.app-public-v1037 .ceob-auth-intro-v1040{display:none!important;}
  body.app-public-v1037 .ceob-login-card-v1040{max-width:none!important;}
  .ceob-consulta-page,
  .ceob-profile-page{padding:14px;}
  .ceob-page-title,
  .ceob-table-panel>header,
  .ceob-pagination{
    align-items:flex-start;
    flex-direction:column;
  }
  .ceob-filterbar{grid-template-columns:1fr;}
  .ceob-search-control{grid-column:auto;}
  .ceob-profile-fields{grid-template-columns:1fr;}
}

/* CEOB Avalia v10.44 - acabamento coordenador/estudante */
.student-provas-page-v1043 .student-home-heading-v1035{
  margin:0 0 16px!important;
}

.student-provas-page-v1043 .student-home-metrics-v1035{
  margin-bottom:18px!important;
}

.student-provas-page-v1043 .student-assessments-grid-v1035{
  margin-bottom:0!important;
}

.reports-page-v1043 .reports-heading-v1034{
  margin:0 0 16px!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.reports-page-v1043 .reports-tools-grid-v1034{
  margin:0 0 16px!important;
}

.reports-page-v1043 .live-area-card,
.reports-page-v1043 .relatorios-area-card-v1019{
  border-radius:0!important;
}

.ceob-password-required-v1043{
  max-width:780px;
}

.ceob-password-required-v1043 .ceob-password-panel{
  margin-top:0;
  padding-top:0;
  border-top:0;
}

.ceob-table .actions-cell{
  white-space:nowrap;
}

@media(max-width:760px){
  .ceob-table .actions-cell{
    white-space:normal;
  }

  .student-provas-page-v1043{
    border-left:0;
    border-right:0;
  }
}

/* CEOB Avalia v10.45 - revisao visual geral 2026-06-22 */
:root{
  --ceob-shell-width:302px;
  --ceob-radius-soft:8px;
  --ceob-shadow-soft:0 1px 2px rgba(15,31,61,.04);
}

@media(min-width:901px){
  body.app-authenticated-v1037 .app-sidebar-v1037{
    display:flex!important;
    width:var(--ceob-shell-width)!important;
    transform:none!important;
    visibility:visible!important;
    opacity:1!important;
  }

  body.app-authenticated-v1037 .app-workspace-v1037{
    margin-left:var(--ceob-shell-width)!important;
  }

  body.app-authenticated-v1037 .sidebar-toggle-v1037{
    display:none!important;
  }
}

body.app-authenticated-v1037 .workspace-topbar-v1037{
  min-height:58px!important;
  background:#fff!important;
  border-bottom:1px solid #d7e0ea!important;
}

body.app-authenticated-v1037 .app-content-v1037{
  width:100%!important;
  max-width:1500px!important;
  padding:28px clamp(22px,2.6vw,44px) 58px!important;
}

body.app-authenticated-v1037 .app-content-v1037 > main,
body.app-authenticated-v1037 .app-content-v1037 > section.card,
body.app-authenticated-v1037 .app-content-v1037 > section:not(.ceob-metric-grid-v1040):not(.student-assessments-grid-v1035):not(.ceob-card-grid-v1040):not(.professor-simulado-grid):not(.published-class-list-v1039):not(.sim-applications-v1039){
  border-radius:var(--ceob-radius-soft)!important;
  box-shadow:var(--ceob-shadow-soft)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-page,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-create,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel-head,
body.app-authenticated-v1037 .app-content-v1037 .hero,
body.app-authenticated-v1037 .app-content-v1037 .professor-hero,
body.app-authenticated-v1037 .app-content-v1037 .ceob-page-hero-v1040,
body.app-authenticated-v1037 .app-content-v1037 .student-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .admin-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .published-heading-v1039,
body.app-authenticated-v1037 .app-content-v1037 .sim-page-heading-v1039,
body.app-authenticated-v1037 .app-content-v1037 .reports-heading-v1034,
body.app-authenticated-v1037 .app-content-v1037 .live-area-card,
body.app-authenticated-v1037 .app-content-v1037 .relatorios-area-card-v1019,
body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
body.app-authenticated-v1037 .app-content-v1037 .backup-hero,
body.app-authenticated-v1037 .app-content-v1037 .backup-card,
body.app-authenticated-v1037 .app-content-v1037 .backup-account-card,
body.app-authenticated-v1037 .app-content-v1037 .pnae-hero,
body.app-authenticated-v1037 .app-content-v1037 .pnae-test-card,
body.app-authenticated-v1037 .app-content-v1037 .pnae-list-item,
body.app-authenticated-v1037 .app-content-v1037 .pnae-turmas,
body.app-authenticated-v1037 .app-content-v1037 .implantacao-login-preview-v1039{
  border-radius:var(--ceob-radius-soft)!important;
  border-color:#d7e0ea!important;
}

body.app-authenticated-v1037 .app-content-v1037 .reports-page-v1043 .reports-heading-v1034,
body.app-authenticated-v1037 .app-content-v1037 .student-provas-page-v1043 .student-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .result-dashboard-v1034{
  border-radius:var(--ceob-radius-soft)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .pnae-hero,
body.app-authenticated-v1037 .app-content-v1037 .pnae-hero.student,
body.app-authenticated-v1037 .app-content-v1037 .cards-hero{
  background:#fff!important;
  color:#0f1f3d!important;
}

body.app-authenticated-v1037 .app-content-v1037 .pnae-hero h1,
body.app-authenticated-v1037 .app-content-v1037 .pnae-hero p,
body.app-authenticated-v1037 .app-content-v1037 .pnae-hero span,
body.app-authenticated-v1037 .app-content-v1037 .cards-hero h1,
body.app-authenticated-v1037 .app-content-v1037 .cards-hero p{
  color:#0f1f3d!important;
}

body.app-authenticated-v1037 .app-content-v1037 .pnae-kicker,
body.app-authenticated-v1037 .app-content-v1037 .section-kicker,
body.app-authenticated-v1037 .app-content-v1037 .eyebrow{
  color:#175cd3!important;
}

body.app-authenticated-v1037 .app-content-v1037 .backup-status-grid,
body.app-authenticated-v1037 .app-content-v1037 .pnae-report-grid,
body.app-authenticated-v1037 .app-content-v1037 .form-grid,
body.app-authenticated-v1037 .app-content-v1037 .grid{
  gap:14px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .btn,
body.app-authenticated-v1037 .app-content-v1037 button,
body.app-authenticated-v1037 .app-content-v1037 input,
body.app-authenticated-v1037 .app-content-v1037 select,
body.app-authenticated-v1037 .app-content-v1037 textarea{
  border-radius:8px!important;
}

body.app-authenticated-v1037 .app-content-v1037 table th{
  background:#f3f6fa!important;
}

body.app-authenticated-v1037 .app-content-v1037 .flash,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-alert{
  border-radius:4px!important;
}

body.app-public-v1037 .public-topbar-v1037{
  min-height:72px!important;
  box-sizing:border-box!important;
}

body.app-public-v1037 .ceob-auth-page-v1040{
  min-height:100vh!important;
  padding:88px 24px 34px!important;
  place-items:center!important;
}

body.app-public-v1037 .ceob-auth-shell-v1040{
  width:min(1160px, calc(100vw - 48px))!important;
  min-height:calc(100vh - 126px)!important;
  grid-template-columns:minmax(300px,.9fr) minmax(420px,480px)!important;
  gap:32px!important;
  padding-top:0!important;
}

body.app-public-v1037 .ceob-auth-bg-v1040{
  inset:auto 58% 0 0!important;
  min-height:68vh!important;
  opacity:.42!important;
  background-size:contain!important;
}

body.app-public-v1037 .ceob-auth-intro-v1040{
  max-width:500px!important;
  padding-left:10px!important;
}

body.app-public-v1037 .ceob-auth-intro-v1040 h1{
  font-size:48px!important;
}

body.app-public-v1037 .ceob-login-card-v1040{
  max-width:480px!important;
  border-radius:12px!important;
}

@media(max-width:1200px){
  body.app-authenticated-v1037 .app-content-v1037{
    max-width:1180px!important;
  }
}

@media(max-width:900px){
  body.app-authenticated-v1037 .app-workspace-v1037{
    margin-left:0!important;
  }

  body.app-authenticated-v1037 .app-content-v1037{
    max-width:none!important;
    padding:18px 14px 44px!important;
  }

  body.app-public-v1037 .ceob-auth-shell-v1040{
    width:min(620px, calc(100vw - 28px))!important;
    min-height:calc(100vh - 96px)!important;
    grid-template-columns:1fr!important;
    padding:76px 0 22px!important;
  }
}

@media(max-width:640px){
  body.app-public-v1037 .ceob-auth-page-v1040{
    padding:76px 12px 22px!important;
  }
}

/* CEOB Avalia v10.46 - modo gestao escolar compacto */
:root{
  --ceob-school-sidebar:188px;
  --ceob-school-blue:#2f6fa7;
  --ceob-school-blue-dark:#255b89;
  --ceob-school-line:#d7dce2;
  --ceob-school-soft:#f4f6f8;
  --ceob-school-text:#30343b;
}

body.app-authenticated-v1037{
  background:#f1f4f7!important;
  color:var(--ceob-school-text)!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:13px!important;
}

body.app-authenticated-v1037 h1,
body.app-authenticated-v1037 h2,
body.app-authenticated-v1037 h3{
  color:#1f2933!important;
  font-family:Arial, Helvetica, sans-serif!important;
}

@media(min-width:901px){
  body.app-authenticated-v1037 .app-sidebar-v1037{
    width:var(--ceob-school-sidebar)!important;
    padding:0 7px 8px!important;
    background:linear-gradient(90deg,#f7f8fa 0%,#ffffff 100%)!important;
    border-right:1px solid #cfd6dd!important;
    box-shadow:2px 0 8px rgba(0,0,0,.06)!important;
  }

  body.app-authenticated-v1037 .app-workspace-v1037{
    margin-left:var(--ceob-school-sidebar)!important;
  }
}

body.app-authenticated-v1037 .app-sidebar-v1037>.app-brand-v1037{
  min-height:62px!important;
  margin:0 -7px 8px!important;
  padding:8px 8px 9px!important;
  border-bottom:1px solid #d9dee5!important;
  background:#fff!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-mark-v1037{
  width:38px!important;
  height:38px!important;
  border:1px solid #c8d4e2!important;
  border-radius:3px!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-mark-v1037 img{
  width:32px!important;
  height:32px!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-v1037 strong{
  color:#12345b!important;
  font-size:14px!important;
  font-weight:800!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-v1037 small{
  color:#5b6675!important;
  font-size:10px!important;
  line-height:1.2!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037{
  gap:1px!important;
  padding:0 0 8px!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-label-v1037{
  margin:8px 6px 4px!important;
  color:#7a8795!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>summary{
  min-height:30px!important;
  gap:7px!important;
  padding:6px 7px!important;
  border:1px solid transparent!important;
  border-radius:2px!important;
  color:#344054!important;
  font-size:12px!important;
  font-weight:500!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a>span,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>summary>span{
  width:18px!important;
  height:18px!important;
  border:0!important;
  border-radius:2px!important;
  background:transparent!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a>span img,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>summary>span img{
  width:14px!important;
  height:14px!important;
  opacity:.72!important;
  filter:none!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a:hover,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>summary:hover,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037[open]>summary,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a.active{
  color:#1f2933!important;
  border-color:#b8c1cc!important;
  background:linear-gradient(#ffffff,#e9edf2)!important;
  box-shadow:0 1px 3px rgba(0,0,0,.18)!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a.active{
  border-left:3px solid var(--ceob-school-blue)!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037>a.active>span{
  background:transparent!important;
  border:0!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>div{
  margin:1px 0 4px 16px!important;
  padding:2px 0 2px 8px!important;
  border-left:1px solid #cfd6dd!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>div>a{
  min-height:25px!important;
  padding:5px 6px!important;
  border-radius:2px!important;
  color:#4b5563!important;
  font-size:11px!important;
  font-weight:500!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037>div>a:hover{
  background:#eef2f6!important;
  color:#1f2933!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .sidebar-account-v1037{
  margin:6px 0 0!important;
  padding-top:6px!important;
  border-top:1px solid #d9dee5!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .sidebar-account-v1037>summary{
  min-height:42px!important;
  padding:6px!important;
  border:1px solid #cfd6dd!important;
  border-radius:3px!important;
  background:#fff!important;
  color:#344054!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .sidebar-account-v1037>summary strong{
  color:#1f2933!important;
  font-size:11px!important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .sidebar-account-v1037>summary small{
  color:#64748b!important;
  font-size:10px!important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037{
  min-height:42px!important;
  padding:5px 12px!important;
  background:#fff!important;
  border-bottom:1px solid #cfd6dd!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 small{
  color:#0054a6!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 strong{
  color:#1f2933!important;
  font-size:15px!important;
  font-weight:700!important;
}

body.app-authenticated-v1037 .topbar-avatar-v1037,
body.app-authenticated-v1037 .sidebar-avatar-v1037{
  width:28px!important;
  height:28px!important;
  font-size:12px!important;
}

body.app-authenticated-v1037 .app-content-v1037{
  max-width:none!important;
  padding:10px 12px 28px!important;
}

body.app-authenticated-v1037 .app-content-v1037 > main,
body.app-authenticated-v1037 .app-content-v1037 > section.card,
body.app-authenticated-v1037 .app-content-v1037 > section:not(.ceob-metric-grid-v1040):not(.student-assessments-grid-v1035):not(.ceob-card-grid-v1040):not(.professor-simulado-grid):not(.published-class-list-v1039):not(.sim-applications-v1039),
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-page,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-create,
body.app-authenticated-v1037 .app-content-v1037 .hero,
body.app-authenticated-v1037 .app-content-v1037 .professor-hero,
body.app-authenticated-v1037 .app-content-v1037 .ceob-page-hero-v1040,
body.app-authenticated-v1037 .app-content-v1037 .student-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .admin-home-heading-v1035,
body.app-authenticated-v1037 .app-content-v1037 .published-heading-v1039,
body.app-authenticated-v1037 .app-content-v1037 .sim-page-heading-v1039,
body.app-authenticated-v1037 .app-content-v1037 .reports-heading-v1034,
body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
body.app-authenticated-v1037 .app-content-v1037 .backup-card,
body.app-authenticated-v1037 .app-content-v1037 .backup-hero,
body.app-authenticated-v1037 .app-content-v1037 .pnae-hero{
  border:1px solid var(--ceob-school-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:10px!important;
  margin-bottom:9px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .institutional-context-v1037,
body.app-authenticated-v1037 .app-content-v1037 .institutional-context-v1040{
  min-height:52px!important;
  border:1px solid var(--ceob-school-line)!important;
  border-radius:0!important;
  padding:8px 10px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .app-content-v1037 .institutional-context-mark-v1037,
body.app-authenticated-v1037 .app-content-v1037 .institutional-context-mark-v1040{
  width:34px!important;
  height:34px!important;
  border-radius:3px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .institutional-context-v1037 small,
body.app-authenticated-v1037 .app-content-v1037 .institutional-context-copy-v1040 small,
body.app-authenticated-v1037 .app-content-v1037 .section-kicker,
body.app-authenticated-v1037 .app-content-v1037 .eyebrow{
  color:#0054a6!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.03em!important;
}

body.app-authenticated-v1037 .app-content-v1037 h1{
  margin:0 0 5px!important;
  font-size:22px!important;
  line-height:1.2!important;
}

body.app-authenticated-v1037 .app-content-v1037 h2{
  margin:0 0 5px!important;
  font-size:17px!important;
  line-height:1.25!important;
}

body.app-authenticated-v1037 .app-content-v1037 h3{
  font-size:14px!important;
}

body.app-authenticated-v1037 .app-content-v1037 p,
body.app-authenticated-v1037 .app-content-v1037 .muted{
  color:#4b5563!important;
  font-size:12px!important;
  line-height:1.35!important;
}

body.app-authenticated-v1037 .app-content-v1037 .page-header-saas,
body.app-authenticated-v1037 .app-content-v1037 .ceob-page-title,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-title{
  margin-bottom:8px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .page-toolbar-saas,
body.app-authenticated-v1037 .app-content-v1037 .actions-inline,
body.app-authenticated-v1037 .app-content-v1037 .form-actions,
body.app-authenticated-v1037 .app-content-v1037 .published-subject-actions-v1039,
body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-actions{
  gap:5px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .ui-tabs{
  align-items:flex-end!important;
  gap:0!important;
  padding:0!important;
  border:1px solid var(--ceob-school-line)!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 .ui-tab{
  min-height:30px!important;
  padding:6px 12px!important;
  border:0!important;
  border-right:1px solid #dde3ea!important;
  border-radius:0!important;
  background:#f8fafc!important;
  color:#344054!important;
  font-size:12px!important;
  font-weight:500!important;
}

body.app-authenticated-v1037 .app-content-v1037 .ui-tab.active{
  background:#fff!important;
  color:#1f2933!important;
  border-top:2px solid var(--ceob-school-blue)!important;
  box-shadow:0 -1px 0 #fff inset, 0 1px 4px rgba(0,0,0,.18)!important;
}

body.app-authenticated-v1037 .app-content-v1037 input,
body.app-authenticated-v1037 .app-content-v1037 select,
body.app-authenticated-v1037 .app-content-v1037 textarea{
  min-height:30px!important;
  padding:5px 8px!important;
  border:1px solid #bfc8d3!important;
  border-radius:2px!important;
  background:#fff!important;
  color:#1f2933!important;
  font-size:12px!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.03)!important;
}

body.app-authenticated-v1037 .app-content-v1037 label{
  color:#344054!important;
  font-size:11px!important;
  font-weight:600!important;
}

body.app-authenticated-v1037 .app-content-v1037 .btn,
body.app-authenticated-v1037 .app-content-v1037 button.btn,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-btn,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-filter-btn,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search button{
  min-height:29px!important;
  padding:5px 10px!important;
  border:1px solid #9db4cf!important;
  border-radius:3px!important;
  background:linear-gradient(#ffffff,#eef3f8)!important;
  color:#1f5f96!important;
  font-size:12px!important;
  font-weight:700!important;
  box-shadow:0 1px 2px rgba(0,0,0,.08)!important;
}

body.app-authenticated-v1037 .app-content-v1037 .btn.primary,
body.app-authenticated-v1037 .app-content-v1037 button.btn.primary,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-add-btn,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-filter-btn,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-search button{
  border-color:var(--ceob-school-blue-dark)!important;
  background:linear-gradient(#3f7fb6,#2f6fa7)!important;
  color:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 .btn.danger,
body.app-authenticated-v1037 .app-content-v1037 button.btn.danger,
body.app-authenticated-v1037 .app-content-v1037 .btn.excluir{
  border-color:#b42318!important;
  background:linear-gradient(#d1495b,#b42318)!important;
  color:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 .btn.small,
body.app-authenticated-v1037 .app-content-v1037 button.btn.small{
  min-height:24px!important;
  padding:4px 8px!important;
  font-size:11px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .flash,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-alert{
  border:1px solid #2f7db6!important;
  border-radius:0!important;
  background:#4389b3!important;
  color:#fff!important;
  padding:8px 10px!important;
  font-size:12px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .professores-table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table-wrap,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table-panel{
  border:1px solid var(--ceob-school-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

body.app-authenticated-v1037 .app-content-v1037 table,
body.app-authenticated-v1037 .app-content-v1037 .table,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table{
  border-collapse:collapse!important;
  border-spacing:0!important;
  font-size:12px!important;
}

body.app-authenticated-v1037 .app-content-v1037 table th,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table th,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table th{
  padding:7px 8px!important;
  border:1px solid #d8dde4!important;
  background:#f2f3f5!important;
  color:#344054!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}

body.app-authenticated-v1037 .app-content-v1037 table td,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table td,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table td{
  padding:7px 8px!important;
  border:1px solid #e1e5ea!important;
  color:#344054!important;
  font-size:12px!important;
  vertical-align:middle!important;
}

body.app-authenticated-v1037 .app-content-v1037 table tbody tr:nth-child(even) td,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table tbody tr:nth-child(even) td{
  background:#fbfcfd!important;
}

body.app-authenticated-v1037 .app-content-v1037 table tbody tr:hover td,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-table tbody tr:hover td{
  background:#eef5fb!important;
  box-shadow:inset 0 1px 0 #bcc7d3, inset 0 -1px 0 #bcc7d3!important;
}

body.app-authenticated-v1037 .app-content-v1037 .badge,
body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-status{
  border-radius:999px!important;
  padding:3px 8px!important;
  font-size:11px!important;
  font-weight:700!important;
}

body.app-authenticated-v1037 .app-content-v1037 .ceob-metric-card-v1040,
body.app-authenticated-v1037 .app-content-v1037 .student-assessment-card-v1035,
body.app-authenticated-v1037 .app-content-v1037 .professor-simulado-card,
body.app-authenticated-v1037 .app-content-v1037 .published-class-v1039,
body.app-authenticated-v1037 .app-content-v1037 .published-subject-v1039,
body.app-authenticated-v1037 .app-content-v1037 .live-turma-card-v1034{
  border:1px solid var(--ceob-school-line)!important;
  border-radius:2px!important;
  box-shadow:none!important;
}

body.app-authenticated-v1037 .app-content-v1037 .ceob-metric-grid-v1040,
body.app-authenticated-v1037 .app-content-v1037 .student-home-metrics-v1035,
body.app-authenticated-v1037 .app-content-v1037 .admin-metrics-v1035,
body.app-authenticated-v1037 .app-content-v1037 .professor-dashboard-metrics,
body.app-authenticated-v1037 .app-content-v1037 .live-summary-grid-v1034{
  gap:7px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-topbar,
body.app-authenticated-v1037 .app-content-v1037 .ceob-filterbar{
  gap:7px!important;
  margin-bottom:8px!important;
}

body.app-authenticated-v1037 .app-content-v1037 .consulta-sim-panel-head,
body.app-authenticated-v1037 .app-content-v1037 .ceob-table-panel>header{
  padding:8px 10px!important;
  background:#fff!important;
  border-bottom:1px solid var(--ceob-school-line)!important;
}

body.app-authenticated-v1037 .app-footer-v1037,
body.app-authenticated-v1037 .footer{
  color:#7b8794!important;
  font-size:10px!important;
}

@media(max-width:900px){
  body.app-authenticated-v1037 .app-sidebar-v1037{
    width:min(286px,88vw)!important;
    padding:8px!important;
  }

  body.app-authenticated-v1037 .app-workspace-v1037{
    margin-left:0!important;
  }

  body.app-authenticated-v1037 .app-content-v1037{
    padding:10px!important;
  }
}

/* v10.47 - ajustes de acesso unico, horario de Brasilia e mural */
body.app-public-v1037 .public-topbar-v1037 .app-brand-v1037{
  max-width:min(980px, calc(100vw - 48px))!important;
}

body.app-public-v1037 .public-topbar-v1037 .app-brand-v1037 strong{
  max-width:none!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.app-public-v1037 .public-topbar-v1037 .app-brand-v1037 small{
  white-space:normal!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico{
  min-height:calc(100vh - 74px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:44px clamp(16px, 5vw, 82px)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-bg-v1040{
  left:0!important;
  right:auto!important;
  width:min(52vw, 760px)!important;
  background-position:left center!important;
  opacity:.34!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-shell-v1040{
  width:min(1180px, 100%)!important;
  display:grid!important;
  grid-template-columns:minmax(280px, 1fr) minmax(390px, 470px)!important;
  align-items:center!important;
  gap:clamp(24px, 6vw, 92px)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-intro-v1040{
  justify-self:start!important;
  max-width:520px!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-card-v1040{
  justify-self:end!important;
  width:min(470px, 100%)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-switcher-v1040{
  display:none!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-title-v1040 h2{
  font-size:28px!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-title-v1040 p,
body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-help-v1040 span{
  color:#334155!important;
  font-size:14px!important;
  line-height:1.45!important;
}

/* v10.48 - acesso unico com imagem livre a esquerda e login a direita */
body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico{
  justify-content:flex-end!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-shell-v1040{
  max-width:1280px!important;
  grid-template-columns:minmax(520px, 1fr) minmax(400px, 460px)!important;
  gap:clamp(42px, 8vw, 132px)!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-bg-v1040{
  width:min(56vw, 820px)!important;
  background-position:left bottom!important;
  opacity:.42!important;
}

body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-intro-v1040{
  min-height:540px!important;
  opacity:0!important;
  pointer-events:none!important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 .user-avatar-no-photo-v1047,
body.app-authenticated-v1037 .sidebar-account-v1037>summary .user-avatar-no-photo-v1047{
  display:none!important;
}

body.app-authenticated-v1037 .sidebar-account-v1037>summary{
  grid-template-columns:minmax(0, 1fr) 16px!important;
}

.ceob-clock-v1047{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  min-width:154px;
  padding:10px 14px;
  border:1px solid #bfdbfe;
  border-radius:12px;
  background:#eff6ff;
  color:#0f3b80;
  box-shadow:0 8px 20px rgba(15, 76, 129, .08);
}

.ceob-clock-v1047 small{
  color:#475569!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}

.ceob-clock-v1047 strong{
  color:#0f4c81!important;
  font-size:22px!important;
  line-height:1.1!important;
  font-variant-numeric:tabular-nums!important;
}

.result-actions-v1047,
.sim-results-actions-v1047{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.ceob-mural-v1047{
  margin:0 0 18px;
  padding:20px;
  border:1px solid #d7e1ee;
  border-radius:14px;
  background:#ffffff;
  box-shadow:0 12px 30px rgba(15, 23, 42, .06);
}

.ceob-mural-head-v1047{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.ceob-mural-head-v1047 h2{
  margin:4px 0 6px!important;
  font-size:24px!important;
}

.ceob-mural-form-v1047{
  display:grid;
  grid-template-columns:minmax(180px, 1fr) minmax(160px, 240px);
  gap:10px;
  margin:0 0 16px;
  padding:14px;
  border:1px solid #dbe7f5;
  border-radius:12px;
  background:#f8fbff;
}

.ceob-mural-form-v1047 .wide{
  grid-column:1 / -1;
}

.ceob-mural-form-v1047 .btn{
  justify-self:end;
}

.ceob-mural-list-v1047{
  display:grid;
  gap:10px;
}

.ceob-mural-card-v1047,
.ceob-mural-empty-v1047{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
}

.ceob-mural-card-v1047 h3{
  margin:8px 0 6px!important;
  color:#061636;
  font-size:16px!important;
}

.ceob-mural-card-v1047 p{
  margin:0 0 8px!important;
  color:#334155!important;
  font-size:13px!important;
}

.ceob-mural-card-v1047 small,
.ceob-mural-empty-v1047 span{
  color:#64748b!important;
  font-size:12px!important;
}

.ceob-mural-reactions-v1047{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
  min-width:260px;
}

.ceob-mural-reactions-v1047 button{
  min-height:30px;
  padding:6px 10px;
  border:1px solid #bfdbfe;
  border-radius:999px;
  background:#eff6ff;
  color:#0f4c81;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.ceob-mural-reactions-v1047 button.active{
  border-color:#0f4c81;
  background:#0f4c81;
  color:#fff;
}

.ceob-mural-reactions-v1047 span{
  margin-left:4px;
  opacity:.8;
}

.ceob-mural-contacts-v1047{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid #e2e8f0;
}

.ceob-mural-contacts-v1047 span{
  color:#475569;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.ceob-mural-contacts-v1047 a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  border:1px solid #c7d7ee;
  border-radius:999px;
  background:#fff;
  color:#0f4c81;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

.ceob-mural-contacts-v1047 img{
  width:14px;
  height:14px;
}

@media(max-width:860px){
  body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-shell-v1040{
    grid-template-columns:1fr!important;
  }

  body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-auth-intro-v1040{
    display:none!important;
  }

  body.app-public-v1037 .ceob-auth-page-v1040.acesso-unico .ceob-login-card-v1040{
    justify-self:center!important;
  }

  .ceob-mural-head-v1047,
  .ceob-mural-card-v1047{
    flex-direction:column;
  }

  .ceob-mural-form-v1047{
    grid-template-columns:1fr;
  }

  .ceob-mural-reactions-v1047{
    min-width:0;
    justify-content:flex-start;
  }

  .ceob-clock-v1047{
    align-items:flex-start;
  }
}

.admin-geral-hero-v1100 {
  border-left: 4px solid #2563eb;
}

.admin-geral-grid-v1100 {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: 20px;
  align-items: start;
}

.admin-geral-table-v1100 td strong,
.admin-geral-table-v1100 td small {
  display: block;
}

.admin-geral-table-v1100 td small {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}

.admin-geral-actions-v1100 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.admin-geral-actions-v1100 form {
  margin: 0;
}

.admin-geral-divider-v1100 {
  height: 1px;
  margin: 24px 0;
  background: #e2e8f0;
}

.admin-geral-admins-v1100 {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .admin-geral-grid-v1100 {
    grid-template-columns: 1fr;
  }
}

.admin-geral-brand-mark-v1101 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f4c81, #2563eb);
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
}

.profile-admin_geral .app-sidebar-v1037 {
  background: #0b2344;
}

.admin-geral-platform-hero-v1101,
.admin-geral-network-v1101,
.admin-geral-detail-v1101 {
  border: 1px solid #d7e2ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.admin-geral-platform-hero-v1101 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 18px;
  padding: 24px;
  max-width: 1400px;
}

.admin-geral-platform-title-v1101 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-geral-platform-mark-v1101 {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f4c81, #1d9bd7);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(37, 99, 235, .2);
}

.admin-geral-platform-hero-v1101 h1,
.admin-geral-section-head-v1101 h2 {
  margin: 4px 0 8px!important;
  color: #061636;
  letter-spacing: 0;
}

.admin-geral-platform-hero-v1101 h1 {
  font-size: 32px!important;
}

.admin-geral-platform-hero-v1101 p,
.admin-geral-section-head-v1101 p {
  margin: 0!important;
  color: #475569!important;
  font-size: 14px!important;
  line-height: 1.5;
}

.admin-geral-platform-actions-v1101 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-geral-kpi-grid-v1101 {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto 18px;
}

.admin-geral-kpi-v1101 {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid #d7e2ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.admin-geral-kpi-v1101 span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
}

.admin-geral-kpi-v1101 img {
  width: 20px;
  height: 20px;
}

.admin-geral-kpi-v1101 small {
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.admin-geral-kpi-v1101 strong {
  color: #0f4c81;
  font-size: 34px;
  line-height: 1;
}

.admin-geral-kpi-v1101 p {
  margin: 0!important;
  color: #64748b!important;
  font-size: 13px!important;
}

.admin-geral-network-v1101,
.admin-geral-grid-v1101 {
  max-width: 1400px;
  margin: 0 auto 18px;
}

.admin-geral-section-head-v1101 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.admin-geral-school-list-v1101 {
  display: grid;
  gap: 12px;
}

.admin-geral-school-card-v1101 {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, .9fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.admin-geral-school-card-v1101.selected {
  border-color: #2563eb;
  box-shadow: inset 4px 0 0 #2563eb, 0 12px 26px rgba(37, 99, 235, .08);
}

.admin-geral-school-main-v1101 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
}

.admin-geral-school-avatar-v1101 {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: #0f4c81;
  font-weight: 900;
}

.admin-geral-school-main-v1101 h3 {
  margin: 0 0 4px!important;
  color: #061636;
  font-size: 17px!important;
}

.admin-geral-school-main-v1101 p {
  margin: 0 0 10px!important;
  color: #64748b!important;
  font-size: 13px!important;
}

.admin-geral-school-link-v1101 {
  display: grid;
  gap: 4px;
}

.admin-geral-school-link-v1101 span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.admin-geral-school-link-v1101 input {
  width: 100%;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #d7e2ef;
  background: #f8fbff;
  color: #0f4c81;
  font-size: 12px;
  font-weight: 700;
}

.admin-geral-school-bars-v1101 {
  display: grid;
  gap: 10px;
}

.admin-geral-school-bars-v1101 div,
.admin-geral-support-note-v1101 {
  display: grid;
  gap: 7px;
}

.admin-geral-school-bars-v1101 span,
.admin-geral-support-note-v1101 p {
  color: #475569;
  font-size: 12px;
}

.admin-geral-school-bars-v1101 strong {
  color: #0f4c81;
}

.admin-geral-school-bars-v1101 i,
.admin-geral-support-note-v1101 i {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef7;
}

.admin-geral-school-bars-v1101 b,
.admin-geral-support-note-v1101 b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d9bd7, #2563eb);
}

.admin-geral-school-actions-v1101 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-geral-school-actions-v1101 form {
  margin: 0;
}

.admin-geral-grid-v1101 {
  display: grid;
  grid-template-columns: minmax(340px, .86fr) minmax(520px, 1.14fr);
  gap: 18px;
  align-items: start;
}

.admin-geral-form-v1101 .settings-fields-v1028 {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.admin-geral-form-v1101 .settings-fields-v1028 label:nth-child(3),
.admin-geral-form-v1101 .settings-fields-v1028 label:nth-child(5),
.admin-geral-form-v1101 .settings-fields-v1028 label:nth-child(6) {
  grid-column: 1 / -1;
}

.admin-geral-detail-metrics-v1101 {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.admin-geral-detail-metrics-v1101 div {
  padding: 14px;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #f8fbff;
}

.admin-geral-detail-metrics-v1101 small {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.admin-geral-detail-metrics-v1101 strong {
  display: block;
  margin-top: 6px;
  color: #0f4c81;
  font-size: 26px;
}

.admin-geral-support-note-v1101 {
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #eff6ff;
}

.admin-geral-support-note-v1101 strong {
  color: #0f4c81;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .admin-geral-kpi-grid-v1101,
  .admin-geral-detail-metrics-v1101 {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .admin-geral-school-card-v1101,
  .admin-geral-grid-v1101 {
    grid-template-columns: 1fr;
  }

  .admin-geral-school-actions-v1101,
  .admin-geral-platform-actions-v1101 {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .admin-geral-platform-hero-v1101,
  .admin-geral-section-head-v1101 {
    flex-direction: column;
  }

  .admin-geral-platform-title-v1101 {
    align-items: flex-start;
  }

  .admin-geral-kpi-grid-v1101,
  .admin-geral-detail-metrics-v1101,
  .admin-geral-form-v1101 .settings-fields-v1028 {
    grid-template-columns: 1fr;
  }
}

/* Refinamento ADM Geral multi-escolas */
.profile-admin_geral .app-shell-v1037 {
  background: #f3f7fb !important;
}

.profile-admin_geral .app-brand-v1037 strong {
  max-width: 150px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.1 !important;
}

.profile-admin_geral .admin-geral-brand-mark-v1101 {
  background: linear-gradient(135deg, #075985, #2563eb) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, .2) !important;
  font-weight: 950 !important;
}

.admin-geral-shell-v1102 {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 4px 0 24px;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 {
  position: relative;
  overflow: hidden;
  max-width: 1480px !important;
  min-height: 214px;
  margin: 0 auto 20px !important;
  padding: 28px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 1fr) minmax(260px, 360px) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(30, 64, 175, .22) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(8, 47, 73, .96), rgba(14, 116, 144, .94) 52%, rgba(37, 99, 235, .92)),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px) !important;
  background-size: auto, 42px 42px !important;
  box-shadow: 0 26px 60px rgba(15, 23, 42, .16) !important;
}

.profile-admin_geral .admin-geral-platform-title-v1101 {
  align-items: center;
}

.profile-admin_geral .admin-geral-platform-mark-v1101 {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.profile-admin_geral .admin-geral-platform-hero-v1101 .eyebrow-v1014,
.profile-admin_geral .admin-geral-platform-hero-v1101 h1,
.profile-admin_geral .admin-geral-platform-hero-v1101 p {
  color: #fff !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 .eyebrow-v1014 {
  color: #fde68a !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 h1 {
  margin: 4px 0 10px !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: 1 !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 p {
  max-width: 680px;
  color: #dbeafe !important;
  font-size: 15px !important;
}

.admin-geral-hero-insights-v1102 {
  display: grid;
  gap: 12px;
}

.admin-geral-hero-insights-v1102 > div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  color: #fff;
}

.admin-geral-hero-insights-v1102 span,
.admin-geral-hero-insights-v1102 small {
  display: block;
  color: #dbeafe;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.admin-geral-hero-insights-v1102 strong {
  display: block;
  margin: 6px 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.admin-geral-hero-insights-v1102 i {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.admin-geral-hero-insights-v1102 b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #facc15;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 .btn {
  border-color: rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 .btn.primary {
  border-color: #facc15 !important;
  background: #facc15 !important;
  color: #0f172a !important;
}

.profile-admin_geral .admin-geral-kpi-grid-v1101 {
  max-width: 1480px !important;
}

.profile-admin_geral .admin-geral-kpi-v1101 {
  border-radius: 22px !important;
  border-color: #d7e4f5 !important;
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .06) !important;
}

.profile-admin_geral .admin-geral-network-v1101,
.profile-admin_geral .admin-geral-grid-v1101 {
  max-width: 1480px !important;
}

.profile-admin_geral .admin-geral-network-v1101,
.profile-admin_geral .admin-geral-grid-v1101 > .card {
  border-radius: 22px !important;
  border-color: #d7e4f5 !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .05) !important;
}

.profile-admin_geral .admin-geral-school-card-v1101 {
  border-radius: 20px !important;
  padding: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .045) !important;
}

.profile-admin_geral .admin-geral-school-card-v1101:hover {
  border-color: #93c5fd !important;
  transform: translateY(-1px);
}

.profile-admin_geral .admin-geral-school-avatar-v1101 {
  width: 52px !important;
  height: 52px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #dbeafe, #e0f2fe) !important;
  color: #1d4ed8 !important;
}

.profile-admin_geral .admin-geral-school-link-v1101 input {
  border-style: dashed !important;
  background: #f8fafc !important;
}

.profile-admin_geral .admin-geral-form-v1101 input,
.profile-admin_geral .admin-geral-form-v1101 select {
  border-radius: 12px !important;
}

@media (max-width: 1180px) {
  .profile-admin_geral .admin-geral-platform-hero-v1101 {
    grid-template-columns: 1fr;
  }

  .profile-admin_geral .admin-geral-platform-actions-v1101 {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .profile-admin_geral .admin-geral-platform-hero-v1101 {
    min-height: auto;
    padding: 22px !important;
  }

  .profile-admin_geral .admin-geral-platform-actions-v1101 {
    flex-direction: column;
  }
}

/* Correção visual ADM Geral v1103: painel mais limpo e legível */
.profile-admin_geral .app-sidebar-v1037 {
  background: linear-gradient(180deg, #08213f 0%, #0b2d54 58%, #0f3d68 100%) !important;
  border-right: 0 !important;
  color: #eaf3ff !important;
  box-shadow: 18px 0 48px rgba(8, 33, 63, .16) !important;
}

.profile-admin_geral .app-brand-v1037 {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,.14) !important;
  align-items: center !important;
}

.profile-admin_geral .app-brand-v1037 strong {
  max-width: 112px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
}

.profile-admin_geral .app-brand-v1037 small,
.profile-admin_geral .app-nav-label-v1037 {
  color: #b7c9df !important;
}

.profile-admin_geral .app-nav-label-v1037 {
  letter-spacing: .04em !important;
}

.profile-admin_geral .app-navigation-v1037 a,
.profile-admin_geral .app-navigation-v1037 summary {
  color: #d8e7f7 !important;
}

.profile-admin_geral .app-navigation-v1037 a span,
.profile-admin_geral .app-navigation-v1037 summary span {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.12) !important;
}

.profile-admin_geral .app-navigation-v1037 a.active,
.profile-admin_geral .app-navigation-v1037 a:hover,
.profile-admin_geral .app-navigation-v1037 summary:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #facc15 !important;
}

.profile-admin_geral .app-user-menu-v1037 {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.15) !important;
}

.profile-admin_geral .app-user-menu-v1037 strong,
.profile-admin_geral .app-user-menu-v1037 small {
  color: #fff !important;
}

.profile-admin_geral .app-main-v1037 {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%) !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 {
  min-height: 0 !important;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 420px) auto !important;
  gap: 22px !important;
  align-items: center !important;
  border: 1px solid #d8e6f5 !important;
  border-top: 5px solid #0ea5e9 !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,252,255,.98)),
    linear-gradient(90deg, rgba(14,165,233,.06) 1px, transparent 1px) !important;
  background-size: auto, 38px 38px !important;
  box-shadow: 0 22px 50px rgba(15, 23, 42, .08) !important;
}

.profile-admin_geral .admin-geral-platform-title-v1101 {
  gap: 16px !important;
}

.profile-admin_geral .admin-geral-platform-mark-v1101 {
  flex: 0 0 auto !important;
  width: 58px !important;
  height: 58px !important;
  background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 26px rgba(37, 99, 235, .2) !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 .eyebrow-v1014 {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #e0f2fe !important;
  color: #0369a1 !important;
  font-size: 11px !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 h1 {
  margin: 9px 0 8px !important;
  color: #08213f !important;
  font-size: clamp(28px, 2.3vw, 40px) !important;
  line-height: 1.06 !important;
}

.profile-admin_geral .admin-geral-platform-hero-v1101 p {
  max-width: 720px !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 {
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 > div {
  padding: 15px !important;
  border: 1px solid #cde2f8 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #f8fbff, #eef8ff) !important;
  color: #0f172a !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 span,
.profile-admin_geral .admin-geral-hero-insights-v1102 small {
  color: #64748b !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 strong {
  color: #0f4c81 !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 i {
  background: #dceafa !important;
}

.profile-admin_geral .admin-geral-hero-insights-v1102 b {
  background: linear-gradient(90deg, #facc15, #22c55e) !important;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 {
  align-self: center !important;
  gap: 10px !important;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 .btn {
  min-width: 154px !important;
  border-color: #bfdbfe !important;
  background: #fff !important;
  color: #174ea6 !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .08) !important;
}

.profile-admin_geral .admin-geral-platform-actions-v1101 .btn.primary {
  border-color: #2563eb !important;
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  color: #fff !important;
}

.profile-admin_geral .admin-geral-kpi-grid-v1101 {
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.profile-admin_geral .admin-geral-kpi-v1101 {
  min-height: 128px !important;
  padding: 20px !important;
  border-radius: 20px !important;
}

.profile-admin_geral .admin-geral-kpi-v1101 span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
}

.profile-admin_geral .admin-geral-kpi-v1101 strong {
  font-size: 32px !important;
}

.profile-admin_geral .admin-geral-network-v1101,
.profile-admin_geral .admin-geral-grid-v1101 > .card {
  background: #fff !important;
}

.profile-admin_geral .admin-geral-section-head-v1101 h2 {
  color: #08213f !important;
}

@media (max-width: 1180px) {
  .profile-admin_geral .admin-geral-platform-hero-v1101 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .profile-admin_geral .admin-geral-hero-insights-v1102 {
    grid-template-columns: 1fr !important;
  }
}

/* v10.18.14.71 - Tema operacional compacto inspirado em sistemas SGE */
:root {
  --sge-blue: #2f75b5;
  --sge-blue-dark: #245d91;
  --sge-blue-soft: #eaf3fb;
  --sge-border: #d2d8df;
  --sge-border-strong: #b8c2cc;
  --sge-header: #e5e8eb;
  --sge-row: #f8f8f8;
  --sge-text: #2f3b45;
  --sge-muted: #607180;
  --sge-panel: #ffffff;
  --sge-sidebar: #f7f7f7;
  --sge-danger: #a9152e;
  --sge-success: #228b55;
  --sidebar-width: 226px;
}

body.app-authenticated-v1037 {
  background: #edf2f7 !important;
  color: var(--sge-text) !important;
  font-family: Arial, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.app-authenticated-v1037 .app-shell-v1037,
body.app-authenticated-v1037 .app-workspace-v1037 {
  background: #edf2f7 !important;
}

body.app-authenticated-v1037 .app-content-v1037 {
  width: 100% !important;
  max-width: none !important;
  padding: 12px 14px 42px !important;
}

body.app-authenticated-v1037 .app-content-v1037 > * {
  max-width: none !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 {
  width: var(--sidebar-width) !important;
  padding: 0 !important;
  background: var(--sge-sidebar) !important;
  border-right: 1px solid var(--sge-border-strong) !important;
  color: var(--sge-text) !important;
  box-shadow: 2px 0 8px rgba(15, 23, 42, .08) !important;
}

body.app-authenticated-v1037 .app-workspace-v1037 {
  margin-left: var(--sidebar-width) !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 > .app-brand-v1037 {
  min-height: 58px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-bottom: 1px solid var(--sge-border) !important;
  background: #fff !important;
  color: var(--sge-text) !important;
}

body.app-authenticated-v1037 .app-brand-mark-v1037,
body.app-authenticated-v1037 .user-avatar-no-photo-v1047,
body.app-authenticated-v1037 .sidebar-account-v1037 > summary > i {
  width: 38px !important;
  height: 38px !important;
  border-radius: 2px !important;
  border: 1px solid var(--sge-border-strong) !important;
  background: #fff !important;
  color: var(--sge-blue-dark) !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .app-brand-mark-v1037 img {
  width: 32px !important;
  height: 32px !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-v1037 strong {
  color: #243647 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-brand-v1037 small {
  color: var(--sge-muted) !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

body.app-authenticated-v1037 .app-navigation-v1037 {
  gap: 0 !important;
  padding: 10px 0 76px !important;
}

body.app-authenticated-v1037 .app-nav-label-v1037 {
  margin: 12px 12px 6px !important;
  color: #6b7280 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037 > a,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > summary {
  min-height: 31px !important;
  margin: 0 6px !important;
  padding: 6px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037 > a > span,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > summary > span {
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--sge-blue) !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037 > a:hover,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > summary:hover,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037 > a.active,
body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037[open] > summary {
  border-color: var(--sge-border-strong) !important;
  background: linear-gradient(#ffffff, #e9ecef) !important;
  color: #1f2937 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 1px 4px rgba(15,23,42,.16) !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-navigation-v1037 > a.active {
  border-left: 3px solid var(--sge-blue) !important;
  padding-left: 8px !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > div {
  margin: 2px 6px 6px 24px !important;
  padding: 2px 0 2px 8px !important;
  border-left: 1px solid var(--sge-border-strong) !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > div > a {
  min-height: 27px !important;
  padding: 5px 8px !important;
  border-radius: 2px !important;
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.app-authenticated-v1037 .app-sidebar-v1037 .app-nav-group-v1037 > div > a:hover {
  background: #e9eef4 !important;
  color: #1f2937 !important;
}

body.app-authenticated-v1037 .sidebar-account-v1037 {
  right: 6px !important;
  bottom: 6px !important;
  left: 6px !important;
  border: 1px solid var(--sge-border-strong) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: 0 1px 5px rgba(15, 23, 42, .12) !important;
}

body.app-authenticated-v1037 .sidebar-account-v1037 > summary {
  min-height: 44px !important;
  padding: 6px 8px !important;
}

body.app-authenticated-v1037 .sidebar-account-v1037 > summary strong {
  color: #243647 !important;
  font-size: 11px !important;
}

body.app-authenticated-v1037 .sidebar-account-v1037 > summary small {
  color: var(--sge-muted) !important;
  font-size: 10px !important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 {
  min-height: 38px !important;
  padding: 4px 12px !important;
  border-bottom: 1px solid var(--sge-border) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 small {
  color: #004aad !important;
  font-size: 9px !important;
  letter-spacing: .08em !important;
}

body.app-authenticated-v1037 .workspace-topbar-v1037 strong {
  color: #1f2937 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
}

body.app-authenticated-v1037 .institutional-context-v1037,
body.app-authenticated-v1037 .page-header-saas,
body.app-authenticated-v1037 .card,
body.app-authenticated-v1037 .panel,
body.app-authenticated-v1037 .section-card,
body.app-authenticated-v1037 .ceob-panel-v1040,
body.app-authenticated-v1037 .consulta-sim-page,
body.app-authenticated-v1037 .consulta-sim-create,
body.app-authenticated-v1037 .consulta-sim-panel,
body.app-authenticated-v1037 .usuarios-hero-v1014,
body.app-authenticated-v1037 .professor-hero,
body.app-authenticated-v1037 .hero,
body.app-authenticated-v1037 .admin-geral-platform-hero-v1101,
body.app-authenticated-v1037 .admin-geral-network-v1101,
body.app-authenticated-v1037 .admin-geral-grid-v1101 > .card,
body.app-authenticated-v1037 .config-section,
body.app-authenticated-v1037 .form-card,
body.app-authenticated-v1037 .results-card {
  border: 1px solid var(--sge-border) !important;
  border-radius: 2px !important;
  background: var(--sge-panel) !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .institutional-context-v1037 {
  min-height: 62px !important;
  margin: 0 0 8px !important;
  padding: 10px 14px !important;
}

body.app-authenticated-v1037 .institutional-context-v1037 small {
  color: #004aad !important;
  font-size: 9px !important;
  letter-spacing: .08em !important;
}

body.app-authenticated-v1037 .institutional-context-v1037 strong {
  color: #0f172a !important;
  font-size: 18px !important;
}

body.app-authenticated-v1037 .institutional-context-v1037 p {
  color: #475569 !important;
  font-size: 12px !important;
}

body.app-authenticated-v1037 .page-header-saas,
body.app-authenticated-v1037 .usuarios-hero-v1014,
body.app-authenticated-v1037 .professor-hero,
body.app-authenticated-v1037 .hero {
  min-height: auto !important;
  margin: 0 0 10px !important;
  padding: 14px 16px !important;
}

body.app-authenticated-v1037 .page-header-saas h1,
body.app-authenticated-v1037 .hero h1,
body.app-authenticated-v1037 .professor-hero h1,
body.app-authenticated-v1037 .usuarios-hero-v1014 h1,
body.app-authenticated-v1037 h1 {
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body.app-authenticated-v1037 h2 {
  color: #1f2937 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

body.app-authenticated-v1037 h3 {
  color: #2f3b45 !important;
  font-size: 15px !important;
}

body.app-authenticated-v1037 .page-header-saas p,
body.app-authenticated-v1037 .hero p,
body.app-authenticated-v1037 .professor-hero p,
body.app-authenticated-v1037 .usuarios-hero-v1014 p {
  color: var(--sge-muted) !important;
  font-size: 13px !important;
}

body.app-authenticated-v1037 .card,
body.app-authenticated-v1037 .panel,
body.app-authenticated-v1037 .section-card,
body.app-authenticated-v1037 .form-card,
body.app-authenticated-v1037 .results-card {
  margin-bottom: 10px !important;
  padding: 12px !important;
}

body.app-authenticated-v1037 .stats-grid,
body.app-authenticated-v1037 .metric-grid,
body.app-authenticated-v1037 .admin-geral-kpi-grid-v1101,
body.app-authenticated-v1037 .summary-grid {
  gap: 8px !important;
}

body.app-authenticated-v1037 .stat-card,
body.app-authenticated-v1037 .metric-card,
body.app-authenticated-v1037 .ceob-metric-card-v1040,
body.app-authenticated-v1037 .admin-geral-kpi-v1101,
body.app-authenticated-v1037 .summary-card {
  min-height: 72px !important;
  padding: 12px !important;
  border: 1px solid var(--sge-border) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .stat-card strong,
body.app-authenticated-v1037 .metric-card strong,
body.app-authenticated-v1037 .ceob-metric-card-v1040 strong,
body.app-authenticated-v1037 .admin-geral-kpi-v1101 strong,
body.app-authenticated-v1037 .summary-card strong {
  color: #074b86 !important;
  font-size: 26px !important;
}

body.app-authenticated-v1037 input,
body.app-authenticated-v1037 select,
body.app-authenticated-v1037 textarea {
  min-height: 32px !important;
  border: 1px solid #bfc7cf !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-family: Arial, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.04) !important;
}

body.app-authenticated-v1037 input:focus,
body.app-authenticated-v1037 select:focus,
body.app-authenticated-v1037 textarea:focus {
  border-color: var(--sge-blue) !important;
  outline: 2px solid rgba(47, 117, 181, .18) !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.04) !important;
}

body.app-authenticated-v1037 input[readonly],
body.app-authenticated-v1037 input:disabled,
body.app-authenticated-v1037 select:disabled,
body.app-authenticated-v1037 textarea:disabled {
  background: #f2f2f2 !important;
  color: #475569 !important;
}

body.app-authenticated-v1037 label,
body.app-authenticated-v1037 .form-label,
body.app-authenticated-v1037 .consulta-sim-field label {
  color: #34495e !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.app-authenticated-v1037 .btn,
body.app-authenticated-v1037 button,
body.app-authenticated-v1037 input[type="submit"],
body.app-authenticated-v1037 .button,
body.app-authenticated-v1037 .consulta-sim-add-btn,
body.app-authenticated-v1037 .consulta-sim-filter-btn,
body.app-authenticated-v1037 .consulta-sim-search button {
  min-height: 30px !important;
  padding: 6px 12px !important;
  border: 1px solid var(--sge-blue-dark) !important;
  border-radius: 14px !important;
  background: linear-gradient(#4b83b9, #2f75b5) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .btn.secondary,
body.app-authenticated-v1037 .btn.outline,
body.app-authenticated-v1037 a.btn:not(.primary):not(.danger),
body.app-authenticated-v1037 button.secondary,
body.app-authenticated-v1037 button.outline {
  background: linear-gradient(#ffffff, #f4f6f8) !important;
  color: var(--sge-blue-dark) !important;
}

body.app-authenticated-v1037 .btn.danger,
body.app-authenticated-v1037 .btn-danger,
body.app-authenticated-v1037 button.danger,
body.app-authenticated-v1037 [class*="excluir"],
body.app-authenticated-v1037 [class*="Excluir"] {
  border-color: var(--sge-danger) !important;
  background: linear-gradient(#c61f3b, #a9152e) !important;
  color: #fff !important;
}

body.app-authenticated-v1037 .badge,
body.app-authenticated-v1037 .status,
body.app-authenticated-v1037 .pill,
body.app-authenticated-v1037 .consulta-sim-status {
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  padding: 3px 9px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

body.app-authenticated-v1037 .badge.success,
body.app-authenticated-v1037 .status.success,
body.app-authenticated-v1037 .publicada,
body.app-authenticated-v1037 .ativo,
body.app-authenticated-v1037 .consulta-sim-status.publicada {
  background: #dff3e6 !important;
  color: #11713d !important;
}

body.app-authenticated-v1037 .badge.warning,
body.app-authenticated-v1037 .status.warning,
body.app-authenticated-v1037 .rascunho,
body.app-authenticated-v1037 .consulta-sim-status.rascunho {
  background: #fff4d5 !important;
  color: #8a5a00 !important;
}

body.app-authenticated-v1037 .badge.danger,
body.app-authenticated-v1037 .status.danger,
body.app-authenticated-v1037 .fechada,
body.app-authenticated-v1037 .bloqueada,
body.app-authenticated-v1037 .consulta-sim-status.fechada {
  background: #fde3e3 !important;
  color: #9f1d1d !important;
}

body.app-authenticated-v1037 table,
body.app-authenticated-v1037 .table,
body.app-authenticated-v1037 .ceob-table,
body.app-authenticated-v1037 .consulta-sim-table,
body.app-authenticated-v1037 .professores-table-modern {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid var(--sge-border) !important;
  background: #fff !important;
  font-size: 12px !important;
}

body.app-authenticated-v1037 table th,
body.app-authenticated-v1037 .table th,
body.app-authenticated-v1037 .ceob-table th,
body.app-authenticated-v1037 .consulta-sim-table th,
body.app-authenticated-v1037 .professores-table-modern th {
  padding: 8px 9px !important;
  border: 1px solid #d1d5db !important;
  background: var(--sge-header) !important;
  color: #2f3b45 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.app-authenticated-v1037 table td,
body.app-authenticated-v1037 .table td,
body.app-authenticated-v1037 .ceob-table td,
body.app-authenticated-v1037 .consulta-sim-table td,
body.app-authenticated-v1037 .professores-table-modern td {
  padding: 7px 9px !important;
  border: 1px solid #d7dbe0 !important;
  color: #374151 !important;
  vertical-align: middle !important;
}

body.app-authenticated-v1037 table tbody tr:nth-child(even) td,
body.app-authenticated-v1037 .ceob-table tbody tr:nth-child(even) td,
body.app-authenticated-v1037 .consulta-sim-table tbody tr:nth-child(even) td {
  background: var(--sge-row) !important;
}

body.app-authenticated-v1037 table tbody tr:hover td,
body.app-authenticated-v1037 .ceob-table tbody tr:hover td,
body.app-authenticated-v1037 .consulta-sim-table tbody tr:hover td {
  background: #eef6ff !important;
}

body.app-authenticated-v1037 .ui-tabs,
body.app-authenticated-v1037 .tabs,
body.app-authenticated-v1037 .config-tabs,
body.app-authenticated-v1037 .tab-list,
body.app-authenticated-v1037 .avaliacoes-tabs {
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sge-border) !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.app-authenticated-v1037 .ui-tab,
body.app-authenticated-v1037 .tab,
body.app-authenticated-v1037 .tab-btn,
body.app-authenticated-v1037 .avaliacoes-tab {
  min-height: 32px !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-right: 1px solid var(--sge-border) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .ui-tab.active,
body.app-authenticated-v1037 .tab.active,
body.app-authenticated-v1037 .tab-btn.active,
body.app-authenticated-v1037 .avaliacoes-tab.active {
  background: linear-gradient(#ffffff, #e8ecef) !important;
  color: #1f2937 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6), 0 1px 5px rgba(15,23,42,.18) !important;
}

body.app-authenticated-v1037 .flash,
body.app-authenticated-v1037 .notice,
body.app-authenticated-v1037 .alert,
body.app-authenticated-v1037 .consulta-sim-alert {
  border: 1px solid #6fa6cf !important;
  border-radius: 0 !important;
  background: #4a90b8 !important;
  color: #fff !important;
  padding: 8px 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .empty-state,
body.app-authenticated-v1037 .empty,
body.app-authenticated-v1037 .empty-card {
  border: 1px dashed #b7c6d7 !important;
  border-radius: 2px !important;
  background: #fbfdff !important;
  color: #475569 !important;
}

body.app-authenticated-v1037 .progress,
body.app-authenticated-v1037 progress {
  height: 9px !important;
  border-radius: 2px !important;
  background: #e5e7eb !important;
}

body.app-authenticated-v1037 .progress-bar {
  height: 9px !important;
  border-radius: 2px !important;
  background: #3f7fb8 !important;
}

body.app-authenticated-v1037 .admin-geral-platform-hero-v1101 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: auto !important;
  padding: 14px 18px !important;
  color: #1f2937 !important;
}

body.app-authenticated-v1037 .admin-geral-platform-hero-v1101::before,
body.app-authenticated-v1037 .admin-geral-platform-hero-v1101::after {
  display: none !important;
}

body.app-authenticated-v1037 .admin-geral-platform-hero-v1101 h1,
body.app-authenticated-v1037 .admin-geral-platform-hero-v1101 h2,
body.app-authenticated-v1037 .admin-geral-platform-hero-v1101 p {
  color: #1f2937 !important;
}

body.app-authenticated-v1037 .admin-geral-hero-insights-v1102 {
  gap: 8px !important;
}

body.app-authenticated-v1037 .admin-geral-hero-insights-v1102 span {
  border-radius: 2px !important;
  background: #f7fafc !important;
}

body.app-public-v1037 .public-content-v1037,
body.app-public-v1037 .public-content-v1037.container {
  max-width: none !important;
  padding: 0 !important;
}

body.app-public-v1037 .public-topbar-v1037 {
  min-height: 68px !important;
  padding: 10px 24px !important;
  border-bottom: 1px solid #cfd6df !important;
  background: #e9f6fb !important;
}

body.app-public-v1037 .ceob-auth-page-v1040 {
  min-height: calc(100vh - 68px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 26px 16px !important;
  background: linear-gradient(135deg, #0aa3d5 0%, #0578ad 100%) !important;
}

body.app-public-v1037 .ceob-auth-page-v1040::before,
body.app-public-v1037 .ceob-auth-bg-v1040,
body.app-public-v1037 .ceob-auth-intro-v1040 {
  display: none !important;
}

body.app-public-v1037 .ceob-auth-shell-v1040 {
  width: min(430px, 100%) !important;
  min-height: auto !important;
  padding: 0 !important;
  display: block !important;
}

body.app-public-v1037 .ceob-login-card-v1040 {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 auto !important;
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  border-radius: 10px !important;
  background: rgba(242, 248, 252, .95) !important;
  box-shadow: 0 24px 50px rgba(1, 52, 88, .28) !important;
}

@media (max-width: 980px) {
  body.app-authenticated-v1037 .app-sidebar-v1037 {
    width: min(270px, 86vw) !important;
  }

  body.app-authenticated-v1037 .app-workspace-v1037 {
    margin-left: 0 !important;
  }

  body.app-authenticated-v1037 .app-content-v1037 {
    padding: 10px !important;
  }
}

@media (max-width: 700px) {
  body.app-authenticated-v1037 .workspace-topbar-v1037 {
    min-height: 50px !important;
  }

  body.app-authenticated-v1037 .page-header-saas h1,
  body.app-authenticated-v1037 .hero h1,
  body.app-authenticated-v1037 .professor-hero h1,
  body.app-authenticated-v1037 .usuarios-hero-v1014 h1,
  body.app-authenticated-v1037 h1 {
    font-size: 19px !important;
  }

  body.app-authenticated-v1037 table,
  body.app-authenticated-v1037 .table,
  body.app-authenticated-v1037 .ceob-table,
  body.app-authenticated-v1037 .consulta-sim-table {
    font-size: 11px !important;
  }

  body.app-public-v1037 .public-topbar-v1037 {
    min-height: 58px !important;
    padding: 8px 12px !important;
  }

  body.app-public-v1037 .ceob-login-card-v1040 {
    padding: 22px 16px !important;
  }
}

/* Configuracoes operacionais v11.20 */
body.app-authenticated-v1037 .settings-page-v1051,
.settings-page-v1051 {
  width: min(1680px, calc(100vw - 28px));
  max-width: 1680px;
  margin: 0 auto 36px;
  display: grid;
  gap: 14px;
}

body.app-authenticated-v1037 .settings-heading-v1028,
.settings-heading-v1028 {
  border: 1px solid #cfd8e3 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  padding: 18px 20px !important;
}

body.app-authenticated-v1037 .settings-heading-v1028 > div:first-child span,
.settings-heading-v1028 > div:first-child span {
  color: #0b57c4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.app-authenticated-v1037 .settings-heading-v1028 h1,
.settings-heading-v1028 h1 {
  margin: 4px 0 6px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
  color: #061938;
}

body.app-authenticated-v1037 .settings-heading-v1028 p,
.settings-heading-v1028 p {
  color: #415675;
  font-size: 15px;
}

body.app-authenticated-v1037 .settings-workspace-v1120,
.settings-workspace-v1120 {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

body.app-authenticated-v1037 .settings-nav-v1120,
.settings-nav-v1120 {
  position: sticky;
  top: 72px;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  padding: 12px;
  z-index: 3;
}

body.app-authenticated-v1037 .settings-nav-header-v1120,
.settings-nav-header-v1120 {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0b4f8f, #1d63c8);
  color: #ffffff;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 > span,
.settings-nav-header-v1120 > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 strong,
.settings-nav-header-v1120 strong {
  display: block;
  font-size: 14px;
  line-height: 1.15;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 small,
.settings-nav-header-v1120 small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.76);
}

body.app-authenticated-v1037 .settings-tabs-v1028,
.settings-tabs-v1028 {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 6px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a,
.settings-tabs-v1028 a {
  min-height: 42px !important;
  display: grid !important;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px;
  padding: 7px 8px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #243852 !important;
  text-align: left;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a:hover,
.settings-tabs-v1028 a:hover {
  background: #f4f8fc !important;
  border-color: #d9e4f2 !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a.active,
.settings-tabs-v1028 a.active {
  background: #eaf2ff !important;
  border-color: #8db9ff !important;
  color: #0b4fb3 !important;
  box-shadow: inset 3px 0 0 #1d63c8 !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a span,
.settings-tabs-v1028 a span {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center;
  border-radius: 7px !important;
  background: #eef5ff !important;
  color: #0b57c4 !important;
  font-weight: 900;
}

body.app-authenticated-v1037 .settings-panel-v1028,
.settings-panel-v1028 {
  min-width: 0;
  border: 1px solid #cfd8e3 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  padding: 18px !important;
}

body.app-authenticated-v1037 .settings-panel-title-v1028,
.settings-panel-title-v1028 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5edf5;
}

body.app-authenticated-v1037 .settings-panel-title-v1028 h2,
.settings-panel-title-v1028 h2 {
  margin: 0 0 4px;
  color: #061938;
  font-size: 22px;
}

body.app-authenticated-v1037 .settings-panel-title-v1028 p,
.settings-panel-title-v1028 p {
  margin: 0;
  color: #516480;
  font-size: 14px;
}

body.app-authenticated-v1037 .settings-fields-v1028,
.settings-fields-v1028 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.app-authenticated-v1037 .settings-fields-v1028 label,
.settings-fields-v1028 label,
body.app-authenticated-v1037 .settings-code-field-v1049,
.settings-code-field-v1049 {
  display: grid;
  gap: 6px;
  color: #1f334d;
  font-size: 12px;
  font-weight: 800;
}

body.app-authenticated-v1037 .settings-field-wide-v1028,
.settings-field-wide-v1028 {
  grid-column: 1 / -1;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028,
.settings-toggle-grid-v1028 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 16px;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 > label,
.settings-toggle-grid-v1028 > label {
  display: grid !important;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 16px !important;
  border: 1px solid #d8e1ec !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  min-height: 92px;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 input[type="checkbox"],
.settings-toggle-grid-v1028 input[type="checkbox"] {
  appearance: none;
  width: 46px !important;
  height: 26px !important;
  margin: 0 !important;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #e5e7eb;
  position: relative;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 input[type="checkbox"]::before,
.settings-toggle-grid-v1028 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.25);
  transition: transform 0.18s ease;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 input[type="checkbox"]:checked,
.settings-toggle-grid-v1028 input[type="checkbox"]:checked {
  background: #1d63c8;
  border-color: #1d63c8;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 input[type="checkbox"]:checked::before,
.settings-toggle-grid-v1028 input[type="checkbox"]:checked::before {
  transform: translateX(20px);
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 strong,
.settings-toggle-grid-v1028 strong {
  display: block;
  color: #061938;
  font-size: 16px;
}

body.app-authenticated-v1037 .settings-toggle-grid-v1028 small,
.settings-toggle-grid-v1028 small {
  display: block;
  margin-top: 4px;
  color: #516480;
  font-size: 13px;
}

body.app-authenticated-v1037 .settings-form-actions-v1028,
.settings-form-actions-v1028 {
  position: sticky;
  bottom: 12px;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  padding-top: 14px;
  margin-top: 16px;
  border-top: 1px solid #e5edf5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), #ffffff 42%);
}

body.app-authenticated-v1037 .settings-block-model-grid-v1049,
.settings-block-model-grid-v1049 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 14px;
}

body.app-authenticated-v1037 .settings-model-card-v1049,
.settings-model-card-v1049 {
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

body.app-authenticated-v1037 .settings-model-card-v1049 h3,
.settings-model-card-v1049 h3 {
  margin: 0 0 10px;
  color: #061938;
  font-size: 17px;
}

body.app-authenticated-v1037 .settings-note-v1049,
.settings-note-v1049 {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #b8d8ff;
  border-radius: 9px;
  background: #eef6ff;
  color: #21476e;
}

body.app-authenticated-v1037 .settings-advanced-v1120,
.settings-advanced-v1120 {
  border-top: 1px solid #e5edf5;
  padding: 8px 12px 12px;
  background: #f8fafc;
}

body.app-authenticated-v1037 .settings-advanced-v1120 summary,
.settings-advanced-v1120 summary {
  cursor: pointer;
  color: #0b57c4;
  font-size: 12px;
  font-weight: 800;
}

body.app-authenticated-v1037 .settings-advanced-v1120 textarea,
.settings-advanced-v1120 textarea {
  min-height: 86px;
  margin-top: 8px;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

body.app-authenticated-v1037 .discipline-editor-v1120,
.discipline-editor-v1120 {
  margin-top: 8px;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

body.app-authenticated-v1037 .discipline-editor-header-v1120,
.discipline-editor-header-v1120 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #d8e1ec;
  background: #f4f8fc;
}

body.app-authenticated-v1037 .discipline-editor-header-v1120 strong,
.discipline-editor-header-v1120 strong {
  display: block;
  color: #061938;
  font-size: 15px;
}

body.app-authenticated-v1037 .discipline-editor-header-v1120 small,
.discipline-editor-header-v1120 small {
  color: #607089;
  font-size: 12px;
}

body.app-authenticated-v1037 .discipline-editor-status-v1120,
.discipline-editor-status-v1120 {
  white-space: nowrap;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}

body.app-authenticated-v1037 .discipline-editor-status-v1120.ok,
.discipline-editor-status-v1120.ok {
  background: #dcfce7;
  color: #15803d;
}

body.app-authenticated-v1037 .discipline-editor-status-v1120.warn,
.discipline-editor-status-v1120.warn {
  background: #fff2cc;
  color: #a16207;
}

body.app-authenticated-v1037 .discipline-editor-table-wrap-v1120,
.discipline-editor-table-wrap-v1120 {
  overflow-x: auto;
}

body.app-authenticated-v1037 .discipline-editor-table-v1120,
.discipline-editor-table-v1120 {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

body.app-authenticated-v1037 .discipline-editor-table-v1120 th,
.discipline-editor-table-v1120 th {
  background: #edf2f7 !important;
  color: #40516a !important;
  font-size: 11px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.app-authenticated-v1037 .discipline-editor-table-v1120 td,
.discipline-editor-table-v1120 td {
  padding: 7px !important;
  border-bottom: 1px solid #edf2f7 !important;
}

body.app-authenticated-v1037 .discipline-editor-table-v1120 input,
.discipline-editor-table-v1120 input {
  width: 100%;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  font-size: 13px;
}

body.app-authenticated-v1037 .discipline-editor-number-v1120,
.discipline-editor-number-v1120 {
  max-width: 86px;
}

body.app-authenticated-v1037 .discipline-editor-remove-v1120,
.discipline-editor-remove-v1120 {
  min-height: 32px !important;
  padding: 6px 10px !important;
}

body.app-authenticated-v1037 .settings-bottom-actions-v1028,
.settings-bottom-actions-v1028 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1050px) {
  body.app-authenticated-v1037 .settings-workspace-v1120,
  .settings-workspace-v1120 {
    grid-template-columns: 1fr;
  }

  body.app-authenticated-v1037 .settings-nav-v1120,
  .settings-nav-v1120 {
    position: static;
  }

  body.app-authenticated-v1037 .settings-tabs-v1028,
  .settings-tabs-v1028 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.app-authenticated-v1037 .settings-fields-v1028,
  .settings-fields-v1028,
  body.app-authenticated-v1037 .settings-toggle-grid-v1028,
  .settings-toggle-grid-v1028 {
    grid-template-columns: 1fr !important;
  }

  body.app-authenticated-v1037 .settings-block-model-grid-v1049,
  .settings-block-model-grid-v1049 {
    grid-template-columns: 1fr;
  }

  body.app-authenticated-v1037 .discipline-editor-header-v1120,
  .discipline-editor-header-v1120 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.app-authenticated-v1037 .settings-page-v1051,
  .settings-page-v1051 {
    width: min(100%, calc(100vw - 16px));
  }

  body.app-authenticated-v1037 .settings-panel-title-v1028,
  .settings-panel-title-v1028,
  body.app-authenticated-v1037 .settings-bottom-actions-v1028,
  .settings-bottom-actions-v1028 {
    flex-direction: column;
    align-items: stretch;
  }

  body.app-authenticated-v1037 .settings-tabs-v1028,
  .settings-tabs-v1028 {
    grid-template-columns: 1fr !important;
  }
}

/* Configuracoes administrativas v11.21 */
body.app-authenticated-v1037 .settings-page-v1051,
.settings-page-v1051 {
  width: min(100% - 24px, 1480px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 0 28px;
}

body.app-authenticated-v1037 .settings-heading-v1028,
.settings-heading-v1028 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #d7e0ea;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

body.app-authenticated-v1037 .settings-heading-v1028 h1,
.settings-heading-v1028 h1 {
  margin: 4px 0 6px;
  font-size: 1.75rem;
  letter-spacing: 0;
}

body.app-authenticated-v1037 .settings-heading-v1028 p,
.settings-heading-v1028 p {
  max-width: 860px;
  margin: 0;
  color: #475569;
}

body.app-authenticated-v1037 .settings-workspace-v1120,
.settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  align-items: start;
  gap: 16px !important;
}

body.app-authenticated-v1037 .settings-nav-v1120,
.settings-nav-v1120 {
  position: sticky;
  top: 72px;
  padding: 12px;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

body.app-authenticated-v1037 .settings-nav-header-v1120,
.settings-nav-header-v1120 {
  display: block;
  margin-bottom: 12px;
  padding: 4px 6px 12px;
  border-bottom: 1px solid #e2e8f0;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 > span,
.settings-nav-header-v1120 > span {
  display: none !important;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 strong,
.settings-nav-header-v1120 strong {
  display: block;
  color: #0f172a;
  font-size: 0.92rem;
}

body.app-authenticated-v1037 .settings-nav-header-v1120 small,
.settings-nav-header-v1120 small {
  color: #64748b;
  font-size: 0.78rem;
}

body.app-authenticated-v1037 .settings-search-v1120,
.settings-search-v1120 {
  display: block;
  margin: 0 0 10px;
}

body.app-authenticated-v1037 .settings-search-v1120 span,
.settings-search-v1120 span {
  display: block;
  margin-bottom: 6px;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.app-authenticated-v1037 .settings-search-v1120 input,
.settings-search-v1120 input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  padding: 8px 10px;
}

body.app-authenticated-v1037 .settings-tabs-v1028,
.settings-tabs-v1028 {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a,
.settings-tabs-v1028 a {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #334155 !important;
  text-align: left !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a:hover,
.settings-tabs-v1028 a:hover {
  transform: none !important;
  border-color: #dbeafe !important;
  background: #f8fafc !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a.active,
.settings-tabs-v1028 a.active {
  border-color: #bfdbfe !important;
  background: #eff6ff !important;
  box-shadow: inset 3px 0 0 #1d5bbf !important;
  color: #0f172a !important;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a.active::after,
.settings-tabs-v1028 a.active::after {
  display: none !important;
}

body.app-authenticated-v1037 .settings-tab-code-v1121,
.settings-tab-code-v1121 {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #eef4ff;
  color: #1d5bbf;
  font-size: 0.78rem;
  font-weight: 800;
}

body.app-authenticated-v1037 .settings-tabs-v1028 a.active .settings-tab-code-v1121,
.settings-tabs-v1028 a.active .settings-tab-code-v1121 {
  background: #1d5bbf;
  color: #ffffff;
}

body.app-authenticated-v1037 .settings-tab-copy-v1121,
.settings-tab-copy-v1121 {
  display: grid;
  min-width: 0;
  gap: 2px;
}

body.app-authenticated-v1037 .settings-tab-copy-v1121 strong,
.settings-tab-copy-v1121 strong {
  font-size: 0.86rem !important;
  line-height: 1.15;
}

body.app-authenticated-v1037 .settings-tab-copy-v1121 small,
.settings-tab-copy-v1121 small {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.2;
}

body.app-authenticated-v1037 .settings-panel-v1028,
.settings-panel-v1028 {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

body.app-authenticated-v1037 .settings-panel-title-v1028,
.settings-panel-title-v1028 {
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

body.app-authenticated-v1037 .settings-panel-title-v1028 h2,
.settings-panel-title-v1028 h2 {
  margin: 0 0 4px;
  font-size: 1.35rem;
  letter-spacing: 0;
}

body.app-authenticated-v1037 .settings-panel-title-v1028 p,
.settings-panel-title-v1028 p {
  margin: 0;
  color: #475569;
}

body.app-authenticated-v1037 .settings-metrics-v1121,
.settings-metrics-v1121 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

body.app-authenticated-v1037 .settings-metrics-v1121 article,
.settings-metrics-v1121 article {
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

body.app-authenticated-v1037 .settings-metrics-v1121 span,
.settings-metrics-v1121 span {
  display: block;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.app-authenticated-v1037 .settings-metrics-v1121 strong,
.settings-metrics-v1121 strong {
  display: block;
  margin-top: 4px;
  color: #0f4ead;
  font-size: 1.15rem;
}

body.app-authenticated-v1037 .settings-form-actions-v1028,
.settings-form-actions-v1028 {
  position: sticky;
  z-index: 2;
  bottom: 0;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), #ffffff);
}

body.app-authenticated-v1037 .settings-bottom-actions-v1028,
.settings-bottom-actions-v1028 {
  width: min(100% - 24px, 1480px);
  max-width: 1480px;
  margin: 12px auto 28px;
}

@media (max-width: 1040px) {
  body.app-authenticated-v1037 .settings-workspace-v1120,
  .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  body.app-authenticated-v1037 .settings-nav-v1120,
  .settings-nav-v1120 {
    position: static;
  }

  body.app-authenticated-v1037 .settings-tabs-v1028,
  .settings-tabs-v1028 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.app-authenticated-v1037 .settings-metrics-v1121,
  .settings-metrics-v1121 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.app-authenticated-v1037 .settings-page-v1051,
  .settings-page-v1051,
  body.app-authenticated-v1037 .settings-bottom-actions-v1028,
  .settings-bottom-actions-v1028 {
    width: min(100% - 16px, 100%);
  }

  body.app-authenticated-v1037 .settings-heading-v1028,
  .settings-heading-v1028 {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  body.app-authenticated-v1037 .settings-tabs-v1028,
  .settings-tabs-v1028,
  body.app-authenticated-v1037 .settings-metrics-v1121,
  .settings-metrics-v1121 {
    grid-template-columns: 1fr !important;
  }

  body.app-authenticated-v1037 .settings-panel-v1028,
  .settings-panel-v1028 {
    padding: 16px;
  }
}

/* Configurações administrativas: navegação lateral limpa e sem corte de texto */
html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  width: min(100% - 24px, 1500px) !important;
  max-width: 1500px !important;
  margin-inline: auto !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: minmax(240px, 282px) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  overflow: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: sticky !important;
  top: 76px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 14px !important;
  border: 1px solid #d6e0ec !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  display: grid !important;
  gap: 2px !important;
  margin-bottom: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  color: #0f172a !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  display: grid !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 8px !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a,
html body .settings-tabs-v1028 a {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 60px !important;
  height: auto !important;
  padding: 10px 11px !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  text-decoration: none !important;
  white-space: normal !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active,
html body .settings-tabs-v1028 a.active {
  border-color: #1d5dcc !important;
  background: #174ea6 !important;
  color: #fff !important;
  box-shadow: inset 4px 0 0 #f6c700, 0 10px 18px rgba(23, 78, 166, 0.18) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121,
html body .settings-tab-code-v1121 {
  width: 34px !important;
  height: 34px !important;
  border-radius: 9px !important;
  display: grid !important;
  place-items: center !important;
  background: #eaf2ff !important;
  color: #0b55d9 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active .settings-tab-code-v1121,
html body .settings-tabs-v1028 a.active .settings-tab-code-v1121 {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: grid !important;
  gap: 1px !important;
  min-width: 0 !important;
  overflow: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  display: block !important;
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small {
  display: block !important;
  color: #64748b !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-height: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active .settings-tab-copy-v1121 small,
html body .settings-tabs-v1028 a.active .settings-tab-copy-v1121 small {
  color: rgba(255, 255, 255, 0.82) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  min-width: 0 !important;
}

@media (max-width: 1100px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
  html body .settings-page-v1051 {
    width: min(100% - 16px, 100%) !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    grid-template-columns: 1fr !important;
  }
}

/* Configurações administrativas: leitura compacta no padrão Material Escolar. */
html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding-inline: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: sticky !important;
  top: 72px !important;
  max-height: calc(100vh - 92px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 10px !important;
  background: #f8fbff !important;
  border: 1px solid #bfd7f5 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 0 10px !important;
  margin: 0 0 10px !important;
  color: #0f172a !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #dbe8f8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #0b55d9 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  display: block !important;
  margin-top: 4px !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  color: #475569 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  display: block !important;
  margin: 0 0 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  display: block !important;
  margin: 0 0 5px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #334155 !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 34px !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  background: #fff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  grid-template-columns: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a,
html body .settings-tabs-v1028 a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  height: auto !important;
  padding: 7px 10px !important;
  background: #fff !important;
  border: 1px solid #bfd7f5 !important;
  border-radius: 7px !important;
  color: #003b75 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  overflow: hidden !important;
  white-space: normal !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a:hover,
html body .settings-tabs-v1028 a:hover {
  background: #eef6ff !important;
  border-color: #83b7eb !important;
  transform: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active,
html body .settings-tabs-v1028 a.active {
  background: #3182bd !important;
  border-color: #2a74ab !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active::after,
html body .settings-tabs-v1028 a.active::after {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a[hidden],
html body .settings-tabs-v1028 a[hidden] {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121,
html body .settings-tab-code-v1121 {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eaf2ff !important;
  color: #004aad !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active .settings-tab-code-v1121,
html body .settings-tabs-v1028 a.active .settings-tab-code-v1121 {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  display: block !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-desc-v1121,
html body .settings-tab-desc-v1121 {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  min-width: 0 !important;
  background: #fff !important;
  border: 1px solid #cbd6e2 !important;
  border-radius: 0 !important;
  padding: 14px !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 > header,
html body .settings-panel-v1028 > header {
  padding-bottom: 14px !important;
  margin-bottom: 14px !important;
  border-bottom: 1px solid #dbe3ec !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
html body .settings-toggle-grid-v1028 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 > label,
html body .settings-toggle-grid-v1028 > label {
  min-height: 72px !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid #cbdff5 !important;
  border-radius: 7px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 > label:hover,
html body .settings-toggle-grid-v1028 > label:hover {
  background: #f2f7fd !important;
  border-color: #8fbde8 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 input[type="checkbox"],
html body .settings-toggle-grid-v1028 input[type="checkbox"] {
  width: 38px !important;
  height: 24px !important;
  min-width: 38px !important;
  border-radius: 999px !important;
  margin: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 input[type="checkbox"]::before,
html body .settings-toggle-grid-v1028 input[type="checkbox"]::before {
  width: 18px !important;
  height: 18px !important;
  top: 2px !important;
  left: 2px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 input[type="checkbox"]:checked::before,
html body .settings-toggle-grid-v1028 input[type="checkbox"]:checked::before {
  transform: translateX(14px) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 strong,
html body .settings-toggle-grid-v1028 strong {
  color: #061938 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028 small,
html body .settings-toggle-grid-v1028 small {
  color: #334e78 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1050px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static !important;
    max-height: none !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
  html body .settings-toggle-grid-v1028 {
    grid-template-columns: 1fr !important;
  }
}


/* ===== CEOB Avalia v10.18.14.56 - configuracoes redesign ===== */
html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  display: grid;
  gap: 22px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body .settings-heading-v1028 {
  border: 1px solid #d9e2ef;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 16px 35px rgba(15, 23, 42, .08);
  padding: 28px 30px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  display: grid;
  grid-template-columns: minmax(260px, 290px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: sticky;
  top: 96px;
  align-self: start;
  border: 1px solid #d9e2ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, .06);
  padding: 18px;
  max-height: calc(100vh - 124px);
  overflow: hidden;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  font-size: 15px;
  color: #0f2547;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  color: #667085;
  line-height: 1.45;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 44px;
  border-radius: 14px;
  border: 1px solid #d6dde8;
  background: #f8fbff;
  padding: 0 14px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  overflow: auto;
  max-height: calc(100vh - 280px);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a,
html body .settings-tabs-v1028 a {
  min-height: auto;
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #dce4f0;
  background: #f9fbff;
  box-shadow: none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a:hover,
html body .settings-tabs-v1028 a:hover {
  transform: translateY(-1px);
  border-color: #b8cae6;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active,
html body .settings-tabs-v1028 a.active {
  background: linear-gradient(135deg, rgba(23, 78, 166, .12), rgba(47, 128, 237, .18));
  border-color: rgba(23, 78, 166, .35);
  box-shadow: inset 0 0 0 1px rgba(23, 78, 166, .10), 0 12px 28px rgba(23, 78, 42, .08);
  color: #0f2547;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a::after,
html body .settings-tabs-v1028 a::after { content: none; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a .settings-tab-code-v1121,
html body .settings-tabs-v1028 a .settings-tab-code-v1121 { display: none !important; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: grid;
  gap: 4px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  font-size: 15px;
  color: #0f2547;
  line-height: 1.25;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small {
  display: block;
  font-size: 12px;
  color: #667085;
  line-height: 1.45;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  border: 1px solid #d9e2ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
  padding: 24px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
html body .settings-panel-hero-v1200 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eef6;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 h2,
html body .settings-panel-hero-v1200 h2 {
  margin: 0;
  color: #102a4c;
  font-size: 31px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 p,
html body .settings-panel-hero-v1200 p {
  margin: 6px 0 0;
  color: #667085;
  line-height: 1.55;
  max-width: 760px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
html body .settings-metrics-v1121 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 article,
html body .settings-metrics-v1121 article {
  border: 1px solid #dde5f0;
  border-radius: 20px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
html body .settings-fields-v1028 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 label,
html body .settings-fields-v1028 label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #17325c;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 input,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 select,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 input,
html body .settings-fields-v1028 select,
html body .settings-fields-v1028 textarea {
  border-radius: 16px;
  border: 1px solid #d7dee8;
  background: #fbfcfe;
  min-height: 46px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
html body .settings-toggle-grid-v1028 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200 {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #dbe4ef;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  min-height: 104px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  cursor: pointer;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200:hover,
html body .settings-switch-card-v1200:hover {
  transform: translateY(-2px);
  border-color: #b4c8e6;
  box-shadow: 0 16px 28px rgba(15, 23, 42, .08);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"],
html body .settings-switch-card-v1200 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200,
html body .settings-switch-ui-v1200 {
  width: 54px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #c9d4e2;
  background: #e8edf4;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .05);
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200::before,
html body .settings-switch-ui-v1200::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 4px;
  box-shadow: 0 4px 8px rgba(15, 23, 42, .16);
  transition: transform .18s ease;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200 {
  background: linear-gradient(135deg, #174ea6, #2f80ed);
  border-color: #174ea6;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, .18), 0 0 0 4px rgba(23, 78, 166, .12);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before {
  transform: translateX(21px);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked ~ .settings-switch-copy-v1200 strong,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked ~ .settings-switch-copy-v1200 strong {
  color: #103b7a;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200,
html body .settings-switch-copy-v1200 {
  display: grid;
  gap: 4px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 strong,
html body .settings-switch-copy-v1200 strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  color: #102a4c;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 small,
html body .settings-switch-copy-v1200 small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #667085;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028,
html body .settings-form-actions-v1028 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8eef6;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary,
html body .settings-form-actions-v1028 .btn.primary,
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn,
html body .settings-heading-actions-v1028 .btn,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn,
html body .settings-panel-v1028 .btn {
  border-radius: 14px;
  min-height: 42px;
  padding: 10px 16px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-bottom-actions-v1028,
html body .settings-bottom-actions-v1028 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1180px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static;
    max-height: none;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }
}

@media (max-width: 900px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
  html body .settings-heading-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
  html body .settings-panel-v1028 {
    padding: 18px;
    border-radius: 20px;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
  html body .settings-fields-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
  html body .settings-metrics-v1121,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
  html body .settings-toggle-grid-v1028 {
    grid-template-columns: 1fr;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    grid-template-columns: 1fr;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
  html body .settings-panel-hero-v1200,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-bottom-actions-v1028,
  html body .settings-bottom-actions-v1028 {
    flex-direction: column;
    align-items: stretch;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028,
  html body .settings-form-actions-v1028 {
    justify-content: stretch;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn,
  html body .settings-form-actions-v1028 .btn,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-bottom-actions-v1028 .btn,
  html body .settings-bottom-actions-v1028 .btn,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-bottom-actions-v1028 form,
  html body .settings-bottom-actions-v1028 form {
    width: 100%;
  }
}


/* ===== CEOB Avalia v10.18.14.57 - correcao definitiva do texto do menu ===== */
html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a > .settings-tab-copy-v1121,
html body .settings-tabs-v1028 a > .settings-tab-copy-v1121,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active > .settings-tab-copy-v1121,
html body .settings-tabs-v1028 a.active > .settings-tab-copy-v1121 {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  place-items: initial !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-align: left !important;
  overflow: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a > .settings-tab-copy-v1121 strong,
html body .settings-tabs-v1028 a > .settings-tab-copy-v1121 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a > .settings-tab-copy-v1121 small,
html body .settings-tabs-v1028 a > .settings-tab-copy-v1121 small {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a > .settings-tab-copy-v1121 strong,
html body .settings-tabs-v1028 a > .settings-tab-copy-v1121 strong {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #0f2547 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a > .settings-tab-copy-v1121 small,
html body .settings-tabs-v1028 a > .settings-tab-copy-v1121 small {
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #667085 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active > .settings-tab-copy-v1121 strong,
html body .settings-tabs-v1028 a.active > .settings-tab-copy-v1121 strong {
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active > .settings-tab-copy-v1121 small,
html body .settings-tabs-v1028 a.active > .settings-tab-copy-v1121 small {
  color: rgba(255,255,255,.82) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active,
html body .settings-tabs-v1028 a.active {
  background: linear-gradient(135deg, #174ea6 0%, #2f80ed 100%) !important;
  color: #ffffff !important;
  border-color: #174ea6 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a,
html body .settings-tabs-v1028 a {
  overflow: visible !important;
}


/* ===== CEOB Avalia v10.18.14.58 - premium SaaS dashboard ===== */
html body.app-authenticated-v1037,
html body {
  background:
    radial-gradient(circle at top left, rgba(47,128,237,.10), transparent 22%),
    radial-gradient(circle at top right, rgba(23,78,166,.08), transparent 18%),
    linear-gradient(180deg, #f4f8fd 0%, #edf3fb 100%);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  gap: 24px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body .settings-heading-v1028 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 203, 226, .7);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #eef5ff 100%);
  box-shadow: 0 24px 60px rgba(19, 45, 91, .10);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028::before,
html body .settings-heading-v1028::before {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(47,128,237,.20) 0%, rgba(47,128,237,0) 70%);
  pointer-events: none;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-eyebrow-v1028,
html body .settings-eyebrow-v1028 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23,78,166,.08);
  color: #1451b6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 h1,
html body .settings-heading-v1028 h1 {
  margin-top: 14px;
  font-size: 36px;
  letter-spacing: -.03em;
  color: #0e2652;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 p,
html body .settings-heading-v1028 p {
  max-width: 780px;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6f85;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
html body .settings-heading-actions-v1028 {
  display: grid;
  gap: 12px;
  justify-items: end;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028,
html body .settings-status-v1028 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #d7e4f5;
  background: #ffffff;
  color: #0d2c59;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028 i,
html body .settings-status-v1028 i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, .12);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028.manutencao i,
html body .settings-status-v1028.manutencao i { background: #f59e0b; box-shadow: 0 0 0 5px rgba(245, 158, 11, .14); }

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  grid-template-columns: minmax(320px, 340px) minmax(0, 1fr);
  gap: 24px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  border: 1px solid rgba(184, 203, 226, .7);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(19, 45, 91, .08);
  padding: 20px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 48px;
  border-radius: 16px;
  border: 1px solid #d3ddea;
  background: linear-gradient(180deg, #ffffff, #f6f9fd);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input:focus,
html body .settings-search-v1120 input:focus {
  outline: none;
  border-color: #2f80ed;
  box-shadow: 0 0 0 4px rgba(47,128,237,.12);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  gap: 12px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tab-card-v1201 {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid #dbe6f2;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 20px rgba(16, 24, 40, .04);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201:hover,
html body .settings-tab-card-v1201:hover {
  border-color: #b9d1f0;
  box-shadow: 0 18px 30px rgba(19, 45, 91, .10);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active,
html body .settings-tab-card-v1201.active {
  background: linear-gradient(135deg, #0f5ec8 0%, #2f80ed 65%, #62a8ff 100%);
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(23, 78, 166, .28);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-icon-v1201,
html body .settings-tab-icon-v1201 {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(23,78,166,.10), rgba(47,128,237,.16));
  color: #0f5ec8;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-icon-v1201 svg,
html body .settings-tab-icon-v1201 svg {
  width: 24px;
  height: 24px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-icon-v1201,
html body .settings-tab-card-v1201.active .settings-tab-icon-v1201 {
  background: rgba(255,255,255,.18);
  color: #ffffff;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-badge-v1201,
html body .settings-tab-badge-v1201 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(23,78,166,.07);
  color: #1a58bd;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-badge-v1201,
html body .settings-tab-card-v1201.active .settings-tab-badge-v1201 {
  background: rgba(255,255,255,.18);
  color: #ffffff;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 strong {
  font-size: 16px;
  color: #102a4c;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 small {
  color: #64748b;
  line-height: 1.45;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-arrow-v1201,
html body .settings-tab-card-v1201.active .settings-tab-arrow-v1201 {
  color: #ffffff;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-arrow-v1201,
html body .settings-tab-arrow-v1201 {
  font-size: 22px;
  color: #8ba0bd;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  border: 1px solid rgba(184, 203, 226, .8);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,252,255,.98) 100%);
  box-shadow: 0 22px 56px rgba(19, 45, 91, .08);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
html body .settings-panel-hero-v1200 {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6edf7;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 h2,
html body .settings-panel-hero-v1200 h2 {
  font-size: 32px;
  letter-spacing: -.03em;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 article,
html body .settings-metrics-v1121 article {
  border-radius: 22px;
  border-color: #dce7f4;
  box-shadow: 0 10px 20px rgba(19,45,91,.04);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 span,
html body .settings-metrics-v1121 span {
  color: #6b7c93;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 800;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 strong,
html body .settings-metrics-v1121 strong {
  color: #0f5ec8;
  font-size: 28px;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200 {
  grid-template-columns: 72px minmax(0, 1fr);
  border-radius: 24px;
  border: 1px solid #dbe6f2;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 22px rgba(19,45,91,.05);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200:hover,
html body .settings-switch-card-v1200:hover {
  box-shadow: 0 18px 32px rgba(19, 45, 91, .10);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked ~ .settings-switch-copy-v1200 strong,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked ~ .settings-switch-copy-v1200 strong {
  color: #0f5ec8;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200,
html body .settings-switch-ui-v1200 {
  width: 58px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e7edf5, #dce5ef);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200::before,
html body .settings-switch-ui-v1200::before {
  top: 4px;
  left: 4px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before {
  transform: translateX(24px);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary,
html body .settings-form-actions-v1028 .btn.primary,
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn,
html body .settings-heading-actions-v1028 .btn,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn,
html body .settings-panel-v1028 .btn {
  background: linear-gradient(135deg, #0f5ec8 0%, #2f80ed 100%);
  color: #ffffff;
  border: 0;
  box-shadow: 0 14px 24px rgba(23, 78, 166, .18);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn:not(.primary),
html body .settings-heading-actions-v1028 .btn:not(.primary),
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn:not(.primary),
html body .settings-panel-v1028 .btn:not(.primary) {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  color: #1254c5;
  border: 1px solid #d3e1f4;
  box-shadow: 0 10px 18px rgba(19,45,91,.06);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary:hover,
html body .settings-form-actions-v1028 .btn.primary:hover,
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn:hover,
html body .settings-heading-actions-v1028 .btn:hover,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn:hover,
html body .settings-panel-v1028 .btn:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-summary-v1028 > div,
html body .settings-summary-v1028 > div,
html body.app-authenticated-v1037 .app-content-v1037 .settings-model-card-v1049,
html body .settings-model-card-v1049,
html body.app-authenticated-v1037 .app-content-v1037 .settings-note-v1049,
html body .settings-note-v1049 {
  border-radius: 22px;
  border-color: #dbe7f5;
  box-shadow: 0 10px 20px rgba(19,45,91,.04);
}

@media (max-width: 1180px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr;
  }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static;
  }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 h1,
  html body .settings-heading-v1028 h1 {
    font-size: 30px;
  }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
  html body .settings-heading-actions-v1028 {
    justify-items: stretch;
  }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
  html body .settings-tab-card-v1201 {
    grid-template-columns: 48px minmax(0,1fr) 16px;
    gap: 12px;
  }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-icon-v1201,
  html body .settings-tab-icon-v1201 {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}

@media (max-width: 640px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
  html body .settings-tabs-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
  html body .settings-toggle-grid-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
  html body .settings-fields-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
  html body .settings-metrics-v1121 {
    grid-template-columns: 1fr;
  }
}


/* ===== CEOB Avalia v10.18.14.59 - Notion / Linear / Stripe dark premium ===== */
html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  position: relative;
  isolation: isolate;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051::before,
html body .settings-page-v1051::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(82, 140, 255, .18), transparent 26%),
    radial-gradient(circle at 85% 0%, rgba(128, 92, 255, .14), transparent 22%),
    linear-gradient(180deg, #0a0f1a 0%, #0f1727 38%, #121b2f 100%);
  z-index: -1;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body .settings-heading-v1028,
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  background: linear-gradient(180deg, rgba(17, 24, 39, .88) 0%, rgba(13, 19, 32, .92) 100%);
  border: 1px solid rgba(98, 116, 153, .26);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028::before,
html body .settings-heading-v1028::before {
  background: radial-gradient(circle, rgba(99, 142, 255, .22) 0%, rgba(99, 142, 255, 0) 72%);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-eyebrow-v1028,
html body .settings-eyebrow-v1028 {
  background: rgba(125, 155, 255, .12);
  color: #9dbdff;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 h1,
html body .settings-heading-v1028 h1,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 h2,
html body .settings-panel-hero-v1200 h2,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 strong,
html body .settings-switch-copy-v1200 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-copy-v1300 strong,
html body .settings-dashboard-copy-v1300 strong {
  color: #f8fbff;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 p,
html body .settings-heading-v1028 p,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 p,
html body .settings-panel-hero-v1200 p,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 small,
html body .settings-switch-copy-v1200 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-copy-v1300 small,
html body .settings-dashboard-copy-v1300 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  color: #94a3b8;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028,
html body .settings-status-v1028 {
  background: rgba(15, 23, 42, .75);
  border-color: rgba(98, 116, 153, .28);
  color: #e2ecff;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-v1300,
html body .settings-sidebar-toggle-v1300 {
  width: 100%;
  margin: 10px 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(98, 116, 153, .28);
  background: linear-gradient(180deg, rgba(25, 35, 58, .9) 0%, rgba(16, 23, 39, .95) 100%);
  color: #d9e5ff;
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-v1300:hover,
html body .settings-sidebar-toggle-v1300:hover {
  transform: translateY(-1px);
  border-color: rgba(135, 161, 255, .4);
  box-shadow: 0 14px 26px rgba(0,0,0,.24);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-icon-v1300,
html body .settings-sidebar-toggle-icon-v1300 {
  width: 28px; height: 28px; display:grid; place-items:center; border-radius:10px; background: rgba(99, 142, 255, .14);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-icon-v1300 svg,
html body .settings-sidebar-toggle-icon-v1300 svg { width: 16px; height: 16px; transition: transform .24s ease; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-copy-v1300,
html body .settings-sidebar-toggle-copy-v1300 { font-weight: 700; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 input,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 select,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 input,
html body .settings-fields-v1028 select,
html body .settings-fields-v1028 textarea {
  background: rgba(8, 13, 24, .7);
  border-color: rgba(98, 116, 153, .28);
  color: #e6eefc;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input::placeholder,
html body .settings-search-v1120 input::placeholder,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea::placeholder,
html body .settings-fields-v1028 textarea::placeholder { color: #6f819d; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 label,
html body .settings-fields-v1028 label { color: #d4e1f7; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tab-card-v1201 {
  background: linear-gradient(180deg, rgba(20, 28, 46, .95) 0%, rgba(14, 20, 34, .95) 100%);
  border-color: rgba(98, 116, 153, .22);
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
  transition: transform .26s cubic-bezier(.2,.8,.2,1), box-shadow .26s ease, border-color .26s ease, background .26s ease;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201:hover,
html body .settings-tab-card-v1201:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active,
html body .settings-tab-card-v1201.active {
  background: linear-gradient(135deg, rgba(40, 95, 220, .95) 0%, rgba(89, 132, 255, .95) 100%);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-icon-v1201,
html body .settings-tab-icon-v1201 {
  background: linear-gradient(135deg, rgba(99, 142, 255, .15), rgba(99, 142, 255, .06));
  color: #a6c2ff;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-badge-v1201,
html body .settings-tab-badge-v1201 {
  background: rgba(99, 142, 255, .12);
  color: #a8c4ff;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-arrow-v1201,
html body .settings-tab-arrow-v1201 { color: #6f819d; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed,
html body .settings-workspace-v1120.is-sidebar-collapsed {
  grid-template-columns: 104px minmax(0, 1fr);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-v1120,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-v1120 { padding: 16px 12px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-header-v1120 small,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-header-v1120 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-sidebar-toggle-copy-v1300,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-sidebar-toggle-copy-v1300,
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-search-v1120,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-search-v1120,
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-badge-v1201,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-badge-v1201,
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-copy-v1121 small,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-copy-v1121 small {
  display: none !important;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-header-v1120,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-nav-header-v1120 { text-align: center; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-sidebar-toggle-v1300,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-sidebar-toggle-v1300 { padding-inline: 0; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-card-v1201,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-card-v1201 {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  padding: 12px 10px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-copy-v1121 strong,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-copy-v1121 strong { font-size: 12px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-arrow-v1201,
html body .settings-workspace-v1120.is-sidebar-collapsed .settings-tab-arrow-v1201 { display:none; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-overview-v1300,
html body .settings-dashboard-overview-v1300 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  animation: settingsFadeInUp-v1300 .55s ease both;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-card-v1300,
html body .settings-dashboard-card-v1300 {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 23, 39, .88) 0%, rgba(12, 18, 32, .95) 100%);
  border: 1px solid rgba(98, 116, 153, .22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 14px 28px rgba(0,0,0,.20);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-card-v1300:hover,
html body .settings-dashboard-card-v1300:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 161, 255, .35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 34px rgba(0,0,0,.26);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-card-v1300.is-highlight,
html body .settings-dashboard-card-v1300.is-highlight {
  background: linear-gradient(135deg, rgba(40, 95, 220, .18) 0%, rgba(13, 19, 32, .95) 100%);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-label-v1300,
html body .settings-dashboard-label-v1300 {
  display:inline-flex; width:fit-content; padding:4px 10px; border-radius:999px; background: rgba(99,142,255,.12); color:#a8c4ff; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:8px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-copy-v1300 strong,
html body .settings-dashboard-copy-v1300 strong { display:block; font-size:24px; line-height:1.2; margin-bottom:6px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-visual-v1300 svg,
html body .settings-dashboard-visual-v1300 svg { width:100%; height:36px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-visual-v1300 path,
html body .settings-dashboard-visual-v1300 path { fill:none; stroke:#7db0ff; stroke-width:3.2; stroke-linecap:round; stroke-linejoin:round; filter: drop-shadow(0 0 8px rgba(125,176,255,.28)); }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-visual-v1300.alt path,
html body .settings-dashboard-visual-v1300.alt path { stroke:#c08bff; filter: drop-shadow(0 0 8px rgba(192,139,255,.28)); }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-bars-v1300,
html body .settings-dashboard-bars-v1300 { display:flex; align-items:flex-end; gap:8px; min-height:40px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-bars-v1300 span,
html body .settings-dashboard-bars-v1300 span { width:8px; height:var(--bar); min-height:10px; border-radius:999px; background: linear-gradient(180deg, #74a8ff 0%, #2757df 100%); box-shadow: 0 0 0 1px rgba(255,255,255,.04); }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-progress-v1300,
html body .settings-dashboard-progress-v1300 { height:10px; border-radius:999px; background: rgba(148,163,184,.16); overflow:hidden; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-progress-v1300 i,
html body .settings-dashboard-progress-v1300 i { display:block; width:var(--progress); height:100%; border-radius:999px; background: linear-gradient(90deg, #6ea8ff 0%, #7c6dff 100%); }

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 article,
html body .settings-metrics-v1121 article,
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200,
html body.app-authenticated-v1037 .app-content-v1037 .settings-summary-v1028 > div,
html body .settings-summary-v1028 > div,
html body.app-authenticated-v1037 .app-content-v1037 .settings-model-card-v1049,
html body .settings-model-card-v1049,
html body.app-authenticated-v1037 .app-content-v1037 .settings-note-v1049,
html body .settings-note-v1049 {
  background: linear-gradient(180deg, rgba(18, 26, 44, .9) 0%, rgba(13, 19, 32, .95) 100%);
  border-color: rgba(98, 116, 153, .22);
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 span,
html body .settings-metrics-v1121 span { color: #9fb1c8; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 strong,
html body .settings-metrics-v1121 strong { color: #f8fbff; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200,
html body .settings-switch-ui-v1200 {
  background: linear-gradient(180deg, rgba(58, 70, 98, .8), rgba(42, 52, 76, .8));
  border-color: rgba(120, 139, 175, .3);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200 {
  background: linear-gradient(135deg, #5b8cff 0%, #795dff 100%);
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.12), 0 0 0 4px rgba(99,142,255,.16);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary,
html body .settings-form-actions-v1028 .btn.primary {
  background: linear-gradient(135deg, #5a8dff 0%, #7d62ff 100%);
  box-shadow: 0 16px 28px rgba(73, 97, 222, .24);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn:not(.primary),
html body .settings-heading-actions-v1028 .btn:not(.primary),
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn:not(.primary),
html body .settings-panel-v1028 .btn:not(.primary) {
  background: linear-gradient(180deg, rgba(23, 33, 56, .95), rgba(15, 23, 42, .95));
  border-color: rgba(98, 116, 153, .28);
  color: #dbe7ff;
}

@keyframes settingsFadeInUp-v1300 {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tab-card-v1201,
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200,
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-card-v1300,
html body .settings-dashboard-card-v1300 {
  animation: settingsFadeInUp-v1300 .45s ease both;
}

@media (max-width: 1280px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-overview-v1300,
  html body .settings-dashboard-overview-v1300 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120.is-sidebar-collapsed,
  html body .settings-workspace-v1120.is-sidebar-collapsed,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-overview-v1300,
  html body .settings-dashboard-overview-v1300 {
    grid-template-columns: 1fr;
  }
}


/* ===== CEOB Avalia v10.18.14.60 - dual theme + animated dashboard ===== */
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
html body .settings-heading-actions-v1028 {
  align-items: end;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-theme-toggle-v1400,
html body .settings-theme-toggle-v1400 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(98, 116, 153, .28);
  background: linear-gradient(180deg, rgba(23, 33, 56, .95), rgba(15, 23, 42, .95));
  color: #e4ecff;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-theme-toggle-v1400:hover,
html body .settings-theme-toggle-v1400:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0,0,0,.22);
  border-color: rgba(135, 161, 255, .36);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-theme-toggle-icon-v1400,
html body .settings-theme-toggle-icon-v1400 {
  width: 24px; height: 24px; display:grid; place-items:center; border-radius: 999px; background: rgba(99,142,255,.12);
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-actions-v1400,
html body .settings-quick-actions-v1400 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-link-v1400,
html body .settings-quick-link-v1400 {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(18, 26, 44, .9) 0%, rgba(13, 19, 32, .96) 100%);
  border: 1px solid rgba(98, 116, 153, .22);
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-link-v1400:hover,
html body .settings-quick-link-v1400:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 161, 255, .36);
  box-shadow: 0 18px 30px rgba(0,0,0,.24);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-link-v1400 strong,
html body .settings-quick-link-v1400 strong { color: #f8fbff; font-size: 14px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-link-v1400 small,
html body .settings-quick-link-v1400 small { color: #95a5bd; line-height: 1.45; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400,
html body .settings-nav-group-v1400 {
  border: 1px solid rgba(98, 116, 153, .16);
  border-radius: 20px;
  padding: 6px;
  background: rgba(12, 18, 31, .35);
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 + .settings-nav-group-v1400,
html body .settings-nav-group-v1400 + .settings-nav-group-v1400 { margin-top: 10px; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 summary,
html body .settings-nav-group-v1400 summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  padding: 12px 12px 10px;
  color: #dbe7ff;
  font-weight: 800;
}
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 summary::-webkit-details-marker,
html body .settings-nav-group-v1400 summary::-webkit-details-marker { display:none; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 summary i,
html body .settings-nav-group-v1400 summary i { font-style: normal; color: #8aa6d9; transition: transform .2s ease; }
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400[open] summary i,
html body .settings-nav-group-v1400[open] summary i { transform: rotate(45deg); }
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
html body .settings-nav-group-links-v1400 { display: grid; gap: 10px; padding: 0 4px 6px; }

html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-card-v1300 strong [data-counter-target],
html body .settings-dashboard-card-v1300 strong [data-counter-target] {
  display: inline-block;
  min-width: 2ch;
}

html body.settings-light-mode-v1400.app-authenticated-v1037,
html body.settings-light-mode-v1400 {
  background:
    radial-gradient(circle at top left, rgba(47,128,237,.10), transparent 22%),
    radial-gradient(circle at top right, rgba(23,78,166,.08), transparent 18%),
    linear-gradient(180deg, #f5f8fd 0%, #edf3fb 100%) !important;
}
html body.settings-light-mode-v1400 .settings-page-v1051::before { display:none; }
html body.settings-light-mode-v1400 .settings-heading-v1028,
html body.settings-light-mode-v1400 .settings-nav-v1120,
html body.settings-light-mode-v1400 .settings-panel-v1028,
html body.settings-light-mode-v1400 .settings-dashboard-card-v1300,
html body.settings-light-mode-v1400 .settings-quick-link-v1400,
html body.settings-light-mode-v1400 .settings-switch-card-v1200,
html body.settings-light-mode-v1400 .settings-metrics-v1121 article,
html body.settings-light-mode-v1400 .settings-summary-v1028 > div,
html body.settings-light-mode-v1400 .settings-model-card-v1049,
html body.settings-light-mode-v1400 .settings-note-v1049,
html body.settings-light-mode-v1400 .settings-nav-group-v1400 {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-color: #dce6f2 !important;
  box-shadow: 0 16px 32px rgba(19,45,91,.08), inset 0 1px 0 rgba(255,255,255,.55) !important;
}
html body.settings-light-mode-v1400 .settings-heading-v1028 h1,
html body.settings-light-mode-v1400 .settings-panel-hero-v1200 h2,
html body.settings-light-mode-v1400 .settings-dashboard-copy-v1300 strong,
html body.settings-light-mode-v1400 .settings-switch-copy-v1200 strong,
html body.settings-light-mode-v1400 .settings-tab-card-v1201 .settings-tab-copy-v1121 strong,
html body.settings-light-mode-v1400 .settings-quick-link-v1400 strong,
html body.settings-light-mode-v1400 .settings-nav-group-v1400 summary,
html body.settings-light-mode-v1400 .settings-metrics-v1121 strong { color: #102a4c !important; }
html body.settings-light-mode-v1400 .settings-heading-v1028 p,
html body.settings-light-mode-v1400 .settings-panel-hero-v1200 p,
html body.settings-light-mode-v1400 .settings-dashboard-copy-v1300 small,
html body.settings-light-mode-v1400 .settings-switch-copy-v1200 small,
html body.settings-light-mode-v1400 .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body.settings-light-mode-v1400 .settings-nav-header-v1120 small,
html body.settings-light-mode-v1400 .settings-quick-link-v1400 small,
html body.settings-light-mode-v1400 .settings-fields-v1028 label,
html body.settings-light-mode-v1400 .settings-metrics-v1121 span { color: #667085 !important; }
html body.settings-light-mode-v1400 .settings-search-v1120 input,
html body.settings-light-mode-v1400 .settings-fields-v1028 input,
html body.settings-light-mode-v1400 .settings-fields-v1028 select,
html body.settings-light-mode-v1400 .settings-fields-v1028 textarea {
  background: #fbfdff !important;
  color: #172b4d !important;
  border-color: #d7dee8 !important;
}
html body.settings-light-mode-v1400 .settings-theme-toggle-v1400,
html body.settings-light-mode-v1400 .settings-heading-actions-v1028 .btn:not(.primary),
html body.settings-light-mode-v1400 .settings-panel-v1028 .btn:not(.primary) {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%) !important;
  color: #1254c5 !important;
  border-color: #d3e1f4 !important;
}
html body.settings-light-mode-v1400 .settings-status-v1028 {
  background: #ffffff !important;
  color: #0d2c59 !important;
  border-color: #d7e4f5 !important;
}
html body.settings-light-mode-v1400 .settings-tab-card-v1201 {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-color: #dbe6f2 !important;
}
html body.settings-light-mode-v1400 .settings-tab-card-v1201.active {
  background: linear-gradient(135deg, #0f5ec8 0%, #2f80ed 65%, #62a8ff 100%) !important;
}
html body.settings-light-mode-v1400 .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body.settings-light-mode-v1400 .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body.settings-light-mode-v1400 .settings-tab-card-v1201.active .settings-tab-arrow-v1201,
html body.settings-light-mode-v1400 .settings-tab-card-v1201.active .settings-tab-badge-v1201 { color:#fff !important; }
html body.settings-light-mode-v1400 .settings-tab-icon-v1201 {
  background: linear-gradient(135deg, rgba(23,78,166,.10), rgba(47,128,237,.16)) !important;
  color: #0f5ec8 !important;
}

@media (max-width: 1280px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-actions-v1400,
  html body .settings-quick-actions-v1400 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
  html body .settings-heading-actions-v1028 { justify-items: stretch; }
  html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-actions-v1400,
  html body .settings-quick-actions-v1400 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-actions-v1400,
  html body .settings-quick-actions-v1400 { grid-template-columns: 1fr; }
}


/* ===== CEOB Avalia v10.18.14.61 - estilo administrativo clássico ===== */
html body.app-authenticated-v1037,
html body {
  background: #eef2f6 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051::before,
html body .settings-page-v1051::before {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  gap: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-heading-v1028,
html body .settings-nav-v1120,
html body .settings-panel-v1028 {
  background: #ffffff !important;
  border: 1px solid #d6dde7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body .settings-heading-v1028 {
  padding: 16px 18px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028::before,
html body .settings-heading-v1028::before {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-eyebrow-v1028,
html body .settings-eyebrow-v1028 {
  background: transparent !important;
  color: #0d4cb3 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 h1,
html body .settings-heading-v1028 h1 {
  margin: 8px 0 0 !important;
  color: #0a2b5e !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 p,
html body .settings-heading-v1028 p {
  color: #42526b !important;
  font-size: 14px !important;
  max-width: 100% !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
html body .settings-heading-actions-v1028 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-theme-toggle-v1400,
html body .settings-theme-toggle-v1400,
html body.app-authenticated-v1037 .app-content-v1037 .settings-dashboard-overview-v1300,
html body .settings-dashboard-overview-v1300,
html body.app-authenticated-v1037 .app-content-v1037 .settings-quick-actions-v1400,
html body .settings-quick-actions-v1400,
html body.app-authenticated-v1037 .app-content-v1037 .settings-sidebar-toggle-v1300,
html body .settings-sidebar-toggle-v1300 {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028,
html body .settings-status-v1028 {
  background: #ffffff !important;
  border: 1px solid #d6dde7 !important;
  color: #0a2b5e !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 8px 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-status-v1028 i,
html body .settings-status-v1028 i {
  width: 8px !important;
  height: 8px !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  grid-template-columns: 285px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: static !important;
  max-height: none !important;
  padding: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  margin-bottom: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  color: #4a5972 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  color: #42526b !important;
  font-size: 13px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  gap: 6px !important;
  margin-bottom: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 36px !important;
  background: #ffffff !important;
  border: 1px solid #b8c3d2 !important;
  border-radius: 4px !important;
  color: #0a2b5e !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  gap: 8px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400,
html body .settings-nav-group-v1400 {
  border: 1px solid #d7dfe9 !important;
  border-radius: 0 !important;
  background: #f9fbfd !important;
  padding: 6px !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 summary,
html body .settings-nav-group-v1400 summary {
  padding: 8px 8px 10px !important;
  color: #4a5972 !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 summary i,
html body .settings-nav-group-v1400 summary i {
  color: #6b7a90 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
html body .settings-nav-group-links-v1400 {
  gap: 8px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tab-card-v1201 {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 12px !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  border: 1px solid #c7d3e2 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201:hover,
html body .settings-tab-card-v1201:hover {
  border-color: #9fb3cf !important;
  background: #f6f9fc !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active,
html body .settings-tab-card-v1201.active {
  background: #2f7fc3 !important;
  border-color: #2f7fc3 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-icon-v1201,
html body .settings-tab-icon-v1201 {
  width: 38px !important;
  height: 38px !important;
  border-radius: 4px !important;
  background: #eef3f9 !important;
  color: #2f7fc3 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-icon-v1201,
html body .settings-tab-card-v1201.active .settings-tab-icon-v1201 {
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-badge-v1201,
html body .settings-tab-badge-v1201 {
  background: #edf4fb !important;
  color: #2f7fc3 !important;
  font-size: 10px !important;
  padding: 3px 8px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 strong {
  color: #0a2b5e !important;
  font-size: 15px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201 .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-arrow-v1201,
html body .settings-tab-arrow-v1201 {
  color: #5e6e85 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-badge-v1201,
html body .settings-tab-card-v1201.active .settings-tab-badge-v1201,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-arrow-v1201,
html body .settings-tab-card-v1201.active .settings-tab-arrow-v1201 {
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  padding: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
html body .settings-panel-hero-v1200 {
  margin-bottom: 14px !important;
  padding: 10px 12px 12px !important;
  border: 1px solid #d6dde7 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #d6dde7 !important;
  background: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 h2,
html body .settings-panel-hero-v1200 h2 {
  color: #0a2b5e !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 p,
html body .settings-panel-hero-v1200 p {
  color: #42526b !important;
  font-size: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
html body .settings-metrics-v1121 {
  gap: 10px !important;
  margin-bottom: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 article,
html body .settings-metrics-v1121 article,
html body.app-authenticated-v1037 .app-content-v1037 .settings-summary-v1028 > div,
html body .settings-summary-v1028 > div,
html body.app-authenticated-v1037 .app-content-v1037 .settings-model-card-v1049,
html body .settings-model-card-v1049,
html body.app-authenticated-v1037 .app-content-v1037 .settings-note-v1049,
html body .settings-note-v1049,
html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200 {
  background: #ffffff !important;
  border: 1px solid #d6dde7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 span,
html body .settings-metrics-v1121 span {
  color: #5a6980 !important;
  font-size: 11px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121 strong,
html body .settings-metrics-v1121 strong {
  color: #0a2b5e !important;
  font-size: 24px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
html body .settings-fields-v1028 {
  gap: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 label,
html body .settings-fields-v1028 label {
  color: #0a2b5e !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 input,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 select,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 input,
html body .settings-fields-v1028 select,
html body .settings-fields-v1028 textarea {
  min-height: 40px !important;
  background: #ffffff !important;
  border: 1px solid #b6c2d1 !important;
  border-radius: 0 !important;
  color: #0a2b5e !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 textarea {
  min-height: 82px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
html body .settings-toggle-grid-v1028 {
  gap: 10px !important;
  margin-top: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200 {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  min-height: 84px !important;
  padding: 14px 16px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 strong,
html body .settings-switch-copy-v1200 strong {
  color: #0a2b5e !important;
  font-size: 16px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 small,
html body .settings-switch-copy-v1200 small {
  color: #495a72 !important;
  font-size: 13px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200,
html body .settings-switch-ui-v1200 {
  width: 50px !important;
  height: 28px !important;
  background: #dfe6ef !important;
  border: 1px solid #bcc8d8 !important;
  border-radius: 999px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-ui-v1200::before,
html body .settings-switch-ui-v1200::before {
  width: 20px !important;
  height: 20px !important;
  top: 3px !important;
  left: 4px !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200 {
  background: #2f7fc3 !important;
  border-color: #2f7fc3 !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before,
html body .settings-switch-card-v1200 input[type="checkbox"]:checked + .settings-switch-ui-v1200::before {
  transform: translateX(22px) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028,
html body .settings-form-actions-v1028 {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid #d6dde7 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn,
html body .settings-form-actions-v1028 .btn,
html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn,
html body .settings-heading-actions-v1028 .btn,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn,
html body .settings-panel-v1028 .btn {
  min-height: 38px !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary,
html body .settings-form-actions-v1028 .btn.primary,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn.primary,
html body .settings-panel-v1028 .btn.primary {
  background: #2f7fc3 !important;
  border: 1px solid #2f7fc3 !important;
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn:not(.primary),
html body .settings-heading-actions-v1028 .btn:not(.primary),
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn:not(.primary),
html body .settings-panel-v1028 .btn:not(.primary) {
  background: #ffffff !important;
  border: 1px solid #aebccf !important;
  color: #0a2b5e !important;
}

@media (max-width: 1180px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
  html body .settings-heading-actions-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
  html body .settings-panel-hero-v1200 {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
  html body .settings-fields-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
  html body .settings-metrics-v1121,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
  html body .settings-toggle-grid-v1028 {
    grid-template-columns: 1fr !important;
  }
}


/* ===== CEOB Avalia v10.18.14.62 - réplica visual da tela de implantação ===== */
html body.app-authenticated-v1037,
html body {
  font-family: Arial, Helvetica, sans-serif !important;
  background: #eaf0f5 !important;
  color: #061d49 !important;
}

html body.app-authenticated-v1037 .app-content-v1037,
html body .app-content-v1037 {
  background: #eaf0f5 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  gap: 10px !important;
  padding: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028,
html body .settings-heading-v1028 {
  min-height: 52px !important;
  padding: 10px 14px !important;
  background: #ffffff !important;
  border: 1px solid #cfd8e3 !important;
  border-top: 1px solid #efd7cc !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 > div:first-child,
html body .settings-heading-v1028 > div:first-child {
  display: grid !important;
  gap: 2px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-eyebrow-v1028,
html body .settings-eyebrow-v1028 {
  font-size: 11px !important;
  line-height: 1 !important;
  color: #0050a8 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 h1,
html body .settings-heading-v1028 h1 {
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  color: #061d49 !important;
  font-weight: 800 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-v1028 p,
html body .settings-heading-v1028 p {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028,
html body .settings-heading-actions-v1028 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  grid-template-columns: 270px minmax(0, 1fr) !important;
  gap: 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  background: #ffffff !important;
  border: 1px solid #cfd8e3 !important;
  padding: 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  padding: 2px 0 8px !important;
  margin: 0 0 8px !important;
  border-bottom: 1px solid #d6dee8 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  font-size: 13px !important;
  color: #0050a8 !important;
  letter-spacing: .08em !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  color: #35445b !important;
  font-size: 11px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  color: #35445b !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 34px !important;
  padding: 6px 10px !important;
  border: 1px solid #aebdd0 !important;
  background: #ffffff !important;
  color: #061d49 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400,
html body .settings-nav-group-v1400 {
  padding: 0 !important;
  margin: 0 0 10px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 h3,
html body .settings-nav-group-v1400 h3 {
  margin: 0 0 5px !important;
  padding: 5px 6px !important;
  background: #eef3f8 !important;
  border: 1px solid #d4dce7 !important;
  color: #40506a !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
html body .settings-nav-group-links-v1400 {
  gap: 5px !important;
  padding: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tab-card-v1201 {
  display: block !important;
  min-height: 34px !important;
  padding: 8px 10px !important;
  border: 1px solid #b9c8db !important;
  background: #ffffff !important;
  text-align: left !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201:hover,
html body .settings-tab-card-v1201:hover {
  background: #f5f8fb !important;
  border-color: #8fa8c7 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active,
html body .settings-tab-card-v1201.active {
  background: #2f86c5 !important;
  border-color: #2f86c5 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: block !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  color: #061d49 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 strong {
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200,
html body .settings-panel-hero-v1200 {
  margin: 0 0 10px !important;
  padding: 11px 12px !important;
  background: #ffffff !important;
  border: 1px solid #cfd8e3 !important;
  min-height: 52px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 h2,
html body .settings-panel-hero-v1200 h2 {
  margin: 0 !important;
  color: #061d49 !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-hero-v1200 p,
html body .settings-panel-hero-v1200 p {
  margin-top: 4px !important;
  color: #35445b !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-v1028,
html body .settings-form-v1028,
html body.app-authenticated-v1037 .app-content-v1037 .settings-summary-v1028,
html body .settings-summary-v1028 {
  padding: 11px 12px !important;
  border: 1px solid #cfd8e3 !important;
  background: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
html body .settings-fields-v1028 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 label,
html body .settings-fields-v1028 label {
  gap: 6px !important;
  color: #061d49 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 input,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 select,
html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 input,
html body .settings-fields-v1028 select,
html body .settings-fields-v1028 textarea {
  min-height: 30px !important;
  padding: 6px 8px !important;
  border: 1px solid #aebdd0 !important;
  background: #ffffff !important;
  color: #061d49 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028 textarea,
html body .settings-fields-v1028 textarea {
  min-height: 58px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-field-wide-v1028,
html body .settings-field-wide-v1028 {
  grid-column: 1 / -1 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-metrics-v1121,
html body .settings-metrics-v1121 {
  display: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
html body .settings-toggle-grid-v1028 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-card-v1200,
html body .settings-switch-card-v1200 {
  min-height: 70px !important;
  padding: 11px 12px !important;
  border: 1px solid #c8d3e0 !important;
  background: #f9fbfd !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 strong,
html body .settings-switch-copy-v1200 strong {
  color: #061d49 !important;
  font-size: 14px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-switch-copy-v1200 small,
html body .settings-switch-copy-v1200 small {
  color: #3e4f67 !important;
  font-size: 11px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028,
html body .settings-form-actions-v1028 {
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid #d2dae5 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-form-actions-v1028 .btn.primary,
html body .settings-form-actions-v1028 .btn.primary,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn.primary,
html body .settings-panel-v1028 .btn.primary {
  background: #2f7fc3 !important;
  border: 1px solid #1f6ca8 !important;
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn,
html body .settings-heading-actions-v1028 .btn,
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn,
html body .settings-panel-v1028 .btn {
  min-height: 30px !important;
  padding: 6px 10px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-heading-actions-v1028 .btn:not(.primary),
html body .settings-heading-actions-v1028 .btn:not(.primary),
html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028 .btn:not(.primary),
html body .settings-panel-v1028 .btn:not(.primary) {
  background: #ffffff !important;
  border: 1px solid #a9b9cc !important;
  color: #064f9d !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-bottom-actions-v1028,
html body .settings-bottom-actions-v1028 {
  padding: 8px 0 0 !important;
}

@media (max-width: 1100px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-fields-v1028,
  html body .settings-fields-v1028,
  html body.app-authenticated-v1037 .app-content-v1037 .settings-toggle-grid-v1028,
  html body .settings-toggle-grid-v1028 {
    grid-template-columns: 1fr !important;
  }
}

/* Settings page: compact, legible configuration navigation */
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: sticky !important;
  top: 12px !important;
  align-self: start !important;
  max-height: calc(100vh - 24px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 12px !important;
  border: 1px solid #cbd7e6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  display: block !important;
  padding: 0 0 10px !important;
  margin: 0 0 10px !important;
  border-bottom: 1px solid #dbe3ee !important;
  background: transparent !important;
  color: #0f172a !important;
  border-radius: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  display: block !important;
  color: #0b57c2 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  display: block !important;
  margin-top: 4px !important;
  color: #465872 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  display: block !important;
  margin: 0 0 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  display: block !important;
  margin: 0 0 5px !important;
  color: #334155 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  width: 100% !important;
  min-height: 34px !important;
  padding: 7px 9px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400,
html body .settings-nav-group-v1400 {
  display: block !important;
  margin: 0 !important;
  min-width: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 h3,
html body .settings-nav-group-v1400 h3 {
  margin: 0 0 5px !important;
  color: #64748b !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
html body .settings-nav-group-links-v1400 {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-width: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201,
html body a.settings-tab-card-v1201 {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 48px !important;
  width: 100% !important;
  padding: 7px 9px !important;
  border: 1px solid #cfe0f4 !important;
  border-radius: 5px !important;
  background: #f8fbff !important;
  color: #0f2a4f !important;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201:hover,
html body a.settings-tab-card-v1201:hover {
  border-color: #7db4ec !important;
  background: #eef6ff !important;
  transform: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201.active,
html body a.settings-tab-card-v1201.active {
  border-color: #0b57c2 !important;
  background: #1f63c8 !important;
  color: #ffffff !important;
  box-shadow: inset 3px 0 0 #f6c400 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121,
html body .settings-tab-code-v1121 {
  display: inline-flex !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  background: #eaf2ff !important;
  color: #0b57c2 !important;
  overflow: hidden !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121 svg,
html body .settings-tab-code-v1121 svg {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201.active .settings-tab-code-v1121,
html body a.settings-tab-card-v1201.active .settings-tab-code-v1121 {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: block !important;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
  position: static !important;
  transform: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  display: block !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 12.5px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small {
  display: block !important;
  margin-top: 2px !important;
  color: #52657f !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body a.settings-tab-card-v1201.active .settings-tab-copy-v1121 small {
  color: rgba(255, 255, 255, 0.84) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  min-width: 0 !important;
}

@media (max-width: 980px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static !important;
    max-height: none !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
  html body .settings-nav-group-links-v1400 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
  html body .settings-nav-group-links-v1400 {
    grid-template-columns: 1fr !important;
  }
}

/* Final polish: compact settings menu without clipped labels */
html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  grid-template-columns: minmax(280px, 304px) minmax(0, 1fr) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 a.settings-tab-card-v1201,
html body a.settings-tab-card-v1201 {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  min-height: 46px !important;
  padding: 8px 10px !important;
  gap: 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121,
html body .settings-tab-code-v1121 {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121 svg,
html body .settings-tab-code-v1121 svg {
  width: 15px !important;
  height: 15px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 10px !important;
}

@media (max-width: 980px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }
}

/* Ajuste final: configuracoes compactas para volta as aulas. */
html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
html body .settings-page-v1051 {
  width: min(100% - 24px, 1500px) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding-inline: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
html body .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  overflow: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
html body .settings-nav-v1120 {
  position: sticky !important;
  top: 68px !important;
  max-height: calc(100vh - 88px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 10px !important;
  background: #fff !important;
  border: 1px solid #cfd9e6 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120,
html body .settings-nav-header-v1120 {
  display: block !important;
  padding: 0 0 10px !important;
  margin: 0 0 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #dbe4ef !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 strong,
html body .settings-nav-header-v1120 strong {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #0b57c2 !important;
  white-space: normal !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-header-v1120 small,
html body .settings-nav-header-v1120 small {
  display: block !important;
  margin-top: 3px !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #53657c !important;
  white-space: normal !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120,
html body .settings-search-v1120 {
  display: grid !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 span,
html body .settings-search-v1120 span {
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #2f3f55 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-search-v1120 input,
html body .settings-search-v1120 input {
  height: 34px !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028,
html body .settings-tabs-v1028 {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400,
html body .settings-nav-group-v1400 {
  margin: 0 0 10px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-v1400 h3,
html body .settings-nav-group-v1400 h3 {
  margin: 9px 0 5px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
  color: #6b7c92 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
html body .settings-nav-group-links-v1400 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201,
html body .settings-tabs-v1028 a,
html body .settings-tab-card-v1201 {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 7px 9px !important;
  border: 1px solid #d5e0ed !important;
  border-radius: 4px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active,
html body .settings-tabs-v1028 a.active,
html body .settings-tab-card-v1201.active {
  background: #1e5bbf !important;
  border-color: #1e5bbf !important;
  color: #fff !important;
  box-shadow: inset 0 -2px 0 #f3c316 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-code-v1121,
html body .settings-tab-code-v1121 {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eaf2ff !important;
  color: #0b55d9 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active .settings-tab-code-v1121,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-code-v1121,
html body .settings-tabs-v1028 a.active .settings-tab-code-v1121,
html body .settings-tab-card-v1201.active .settings-tab-code-v1121 {
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121,
html body .settings-tab-copy-v1121 {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 strong,
html body .settings-tab-copy-v1121 strong {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  color: inherit !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-copy-v1121 small,
html body .settings-tab-copy-v1121 small {
  display: -webkit-box !important;
  margin-top: 2px !important;
  color: #61748c !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  max-height: none !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-tabs-v1028 a.active .settings-tab-copy-v1121 small,
html body.app-authenticated-v1037 .app-content-v1037 .settings-tab-card-v1201.active .settings-tab-copy-v1121 small,
html body .settings-tabs-v1028 a.active .settings-tab-copy-v1121 small,
html body .settings-tab-card-v1201.active .settings-tab-copy-v1121 small {
  color: rgba(255, 255, 255, .78) !important;
}

html body.app-authenticated-v1037 .app-content-v1037 .settings-panel-v1028,
html body .settings-panel-v1028 {
  min-width: 0 !important;
}

@media (max-width: 1080px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-workspace-v1120,
  html body .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-v1120,
  html body .settings-nav-v1120 {
    position: static !important;
    max-height: none !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
  html body .settings-nav-group-links-v1400 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  html body.app-authenticated-v1037 .app-content-v1037 .settings-page-v1051,
  html body .settings-page-v1051 {
    width: min(100% - 16px, 100%) !important;
  }

  html body.app-authenticated-v1037 .app-content-v1037 .settings-nav-group-links-v1400,
  html body .settings-nav-group-links-v1400 {
    grid-template-columns: 1fr !important;
  }
}

/* Fechamento visual seguro para volta as aulas:
   compacta Configuracoes e remove o Game da navegacao sem apagar historico. */
html body .app-shell-v1037 a[href*="/game"],
html body .app-shell-v1037 a[href*="avalia-game"],
html body .app-topbar-v1037 a[href*="/game"],
html body .app-topbar-v1037 a[href*="avalia-game"],
html body .app-sidebar-v1037 a[href*="/game"],
html body .app-sidebar-v1037 a[href*="avalia-game"],
html body nav a[href*="/game"],
html body nav a[href*="avalia-game"],
html body a.app-nav-link-v1037[href*="/game"],
html body a.app-nav-link-v1037[href*="avalia-game"],
html body a.card[href*="/game"],
html body a.card[href*="avalia-game"] {
  display: none !important;
}

html body .settings-page-v1051 .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 276px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

html body .settings-page-v1051 .settings-nav-v1120 {
  position: sticky !important;
  top: 76px !important;
  max-height: calc(100vh - 92px) !important;
  overflow: auto !important;
  padding: 14px !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

html body .settings-page-v1051 .settings-nav-header-v1120 {
  margin: 0 0 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #d9e2ef !important;
}

html body .settings-page-v1051 .settings-nav-header-v1120 h2 {
  margin: 0 0 3px !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  letter-spacing: .12em !important;
}

html body .settings-page-v1051 .settings-nav-header-v1120 p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

html body .settings-page-v1051 .settings-search-v1120 {
  margin-bottom: 10px !important;
}

html body .settings-page-v1051 .settings-search-v1120 label,
html body .settings-page-v1051 .settings-nav-group-title-v1400 {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #334155 !important;
}

html body .settings-page-v1051 .settings-search-v1120 input {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 7px 9px !important;
  font-size: 12px !important;
  box-sizing: border-box !important;
}

html body .settings-page-v1051 .settings-tabs-v1028,
html body .settings-page-v1051 .settings-nav-group-links-v1400 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
}

html body .settings-page-v1051 .settings-tab-card-v1201,
html body .settings-page-v1051 .settings-tabs-v1028 a {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 6px 8px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .settings-page-v1051 .settings-tab-code-v1121 {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
}

html body .settings-page-v1051 .settings-tab-code-v1121 svg {
  width: 15px !important;
  height: 15px !important;
}

html body .settings-page-v1051 .settings-tab-copy-v1121 {
  min-width: 0 !important;
  overflow: hidden !important;
}

html body .settings-page-v1051 .settings-tab-copy-v1121 strong {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .settings-page-v1051 .settings-tab-copy-v1121 small {
  display: none !important;
}

html body .settings-page-v1051 .settings-panel-v1028 {
  min-width: 0 !important;
}

@media (max-width: 1080px) {
  html body .settings-page-v1051 .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  html body .settings-page-v1051 .settings-nav-v1120 {
    position: static !important;
    max-height: none !important;
  }

  html body .settings-page-v1051 .settings-tabs-v1028,
  html body .settings-page-v1051 .settings-nav-group-links-v1400 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body .settings-page-v1051 .settings-tabs-v1028,
  html body .settings-page-v1051 .settings-nav-group-links-v1400 {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================
   CEOB Avalia - ajuste EXCLUSIVO de Opções > Configurações
   Não altera barra superior, menu lateral ou demais páginas.
   ========================================================== */
body.app-authenticated-v1037 .app-content-v1037 > .settings-page-v1051 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-toolbar-v1501 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 18px !important;
  padding: 16px 18px !important;
  border: 1px solid #d5dfeb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 31, 61, .06) !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-title-v1501 {
  min-width: 0 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-title-v1501 > span {
  display: block !important;
  margin-bottom: 3px !important;
  color: var(--primary, #174ea6) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-title-v1501 > strong {
  display: block !important;
  color: #0f1f3d !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-title-v1501 > small {
  display: block !important;
  margin-top: 4px !important;
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-local-actions-v1501 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  flex: 0 0 auto !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-workspace-v1120 {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-v1120 {
  position: sticky !important;
  top: 84px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: calc(100vh - 104px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 16px !important;
  border: 1px solid #d5dfeb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 31, 61, .06) !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-header-v1120 {
  display: block !important;
  margin: 0 0 13px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e8f0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-header-v1120 strong {
  display: block !important;
  color: #0f4fa8 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-header-v1120 small {
  display: block !important;
  margin-top: 4px !important;
  color: #667085 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-search-v1120 {
  display: grid !important;
  gap: 6px !important;
  margin: 0 0 14px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-search-v1120 span {
  color: #344054 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-search-v1120 input {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  border: 1px solid #c8d4e2 !important;
  border-radius: 7px !important;
  font-size: 12px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tabs-v1028 {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-group-v1400 {
  margin: 0 0 15px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-group-v1400:last-child {
  margin-bottom: 0 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-group-v1400 h3 {
  margin: 0 0 7px !important;
  padding: 6px 8px !important;
  border-radius: 6px !important;
  background: #edf2f7 !important;
  color: #5f6f86 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-group-links-v1400 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 a.settings-tab-card-v1201 {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 62px !important;
  height: auto !important;
  padding: 10px 11px !important;
  border: 1px solid #d8e1eb !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
  color: #18324f !important;
  overflow: visible !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.app-authenticated-v1037 .settings-page-v1051 a.settings-tab-card-v1201:hover {
  border-color: #8eb7df !important;
  background: #f0f7ff !important;
  transform: translateY(-1px) !important;
}

body.app-authenticated-v1037 .settings-page-v1051 a.settings-tab-card-v1201.active {
  border-color: var(--primary, #174ea6) !important;
  background: linear-gradient(135deg, var(--primary-dark, #0f3b80), var(--primary, #174ea6)) !important;
  color: #ffffff !important;
  box-shadow: inset 4px 0 0 #f3c316 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tab-code-v1121 {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 9px !important;
  background: #e8f1fc !important;
  color: var(--primary, #174ea6) !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tab-code-v1121 svg {
  width: 19px !important;
  height: 19px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 a.settings-tab-card-v1201.active .settings-tab-code-v1121 {
  background: rgba(255, 255, 255, .16) !important;
  color: #ffffff !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tab-copy-v1121 {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tab-copy-v1121 strong {
  display: block !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-tab-copy-v1121 small {
  display: block !important;
  margin-top: 3px !important;
  color: #667085 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  overflow: visible !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
}

body.app-authenticated-v1037 .settings-page-v1051 a.settings-tab-card-v1201.active .settings-tab-copy-v1121 small {
  color: rgba(255, 255, 255, .82) !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-panel-v1028 {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 20px !important;
  border: 1px solid #d5dfeb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 31, 61, .06) !important;
  overflow: visible !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-panel-hero-v1200 {
  margin: 0 0 18px !important;
  padding: 0 0 15px !important;
  border-bottom: 1px solid #e1e8f0 !important;
  background: transparent !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-panel-hero-v1200 h2 {
  margin: 0 !important;
  color: #0f1f3d !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-panel-hero-v1200 p {
  margin: 5px 0 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-metrics-v1121 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-metrics-v1121 article {
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid #dbe5ef !important;
  border-radius: 10px !important;
  background: #f7faff !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-form-v1028 {
  padding: 18px !important;
  border: 1px solid #dbe4ed !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 15px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028 input,
body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028 select,
body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028 textarea {
  width: 100% !important;
  min-height: 42px !important;
  padding: 9px 11px !important;
  border: 1px solid #bdcbd9 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #10233b !important;
  font-size: 13px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028 textarea {
  min-height: 92px !important;
}

body.app-authenticated-v1037 .settings-page-v1051 .settings-form-actions-v1028 {
  position: static !important;
  margin-top: 16px !important;
  padding-top: 15px !important;
  border-top: 1px solid #e1e8f0 !important;
  background: #ffffff !important;
}

@media (max-width: 1120px) {
  body.app-authenticated-v1037 .settings-page-v1051 .settings-workspace-v1120 {
    grid-template-columns: 1fr !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-v1120 {
    position: static !important;
    max-height: none !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-tabs-v1028 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 820px) {
  body.app-authenticated-v1037 .settings-page-v1051 .settings-local-toolbar-v1501 {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-local-actions-v1501 {
    justify-content: flex-start !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-tabs-v1028 {
    grid-template-columns: 1fr !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-metrics-v1121 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.app-authenticated-v1037 .settings-page-v1051 .settings-panel-v1028,
  body.app-authenticated-v1037 .settings-page-v1051 .settings-nav-v1120,
  body.app-authenticated-v1037 .settings-page-v1051 .settings-local-toolbar-v1501 {
    padding: 14px !important;
    border-radius: 9px !important;
  }

  body.app-authenticated-v1037 .settings-page-v1051 .settings-fields-v1028,
  body.app-authenticated-v1037 .settings-page-v1051 .settings-toggle-grid-v1028,
  body.app-authenticated-v1037 .settings-page-v1051 .settings-metrics-v1121 {
    grid-template-columns: 1fr !important;
  }
}

/* Ordem fixa do bloco: resumo compacto e somente de leitura. */
.fixed-block-order-v1018 {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  font-size: 0.8125rem;
}

.fixed-block-order-head-v1018 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.fixed-block-order-mark-v1018 {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eff6ff;
  color: #175cd3;
  font-size: 1.0769em;
  font-weight: 800;
}

body.app-authenticated-v1037 .app-content-v1037 .fixed-block-order-head-v1018 h2 {
  margin: 0 !important;
  color: #174ea6 !important;
  font-size: 1.2308em !important;
  line-height: 1.25 !important;
}

body.app-authenticated-v1037 .app-content-v1037 .fixed-block-order-head-v1018 p {
  margin: 3px 0 0 !important;
  color: #667085 !important;
  font-size: 1em !important;
  line-height: 1.4 !important;
}

.fixed-block-order-list-v1018 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fixed-block-order-item-v1018 {
  display: flex;
  min-width: 0;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 6px 9px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #fbfdff;
}

.fixed-block-order-position-v1018 {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 7px;
  background: #eff6ff;
  color: #175cd3;
  font-size: 0.9231em;
  font-weight: 800;
}

.fixed-block-order-content-v1018 {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.fixed-block-order-content-v1018 strong {
  overflow: hidden;
  color: #1d2939;
  font-size: 0.9231em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-block-order-content-v1018 small {
  color: #667085;
  font-size: 0.8462em;
  line-height: 1.25;
}

body.pref-font-large .fixed-block-order-v1018 {
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .fixed-block-order-v1018 {
    padding: 12px;
  }

  .fixed-block-order-list-v1018 {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  }
}
