/* Fechamentos — paridade com prints; cores via --fech-cor (modalidade) */

.fech-tema {
  --fech-cor: var(--lotofacil, #930989);
  --fech-cor-2: #b34aad;
  --fech-soft: #f3e8f6;
  --fech-soft-2: #efe0f2;
  --fech-ink: #2a2a2a;
  --fech-muted: #6a6a6a;
  --fech-ok: #28a745;
}
.fech-tema.lotofacil { --fech-cor: var(--lotofacil); --fech-cor-2: #b34aad; --fech-soft: #f3e8f6; --fech-soft-2: #efe0f2; }
.fech-tema.megasena { --fech-cor: var(--mega); --fech-cor-2: #33a866; --fech-soft: #e8f6ee; --fech-soft-2: #d7efdf; }
.fech-tema.quina { --fech-cor: var(--quina); --fech-cor-2: #3355aa; --fech-soft: #e8ecf6; --fech-soft-2: #d7dff0; }
.fech-tema.lotomania { --fech-cor: var(--lotomania); --fech-cor-2: #ff855c; --fech-soft: #fff0ea; --fech-soft-2: #ffe2d6; }
.fech-tema.duplasena { --fech-cor: var(--dupla); --fech-cor-2: #b33333; --fech-soft: #f8e8e8; --fech-soft-2: #f0d6d6; }
.fech-tema.diadesorte { --fech-cor: var(--dia); --fech-cor-2: #e6b83a; --fech-soft: #fff8e6; --fech-soft-2: #ffefc2; }
.fech-tema.timemania { --fech-cor: var(--time-green); --fech-cor-2: #338833; --fech-soft: #e8f4e8; --fech-soft-2: #d6ebd6; }
.fech-tema.maismilionaria { --fech-cor: var(--maismilionaria, #2E1A6E); --fech-cor-2: #4a3390; --fech-soft: #ece8f4; --fech-soft-2: #ddd6ec; }

/* ========== LISTAGEM ========== */
.fech-listagem {
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--fech-cor) 18%, transparent) 0 18%, transparent 42%),
    linear-gradient(180deg, #f4f0f5 0%, #fff 34%);
}

.fech-voltar {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  color: #2c3a4a;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  padding: 0.55rem 1.2rem 0.55rem 0.95rem;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 1.35rem;
}
.fech-voltar i {
  font-size: 1.15rem;
  line-height: 1;
}
.fech-voltar:hover {
  color: var(--fech-cor);
  border-color: color-mix(in srgb, var(--fech-cor) 40%, #e3e3e3);
  box-shadow: 0 3px 10px color-mix(in srgb, var(--fech-cor) 18%, transparent);
}

.fech-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 1.5rem 2rem;
  align-items: center;
  padding: 0.5rem 0 1.25rem;
}
.fech-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  background: var(--fech-cor);
  border-radius: 10px;
  padding: 0.45rem 1rem;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--fech-cor) 35%, transparent);
}
.fech-tema.diadesorte .fech-badge { color: #222; }

.fech-hero-title {
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 800;
  color: var(--fech-ink);
  margin: 0.9rem 0 0.55rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.fech-hero-sub {
  max-width: 34rem;
  color: var(--fech-muted);
  margin: 0;
  line-height: 1.55;
  font-size: 1rem;
}

.fech-hero-art {
  position: relative;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fech-phone {
  width: 148px;
  height: 210px;
  border-radius: 22px;
  border: 3px solid color-mix(in srgb, var(--fech-cor) 55%, #333);
  background: linear-gradient(180deg, #fff 0%, #f7f2f8 100%);
  box-shadow: 0 18px 40px rgba(40, 10, 50, 0.18);
  padding: 18px 12px 12px;
  position: relative;
  z-index: 2;
  transform: rotate(8deg);
}
.fech-phone::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: #ddd;
}
.fech-phone-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-top: 8px;
}
.fech-phone-grid span {
  aspect-ratio: 1;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--fech-cor) 45%, #ccc);
  font-size: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fech-cor);
  font-weight: 700;
  background: #fff;
}
.fech-ball {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(40, 10, 50, 0.16);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  background: radial-gradient(circle at 30% 28%, color-mix(in srgb, var(--fech-cor) 40%, #fff), var(--fech-cor));
}
.fech-ball-a { width: 58px; height: 58px; left: 8%; top: 12%; }
.fech-ball-b { width: 44px; height: 44px; left: 28%; bottom: 18%; opacity: 0.92; }
.fech-ball-c { width: 36px; height: 36px; right: 42%; top: 8%; opacity: 0.85; }

.fech-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(40, 20, 50, 0.07);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 1.35rem;
}
.fech-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.25rem 0.85rem;
}
.fech-card-head h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fech-cor);
}
.fech-card-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--fech-cor);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.fech-tema.diadesorte .fech-card-ico { color: #222; }

.fech-table {
  width: 100%;
  border-collapse: collapse;
}
.fech-table thead tr {
  background: var(--fech-cor);
}
.fech-table th {
  text-align: left;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0.9rem 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 0;
}
.fech-tema.diadesorte .fech-table th { color: #222 !important; }
.fech-table th i {
  margin-right: 0.3rem;
  opacity: 0.95;
}
.fech-table td {
  padding: 0.85rem 1.15rem;
  border-top: 1px solid #efe8f1;
  vertical-align: middle;
  background: #fff;
}
.fech-table tbody tr.fech-row:nth-child(even) td {
  background: var(--fech-soft);
}
.fech-row { cursor: pointer; transition: filter 0.15s; }
.fech-row:hover td { filter: brightness(0.98); }
.fech-row:focus { outline: 2px solid var(--fech-cor); outline-offset: -2px; }

.fech-dez-circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--fech-cor);
  color: #fff;
  line-height: 1.05;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--fech-cor) 30%, transparent);
}
.fech-tema.diadesorte .fech-dez-circle { color: #222; }
.fech-dez-circle strong {
  font-size: 1.2rem;
  font-weight: 800;
}
.fech-dez-circle small {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.92;
  letter-spacing: 0.02em;
}
.fech-garantia {
  color: var(--fech-ok);
  font-weight: 800;
  font-size: 1.05rem;
}
.fech-fixas-col {
  color: var(--fech-cor);
  font-weight: 800;
  font-size: 1rem;
}
.fech-pill {
  display: inline-block;
  background: var(--fech-soft-2);
  color: var(--fech-cor);
  border-radius: 999px;
  padding: 0.42rem 1rem;
  font-weight: 800;
  font-size: 0.9rem;
}
.fech-qtd-cell {
  color: var(--fech-ink);
  font-weight: 700;
}

.fech-disclaimer {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.55;
  margin-top: 2.25rem !important;
  padding-top: 0.25rem;
}

/* ========== GERADOR ========== */
.fech-gerador {
  background: linear-gradient(180deg, #f7f4f8 0%, #fff 22%);
  padding-top: 2.25rem !important;
}
.fech-gerador > .container {
  max-width: 1140px;
}

.fech-garantia-banner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--fech-soft);
  border-radius: 12px;
  padding: 1.25rem 1.4rem;
  color: #3b0a45;
  border: 1.5px solid color-mix(in srgb, var(--fech-cor) 35%, #e8e8e8);
  margin-bottom: 2rem !important;
}
.fech-garantia-banner i {
  font-size: 1.7rem;
  color: var(--fech-cor);
  margin-top: 0.05rem;
}
.fech-garantia-banner > div > strong {
  color: var(--fech-cor);
  display: block;
  margin-bottom: 0.4rem;
}
.fech-garantia-lines p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0.45rem !important;
  color: #444;
}
.fech-garantia-lines p:last-child { margin-bottom: 0 !important; }
.fech-garantia-lines .fech-hl {
  display: inline !important;
  color: #c41212 !important;
  font-weight: 800;
  margin: 0;
}

.fech-painel {
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(200px, 0.85fr) minmax(260px, 1.1fr);
  gap: 1.75rem 2.25rem;
  align-items: start;
}

.fech-volante-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fech-volante-wrap #contest-display {
  width: 100%;
}
.fech-volante-wrap #numbers span.fixedDozen,
.fech-volante-wrap #numbers span.fech-fixa,
.fech-volante-wrap .fech-dez.fech-fixa {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  box-shadow: none;
  outline: none;
}

.fech-contador {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
}

.fech-acoes {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-top: 0.5rem;
}
.fech-acoes .fech-btn-primary,
.fech-acoes .fech-btn-secondary,
.fech-acoes .fech-btn-outline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  border-radius: 12px;
  padding: 1.15rem 3rem 1.15rem 1.25rem;
  text-align: left;
  width: 100%;
  position: relative;
  min-height: 84px;
  justify-content: center;
}
.fech-btn-primary {
  background: var(--fech-cor);
  color: #fff;
}
.fech-btn-secondary {
  background: var(--fech-cor-2);
  color: #fff;
}
.fech-tema.diadesorte .fech-btn-primary,
.fech-tema.diadesorte .fech-btn-secondary { color: #222; }

.fech-btn-primary span,
.fech-btn-secondary span,
.fech-btn-outline span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  line-height: 1.2;
}
.fech-btn-primary small,
.fech-btn-secondary small,
.fech-btn-outline small {
  opacity: 0.9;
  font-size: 0.78rem;
  margin-top: 0.3rem;
}
.fech-btn-primary i,
.fech-btn-secondary i,
.fech-btn-outline i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.fech-btn-outline {
  background: #fff;
  border: 2px solid var(--fech-cor) !important;
  color: var(--fech-cor);
}

.fech-params {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.fech-params-head {
  background: var(--fech-cor);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.15rem;
  font-size: 0.88rem;
}
.fech-tema.diadesorte .fech-params-head { color: #222; }

.fech-params-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.fech-params-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  font-size: 0.82rem;
}
.fech-params-grid > div:nth-child(2n) { border-right: 0; }
.fech-params-grid span {
  color: var(--fech-cor);
  font-weight: 700;
  font-size: 0.78rem;
}
.fech-params-grid strong {
  display: block;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  color: #222;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  min-height: 2.25rem;
  line-height: 1.25;
}
.fech-params-grid strong.is-in { color: #198754; }
.fech-params-grid strong.is-out { color: #dc3545; }

.fech-anterior {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 1.75rem;
  border: 1px solid #d0d7e2;
  border-radius: 10px;
  overflow: hidden;
  background: #eef3f9;
}
.fech-anterior-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.7rem;
  background: var(--fech-cor);
  color: #fff;
  padding: 0.75rem 1rem;
  min-width: 14rem;
}
.fech-tema.diadesorte .fech-anterior-head { color: #222; }
.fech-anterior-head strong {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}
.fech-anterior-n {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0;
  opacity: 0.95;
}
.fech-anterior-n input {
  width: 4.6rem;
  height: 1.85rem;
  border: 0;
  border-radius: 6px;
  padding: 0 0.45rem;
  font-weight: 800;
  font-size: 0.85rem;
  color: #222;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  appearance: textfield;
  -moz-appearance: textfield;
}
.fech-anterior-n input::-webkit-outer-spin-button,
.fech-anterior-n input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fech-anterior-buscar {
  border: 0;
  background: #fff;
  color: var(--fech-cor);
  font-weight: 800;
  font-size: 0.72rem;
  border-radius: 6px;
  padding: 0.28rem 0.7rem;
  height: 1.85rem;
  line-height: 1;
}
.fech-tema.diadesorte .fech-anterior-buscar { color: #222; }
.fech-anterior-buscar:hover { filter: brightness(0.96); }
.fech-anterior-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
}
.fech-anterior-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  background: transparent;
  padding: 0;
}
.fech-anterior-cell {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  text-align: center;
  font-weight: 800;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  border: 1px solid #d8d4c4;
  background: #FEFDDC;
  border-radius: 50%;
  padding: 0;
  color: #111;
  appearance: none;
  box-shadow: none;
}
.fech-anterior-cell:focus {
  outline: none;
  background: #fff8b8;
  box-shadow: inset 0 0 0 2px var(--fech-cor);
}

.fech-resultados {
  margin-top: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.fech-bulk-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  color: #555;
}
.fech-bulk-btn {
  border: 1.5px solid var(--fech-cor) !important;
  color: var(--fech-cor) !important;
  background: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.fech-bulk-btn:hover {
  background: var(--fech-soft) !important;
}

.fech-jogo-row {
  display: flex;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.fech-jogo-row:last-child { border-bottom: 0; }
.fech-jogo-side {
  width: 3.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--fech-cor);
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
  padding: 0.65rem 0.25rem;
  font-size: 1.15rem;
}
.fech-tema.diadesorte .fech-jogo-side { color: #222; }
.fech-jogo-side input {
  width: 1rem;
  height: 1rem;
  accent-color: #fff;
}

.fech-jogo-body { flex: 1; padding: 0.7rem 0.9rem; }
.fech-jogo-nums {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.fech-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.05rem;
  height: 2.05rem;
  border: 1.5px solid var(--fech-cor);
  border-radius: 6px;
  background: #fff;
  color: var(--fech-cor);
  font-size: 0.85rem;
  font-weight: 700;
}
.fech-num.is-on {
  background: var(--fech-cor);
  color: #fff;
  border-color: transparent;
}
.fech-tema.diadesorte .fech-num.is-on { color: #222; }
.fech-num.fech-num-fixa {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  box-shadow: none;
}

.fech-jogo-stats {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.fech-stat {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 0.28rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #555;
  white-space: nowrap;
}
.fech-stat.is-alert {
  color: #c62828;
}

/* Leque de filtros (estilo planilha) */
.fech-filtro-popup {
  max-width: 92vw;
  padding: 1.35rem 1.5rem 1.2rem !important;
  box-sizing: border-box;
}
.fech-filtro-popup .swal2-title {
  padding: 0 0 0.35rem;
  margin: 0;
}
.fech-filtro-popup .swal2-html-container,
.fech-filtro-swal {
  margin: 0 !important;
  padding: 0.45rem 0 0.85rem !important;
  overflow: visible !important;
}
.fech-filtro-popup .swal2-actions {
  margin: 0 !important;
  padding: 0.15rem 0 0 !important;
  width: 100%;
  gap: 0.5rem;
}
.fech-filtro-popup .swal2-styled {
  margin: 0.2rem 0.15rem !important;
}
.fech-filtro-leque {
  max-height: 56vh;
  overflow: auto;
  padding: 0 0.15rem 0.15rem;
  box-sizing: border-box;
}
.fech-filtro-hint {
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 0.75rem;
  padding: 0 0.1rem;
}
.fech-filtro-acc {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f7f7f7;
  margin-bottom: 0.4rem;
}
.fech-filtro-acc[open] { background: #fff; }
.fech-filtro-acc summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
}
.fech-filtro-acc summary::-webkit-details-marker { display: none; }
.fech-filtro-acc summary::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  margin-left: auto;
  flex-shrink: 0;
}
.fech-filtro-acc[open] summary::after { transform: rotate(-135deg); margin-top: 0.25rem; }
.fech-filtro-n {
  font-size: 0.72rem;
  font-weight: 600;
  color: #888;
  margin-right: 0.35rem;
}
.fech-filtro-box { padding: 0 0.75rem 0.7rem; }
.fech-filtro-search {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.35rem 0.55rem;
  font-size: 0.82rem;
  margin-bottom: 0.4rem;
}
.fech-filtro-vals {
  max-height: 9.5rem;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  padding: 0.2rem 0;
}
.fech-filtro-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.22rem 0.55rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}
.fech-filtro-item:hover { background: #f0f0f0; }
.fech-filtro-all { font-weight: 700; margin-bottom: 0.15rem; }
.fech-filtro-item input { accent-color: var(--fech-cor, #6c3cff); }

@media (max-width: 1100px) {
  .fech-painel {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.75rem;
  }
  .fech-volante-wrap { grid-column: 1 / -1; }
}
@media (max-width: 991px) {
  .fech-hero { grid-template-columns: 1fr; }
  .fech-hero-art { justify-content: flex-start; min-height: 160px; }
  .fech-painel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .fech-volante-wrap { max-width: 100%; }
  .fech-acoes { padding-top: 0; }
  .fech-anterior {
    flex-direction: column;
  }
  .fech-anterior-head {
    min-width: 0;
    width: 100%;
  }
  .fech-anterior-body {
    width: 100%;
    min-width: 0;
    padding: 0.65rem 0.7rem 0.75rem;
  }
  .fech-anterior-nums {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .fech-dez-circle { width: 56px; height: 56px; }
  .fech-table th, .fech-table td { padding: 0.7rem 0.65rem; }
  .fech-phone { transform: rotate(4deg) scale(0.92); }
  .fech-anterior-head {
    gap: 0.4rem 0.55rem;
    padding: 0.65rem 0.75rem;
  }
  .fech-anterior-cell {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.78rem;
  }
}
