/* ===== İsim Sözlüğü - Modern Public Tema ===== */

/* hidden özniteliği, display kuralı olan öğelerde de gizlesin */
[hidden] { display: none !important; }

:root {
  --bg: #f7f7fb;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --text: #1a1830;
  --text-soft: #64607d;
  --muted: #9a96b0;
  --border: #eae7f2;
  --primary: #7c3aed;
  --primary-soft: #f3edff;
  --primary-ink: #6d28d9;
  --kiz: #ec4899;
  --kiz-soft: #fdf2f8;
  --erkek: #3b82f6;
  --erkek-soft: #eff6ff;
  --unisex: #10b981;
  --unisex-soft: #ecfdf5;
  --shadow: 0 6px 24px rgba(60, 30, 120, .07);
  --shadow-lg: 0 20px 50px rgba(60, 30, 120, .13);
  --radius: 18px;
  --radius-sm: 12px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

[data-theme="dark"] {
  --bg: #0f0e18;
  --bg-soft: #16152370;
  --surface: #1b1930;
  --text: #f2f0fb;
  --text-soft: #b3aecb;
  --muted: #7d788f;
  --border: #2a2740;
  --primary: #a78bfa;
  --primary-soft: #221d3a;
  --primary-ink: #c4b5fd;
  --kiz-soft: #2a1a25;
  --erkek-soft: #16223a;
  --unisex-soft: #12241f;
  --shadow: 0 6px 24px rgba(0, 0, 0, .3);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  transition: background .25s, color .25s;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.ico { display: inline-block; vertical-align: -0.15em; flex: 0 0 auto; }
.icon-btn svg, .card-act svg, .modal-close svg, .hero-search button svg { display: block; }
.search-ico { display: inline-flex; }
.hero-search button, .modal-close { display: grid; place-items: center; }
.heart-particle svg { display: block; }

.container { max-width: 1154px; margin: 0 auto; padding: 0 20px; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; gap: 20px;
  height: 68px;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.logo .mark {
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center; font-size: 20px;
  background: linear-gradient(135deg, var(--primary), #c084fc);
  color: #fff; box-shadow: var(--shadow);
}
.logo .logo-img { width: 50px; height: 50px; display: block; }
/* Dark tema: mor logoyu beyaza çevir (şekil + kenar yumuşaklığı korunur) */
:root[data-theme="dark"] .logo .logo-img,
:root[data-theme="dark"] .giris-logo,
:root[data-theme="dark"] .footer-logo img { filter: brightness(0) invert(1); }
.header-search { flex: 1; max-width: 460px; position: relative; }
.header-search input {
  width: 100%; height: 42px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text);
  padding: 0 44px 0 18px; font-size: 15px; font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;   /* type=search'ün yerel görünümünü sıfırla */
}
/* type=search'ün yerel temizle (X) düğmesi — kendi arama ikonumuzla çakışmasın */
.header-search input::-webkit-search-decoration,
.header-search input::-webkit-search-cancel-button,
.header-search input::-webkit-search-results-button { -webkit-appearance: none; appearance: none; display: none; }
.header-search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.header-search .search-ico { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); cursor: pointer; font-size: 18px;
  display: grid; place-items: center; transition: .2s;
}
.icon-btn:hover { border-color: var(--primary); color: var(--primary); }
.btn-admin {
  height: 42px; padding: 0 18px; border-radius: 12px; font-weight: 600; font-size: 14px;
  background: var(--primary); color: #fff; display: inline-flex; align-items: center; gap: 6px;
}
.btn-admin:hover { background: var(--primary-ink); }

/* ---- Üyelik: giriş butonu, üye menüsü, giriş modalı ---- */
.btn-giris {
  height: 42px; padding: 0 16px; border-radius: 12px; font-weight: 700; font-size: 14px; cursor: pointer;
  background: var(--primary); color: #fff; border: none; display: inline-flex; align-items: center; gap: 7px;
  transition: background .2s, transform .15s;
}
.btn-giris svg { display: block; }
.btn-giris:hover { background: var(--primary-ink); transform: translateY(-1px); }

.uye-menu { position: relative; }
.uye-buton {
  height: 42px; padding: 0 12px 0 6px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px; transition: border-color .2s;
}
.uye-buton:hover { border-color: var(--primary); }
.uye-buton svg { display: block; color: var(--muted); }
.uye-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.uye-avatar-bos { display: grid; place-items: center; background: var(--primary); color: #fff; font-weight: 800; font-size: 15px; }
.uye-ad-kisa { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uye-acilir {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 220px; z-index: 60;
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 8px;
  box-shadow: var(--shadow-lg);
}
.uye-bilgi { padding: 8px 12px 12px; border-bottom: 1px solid var(--border); margin-bottom: 6px; display: flex; flex-direction: column; gap: 2px; }
.uye-bilgi b { font-size: 14px; }
.uye-bilgi small { color: var(--muted); font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; }
.uye-acilir a {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px;
  color: var(--text); font-size: 14px; font-weight: 600; text-decoration: none;
}
.uye-acilir a:hover { background: var(--primary-soft); color: var(--primary); }
.uye-acilir a svg { color: var(--muted); }
.uye-acilir a:hover svg { color: var(--primary); }
.uye-acilir .uye-cikis:hover { background: var(--kiz-soft); color: var(--kiz); }
.uye-acilir .uye-cikis:hover svg { color: var(--kiz); }
@media (max-width: 560px) { .uye-ad-kisa { display: none; } }

.giris-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(15, 12, 34, .55); backdrop-filter: blur(4px);
  display: grid; place-items: center; padding: 20px; animation: girisFade .18s ease;
}
@keyframes girisFade { from { opacity: 0; } to { opacity: 1; } }
.giris-modal {
  position: relative; width: 100%; max-width: 400px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 22px; padding: 34px 30px 30px; text-align: center; box-shadow: var(--shadow-lg);
}
.giris-kapat {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 10px; border: none;
  background: transparent; color: var(--muted); cursor: pointer; display: grid; place-items: center;
}
.giris-kapat:hover { background: var(--primary-soft); color: var(--primary); }
.giris-kapat svg { display: block; }
.giris-logo { display: block; width: 100px; height: 100px; margin: 0 auto 14px; }
.giris-logo svg { display: block; }
.giris-modal h2 { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.giris-modal p { color: var(--text-soft); font-size: 14.5px; line-height: 1.5; margin-bottom: 22px; }
.giris-google { display: flex; justify-content: center; min-height: 44px; }
.giris-uyari { background: var(--kiz-soft); color: var(--kiz); border-radius: 12px; padding: 12px 14px; font-size: 13px; font-weight: 600; }
.giris-uyari code { font-family: ui-monospace, monospace; }
.giris-ayrac { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12.5px; margin: 18px 0 14px; }
.giris-ayrac::before, .giris-ayrac::after { content: ""; flex: 1; height: 1px; background: var(--border); }

/* Giriş/Kayıt sekmeleri + formları */
.giris-sekme { display: flex; gap: 4px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 4px; margin-bottom: 16px; }
.gs-btn { flex: 1; height: 38px; border: none; background: none; border-radius: 9px; font-family: inherit; font-size: 14px; font-weight: 700; color: var(--text-soft); cursor: pointer; transition: .15s; }
.gs-btn.on { background: var(--surface); color: var(--primary); box-shadow: 0 1px 4px rgba(20,16,60,.08); }
.giris-form { display: flex; flex-direction: column; gap: 10px; }
.giris-form input { height: 46px; border: 1px solid var(--border); border-radius: 11px; padding: 0 14px; font-size: 14px;
  font-family: inherit; background: var(--bg); color: var(--text); }
.giris-form input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.giris-gonder { justify-content: center; height: 48px; margin-top: 2px; }
.giris-hata { background: var(--kiz-soft); color: var(--kiz); border-radius: 11px; padding: 11px 14px; font-size: 13px; font-weight: 600; margin-bottom: 14px; text-align: left; }
.giris-hata.basarili { background: var(--yesil-soft, #e6f7ee); color: var(--yesil, #12855a); margin-bottom: 0; text-align: center; }
.giris-unuttum { display: block; width: 100%; margin-top: 10px; background: none; border: none; color: var(--text-soft); font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; padding: 4px; text-align: center; transition: color .15s; }
.giris-unuttum:hover { color: var(--primary); }
#unuttumForm .giris-unuttum { margin-top: 2px; }
.giris-dev { display: flex; flex-direction: column; gap: 10px; }
.giris-dev input {
  height: 44px; border: 1px solid var(--border); border-radius: 11px; padding: 0 14px; font-size: 14px;
  font-family: inherit; background: var(--bg); color: var(--text);
}
.giris-dev input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.btn-giris-dev {
  height: 44px; border: 1px dashed var(--border); border-radius: 11px; background: var(--surface); color: var(--text-soft);
  font-weight: 700; font-size: 14px; cursor: pointer;
}
.btn-giris-dev:hover { border-color: var(--primary); color: var(--primary); }

/* İlk ziyaret tanıtım (welcome) modalı */
.tanit-overlay {
  position: fixed; inset: 0; z-index: 190; background: rgba(15, 12, 34, .55); backdrop-filter: blur(4px);
  display: grid; place-items: center; padding: 20px; overflow-y: auto; animation: girisFade .2s ease;
}
.tanit-modal {
  position: relative; width: 100%; max-width: 460px; margin: auto; background: var(--surface); border: 1px solid var(--border);
  border-radius: 22px; padding: 34px 30px 28px; text-align: center; box-shadow: var(--shadow-lg);
}
.tanit-modal .giris-logo { margin-bottom: 14px; }
.tanit-modal h2 { font-size: 23px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 6px; }
.tanit-alt { color: var(--text-soft); font-size: 14.5px; margin-bottom: 22px; }
.tanit-liste { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 13px; text-align: left; }
.tanit-liste li { display: flex; align-items: flex-start; gap: 13px; }
.tl-ikon { flex-shrink: 0; display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
  background: var(--primary-soft); color: var(--primary); }
.tl-ikon svg { display: block; }
.tanit-liste b { display: block; font-size: 14.5px; font-weight: 700; margin-bottom: 1px; }
.tanit-liste small { color: var(--text-soft); font-size: 13px; line-height: 1.4; }
.tanit-giris { width: 100%; height: 50px; justify-content: center; font-size: 15px; }
.tanit-alt-satir { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.tanit-bir-daha { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--text-soft); cursor: pointer; }
.tanit-bir-daha input { width: 16px; height: 16px; accent-color: var(--primary); cursor: pointer; }
.tanit-sonra { background: none; border: none; color: var(--muted); font-size: 13.5px; font-weight: 600; cursor: pointer; }
.tanit-sonra:hover { color: var(--text); }

/* Üyelik gereken sayfa/bölüm kapısı */
.uye-kapi {
  text-align: center; max-width: 520px; margin: 30px auto; padding: 44px 32px;
  border: 1px solid var(--border); border-radius: 22px;
  background: radial-gradient(600px 260px at 50% -20%, var(--primary-soft), transparent 70%), var(--surface);
}
.uye-kapi-ikon { display: inline-grid; place-items: center; width: 70px; height: 70px; border-radius: 20px;
  background: var(--kiz-soft); color: var(--kiz); margin-bottom: 16px; }
.uye-kapi-ikon svg { display: block; }
.uye-kapi h2 { font-size: 23px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px; }
.uye-kapi p { color: var(--text-soft); font-size: 15px; line-height: 1.55; margin-bottom: 22px; }
.uye-kapi .btn-giris { height: 48px; padding: 0 22px; font-size: 15px; }
.uye-kapi-mini { max-width: none; margin: 0 0 20px; padding: 28px 24px; }
.uye-kapi-mini .uye-kapi-ikon { width: 56px; height: 56px; border-radius: 16px; margin-bottom: 12px; }
.uye-kapi-mini h2 { font-size: 19px; }
.uye-kapi-mini p { font-size: 14px; margin-bottom: 18px; }
.uye-kapi-mini .btn-giris { height: 44px; }

/* Yorum yazarken üye kimliği rozeti */
.yorum-uye-kimlik {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--text-soft);
  background: var(--primary-soft); padding: 7px 13px; border-radius: 10px; margin-bottom: 12px;
}
.yorum-uye-kimlik b { color: var(--primary); font-weight: 700; }
.yorum-uye-kimlik svg { color: var(--primary); }

/* ---- Autocomplete dropdown ---- */
.ac-box {
  position: absolute; top: 50px; left: 0; right: 0; z-index: 60;
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  box-shadow: var(--shadow-lg); overflow: hidden; display: none;
}
.ac-box.open { display: block; }
.ac-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; cursor: pointer; }
.ac-item:hover, .ac-item.active { background: var(--primary-soft); }
.ac-item .ac-name { font-weight: 600; }
.ac-item .ac-meta { color: var(--muted); font-size: 13px; margin-left: auto; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: visible; text-align: center; padding: 72px 0 46px;
  background: radial-gradient(1200px 400px at 50% -80px, var(--primary-soft), transparent 70%);
}
.hero .container { position: relative; z-index: 2; }

/* Hareketli arka plan (aurora + uçuşan isimler) */
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aurora { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .35; }
.aurora.a1 { width: 360px; height: 360px; background: var(--primary); top: -120px; left: -80px; animation: aurora1 18s ease-in-out infinite; }
.aurora.a2 { width: 300px; height: 300px; background: var(--kiz); top: -60px; right: -60px; animation: aurora2 22s ease-in-out infinite; }
.aurora.a3 { width: 320px; height: 320px; background: var(--erkek); bottom: -140px; left: 40%; animation: aurora3 20s ease-in-out infinite; }
@keyframes aurora1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(60px,40px) scale(1.15); } }
@keyframes aurora2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-50px,50px) scale(1.1); } }
@keyframes aurora3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px,-40px) scale(1.2); } }

.float-name {
  position: absolute; top: var(--top); left: var(--left);
  font-size: var(--size); font-weight: 800; letter-spacing: -.02em; white-space: nowrap;
  color: var(--col); opacity: 0; will-change: transform, opacity;
  animation: floatName var(--dur) ease-in-out var(--delay) infinite;
}
@keyframes floatName {
  0%   { transform: translate(0, 24px) rotate(-3deg); opacity: 0; }
  18%  { opacity: var(--op); }
  82%  { opacity: var(--op); }
  100% { transform: translate(var(--dx), -48px) rotate(3deg); opacity: 0; }
}
.hero h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 12px; }
.hero h1 .grad { background: linear-gradient(120deg, var(--primary), #ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { color: var(--text-soft); font-size: 17px; max-width: 560px; margin: 0 auto 28px; }
.hero-search {
  max-width: 620px; margin: 0 auto; position: relative;
}
.hero-search input {
  width: 100%; height: 60px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); padding: 0 60px 0 26px; font-size: 17px;
  font-family: inherit; box-shadow: var(--shadow);
}
.hero-search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 5px var(--primary-soft); }
.hero-search button {
  position: absolute; right: 8px; top: 8px; height: 44px; width: 44px; border-radius: 50%;
  border: none; background: var(--primary); color: #fff; cursor: pointer; font-size: 18px; z-index: 2;
}
.hero-search .ac-box { top: 68px; text-align: left; }

@media (prefers-reduced-motion: reduce) {
  .aurora { animation: none; }
  .float-name { animation: none; opacity: 0; }
}
/* Bilgilendirici özellik pill'leri */
.hero-ozellikler { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 20px auto 0; }
.hero-ozellikler span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 99px;
  background: var(--surface); border: 1px solid var(--border); color: var(--text-soft); font-size: 13px; font-weight: 600; }
.hero-ozellikler svg { color: var(--primary); }

/* İnteraktif sayı kartları */
.hero-stats { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.hero-stats .stat { display: flex; flex-direction: column; align-items: center; min-width: 104px; padding: 15px 20px;
  border-radius: 16px; border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow);
  text-decoration: none; transition: transform .18s, border-color .18s, box-shadow .18s; }
.hero-stats a.stat:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: 0 12px 28px rgba(124, 58, 237, .18); }
.hero-stats .stat b { font-size: 26px; font-weight: 800; color: var(--primary); line-height: 1; font-variant-numeric: tabular-nums; }
.hero-stats .stat span { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 600; color: var(--text-soft); margin-top: 6px; }
.hero-stats .stat span svg { color: currentColor; }
@media (max-width: 620px) {
  .hero-stats { gap: 10px; }
  .hero-stats .stat { flex: 1 1 calc(50% - 5px); min-width: 0; padding: 13px 10px; }
}

/* ---- Filtreler ---- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 8px 0 22px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 16px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--surface);
  color: var(--text-soft); font-size: 14px; font-weight: 600; cursor: pointer; transition: .18s;
}
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.chip.k.active { background: var(--kiz); border-color: var(--kiz); }
.chip.e.active { background: var(--erkek); border-color: var(--erkek); }
.select-wrap { position: relative; margin-left: auto; }
select.filter-select {
  height: 38px; padding: 0 34px 0 14px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); font-size: 14px; font-weight: 600;
  font-family: inherit; cursor: pointer; appearance: none;
}
.select-wrap::after { content: "▾"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted); }
/* Mobil: filtreleri düzenle — çipler bir satır, açılır menüler altta 50/50 */
@media (max-width: 620px) {
  .filters { gap: 8px; }
  .filters .chip { flex: 1 1 auto; justify-content: center; }
  .select-wrap { margin-left: 0; flex: 1 1 calc(50% - 4px); min-width: 0; }
  select.filter-select { width: 100%; }
}

/* ---- Alfabe ---- */
.alphabet {
  display: flex; flex-wrap: nowrap; gap: 6px; margin-bottom: 22px; padding-bottom: 8px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--border) transparent;
}
.alphabet::-webkit-scrollbar { height: 8px; }
.alphabet::-webkit-scrollbar-track { background: transparent; }
.alphabet::-webkit-scrollbar-thumb { background: var(--border); border-radius: 99px; }
.alphabet::-webkit-scrollbar-thumb:hover { background: var(--text-soft); }
.alphabet a {
  flex: 0 0 38px; height: 38px; border-radius: 9px; display: grid; place-items: center;
  font-weight: 700; font-size: 14px; background: var(--surface); border: 1px solid var(--border);
  color: var(--text-soft); transition: .15s;
}
.alphabet a:hover { border-color: var(--primary); color: var(--primary); }
.alphabet a.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.alphabet a.tumu { flex: 0 0 auto; padding: 0 14px; }
/* Mobil: tek satır + yatay kaydırma, scrollbar gizli */
@media (max-width: 620px) {
  .alphabet { padding-bottom: 0; scrollbar-width: none; }
  .alphabet::-webkit-scrollbar { display: none; }
}

/* ---- Sonuç başlığı ---- */
.result-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.result-bar .count { color: var(--text-soft); font-size: 15px; }
.result-bar .count b { color: var(--text); }

/* ---- Kart ızgarası ---- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.card-wrap { position: relative; display: flex; }
.name-card {
  flex: 1; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 20px; transition: transform .18s, box-shadow .18s, border-color .18s;
  display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden;
}
.name-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), transparent);
  opacity: 0; transition: opacity .2s;
}
.name-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: transparent; }
.name-card:hover::before { opacity: 1; }
.name-card .top { display: flex; align-items: center; justify-content: space-between; }
.name-card h3 { font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.name-card .anlam { color: var(--text-soft); font-size: 14px; }
.name-card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }

/* Kart üstü aksiyon butonları (favori / karşılaştır) */
.card-act {
  position: absolute; z-index: 2; width: 32px; height: 32px; border-radius: 9px;
  border: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(4px); cursor: pointer; font-size: 15px; line-height: 1;
  display: grid; place-items: center; color: var(--text-soft); opacity: 0; transition: .15s;
}
.card-wrap:hover .card-act { opacity: 1; }
.card-act.fav { top: 12px; right: 12px; }
.card-act.cmp { top: 12px; right: 52px; }
.card-act:hover { border-color: var(--primary); color: var(--primary); }
.card-act.fav.on { opacity: 1; color: var(--kiz); border-color: var(--kiz); background: var(--kiz-soft); }
.card-act.cmp.on { opacity: 1; color: var(--primary); border-color: var(--primary); background: var(--primary-soft); }
@media (hover: none) { .card-act { opacity: 1; } }

/* ---- Favori kalp animasyonu ---- */
@keyframes heart-pop {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.45); }
  55%  { transform: scale(.8); }
  75%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.card-act.fav.pop { animation: heart-pop .45s ease; }

@keyframes btn-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.07); }
  100% { transform: scale(1); }
}
.mini-act.fav.pop { animation: btn-pop .4s ease; }

/* Saçılan kalp parçacıkları (JS ile body'ye eklenir) */
.heart-particle {
  position: fixed; z-index: 200; pointer-events: none;
  color: var(--kiz); font-size: 13px; line-height: 1;
  transform: translate(-50%, -50%);
  animation: heart-particle .62s ease-out forwards;
  will-change: transform, opacity;
}
@keyframes heart-particle {
  0%   { opacity: 1; transform: translate(-50%, -50%) scale(.4); }
  70%  { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .card-act.fav.pop, .mini-act.fav.pop { animation: none; }
  .heart-particle { display: none; }
}

.badge { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.badge.kiz { color: var(--kiz); background: var(--kiz-soft); }
.badge.erkek { color: var(--erkek); background: var(--erkek-soft); }
.badge.unisex { color: var(--unisex); background: var(--unisex-soft); }
.tag { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-ink); }

/* ---- Boş durum ---- */
.empty { text-align: center; padding: 70px 20px; color: var(--text-soft); }
.empty .em { font-size: 48px; margin-bottom: 12px; }

/* ---- Sayfalama ---- */
.pagination { display: flex; gap: 6px; justify-content: center; align-items: center; margin: 36px 0 20px; flex-wrap: wrap; }
/* Derin sayfalara logaritmik sıçrama satırı */
.page-jump { display: flex; gap: 6px; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 0 28px; }
.page-jump .pj-label { font-size: 13px; color: var(--muted); font-weight: 600; margin-right: 4px; }
.page-jump .page-btn.jump { min-width: 34px; height: 30px; font-size: 12px; opacity: .82; }
.page-jump .page-btn.jump:hover { opacity: 1; }
.page-btn {
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 11px; display: grid; place-items: center;
  border: 1px solid var(--border); background: var(--surface); color: var(--text-soft); font-weight: 600; font-size: 14px;
}
.page-btn:hover { border-color: var(--primary); color: var(--primary); }
.page-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.page-dots { color: var(--muted); padding: 0 4px; }

/* ---- Detay sayfası ---- */
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--text-soft); font-weight: 600; margin: 26px 0 18px; }
.back-link:hover { color: var(--primary); }

/* ---- Breadcrumb ---- */
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 24px 0 16px; font-size: 14px; }
.breadcrumb a { display: inline-flex; align-items: center; gap: 5px; color: var(--text-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .bc-sep { color: var(--muted); opacity: .55; }
.breadcrumb .bc-current { color: var(--text); font-weight: 700; }

/* ---- Yorumlar ---- */
.yorumlar { margin-top: 44px; }
.yorumlar > h2 { display: flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; }
.yorum-say { font-size: 14px; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 2px 11px; border-radius: 999px; }
.yorum-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; margin-bottom: 24px; }
.yorum-form input, .yorum-form textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 11px;
  background: var(--bg); color: var(--text); padding: 11px 14px; font-size: 15px; font-family: inherit;
}
.yorum-form input { height: 44px; margin-bottom: 10px; }
.yorum-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.yorum-form-row input { margin-bottom: 10px; }
@media (max-width: 560px) { .yorum-form-row { grid-template-columns: 1fr; gap: 0; } }
.yorum-form textarea { resize: vertical; }
.yorum-form input:focus, .yorum-form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); background: var(--surface); }
.yorum-form-alt { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.muted-note { font-size: 13px; color: var(--muted); }
.yorum-list { display: flex; flex-direction: column; gap: 14px; }
.yorum { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; }
.yorum-avatar { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--primary), #c084fc); }
.yorum-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yorum-govde { flex: 1; min-width: 0; }
.yorum-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.yorum-ad { font-weight: 700; }
.yorum-tarih { font-size: 12px; color: var(--muted); }
.yorum-metin { color: var(--text-soft); font-size: 15px; line-height: 1.6; margin: 0; overflow-wrap: anywhere; }
.yorum-bos { color: var(--muted); text-align: center; padding: 20px; }

/* Yorum aksiyonları: beğeni + yanıtla */
.yorum-alt { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.yorum-begen, .yorum-yanitla { display: inline-flex; align-items: center; gap: 5px; height: 30px; padding: 0 11px; border-radius: 99px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text-soft); font-size: 13px; font-weight: 600;
  font-family: inherit; cursor: pointer; transition: .15s; }
.yorum-begen:hover, .yorum-yanitla:hover { border-color: var(--primary); color: var(--primary); }
.yorum-begen.on { border-color: var(--kiz); color: var(--kiz); background: var(--kiz-soft); }
.yorum-begen.on svg { fill: var(--kiz); }
.yorum-begen .sayi { font-variant-numeric: tabular-nums; }

/* İç içe yanıtlar */
.yorum-grup { display: flex; flex-direction: column; gap: 12px; }
.yorum-yanitlar { display: flex; flex-direction: column; gap: 12px; margin-left: 30px; padding-left: 16px; border-left: 2px solid var(--border); }
.yorum-yanit { padding: 13px 15px; }
.yorum-yanit .yorum-avatar { width: 34px; height: 34px; font-size: 14px; }

/* Yanıt formu (tek, JS ile taşınır) */
.yanit-form { margin: 2px 0 2px 30px; }
.yanit-kime { font-size: 13px; font-weight: 700; color: var(--primary); margin-bottom: 10px; }
.detail-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 24px;
  padding: 40px; box-shadow: var(--shadow); overflow: hidden; position: relative;
}
.detail-head { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.detail-head .avatar {
  width: 76px; height: 76px; border-radius: 22px; display: grid; place-items: center;
  font-size: 34px; font-weight: 800; color: #fff; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), #c084fc);
}
.detail-head .avatar.kiz { background: linear-gradient(135deg, #ec4899, #f9a8d4); }
.detail-head .avatar.erkek { background: linear-gradient(135deg, #3b82f6, #93c5fd); }
.detail-head h1 { font-size: 38px; font-weight: 800; letter-spacing: -.03em; }
.detail-head .subline { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.detail-anlam { font-size: 18px; color: var(--text); margin: 22px 0; line-height: 1.7; }
/* Çoklu anlam ("#1. … #2. …") numaralı liste olarak */
.anlam-liste { padding-left: 1.4em; }
.anlam-liste li { margin-bottom: 8px; }
.anlam-liste li::marker { color: var(--primary); font-weight: 700; }

/* Sesli telaffuz butonu (h1 yanında) */
.tts-btn { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-left: 10px; vertical-align: middle;
  border-radius: 50%; border: 1px solid var(--border); background: var(--surface); color: var(--primary);
  cursor: pointer; transition: .15s; padding: 0; }
.tts-btn:hover { border-color: var(--primary); background: var(--primary-soft); }
.tts-btn svg { display: block; }
.tts-btn.speaking { background: var(--primary); color: #fff; border-color: var(--primary); animation: ttsPulse 1s ease-in-out infinite; }
@keyframes ttsPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(124,58,237,.45); } 50% { box-shadow: 0 0 0 7px rgba(124,58,237,0); } }

/* İsim analizi şeridi */
.isim-analiz { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.isim-analiz .ia { flex: 1 1 90px; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 12px 8px; border-radius: 14px; border: 1px solid var(--border); background: rgba(124, 58, 237, .05); }
.isim-analiz .ia b { font-size: 20px; font-weight: 800; color: var(--primary); line-height: 1; }
.isim-analiz .ia span { font-size: 12px; font-weight: 600; color: var(--text-soft); text-align: center; }
/* Künye kutucuklarının bir kısmı ilgili liste sayfasına link */
a.ia { text-decoration: none; transition: .15s; }
a.ia:hover { border-color: var(--primary); background: rgba(124, 58, 237, .1); }
@media (max-width: 520px) { .isim-analiz .ia { flex-basis: calc(33.333% - 7px); } }

.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 24px; }
.info-tile { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; }
.info-tile .k { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; margin-bottom: 6px; }
.info-tile .v { font-size: 16px; font-weight: 700; }
.info-tile .v.chips { display: flex; flex-wrap: wrap; gap: 6px; font-weight: 600; }

.pop-bar { height: 8px; border-radius: 999px; background: var(--border); overflow: hidden; margin-top: 8px; }
.pop-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), #ec4899); border-radius: 999px; }

/* ---- Ünlü öneri bölümü ---- */
.oneri-section {
  margin-top: 30px; padding: 26px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--surface);
}
.oneri-section h2 { font-size: 19px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 4px; }
.oneri-sub { color: var(--text-soft); font-size: 14px; margin-bottom: 16px; }
.oneri-alert { padding: 12px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; margin-bottom: 14px; }
.oneri-alert.success { background: var(--unisex-soft); color: var(--unisex); }
.oneri-alert.error { background: var(--kiz-soft); color: var(--kiz); }
.oneri-form { display: flex; gap: 10px; flex-wrap: wrap; }
.oneri-form input[type=text] {
  flex: 1; min-width: 200px; height: 46px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--bg); color: var(--text); padding: 0 16px; font-size: 15px; font-family: inherit;
}
.oneri-form input[type=text]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); background: var(--surface); }
.btn-oneri {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
  height: 46px; padding: 0 22px; border: none; border-radius: 12px; background: var(--primary); color: #fff;
  font-weight: 700; font-size: 15px; font-family: inherit; cursor: pointer; transition: .15s;
}
.btn-oneri:hover { background: var(--primary-ink); }

/* ---- Modal (ünlü öner) ---- */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 100; padding: 20px;
  background: rgba(20, 15, 40, .5); backdrop-filter: blur(3px);
  align-items: center; justify-content: center;
}
.modal-overlay.open { display: flex; animation: modal-fade .18s ease; }
@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  width: 100%; max-width: 480px; max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow-lg); animation: modal-pop .22s ease;
}
@keyframes modal-pop { from { transform: translateY(14px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--border); }
.modal-head h3 { font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.modal-close {
  width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text-soft); cursor: pointer; font-size: 15px; flex-shrink: 0;
}
.modal-close:hover { border-color: var(--kiz); color: var(--kiz); }
.modal-form { padding: 20px 22px 22px; }
.modal-form label { display: block; font-size: 13px; font-weight: 700; color: var(--text-soft); margin: 14px 0 6px; }
.modal-form label:first-of-type { margin-top: 0; }
.modal-form input {
  width: 100%; height: 44px; border-radius: 11px; border: 1px solid var(--border);
  background: var(--bg); color: var(--text); padding: 0 14px; font-size: 15px; font-family: inherit;
}
.modal-form input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); background: var(--surface); }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.modal-iptal {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 44px; padding: 0 18px; border-radius: 11px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text-soft); font-weight: 600; font-family: inherit; cursor: pointer;
}
.modal-iptal:hover { border-color: var(--text-soft); color: var(--text); }
@media (max-width: 520px) { .modal-row { grid-template-columns: 1fr; } }

/* ---- Favori Çarkı ---- */
.btn-cark { display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 22px; border-radius: 12px; border: none;
  background: linear-gradient(120deg, var(--primary), #ec4899); color: #fff; font-weight: 700; font-size: 15px;
  cursor: pointer; font-family: inherit; box-shadow: 0 6px 18px rgba(124, 58, 237, .35); transition: .15s; }
.btn-cark:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(124, 58, 237, .48); }
#carkBar { margin-bottom: 22px; }
.hero-cta { margin-top: 18px; }

/* 1 favori: çark ilerleme göstergesi (1/2) */
.cark-ipucu { margin-bottom: 22px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 16px;
  background: var(--surface); box-shadow: var(--shadow); }
.cark-ip-ust { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.cark-ip-baslik { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; letter-spacing: -.01em; }
.cark-ip-baslik svg { color: var(--primary); }
.cark-ip-sayac { font-weight: 700; font-size: 15px; color: var(--text-soft); }
.cark-ip-sayac strong { color: var(--primary); font-size: 19px; font-weight: 800; }
.cark-ip-bar { height: 8px; border-radius: 99px; background: rgba(124, 58, 237, .12); overflow: hidden; }
.cark-ip-dolu { width: 0; height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), #ec4899); transition: width .55s cubic-bezier(.2, 1, .3, 1); }
.cark-ip-metin { margin-top: 11px; font-size: 13.5px; line-height: 1.45; color: var(--text-soft); }
.cark-ip-metin strong { color: var(--text); font-weight: 700; }

.cark-overlay { display: none; position: fixed; inset: 0; z-index: 120; padding: 20px; overflow-y: auto;
  background: rgba(12, 10, 26, .78); backdrop-filter: blur(7px); align-items: center; justify-content: center; }
.cark-overlay.open { display: flex; animation: modal-fade .2s ease; }
.cark-modal { position: relative; overflow: hidden; margin: auto;
  background: var(--surface); border: 1px solid var(--border); border-radius: 26px;
  padding: 28px 26px 30px; max-width: 460px; width: 100%; text-align: center; box-shadow: var(--shadow-lg); }
.cark-modal::before { content: ''; position: absolute; top: -130px; left: 50%; transform: translateX(-50%);
  width: 340px; height: 260px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(124, 58, 237, .22), transparent 70%); }
.cark-baslik { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.cark-baslik svg { color: var(--primary); }
.cark-alt { position: relative; color: var(--text-soft); font-size: 14px; margin: 6px 0 22px; }

.cark-wrap { position: relative; width: min(360px, 78vw); aspect-ratio: 1; margin: 0 auto; }
.cark-wrap::before { content: ''; position: absolute; inset: -13%; z-index: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at center, rgba(124, 58, 237, .30), transparent 62%); }
.cark-wrap canvas { position: relative; z-index: 1; width: 100%; height: auto; display: block; border-radius: 50%;
  box-shadow: 0 16px 46px rgba(40, 18, 90, .42); }
.cark-pointer { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 4;
  width: 32px; height: 42px; clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: linear-gradient(180deg, var(--primary), #ec4899); filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .4)); }
.cark-pointer::after { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: .95; }
.cark-merkez { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px;
  border-radius: 50%; border: 4px solid var(--surface); color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .06em;
  background: linear-gradient(135deg, var(--primary), var(--primary-ink)); cursor: pointer; z-index: 3;
  box-shadow: 0 6px 20px rgba(124, 58, 237, .6); transition: .15s; }
.cark-merkez::before { content: ''; position: absolute; inset: -6px; z-index: -1; border-radius: 50%;
  border: 2px solid rgba(124, 58, 237, .5); animation: cevirNabiz 1.8s ease-out infinite; }
.cark-merkez:hover { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 8px 26px rgba(124, 58, 237, .72); }
.cark-merkez:active { transform: translate(-50%, -50%) scale(.95); }
.cark-wrap.donuyor .cark-merkez { cursor: default; }
.cark-wrap.donuyor .cark-merkez::before { animation: none; opacity: 0; }
@keyframes cevirNabiz { 0% { transform: scale(1); opacity: .65; } 100% { transform: scale(1.5); opacity: 0; } }

.cark-sonuc { position: relative; margin-top: 24px; }
.cark-sonuc-label { color: var(--text-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.cark-sonuc-ad { font-size: clamp(36px, 9vw, 56px); font-weight: 800; letter-spacing: -.03em; margin: 4px 0 8px; line-height: 1.05;
  background: linear-gradient(120deg, var(--primary), #ec4899); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 3px 14px rgba(124, 58, 237, .32));
  animation: sonucBuyu .55s cubic-bezier(.2, 1.35, .3, 1); }
@keyframes sonucBuyu { from { transform: scale(.3); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.cark-sonuc-anlam { max-width: 340px; margin: 0 auto 20px; color: var(--text-soft); font-size: 14.5px; line-height: 1.5;
  animation: anlamGir .5s ease .15s both; }
@keyframes anlamGir { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cark-sonuc-btn { display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap; }
.cark-sonuc-btn .modal-iptal { height: 46px; }
.card-wrap.cikan { opacity: 0; transform: scale(.92); pointer-events: none;
  transition: opacity .2s ease, transform .2s ease; }

/* Modal: mod sekmeleri + Keşfet filtreleri + uyarı */
.cark-mod { display: inline-flex; gap: 4px; padding: 4px; margin-bottom: 14px; border-radius: 12px; background: rgba(124, 58, 237, .08); }
.cark-mod-btn { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 14px; border: none; border-radius: 9px;
  background: transparent; color: var(--text-soft); font-weight: 700; font-size: 13.5px; font-family: inherit; cursor: pointer; transition: .15s; }
.cark-mod-btn.on { background: var(--surface); color: var(--primary); box-shadow: 0 1px 4px rgba(0, 0, 0, .08); }
.cark-mod-say { min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--primary); color: #fff;
  font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.cark-filtre { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.cark-overlay[data-mode="favori"] .cark-filtre { display: none; }
.cark-cip { display: inline-flex; align-items: center; gap: 5px; height: 34px; padding: 0 14px; border-radius: 99px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text-soft); font-weight: 600; font-size: 13.5px;
  font-family: inherit; cursor: pointer; transition: .15s; }
.cark-cip.on { border-color: transparent; background: linear-gradient(120deg, var(--primary), #ec4899); color: #fff; }
.cark-uyari { margin: 14px auto 0; max-width: 340px; padding: 12px 16px; border-radius: 12px; line-height: 1.45; font-size: 13.5px;
  background: rgba(245, 158, 11, .1); border: 1px solid rgba(245, 158, 11, .3); color: var(--text); }
.cark-uyari b { color: var(--primary); }
.cark-merkez:disabled { opacity: .5; cursor: not-allowed; }
.cark-merkez:disabled::before { animation: none; opacity: 0; }
.cark-fav-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 46px; padding: 0 18px;
  border-radius: 11px; border: 1px solid var(--primary); background: transparent; color: var(--primary); font-weight: 700;
  font-size: 14px; font-family: inherit; cursor: pointer; transition: .15s; }
.cark-fav-btn:hover { background: var(--primary-soft); }
.cark-fav-btn.on { background: var(--primary); color: #fff; }

/* Ana sayfa: İsim Keşif Çarkı kartı (banner'a uygun) */
.kesif-cta { margin-bottom: 10px; margin-top: 30px; }
.kesif-card { position: relative; overflow: hidden;
  padding: 28px 30px; border-radius: 22px; border: 1px solid var(--border);
  background: linear-gradient(120deg, var(--surface), var(--primary-soft)); box-shadow: var(--shadow); }
.kesif-metin { position: relative; z-index: 1; }
.kesif-rozet { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 99px; background: var(--primary);
  color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.kesif-card h2 { font-size: clamp(22px, 3.4vw, 30px); font-weight: 800; letter-spacing: -.02em; margin: 12px 0 6px; }
.kesif-card p { color: var(--text-soft); font-size: 15px; line-height: 1.5; max-width: 480px; }
.kesif-aksiyon { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.btn-cark-lg { height: 54px; padding: 0 28px; font-size: 16px; border-radius: 14px; }
.kesif-gunun { display: flex; flex-direction: column; line-height: 1.2; }
.kesif-gunun-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--text-soft); }
.kesif-gunun-ad { font-size: 18px; font-weight: 800; color: var(--primary); text-decoration: none; }
.kesif-gunun-ad:hover { text-decoration: underline; }
.kesif-nudge { margin-top: 14px; }
.kesif-nudge-btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 10px; border: 1px dashed var(--primary);
  background: transparent; color: var(--primary); font-weight: 700; font-size: 13.5px; font-family: inherit; cursor: pointer; transition: .15s; }
.kesif-nudge-btn:hover { background: var(--primary-soft); }
.kesif-gorsel { position: absolute; right: -60px; bottom: -60px; z-index: 0; width: 300px; height: 300px; pointer-events: none; }
.kesif-gorsel-cark { display: block; width: 100%; height: 100%; color: var(--primary); opacity: .16; animation: kesifDon 22s linear infinite; }
.kesif-gorsel-cark svg { display: block; width: 100%; height: 100%; }
@keyframes kesifDon { to { transform: rotate(360deg); } }

/* İki keşif aracı yan yana (Çark + Sihirbaz) */
.ka-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.ka-grid > * { min-width: 0; }

/* İsim Sihirbazı kartı — kendi kimliği (pembe aksan, quiz motifi) */
.sihirbaz-card { position: relative; overflow: hidden; padding: 28px 30px; border-radius: 22px; border: 1px solid var(--border);
  background: linear-gradient(120deg, var(--surface), rgba(236, 72, 153, .10)); box-shadow: var(--shadow); }
.sc-metin { position: relative; z-index: 1; }
.sc-rozet { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 99px; background: #ec4899;
  color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.sihirbaz-card h2 { font-size: clamp(22px, 3.4vw, 30px); font-weight: 800; letter-spacing: -.02em; margin: 12px 0 6px; }
.sihirbaz-card p { color: var(--text-soft); font-size: 15px; line-height: 1.5; max-width: 480px; }
.sc-btn { background: linear-gradient(120deg, #ec4899, var(--primary)); }
.sc-adimlar { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; position: relative; z-index: 1; }
.sc-adimlar span { display: inline-flex; align-items: center; padding: 5px 11px; border-radius: 99px; background: var(--surface);
  border: 1px solid var(--border); color: var(--text-soft); font-size: 12px; font-weight: 600; }
.sc-gorsel { position: absolute; right: -60px; bottom: -60px; z-index: 0; width: 300px; height: 300px; pointer-events: none; }
.sc-compass { display: block; width: 100%; height: 100%; color: #ec4899; opacity: .14; }
.sc-compass svg { display: block; width: 100%; height: 100%; }

@media (max-width: 860px) { .ka-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .kesif-card, .sihirbaz-card { padding: 24px 20px; }
  .kesif-gorsel, .sc-gorsel { display: none; }
}
@media (prefers-reduced-motion: reduce) { .kesif-gorsel-cark { animation: none; } }

/* İsim Sihirbazı — ana sayfa ikincil buton */
.btn-sihirbaz { display: inline-flex; align-items: center; gap: 8px; height: 54px; padding: 0 22px; border-radius: 14px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text); font-weight: 700; font-size: 15px;
  text-decoration: none; transition: .15s; }
.btn-sihirbaz:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); }
.btn-sihirbaz svg { color: var(--primary); }

/* Sihirbaz sayfası */
.sihirbaz { /*max-width: 620px;*/ margin: 10px auto 0; padding: 6px 0 0; }
/* Adım göstergesi (numaralı noktalar + sayaç) */
.sh-ust { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.sh-noktalar { display: flex; align-items: flex-start; flex: 1; }
.sh-nokta { position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 5px; flex: 1;
  border: none; background: none; font-family: inherit; cursor: pointer; padding: 0; }
.sh-nokta b { position: relative; z-index: 1; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  font-size: 13px; font-weight: 800; background: var(--surface); border: 2px solid var(--border); color: var(--text-soft); transition: .18s; }
.sh-nokta i { font-size: 11px; font-weight: 600; font-style: normal; color: var(--muted); white-space: nowrap; }
.sh-nokta::before { content: ''; position: absolute; top: 13px; right: 50%; width: 100%; height: 2px; background: var(--border); z-index: 0; }
.sh-nokta:first-child::before { display: none; }
.sh-nokta.aktif b { border-color: var(--primary); color: var(--primary); background: var(--primary-soft); }
.sh-nokta.aktif i { color: var(--primary); }
.sh-nokta.tamam b { background: var(--primary); border-color: var(--primary); color: #fff; }
.sh-nokta.tamam::before { background: var(--primary); }
.sh-sayac { font-size: 13px; font-weight: 700; color: var(--text-soft); white-space: nowrap; padding-top: 4px; }
.sh-sayac b { color: var(--primary); font-size: 16px; }

.sh-ilerleme { height: 6px; border-radius: 99px; background: rgba(124, 58, 237, .12); overflow: hidden; margin-bottom: 16px; }
.sh-dolu { height: 100%; width: 20%; border-radius: 99px; background: linear-gradient(90deg, var(--primary), #ec4899);
  transition: width .35s cubic-bezier(.2, 1, .3, 1); }

/* Seçim özeti (geri dönülebilir chip'ler) */
.sh-secimler { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.sh-secim-chip { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 99px; border: 1px solid var(--primary);
  background: var(--primary-soft); color: var(--primary); font-size: 12.5px; font-weight: 700; font-family: inherit; cursor: pointer; transition: .15s; }
.sh-secim-chip:hover { background: var(--primary); color: #fff; }

.sh-adim { display: none; }
.sh-adim.active { display: block; animation: shGir .3s ease; }
@keyframes shGir { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.sh-soru { font-size: 21px; font-weight: 800; letter-spacing: -.02em; text-align: center; margin-bottom: 6px; }
.sh-ipucu { text-align: center; font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.sh-secenekler { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.sh-sec { display: inline-flex; align-items: center; gap: 8px; min-height: 58px; padding: 0 26px; border-radius: 15px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text); font-weight: 600; font-size: 16.5px;
  font-family: inherit; cursor: pointer; transition: .15s; }
.sh-sec:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); }
.sh-sec.on { border-color: transparent; background: linear-gradient(120deg, var(--primary), #ec4899); color: #fff; box-shadow: 0 6px 16px rgba(124, 58, 237, .28); }
.sh-sec svg { flex: none; }
.sh-harfler { gap: 8px; }
.sh-harfler .sh-harf { min-width: 54px; justify-content: center; padding: 0 10px; font-size: 16px; }
.sh-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; }

@media (max-width: 430px) {
  .sh-nokta i { display: none; }
  .sh-nokta b { width: 24px; height: 24px; }
  .sh-nokta::before { top: 11px; }
}

.sh-sonuc-ust { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin: 8px 0 20px; }
.sh-kriter { display: flex; flex-wrap: wrap; gap: 8px; }
.sh-sonuc-aksiyon { display: flex; gap: 10px; flex-wrap: wrap; }

/* Favori araç çubuğu + liste paylaşımı */
.fav-arac { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.btn-paylas { display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 20px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text); font-weight: 700; font-size: 15px;
  font-family: inherit; cursor: pointer; transition: .15s; }
.btn-paylas:hover { border-color: var(--primary); color: var(--primary); }
.btn-paylas svg { color: var(--primary); }
.paylas-panel { margin-bottom: 22px; padding: 16px 18px; border: 1px solid var(--primary); border-radius: 14px; background: var(--primary-soft); }
.pp-baslik { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.pp-baslik svg { color: var(--primary); }
.pp-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pp-row input { flex: 1 1 240px; min-width: 0; height: 46px; padding: 0 14px; border-radius: 11px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); font-size: 14px; font-family: inherit; }
.pp-row input:focus { outline: none; border-color: var(--primary); }
.liste-arac { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }

/* Konfeti */
.konfeti { position: fixed; top: -16px; width: 10px; height: 15px; z-index: 300; pointer-events: none; border-radius: 2px;
  opacity: .95; animation: konfetiDus linear forwards; }
@keyframes konfetiDus {
  0% { transform: translate(0, 0) rotate(0); opacity: 1; }
  100% { transform: translate(var(--dx), 106vh) rotate(var(--rot)); opacity: .5; }
}
@media (prefers-reduced-motion: reduce) { .konfeti { display: none; } .cark-merkez::before { animation: none; opacity: 0; } }

/* Harf analizi (akrofonoloji) kartı — numeroloji kartıyla aynı stil */
.harf-analiz {
  position: relative; overflow: hidden; margin-top: 26px; padding: 24px;
  border-radius: var(--radius); border: 1px solid var(--border);
  background: linear-gradient(120deg, var(--primary-soft), transparent 72%);
}
.ha-content { position: relative; z-index: 1; }
.ha-baslik { font-size: 21px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 4px; }
.ha-alt { color: var(--text-soft); font-size: 14px; margin: 0 0 18px; }
.ha-list { display: flex; flex-direction: column; gap: 12px; }
.ha-satir { display: flex; gap: 15px; align-items: flex-start; }
.ha-harf { flex: none; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-size: 20px; font-weight: 800;
  color: #fff; background: linear-gradient(135deg, var(--primary), #c084fc); box-shadow: var(--shadow); }
.ha-metin { color: var(--text-soft); font-size: 15px; line-height: 1.55; margin: 0; padding-top: 9px; }

/* Akrostiş şiir kartı — numeroloji kartıyla aynı stil */
.akrostis-karti {
  position: relative; overflow: hidden; margin-top: 26px; padding: 24px;
  border-radius: var(--radius); border: 1px solid var(--border);
  background: linear-gradient(120deg, var(--primary-soft), transparent 72%);
}
.akrostis-karti .num-watermark { right: 12px; opacity: .07; }
.ak-siir { margin: 6px 0 18px; }
.ak-satir { font-size: 15.5px; line-height: 1.9; color: var(--text); margin: 0; }
.ak-ilk { font-weight: 800; color: var(--primary); font-size: 18px; }
.ak-yeni { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 16px; border-radius: 11px; border: 1px solid var(--primary);
  background: transparent; color: var(--primary); font-weight: 700; font-size: 14px; font-family: inherit; cursor: pointer; transition: .15s; }
.ak-yeni:hover { background: var(--primary); color: #fff; }
.ak-yeni:disabled { opacity: .55; cursor: default; }

/* Hero altı koleksiyon ticker'ı */
.kol-ticker { display: flex; align-items: stretch; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--surface); overflow: hidden; }
.kol-ticker-etiket { flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px; padding: 0 20px; height: 54px;
  font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #fff;
  background: linear-gradient(135deg, var(--primary), #ec4899); white-space: nowrap; }
.kol-ticker-etiket svg { flex-shrink: 0; }
.kol-ticker-vp { flex: 1; min-width: 0; overflow: hidden; position: relative;
  -webkit-mask: linear-gradient(90deg, transparent, #000 44px, #000 calc(100% - 44px), transparent);
  mask: linear-gradient(90deg, transparent, #000 44px, #000 calc(100% - 44px), transparent); }
.kol-ticker-track { display: flex; width: max-content; animation: kolTicker 42s linear infinite; will-change: transform; }
.kol-ticker:hover .kol-ticker-track { animation-play-state: paused; }
.kol-ticker-set { display: flex; align-items: center; gap: 10px; padding: 0 5px; }
.kol-ticker-item { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 16px; margin: 10px 0;
  border-radius: 999px; border: 1px solid var(--border); background: var(--bg); color: var(--text-soft);
  font-size: 14px; font-weight: 600; white-space: nowrap; transition: border-color .15s, color .15s, background .15s; }
.kol-ticker-item:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-soft); }
.kol-ticker-item svg { color: var(--primary); flex-shrink: 0; }
@keyframes kolTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .kol-ticker-track { animation: none; } }
@media (max-width: 560px) { .kol-ticker-etiket span { display: none; } .kol-ticker-etiket { padding: 0 14px; } }

/* Temalı koleksiyonlar (public) */
.kol-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.kol-kart { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: var(--radius); border: 1px solid var(--border);
  background: var(--surface); box-shadow: var(--shadow); transition: transform .18s, border-color .18s, box-shadow .18s; text-decoration: none; color: inherit; }
.kol-ozel-rozet { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700; color: var(--primary); background: var(--primary-soft); padding: 4px 9px; border-radius: 999px; }
.kol-ozel-rozet svg { display: block; }
.kol-kart:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: 0 12px 28px rgba(124, 58, 237, .16); }
.kol-ikon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #fff;
  background: linear-gradient(135deg, var(--primary), #ec4899); }
.kol-kart h2 { font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.kol-kart p { color: var(--text-soft); font-size: 14px; line-height: 1.5; margin: 0; }
.kol-kart .kol-say { margin-top: auto; font-size: 13px; font-weight: 700; color: var(--primary); }

.related { margin-top: 44px; }
.related h2 { font-size: 22px; font-weight: 800; margin-bottom: 16px; letter-spacing: -.02em; }

/* ---- Sıkça Sorulan Sorular (SSS) ---- */
.sss { margin-top: 44px; }
.sss > h2 { display: flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; }
.sss > h2 svg { color: var(--primary); flex-shrink: 0; }
.sss-list { display: flex; flex-direction: column; gap: 10px; }
.sss-item { border: 1px solid var(--border); border-radius: 14px; background: var(--surface); overflow: hidden; transition: border-color .15s; }
.sss-item[open] { border-color: var(--primary); }
.sss-item summary { cursor: pointer; list-style: none; padding: 16px 18px; font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sss-item summary::-webkit-details-marker { display: none; }
.sss-item summary::after { content: "+"; font-size: 24px; font-weight: 300; color: var(--primary); line-height: 1;
  flex-shrink: 0; transition: transform .2s; }
.sss-item[open] summary::after { transform: rotate(45deg); }
.sss-item p { padding: 0 18px 16px; margin: 0; color: var(--text-soft); font-size: 14.5px; line-height: 1.6; }

/* ---- Kardeş / çift ismi uyumu ---- */
.kardes-oneri {
  padding: 26px; border-radius: var(--radius); border: 1px solid var(--border);
  background: radial-gradient(700px 240px at 12% -30%, var(--primary-soft), transparent 70%), var(--surface);
}
.kardes-baslik { margin-bottom: 18px; }
.kardes-baslik h2 { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.kardes-baslik h2 svg { color: var(--kiz); flex-shrink: 0; }
.kardes-baslik p { color: var(--text-soft); font-size: 14px; line-height: 1.5; max-width: 660px; }
.uyum-rozet {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .01em; line-height: 1;
  color: var(--primary); background: var(--primary-soft); padding: 4px 10px; border-radius: 999px;
}

/* ---- Paylaşılabilir kişilik kartı ---- */
.paylas-karti {
  position: relative; overflow: hidden;
  margin-top: 28px; padding: 38px 40px; border-radius: 22px; border: 1px solid var(--border);
  background:
    radial-gradient(560px 300px at 92% -15%, var(--kiz-soft), transparent 60%),
    radial-gradient(560px 320px at -8% 120%, var(--primary-soft), transparent 60%),
    var(--surface);
  display: flex; align-items: center; gap: 44px;
}
.pk-metin { flex: 1; min-width: 0; }
.pk-etiket {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; color: #fff;
  background: linear-gradient(135deg, var(--primary), #ec4899);
  padding: 6px 13px; border-radius: 999px; margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(124, 58, 237, .28);
}
.pk-etiket svg { flex-shrink: 0; }
.pk-metin h2 { font-size: 25px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 9px; line-height: 1.2; }
.pk-metin p { color: var(--text-soft); font-size: 15px; line-height: 1.55; max-width: 440px; margin-bottom: 22px; }
.pk-aksiyon { display: flex; flex-wrap: wrap; gap: 12px; }
.pk-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 50px; padding: 0 24px; border-radius: 14px;
  font-size: 15px; font-weight: 700; cursor: pointer; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); transition: transform .15s, box-shadow .15s, border-color .15s, color .15s;
}
.pk-btn svg { flex-shrink: 0; }
.pk-btn:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.pk-btn.birincil { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 10px 22px rgba(124, 58, 237, .26); }
.pk-btn.birincil:hover { background: var(--primary-ink); color: #fff; box-shadow: 0 14px 30px rgba(124, 58, 237, .34); }
/* Tilt + renkli parıltı; box-shadow overflow:hidden'dan etkilenmez */
.pk-onizleme {
  flex-shrink: 0; width: 264px; max-width: 44%; border-radius: 20px; overflow: hidden;
  border: 3px solid #fff; transform: rotate(-2.5deg); line-height: 0;
  box-shadow: 0 22px 50px rgba(124, 58, 237, .32), 0 10px 26px rgba(236, 72, 153, .20);
  transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s;
}
.pk-onizleme:hover {
  transform: rotate(0) translateY(-5px) scale(1.02);
  box-shadow: 0 32px 70px rgba(124, 58, 237, .4), 0 16px 34px rgba(236, 72, 153, .26);
}
.pk-onizleme img { width: 100%; height: auto; display: block; }
:root[data-theme="dark"] .pk-onizleme { border-color: rgba(255,255,255,.12); }
@media (max-width: 720px) {
  .paylas-karti { flex-direction: column-reverse; text-align: center; gap: 26px; padding: 28px 22px; }
  .pk-metin p { max-width: none; margin-inline: auto; }
  .pk-aksiyon { justify-content: center; }
  .pk-onizleme { width: 250px; max-width: 78%; transform: rotate(-1.5deg); }
}

/* ---- Üye profili ---- */
.profil-kap { max-width: 620px; }
.profil-kart { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; margin-bottom: 24px; }
.profil-avatar-alan { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.profil-avatar { width: 92px; height: 92px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--border); background: var(--bg); display: grid; place-items: center; }
.profil-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profil-avatar-bos { font-size: 38px; font-weight: 800; color: var(--primary); }
.profil-yukle { cursor: pointer; height: 42px; display: inline-flex; align-items: center; gap: 7px; }
.profil-yukle input { position: absolute; width: 0; height: 0; opacity: 0; }
.profil-label { display: block; font-size: 13px; font-weight: 700; color: var(--text-soft); margin: 14px 0 6px; }
.profil-kart > input[type=text], .profil-kart > input[type=email] { width: 100%; height: 46px; border: 1px solid var(--border); border-radius: 11px;
  padding: 0 14px; font-size: 15px; font-family: inherit; background: var(--bg); color: var(--text); }
.profil-kart > input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.profil-kart > input[disabled] { opacity: .7; cursor: not-allowed; }
.profil-alt { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.btn-primary-lg { height: 48px; padding: 0 24px; border: none; border-radius: 13px; background: var(--primary); color: #fff; font-weight: 700;
  font-size: 15px; font-family: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary-lg:hover { background: var(--primary-ink); }
.profil-tehlike { border: 1px solid var(--border); background: var(--kiz-soft); border-radius: var(--radius); padding: 22px; }
.profil-tehlike .pt-baslik { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--kiz); margin-bottom: 8px; }
.profil-tehlike .pt-baslik svg { color: var(--kiz); }
.profil-tehlike > p { color: var(--text-soft); font-size: 14px; line-height: 1.55; margin-bottom: 16px; }
.btn-danger-o { height: 44px; padding: 0 20px; border: 1px solid var(--kiz); border-radius: 12px; background: transparent; color: var(--kiz);
  font-weight: 700; font-size: 14px; font-family: inherit; cursor: pointer; transition: .15s; }
.btn-danger-o:hover, .btn-danger-o.dolu { background: var(--kiz); color: #fff; }
.profil-sil-form { margin-top: 16px; }
.profil-sil-form input[type=password] { width: 100%; max-width: 280px; height: 44px; border: 1px solid var(--border); border-radius: 11px;
  padding: 0 14px; font-size: 14px; font-family: inherit; background: var(--surface); color: var(--text); }
.profil-sil-form input:focus { outline: none; border-color: var(--kiz); box-shadow: 0 0 0 4px var(--kiz-soft); }
.profil-onay { display: flex; align-items: center; gap: 9px; font-size: 14px; cursor: pointer; }
.profil-onay input { width: 17px; height: 17px; accent-color: var(--kiz); }
.profil-sil-aksiyon { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }

/* Avatar kırpma editörü */
.kirp-overlay { position: fixed; inset: 0; z-index: 210; background: rgba(15, 12, 34, .6); backdrop-filter: blur(4px);
  display: grid; place-items: center; padding: 16px; animation: girisFade .18s ease; }
.kirp-modal { width: 100%; max-width: 360px; background: var(--surface); border: 1px solid var(--border); border-radius: 22px;
  padding: 24px; text-align: center; box-shadow: var(--shadow-lg); }
.kirp-modal h3 { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.kirp-modal h3 svg { color: var(--primary); }
.kirp-alan { position: relative; width: 288px; max-width: 100%; aspect-ratio: 1; margin: 4px auto 16px; overflow: hidden; border-radius: 14px; background: #111; }
.kirp-alan canvas { display: block; width: 100%; height: 100%; touch-action: none; cursor: grab; }
.kirp-alan canvas:active { cursor: grabbing; }
.kirp-daire { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 9999px rgba(0, 0, 0, .45); pointer-events: none; }
.kirp-zoom { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.kirp-zoom input[type=range] { flex: 1; accent-color: var(--primary); }
.kirp-zoom span { color: var(--muted); display: inline-flex; flex-shrink: 0; }
.kirp-aksiyon { display: flex; gap: 10px; justify-content: center; }
.kirp-aksiyon .btn-primary-lg { height: 44px; }
.kirp-aksiyon .modal-iptal { height: 44px; }

/* ---- 404 ---- */
.notfound { position: relative; overflow: hidden; text-align: center; padding: 80px 0 70px;
  background: radial-gradient(1000px 380px at 50% -40px, var(--primary-soft), transparent 70%); }
.notfound .container { position: relative; z-index: 2; }
.nf-code {
  font-size: clamp(96px, 22vw, 190px); font-weight: 800; line-height: .95; letter-spacing: -.05em;
  background: linear-gradient(120deg, var(--primary), #ec4899);
  -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 6px;
}
.nf-title { font-size: clamp(24px, 4vw, 34px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.nf-text { color: var(--text-soft); max-width: 520px; margin: 0 auto 28px; font-size: 16px; line-height: 1.65; }
.nf-search { max-width: 520px; margin: 0 auto 22px; position: relative; }
.nf-search input {
  width: 100%; height: 56px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); padding: 0 60px 0 24px; font-size: 16px;
  font-family: inherit; box-shadow: var(--shadow);
}
.nf-search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 5px var(--primary-soft); }
.nf-search button {
  position: absolute; right: 7px; top: 7px; height: 42px; width: 42px; border-radius: 50%;
  border: none; background: var(--primary); color: #fff; cursor: pointer; display: grid; place-items: center;
}
.nf-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.nf-links .chip { cursor: pointer; }

/* ---- Sonuç bulunamadı (arama/filtre) ---- */
.no-results { text-align: center; padding: 56px 0 40px; }
.nr-icon { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center;
  margin: 0 auto 18px; background: var(--primary-soft); color: var(--primary); }
.no-results h2 { font-size: clamp(20px, 3.4vw, 26px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.no-results > p { color: var(--text-soft); max-width: 460px; margin: 0 auto 24px; line-height: 1.6; }

/* ---- Footer ---- */
.site-footer { border-top: 1px solid var(--border); margin-top: 60px; padding: 0 0 26px; color: var(--muted); font-size: 14px; }
/* Footer marka + kurumsal alan */
.footer-brand { padding: 0 0 6px; display: flex; flex-direction: column; gap: 12px; max-width: 440px;  }
.footer-logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 19px; color: var(--text); letter-spacing: -.02em; }
.footer-logo img { width: 42px; height: 42px; display: block; }
.footer-desc { color: var(--text-soft); font-size: 14px; line-height: 1.55; margin: 0; }
.footer-kurumsal { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 2px; }
.footer-kurumsal a { color: var(--text-soft); font-size: 14px; font-weight: 600; }
.footer-kurumsal a:hover { color: var(--primary); }
/* Kurumsal içerik sayfaları (Hakkımızda / KVKK / İletişim) */
/*.kurumsal { max-width: 760px; }*/
.kurumsal p, .kurumsal li { color: var(--text-soft); font-size: 15.5px; line-height: 1.75; }
.kurumsal h2 { font-size: 20px; font-weight: 800; letter-spacing: -.01em; margin: 30px 0 10px; color: var(--text); }
.kurumsal ul { padding-left: 20px; margin: 8px 0; display: flex; flex-direction: column; gap: 6px; }
.kurumsal .kurumsal-not { margin-top: 30px; padding: 14px 16px; background: var(--primary-soft); border-radius: 12px; font-size: 13.5px; color: var(--text-soft); }
.kurumsal-iletisim { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.ki-kart { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.ki-kart > svg { color: var(--primary); flex-shrink: 0; }
.ki-kart b { display: block; font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.ki-kart a, .ki-kart .ki-deger { font-size: 16px; color: var(--text); font-weight: 600; }
.ki-kart a:hover { color: var(--primary); }
.footer-cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; padding: 20px 0 30px; margin-top: 26px; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 14px; font-weight: 700; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: var(--text-soft); font-size: 14px; }
.footer-col a:hover { color: var(--primary); }
/* Alfabetik dizin şeridi — sütunların altında, tam genişlik (ızgarayı bozmaz) */
/* Başlık üstte: 28 harf tam genişliği kullanıp masaüstünde tek satıra sığar
   (28 × 31px + 27 × 6px = 1030px, kapsayıcı 1114px). */
.footer-alfabe {
  display: flex; flex-direction: column; align-items: flex-start; gap: 11px;
  border-top: 1px solid var(--border); padding: 18px 0 22px;
}
.fa-baslik { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 700; }
.fa-harfler { display: flex; flex-wrap: wrap; gap: 6px; }
.fa-harfler a {
  min-width: 31px; height: 31px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 9px; border: 1px solid var(--border); background: var(--surface);
  color: var(--text-soft); font-size: 13px; font-weight: 700; transition: .15s;
}
.fa-harfler a:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-soft); }

.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  border-top: 1px solid var(--border); padding-top: 22px; }

/* Footer ızgarası: 4 -> 2 -> 1 sütun. Ara kırılım olmadan orta ekranlarda sütunlar eziliyordu. */
@media (max-width: 980px) {
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 26px 30px; }
  .footer-cols .footer-col:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer-cols { grid-template-columns: 1fr; gap: 24px; padding-bottom: 22px; }
  .footer-alfabe { gap: 10px; padding: 16px 0 20px; }
  .fa-harfler { gap: 5px; }
  .fa-harfler a { min-width: 29px; height: 29px; font-size: 12.5px; }
}

/* ---- Responsive ---- */
@media (max-width: 720px) {
  .header-search { display: none; }
  .hero { padding: 44px 0 30px; }
  .detail-card { padding: 26px; }
  .detail-head h1 { font-size: 30px; }
}

section.main { padding-top: 8px; }

/* ---- Nav rozetleri (favori / karşılaştır sayısı) ---- */
.icon-btn { position: relative; text-decoration: none; }
.nav-badge {
  position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--kiz); color: #fff; font-size: 11px; font-weight: 800;
  display: grid; place-items: center; line-height: 1;
}
.nav-cmp .nav-badge { background: var(--primary); }

/* ---- Detay: cinsiyet/köken gibi ufak favori & karşılaştır butonları ---- */
.mini-act {
  font-family: inherit; cursor: pointer;
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface); color: var(--text-soft);
  display: inline-flex; align-items: center; gap: 4px; transition: .15s; line-height: 1;
}
.mini-act:hover { border-color: var(--primary); color: var(--primary); }
.mini-act.fav.on { color: var(--kiz); border-color: var(--kiz); background: var(--kiz-soft); }
.mini-act.cmp.on { color: var(--primary); border-color: var(--primary); background: var(--primary-soft); }
.mini-act.begen.on { color: var(--primary); border-color: var(--primary); background: var(--primary-soft); }
.mini-act.begen.on svg { fill: var(--primary); }
.begen-sayi { font-weight: 800; font-variant-numeric: tabular-nums; }

/* ---- Numeroloji açıklama kutusu ---- */
.numeroloji-box {
  position: relative; overflow: hidden;
  display: flex; align-items: flex-start; gap: 20px; margin-top: 26px; padding: 24px;
  border-radius: var(--radius); border: 1px solid var(--border);
  background: linear-gradient(120deg, var(--primary-soft), transparent 72%);
}
.num-watermark {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 170px; font-weight: 800; line-height: 1; color: var(--primary);
  opacity: .06; pointer-events: none; user-select: none;
}
.num-badge {
  position: relative; z-index: 1; flex-shrink: 0; width: 64px; height: 64px; border-radius: 18px;
  display: grid; place-items: center; font-size: 30px; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--primary), #c084fc); box-shadow: var(--shadow);
}
.num-content { position: relative; z-index: 1; }
.num-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
  font-weight: 700; color: var(--muted); margin-bottom: 6px;
}
.num-title { font-size: 21px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 7px; }
.num-desc { font-size: 15px; color: var(--text-soft); line-height: 1.65; margin: 0; max-width: 620px; }

/* Numeroloji hesaplama satırı */
.num-calc { margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--border); }
.num-calc-label { font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 10px; }
.num-calc-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.num-calc-row .lh {
  display: inline-flex; flex-direction: column; align-items: center; line-height: 1.1;
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 5px 9px; min-width: 30px;
}
.num-calc-row .lh b { font-size: 14px; font-weight: 800; }
.num-calc-row .lh i { font-size: 11px; font-style: normal; color: var(--primary); font-weight: 700; }
.num-calc-row .op { color: var(--muted); font-weight: 700; font-size: 14px; padding: 0 1px; }
.num-calc-row .num-sum {
  font-weight: 800; font-size: 15px; color: var(--text-soft);
  min-width: 26px; height: 30px; padding: 0 8px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center; background: var(--surface); border: 1px solid var(--border);
}
.num-calc-row .num-sum.final { color: #fff; background: linear-gradient(135deg, var(--primary), #c084fc); border-color: transparent; }

@media (max-width: 720px) {
  .num-watermark { font-size: 120px; }
}

/* ---- Görüntülenme (detail-grid'den sonra) ---- */
.detail-views { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border); }
.view-count {
  font-size: 14px; font-weight: 600; color: var(--muted);
  display: inline-flex; align-items: center; gap: 6px;
}

/* ---- Sayfa başlığı (favori / karşılaştır) ---- */
.page-title { font-size: 30px; font-weight: 800; letter-spacing: -.02em; margin: 26px 0 4px; }
.page-sub { color: var(--text-soft); margin-bottom: 24px; }

/* ---- Listeleme sayfası başlığı (filtre / köken / tema / harf / arama) ---- */
.liste-basi { margin: 0 0 18px; }
.liste-basi .breadcrumb { margin: 20px 0 12px; }
.liste-basi .page-title { margin: 0 0 14px; line-height: 1.2; }
.liste-basi .page-title .ico { color: var(--primary); vertical-align: -4px; }

.liste-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.liste-rozet {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--surface);
  color: var(--text-soft); font-size: 13px; font-weight: 600; line-height: 1; white-space: nowrap;
}
.liste-rozet .ico { color: var(--muted); }
.liste-rozet b { color: var(--text); font-weight: 800; }
.liste-rozet.adet { background: var(--primary-soft); border-color: transparent; color: var(--primary-ink); }
.liste-rozet.adet .ico,
.liste-rozet.adet b { color: var(--primary-ink); }

.liste-aciklama { max-width: 78ch; color: var(--text-soft); line-height: 1.7; margin: 0; }
.liste-aciklama b { color: var(--text); font-weight: 700; }

@media (max-width: 640px) {
  .liste-basi { margin-bottom: 14px; }
  .liste-basi .breadcrumb { margin: 14px 0 10px; }
  .liste-basi .page-title { font-size: 23px; margin-bottom: 12px; }
  .liste-basi .page-title .ico { width: 20px; height: 20px; vertical-align: -3px; }
  .liste-meta { gap: 6px; margin-bottom: 12px; }
  .liste-rozet { padding: 6px 11px; font-size: 12px; }
  .liste-aciklama { font-size: 14px; line-height: 1.65; }
}

/* ---- Karşılaştırma çubuğu (yüzen) ---- */
.compare-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(12px); border-top: 1px solid var(--border);
  box-shadow: 0 -8px 30px rgba(60, 30, 120, .1);
}
.compare-bar-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 14px; }
.cb-label { font-size: 15px; color: var(--text-soft); }
.cb-label b { color: var(--primary); font-size: 18px; }
.cb-actions { display: flex; gap: 10px; align-items: center; }
.cb-clear { height: 40px; padding: 0 16px; border-radius: 11px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text-soft); font-weight: 600; font-family: inherit; cursor: pointer; }
.cb-clear:hover { border-color: var(--kiz); color: var(--kiz); }
.cb-go { height: 40px; padding: 0 20px; border-radius: 11px; background: var(--primary); color: #fff;
  font-weight: 700; display: inline-flex; align-items: center; }
.cb-go:hover { background: var(--primary-ink); }

/* ---- Karşılaştırma tablosu ---- */
.cmp-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.cmp-table th, .cmp-table td { padding: 16px 18px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; font-size: 14px; }
.cmp-table thead th { border-bottom: 2px solid var(--border); vertical-align: bottom; }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: none; }
.cmp-attr { font-size: 12px !important; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; white-space: nowrap; width: 130px; background: var(--bg); }
.cmp-col { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.cmp-name { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.cmp-name:hover { color: var(--primary); }
.cmp-remove { border: none; background: none; color: var(--muted); font-size: 12px; font-weight: 600; cursor: pointer; padding: 0; }
.cmp-remove:hover { color: var(--kiz); }

