:root {
	--sahife-ink: #12151c;
	--sahife-paper: #eef1f5;
	--sahife-sheet: #ffffff;
	--sahife-muted: #667085;
	--sahife-rule: #e4e7ec;
	--sahife-accent: #e11d2e;
	--sahife-navy: #0f1c2e;
	--sahife-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--sahife-sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
	--sahife-wrap: 1200px;
	--cat-gundem: #e11d2e;
	--cat-turkiye: #0f766e;
	--cat-dunya: #2563eb;
	--cat-spor: #16a34a;
	--cat-ekonomi: #d97706;
	--cat-teknoloji: #7c3aed;
	--cat-saglik: #0891b2;
	--cat-kultur: #c026d3;
}

.is-gundem { --cat: var(--cat-gundem); }
.is-turkiye { --cat: var(--cat-turkiye); }
.is-dunya { --cat: var(--cat-dunya); }
.is-spor { --cat: var(--cat-spor); }
.is-ekonomi { --cat: var(--cat-ekonomi); }
.is-teknoloji { --cat: var(--cat-teknoloji); }
.is-saglik { --cat: var(--cat-saglik); }
.is-kultur { --cat: var(--cat-kultur); }

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sahife-paper);
	color: var(--sahife-ink);
	font-family: var(--sahife-sans);
	font-size: 1rem;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--sahife-accent);
}

h1,
h2,
h3,
h4 {
	font-family: var(--sahife-serif);
	line-height: 1.18;
	font-weight: 650;
	letter-spacing: -0.02em;
	margin: 0 0 0.35em;
}

.wrap {
	width: min(100% - 2.25rem, var(--sahife-wrap));
	margin-inline: auto;
}

.skip-link {
	position: absolute;
	left: -999px;
}

.skip-link:focus {
	left: 1rem;
	top: 1rem;
	background: #fff;
	padding: 0.5rem 1rem;
	z-index: 20;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.site-header {
	background: var(--sahife-sheet);
	box-shadow: 0 1px 0 var(--sahife-rule);
}

.topbar {
	background: var(--sahife-navy);
	color: #d0d5dd;
	font-family: var(--sahife-sans);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.topbar a {
	color: #fff;
}

.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.42rem 0;
}

.markets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	text-transform: none;
	letter-spacing: 0;
}

.markets b {
	color: #f7b500;
	margin-right: 0.2rem;
}

.topbar-links {
	display: flex;
	gap: 0.75rem;
}

.header-main {
	background: #fff;
	border-bottom: 1px solid var(--sahife-rule);
}

.masthead {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	padding: 0.85rem 0;
	gap: 1rem;
}

.nav-toggle {
	display: none;
	font-family: var(--sahife-sans);
	background: var(--sahife-accent);
	color: #fff;
	border: 0;
	padding: 0.4rem 0.75rem;
}

.brand {
	grid-column: auto;
	text-align: left;
}

.paper-kicker {
	display: none;
}

.wordmark {
	display: inline-block;
	max-width: 16ch;
	font-family: var(--sahife-serif);
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
	color: var(--sahife-navy);
}

.tagline {
	margin: 0.15rem 0 0;
	font-size: 0.78rem;
	color: var(--sahife-muted);
}

.header-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 8px, #eef2f6 8px, #eef2f6 16px);
	border: 1px dashed #cbd5e1;
	color: #94a3b8;
	font-size: 0.78rem;
	font-weight: 650;
}

.search-form {
	display: flex;
	align-items: center;
	border: 1px solid #d0d5dd;
	background: #f8fafc;
	padding: 0 0.5rem;
	font-size: 0.85rem;
}

.search-form input {
	border: 0;
	background: transparent;
	padding: 0.5rem 0.3rem;
	width: 8.5rem;
	font: inherit;
}

.search-form button {
	border: 0;
	background: transparent;
	font: inherit;
	font-weight: 700;
	color: var(--sahife-accent);
	cursor: pointer;
}

.site-nav {
	background: var(--sahife-accent);
	border: 0;
	font-family: var(--sahife-sans);
	font-size: 0.88rem;
	font-weight: 700;
}

.site-nav .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav a {
	display: block;
	color: #fff;
	padding: 0.72rem 0.9rem;
}

.site-nav .current-menu-item > a,
.site-nav a:hover {
	background: rgba(0, 0, 0, 0.18);
	color: #fff;
	box-shadow: none;
}

.breaking {
	background: var(--sahife-ink);
	color: #f3eee6;
	font-family: var(--sahife-sans);
	font-size: 0.86rem;
}

.breaking-inner {
	display: flex;
	align-items: stretch;
	min-height: 2.45rem;
}

.breaking-label {
	flex: none;
	z-index: 2;
	display: flex;
	align-items: center;
	background: var(--sahife-accent);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.66rem;
	padding: 0 0.85rem;
}

.breaking-viewport {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-left: 1rem;
}

.breaking-track {
	display: flex;
	align-items: center;
	gap: 0;
	white-space: nowrap;
}

.breaking-track a {
	color: inherit;
	padding-right: 1.15rem;
	margin-right: 1.15rem;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.breaking-track a:last-child {
	border: 0;
}

.breaking-track a:hover {
	color: #fff;
}

.site-main {
	padding: 1.5rem 0 4rem;
}

.hero {
	display: grid;
	grid-template-columns: 1.42fr 0.88fr;
	gap: 1.35rem 1.6rem;
	padding-bottom: 1.8rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--sahife-rule);
}

.hero-main {
	position: relative;
	background: #161616;
	min-height: 22rem;
}

.hero-media {
	display: block;
	color: inherit;
}

.hero-media img,
.hero-media .ph-media,
.media-frame img,
.ph-media {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.hero-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4.2rem 1.35rem 1.2rem;
	background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.92));
	color: #fff;
}

.hero-copy a,
.hero-copy .cat-badge,
.hero-copy .card-meta {
	color: inherit;
}

.hero-copy .cat-badge {
	color: #ffb4aa;
}

.hero-copy p {
	margin: 0.35rem 0 0.55rem;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.02rem;
}

.hero-title {
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	margin: 0.2rem 0 0.2rem;
}

.hero-rail {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	padding: 0.2rem 0.85rem;
	box-shadow: 0 6px 18px rgba(15, 28, 46, 0.06);
}

.rail-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 0.85rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--sahife-rule);
}

.rail-item:last-child {
	border-bottom: 0;
}

.rail-thumb img,
.rail-thumb .ph-media {
	width: 96px;
	height: 72px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rail-copy h2 {
	font-size: 0.98rem;
	margin: 0.12rem 0 0.2rem;
	font-weight: 650;
}

.cat-badge {
	font-family: var(--sahife-sans);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff !important;
	background: var(--cat, var(--sahife-accent));
	padding: 0.16rem 0.45rem;
	border-radius: 3px;
	display: inline-block;
}

.card-meta,
.article-meta,
.meta-date,
.meta-read {
	font-family: var(--sahife-sans);
	font-size: 0.75rem;
	color: var(--sahife-muted);
}

.ph-media {
	background:
		linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55)),
		linear-gradient(135deg, #243044, #5a3a32 55%, #1b2420);
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 0.55rem 0.65rem;
	font-family: var(--sahife-sans);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.media-gundem .ph-media { background: linear-gradient(135deg, #2a1d1a, #8a3a2e); }
.media-turkiye .ph-media { background: linear-gradient(135deg, #1d2a24, #3f6a52); }
.media-dunya .ph-media { background: linear-gradient(135deg, #1a2230, #3d5a80); }
.media-spor .ph-media { background: linear-gradient(135deg, #241a12, #b45a22); }
.media-ekonomi .ph-media { background: linear-gradient(135deg, #1c241c, #4a6a3a); }
.media-teknoloji .ph-media { background: linear-gradient(135deg, #161820, #3a3f5c); }
.media-kultur .ph-media { background: linear-gradient(135deg, #2a1824, #7a4060); }
.media-saglik .ph-media { background: linear-gradient(135deg, #182428, #3a6a70); }

.home-layout,
.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 292px;
	gap: 2.4rem;
	align-items: start;
}

.section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--cat, var(--sahife-navy));
	color: #fff;
	margin-bottom: 0;
	padding: 0.5rem 0.85rem;
	border: 0;
	border-radius: 6px 6px 0 0;
}

.section-head h2 {
	margin: 0;
	font-size: 1.05rem;
	color: #fff;
	font-family: var(--sahife-sans);
	letter-spacing: 0.02em;
}

.section-head a {
	font-family: var(--sahife-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.cat-block {
	margin-bottom: 1.35rem;
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(15, 28, 46, 0.05);
	overflow: hidden;
}

.cat-block .cat-grid {
	padding: 0.9rem;
}

.cat-grid {
	display: grid;
	grid-template-columns: 1.18fr 1fr;
	gap: 1rem 1.35rem;
}

.card-lead {
	grid-column: 1;
	grid-row: 1 / span 4;
}

.card-lead .card-title {
	font-size: 1.45rem;
}

.card-compact {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 0.75rem;
	align-items: start;
}

.card-compact .card-media {
	grid-column: 1;
}

.card-compact .card-body {
	grid-column: 2;
}

.card-compact img,
.card-compact .ph-media {
	width: 88px;
	height: 66px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.card-title {
	font-size: 1.02rem;
	margin: 0.15rem 0;
}

.card-excerpt {
	color: var(--sahife-muted);
	margin: 0.25rem 0 0.45rem;
	font-size: 0.95rem;
}

.card-lead img,
.card-lead .ph-media {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	margin-bottom: 0.65rem;
}

.loop-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
}

.media-strip {
	margin: 2.2rem 0;
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.9rem;
}

.media-grid.galleries {
	grid-template-columns: repeat(3, 1fr);
}

.media-card img,
.media-card .ph-media {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.media-card h3 {
	font-size: 0.98rem;
	margin-top: 0.45rem;
}

.play {
	position: relative;
	display: block;
}

.play::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-30%, -50%);
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.sidebar {
	background: transparent;
	border: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sidebar .widget {
	margin: 0;
	padding: 0.9rem 1rem 0.65rem;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	background: #fff;
}

.widget-title {
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: var(--sahife-sans);
	border-bottom: 2px solid var(--sahife-ink);
	padding-bottom: 0.35rem;
	margin-bottom: 0.7rem;
}

.popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popular-list li {
	display: grid;
	grid-template-columns: 1.5rem 1fr;
	gap: 0.45rem;
	padding: 0.52rem 0;
	border-bottom: 1px solid var(--sahife-rule);
	font-size: 0.95rem;
}

.popular-list .n {
	font-family: var(--sahife-sans);
	font-weight: 700;
	color: var(--sahife-accent);
}

.widget-videos .wv {
	display: grid;
	gap: 0.3rem;
	margin-bottom: 0.85rem;
}

.widget-videos img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.article {
	background: var(--sahife-sheet);
	border: 1px solid var(--sahife-rule);
	padding: 1.4rem 1.5rem 2rem;
}

.article-head h1 {
	font-size: clamp(1.85rem, 3.6vw, 2.6rem);
}

.article-hero {
	margin: 0 -1.5rem 1.4rem;
}

.article-hero img,
.article-hero .ph-media {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.article-hero figcaption,
.article-foot {
	font-family: var(--sahife-sans);
	font-size: 0.82rem;
	color: var(--sahife-muted);
	padding: 0 1.5rem;
}

.entry-content {
	font-size: 1.14rem;
	max-width: 42rem;
}

.entry-content p {
	margin: 0 0 1.05em;
}

.entry-content h2 {
	margin-top: 1.35em;
}

.narrow {
	max-width: 760px;
}

.related {
	margin-top: 2.2rem;
}

.related-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

.video-embed {
	position: relative;
	aspect-ratio: 16 / 9;
	margin-bottom: 1.4rem;
	background: #000;
}

.video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.breadcrumbs {
	font-family: var(--sahife-sans);
	font-size: 0.76rem;
	color: var(--sahife-muted);
	margin: 0 0 0.85rem;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.45rem;
	opacity: 0.55;
}

.archive-head {
	margin-bottom: 1.4rem;
}

.nav-links {
	display: flex;
	gap: 1rem;
	margin-top: 1.8rem;
	font-family: var(--sahife-sans);
}

.site-footer {
	background: var(--sahife-ink);
	color: #e8e1d6;
	padding: 2.3rem 0 0;
	font-family: var(--sahife-sans);
	font-size: 0.9rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: 2rem;
	padding-bottom: 1.8rem;
}

.site-footer .wordmark {
	color: #efe8dc;
	max-width: none;
	font-size: 1.6rem;
}

.site-footer h2 {
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kunye-list,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kunye-list li,
.footer-menu li {
	margin: 0.32rem 0;
}

.colophon {
	border-top: 1px solid #3a342e;
	padding: 0.85rem 0;
	color: #b7aea3;
	font-size: 0.78rem;
}

.comments {
	margin-top: 2.2rem;
	font-family: var(--sahife-sans);
}

@media (max-width: 960px) {
	.masthead {
		grid-template-columns: auto 1fr;
	}

	.brand {
		grid-column: 2;
	}

	.search-form {
		display: none;
	}

	.nav-toggle {
		display: inline-block;
		grid-column: 1;
	}

	.edition {
		display: none;
	}

	.site-nav .menu {
		display: none;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0.7rem 0 1rem;
	}

	.site-nav.is-open .menu {
		display: flex;
	}

	.hero,
	.home-layout,
	.article-layout,
	.cat-grid,
	.loop-grid,
	.media-grid,
	.media-grid.galleries,
	.related-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.card-lead {
		grid-row: auto;
	}

	.hero-copy {
		position: relative;
		background: var(--sahife-ink);
		padding: 1rem 1.1rem 1.15rem;
	}

	.hero-main {
		min-height: 0;
	}

	.breaking-track {
		overflow-x: auto;
	}

	.header-ad,
	.markets {
		display: none;
	}

	.masthead {
		grid-template-columns: auto 1fr;
	}

	.feat-grid,
	.authors-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.feat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.85rem;
	margin: 0 0 1.4rem;
}

.card-feat {
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(15, 28, 46, 0.05);
}

.card-feat .card-body {
	padding: 0.65rem 0.75rem 0.8rem;
}

.card-feat .card-title {
	font-size: 0.98rem;
}

.media-strip {
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 1.35rem;
	box-shadow: 0 8px 18px rgba(15, 28, 46, 0.05);
}

.media-strip .section-head {
	border-radius: 0;
	background: #111827;
}

.media-strip .media-grid {
	padding: 0.9rem;
}

.side-tabs,
.news-box {
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	overflow: hidden;
}

.tab-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.tab-nav button {
	border: 0;
	background: #f2f4f7;
	padding: 0.7rem 0.4rem;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}

.tab-nav button.is-on {
	background: var(--sahife-accent);
	color: #fff;
}

.tab-panel {
	display: none;
	padding: 0.35rem 0.9rem 0.7rem;
}

.tab-panel.is-on {
	display: block;
}

.tab-panel ol,
.popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-panel li {
	display: grid;
	grid-template-columns: 1.4rem 1fr;
	gap: 0.4rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--sahife-rule);
	font-size: 0.92rem;
}

.tab-panel li span {
	font-weight: 800;
	color: var(--sahife-accent);
}

.news-box {
	padding: 1rem 1.05rem 1.1rem;
	background: linear-gradient(160deg, #0f1c2e, #1e3a5f);
	color: #fff;
	border: 0;
}

.news-box h2 {
	color: #fff;
	font-size: 1.05rem;
	font-family: var(--sahife-sans);
}

.news-form {
	display: flex;
	gap: 0.35rem;
	margin-top: 0.55rem;
}

.news-form input {
	flex: 1;
	border: 0;
	padding: 0.5rem 0.55rem;
	border-radius: 4px;
}

.news-form button {
	border: 0;
	background: var(--sahife-accent);
	color: #fff;
	font-weight: 700;
	padding: 0.5rem 0.7rem;
	border-radius: 4px;
	cursor: pointer;
}

.news-hint {
	opacity: 0.7;
	font-size: 0.75rem;
	margin: 0.45rem 0 0;
}

.authors-strip {
	background: #fff;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.3rem;
}

.authors-strip .section-head {
	background: #7c3aed;
}

.authors-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	padding: 0.9rem;
}

.author-card {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.25rem;
	padding: 0.55rem 0.3rem;
	border: 1px solid var(--sahife-rule);
	border-radius: 8px;
	font-size: 0.82rem;
}

.author-card img {
	border-radius: 50%;
}

.hero-copy .cat-badge {
	color: #fff !important;
}

.hero {
	background: transparent;
	border: 0;
	padding-bottom: 0;
}

.hero-main {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 28, 46, 0.12);
}


