/* İlişkili eserler — 2-col artist-style cards + centered “Tüm eserler” */

.md-world {
	margin-top: 28px;
}

.md-world--nested {
	margin-top: 20px;
}

.md-world .md-sec-head {
	margin-bottom: 10px;
}

.md-world__lead {
	margin: 0 0 14px;
	max-width: 62ch;
	color: var(--ink-soft, #3d4a52);
	font-size: var(--text-sm, 0.95rem);
	line-height: 1.6;
}

.md-world__preview-badge {
	display: inline-block;
	margin: 0 0 12px;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(196, 164, 132, 0.18);
	color: #8a6a4a;
	border: 1px solid rgba(196, 164, 132, 0.35);
}

.md-world__stage {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.md-world__pair {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	min-width: 0;
}

.md-world__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 12px;
	min-width: 0;
	border-radius: 18px;
	list-style: none;
	/* Glass surface + darker gold/teal orbs (not full dark card) */
	background:
		radial-gradient(ellipse 70% 80% at 12% 20%, rgba(120, 98, 42, 0.28) 0%, transparent 55%),
		radial-gradient(ellipse 65% 70% at 90% 15%, rgba(42, 78, 88, 0.32) 0%, transparent 58%),
		radial-gradient(ellipse 55% 60% at 50% 100%, rgba(48, 72, 80, 0.22) 0%, transparent 55%),
		rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(18px) saturate(165%);
	-webkit-backdrop-filter: blur(18px) saturate(165%);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-top-color: rgba(255, 255, 255, 0.48);
	box-shadow:
		0 8px 28px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.md-world__card:hover {
	transform: translateY(-2px);
	border-color: rgba(196, 164, 132, 0.5);
	box-shadow:
		0 12px 32px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.md-world__media {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 4 / 5;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 14px;
	cursor: zoom-in;
	overflow: hidden;
	background: #e8eef0;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font: inherit;
	line-height: 0;
	appearance: none;
	-webkit-appearance: none;
}

a.md-world__media {
	cursor: pointer;
}

.md-world__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.md-world__media:hover img {
	transform: scale(1.03);
}

.md-world__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 2px 2px 0;
	color: var(--ink, #152028);
}

.md-world__title {
	margin: 0;
	font-size: clamp(0.92rem, 0.85rem + 0.3vw, 1.05rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--ink, #152028);
}

.md-world__byline {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.35;
	color: var(--muted, #6b7280);
}

.md-world__media--empty {
	background: linear-gradient(160deg, #e8eef0, #d5dee2);
	cursor: default;
}

/* Centered text link under cards → artist page */
.md-world__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 8px;
	width: auto;
	margin: 14px auto 0;
	padding: 9px 16px;
	border-radius: var(--r-btn, 9px);
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
	color: var(--ink, #152028);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.md-world__all:hover {
	transform: translateY(-1px);
	border-color: rgba(196, 164, 132, 0.45);
	color: var(--ink, #152028);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.md-world__all-text {
	letter-spacing: 0.01em;
}

.md-world__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: var(--r-btn, 9px);
	background: rgba(196, 164, 132, 0.22);
	color: #7a5a3a;
	font-size: 12px;
	font-weight: 800;
}

.md-world__admin-meta {
	margin: 0;
	padding: 0 2px;
	font-size: 11px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	color: #6b7280;
}

.md-world__disclaimer {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--muted, #6b7280);
}

@media (min-width: 721px) {
	.md-world__pair {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.md-world__all {
		margin-top: 16px;
		padding: 9px 18px;
		font-size: 0.9rem;
	}
}
