/* FT Çerez — banner görünümü.
   Renkler tema değişkenlerinden türer; tema tanımlamazsa nötr bir palete düşer. */
.ft-cerez {
	position: fixed;
	inset: auto 0 0 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	padding: 16px;
	pointer-events: none;
}
.ft-cerez[hidden] { display: none; }

.ft-cerez-govde {
	pointer-events: auto;
	width: min(760px, 100%);
	background: var(--ft-cerez-zemin, #ffffff);
	color: var(--ft-cerez-yazi, #1f2430);
	border: 1px solid rgba(0, 0, 0, .10);
	border-radius: 14px;
	box-shadow: 0 18px 48px -18px rgba(0, 0, 0, .45);
	padding: 20px 22px;
	font-size: 14.5px;
	line-height: 1.6;
}

.ft-cerez-baslik { margin: 0 0 6px; font-size: 16.5px; font-weight: 650; }
.ft-cerez-aciklama { margin: 0 0 14px; }

.ft-cerez-red-link {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	color: var(--ft-cerez-vurgu, #c2410c);
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.ft-cerez-red-link:hover { text-decoration-thickness: 2px; }

.ft-cerez-dugmeler { display: flex; flex-wrap: wrap; gap: 9px; }
.ft-cerez-dugme {
	font: inherit;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 9px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: transform .12s ease, filter .12s ease;
}
.ft-cerez-dugme:hover { transform: translateY(-1px); filter: brightness(1.05); }
.ft-cerez-birincil {
	background: var(--ft-cerez-vurgu, #c2410c);
	color: #fff;
}
.ft-cerez-ikincil {
	background: transparent;
	color: inherit;
	border-color: rgba(0, 0, 0, .22);
}

.ft-cerez-secim { margin: 4px 0 14px; display: flex; flex-direction: column; gap: 10px; }
.ft-cerez-satir { display: flex; gap: 10px; align-items: flex-start; }
.ft-cerez-satir input { margin-top: 4px; }
.ft-cerez-satir small { display: block; opacity: .75; font-size: 13px; }

/* Bloklanmış gömmenin yerinde duran kutu */
.ft-cerez-kutu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 180px;
	padding: 22px;
	text-align: center;
	background: rgba(127, 127, 127, .08);
	border: 1px dashed rgba(127, 127, 127, .45);
	border-radius: 12px;
	font-size: 14px;
}

@media (prefers-color-scheme: dark) {
	.ft-cerez-govde {
		background: var(--ft-cerez-zemin, #171b24);
		color: var(--ft-cerez-yazi, #e8ecf3);
		border-color: rgba(255, 255, 255, .12);
	}
	.ft-cerez-ikincil { border-color: rgba(255, 255, 255, .28); }
}

@media (max-width: 560px) {
	.ft-cerez { padding: 10px; }
	.ft-cerez-dugme { flex: 1 1 auto; }
}
