/*
Theme Name: SanalData 2026
Theme URI: https://www.sanaldata.com
Description: SanalData için modern teknoloji haber teması. Mevcut menü, yan menü ve reklam alanlarını korur.
Author: Burak
Author URI: https://www.sanaldata.com
Version: 3.5.6
Text Domain: sanaldata-2026
*/

:root {
  --bg: #f3f4f7;
  --surface: #ffffff;
  --ink: #121418;
  --muted: #5c6470;
  --line: #e6e8ee;
  --accent: #e1262d;
  --accent-2: #ff5834;
  --dark: #0b0c0e;
  --dark-2: #16181d;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(12, 14, 18, 0.08);
  --header-h: 64px;
  --max: 1280px;
  --font: "Source Sans 3", "Segoe UI", Tahoma, sans-serif;
  --display: Outfit, "Source Sans 3", sans-serif;
  --nav: #0e1116;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; color-scheme: light; overflow-x: clip; max-width: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
  max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
iframe, video, embed { max-width: 100%; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }

button, input, textarea { font-family: inherit; }

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  left: 16px;
  top: 16px;
  z-index: 2000;
  background: #ff2b32;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

.home-title {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
}

/* Header — tech news */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #07080a;
  color: #fff;
}

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.header-top {
  background: #07080a;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative;
}

.header-top-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: inherit !important;
}

.site-logo img {
  height: 55px;
  width: auto;
  max-width: 245px;
  object-fit: contain;
}

.header-search {
  margin-left: auto;
  width: min(400px, 42vw);
  position: relative;
}

.searchform {
  display: flex;
  align-items: center;
  background: #14181f;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  overflow: hidden;
}

.searchform:focus-within {
  border-color: #ff2b32;
  box-shadow: 0 0 0 3px rgba(255, 43, 50, .15);
}

.header-search input[type="search"],
.header-search input[type="text"] {
  flex: 1;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  padding: 0 14px;
  min-width: 0;
}

.header-search input::placeholder { color: #7d8691; }

.searchform button {
  height: 42px;
  width: 44px;
  border: 0;
  background: transparent;
  color: #c5ccd4;
  cursor: pointer;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.tool-btn,
.theme-toggle,
.search-toggle,
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 12px;
  background: #14181f;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff !important;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.theme-toggle,
.search-toggle,
.nav-toggle {
  width: 42px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  flex: 0 0 42px;
}

.theme-toggle svg,
.search-toggle svg,
.nav-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.theme-toggle .sd-icon-sun,
.search-toggle .sd-icon-close,
.nav-toggle .sd-icon-close {
  display: none;
}

html[data-theme="dark"] .theme-toggle .sd-icon-sun { display: block; }
html[data-theme="dark"] .theme-toggle .sd-icon-moon { display: none; }
.search-open .search-toggle .sd-icon-search { display: none; }
.search-open .search-toggle .sd-icon-close { display: block; }
.is-open .nav-toggle .sd-icon-menu { display: none; }
.is-open .nav-toggle .sd-icon-close { display: block; }

.search-open .search-toggle,
.is-open .nav-toggle {
  background: #ff2b32;
  border-color: #ff2b32;
}

.tool-btn:hover,
.theme-toggle:hover,
.search-toggle:hover,
.nav-toggle:hover { border-color: #ff2b32; color: #fff !important; }

.theme-toggle--bar { display: none; }

.header-actions {
  display: none;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.search-toggle { display: none; }
.nav-toggle { display: none; }

.header-nav-row {
  background: #0f1218;
  border-bottom: 2px solid #ff2b32;
}

.site-nav { min-width: 0; }

.site-nav .menu,
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav > div > ul,
.site-nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  color: #d7dde5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 16px;
  display: block;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .mega-current-menu-item > a {
  color: #fff;
  background: transparent;
}

.site-nav li { position: relative; }

.site-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #151922;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 8px;
  box-shadow: var(--shadow);
  z-index: 20;
}

.site-nav li:hover > .sub-menu { display: block; }
.site-nav .sub-menu a { text-transform: none; letter-spacing: 0; font-size: 14px; }

.news-ticker {
  background: #101318;
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.ticker-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 38px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ticker-label {
  flex: 0 0 auto;
  background: #ff2b32;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 4px 8px;
  border-radius: 4px;
}

.ticker-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overscroll-behavior: none;
  touch-action: pan-y;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);
}
.ticker-viewport::-webkit-scrollbar { display: none; width: 0; height: 0; }

.ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  will-change: transform;
  animation: sd-ticker 28s linear infinite;
}

.ticker-track:hover { animation-play-state: paused; }

.ticker-track a {
  color: #c9d0d8;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.ticker-track a:hover { color: #fff; }

.ticker-track time {
  color: #ff6b70;
  font-weight: 800;
  margin-right: 6px;
  font-variant-numeric: tabular-nums;
}

@keyframes sd-ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation-duration: 60s; }
  .back-to-top { transition: none; }
}

.cat-bar-wrap {
  background: #0b0e13;
  border-bottom: 1px solid rgba(255,255,255,.06);
  max-width: 100%;
  overflow: hidden;
}

.cat-bar {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.cat-bar::-webkit-scrollbar { display: none; }

.cat-bar a {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #b7bec7;
}

.cat-bar a:hover,
.cat-bar .is-current > a,
.cat-bar .current-menu-item > a {
  color: #fff;
  box-shadow: inset 0 -2px 0 #ff2b32;
}

/* Max Mega Menu — kill the white box */
#mega-menu-wrap-header_menu,
#mega-menu-wrap-header_menu #mega-menu-header_menu,
#mega-menu-wrap-header_menu .mega-menu-toggle {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu {
  display: flex !important;
  align-items: center;
  gap: 2px;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  background: transparent !important;
  color: #d7dde5 !important;
  font-family: var(--font) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 14px 16px !important;
  height: auto !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-current-menu-ancestor > a.mega-menu-link {
  color: #fff !important;
  background: transparent !important;
  box-shadow: inset 0 -2px 0 #ff2b32 !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  border-color: #d7dde5 transparent transparent !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  background: #151922 !important;
  color: #e8edf3 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  background: #1d2330 !important;
  color: #fff !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-flyout ul.mega-sub-menu {
  background: #151922 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.35) !important;
  padding: 8px !important;
}

/* Page layout */
.site-main {
  padding: 28px 0 48px;
  min-width: 0;
  max-width: 100%;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}

.layout--page { grid-template-columns: 1fr; }

.card-panel,
.widget,
.post-card,
.hero,
.article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Hero */
.hero {
  overflow: hidden;
  margin-bottom: 24px;
}

.hero a { color: inherit; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 320px; }

.hero-media {
  min-height: 280px;
  background: #1a1d24 center / cover no-repeat;
}

.hero-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }

.hero-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }

.kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin: 10px 0 14px;
}

.meta { color: var(--muted); font-size: 14px; display: flex; flex-wrap: wrap; gap: 10px 16px; }

.home-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 10px;
  margin: 0 0 24px;
  background: #07080a;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
}
.slider-main { min-width: 0; display: flex; flex-direction: column; }
.slider-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  color: #fff !important;
  transition: opacity .35s ease;
}
.slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 20px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.88));
}
.slide-overlay .kicker {
  color: #ff6b70;
  margin-bottom: 8px;
  display: inline-block;
}
.slide-overlay strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.slider-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.slider-nav:hover { background: rgba(0,0,0,.8); }
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.slider-pager {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  background: #0b0c0e;
}
.slider-pager button {
  height: 36px;
  border: 0;
  border-right: 1px solid #1b1d22;
  background: #14161a;
  color: #c5ccd4;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
.slider-pager button:last-child { border-right: 0; }
.slider-pager button.is-active {
  background: #ff2b32;
  color: #fff;
}
.slider-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 8px 8px 0;
  background: #07080a;
}
.slider-rail a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: center;
  flex: 1;
  min-height: 0;
  background: #151820;
  border-radius: 10px;
  padding: 8px;
  color: #fff !important;
}
.slider-rail a:hover { background: #1c212c; color: #fff !important; }
.slider-rail img {
  width: 92px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  background: #222;
}
.slider-rail span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

/* Cards */
.section-title {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 16px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.post-card { overflow: hidden; display: flex; flex-direction: column; }

.post-card .thumb {
  aspect-ratio: 16 / 9;
  background: #dfe3ea;
  overflow: hidden;
}

.post-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-card:hover .thumb img { transform: scale(1.04); }

.post-card .body { padding: 16px 16px 18px; }

.post-card h3 {
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.3;
  margin: 8px 0 10px;
}

.post-card .excerpt { color: var(--muted); font-size: 15px; margin: 0; }

/* Sidebar */
.sidebar .widget {
  padding: 18px;
  margin-bottom: 18px;
}
.sidebar .widget:has(> :only-child:empty) {
  display: none;
}

.widget-title,
.sidebar .widgettitle {
  font-family: var(--display);
  font-size: 16px;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
}

.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar li {
  border-bottom: 1px dashed var(--line);
  padding: 8px 0;
}
.sidebar li a { color: #3b4250; font-weight: 600; font-size: 15px; }
.sidebar li a:hover { color: var(--accent); }

.sidebar .wp-block-search { display: grid; gap: 8px; }
.sidebar .wp-block-search__inside-wrapper { display: flex; gap: 8px; }
.sidebar input[type="search"] {
  width: 100%;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
}
.sidebar .wp-element-button,
.sidebar button {
  background: var(--accent);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 0 14px;
  cursor: pointer;
}

/* Article / story */
.layout--story {
  grid-template-columns: 52px minmax(0, 1fr) 300px;
}

.story {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 28px 32px 36px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow-wrap: anywhere;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}

.crumbs a { color: var(--muted); font-weight: 600; }
.crumbs a:hover { color: var(--accent); }

.story-cat {
  display: inline-flex;
  background: #ff2b32;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 6px;
}

.story-title {
  font-family: var(--display);
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 14px 0 12px;
  overflow-wrap: anywhere;
}

.story-lead {
  font-size: 20px;
  line-height: 1.5;
  color: #4a5260;
  margin: 0 0 22px;
  overflow-wrap: anywhere;
}

.story-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}

.byline-person {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-width: 0;
  max-width: 100%;
}
.byline-person > div {
  min-width: 0;
  overflow-wrap: anywhere;
}

.byline-person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.byline-person strong { display: block; font-size: 15px; }
.byline-person span { color: var(--muted); font-size: 13px; }
.updated-visible .updated {
  font-style: normal;
}

.share { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; max-width: 100%; }

.share-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
  flex: 0 0 36px;
  box-sizing: border-box;
  border: 1px solid var(--line);
  background: #f7f8fb;
  color: #1c2128 !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.share-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.share-btn.copy-link .sd-icon:last-child { display: none; }
.share-btn.copy-link.is-copied .sd-icon:first-child { display: none; }
.share-btn.copy-link.is-copied .sd-icon:last-child { display: block; }
.share-btn.copy-link.is-copied {
  background: var(--accent);
  color: #fff !important;
  border-color: var(--accent);
}

.share-btn:hover { background: #111318; color: #fff !important; border-color: #111318; }

.story-hero {
  margin: 0 0 18px;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  max-width: 100%;
}

.story-hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-width: 0;
  display: block;
  object-fit: contain;
  background: #111;
}

.story-hero figcaption {
  background: #111318;
  color: #c5ccd4;
  font-size: 13px;
  padding: 10px 14px;
  line-height: 1.45;
}
.story-ai-note a {
  color: #ff8a8e !important;
  font-weight: 700;
}
.story-ai-note a:hover { color: #fff !important; }

.story-body {
  font-size: 19px;
  line-height: 1.8;
  color: #1d222a;
  max-width: min(46em, 100%);
  min-width: 0;
  overflow-wrap: anywhere;
}

.story-body > p:first-of-type {
  font-size: 21px;
  line-height: 1.65;
  color: #2a3140;
}

.story-body p { margin: 0 0 1.15em; }
.story-body h2,
.story-body h3 {
  font-family: var(--display);
  letter-spacing: -.02em;
  margin: 1.6em 0 .6em;
  line-height: 1.25;
}
.story-body h2 {
  font-size: 28px;
  padding-left: 12px;
  border-left: 4px solid #ff2b32;
}
.story-body img {
  border-radius: 12px;
  margin: 16px 0;
  max-width: 100%;
  height: auto;
}
.story-body iframe,
.story-body .wp-block-embed,
.story-body table,
.story-body figure,
.story-body .wp-caption,
.story-body .wp-block-image,
.story-body .aligncenter,
.story-body .alignnone,
.story-body .alignleft,
.story-body .alignright {
  max-width: 100% !important;
  width: auto !important;
}
.story-body table {
  display: block;
  overflow-x: auto;
}
.story-body a { color: #c31820; text-decoration: underline; }
.story-body ul, .story-body ol { padding-left: 1.2em; }
.story-body blockquote {
  margin: 1.4em 0;
  padding: 12px 18px;
  border-left: 4px solid #ff2b32;
  background: #f7f8fb;
  color: #333;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
}
.story-tags > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.story-tags a {
  background: #f3f4f7;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

.author-box {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8f9fc;
  overflow-wrap: anywhere;
}
.author-box img { border-radius: 50%; }
.author-box h2 { margin: 4px 0 6px; font-size: 20px; font-family: var(--display); }
.author-box p { margin: 0; color: var(--muted); }
.author-job {
  font-weight: 700;
  color: var(--ink) !important;
  margin: 0 0 6px !important;
}
.author-more {
  margin-top: 8px !important;
  font-size: 14px;
  font-weight: 700;
}
.author-count { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.author-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.author-expertise li {
  background: #f3f4f7;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}
.author-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.story-sources,
.story-yorum {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8f9fc;
}
.story-sources h2,
.story-yorum h2 {
  font-family: var(--display);
  font-size: 18px;
  margin: 0 0 10px;
}
.story-sources ul {
  margin: 0;
  padding-left: 1.15em;
}
.story-sources li { margin: 0 0 6px; overflow-wrap: anywhere; }
.story-yorum p { margin: 0; color: var(--muted); line-height: 1.6; }
.authors-grid {
  display: grid;
  gap: 16px;
}
.author-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.author-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-family: var(--display);
}
.author-card-photo img { border-radius: 50%; }
.policy-page .crumbs { margin: 0 0 12px; }

.related-block {
  margin-top: 28px;
}

.next-stories {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  margin: 28px 0 0;
}
.next-stories:has(.next-story-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 760px;
}
.next-story-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: inherit !important;
  min-height: 100%;
}
.next-story-card:hover strong { color: var(--accent); }
.next-story-media {
  background: #111;
}
.next-story-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.next-story-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 18px;
}
.next-story-body strong {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.25;
}
.next-story-cat {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comments-wrap {
  margin-top: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.ad-slot {
  margin: 20px 0;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.ad-slot ins.adsbygoogle,
.ad-slot iframe,
.ad-slot [id^="aswift_"] {
  max-width: 100% !important;
}

.ad-slot__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.ad-slot--home {
  margin: 18px auto 6px;
}

.ad-slot--sidebar {
  margin: 0 0 18px;
  min-height: 250px;
}

.ad-slot--after-image {
  margin: 12px 0 8px;
}

.ad-slot--inarticle {
  margin: 28px 0;
}

.ad-slot--archive {
  margin: 0 0 22px;
}

.article {
  padding: 28px 32px;
}

.article h1 {
  font-family: var(--display);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
  margin: 8px 0 16px;
}

.article-content {
  font-size: 17px;
  line-height: 1.7;
  max-width: 46em;
}
.article-content h2 {
  font-family: var(--display);
  font-size: 22px;
  margin: 28px 0 10px;
}
.article-content p { margin: 0 0 14px; }
.article-content ul { margin: 0 0 16px; padding-left: 1.2em; }
.article-content li { margin: 0 0 6px; }
.policy-page { padding: 32px 36px 40px; }
.policy-updated {
  color: var(--muted);
  font-size: 14px;
  margin: -8px 0 22px;
}
.about-timeline {
  list-style: none;
  margin: 8px 0 8px;
  padding: 0;
  border-left: 2px solid var(--line);
}
.about-timeline li {
  position: relative;
  padding: 0 0 18px 18px;
  overflow-wrap: anywhere;
}
.about-timeline li:last-child { padding-bottom: 0; }
.about-timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.about-timeline time {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 15px;
  color: var(--accent);
  margin: 0 0 4px;
}
.about-timeline p { margin: 0; color: var(--muted); }

.news-timeline {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 20px 12px;
  margin: 0 0 28px;
}
.news-timeline .section-title { margin: 0 0 4px; }
.news-timeline-note {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 12px;
}
.news-timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-timeline-day {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 0 10px;
}
.news-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 0 0 8px;
  padding: 0 0 14px 18px;
  border-left: 2px solid var(--line);
}
.news-timeline-item:last-child { padding-bottom: 6px; }
.news-timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--surface);
}
.news-timeline-item time {
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  color: var(--accent);
  line-height: 1.35;
}
.news-timeline-item a {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: var(--ink) !important;
}
.news-timeline-item a:hover { color: var(--accent) !important; }
.news-timeline-now {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
}
.news-timeline-item.is-current {
  background: rgba(225, 38, 45, .07);
  border-radius: 0 10px 10px 0;
  margin-right: -8px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.news-timeline-item.is-current::before {
  top: 12px;
  box-shadow: 0 0 0 3px rgba(225, 38, 45, .18);
}
.story .news-timeline {
  margin-top: 8px;
  box-shadow: none;
}
.about-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.about-topics li {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8f9fc;
  font-weight: 700;
  font-size: 14px;
  overflow-wrap: anywhere;
}
html[data-theme="dark"] .about-topics li { background: #11151c; }
.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
}
.policy-table th,
.policy-table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.policy-table th {
  width: 38%;
  color: var(--muted);
  font-weight: 700;
}
.policy-more {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.footer-legal,
.policy-more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  font-size: 13px;
}
.footer-legal a,
.policy-more-links a { color: #c5ccd4; }
.footer-legal a:hover,
.policy-more-links a:hover { color: #fff; }
.policy-more-links a { color: var(--ink); }
.policy-more-links a:hover { color: var(--accent); }
.footer-legal span { opacity: .4; }

.page-head {
  margin-bottom: 18px;
}

.page-head h1 {
  font-family: var(--display);
  margin: 0;
}

.archive-desc {
  color: var(--muted);
  margin-top: 8px;
}
.archive-intro {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.55;
}
.archive-intro p { margin: 0; }
.category-about {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  max-width: 42em;
}
.category-about h2 {
  font-family: var(--display);
  font-size: 20px;
  margin: 0 0 10px;
}
.category-about p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 10px;
}
.category-about p:last-child { margin-bottom: 0; }
.category-about a {
  color: #c31820;
  text-decoration: underline;
  font-weight: 600;
}
.category-about a:hover { color: var(--accent); }

/* Pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.pagination a,
.pagination span {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-weight: 700;
}

.pagination .current {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* Footer */
.site-footer {
  background: #07080a;
  color: #c5ccd4;
  padding: 48px 0 0;
  border-top: 2px solid #ff2b32;
  margin-top: 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr 1.1fr .8fr;
  gap: 36px;
  padding-bottom: 36px;
}

.footer-logo img {
  height: 55px;
  width: auto;
  max-width: 245px;
  object-fit: contain;
  margin-bottom: 14px;
}

.footer-brand p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #9aa3af;
  max-width: 32ch;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
}

.site-footer .footer-social a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
  flex: 0 0 40px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.12);
  background: #12151b;
  color: #fff !important;
  border-radius: 50%;
}
.site-footer .footer-social svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.site-footer .footer-social a:hover {
  background: #ff2b32;
  border-color: #ff2b32;
  color: #fff !important;
}

.footer-col h2,
.footer-heading,
.site-footer .widget-title {
  font-family: var(--display);
  color: #fff;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff2b32;
}

.footer-col ul,
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin: 0;
  padding: 0;
}

.footer-col a,
.site-footer a {
  color: #c5ccd4;
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
}

.footer-col a:hover,
.site-footer a:hover { color: #fff; }

.footer-posts a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-footer .widget {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 18px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 16px 0 20px;
  font-size: 13px;
  color: #8b929c;
}
.footer-bottom .footer-legal {
  flex: 1 1 100%;
  order: 3;
}
.footer-bottom .cookie-open {
  order: 4;
  color: #c5ccd4;
}

.footer-quote { font-style: italic; }

/* Comments */
.comments { margin-top: 28px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 14px 0; border-bottom: 1px solid var(--line); }
.comment-form input, .comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
}
.comment-form .submit {
  background: var(--accent);
  color: #fff;
  border: 0;
  width: auto;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 700;
}

.empty-state {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 48px 24px;
  text-align: center;
}

/* Tools pages leftover inputs */
.layout input[type="text"],
.layout input[type="submit"] {
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 0 12px;
}
.layout input[type="submit"] {
  background: var(--accent);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 980px) {
  .layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .layout--story { grid-template-columns: minmax(0, 1fr); }
  .share-rail { display: none; }
  .site-main { padding: 16px 0 36px; }
  .wrap { width: min(var(--max), calc(100% - 24px)); }
  .story { padding: 16px 14px 22px; border-radius: 14px; }
  .story-title { font-size: 26px; }
  .story-lead { font-size: 17px; }
  .story-body, .story-body > p:first-of-type { font-size: 17px; }
  .story-body h2 { font-size: 22px; }
  .card-grid--3 { grid-template-columns: 1fr; }
  .next-stories { grid-template-columns: 1fr; }
  .next-story-body strong { font-size: 20px; }
  .featured-3 { grid-template-columns: 1fr; gap: 10px; }
  .author-box,
  .author-card,
  .author-head { grid-template-columns: 1fr; }
  .about-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero a { grid-template-columns: 1fr; min-height: 0; }
  .hero-media { min-height: 180px; }
  .hero-media img { min-height: 180px; }
  .hero-body { padding: 16px; }
  .hero h2 { font-size: 22px; margin: 8px 0 10px; }
  .card-grid { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .header-top-inner {
    min-height: 56px;
    gap: 8px;
  }
  .header-tools { display: none; }
  .theme-toggle--bar { display: inline-flex; }
  .theme-toggle,
  .search-toggle,
  .nav-toggle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    padding: 0;
  }
  .theme-toggle svg,
  .search-toggle svg,
  .nav-toggle svg {
    width: 18px;
    height: 18px;
  }
  .header-search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 10px 12px 12px;
    background: #07080a;
    border-bottom: 1px solid rgba(255,255,255,.08);
    z-index: 30;
  }
  .header-search input[type="search"],
  .header-search input[type="text"] { font-size: 16px; }
  .search-open .header-search { display: block; }
  .search-toggle { display: inline-flex; }
  .header-actions { display: flex; margin-left: auto; gap: 8px; }
  .site-logo { min-width: 0; flex: 1 1 auto; }
  .site-logo img { height: 42px; max-width: min(58vw, 210px); }
  .nav-toggle { display: inline-flex; }
  .header-nav-row { display: none; }
  .is-open .header-nav-row {
    display: block;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav > div > ul,
  .site-nav > ul { display: block; }
  .site-nav a { padding: 12px 4px; }
  .site-nav .sub-menu {
    position: static;
    display: block;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px 12px;
  }

  .cat-bar-wrap .wrap { width: 100%; }
  .cat-bar {
    padding: 0 12px;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
  }

  .ticker-inner { min-height: 34px; gap: 10px; }
  .ticker-track a { font-size: 12px; }
  .news-timeline { padding: 14px 14px 8px; }
  .news-timeline-item { grid-template-columns: 46px minmax(0, 1fr); gap: 8px; padding-left: 14px; }
  .news-timeline-item a { font-size: 14px; }

  .story-byline { flex-direction: column; align-items: flex-start; gap: 12px; }
  .reader-tools { width: 100%; }
  .article { padding: 18px 16px; }
  .policy-page { padding: 18px 16px 28px; }

  .newsletter-row { flex-direction: column; }
  .newsletter button { width: 100%; }

  .live-search-panel { left: 12px; right: 12px; width: auto; }

  .home-slider { grid-template-columns: 1fr; }
  .slider-rail { padding: 0 8px 8px; }
  .slider-rail a { flex: none; }
  .slide-overlay strong { font-size: 20px; }
  .slider-nav { width: 36px; height: 36px; font-size: 24px; margin-top: -18px; }

  body.mega-menu-header-menu .nav-toggle { display: inline-flex; }
  body.mega-menu-header-menu #mega-menu-wrap-header_menu #mega-menu-header_menu {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .post-card .excerpt { display: none; }
  .archive-intro { font-size: 16px; }
  .category-about { margin-top: 22px; padding-top: 16px; }
  .category-about h2 { font-size: 18px; }
  .mini-card { grid-template-columns: 72px 1fr; }
  .about-topics { grid-template-columns: 1fr; }
  .header-top-inner { min-height: 52px; }
  .header-actions { gap: 6px; }
  .theme-toggle,
  .search-toggle,
  .nav-toggle {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .site-logo img { height: 38px; max-width: min(56vw, 190px); }
}

.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #ff2b32, #ff8a3d);
  z-index: 1200;
  pointer-events: none;
}
.admin-bar .read-progress { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .read-progress { top: 46px; }
}

.share-rail {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
}
.share-rail .share-btn {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 12px;
}
.share-rail .share-btn svg {
  width: 18px;
  height: 18px;
}

.back-to-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1100;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ff2b32;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.back-to-top svg {
  width: 22px;
  height: 22px;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.back-to-top:hover {
  background: #e1262d;
}
.back-to-top:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.admin-bar .back-to-top {
  bottom: max(50px, calc(16px + env(safe-area-inset-bottom)));
}
@media (max-width: 782px) {
  .admin-bar .back-to-top {
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}
@media (max-width: 640px) {
  .back-to-top {
    width: 42px;
    height: 42px;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}

html:not(.sd-consent-ads) .ad-slot { display: none; }

.cookie-open {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-open:hover { color: #fff; }

.cookie-root {
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1200;
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}
.cookie-root[hidden] { display: none; }
.cookie-card {
  pointer-events: auto;
  position: relative;
  width: min(560px, 100%);
  padding: 22px 22px 18px;
  border-radius: 16px;
  background: #12141a;
  color: #e8edf3;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
  border: 1px solid rgba(255, 255, 255, .08);
}
.cookie-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cookie-x:hover { background: rgba(255,255,255,.08); }
.cookie-card h2 {
  margin: 0 36px 10px 0;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: #fff;
}
.cookie-card p {
  margin: 0 0 16px;
  color: #c5ccd4;
  font-size: 15px;
  line-height: 1.55;
}
.cookie-card p a { color: #ff8a8e; }
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.cookie-btn {
  min-height: 46px;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}
.cookie-btn--ghost {
  background: transparent;
  color: #ffc400;
  border: 2px solid #ffc400;
}
.cookie-btn--ghost:hover { background: rgba(255, 196, 0, .12); }
.cookie-btn--ok {
  background: #ff2b32;
  color: #fff;
  border: 2px solid #ff2b32;
}
.cookie-btn--ok:hover { background: #e1262d; border-color: #e1262d; }
.cookie-panel {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: grid;
  gap: 10px;
}
.cookie-panel[hidden] { display: none; }
.cookie-opt {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  color: #d7dde5;
  cursor: pointer;
}
.cookie-opt input { margin-top: 4px; }
.cookie-opt strong { color: #fff; }
.cookie-panel .cookie-btn { justify-self: start; min-width: 120px; }
body.sd-consent-banner .back-to-top {
  bottom: max(220px, calc(16px + env(safe-area-inset-bottom)));
}
@media (max-width: 640px) {
  .cookie-card { padding: 18px 16px 14px; }
  .cookie-card h2 { font-size: 18px; }
  .cookie-actions { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .layout--story { grid-template-columns: minmax(0, 1fr); }
  .share-rail { display: none; }
  .story-byline {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .reader-tools { width: 100%; }
  .share { width: 100%; }
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
  background: #3b4250;
}
.badge-inceleme { background: #0f766e; }
.badge-sizinti { background: #7c3aed; }
.badge-event { background: #1d4ed8; }

.reader-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}
.text-size {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}
.story.is-text-lg .story-body { font-size: 21px; }
.story.is-text-lg .story-body > p:first-of-type { font-size: 23px; }

.featured-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.mini-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  box-shadow: var(--shadow);
  min-width: 0;
  overflow: hidden;
}
.mini-thumb {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #dfe3ea;
  flex-shrink: 0;
}
.mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mini-card > div:last-child { min-width: 0; }
.mini-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  margin: 6px 0 4px;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .featured-3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .mini-card { grid-template-columns: 72px minmax(0, 1fr); }
  .mini-thumb { width: 72px; }
  .mini-card strong { font-size: 14px; }
}

.cat-block { margin: 0 0 32px; }
.cat-block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.cat-more {
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.side-list ol { list-style: none; margin: 0; padding: 0; counter-reset: sd; }
.side-list li { border-bottom: 1px dashed var(--line); padding: 10px 0; }
.side-list li:last-child { border-bottom: 0; }
.side-list a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink) !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}
.side-list img {
  width: 64px;
  height: 48px;
  flex: 0 0 64px;
  object-fit: cover;
  border-radius: 8px;
}
.side-list a > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}
.side-list time {
  display: block;
  color: var(--muted);
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

.author-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}
.author-head img { border-radius: 50%; width: 120px; height: 120px; object-fit: cover; }
.author-head p { margin: 8px 0 0; color: var(--muted); }
.author-head .crumbs { margin: 0 0 8px; }

.story-body pre,
.story-body code {
  font-family: ui-monospace, "SF Mono", Consolas, monospace;
}
.story-body pre {
  background: #0f1218;
  color: #e8edf3;
  padding: 16px 18px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 1.4em;
}
.story-body :not(pre) > code {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 1px 6px;
  border-radius: 6px;
  font-size: .88em;
}
.story-body .ad-slot {
  margin: 28px 0;
  padding: 12px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}

.newsletter { margin-top: 18px; }
.newsletter-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.newsletter input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: #14181f;
  color: #fff;
  padding: 0 12px;
}
.newsletter button {
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #ff2b32;
  color: #fff;
  font-weight: 800;
  padding: 0 14px;
  cursor: pointer;
}
.newsletter-ok { font-size: 13px; margin: 8px 0 0; color: #9ae6b4; }

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0c0e12;
  --surface: #151820;
  --ink: #e8eaef;
  --muted: #9aa3b0;
  --line: #2a3140;
  --shadow: 0 12px 32px rgba(0,0,0,.35);
}
html[data-theme="dark"] .story-body { color: #d7dde5; }
html[data-theme="dark"] .story-body > p:first-of-type { color: #e8edf3; }
html[data-theme="dark"] .story-lead { color: #b7c0cc; }
html[data-theme="dark"] .story-body a { color: #ff6b70; }
html[data-theme="dark"] .category-about a { color: #ff8a8e; }
html[data-theme="dark"] .story-body blockquote { background: #11151c; color: #d7dde5; }
html[data-theme="dark"] .news-timeline-item.is-current { background: rgba(225, 38, 45, .14); }
html[data-theme="dark"] .author-box,
html[data-theme="dark"] .story-sources,
html[data-theme="dark"] .story-yorum,
html[data-theme="dark"] .author-card { background: #11151c; }
html[data-theme="dark"] .author-expertise li,
html[data-theme="dark"] .story-tags a { background: #11151c; }
html[data-theme="dark"] .share-btn {
  background: #11151c;
  color: #e8edf3 !important;
  border-color: var(--line);
}
html[data-theme="dark"] .story-tags a { background: #11151c; }
html[data-theme="dark"] .sidebar li a { color: #d7dde5; }
html[data-theme="dark"] .mini-thumb,
html[data-theme="dark"] .post-card .thumb { background: #1b2029; }

.live-search-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 80;
  background: #12151c;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  overflow: hidden;
  max-height: min(70vh, 480px);
  overflow-y: auto;
}
.live-search-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  color: #e8edf3 !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.live-search-item:hover,
.live-search-item.is-active {
  background: #1b2130;
  color: #fff !important;
}
.live-search-item img,
.live-search-ph {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  background: #1b2029;
}
.live-search-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.live-search-item em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #9aa3b0;
  margin-top: 3px;
}
.live-search-empty,
.live-search-more {
  display: block;
  padding: 12px 14px;
  font-size: 13px;
  color: #c5ccd4 !important;
}
.live-search-more {
  font-weight: 800;
  color: #ff6b70 !important;
  border-top: 1px solid rgba(255,255,255,.08);
}
.live-search-more:hover { background: #1b2130; }

@media (min-width: 981px) {
  .live-search-panel {
    width: 440px;
    right: 0;
    left: auto;
  }
}

.video-block { margin: 0 0 28px; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.video-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: inherit !important;
}
.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  background: rgba(225, 38, 45, .92);
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
}
.video-play::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.video-card strong {
  display: block;
  padding: 10px 12px 2px;
  font-size: 15px;
  line-height: 1.3;
}
.video-card .meta {
  display: block;
  padding: 0 12px 12px;
  font-size: 13px;
}

.ai-summary { position: relative; }
.ai-summary-toggle {
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}
.ai-summary-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  min-width: 160px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ai-summary-menu a {
  display: block;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink) !important;
}
.ai-summary-menu a:hover { background: var(--bg); color: var(--accent) !important; }

@media (max-width: 640px) {
  .story { padding: 14px 12px 20px; }
  .story-title { font-size: 24px; }
  .story-byline { padding: 12px 0; margin-bottom: 16px; }
  .byline-person { width: 100%; }
  .reader-tools { gap: 8px; }
  .share { gap: 6px; }
  .ai-summary-toggle {
    height: 36px;
    padding: 0 10px;
    font-size: 11px;
  }
}

/* Contact page */
.contact-page {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 32px 36px 40px;
}
.contact-hero {
  margin-bottom: 28px;
  max-width: 640px;
}
.contact-hero h1 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin: 8px 0 12px;
}
.contact-lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.contact-aside {
  display: grid;
  gap: 12px;
}
.contact-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
}
.contact-card h2 {
  font-family: var(--display);
  font-size: 16px;
  margin: 0 0 6px;
}
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.contact-card--links ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.contact-card--links a {
  font-weight: 700;
  font-size: 14px;
}
.sd-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.contact-flash {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
}
.contact-flash--ok {
  background: #e8f6ee;
  color: #146c3a;
}
.contact-flash--err {
  background: #fdecec;
  color: #a31b22;
}
.sd-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  position: relative;
}
.sd-contact-form > p {
  margin: 0;
}
.sd-contact-form > p:nth-of-type(n+4) {
  grid-column: 1 / -1;
}
.sd-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.contact-page .sd-contact-form input[type="text"],
.contact-page .sd-contact-form input[type="email"],
.contact-page .sd-contact-form select,
.contact-page .sd-contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 15px;
}
.contact-page .sd-contact-form textarea {
  height: auto;
  min-height: 160px;
  padding: 12px 14px;
  resize: vertical;
}
.contact-page .sd-contact-form input:focus,
.contact-page .sd-contact-form textarea:focus {
  outline: 2px solid rgba(225, 38, 45, .35);
  border-color: var(--accent);
}
.contact-page .sd-contact-form button[type="submit"] {
  height: 48px;
  min-width: 168px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
}
.contact-page .sd-contact-form button[type="submit"]:hover {
  filter: brightness(1.05);
}
html[data-theme="dark"] .contact-card {
  background: #11151c;
}
html[data-theme="dark"] .contact-page .sd-contact-form input[type="text"],
html[data-theme="dark"] .contact-page .sd-contact-form input[type="email"],
html[data-theme="dark"] .contact-page .sd-contact-form select,
html[data-theme="dark"] .contact-page .sd-contact-form textarea {
  background: #11151c;
  border-color: var(--line);
  color: #e8edf3;
}
html[data-theme="dark"] .contact-flash--ok {
  background: #14301f;
  color: #8ee0b0;
}
html[data-theme="dark"] .contact-flash--err {
  background: #3a1518;
  color: #ffb4b7;
}

@media (max-width: 980px) {
  .video-grid { grid-template-columns: 1fr; }
  .contact-page { padding: 20px 16px 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .sd-contact-form { grid-template-columns: 1fr; }
  .layout,
  .layout--story {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .story,
  .sidebar,
  .site-main,
  .wrap {
    min-width: 0;
    max-width: 100%;
  }
  .story {
    width: 100%;
  }
  .header-top,
  .header-top-inner,
  .news-ticker {
    min-width: 0;
    max-width: 100%;
  }
}
