/* MercekliBorsa — lacivert / nötr fintech */
:root {
  --brand-navy: #0f2744;
  --brand-navy-soft: #1a3a5c;
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --bg: #f1f5f9;
  --card: #ffffff;
  --bull: #1a9f4a;
  --bear: #d92d3c;
}

* { box-sizing: border-box; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

.ic { max-width: 56rem; margin: 0 auto; padding: 0 1rem; }
.ust-ic { align-items: center; }

.ust {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 1px 3px rgba(15, 39, 68, 0.06);
}
.ust .ic { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem .75rem; }

.marka {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  padding: .55rem 0;
}
.marka-logo {
  display: block;
  height: clamp(2.35rem, 8vw, 3rem);
  width: auto;
  max-width: min(200px, 55vw);
}
.marka-metin { font-size: 1.125rem; letter-spacing: -0.02em; }

.menu {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0;
  padding-bottom: .5rem;
}
.menu a {
  display: block;
  padding: .65rem 0;
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: .9375rem;
  border-bottom: 1px solid #f1f5f9;
}
.menu a:hover { color: var(--brand-navy); }
.menu.acik { display: flex; }
.menu-ac {
  align-self: center;
  border: 1px solid var(--line);
  background: var(--card);
  padding: .45rem .8rem;
  border-radius: .5rem;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  color: var(--brand-navy);
}
@media (min-width: 720px) {
  .menu-ac { display: none; }
  .menu {
    display: flex !important;
    flex-direction: row;
    width: auto;
    gap: 1.5rem;
    padding-bottom: 0;
    align-items: center;
  }
  .menu a { border: none; padding: .85rem 0; }
}

.marka-serit {
  background: linear-gradient(105deg, var(--brand-navy) 0%, var(--brand-navy-soft) 85%);
  color: #e2e8f0;
  font-size: .8125rem;
  padding: .65rem 1rem;
  text-align: center;
  line-height: 1.65;
}
.marka-serit strong { color: #fff; }
.marka-serit-bir,
.marka-serit-iki { display: inline; }
@media (min-width: 720px) {
  .marka-serit-bir::after { content: " "; }
}

.uyari {
  background: linear-gradient(90deg, #fef9c3 0%, #fde68a 100%);
  color: #713f12;
  text-align: center;
  font-size: .8125rem;
  padding: .55rem 1rem;
  font-weight: 600;
}
.ustari { border-top: 1px solid rgba(245, 158, 11, 0.25); }

.govde { padding: 1.5rem 1rem 3rem; min-height: 52vh; }

h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 .5rem;
  letter-spacing: -0.03em;
  color: var(--brand-navy);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  margin: 0 0 .75rem;
  color: var(--brand-navy);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.giris { color: var(--muted); }

.hero { margin-bottom: .5rem; }
.hero-sade .hero-lead { margin-bottom: 0; }
.hero-lead { max-width: 40rem; }
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.15rem;
}

.btn {
  display: inline-block;
  background: var(--brand-navy);
  color: #fff !important;
  text-decoration: none;
  padding: .65rem 1.15rem;
  border-radius: .5rem;
  font-weight: 600;
  font-size: .9375rem;
  border: 2px solid transparent;
  transition: background .15s ease, transform .12s ease;
}
.btn:hover { background: var(--brand-navy-soft); }
.btn:active { transform: scale(0.98); }

.btn.ikincil {
  background: var(--card);
  color: var(--brand-navy) !important;
  border-color: var(--line);
}
.btn.ikincil:hover { background: #f8fafc; }

.blok { margin-bottom: 2rem; }

.blok-baslik-satir {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem 1rem;
  margin-bottom: 1rem;
}
.blok-baslik-link {
  font-size: .875rem;
  font-weight: 600;
  color: var(--brand-navy-soft);
  text-decoration: none;
}
.blok-baslik-link:hover { text-decoration: underline; }

.rapor-kartlari {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: .75rem;
}
.rapor-kart {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.05rem;
  background: linear-gradient(145deg, #fff 0%, #fafbfc 100%);
  border: 1px solid var(--line);
  border-radius: .85rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(15, 39, 68, 0.06);
  transition: transform .14s ease, border-color .15s ease, box-shadow .15s ease;
  position: relative;
  overflow: hidden;
}
.rapor-kart::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-navy-soft), #3b82f6);
  opacity: .85;
}
.rapor-kart:hover {
  border-color: #94a3b8;
  box-shadow: 0 12px 28px rgba(15, 39, 68, 0.1);
  transform: translateY(-2px);
}
.rapor-kart-ikon {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .65rem;
  background: linear-gradient(135deg, #e8f0fe 0%, #dbeafe 100%);
  border: 1px solid #cbd5e1;
  position: relative;
}
.rapor-kart-ikon::after {
  content: "R";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  color: var(--brand-navy);
}
.rapor-kart-orta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  text-align: left;
}
.rapor-kart-tarih {
  font-size: 1.06rem;
  letter-spacing: -0.025em;
  color: var(--brand-navy);
}
.rapor-kart-alt {
  font-size: .74rem;
  font-weight: 600;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rapor-kart-ok {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #94a3b8;
  line-height: 1;
}

.rapor-arsiv .rapor-kart-alt {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: .72rem;
}

.adim-liste { max-width: 38rem; }

.cta-bar { margin: 1rem 0 1.5rem; }
.giris-vurgu { font-size: 1.02rem; font-weight: 500; color: #334155; }

.liste { color: #334155; padding-left: 1.25rem; }
.liste code { font-size: .85em; background: #f1f5f9; padding: .1rem .35rem; border-radius: .25rem; }

.bos {
  color: var(--muted);
  padding: 1rem 1.1rem;
  background: var(--card);
  border-radius: .65rem;
  border: 1px solid var(--line);
}

.kart-liste { list-style: none; margin: 0; padding: 0; }
.kart {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: .65rem;
  padding: .9rem 1rem;
  margin-bottom: .55rem;
  box-shadow: 0 1px 2px rgba(15, 39, 68, 0.04);
}
.kart a { color: var(--brand-navy); text-decoration: none; font-weight: 600; }
.kart a:hover { text-decoration: underline; }
.kart .meta { display: block; font-size: .8rem; color: var(--muted); margin-top: .3rem; }

.rapor-ust { margin-bottom: 1rem; }
.rapor-ust h1 { margin-bottom: .25rem; }
.geri a { color: var(--brand-navy-soft); font-size: .9rem; font-weight: 600; }
.eylem { margin: .5rem 0 0; }
/* Rapor okuma paneli ve iframe paketi */
.rapor-okuma-panel {
  margin: 0 0 1.1rem;
  padding: .85rem 1rem .95rem;
  border-radius: .75rem;
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 45%, #eef2ff 100%);
  border: 1px solid rgba(15, 39, 68, 0.1);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
}
.rapor-okuma-metin {
  margin: 0 0 .75rem;
  font-size: .9rem;
  line-height: 1.55;
  color: #334155;
}
.rapor-okuma-rozet {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  font-size: .78rem;
  font-weight: 600;
  color: var(--brand-navy);
}
.rapor-okuma-rozet li {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .6rem .32rem .45rem;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid rgba(15, 39, 68, 0.1);
  box-shadow: 0 1px 2px rgba(15, 39, 68, 0.04);
}
.rapor-rozet-ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: #1e40af;
  font-size: .65rem;
}

.cerceve-paket {
  margin-top: .15rem;
}
.cerceve-ust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem .75rem;
  margin-bottom: .55rem;
}
.cerceve-etiket {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--brand-navy-soft);
}
.btn-cerceve {
  font: inherit;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 600;
  color: var(--brand-navy);
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.18);
  border-radius: 2rem;
  padding: .4rem .85rem .45rem;
  box-shadow: 0 1px 2px rgba(15, 39, 68, 0.05);
  transition: background .15s, border-color .15s;
}
.btn-cerceve:hover {
  background: #f8fafc;
  border-color: rgba(15, 39, 68, 0.28);
}
.cerceve-wrap.cerceve-wrap--buyuk .cerceve {
  min-height: min(92vh, 64rem);
}

/* Rapor iframe */
.cerceve-dis {
  padding: .35rem;
  border-radius: .9rem;
  background: linear-gradient(135deg, #e0e7ef 0%, #f1f5f9 40%, #dbeafe 100%);
  box-shadow: 0 14px 36px rgba(15, 39, 68, 0.09);
}
.cerceve-wrap {
  border-radius: .75rem;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(15, 39, 68, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.cerceve {
  width: 100%;
  min-height: min(82vh, 52rem);
  border: none;
  display: block;
  background: #fff;
}

.rapor-goruntu .rapor-goruntu-ust {
  margin-bottom: 1rem;
}
.geri-buyuk a {
  font-weight: 600;
  color: var(--brand-navy-soft);
}
.rapor-govde-ayrac { margin: 0 .35rem; color: #cbd5e1; }
.rapor-govde-baslik {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem .9rem;
  margin-top: .65rem;
}
.rapor-govde-baslik h1 { margin-bottom: 0; }
.rapor-tarih-etiket {
  display: inline-block;
  background: linear-gradient(180deg,#f8fafc,#eef2ff);
  border: 1px solid var(--line);
  padding: .35rem .75rem;
  border-radius: 2rem;
  font-size: .9rem;
  font-weight: 700;
  color: var(--brand-navy);
}
.rapor-bilgi-serit {
  margin: 0 0 1rem;
  padding: .65rem .9rem;
  border-radius: .5rem;
  background: #f8fafc;
  border-left: 4px solid var(--brand-navy-soft);
  font-size: .875rem;
  color: #334155;
}

.alt {
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: .8125rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  background: #fff;
}
.alt-ic { max-width: 42rem; }
.alt-marka { margin: 0 0 .35rem; font-weight: 600; color: var(--ink); }
.alt-not { margin: 0 0 .85rem; line-height: 1.5; }
.alt-sosyal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem .75rem;
  margin: 0;
  padding: .75rem 0 0;
  border-top: 1px solid var(--line);
}
.alt-sosyal-es {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--brand-navy-soft);
  text-decoration: none;
  padding: .25rem .4rem;
  border-radius: .35rem;
}
.alt-sosyal-es:hover {
  color: var(--brand-navy);
  text-decoration: underline;
  background: rgba(15, 39, 68, 0.04);
}

.liste.madde { list-style: disc; }
.indir-yok { font-size: .875rem; color: #334155; background: #fffbeb; padding: .55rem .85rem; border-radius: .5rem; border-left: 4px solid #eab308; }
.tek-rapor .geri { margin-bottom: .5rem; font-size: .9rem; }

.rapor-tani { text-align: left; }

.tablo-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: .75rem 0;
  border-radius: .65rem;
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: 0 1px 2px rgba(15, 39, 68, 0.04);
}
.tablo-piyasa { width: 100%; min-width: 22rem; border-collapse: collapse; font-size: .9rem; }
.tablo-piyasa th,
.tablo-piyasa td { padding: .55rem .65rem; text-align: right; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
.tablo-piyasa th[scope="row"] { text-align: left; font-weight: 600; white-space: nowrap; color: #334155; }
.tablo-piyasa thead th { background: #f8fafc; font-weight: 600; border-bottom: 2px solid var(--line); color: var(--brand-navy); }
.tablo-piyasa tbody tr:last-child td,
.tablo-piyasa tbody tr:last-child th { border-bottom: none; }
.piyasa-meta { font-size: .8125rem; color: var(--muted); margin-bottom: .5rem; }
.piyasa-yasal {
  font-size: .8125rem;
  color: #334155;
  line-height: 1.55;
  margin: .75rem 0;
  padding: .7rem .85rem;
  border-radius: .5rem;
  border-left: 4px solid #94a3b8;
  background: #f8fafc;
}

/* Metodoloji */
.sayfa-metod .metod-baslik h1 { margin-bottom: .35rem; }
.metod-kutu {
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid var(--line);
  border-radius: .65rem;
  border-left: 4px solid var(--brand-navy-soft);
  font-size: .9375rem;
  color: #334155;
  line-height: 1.6;
}
.metod-kutu p { margin: 0; }
.metod-mini-cta { margin: .85rem 0 0; }
.metod-liste li { margin-bottom: .35rem; }

/* Üst piyasa bandı — menü altı ince şerit (.ticker-ince) */
.ticker-dis {
  background: linear-gradient(180deg, #e8ecf4 0%, var(--bg) 100%);
  border-bottom: 1px solid #d9e2ec;
  padding: .6rem 0 .45rem;
}
.ticker-dis.ticker-ince {
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
  padding: .28rem 0 .22rem;
}
.ticker-dis-ic { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
.ticker-kart {
  background: #fff;
  border-radius: .625rem;
  box-shadow: 0 6px 24px rgba(15, 39, 68, 0.08), 0 1px 2px rgba(15, 39, 68, 0.04);
  padding: .55rem .35rem .5rem;
  border: 1px solid rgba(15, 39, 68, 0.06);
}
.ticker-ince .ticker-kart {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: .1rem 0 .05rem;
}
.ticker-bos {
  margin: .35rem .5rem;
  font-size: .8125rem;
  color: var(--muted);
  text-align: center;
}
.ticker-izgara {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.ticker-ince .ticker-izgara {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 .35rem;
  overflow-x: visible;
  scroll-snap-type: none;
}
.ticker-kutu {
  flex: 1 1 0;
  min-width: 5.85rem;
  max-width: 9.25rem;
  scroll-snap-align: start;
  padding: .35rem .5rem .3rem;
  text-align: center;
  border-right: 1px solid #eef2f7;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.ticker-ince .ticker-kutu {
  flex: 0 1 auto;
  min-width: unset;
  max-width: none;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .2rem .4rem;
  padding: .12rem .65rem .12rem .5rem;
  text-align: left;
  border-right: 1px solid #e2e8f0;
  scroll-snap-align: unset;
}
.ticker-ince .ticker-kutu:last-child { border-right: none; }
@media (max-width: 719px) {
  .ticker-ince .ticker-kutu {
    border-right: none;
    padding: .2rem .35rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .35rem;
    border: 1px solid #e8edf2;
  }
}
.ticker-kutu:last-child { border-right: none; }
.ticker-baslik {
  font-weight: 700;
  font-size: .78rem;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.ticker-ince .ticker-baslik {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}
.ticker-rakam-satir {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  flex-wrap: wrap;
}
.ticker-ince .ticker-rakam-satir {
  justify-content: flex-start;
}
.ticker-ok { font-size: .58rem; line-height: 1; }
.ticker-ince .ticker-ok { font-size: .5rem; }
.ticker-yon-yukari .ticker-ok,
.ticker-yon-yukari .ticker-rakam,
.ticker-yon-yukari .ticker-pct { color: var(--bull); }
.ticker-yon-asagi .ticker-ok,
.ticker-yon-asagi .ticker-rakam,
.ticker-yon-asagi .ticker-pct { color: var(--bear); }
.ticker-yon-duz .ticker-ok { color: #94a3b8; }
.ticker-yon-duz .ticker-rakam { color: var(--ink); font-weight: 700; }
.ticker-yon-duz .ticker-pct { color: var(--muted); }
.ticker-rakam {
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.ticker-ince .ticker-rakam {
  font-size: .78rem;
  font-weight: 700;
}
.ticker-pct {
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.25;
}
.ticker-ince .ticker-pct {
  font-size: .62rem;
  font-weight: 600;
  opacity: 0.95;
}
.ticker-altnot {
  margin: .45rem 0 0;
  padding: 0 .5rem;
  font-size: .65rem;
  color: #94a3b8;
  text-align: center;
  line-height: 1.35;
}
.ticker-ince .ticker-altnot {
  margin: .2rem 0 0;
  font-size: .58rem;
  line-height: 1.3;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .menu a.menu-sistem { white-space: nowrap; }
}
@media (max-width: 520px) {
  .menu a.menu-sistem { font-size: .8125rem; }
}

.sistem-sayfa .sistem-baslik h1 { margin-bottom: .4rem; }
.sistem-sayfa .sistem-kutu {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: .75rem;
  padding: 1rem 1.1rem;
}
.sistem-sayfa .metod-kutu-p {
  margin: 0;
  font-size: .95rem;
  color: #334155;
  line-height: 1.65;
}
