/* Site temasi � Tech (cyan vurgu, koyu announce, Outfit) */

:root,
[data-bs-theme="light"] {
  --ink: #0b1220;
  --brand: #0ea5e9;
  --brand-light: #38bdf8;
  --brand-dark: #0284c7;
  --brand-soft: rgba(14, 165, 233, .12);
  --bs-body-bg: #f4f4f5;
  --bs-body-color: #0b1220;
  --bs-primary: #0ea5e9;
  --bs-primary-rgb: 14, 165, 233;
  --bs-link-color: #0284c7;
  --bs-link-hover-color: #0369a1;
  --bs-border-color: rgba(15, 23, 42, .08);
  --widget-bg: #ffffff;
  --card-bg: #ffffff;
  --content-bg: #ffffff;
  --nav-bg: #ffffff;
  --menu-muted: #5b6b7c;
  --footer-bg: #0b1220;
  --footer-color: #94a3b8;
  --footer-border: rgba(255, 255, 255, 0.12);
  --card-hover-border: rgba(14, 165, 233, .45);
  --card-shadow: 0 18px 40px rgba(11, 18, 32, .08);
  --announce-bg: #0b1220;
}

/* Koyu mod � ayni Tech dili, desature cyan */
[data-bs-theme="dark"] {
  --ink: #e8edf4;
  --bs-body-bg: #09090b;
  --bs-body-color: #e1e1e2;
  --bs-secondary-bg: #121214;
  --bs-secondary-color: #9f9fa9;
  --bs-border-color: #171719;
  --bs-border-color-hover: #2c2c2e;
  --bs-tertiary-bg: #09090b;
  --bs-primary: #38bdf8;
  --bs-primary-rgb: 56, 189, 248;
  --bs-link-color: #7dd3fc;
  --bs-link-hover-color: #bae6fd;
  --menu-muted: #9f9fa9;
  --widget-bg: transparent;
  --card-bg: #121214;
  --content-bg: transparent;
  --nav-bg: #09090b;
  --brand: #38bdf8;
  --brand-light: #7dd3fc;
  --brand-dark: #0ea5e9;
  --brand-soft: rgba(56, 189, 248, .15);
  --footer-bg: #18181b;
  --footer-color: #a1a1aa;
  --footer-border: rgba(255, 255, 255, 0.1);
  --card-hover-border: rgba(56, 189, 248, .4);
  --card-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  --announce-bg: #09090b;
}

/* Pasif menu yazilari */
.site-menu-link:not(.active),
.site-nav .nav-link:not(.active),
.site-menu-toggle,
.site-hamburger {
  color: var(--menu-muted);
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active,
.site-menu-toggle:hover,
.site-hamburger:hover {
  color: var(--brand);
}
/* Mobil / panel: brand hover */
.site-menu-mobile .site-menu-link:hover,
.site-menu-mobile .site-menu-link.active {
  color: var(--brand);
}

/* Karanlik mod: hover border */
[data-bs-theme="dark"] .form-control:hover,
[data-bs-theme="dark"] .form-select:hover,
[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus,
[data-bs-theme="dark"] .btn-theme-toggle:hover,
[data-bs-theme="dark"] .mod-card:hover,
[data-bs-theme="dark"] .dropdown-menu,
[data-bs-theme="dark"] .site-profile .dropdown-toggle:hover,
[data-bs-theme="dark"] .site-search .form-control:hover,
[data-bs-theme="dark"] .site-search .form-control:focus {
  border-color: var(--bs-border-color-hover) !important;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink, var(--bs-body-color));
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Icerik metni � eski sistem fontu (menude Outfit kalir) */
.content-body,
.site-content-panel,
.mod-card .card-excerpt,
.mod-card .card-title {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Sayfa zemini: düz nötr arka plan (açık modda mavi atmosfer yok) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--bs-body-bg);
}
body::after {
  content: none;
}
[data-bs-theme="dark"] body::before {
  background:
    radial-gradient(900px 420px at 8% -5%, var(--brand-soft), transparent 60%),
    radial-gradient(700px 380px at 92% 12%, var(--brand-soft), transparent 55%),
    var(--bs-body-bg);
}
[data-bs-theme="dark"] body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(56, 189, 248, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 10%, transparent 70%);
}

.text-brand { color: var(--brand) !important; }

.brand-mark {
  width: 26px; height: 26px; border-radius: 8px;
  background: linear-gradient(135deg, var(--brand-light), var(--brand-dark));
  display: inline-block;
  box-shadow: 0 4px 12px var(--brand-soft);
}

/* Bootstrap primary ? Tech cyan */
.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-bg: var(--brand-dark);
  --bs-btn-hover-border-color: var(--brand-dark);
  --bs-btn-active-bg: var(--brand-dark);
  --bs-btn-active-border-color: var(--brand-dark);
  --bs-btn-disabled-bg: var(--brand);
  --bs-btn-disabled-border-color: var(--brand);
}

/* Kategori baslik simgesi + ayra� */
.category-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand-light), var(--brand-dark));
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: 0 4px 12px var(--brand-soft);
}
.category-head { margin-bottom: 1.5rem; }
.category-head .text-secondary { margin-top: .35rem; }
.category-head-divider {
  margin-top: 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--bs-border-color), var(--bs-border-color) 70%, transparent);
}

/* Navbar (eski tek katmanli - geriye d�n�k uyum icin tutuldu) */
.site-nav {
  background: var(--nav-bg, #ffffff);
  backdrop-filter: saturate(180%) blur(8px);
}
.site-nav .navbar-brand { letter-spacing: -.02em; }
.site-nav .nav-link {
  color: var(--bs-body-color);
  border-radius: 8px;
  padding: .5rem .85rem !important;
  transition: background .15s, color .15s;
}
.site-nav .nav-link:hover { background: var(--brand-soft); color: var(--brand); }
.site-nav .nav-link.active { color: var(--brand); font-weight: 600; }

/* Cift katmanli ust bar � sticky sidebar/widget uzerine binmesin */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  background-image: var(--header-bg, linear-gradient(145deg, #0ea5e9 0%, #0284c7 42%, #075985 100%));
  border-bottom: 0;
  isolation: isolate;
}

/* En ust duyuru + social bar � Tech: koyu duz serit */
.site-announce {
  height: 40px;
  background: var(--announce-bg, #0b1220);
  color: #fff;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  overflow: hidden;
}
.site-announce .container { height: 40px; }
.site-announce-text {
  font-weight: 500;
  letter-spacing: .04em;
  position: relative;
  min-height: 1.2em;
  opacity: .95;
}
.announce-item {
  display: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  animation: announceFade .4s ease;
}
.announce-item.is-active { display: block; }
@keyframes announceFade {
  from { opacity: 0; transform: translateY(100%); }
  to   { opacity: 1; transform: translateY(0); }
}
.site-announce .social-links a { opacity: .9; transition: opacity .15s; }
.site-announce .social-links a:hover { opacity: 1; }

/* Yukari cik (footer ustunde, sag alt) */
.site-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 24px rgba(14, 165, 233, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s, background .15s;
}
.site-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.site-to-top:hover {
  background: var(--brand-dark);
  color: #fff;
}
.site-to-top .bi { font-size: 1.25rem; line-height: 1; }
[data-bs-theme="dark"] .site-to-top {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

.site-topbar { border-bottom: 1px solid var(--bs-border-color); padding-top: 10px; padding-bottom: 10px; }
.site-topbar .navbar-brand { letter-spacing: -.02em; font-size: 1.05rem; }

/* Arama */
.site-search .form-control {
  border-right: 0;
  background: var(--bs-secondary-bg);
}
.site-search .form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}
.site-search .btn-primary { border-top-left-radius: 0; border-bottom-left-radius: 0; }

/* Profil dropdown */
.site-profile {
  border: 0; background: transparent; padding: .25rem .5rem; border-radius: 999px;
}
.site-profile:hover { background: var(--brand-soft); }
.site-avatar { width: 34px; height: 34px; border-radius: 50%; }
.site-profile-name { font-weight: 600; font-size: .9rem; }
.site-profile svg { align-self: center; flex-shrink: 0; position: relative; top: 3px; margin-left: -4px; }

/* Tema toggle (profil solunda) - sadece ikon, arka plan yok */
.site-theme-toggle {
  border: 0; background: transparent !important; box-shadow: none;
  width: 40px; height: 40px; color: var(--bs-body-color); padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.site-theme-toggle svg { width: 22px !important; height: 22px !important; }
.site-theme-toggle:hover { color: var(--brand); }
.site-theme-toggle:focus { outline: none; box-shadow: none; }

[data-bs-theme="dark"] .theme-icon-light { display: none !important; }
[data-bs-theme="dark"] .theme-icon-dark { display: inline !important; }
[data-bs-theme="light"] .theme-icon-dark { display: none !important; }
[data-bs-theme="light"] .theme-icon-light { display: inline !important; }

/* Alt menu bar */
.site-menubar { background: var(--nav-bg, #ffffff); }
.site-menu { list-style: none; padding-top: .25rem; padding-bottom: .25rem; }
.site-menu > .nav-item { display: flex; }
.site-menubar,
.site-menu,
.site-menu-link,
.site-menu-mobile,
.site-menu-toggle,
.site-nav .nav-link,
.site-cat-dropdown .dropdown-item {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.site-menu-link {
  display: inline-flex;
  align-items: center;
  padding: .5rem .9rem;
  border-radius: 8px;
  color: var(--menu-muted, var(--bs-body-color));
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
  transition: color .15s, background .15s, font-weight .15s;
  position: relative;
}
.site-menu-link .bi { line-height: 1; }
/* Masaustu menubar: underline, soft kutu yok */
@media (min-width: 992px) {
  .site-menubar .site-menu-link {
    border-radius: 0;
    background: transparent !important;
  }
  .site-menubar .site-menu-link:hover,
  .site-menubar .site-menu-link.active,
  .site-menubar .dropdown:hover > .site-menu-link.dropdown-toggle,
  .site-menubar .dropdown.show > .site-menu-link.dropdown-toggle {
    color: var(--ink, #0b1220);
    font-weight: 600;
  }
  [data-bs-theme="dark"] .site-menubar .site-menu-link:hover,
  [data-bs-theme="dark"] .site-menubar .site-menu-link.active,
  [data-bs-theme="dark"] .site-menubar .dropdown:hover > .site-menu-link.dropdown-toggle,
  [data-bs-theme="dark"] .site-menubar .dropdown.show > .site-menu-link.dropdown-toggle {
    color: #fff;
  }
  .site-menubar .site-menu-link.active::after {
    content: "";
    position: absolute;
    left: .9rem;
    right: .9rem;
    bottom: .15rem;
    height: 2px;
    background: var(--brand);
    border-radius: 2px;
  }
}
@media (max-width: 991.98px) {
  .site-menu-link:hover { color: var(--brand); background: var(--brand-soft); }
  .site-menu-link.active { color: var(--brand); }
}
/* dropdown caret */
.site-menu-link.dropdown-toggle::after {
  margin-left: .4rem;
  vertical-align: middle;
  border-top-color: currentColor;
}

/* Kategori acilir menusu */
.site-cat-dropdown { min-width: 16rem; padding: .4rem; }
.site-cat-dropdown .dropdown-item {
  display: flex; align-items: center;
  border-radius: 8px;
  font-size: .9rem;
  padding-top: .5rem; padding-bottom: .5rem;
}
.site-cat-item .site-cat-branch { color: var(--brand); font-size: .7rem; }
.site-cat-item .site-cat-title { flex: 1 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-cat-item .site-cat-count {
  margin-left: .5rem; flex-shrink: 0;
  font-size: .72rem; font-weight: 600;
  padding: .1rem .45rem; border-radius: 999px;
  background: var(--brand-soft); color: var(--brand);
}
.site-cat-dropdown .dropdown-item:hover .site-cat-count { background: rgba(255,255,255,.18); color: #fff; }
.site-cat-dropdown .dropdown-item:hover .site-cat-branch { color: #fff; }

/* ?� i�e acilir alt menuler (flyout) - Bootstrap 5.3 submenu destegini kendimiz ekliyoruz */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -.4rem;
  margin-left: .125rem;
  display: none;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu.show > .dropdown-menu,
.dropdown-submenu > .dropdown-item.show + .dropdown-menu { display: block; }
/* Mobil/dokunmatik: tiklama ile acilir (Bootstrap data-bs-toggle ile) */
@media (hover: none) {
  .dropdown-submenu > .dropdown-menu { display: none; }
  .dropdown-submenu.show > .dropdown-menu { display: block; }
}

/* Mobil: kategori alt listesi (ic ice) - varsayilan kapali (collapse) */
.site-menu-mobile-children {
  border-left: 2px solid var(--bs-border-color);
  margin-left: 1rem; margin-top: .15rem;
  padding-left: .25rem;
}
/* Mobil kategori satiri: baslik + ac/kapa dugmesi yanyana */
.site-menu-mobile .d-flex > .site-menu-link { display: block; }
.site-menu-toggle {
  border: 0; background: transparent; color: var(--menu-muted, var(--bs-body-color));
  border-radius: 8px; align-self: stretch;
}
.site-menu-toggle:hover { background: var(--brand-soft); color: var(--brand); }
.site-menu-toggle .bi { transition: transform .2s ease; }
.site-menu-toggle[aria-expanded="true"] .bi { transform: rotate(180deg); }

/* Hamburger (mobil) */
.site-hamburger {
  border: 0; background: transparent; color: var(--menu-muted, var(--bs-body-color)); border-radius: 8px;
}
.site-hamburger:hover { background: var(--brand-soft); color: var(--brand); }

/* Mobil acilir panel */
.site-mobile-panel { background: var(--bs-body-bg); }
.site-mobile-panel .site-search { max-width: none; }
.site-menu-mobile .site-menu-link {
  display: block; padding: .6rem .9rem;
}
.site-menu-mobile .site-menu-link + .site-menu-link { margin-top: .15rem; }

.btn-theme-toggle {
  border: 1px solid var(--bs-border-color);
  background: var(--bs-secondary-bg);
  border-radius: 999px;
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}
[data-bs-theme="dark"] .theme-icon-light { display: none !important; }
[data-bs-theme="dark"] .theme-icon-dark { display: inline !important; }
[data-bs-theme="light"] .theme-icon-dark { display: none !important; }
[data-bs-theme="light"] .theme-icon-light { display: inline !important; }

/* Hero */
.site-hero {
  background: var(--bs-body-bg);
  padding: 4.5rem 0 3.5rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.site-hero h1 {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -.03em;
  line-height: 1.1;
}

/* Kartlar - Tech */
.mod-card {
  display: flex;
  flex-direction: column;
  background: var(--card-bg, #ffffff);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  height: 100%;
  color: var(--ink, inherit);
  min-width: 0;
  max-width: 100%;
}
.mod-card:hover {
  transform: translateY(-2px);
  border-color: var(--card-hover-border, var(--brand));
  box-shadow: var(--card-shadow, 0 18px 40px rgba(11, 18, 32, .08));
}
.mod-card .card-media-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--brand-soft), transparent);
  overflow: hidden;
}
.mod-card .card-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-card .card-body {
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.mod-card .card-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: .7rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--bs-border-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-card .card-author {
  margin-top: auto;
  padding-top: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  font-weight: 500;
  color: var(--menu-muted, #5b6b7c);
  line-height: 1.2;
}
.mod-card .card-author .bi {
  font-size: .9rem;
  opacity: .85;
}
.mod-card a.stretched-link { color: inherit; text-decoration: none; }
.mod-card .card-cat {
  position: absolute;
  top: .65rem;
  left: .65rem;
  z-index: 1;
  max-width: calc(100% - 1.3rem);
  padding: .28rem .65rem;
  border-radius: 999px;
  background: rgba(11, 18, 32, .78);
  color: #fff;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(4px);
}
/* Kategori listesi kartlarinda govde ici etiket */
.mod-card .card-body > .card-cat {
  position: static;
  display: inline-block;
  max-width: none;
  margin-bottom: .35rem;
  background: transparent;
  color: var(--brand);
  padding: 0;
  backdrop-filter: none;
}

/* Kategori rozeti (navbar alti pill) */
.cat-pill {
  display: inline-block;
  padding: .3rem .8rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: .8rem; font-weight: 600;
  text-decoration: none;
}
.cat-pill:hover { background: var(--brand); color: #fff; }

/* Icerik anahtar kelimeleri � yatay = dikey bosluk */
.content-keywords-label {
  display: block;
  margin-bottom: .5rem;
}
.content-keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

/* Icerik govde */
.content-body { line-height: 1.8; font-size: 1.05rem; min-width: 0; max-width: 100%; }
.content-intro { min-width: 0; max-width: 100%; }
.content-body img { max-width: 100%; border-radius: 10px; }

/* Meta: yazar, tarih, saat, goruntulenme (ikon + deger) */
.content-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem 1.15rem;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: .875rem;
  color: var(--menu-muted, #64748b);
}
.content-meta li {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: 0;
}
.content-meta .bi {
  font-size: 1rem;
  line-height: 1;
  color: var(--brand);
  opacity: .9;
}

/* Uye olarak gorunen korumali kod � etiket gizle */
.content-body .members-code-label,
.content-intro .members-code-label {
  display: none;
}
.content-body .content-members-only.members-code-embed,
.content-intro .content-members-only.members-code-embed {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* Uye alani uyarisi (ziyaretci) */
.content-members-gate {
  margin: 1rem 0;
  border: 1px dashed #f59e0b;
  border-radius: 12px;
  background: #fff7ed;
  padding: 1.25rem 1.35rem;
  text-align: center;
}
[data-bs-theme="dark"] .content-members-gate {
  background: rgba(245, 158, 11, .08);
  border-color: rgba(245, 158, 11, .45);
}
.content-members-gate-inner { max-width: 28rem; margin: 0 auto; }
.content-members-gate .bi-lock-fill {
  font-size: 1.5rem;
  color: #d97706;
  display: block;
  margin-bottom: .5rem;
}
.content-members-gate p {
  margin: 0;
  color: var(--bs-body-color);
  font-size: .95rem;
}

/* Kod blogu — yatay scroll (sayfa degil, kutu icinde) */
.content-body .code-block,
.content-intro .code-block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.15rem 0;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #272822;
  contain: inline-size;
}
.content-body .code-block pre,
.content-intro .code-block pre {
  margin: 0;
  padding: 1.1rem 1.15rem 1.25rem;
  width: max-content;
  min-width: 100%;
  max-width: none;
  overflow: visible;
  background: #272822 !important;
  color: #f8f8f2;
  border-radius: 0;
  font-size: .875rem;
  line-height: 1.55;
  white-space: pre;
  box-sizing: border-box;
}
.content-body > pre.ql-syntax,
.content-intro > pre.ql-syntax,
.content-body > pre.hljs,
.content-intro > pre.hljs {
  margin: 1.15rem 0;
  padding: 1.1rem 1.15rem 1.25rem;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #272822 !important;
  color: #f8f8f2;
  border-radius: 12px;
  font-size: .875rem;
  line-height: 1.55;
  white-space: pre;
  box-sizing: border-box;
}
.content-body .code-block pre code.hljs,
.content-intro .code-block pre code.hljs,
.content-body pre code.hljs,
.content-intro pre code.hljs {
  background: transparent !important;
  padding: 0 !important;
  display: block;
  overflow: visible !important;
  white-space: pre;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.code-copy-btn {
  position: absolute;
  top: .55rem;
  right: .55rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 0;
  border-radius: 8px;
  padding: .3rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, .12);
  color: #f8f8f2;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.code-copy-btn:hover { background: rgba(255, 255, 255, .22); }
.code-copy-btn.is-copied { background: #65a30d; color: #fff; }

/* Bolum basligi � ortada yazi, yanlarda ayra� */
.section-heading {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin: 0 0 1.5rem;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--menu-muted, #334155);
  line-height: 1.2;
}
.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bs-border-color) 12%, var(--bs-border-color) 88%, transparent);
}
.section-heading span {
  flex: 0 0 auto;
  white-space: nowrap;
}
[data-bs-theme="dark"] .section-heading {
  color: var(--bs-secondary-color, #94a3b8);
}

/* Kart giris ozeti — cok satir */
.mod-card .card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  white-space: normal;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Ana sayfa / liste grid — uzun kod satirlari kart disina tasmasin */
#items .row > [class*="col-"],
.site-list-grid .row > [class*="col-"] {
  min-width: 0;
}

/* Sayfalama */
.site-pagination .page-link {
  border-radius: 8px;
  margin: 0 .15rem;
  color: var(--menu-muted, #334155);
  border-color: var(--bs-border-color);
}
.site-pagination .page-item.active .page-link {
  background: var(--ink, #0b1220);
  border-color: var(--ink, #0b1220);
  color: #fff;
}
[data-bs-theme="dark"] .site-pagination .page-item.active .page-link {
  background: var(--brand);
  border-color: var(--brand);
}
.site-pagination .page-link:hover {
  color: var(--brand);
  background: var(--brand-soft);
  border-color: var(--brand-soft);
}
.site-pagination .page-item.disabled .page-link {
  opacity: .5;
}

/* Breadcrumb — slash ayırıcı (tüm sayfalar) */
.breadcrumb {
  --bs-breadcrumb-divider: "";
  --bs-breadcrumb-divider-color: transparent;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 1rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.breadcrumb > li {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
}

.breadcrumb > li + li::before {
  display: none;
  content: none;
}

.breadcrumb > li:not(:last-child)::after {
  content: "/";
  margin-left: 0.35rem;
  color: var(--line-strong, rgba(15, 23, 42, 0.16));
  flex-shrink: 0;
}

.breadcrumb a {
  color: var(--ink-muted, var(--menu-muted, #64748b));
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--brand);
}

.breadcrumb > li[aria-current="page"],
.breadcrumb > li:last-child {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  font-weight: 500;
}

[data-bs-theme="dark"] .breadcrumb > li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.28);
}

.article-header > nav[aria-label="Breadcrumb"] {
  margin: 0 0 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line, rgba(15, 23, 42, 0.1));
}

.article-header > nav[aria-label="Breadcrumb"] .breadcrumb {
  margin-bottom: 0;
}

[data-bs-theme="dark"] .article-header > nav[aria-label="Breadcrumb"] {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* --------------------------------------------------------------------------
   Kategori listing � referans page-hero + cat-tree + content-teaser
   (h1 fontu mevcut sistemde kal?r; font-family override yok)
   -------------------------------------------------------------------------- */

.page-hero {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.25rem) 0 0;
  isolation: isolate;
}

.page-hero::before {
  content: none;
}

[data-bs-theme="dark"] .page-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  z-index: -1;
  background:
    linear-gradient(180deg, var(--brand-soft, rgba(56, 189, 248, 0.12)), transparent 70%),
    radial-gradient(ellipse 50% 80% at 100% 0%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 55%);
  pointer-events: none;
}

.page-hero__inner,
.page-hero__panel {
  margin-bottom: 0;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 0.85rem;
  background: var(--paper-elevated, var(--card-bg, #fff));
  box-sizing: border-box;
}

.page-hero__panel > nav[aria-label="Breadcrumb"] {
  margin: 0 0 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line, var(--bs-border-color));
}

.page-hero__panel > nav[aria-label="Breadcrumb"] .breadcrumb {
  margin-bottom: 0;
}

.page-hero__title {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
}

.page-hero__heading {
  flex: 1 1 auto;
  min-width: 0;
}

.page-hero__title h1 {
  margin: 0;
  /* font-family / size: portal-chrome h1 kurallar? ge�erli */
}

.category-icon--hero {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.page-hero__lead,
.page-hero__inner > p,
.page-hero__panel > p {
  margin: 0.4rem 0 0;
  max-width: 48ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink-soft, var(--menu-muted, #64748b));
}

.page-hero__rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.35rem 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted, var(--menu-muted, #64748b));
}

.page-hero__rule::before,
.page-hero__rule::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--line, var(--bs-border-color));
}

.page-hero__rule span {
  flex: 0 0 auto;
}

[data-bs-theme="dark"] .page-hero__inner,
[data-bs-theme="dark"] .page-hero__panel {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .page-hero__panel > nav[aria-label="Breadcrumb"] {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .page-hero__rule::before,
[data-bs-theme="dark"] .page-hero__rule::after {
  background: rgba(255, 255, 255, 0.12);
}

.subcat-grid__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.subcat-grid__label .bi {
  color: var(--brand);
  font-size: 1rem;
  flex-shrink: 0;
}

.subcat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.55rem;
  margin: 0 0 1.35rem;
}

.page-hero + .listing-shell,
.page-hero + .cats-index {
  padding-top: 0;
}

.subcat-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.85rem;
  background: var(--card-bg, #fff);
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink, var(--bs-body-color));
  font-size: 0.88rem;
  font-weight: 600;
  transition: border-color 160ms ease, background 160ms ease;
}

.subcat-grid a:hover,
.subcat-grid a.is-active {
  border-color: color-mix(in srgb, var(--brand) 35%, transparent);
  background: color-mix(in srgb, var(--brand) 6%, transparent);
  color: var(--ink, var(--bs-body-color));
}

.subcat-grid span {
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--ink-muted, var(--menu-muted, #64748b));
}

.listing-shell {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding: 1.5rem 0 3.5rem;
}

.listing-main {
  min-width: 0;
}

.listing-panel {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 0.85rem;
  background: var(--paper-elevated, var(--card-bg, #fff));
  box-sizing: border-box;
}

[data-bs-theme="dark"] .listing-panel {
  border-color: rgba(255, 255, 255, 0.1);
}

.listing-shell--solo {
  grid-template-columns: minmax(0, 1fr);
}

.listing-shell--left {
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
}

.listing-shell--right {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
}

.listing-shell--both {
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(220px, 260px);
}

.listing-sidebar {
  top: calc(var(--header-h, 72px) + var(--announce-h, 0px) + 1rem);
}

.content-list {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.content-list > li {
  border-bottom: 1px solid var(--line, var(--bs-border-color));
}

.content-list > li:last-child {
  border-bottom: 0;
}

.listing-panel .content-teaser {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

.listing-panel .listing-empty {
  margin: 0.35rem 0;
}

.listing-panel .site-pagination,
.listing-panel nav[aria-label],
.listing-panel .pagination {
  margin-top: 1rem;
}

.content-list > li {
  border-bottom: 1px solid var(--line, var(--bs-border-color));
}

.content-teaser {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0.25rem;
  margin: 0 -0.25rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  align-items: center;
  transition: background 180ms ease;
}

.content-teaser:hover {
  background: color-mix(in srgb, var(--card-bg, #fff) 65%, transparent);
}

.content-teaser:hover h2 { color: var(--brand); }

.content-teaser__media {
  aspect-ratio: 16 / 11;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--brand-dark, #0284c7), var(--brand));
}

.content-teaser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.content-teaser:hover .content-teaser__media img {
  transform: scale(1.05);
}

.content-teaser__body .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.8rem;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  margin-bottom: 0.45rem;
}

.content-teaser__body h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink, var(--bs-body-color));
  transition: color 160ms ease;
}

.content-teaser__body p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft, var(--menu-muted, #64748b));
}

.listing-empty {
  margin: 1.5rem 0;
  color: var(--ink-muted, var(--menu-muted, #64748b));
}

@media (max-width: 980px) {
  .listing-shell { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .content-teaser {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .content-teaser__media { aspect-ratio: 16 / 9; }
}

[data-bs-theme="dark"] .subcat-grid a {
  background: var(--card-bg, #121214);
}

[data-bs-theme="dark"] .content-teaser:hover {
  background: color-mix(in srgb, var(--card-bg, #121214) 80%, transparent);
}

/* Goruntulenen icerik paneli (eski / diger sayfalar) */
.site-content-panel {
  background: #ffffff;
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
}
[data-bs-theme="dark"] .site-content-panel {
  background: var(--card-bg, #121214);
  border-color: var(--bs-border-color, #2c2c2e);
}

/* --------------------------------------------------------------------------
   Makale detay � referans article-layout (yorum yok; hljs korunur)
   -------------------------------------------------------------------------- */

.read-progress {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--announce-h, 0px) + var(--header-h, 72px));
  height: 3px;
  z-index: 210;
  background: transparent;
  pointer-events: none;
}

.read-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark, #0284c7));
  transition: width 80ms linear;
}

.article-page--with-widgets {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.article-page__widgets {
  top: calc(var(--announce-h, 0px) + var(--header-h, 72px) + 1rem);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4.5rem);
  align-items: start;
  min-width: 0;
}

.article-layout [data-article-progress],
.article-header,
.article-body.content-body {
  min-width: 0;
}

/* İçerik alanı: açıkta beyaz, koyuda kart zemini */
.article-layout [data-article-progress] {
  background: #ffffff;
  border: 1px solid var(--bs-border-color, rgba(15, 23, 42, 0.08));
  border-radius: 12px;
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.25rem, 3.5vw, 2.1rem);
  box-shadow: var(--card-shadow, 0 18px 40px rgba(11, 18, 32, 0.06));
}

[data-bs-theme="dark"] .article-layout [data-article-progress] {
  background: var(--card-bg, #121214);
  border-color: var(--bs-border-color, #2c2c2e);
  box-shadow: none;
}

.article-layout:has(> .aside-box) {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.article-page--with-widgets .article-layout {
  padding-top: 0;
  padding-bottom: 0;
}

.article-header h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: var(--ink, var(--bs-body-color));
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.88rem;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  margin: 1rem 0 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line, var(--bs-border-color));
}

.article-meta a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.article-meta a:hover { color: var(--brand); }

.article-cover {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 1.75rem;
  background: linear-gradient(145deg, var(--brand-dark, #0284c7), var(--brand));
}

.article-cover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-body.content-body {
  font-size: 1.08rem;
  line-height: 1.8;
}

.article-body > .lead,
.article-body > .content-intro.lead {
  font-size: 1.28rem;
  line-height: 1.55;
  color: var(--ink-soft, var(--menu-muted, #64748b));
  margin-bottom: 1.85rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line, var(--bs-border-color));
}

.article-body h2 {
  margin-top: 2.35rem;
  margin-bottom: 0.75rem;
  font-size: 1.55rem;
  font-weight: 700;
}

.article-body p { margin-bottom: 1.2rem; }

.article-body blockquote {
  margin: 1.5rem 0;
  padding: 0.85rem 0 0.85rem 1.15rem;
  border-left: 3px solid var(--brand);
  color: var(--ink-soft, var(--menu-muted, #64748b));
  font-style: italic;
}

/* Icerik tablolari */
.article-body table,
.content-body table,
.article-body table.cms-table,
.content-body table.cms-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.35rem 0;
  font-size: 0.95em;
  line-height: 1.45;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line, var(--bs-border-color, #e2e8f0));
  border-radius: 0.65rem;
  background: var(--paper-elevated, var(--bs-body-bg, #fff));
}
.article-body table thead,
.article-body table tbody,
.article-body table tr,
.content-body table thead,
.content-body table tbody,
.content-body table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.article-body th,
.article-body td,
.content-body th,
.content-body td {
  border: 1px solid var(--line, var(--bs-border-color, #e2e8f0));
  padding: 0.65rem 0.85rem;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}
.article-body th,
.content-body th {
  background: color-mix(in srgb, var(--brand, #0ea5e9) 8%, transparent);
  font-weight: 700;
  color: var(--ink, var(--bs-body-color, #0f172a));
}

[data-bs-theme="dark"] .article-body table,
[data-bs-theme="dark"] .content-body table,
html[data-theme="dark"] .article-body table,
html[data-theme="dark"] .content-body table {
  background: var(--paper-elevated, #111827);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme="dark"] .article-body th,
[data-bs-theme="dark"] .article-body td,
[data-bs-theme="dark"] .content-body th,
[data-bs-theme="dark"] .content-body td,
html[data-theme="dark"] .article-body th,
html[data-theme="dark"] .article-body td,
html[data-theme="dark"] .content-body th,
html[data-theme="dark"] .content-body td {
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme="dark"] .article-body th,
[data-bs-theme="dark"] .content-body th,
html[data-theme="dark"] .article-body th,
html[data-theme="dark"] .content-body th {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink, #e2e8f0);
}

/* Satir ici kod — pre/hljs bloklarina dokunma */
.article-body :not(pre) > code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
  background: var(--brand-soft, rgba(14, 165, 233, 0.12));
  padding: 0.12em 0.4em;
  border-radius: 4px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-body .ql-mention,
.content-intro .ql-mention {
  display: inline-block;
  padding: 0 0.35rem;
  border-radius: 0.35rem;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  font-weight: 650;
  text-decoration: none;
}

.article-body .ql-style-tip,
.article-body .ql-style-warning,
.article-body .ql-style-note,
.article-body .ql-style-success,
.article-body .ql-style-danger,
.content-intro .ql-style-tip,
.content-intro .ql-style-warning,
.content-intro .ql-style-note,
.content-intro .ql-style-success,
.content-intro .ql-style-danger {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border-left: 4px solid;
  margin: 1rem 0;
}

.article-body .ql-style-tip,
.content-intro .ql-style-tip {
  background: rgba(14, 165, 233, 0.1);
  border-color: #0ea5e9;
}
.article-body .ql-style-warning,
.content-intro .ql-style-warning {
  background: rgba(245, 158, 11, 0.12);
  border-color: #f59e0b;
}
.article-body .ql-style-note,
.content-intro .ql-style-note {
  background: rgba(99, 102, 241, 0.1);
  border-color: #6366f1;
}
.article-body .ql-style-success,
.content-intro .ql-style-success {
  background: rgba(16, 185, 129, 0.1);
  border-color: #10b981;
}
.article-body .ql-style-danger,
.content-intro .ql-style-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
}

.article-body .ql-font-arial { font-family: Arial, Helvetica, sans-serif; }
.article-body .ql-font-georgia { font-family: Georgia, serif; }
.article-body .ql-font-verdana { font-family: Verdana, Geneva, sans-serif; }
.article-body .ql-font-tahoma { font-family: Tahoma, Geneva, sans-serif; }
.article-body .ql-font-times-new-roman { font-family: "Times New Roman", Times, serif; }
.article-body .ql-font-courier-new { font-family: "Courier New", Courier, monospace; }
.article-body .ql-font-trebuchet { font-family: "Trebuchet MS", Helvetica, sans-serif; }

.article-body .ql-formula {
  margin: 0 0.15rem;
}

.article-body .content-keywords {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line, var(--bs-border-color));
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line, var(--bs-border-color));
}

.article-body .content-keywords + .article-actions {
  margin-top: 1.25rem;
  padding-top: 0;
  border-top: none;
}

.article-bookmark {
  margin: 0;
}

.article-bookmark__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 10px;
  background: var(--card-bg, #fff);
  color: var(--ink-soft, var(--menu-muted, #64748b));
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.article-bookmark__btn .bi {
  font-size: 1.05rem;
  line-height: 1;
  color: var(--brand);
}

.article-bookmark__btn:hover {
  border-color: color-mix(in srgb, var(--brand) 35%, transparent);
  background: color-mix(in srgb, var(--brand) 7%, transparent);
  color: var(--ink, var(--bs-body-color));
}

.article-bookmark__btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand) 55%, transparent);
  outline-offset: 2px;
}

.article-bookmark__btn.is-active {
  border-color: color-mix(in srgb, var(--brand) 40%, transparent);
  background: color-mix(in srgb, var(--brand) 10%, transparent);
  color: var(--brand);
}

.article-bookmark__btn.is-active .bi {
  color: var(--brand);
}

[data-bs-theme="dark"] .article-bookmark__btn {
  background: var(--card-bg, #121214);
}

.aside-box {
  position: sticky;
  top: calc(var(--announce-h, 0px) + var(--header-h, 72px) + 1rem);
  padding: 1.25rem;
  background: var(--card-bg, #fff);
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 14px;
}

.aside-box h2 {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  margin: 0 0 0.85rem;
}

.aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.aside-list a {
  text-decoration: none;
  color: var(--ink, var(--bs-body-color));
  font-weight: 600;
  font-size: 0.92rem;
  display: block;
}

.aside-list a:hover { color: var(--brand); }

.aside-list span {
  display: block;
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--ink-muted, var(--menu-muted, #64748b));
  margin-top: 0.2rem;
}

.aside-box__widgets--spaced {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line, var(--bs-border-color));
}

@media (max-width: 980px) {
  .article-layout,
  .article-layout:has(> .aside-box),
  .article-page--with-widgets {
    grid-template-columns: 1fr;
  }

  .aside-box { position: static; }
}

[data-bs-theme="dark"] .aside-box {
  background: var(--card-bg, #121214);
}

/* --------------------------------------------------------------------------
   Auth (giri? / kay?t) � referans UI kart?
   -------------------------------------------------------------------------- */

.auth-shell {
  min-height: calc(100vh - 12rem);
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 3.5rem) 1rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, var(--brand-soft, rgba(14, 165, 233, 0.12)), transparent 60%);
}

.auth-card {
  width: min(100%, 420px);
  background: var(--card-bg, rgba(255, 255, 255, 0.96));
  border: 1px solid var(--line, rgba(15, 23, 42, 0.1));
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  box-shadow: var(--card-shadow, 0 16px 40px rgba(15, 23, 42, 0.06));
}

.auth-card--wide {
  width: min(100%, 560px);
}

.auth-agree-row {
  align-items: flex-start;
  line-height: 1.45;
}

.auth-agree-link {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: var(--brand-bright, var(--brand, #0ea5e9));
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.auth-agree-link:hover {
  color: var(--brand, #0284c7);
}

.auth-agree-body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ink-soft, var(--menu-muted, #475569));
}

.auth-agree-body p {
  margin: 0 0 0.75rem;
}

.auth-agree-body p:last-child {
  margin-bottom: 0;
}

.auth-agree-block {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line, rgba(15, 23, 42, 0.1));
  border-radius: var(--radius-sm, 8px);
  background: var(--paper-elevated, rgba(15, 23, 42, 0.02));
  max-height: 220px;
  overflow: auto;
}

.auth-agree-block__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--ink, var(--bs-body-color));
}

.auth-agree-block__ver {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-muted, #64748b);
}

.auth-card h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--ink, var(--bs-body-color));
}

.auth-card > p {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: var(--ink-soft, var(--menu-muted, #64748b));
}

.auth-alert {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm, 6px);
  font-size: 0.88rem;
  color: #991b1b;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
}

[data-bs-theme="dark"] .auth-alert {
  color: #fecaca;
  background: rgba(220, 38, 38, 0.15);
  border-color: rgba(220, 38, 38, 0.35);
}

.auth-alert--ok {
  color: #065f46;
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(5, 150, 105, 0.28);
}

[data-bs-theme="dark"] .auth-alert--ok {
  color: #a7f3d0;
  background: rgba(5, 150, 105, 0.18);
  border-color: rgba(5, 150, 105, 0.4);
}

.auth-shell .field {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.auth-shell .field label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink, var(--bs-body-color));
}

.auth-shell .field input {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line, rgba(15, 23, 42, 0.1));
  border-radius: var(--radius-sm, 6px);
  background: var(--paper-elevated, var(--card-bg, #fff));
  color: var(--ink, var(--bs-body-color));
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.auth-shell .field input:focus {
  outline: none;
  border-color: var(--brand-bright, var(--brand));
  box-shadow: 0 0 0 3px var(--focus, rgba(14, 165, 233, 0.35));
}

.auth-shell .field__hint {
  font-size: 0.8rem;
  color: var(--ink-muted, var(--menu-muted, #64748b));
}

.auth-shell .checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  margin: 0.25rem 0 1.15rem;
  color: var(--ink-soft, var(--menu-muted, #64748b));
  cursor: pointer;
}

.auth-shell .checkbox-row input {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
}

.auth-shell .auth-submit {
  width: 100%;
  min-height: 48px;
  font-weight: 600;
  border-radius: var(--radius-sm, 6px);
}

/* --------------------------------------------------------------------------
   Footer � referans UI grid
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--footer-bg, #0b1220);
  color: rgba(241, 245, 249, 0.78);
  padding: clamp(2.75rem, 5vw, 4rem) 0 1.5rem;
  border: 0;
  border-top: 1px solid var(--footer-border, rgba(255, 255, 255, 0.12));
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
}

[data-bs-theme="dark"] .site-footer {
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.45);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.85rem;
  opacity: 0.85;
}

.site-footer .brand:hover {
  color: #fff;
  opacity: 0.85;
}

.site-footer .brand__text span {
  color: rgba(241, 245, 249, 0.55);
}

.site-footer .brand__mark {
  background: linear-gradient(145deg, var(--brand-light, #38bdf8), var(--brand, #0ea5e9) 55%, var(--brand-dark, #0284c7));
}

.footer-about p {
  color: rgba(241, 245, 249, 0.65);
  font-size: 0.92rem;
  margin: 0;
  max-width: 32ch;
}

.footer-contact {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.footer-contact__email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.4rem 0.7rem;
  border-radius: 0.55rem;
  color: rgba(241, 245, 249, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.footer-contact__email i {
  flex-shrink: 0;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--brand-light, #38bdf8) 80%, #fff);
}

.footer-contact__email span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-contact__email:hover,
.footer-contact__email:focus-visible {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: color-mix(in srgb, var(--brand, #0ea5e9) 40%, rgba(255, 255, 255, 0.15));
  outline: none;
}

.footer-contact__line {
  margin: 0;
  color: rgba(241, 245, 249, 0.65);
  font-size: 0.88rem;
  line-height: 1.4;
  max-width: 28ch;
}

.footer-map {
  margin-top: 0.85rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  aspect-ratio: 16 / 10;
  max-width: 18rem;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.footer-social__link i {
  font-size: 1.1rem;
  line-height: 1;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  color: #fff;
  background: color-mix(in srgb, var(--brand, #0ea5e9) 55%, rgba(255, 255, 255, 0.12));
  border-color: color-mix(in srgb, var(--brand, #0ea5e9) 50%, transparent);
  transform: translateY(-1px);
  outline: none;
}

.footer-news {
  margin-top: 1rem;
  display: grid;
  gap: 0.4rem;
}

.footer-news label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.45);
}

.footer-news__row {
  display: flex;
  gap: 0.4rem;
}

.footer-news__row input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  font: inherit;
  font-size: 0.85rem;
}

.footer-news__row button {
  border: 0;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(145deg, var(--brand-bright, #38bdf8), var(--brand, #0ea5e9));
}

.footer-col h2 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.45);
  margin: 0 0 0.9rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-col a {
  color: rgba(241, 245, 249, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
}

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

/* Footer duyurular — sağ sütunda sağa yaslı */
.footer-announcements {
  justify-self: end;
  width: min(26rem, 100%);
  max-width: 100%;
  margin-inline-start: auto;
}

@media (max-width: 980px) {
  .site-footer:not(.ft-layout) .footer-announcements {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin-inline-start: 0;
  }

  .site-footer:not(.ft-layout) .footer-announcements .ann-foot-item {
    margin: 0;
    border-radius: 0;
    padding: 0.85rem 0;
  }

  .site-footer:not(.ft-layout) .footer-announcements .ann-foot-item:hover {
    background: transparent;
    color: #fff;
  }
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  padding-top: 1.35rem;
  font-size: 0.82rem;
  color: rgba(241, 245, 249, 0.45);
}

.footer-bottom p { margin: 0; }

.footer-bottom__credit {
  text-align: right;
}

.footer-bottom__heart {
  color: #f43f5e;
  margin: 0 0.1em;
}

.footer-bottom a {
  color: rgba(241, 245, 249, 0.55);
  text-decoration: none;
}

.footer-bottom a:hover { color: #fff; }

@media (max-width: 520px) {
  .footer-bottom {
    display: block;
    text-align: left;
  }

  .footer-bottom p {
    display: inline;
  }

  .footer-bottom p:first-child::after {
    content: ' - ';
  }

  .footer-bottom__credit {
    text-align: left;
  }
}

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   /kategoriler � hiyerar�ik dizin
   -------------------------------------------------------------------------- */

.cats-index {
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.cats-empty {
  margin: 0;
  padding: 1.5rem 0;
  color: var(--ink-soft, var(--menu-muted, #64748b));
}

.cats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cats-list--roots {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .cats-list--roots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .cats-list--roots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cats-node {
  min-width: 0;
}

.cats-list--roots > .cats-node {
  background: var(--card-bg, #fff);
  border: 1px solid var(--line, var(--bs-border-color));
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cats-list--roots > .cats-node:hover {
  border-color: color-mix(in srgb, var(--brand) 28%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--brand) 8%, transparent);
}

.cats-details {
  margin: 0;
}

.cats-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.cats-summary::-webkit-details-marker {
  display: none;
}

.cats-summary__main {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

.cats-summary__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.cats-title {
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--ink, var(--bs-body-color));
}

.cats-desc {
  font-size: 0.86rem;
  font-weight: 450;
  line-height: 1.45;
  color: var(--ink-soft, var(--menu-muted, #64748b));
}

.cats-icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand);
  font-size: 1.15rem;
}

.cats-summary__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.cats-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.55rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--ink-soft, #64748b);
  background: color-mix(in srgb, var(--ink, #0f172a) 6%, transparent);
}

.cats-chevron {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  transition: transform 160ms ease;
  color: var(--ink-soft, #64748b);
}

.cats-details[open] > .cats-summary .cats-chevron {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.cats-panel {
  padding: 0 1.1rem 1.05rem;
  border-top: 1px solid color-mix(in srgb, var(--line, #e2e8f0) 80%, transparent);
}

.cats-open {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.85rem 0 0.65rem;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--brand);
  text-decoration: none;
}

.cats-open:hover {
  text-decoration: underline;
}

.cats-panel .cats-list {
  display: grid;
  gap: 0.35rem;
  border-left: 2px solid color-mix(in srgb, var(--brand) 18%, transparent);
  margin-left: 0.55rem;
  padding-left: 0.7rem;
}

.cats-leaf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 140ms ease, border-color 140ms ease;
  border: 1px solid transparent;
}

.cats-list--roots > .cats-node--leaf > .cats-leaf {
  padding: 1rem 1.1rem;
}

.cats-list--roots > .cats-node--leaf > .cats-leaf .cats-title {
  font-size: 1.02rem;
}

.cats-leaf:hover {
  background: color-mix(in srgb, var(--brand) 6%, transparent);
  border-color: color-mix(in srgb, var(--brand) 22%, transparent);
  color: inherit;
}

.cats-panel .cats-leaf {
  padding: 0.55rem 0.65rem;
}

.cats-panel .cats-icon {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.95rem;
  border-radius: 8px;
}

.cats-panel .cats-title {
  font-size: 0.92rem;
  font-weight: 650;
}

.cats-panel .cats-summary {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
}

.cats-panel .cats-summary:hover {
  background: color-mix(in srgb, var(--brand) 5%, transparent);
}

.cats-panel .cats-panel {
  padding: 0 0 0.35rem 0;
  border-top: none;
  margin-left: 0.35rem;
}

.cats-panel .cats-open {
  margin: 0.35rem 0 0.45rem 0.65rem;
  font-size: 0.8rem;
}

@media (max-width: 575.98px) {
  .cats-list--roots {
    gap: 0.65rem;
  }

  .cats-summary,
  .cats-list--roots > .cats-node--leaf > .cats-leaf {
    padding: 0.9rem 0.95rem;
  }

  .cats-icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .cats-title {
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cats-list--roots > .cats-node,
  .cats-chevron,
  .cats-leaf {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Arama — Online Araçlar sonuçları
   -------------------------------------------------------------------------- */
.search-tools__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.search-tools__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--line, #e2e8f0);
  background: var(--card-bg, #fff);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-tools__item:hover {
  border-color: color-mix(in srgb, var(--brand, #0ea5e9) 45%, #cbd5e1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  color: inherit;
}

.search-tools__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--brand, #0ea5e9) 12%, transparent);
  color: var(--brand, #0ea5e9);
}

.search-tools__svg {
  width: 1.2rem;
  height: 1.2rem;
}

.search-tools__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.search-tools__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
}

.search-tools__title {
  font-size: 1rem;
  font-weight: 650;
  color: var(--ink, #0f172a);
}

.search-tools__access {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-muted, #64748b);
  background: color-mix(in srgb, var(--ink-muted, #64748b) 14%, transparent);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  white-space: nowrap;
}

.search-tools__access--lock {
  color: #c2410c;
  background: color-mix(in srgb, #f97316 18%, transparent);
}

.search-tools__access--cat {
  color: #6366f1;
  background: color-mix(in srgb, #6366f1 16%, transparent);
}

.search-tools__summary {
  font-size: 0.875rem;
  color: var(--ink-muted, #64748b);
  line-height: 1.45;
}

[data-bs-theme="dark"] .search-tools__item {
  background: var(--card-bg, #121214);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

[data-bs-theme="dark"] .search-tools__item:hover {
  border-color: var(--card-hover-border, rgba(56, 189, 248, 0.4));
  box-shadow: var(--card-shadow, 0 18px 40px rgba(0, 0, 0, 0.35));
}

[data-bs-theme="dark"] .search-tools__title {
  color: #f4f4f5;
}

[data-bs-theme="dark"] .search-tools__summary,
[data-bs-theme="dark"] .search-tools__access {
  color: #a1a1aa;
}

[data-bs-theme="dark"] .search-tools__access--lock {
  color: #fdba74;
  background: color-mix(in srgb, #f97316 22%, transparent);
}

[data-bs-theme="dark"] .search-tools__access--cat {
  color: #a5b4fc;
  background: color-mix(in srgb, #6366f1 22%, transparent);
}

