.credentials-notice {
  margin: 16px 0;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 229, 0.35);
  background: rgba(0, 255, 229, 0.08);
  color: #d9f5ff;
  font-size: 0.95rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.credentials-notice::before {
  content: "🔐";
  font-size: 1.2rem;
  line-height: 1;
}

.credentials-notice strong {
  color: #00ffe5;
  font-weight: 600;
}
