/* auth.js modalı — kurumsal/modern hesap deneyimi (açık tema, Beykoz bordo accent).
   Mobil 390px taşmasız. Neon/gaming yok; soft border + hafif shadow + hafif glass. */
:root { --bt-bordo: #7a242c; --bt-bordo2: #8c2c34; --bt-cizgi: #e7dee1; --bt-metin: #2a2025; --bt-soluk: #756a6e; }

#bt-auth-overlay {
  position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center;
  background: rgba(26, 16, 19, .50); backdrop-filter: saturate(135%) blur(5px); padding: 18px; overflow-y: auto;
  animation: bt-fade .18s ease;
}
#bt-auth-overlay[hidden] { display: none; }
@keyframes bt-fade { from { opacity: 0 } to { opacity: 1 } }
.bt-auth-card {
  position: relative; width: 100%; max-width: 440px; margin: auto;
  background: linear-gradient(180deg, #ffffff 0%, #fdfbfc 100%);
  border: 1px solid rgba(122, 36, 44, .10); border-radius: 22px;
  box-shadow: 0 28px 80px -22px rgba(40, 18, 24, .44), 0 2px 8px rgba(40, 18, 24, .06);
  padding: 28px 30px 24px; color: var(--bt-metin); max-height: calc(100vh - 36px); overflow-y: auto;
  animation: bt-rise .22s cubic-bezier(.2, .8, .2, 1); transition: max-width .2s ease;
}
.bt-auth-card.bt-genis { max-width: 524px; }
@keyframes bt-rise { from { transform: translateY(10px); opacity: .6 } to { transform: none; opacity: 1 } }
.bt-auth-card::-webkit-scrollbar { width: 8px; }
.bt-auth-card::-webkit-scrollbar-thumb { background: #e2d6d9; border-radius: 8px; }
.bt-auth-kapat {
  position: absolute; top: 12px; right: 13px; width: 32px; height: 32px; border: 0; background: transparent;
  font-size: 23px; line-height: 1; color: #b3a4a8; cursor: pointer; border-radius: 9px; transition: .15s;
}
.bt-auth-kapat:hover { background: rgba(122, 36, 44, .08); color: var(--bt-bordo); }

/* Marka başlığı — kurumsal/premium */
.bt-auth-marka { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid #f1eaec; }
.bt-auth-logo {
  width: 42px; height: 42px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(140deg, #93303a 0%, var(--bt-bordo) 55%, #5f1a21 100%); color: #fff; font-weight: 800;
  border-radius: 12px; font-size: 19px; letter-spacing: -.02em;
  box-shadow: 0 6px 16px -5px rgba(122, 36, 44, .7), inset 0 1px 0 rgba(255, 255, 255, .28);
}
/* Site footer'ındaki uygulama simgesi (appicon-primary.svg) marka başlığında. */
.bt-auth-logo-img { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; display: block;
  box-shadow: 0 6px 16px -5px rgba(122, 36, 44, .45); }
.bt-auth-marka-ad { font-weight: 800; font-size: 16px; color: var(--bt-metin); line-height: 1.1; letter-spacing: -.01em; }
.bt-auth-marka-ad small { display: block; font-weight: 600; font-size: 10px; color: var(--bt-bordo); letter-spacing: .09em; text-transform: uppercase; margin-top: 4px; opacity: .85; }

.bt-auth-bas { font-size: 21px; font-weight: 800; margin: 0 0 5px; color: var(--bt-metin); letter-spacing: -.015em; line-height: 1.22; text-wrap: balance; }
/* text-wrap:balance → satırlar eşit bölünür; son satırda tek kelime ("yönet.")
   sarkmaz. Desteklemeyen tarayıcıda normal sarma davranışı sürer. */
.bt-auth-alt { font-size: 13px; color: var(--bt-soluk); margin: 0 0 16px; line-height: 1.5; text-wrap: balance; }
.bt-auth-lbl { display: block; font-size: 12.5px; font-weight: 600; color: #5c5256; margin: 13px 0 5px; }
.bt-auth-lbl i { color: #a99ea2; font-style: normal; font-weight: 500; }
.bt-auth-input {
  width: 100%; box-sizing: border-box; border: 1px solid var(--bt-cizgi); border-radius: 11px; padding: 12px 13px;
  font-size: 14.5px; color: var(--bt-metin); background: #fff; font-family: inherit; transition: border-color .15s, box-shadow .15s;
}
.bt-auth-input::placeholder { color: #b3a8ac; }
.bt-auth-input:focus { outline: 0; border-color: var(--bt-bordo); box-shadow: 0 0 0 3.5px rgba(122, 36, 44, .13); }
textarea.bt-auth-input { resize: vertical; min-height: 60px; }
select.bt-auth-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a242c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.bt-auth-otp { text-align: center; font-size: 26px; letter-spacing: .5em; font-weight: 700; padding: 14px 13px; }
.bt-auth-iki { display: flex; gap: 11px; }
.bt-auth-iki > div { flex: 1; min-width: 0; }

.bt-auth-btn {
  width: 100%; box-sizing: border-box; margin-top: 18px; border: 0; border-radius: 11px; padding: 13px 16px;
  font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; font-family: inherit;
  background: linear-gradient(180deg, var(--bt-bordo2), var(--bt-bordo)); box-shadow: 0 8px 20px -8px rgba(122, 36, 44, .55);
  transition: filter .15s, opacity .15s, transform .05s;
}
.bt-auth-btn:hover { filter: brightness(1.06); }
.bt-auth-btn:active { transform: translateY(1px); }
.bt-auth-btn:disabled { opacity: .55; cursor: default; box-shadow: none; }
.bt-auth-btn.ikincil { background: #f5eef0; color: var(--bt-bordo); box-shadow: none; border: 1px solid var(--bt-cizgi); }
.bt-auth-btn.ikincil:hover { background: #efe4e7; filter: none; }
.bt-auth-link { border: 0; background: transparent; color: var(--bt-bordo); font-size: 13px; cursor: pointer; padding: 4px 2px; font-family: inherit; }
.bt-auth-link:hover { text-decoration: underline; }
.bt-auth-link.orta { display: block; margin: 14px auto 0; }
.bt-auth-link.kucuk { font-size: 12px; color: #7c7178; margin-top: 10px; }
.bt-auth-satir { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.bt-auth-satir.orta { justify-content: center; gap: 18px; margin-top: 14px; }
.bt-auth-ilink { border: 0; background: transparent; color: var(--bt-bordo); cursor: pointer; padding: 0; font: inherit; text-decoration: underline; border-radius: 3px; }
.bt-auth-ilink:hover { text-decoration-thickness: 2px; }
.bt-auth-ilink:focus-visible { outline: 2px solid var(--bt-bordo); outline-offset: 2px; text-decoration: none; }
.bt-auth-hata { color: #b3261e; font-size: 13px; margin: 11px 0 0; min-height: 1px; line-height: 1.4; }

.bt-auth-ipucu { font-size: 12px; color: #7c6166; margin: 8px 0 0; display: flex; align-items: center; gap: 8px; line-height: 1.45; background: rgba(122, 36, 44, .055); border: 1px solid rgba(122, 36, 44, .12); border-radius: 10px; padding: 9px 12px; }
.bt-auth-ipucu svg { flex-shrink: 0; color: var(--bt-bordo); }
.bt-auth-ipucu b { color: var(--bt-bordo); font-weight: 700; }
.bt-auth-not { font-size: 12px; color: #7a6f73; background: #faf6f7; border: 1px solid #f0e7e9; border-radius: 9px; padding: 9px 11px; margin: 8px 0 0; line-height: 1.5; }
.bt-auth-guven { font-size: 11.5px; color: #8a7f83; margin: 16px 0 0; display: flex; align-items: flex-start; gap: 7px; line-height: 1.5; background: #faf7f8; border-radius: 10px; padding: 10px 12px; }
.bt-auth-guven svg { flex-shrink: 0; margin-top: 1px; color: var(--bt-bordo); }
.bt-auth-rozet { font-size: 11px; color: #9a8e92; margin: 14px 0 0; text-align: center; display: flex; align-items: center; justify-content: center; gap: 5px; }
.bt-auth-rozet svg { color: var(--bt-bordo); }
.bt-auth-demo { font-size: 11.5px; color: #9a8488; margin: 14px 0 0; text-align: center; background: #f7f4f5; border: 1px dashed #ddd1d4; border-radius: 8px; padding: 7px; }
.bt-auth-demo b { color: #7a5b16; letter-spacing: .12em; }
.bt-auth-tel-rozet { display: inline-flex; align-items: center; gap: 7px; background: #faf6f7; border: 1px solid #f0e7e9; border-radius: 999px; padding: 7px 14px; font-size: 14px; font-weight: 700; color: var(--bt-metin); margin: 4px 0 4px; letter-spacing: .04em; }
.bt-auth-tel-rozet svg { color: var(--bt-bordo); }

.bt-auth-ayrac { display: flex; align-items: center; gap: 11px; margin: 17px 0 4px; color: #b3a8ac; font-size: 12px; }
.bt-auth-ayrac::before, .bt-auth-ayrac::after { content: ""; flex: 1; height: 1px; background: #efe6e8; }
.bt-auth-google {
  width: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid var(--bt-cizgi); border-radius: 11px; padding: 12px 16px; background: #fff; color: #3a3236;
  font-size: 14px; font-weight: 600; cursor: pointer; margin-top: 12px; font-family: inherit; transition: .15s;
}
.bt-auth-google:hover { background: #faf7f8; border-color: #d8cdd0; }
.bt-auth-google-yuva { margin-top: 12px; }
.bt-google-render { display: flex; justify-content: center; min-height: 44px; }
.bt-google-render > div { max-width: 100%; }
.bt-auth-google-not { font-size: 12.5px; color: #8a7f83; text-align: center; background: #faf7f8; border: 1px solid var(--bt-cizgi); border-radius: 11px; padding: 11px 14px; margin: 0; line-height: 1.45; }
.bt-auth-degis { font-size: 13px; color: var(--bt-soluk); text-align: center; margin: 18px -30px 0; padding: 16px 30px 2px; border-top: 1px solid #f1eaec; }
.bt-auth-degis button { border: 0; background: transparent; color: var(--bt-bordo); font-weight: 700; cursor: pointer; font: inherit; }

.bt-auth-onaylar { margin-top: 18px; background: #fbf8f9; border: 1px solid #efe6e8; border-radius: 14px; padding: 6px 16px 14px; }
.bt-auth-chk { display: flex; gap: 12px; align-items: flex-start; font-size: 12.5px; color: #514750; margin: 0; padding: 13px 0; line-height: 1.55; cursor: pointer; border-bottom: 1px solid #f1eaec; }
.bt-auth-chk:last-child { border-bottom: 0; }
/* Ana "tümünü onayla" satırı öne çıkar: normal boyut, daha belirgin; kullanıcıyı
   tek dokunuşla onaya yönlendirir. Alt maddeler bilinçli olarak KÜÇÜLTÜLDÜ. */
.bt-auth-chk.bt-auth-tumsec { font-size: 13.5px; color: #3f363c; font-weight: 600; padding: 12px 4px; margin: 0 -4px 2px; border-bottom: 1px solid #e6d7da; }
.bt-auth-chk.bt-auth-tumsec b { color: #3f363c; white-space: normal; }
.bt-auth-chk.bt-auth-tumsec input { width: 20px; height: 20px; }
/* Alt onay maddeleri: daha küçük punto, daha soluk, daha küçük kutu. */
.bt-auth-chk:not(.bt-auth-tumsec) { font-size: 10px; color: #8a8087; padding: 8px 0; line-height: 1.45; gap: 9px; }
.bt-auth-chk:not(.bt-auth-tumsec) input { width: 14px; height: 14px; }
.bt-auth-info-kutu { display: flex; gap: 8px; align-items: flex-start; background: #f5f0f2; border-radius: 8px; padding: 10px 13px; font-size: 12px; color: #6b5a5e; line-height: 1.5; margin-bottom: 12px; }
.bt-auth-info-kutu svg { flex-shrink: 0; margin-top: 1px; opacity: .7; }
.bt-auth-chk input { margin-top: 1px; flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--bt-bordo); cursor: pointer; }
.bt-auth-chk b { color: var(--bt-bordo); font-weight: 700; white-space: nowrap; }
.bt-auth-chk i { color: #a99ea2; font-style: normal; }

/* Hesabım */
.bt-auth-prof { display: flex; align-items: center; gap: 14px; padding: 4px 2px 16px; border-bottom: 1px solid #f0e9eb; margin-bottom: 12px; }
.bt-auth-avatar { width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; background: linear-gradient(135deg, var(--bt-bordo), var(--bt-bordo2)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px; box-shadow: 0 6px 16px -6px rgba(122, 36, 44, .55); }
.bt-auth-prof-bilgi { min-width: 0; }
.bt-auth-ad { font-size: 16.5px; font-weight: 800; color: var(--bt-metin); }
.bt-auth-maske { font-size: 12.5px; color: var(--bt-soluk); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bt-auth-menu { display: flex; flex-direction: column; gap: 3px; }
.bt-auth-mi { display: flex; align-items: center; gap: 11px; width: 100%; border: 1px solid transparent; background: transparent; padding: 11px 12px; border-radius: 11px; font-size: 14px; color: #3a3236; cursor: pointer; font-family: inherit; text-align: left; transition: .14s; }
.bt-auth-mi:hover { background: #f7eff1; }
.bt-auth-mi.aktif { background: #faf3f4; border-color: rgba(122, 36, 44, .18); color: var(--bt-bordo); }
.bt-auth-mi-ik { color: var(--bt-bordo); flex-shrink: 0; }
.bt-auth-mi-t { flex: 1; }
.bt-auth-mi-ok { color: #c4b6ba; font-size: 18px; }
.bt-auth-liste { margin-top: 12px; }
.bt-auth-ul { list-style: none; margin: 0; padding: 0; max-height: 230px; overflow-y: auto; }
.bt-auth-ul li { padding: 9px 12px; border: 1px solid #f0e7e9; border-radius: 9px; margin-bottom: 6px; font-size: 13px; color: #3a3236; word-break: break-word; }
.bt-auth-bos, .bt-auth-yukle { font-size: 13px; color: #9a8e92; padding: 16px 4px; text-align: center; }

.bt-auth-izin { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid #f0e9eb; font-size: 13.5px; color: #3a3236; gap: 12px; }
.bt-auth-izin b { color: #15803d; font-size: 12.5px; }
.bt-auth-sw { position: relative; display: inline-block; width: 44px; height: 25px; flex-shrink: 0; }
.bt-auth-sw input { opacity: 0; width: 0; height: 0; }
.bt-auth-sw span { position: absolute; inset: 0; background: #d8cdd0; border-radius: 25px; transition: .2s; cursor: pointer; }
.bt-auth-sw span::before { content: ""; position: absolute; height: 19px; width: 19px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.bt-auth-sw input:checked + span { background: var(--bt-bordo); }
.bt-auth-sw input:checked + span::before { transform: translateX(19px); }

/* Guest migration kutusu */
.bt-auth-mig { display: flex; gap: 13px; align-items: flex-start; background: #faf6f7; border: 1px solid #f0e7e9; border-radius: 14px; padding: 16px; }
.bt-auth-mig-ik { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; background: rgba(122, 36, 44, .09); color: var(--bt-bordo); display: flex; align-items: center; justify-content: center; }
.bt-auth-mig-bas { font-size: 14.5px; font-weight: 700; color: var(--bt-metin); line-height: 1.3; }
.bt-auth-mig-alt { font-size: 12.5px; color: var(--bt-soluk); margin-top: 4px; line-height: 1.45; }

@media (max-width: 560px) {
  #bt-auth-overlay { padding: 0; align-items: flex-end; }
  .bt-auth-card, .bt-auth-card.bt-genis { max-width: none; border-radius: 20px 20px 0 0; margin: 0; max-height: 95vh; padding: 22px 18px 16px; }
  .bt-auth-iki { display: block; }
  .bt-auth-bas { font-size: 19.5px; }
  .bt-auth-marka { margin-bottom: 16px; padding-bottom: 15px; }
  .bt-auth-lbl { margin-top: 12px; }
  .bt-auth-input { padding: 11px 13px; font-size: 16px; }   /* 16px → iOS zoom engeli */
  .bt-auth-otp { font-size: 24px; }
  .bt-auth-btn { margin-top: 16px; padding: 13px 16px; }
  .bt-auth-onaylar { margin-top: 14px; padding: 4px 13px 11px; }
  .bt-auth-chk.bt-auth-tumsec { padding: 12px 4px; font-size: 13.5px; }
  .bt-auth-chk:not(.bt-auth-tumsec) { padding: 8px 0; font-size: 10px; }
  .bt-auth-degis { margin: 16px -18px 0; padding: 15px 18px 2px; }
  .bt-auth-ayrac { margin: 15px 0 4px; }
}

/* ============================================================
   HESABIM — header dropdown (blur/karartma YOK) + in-page profil sayfası
   ============================================================ */
.bt-acc-dd {
  position: absolute; top: calc(100% + 12px); right: 0; width: 320px; max-width: calc(100vw - 24px);
  background: rgba(255, 255, 255, .98); border: 1px solid rgba(122, 36, 44, .12); border-radius: 22px;
  box-shadow: 0 24px 70px -18px rgba(30, 20, 24, .26), 0 2px 8px rgba(30, 20, 24, .06);
  backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px);
  z-index: 300; padding: 10px; color: var(--bt-metin); animation: bt-dd-in .16s ease;
  text-align: left; font-size: 14px;
}
.bt-acc-dd[hidden] { display: none; }
@keyframes bt-dd-in { from { opacity: 0; transform: translateY(-6px) } to { opacity: 1; transform: none } }
.bt-acc-kul { display: flex; align-items: center; gap: 11px; padding: 8px 10px 12px; }
.bt-acc-av {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(140deg, var(--bt-bordo), var(--bt-bordo2)); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .4px;
}
.bt-acc-kbil { display: flex; flex-direction: column; min-width: 0; }
.bt-acc-kbil b { font-size: 14.5px; font-weight: 650; color: var(--bt-metin); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bt-acc-kbil small { font-size: 12px; color: var(--bt-soluk); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.bt-acc-cizgi { height: 1px; background: var(--bt-cizgi); margin: 4px 6px; }
.bt-acc-mi {
  display: flex; align-items: center; gap: 11px; width: 100%; border: 0; background: none; cursor: pointer;
  padding: 9px 12px; border-radius: 11px; font: inherit; font-size: 13.5px; color: var(--bt-metin); text-align: left;
  transition: background .14s ease, color .14s ease;
}
.bt-acc-mi svg { flex: 0 0 auto; color: var(--bt-bordo); opacity: .9; }
.bt-acc-mi:hover, .bt-acc-mi:focus-visible { background: rgba(122, 36, 44, .07); outline: none; }
.bt-acc-cikis { color: #a32430; }
.bt-acc-cikis svg { color: #a32430; }
.bt-acc-cikis:hover { background: rgba(163, 36, 48, .09); }
/* ============================================================
   HESABIM MERKEZİ (Faz 9) — tam sayfa hesap paneli.
   Beykoz bordo yalnız aktif/CTA/vurgu; sıcak grafit metin; kırık beyaz zemin;
   ince border + çok hafif gölge; yeşil yalnız olumlu durum. Mobil 390px taşmasız.
   ============================================================ */
:root { --bt-ivory: #faf7f5; --bt-kart: #ffffff; --bt-yesil: #2f7d5b; --bt-yesil-bg: #e8f3ed; --bt-grafit: #3a3236; }
body.hesabim-acik { overflow: hidden; }

.bt-hp {
  position: fixed; inset: 0; z-index: 70; overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--bt-ivory); color: var(--bt-metin);
  font-family: "Inter", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  animation: bt-hp-fade .18s ease;
}
.bt-hp[hidden] { display: none; }
@keyframes bt-hp-fade { from { opacity: 0 } to { opacity: 1 } }
.bt-hp-inner { display: grid; grid-template-columns: 256px minmax(0, 1fr); gap: 0; min-height: 100%; max-width: 1320px; margin: 0 auto; }

/* ---- Sidebar ---- */
.bt-hp-yan-sar { border-right: 1px solid var(--bt-cizgi); background: #fff; }
.bt-hp-yan { position: sticky; top: 0; display: flex; flex-direction: column; gap: 2px; padding: 18px 14px; min-height: 100vh; box-sizing: border-box; }
.bt-hp-geri {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  border: 0; background: transparent; color: var(--bt-soluk); font: inherit; font-size: 13px; font-weight: 600;
  padding: 6px 8px; margin-bottom: 10px; border-radius: 9px; cursor: pointer; transition: .15s;
}
.bt-hp-geri:hover { color: var(--bt-bordo); background: rgba(122, 36, 44, .06); }
.bt-hp-tab {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left;
  min-height: 44px; padding: 0 13px; border: 0; background: transparent; border-radius: 11px;
  color: var(--bt-grafit); font: inherit; font-size: 14.5px; font-weight: 550; cursor: pointer; transition: .14s;
}
.bt-hp-tab > svg { flex: 0 0 auto; color: var(--bt-soluk); }
.bt-hp-tab span { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bt-hp-tab:hover { background: rgba(122, 36, 44, .055); }
.bt-hp-tab.aktif { background: rgba(122, 36, 44, .10); color: var(--bt-bordo); font-weight: 650; }
.bt-hp-tab.aktif > svg { color: var(--bt-bordo); }
.bt-hp-grup .bt-hp-chev { flex: 0 0 auto; display: inline-flex; color: var(--bt-soluk); transition: transform .18s ease; }
.bt-hp-grup .bt-hp-chev svg { width: 15px; height: 15px; }
.bt-hp-grup.acik .bt-hp-chev { transform: rotate(90deg); }
.bt-hp-altgrup { display: flex; flex-direction: column; gap: 2px; padding: 2px 0 2px 14px; margin: 1px 0 1px 12px; border-left: 1px solid var(--bt-cizgi); }
.bt-hp-altgrup[hidden] { display: none; }
.bt-hp-alt { min-height: 40px; font-size: 14px; }
.bt-hp-yan-alt { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--bt-cizgi); display: flex; flex-direction: column; gap: 2px; }
.bt-hp-cikis { color: #a32430; }
.bt-hp-cikis > svg { color: #a32430; }
.bt-hp-cikis:hover { background: rgba(163, 36, 48, .08); }

/* ---- İçerik ---- */
.bt-hp-icerik { padding: 30px 34px 56px; min-width: 0; outline: none; }
.bt-hp-bas { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.bt-hp-h1 { font-size: 27px; font-weight: 750; margin: 0; color: var(--bt-grafit); letter-spacing: -.01em; }
.bt-hp-alt { margin: 7px 0 0; font-size: 14px; color: var(--bt-soluk); max-width: 620px; line-height: 1.5; }
.bt-hp-ayar-btn {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 15px;
  border: 1px solid var(--bt-cizgi); background: #fff; border-radius: 11px; color: var(--bt-grafit);
  font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: .15s;
}
.bt-hp-ayar-btn svg { width: 16px; height: 16px; color: var(--bt-bordo); }
.bt-hp-ayar-btn:hover { border-color: rgba(122, 36, 44, .3); background: rgba(122, 36, 44, .04); }

/* ---- Genel Bakış: özet kartlar ---- */
.bt-hp-ozet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 22px; }
.bt-hp-ozet-kart {
  display: flex; align-items: center; gap: 14px; padding: 18px 18px; text-align: left;
  background: var(--bt-kart); border: 1px solid var(--bt-cizgi); border-radius: 16px; cursor: pointer;
  box-shadow: 0 1px 2px rgba(40, 18, 24, .03); transition: .16s;
}
.bt-hp-ozet-kart:hover { border-color: rgba(122, 36, 44, .28); box-shadow: 0 6px 18px -10px rgba(40, 18, 24, .22); transform: translateY(-1px); }
.bt-hp-ozet-kart:focus-visible { outline: 2px solid var(--bt-bordo); outline-offset: 2px; }
.bt-hp-ozet-ik { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(122, 36, 44, .08); color: var(--bt-bordo); }
.bt-hp-ozet-ik svg { width: 20px; height: 20px; }
.bt-hp-ozet-govde { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.bt-hp-ozet-bas { font-size: 13.5px; color: var(--bt-soluk); font-weight: 550; }
.bt-hp-ozet-deg { font-size: 25px; font-weight: 750; color: var(--bt-grafit); line-height: 1; }
.bt-hp-ozet-lim { font-size: 15px; font-weight: 600; color: var(--bt-soluk); }
.bt-hp-ozet-ok { flex: 0 0 auto; color: #c9bcc0; display: inline-flex; }
.bt-hp-ozet-ok svg { width: 18px; height: 18px; }

/* ---- Genel Bakış: iki kolon (Son İşlemler / Hesap Durumu) ---- */
.bt-hp-ikili { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; align-items: start; }
.bt-hp-panel { background: var(--bt-kart); border: 1px solid var(--bt-cizgi); border-radius: 16px; padding: 20px 20px; box-shadow: 0 1px 2px rgba(40, 18, 24, .03); }
.bt-hp-h2 { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; margin: 0 0 15px; color: var(--bt-grafit); }
.bt-hp-h2 > svg { width: 17px; height: 17px; color: var(--bt-bordo); }
.bt-hp-h3 { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--bt-soluk); margin: 0 0 12px; }

/* Son İşlemler */
.bt-hp-akt-liste { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.bt-hp-akt { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid #f2ebed; }
.bt-hp-akt:last-child { border-bottom: 0; }
.bt-hp-akt.tik { cursor: pointer; border-radius: 10px; margin: 0 -8px; padding: 11px 8px; }
.bt-hp-akt.tik:hover { background: rgba(122, 36, 44, .04); }
.bt-hp-akt.tik:focus-visible { outline: 2px solid var(--bt-bordo); outline-offset: -2px; }
.bt-hp-akt-ik { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #f5eef0; color: var(--bt-bordo); }
.bt-hp-akt-ik svg { width: 16px; height: 16px; }
.bt-hp-akt-govde { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.bt-hp-akt-bas { font-size: 14px; color: var(--bt-grafit); font-weight: 550; }
.bt-hp-akt-det { font-size: 12.5px; color: var(--bt-soluk); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bt-hp-akt-zaman { flex: 0 0 auto; font-size: 12px; color: #a99ea3; white-space: nowrap; }

/* Hesap Durumu */
.bt-hp-durum-liste { display: flex; flex-direction: column; gap: 12px; }
.bt-hp-durum { display: flex; align-items: center; gap: 12px; }
.bt-hp-durum-ik { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #f5eef0; color: var(--bt-bordo); }
.bt-hp-durum-ik svg { width: 18px; height: 18px; }
.bt-hp-durum-govde { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.bt-hp-durum-ad { font-size: 14px; font-weight: 600; color: var(--bt-grafit); }
.bt-hp-durum-deg { font-size: 12.5px; color: var(--bt-soluk); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bt-hp-durum-akt { flex: 0 0 auto; border: 1px solid rgba(122, 36, 44, .3); background: rgba(122, 36, 44, .04); color: var(--bt-bordo); font: inherit; font-size: 12.5px; font-weight: 600; padding: 7px 11px; border-radius: 9px; cursor: pointer; transition: .15s; }
.bt-hp-durum-akt:hover { background: var(--bt-bordo); color: #fff; }

/* Rozet (yeşil yalnız olumlu) */
.bt-hp-rozet { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 650; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.bt-hp-rozet.ok { background: var(--bt-yesil-bg); color: var(--bt-yesil); }
.bt-hp-rozet.no { background: #f3eef0; color: var(--bt-soluk); }
.bt-hp-rozet svg { width: 12px; height: 12px; }

/* ---- Listeler (tercih / favori) ---- */
.bt-hp-sayac { flex: 0 0 auto; font-size: 20px; font-weight: 750; color: var(--bt-grafit); }
.bt-hp-sayac span { font-size: 14px; font-weight: 600; color: var(--bt-soluk); }
.bt-hp-ul { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.bt-hp-ul li { display: flex; align-items: center; gap: 12px; background: var(--bt-kart); border: 1px solid var(--bt-cizgi); border-radius: 13px; padding: 12px 14px; }
.bt-hp-sira { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #f5eef0; color: var(--bt-bordo); font-size: 13.5px; font-weight: 700; }
.bt-hp-sira svg { width: 16px; height: 16px; }
.bt-hp-prog { flex: 1 1 auto; min-width: 0; font-size: 14px; color: var(--bt-grafit); overflow: hidden; text-overflow: ellipsis; }
.bt-hp-etik { display: inline-block; font-size: 11px; font-weight: 650; color: var(--bt-yesil); background: var(--bt-yesil-bg); padding: 2px 7px; border-radius: 6px; margin-left: 6px; vertical-align: middle; }
.bt-hp-satir-akt { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; }
.bt-hp-mini { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--bt-cizgi); background: #fff; border-radius: 9px; color: var(--bt-grafit); cursor: pointer; transition: .14s; }
.bt-hp-mini:hover:not([disabled]) { border-color: rgba(122, 36, 44, .3); color: var(--bt-bordo); background: rgba(122, 36, 44, .04); }
.bt-hp-mini[disabled] { opacity: .35; cursor: default; }
.bt-hp-sil { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--bt-cizgi); background: #fff; border-radius: 9px; color: #a99ea3; font-size: 20px; line-height: 1; cursor: pointer; transition: .14s; }
.bt-hp-sil:hover { border-color: #d9a2a8; color: #a32430; background: #fbf1f2; }
.bt-hp-ekle { height: 34px; padding: 0 12px; border: 1px solid rgba(122, 36, 44, .3); background: rgba(122, 36, 44, .04); color: var(--bt-bordo); font: inherit; font-size: 13px; font-weight: 600; border-radius: 9px; cursor: pointer; transition: .14s; }
.bt-hp-ekle:hover:not([disabled]) { background: var(--bt-bordo); color: #fff; }
.bt-hp-ekle[disabled] { opacity: .4; cursor: default; }
.bt-hp-mini-etik { font-size: 12px; color: var(--bt-yesil); font-weight: 600; padding: 0 6px; }

/* ---- AI geçmişi ---- */
.bt-hp-ul.ai li { flex-direction: column; align-items: stretch; gap: 8px; }
.bt-hp-ai-sorgu { font-size: 14.5px; color: var(--bt-grafit); font-weight: 550; line-height: 1.45; overflow-wrap: anywhere; }
.bt-hp-ai-alt { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.bt-hp-ai-meta { font-size: 12.5px; color: var(--bt-soluk); }
.bt-hp-daha-sar { display: flex; justify-content: center; margin-top: 14px; }
.bt-hp-daha-sar .bt-auth-btn { width: auto; min-width: 180px; }

/* ---- Profil ve Güvenlik: bölümler ---- */
.bt-hp-bolum { background: var(--bt-kart); border: 1px solid var(--bt-cizgi); border-radius: 16px; padding: 20px 22px; margin-bottom: 16px; box-shadow: 0 1px 2px rgba(40, 18, 24, .03); }
.bt-hp-bolum-ic { display: flex; flex-direction: column; gap: 12px; }
.bt-hp-satir { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid #f2ebed; }
.bt-hp-satir:last-child { border-bottom: 0; }
.bt-hp-satir > span:first-child { font-size: 13.5px; color: var(--bt-soluk); }
.bt-hp-satir b { font-size: 14px; color: var(--bt-grafit); font-weight: 600; }
.bt-hp-satir-sag { display: inline-flex; align-items: center; gap: 10px; }
.bt-hp-form { border-top: 1px solid #f2ebed; margin-top: 4px; padding-top: 14px; }
.bt-hp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.bt-hp-alan { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.bt-hp-form-akt { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.bt-hp-form-akt .bt-auth-btn { width: auto; min-width: 130px; margin: 0; }
.bt-hp-izin { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid #f2ebed; }
.bt-hp-izin:last-of-type { border-bottom: 0; }
.bt-hp-izin b { font-size: 14px; color: var(--bt-grafit); font-weight: 600; }
.bt-hp-guv-satir { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid #f2ebed; }
.bt-hp-guv-satir:last-child { border-bottom: 0; }
.bt-hp-guv-satir b { font-size: 14px; color: var(--bt-grafit); }
.bt-hp-guv-satir .bt-auth-btn { width: auto; min-width: 150px; margin: 0; flex: 0 0 auto; }
.bt-hp-not { font-size: 12.5px; color: var(--bt-soluk); line-height: 1.5; margin: 4px 0 0; }
.bt-hp-belge { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.bt-hp-belge a { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--bt-bordo); text-decoration: none; padding: 8px 12px; border: 1px solid var(--bt-cizgi); border-radius: 10px; transition: .15s; }
.bt-hp-belge a svg { width: 15px; height: 15px; }
.bt-hp-belge a:hover { border-color: rgba(122, 36, 44, .3); background: rgba(122, 36, 44, .04); }
.bt-hp-tehlike { margin-top: 6px; border: 1px solid #eccace; background: #fdf6f6; border-radius: 13px; padding: 16px 16px; }
.bt-hp-tehlike-bas { display: flex; align-items: center; gap: 8px; color: #a32430; font-weight: 700; font-size: 14.5px; }
.bt-hp-tehlike-bas svg { width: 17px; height: 17px; }
.bt-hp-mesaj { font-size: 13px; color: var(--bt-soluk); margin: 6px 0 0; min-height: 1px; }
.bt-hp-mesaj.basari { color: var(--bt-yesil); }
.bt-hp-mesaj.hata { color: #a32430; }

/* Faz 10 — self-servis düzenleme bölümleri */
.bt-guv-sec { display: block; }
.bt-guv-sec + .bt-guv-sec { border-top: 1px solid #f2ebed; margin-top: 8px; padding-top: 8px; }
.bt-hp-degistir {
  flex: 0 0 auto; border: 1px solid var(--bt-cizgi); background: #fff; color: var(--bt-grafit);
  font: inherit; font-size: 13px; font-weight: 600; padding: 7px 13px; border-radius: 9px; cursor: pointer; transition: .15s; white-space: nowrap;
}
.bt-hp-degistir:hover { border-color: rgba(122, 36, 44, .3); color: var(--bt-bordo); background: rgba(122, 36, 44, .04); }
.bt-hp-degistir.tehlike-link { border-color: #e4c0c4; color: #a32430; }
.bt-hp-degistir.tehlike-link:hover { background: #fbf1f2; border-color: #d9a2a8; color: #8f1f2a; }
.bt-hp-satir-sag { flex-wrap: wrap; justify-content: flex-end; }
.bt-gg-yuva { margin-top: 4px; min-height: 44px; display: flex; }
.bt-gg-yuva iframe { margin: 0 !important; }
.bt-auth-btn.tehlike { background: #a32430; box-shadow: none; }
.bt-auth-btn.tehlike:hover { background: #8f1f2a; filter: none; }

/* ---- Durumlar: boş / iskelet / hata ---- */
.bt-hp-bos { text-align: center; padding: 40px 20px; }
.bt-hp-bos.kucuk { padding: 26px 14px; }
.bt-hp-bos-ik { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: #f5eef0; color: var(--bt-bordo); margin-bottom: 14px; }
.bt-hp-bos-ik svg { width: 24px; height: 24px; }
.bt-hp-bos-bas { font-size: 16px; font-weight: 650; color: var(--bt-grafit); }
.bt-hp-bos-ac { font-size: 13.5px; color: var(--bt-soluk); max-width: 420px; margin: 8px auto 16px; line-height: 1.5; }
.bt-hp-bos .bt-auth-btn { width: auto; min-width: 200px; margin: 0 auto; }
.bt-hp-iskelet-sar { display: flex; flex-direction: column; gap: 12px; }
.bt-hp-iskelet { height: 64px; border-radius: 14px; background: linear-gradient(90deg, #f1eaec 25%, #f7f2f4 37%, #f1eaec 63%); background-size: 400% 100%; animation: bt-hp-shine 1.3s ease infinite; }
@keyframes bt-hp-shine { 0% { background-position: 100% 0 } 100% { background-position: -100% 0 } }
.bt-hp-hata { text-align: center; padding: 28px 18px; background: var(--bt-kart); border: 1px solid var(--bt-cizgi); border-radius: 14px; }
.bt-hp-hata p { font-size: 14px; color: var(--bt-soluk); margin: 0 0 14px; }
.bt-hp-hata .bt-auth-btn { width: auto; min-width: 160px; margin: 0 auto; }

.bt-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---- Onay/doğrulama modalı ---- */
.bt-onay-ov { position: fixed; inset: 0; z-index: 9500; display: flex; align-items: center; justify-content: center; padding: 18px; background: rgba(26, 16, 19, .5); backdrop-filter: blur(4px); animation: bt-hp-fade .16s ease; }
.bt-onay-kutu { width: 100%; max-width: 420px; background: #fff; border-radius: 18px; padding: 24px 24px 20px; box-shadow: 0 28px 80px -22px rgba(40, 18, 24, .5); animation: bt-rise .2s cubic-bezier(.2, .8, .2, 1); }
.bt-onay-bas { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: var(--bt-grafit); }
.bt-onay-metin { font-size: 14px; color: var(--bt-soluk); line-height: 1.55; margin: 0 0 14px; }
.bt-onay-kutu .bt-auth-input { margin-bottom: 4px; }
.bt-onay-akt { display: flex; gap: 10px; justify-content: flex-end; margin-top: 16px; }
.bt-onay-akt .bt-auth-btn { width: auto; min-width: 110px; margin: 0; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .bt-hp-ikili { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .bt-hp-inner { grid-template-columns: 1fr; }
  .bt-hp-yan-sar { border-right: 0; border-bottom: 1px solid var(--bt-cizgi); position: sticky; top: 0; z-index: 5; }
  .bt-hp-yan { position: static; min-height: 0; flex-direction: row; align-items: center; gap: 4px; padding: 10px 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .bt-hp-geri { margin: 0 6px 0 0; flex: 0 0 auto; }
  .bt-hp-tab { flex: 0 0 auto; width: auto; min-height: 40px; padding: 0 13px; font-size: 13.5px; white-space: nowrap; }
  .bt-hp-tab span { white-space: nowrap; }
  .bt-hp-altgrup { flex-direction: row; border-left: 0; border-top: 0; margin: 0; padding: 0 0 0 4px; }
  .bt-hp-grup .bt-hp-chev { display: none; }
  .bt-hp-yan-alt { margin: 0 0 0 auto; padding-top: 0; border-top: 0; flex-direction: row; }
  .bt-hp-yardim span, .bt-hp-cikis span { display: none; }
  .bt-hp-yardim, .bt-hp-cikis { width: 42px; justify-content: center; padding: 0; }
  .bt-hp-icerik { padding: 22px 18px 48px; }
  .bt-hp-ozet { grid-template-columns: 1fr; gap: 12px; }
  .bt-hp-h1 { font-size: 23px; }
}
@media (max-width: 760px) {
  /* Header dropdown (bt-acc-dd) — okunaklı ama kontrollü */
  .bt-acc-dd { width: 288px; padding: 10px; font-size: 15px; }
  .bt-acc-kul { padding: 8px 10px 11px; gap: 11px; }
  .bt-acc-av { width: 44px; height: 44px; font-size: 15px; }
  .bt-acc-mi { min-height: 44px; padding: 0 12px; font-size: 15px; gap: 11px; }
  .bt-acc-mi svg { width: 18px; height: 18px; }
}
@media (max-width: 520px) {
  .bt-hp-icerik { padding: 18px 14px 44px; }
  .bt-hp-bas { flex-direction: column; gap: 12px; }
  .bt-hp-ayar-btn { align-self: flex-start; }
  .bt-hp-form-grid { grid-template-columns: 1fr; }
  .bt-hp-bolum { padding: 16px 15px; }
  .bt-hp-panel { padding: 16px 15px; }
  .bt-hp-guv-satir, .bt-hp-izin { flex-direction: column; align-items: stretch; }
  .bt-hp-guv-satir .bt-auth-btn { width: 100%; }
  .bt-hp-satir { flex-wrap: wrap; }
  .bt-onay-akt { flex-direction: column-reverse; }
  .bt-onay-akt .bt-auth-btn { width: 100%; }
}
@media (max-width: 480px) {
  .bt-acc-dd { position: fixed; top: calc(var(--ust-serit-h, 70px) + 6px); left: auto; right: 12px; width: min(300px, calc(100vw - 24px)); max-width: none; }
}

/* ============================================================
   YENİ AUTH AKIŞI (v2.8) — anlık alan doğrulama, 2 adımlı kayıt,
   şifre gücü + göster/gizle, OTP segment kutuları, geri sayım.
   ============================================================ */
/* Alan sarmalı + inline durum mesajı */
.bt-alan { margin-top: 13px; }
.bt-alan:first-child { margin-top: 0; }
.bt-alan > .bt-auth-lbl { margin-top: 0; }
.bt-girdi-sar { position: relative; display: flex; align-items: center; }
.bt-alan.iyi   .bt-auth-input { border-color: #bfe0cb; }
.bt-alan.kotu  .bt-auth-input { border-color: #e6b4b4; }
.bt-alan.uyari .bt-auth-input { border-color: #f0cc8f; }
.bt-durum-ik { position: absolute; right: 12px; width: 18px; height: 18px; display: none; pointer-events: none; }
.bt-alan.iyi   .bt-durum-ik.ok   { display: block; }
.bt-alan.kotu  .bt-durum-ik.err  { display: block; }
.bt-alan.uyari .bt-durum-ik.warn { display: block; }
.bt-alan.goz-var .bt-durum-ik { right: 44px; }   /* göz butonunun soluna kay */
.bt-mini { font-size: 11.5px; margin: 6px 2px 0; min-height: 14px; line-height: 1.35; color: #9b9096; }
.bt-alan.iyi   .bt-mini { color: #15803d; }
.bt-alan.kotu  .bt-mini { color: #b3261e; }
.bt-alan.uyari .bt-mini { color: #b45309; }
/* şifre göster/gizle */
.bt-goz { position: absolute; right: 8px; border: 0; background: transparent; cursor: pointer; color: #8a7f85; padding: 7px; display: flex; border-radius: 8px; }
.bt-goz:hover { background: rgba(122,36,44,.07); color: var(--bt-bordo); }
/* Göz butonu olan alanda metin simgenin altına kaymasın; durum ikonu da varsa daha geniş. */
.bt-alan.goz-var .bt-auth-input { padding-right: 44px; }
.bt-alan.iyi .bt-auth-input, .bt-alan.kotu .bt-auth-input, .bt-alan.uyari .bt-auth-input { padding-right: 40px; }
.bt-alan.goz-var.iyi .bt-auth-input, .bt-alan.goz-var.kotu .bt-auth-input, .bt-alan.goz-var.uyari .bt-auth-input { padding-right: 72px; }
/* şifre gücü */
.bt-guc { display: flex; gap: 4px; margin-top: 7px; }
.bt-guc span { height: 4px; flex: 1; border-radius: 2px; background: #eadfe2; transition: background .25s; }
/* adım göstergesi */
.bt-adim { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; }
.bt-adim-nokta { height: 5px; border-radius: 3px; background: #ecdfe2; flex: 1; transition: background .3s; }
.bt-adim-nokta.aktif { background: var(--bt-bordo); }
.bt-adim-et { font-size: 11.5px; color: var(--bt-soluk); font-weight: 600; white-space: nowrap; }
/* OTP segment kutuları */
.bt-otp-kutular { display: flex; gap: 9px; margin: 4px 0 6px; }
.bt-otp-kutular input {
  flex: 1 1 0; min-width: 0; height: 56px; text-align: center; font-size: 23px; font-weight: 700;
  border: 1.5px solid var(--bt-cizgi); border-radius: 12px; background: #fff; color: var(--bt-metin); font-family: inherit;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.bt-otp-kutular input:focus { outline: 0; border-color: var(--bt-bordo); box-shadow: 0 0 0 3px rgba(122,36,44,.12); }
.bt-otp-kutular input.dolu { border-color: var(--bt-bordo); background: #faf5f5; }
.bt-otp-kutular.hatali input { border-color: #e6b4b4; animation: bt-salla .3s; }
@keyframes bt-salla { 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }
/* WebOTP bildirimi */
.bt-webotp { display: flex; align-items: center; gap: 8px; background: #eaf5ee; color: #15803d; border: 1px solid #c9e6d3;
  border-radius: 10px; padding: 9px 12px; font-size: 12px; font-weight: 600; margin: 12px 0 4px; }
/* geri sayımlı tekrar gönder */
.bt-resend { text-align: center; font-size: 12.5px; color: #8a7f85; margin-top: 14px; }
.bt-resend button { border: 0; background: transparent; color: var(--bt-bordo); font-weight: 700; cursor: pointer; font-family: inherit; font-size: 12.5px; }
.bt-resend button:disabled { color: #b9adb1; cursor: default; font-weight: 600; }
.bt-auth-satir2 { display: flex; gap: 10px; margin-top: 18px; }
.bt-auth-satir2 .bt-auth-btn { margin-top: 0; }
/* Üst sekme çubuğu (Hesap Oluştur / Giriş Yap) — mockup davranışı.
   Aşağıdaki "hesabın yok mu?" bağlantısı gözden kaçıyordu; geçiş artık üstte. */
.bt-auth-sekmeler { display: flex; background: #f4eef0; border-radius: 12px; padding: 4px; gap: 4px; margin: 0 0 16px; }
.bt-auth-sekmeler button {
  flex: 1; border: 0; background: transparent; padding: 10px 8px; border-radius: 9px;
  font-family: inherit; font-size: 13.5px; font-weight: 700; color: var(--bt-soluk); cursor: pointer;
  transition: background .18s, color .18s, box-shadow .18s;
}
.bt-auth-sekmeler button:hover { color: var(--bt-bordo); }
.bt-auth-sekmeler button[aria-selected="true"] { background: #fff; color: var(--bt-bordo); box-shadow: 0 2px 8px -3px rgba(80,20,28,.3); }
