/* Página do teste de conexão -- usa a paleta/fontes do landing.css (linkado antes
   deste arquivo), só o que é específico dessa tela fica aqui. */

.tc-nav-tag { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #7fa6c4;
  letter-spacing: .04em; text-transform: uppercase; margin-left: 10px;
  padding: 4px 10px; border: 1px solid rgba(127,212,255,.25); border-radius: 20px; }

.tc-wrap { max-width: 720px; margin: 0 auto; padding: 32px 24px 80px; }

.tc-busca { margin-bottom: 22px; }
.tc-busca label { display: block; font-size: 13px; color: #7fa6c4; margin-bottom: 8px; }
.tc-busca-row { display: flex; gap: 10px; }
.tc-busca-row input { flex: 1; padding: 12px 14px; border-radius: 10px; font-size: 15px;
  font-family: 'IBM Plex Mono', monospace; background: rgba(127,212,255,.06);
  border: 1px solid rgba(127,212,255,.25); color: #eaf7ff; }
.tc-busca-row input:focus { outline: none; border-color: #7fd4ff; }
.tc-erro { color: #ff9b9b; font-size: 13px; margin: 8px 0 0; }

.tc-aviso { font-size: 13px; color: #9fbdd6; background: rgba(255,184,100,.08);
  border: 1px solid rgba(255,184,100,.25); border-radius: 10px; padding: 10px 14px;
  margin-bottom: 28px; }

.tc-progresso { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 28px; }
.tc-passo { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: #7fa6c4;
  font-family: 'IBM Plex Mono', monospace; }
.tc-passo-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(127,212,255,.25);
  flex: none; transition: background .2s; }
.tc-passo.ativo .tc-passo-dot { background: #7fd4ff; box-shadow: 0 0 8px rgba(127,212,255,.6);
  animation: tcPulse 1s ease-in-out infinite; }
.tc-passo.feito { color: #cfe8ff; }
.tc-passo.feito .tc-passo-dot { background: #6be08a; box-shadow: none; animation: none; }
@keyframes tcPulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
@media (prefers-reduced-motion: reduce) { .tc-passo-dot { animation: none !important; } }

.tc-card { background: rgba(127,212,255,.04); border: 1px solid rgba(127,212,255,.14);
  border-radius: 16px; padding: 26px 28px; margin-bottom: 20px; }
.tc-card h2 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 18px;
  color: #eaf7ff; margin: 0 0 16px; }

.tc-resumo { text-align: center; padding: 32px 28px; }
.tc-veredito { display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 22px; }
.tc-veredito-dot { width: 14px; height: 14px; border-radius: 50%; background: #7fa6c4; flex: none; }
.tc-veredito.bom .tc-veredito-dot { background: #6be08a; box-shadow: 0 0 14px rgba(107,224,138,.5); }
.tc-veredito.atencao .tc-veredito-dot { background: #ffb864; box-shadow: 0 0 14px rgba(255,184,100,.5); }
.tc-veredito.problema .tc-veredito-dot { background: #ff5c5c; box-shadow: 0 0 14px rgba(255,92,92,.5); }
.tc-veredito-texto { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 26px; color: #eaf7ff; }

.tc-local { font-size: 13px; color: #7fa6c4; margin: -10px 0 22px; }

.tc-codigo-box { display: flex; align-items: center; justify-content: center; gap: 14px;
  flex-wrap: wrap; margin-bottom: 10px; }
.tc-codigo-label { font-size: 12px; color: #7fa6c4; text-transform: uppercase; letter-spacing: .06em; }
.tc-codigo-grande { font-family: 'IBM Plex Mono', monospace; font-size: 32px; font-weight: 600;
  color: #7fd4ff; letter-spacing: .02em; }
.tc-copiar { background: rgba(127,212,255,.1); border: 1px solid rgba(127,212,255,.3);
  color: #cfe8ff; font-size: 12px; padding: 6px 12px; border-radius: 8px; cursor: pointer;
  font-family: inherit; }
.tc-copiar:hover { background: rgba(127,212,255,.2); }
.tc-copiar.copiado { background: rgba(107,224,138,.15); border-color: rgba(107,224,138,.4); color: #6be08a; }
.tc-codigo-hint { font-size: 13px; color: #7fa6c4; margin: 0; }

.tc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.tc-item { padding: 12px 14px; border-radius: 10px; background: rgba(127,212,255,.05);
  border: 1px solid rgba(127,212,255,.12); }
.tc-item-label { display: block; font-size: 11.5px; color: #7fa6c4; text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: 4px; }
.tc-item-valor { font-family: 'IBM Plex Mono', monospace; font-size: 14px; color: #eaf7ff; }
.tc-item.tc-ok .tc-item-valor { color: #6be08a; }
.tc-item.tc-atencao .tc-item-valor { color: #ffb864; }
.tc-item.tc-problema .tc-item-valor { color: #ff9b9b; }

.tc-em-breve { color: #7fa6c4; font-size: 13.5px; margin: 0; }

.tc-sublabel { display: block; font-size: 12px; color: #7fa6c4; text-transform: uppercase;
  letter-spacing: .04em; margin: 22px 0 10px; }
.tc-lista-destinos { display: flex; flex-direction: column; gap: 2px; }
.tc-destino-row { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 4px; border-bottom: 1px solid rgba(127,212,255,.08); font-size: 13px; }
.tc-destino-row:last-child { border-bottom: none; }
.tc-destino-nome { color: #cfe8ff; }
.tc-destino-cat { color: #7fa6c4; font-size: 11px; text-transform: uppercase; letter-spacing: .03em; margin-left: 6px; }
.tc-destino-tempo { font-family: 'IBM Plex Mono', monospace; flex: none; }
.tc-destino-tempo.tc-ok { color: #6be08a; }
.tc-destino-tempo.tc-atencao { color: #ffb864; }
.tc-destino-tempo.tc-problema { color: #ff9b9b; }

.tc-footer { text-align: center; font-size: 12px; color: #7fa6c4; padding: 20px 24px 40px; }
.tc-footer a { color: #7fd4ff; }

@media (max-width: 560px) {
  .tc-wrap { padding: 24px 18px 64px; }
  .tc-busca-row { flex-direction: column; }
  .tc-codigo-grande { font-size: 26px; }
}
