
/*
 * ===== AuthPanel =====
 * Şifremi Unuttum / Şifreyi Kurtar / Hesap Aktivasyonu ortak kabuğu.
 * Ölçüler canlıdan (2026-08-19, 1440px ve 390px) — ayrıntı için index.tsx.
 *
 * Buradaki değerler yalnızca fallback; gerçek değerler bölümün prop'larından
 * `--auth-*` değişkenleriyle geliyor (bkz. [[marla-configurability-rule]]).
 */
.cc_0gxxbhqk_customer_email_verification .marla-auth, .cc_0gxxbhqk_forgot_password .marla-auth, .cc_0gxxbhqk_recover_password .marla-auth {
  margin-top: var(--auth-top, 3.75rem);
  width: 100%;
}

/* Canlıda bu kapsayıcı `!max-w-2xl` (672px) — sitenin 1440'ı değil. */
.cc_0gxxbhqk_customer_email_verification .marla-auth__wrap.kombos-container, .cc_0gxxbhqk_forgot_password .marla-auth__wrap.kombos-container, .cc_0gxxbhqk_recover_password .marla-auth__wrap.kombos-container {
  max-width: 42rem;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__panel, .cc_0gxxbhqk_forgot_password .marla-auth__panel, .cc_0gxxbhqk_recover_password .marla-auth__panel {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__title, .cc_0gxxbhqk_forgot_password .marla-auth__title, .cc_0gxxbhqk_recover_password .marla-auth__title {
  color: var(--auth-title-color, var(--kombos-gray-900));
  font-size: var(--auth-title-fs, 1.5rem);
  font-weight: var(--auth-title-fw, 400);
  line-height: 1.3333;
  margin: 0;
}

/* Canlıda `-mt-2`: ızgara aralığı 16px'ten 8px'e iniyor. */
.cc_0gxxbhqk_customer_email_verification .marla-auth__subtitle, .cc_0gxxbhqk_forgot_password .marla-auth__subtitle, .cc_0gxxbhqk_recover_password .marla-auth__subtitle {
  color: var(--auth-subtitle-color, var(--kombos-black));
  font-size: var(--auth-subtitle-fs, 0.875rem);
  font-weight: var(--auth-subtitle-fw, 300);
  line-height: 1.4286;
  margin: -0.5rem 0 0;
}

/* ===== Alanlar ===== */
.cc_0gxxbhqk_customer_email_verification .marla-auth__field, .cc_0gxxbhqk_forgot_password .marla-auth__field, .cc_0gxxbhqk_recover_password .marla-auth__field {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: minmax(0, 1fr);
}

/* Canlıda alanların ETİKETİ YOK; ölçü yer tutucudan okunuyor. */
.cc_0gxxbhqk_customer_email_verification .marla-auth__input.kombos-input, .cc_0gxxbhqk_forgot_password .marla-auth__input.kombos-input, .cc_0gxxbhqk_recover_password .marla-auth__input.kombos-input {
  background: none;
  border-color: var(--auth-field-border, var(--marla-auth-input-border));
  border-radius: 0;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__input.kombos-input:focus-within, .cc_0gxxbhqk_forgot_password .marla-auth__input.kombos-input:focus-within, .cc_0gxxbhqk_recover_password .marla-auth__input.kombos-input:focus-within {
  border-color: var(--kombos-black);
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__input .kombos-input__native, .cc_0gxxbhqk_forgot_password .marla-auth__input .kombos-input__native, .cc_0gxxbhqk_recover_password .marla-auth__input .kombos-input__native {
  font-size: var(--auth-field-fs, 0.875rem);
  font-weight: 400;
  line-height: 1.4286;
}

/* Şifre gözü canlıda 16px, sağdan ve üstten 14px. */
.cc_0gxxbhqk_customer_email_verification .marla-auth__input .kombos-input__toggle, .cc_0gxxbhqk_forgot_password .marla-auth__input .kombos-input__toggle, .cc_0gxxbhqk_recover_password .marla-auth__input .kombos-input__toggle {
  font-size: 1rem;
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__error, .cc_0gxxbhqk_forgot_password .marla-auth__error, .cc_0gxxbhqk_recover_password .marla-auth__error {
  color: var(--kombos-error);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* ===== Butonlar =====
 * Canlıda gönder butonu içeriğe göre daralıyor; altındaki ikincil buton ise tam
 * genişlik. İkisi yan yana dengesiz durduğu için burada BİLEREK sapıldı:
 * her iki buton da tam genişlik (giriş sayfasındaki gönder butonu da öyle).
 * Üstündeki 8px fazladan boşluk canlıdaki gibi korunuyor.
 */
.cc_0gxxbhqk_customer_email_verification .marla-auth__submit-row, .cc_0gxxbhqk_forgot_password .marla-auth__submit-row, .cc_0gxxbhqk_recover_password .marla-auth__submit-row {
  margin-top: 0.5rem;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__submit.kombos-btn, .cc_0gxxbhqk_forgot_password .marla-auth__submit.kombos-btn, .cc_0gxxbhqk_recover_password .marla-auth__submit.kombos-btn {
  width: 100%;
  background-color: var(--auth-submit-bg, var(--kombos-gray-500));
  border-color: var(--auth-submit-bg, var(--kombos-gray-500));
  border-radius: 0;
  color: var(--auth-submit-color, var(--kombos-white));
  font-size: var(--auth-submit-fs, 0.875rem);
  font-weight: 500;
  line-height: 1.4286;
}

/* İkincil buton: tam genişlik, şeffaf zemin, ince gri kenarlık. */
.cc_0gxxbhqk_customer_email_verification .marla-auth__secondary, .cc_0gxxbhqk_forgot_password .marla-auth__secondary, .cc_0gxxbhqk_recover_password .marla-auth__secondary {
  align-items: center;
  background: none;
  border: 1px solid var(--auth-secondary-border, #6d6969);
  border-radius: 0;
  color: var(--auth-secondary-color, var(--kombos-black));
  cursor: pointer;
  display: flex;
  font-size: var(--auth-submit-fs, 0.875rem);
  font-weight: 500;
  justify-content: center;
  line-height: 1.4286;
  padding: 0.625rem 1.5rem;
  text-decoration: none;
  width: 100%;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__secondary:hover, .cc_0gxxbhqk_forgot_password .marla-auth__secondary:hover, .cc_0gxxbhqk_recover_password .marla-auth__secondary:hover {
  opacity: 0.85;
}

/* ===== Durum ekranları (başarı / hata / yükleniyor) ===== */
.cc_0gxxbhqk_customer_email_verification .marla-auth__status, .cc_0gxxbhqk_forgot_password .marla-auth__status, .cc_0gxxbhqk_recover_password .marla-auth__status {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__status-icon, .cc_0gxxbhqk_forgot_password .marla-auth__status-icon, .cc_0gxxbhqk_recover_password .marla-auth__status-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.125rem;
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__status--success .marla-auth__status-icon, .cc_0gxxbhqk_forgot_password .marla-auth__status--success .marla-auth__status-icon, .cc_0gxxbhqk_recover_password .marla-auth__status--success .marla-auth__status-icon {
  color: var(--kombos-success);
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__status--error .marla-auth__status-icon, .cc_0gxxbhqk_forgot_password .marla-auth__status--error .marla-auth__status-icon, .cc_0gxxbhqk_recover_password .marla-auth__status--error .marla-auth__status-icon {
  color: var(--kombos-error);
}

.cc_0gxxbhqk_customer_email_verification .marla-auth__status-text, .cc_0gxxbhqk_forgot_password .marla-auth__status-text, .cc_0gxxbhqk_recover_password .marla-auth__status-text {
  color: var(--auth-subtitle-color, var(--kombos-black));
  font-size: var(--auth-subtitle-fs, 0.875rem);
  font-weight: var(--auth-subtitle-fw, 300);
  line-height: 1.4286;
  margin: 0;
}

@media (min-width: 1024px) {
  /* Canlıda form ≥1024'te ayrıca 64px iç boşluk alıyor → içerik 416px. */
  .cc_0gxxbhqk_customer_email_verification .marla-auth__panel, .cc_0gxxbhqk_forgot_password .marla-auth__panel, .cc_0gxxbhqk_recover_password .marla-auth__panel {
    padding-inline: 4rem;
  }
}
