/* ════════════════════════════════════════════════════════════════════════════
   GESIT V6 — FASE 5.1: GAYA REGISTRASI & PENAUTAN TELEGRAM
   (ikut di file ini agar Fase 5.1 cukup satu include + patch kecil)
   ════════════════════════════════════════════════════════════════════════════ */
.login-alt {
  text-align: center; font-size: 12.5px;
  color: rgba(226,232,240,.72); margin-top: 14px;
}
.login-link {
  background: none; border: none; padding: 0 2px;
  color: var(--brand-300); font-weight: 700; font-size: 12.5px; cursor: pointer;
}
.login-link:hover { text-decoration: underline; }

.login-back {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; padding: 0; margin-bottom: 14px;
  color: rgba(226,232,240,.65); font-size: 12px; cursor: pointer;
}
.login-back:hover { color: #fff; }

#registerCard { max-width: 460px; }
.reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
@media (max-width: 560px) { .reg-grid { grid-template-columns: 1fr; } }

.tg-hero {
  width: 64px; height: 64px; border-radius: 20px;
  margin: 0 auto 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, #229ED9, #0d6e9e);
  box-shadow: 0 10px 26px rgba(34,158,217,.35);
  font-size: 30px;
}
.tg-status {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 12.5px; color: rgba(226,232,240,.75); margin-top: 14px;
}
a.btn { text-decoration: none; }
