/* Modern theme — light layout/component overrides (pair: modern-theme-dark.css) */
body.theme-modern {
  background: var(--modern-bg) !important;
  color: var(--modern-text);
}
body.theme-modern,
body.theme-modern p,
body.theme-modern span,
body.theme-modern li,
body.theme-modern h1,
body.theme-modern h2,
body.theme-modern h3,
body.theme-modern h4,
body.theme-modern h5,
body.theme-modern h6 {
  color: var(--modern-text);
}
body.theme-modern a {
  color: var(--modern-link);
}
body.theme-modern a:hover {
  color: var(--chrome-accent);
}
/* Sidebar “Topluluğumuza bağlan” vb.: renkli zemin üzerinde beyaz yazı (global a/span kuralları ezmesin) */
body.theme-modern .social_links a,
body.theme-modern .social_links a:hover,
body.theme-modern .social_links a span,
body.theme-modern .social_links a:hover span {
  color: #ffffff !important;
}
body.theme-modern .content,
body.theme-modern .news,
body.theme-modern .news__item,
body.theme-modern .content-detail-page,
body.theme-modern .content-body--right,
body.theme-modern .sidebar,
body.theme-modern .sidebar__content,
body.theme-modern .widget,
body.theme-modern .widget__body {
  color: var(--modern-text);
}
body.theme-modern input,
body.theme-modern textarea,
body.theme-modern select {
  background: var(--modern-input-bg);
  color: var(--modern-input-text);
  border-color: var(--modern-border);
}
body.theme-modern input::placeholder,
body.theme-modern textarea::placeholder {
  color: var(--modern-input-placeholder);
}
body.theme-modern .material-icons {
  color: currentColor;
}

/* Header icon hovers (search, theme, profile): background + color shift (not underline) */
body.theme-modern .header--modern .header__modern-top__right .material-button--icon,
body.theme-modern .header--modern .header__modern-top__right .material-button.material-button--icon,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__search__button,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__settings__button > .material-button,
body.theme-modern .header--modern .header__modern-top__right a.header__appbar--right__settings__button.material-button--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
body.theme-modern .header--modern .header__modern-top__right .material-button--icon:hover,
body.theme-modern .header--modern .header__modern-top__right .material-button.material-button--icon:hover,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__search__button:hover,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__settings__button:hover > .material-button,
body.theme-modern .header--modern .header__modern-top__right a.header__appbar--right__settings__button.material-button--icon:hover {
  background: var(--modern-icon-hover-bg) !important;
  box-shadow: 0 0 0 1px var(--modern-icon-hover-ring) inset;
  color: var(--chrome-accent) !important;
}
body.theme-modern .header--modern .header__modern-top__right .material-button--icon:active,
body.theme-modern .header--modern .header__modern-top__right .material-button.material-button--icon:active {
  transform: translateY(1px);
}
body.theme-modern .header--modern .header__modern-top__right .material-button--icon:focus-visible,
body.theme-modern .header--modern .header__modern-top__right .material-button.material-button--icon:focus-visible {
  outline: 2px solid var(--chrome-accent);
  outline-offset: 2px;
}

/* Ensure nested icons follow hover color */
body.theme-modern .header--modern .header__modern-top__right .material-button--icon:hover .material-icons,
body.theme-modern .header--modern .header__modern-top__right .material-button.material-button--icon:hover .material-icons,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__search__button:hover .material-icons,
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__settings__button:hover > .material-button .material-icons,
body.theme-modern .header--modern .header__modern-top__right a.header__appbar--right__settings__button.material-button--icon:hover .material-icons {
  color: var(--chrome-accent) !important;
}

/* Avatar wrapper: keep inner button transparent so wrapper hover reads */
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__settings__button > .material-button {
  background: transparent !important;
}

/* Logged-in avatar hover: only paint the inner material-button (wrapper must not change layout/badges) */
body.theme-modern .header--modern .header__modern-top__right .header__appbar--right__settings__button.has-dropdown:hover > .material-button {
  background: transparent !important;
  /* Outer ring stays visible even when the <img> fully covers the button */
  box-shadow:
    0 0 0 4px var(--modern-icon-hover-bg),
    0 0 0 1px var(--modern-icon-hover-ring) inset;
}

/* Theme toggle button is a <button> */
body.theme-modern .header-theme-toggle:hover {
  background: var(--modern-icon-hover-bg) !important;
  box-shadow: 0 0 0 1px var(--modern-icon-hover-ring) inset;
  color: var(--chrome-accent) !important;
}
body.theme-modern .header-theme-toggle:hover .material-icons {
  color: var(--chrome-accent) !important;
}
html[data-theme='light'] body.theme-modern .header-theme-toggle .material-icons {
  color: #0f172a;
}

/* Headline (üst slider + blok headline): arkaplan ve yazı kontrastı */
body.theme-modern .headline-articles,
body.theme-modern .headline {
  background: transparent;
}
body.theme-modern .headline-articles__box,
body.theme-modern .headline-articles__content {
  color: #ffffff;
}
body.theme-modern .headline-articles__content__title,
body.theme-modern .headline-articles__content__time,
body.theme-modern .headline-articles__content__time time {
  color: #ffffff !important;
}
body.theme-modern .headline-articles__box a {
  color: #ffffff !important;
}
body.theme-modern .headline-articles__navigation {
  color: #ffffff;
}
/* grid headline overlay yazıları */
body.theme-modern .headline__blocks__header__title,
body.theme-modern .headline__blocks__header__other,
body.theme-modern .headline__blocks__header__other * {
  color: #ffffff !important;
}
body.theme-modern .headline__blocks__header__other__date .material-icons {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Haberler / listeler / testler üst kategori chip’leri — Buzzy #0080ce; :root --chrome-accent (tema ayarı) */
body.theme-modern .headline-cats .cat_link.active,
body.theme-modern .headline-cats .cat_link:hover {
  background-color: var(--chrome-accent) !important;
  color: #ffffff !important;
  border-color: var(--chrome-accent) !important;
}

/* Dividers / hr */
body.theme-modern hr {
  border-color: rgba(17, 24, 39, 0.10);
}

/* Post tags: üstte küçük üçgen (application.css ile aynı mantık), renkler Modern token’lara bağlı */
body.theme-modern .content-tags .tagy a {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  padding: 0 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--modern-tag-text) !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  background: var(--modern-tag-bg) !important;
  border: 1px solid var(--modern-tag-border) !important;
  border-radius: 3px;
  outline: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.theme-modern .content-tags .tagy a::before,
body.theme-modern .content-tags .tagy a::after {
  bottom: 100%;
  left: 20px;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
}
body.theme-modern .content-tags .tagy a::before {
  border-width: 6px;
  margin-left: -6px;
  border-color: transparent transparent var(--modern-tag-border) transparent;
}
body.theme-modern .content-tags .tagy a::after {
  border-width: 5px;
  margin-left: -5px;
  border-color: transparent transparent var(--modern-tag-bg) transparent;
}
body.theme-modern .content-tags .tagy a:hover {
  background: var(--modern-tag-bg-hover) !important;
  border-color: var(--modern-tag-border-hover) !important;
  color: var(--modern-tag-text-hover) !important;
  text-decoration: none !important;
}
body.theme-modern .content-tags .tagy a:hover::before {
  border-bottom-color: var(--modern-tag-border-hover) !important;
}
body.theme-modern .content-tags .tagy a:hover::after {
  border-bottom-color: var(--modern-tag-bg-hover) !important;
}

/* Light mode: keep original section header styling (no override) */

/* Haberler / timeline kartları: dark/light yüzey */
body.theme-modern .content-timeline,
body.theme-modern .content-timeline_right,
body.theme-modern .sidebar-block,
body.theme-modern .content-timeline__list,
body.theme-modern .content-timeline_right__list {
  /* Light mode: blend better with page background */
  background: var(--modern-surface-soft);
  color: var(--modern-text);
}

/* Light mode: cards should match page surface (no mismatched white blocks) */
body.theme-modern .content-timeline__item,
body.theme-modern .content-timeline__link,
body.theme-modern .content-timeline__detail,
body.theme-modern .content-timeline__detail__container,
body.theme-modern .content-timeline_right__list .sidebar-mosts__item,
body.theme-modern .sidebar-mosts__item__body,
body.theme-modern .sidebar-mosts__item__caption {
  background: var(--modern-surface-soft) !important;
}

/*
 * Liste / kategori timeline küçük resimleri: Buzzy kutuyu sabit yükseklikte tutuyor (120px / .large 150px),
 * görsel height:auto olduğunda geniş veya küçük thumb’lar altta boşluk bırakıyor + lazy preloader görünür kalabiliyor.
 * Video kartları (.media-video) hariç — orada farklı layout var.
 */
body.theme-modern .content-timeline__media:not(.media-video) .content-timeline__media__image {
  height: 100%;
  margin: 0;
}
body.theme-modern .content-timeline__media:not(.media-video) .content-timeline__media__image > a {
  display: block;
  height: 100%;
  width: 100%;
}
body.theme-modern .content-timeline__media:not(.media-video) .content-timeline__media__image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/*
 * Yan / anasayfa küçük kart görselleri.
 * Buzzy: .column_list.tree_column ... __image ve __image__item için height:auto !important (0,4,0) —
 * önceki body.theme-modern ... img (0,3,2) kazanamıyordu → anasayfa “Son İnceleme” 3 sütunda boy eşitsizliği.
 */
body.theme-modern .sidebar-mosts__item__image {
  overflow: hidden;
  position: relative;
}
body.theme-modern .column_list.tree_column .sidebar-mosts__item .sidebar-mosts__item__image,
body.theme-modern .column_list.sec_column .sidebar-mosts__item .sidebar-mosts__item__image,
body.theme-modern .column_list:not(.tree_column):not(.sec_column) .sidebar-mosts__item .sidebar-mosts__item__image {
  height: 140px !important;
  width: 100%;
}
body.theme-modern .timeline_right .sidebar-mosts__item .sidebar-mosts__item__image,
body.theme-modern .content-timeline_right__list.timeline_right .sidebar-mosts__item .sidebar-mosts__item__image {
  height: 180px !important;
}
body.theme-modern .column_list.tree_column .sidebar-mosts__item .sidebar-mosts__item__image img,
body.theme-modern .column_list.tree_column .sidebar-mosts__item .sidebar-mosts__item__image .sidebar-mosts__item__image__item,
body.theme-modern .column_list.sec_column .sidebar-mosts__item .sidebar-mosts__item__image img,
body.theme-modern .column_list.sec_column .sidebar-mosts__item .sidebar-mosts__item__image .sidebar-mosts__item__image__item,
body.theme-modern .timeline_right .sidebar-mosts__item .sidebar-mosts__item__image img,
body.theme-modern .timeline_right .sidebar-mosts__item .sidebar-mosts__item__image .sidebar-mosts__item__image__item,
body.theme-modern .content-timeline_right__list.timeline_right .sidebar-mosts__item .sidebar-mosts__item__image img,
body.theme-modern .content-timeline_right__list.timeline_right .sidebar-mosts__item .sidebar-mosts__item__image .sidebar-mosts__item__image__item,
body.theme-modern .sidebar-mosts__item__image img.sidebar-mosts__item__image__item {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}

/* Küçük resim üstü “gün içi istatistik” rozeti: Buzzy rgba(0,0,0,.4) + açık yazı açık thumb’da kayboluyor */
html[data-theme='light'] body.theme-modern .sidebar-mosts__item__link .sidebar-mosts__item__view {
  color: #ffffff !important;
  background-color: rgba(15, 23, 42, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px 0 0 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(5px);
}
html[data-theme='light'] body.theme-modern .sidebar-mosts__item__view__count {
  color: #ffffff !important;
}
html[data-theme='light'] body.theme-modern .sidebar-mosts__item__view__icon,
html[data-theme='light'] body.theme-modern .sidebar-mosts__item__view__icon .material-icons {
  color: #ffffff !important;
}

/* Sidebar videolar: overlay başlık ve ikonlar */
body.theme-modern .sidebar-trend__item__caption,
body.theme-modern .sidebar-trend__item__title,
body.theme-modern .sidebar-trend__item__icon,
body.theme-modern .sidebar-trend__item__icon .material-icons {
  color: #ffffff !important;
}

/* Post page: category + title + actions should NOT inherit accent hover */
body.theme-modern .item_category a.seca:hover,
body.theme-modern .item_category a.seca:hover * {
  /* Background can change via base theme; keep label readable */
  color: #ffffff !important;
}
body.theme-modern .content-title a:hover,
body.theme-modern .content-title a:hover * {
  color: inherit !important;
}
body.theme-modern .post_actions a.button:hover,
body.theme-modern .post_actions button.button:hover {
  color: inherit !important;
}
body.theme-modern .post_actions a.button:hover .material-icons,
body.theme-modern .post_actions button.button:hover .material-icons {
  color: inherit !important;
}
/* Specifically keep "Edit" (green) readable on hover */
body.theme-modern .post_actions a.button.button-green:hover,
body.theme-modern .post_actions a.button.button-green:hover .material-icons {
  color: #ffffff !important;
}
/* "Sil" (red) — keep white text + icon on hover */
body.theme-modern .post_actions button.button.button-red:hover,
body.theme-modern .post_actions button.button.button-red:hover .material-icons {
  color: #ffffff !important;
}

/* Timeline share trigger + share counts (light): keep icons dark/visible */
body.theme-modern .content-timeline__detail__social-media .has-dropdown,
body.theme-modern .content-timeline__detail__social-media .has-dropdown .material-icons,
body.theme-modern .content-timeline__detail__social-media .has-dropdown i.material-icons {
  color: rgba(17, 24, 39, 0.70);
}
body.theme-modern .content-timeline__detail__social-media .has-dropdown:hover,
body.theme-modern .content-timeline__detail__social-media .has-dropdown:hover .material-icons,
body.theme-modern .content-timeline__detail__social-media .has-dropdown:hover i.material-icons {
  color: var(--chrome-accent);
}
body.theme-modern .share_counts .buzz-icon,
body.theme-modern .share_counts i.buzz-icon,
body.theme-modern .share_counts div.buzz-icon {
  filter: none;
  opacity: 0.9;
}

/* Hover (alt çizgi var, renk/kontrast geri gelsin) */
body.theme-modern .header__appbar--left__menu__list__item > a:hover,
body.theme-modern .chrome-nav__link:hover,
body.theme-modern .footer-menu .menu-link:hover {
  color: var(--chrome-accent) !important;
}

/* Top menu: hover should tint BOTH text + icons (light+dark) */
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover,
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover * {
  color: var(--chrome-accent) !important;
}
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover .material-icons,
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover i.material-icons,
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover .menu-icon,
body.theme-modern .header--modern .header__appbar--left__menu__list__item > a:hover .menu-icon .material-icons {
  color: var(--chrome-accent) !important;
}

/* Secondary nav (alt menü) + footer chrome links: hover should tint text + icons */
body.theme-modern .header-modern-secondary .chrome-nav__link:hover,
body.theme-modern .header-modern-secondary .chrome-nav__link:hover * ,
body.theme-modern .footer-chrome a.chrome-hover-line:hover,
body.theme-modern .footer-chrome a.chrome-hover-line:hover * {
  color: var(--chrome-accent) !important;
}
body.theme-modern .header-modern-secondary .chrome-nav__link:hover .material-icons,
body.theme-modern .header-modern-secondary .chrome-nav__link:hover i.material-icons,
body.theme-modern .footer-chrome a.chrome-hover-line:hover .material-icons,
body.theme-modern .footer-chrome a.chrome-hover-line:hover i.material-icons,
body.theme-modern .footer-chrome a.chrome-hover-line:hover .chrome-nav-link__icon {
  color: var(--chrome-accent) !important;
}

/* Profil dropdown (settings-dropdown): dark/light uyum */
body.theme-modern .settings-dropdown.dropdown-container,
body.theme-modern .settings-dropdown.dropdown-container ul {
  background: var(--modern-surface);
  color: var(--modern-text);
  border-color: var(--modern-border);
}
body.theme-modern .settings-dropdown.dropdown-container a {
  color: var(--modern-text) !important;
}
body.theme-modern .settings-dropdown .dropdown-container__item:hover,
body.theme-modern .settings-dropdown .dropdown-container__item:focus-within {
  background: var(--modern-hover-bg);
}
body.theme-modern .settings-dropdown .dropdown-container__item:hover a,
body.theme-modern .settings-dropdown .dropdown-container__item:focus-within a {
  color: var(--modern-hover-text) !important;
}

/* Mega menü: Buzzy #e1e0e0 çerçeve + sec_cat2 açık çizgiler — tema border token */
body.theme-modern .category-dropdown.dropdown-container,
body.theme-modern .category-dropdown.dropdown-container .category-dropdown_sec {
  background: var(--modern-surface);
  color: var(--modern-text);
}
body.theme-modern .category-dropdown.dropdown-container {
  border-color: var(--modern-border) !important;
}
body.theme-modern .category-dropdown.dropdown-container .category-dropdown_sec.sec_cat2 {
  border-top: 1px solid var(--modern-border) !important;
  border-bottom: 1px solid var(--modern-border) !important;
}
/* Üstteki menü okunu panel rengine bağla (Buzzy #fff / #c8c8c8) */
body.theme-modern .category-dropdown.dropdown-container:before {
  border-color: transparent transparent var(--modern-border) transparent !important;
}
body.theme-modern .category-dropdown.dropdown-container:after {
  border-color: transparent transparent var(--modern-surface) transparent !important;
}
body.theme-modern .category-dropdown.dropdown-container a {
  color: var(--modern-text) !important;
}
body.theme-modern .category-dropdown.dropdown-container .dropdown-container__item:hover,
body.theme-modern .category-dropdown.dropdown-container .dropdown-container__item:focus-within {
  background: var(--modern-hover-bg);
}
body.theme-modern .category-dropdown.dropdown-container .dropdown-container__item:hover a,
body.theme-modern .category-dropdown.dropdown-container .dropdown-container__item:focus-within a {
  color: var(--modern-hover-text) !important;
}
/* Alt şerit (logo + footer linkler + dil): Buzzy .sec_cat3 #f4f4f4 !important — tema token’ı */
body.theme-modern .category-dropdown.dropdown-container .category-dropdown_sec.sec_cat3 {
  background: var(--modern-surface-soft) !important;
}
/* Masaüstü: alt menü DOM’da üst şeridin altında; ekstra buzz padding gerekmez */
@media (min-width: 1048px) {
  .theme-modern .buzz-container {
    padding-top: 0 !important;
  }
}
.theme-modern .headline-articles {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Profil sayfası: application.css .profile-splash { margin-top:60px } — boşluk istemiyoruz */
body.theme-modern.user-profile .profile-splash {
  margin-top: 0 !important;
  position: relative;
  z-index: 30; /* sidebar (z-index:10) üstünde kalsın */
}
/* Profil avatarı: sidebar (z-index:10) üstüne gelmeli; arkaplan değişince “altta kalmış” gibi görünüyordu */
body.theme-modern.user-profile .profile-splash .profile-image,
body.theme-modern.user-profile .profile-splash .profile-section {
  z-index: 20 !important;
}
body.theme-modern.user-profile .profile-splash .profile-image:hover,
body.theme-modern.user-profile .profile-splash .profile-section:hover {
  z-index: 20 !important;
}
body.theme-modern.user-profile .profile-wrap {
  position: relative;
  z-index: 1;
}

/* Profil sosyal ikonları (light + dark): hover/focus efekti */
body.theme-modern.user-profile .social_links.only_icons a {
  border-radius: 10px;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
  will-change: transform;
}
body.theme-modern.user-profile .social_links.only_icons a:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.14), 0 12px 26px rgba(0, 0, 0, 0.22);
}
html[data-theme='dark'] body.theme-modern.user-profile .social_links.only_icons a:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px var(--modern-border), 0 12px 26px rgba(0, 0, 0, 0.40);
}
body.theme-modern.user-profile .social_links.only_icons a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.0), 0 0 0 3px var(--chrome-accent);
}
/* Yazı sayfası: Düzenle / Sil — Buzzy .button { float:left } hizayı bozar; silde padding sıfırlanmıştı */
.theme-modern .post_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.theme-modern .post_actions > .button,
.theme-modern .post_actions > form,
.theme-modern .post_actions > .label-admin {
  float: none !important;
}
.theme-modern .post_actions .post_actions__delete-form {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.theme-modern .post_actions button.button {
  font-family: inherit;
  cursor: pointer;
}
.header--modern .header__modern-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}
.header--modern .header__modern-top__left.header__appbar--left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.header--modern .header__modern-top__center {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  padding-left: 4px;
}
/* overflow-y: hidden kayan çizgiyi (::after, bottom:-3px) keser; alt padding ile çizgi görünür kalır */
.header--modern .header__modern-top__menu-clip {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.header--modern .header__modern-top__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
/* Sadece ana menü satırı kayar; mega (...) bu kutu dışında — dropdown kırpılmaz */
.header--modern .header__modern-top__menu-scroll {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.header--modern .header__modern-top__menu-scroll > .header__appbar--left__menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.header--modern .header__modern-top__menu-scroll > .header__appbar--left__menu__list > li {
  float: none !important;
  flex: 0 0 auto;
}
.header--modern .header__modern-top__menu > .header__appbar--left__menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.header--modern .header__modern-top__menu > .header__appbar--left__menu__list > li {
  float: none !important;
  flex: 0 0 auto;
}
.header--modern .header__modern-top__menu .category-dropdown-button {
  flex-shrink: 0;
}
/* Buzzy: .content-header yokken scroll aşağıda .is-active-tabbar (-60px) — üst menü tam kapanmıyor */
.header.header--modern:not(.is-active-searchbar).is-passive,
.header.header--modern:not(.is-active-searchbar).is-active-tabbar {
  -khtml-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
}
.header--modern .header__modern-top__menu-scroll::-webkit-scrollbar {
  height: 4px;
}
.header--modern .header__modern-top__menu-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.header--modern .header__modern-top__right.header__appbar--right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1047px) {
  .theme-modern .header--modern .header__modern-top {
    gap: 4px;
    min-width: 0;
  }
  .theme-modern .header--modern .header__modern-top__left {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .theme-modern .header--modern .header__appbar--left__logo {
    min-width: 0;
    overflow: hidden;
  }
  .theme-modern .header--modern .header__appbar--left__logo .site-logo {
    max-height: 38px;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .theme-modern .header--modern .header__modern-top__right.header__appbar--right {
    flex: 0 0 auto;
    flex-shrink: 0;
    gap: 2px;
  }
  .theme-modern .header--modern .header__modern-top__mobile-user {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
  }
  .theme-modern .header--modern .header__modern-top__right .material-button--icon {
    padding: 6px !important;
  }
  .theme-modern .header--modern .header__modern-top__right .material-icons {
    font-size: 22px !important;
  }
  .theme-modern .header--modern .header__modern-top__mobile-user .header__appbar--right__settings__button img {
    width: 28px !important;
    height: 28px !important;
    object-fit: cover;
    border-radius: 50%;
  }
  /* Dil: sadece bayrak, TR + ok kaldır — yer kazan */
  .theme-modern .header--modern .language-links--header__code,
  .theme-modern .header--modern .language-links--header__caret {
    display: none !important;
  }
  .theme-modern .header--modern .language-links--header__toggle {
    padding: 6px !important;
  }
}
/* position:relative burada Buzzy .header{position:fixed} özelliğini ezer; üst menü kayar, scroll davranışı bozulur */
.header--modern.header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10040;
  overflow: visible !important;
}
.header--modern .header__appbar {
  overflow: visible;
}
.header--modern .header__appbar .container.header__modern-top {
  overflow: visible !important;
}
/* Mega menü paneli içerik üstünde; Buzzy varsayılan z-index:9 yükselt */
.header--modern .category-dropdown.dropdown-container {
  z-index: 10060 !important;
}
/* Alt menü: viewport’ta yapışmaz; sayfayla birlikte kayar. Üst .header fixed olduğu için margin ile aşağı itilir */
@media (min-width: 1048px) {
  /* headline-cats vb. z-index:10; üst sabit header 10040 — alt şerit içeriğin üstünde, ana menünün altında kalsın */
  .header-modern-secondary {
    position: relative;
    z-index: 30;
    width: 100%;
    margin-top: var(--modern-secondary-margin, 60px);
  }
}
@media (max-width: 1047px) {
  .header-modern-secondary {
    position: relative;
    z-index: 30;
    width: 100%;
    margin-top: 0;
  }
  .theme-modern .buzz-container {
    padding-top: 64px !important;
  }
}
.header-modern-secondary .header__subbar {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  /* Buzzy .header ile aynı kart gölgesi */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.header__subbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}
.header__subbar__left,
.header__subbar__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.header__subbar__left {
  justify-content: flex-start;
  flex: 0 1 auto;
  min-width: 0;
}
.header__subbar__right {
  justify-content: flex-end;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: auto;
}
.header__subbar__sep {
  opacity: 0.35;
  user-select: none;
}
.chrome-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
.chrome-nav-link__icon {
  font-size: 18px !important;
  transition: color 0.2s ease;
}
.chrome-nav__link:hover .chrome-nav-link__icon {
  color: var(--chrome-accent);
}
.language-links--header.hor {
  position: relative;
  z-index: 10060;
  /* Toggle ile liste arası boşlukta :hover düşmesin */
  padding-bottom: 12px;
  margin-bottom: -8px;
}
.language-links--header__toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  max-width: 100%;
}
.language-links--header.hor:hover .language-links--header__toggle,
.language-links--header.hor:focus-within .language-links--header__toggle {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.04);
}
.language-links--header .language-links--header__dropdown {
  display: none;
  position: absolute;
  z-index: 10070;
  left: 0;
  top: 100%;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 0;
  width: max-content;
  max-width: min(220px, 92vw);
  list-style: none;
  margin-left: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
/* Üstte görünmez köprü: tetikleyici ile kutu arasında hover kırılmasın */
.language-links--header .language-links--header__dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
}
/* Sağ üstteki dil seçici: bitişik; sağa hizalı */
.header--modern .header__modern-top__right .language-links--header .language-links--header__dropdown {
  left: auto;
  right: 0;
  top: 100%;
  margin-top: 0;
}
.language-links--header.hor:hover .language-links--header__dropdown,
.language-links--header.hor:focus-within .language-links--header__dropdown,
.language-links--header .language-links--header__dropdown:hover {
  display: block !important;
}
.language-links--header__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.language-links--header__option:hover {
  background: rgba(0, 0, 0, 0.06);
}
.language-links--header__option .language-links--header__option-code {
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  flex: 0 0 auto;
  margin-left: 0;
}
.language-links--header__flag {
  border-radius: 2px;
  object-fit: cover;
  display: block;
}
.language-links--header__code {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-left: 4px;
}
.language-links--header__caret {
  font-size: 18px !important;
  opacity: 0.6;
}
.header-theme-toggle[disabled] {
  opacity: 0.55;
  cursor: default;
}
.chrome-nav-link--icon-only:hover .material-icons,
.chrome-nav-link--icon-only:hover .language-links--header__flag {
  filter: none;
}
.chrome-nav-link--icon-only:hover {
  color: var(--chrome-accent);
}
/* Üst menü: tema alt çizgisi / border ile çift çizgi oluşmasın — sadece chrome-hover-line */
.header--modern .header__modern-top__center .header__appbar--left__menu__list__item > a,
.header--modern .header__modern-top__center .header__appbar--left__menu__list__item > a:hover {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.header--modern .header__modern-top__center .category-dropdown-button,
.header--modern .header__modern-top__center .category-dropdown-button:hover {
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.header--modern .header__modern-top__center .menu-link.chrome-hover-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.header--modern .header__modern-top__center .menu-link.chrome-hover-line::after,
.header--modern .header__modern-top__center .category-dropdown-button.chrome-hover-line::after {
  bottom: 0;
  z-index: 3;
}
.header--modern .header__modern-top__center .category-dropdown-button.chrome-hover-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.header--modern .category-dropdown-button.chrome-hover-line:hover .material-icons,
.header--modern .category-dropdown-button.chrome-hover-line.chrome-line--in .material-icons {
  color: var(--chrome-accent) !important;
}
.header--modern .menu-link.chrome-hover-line:hover .menu-icon,
.header--modern .menu-link.chrome-hover-line:hover .menu-icon .material-icons,
.header--modern .menu-link.chrome-hover-line.chrome-line--in .menu-icon,
.header--modern .menu-link.chrome-hover-line.chrome-line--in .menu-icon .material-icons {
  color: var(--chrome-accent) !important;
}
.header-modern-secondary .header__subbar .chrome-nav__link.chrome-hover-line {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-modern-secondary .header__subbar .chrome-nav__link.chrome-hover-line.chrome-line--in .chrome-nav-link__icon,
.header-modern-secondary .header__subbar .chrome-nav__link.chrome-hover-line:hover .chrome-nav-link__icon {
  color: var(--chrome-accent);
}
/* Alt menü: kayan çizgi üst menüden biraz daha aşağıda (metin ile çizgi arasında nefes payı) */
.header-modern-secondary .header__subbar .chrome-nav__link.chrome-hover-line::after {
  bottom: -8px;
}
/* Metin alt çizgisi: hover’da soldan dolar; mouseleave’te çizgi sağa doğru tamamlanıp kapanır (JS: chrome-line--*) */
.chrome-hover-line {
  position: relative;
  display: inline-block;
}
.chrome-hover-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--chrome-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
  pointer-events: none;
}
.chrome-hover-line.chrome-line--in::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.chrome-hover-line.chrome-line--hold::after {
  transform: scaleX(1);
  transform-origin: left center;
  transition: none;
}
.chrome-hover-line.chrome-line--out::after {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}
.footer-chrome__legal a.chrome-hover-line::after,
.footer-chrome__services a.chrome-hover-line::after,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line::after {
  bottom: -2px;
}
.footer-chrome {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.footer-chrome__logo-link a {
  display: inline-block;
  line-height: 0;
}
.footer-chrome__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .footer-chrome__columns {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2rem 1.75rem;
    align-items: start;
  }
}
.footer-chrome__col--brand,
.footer-chrome__col--links,
.footer-chrome__col--services,
.footer-chrome__col--cta {
  min-width: 0;
}
.footer-chrome__about {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  opacity: 0.88;
  max-width: 22rem;
}
.footer-chrome__heading {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: inherit;
}
.footer-menu--chrome-vertical ul.level_root.footer-menu__root,
.footer-menu--chrome-vertical ul.level_root {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
}
.footer-menu--chrome-vertical .menu_item {
  float: none !important;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
/* Buzzy .ripple { overflow: hidden } chrome-hover-line ::after çizgisini kesiyor */
.footer-menu--chrome-vertical ul.level_root,
.footer-menu--chrome-vertical .menu_item {
  overflow: visible !important;
}
.footer-menu--chrome-vertical .menu-link.ripple.chrome-hover-line,
.footer-menu--chrome-vertical .menu-link.has-ripple.chrome-hover-line,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line {
  overflow: visible !important;
  position: relative;
  z-index: 1;
  padding-bottom: 3px;
}
.footer-menu--chrome-vertical .menu-link.chrome-hover-line::after {
  z-index: 2;
}
.footer-menu--chrome-vertical .menu-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.2s ease;
}
.footer-menu--chrome-vertical .menu-link .menu-title {
  transition: color 0.2s ease;
}
.footer-menu--chrome-vertical .menu-link:hover,
.footer-menu--chrome-vertical .menu-link:hover .menu-title {
  color: var(--chrome-accent) !important;
}
.footer-menu--chrome-vertical .menu-link:hover .menu-icon,
.footer-menu--chrome-vertical .menu-link:hover .menu-icon .material-icons {
  color: var(--chrome-accent) !important;
}
.footer-chrome__tagline {
  margin: 0.75rem 0 1rem;
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 28rem;
}
.footer-chrome__services {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.footer-chrome__services a,
.footer-chrome__legal a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.footer-chrome__services a:hover,
.footer-chrome__legal a:hover {
  color: var(--chrome-accent);
}
.footer-chrome__services a.chrome-hover-line {
  align-self: flex-start;
}
.footer-menu--chrome .menu-link.chrome-hover-line:hover .menu-icon,
.footer-menu--chrome .menu-link.chrome-hover-line.chrome-line--in .menu-icon,
.footer-menu--chrome .menu-link.chrome-hover-line:hover .menu-icon .material-icons,
.footer-menu--chrome .menu-link.chrome-hover-line.chrome-line--in .menu-icon .material-icons,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line:hover .menu-icon,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line.chrome-line--in .menu-icon,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line:hover .menu-icon .material-icons,
.footer-menu--chrome-vertical .menu-link.chrome-hover-line.chrome-line--in .menu-icon .material-icons {
  color: var(--chrome-accent) !important;
}
.footer-menu--chrome .menu-link.chrome-hover-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-chrome__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.footer-chrome__cta:hover {
  border-color: var(--chrome-accent);
  color: var(--chrome-accent);
}
.footer-chrome__cta-icon {
  flex-shrink: 0;
  font-size: 22px !important;
  color: var(--chrome-accent);
}
.footer-chrome__cta-label {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
}
.footer-chrome__cta-chevron {
  flex-shrink: 0;
  margin-left: 0;
  font-size: 20px !important;
  opacity: 0.5;
}
.footer-chrome__rule {
  margin: 1.5rem 0 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-chrome__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  font-size: 0.85rem;
  width: 100%;
}
.footer-chrome__copyright {
  flex: 1 1 260px;
  margin: 0;
  padding-right: 1rem;
}
.footer-chrome__copyright-text {
  display: inline-block;
  line-height: 1.5;
}
.footer-chrome__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
}
.footer-chrome__legal-sep {
  opacity: 0.4;
  user-select: none;
  margin: 0 0.15rem;
}
.footer-chrome__legal a.chrome-hover-line {
  position: relative;
  display: inline-block;
}
.footer-chrome .footer-chrome-social.only_icons {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer-chrome .footer-chrome-social.only_icons a {
  flex: 0 0 auto;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.28s ease,
    filter 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  will-change: transform;
}
.footer-chrome .footer-chrome-social.only_icons a:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  filter: brightness(1.05) saturate(1.08);
}
.footer-chrome .footer-chrome-social.only_icons a:focus-visible {
  outline: 2px solid var(--chrome-accent);
  outline-offset: 2px;
}
.footer-chrome .footer-chrome-social.only_icons a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.footer-chrome .footer-chrome-social.only_icons a:hover img {
  transform: scale(1.08);
}
/* Buzzy .back-to-top renk/hover aynı; sadece yuvarlak + halka (transition: all .3s application.css’den gelir) */
.theme-modern .back-to-top.back-to-top--progress {
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10050;
}
.theme-modern .back-to-top.back-to-top--progress.is-visible {
  display: flex !important;
}
.theme-modern .back-to-top__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.theme-modern .back-to-top__track {
  stroke: rgba(255, 255, 255, 0.35);
}
.theme-modern .back-to-top__progress {
  stroke: rgba(255, 255, 255, 0.95);
}
.theme-modern .back-to-top__icon {
  position: relative;
  z-index: 1;
  font-size: 24px !important;
}
