/* ============================================================
   Terapi Yonlendirme Sihirbazi - on yuz
   Renkler ve olculer PHP tarafindan
   .tsh-root[data-wizard="N"] uzerine CSS degiskeni olarak basilir;
   buradaki degerler yalnizca yedektir.
   ============================================================ */

.tsh-root,.tsh-root *,.tsh-root *::before,.tsh-root *::after{box-sizing:border-box}

.tsh-root{
  /* Marka - canli siteden olculdu */
  --tsh-primary:#DA1B60;
  --tsh-primary-dark:#B81450;
  --tsh-primary-soft:#FDF0F5;
  --tsh-primary-line:#F5C9D9;

  --tsh-ink:#0C171A;
  --tsh-body:#5C6360;
  --tsh-muted:#8B918F;

  --tsh-bg:#FCFCFC;
  --tsh-surface:#FFFFFF;
  --tsh-line:#EEEFEF;
  --tsh-line-strong:#E1E4E3;
  --tsh-tint:#F6F7F7;

  --tsh-wa:#25D366;
  --tsh-primary-a28:rgba(218,27,96,.28);
  --tsh-primary-a30:rgba(218,27,96,.3);
  --tsh-primary-a35:rgba(218,27,96,.35);
  --tsh-primary-a55:rgba(218,27,96,.55);
  --tsh-primary-a70:rgba(218,27,96,.7);
  --tsh-wa-a85:rgba(37,211,102,.85);
  --tsh-wa-a35:rgba(18,140,126,.35);
  --tsh-wa-dark:#128C7E;

  --tsh-safe:#B3261E;
  --tsh-safe-soft:#FDF3F2;
  --tsh-safe-line:#F3D3D0;

  --tsh-r-sm:10px;
  --tsh-r:14px;
  --tsh-r-lg:18px;
  --tsh-r-xl:22px;
  --tsh-pill:100px;

  --tsh-font:"Rethink Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  --tsh-ease:cubic-bezier(.22,.61,.36,1);
  --tsh-dur:280ms;

  font-family:var(--tsh-font);
  font-size:16px;
  line-height:1.55;
  color:var(--tsh-body);
  -webkit-font-smoothing:antialiased;
}
/* ============================================================
   Tema sizintilarina karsi kapsamli sifirlama.
   Bircok tema button/a/input ogelerine global padding, renk ve
   hover kurallari uygular (orn. "button{padding:16px 30px}").
   Bilesen kurallari .tsh-root ile kapsamlandigi icin bu blogu
   her zaman gecerler.
   ============================================================ */
.tsh-root button,
.tsh-root a,
.tsh-root input,
.tsh-root select,
.tsh-root textarea{
  margin:0;padding:0;border:0;outline:0;background:none;
  color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;
  text-transform:none;text-decoration:none;text-align:inherit;text-shadow:none;
  box-shadow:none;border-radius:0;float:none;
  width:auto;height:auto;min-width:0;min-height:0;max-width:none;
  -webkit-appearance:none;appearance:none;
}
.tsh-root button:hover,.tsh-root button:focus,.tsh-root button:active,
.tsh-root a:hover,.tsh-root a:focus,.tsh-root a:active{
  background:none;color:inherit;text-decoration:none;
  box-shadow:none;opacity:1;filter:none;
}
.tsh-root button::before,.tsh-root button::after,
.tsh-root a::before,.tsh-root a::after{content:none}

.tsh-root p,.tsh-root h1,.tsh-root h2,.tsh-root h3{margin:0}

/* Bu arac bilincli olarak tek (acik) temaya sabitlenmistir -
   yerlesecegi site acik temalidir. */

/* Tum ikonlar icin guvenli varsayilan - hicbir ikon sisemez */
.tsh-root svg{width:20px;height:20px;flex:0 0 auto;display:block}
.tsh-root .tsh-spin svg{width:100%;height:100%}

/* ---------- Kapsayici ---------- */
.tsh-root .tsh{
  --pad:16px;
  max-width:600px;
  margin:0 auto;
  padding:0 var(--pad);
  padding-top:max(12px,env(safe-area-inset-top));
  padding-bottom:calc(24px + env(safe-area-inset-bottom));
  display:flex;
  flex-direction:column;
}
/* Floating panelde sihirbaz paneli doldurur; sayfa icinde icerigi kadar yer kaplar */
.tsh-root[data-mode="floating"] .tsh{min-height:0}
@media (min-width:600px){ .tsh-root .tsh{ --pad:24px; padding-top:32px } }

/* ---------- Ust bar ---------- */
.tsh-root .tsh-top{
  position:sticky; top:0; z-index:30;
  background:linear-gradient(var(--tsh-bg) 78%,rgba(252,252,252,0));
  padding:10px 0 14px;
  margin:0 calc(var(--pad) * -1);
  padding-left:var(--pad); padding-right:var(--pad);
}
.tsh-root .tsh-top-row{
  display:flex; align-items:center; gap:10px; min-height:38px;
}
.tsh-root .tsh-back{
  flex:0 0 auto;
  width:38px; height:38px; padding:0;
  display:grid; place-items:center;
  border:1px solid var(--tsh-line-strong);
  background:var(--tsh-surface);
  border-radius:var(--tsh-pill);
  color:var(--tsh-ink);
  cursor:pointer;
  transition:opacity 160ms var(--tsh-ease),background 160ms var(--tsh-ease),transform 160ms var(--tsh-ease);
  -webkit-tap-highlight-color:transparent;
}
.tsh-root .tsh-back:hover{background:var(--tsh-tint)}
.tsh-root .tsh-back:active{transform:scale(.94)}
.tsh-root .tsh-back[hidden]{display:none!important}

.tsh-root .tsh-brand{display:flex;align-items:center;gap:9px;min-width:0;flex:1 1 auto}
.tsh-root .tsh-brand-av{
  width:34px;height:34px;border-radius:50%;flex:0 0 auto;
  overflow:hidden;background:var(--tsh-primary-soft);
  border:1.5px solid #fff;
  box-shadow:0 0 0 1px var(--tsh-line-strong);
  position:relative;
}
.tsh-root .tsh-brand-tx{min-width:0}
.tsh-root .tsh-brand-tx b{
  display:block;font-size:13px;font-weight:700;color:var(--tsh-ink);
  line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.tsh-root .tsh-brand-tx span{display:block;font-size:11px;color:var(--tsh-muted);line-height:1.3}

.tsh-root .tsh-count{
  flex:0 0 auto;font-size:12px;font-weight:700;color:var(--tsh-muted);
  font-variant-numeric:tabular-nums;letter-spacing:.01em;
}

/* ---------- Ilerleme ---------- */
.tsh-root .tsh-bar{
  height:5px;border-radius:99px;background:var(--tsh-line);
  overflow:hidden;margin-top:12px;
}
.tsh-root .tsh-bar > i{
  display:block;height:100%;width:0%;
  border-radius:99px;
  background:linear-gradient(90deg,var(--tsh-primary-dark),var(--tsh-primary));
  transition:width 420ms var(--tsh-ease);
}
.tsh-root .tsh-top[data-hide="1"] .tsh-bar,.tsh-root .tsh-top[data-hide="1"] .tsh-count{opacity:0;pointer-events:none}
.tsh-root .tsh-top[data-hide="1"] .tsh-bar{transition:none}
.tsh-root .tsh-top[data-hide="2"]{visibility:hidden;height:0;padding-top:0;padding-bottom:0;overflow:hidden}

/* ---------- Sahne ---------- */
.tsh-root .tsh-stage{flex:1 1 auto;padding-top:4px}
.tsh-root .tsh-screen{animation:tsh-in var(--tsh-dur) var(--tsh-ease) both}
.tsh-root .tsh-screen.is-back{animation-name:tsh-in-back}
@keyframes tsh-in{from{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:none}}
@keyframes tsh-in-back{from{opacity:0;transform:translate3d(0,-10px,0)}to{opacity:1;transform:none}}

/* ---------- Tipografi ---------- */
.tsh-root .tsh-eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--tsh-primary);background:var(--tsh-primary-soft);
  border:1px solid var(--tsh-primary-line);
  padding:5px 11px;border-radius:var(--tsh-pill);margin-bottom:14px;
}
.tsh-root .tsh-q{
  margin:0 0 8px;
  font-size:24px;line-height:1.25;font-weight:700;color:var(--tsh-ink);
  letter-spacing:-.018em;text-wrap:balance;
}
.tsh-root .tsh-sub{margin:0 0 20px;font-size:15px;line-height:1.55;color:var(--tsh-body)}
.tsh-root .tsh-sub:last-child{margin-bottom:0}
@media (min-width:600px){ .tsh-root .tsh-q{font-size:28px} .tsh-root .tsh-sub{font-size:16px} }

/* ---------- Secenekler ---------- */
.tsh-root .tsh-opts{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;border:0}
.tsh-root .tsh-opt{
  position:relative;
  display:flex;align-items:center;gap:12px;
  width:100%;min-height:62px;
  padding:13px 14px;
  text-align:left;
  font:inherit;font-size:15.5px;line-height:1.35;color:var(--tsh-ink);
  background:var(--tsh-surface);
  border:1.5px solid var(--tsh-line-strong);
  border-radius:var(--tsh-r);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
  transition:border-color 160ms var(--tsh-ease),background 160ms var(--tsh-ease),transform 120ms var(--tsh-ease),box-shadow 160ms var(--tsh-ease);
}
@media (hover:hover){
  .tsh-root .tsh-opt:hover{border-color:var(--tsh-primary-line);background:var(--tsh-primary-soft)}
}
.tsh-root .tsh-opt:active{transform:scale(.985)}
.tsh-root .tsh-opt:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tsh-primary-a28);border-color:var(--tsh-primary)}
.tsh-root .tsh-opt[aria-checked="true"]{
  border-color:var(--tsh-primary);
  background:var(--tsh-primary-soft);
  box-shadow:0 0 0 1px var(--tsh-primary);
}
.tsh-root .tsh-opt-ic{
  flex:0 0 auto;width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:var(--tsh-tint);color:var(--tsh-primary);
  transition:background 160ms var(--tsh-ease);
}
.tsh-root .tsh-opt[aria-checked="true"] .tsh-opt-ic{background:#fff}
.tsh-root .tsh-opt-ic svg{width:20px;height:20px;display:block}
.tsh-root .tsh-opt-tx{flex:1 1 auto;min-width:0}
.tsh-root .tsh-opt-tx b{display:block;font-weight:600;letter-spacing:-.005em}
.tsh-root .tsh-opt-tx small{display:block;font-size:13px;color:var(--tsh-muted);margin-top:2px;line-height:1.4}
.tsh-root .tsh-opt-ck{
  flex:0 0 auto;width:22px;height:22px;border-radius:50%;
  border:1.5px solid var(--tsh-line-strong);background:#fff;
  display:grid;place-items:center;
  transition:all 180ms var(--tsh-ease);
}
.tsh-root .tsh-opt-ck svg{width:12px;height:12px;opacity:0;transform:scale(.4);transition:all 180ms var(--tsh-ease);color:#fff}
.tsh-root .tsh-opt[aria-checked="true"] .tsh-opt-ck{background:var(--tsh-primary);border-color:var(--tsh-primary)}
.tsh-root .tsh-opt[aria-checked="true"] .tsh-opt-ck svg{opacity:1;transform:none}

/* Kriz secenegi */
.tsh-root .tsh-opt.is-safe .tsh-opt-ic{background:var(--tsh-safe-soft);color:var(--tsh-safe)}
.tsh-root .tsh-opt.is-safe[aria-checked="true"]{border-color:var(--tsh-safe);background:var(--tsh-safe-soft);box-shadow:0 0 0 1px var(--tsh-safe)}
.tsh-root .tsh-opt.is-safe[aria-checked="true"] .tsh-opt-ck{background:var(--tsh-safe);border-color:var(--tsh-safe)}

/* ---------- Yardim notu ---------- */
.tsh-root .tsh-help{
  display:flex;gap:9px;align-items:flex-start;
  margin-top:16px;padding:11px 13px;
  background:var(--tsh-tint);border-radius:var(--tsh-r-sm);
  font-size:13px;line-height:1.5;color:var(--tsh-muted);
}
.tsh-root .tsh-help svg{flex:0 0 auto;width:15px;height:15px;margin-top:2px;opacity:.7}

/* ---------- Butonlar ---------- */
.tsh-root .tsh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  width:100%;min-height:54px;padding:14px 24px;
  font:inherit;font-size:16px;font-weight:700;letter-spacing:-.005em;
  border-radius:var(--tsh-pill);border:1.5px solid transparent;
  cursor:pointer;text-decoration:none;
  -webkit-tap-highlight-color:transparent;touch-action:manipulation;
  transition:transform 120ms var(--tsh-ease),background 160ms var(--tsh-ease),box-shadow 160ms var(--tsh-ease);
}
.tsh-root .tsh-btn svg{width:19px;height:19px}
.tsh-root .tsh-btn:active{transform:scale(.982)}
.tsh-root .tsh-btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tsh-primary-a30)}
.tsh-root .tsh-btn--primary{background:var(--tsh-primary);color:#fff;box-shadow:0 6px 18px -8px var(--tsh-primary-a70)}
.tsh-root .tsh-btn--primary:hover{background:var(--tsh-primary-dark)}
.tsh-root .tsh-btn--wa{background:var(--tsh-wa);color:#08301C;box-shadow:0 8px 22px -8px var(--tsh-wa-a85)}
.tsh-root .tsh-btn--wa:hover{background:#1FBF5B}
.tsh-root .tsh-btn--wa:focus-visible{box-shadow:0 0 0 3px var(--tsh-wa-a35)}
.tsh-root .tsh-btn--ghost{background:var(--tsh-surface);color:var(--tsh-ink);border-color:var(--tsh-line-strong);font-weight:600}
.tsh-root .tsh-btn--ghost:hover{background:var(--tsh-tint)}
.tsh-root .tsh-btn--safe{background:var(--tsh-safe);color:#fff;box-shadow:0 6px 18px -8px rgba(179,38,30,.7)}
.tsh-root .tsh-btn--safe:hover{background:#96201A}
.tsh-root .tsh-btn svg{flex:0 0 auto}

/* ---------- Karsilama ---------- */
.tsh-root .tsh-hero{text-align:center;padding:8px 0 0}
.tsh-root .tsh-hero-av{
  width:104px;height:104px;margin:0 auto 18px;position:relative;
}
.tsh-root .tsh-hero-av .tsh-ring{
  position:absolute;inset:-7px;border-radius:50%;
  background:conic-gradient(from 210deg,var(--tsh-primary),var(--tsh-primary-line),var(--tsh-primary),var(--tsh-primary-line),var(--tsh-primary));
  opacity:.42;
}
.tsh-root .tsh-hero-av .tsh-face{
  position:absolute;inset:0;border-radius:50%;overflow:hidden;
  background:var(--tsh-primary-soft);
  border:3px solid #fff;
  box-shadow:0 10px 30px -12px rgba(12,23,26,.4);
}
.tsh-root .tsh-face img{width:100%;height:100%;object-fit:cover;object-position:50% 32%;display:block;position:relative;z-index:1}
.tsh-root .tsh-face .tsh-face-fb{
  position:absolute;inset:0;z-index:0;
  display:grid;place-items:center;
  background:linear-gradient(155deg,var(--tsh-primary-soft) 0%,var(--tsh-primary-line) 100%);
  color:var(--tsh-primary-dark);font-weight:800;letter-spacing:-.02em;
  font-size:clamp(11px,34%,34px);line-height:1;
}
.tsh-root .tsh-live{
  position:absolute;right:2px;bottom:6px;width:22px;height:22px;border-radius:50%;
  background:var(--tsh-wa);border:3px solid var(--tsh-bg);
}

.tsh-root .tsh-bubble{
  position:relative;
  background:var(--tsh-surface);
  border:1px solid var(--tsh-line);
  border-radius:var(--tsh-r-xl);
  padding:20px 18px;
  text-align:left;
  box-shadow:0 2px 10px -6px rgba(12,23,26,.12);
}
.tsh-root .tsh-bubble::before{
  content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%) rotate(45deg);
  width:15px;height:15px;background:var(--tsh-surface);
  border-left:1px solid var(--tsh-line);border-top:1px solid var(--tsh-line);
  border-radius:3px 0 0 0;
}
.tsh-root .tsh-bubble p{margin:0 0 12px;font-size:15.5px;line-height:1.6}
.tsh-root .tsh-bubble p:last-child{margin-bottom:0}
.tsh-root .tsh-bubble strong{color:var(--tsh-ink);font-weight:700}
.tsh-root .tsh-hero h1{
  margin:0 0 6px;font-size:25px;line-height:1.22;font-weight:800;
  color:var(--tsh-ink);letter-spacing:-.025em;text-wrap:balance;
}
.tsh-root .tsh-hero .tsh-role{margin:0 0 20px;font-size:13.5px;color:var(--tsh-muted);font-weight:500}
@media (min-width:600px){ .tsh-root .tsh-hero h1{font-size:30px} }

.tsh-root .tsh-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin:18px 0 20px}
.tsh-root .tsh-chip{
  display:inline-flex;align-items:center;gap:5px;
  font-size:12.5px;font-weight:600;color:var(--tsh-body);
  background:var(--tsh-surface);border:1px solid var(--tsh-line-strong);
  padding:6px 11px;border-radius:var(--tsh-pill);
}
.tsh-root .tsh-chip svg{width:13px;height:13px;color:var(--tsh-primary);flex:0 0 auto}

/* ---------- Analiz ---------- */
.tsh-root .tsh-load{text-align:center;padding:40px 0 32px;min-height:56dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}
.tsh-root .tsh-spin{width:62px;height:62px;margin-bottom:22px;position:relative}
.tsh-root .tsh-spin svg{width:100%;height:100%;transform:rotate(-90deg)}
.tsh-root .tsh-spin circle{fill:none;stroke-width:5;stroke-linecap:round}
.tsh-root .tsh-spin .t{stroke:var(--tsh-line)}
.tsh-root .tsh-spin .p{stroke:var(--tsh-primary);stroke-dasharray:170;stroke-dashoffset:170;transition:stroke-dashoffset 500ms linear}
.tsh-root .tsh-load h2{margin:0 0 8px;font-size:19px;font-weight:700;color:var(--tsh-ink);letter-spacing:-.015em}
.tsh-root .tsh-load p{margin:0;font-size:14px;color:var(--tsh-muted);min-height:22px;transition:opacity 220ms var(--tsh-ease)}

/* ---------- Sonuc ---------- */
.tsh-root .tsh-res-head{text-align:center;margin-bottom:18px;padding-top:12px}
.tsh-root .tsh-res-head .tsh-hero-av{width:76px;height:76px;margin-bottom:14px}
.tsh-root .tsh-res-head .tsh-live{width:18px;height:18px;bottom:3px}

.tsh-root .tsh-card{
  background:var(--tsh-surface);
  border:1px solid var(--tsh-line);
  border-radius:var(--tsh-r-lg);
  padding:18px;
  margin-bottom:12px;
}
.tsh-root .tsh-card--rec{
  border:1.5px solid var(--tsh-primary);
  background:linear-gradient(180deg,var(--tsh-primary-soft),#fff 62%);
  box-shadow:0 10px 30px -18px var(--tsh-primary-a55);
}
.tsh-root .tsh-card h3{
  margin:0 0 6px;font-size:20px;line-height:1.25;font-weight:800;
  color:var(--tsh-ink);letter-spacing:-.02em;
}
.tsh-root .tsh-card p{margin:0;font-size:14.5px;line-height:1.6}
.tsh-root .tsh-tag{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
  color:var(--tsh-primary);margin-bottom:9px;
}
.tsh-root .tsh-tag svg{width:13px;height:13px}
.tsh-root .tsh-link{
  display:inline-flex;align-items:center;gap:5px;margin-top:13px;
  font-size:14px;font-weight:700;color:var(--tsh-primary);text-decoration:none;
  border-bottom:1.5px solid var(--tsh-primary-line);padding-bottom:1px;
}
.tsh-root .tsh-link:hover{border-bottom-color:var(--tsh-primary)}

.tsh-root .tsh-summary{
  background:var(--tsh-tint);border:1px solid var(--tsh-line);
  border-radius:var(--tsh-r);padding:15px 16px;margin-bottom:12px;
}
.tsh-root .tsh-summary p{margin:0 0 11px;font-size:14.5px;line-height:1.65}
.tsh-root .tsh-summary p:last-child{margin-bottom:0}
.tsh-root .tsh-summary p:empty{display:none}
.tsh-root .tsh-summary strong{color:var(--tsh-ink);font-weight:700}

.tsh-root .tsh-note{
  display:flex;gap:10px;align-items:flex-start;
  background:#FFF9F1;border:1px solid #F2E2CB;
  border-radius:var(--tsh-r);padding:13px 14px;margin-bottom:12px;
  font-size:13.5px;line-height:1.55;color:#7A5A2E;
}
.tsh-root .tsh-note svg{flex:0 0 auto;width:16px;height:16px;margin-top:2px;color:#C08A2E}
.tsh-root .tsh-note b{color:#5E4420}

/* Yapiskan CTA */
.tsh-root .tsh-cta{margin-top:4px}
.tsh-root .tsh-cta .tsh-btn + .tsh-btn{margin-top:9px}
.tsh-root .tsh-cta-hint{
  text-align:center;font-size:12.5px;color:var(--tsh-muted);
  margin:11px 0 0;line-height:1.5;
}

.tsh-root .tsh-foot{
  margin-top:22px;padding-top:16px;border-top:1px solid var(--tsh-line);
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;
}
.tsh-root .tsh-restart{
  background:none;border:0;padding:6px 0;font:inherit;font-size:13.5px;font-weight:600;
  color:var(--tsh-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px;
}
.tsh-root .tsh-restart:hover{color:var(--tsh-ink)}
.tsh-root .tsh-privacy{
  display:flex;gap:7px;align-items:center;
  font-size:12px;color:var(--tsh-muted);line-height:1.45;
}
.tsh-root .tsh-privacy svg{flex:0 0 auto;width:14px;height:14px;opacity:.7}

/* ---------- Kriz ekrani ---------- */
.tsh-root .tsh-safe-wrap{padding-top:6px}
.tsh-root .tsh-safe-card{
  background:var(--tsh-safe-soft);
  border:1.5px solid var(--tsh-safe-line);
  border-radius:var(--tsh-r-lg);
  padding:20px 18px;margin-bottom:14px;
}
.tsh-root .tsh-safe-card h2{
  margin:0 0 10px;font-size:23px;line-height:1.25;font-weight:800;
  color:#7A1A15;letter-spacing:-.02em;
}
.tsh-root .tsh-safe-card p{margin:0 0 11px;font-size:15px;line-height:1.6;color:#6B3B37}
.tsh-root .tsh-safe-card p:last-child{margin-bottom:0}
.tsh-root .tsh-safe-ic{
  width:46px;height:46px;border-radius:14px;background:#fff;
  display:grid;place-items:center;color:var(--tsh-safe);margin-bottom:14px;
  border:1px solid var(--tsh-safe-line);
}
.tsh-root .tsh-tel{
  display:flex;align-items:center;gap:13px;
  background:var(--tsh-surface);border:1.5px solid var(--tsh-line-strong);
  border-radius:var(--tsh-r);padding:14px 15px;margin-bottom:9px;
  text-decoration:none;color:var(--tsh-ink);
  transition:border-color 160ms var(--tsh-ease),transform 120ms var(--tsh-ease);
}
.tsh-root .tsh-tel:hover{border-color:var(--tsh-safe-line);background:#FFFBFB}
.tsh-root .tsh-tel:active{transform:scale(.985)}
.tsh-root .tsh-tel-n{
  flex:0 0 auto;min-width:52px;height:44px;padding:0 10px;border-radius:11px;
  display:grid;place-items:center;
  background:var(--tsh-safe);color:#fff;font-weight:800;font-size:17px;letter-spacing:-.01em;
}
.tsh-root .tsh-tel-t b{display:block;font-size:14.5px;font-weight:700;line-height:1.3}
.tsh-root .tsh-tel-t small{display:block;font-size:12.5px;color:var(--tsh-muted);margin-top:1px;line-height:1.4}
.tsh-root .tsh-tel svg{margin-left:auto;color:var(--tsh-muted);flex:0 0 auto}

/* ============================================================
   FLOATING WIDGET MODU
   Ayni kod tabani; yalnizca kabuk degisiyor.
   ============================================================ */
.tsh-root .tsh-launch,.tsh-root .tsh-teaser,.tsh-root .tsh-backdrop,.tsh-root .tsh-close{display:none}

/* Bosluklar viewport'a gore; degerleri JS, CFG.offset'ten basar */
.tsh-root[data-mode="floating"]{ --fx:var(--fx-m,16px); --fy:var(--fy-m,16px) }
@media (min-width:600px){
  .tsh-root[data-mode="floating"]{ --fx:var(--fx-t,20px); --fy:var(--fy-t,20px) }
}
@media (min-width:1024px){
  .tsh-root[data-mode="floating"]{ --fx:var(--fx-d,24px); --fy:var(--fy-d,24px) }
}

/* --- Acilis dugmesi --- */
.tsh-root[data-mode="floating"] .tsh-launch{
  position:fixed; z-index:2147483000;
  bottom:var(--fy); inset-inline-end:var(--fx);
  display:inline-flex; align-items:center; gap:11px;
  padding:8px 18px 8px 8px;
  background:var(--tsh-surface);
  border:1px solid var(--tsh-line-strong);
  border-radius:var(--tsh-pill);
  box-shadow:0 10px 30px -8px rgba(12,23,26,.28), 0 2px 8px -2px rgba(12,23,26,.12);
  cursor:pointer; font:inherit;
  -webkit-tap-highlight-color:transparent; touch-action:manipulation;
  transition:transform 180ms var(--tsh-ease), box-shadow 180ms var(--tsh-ease), opacity 200ms var(--tsh-ease);
  animation:tsh-pop 420ms var(--tsh-ease) backwards;
}
.tsh-root[data-mode="floating"] .tsh-launch:hover{transform:translateY(-2px);box-shadow:0 16px 36px -10px rgba(12,23,26,.34)}
.tsh-root[data-mode="floating"] .tsh-launch:active{transform:scale(.97)}
.tsh-root[data-mode="floating"] .tsh-launch:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tsh-primary-a35)}
@keyframes tsh-pop{from{opacity:0;transform:translateY(14px) scale(.9)}to{opacity:1;transform:none}}

.tsh-root .tsh-launch-av{
  position:relative;width:42px;height:42px;border-radius:50%;
  overflow:hidden;flex:0 0 auto;background:var(--tsh-primary-soft);
}
.tsh-root .tsh-launch-tx{
  display:block;text-align:left;line-height:1.25;
}
.tsh-root .tsh-launch-tx b{display:block;font-size:14px;font-weight:700;color:var(--tsh-ink);letter-spacing:-.01em;white-space:nowrap}
.tsh-root .tsh-launch-tx small{display:block;font-size:11.5px;color:var(--tsh-muted);white-space:nowrap}
.tsh-root .tsh-launch-dot{
  position:absolute;top:6px;inset-inline-end:6px;
  width:11px;height:11px;border-radius:50%;
  background:var(--tsh-wa);border:2px solid var(--tsh-surface);
}
/* Nabiz halkasi - dikkat ceker ama rahatsiz etmez */
.tsh-root .tsh-launch-dot::after{
  content:"";position:absolute;inset:-3px;border-radius:50%;
  border:2px solid var(--tsh-wa);opacity:.7;
  animation:tsh-pulse 2.6s var(--tsh-ease) infinite;
}
@keyframes tsh-pulse{0%{transform:scale(.7);opacity:.7}70%{transform:scale(1.9);opacity:0}100%{opacity:0}}

/* Dar ekranda yalnizca yuvarlak avatar - icerigi kapatmasin */
@media (max-width:480px){
  .tsh-root[data-mode="floating"] .tsh-launch{padding:8px;border-radius:50%}
  .tsh-root[data-mode="floating"] .tsh-launch-tx{display:none}
  .tsh-root .tsh-launch-av{width:48px;height:48px}
}

/* --- Karsilama baloncugu --- */
.tsh-root[data-mode="floating"] .tsh-teaser{
  position:fixed; z-index:2147482999;
  bottom:calc(var(--fy) + 74px); inset-inline-end:var(--fx);
  display:flex; align-items:flex-start; gap:8px;
  max-width:min(280px,calc(100vw - 40px));
  padding:12px 14px;
  background:var(--tsh-surface);
  border:1px solid var(--tsh-line-strong);
  border-radius:16px 16px 6px 16px;
  box-shadow:0 12px 32px -12px rgba(12,23,26,.3);
  font-size:13.5px;line-height:1.45;color:var(--tsh-ink);
  cursor:pointer;text-align:left;
  animation:tsh-pop 380ms var(--tsh-ease) backwards;
}
.tsh-root[data-mode="floating"][data-side="left"] .tsh-teaser{border-radius:16px 16px 16px 6px}
.tsh-root .tsh-teaser-x{
  flex:0 0 auto;width:20px;height:20px;margin:-3px -4px 0 0;
  display:grid;place-items:center;border:0;background:none;
  color:var(--tsh-muted);cursor:pointer;border-radius:50%;
}
.tsh-root .tsh-teaser-x:hover{background:var(--tsh-tint);color:var(--tsh-ink)}
.tsh-root .tsh-teaser-x svg{width:13px;height:13px}

/* --- Panel --- */
.tsh-root[data-mode="floating"] .tsh-backdrop{
  display:block;
  position:fixed;inset:0;z-index:2147483001;
  background:rgba(12,23,26,.45);
  opacity:0;pointer-events:none;
  transition:opacity 240ms var(--tsh-ease);
  -webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);
}
.tsh-root[data-mode="floating"].is-open .tsh-backdrop{opacity:1;pointer-events:auto}

.tsh-root[data-mode="floating"] .tsh-panel{
  position:fixed;z-index:2147483002;
  bottom:calc(var(--fy) + 74px); inset-inline-end:var(--fx);
  width:min(400px,calc(100vw - 32px));
  max-height:min(760px,calc(100dvh - var(--fy) - 100px));
  background:var(--tsh-bg);
  border:1px solid var(--tsh-line-strong);
  border-radius:20px;
  box-shadow:0 24px 60px -18px rgba(12,23,26,.42);
  overflow-y:auto;overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;
  transform-origin:bottom right;
  transition:opacity 240ms var(--tsh-ease),transform 240ms var(--tsh-ease);
}
.tsh-root[data-mode="floating"][data-side="left"] .tsh-panel{transform-origin:bottom left}
.tsh-root[data-mode="floating"].is-open .tsh-panel{opacity:1;transform:none;pointer-events:auto}
.tsh-root[data-mode="floating"].is-open .tsh-launch{opacity:0;pointer-events:none;transform:scale(.8)}
.tsh-root[data-mode="floating"].is-open .tsh-teaser{display:none}

/* Panel icindeki sihirbaz tam yukseklik istemez */
.tsh-root[data-mode="floating"] .tsh{
  min-height:0;
  padding-bottom:calc(20px + env(safe-area-inset-bottom));
}
/* Kapatma dugmesi basligin saginda dursun */
.tsh-root[data-mode="floating"] .tsh-close{
  padding:0;
  position:sticky;top:0;z-index:40;
  display:block;margin-inline-start:auto;
  width:34px;height:34px;flex:0 0 auto;
  border:1px solid var(--tsh-line-strong);background:var(--tsh-surface);
  border-radius:50%;color:var(--tsh-ink);cursor:pointer;
  display:grid;place-items:center;
  transition:background 160ms var(--tsh-ease),transform 140ms var(--tsh-ease);
}
.tsh-root[data-mode="floating"] .tsh-close:hover{background:var(--tsh-tint)}
.tsh-root[data-mode="floating"] .tsh-close:active{transform:scale(.92)}
.tsh-root .tsh-close-row{
  position:sticky;top:0;z-index:41;
  display:flex;justify-content:flex-end;
  padding:10px 12px 6px;
  background:var(--tsh-bg);
}
.tsh-root[data-mode="inline"] .tsh-close-row{display:none}
/* Sihirbazin kendi basligi kapatma satirinin altina yapissin */
.tsh-root[data-mode="floating"] .tsh-top{top:50px}
.tsh-root[data-mode="floating"] .tsh{padding-top:0}

/* Panel dar ve kisa - karsilama ekrani sikissin ki CTA katlamanin ustunde kalsin */
.tsh-root[data-mode="floating"] .tsh-hero{padding-top:0}
.tsh-root[data-mode="floating"] .tsh-hero-av{width:74px;height:74px;margin-bottom:12px}
.tsh-root[data-mode="floating"] .tsh-hero-av .tsh-live{width:17px;height:17px;bottom:2px}
.tsh-root[data-mode="floating"] .tsh-hero h1{font-size:21px;margin-bottom:4px}
.tsh-root[data-mode="floating"] .tsh-hero .tsh-role{margin-bottom:15px;font-size:12.5px}
.tsh-root[data-mode="floating"] .tsh-bubble{padding:15px 15px;border-radius:16px}
.tsh-root[data-mode="floating"] .tsh-bubble p{font-size:14px;margin-bottom:9px}
.tsh-root[data-mode="floating"] .tsh-chips{margin:13px 0 14px;gap:6px}
.tsh-root[data-mode="floating"] .tsh-q{font-size:21px}
.tsh-root[data-mode="floating"] .tsh-sub{font-size:14px;margin-bottom:16px}

/* --- Sabit alt eylem cubugu (dock) ---
   Baslat / WhatsApp / telefon dugmeleri hicbir zaman katlamanin altinda kalmaz. */
.tsh-root[data-mode="floating"] .tsh-dock{
  position:sticky; bottom:0; z-index:25;
  margin-left:calc(var(--pad) * -1);
  margin-right:calc(var(--pad) * -1);
  margin-top:14px;
  padding:12px var(--pad) calc(12px + env(safe-area-inset-bottom));
  background:var(--tsh-bg);
  border-top:1px solid var(--tsh-line);
  box-shadow:0 -14px 22px -14px rgba(12,23,26,.16);
}
.tsh-root[data-mode="floating"] .tsh-dock .tsh-cta-hint{margin-top:9px;font-size:12px}
/* Sayfa ici modda sabitleme yok - sayfanin akisini bozmasin */
.tsh-root[data-mode="inline"] .tsh-dock{margin-top:4px}

/* Mobilde tam ekran sayfa gibi acilsin */
@media (max-width:600px){
  .tsh-root[data-mode="floating"] .tsh-panel{
    inset:0;width:100%;max-height:none;height:100dvh;
    border-radius:0;border:0;
    transform:translateY(100%);
  }
  .tsh-root[data-mode="floating"].is-open .tsh-panel{transform:none}
  /* demo cubugu kapatma dugmesini ortmesin (WordPress'te bu kural devre disi) */
  
  .tsh-root[data-mode="floating"] .tsh-close-row{padding-top:max(10px,env(safe-area-inset-top))}
}

/* ---------- sr-only ---------- */
.tsh-root .tsh-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---------- Ikon boyut ince ayari ---------- */
.tsh-root .tsh-back svg{width:17px;height:17px}
.tsh-root .tsh-eyebrow svg{width:13px;height:13px}
.tsh-root .tsh-link svg{width:15px;height:15px}
.tsh-root .tsh-safe-ic svg{width:24px;height:24px}
.tsh-root .tsh-launch svg{width:16px;height:16px}
.tsh-root .tsh-close svg{width:16px;height:16px}
.tsh-root .tsh-tel > svg{width:18px;height:18px}
.tsh-root .tsh-opt-ck svg{width:12px;height:12px}
.tsh-root .tsh-help svg{width:15px;height:15px}
.tsh-root .tsh-note svg{width:16px;height:16px}
.tsh-root .tsh-privacy svg{width:14px;height:14px}
.tsh-root .tsh-chip svg{width:13px;height:13px}
.tsh-root .tsh-tag svg{width:13px;height:13px}
.tsh-root .tsh-opt-ic svg{width:20px;height:20px}

@media (prefers-reduced-motion:reduce){
  .tsh-root *,.tsh-root *::before,.tsh-root *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Yoneticinin "mobilde gosterme" tercihi */
@media (max-width:600px){
  .tsh-root.tsh-hide-mobile{display:none!important}
}


/* ============================================================
   Hover/odak renk koruyuculari
   Bazi temalar "a:hover{color:#fff}" gibi genel kurallar tanimlar;
   bunlar widget metinlerini gorunmez hale getiriyordu.
   ============================================================ */
.tsh-root .tsh-opt,
.tsh-root .tsh-opt:hover,
.tsh-root .tsh-opt:focus,
.tsh-root .tsh-opt:focus-visible{color:var(--tsh-ink)}
.tsh-root .tsh-opt:hover .tsh-opt-tx b,
.tsh-root .tsh-opt:focus .tsh-opt-tx b{color:var(--tsh-ink)}
.tsh-root .tsh-opt:hover .tsh-opt-tx small,
.tsh-root .tsh-opt:focus .tsh-opt-tx small{color:var(--tsh-muted)}
.tsh-root .tsh-opt:hover .tsh-opt-ic,
.tsh-root .tsh-opt:focus .tsh-opt-ic{color:var(--tsh-primary)}

.tsh-root .tsh-btn--primary,
.tsh-root .tsh-btn--primary:hover,
.tsh-root .tsh-btn--primary:focus{color:#fff}
.tsh-root .tsh-btn--wa,
.tsh-root .tsh-btn--wa:hover,
.tsh-root .tsh-btn--wa:focus{color:#08301C}
.tsh-root .tsh-btn--ghost,
.tsh-root .tsh-btn--ghost:hover,
.tsh-root .tsh-btn--ghost:focus{color:var(--tsh-ink)}
.tsh-root .tsh-btn--safe,
.tsh-root .tsh-btn--safe:hover,
.tsh-root .tsh-btn--safe:focus{color:#fff}

.tsh-root .tsh-back,.tsh-root .tsh-back:hover,.tsh-root .tsh-back:focus,
.tsh-root .tsh-close,.tsh-root .tsh-close:hover,.tsh-root .tsh-close:focus{color:var(--tsh-ink)}

.tsh-root .tsh-link,.tsh-root .tsh-link:hover,.tsh-root .tsh-link:focus{color:var(--tsh-primary)}
.tsh-root .tsh-tel,.tsh-root .tsh-tel:hover,.tsh-root .tsh-tel:focus{color:var(--tsh-ink)}
.tsh-root .tsh-tel:hover .tsh-tel-t small{color:var(--tsh-muted)}
.tsh-root .tsh-restart,.tsh-root .tsh-restart:hover{color:var(--tsh-muted)}
.tsh-root .tsh-restart:hover{color:var(--tsh-ink)}
.tsh-root .tsh-teaser,.tsh-root .tsh-teaser:hover{color:var(--tsh-ink)}
.tsh-root .tsh-launch-tx b{color:var(--tsh-ink)}
.tsh-root .tsh-launch-tx small{color:var(--tsh-muted)}
.tsh-root .tsh-launch:hover .tsh-launch-tx b{color:var(--tsh-ink)}
.tsh-root .tsh-launch:hover .tsh-launch-tx small{color:var(--tsh-muted)}

/* Tema gecislerinin dugmeleri titretmesini engelle */
.tsh-root .tsh-btn:hover,.tsh-root .tsh-opt:hover{text-decoration:none}
