/* ELEEK Supabase Auth — акценти на login/register */
.eleek-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 12px;
  color: #323232;
  font-size: 13px;
}
.eleek-auth-divider::before,
.eleek-auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e7e7e7;
}
.eleek-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin: 0 0 12px;
  padding: 12px 20px;
  border: 2px solid #45f7d1;
  background: #091916;
  color: #45f7d1;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background 0.2s ease, color 0.2s ease;
}
.eleek-google-btn:hover,
.eleek-google-btn:focus {
  background: #45f7d1;
  color: #091916;
  outline: none;
}
.eleek-google-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.eleek-google-btn__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.eleek-auth-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #323232;
  line-height: 1.4;
}
.error_block_false,
.pass_checked_error,
.login_checked_error {
  color: #fa5a23;
  min-height: 1.2em;
  margin: 8px 0;
  font-size: 13px;
}
