/* Yazarpad — masaüstü web platform (yalnız kabuk-masa ile yüklenir) */

body.wp-yuzey-masa {
	--wp-rail: 252px;
	--wp-masa-max: 1280px;
	--wp-masa-pad: 32px;
	--wp-header-masa-h: 68px;
	--wp-masa-yan: 300px;
	background:
		radial-gradient(1100px 480px at 12% -12%, rgba(220, 0, 120, .11), transparent 55%),
		radial-gradient(900px 420px at 92% 0%, rgba(51, 83, 166, .14), transparent 50%),
		linear-gradient(180deg, color-mix(in srgb, var(--wp-zemin) 92%, #fff) 0%, var(--wp-zemin) 220px);
	font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
}

html[data-bs-theme="dark"] body.wp-yuzey-masa {
	background:
		radial-gradient(1100px 480px at 12% -12%, rgba(220, 0, 120, .16), transparent 55%),
		radial-gradient(900px 420px at 92% 0%, rgba(51, 83, 166, .18), transparent 50%),
		var(--wp-zemin);
}

body.wp-yuzey-masa .wp-app-masa {
	display: block;
	min-height: 100dvh;
	background: transparent;
}

/* ——— Rail ——— */
body.wp-yuzey-masa .wp-rail {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	width: var(--wp-rail);
	height: 100dvh;
	overflow: hidden;
	padding: 20px 14px 16px;
	border-right: 1px solid var(--wp-cizgi);
	background: color-mix(in srgb, var(--wp-chrome) 94%, transparent);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	z-index: 40;
	box-sizing: border-box;
	box-shadow: 8px 0 32px rgba(12, 13, 33, .04);
}

body.wp-yuzey-masa .wp-rail-ust {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 4px 22px;
	flex-shrink: 0;
}

body.wp-yuzey-masa .wp-rail-logo {
	display: flex;
	align-items: center;
	min-width: 0;
	flex: 1;
	margin: 0;
	text-decoration: none;
}

body.wp-yuzey-masa .wp-rail-logo .wp-logo-img { height: 34px; width: auto; }

body.wp-yuzey-masa .wp-rail-ust .wp-icon-btn {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 12px;
	background: color-mix(in srgb, var(--wp-yazi) 6%, transparent);
	color: var(--wp-yazi);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

body.wp-yuzey-masa .wp-rail-ust .wp-icon-btn:hover {
	background: color-mix(in srgb, var(--wp-pembe) 14%, transparent);
	color: var(--wp-pembe);
}

body.wp-yuzey-masa .wp-rail-nav {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 0 1 auto;
	min-height: 96px;
	overflow-y: auto;
	padding: 0 2px;
	scrollbar-width: thin;
}

body.wp-yuzey-masa .wp-rail-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	border-radius: 14px;
	text-decoration: none;
	color: var(--wp-yazi);
	font-weight: 650;
	font-size: .9rem;
	letter-spacing: .01em;
	transition: background .15s ease, color .15s ease, transform .12s ease;
}

body.wp-yuzey-masa .wp-rail-link i {
	width: 22px;
	text-align: center;
	color: var(--wp-soluk);
	font-size: 1.05rem;
}

body.wp-yuzey-masa .wp-rail-link:hover {
	background: color-mix(in srgb, var(--wp-yazi) 5%, transparent);
	transform: translateX(2px);
}

body.wp-yuzey-masa .wp-rail-link.is-aktif {
	background: linear-gradient(135deg, color-mix(in srgb, var(--wp-pembe) 16%, transparent), color-mix(in srgb, var(--wp-mavi) 10%, transparent));
	color: var(--wp-pembe);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wp-pembe) 22%, transparent);
}

body.wp-yuzey-masa .wp-rail-link.is-aktif i { color: var(--wp-pembe); }

body.wp-yuzey-masa .wp-rail-alt {
	margin-top: auto;
	flex-shrink: 0;
	padding-top: 12px;
	border-top: 1px solid var(--wp-cizgi);
}

body.wp-yuzey-masa .wp-rail-alt-nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-bottom: 6px;
}

body.wp-yuzey-masa .wp-rail-rozet {
	margin-left: auto;
	min-width: 16px;
	height: 16px;
	padding: 0 5px;
	border-radius: 8px;
	background: var(--wp-pembe);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

body.wp-yuzey-masa .wp-rail-profil {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 14px;
	min-width: 0;
}

/* ——— Üst bar ——— */
body.wp-yuzey-masa .wp-govde-masa {
	margin-left: var(--wp-rail);
	min-height: 100dvh;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

body.wp-yuzey-masa .wp-header-masa {
	display: flex;
	align-items: center;
	gap: 14px;
	position: sticky;
	top: 0;
	z-index: 30;
	align-self: stretch;
	width: 100%;
	max-width: none;
	margin: 0;
	height: var(--wp-header-masa-h);
	padding: 0 var(--wp-masa-pad);
	background: color-mix(in srgb, var(--wp-zemin) 78%, transparent);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--wp-cizgi);
	box-sizing: border-box;
}

body.wp-yuzey-masa.wp-duvar-acik .wp-header-masa {
	max-width: none;
	padding-left: var(--wp-masa-pad);
	padding-right: var(--wp-masa-pad);
}

body.wp-yuzey-masa .wp-header-baslik {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -.03em;
	color: var(--wp-yazi);
	min-width: 0;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.wp-yuzey-masa .wp-masa-geri {
	flex-shrink: 0;
	text-decoration: none;
	color: var(--wp-soluk);
	font-weight: 650;
	padding: 6px 10px;
}

body.wp-yuzey-masa .wp-masa-geri:hover { color: var(--wp-pembe); }

body.wp-yuzey-masa .wp-header-masa-sag {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	flex-shrink: 0;
}

body.wp-yuzey-masa .wp-masa-ara {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	border: 1px solid var(--wp-cizgi);
	border-radius: 999px;
	background: var(--wp-kart);
	color: var(--wp-soluk);
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	min-width: 260px;
	box-shadow: 0 4px 14px rgba(18, 20, 26, .05);
	transition: border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

body.wp-yuzey-masa .wp-masa-ara:hover {
	border-color: color-mix(in srgb, var(--wp-pembe) 40%, var(--wp-cizgi));
	color: var(--wp-yazi);
	box-shadow: 0 6px 18px rgba(220, 0, 120, .08);
}

body.wp-yuzey-masa.wp-kimler-appbar .wp-masa-ara {
	display: none !important;
}

body.wp-yuzey-masa .wp-masa-ikon-btn {
	position: relative;
	overflow: visible;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wp-yazi);
	text-decoration: none;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	font-size: 1.1rem;
	box-shadow: 0 2px 8px rgba(18, 20, 26, .04);
}

body.wp-yuzey-masa .wp-masa-ikon-btn:hover {
	border-color: color-mix(in srgb, var(--wp-pembe) 35%, var(--wp-cizgi));
	color: var(--wp-pembe);
}

body.wp-yuzey-masa .wp-masa-icerik-sarici {
	flex: 1;
	min-width: 0;
	width: 100%;
}

body.wp-yuzey-masa .wp-main-masa {
	width: 100%;
	max-width: var(--wp-masa-max);
	margin: 0 auto;
	padding: 22px var(--wp-masa-pad) 64px;
	box-sizing: border-box;
}

body.wp-yuzey-masa .wp-sayfa-baslik { display: none !important; }

/* ——— Keşfet masaüstü ——— */
body.wp-yuzey-masa .wp-kesfet-masa {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

body.wp-yuzey-masa .wp-masa-giris {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	padding: 4px 2px 0;
}

body.wp-yuzey-masa .wp-masa-giris-metin {
	min-width: 0;
	flex: 1 1 280px;
}

body.wp-yuzey-masa .wp-masa-giris-metin h1 {
	margin: 0;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.2;
	color: var(--wp-yazi);
}

body.wp-yuzey-masa .wp-masa-giris-metin p {
	margin: 6px 0 0;
	font-size: .95rem;
	line-height: 1.45;
	color: var(--wp-soluk);
	font-weight: 500;
}

body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol-satir {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol-satir::-webkit-scrollbar { display: none; }

body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol {
	flex: 0 1 auto;
	min-width: 0;
	max-width: none;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid var(--wp-cizgi);
	background: var(--wp-kart);
	box-shadow: 0 2px 8px rgba(18, 20, 26, .04);
	font-weight: 700;
	font-size: .86rem;
}

body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol:hover {
	border-color: color-mix(in srgb, var(--wp-pembe) 40%, var(--wp-cizgi));
	color: var(--wp-pembe);
}

body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol.is-mobil { display: none; }
body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol.is-masa { display: flex; }

/* Vitrin katmanı — sol vitrin (biraz dar) + sağda soldaki gibi dar slide */
body.wp-yuzey-masa .wp-masa-vitrin {
	min-width: 0;
}

body.wp-yuzey-masa .wp-masa-vitrin > .wp-kesfet-blok-baslik-satir {
	padding: 0 2px;
	margin: 0 0 14px;
}

body.wp-yuzey-masa .wp-masa-vitrin-satir {
	display: flex;
	align-items: stretch;
	gap: 16px;
	min-width: 0;
}

body.wp-yuzey-masa .wp-masa-vitrin-satir > #wpKesfetVitrin {
	flex: 1 1 0;
	min-width: 0;
}

body.wp-yuzey-masa .wp-masa-vitrin-satir > #wpKesfetBlokSonYorum {
	flex: 0 0 224px;
	width: 224px;
	max-width: 224px;
	min-width: 0;
}

body.wp-yuzey-masa .wp-masa-vitrin-satir > [hidden] {
	display: none !important;
}

body.wp-yuzey-masa .wp-kesfet-masa #wpKesfetVitrin > .wp-kesfet-iskelet-slayt,
body.wp-yuzey-masa .wp-masa-vitrin-yuva > .wp-kesfet-iskelet-slayt {
	margin: 0;
	height: clamp(240px, 28vw, 380px);
	aspect-ratio: auto;
	border-radius: 22px;
}

body.wp-yuzey-masa .wp-masa-slide-yuva > .wp-kesfet-iskelet-slayt {
	margin: 0;
	width: 100%;
	height: clamp(240px, 28vw, 380px);
	aspect-ratio: auto;
	max-height: none;
	border-radius: 14px;
}

body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin,
body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin.wp-slider {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border-radius: 22px;
	--wp-vitrin-adet: 1.18;
	--wp-vitrin-gap: 16px;
	isolation: isolate;
}

body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	background: linear-gradient(180deg, transparent, rgba(8, 10, 18, .42));
	pointer-events: none;
	z-index: 4;
}

body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin .wp-kesfet-vitrin {
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(12, 13, 33, .18);
	height: clamp(240px, 28vw, 380px);
	aspect-ratio: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin .wp-kesfet-vitrin img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	display: block;
	transition: transform 1.2s cubic-bezier(.22,.61,.36,1);
}

body.wp-yuzey-masa .wp-kesfet-masa .is-masa-vitrin .wp-kesfet-vitrin:hover img {
	transform: scale(1.035);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-blok {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: hidden;
	height: clamp(240px, 28vw, 380px);
	min-height: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-sahne {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: none;
	aspect-ratio: auto;
	border-radius: 14px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-kart {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	border-radius: 14px;
	transform: translateX(var(--sy-dx));
	opacity: 0;
	pointer-events: none;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-kart.is-aktif {
	transform: translateX(var(--sy-dx));
	opacity: 1;
	z-index: 8;
	pointer-events: auto;
	box-shadow: 0 10px 22px rgba(12, 13, 33, .22);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-kart.is-onceki,
body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-kart.is-sonraki {
	opacity: 0;
	filter: none;
	transform: none;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-oku {
	min-width: 0;
	width: calc(100% - 20px);
	max-width: 168px;
	height: 34px;
	padding: 0 12px;
	font-size: .8rem;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-kesfet-sonyorum-sahne.wp-slayt-oklu .wp-slayt-ok {
	width: 28px;
	height: 28px;
	opacity: .88;
	pointer-events: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-slayt-ok.is-sol { left: 6px; }
body.wp-yuzey-masa .wp-kesfet-masa .wp-masa-vitrin-satir .wp-slayt-ok.is-sag { right: 6px; }

/* Hikaye şeridi */
body.wp-yuzey-masa .wp-masa-hikaye {
	padding: 14px 16px 12px;
	border-radius: 20px;
	border: 1px solid var(--wp-cizgi);
	background: var(--wp-kart);
	box-shadow: 0 8px 22px rgba(18, 20, 26, .04);
}

body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-serit-ic {
	padding: 2px 2px 0;
	gap: 18px;
}

body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka {
	flex: 0 0 108px;
	width: 108px;
}

body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka-dis,
body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka-ring {
	width: 100px;
	height: 100px;
}

body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka-foto,
body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka-foto img {
	width: 100%;
	height: 100%;
}

body.wp-yuzey-masa .wp-masa-hikaye .wp-hikaye-halka-ad {
	width: auto;
	max-width: 108px;
	font-size: 12px;
	font-weight: 800;
}

/* Ana + yan kolon */
body.wp-yuzey-masa .wp-masa-kesfet-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--wp-masa-yan);
	gap: 24px;
	align-items: start;
}

body.wp-yuzey-masa .wp-masa-kesfet-ana {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.wp-yuzey-masa .wp-masa-kesfet-ana > * {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan {
	position: sticky;
	top: calc(var(--wp-header-masa-h) + 16px);
	align-self: start;
	min-width: 0;
	width: var(--wp-masa-yan);
	max-width: var(--wp-masa-yan);
	z-index: 5;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-blok {
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 20px;
	padding: 18px 18px 16px;
	box-shadow: 0 10px 28px rgba(18, 20, 26, .045);
	margin: 0;
	overflow: hidden;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-blok-baslik-satir {
	margin-bottom: 14px;
	padding: 0 2px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-sekme {
	padding: 0 2px;
	margin: 0 0 8px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-blok .wp-kesfet-blok-baslik-satir {
	padding: 0 2px;
	margin: 0 0 12px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-blok-baslik {
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -.02em;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-yatay,
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-yazar-serit:not(.is-masa-dikey),
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-izgara,
body.wp-yuzey-masa .wp-kesfet-masa .wp-slider {
	padding-left: 2px;
	padding-right: 2px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-yatay-sarici {
	padding: 0 2px 4px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-yatay .wp-kitap {
	width: 148px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-yatay .wp-kitap-kapak {
	width: 148px;
	height: 230px;
	border-radius: 14px;
	box-shadow: var(--wp-kapak-golge);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-duyuru-sarici {
	padding: 0;
	margin-top: 12px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-duyuru {
	flex: 0 0 100%;
	min-height: 92px;
	border-radius: 18px;
	padding: 10px 12px 10px 12px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-chip-sarici {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	padding: 0 2px 12px;
	margin: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-chip {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: max-content;
	max-width: none;
	min-width: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-chip-sarici.wp-slayt-oklu .wp-slayt-ok {
	opacity: .88;
	pointer-events: auto;
	width: 32px;
	height: 32px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-son-bolum-sayfa {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 10px;
	padding: 0;
}
body.wp-yuzey-masa .wp-kesfet-masa .wp-son-bolum-adi {
	font-size: 13px;
}
body.wp-yuzey-masa .wp-kesfet-masa .wp-son-bolum-yazar {
	padding: 5px 7px;
}
body.wp-yuzey-masa .wp-kesfet-masa .wp-son-bolum-yazar-foto,
body.wp-yuzey-masa .wp-kesfet-masa .wp-son-bolum-yazar-bos {
	width: 24px;
	height: 24px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sarici {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-slayt {
	display: flex;
	gap: 0;
	overflow: visible;
	padding: 0;
	scroll-snap-type: none;
	touch-action: pan-y;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sayfa {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 10px;
	align-items: start;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sayfa .wp-kitap {
	width: auto;
	max-width: none;
	min-width: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sayfa .wp-kitap-kapak-kutu,
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sayfa .wp-kitap-kapak {
	width: 100%;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-sayfa .wp-kitap-kapak {
	height: auto;
	aspect-ratio: 512 / 800;
	border-radius: 12px;
	box-shadow: var(--wp-kapak-golge);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-daha {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	min-height: 280px;
	border-radius: 16px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-blok .wp-kesfet-onerilen-tum {
	margin-left: auto;
	color: var(--wp-soluk);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-onerilen-blok .wp-slayt-ok {
	opacity: .92;
	pointer-events: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-cerceve {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-slayt-sarici {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-slayt {
	overflow: visible;
	gap: 0;
	scroll-snap-type: none;
	touch-action: pan-y;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-sayfa {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-sayfa .wp-kesfet-pano-slayt-oge {
	flex: none;
	width: auto;
	max-width: none;
	min-width: 0;
	height: 100%;
	border-radius: 16px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-pano-blok .wp-slayt-ok {
	opacity: .92;
	pointer-events: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-slayt-noktalar.is-pano {
	position: static;
	margin: 12px 0 2px;
	pointer-events: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-slayt-noktalar.is-pano .wp-slayt-nokta {
	background: color-mix(in srgb, var(--wp-yazi) 22%, transparent);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-slayt-noktalar.is-pano .wp-slayt-nokta.is-aktif {
	width: 20px;
	background: var(--wp-pembe);
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-blok {
	position: relative;
	overflow: visible;
	max-height: calc(100dvh - var(--wp-header-masa-h) - 32px);
	display: flex;
	flex-direction: column;
	padding-bottom: 14px;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-blok-baslik-satir {
	flex-shrink: 0;
	margin-bottom: 12px;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-serit {
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	transform: none !important;
	padding: 0;
	scrollbar-width: thin;
	min-height: 0;
	flex: 1;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar {
	width: 100%;
	max-width: none;
	min-height: 0;
	height: auto;
	flex: 0 0 auto;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 14px;
	border: 1px solid var(--wp-cizgi);
	background: color-mix(in srgb, var(--wp-zemin) 55%, var(--wp-kart));
	text-align: left;
	box-sizing: border-box;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-profil {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
	margin: 0;
	text-align: left;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-foto,
body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-bos {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	max-width: 44px;
	flex: 0 0 44px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	background: var(--wp-cizgi);
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-bos {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wp-soluk);
	font-size: .9rem;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-metin {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
	text-align: left;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-metin strong {
	display: block;
	font-size: .86rem;
	font-weight: 750;
	line-height: 1.2;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-metin .wp-ad-rozet {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-metin .wp-tik {
	flex-shrink: 0;
	color: #1d9bf0;
	font-size: .82em;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-metin > span {
	font-size: .72rem;
	color: var(--wp-soluk);
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	align-self: flex-start;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-yazar-kitap {
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 28px;
	height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp-pembe) 12%, transparent);
	color: var(--wp-pembe);
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-takip {
	display: none;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-liste {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	min-width: 0;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-foto,
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-bos {
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--wp-cizgi);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-bos {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wp-soluk);
	font-size: .72rem;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-metin {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.2;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-ad {
	display: block;
	font-size: .82rem;
	font-weight: 700;
	font-style: normal;
	color: var(--wp-yazi);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-ad .wp-ad-rozet {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--wp-yazi);
	font-weight: 700;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-bolum-yazar-un {
	display: block;
	margin-top: 1px;
	font-size: .72rem;
	font-weight: 600;
	font-style: normal;
	color: var(--wp-pembe);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-izgara {
	gap: 12px 10px;
	padding: 0 2px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-izgara.is-4,
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-izgara.is-3 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-kapak-gorsel {
	border-radius: 12px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-sayac {
	padding: 7px 12px;
	font-size: .82rem;
	gap: 6px;
	left: 9px;
	bottom: 9px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-sayac.is-ust {
	top: 9px;
	bottom: auto;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-sayac i {
	font-size: .88rem;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-kapak > strong {
	margin-top: 8px;
	font-size: .84rem;
	font-weight: 700;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-liste-wrap.is-kayit {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 0 2px;
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-liste-wrap.is-kayit .wp-kesfet-etk-liste {
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--wp-yazi) 4.5%, var(--wp-kart));
	border: 1px solid var(--wp-cizgi);
	box-shadow: 0 6px 16px rgba(18, 20, 26, .06);
	min-width: 0;
	box-sizing: border-box;
}

html[data-bs-theme="dark"] body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-liste-wrap.is-kayit .wp-kesfet-etk-liste {
	background: color-mix(in srgb, var(--wp-yazi) 7%, var(--wp-kart));
	box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-liste-wrap.is-kayit .wp-kesfet-etk-liste-kapak,
body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-etk-liste-wrap.is-kayit .wp-kesfet-etk-liste .is-bos {
	width: 64px;
	height: calc(64px / (512 / 800));
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(12, 13, 33, .12);
}

body.wp-yuzey-masa .wp-kesfet-masa .wp-kesfet-cok-govde {
	max-width: none;
}

body.wp-yuzey-masa .wp-kesfet-kisayol.is-mobil { display: none; }
body.wp-yuzey-masa .wp-kesfet-kisayol.is-masa { display: flex; }

/* Slayt okları / noktalar — yalnız masaüstü */
body.wp-yuzey-masa .wp-slayt-oklu {
	position: relative;
}

body.wp-yuzey-masa .wp-slayt-ok {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: color-mix(in srgb, var(--wp-kart) 94%, #fff);
	color: var(--wp-yazi);
	box-shadow: 0 8px 22px rgba(12, 13, 33, .16);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease, background .16s ease, transform .16s ease;
}

body.wp-yuzey-masa .wp-slayt-oklu:hover .wp-slayt-ok,
body.wp-yuzey-masa .wp-slayt-ok:focus-visible {
	opacity: 1;
	pointer-events: auto;
}

body.wp-yuzey-masa .wp-slayt-ok.is-sol { left: 10px; }
body.wp-yuzey-masa .wp-slayt-ok.is-sag { right: 10px; }

body.wp-yuzey-masa .wp-slayt-ok:hover {
	background: var(--wp-kart);
	transform: translateY(-50%) scale(1.06);
}

body.wp-yuzey-masa .wp-slayt-ok:disabled {
	opacity: .2;
	pointer-events: none;
}

body.wp-yuzey-masa .wp-slayt-oklu.is-slayt-tek .wp-slayt-ok {
	display: none;
}

body.wp-yuzey-masa .is-masa-vitrin.wp-slayt-oklu .wp-slayt-ok {
	opacity: .92;
	pointer-events: auto;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, .92);
	color: #1a1a1a;
}

body.wp-yuzey-masa .is-masa-vitrin.wp-slayt-oklu .wp-slayt-ok:hover {
	opacity: 1;
	background: #fff;
}

body.wp-yuzey-masa .wp-slayt-noktalar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	z-index: 7;
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 0;
	pointer-events: none;
}

body.wp-yuzey-masa .wp-slayt-nokta {
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255, 255, 255, .42);
	cursor: pointer;
	pointer-events: auto;
	transition: width .2s ease, background .2s ease;
}

body.wp-yuzey-masa .wp-slayt-nokta.is-aktif {
	width: 20px;
	background: #fff;
}

/* Genel sayfa kartları (liste sayfaları) */
body.wp-yuzey-masa .wp-sayfa > .wp-kart,
body.wp-yuzey-masa .wp-sayfa .wp-satir,
body.wp-yuzey-masa .wp-auth-kart {
	border-radius: 18px;
}

body.wp-yuzey-masa .wp-h1 {
	font-size: 1.65rem;
	letter-spacing: -.03em;
}

/* Tam ekran akışlar */
body.wp-yuzey-masa.wp-chrome-kapali .wp-rail,
body.wp-yuzey-masa.wp-dokuman-acik .wp-rail,
body.wp-yuzey-masa.wp-bolumler-akis-acik .wp-rail,
body.wp-yuzey-masa.wp-hikaye-izle-acik .wp-rail {
	display: none !important;
}

body.wp-yuzey-masa.wp-chrome-kapali .wp-govde-masa,
body.wp-yuzey-masa.wp-dokuman-acik .wp-govde-masa,
body.wp-yuzey-masa.wp-bolumler-akis-acik .wp-govde-masa,
body.wp-yuzey-masa.wp-hikaye-izle-acik .wp-govde-masa {
	margin-left: 0;
}

body.wp-yuzey-masa.wp-dm-masa-acik .wp-rail {
	display: flex !important;
}

body.wp-yuzey-masa.wp-dm-masa-acik .wp-govde,
body.wp-yuzey-masa.wp-dm-masa-acik .wp-govde-masa {
	margin-left: var(--wp-rail) !important;
}

body.wp-yuzey-masa.wp-sohbet-acik .wp-main-masa,
body.wp-yuzey-masa.wp-dm-masa-acik .wp-main-masa {
	padding: 0;
	max-width: none;
}

body.wp-yuzey-masa.wp-dm-masa-acik .wp-main-masa {
	height: 100dvh;
}

body.wp-yuzey-masa.wp-dm-masa-acik .wp-sayfa {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
body.wp-yuzey-masa.wp-sohbet-acik .wp-sohbet-form,
body.wp-yuzey-masa.wp-sohbet-acik .wp-grup-kabuk .wp-sohbet-form {
	padding-bottom: 28px;
}

body.wp-yuzey-masa.wp-bolumler-akis-acik .wp-header-masa,
body.wp-yuzey-masa.wp-hikaye-izle-acik .wp-header-masa,
body.wp-yuzey-masa.wp-chrome-kapali .wp-header-masa {
	display: none !important;
}

body.wp-yuzey-masa.wp-bolumler-akis-acik .wp-main-masa,
body.wp-yuzey-masa.wp-hikaye-izle-acik .wp-main-masa {
	max-width: none;
	padding: 0;
	margin: 0;
}

body.wp-yuzey-masa.wp-bolum-okuma-acik .wp-main-masa,
body.wp-yuzey-masa.wp-kitap-profil-acik .wp-main-masa {
	max-width: none;
	padding-left: var(--wp-masa-pad);
	padding-right: var(--wp-masa-pad);
}

body.wp-yuzey-masa.wp-kesfet-acik .wp-header-baslik {
	font-size: 1.18rem;
	font-weight: 800;
	opacity: 1;
}

@media (max-width: 1100px) {
	body.wp-yuzey-masa {
		--wp-masa-yan: 260px;
		--wp-masa-max: 1100px;
	}
	body.wp-yuzey-masa .wp-masa-giris {
		align-items: flex-start;
	}
	body.wp-yuzey-masa .wp-masa-giris .wp-kesfet-kisayol-satir {
		justify-content: flex-start;
	}
	body.wp-yuzey-masa .wp-masa-kesfet-grid {
		grid-template-columns: 1fr;
	}
	body.wp-yuzey-masa .wp-masa-kesfet-yan {
		position: static;
		width: auto;
		max-width: none;
	}
	body.wp-yuzey-masa .wp-masa-kesfet-yan .wp-kesfet-blok {
		max-height: none;
	}
}

@media (min-width: 1500px) {
	body.wp-yuzey-masa {
		--wp-masa-max: 1380px;
		--wp-masa-yan: 320px;
		--wp-rail: 268px;
	}
}

body.wp-yuzey-masa .wp-ara-kat-izgara {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body.wp-yuzey-masa .wp-canli-baslat {
	max-width: 560px;
	margin: 0 auto;
}
body.wp-yuzey-masa.wp-canli-siyah .wp-canli-oda {
	max-width: 680px;
	margin: 0 auto;
}

/* ——— Bildirimler (masaüstü kart) ——— */
body.wp-yuzey-masa .wp-bildirim-sayfa {
	max-width: 760px;
	padding: 0 0 48px;
}
body.wp-yuzey-masa .wp-bildirim-filtre {
	gap: 8px;
	padding: 0 0 18px;
}
body.wp-yuzey-masa .wp-bildirim-cip {
	border: 1px solid var(--wp-cizgi);
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	background: var(--wp-kart);
	color: var(--wp-soluk);
	box-shadow: 0 1px 2px rgba(18, 20, 26, .04);
}
body.wp-yuzey-masa .wp-bildirim-cip.is-aktif {
	background: color-mix(in srgb, var(--wp-pembe) 10%, var(--wp-kart));
	border-color: color-mix(in srgb, var(--wp-pembe) 28%, var(--wp-cizgi));
	color: var(--wp-pembe);
	font-weight: 600;
}
body.wp-yuzey-masa .wp-bildirim-liste {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
}
body.wp-yuzey-masa .wp-bildirim-kart {
	align-items: stretch;
	gap: 0;
	padding: 0;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(18, 20, 26, .04);
	transition: border-color .15s ease, box-shadow .15s ease;
}
body.wp-yuzey-masa .wp-bildirim-kart:hover {
	border-color: color-mix(in srgb, var(--wp-pembe) 22%, var(--wp-cizgi));
	box-shadow: 0 8px 22px rgba(12, 13, 33, .06);
}
body.wp-yuzey-masa .wp-bildirim-kart.is-yeni {
	background: color-mix(in srgb, var(--wp-mavi) 6%, var(--wp-kart));
}
body.wp-yuzey-masa .wp-bildirim-kart-govde {
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
}
body.wp-yuzey-masa .wp-bildirim-foto {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	box-shadow: 0 0 0 1px var(--wp-cizgi);
}
body.wp-yuzey-masa .wp-bildirim-metin {
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--wp-yazi);
}
body.wp-yuzey-masa .wp-bildirim-akis {
	font-weight: 400;
}
body.wp-yuzey-masa .wp-bildirim-akis strong {
	font-weight: 600;
}
body.wp-yuzey-masa .wp-bildirim-zaman {
	display: inline;
	margin-left: 6px;
	font-size: 12.5px;
	font-weight: 400;
	color: var(--wp-soluk);
}
body.wp-yuzey-masa .wp-bildirim-oneri {
	margin-top: 8px;
	border-radius: 6px;
	font-weight: 600;
}
body.wp-yuzey-masa .wp-bildirim-sag-gorsel {
	width: 48px;
	height: 64px;
	aspect-ratio: auto;
	border-radius: 8px;
}

/* ——— Mobil simülatör ——— */
body.wp-sim-acik {
	overflow: hidden;
}
.wp-sim-katman {
	position: fixed;
	inset: 0;
	z-index: 240;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 24px;
	box-sizing: border-box;
	background: rgba(12, 13, 33, .58);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.wp-sim-kapat {
	position: absolute;
	top: 20px;
	right: 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .1);
	color: #fff;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 650;
	cursor: pointer;
}
.wp-sim-kapat:hover {
	background: rgba(255, 255, 255, .18);
}
.wp-sim-telefon {
	position: relative;
	width: min(390px, calc((100dvh - 48px) * 390 / 844));
	height: min(844px, calc(100dvh - 48px));
	padding: 11px;
	border-radius: 42px;
	background: #0c0d12;
	box-shadow:
		0 0 0 2px #2a2c36,
		0 28px 80px rgba(0, 0, 0, .5);
	box-sizing: border-box;
}
.wp-sim-ekran {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: 32px;
	overflow: hidden;
	background: var(--wp-zemin);
}
.wp-sim-durum {
	position: relative;
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px 0 20px;
	background: var(--wp-chrome);
	color: var(--wp-yazi);
	z-index: 2;
}
.wp-sim-saat {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}
.wp-sim-cizgi {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 92px;
	height: 22px;
	margin: 0;
	border-radius: 16px;
	background: #0c0d12;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.wp-sim-sinyal {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	line-height: 1;
}
.wp-sim-sinyal i {
	width: 14px;
	text-align: center;
}
.wp-sim-cerceve {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	height: auto;
	border: 0;
	background: var(--wp-zemin);
}
.wp-sim-tuslar {
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 36px;
	background: var(--wp-zemin);
	color: var(--wp-yazi);
	border-top: 1px solid var(--wp-cizgi);
}
.wp-sim-tus {
	width: 44px;
	height: 32px;
	border: 0;
	background: transparent;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	border-radius: 8px;
}
.wp-sim-tus:hover,
.wp-sim-tus:active {
	background: rgba(127, 127, 140, .16);
}
.wp-sim-geri-ikon {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid currentColor;
}
.wp-sim-home-ikon {
	width: 16px;
	height: 16px;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
}
.wp-sim-son-ikon {
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 2px;
	box-sizing: border-box;
}

/* Gelen kutusu — sol menüye yaslı kart, yazarlar sağ kenar */
body.wp-yuzey-masa.wp-gelen-ozel .wp-header-masa {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

body.wp-yuzey-masa.wp-gelen-ozel .wp-main-masa {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.wp-yuzey-masa.wp-gelen-ozel .wp-sayfa {
	padding: 0 !important;
	max-width: none;
}

body.wp-yuzey-masa .wp-gelen-masa {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	min-height: 100dvh;
}

body.wp-yuzey-masa .wp-gelen-masa > .wp-gelen {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 480px;
	max-width: 480px;
	flex: 0 0 480px;
	min-width: 0;
	height: 100dvh;
	max-height: 100dvh;
	margin: 0;
	overflow: hidden;
	background: var(--wp-kart);
	border-right: 1px solid var(--wp-cizgi);
	box-shadow: 8px 0 28px rgba(18, 20, 26, .04);
}

body.wp-yuzey-masa #wpGelenKutu > .wp-online-durum-sheet {
	position: absolute;
	z-index: 30;
}

body.wp-yuzey-masa .wp-gelen-appbar {
	flex-shrink: 0;
	height: 56px;
	padding: 0 4px;
	background: var(--wp-kart);
}

body.wp-yuzey-masa .wp-gelen-takip-serit,
body.wp-yuzey-masa .wp-gelen-filtre {
	flex-shrink: 0;
	background: var(--wp-kart);
}

body.wp-yuzey-masa .wp-gelen-masa > .wp-gelen > .wp-uye-liste {
	flex: 1;
	min-height: 0;
	overflow: auto;
}

body.wp-yuzey-masa .wp-gelen-toplu-sil {
	flex-shrink: 0;
}

body.wp-yuzey-masa .wp-dm-masa {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
}

body.wp-yuzey-masa .wp-dm-masa > .wp-gelen-masa {
	flex: 0 0 480px;
	width: 480px;
	min-width: 480px;
	min-height: 100dvh;
}

body.wp-yuzey-masa .wp-dm-konusma {
	flex: 1;
	min-width: 0;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	background: var(--wp-kart);
	border-left: 1px solid var(--wp-cizgi);
}

body.wp-yuzey-masa .wp-dm-konusma .wp-sohbet-sayfa,
body.wp-yuzey-masa .wp-dm-konusma .wp-sohbet-ust,
body.wp-yuzey-masa .wp-dm-konusma .wp-sohbet-liste,
body.wp-yuzey-masa .wp-dm-konusma .wp-sohbet-form {
	background: var(--wp-kart);
}

body.wp-yuzey-masa .wp-dm-konusma .wp-sohbet-geri {
	display: none;
}

body.wp-yuzey-masa .wp-dm-masa .wp-uye-satir.is-acik {
	background: color-mix(in srgb, var(--wp-pembe) 12%, var(--wp-kart));
}

/* Bölüm editörü — yazı kartı, araç çubuğu metnin altında */
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-header-masa {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-govde-masa {
	height: 100dvh;
	min-height: 0;
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-masa-icerik-sarici {
	height: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-main.wp-main-masa {
	flex: 1;
	min-height: 0;
	height: auto;
	max-height: 100%;
	max-width: none;
	margin: 0;
	padding: 28px 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-sayfa {
	flex: 1;
	min-height: 0;
	height: auto;
	max-height: 100%;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(18, 20, 26, .06);
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-sayfa:has(.wp-bolum-masa) {
	max-width: none;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa {
	display: flex;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex: 1;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan {
	position: relative;
	flex: 0 0 300px;
	width: 300px;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(18, 20, 26, .06);
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere {
	position: absolute;
	inset: 0;
	z-index: 8;
	display: flex;
	flex-direction: column;
	background: rgba(12, 13, 33, .28);
	opacity: 0;
	transition: opacity .2s ease;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik {
	opacity: 1;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-bos {
	flex: 1;
	min-height: 24px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-kart {
	background: var(--wp-kart);
	border-radius: 18px 18px 0 0;
	padding: 6px 0 8px;
	overflow: hidden;
	transform: translateY(100%);
	transition: transform .28s ease;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-kart {
	transform: translateY(0);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-satir {
	transform: translateX(110%);
	opacity: 0;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir {
	transform: translateX(0);
	opacity: 1;
	transition: transform .32s cubic-bezier(.2, .7, .2, 1), opacity .32s ease;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(1) { transition-delay: .04s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(2) { transition-delay: .07s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(3) { transition-delay: .1s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(4) { transition-delay: .13s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(5) { transition-delay: .16s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(6) { transition-delay: .19s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(7) { transition-delay: .22s; }
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere.is-acik .wp-bolum-yan-pencere-satir:nth-child(8) { transition-delay: .25s; }

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-baslik {
	margin: 12px 20px 4px;
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1.3;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-kart button.wp-bolum-yan-pencere-satir {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 14px 20px;
	text-align: left;
	color: inherit;
	font-weight: 600;
	font-size: .95rem;
	cursor: pointer;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-kart button.wp-bolum-yan-pencere-satir i {
	width: 22px;
	text-align: center;
	flex-shrink: 0;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-pencere-kart button.wp-bolum-yan-pencere-satir.is-yikici {
	color: var(--wp-hata);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-kitap {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 14px 12px;
	flex-shrink: 0;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-kapak {
	width: 52px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	flex: 0 0 52px;
	background: color-mix(in srgb, var(--wp-yazi) 6%, var(--wp-kart));
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-kapak.wp-kitaplarim-kapak-bos {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wp-soluk);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-kitap-yazi {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-kitap strong {
	min-width: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-alt {
	font-style: normal;
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--wp-soluk);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-ekle {
	flex-shrink: 0;
	width: calc(100% - 28px);
	margin: 0 14px 12px;
	padding: .55rem .8rem;
	border-radius: 12px;
	box-shadow: none;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-liste {
	position: relative;
	flex: 1;
	min-height: 0;
	overflow: auto;
	border-top: 1px solid var(--wp-cizgi);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-tut {
	flex: 0 0 22px;
	width: 22px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wp-soluk);
	cursor: grab;
	touch-action: none;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-liste.is-suruk .wp-bolum-yan-tut {
	cursor: grabbing;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-satir {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--wp-cizgi);
	background: var(--wp-kart);
	color: inherit;
	text-align: left;
	padding: 8px 12px 8px 8px;
	font-weight: 700;
	box-sizing: border-box;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-ad {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	font: inherit;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-liste.is-suruk {
	user-select: none;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-yer {
	margin: 4px 8px;
	border-radius: 10px;
	box-sizing: border-box;
	background: color-mix(in srgb, var(--wp-pembe) 10%, transparent);
	border: 2px dashed color-mix(in srgb, var(--wp-pembe) 45%, var(--wp-cizgi));
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-satir.is-suruklenen {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
	margin: 0;
	border-bottom: 0;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(18, 20, 26, .14);
	pointer-events: none;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-no {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: color-mix(in srgb, #2e7d32 14%, var(--wp-kart));
	color: #2e7d32;
	font-size: .82rem;
	font-weight: 800;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-satir.is-aktif {
	background: color-mix(in srgb, var(--wp-pembe) 12%, var(--wp-kart));
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazar {
	flex: 0 0 var(--wp-masa-yan);
	width: var(--wp-masa-yan);
	max-width: var(--wp-masa-yan);
	position: relative;
	top: auto;
	align-self: stretch;
	min-height: 0;
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazar .wp-kesfet-blok {
	height: 100%;
	max-height: 100%;
	margin: 0;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(18, 20, 26, .06);
	padding: 18px 16px 14px;
	overflow: hidden;
}

@media (max-width: 1180px) {
	body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazar {
		display: none;
	}
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazi {
	flex: 1;
	min-width: 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(18, 20, 26, .06);
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazi.is-sagdan {
	animation: wpBolumSagdan .28s ease;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-sayfa {
	flex: 1;
	min-height: 0;
	overflow: auto;
	padding: 8px 12px 28px;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-sayfa:has(.wp-bolum-okuma) {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-yan-sayfa .wp-bolum-okuma {
	flex: 1 1 auto;
	height: 100%;
	min-height: 0;
}

@keyframes wpBolumSagdan {
	from { transform: translateX(56px); opacity: .2; }
	to { transform: none; opacity: 1; }
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-masa-yazi .wp-bolum-editor-sayfa {
	flex: 1;
	min-height: 0;
	height: 100%;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-editor-sayfa,
body.wp-yuzey-masa.wp-bolum-editor-acik #bolumForm,
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-quill-sar {
	min-height: 0;
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-editor-bar {
	flex-shrink: 0;
	padding: 12px 18px;
	border-bottom: 1px solid var(--wp-cizgi);
	background: var(--wp-kart);
}

body.wp-yuzey-masa.wp-bolum-editor-acik #bolumForm {
	padding: 0;
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-editor-baslik {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 20px 28px 8px;
	border-bottom: 0;
	font-size: 1.7rem;
	line-height: 1.25;
	box-sizing: border-box;
	overflow: hidden;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-bolum-editor-baslik::placeholder {
	font-weight: 400;
	font-size: 1.2rem;
	color: color-mix(in srgb, var(--wp-soluk) 75%, transparent);
	opacity: 1;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-sar .ql-container {
	flex: 1;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-sar .ql-editor {
	max-width: none;
	width: auto;
	margin: 0;
	padding: 2px 28px 24px;
	font-size: 1.125rem;
	line-height: 1.75;
	overflow: visible;
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-sar .ql-editor.ql-blank::before {
	left: 28px;
	right: 28px;
	font-weight: 400;
	font-style: normal;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk {
	position: relative;
	bottom: auto;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	flex-shrink: 0;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 12px 16px 14px;
	background: var(--wp-kart);
	border-top: 1px solid var(--wp-cizgi);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk-yan {
	display: contents !important;
	flex: none !important;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-btn:not(.wp-quill-fmt-kart),
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-renk-sar {
	flex: 0 0 42px !important;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 42px !important;
	border-radius: 12px !important;
	background: var(--wp-zemin) !important;
	border: 1px solid var(--wp-cizgi) !important;
	box-shadow: 0 1px 2px rgba(18, 20, 26, .05);
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-btn:not(.wp-quill-fmt-kart),
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-renk-sar {
	display: grid !important;
	place-items: center !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	line-height: 0 !important;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-renk-sar > .wp-quill-btn,
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-metin-sar > .wp-quill-btn {
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 12px !important;
	display: grid !important;
	place-items: center !important;
	padding: 0 !important;
	line-height: 0 !important;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-btn i,
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-etiket {
	display: block;
	margin: 0;
	line-height: 1;
	text-align: center;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-a-govde {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	line-height: 1;
}

body.wp-yuzey-masa .wp-quill-metin-sar {
	display: none !important;
}

body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-cubuk .wp-quill-btn:not(.wp-quill-fmt-kart):hover,
body.wp-yuzey-masa.wp-bolum-editor-acik .wp-quill-renk-sar:hover {
	background: color-mix(in srgb, var(--wp-yazi) 7%, var(--wp-zemin)) !important;
}

/* Bölüm listesi — ekle butonu sıra değiştirin solunda, liste beyaz kart */
body.wp-yuzey-masa .wp-bolum-liste-sayfa {
	margin: 0;
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	grid-template-areas:
		"adet ekle sira"
		"kart kart kart"
		"liste liste liste";
	column-gap: 10px;
	row-gap: 14px;
	align-items: center;
}

body.wp-yuzey-masa .wp-bolum-liste-ust {
	display: contents;
	padding: 0;
}

body.wp-yuzey-masa .wp-bolum-liste-ust > .wp-bolum-cip:not(.wp-bolum-sira-btn) {
	grid-area: adet;
	justify-self: start;
}

body.wp-yuzey-masa .wp-bolum-sira-btn {
	grid-area: sira;
	margin-left: 0;
	justify-self: end;
}

body.wp-yuzey-masa .wp-karakter-liste-kart {
	grid-area: kart;
	border: 1px solid var(--wp-cizgi);
	border-radius: 16px;
	border-bottom: 1px solid var(--wp-cizgi);
}

body.wp-yuzey-masa .wp-bolum-liste {
	grid-area: liste;
	background: var(--wp-kart);
	border: 1px solid var(--wp-cizgi);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(18, 20, 26, .045);
}

body.wp-yuzey-masa .wp-bolum-liste .wp-bolum-satir:last-child {
	border-bottom: 0;
}

body.wp-yuzey-masa .wp-bolum-liste-alt {
	grid-area: ekle;
	position: static;
	margin: 0;
	padding: 0;
	background: transparent;
	justify-self: end;
}

body.wp-yuzey-masa .wp-bolum-liste-alt .btn {
	width: auto;
	white-space: nowrap;
	padding: .45rem .9rem;
	border-radius: 10px;
	box-shadow: none;
}
