/* Register page general tweaks extracted from Blade inline styles */
.ht-auth--soft .ht-card--accent .ht-card__header--stack { gap: 6px; }
.ht-form .ht-message { margin-top: 6px; }
.ht-form .ht-help { color:#64748b; font-size:12px; }
.ht-form .ht-meter { height: 6px; background:#f1f5f9; border-radius:999px; overflow:hidden; }
.ht-form .ht-meter__bar { height:100%; width:0; background:#ef4444; }
.ht-section-head { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.ht-form .full .ht-actions { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
@media (max-width: 640px) {
  .ht-section-head { flex-wrap: wrap; }
}

