/* get.stopersolutions.com — Giriş/Kayıt modalı + Hesap/Adres paneli stilleri */

.dash-auth-modal .modal-content { box-shadow: 0 20px 60px rgba(29, 41, 57, .25); }

.dash-auth-head {
	background: var(--stoper-blue);
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dash-auth-logo { height: 30px; filter: brightness(0) invert(1); }

.dash-auth-title { font-size: 20px; font-weight: 700; color: #1d2939; margin: 0 0 4px; }
.dash-auth-sub { font-size: 13.5px; color: var(--stoper-text); margin: 0 0 18px; }

/* Tema-uyumlu girdi modalı açıklama satırı (klasör oluştur/adlandır) */
.dash-modal-aciklama { font-size: 13.5px; color: var(--stoper-text); margin: 0 0 16px; line-height: 1.5; }

.dash-field { margin-bottom: 14px; }
.dash-field label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	color: #344054;
	margin-bottom: 6px;
}
.dash-field input {
	width: 100%;
	border: 1px solid var(--stoper-border);
	border-radius: 10px;
	padding: 11px 13px;
	font-size: 14px;
	color: #1d2939;
	transition: border-color .15s, box-shadow .15s;
}
.dash-field input:focus,
.dash-field textarea:focus,
.dash-adres-select:focus {
	outline: none;
	border-color: var(--stoper-blue);
	box-shadow: 0 0 0 3px rgba(0, 80, 149, .12);
}
.dash-adres-select {
	width: 100%;
	border: 1px solid var(--stoper-border);
	border-radius: 10px;
	padding: 11px 13px;
	font-size: 14px;
	color: #1d2939;
	background: #fff;
}

.dash-auth-row { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.dash-auth-link, .dash-auth-alt a, .dash-auth-pane [data-goto] {
	color: var(--stoper-blue);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.dash-auth-link:hover, .dash-auth-alt a:hover { text-decoration: underline; }

.dash-auth-btn {
	width: 100%;
	background: var(--stoper-blue);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s, opacity .15s;
}
.dash-auth-btn:hover { background: #003f75; }
.dash-auth-btn:disabled { opacity: .6; cursor: not-allowed; }

.dash-auth-alt {
	text-align: center;
	font-size: 13.5px;
	color: var(--stoper-text);
	margin-top: 18px;
}

.dash-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	color: var(--stoper-text);
	margin-bottom: 16px;
	cursor: pointer;
}
.dash-check input { margin-top: 2px; }

.dash-auth-sonuc:empty { display: none; }
.dash-auth-sonuc {
	font-size: 13px;
	border-radius: 8px;
	padding: 10px 12px;
	margin-bottom: 14px;
}
.dash-auth-sonuc.ok { background: #e6f4ea; color: #1e7e34; }
.dash-auth-sonuc.err { background: #fdecea; color: #c0392b; }

/* ---- Hesap / Adres paneli (hesabim.php / adreslerim.php) ---- */
.dash-panel-card {
	background: #fff;
	border: 1px solid var(--stoper-border);
	border-radius: 16px;
	padding: 24px;
	max-width: 640px;
	box-shadow: 0 0 16px rgba(29, 41, 57, .06);
}
.dash-panel-card h4 { font-size: 17px; font-weight: 700; color: #1d2939; margin: 0 0 4px; }
.dash-panel-card .dash-panel-sub { font-size: 13px; color: var(--stoper-text); margin: 0 0 20px; }

.dash-adres-list { display: grid; gap: 14px; }
.dash-adres-item {
	border: 1px solid var(--stoper-border);
	border-radius: 12px;
	padding: 16px;
	position: relative;
}
.dash-adres-item h6 { font-size: 14.5px; font-weight: 700; color: #1d2939; margin: 0 0 6px; }
.dash-adres-item p { font-size: 13px; color: var(--stoper-text); margin: 0; line-height: 1.5; }
.dash-adres-actions { position: absolute; top: 14px; right: 14px; display: flex; gap: 10px; }
.dash-adres-actions a { font-size: 13px; color: var(--stoper-text); text-decoration: none; }
.dash-adres-actions a:hover { color: var(--stoper-blue); }
.dash-adres-actions a.text-danger:hover { color: #c0392b !important; }

/* ============ GOOGLE İLE DEVAM ET (2026-08-01) ============
   Buton, ana sitedeki /google-giris ara sayfasına giden bir BAĞLANTIDIR
   (Google JS'i get. origin'inde çalışmıyor — bkz. _dash-auth-modal.php). */
.dash-auth-ayrac {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 14px;
	color: var(--stoper-text);
	font-size: 12.5px;
}
.dash-auth-ayrac::before,
.dash-auth-ayrac::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--stoper-border);
}

.dash-google-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 11px 12px;
	border: 1px solid var(--stoper-border);
	border-radius: 10px;
	background: #fff;
	color: #1d2939;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	transition: background .15s, border-color .15s;
}
.dash-google-btn:hover {
	background: #f6f8fd;
	border-color: #c8d0de;
	color: #1d2939;
	text-decoration: none;
}
.dash-google-logo { width: 18px; height: 18px; flex: 0 0 18px; }

/* KVKK/sözleşme onayı — zorunlu olduğu için biraz daha belirgin */
/* (2026-08-20) KUTU GORUNUMU ARTIK SARMALAYICIDA.
   Kullanici KVKK onayi ile kampanya onayinin AYNI kutuda olmasini
   istedi. Kutu daha once .dash-check-zorunlu (bir <label>) uzerindeydi;
   ikinci onayi onun icine koymak ic ice <label> demek olurdu — gecersiz
   HTML, ustelik ic label'a tiklayinca dis kutunun onay kutusu
   isaretlenirdi. Cerceve dis kaba tasindi, label'lar kardes kaldi. */
.dash-onay-kutu {
	background: #f6f8fd;
	border: 1px solid var(--stoper-border);
	border-radius: 10px;
	padding: 11px 12px;
	margin-bottom: 16px;
}
.dash-onay-kutu .dash-check { margin-bottom: 0; }
/* Iki onay arasinda ayirici — ayni kutuda ama karismasinlar. */
.dash-onay-kutu .dash-check-promosyon {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--stoper-border);
}
.dash-check-zorunlu {
	line-height: 1.5;
}
.dash-check-zorunlu a { color: var(--stoper-blue); text-decoration: underline; }

/* Google'ın KENDİ butonunun render edildiği yuva (2026-08-01, get. artık
   Google'da yetkili origin).
   ⚠️ Buraya ":empty { display:none }" YAZMA: kap boşken gizlenirse genişliği
   0 olur, renderButton ölçemez ve kap hiç dolmaz — boş olduğu için gizlenir,
   gizli olduğu için dolmaz (kilitlenme; 2026-08-01'de bu yüzden buton hiç
   çıkmadı). Boş bir flex kabı zaten yer kaplamıyor, gizlemeye gerek yok. */
.dash-google-yuva { display: flex; justify-content: center; }
