/* ログイン・新規登録（静的06に準拠した補助スタイル） */
.error-inline { color: #c53030; font-size: 11px; margin-top: 4px; }
.strength-meter { height: 4px; width: 100%; background: #f4f7f5; border-radius: 2px; margin-top: 8px; }
.strength-bar { height: 100%; width: 0; transition: width 0.3s, background 0.3s; }
.btn-text { color: #8da695; font-size: 11px; text-decoration: underline; cursor: pointer; background: none; border: none; }
