/* Shared finish. The split, brand geometry and separator logo remain in main.css. */
:root {
	--vma-surface: rgba(255, 255, 255, .045);
	--vma-surface-hover: rgba(255, 255, 255, .075);
	--vma-line: rgba(255, 255, 255, .15);
	--vma-copy: rgba(255, 255, 255, .88);
	--vma-motion: 160ms ease;
}

.vma-content [id] { scroll-margin-top: 24px; }
.vma-left :is(a, button, input, select, textarea):focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}
.vma-right :is(a, button):focus-visible {
	outline: 2px solid var(--vma-blue);
	outline-offset: 3px;
}

.vma-eyebrow {
	font-size: .75rem;
	letter-spacing: .13em;
	font-weight: 600;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .74);
	opacity: 1;
}
.vma-h1 { line-height: 1.15; letter-spacing: -.035em; text-wrap: balance; }
.vma-h2 { line-height: 1.2; letter-spacing: -.025em; }
.vma-section { margin-block: 48px; }
.vma-grid { gap: 24px; }
.vma-home-hero {
	margin-top: 0;
	gap: 24px;
	padding-top: 24px;
}
.vma-home-hero .vma-hero-lead {
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.75;
	color: var(--vma-copy);
	opacity: 1;
	max-width: 65ch;
}
.vma-home-actions { gap: 10px; }
.vma-left .vma-btn {
	min-height: 46px;
	padding: 12px 22px;
	border-radius: 12px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
	box-shadow: none;
	transition: background-color var(--vma-motion), border-color var(--vma-motion), transform var(--vma-motion);
}
.vma-left .vma-btn:hover { opacity: 1; transform: translateY(-1px); box-shadow: none; }
.vma-left .vma-btn--ghost { border-color: rgba(255, 255, 255, .3); background: transparent; }
.vma-left .vma-btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .55); }

.vma-card-box,
.vma-home-video-card {
	background: var(--vma-surface);
	border: 1px solid var(--vma-line);
	border-radius: 18px;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
.vma-card-box { padding: clamp(20px, 2.2vw, 30px); }
.vma-card-box .vma-h2 { padding-bottom: 18px; margin-bottom: 20px; border-color: var(--vma-line); }
.vma-home-feature-grid { gap: 24px; margin-block: 44px; }
.vma-home-feature-grid .vma-team-col { padding: clamp(20px, 2.2vw, 30px); }
.vma-home-video-card { padding: 20px; }
.vma-section-head { margin-bottom: 20px; }
.vma-inline-link { font-size: .875rem; line-height: 1.5; }
.vma-team-col .vma-team-all-link { border-radius: 10px; }
.vma-home-photo-slide { border-radius: 14px; }

/* Duyurular + Güncel Gelişmeler: iki beyaz, sakin kart; eşit satırlar. */
.vma-home-updates { align-items: stretch; }
.vma-home-updates .vma-update-card {
	background: #fff;
	border-color: #fff;
	color: var(--vma-text);
	display: flex;
	flex-direction: column;
}
.vma-home-updates .vma-section-head { margin-bottom: 6px; }
.vma-home-updates .vma-section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.vma-home-updates .vma-update-card .vma-eyebrow { color: var(--vma-muted); }
.vma-home-updates .vma-update-card .vma-h2 { color: var(--vma-text); border: 0; padding: 0; margin: 0; font-size: 1.2rem; }
.vma-home-updates .vma-update-card .vma-inline-link {
	color: var(--vma-blue) !important;
	font-weight: 600;
	font-size: .8rem;
	white-space: nowrap;
	padding-bottom: 3px;
}
.vma-home-updates .vma-update-card .vma-inline-link::after { content: ' \2192'; }
.vma-home-updates .vma-update-card .vma-list { margin: 0; padding: 0; list-style: none; }
.vma-home-updates .vma-update-card .vma-list li { border: 0; border-top: 1px solid var(--vma-border); }
.vma-home-updates .vma-update-card .vma-list li:first-child { border-top: 0; }
.vma-home-updates .vma-update-card .vma-list li:first-child a { padding-top: 6px; }
.vma-home-updates .vma-update-card .vma-list a {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 13px 0;
	color: var(--vma-text) !important;
	opacity: 1;
	text-decoration: none !important;
	border-radius: 8px;
}
.vma-home-updates .vma-update-card .vma-list .vma-date {
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--vma-blue);
	background: var(--vma-blue-soft);
	border-radius: 6px;
	padding: 4px 0;
	text-align: center;
	line-height: 1.3;
	font-variant-numeric: tabular-nums;
	margin-top: 1px;
}
.vma-home-updates .vma-update-card .vma-list .vma-title {
	font-size: .95rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--vma-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.vma-home-updates .vma-update-card .vma-list a:hover .vma-title { color: var(--vma-blue); text-decoration: underline; text-underline-offset: 3px; }
.vma-home-updates .vma-update-card .vma-list a:focus-visible { outline: 2px solid var(--vma-blue); outline-offset: 2px; }
.vma-home-updates .vma-update-card .vma-muted { color: var(--vma-muted); }
.vma-team-col .vma-mootie-card,
.vma-team-col .vma-mootie-card:hover { background: var(--vma-surface-hover); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.vma-team-col .vma-current-team-card::before { display: none; }
.vma-team-col .vma-mootie-card .vma-name { font-size: .875rem; line-height: 1.4; }
.vma-team-col .vma-mootie-card .vma-role { font-size: .75rem; line-height: 1.4; padding: 0; background: none; border: 0; border-radius: 0; white-space: normal; backdrop-filter: none; -webkit-backdrop-filter: none; }
.vma-page, .vma-single { border-radius: 18px; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }

@media (min-width: 861px) {
	/* Reserve space for the existing overhanging logo without moving it. */
	.vma-content { padding-inline-end: max(0px, calc(var(--vma-sep-size) / 2 - var(--vma-sep-offset-x, 0px) - 16px)); }
}

.vma-list li,
.vma-list li:last-child { border-color: var(--vma-line); }
.vma-list a { padding-block: 18px; gap: 16px; align-items: baseline; }
.vma-list .vma-date { font-size: .75rem; line-height: 1.7; color: rgba(255, 255, 255, .7); }
.vma-list .vma-title { font-size: 1rem; line-height: 1.6; font-weight: 500; }
.vma-list a:hover .vma-title { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.vma-prose { line-height: 1.85; color: var(--vma-copy); overflow-wrap: break-word; }
.vma-prose :is(h2, h3) { line-height: 1.3; }

.vma-form { gap: 22px; }
.vma-field { gap: 8px; min-width: 0; }
.vma-field :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], textarea, select) {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	font: inherit;
	font-size: 1rem;
	color: #fff;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 10px;
	transition: border-color var(--vma-motion), background-color var(--vma-motion);
}
.vma-field :is(input, textarea, select):focus { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .085); }
.vma-field textarea { resize: vertical; line-height: 1.7; }
.vma-field-help { line-height: 1.6; color: rgba(255, 255, 255, .74); }
.vma-field input[type="checkbox"] { accent-color: var(--vma-blue); width: 16px; height: 16px; }

@media (max-width: 1100px) and (min-width: 861px) {
	.vma-home-hero { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 860px) {
	.vma-content [id] { scroll-margin-top: 80px; }
	.vma-section { margin-block: 36px; }
	.vma-home-hero { margin-top: 0; padding-top: 12px; gap: 22px; }
	.vma-home-hero .vma-hero-lead { font-size: 1rem; line-height: 1.8; }
	.vma-home-feature-grid { gap: 22px; margin-block: 36px; }
	.vma-card-box, .vma-home-video-card { border-radius: 16px; padding: 20px; }
	.vma-grid { gap: 22px; }
	.vma-menu-wrap { height: 100dvh; }
	.vma-panel > .vma-grid { grid-template-columns: minmax(0, 1fr) !important; }
}
@media (max-width: 480px) {
	.vma-list a { grid-template-columns: minmax(0, 1fr); gap: 5px; }
	.vma-list .vma-date { font-size: .75rem; }
	.vma-list .vma-title { font-size: .9375rem; }
	.vma-home-actions .vma-btn { flex: 1; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.vma-menu-wrap { transition: none; }
	.vma-home-photo-track { animation: none; }
	.vma-loader { animation: none; }
}

/* ===== Başvuru durumu butonu (ana sayfa) ===== */
.vma-left .vma-btn--apply {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 9px 20px 9px 14px;
	text-align: left;
}
.vma-btn--apply .vma-apply-dot {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #94a3b8;
	box-shadow: 0 0 0 4px rgba(148, 163, 184, .18);
}
.vma-btn--apply .vma-apply-text { display: grid; gap: 1px; line-height: 1.25; }
.vma-btn--apply .vma-apply-text strong { font-weight: 650; }
.vma-btn--apply .vma-apply-text small { font-size: .72rem; font-weight: 500; opacity: .72; letter-spacing: .01em; }
.vma-btn--apply.is-open .vma-apply-dot {
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, .2);
	animation: vma-apply-pulse 2.4s ease-in-out infinite;
}
.vma-btn--apply.is-scheduled .vma-apply-dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245, 158, 11, .2); }
.vma-btn--apply.is-closed .vma-apply-dot { background: #ef4444; box-shadow: 0 0 0 4px rgba(239, 68, 68, .18); }
.vma-btn--apply.is-closed,
.vma-btn--apply.is-scheduled { background: rgba(255, 255, 255, .92); }
@keyframes vma-apply-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(34, 197, 94, .2); }
	50% { box-shadow: 0 0 0 7px rgba(34, 197, 94, .08); }
}
@media (prefers-reduced-motion: reduce) {
	.vma-btn--apply.is-open .vma-apply-dot { animation: none; }
}

/* ===== Gecikmeli üçüncü taraf gömmeler ===== */
.vma-lazy-embed { position: relative; min-height: 220px; }
.vma-lazy-embed-placeholder {
	display: grid;
	gap: 12px;
	padding: 6px 0 4px;
}
.vma-lazy-embed-line {
	display: block;
	height: 12px;
	border-radius: 6px;
	width: 55%;
	background: linear-gradient(90deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .18) 50%, rgba(255, 255, 255, .08) 100%);
	background-size: 200% 100%;
	animation: vma-shimmer 1.6s linear infinite;
}
.vma-lazy-embed-line.is-wide { width: 85%; height: 120px; border-radius: 12px; }
.vma-lazy-embed-line.is-short { width: 35%; }
.vma-lazy-embed-label { font-size: .78rem; color: rgba(255, 255, 255, .6); margin-top: 4px; }
.vma-lazy-embed-fallback { margin-top: 12px; }
.vma-lazy-embed.is-loaded .vma-lazy-embed-placeholder,
.vma-lazy-embed.is-loaded .vma-lazy-embed-fallback { display: none; }
@keyframes vma-shimmer { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) { .vma-lazy-embed-line { animation: none; } }


/* ============================================================
   SAĞ PANEL 2.0 — masaüstü menü, ortak bağlantılar, dil/sosyal/giriş
   ============================================================ */
:root {
	--vma-nav-ink: #0f172a;
	--vma-nav-muted: #64748b;
	--vma-nav-hover: rgba(30, 58, 138, .06);
	--vma-nav-active: rgba(30, 58, 138, .1);
	--vma-nav-line: #e6eaf2;
	--vma-ease: cubic-bezier(.2, .7, .2, 1);
}
@media (min-width: 861px) {
	.vma-right {
		background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
		border-left: 1px solid var(--vma-nav-line);
		box-shadow: -12px 0 40px rgba(15, 23, 42, .04);
		padding: 24px 20px 22px;
	}
	/* Menü sarmalayıcı panelin sol kenar çizgisinin (1px) üzerine taşar: ortak kurum butonları solda boşluksuz. */
	.vma-menu-wrap { width: calc(100% + 41px); margin-left: -21px; margin-right: -20px; }
	.vma-menu, .vma-menu-footer { margin-left: 21px; margin-right: 20px; }
	.vma-menu { gap: 3px; padding-bottom: 10px; padding-right: 2px; }
	.vma-menu::before {
		content: attr(data-label);
		display: block;
		font-size: .66rem;
		font-weight: 700;
		letter-spacing: .16em;
		text-transform: uppercase;
		color: var(--vma-nav-muted);
		padding: 2px 14px 8px;
	}
}

/* Ana menü ögeleri */
.vma-menu > li + li { margin-top: 0; }
.vma-menu > li > a {
	min-height: 44px;
	padding: 10px 14px 10px 18px;
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: -.005em;
	color: var(--vma-nav-ink);
	border-radius: 11px;
	transition: background-color .18s var(--vma-ease), color .18s var(--vma-ease), transform .18s var(--vma-ease);
}
.vma-menu > li > a::before {
	left: 7px;
	width: 3px;
	height: 18px;
	border-radius: 3px;
	transform: translate(-10px, -50%) scaleY(.4);
}
.vma-menu > li > a:hover { background: var(--vma-nav-hover); color: var(--vma-blue); transform: translateX(2px); }
.vma-menu > li > a:hover::before,
.vma-menu > li.current-menu-item > a::before,
.vma-menu > li.current-menu-parent > a::before,
.vma-menu > li.is-active > a::before { transform: translate(0, -50%) scaleY(1); opacity: 1; }
.vma-menu > li.is-active > a,
.vma-menu > li.current-menu-item > a,
.vma-menu > li.current-menu-parent > a { background: var(--vma-nav-active); color: var(--vma-blue); }
.vma-menu .menu-item-has-children > a { padding-right: 46px; }
.vma-submenu-toggle { top: 6px; right: 8px; width: 32px; height: 32px; border-radius: 9px; }
.vma-submenu-toggle span { width: 7px; height: 7px; }

/* Alt menü: yumuşak açılış */
.vma-menu .sub-menu {
	padding: 2px 0 6px 20px;
	margin: 2px 0 4px;
	overflow: hidden;
	animation: vma-submenu-in .28s var(--vma-ease);
}
@keyframes vma-submenu-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.vma-menu .sub-menu::before { left: 10px; top: 4px; bottom: 8px; }
.vma-menu .sub-menu a {
	min-height: 36px;
	padding: 7px 12px 7px 14px;
	font-size: .84rem;
	font-weight: 500;
	color: var(--vma-nav-muted);
	border-radius: 8px;
	transition: background-color .16s var(--vma-ease), color .16s var(--vma-ease), transform .16s var(--vma-ease);
}
.vma-menu .sub-menu a:hover { color: var(--vma-blue); background: var(--vma-nav-hover); padding-left: 14px; transform: translateX(3px); }
.vma-menu .sub-menu .current-menu-item > a,
.vma-menu .sub-menu .is-active > a { color: var(--vma-blue); background: var(--vma-nav-active); font-weight: 600; }

/* Ortak kurum bağlantıları — renkler korunur; köşesiz, bitişik, çerçevesiz bloklar */
.vma-separator-block { gap: 0; margin: 18px 0 0; padding: 0; border: 0; }
.vma-separator-block::before { content: none; }
.vma-separator-block li:first-child a { margin-bottom: 0; }
.vma-separator-block li + li a { border-top: 1px solid rgba(255, 255, 255, .14); }
.vma-separator-block li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 14px;
	line-height: 1.2;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .01em;
	text-transform: none;
	transition: filter .18s var(--vma-ease);
}
.vma-separator-block li a::after { content: none !important; }
.vma-separator-block li a:hover,
.vma-separator-block li a:focus-visible { opacity: 1; filter: brightness(1.15); transform: none !important; box-shadow: none !important; }
.vma-separator-block li a:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }

/* Alt bölüm: dil + sosyal tek satır, giriş düğmesi tam genişlik */
.vma-menu-footer { gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--vma-nav-line); }
@media (min-width: 861px) {
	.vma-menu-footer { display: grid !important; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; row-gap: 12px; }
	.vma-menu-footer .vma-lang-switch { grid-column: 1; grid-row: 1; }
	.vma-menu-footer .vma-social-icons { grid-column: 2; grid-row: 1; justify-content: flex-end; margin: 0; }
	.vma-menu-footer .vma-btn-mini { grid-column: 1 / -1; }
}
.vma-lang-switch {
	gap: 0;
	padding: 3px;
	border-radius: 10px;
	background: rgba(15, 23, 42, .05);
	border: 1px solid transparent;
	font-size: .74rem;
	letter-spacing: .06em;
}
.vma-lang-switch span { display: none; }
.vma-lang-switch a {
	padding: 6px 10px;
	border-radius: 7px;
	opacity: 1;
	color: var(--vma-nav-muted);
	transition: background-color .18s var(--vma-ease), color .18s var(--vma-ease), box-shadow .18s var(--vma-ease);
}
.vma-lang-switch a.is-active { background: #fff; color: var(--vma-blue); box-shadow: 0 1px 3px rgba(15, 23, 42, .12); }
.vma-social-icons { gap: 8px; }
.vma-social-icons a { width: 36px; height: 36px; border-radius: 10px; background: rgba(30, 58, 138, .06); border: 1px solid transparent; }
.vma-social-icons svg { width: 18px; height: 18px; }
.vma-menu-footer .vma-btn-mini {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 44px;
	padding: 10px 14px;
	line-height: 1.2;
	border-radius: 11px;
	font-size: .86rem;
	font-weight: 650;
	letter-spacing: .005em;
	box-shadow: 0 6px 16px rgba(30, 58, 138, .18);
	transition: transform .18s var(--vma-ease), box-shadow .18s var(--vma-ease), filter .18s var(--vma-ease);
}
.vma-menu-footer .vma-btn-mini::after { content: '\2192'; display: inline-block; margin-left: 8px; opacity: .7; line-height: 1; transition: transform .18s var(--vma-ease); }
.vma-menu-footer .vma-btn-mini:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(30, 58, 138, .24); }
.vma-menu-footer .vma-btn-mini:hover::after { transform: translateX(3px); }
.vma-menu-footer .vma-btn-mini--ghost { box-shadow: none; border-color: rgba(30, 58, 138, .35); }
.vma-menu-footer .vma-btn-mini--ghost::after { content: none; }

/* ============================================================
   MOBİL: menü her zaman görünür — üst çubuk + kaydırılabilir hızlı menü
   ============================================================ */
@media (max-width: 860px) {
	.vma-shell { display: flex; flex-direction: column; }
	.vma-right {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		order: -1;
		width: 100%;
		height: auto;
		padding: 0;
		display: block;
		background: #fff; /* backdrop-filter kullanılmaz: sabit konumlu çekmecenin kapsayıcısını bozar */
		border-bottom: 1px solid var(--vma-nav-line);
		box-shadow: 0 6px 24px rgba(15, 23, 42, .06);
		pointer-events: auto;
		z-index: 140;
	}
	.vma-right > * { display: block !important; }
	.vma-mobile-brand {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		padding: 8px 12px 8px 16px;
	}
	.vma-mobile-brand a {
		font-family: var(--vma-sans);
		font-weight: 800;
		font-size: 1.05rem;
		letter-spacing: -.04em;
		line-height: 1;
		color: var(--vma-blue) !important;
		text-decoration: none !important;
		text-transform: lowercase;
	}
	#vma-menu-toggle {
		position: absolute !important;
		top: 8px;
		right: 12px;
		width: 42px;
		height: 42px;
		box-shadow: none;
		background: rgba(30, 58, 138, .06);
		z-index: 141;
	}
	#vma-menu-toggle span { background: var(--vma-blue); }
	.vma-quicknav {
		display: flex !important;
		gap: 6px;
		padding: 0 12px 10px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		scroll-padding-inline: 12px;
	}
	.vma-quicknav::-webkit-scrollbar { display: none; }
	.vma-quicknav a {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		min-height: 36px;
		padding: 7px 13px;
		border-radius: 999px;
		background: rgba(30, 58, 138, .06);
		color: var(--vma-nav-ink) !important;
		font-size: .82rem;
		font-weight: 600;
		white-space: nowrap;
		text-decoration: none !important;
		transition: background-color .18s var(--vma-ease), color .18s var(--vma-ease);
	}
	.vma-quicknav a.is-active { background: var(--vma-blue); color: #fff !important; }
	.vma-quicknav a.is-external::after { content: '\2197'; margin-left: 6px; font-size: .75em; opacity: .7; }
	.vma-quicknav a.is-partner-red { background: #720000; color: #fff !important; border-radius: 0; }
	.vma-quicknav a.is-partner-blue { background: #001868; color: #fff !important; border-radius: 0; margin-left: -6px; }
	.vma-separator-logo { display: none !important; }
	.vma-menu-wrap {
		top: 0;
		height: 100dvh;
		padding: 74px 20px 28px;
		width: min(88vw, 360px);
		box-shadow: -18px 0 50px rgba(15, 23, 42, .22);
		z-index: 150;
	}
	.vma-menu::before { display: none; }
	.vma-menu > li > a { min-height: 46px; }
	.vma-separator-block { margin: 16px 0 0 !important; padding: 0 !important; width: auto !important; border-radius: 0 !important; overflow: visible !important; }
	.vma-separator-block li a { padding: 10px 14px !important; font-size: .84rem !important; font-weight: 600 !important; }
	.vma-menu-footer { margin: 14px 0 0; }
	.vma-menu-footer .vma-social-icons { margin: 0; }
	.vma-menu-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(15, 23, 42, .45);
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s var(--vma-ease);
		z-index: 139; /* üst çubuğun (140) altında, sayfa içeriğinin üstünde */
	}
	.vma-menu-backdrop.is-visible { opacity: 1; pointer-events: auto; }
	.vma-left { padding-top: 24px; }
}
@media (min-width: 861px) {
	.vma-quicknav, .vma-menu-backdrop { display: none !important; }
}

/* ============================================================
   GEÇİŞLER: uygulama hissi — ilerleme çizgisi, içerik geçişi, yükleme ekranı
   ============================================================ */
.vma-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, var(--vma-accent), #f59e0b);
	transform: scaleX(0);
	transform-origin: 0 50%;
	opacity: 0;
	pointer-events: none;
	z-index: 2000;
	transition: transform .4s var(--vma-ease), opacity .3s ease;
}
.vma-progress.is-active { opacity: 1; transform: scaleX(.75); transition: transform 1.6s cubic-bezier(.08, .6, .2, 1), opacity .2s ease; }
.vma-progress.is-done { opacity: 0; transform: scaleX(1); transition: transform .25s var(--vma-ease), opacity .4s ease .2s; }
.vma-left .vma-loader { display: none; }

.vma-content { will-change: opacity, transform; }

.vma-splash {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	background: var(--vma-blue);
	color: #fff;
	z-index: 3000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility 0s linear .25s;
}
.vma-splash.is-visible { opacity: 1; visibility: visible; transition: opacity .25s ease; }
.vma-splash::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('../img/eskiz.png') no-repeat center / 65% auto;
	mix-blend-mode: screen;
	opacity: 0.15;
	pointer-events: none;
	z-index: 0;
}
.vma-splash[data-boot] { animation: vma-splash-boot .25s ease .7s forwards, vma-splash-off .3s ease 6s forwards; }
body.vma-loaded .vma-splash[data-boot] { animation: none; opacity: 0; visibility: hidden; }
@keyframes vma-splash-boot { to { opacity: 1; visibility: visible; } }
@keyframes vma-splash-off { to { opacity: 0; visibility: hidden; } }
.vma-splash-mark {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	justify-items: center;
	text-align: center;
}
.vma-splash-wordmark {
	font-weight: 800;
	font-size: clamp(2.4rem, 8vw, 4rem);
	line-height: .86;
	letter-spacing: -.05em;
	color: #fff;
	animation: vma-splash-pulse 1.6s ease-in-out infinite;
}
.vma-splash-wordmark span { display: block; }
.vma-splash-bar { width: 120px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .18); overflow: hidden; }
.vma-splash-bar::after { content: ''; display: block; width: 45%; height: 100%; background: var(--vma-accent); border-radius: 3px; animation: vma-splash-slide 1.1s var(--vma-ease) infinite; }
.vma-splash small { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
@keyframes vma-splash-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .85; transform: scale(.985); } }
@keyframes vma-splash-slide { 0% { transform: translateX(-120%); } 100% { transform: translateX(280%); } }
@media (prefers-reduced-motion: reduce) {
	.vma-progress, .vma-splash, .vma-menu > li > a, .vma-menu .sub-menu a { transition: none !important; animation: none !important; }
	.vma-splash-wordmark, .vma-splash-bar::after { animation: none !important; }
}

.vma-home-updates .vma-update-author { display: block; margin-top: .4rem; color: #5c6573; font-size: .75rem; line-height: 1.4; font-weight: 400; }

/* ===== Altbilgi: gizlilik politikası bağlantısı ===== */
.vma-footer-legal { margin: 0; font-size: .82rem; }
.vma-footer-legal a { color: rgba(255,255,255,.72); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 1px; }
.vma-footer-legal a:hover { color: #fff; border-bottom-color: rgba(255,255,255,.7); }

/* ===== Gizlilik politikası sayfası ===== */
.vma-privacy h2 { font-size: 1.25rem; margin-top: 2em; }
.vma-privacy h3 { font-size: 1.02rem; margin-top: 1.4em; color: var(--vma-copy); }
.vma-privacy table { width: 100%; border-collapse: collapse; margin: 1em 0 1.5em; font-size: .92rem; }
.vma-privacy th, .vma-privacy td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--vma-border, #e5e7eb); }
.vma-privacy th { font-weight: 600; color: var(--vma-copy); background: var(--vma-surface-hover, rgba(0,0,0,.03)); }
.vma-privacy code { font-size: .85em; background: var(--vma-surface-hover, rgba(0,0,0,.04)); padding: 2px 6px; border-radius: 6px; word-break: break-word; }
.vma-privacy li + li { margin-top: .35em; }
@media (max-width: 640px) { .vma-privacy table { font-size: .82rem; } .vma-privacy th, .vma-privacy td { padding: 8px 6px; } }

/* ===== Ana sayfa: Hazırlık takımı (ana kadronun altında kompakt kartlar) ===== */
.vma-team-col .vma-prep-team { margin-top: clamp(28px, 4vw, 44px); padding-top: clamp(20px, 3vw, 28px); border-top: 1px solid rgba(255,255,255,.14); }
.vma-prep-team-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.vma-prep-team-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 6px; }
.vma-prep-team-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: 0; color: var(--vma-blue-deep, #0f1d52); background: var(--vma-accent, #fbbf24); }
.vma-prep-team-title { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.45rem); letter-spacing: -.02em; line-height: 1.2; color: #fff; }
.vma-prep-team-desc { margin: 6px 0 0; font-size: .9rem; color: rgba(255,255,255,.66); max-width: 52ch; }
.vma-prep-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 16px); margin-top: 18px; }
.vma-prep-card { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 10px; border-radius: 14px; color: #fff; text-decoration: none !important; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 10px 24px rgba(0,0,0,.12); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); transition: transform .2s ease, border-color .2s ease, background .2s ease; isolation: isolate; min-width: 0; }
.vma-prep-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.32); background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07)); }
.vma-prep-card:focus-visible { outline: 2px solid var(--vma-accent, #fbbf24); outline-offset: 2px; }
.vma-prep-photo { flex: none; width: 48px; height: 48px; border-radius: 12px; object-fit: cover; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; font-size: .82rem; font-weight: 700; letter-spacing: .04em; color: rgba(255,255,255,.85); box-shadow: 0 6px 14px rgba(0,0,0,.14); }
.vma-prep-card-body { display: grid; gap: 2px; min-width: 0; flex: 1; }
.vma-prep-name { font-size: .92rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow-wrap: anywhere; }
.vma-prep-role { font-size: .72rem; color: rgba(255,255,255,.62); line-height: 1.35; }
.vma-prep-arrow { display: none; }
@media (max-width: 1100px) { .vma-prep-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .vma-prep-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .vma-prep-team-grid { grid-template-columns: 1fr; } .vma-prep-card { padding: 10px; } }

/* ===== Sayfa başlıkları: rota etiketi ve "Bize Katılın" giriş paragrafı ===== */
.vma-page-eyebrow { margin: 0 0 8px; }
.vma-page--join .vma-prose > p:first-of-type { font-size: 1.12em; line-height: 1.7; color: #fff; }
.vma-page--join .vma-prose p + p { margin-top: 0; }

/* ===== Süreç sayfası: VMA Team / Preparation Team (eklenti templates/process.php) ===== */
.vma-process { display: grid; gap: clamp(28px, 4vw, 44px); }
.vma-process-lead { margin: 0; font-size: 1.08em; line-height: 1.75; color: #fff; max-width: 68ch; }
.vma-process-lead strong { font-weight: 700; }

/* Diyagram: geniş (yatay hatlar) ve dar (dikey sütunlar) yerleşim; aynı etiketler. */
.vma-process-figure { margin: 0; padding: clamp(16px, 2.4vw, 28px); border-radius: 18px; background: var(--vma-surface); border: 1px solid var(--vma-line); }
.vma-process-svg { display: block; width: 100%; height: auto; font-family: inherit; overflow: visible; }
.vma-process-svg--wide { max-width: 900px; margin: 0 auto; }
.vma-process-svg--tall { display: none; max-width: 420px; margin: 0 auto; }
.vma-process-svg text { fill: #fff; }
.vma-process-band { fill: rgba(255,255,255,.05); stroke: rgba(255,255,255,.12); }
.vma-process-band--next { fill: rgba(251,191,36,.05); stroke: rgba(251,191,36,.45); stroke-dasharray: 4 5; }
.vma-process-band-title { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; fill: rgba(255,255,255,.62); }
.vma-process-lane { font-size: 13px; font-weight: 700; letter-spacing: .08em; fill: #fff; }
.vma-process-lane-sub { font-size: 12px; fill: rgba(255,255,255,.66); }
.vma-process-line { stroke: rgba(255,255,255,.34); stroke-width: 2; stroke-linecap: round; fill: none; }
.vma-process-line--dashed { stroke-dasharray: 2 8; stroke: rgba(255,255,255,.5); }
.vma-process-node { fill: var(--vma-blue); stroke: #fff; stroke-width: 2; }
.vma-process-node--gold { fill: var(--vma-accent); stroke: none; }
.vma-process-halo { fill: rgba(251,191,36,.2); }
.vma-process-node--next { fill: rgba(251,191,36,.16); stroke: var(--vma-accent); stroke-width: 1.5; stroke-dasharray: 3 3; }
.vma-process-when { font-size: 11px; fill: rgba(255,255,255,.62); }
.vma-process-label { font-size: 13px; font-weight: 600; fill: #fff; }
.vma-process-bridge { fill: none; stroke: var(--vma-accent); stroke-width: 2; stroke-linecap: round; }
.vma-process-bridge-label { font-size: 12px; font-weight: 600; fill: var(--vma-accent); }
.vma-process-caption { margin: 14px 0 0; font-size: .86rem; line-height: 1.6; color: rgba(255,255,255,.66); text-align: center; text-wrap: balance; }

/* Karşılaştırma kartları */
.vma-process-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.vma-process-card { position: relative; padding: clamp(20px, 2.4vw, 28px); border-radius: 18px; background: var(--vma-surface); border: 1px solid var(--vma-line); overflow: hidden; }
.vma-process-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: rgba(255,255,255,.4); }
.vma-process-card--team::before { background: var(--vma-accent); }
.vma-process-card-eyebrow { margin: 0 0 6px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.vma-process-card--team .vma-process-card-eyebrow { color: var(--vma-accent); }
.vma-process .vma-process-card-title { margin: 0 0 8px; padding: 0; border: 0; font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #fff; }
.vma-process-card-lead { margin: 0 0 18px; font-size: .95rem; line-height: 1.65; color: rgba(255,255,255,.8); }
.vma-process-facts { margin: 0; }
.vma-process-facts > div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.vma-process-facts > div:last-child { padding-bottom: 0; }
.vma-process-facts dt { margin: 0; padding-top: 2px; font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; line-height: 1.6; color: rgba(255,255,255,.6); }
.vma-process-facts dd { margin: 0; font-size: .93rem; line-height: 1.6; color: #fff; }

/* Bölüm başlıkları, maddeler, örnek yol */
.vma-process-section { display: grid; gap: 0; }
.vma-process-section .vma-eyebrow { margin-bottom: 6px; }
.vma-process .vma-process-section .vma-h2 { margin: 0 0 18px; font-size: clamp(1.3rem, 2vw, 1.7rem); }
.vma-process .vma-process-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.vma-process-points li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 18px; border-radius: 14px; background: var(--vma-surface); border: 1px solid var(--vma-line); }
.vma-process-point-num { flex: none; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: var(--vma-blue-deep); background: var(--vma-accent); }
.vma-process-points strong { display: block; margin-bottom: 4px; font-size: 1rem; font-weight: 700; line-height: 1.4; color: #fff; }
.vma-process-points p { margin: 0; font-size: .93rem; line-height: 1.65; color: rgba(255,255,255,.8); }
.vma-process .vma-process-steps { list-style: none; margin: 0; padding: 0; }
.vma-process-steps li { position: relative; display: grid; gap: 6px; padding: 2px 0 26px 34px; }
.vma-process-steps li::before { content: ""; position: absolute; left: 7px; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--vma-blue); border: 2px solid #fff; }
.vma-process-steps li::after { content: ""; position: absolute; left: 13px; top: 26px; bottom: 0; width: 2px; background: rgba(255,255,255,.22); }
.vma-process-steps li:last-child { padding-bottom: 0; }
.vma-process-steps li:last-child::after { display: none; }
.vma-process-step-when { justify-self: start; padding: 4px 10px; border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--vma-blue-deep); background: #fff; line-height: 1.4; }
.vma-process-steps strong { font-size: 1rem; line-height: 1.35; color: #fff; }
.vma-process-steps p { margin: 0; font-size: .92rem; line-height: 1.65; color: rgba(255,255,255,.78); max-width: 64ch; }
.vma-process-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding-top: 24px; border-top: 1px solid var(--vma-line); }
.vma-process-cta .vma-inline-link { margin-left: auto; }

@media (max-width: 1100px) {
	.vma-process-svg--wide { display: none; }
	.vma-process-svg--tall { display: block; }
	.vma-process-compare { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
	.vma-process-facts > div { grid-template-columns: 1fr; gap: 3px; }
	.vma-process-cta .vma-btn { flex: 1; text-align: center; }
	.vma-process-cta .vma-inline-link { margin-left: 0; }
}

/* ===== Mootie profili: katıldığı etkinlikler (Takvim kayıtları) ===== */
.vma-mootie-events-section { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--vma-line); }
.vma-mootie-events { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.vma-mootie-events li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 14px; border-radius: 14px; background: var(--vma-surface); border: 1px solid var(--vma-line); }
.vma-mootie-event-date { display: grid; justify-items: center; line-height: 1.05; padding: 6px 0; border-radius: 10px; background: rgba(255,255,255,.1); }
.vma-mootie-event-date strong { font-size: 1.15rem; letter-spacing: -.02em; }
.vma-mootie-event-date small { font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.66); }
.vma-mootie-event-copy { display: grid; gap: 2px; min-width: 0; }
.vma-mootie-event-copy strong { font-size: .95rem; }
.vma-mootie-event-copy small { font-size: .78rem; color: rgba(255,255,255,.66); }

/* ============================================================
   ORTAK: yapışkan araç çubuğu, sekme/pill düğmeleri, fotoğraf ızgarası, ışık kutusu
   ============================================================ */
:root { --vma-sticky-top: 12px; }
@media (max-width: 860px) { :root { --vma-sticky-top: 112px; } }

.vma-toolbar-sticky {
	position: sticky;
	top: var(--vma-sticky-top);
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	margin: 0 -6px;
	padding: 8px 6px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--vma-blue) 88%, transparent);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
@supports not (background: color-mix(in srgb, red 50%, transparent)) {
	.vma-toolbar-sticky { background: rgba(30, 58, 138, .92); }
}

.vma-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.vma-pills a, .vma-pills button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 6px 13px;
	border-radius: 999px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: #fff !important;
	font: inherit;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease), color .18s var(--vma-ease);
}
.vma-pills a small, .vma-pills button small { font-size: .72rem; font-weight: 600; color: rgba(255, 255, 255, .6); }
.vma-pills a:hover, .vma-pills button:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .3); }
.vma-pills a.is-active, .vma-pills button.is-active { background: #fff; border-color: #fff; color: var(--vma-blue) !important; }
.vma-pills a.is-active small, .vma-pills button.is-active small { color: rgba(30, 58, 138, .6); }
.vma-pills a:focus-visible, .vma-pills button:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }

/* Özet şerit: küçük etiket + büyük sayı, ince dikey ayraçlar */
.vma-summary-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 22px;
	padding: 0;
	border-top: 1px solid var(--vma-line);
	border-bottom: 1px solid var(--vma-line);
}
.vma-summary-strip > div {
	display: grid;
	gap: 4px;
	padding: 14px 22px 14px 0;
	margin-right: 22px;
	border-right: 1px solid var(--vma-line);
}
.vma-summary-strip > div:last-child { border-right: 0; margin-right: 0; }
.vma-summary-strip dt { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .62); }
.vma-summary-strip dd { margin: 0; font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; color: #fff; }
@media (max-width: 600px) {
	.vma-summary-strip > div { padding: 12px 14px 12px 0; margin-right: 14px; }
	.vma-summary-strip dd { font-size: 1.3rem; }
}

/* Fotoğraf ızgarası — etkinlik sayfası ve Mootie profili aynı bileşeni kullanır */
.vma-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-auto-rows: 150px;
	grid-auto-flow: dense;
	gap: 10px;
}
.vma-gallery-grid.is-mosaic > .vma-gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
.vma-gallery-item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--vma-line);
	border-radius: 12px;
	background: var(--vma-surface);
	color: #fff;
	text-align: left;
	cursor: zoom-in;
	transition: border-color .2s var(--vma-ease);
}
.vma-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s var(--vma-ease);
}
.vma-gallery-item:hover { border-color: rgba(255, 255, 255, .4); }
.vma-gallery-item:hover img, .vma-gallery-item:focus-visible img { transform: scale(1.04); }
.vma-gallery-item:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }
.vma-gallery-caption {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	gap: 2px;
	padding: 34px 10px 9px;
	background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .78));
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .25s var(--vma-ease), transform .25s var(--vma-ease);
	pointer-events: none;
}
.vma-gallery-item:hover .vma-gallery-caption, .vma-gallery-item:focus-visible .vma-gallery-caption { opacity: 1; transform: none; }
.vma-gallery-caption strong, .vma-gallery-caption small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vma-gallery-caption strong { font-size: .84rem; }
.vma-gallery-caption small { font-size: .72rem; color: rgba(255, 255, 255, .72); }
@media (hover: none) { .vma-gallery-caption { opacity: 1; transform: none; } }
@media (max-width: 600px) {
	.vma-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); grid-auto-rows: 120px; gap: 8px; }
}

/* Işık kutusu: önceki/sonraki, sayaç */
.vma-lightbox__dialog { max-width: min(1100px, 94vw); }
.vma-lightbox__nav {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(15, 23, 42, .78);
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color .18s ease, transform .18s var(--vma-ease);
	z-index: 2;
}
.vma-lightbox__nav svg { width: 22px; height: 22px; }
.vma-lightbox__nav:hover { background: rgba(30, 58, 138, .95); transform: scale(1.05); }
.vma-lightbox__nav:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }
.vma-lightbox__nav.is-prev { left: -23px; }
.vma-lightbox__nav.is-next { right: -23px; }
.vma-lightbox.has-group .vma-lightbox__nav { display: inline-flex; }
.vma-lightbox__count {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .78);
	color: rgba(255, 255, 255, .85);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .06em;
	display: none;
}
.vma-lightbox.has-group .vma-lightbox__count { display: block; }
.vma-lightbox__img { transition: opacity .2s ease; }
.vma-lightbox.is-switching .vma-lightbox__img { opacity: 0; }
@media (max-width: 700px) {
	.vma-lightbox { padding: 12px; }
	.vma-lightbox__nav { width: 40px; height: 40px; margin-top: -20px; }
	.vma-lightbox__nav.is-prev { left: 4px; }
	.vma-lightbox__nav.is-next { right: 4px; }
	.vma-lightbox__close { top: -8px; right: -8px; }
}

/* ============================================================
   ALUMNI
   ============================================================ */
.vma-alumni { font-size: 1rem; display: grid; gap: 18px; }
.vma-alumni-lead { margin: 0 0 6px; font-size: 1.08em; line-height: 1.7; color: #fff; max-width: 68ch; }
.vma-alumni-summary { margin-bottom: 4px; }
.vma-alumni-bar { margin-bottom: 6px; }
.vma-alumni-years { flex: 1 1 auto; }
.vma-alumni-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 1 300px;
	min-width: 200px;
	min-height: 36px;
	padding: 0 10px 0 12px;
	border-radius: 999px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: rgba(255, 255, 255, .7);
	transition: border-color .18s var(--vma-ease), background-color .18s var(--vma-ease);
}
.vma-alumni-search:focus-within { border-color: rgba(255, 255, 255, .55); background: var(--vma-surface-hover); }
.vma-alumni-search svg { width: 16px; height: 16px; flex: 0 0 auto; }
.vma-alumni-search input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: .9rem;
	outline: none;
}
.vma-alumni-search input::placeholder { color: rgba(255, 255, 255, .5); }
.vma-alumni-search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.vma-alumni-search-count { font-size: .74rem; font-weight: 700; white-space: nowrap; color: var(--vma-accent); }
.vma-alumni-empty { margin: 8px 0 0; color: rgba(255, 255, 255, .7); }

.vma-year-block { display: grid; gap: 16px; content-visibility: auto; contain-intrinsic-size: auto 900px; }
.vma-content .vma-year-block, .vma-content .vma-tl-event { scroll-margin-top: calc(var(--vma-sticky-top) + var(--vma-bar-offset, 72px)); }
.vma-year-block + .vma-year-block { margin-top: 18px; }
.vma-year-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--vma-line);
}
.vma-year-head h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; }
.vma-year-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; margin: 0; font-size: .86rem; color: rgba(255, 255, 255, .66); }
.vma-year-meta strong { color: rgba(255, 255, 255, .9); font-weight: 700; }

.vma-alumni-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr));
	gap: 12px;
}
.vma-alumnus {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 12px 14px 12px 12px;
	border-radius: 16px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	transition: background-color .2s var(--vma-ease), border-color .2s var(--vma-ease), transform .25s var(--vma-ease);
}
.vma-alumnus:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .28); transform: translateY(-2px); }
.vma-alumnus-photo {
	display: block;
	width: 58px;
	height: 70px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .08);
	text-decoration: none !important;
}
.vma-alumnus-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vma-alumnus-initials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: .02em;
	color: rgba(255, 255, 255, .85);
	background: linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
}
.vma-alumnus-body { display: grid; gap: 4px; min-width: 0; }
.vma-alumnus-name { margin: 0; font-size: 1rem; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; }
.vma-alumnus-name a { color: #fff !important; text-decoration: none !important; }
.vma-alumnus-name a:hover { text-decoration: underline !important; text-underline-offset: 3px; }
.vma-alumnus-name a::after { content: ''; position: absolute; inset: 0; } /* kartın tamamı bağlantı */
.vma-alumnus { position: relative; }
.vma-alumnus-links, .vma-alumnus-photo { position: relative; z-index: 1; }
.vma-alumnus-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; margin: 0; font-size: .8rem; color: rgba(255, 255, 255, .72); }
.vma-alumnus-role { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: rgba(255, 255, 255, .88); }
.vma-alumnus-role::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .45); }
.vma-alumnus-role.is-gold::before { background: var(--vma-accent); }
.vma-alumnus-role.is-sky::before { background: #7dd3fc; }
.vma-alumnus-role.is-white::before { background: #fff; }
.vma-alumnus-grad { color: rgba(255, 255, 255, .6); }
.vma-alumnus-work { margin: 0; font-size: .8rem; line-height: 1.4; color: rgba(255, 255, 255, .66); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.vma-alumnus-links { display: grid; gap: 6px; }
.vma-alumnus-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--vma-line);
	background: transparent;
	color: rgba(255, 255, 255, .78) !important;
	text-decoration: none !important;
	transition: background-color .18s var(--vma-ease), color .18s var(--vma-ease), border-color .18s var(--vma-ease);
}
.vma-alumnus-links a svg { width: 15px; height: 15px; }
.vma-alumnus-links a:hover { background: #fff; border-color: #fff; color: var(--vma-blue) !important; }
.vma-alumnus-links a:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }

.vma-year-prep { display: grid; gap: 10px; margin-top: 4px; padding: 14px 16px 16px; border-radius: 16px; border: 1px dashed rgba(255, 255, 255, .22); }
.vma-year-prep-title { display: flex; align-items: center; gap: 8px; margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.vma-year-prep-title span { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; font-size: .72rem; letter-spacing: 0; }
.vma-alumni-grid.is-compact { grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr)); gap: 8px; }
.vma-alumnus.is-compact { grid-template-columns: 40px minmax(0, 1fr); gap: 10px; padding: 8px 12px 8px 8px; border-radius: 12px; }
.vma-alumnus.is-compact .vma-alumnus-photo { width: 40px; height: 40px; border-radius: 10px; }
.vma-alumnus.is-compact .vma-alumnus-initials { font-size: .82rem; }
.vma-alumnus.is-compact .vma-alumnus-name { font-size: .9rem; }
.vma-alumnus.is-compact .vma-alumnus-meta { font-size: .74rem; }

@media (max-width: 600px) {
	.vma-alumni-search { flex-basis: 100%; }
	.vma-alumnus { grid-template-columns: 52px minmax(0, 1fr); }
	.vma-alumnus-photo { width: 52px; height: 62px; }
	.vma-alumnus-links { grid-column: 1 / -1; grid-auto-flow: column; justify-content: start; }
}

/* ============================================================
   ETKİNLİKLER (zaman çizgisi)
   ============================================================ */
.vma-events { font-size: 1rem; display: grid; gap: 18px; }
.vma-events-lead { margin: 0 0 6px; font-size: 1.08em; line-height: 1.7; color: #fff; max-width: 68ch; }
.vma-events-summary { margin-bottom: 4px; }
.vma-events-bar { margin-bottom: 4px; }
.vma-events-empty { margin: 0; color: rgba(255, 255, 255, .7); }
.vma-events-timeline { display: grid; gap: 28px; }
.vma-events-year { display: grid; gap: 16px; }
.vma-events-year-title { display: flex; align-items: center; gap: 14px; margin: 0; font-size: 1rem; font-weight: 700; letter-spacing: .12em; color: rgba(255, 255, 255, .7); }
.vma-events-year-title span { font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; }
.vma-events-year-title::after { content: ''; flex: 1 1 auto; height: 1px; background: var(--vma-line); }

.vma-tl-event {
	display: grid;
	gap: 14px;
	content-visibility: auto;
	contain-intrinsic-size: auto 420px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	animation: vma-tl-in .32s var(--vma-ease) both;
}
@keyframes vma-tl-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.vma-tl-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}
.vma-tl-date {
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 3px;
	min-width: 68px;
	padding: 9px 10px 8px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	text-align: center;
}
.vma-tl-date strong { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; line-height: 1; color: #fff; white-space: nowrap; }
.vma-tl-date span { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .66); white-space: nowrap; }
.vma-tl-event.is-archive .vma-tl-date { background: transparent; border-style: dashed; }
.vma-tl-copy { display: grid; gap: 4px; min-width: 0; }
.vma-tl-title { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.3rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; color: #fff; }
.vma-tl-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; margin: 0; font-size: .84rem; color: rgba(255, 255, 255, .7); }
.vma-tl-kind { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .85); }
.vma-tl-kind::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .5); }
.vma-tl-kind::after { content: '·'; margin-left: 2px; color: rgba(255, 255, 255, .45); }
.vma-tl-kind.is-moot::before { background: var(--vma-accent); }
.vma-tl-kind.is-premoot::before { background: #7dd3fc; }
.vma-tl-count { margin: 0; font-size: .78rem; font-weight: 600; color: rgba(255, 255, 255, .6); white-space: nowrap; }
@media (max-width: 600px) {
	.vma-tl-event { padding: 12px; border-radius: 14px; }
	.vma-tl-head { grid-template-columns: auto minmax(0, 1fr); }
	.vma-tl-count { grid-column: 2; margin-top: -6px; }
	.vma-tl-date { min-width: 58px; padding: 8px 8px 7px; }
	.vma-tl-date strong { font-size: 1rem; }
}

/* ============================================================
   DUYURU / YAZI: tekil sayfa, ek kartları, önceki-sonraki, liste
   ============================================================ */
.vma-single-head { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--vma-line); }
.vma-single-eyebrow { margin: 0 0 10px; }
.vma-single-eyebrow a { color: inherit !important; text-decoration: none !important; }
.vma-single-eyebrow a:hover { color: #fff !important; text-decoration: underline !important; text-underline-offset: 4px; }
.vma-single-head .vma-h1 { margin-bottom: 16px; max-width: 24ch; }
.vma-single-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; font-size: .88rem; color: rgba(255, 255, 255, .72); }
.vma-single-author { display: inline-flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .92); font-weight: 600; }
.vma-single-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(160deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .06));
	border: 1px solid rgba(255, 255, 255, .22);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .04em;
}
.vma-single-meta time, .vma-single-read { position: relative; }
.vma-single-meta > :not(:first-child)::before { content: '·'; position: absolute; left: -12px; color: rgba(255, 255, 255, .4); }
.vma-single-meta > :not(:first-child) { position: relative; }
.vma-copy-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 4px 11px;
	border-radius: 999px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: rgba(255, 255, 255, .85);
	font: inherit;
	font-size: .78rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease), color .18s var(--vma-ease);
}
.vma-copy-link::before { content: none !important; }
.vma-copy-link svg { width: 14px; height: 14px; }
.vma-copy-link:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .35); color: #fff; }
.vma-copy-link:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }
.vma-copy-link.is-copied { background: #fff; border-color: #fff; color: var(--vma-blue); }
.vma-single-thumb { margin: 0 0 26px; border-radius: 14px; overflow: hidden; border: 1px solid var(--vma-line); }
.vma-single-thumb img { width: 100%; height: auto; display: block; }
.vma-single-body > p:first-child { font-size: 1.1em; line-height: 1.7; color: #fff; }
.vma-single-body :is(h2, h3) { color: #fff; }
.vma-single-body h2 { font-size: 1.35em; }
.vma-single-body h3 { font-size: 1.12em; }
.vma-single-body hr { border: 0; border-top: 1px solid var(--vma-line); margin: 1.8em 0; }
.vma-single-body :is(ul, ol) li + li { margin-top: .35em; }
.vma-single-body figure { margin: 1.6em 0; }
.vma-single-body figcaption { font-size: .82rem; color: rgba(255, 255, 255, .62); margin-top: .5em; }
.vma-single-body .wp-block-image img, .vma-single-body .wp-block-embed { border-radius: 12px; overflow: hidden; }
.vma-single-body .wp-block-buttons .wp-block-button__link { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 18px; border-radius: 999px; background: #fff; color: var(--vma-blue) !important; font-weight: 700; text-decoration: none !important; }
.vma-single-body .wp-block-table table, .vma-single-body table { width: 100%; border-collapse: collapse; font-size: .92em; }
.vma-single-body :is(td, th) { padding: 10px 12px; border-bottom: 1px solid var(--vma-line); text-align: left; }
.vma-single-body th { color: #fff; font-weight: 700; }
.vma-single-body blockquote { border-left-color: var(--vma-accent); font-style: normal; color: #fff; }

/* Ek kartı (Gutenberg dosya bloğu → vma_render_attachment_card) */
.vma-attachment {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin: 1.4em 0;
	padding: 8px 8px 8px 10px;
	border-radius: 14px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease);
}
.vma-attachment:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .3); }
.vma-attachment-main { display: flex; align-items: center; gap: 12px; min-width: 0; color: #fff !important; text-decoration: none !important; }
.vma-attachment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 52px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .08em;
	position: relative;
}
.vma-attachment-icon::after { content: ''; position: absolute; top: -1px; right: -1px; width: 12px; height: 12px; border-radius: 0 9px 0 6px; background: var(--vma-blue); border-left: 1px solid rgba(255, 255, 255, .2); border-bottom: 1px solid rgba(255, 255, 255, .2); }
.vma-attachment.is-pdf .vma-attachment-icon { background: rgba(251, 191, 36, .16); border-color: rgba(251, 191, 36, .45); color: var(--vma-accent); }
.vma-attachment-body { display: grid; gap: 3px; min-width: 0; }
.vma-attachment-body strong { font-size: .95rem; font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; }
.vma-attachment-body small { font-size: .76rem; color: rgba(255, 255, 255, .62); }
.vma-attachment-download {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 6px 14px 6px 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--vma-blue) !important;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
	transition: transform .18s var(--vma-ease), box-shadow .18s var(--vma-ease);
}
.vma-attachment-download svg { width: 15px; height: 15px; }
.vma-attachment-download:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }
.vma-attachment-download:focus-visible, .vma-attachment-main:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }
@media (max-width: 520px) {
	.vma-attachment { grid-template-columns: 1fr; }
	.vma-attachment-download { justify-content: center; }
}

/* Önceki / tümü / sonraki */
.vma-postnav {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 12px;
	margin: 0 0 32px;
}
.vma-postnav-item {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: #fff !important;
	text-decoration: none !important;
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease), transform .2s var(--vma-ease);
}
.vma-postnav-item:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .3); transform: translateY(-2px); }
.vma-postnav-item.is-empty { border-color: transparent; background: transparent; pointer-events: none; }
.vma-postnav-item.is-next { text-align: right; }
.vma-postnav-item small { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.vma-postnav-item strong { font-size: .95rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vma-postnav-item span { font-size: .76rem; color: rgba(255, 255, 255, .6); }
.vma-postnav-all {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	align-self: center;
	min-width: 96px;
	padding: 12px 14px;
	border-radius: 14px;
	color: rgba(255, 255, 255, .85) !important;
	text-decoration: none !important;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-align: center;
	transition: background-color .18s var(--vma-ease), color .18s var(--vma-ease);
}
.vma-postnav-all svg { width: 22px; height: 22px; }
.vma-postnav-all:hover { background: var(--vma-surface); color: #fff !important; }
@media (max-width: 700px) {
	.vma-postnav { grid-template-columns: 1fr; }
	.vma-postnav-item.is-empty { display: none; }
	.vma-postnav-item.is-next { text-align: left; }
	.vma-postnav-all { order: 3; flex-direction: row; justify-self: center; }
}

/* Liste: yıl ayracı + satır kartları */
.vma-page--archive { display: grid; gap: 22px; }
.vma-page--archive .vma-page-head { margin-bottom: 0; }
.vma-archive-lead { margin: 0; font-size: 1.08em; line-height: 1.7; color: #fff; max-width: 68ch; }
.vma-postlist { display: grid; gap: 12px; }
.vma-year-divider { display: flex; align-items: center; gap: 14px; margin: 10px 0 2px; font-size: 1rem; font-weight: 700; color: rgba(255, 255, 255, .7); }
.vma-year-divider:first-child { margin-top: 0; }
.vma-year-divider span { font-size: clamp(1.4rem, 2.6vw, 1.8rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; }
.vma-year-divider::after { content: ''; flex: 1 1 auto; height: 1px; background: var(--vma-line); }
.vma-postlist-item { margin: 0; }
.vma-postlist-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 14px 16px 14px 14px;
	border-radius: 16px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: #fff !important;
	text-decoration: none !important;
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease), transform .2s var(--vma-ease);
}
.vma-postlist-link:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .3); transform: translateY(-2px); }
.vma-postlist-link:focus-visible { outline: 2px solid var(--vma-accent); outline-offset: 2px; }
.vma-postlist-link .vma-tl-date { align-self: start; }
.vma-postlist-body { display: grid; gap: 5px; min-width: 0; }
.vma-postlist-type { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .62); }
.vma-postlist-title { font-size: clamp(1.05rem, 1.7vw, 1.2rem); font-weight: 800; letter-spacing: -.015em; line-height: 1.25; }
.vma-postlist-link:hover .vma-postlist-title { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.vma-postlist-excerpt { font-size: .9rem; line-height: 1.55; color: rgba(255, 255, 255, .74); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vma-postlist-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 2px; font-size: .76rem; color: rgba(255, 255, 255, .58); }
.vma-postlist-meta > span { position: relative; }
.vma-postlist-meta > span + span::before { content: '·'; position: absolute; left: -9px; color: rgba(255, 255, 255, .35); }
.vma-postlist-file { display: inline-flex; align-items: center; gap: 5px; color: rgba(255, 255, 255, .78); }
.vma-postlist-file svg { width: 13px; height: 13px; }
.vma-postlist-thumb { display: block; width: 96px; height: 72px; border-radius: 10px; overflow: hidden; border: 1px solid var(--vma-line); }
.vma-postlist-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vma-postlist-arrow { font-size: 1.1rem; color: rgba(255, 255, 255, .45); transition: transform .2s var(--vma-ease), color .2s var(--vma-ease); }
.vma-postlist-link:hover .vma-postlist-arrow { transform: translateX(3px); color: #fff; }
.vma-postlist-thumb + .vma-postlist-arrow { display: none; }
@media (max-width: 600px) {
	.vma-postlist-link { grid-template-columns: auto minmax(0, 1fr); padding: 12px; }
	.vma-postlist-thumb { grid-column: 1 / -1; width: 100%; height: 150px; }
	.vma-postlist-arrow { display: none; }
}

/* Sayfalama: pill düğmeler */
.vma-pagination { margin: 6px 0 0; }
.vma-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.vma-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	padding: 0 12px;
	margin: 0;
	border-radius: 999px;
	border: 1px solid var(--vma-line);
	background: var(--vma-surface);
	color: #fff !important;
	font-size: .86rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background-color .18s var(--vma-ease), border-color .18s var(--vma-ease);
}
.vma-pagination a.page-numbers:hover { background: var(--vma-surface-hover); border-color: rgba(255, 255, 255, .3); }
.vma-pagination .page-numbers.current { background: #fff; border-color: #fff; color: var(--vma-blue) !important; }
.vma-pagination .page-numbers.dots { border-color: transparent; background: transparent; }
.vma-pagination .screen-reader-text { display: none; }
