/* ============================================================
   PAZAR v2 — ÖZGÜN TASARIM SİSTEMİ
   Sıcak krem zemin · zümrüt aksan · mercan teklif rengi
   Floating pill nav · sheet'li detay · teklif sistemi
   ============================================================ */
:root{
  /* 60-30-10: Güven & Finans paleti */
  --bg:#F8FAFC;          /* %60 — açık gri zemin */
  --surface:#FFFFFF;     /* %60 — kartlar */
  --ink:#0F172A;         /* metin — koyu füme */
  --muted:#64748B;
  --line:#E2E8F0;
  --primary:#1E3A8A;     /* %30 — lacivert (güven/derinlik) */
  --primary-deep:#16296B;
  --primary-tint:#E8EEFB;
  --secondary:#3B82F6;   /* %30 — canlı mavi (linkler/bilgi) */
  --secondary-tint:#EBF2FE;
  --coral:#2F7DFF;       /* %10 — CTA turuncu (SADECE aksiyon butonu) */
  --coral-deep:#0B2A5B;
  --coral-tint:#EAF1FF;
  --amber:#F59E0B;
  --amber-tint:#FEF3D9;
  --success:#16A34A;
  --danger:#E11D48;
  --danger-tint:#FDECF0;
  --violet:#6E56CF;
  --violet-tint:#EEEAFB;

  --r-card:16px;
  --r-sheet:28px;
  --nav-h:66px;
  --maxw:430px;
  --shadow:0 6px 20px rgba(15,23,42,.08);
  --shadow-up:0 -6px 24px rgba(15,23,42,.10);
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background:#E2E8F0;color:var(--ink);
  display:flex;justify-content:center;
  height:100vh;height:100dvh;overflow:hidden;   /* telefonda görünür yükseklik — gövde kaymaz */
}
#phone{
  position:relative;width:100%;max-width:var(--maxw);
  height:100vh;height:100dvh;                    /* 100vh yerine dvh: alt bar hep görünür ekranın dibinde */
  background:var(--bg);overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 0 44px rgba(0,0,0,.22);
}

/* --- Durum çubuğu (açık tema) --- */
.statusbar{
  height:40px;display:flex;align-items:center;justify-content:space-between;
  padding:0 22px;font-size:14px;font-weight:700;color:var(--ink);
  background:transparent;flex:0 0 auto;position:relative;z-index:30;
}
.statusbar.on-hero{position:absolute;top:0;left:0;right:0;color:#fff;z-index:12}

/* --- Genel ekran --- */
.screen{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--nav-h) + 28px + env(safe-area-inset-bottom))}
.screen.no-nav{padding-bottom:12px}

/* ============ ANA SAYFA (Keşfet) ============ */
.home-top{padding:6px 20px 0}
.home-brandrow{display:flex;align-items:center;justify-content:space-between}
.wordmark{font-size:24px;font-weight:800;color:var(--primary);letter-spacing:-.5px}
.wordmark .dot{color:var(--coral)}
.bell-btn{width:42px;height:42px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}
.bell-btn svg{width:21px;height:21px;fill:none;stroke:var(--ink);stroke-width:1.8}
.bell-btn .dot{position:absolute;top:9px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--coral);border:2px solid #fff}
.greet{margin:14px 0 4px;font-size:26px;font-weight:800;line-height:1.15;letter-spacing:-.5px}
.greet small{display:block;font-size:15px;font-weight:500;color:var(--muted);margin-top:4px;letter-spacing:0}

.search-pill{
  margin:16px 20px 4px;display:flex;align-items:center;gap:10px;
  background:var(--surface);border-radius:24px;padding:15px 18px;
  box-shadow:var(--shadow);cursor:pointer;
}
.search-pill svg{width:20px;height:20px;fill:none;stroke:var(--muted);stroke-width:2}
.search-pill input{border:0;outline:0;flex:1;font-size:15px;background:transparent;color:var(--ink)}
.search-pill input::placeholder{color:var(--muted)}

/* Kategori chip rayı */
.chip-rail{display:flex;gap:10px;overflow-x:auto;padding:16px 20px 6px;scrollbar-width:none}
.chip-rail::-webkit-scrollbar{display:none}
.cat-chip{
  flex:0 0 auto;display:flex;align-items:center;gap:7px;
  background:var(--surface);border:1px solid var(--line);border-radius:20px;
  padding:9px 15px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;
}
.cat-chip .ce{font-size:16px}
.cat-chip.on{background:var(--primary);color:#fff;border-color:var(--primary)}

.sec-row{display:flex;align-items:baseline;justify-content:space-between;padding:20px 20px 12px}
.sec-row h2{margin:0;font-size:19px;font-weight:800;letter-spacing:-.3px}
.sec-row .see{font-size:13px;font-weight:700;color:var(--secondary);cursor:pointer}

/* Öne çıkanlar rayı */
.feat-rail{display:flex;gap:14px;overflow-x:auto;padding:0 20px 8px;scrollbar-width:none}
.feat-rail::-webkit-scrollbar{display:none}
.feat-card{flex:0 0 218px;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;box-shadow:var(--shadow)}
.feat-card img{width:100%;height:150px;object-fit:cover;display:block}
.feat-card .fc-price{
  position:absolute;left:12px;bottom:56px;background:rgba(15,25,20,.78);color:#fff;
  font-size:14px;font-weight:800;border-radius:10px;padding:5px 10px;backdrop-filter:blur(4px);
}
.feat-card .fc-body{background:var(--surface);padding:10px 12px}
.feat-card .fc-title{font-size:13.5px;font-weight:600;line-height:1.3;height:2.6em;overflow:hidden}
.feat-card .fc-loc{font-size:12px;color:var(--muted);margin-top:4px;display:flex;align-items:center;gap:4px}
.feat-card .fc-badge{position:absolute;top:10px;left:10px;background:var(--amber);color:#4A3200;font-size:11px;font-weight:800;border-radius:8px;padding:4px 8px}

/* Keşfet grid kartları */
.dgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:4px 20px 10px}
.dcard{background:var(--surface);border-radius:var(--r-card);overflow:hidden;cursor:pointer;box-shadow:var(--shadow);position:relative}
.dcard .dimg{width:100%;height:128px;object-fit:cover;display:block}
.dcard .heart{
  position:absolute;top:9px;right:9px;width:32px;height:32px;border-radius:50%;
  background:rgba(255,255,255,.85);backdrop-filter:blur(4px);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.dcard .heart svg{width:17px;height:17px;fill:none;stroke:var(--ink);stroke-width:1.8}
.dcard .heart.fav svg{fill:var(--coral);stroke:var(--coral)}
.dcard .dbody{padding:10px 12px 12px}
.dcard .dprice{font-size:15.5px;font-weight:800;letter-spacing:-.2px}
.dcard .dtitle{font-size:13px;color:var(--ink);line-height:1.3;margin-top:3px;height:2.6em;overflow:hidden}
.dcard .dloc{font-size:11.5px;color:var(--muted);margin-top:5px;display:flex;align-items:center;gap:4px}
.dcard .dloc svg{width:11px;height:11px;fill:var(--muted)}
.dcard .offer-mini{
  margin-top:8px;display:inline-flex;align-items:center;gap:5px;
  background:var(--coral-tint);color:var(--coral-deep);font-size:11.5px;font-weight:700;
  border-radius:9px;padding:5px 9px;cursor:pointer;
}

/* ============ ARA sekmesi ============ */
.page-title{padding:10px 20px 0;font-size:26px;font-weight:800;letter-spacing:-.5px}
.tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 20px}
.cat-tile{
  border-radius:18px;padding:18px 16px;cursor:pointer;position:relative;overflow:hidden;
  min-height:86px;display:flex;flex-direction:column;justify-content:flex-end;gap:2px;
}
.cat-tile .te{font-size:26px;position:absolute;top:12px;left:14px}
.cat-tile .tn{font-size:15px;font-weight:700}
.cat-tile .tc{font-size:12px;color:var(--muted)}
.recent-wrap{padding:4px 20px}
.recent-wrap .rw-hd{font-size:14px;font-weight:700;color:var(--muted);margin:12px 0 10px}
.rchip{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:8px 13px;font-size:13.5px;margin:0 8px 8px 0;cursor:pointer}

/* ============ ARA — Kategori Izgarası (#15a tasarımı, sr- izole) ============ */
.sr-home{background:#fff;font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.sr-search{margin:14px 20px 0;display:flex;align-items:center;gap:10px;background:#2563eb;border-radius:16px;padding:15px 16px;box-shadow:0 8px 20px rgba(37,99,235,.3);cursor:pointer}
.sr-search svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.2}
.sr-search span{font-size:15px;font-weight:600;color:#dbeafe}
.sr-hd{padding:18px 20px 0;font-size:17px;font-weight:800;color:#0f172a}
.sr-grid{padding:14px 20px 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sr-cat{border-radius:18px;padding:16px 14px;display:flex;flex-direction:column;gap:10px;cursor:pointer}
.sr-cat .e{font-size:26px}
.sr-cat .n{font-size:14px;font-weight:800;color:#fff;line-height:1.2}
.sr-cat .c{font-size:10px;font-weight:600;color:rgba(255,255,255,.85)}

/* ============ ORTAK MAVİ-DİL ekranlar (#20a #22d #23a #25a #25b) ============ */
.mn{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.mn-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.mn-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.mn-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.mn-title{flex:1;font-size:18px;font-weight:800;color:#0f172a}
.mn-wm{flex:1;text-align:center;font-size:17px;font-weight:800;color:#2563eb;letter-spacing:-.02em}
.mn-wm span{color:#0f172a}
.mn-search{margin:12px 16px 0;display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:12px;padding:11px 13px;cursor:text}
.mn-search svg{width:17px;height:17px;fill:none;stroke:#2563eb;stroke-width:2}
.mn-search input{border:0;outline:0;background:transparent;flex:1;font-size:13px;font-weight:500;color:#0f172a;font-family:inherit}
.mn-search input::placeholder{color:#94a3b8}
.mn-label{padding:14px 16px 0;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.05em}

/* Checkbox liste (ortak — picker) */
.pk-list{padding:6px 16px 0}
.pk-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f5f7fa;cursor:pointer}
.pk-box{width:22px;height:22px;border-radius:7px;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;flex:none}
.pk-row.on .pk-box{background:#2563eb;border-color:#2563eb}
.pk-box svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:3;opacity:0}
.pk-row.on .pk-box svg{opacity:1}
.pk-name{flex:1;font-size:14px;font-weight:500;color:#0f172a}
.pk-row.on .pk-name{font-weight:700}
.pk-seg{display:flex;margin:14px 16px 0;background:#f1f5f9;border-radius:12px;padding:4px}
.pk-seg div{flex:1;text-align:center;padding:9px 0;border-radius:9px;font-size:12px;font-weight:700;color:#64748b;cursor:pointer}
.pk-seg div.on{background:#2563eb;color:#fff}
.pk-quick{display:flex;gap:8px;overflow-x:auto;padding:10px 16px 0;scrollbar-width:none}
.pk-quick::-webkit-scrollbar{display:none}
.pk-chip{flex:none;font-size:12px;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:20px;padding:8px 14px;cursor:pointer;white-space:nowrap}
.pk-chip.on{background:#2563eb;color:#fff}
.pk-cta{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f7;padding:12px 16px 16px}
.pk-cta .btn{background:#2563eb;border-radius:14px;padding:14px 0;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.pk-cta .btn span{font-size:14px;font-weight:700;color:#fff}
.pk-cta .btn .cnt{font-size:11px;font-weight:700;color:#fff;background:rgba(255,255,255,.22);border-radius:12px;padding:3px 9px}

/* ============ FİLTRE PANELİ (#20a) ============ */
.flt-page{background:#f7f9fc;font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.flt-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.flt-htxt{flex:1}
.flt-htxt .t{font-size:16px;font-weight:800;color:#0f172a}
.flt-htxt .s{font-size:11px;font-weight:500;color:#94a3b8}
.flt-cat{margin:14px 16px 0;background:#fff;border-radius:16px;padding:14px 15px;display:flex;align-items:center;box-shadow:0 3px 12px rgba(15,23,42,.05);cursor:pointer}
.flt-cat .l{flex:1}
.flt-cat .l .t{font-size:14px;font-weight:700;color:#0f172a}
.flt-cat .l .p{font-size:12px;font-weight:500;color:#2563eb;margin-top:2px}
.flt-cat svg,.flt-row .chev{width:16px;height:16px;fill:none;stroke:#cbd5e1;stroke-width:2;flex:none}
.flt-sec{margin:0 16px;background:#fff;border-radius:16px;box-shadow:0 3px 12px rgba(15,23,42,.05);overflow:hidden}
.flt-rowwrap{position:relative;overflow:hidden}
.flt-row{display:flex;align-items:center;padding:14px 16px;background:#fff;position:relative;transition:transform .22s cubic-bezier(.2,.8,.3,1);cursor:pointer;border-bottom:1px solid #f1f5f9}
.flt-rowwrap:last-child .flt-row{border-bottom:0}
.flt-row .l{flex:1}
.flt-row .l .t{font-size:14px;font-weight:600;color:#0f172a}
.flt-row .l .v{font-size:11px;font-weight:500;color:#94a3b8;margin-top:2px}
.flt-row .l .v.on{color:#2563eb;font-weight:600}
.flt-del{position:absolute;right:0;top:0;bottom:0;width:72px;background:#ef4444;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}
.flt-del svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2}
.flt-del span{font-size:9px;font-weight:700;color:#fff}
.flt-rowwrap.swiped .flt-row{transform:translateX(-72px)}
.flt-cta{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f7;padding:12px 16px 16px;display:flex;gap:10px}
.flt-apply{flex:1;background:#2563eb;border-radius:14px;padding:14px 0;text-align:center;font-size:14px;font-weight:700;color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.35);cursor:pointer}
.flt-clear{background:#eff6ff;border-radius:14px;padding:14px 18px;text-align:center;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer}

/* ============ İLAN DETAYI (#25a) ============ */
.d25{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.d25-hbtns{display:flex;gap:8px}
.d25-hbtn{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer}
.d25-hbtn svg{width:16px;height:16px;fill:none;stroke:#0f172a;stroke-width:2}
.d25-hbtn.on svg{fill:#ef4444;stroke:#ef4444}
/* Tam-bleed galeri */
.d25-gallery{margin:8px 0 0;height:230px;position:relative;overflow:hidden}
.d25-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.d25-gcap{position:absolute;left:14px;top:14px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.9);font-size:11px;font-weight:600;border-radius:12px;padding:4px 10px}
.d25-gover{position:absolute;left:0;right:0;bottom:0;padding:30px 16px 14px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent)}
.d25-gprice{font-size:24px;font-weight:800;color:#fff}
.d25-gsub{font-size:13px;font-weight:500;color:#e2e8f0;margin-top:1px}
/* Kapak + bindirmeli avatar satıcı kartı */
.d25-scard{margin:14px 16px 0;background:#fff;border:1px solid #eef2f7;border-radius:18px;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.06);cursor:pointer}
.d25-scover{height:56px;background:linear-gradient(120deg,#1e40af,#3b82f6)}
.d25-sbody{padding:0 15px 15px;margin-top:-26px}
.d25-srow{display:flex;align-items:flex-end;justify-content:space-between}
.d25-savbox{border:3px solid #fff;border-radius:16px}
.d25-savbox .av{width:52px;height:52px;border-radius:13px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:800;color:#fff}
.d25-follow{font-size:12px;font-weight:700;color:#fff;background:#2563eb;border-radius:12px;padding:8px 16px;margin-bottom:4px;cursor:pointer}
.d25-follow.on{background:#e0f2fe;color:#2563eb}
.d25-sname{display:flex;align-items:center;gap:5px;margin-top:8px}
.d25-sname .n{font-size:16px;font-weight:700;color:#0f172a}
.d25-sname .vbadge{width:14px;height:14px;flex:none}
.d25-smeta{font-size:11px;font-weight:500;color:#94a3b8;margin-top:2px}
.d25-smeta b{color:#2563eb}
.d25-crumb{padding:14px 16px 0}
.d25-crumb .p{font-size:12px;font-weight:600;color:#2563eb}
.d25-crumb .loc{font-size:12px;font-weight:500;color:#94a3b8;margin-top:5px}
.d25-seller{margin:14px 16px 0;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:11px 13px;box-shadow:0 3px 12px rgba(15,23,42,.05);cursor:pointer}
.d25-av{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex:none}
.d25-sinfo{flex:1;min-width:0}
.d25-sinfo .n{font-size:13px;font-weight:700;color:#0f172a}
.d25-sinfo .s{font-size:10px;font-weight:500;color:#94a3b8;margin-top:1px}
.d25-stars{display:flex;align-items:center;gap:5px;margin-top:4px}
.d25-stars .r{font-size:12px;font-weight:700;color:#f59e0b}
.d25-stars .st{color:#f59e0b;font-size:12px}
.d25-stars .stg{color:#e2e8f0;font-size:12px}
.d25-stars .e{font-size:11px;font-weight:500;color:#94a3b8}
.d25-seller > svg{width:18px;height:18px;fill:none;stroke:#cbd5e1;stroke-width:2;flex:none}
.d25-tabs{display:flex;gap:8px;margin:16px 16px 0}
.d25-tab{flex:1;text-align:center;font-size:12px;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:12px;padding:11px 0;cursor:pointer}
.d25-tab.on{color:#fff;background:#2563eb}
.d25-body{padding:8px 16px 0}
.d25-kv{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #f1f5f9}
.d25-kv .k{font-size:13px;font-weight:500;color:#64748b}
.d25-kv .val{font-size:13px;font-weight:700;color:#0f172a}
.d25-desc{padding:14px 16px 0;font-size:14px;line-height:1.65;color:#334155;white-space:pre-wrap}
.d25-map{margin:14px 16px 0;height:170px;border-radius:16px;position:relative;overflow:hidden;
  background:repeating-linear-gradient(0deg,#eef2f7,#eef2f7 34px,#e5eaf1 34px,#e5eaf1 35px),
             repeating-linear-gradient(90deg,#eef2f7,#eef2f7 34px,#e5eaf1 34px,#e5eaf1 35px)}
.d25-map .pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#2563eb;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.d25-map .lbl{position:absolute;left:12px;bottom:12px;background:#fff;border-radius:10px;padding:6px 11px;font-size:12px;font-weight:700;color:#0f172a}
.d25-cta{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f7;padding:12px 14px 16px;display:flex;gap:10px}
.d25-call{flex:1;background:#2563eb;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.d25-call svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2}
.d25-msg{flex:1;background:#eff6ff;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}
.d25-msg svg{width:15px;height:15px;fill:none;stroke:#2563eb;stroke-width:2}
.d25-wa{flex:1;background:#e6f7ee;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;color:#12805c;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.d25-wa svg{width:15px;height:15px;fill:#12805c;stroke:none}
.d25-fav3{flex:1;background:#fff1f2;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;color:#e11d48;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.d25-fav3 svg{width:15px;height:15px;fill:none;stroke:#e11d48;stroke-width:2}
.d25-fav3.on svg{fill:#e11d48}
.d25-cta > div:first-child{gap:6px}

/* ============ PROFİLİM (#37a) ============ */
.pr{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.pr-head{background:linear-gradient(160deg,#2563eb,#1e40af);padding:0 20px 22px}
.pr-head .statusbar{color:#fff}
.pr-toprow{display:flex;align-items:center;justify-content:space-between}
.pr-toprow .h{font-size:19px;font-weight:800;color:#fff}
.pr-gear{display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.16);border-radius:20px;padding:8px 13px;cursor:pointer}
.pr-gear svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:1.9}
.pr-gear span{font-size:11px;font-weight:700;color:#fff}
.pr-user{display:flex;align-items:center;gap:14px;margin-top:14px}
.pr-av{width:74px;height:74px;border-radius:22px;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;color:#2563eb;flex:none}
.pr-uinfo{flex:1;min-width:0}
.pr-uinfo .n{font-size:18px;font-weight:800;color:#fff}
.pr-uinfo .m{font-size:12px;font-weight:500;color:#bfd3ff;margin-top:2px}
.pr-edit{font-size:12px;font-weight:700;color:#2563eb;background:#fff;border-radius:20px;padding:8px 14px;cursor:pointer;flex:none}
.pr-stats{margin:-18px 16px 0;background:#fff;border-radius:16px;padding:14px 8px;box-shadow:0 8px 22px rgba(30,64,175,.15);display:flex}
.pr-stat{flex:1;text-align:center;cursor:pointer}
.pr-stat .v{font-size:17px;font-weight:800;color:#0f172a}
.pr-stat .l{font-size:10px;font-weight:500;color:#94a3b8;margin-top:2px}
.pr-div{width:1px;background:#eef2f7;align-self:stretch;margin:4px 0}
.pr-sechd{padding:18px 16px 0;display:flex;align-items:center;justify-content:space-between}
.pr-sechd .t{font-size:15px;font-weight:800;color:#0f172a}
.pr-sechd.big .t{font-size:16px}
.pr-sechd .all{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}
.pr-editico{width:15px;height:15px;fill:none;stroke:#2563eb;stroke-width:2;cursor:pointer}
.pr-bio{margin:10px 16px 0;background:#f8fafc;border-radius:16px;padding:14px;font-size:13px;line-height:1.6;color:#475569}
.pr-bioedit{margin:10px 16px 0}
.pr-bioedit textarea{width:100%;border:1.5px solid #2563eb;border-radius:16px;padding:14px;font-size:13px;line-height:1.6;color:#0f172a;font-family:inherit;outline:0;min-height:88px;resize:none}
.pr-biosave{margin-top:8px;background:#2563eb;border-radius:12px;padding:11px 0;text-align:center;font-size:13px;font-weight:700;color:#fff;cursor:pointer}
.pr-ilanlar{padding:12px 16px 24px;display:flex;flex-direction:column;gap:14px}
.pr-ilan{background:#fff;border:1px solid #eef2f7;border-radius:18px;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.05);cursor:pointer}
.pr-ithumb{height:150px;position:relative}
.pr-ithumb img{width:100%;height:100%;object-fit:cover;display:block}
.pr-aktif{position:absolute;left:12px;top:12px;font-size:9px;font-weight:700;color:#12805c;background:#e6f7ee;border-radius:12px;padding:4px 10px}
.pr-ibody{padding:12px 14px}
.pr-ibody .p{font-size:17px;font-weight:800;color:#2563eb}
.pr-ibody .t{font-size:13px;font-weight:600;color:#0f172a;margin-top:2px}
.pr-ibody .m{font-size:11px;font-weight:500;color:#94a3b8;margin-top:3px}

/* Ayarlar sheet (#37a) */
.set-back{position:absolute;inset:0;background:rgba(15,23,42,.5);z-index:45;display:flex;align-items:flex-end}
.set-sheet{background:#fff;width:100%;border-radius:24px 24px 0 0;padding:10px 0 24px;animation:slideup .3s cubic-bezier(.2,.8,.3,1);font-family:'Manrope',sans-serif;max-height:82%;overflow-y:auto}
.set-grip{width:42px;height:5px;border-radius:3px;background:#e2e8f0;margin:4px auto 12px}
.set-title{padding:0 20px 6px;font-size:16px;font-weight:800;color:#0f172a}
.set-glabel{padding:14px 20px 6px;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.04em}
.set-row{display:flex;align-items:center;gap:13px;padding:13px 20px;cursor:pointer}
.set-row:active{background:#f8fafc}
.set-ico{width:36px;height:36px;border-radius:11px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex:none;font-size:17px}
.set-row .t{flex:1;font-size:14px;font-weight:600;color:#0f172a}
.set-row.danger .t{color:#e11d48}
.set-row .chev{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2}

/* ============ İLAN DETAYI (#25a) ============ */
.d25-legacy-marker{}

/* ============ SATICI PROFİLİ (#25b) ============ */
.sp{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.sp-h2{padding:8px 16px 0;font-size:18px;font-weight:800;color:#0f172a}
.sp-card{margin:14px 16px 0;background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:15px;box-shadow:0 4px 14px rgba(15,23,42,.05)}
.sp-top{display:flex;align-items:flex-start;gap:12px}
.sp-av{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff;flex:none}
.sp-info{flex:1}
.sp-info .n{font-size:15px;font-weight:800;color:#0f172a}
.sp-info .s{font-size:11px;font-weight:500;color:#94a3b8;margin-top:2px}
.sp-heart{cursor:pointer}
.sp-heart svg{width:20px;height:20px;fill:none;stroke:#cbd5e1;stroke-width:2}
.sp-heart.on svg{fill:#ef4444;stroke:#ef4444}
.sp-verify{border-top:1px solid #f1f5f9;margin-top:13px;padding-top:13px}
.sp-verify .lbl{font-size:11px;font-weight:600;color:#64748b;margin-bottom:9px}
.sp-badges{display:flex;gap:10px}
.sp-badge{width:38px;height:38px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center}
.sp-badge svg{width:17px;height:17px;stroke:#2563eb}
.sp-editrow{display:flex;gap:10px;margin-top:13px}
.sp-edit{flex:1;background:#2563eb;border-radius:12px;padding:12px 0;text-align:center;font-size:13px;font-weight:700;color:#fff;cursor:pointer}
.sp-stats{display:flex;gap:10px;margin:14px 16px 0}
.sp-stat{flex:1;background:#f7f9fc;border-radius:14px;padding:12px 8px;text-align:center}
.sp-stat .v{font-size:18px;font-weight:800;color:#2563eb}
.sp-stat .l{font-size:10px;font-weight:600;color:#64748b;margin-top:2px}
.sp-h3{padding:20px 16px 0;font-size:15px;font-weight:800;color:#0f172a}
.sp-grid{padding:12px 16px 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sp-item{background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.05);cursor:pointer}
.sp-item img{width:100%;height:96px;object-fit:cover;display:block}
.sp-thumb{height:96px;position:relative}
.sp-thumb .hb{position:absolute;right:8px;top:8px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center}
.sp-thumb .hb svg{width:13px;height:13px;fill:none;stroke:#0f172a;stroke-width:2}
.sp-b{padding:9px 10px}
.sp-b .p{font-size:14px;font-weight:800;color:#2563eb}
.sp-b .t{font-size:11px;font-weight:700;color:#0f172a;margin-top:2px}
.sp-b .d{font-size:10px;font-weight:400;color:#94a3b8;margin-top:3px;line-height:1.3;height:2.6em;overflow:hidden}
.sp-b .m{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:9px;font-weight:500;color:#94a3b8}

/* ============ KATEGORİ DRILL-DOWN (#42b) ============ */
.cd{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.cd-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.cd-back,.cd-filter{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.cd-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.cd-filter svg{width:17px;height:17px;fill:none;stroke:#0f172a;stroke-width:2}
.cd-title{flex:1;text-align:center;font-size:17px;font-weight:800;color:#0f172a}
.cd-crumb{padding:12px 16px 0;font-size:12px;font-weight:700}
.cd-banner{margin:14px 16px 0;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.cd-banner .t{font-size:14px;font-weight:700;color:#fff}
.cd-banner .c{font-size:14px;font-weight:800;color:#fff}
.cd-card{margin:14px 16px 0;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.04)}
.cd-row{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid #f5f7fa;cursor:pointer}
.cd-row:last-child{border-bottom:0}
.cd-row .n{font-size:13px;font-weight:600;color:#0f172a}
.cd-row .r{display:flex;align-items:center;gap:8px}
.cd-row .r .cnt{font-size:12px;font-weight:600;color:#94a3b8}
.cd-row .r svg{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2}
.cd-label{padding:18px 16px 6px;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.04em}

/* ============ SOHBET (#43c) ============ */
.c43{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;display:flex;flex-direction:column;height:100%}
.c43-hdr{padding:2px 14px 12px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #f1f5f9;flex:none}
.c43-back{cursor:pointer}
.c43-back svg{width:20px;height:20px;fill:none;stroke:#0f172a;stroke-width:2.2}
.c43-av{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex:none}
.c43-hinfo{flex:1;min-width:0}
.c43-hinfo .n{font-size:14px;font-weight:700;color:#0f172a}
.c43-hinfo .on{font-size:10px;font-weight:500;color:#16a34a}
.c43-call svg{width:18px;height:18px;fill:none;stroke:#2563eb;stroke-width:2;cursor:pointer}
.c43-ctx{display:flex;align-items:center;gap:10px;background:#f8fafc;margin:12px 14px 0;border-radius:14px;padding:10px 12px;cursor:pointer;flex:none}
.c43-ctx img{width:44px;height:44px;border-radius:10px;object-fit:cover;flex:none}
.c43-ctx .b{flex:1;min-width:0}
.c43-ctx .b .t{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.c43-ctx .b .p{font-size:13px;font-weight:800;color:#2563eb;margin-top:2px}
.c43-ctx > svg{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2;flex:none}
.c43-msgs{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px}
.c43-b{max-width:74%}
.c43-b.them{align-self:flex-start}
.c43-b.me{align-self:flex-end}
.c43-b .bub{padding:10px 13px;font-size:13px;line-height:1.4;font-weight:500}
.c43-b.them .bub{background:#f1f5f9;border-radius:16px 16px 16px 4px;color:#0f172a}
.c43-b.me .bub{background:#2563eb;border-radius:16px 16px 4px 16px;color:#fff}
.c43-b .tm{font-size:9px;font-weight:500;color:#94a3b8;margin-top:3px}
.c43-b.them .tm{margin-left:4px}
.c43-b.me .tm{margin-right:4px;text-align:right}
.c43-deal{align-self:center;display:flex;align-items:center;gap:6px;background:#e6f7ee;border:1px solid #bbf7d0;border-radius:20px;padding:7px 14px}
.c43-deal span{font-size:11px;font-weight:700;color:#12805c}
.c43-quick{display:flex;overflow-x:auto;padding:0 14px 8px;gap:8px;scrollbar-width:none;flex:none}
.c43-quick::-webkit-scrollbar{display:none}
.c43-qchip{flex:none;font-size:12px;font-weight:600;color:#2563eb;background:#eff6ff;border-radius:20px;padding:8px 13px;cursor:pointer;white-space:nowrap}
.c43-input{background:#fff;border-top:1px solid #eef2f7;padding:10px 14px 16px;display:flex;align-items:center;gap:10px;flex:none}
.c43-field{flex:1;display:flex;align-items:center;gap:8px;background:#f1f5f9;border-radius:22px;padding:6px 15px}
.c43-field input{flex:1;border:0;outline:0;background:transparent;font-size:13px;font-weight:500;color:#0f172a;font-family:inherit;padding:6px 0}
.c43-field input::placeholder{color:#94a3b8}
.c43-send{width:44px;height:44px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none;border:0}
.c43-send svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}

/* ============ FAVORİLERİM (#45a) ============ */
.fv{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.fv-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.fv-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.fv-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.fv-title{flex:1;font-size:18px;font-weight:800;color:#0f172a}
.fv-h{padding:16px 16px 0;font-size:15px;font-weight:800;color:#0f172a}
.fv-secrow{padding:22px 16px 0;display:flex;align-items:center;justify-content:space-between}
.fv-secrow .t{font-size:15px;font-weight:800;color:#0f172a}
.fv-secrow .all{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}
.fv-cols{padding:12px 16px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fv-col{border-radius:16px;overflow:hidden;position:relative;height:110px;cursor:pointer}
.fv-col .ov{position:absolute;left:0;right:0;bottom:0;padding:20px 12px 10px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}
.fv-col .ov .n{font-size:14px;font-weight:800;color:#fff}
.fv-col .ov .c{font-size:10px;font-weight:500;color:#e2e8f0}
.fv-new{border-radius:16px;height:110px;border:2px dashed #cbd5e1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.fv-new svg{width:22px;height:22px;fill:none;stroke:#2563eb;stroke-width:2.2}
.fv-new span{font-size:10px;font-weight:600;color:#94a3b8}
.fv-drops{padding:12px 16px 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fv-drop{background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.05);cursor:pointer}
.fv-dthumb{height:110px;position:relative}
.fv-dthumb img{width:100%;height:100%;object-fit:cover;display:block}
.fv-dbadge{position:absolute;left:8px;top:8px;font-size:9px;font-weight:700;color:#fff;background:#16a34a;border-radius:10px;padding:4px 8px}
.fv-dheart{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;cursor:pointer}
.fv-dheart svg{width:16px;height:16px;fill:#ef4444;stroke:none}
.fv-db{padding:10px 11px}
.fv-db .prices .new{font-size:14px;font-weight:800;color:#16a34a}
.fv-db .prices .old{font-size:10px;font-weight:500;color:#94a3b8;text-decoration:line-through;margin-left:4px}
.fv-db .t{font-size:11px;font-weight:500;color:#64748b;margin-top:2px}
.fv-db .loc{font-size:10px;font-weight:500;color:#94a3b8;margin-top:3px}

/* ============ BOŞ ARAMA SONUCU (#92b) ============ */
.er{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.er-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.er-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.er-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.er-search{flex:1;display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:12px;padding:11px 13px;cursor:pointer}
.er-search svg{width:17px;height:17px;fill:none;stroke:#2563eb;stroke-width:2}
.er-search span{font-size:13px;font-weight:600;color:#0f172a}
.er-center{padding:48px 40px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.er-icon{width:96px;height:96px;border-radius:28px;background:#eff6ff;display:flex;align-items:center;justify-content:center}
.er-icon svg{width:44px;height:44px;fill:none;stroke:#2563eb;stroke-width:1.6}
.er-t{font-size:17px;font-weight:800;color:#0f172a}
.er-s{font-size:12px;line-height:1.5;font-weight:500;color:#94a3b8;margin-top:5px}
.er-chips{display:flex;overflow-x:auto;gap:8px;padding:16px 16px 0;scrollbar-width:none}
.er-chips::-webkit-scrollbar{display:none}
.er-chip{flex:none;font-size:12px;font-weight:700;color:#2563eb;background:#eff6ff;border-radius:20px;padding:9px 14px;cursor:pointer;white-space:nowrap}
.er-hd{padding:22px 16px 0;font-size:15px;font-weight:800;color:#0f172a}
.er-rail{display:flex;overflow-x:auto;gap:12px;padding:12px 16px 0;scrollbar-width:none}
.er-rail::-webkit-scrollbar{display:none}
.er-card{width:150px;flex:none;background:#fff;border:1px solid #eef2f7;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.04);cursor:pointer}
.er-card img{width:100%;height:90px;object-fit:cover;display:block}
.er-cb{padding:9px 11px}
.er-cb .p{font-size:13px;font-weight:800;color:#2563eb}
.er-cb .t{font-size:11px;font-weight:600;color:#0f172a;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ============ Boş / az ilanlı kategori (Blok 4.3) ============ */
.ec-center{padding:34px 26px 6px;display:flex;flex-direction:column;align-items:center;text-align:center}
.ec-icon{width:78px;height:78px;border-radius:22px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ec-t{font-size:19px;font-weight:800;color:#0B2A5B;letter-spacing:-.02em}
.ec-s{font-size:13.5px;font-weight:500;color:#64748b;line-height:1.5;margin-top:8px;max-width:280px}
.ec-s b{color:#1157D4;font-weight:800}
.ec-cta{margin-top:22px;border:none;border-radius:14px;padding:14px 30px;font-size:15px;font-weight:800;color:#fff;font-family:inherit;cursor:pointer;letter-spacing:-.01em}
.ec-hd{padding:26px 18px 0;font-size:13px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}
.ec-sug{padding:12px 16px 0;display:grid;grid-template-columns:1fr 1fr;gap:11px}
.ec-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:14px 14px 13px;box-shadow:0 2px 10px rgba(15,23,42,.04);cursor:pointer;display:flex;flex-direction:column;gap:2px}
.ec-cdot{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:8px}
.ec-cn{font-size:13.5px;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ec-cc{font-size:12px;font-weight:600;color:#94a3b8}

/* ============ Konum seçici (Blok 3.3) ============ */
.hm-loc{margin:12px 16px 0;display:flex;align-items:center;gap:8px;background:#EAF1FF;border:1px solid #DCE8FF;border-radius:12px;padding:11px 14px;cursor:pointer}
.hm-loc svg{width:17px;height:17px;fill:none;stroke:#1157D4;stroke-width:2}
.hm-loc span{flex:1;font-size:14px;font-weight:700;color:#0B2A5B}
.hm-loc .chev{width:15px;height:15px;stroke:#1157D4}
.loc-back{position:absolute;inset:0;background:rgba(15,23,42,.4);z-index:45;display:flex;align-items:flex-end}
.loc-sheet{background:#fff;width:100%;border-radius:24px 24px 0 0;box-shadow:0 -10px 40px rgba(15,23,42,.2);animation:slideup .3s cubic-bezier(.2,.8,.3,1);font-family:'Manrope',sans-serif;padding-bottom:18px}
.loc-grip{width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:10px auto 0}
.loc-h{padding:14px 18px 4px;font-size:17px;font-weight:800;color:#0f172a}
.loc-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f5f7fa;cursor:pointer;font-size:14px;font-weight:600;color:#0f172a}
.loc-row.on{color:#1157D4;font-weight:800}
.loc-row .tick{width:18px;height:18px;fill:none;stroke:#1157D4;stroke-width:2.4;opacity:0}
.loc-row.on .tick{opacity:1}

/* ============ KEŞFET Takip Ettiklerim rafı (#6a) ============ */
.hm-frail{display:flex;gap:12px;overflow-x:auto;padding:12px 16px 0;scrollbar-width:none}
.hm-frail::-webkit-scrollbar{display:none}
.hm-fcard{width:150px;flex:none;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.04);cursor:pointer}
.hm-fcard img{width:100%;height:90px;object-fit:cover;display:block}
.hm-fcard .b{padding:10px 11px}
.hm-fcard .row{display:flex;align-items:center;gap:7px}
.hm-fcard .av{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;flex:none}
.hm-fcard .nm{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hm-fcard .new{font-size:10px;font-weight:500;color:#16a34a;margin-top:6px}

/* ============ ARA #91a — boyut hiyerarşili kartlar + raflar ============ */
.ar{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.ar-search{margin:14px 16px 0;display:flex;align-items:center;gap:10px;background:#2563eb;border-radius:14px;padding:15px 16px;box-shadow:0 8px 20px rgba(37,99,235,.3);cursor:pointer}
.ar-search svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.2}
.ar-search span{font-size:15px;font-weight:600;color:#dbeafe}
.ar-hd{padding:18px 16px 0;font-size:17px;font-weight:800;color:#0f172a}
.ar-grid{padding:12px 16px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ar-cat{border-radius:18px;padding:15px 14px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}
.ar-cat.big{min-height:112px}
.ar-cat.med{min-height:90px}
.ar-cat.sm{min-height:70px}
.ar-cat svg{fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ar-cat.big svg{width:30px;height:30px}
.ar-cat.med svg{width:26px;height:26px}
.ar-cat.sm svg{width:22px;height:22px}
.ar-cat .n{font-weight:800;color:#fff;line-height:1.15}
.ar-cat.big .n{font-size:15px}
.ar-cat.med .n{font-size:14px}
.ar-cat.sm .n{font-size:12px}
.ar-cat .c{font-size:10px;font-weight:600;color:rgba(255,255,255,.85);margin-top:2px}
.ar-secrow{padding:22px 16px 0;display:flex;align-items:center;justify-content:space-between}
.ar-secrow .t{display:flex;align-items:center;gap:7px;font-size:16px;font-weight:800;color:#0f172a}
.ar-secrow .t svg{width:15px;height:15px;fill:none;stroke-width:2}
.ar-secrow .all{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}
.ar-rail{display:flex;gap:12px;overflow-x:auto;padding:12px 16px 0;scrollbar-width:none}
.ar-rail::-webkit-scrollbar{display:none}
.ar-rcard{width:158px;flex:none;background:#fff;border:1px solid #eef2f7;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.04);cursor:pointer}
.ar-rthumb{height:96px;position:relative}
.ar-rthumb img{width:100%;height:100%;object-fit:cover;display:block}
.ar-rbadge{position:absolute;left:7px;top:7px;font-size:8px;font-weight:700;color:#fff;border-radius:7px;padding:3px 7px}
.ar-rb{padding:9px 11px}
.ar-rb .p{font-size:13px;font-weight:800;color:#2563eb}
.ar-rb .t{font-size:11px;font-weight:600;color:#0f172a;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ar-rb .m{font-size:9px;font-weight:500;color:#94a3b8;margin-top:3px}

/* ============ KATEGORİ-ÖZEL DETAY (#84a/#86a/#87a) ============ */
.d25-gbadge{display:inline-block;font-size:10px;font-weight:700;border-radius:10px;padding:4px 10px;margin-bottom:6px;background:#fff}
.d25-note{margin:16px 16px 0;border-radius:14px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start}
.d25-note .em{font-size:16px;flex:none}
.d25-note .tx{font-size:11px;line-height:1.5;font-weight:500}
.d25-sechd{padding:18px 16px 0;font-size:15px;font-weight:800;color:#0f172a}
.d25-wide{flex:2 !important}
.d25-adopt{flex:2;border-radius:14px;padding:14px 0;text-align:center;font-size:14px;font-weight:700;color:#fff;cursor:pointer}
.d25-msg2{flex:1;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;cursor:pointer}

/* ============ İŞ İLANI DETAYI (#85a) ============ */
.jd{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.jd-hdr{padding:2px 16px 8px;display:flex;align-items:center}
.jd-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer}
.jd-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.jd-wm{flex:1;text-align:center;font-size:17px;font-weight:800;color:#14b8a6;letter-spacing:-.02em}
.jd-wm span{color:#0f172a}
.jd-fav{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer}
.jd-fav svg{width:17px;height:17px;fill:none;stroke:#0f172a;stroke-width:2}
.jd-fav.on svg{fill:#ef4444;stroke:#ef4444}
.jd-co{padding:4px 16px 0;display:flex;align-items:center;gap:12px}
.jd-logo{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#0f766e,#5eead4);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff;flex:none}
.jd-co .t{font-size:17px;font-weight:800;color:#0f172a}
.jd-co .c{font-size:12px;font-weight:600;color:#64748b;margin-top:2px}
.jd-meta{padding:14px 16px 0;display:flex;flex-wrap:wrap;gap:8px}
.jd-chip{font-size:11px;font-weight:600;color:#0f766e;background:#ccfbf1;border-radius:8px;padding:6px 10px}
.jd-salary{margin:16px 16px 0;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:16px;padding:15px 16px}
.jd-salary .l{font-size:11px;font-weight:600;color:#ccfbf1}
.jd-salary .v{font-size:20px;font-weight:800;color:#fff;margin-top:2px}
.jd-salary .v span{font-size:12px;font-weight:600;color:#99f6e4}
.jd-sechd{padding:18px 16px 0;font-size:15px;font-weight:800;color:#0f172a}
.jd-list{padding:6px 16px 0}
.jd-lc{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #f5f7fa}
.jd-lc .k{font-size:13px;font-weight:500;color:#64748b}
.jd-lc .val{font-size:13px;font-weight:700;color:#0f172a}
.jd-desc{padding:8px 16px 0;font-size:13px;line-height:1.7;color:#475569}
.jd-skills{padding:10px 16px 0;display:flex;flex-wrap:wrap;gap:8px}
.jd-skill{font-size:11px;font-weight:600;color:#334155;background:#f1f5f9;border-radius:10px;padding:7px 11px}
.jd-cta{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f7;padding:12px 14px 16px;display:flex;gap:8px}
.jd-apply{flex:2;background:#14b8a6;border-radius:14px;padding:14px 0;text-align:center;font-size:14px;font-weight:700;color:#fff;box-shadow:0 8px 20px rgba(20,184,166,.3);cursor:pointer}
.jd-msg{flex:1;background:#ccfbf1;border-radius:14px;padding:14px 0;text-align:center;font-size:13px;font-weight:700;color:#0f766e;cursor:pointer}

/* ============ TEKLİF VER SHEET (#83a) ============ */
.of{position:absolute;inset:0;background:rgba(15,23,42,.4);z-index:45;display:flex;align-items:flex-end}
.of-sheet{background:#fff;width:100%;border-radius:24px 24px 0 0;box-shadow:0 -10px 40px rgba(15,23,42,.2);animation:slideup .3s cubic-bezier(.2,.8,.3,1);font-family:'Manrope',sans-serif;padding-bottom:18px}
.of-grip{width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:10px auto 0}
.of-top{padding:12px 18px 0;display:flex;align-items:center;justify-content:space-between}
.of-top .h{font-size:17px;font-weight:800;color:#0f172a}
.of-x{width:30px;height:30px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer}
.of-x svg{width:14px;height:14px;fill:none;stroke:#64748b;stroke-width:2.4}
.of-item{margin:12px 18px 0;display:flex;align-items:center;gap:11px;background:#f8fafc;border-radius:14px;padding:11px}
.of-item img{width:52px;height:52px;border-radius:11px;object-fit:cover;flex:none}
.of-item .b{flex:1;min-width:0}
.of-item .b .t{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.of-item .b .p{font-size:15px;font-weight:800;color:#2563eb;margin-top:2px}
.of-label{padding:16px 18px 0;font-size:12px;font-weight:700;color:#475569}
.of-chips{padding:10px 18px 0;display:flex;flex-wrap:wrap;gap:8px}
.of-chip{font-size:12px;font-weight:700;color:#475569;background:#f1f5f9;border-radius:20px;padding:10px 15px;cursor:pointer}
.of-chip.on{color:#fff;background:#2563eb}
.of-field{margin:8px 18px 0;display:flex;align-items:center;background:#f8fafc;border:1.5px solid #2563eb;border-radius:12px;padding:8px 14px}
.of-field input{border:0;outline:0;background:transparent;flex:1;font-size:18px;font-weight:800;color:#0f172a;font-family:inherit;min-width:0}
.of-field .cur{font-size:15px;font-weight:700;color:#94a3b8}
.of-send{margin:14px 18px 0;background:#2563eb;border-radius:14px;padding:15px 0;text-align:center;font-size:15px;font-weight:700;color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.3);cursor:pointer}

/* ============ ARAÇ DETAY EK PARÇALARI (#63a/#64e/#59c) ============ */
.d25-metrics{padding:16px 16px 0;display:flex;gap:10px}
.d25-metric{flex:1;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:14px;padding:14px 6px;text-align:center}
.d25-metric .v{font-size:15px;font-weight:800;color:#fff}
.d25-metric .l{font-size:9px;font-weight:500;color:#bfd3ff;margin-top:2px}
.d25-listcard{margin:16px 16px 0;background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:6px 14px;box-shadow:0 3px 12px rgba(15,23,42,.04)}
.d25-lc{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #f5f7fa}
.d25-lc:last-child{border-bottom:0}
.d25-lc .k{font-size:13px;font-weight:500;color:#64748b}
.d25-lc .val{font-size:13px;font-weight:700;color:#0f172a}
.d25-feat{margin:16px 16px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.d25-fbox{background:#f8fafc;border-radius:12px;padding:11px 13px}
.d25-fbox .k{font-size:10px;font-weight:500;color:#94a3b8}
.d25-fbox .v{font-size:13px;font-weight:700;color:#0f172a;margin-top:2px}

/* ============ SONUÇ LİSTESİ (#72a) + SIRALAMA (#73a) ============ */
.rl{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.rl-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.rl-back,.rl-ico{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.rl-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.rl-ico svg{width:16px;height:16px;fill:none;stroke:#0f172a;stroke-width:2}
.rl-title{flex:1;font-size:17px;font-weight:800;color:#0f172a}
.rl-bar{padding:12px 16px 0;display:flex;gap:8px}
.rl-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;background:#f1f5f9;border-radius:12px;padding:10px 0;font-size:12px;font-weight:700;color:#0f172a;cursor:pointer}
.rl-btn svg{width:15px;height:15px;fill:none;stroke:#0f172a;stroke-width:2}
.rl-count{padding:12px 16px 0;font-size:12px;font-weight:600;color:#64748b}
.rl-count b{color:#0f172a}
.rl-list{padding:0 16px}
.rl-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f1f5f9;cursor:pointer}
.rl-row img{width:104px;height:82px;border-radius:12px;object-fit:cover;flex:none}
.rl-body{flex:1;min-width:0}
.rl-body .t{font-size:13px;font-weight:700;line-height:1.4;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rl-body .p{font-size:15px;font-weight:800;margin-top:4px}
.rl-body .m{font-size:10px;font-weight:500;color:#94a3b8;margin-top:5px}
/* Sıralama bottom sheet */
.srt-back{position:absolute;inset:0;background:rgba(15,23,42,.4);z-index:45;display:flex;align-items:flex-end}
.srt-sheet{background:#fff;width:100%;border-radius:24px 24px 0 0;box-shadow:0 -10px 40px rgba(15,23,42,.2);animation:slideup .3s cubic-bezier(.2,.8,.3,1);font-family:'Manrope',sans-serif}
.srt-grip{width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:10px auto 0}
.srt-h{padding:14px 18px 4px;font-size:17px;font-weight:800;color:#0f172a}
.srt-list{padding:4px 18px 18px}
.srt-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f5f7fa;cursor:pointer}
.srt-row:last-child{border-bottom:0}
.srt-row .n{font-size:14px;font-weight:500;color:#0f172a}
.srt-row.on .n{font-weight:700}
.srt-radio{width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;flex:none}
.srt-row.on .srt-radio{border-color:#0ea5e9}
.srt-radio i{width:11px;height:11px;border-radius:50%;background:#0ea5e9;display:none}
.srt-row.on .srt-radio i{display:block}

/* ============ KATEGORİ FİLTRE (#76a araç / #80a emlak) ============ */
.cf{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.cf-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.cf-x{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.cf-x svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.cf-title{flex:1;font-size:17px;font-weight:800;color:#0f172a}
.cf-clear{font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer}
.cf-crumb{padding:12px 16px 0;font-size:12px;font-weight:700}
.cf-seg{display:flex;margin:12px 16px 0;background:#f1f5f9;border-radius:12px;padding:4px}
.cf-seg div{flex:1;text-align:center;padding:9px 0;border-radius:9px;font-size:12px;font-weight:700;color:#64748b;cursor:pointer}
.cf-rows{padding:10px 0 0}
.cf-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f5f7fa;cursor:pointer}
.cf-row .n{font-size:14px;font-weight:600;color:#0f172a}
.cf-row .r{display:flex;align-items:center;gap:8px}
.cf-row .r .v{font-size:12px;font-weight:600}
.cf-row .r svg{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2}
.cf-label{padding:16px 16px 4px;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.04em}
.cf-tog{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #f5f7fa}
.cf-tog .n{font-size:13px;font-weight:600;color:#0f172a}
.tgl{width:42px;height:25px;border-radius:13px;background:#e2e8f0;position:relative;cursor:pointer;flex:none;transition:background .2s}
.tgl i{position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:left .2s}
.tgl.on i{left:19px}
.cf-cta{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f7;padding:12px 16px 16px}
.cf-show{border-radius:16px;padding:15px 0;text-align:center;font-size:15px;font-weight:700;color:#fff;cursor:pointer}

/* ============ AYARLAR (#77a) ============ */
.st{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f8fafc}
.st-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.st-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.st-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.st-title{flex:1;font-size:18px;font-weight:800;color:#0f172a}
.st-label{padding:18px 16px 0;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.05em}
.st-card{margin:8px 16px 0;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden}
.st-row{display:flex;align-items:center;gap:12px;padding:14px 14px;border-bottom:1px solid #f5f7fa;cursor:pointer}
.st-row:last-child{border-bottom:0}
.st-emoji{font-size:16px;flex:none}
.st-body{flex:1;min-width:0}
.st-body .t{font-size:13px;font-weight:600;color:#0f172a}
.st-body .s{font-size:10px;font-weight:500;color:#94a3b8;margin-top:1px}
.st-row .val{font-size:12px;font-weight:600;color:#94a3b8;margin-right:6px}
.st-row .chev{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2;flex:none}
.st-row .tgl.blue{background:#2563eb}
.st-row .tgl.blue i{left:19px}

/* ============ BİLDİRİMLER (#82e) ============ */
.nt{font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}
.nt-hdr{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.nt-back{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.nt-back svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.nt-title{flex:1;font-size:18px;font-weight:800;color:#0f172a}
.nt-read{font-size:12px;font-weight:600;color:#2563eb;cursor:pointer}
.nt-deal{margin:14px 16px 0;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:18px;padding:16px;box-shadow:0 10px 26px rgba(37,99,235,.3);cursor:pointer}
.nt-deal .t{font-size:15px;font-weight:800;color:#fff}
.nt-deal .s{font-size:12px;font-weight:500;color:#dbeafe;margin-top:4px}
.nt-deal .btn{margin-top:12px;background:#fff;border-radius:10px;padding:9px 0;text-align:center;font-size:12px;font-weight:700;color:#2563eb}
.nt-secrow{padding:18px 16px 0;display:flex;align-items:center;justify-content:space-between}
.nt-secrow .t{font-size:15px;font-weight:800;color:#0f172a}
.nt-secrow .all{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}
.nt-msgs{padding:12px 16px 0;display:flex;flex-direction:column;gap:10px}
.nt-msg{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:11px 12px;box-shadow:0 3px 12px rgba(15,23,42,.04);cursor:pointer}
.nt-av{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex:none}
.nt-msg .b{flex:1;min-width:0}
.nt-msg .b .top{display:flex;justify-content:space-between}
.nt-msg .b .nm{font-size:13px;font-weight:700;color:#0f172a}
.nt-msg .b .tm{font-size:10px;font-weight:500;color:#94a3b8}
.nt-msg .b .tx{font-size:12px;font-weight:600;color:#0f172a;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nt-unread{width:18px;height:18px;border-radius:9px;background:#2563eb;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex:none}
.nt-list{padding:6px 0 0}
.nt-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid #f5f7fa}
.nt-item.unread{background:#f7faff}
.nt-iico{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none}
.nt-iico.circle{border-radius:50%}
.nt-iico svg{width:20px;height:20px;fill:none;stroke-width:2}
.nt-item .b{flex:1;min-width:0}
.nt-item .b .t{font-size:13px;font-weight:700;color:#0f172a}
.nt-item .b .s{font-size:12px;line-height:1.5;font-weight:500;color:#64748b;margin-top:2px}
.nt-item .b .s b{color:#0f172a}
.nt-item .b .tm{font-size:10px;font-weight:500;color:#94a3b8;margin-top:4px}
.nt-follow{font-size:11px;font-weight:700;color:#fff;background:#2563eb;border-radius:20px;padding:8px 14px;flex:none;align-self:center;cursor:pointer}
.nt-thumb{width:46px;height:46px;border-radius:10px;object-fit:cover;flex:none}
.nt-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex:none;margin-top:6px}

/* ============ VASITA HUB (#16a) + MARKA LİSTE (#17a) ============ */
.vs-page{background:#fff;font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.vs-head{padding:2px 16px 0;display:flex;align-items:center;gap:12px}
.vs-hbtn{width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.vs-hbtn svg{width:18px;height:18px;fill:none;stroke:#0f172a;stroke-width:2.2}
.vs-htitle{flex:1;font-size:18px;font-weight:800;color:#0f172a}
.vs-search{margin:14px 16px 0;display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:14px;padding:12px 14px;cursor:pointer}
.vs-search svg{width:18px;height:18px;fill:none;stroke:#0ea5e9;stroke-width:2}
.vs-search span{font-size:14px;font-weight:500;color:#94a3b8}
.vs-label{padding:18px 16px 0;font-size:12px;font-weight:700;color:#64748b;letter-spacing:.03em}
.vs-chips{display:flex;overflow-x:auto;padding:12px 16px 0;scrollbar-width:none}
.vs-chips::-webkit-scrollbar{display:none}
.vs-chip{flex:none;font-size:12px;font-weight:600;color:#0369a1;background:#e0f2fe;border-radius:20px;padding:8px 14px;margin-right:8px;cursor:pointer;white-space:nowrap}
.vs-list{padding:4px 16px 24px}
.vs-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid #f1f5f9;cursor:pointer}
.vs-ico{width:40px;height:40px;border-radius:12px;background:#e0f2fe;display:flex;align-items:center;justify-content:center;font-size:19px;flex:none}
.vs-name{flex:1;font-size:14px;font-weight:600;color:#0f172a}
.vs-count{font-size:12px;font-weight:600;color:#94a3b8}
.vs-arrow{width:15px;height:15px;fill:none;stroke:#cbd5e1;stroke-width:2;flex:none}

/* Marka liste (#17a) */
.ml-all{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:2px solid #0ea5e9;cursor:pointer}
.ml-all .a{font-size:15px;font-weight:800;color:#0369a1}
.ml-all .b{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:#0369a1}
.ml-all .b svg{width:15px;height:15px;fill:none;stroke:#0369a1;stroke-width:2.4}
.ml-logo{width:34px;height:34px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#0369a1;flex:none}

/* ============ DİKEY PORTALLAR (eski Ara — artık kullanılmıyor) ============ */
.portal-card{border-radius:18px;padding:16px;margin:14px 20px 0;color:#fff;box-shadow:var(--shadow)}
.portal-card.emlak{background:var(--primary)}
.portal-card.vasita{background:var(--secondary)}
.portal-card .pc-top{display:flex;align-items:center;gap:10px}
.portal-card .pc-emoji{font-size:22px}
.portal-card .pc-title{font-size:16.5px;font-weight:800;flex:1;letter-spacing:-.2px}
.portal-card .pc-count{font-size:12px;opacity:.8;font-weight:600}
.portal-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px;align-items:center}
.pchip{background:rgba(255,255,255,.16);color:#fff;border-radius:12px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer}
.portal-card.emlak .pchip.on{background:#fff;color:var(--primary)}
.portal-card.vasita .pchip.on{background:#fff;color:var(--secondary)}
.pbtn{margin-left:auto;background:linear-gradient(135deg,var(--coral),var(--coral-deep));color:#fff;border:0;border-radius:12px;padding:9px 20px;font-size:13.5px;font-weight:800;cursor:pointer;box-shadow:0 4px 12px rgba(17,87,212,.35)}
.vgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 20px 14px}
.vcat{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:14px;padding:13px 12px;box-shadow:var(--shadow);cursor:pointer}
.vcat .ve{font-size:20px}
.vcat .vn{font-size:13px;font-weight:700;flex:1;line-height:1.2}
.vcat .vc{font-size:11px;color:var(--muted);font-weight:700}
.iq-note{margin:0 20px 14px;background:#E7F6EC;border-radius:14px;padding:12px 14px;display:flex;gap:10px;align-items:center;font-size:12.5px;color:var(--success)}
.iq-note b{display:block;font-size:13px}
.iq-chip{font-size:12px;font-weight:700;border-radius:10px;padding:5px 10px}
.iq-chip.uygun{background:#E7F6EC;color:var(--success)}
.iq-chip.yuksek{background:var(--amber-tint);color:#92600A}
.iq-mini{margin-top:5px;font-size:11px;font-weight:700;color:var(--success)}

/* ============ SONUÇLAR ============ */
.subhead{display:flex;align-items:center;gap:12px;padding:8px 16px 10px}
.circ-btn{width:40px;height:40px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.circ-btn svg{width:19px;height:19px;fill:none;stroke:var(--ink);stroke-width:2}
.subhead .sh-title{font-size:18px;font-weight:800;flex:1;letter-spacing:-.3px}
.subhead .sh-title small{display:block;font-size:12px;color:var(--muted);font-weight:600}
.filter-rail{display:flex;gap:8px;overflow-x:auto;padding:2px 20px 12px;scrollbar-width:none}
.filter-rail::-webkit-scrollbar{display:none}
.fchip{flex:0 0 auto;display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}
.fchip svg{width:14px;height:14px;fill:none;stroke:var(--ink);stroke-width:2}

/* ============ İLAN DETAYI ============ */
.hero{position:relative}
.hero img{width:100%;height:310px;object-fit:cover;display:block}
.hero .h-top{position:absolute;top:48px;left:14px;right:14px;display:flex;justify-content:space-between;z-index:5}
.hero .h-right{display:flex;gap:10px}
.hero .hbtn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.88);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.hero .hbtn svg{width:19px;height:19px;fill:none;stroke:var(--ink);stroke-width:2}
.hero .hbtn.fav svg{fill:var(--coral);stroke:var(--coral)}
.hero .h-count{position:absolute;right:14px;bottom:44px;background:rgba(15,25,20,.7);color:#fff;font-size:12px;font-weight:700;border-radius:12px;padding:4px 11px}

.dsheet{
  position:relative;margin-top:-30px;background:var(--bg);
  border-radius:var(--r-sheet) var(--r-sheet) 0 0;padding:10px 20px 130px;z-index:6;
}
.dsheet .grip{width:42px;height:5px;border-radius:3px;background:#D8D3C8;margin:2px auto 16px}
.d-title{font-size:21px;font-weight:800;line-height:1.25;letter-spacing:-.4px}
.d-pricerow{display:flex;align-items:center;gap:10px;margin:10px 0 2px}
.d-price{font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--primary-deep)}
.d-nego{background:var(--secondary-tint);color:var(--secondary);font-size:12px;font-weight:700;border-radius:10px;padding:5px 10px}
.d-meta{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:13px;margin:8px 0 2px;flex-wrap:wrap}
.d-meta span{display:flex;align-items:center;gap:5px}
.d-meta svg{width:14px;height:14px;fill:none;stroke:var(--muted);stroke-width:1.8}
.d-social{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:12.5px;margin-top:8px}
.d-social span{display:flex;align-items:center;gap:5px}
.d-social svg{width:14px;height:14px;fill:none;stroke:var(--muted);stroke-width:1.8;flex:0 0 auto}
.d-social b{color:var(--ink)}

.seller-card{
  display:flex;align-items:center;gap:13px;background:var(--surface);
  border-radius:18px;padding:14px;margin:18px 0 0;box-shadow:var(--shadow);cursor:pointer;
}
.avatar{width:48px;height:48px;border-radius:50%;color:#fff;font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.seller-card .sc-body{flex:1;min-width:0}
.seller-card .sc-name{font-weight:700;font-size:15px}
.seller-card .sc-sub{font-size:12.5px;color:var(--muted);margin-top:2px}
.seller-card .sc-stars{color:var(--amber);font-size:13px;letter-spacing:1px}
.seller-card .sc-go{color:var(--secondary);font-size:13px;font-weight:700;white-space:nowrap}

.d-sec{margin-top:22px}
.d-sec h3{margin:0 0 12px;font-size:16.5px;font-weight:800;letter-spacing:-.2px}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.spec-pill{background:var(--surface);border-radius:14px;padding:11px 13px;box-shadow:var(--shadow)}
.spec-pill .sk{font-size:11.5px;color:var(--muted);font-weight:600}
.spec-pill .sv{font-size:13.5px;font-weight:700;margin-top:3px;word-break:break-word}
.d-desc{background:var(--surface);border-radius:16px;padding:16px;font-size:14px;line-height:1.65;white-space:pre-wrap;box-shadow:var(--shadow)}
.map-mini{height:150px;border-radius:16px;position:relative;overflow:hidden;box-shadow:var(--shadow);
  background:repeating-linear-gradient(0deg,#EFECE3,#EFECE3 34px,#E7E4DA 34px,#E7E4DA 35px),
             repeating-linear-gradient(90deg,#EFECE3,#EFECE3 34px,#E7E4DA 34px,#E7E4DA 35px)}
.map-mini .mpin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.map-mini .mlabel{position:absolute;left:12px;bottom:12px;background:var(--surface);border-radius:10px;padding:6px 11px;font-size:12px;font-weight:700}

.sim-rail{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}
.sim-rail::-webkit-scrollbar{display:none}
.sim-card{flex:0 0 150px;background:var(--surface);border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow)}
.sim-card img{width:100%;height:92px;object-fit:cover;display:block}
.sim-card .sm-b{padding:8px 10px}
.sim-card .sm-p{font-size:13.5px;font-weight:800}
.sim-card .sm-t{font-size:11.5px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Yapışkan teklif barı */
.offer-bar{
  position:absolute;left:0;right:0;bottom:0;z-index:20;
  background:var(--surface);border-radius:24px 24px 0 0;box-shadow:var(--shadow-up);
  padding:14px 18px 22px;display:flex;align-items:center;gap:14px;
}
.offer-bar .ob-price{flex:0 0 auto}
.offer-bar .ob-price .obl{font-size:11.5px;color:var(--muted);font-weight:600}
.offer-bar .ob-price .obv{font-size:19px;font-weight:800;letter-spacing:-.3px}
.btn-offer{
  flex:1;border:0;border-radius:18px;padding:16px;font-size:16px;font-weight:800;color:#fff;cursor:pointer;
  background:linear-gradient(135deg,var(--coral),var(--coral-deep));
  box-shadow:0 6px 18px rgba(17,87,212,.35);letter-spacing:.2px;
}
.btn-chat-circ{width:52px;height:52px;border-radius:16px;background:var(--primary-tint);display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.btn-chat-circ svg{width:22px;height:22px;fill:none;stroke:var(--primary-deep);stroke-width:2}

/* ============ TEKLİF SHEET ============ */
.bs-backdrop{position:absolute;inset:0;background:rgba(15,25,20,.5);z-index:40;display:flex;align-items:flex-end}
.bsheet{background:var(--bg);width:100%;border-radius:var(--r-sheet) var(--r-sheet) 0 0;padding:10px 22px 26px;animation:slideup .3s cubic-bezier(.2,.8,.3,1)}
@keyframes slideup{from{transform:translateY(100%)}to{transform:translateY(0)}}
.bsheet .grip{width:42px;height:5px;border-radius:3px;background:#D8D3C8;margin:4px auto 16px}
.bsheet h3{margin:0 0 16px;font-size:20px;font-weight:800;text-align:center;letter-spacing:-.3px}
.os-item{display:flex;gap:12px;align-items:center;background:var(--surface);border-radius:14px;padding:10px;box-shadow:var(--shadow)}
.os-item img{width:52px;height:52px;border-radius:10px;object-fit:cover}
.os-item .oi-t{font-size:13.5px;font-weight:600;line-height:1.3}
.os-item .oi-p{font-size:13px;color:var(--muted);margin-top:2px}
.sug-row{display:flex;gap:10px;margin:18px 0 6px}
.sug{flex:1;background:var(--surface);border:1.5px solid var(--line);border-radius:14px;padding:12px 6px;text-align:center;cursor:pointer}
.sug .sp{font-size:15px;font-weight:800}
.sug .sd{font-size:11px;color:var(--muted);font-weight:600;margin-top:2px}
.sug.on{border-color:var(--coral);background:var(--coral-tint)}
.sug.on .sp{color:var(--coral-deep)}
.custom-amt{display:flex;align-items:center;background:var(--surface);border:1.5px solid var(--line);border-radius:16px;padding:4px 16px;margin-top:10px}
.custom-amt .cur{font-size:18px;font-weight:800;color:var(--muted)}
.custom-amt input{border:0;outline:0;flex:1;font-size:22px;font-weight:800;padding:12px 10px;background:transparent;color:var(--ink);min-width:0}
.os-note{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin:14px 2px}
.os-note svg{width:15px;height:15px;fill:none;stroke:var(--muted);stroke-width:1.8;flex:0 0 auto}
.btn-primary{display:block;width:100%;border:0;border-radius:18px;padding:17px;font-size:16px;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary-deep));box-shadow:0 6px 18px rgba(30,58,138,.3)}
.btn-coral{background:linear-gradient(135deg,var(--coral),var(--coral-deep));box-shadow:0 6px 18px rgba(17,87,212,.3)}
.btn-ghost{display:block;width:100%;border:1.5px solid var(--line);background:var(--surface);border-radius:18px;padding:15px;font-size:15px;font-weight:700;color:var(--ink);cursor:pointer;margin-top:10px}

/* ============ MESAJLAR ============ */
.seg{display:flex;background:#ECE8DF;border-radius:18px;padding:4px;margin:14px 20px}
.seg div{flex:1;text-align:center;padding:11px;border-radius:14px;font-size:14px;font-weight:700;color:var(--muted);cursor:pointer}
.seg div.on{background:var(--surface);color:var(--ink);box-shadow:0 2px 8px rgba(15,23,42,.08)}
.offer-card{background:var(--surface);border-radius:18px;padding:14px;margin:0 20px 12px;box-shadow:var(--shadow)}
.offer-card .oc-top{display:flex;gap:12px;align-items:center;cursor:pointer}
.offer-card img{width:56px;height:56px;border-radius:12px;object-fit:cover}
.offer-card .oc-t{font-size:14px;font-weight:600;line-height:1.3}
.offer-card .oc-amt{font-size:13px;color:var(--muted);margin-top:3px}
.offer-card .oc-amt b{color:var(--ink)}
.status-pill{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:800;border-radius:10px;padding:5px 10px}
.status-pill.pending{background:var(--amber-tint);color:#9A6A0B}
.status-pill.accepted{background:#E1F5EA;color:var(--success)}
.status-pill.rejected{background:var(--danger-tint);color:var(--danger)}
.status-pill.countered{background:var(--violet-tint);color:var(--violet)}
.oc-actions{display:flex;gap:10px;margin-top:12px}
.oc-actions .btn-primary,.oc-actions .btn-ghost{flex:1;padding:12px;font-size:14px;margin:0;border-radius:14px}
.counter-box{background:var(--violet-tint);border-radius:14px;padding:12px 14px;margin-top:12px;font-size:13.5px;color:var(--ink)}
.counter-box b{color:var(--violet)}

.chat-row{display:flex;gap:13px;align-items:center;background:var(--surface);border-radius:18px;padding:14px;margin:0 20px 12px;box-shadow:var(--shadow);cursor:pointer}
.chat-row .cr-body{flex:1;min-width:0}
.chat-row .cr-top{display:flex;justify-content:space-between;align-items:baseline}
.chat-row .cr-name{font-weight:700;font-size:15px}
.chat-row .cr-time{font-size:11.5px;color:var(--muted)}
.chat-row .cr-last{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}
.chat-row .cr-item{font-size:11.5px;color:var(--secondary);font-weight:700;margin-top:3px}
.unread-dot{background:var(--coral);color:#fff;border-radius:11px;min-width:21px;height:21px;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;padding:0 6px}

/* Sohbet ekranı */
.chat-head{display:flex;align-items:center;gap:12px;padding:8px 16px 10px;background:var(--bg)}
.chat-head .ch-body{flex:1;min-width:0}
.chat-head .ch-name{font-weight:800;font-size:16px}
.chat-head .ch-item{font-size:12px;color:var(--secondary);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-deal{margin:0 16px 10px;background:#E1F5EA;border-radius:14px;padding:10px 14px;font-size:12.5px;color:var(--success);font-weight:700;display:flex;align-items:center;gap:8px}
.msgs{flex:1;overflow-y:auto;padding:6px 16px 12px;display:flex;flex-direction:column;gap:10px}
.bubble{max-width:76%;padding:11px 15px;font-size:14.5px;line-height:1.45;position:relative;word-break:break-word}
.bubble.me{align-self:flex-end;background:var(--secondary);color:#fff;border-radius:18px 18px 5px 18px}
.bubble.them{align-self:flex-start;background:var(--surface);border-radius:18px 18px 18px 5px;box-shadow:var(--shadow)}
.bubble .bt{display:block;font-size:10.5px;opacity:.65;margin-top:4px;text-align:right}
.chat-input{display:flex;gap:10px;padding:10px 16px 20px;background:var(--bg)}
.chat-input input{flex:1;border:1.5px solid var(--line);border-radius:22px;padding:13px 18px;font-size:14.5px;outline:0;background:var(--surface)}
.chat-input .send{width:48px;height:48px;border-radius:50%;background:var(--primary);border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.chat-input .send svg{width:20px;height:20px;fill:#fff}

/* ============ İLAN VER (SAT) ============ */
.sell-head{display:flex;align-items:center;gap:12px;padding:10px 20px 6px}
.sell-head .sh-t{font-size:20px;font-weight:800;flex:1;letter-spacing:-.3px}
.progress{display:flex;gap:6px;padding:10px 20px 4px}
.progress div{flex:1;height:5px;border-radius:3px;background:#E4E0D6}
.progress div.on{background:var(--primary)}
.step-label{padding:8px 20px 2px;font-size:13px;font-weight:700;color:var(--muted)}
.sell-body{padding:12px 20px}
.sell-tile{border-radius:16px;padding:16px 14px;cursor:pointer;display:flex;align-items:center;gap:12px;border:2px solid transparent;margin-bottom:0}
.sell-tile .se{font-size:24px}
.sell-tile .sn{font-size:15px;font-weight:700}
.sell-tile.on{border-color:var(--primary)}
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ph-cell{aspect-ratio:1;border:2px dashed #D5D0C4;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:11.5px;font-weight:700;cursor:pointer;background:var(--surface);position:relative;overflow:hidden}
.ph-cell svg{width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:1.8}
.ph-cell.filled{border-style:solid;border-color:transparent}
.ph-cell.filled img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ph-cell .cover-tag{position:absolute;left:6px;bottom:6px;background:rgba(15,25,20,.75);color:#fff;font-size:10px;font-weight:800;border-radius:7px;padding:3px 7px;z-index:2}
.form-field{margin-bottom:16px}
.form-field label{display:block;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:7px}
.form-field input,.form-field textarea{width:100%;border:1.5px solid var(--line);border-radius:14px;padding:14px 15px;font-size:15px;outline:0;background:var(--surface);color:var(--ink);font-family:inherit}
.form-field textarea{min-height:96px;resize:none}
.form-field input:focus,.form-field textarea:focus{border-color:var(--primary)}
.hint{font-size:12px;color:var(--muted);margin-top:6px}
.cond-row{display:flex;align-items:flex-start;gap:12px;background:var(--surface);border:1.5px solid var(--line);border-radius:14px;padding:13px 14px;margin-bottom:10px;cursor:pointer}
.cond-row.on{border-color:var(--primary);background:var(--primary-tint)}
.cond-row .ck{font-size:14.5px;font-weight:700}
.cond-row .cd{font-size:12.5px;color:var(--muted);margin-top:2px}
.sell-bottom{position:absolute;left:0;right:0;bottom:0;padding:12px 20px 22px;background:var(--bg);box-shadow:var(--shadow-up);border-radius:24px 24px 0 0;display:flex;gap:10px;z-index:20}
.sell-bottom .btn-primary{margin:0;flex:1}
.sell-bottom .btn-ghost{margin:0;width:110px;flex:0 0 auto}
.preview-note{background:var(--amber-tint);border-radius:14px;padding:12px 15px;font-size:13px;color:#9A6A0B;font-weight:600;margin-bottom:14px}

/* Başarı ekranı */
.success-wrap{text-align:center;padding:70px 30px 30px}
.success-wrap .big{font-size:64px}
.success-wrap h2{font-size:24px;font-weight:800;margin:16px 0 8px;letter-spacing:-.4px}
.success-wrap p{color:var(--muted);font-size:14.5px;line-height:1.5;margin:0 0 26px}

/* ============ PROFİL ============ */
.prof-hero{
  margin:12px 20px 0;border-radius:24px;padding:22px 20px;color:#fff;
  background:linear-gradient(135deg,var(--primary) 0%,var(--primary-deep) 70%);
  box-shadow:0 10px 26px rgba(30,58,138,.3);position:relative;overflow:hidden;
}
.prof-hero::after{content:"";position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.08)}
.prof-hero .ph-row{display:flex;align-items:center;gap:15px}
.prof-hero .avatar{width:58px;height:58px;font-size:20px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5)}
.prof-hero .ph-name{font-size:19px;font-weight:800}
.prof-hero .ph-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.18);border-radius:10px;padding:4px 10px;font-size:12px;font-weight:700;margin-top:5px}
.stat-row{display:flex;gap:12px;padding:16px 20px}
.stat-card{flex:1;background:var(--surface);border-radius:16px;padding:14px 8px;text-align:center;box-shadow:var(--shadow);cursor:pointer}
.stat-card .sv{font-size:20px;font-weight:800}
.stat-card .sl{font-size:11.5px;color:var(--muted);font-weight:700;margin-top:3px}
.menu-card{background:var(--surface);border-radius:20px;margin:4px 20px 14px;box-shadow:var(--shadow);overflow:hidden}
.menu-row{display:flex;align-items:center;gap:14px;padding:15px 16px;border-bottom:1px solid var(--line);cursor:pointer}
.menu-row:last-child{border-bottom:0}
.menu-row .mi{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.menu-row .mi svg{width:19px;height:19px;fill:none;stroke-width:1.8}
.menu-row .mt{flex:1;font-size:14.5px;font-weight:600}
.menu-row .chev{color:var(--muted);font-size:18px}

/* ============ Ortak ============ */
.empty{text-align:center;padding:70px 30px}
.empty .ee{font-size:52px}
.empty h3{font-size:18px;font-weight:800;margin:14px 0 6px}
.empty p{color:var(--muted);font-size:14px;line-height:1.5;margin:0 0 20px}

/* Alt bar — etiketli tam genişlik, turuncu İlan Ver pill (#6a tasarımı) */
.bottomnav{
  position:absolute;left:0;right:0;bottom:0;z-index:25;
  background:#fff;border-top:1px solid #eef2f7;
  box-shadow:0 -6px 20px rgba(15,23,42,.05);
  display:flex;align-items:center;justify-content:space-around;
  padding:10px 12px calc(14px + env(safe-area-inset-bottom));
  font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#94a3b8;cursor:pointer;font-size:10px;font-weight:600;position:relative;padding:2px 6px}
.nav-item svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.nav-item.active{color:#1157D4;font-weight:700}
.nav-item.active svg{fill:#1157D4;stroke:#1157D4}
.nav-item .badge{position:absolute;top:-4px;right:-3px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;border-radius:8px;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:1.5px solid #fff}
.nav-sell{display:flex;align-items:center;gap:6px;height:40px;padding:0 15px;border-radius:14px;background:#1157D4;box-shadow:0 6px 16px rgba(17,87,212,.4);cursor:pointer}
.nav-sell svg{width:18px;height:18px;stroke:#fff;stroke-width:2.6;fill:none}
.nav-sell span{font-size:12px;font-weight:700;color:#fff}

/* ============ KEŞFET v3 — Mavi Hero (#6a tasarımı, hm- izole) ============ */
.hm-home{background:#fff;font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.hm-hero{background:linear-gradient(160deg,#2563eb,#1e40af);padding-bottom:18px}
.hm-greet1{padding:14px 20px 0;font-size:15px;font-weight:700;color:#fff}
.hm-greet1 span{color:#bfd3ff;font-weight:600;font-size:13px}
.hm-sbox{margin:16px 16px 0;display:flex;align-items:center;gap:10px;background:#f8fafc;border:2px solid #2563eb;border-radius:16px;padding:14px 15px;cursor:pointer}
.hm-sbox svg{width:18px;height:18px;fill:none;stroke:#2563eb;stroke-width:2}
.hm-sbox span{font-size:14px;font-weight:500;color:#94a3b8}
.hm-tabs{display:flex;gap:8px;margin:12px 16px 0}
.hm-tab{flex:1;text-align:center;font-size:12px;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:12px;padding:9px 0;cursor:pointer}
.hm-tab.on{color:#fff;background:#2563eb}
.hm-crail{display:flex;gap:10px;overflow-x:auto;padding:16px 16px 0;scrollbar-width:none}
.hm-crail::-webkit-scrollbar{display:none}
.hm-cchip{flex:none;display:flex;align-items:center;gap:8px;border-radius:14px;padding:9px 13px;cursor:pointer}
.hm-cchip .e{font-size:17px}
.hm-cchip .n{font-size:12px;font-weight:700}
.hm-pop{padding:12px 20px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.hm-pop .hm-mini{border-radius:16px}
.hm-pop .hm-mini img{height:90px}
.hm-hero .statusbar{color:#fff}
.hm-brandrow{display:flex;align-items:center;justify-content:space-between;padding:2px 20px 0}
.hm-logo{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em}
.hm-logo span{opacity:.7}
.hm-bell{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}
.hm-bell svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:2}
.hm-bell i{position:absolute;top:8px;right:9px;width:7px;height:7px;background:#93c5fd;border-radius:50%;border:1.5px solid #1e40af}
.hm-greet{padding:14px 20px 0;font-size:23px;line-height:1.15;font-weight:800;color:#fff;letter-spacing:-.02em}
.hm-sub{padding:2px 20px 0;font-size:14px;font-weight:600;color:#bfd3ff}
.hm-panel{margin:-30px 16px 0;background:#fff;border-radius:20px;padding:14px;box-shadow:0 12px 30px rgba(30,64,175,.18)}
.hm-search{display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:14px;padding:12px 14px;cursor:pointer}
.hm-search svg{width:18px;height:18px;fill:none;stroke:#2563eb;stroke-width:2}
.hm-search span{font-size:14px;font-weight:500;color:#94a3b8}
.hm-cats{display:flex;justify-content:space-between;padding:14px 4px 2px}
.hm-cat{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}
.hm-cat .ic{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:24px}
.hm-cat span{font-size:10px;font-weight:600;color:#475569}
.hm-sec{padding:22px 20px 0;display:flex;align-items:center;justify-content:space-between}
.hm-sec > span:first-child{font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.01em}
.hm-all{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}
.hm-dealwrap{padding:14px 20px 0}
.hm-deal{border-radius:22px;overflow:hidden;position:relative;height:170px;cursor:pointer}
.hm-deal img{width:100%;height:100%;object-fit:cover;display:block}
.hm-dbadge{position:absolute;left:12px;top:12px;font-size:9px;font-weight:700;color:#1e3a8a;background:#fde047;border-radius:16px;padding:4px 9px}
.hm-dov{position:absolute;left:0;right:0;bottom:0;padding:24px 16px 15px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}
.hm-dov .p{font-size:21px;font-weight:800;color:#fff}
.hm-dov .t{font-size:13px;font-weight:500;color:#e2e8f0;margin-top:1px}
.hm-duo{padding:12px 20px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hm-mini{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef2f7;cursor:pointer}
.hm-mini img{width:100%;height:90px;object-fit:cover;display:block}
.hm-mini .b{padding:9px 11px}
.hm-mini .p{font-size:14px;font-weight:800;color:#0f172a}
.hm-mini .t{font-size:10px;font-weight:500;color:#64748b;margin-top:1px}
.hm-grid{padding:14px 20px 0;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hm-grid .hm-mini{border-radius:18px;box-shadow:0 4px 14px rgba(15,23,42,.05)}
.hm-grid .hm-mini img{height:100px}
.hm-grid .hm-mini .t{font-size:11px}
.hm-rows{padding:14px 20px 24px;display:flex;flex-direction:column;gap:12px}
.hm-row{display:flex;gap:12px;align-items:center;background:#fff;border-radius:16px;padding:10px;border:1px solid #eef2f7;box-shadow:0 4px 12px rgba(15,23,42,.04);cursor:pointer}
.hm-row > img{width:74px;height:74px;border-radius:12px;object-fit:cover;flex:none}
.hm-row .bd{flex:1;min-width:0}
.hm-row .t{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hm-row .p{font-size:15px;font-weight:800;color:#2563eb;margin-top:3px}
.hm-row .m{font-size:11px;font-weight:500;color:#64748b;margin-top:3px}
.hm-heart{flex:none;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.hm-heart svg{width:20px;height:20px;fill:none;stroke:#cbd5e1;stroke-width:2}
.hm-heart.on svg{fill:#ef4444;stroke:#ef4444}
.hm-heart{flex:none;cursor:pointer;padding:4px}
.hm-heart svg{width:20px;height:20px;fill:none;stroke:#cbd5e1;stroke-width:2}
.hm-heart.on svg{fill:#ef4444;stroke:#ef4444}

.toast{position:absolute;left:50%;bottom:calc(var(--nav-h) + 26px);transform:translateX(-50%);background:rgba(15,23,42,.94);color:#fff;padding:13px 22px;border-radius:24px;font-size:13.5px;font-weight:600;z-index:70;animation:fade .3s;white-space:nowrap;max-width:88%;overflow:hidden;text-overflow:ellipsis}
@keyframes fade{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}

/* Splash */
#splash{position:absolute;inset:0;background:var(--bg);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .5s}
#splash.hide{opacity:0;pointer-events:none}
#splash .mark{width:120px;height:120px;border-radius:36px;background:linear-gradient(135deg,var(--primary),var(--primary-deep));display:flex;align-items:center;justify-content:center;box-shadow:0 20px 50px rgba(30,58,138,.35)}
#splash .mark span{font-size:64px;font-weight:800;color:#fff}
#splash .brand-name{font-size:32px;font-weight:800;margin-top:26px;color:var(--ink);letter-spacing:-.5px}
#splash .brand-name .dot{color:var(--coral)}
#splash .brand-tag{font-size:14px;color:var(--muted);margin-top:8px;letter-spacing:2px;font-weight:600}

/* ============ ARA panelleri (Acil / Fiyatı Düşenler / Son) — dikey liste ============ */
.ara-panel{margin:14px 16px 0;border-radius:20px;padding:14px}
.ara-phd{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 2px}
.ara-ptt{display:flex;align-items:center;gap:8px;font:800 16px 'Manrope'}
.ara-ptt svg{width:19px;height:19px}
.ara-all{font:700 12px 'Manrope';color:#475569;cursor:pointer}
.ara-lst{display:flex;flex-direction:column;gap:10px}
.ara-row{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:9px 11px 9px 9px;box-shadow:0 2px 8px rgba(15,23,42,.06);cursor:pointer}
.ara-th{position:relative;width:66px;height:66px;border-radius:12px;overflow:hidden;flex:none}
.ara-th img{width:100%;height:100%;object-fit:cover;display:block}
.ara-bdg{position:absolute;left:4px;top:4px;font:800 8px 'Manrope';color:#fff;border-radius:7px;padding:3px 6px;letter-spacing:.02em}
.ara-bd{flex:1;min-width:0}
.ara-tt{font:700 13px 'Manrope';color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ara-pr{font:800 15px 'Manrope';color:#0f172a;margin-top:3px}
.ara-mt{font:500 11px 'Manrope';color:#94a3b8;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ara-cv{width:18px;height:18px;flex:none}

/* ============================================================
   MASAÜSTÜ WEB DÜZENİ (body.is-desktop) — responsive, sahibinden tarzı, alsattan
   ============================================================ */
body.is-desktop{background:#eef1f6;height:auto;overflow:auto;display:block}
body.is-desktop #phone{max-width:none;width:100%;height:auto;min-height:100vh;overflow:visible;display:block;box-shadow:none;background:#eef1f6}
.dt-in{max-width:1200px;margin:0 auto;padding:0 20px}
.dt-header{background:#fff;border-bottom:1px solid #e6ebf2;position:sticky;top:0;z-index:50;box-shadow:0 1px 8px rgba(15,23,42,.05)}
.dt-topbar{background:#0B2A5B}
.dt-tb{display:flex;align-items:center;justify-content:space-between;height:34px;font:600 12px 'Manrope';color:#cbd8ef}
.dt-topbar a{color:#dbe7fb;cursor:pointer}.dt-topbar a:hover{color:#fff}
.dt-loc{cursor:pointer}.dt-tb-r i{margin:0 8px;opacity:.4}
.dt-mh-row{display:flex;align-items:center;gap:26px;height:76px}
.dt-logo{font:800 26px 'Manrope';color:#1157D4;letter-spacing:-.02em;cursor:pointer;white-space:nowrap}
.dt-logo span{color:#2F7DFF}
.dt-search{flex:1;display:flex;max-width:640px}
.dt-search input{flex:1;border:2px solid #1157D4;border-right:none;border-radius:12px 0 0 12px;padding:12px 16px;font:500 14px 'Manrope';outline:none;color:#0f172a}
.dt-sbtn{border:none;background:#1157D4;color:#fff;font:800 14px 'Manrope';padding:0 28px;border-radius:0 12px 12px 0;cursor:pointer}
.dt-sbtn:hover{background:#0d47b0}
.dt-acts{display:flex;align-items:center;gap:18px}
.dt-act{display:flex;flex-direction:column;align-items:center;font:600 11px 'Manrope';color:#475569;cursor:pointer;gap:3px}
.dt-act:hover{color:#1157D4}
.dt-sell{background:#1157D4;color:#fff;border:none;border-radius:12px;padding:12px 20px;font:800 13px 'Manrope';cursor:pointer;box-shadow:0 6px 16px rgba(17,87,212,.3);white-space:nowrap}
.dt-sell:hover{background:#0d47b0}
.dt-nav{border-top:1px solid #eef2f7}
.dt-nav-row{display:flex;gap:4px;height:46px;align-items:center}
.dt-navlink{font:700 13px 'Manrope';color:#334155;padding:8px 14px;border-radius:8px;cursor:pointer}
.dt-navlink:hover{color:var(--ca);background:#f4f7fc}
.dt-page{padding-bottom:40px}
.dt-hero{background:linear-gradient(135deg,#1157D4,#0B2A5B);color:#fff;padding:38px 0;margin-bottom:26px}
.dt-hero h1{font:800 30px 'Manrope';margin:0;letter-spacing:-.02em}
.dt-hero p{font:500 15px 'Manrope';color:#bcd0f5;margin:8px 0 0}
.dt-catrow{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:32px}
.dt-cat{background:#fff;border:1px solid #e6ebf2;border-radius:16px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:.15s;text-align:center}
.dt-cat:hover{border-color:var(--ca);box-shadow:0 8px 22px rgba(15,23,42,.08);transform:translateY(-2px)}
.dt-cat-em{font-size:30px}.dt-cat-n{font:800 13px 'Manrope';color:#0f172a}.dt-cat-c{font:600 11px 'Manrope';color:#94a3b8}
.dt-sec{margin-bottom:34px}
.dt-sec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.dt-sec-h h2{font:800 20px 'Manrope';color:#0f172a;margin:0}
.dt-all{font:700 13px 'Manrope';color:#1157D4;cursor:pointer}.dt-all:hover{text-decoration:underline}
.dt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dt-grid3{grid-template-columns:repeat(3,1fr)}.dt-grid4{grid-template-columns:repeat(4,1fr)}
.dt-card{background:#fff;border:1px solid #e6ebf2;border-radius:14px;overflow:hidden;cursor:pointer;transition:.15s}
.dt-card:hover{box-shadow:0 10px 26px rgba(15,23,42,.1);transform:translateY(-3px);border-color:#dbe4f0}
.dt-c-img{position:relative;aspect-ratio:4/3;background:#f1f5f9}
.dt-c-img img{width:100%;height:100%;object-fit:cover;display:block}
.dt-c-fav{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.92);color:#cbd5e1;font-size:16px;cursor:pointer}
.dt-c-fav.on{color:#ef4444}
.dt-c-b{padding:11px 13px 14px}
.dt-c-price{font:800 17px 'Manrope';color:#1157D4}
.dt-c-title{font:600 13px 'Manrope';color:#0f172a;margin-top:4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px}
.dt-c-meta{font:500 11px 'Manrope';color:#94a3b8;margin-top:6px}
.dt-crumb{font:600 12px 'Manrope';color:#64748b;padding:16px 0}.dt-crumb a{color:#1157D4;cursor:pointer}
.dt-two{display:grid;grid-template-columns:250px 1fr;gap:22px;align-items:start}
.dt-side{display:flex;flex-direction:column;gap:14px}
.dt-sbox{background:#fff;border:1px solid #e6ebf2;border-radius:14px;padding:14px}
.dt-sbox h3{font:800 13px 'Manrope';color:#0f172a;margin:0 0 10px}
.dt-scat{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:8px;font:600 13px 'Manrope';color:#475569;cursor:pointer}
.dt-scat:hover,.dt-scat.on{background:#eff4ff;color:#1157D4}.dt-scat span{font-size:11px;color:#94a3b8}
.dt-res-h{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.dt-res-h h1{font:800 22px 'Manrope';color:#0f172a;margin:0}
.dt-res-c{font:600 13px 'Manrope';color:#64748b}
.dt-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.dt-chip{background:#fff;border:1px solid #e6ebf2;border-radius:20px;padding:7px 14px;font:700 12px 'Manrope';color:#334155;cursor:pointer}
.dt-chip i{color:#94a3b8;font-style:normal;font-weight:600}.dt-chip:hover{border-color:#1157D4;color:#1157D4}
.dt-empty{background:#fff;border:1px solid #e6ebf2;border-radius:14px;padding:50px;text-align:center;font:600 14px 'Manrope';color:#64748b}.dt-empty a{color:#1157D4;cursor:pointer}
.dt-detail{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start;margin-bottom:12px}
.dt-d-gal{background:#fff;border:1px solid #e6ebf2;border-radius:16px;overflow:hidden}
.dt-d-gal img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}
.dt-d-box{background:#fff;border:1px solid #e6ebf2;border-radius:16px;padding:20px;margin-top:16px}
.dt-d-box h3{font:800 16px 'Manrope';color:#0f172a;margin:0 0 12px}
.dt-d-box p{font:400 14px/1.7 'Manrope';color:#334155;margin:0}
.dt-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}
.dt-spec{display:flex;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding:8px 0;font:600 13px 'Manrope'}.dt-spec span{color:#64748b}.dt-spec b{color:#0f172a}
.dt-d-info{background:#fff;border:1px solid #e6ebf2;border-radius:16px;padding:22px;position:sticky;top:180px}
.dt-d-price{font:800 28px 'Manrope';color:#1157D4}
.dt-d-title{font:700 18px 'Manrope';color:#0f172a;margin:8px 0;line-height:1.4}
.dt-d-loc{font:500 13px 'Manrope';color:#64748b}
.dt-d-cta{display:flex;gap:10px;margin-top:18px}
.dt-d-msg{flex:1;background:#1157D4;color:#fff;border:none;border-radius:12px;padding:14px;font:800 14px 'Manrope';cursor:pointer}
.dt-d-offer{flex:1;background:#eaf1ff;color:#1157D4;border:none;border-radius:12px;padding:14px;font:800 14px 'Manrope';cursor:pointer}
.dt-d-favbtn{width:52px;border:1px solid #e6ebf2;background:#fff;border-radius:12px;color:#cbd5e1;font-size:18px;cursor:pointer}.dt-d-favbtn.on{color:#ef4444;border-color:#fecaca}
.dt-d-seller{background:#fff;border:1px solid #e6ebf2;border-radius:16px;padding:16px;margin-top:16px;display:flex;align-items:center;gap:12px;cursor:pointer}
.dt-d-seller:hover{border-color:#1157D4}
.dt-d-av{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#1157D4,#2F7DFF);color:#fff;font:800 20px 'Manrope';display:flex;align-items:center;justify-content:center;flex:none}
.dt-d-sname{font:800 14px 'Manrope';color:#0f172a}.dt-d-ssince{font:500 11px 'Manrope';color:#94a3b8;margin-top:2px}
.dt-narrow{max-width:460px;margin:24px auto;background:#fff;border:1px solid #e6ebf2;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(15,23,42,.08)}
.dt-narrow .screen{height:auto;min-height:auto}
.dt-footer{background:#0B2A5B;color:#cbd8ef;margin-top:20px}
.dt-foot{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:24px;padding:40px 20px 30px}
.dt-fbrand .dt-logo{color:#fff}.dt-fbrand .dt-logo span{color:#7db0ff}.dt-fbrand p{font:500 12px 'Manrope';color:#8fa9d6;margin-top:8px;letter-spacing:1px}
.dt-fcol h4{font:800 13px 'Manrope';color:#fff;margin:0 0 12px}
.dt-fcol a{display:block;font:500 13px 'Manrope';color:#a9bfe4;margin-bottom:8px;cursor:pointer}.dt-fcol a:hover{color:#fff}
.dt-social{display:flex;gap:10px}.dt-social span{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-weight:800;cursor:pointer}
.dt-copy{border-top:1px solid rgba(255,255,255,.1);text-align:center;font:500 12px 'Manrope';color:#7f97c4;padding:16px}
@media (max-width:1080px){
  body.is-desktop .dt-catrow{grid-template-columns:repeat(3,1fr)}
  body.is-desktop .dt-grid,body.is-desktop .dt-grid4{grid-template-columns:repeat(3,1fr)}
  body.is-desktop .dt-two{grid-template-columns:200px 1fr}
  body.is-desktop .dt-detail{grid-template-columns:1fr 320px}
  body.is-desktop .dt-foot{grid-template-columns:repeat(3,1fr)}
  body.is-desktop .dt-act span{display:none}
}
