/* ============================================================
   SosyalPanel — Arayüz stilleri (v1.1)
   Açık tema • kurumsal mavi • tek dosya, framework yok
   ============================================================ */

:root {
  --arka:       #f3f5f9;
  --panel:      #ffffff;
  --cizgi:      #e2e8f0;
  --metin:      #1e293b;
  --soluk:      #64748b;
  --vurgu:      #1d4ed8;   /* kurumsal mavi */
  --vurgu-koyu: #1e40af;
  --vurgu-acik: #2563eb;
  --zemin-mavi: #eef3fe;   /* açık mavi zemin */
  --yesil:      #16a34a;
  --sari:       #d97706;
  --kirmizi:    #dc2626;
  --mavi:       #2563eb;
  --radius:     14px;
  --golge:      0 1px 2px rgba(15, 23, 42, 0.05), 0 10px 28px rgba(15, 23, 42, 0.07);
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--arka);
  color: var(--metin);
  font-size: 15px;
  line-height: 1.55;
  min-height: 100vh;
}

a { color: var(--vurgu); text-decoration: none; }
a:hover { opacity: 0.85; }
img { max-width: 100%; }

::selection { background: rgba(37, 99, 235, 0.18); }

/* ---------- Landing: kontrol merkezi vitrini ---------- */
.landing-nabiz {
  --ln-lacivert: #071426;
  --ln-panel: #0e2038;
  --ln-cyan: #62e7d7;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px max(24px, calc((100% - 1240px) / 2));
  color: #f8fbff;
  background:
    radial-gradient(circle at 82% 16%, rgba(48, 118, 163, .2), transparent 29rem),
    radial-gradient(circle at 10% 88%, rgba(18, 155, 142, .16), transparent 30rem),
    linear-gradient(135deg, #071321 0%, #0a1b30 48%, #102947 100%);
}
.landing-nabiz::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; pointer-events: none;
  background-image: linear-gradient(rgba(157, 199, 227, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 199, 227, .1) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%); mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.landing-nabiz::after {
  content: ""; position: absolute; left: 8%; right: 8%; bottom: -2px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98,231,215,.65), transparent);
}
.nabiz-parlama { position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .2; pointer-events: none; }
.np-sol { left: -220px; bottom: -190px; background: #19d3b8; }.np-sag { right: -180px; top: -180px; background: #3b82f6; }
.nabiz-icerik { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 74px; }
.nabiz-metin { position: relative; z-index: 4; }
.nabiz-etiket { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid rgba(98,231,215,.22); border-radius: 999px; background: rgba(98,231,215,.08); color: #a7f3e9; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nabiz-etiket i { width: 7px; height: 7px; border-radius: 50%; background: var(--ln-cyan); box-shadow: 0 0 0 5px rgba(98,231,215,.1), 0 0 15px rgba(98,231,215,.75); animation: ln-nokta 2s ease-in-out infinite; }
.nabiz-metin h2 { max-width: 530px; margin: 20px 0 20px; color: #fff; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.nabiz-metin h2 span { color: transparent; background: linear-gradient(100deg, #f8fbff 5%, #70eadb 45%, #75bfff); -webkit-background-clip: text; background-clip: text; }
.nabiz-metin > p { max-width: 520px; color: #a9bdd2; font-size: 17px; line-height: 1.75; }
.nabiz-guven { display: grid; gap: 12px; margin: 30px 0 32px; color: #d9e7f2; font-size: 13px; font-weight: 650; }
.nabiz-guven span { display: flex; align-items: center; }.nabiz-guven i { display: grid; place-items: center; width: 21px; height: 21px; margin-right: 10px; border: 1px solid rgba(98,231,215,.28); border-radius: 50%; background: rgba(98,231,215,.1); color: var(--ln-cyan); font-style: normal; font-size: 11px; }
.nabiz-aksiyon { display: flex; align-items: center; gap: 17px; }.nabiz-cta { min-height: 51px; padding: 0 22px; background: linear-gradient(135deg, #67e8d8, #34bcae) !important; color: #06211f !important; box-shadow: 0 15px 35px -13px rgba(45,212,191,.8) !important; animation: none !important; }.nabiz-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -13px rgba(45,212,191,.9) !important; }.nabiz-cta > span { font-size: 19px; transition: transform .2s ease; }.nabiz-cta:hover > span { transform: translateX(4px); }.nabiz-aksiyon > small { max-width: 110px; color: #8298af; font-size: 10px; line-height: 1.35; }.nabiz-aksiyon > small b { color: #dce9f5; }
.nabiz-sahne { position: relative; min-width: 0; perspective: 1400px; }
.nabiz-ekran { position: relative; overflow: hidden; border: 1px solid rgba(161,203,229,.24); border-radius: 20px; background: #eef4f8; box-shadow: 0 55px 100px -35px rgba(0,0,0,.85), 0 0 0 8px rgba(118,172,208,.035), inset 0 1px #fff; transform: rotateY(-3deg) rotateX(1deg); transform-origin: center right; transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.nabiz-sahne:hover .nabiz-ekran { transform: rotateY(0) rotateX(0) translateY(-4px); box-shadow: 0 65px 120px -38px rgba(0,0,0,.9), 0 0 0 8px rgba(118,172,208,.05); }
.nabiz-ust { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 45px; padding: 0 16px; border-bottom: 1px solid #dce5ed; background: rgba(255,255,255,.88); color: #536579; }
.nabiz-pencere { display: flex; gap: 5px; }.nabiz-pencere span { width: 8px; height: 8px; border-radius: 50%; background: #d5dee6; }.nabiz-pencere span:first-child { background: #fb7185; }.nabiz-pencere span:nth-child(2) { background: #fbbf24; }.nabiz-pencere span:last-child { background: #4ade80; }
.nabiz-ust > b { font-size: 10px; letter-spacing: .025em; }.nabiz-ust > em { justify-self: end; display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border: 1px solid #c9eee8; border-radius: 99px; background: #edfcf9; color: #138979; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.nabiz-ust > em i { width: 5px; height: 5px; border-radius: 50%; background: #20b79f; box-shadow: 0 0 0 3px rgba(32,183,159,.12); }
.nabiz-panel { display: grid; grid-template-columns: 51px minmax(0,1fr); min-height: 390px; }
.nabiz-menu { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 13px 8px 11px; background: linear-gradient(180deg, #0b1b31, #102642); color: #7991a9; }.nabiz-menu .nabiz-logo { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 7px; border-radius: 8px; background: linear-gradient(135deg, #67e8d8, #2cb6a5); color: #08201e; font-size: 11px; font-weight: 900; box-shadow: 0 7px 14px rgba(35,188,169,.25); }.nabiz-menu > i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; font-size: 11px; font-style: normal; }.nabiz-menu > i.aktif { background: rgba(103,232,216,.13); color: #73eadc; }.nabiz-menu > span { flex: 1; }
.nabiz-ana { min-width: 0; padding: 22px 22px 19px; color: #192b3e; }
.nabiz-baslik { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }.nabiz-baslik small { display: block; margin-bottom: 3px; color: #8a99a8; font-size: 7px; font-weight: 800; letter-spacing: .14em; }.nabiz-baslik strong { display: block; color: #102237; font-size: 17px; letter-spacing: -.03em; }.nabiz-baslik strong span { color: #2ab7a6; }.nabiz-baslik button { border: 0; border-radius: 8px; padding: 8px 10px; background: #102843; color: #fff; font: inherit; font-size: 8px; font-weight: 700; box-shadow: 0 6px 14px -5px rgba(9,34,61,.4); }
.nabiz-kpi { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-bottom: 12px; }.nabiz-kpi article { position: relative; display: flex; align-items: center; gap: 8px; min-width: 0; padding: 11px 9px; border: 1px solid #dce5ed; border-radius: 11px; background: #fff; box-shadow: 0 7px 18px -14px rgba(15,35,54,.65); }.nabiz-kpi article > i { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 8px; font-style: normal; font-size: 9px; }.nk-mavi { color: #2563eb; background: #eaf1ff; }.nk-yesil { color: #119c87; background: #e9faf6; }.nk-turuncu { color: #e97925; background: #fff3e8; }.nabiz-kpi b { display: block; color: #162b41; font-size: 14px; line-height: 1; }.nabiz-kpi span { display: block; overflow: hidden; margin-top: 3px; color: #7a8c9e; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }.nabiz-kpi article > em { position: absolute; top: 8px; right: 7px; color: #24a690; font-size: 6px; font-style: normal; font-weight: 800; }
.nabiz-alt-izgara { display: grid; grid-template-columns: 1.28fr .72fr; gap: 10px; }.nabiz-takvim-kart,.nabiz-grafik-kart { min-width: 0; padding: 13px; border: 1px solid #dce5ed; border-radius: 12px; background: #fff; box-shadow: 0 7px 18px -15px rgba(15,35,54,.65); }.nabiz-kart-baslik { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }.nabiz-kart-baslik b { color: #25384b; font-size: 9px; }.nabiz-kart-baslik span { color: #8797a7; font-size: 7px; }
.nabiz-takvim { position: relative; display: grid; grid-template-columns: 31px 7px minmax(0,1fr) auto; gap: 7px; align-items: start; padding: 8px 0; border-bottom: 1px solid #edf1f5; }.nabiz-takvim.son { border-bottom: 0; }.nabiz-takvim time { color: #8a9bab; font-size: 7px; }.nabiz-takvim > i { width: 7px; height: 7px; margin-top: 2px; border-radius: 50%; }.nt-mor { background: #8b5cf6; box-shadow: 0 0 0 3px #f0eaff; }.nt-mavi { background: #3b82f6; box-shadow: 0 0 0 3px #e9f2ff; }.nt-turuncu { background: #f59e0b; box-shadow: 0 0 0 3px #fff3dc; }.nabiz-takvim p { min-width: 0; color: #2b3e51; font-size: 8px; font-weight: 700; line-height: 1.25; }.nabiz-takvim p small { display: block; overflow: hidden; margin-top: 3px; color: #8a9aaa; font-size: 6px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }.nabiz-takvim p small b { color: #53677b; }.nabiz-takvim > em { padding: 2px 5px; border-radius: 99px; background: #e9faf5; color: #16957e; font-size: 6px; font-style: normal; font-weight: 800; }.nabiz-takvim > em.bekliyor { background: #edf3ff; color: #4277c9; }.nabiz-takvim > em.taslak { background: #f2f4f6; color: #82909d; }
.nabiz-grafik-kart > strong { display: block; color: #142b43; font-size: 18px; line-height: 1; }.nabiz-grafik-kart > strong small { color: #17a98f; font-size: 7px; }.nabiz-grafik { display: flex; align-items: end; gap: 5px; height: 90px; margin-top: 11px; padding-top: 8px; border-bottom: 1px solid #e7edf2; background: repeating-linear-gradient(to bottom,#edf2f6 0 1px,transparent 1px 28px); }.nabiz-grafik i { width: 100%; height: var(--h); border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg,#61e2d2,#2bb3a3); transform-origin: bottom; animation: ln-grafik 1s cubic-bezier(.2,.8,.2,1) both; }.nabiz-grafik i:nth-child(2){animation-delay:.08s}.nabiz-grafik i:nth-child(3){animation-delay:.16s}.nabiz-grafik i:nth-child(4){animation-delay:.24s}.nabiz-grafik i:nth-child(5){animation-delay:.32s}.nabiz-grafik i:nth-child(6){animation-delay:.4s}.nabiz-grafik i:nth-child(7){animation-delay:.48s}.nabiz-gunler { display: flex; justify-content: space-between; margin-top: 5px; color: #97a5b2; font-size: 5px; }
.nabiz-ai-kart { position: absolute; z-index: 6; right: -30px; bottom: -68px; width: 270px; padding: 14px; border: 1px solid rgba(132,176,206,.32); border-radius: 16px; background: rgba(10,29,50,.94); color: #e8f2fb; box-shadow: 0 28px 50px -18px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.07); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); animation: ln-yuz 5s ease-in-out infinite; }.nak-ust { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(158,194,219,.12); }.nak-ust > span { display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; }.nak-ust > span i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 6px; background: var(--ln-cyan); color: #08231f; font-style: normal; }.nak-ust em { display: flex; align-items: center; gap: 4px; color: #79dacd; font-size: 7px; font-style: normal; }.nak-ust em b { width: 5px; height: 5px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 7px #4ade80; }
.nabiz-mesaj,.nabiz-ai { display: flex; gap: 8px; margin-top: 11px; }.nabiz-mesaj > span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 8px; background: linear-gradient(135deg,#fda4af,#fb7185); color: #fff; font-size: 7px; font-weight: 900; }.nabiz-mesaj p,.nabiz-ai p { color: #dbe8f4; font-size: 9px; line-height: 1.45; }.nabiz-mesaj small,.nabiz-ai small { display: block; margin-top: 2px; color: #7990a7; font-size: 7px; }.nabiz-ai { padding: 9px; border: 1px solid rgba(98,231,215,.13); border-radius: 10px; background: rgba(98,231,215,.075); }.nabiz-ai > i { display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 6px; background: #6be3d5; color: #08231f; font-size: 10px; font-style: normal; }.nabiz-durum { margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(158,194,219,.12); color: #75d8ca; font-size: 7px; font-weight: 700; }.nabiz-durum span { display: inline-grid; place-items: center; width: 13px; height: 13px; margin-right: 4px; border-radius: 50%; background: rgba(98,231,215,.12); }
.nabiz-float { position: absolute; z-index: 7; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(158,194,219,.25); border-radius: 12px; background: rgba(11,31,53,.92); color: #eff7ff; box-shadow: 0 16px 28px -12px rgba(0,0,0,.7); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); animation: ln-yuz 4.2s ease-in-out infinite; }.nabiz-float > i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: rgba(98,231,215,.12); color: var(--ln-cyan); font-style: normal; font-size: 11px; }.nabiz-float b,.nabiz-float small { display: block; }.nabiz-float b { color: #f4f9ff; font-size: 10px; }.nabiz-float small { color: #8198af; font-size: 7px; }.nf-bir { top: -28px; right: 20px; }.nf-iki { left: -34px; bottom: 22px; animation-delay: -1.7s; }.nf-iki > i { background: rgba(74,222,128,.13); color: #62dda0; }
@keyframes ln-nokta { 50% { opacity: .5; transform: scale(.75); } } @keyframes ln-yuz { 50% { transform: translateY(-7px); } } @keyframes ln-grafik { from { transform: scaleY(0); opacity: .3; } to { transform: scaleY(1); opacity: 1; } }
@media (max-width: 1100px) { .landing-nabiz { padding-block: 90px 120px; }.nabiz-icerik { grid-template-columns: 1fr; gap: 66px; }.nabiz-metin { max-width: 650px; }.nabiz-metin h2 { max-width: 650px; }.nabiz-sahne { max-width: 760px; width: calc(100% - 24px); margin: 0 auto; } }
@media (max-width: 680px) { .landing-nabiz { padding: 72px 16px 112px; }.nabiz-metin h2 { font-size: 38px; }.nabiz-metin > p { font-size: 15px; }.nabiz-aksiyon { align-items: flex-start; flex-direction: column; }.nabiz-aksiyon > small { max-width: none; }.nabiz-sahne { width: 100%; }.nabiz-ekran { transform: none; border-radius: 15px; }.nabiz-ust { grid-template-columns: 1fr auto; }.nabiz-ust > b { display: none; }.nabiz-panel { grid-template-columns: 38px minmax(0,1fr); min-height: 365px; }.nabiz-menu { padding-inline: 5px; }.nabiz-ana { padding: 14px 10px; }.nabiz-baslik button { display: none; }.nabiz-kpi { grid-template-columns: repeat(2,minmax(0,1fr)); }.nabiz-kpi article:last-child { display: none; }.nabiz-alt-izgara { grid-template-columns: 1fr; }.nabiz-grafik-kart { display: none; }.nabiz-ai-kart { right: 8px; bottom: -86px; width: min(270px,calc(100% - 26px)); }.nf-bir { right: 7px; top: -30px; }.nf-iki { display: none; } }
@media (prefers-reduced-motion: reduce) { .nabiz-etiket i,.nabiz-ai-kart,.nabiz-float,.nabiz-grafik i { animation: none; } }

/* ---------- Genel bileşenler ---------- */

.kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.kart-baslik {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dugme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease, background 0.12s ease;
  white-space: nowrap;
}
.dugme:hover { transform: translateY(-1px); }
.dugme:active { transform: translateY(0); }

.dugme-birincil {
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu));
  color: #fff;
  box-shadow: 0 6px 16px rgba(29, 78, 216, 0.28);
}
.dugme-birincil:hover { background: linear-gradient(135deg, var(--vurgu), var(--vurgu-koyu)); opacity: 1; }
.dugme-ikincil {
  background: var(--zemin-mavi);
  color: var(--vurgu);
  border-color: #c7d7f9;
}
.dugme-sade {
  background: #fff;
  color: #475569;
  border-color: var(--cizgi);
}
.dugme-sade:hover { border-color: #cbd5e1; color: var(--metin); opacity: 1; }
.dugme-tehlike {
  background: #fef2f2;
  color: var(--kirmizi);
  border-color: #fecaca;
}
.dugme-kucuk { padding: 6px 12px; font-size: 13px; border-radius: 8px; }
.dugme-genis { width: 100%; }
.dugme:disabled { opacity: 0.6; cursor: default; transform: none; }

/* Form elemanları */
.alan { margin-bottom: 16px; }
.alan label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
}
.alan input[type="text"],
.alan input[type="email"],
.alan input[type="password"],
.alan input[type="url"],
.alan input[type="tel"],
.alan input[type="datetime-local"],
.alan input[type="file"],
.alan select,
.alan textarea {
  width: 100%;
  padding: 11px 14px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: var(--metin);
  font: inherit;
  font-size: 14px;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.alan textarea { resize: vertical; min-height: 120px; }
.alan input:focus, .alan select:focus, .alan textarea:focus {
  outline: none;
  border-color: var(--vurgu-acik);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}
.alan .ipucu { font-size: 12px; color: var(--soluk); margin-top: 5px; }

input[type="checkbox"], input[type="radio"] { accent-color: var(--vurgu); }

/* Uyarı / flash mesajları */
.uyari {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  border: 1px solid;
}
.uyari-basari { background: #f0fdf4; border-color: #bbf7d0; color: #15803d; }
.uyari-hata   { background: #fef2f2; border-color: #fecaca; color: #b91c1c; }
.uyari-bilgi  { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.uyari-kapat {
  background: none; border: none; color: inherit;
  font-size: 18px; cursor: pointer; line-height: 1; opacity: 0.6;
}
.uyari-kapat:hover { opacity: 1; }

/* Rozetler */
.rozet {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid;
}
.rozet-yesil   { background: #f0fdf4; border-color: #bbf7d0; color: #15803d; }
.rozet-mavi    { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.rozet-sari    { background: #fffbeb; border-color: #fde68a; color: #b45309; }
.rozet-kirmizi { background: #fef2f2; border-color: #fecaca; color: #b91c1c; }
.rozet-gri     { background: #f1f5f9; border-color: #e2e8f0; color: var(--soluk); }

/* ---------- Uygulama yerleşimi ---------- */

.yerlesim { display: flex; min-height: 100vh; }

.kenar {
  width: 250px;
  flex-shrink: 0;
  background: var(--panel);
  border-right: 1px solid var(--cizgi);
  display: flex;
  flex-direction: column;
  padding: 20px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--metin);
  letter-spacing: -0.02em;
  padding: 4px 8px;
  margin-bottom: 22px;
}
.logo-kutu {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu-koyu));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.32);
}

.kenar-menu { display: flex; flex-direction: column; gap: 3px; }

.kenar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--soluk);
  font-weight: 500;
  font-size: 14px;
  transition: background 0.12s ease, color 0.12s ease;
}
.kenar-link svg { width: 19px; height: 19px; flex-shrink: 0; }
.kenar-link:hover { background: #f1f5f9; color: var(--metin); opacity: 1; }
.kenar-link.aktif {
  background: var(--zemin-mavi);
  color: var(--vurgu);
  font-weight: 600;
}

.kenar-alt { margin-top: auto; padding-top: 18px; }

.paket-kart {
  background: var(--zemin-mavi);
  border: 1px solid #c7d7f9;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
}
.paket-adi { font-size: 13px; font-weight: 700; color: var(--vurgu); }
.paket-cubuk {
  height: 6px;
  background: #d7e3fb;
  border-radius: 99px;
  margin: 10px 0 6px;
  overflow: hidden;
}
.paket-cubuk span {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--vurgu-acik), var(--vurgu));
  border-radius: 99px;
}
.paket-detay { font-size: 12px; color: #3b5bA9; margin-top: 6px; }
.paket-yukselt { display: inline-block; font-size: 12px; font-weight: 600; margin-top: 8px; }

.kenar-link.cikis:hover { background: #fef2f2; color: var(--kirmizi); }

.kenar-golge {
  display: none;
  position: fixed; inset: 0;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(2px);
  z-index: 40;
}

.govde { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.ustbar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border-bottom: 1px solid var(--cizgi);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 30;
}
.ustbar-baslik { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.ustbar-sag { margin-left: auto; }

.menu-dugme {
  display: none;
  background: none; border: none;
  color: var(--metin); cursor: pointer;
  padding: 4px;
}

.kullanici { display: flex; align-items: center; gap: 10px; color: var(--metin); }
.kullanici-ad { font-size: 14px; font-weight: 600; }
.avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu-koyu));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.icerik { padding: 28px; max-width: 1180px; width: 100%; margin: 0 auto; }

/* ---------- Panel (dashboard) ---------- */

.selamlama { margin-bottom: 22px; }
.selamlama h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.selamlama p { color: var(--soluk); margin-top: 4px; }

.istatistikler {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.ist-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.ist-ust { display: flex; align-items: center; justify-content: space-between; }
.ist-etiket { font-size: 13px; color: var(--soluk); font-weight: 500; }
.ist-deger { font-size: 28px; font-weight: 800; margin-top: 6px; letter-spacing: -0.02em; }
.ist-ikon {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
}
.ist-ikon svg { width: 19px; height: 19px; }
.ist-mor     { background: var(--zemin-mavi); color: var(--vurgu); }
.ist-yesil   { background: #f0fdf4; color: var(--yesil); }
.ist-mavi    { background: #eff6ff; color: var(--mavi); }
.ist-turuncu { background: #fffbeb; color: var(--sari); }

.panel-izgara {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  align-items: start;
}

.liste-satir {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}
.liste-satir:last-child { border-bottom: none; }
.liste-icerik { flex: 1; min-width: 0; }
.liste-baslik {
  font-size: 14px; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.liste-alt { font-size: 12px; color: var(--soluk); margin-top: 2px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.bos-durum { text-align: center; padding: 34px 16px; color: var(--soluk); }
.bos-durum .bos-ikon { font-size: 34px; margin-bottom: 10px; }
.bos-durum p { font-size: 14px; margin-bottom: 14px; }

/* Platform ikonları */
.pikon-instagram { color: #e1306c; }
.pikon-facebook  { color: #1877f2; }
.pikon-x         { color: #0f1419; }
.pikon-tiktok    { color: #fe2c55; }

.pikon-yigin { display: inline-flex; align-items: center; gap: 4px; }

/* ---------- Hesaplar sayfası ---------- */

.hesap-izgara {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}

.hesap-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.hesap-ust { display: flex; align-items: center; gap: 12px; }
.hesap-ikon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--cizgi);
  display: inline-flex; align-items: center; justify-content: center;
}
.hesap-bilgi { flex: 1; min-width: 0; }
.hesap-ad { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hesap-platform { font-size: 12px; color: var(--soluk); }
.hesap-alt { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.hesap-tarih { font-size: 12px; color: var(--soluk); }

.bagla-kart {
  border: 1px dashed #c3cede;
  background: #fbfcfe;
  border-radius: var(--radius);
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.bagla-kart:hover { border-color: var(--vurgu-acik); background: var(--zemin-mavi); }
.bagla-not { font-size: 12px; color: var(--soluk); }

/* ---------- Gönderiler ---------- */

.arac-cubugu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sekmeler { display: flex; gap: 6px; flex-wrap: wrap; }
.sekme {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--soluk);
  border: 1px solid var(--cizgi);
  background: #fff;
}
.sekme:hover { color: var(--metin); opacity: 1; }
.sekme.aktif {
  background: var(--vurgu);
  color: #fff;
  border-color: var(--vurgu);
}

.gonderi-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 14px;
  display: flex;
  gap: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.gonderi-govde { flex: 1; min-width: 0; }
.gonderi-metin { font-size: 14px; white-space: pre-wrap; word-wrap: break-word; }
.gonderi-medya {
  width: 76px; height: 76px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--cizgi);
  flex-shrink: 0;
}
.gonderi-alt {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 12px;
  color: var(--soluk);
}
.gonderi-islemler { display: flex; gap: 8px; flex-shrink: 0; align-items: flex-start; }

.hedef-satir {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--soluk);
  margin-top: 6px;
}
.hedef-mesaj { font-style: italic; opacity: 0.9; }

/* ---------- Yeni gönderi ---------- */

.hesap-secim { display: flex; flex-wrap: wrap; gap: 10px; }
.hesap-secim-kart {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 14px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
  user-select: none;
}
.hesap-secim-kart:hover { border-color: var(--vurgu-acik); }
.hesap-secim-kart input { display: none; }
.hesap-secim-kart.secili {
  border-color: var(--vurgu-acik);
  background: var(--zemin-mavi);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.sayac { font-size: 12px; color: var(--soluk); text-align: right; margin-top: 4px; }
.sayac.uzun { color: var(--kirmizi); font-weight: 600; }

.zaman-secim { display: flex; gap: 10px; flex-wrap: wrap; }
.zaman-secim .hesap-secim-kart { flex: 0 0 auto; }

.onizleme-gorsel {
  max-width: 220px;
  border-radius: 10px;
  border: 1px solid var(--cizgi);
  margin-top: 10px;
  display: none;
}

/* ---------- Onboarding ---------- */

.onb-kap { max-width: 720px; margin: 0 auto; }

.onb-adimlar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
}
.onb-adim {
  flex: 1;
  height: 6px;
  border-radius: 99px;
  background: #dbe3ef;
}
.onb-adim.tamam { background: linear-gradient(90deg, var(--vurgu-acik), var(--vurgu)); }

.onb-baslik { text-align: center; margin-bottom: 26px; }
.onb-baslik h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.onb-baslik p { color: var(--soluk); margin-top: 6px; font-size: 14px; }

.sektor-izgara {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.sektor-kart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 12px;
  border-radius: 12px;
  border: 1px solid var(--cizgi);
  background: var(--panel);
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  transition: border-color 0.12s ease, background 0.12s ease, transform 0.12s ease, box-shadow 0.12s ease;
  user-select: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.sektor-kart:hover { border-color: var(--vurgu-acik); transform: translateY(-2px); }
.sektor-kart input { display: none; }
.sektor-kart .sektor-ikon { font-size: 26px; }
.sektor-kart.secili {
  border-color: var(--vurgu-acik);
  background: var(--zemin-mavi);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.onb-butonlar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

/* ---------- Paketler ---------- */

.paket-izgara {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.fiyat-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.fiyat-kart.one-cikan {
  border-color: var(--vurgu-acik);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12), var(--golge);
}
.one-cikan-rozet {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu-koyu));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.fiyat-ad { font-size: 16px; font-weight: 700; }
.fiyat-tutar { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; }
.fiyat-tutar small { font-size: 14px; color: var(--soluk); font-weight: 500; }
.fiyat-ozellikler { list-style: none; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.fiyat-ozellikler li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.5px; color: #334155;
}
.fiyat-ozellikler li::before {
  content: '✓';
  color: var(--yesil);
  font-weight: 800;
  flex-shrink: 0;
}

/* ---------- Üyelik (giriş/kayıt) sayfaları ---------- */

.giris-sayfa {
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
    radial-gradient(700px 400px at 85% 100%, rgba(29, 78, 216, 0.08), transparent 60%),
    var(--arka);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  min-height: 100vh;
}
.giris-ort { width: 100%; max-width: 420px; }
.giris-logo { display: flex; justify-content: center; margin-bottom: 22px; font-size: 20px; }

.giris-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--golge);
}
.giris-kart h1 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 4px; }
.giris-kart .alt-yazi { color: var(--soluk); font-size: 14px; margin-bottom: 22px; }
.giris-baglanti { text-align: center; margin-top: 18px; font-size: 14px; color: var(--soluk); }

.onay-satir {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13px; color: var(--soluk);
  margin-bottom: 16px;
}
.onay-satir input { margin-top: 3px; }

/* ---------- Landing (tanıtım) sayfası ---------- */

.tanitim { background: #fff; }

.tanitim-ust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.tanitim-ust nav { display: flex; align-items: center; gap: 10px; }
.tanitim-ust .logo { margin-bottom: 0; }

.kahraman {
  text-align: center;
  padding: 84px 20px 70px;
  background:
    radial-gradient(800px 440px at 50% -10%, rgba(37, 99, 235, 0.12), transparent 65%),
    radial-gradient(600px 320px at 85% 30%, rgba(29, 78, 216, 0.06), transparent 60%);
}
.kahraman h1 {
  font-size: clamp(32px, 6vw, 54px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 760px;
  margin: 0 auto 18px;
  color: #0f172a;
}
.gradyan-metin {
  background: linear-gradient(90deg, var(--vurgu-acik), var(--vurgu-koyu));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.kahraman p {
  color: var(--soluk);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto 30px;
}
.kahraman-butonlar { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.platform-serit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 26px 20px;
  color: #475569;
  flex-wrap: wrap;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #fbfcfe;
}
.platform-serit .oge { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }

.bolum { max-width: 1080px; margin: 0 auto; padding: 60px 20px; }
.bolum-baslik { text-align: center; margin-bottom: 38px; }
.bolum-baslik h2 { font-size: clamp(24px, 4vw, 34px); font-weight: 800; letter-spacing: -0.02em; }
.bolum-baslik p { color: var(--soluk); margin-top: 8px; }

.ozellik-izgara {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.ozellik-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.ozellik-ikon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--zemin-mavi);
  color: var(--vurgu);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.ozellik-kart h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.ozellik-kart p { font-size: 14px; color: var(--soluk); }

.alt-cta {
  text-align: center;
  padding: 60px 20px 80px;
  background: radial-gradient(600px 300px at 50% 100%, rgba(37, 99, 235, 0.10), transparent 65%);
}

.tanitim-alt {
  border-top: 1px solid var(--cizgi);
  padding: 26px 20px;
  text-align: center;
  color: var(--soluk);
  font-size: 13px;
  background: #fbfcfe;
}

/* ---------- Tablolar ---------- */

.tablo { width: 100%; border-collapse: collapse; font-size: 14px; }
.tablo th {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--soluk);
  padding: 10px 12px;
  border-bottom: 1px solid var(--cizgi);
}
.tablo td { padding: 12px; border-bottom: 1px solid var(--cizgi); }
.tablo tr:last-child td { border-bottom: none; }

/* ---------- Yardımcılar ---------- */

.satir-arasi { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bosluk { flex: 1; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; }
.metin-soluk { color: var(--soluk); }
.metin-kucuk { font-size: 13px; }
.izgara-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

/* ---------- Duyarlı (responsive) ---------- */

@media (max-width: 900px) {
  .panel-izgara { grid-template-columns: 1fr; }
  .izgara-2 { grid-template-columns: 1fr; }

  .kenar {
    position: fixed;
    left: 0; top: 0;
    z-index: 50;
    transform: translateX(-105%);
    transition: transform 0.2s ease;
    box-shadow: var(--golge);
    height: 100vh;
    height: 100dvh;
  }
  .kenar.acik { transform: translateX(0); }
  .kenar-golge.acik { display: block; }
  .menu-dugme { display: inline-flex; }
  .ustbar { padding: 12px 16px; }
  .icerik { padding: 18px 16px; }
  .kullanici-ad { display: none; }
  .gonderi-kart { flex-direction: column; }
  .gonderi-islemler { align-self: flex-end; }
}

/* ============================================================
   v1.2 — Yeni bileşenler
   ============================================================ */

/* İstatistik kartı alt notu */
.ist-alt-not { font-size: 12px; color: var(--soluk); margin-top: 4px; }

/* Dağılım çubukları (panel + admin) */
.dagilim-satir { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.dagilim-etiket { width: 128px; flex-shrink: 0; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.dagilim-cubuk { flex: 1; height: 8px; background: rgba(100, 116, 139, 0.14); border-radius: 99px; overflow: hidden; }
.dagilim-cubuk span { display: block; height: 100%; background: linear-gradient(90deg, var(--vurgu-acik), var(--vurgu)); border-radius: 99px; }
.dagilim-deger { width: 30px; text-align: right; font-size: 13px; font-weight: 700; }

/* 14 günlük aktivite grafiği */
.grafik { display: flex; align-items: stretch; gap: 6px; height: 150px; padding-top: 6px; }
.grafik-sutun { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; }
.grafik-cubuk-kap { flex: 1; width: 100%; display: flex; align-items: flex-end; }
.grafik-cubuk { width: 100%; border-radius: 6px 6px 3px 3px; background: linear-gradient(180deg, var(--vurgu-acik), var(--vurgu)); transition: opacity 0.12s ease; }
.grafik-cubuk.bos { background: rgba(100, 116, 139, 0.18); }
.grafik-sutun:hover .grafik-cubuk { opacity: 0.8; }
.grafik-etiket { font-size: 10.5px; color: var(--soluk); }

/* ---------- Takvim ---------- */
.takvim { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.takvim-gun-adi { text-align: center; font-size: 12px; font-weight: 700; color: var(--soluk); text-transform: uppercase; letter-spacing: 0.04em; padding: 4px 0; }
.takvim-hucre {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 12px;
  min-height: 96px;
  padding: 8px;
  display: flex; flex-direction: column; gap: 4px;
}
.takvim-bos { background: transparent; border-style: dashed; opacity: 0.5; }
.takvim-bugun { border-color: var(--vurgu-acik); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }
.takvim-gun-no { font-size: 12px; font-weight: 700; color: var(--soluk); }
.takvim-bugun .takvim-gun-no { color: var(--vurgu); }
.takvim-cip {
  display: block; font-size: 11px; font-weight: 600; line-height: 1.3;
  padding: 4px 7px; border-radius: 7px; border: 1px solid;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.takvim-cip .cip-saat { opacity: 0.75; margin-right: 3px; font-weight: 700; }
.cip-mavi    { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.cip-yesil   { background: #f0fdf4; border-color: #bbf7d0; color: #15803d; }
.cip-kirmizi { background: #fef2f2; border-color: #fecaca; color: #b91c1c; }
.cip-gri     { background: #f1f5f9; border-color: #e2e8f0; color: var(--soluk); }
.takvim-lejant { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--soluk); }
.lejant-nokta { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.lejant-mavi { background: #3b82f6; } .lejant-yesil { background: #22c55e; } .lejant-kirmizi { background: #ef4444; }

@media (max-width: 900px) {
  .takvim { gap: 4px; }
  .takvim-hucre { min-height: 64px; padding: 5px; border-radius: 9px; }
  .takvim-cip { font-size: 9.5px; padding: 2px 4px; }
  .takvim-cip .cip-saat { display: none; }
}

/* ---------- İçerik Asistanı ---------- */
.asistan-ust { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.saat-onerisi {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--zemin-mavi);
  border: 1px solid #c7d7f9;
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 14px;
}
.saat-ikon { font-size: 22px; line-height: 1; }
.fikir-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.fikir-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.fikir-kart:hover { transform: translateY(-2px); box-shadow: var(--golge); }
.fikir-etiket {
  align-self: flex-start;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--vurgu);
  background: var(--zemin-mavi);
  padding: 3px 10px; border-radius: 999px;
}
.fikir-metin { font-size: 13.5px; line-height: 1.6; flex: 1; }
.fikir-alt { display: flex; justify-content: flex-end; }

/* ---------- Canlı önizleme ---------- */
.onizleme {
  border: 1px solid var(--cizgi);
  border-radius: 12px;
  padding: 14px;
  background: var(--arka);
}
.onizleme-ust { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.onizleme-kimlik { display: flex; flex-direction: column; line-height: 1.3; font-size: 14px; }
.onizleme-metin { font-size: 13.5px; white-space: pre-wrap; word-wrap: break-word; }
.onizleme-metin:empty::before { content: attr(data-bos); color: var(--soluk); }
.onizleme .onizleme-gorsel { max-width: 100%; margin-top: 10px; }
.onizleme-aksiyon {
  display: flex; gap: 18px; margin-top: 12px; padding-top: 10px;
  border-top: 1px solid var(--cizgi);
  font-size: 12px; color: var(--soluk);
}

/* ---------- Kenar menü ek ---------- */
.kenar-ayirici {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--soluk); padding: 14px 12px 6px;
}

/* ---------- Tema düğmesi ---------- */
.tema-dugme {
  background: transparent;
  border: 1px solid var(--cizgi);
  border-radius: 10px;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--soluk);
  cursor: pointer;
  transition: color 0.12s ease, border-color 0.12s ease;
}
.tema-dugme:hover { color: var(--vurgu); border-color: var(--vurgu-acik); }
.tema-ay { display: block; }
.tema-gunes { display: none; }
html[data-tema="koyu"] .tema-ay { display: none; }
html[data-tema="koyu"] .tema-gunes { display: block; }

@media (max-width: 900px) { .ustbar-yeni { display: none; } }

/* ---------- Landing v1.2 ---------- */
.tanitim-link { color: var(--soluk); font-weight: 600; font-size: 14px; padding: 6px 10px; }
.tanitim-link:hover { color: var(--metin); opacity: 1; }
@media (max-width: 760px) { .tanitim-link { display: none; } }

.kahraman-rozet {
  display: inline-block;
  background: var(--zemin-mavi);
  border: 1px solid #c7d7f9;
  color: var(--vurgu);
  font-size: 13px; font-weight: 600;
  padding: 6px 16px; border-radius: 999px;
  margin-bottom: 20px;
}

/* Panel mockup */
.mock-kap { max-width: 860px; margin: 52px auto 0; padding: 0 8px; }
.mock-pencere {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  text-align: left;
}
.mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--cizgi);
  background: rgba(100, 116, 139, 0.06);
}
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(100, 116, 139, 0.25); }
.mock-bar span:nth-child(1) { background: #fca5a5; }
.mock-bar span:nth-child(2) { background: #fcd34d; }
.mock-bar span:nth-child(3) { background: #86efac; }
.mock-bar i {
  font-style: normal; font-size: 11.5px; color: var(--soluk);
  background: var(--arka); border-radius: 7px; padding: 3px 12px; margin-left: 10px;
}
.mock-govde { display: flex; min-height: 250px; }
.mock-kenar {
  width: 52px; border-right: 1px solid var(--cizgi);
  padding: 12px 10px; display: flex; flex-direction: column; gap: 9px; align-items: center;
}
.mock-logo { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu-koyu)); margin-bottom: 6px; }
.mock-kenar i { width: 22px; height: 6px; border-radius: 4px; background: rgba(100, 116, 139, 0.2); }
.mock-kenar i.aktif { background: var(--vurgu-acik); }
.mock-icerik { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.mock-istatlar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mock-istat {
  border: 1px solid var(--cizgi); border-radius: 10px; padding: 10px 12px;
  display: flex; flex-direction: column; gap: 2px;
}
.mock-istat b { font-size: 17px; }
.mock-istat span { font-size: 10.5px; color: var(--soluk); }
.mock-alt { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; flex: 1; }
.mock-grafik {
  border: 1px solid var(--cizgi); border-radius: 10px; padding: 12px;
  display: flex; align-items: flex-end; gap: 6px;
}
.mock-grafik i { flex: 1; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--vurgu-acik), var(--vurgu)); opacity: 0.85; }
.mock-liste { border: 1px solid var(--cizgi); border-radius: 10px; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.mock-satir { display: flex; align-items: center; gap: 8px; }
.mock-satir em { width: 18px; height: 18px; border-radius: 50%; background: var(--zemin-mavi); flex-shrink: 0; }
.mock-satir u { text-decoration: none; height: 7px; border-radius: 4px; background: rgba(100, 116, 139, 0.2); width: 85%; }
@media (max-width: 700px) {
  .mock-istatlar { grid-template-columns: repeat(2, 1fr); }
  .mock-alt { grid-template-columns: 1fr; }
  .mock-kenar { display: none; }
}

/* Nasıl çalışır adımları */
.adim-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.adim-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 26px 24px;
  position: relative;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.adim-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu-koyu));
  color: #fff; font-weight: 800; font-size: 17px;
  margin-bottom: 14px;
  box-shadow: 0 6px 14px rgba(29, 78, 216, 0.3);
}
.adim-kart h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.adim-kart p { font-size: 14px; color: var(--soluk); }

/* Sektör çipleri */
.sektor-cipleri { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 860px; margin: 0 auto; }
.sektor-cip {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13.5px; font-weight: 600;
  transition: border-color 0.12s ease, transform 0.12s ease;
}
.sektor-cip:hover { border-color: var(--vurgu-acik); transform: translateY(-1px); }

/* SSS */
.sss {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 12px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.sss summary {
  cursor: pointer; font-weight: 600; font-size: 15px;
  padding: 16px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.sss summary::-webkit-details-marker { display: none; }
.sss summary::after { content: '+'; font-size: 20px; color: var(--soluk); transition: transform 0.15s ease; }
.sss[open] summary::after { transform: rotate(45deg); }
.sss p { padding: 0 0 16px; color: var(--soluk); font-size: 14px; }

/* Zengin footer */
.tanitim-alt { text-align: left; }
.alt-izgara {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 26px;
  padding: 18px 8px 26px;
}
.alt-izgara a { display: block; color: var(--soluk); font-size: 13.5px; padding: 4px 0; }
.alt-izgara a.logo { display: inline-flex; color: var(--metin); font-size: 16px; padding: 0; }
.alt-izgara a:hover { color: var(--vurgu); opacity: 1; }
.alt-baslik { display: block; font-size: 13px; margin-bottom: 8px; color: var(--metin); }
.alt-telif { text-align: center; border-top: 1px solid var(--cizgi); padding-top: 18px; max-width: 1080px; margin: 0 auto; color: var(--soluk); font-size: 13px; }
@media (max-width: 760px) { .alt-izgara { grid-template-columns: 1fr 1fr; } }

/* Kart hover cilası */
.hesap-kart, .gonderi-kart, .ozellik-kart, .fiyat-kart { transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease; }
.hesap-kart:hover, .gonderi-kart:hover, .ozellik-kart:hover { transform: translateY(-2px); box-shadow: var(--golge); }

/* ============================================================
   KOYU TEMA — html[data-tema="koyu"]
   ============================================================ */

html[data-tema="koyu"] {
  --arka:       #0a0f1e;
  --panel:      #111a31;
  --cizgi:      rgba(148, 163, 255, 0.14);
  --metin:      #e7ecf9;
  --soluk:      #94a3c1;
  --vurgu:      #3b82f6;
  --vurgu-koyu: #2563eb;
  --vurgu-acik: #60a5fa;
  --zemin-mavi: rgba(59, 130, 246, 0.14);
  --golge:      0 10px 34px rgba(2, 6, 23, 0.5);
}
html[data-tema="koyu"] body { background: var(--arka); color: var(--metin); }

html[data-tema="koyu"] .alan input[type="text"],
html[data-tema="koyu"] .alan input[type="email"],
html[data-tema="koyu"] .alan input[type="password"],
html[data-tema="koyu"] .alan input[type="url"],
html[data-tema="koyu"] .alan input[type="tel"],
html[data-tema="koyu"] .alan input[type="datetime-local"],
html[data-tema="koyu"] .alan input[type="file"],
html[data-tema="koyu"] .alan select,
html[data-tema="koyu"] .alan textarea,
html[data-tema="koyu"] select,
html[data-tema="koyu"] input[type="text"] {
  background: rgba(8, 13, 28, 0.6);
  border-color: rgba(148, 163, 255, 0.2);
  color: var(--metin);
}
html[data-tema="koyu"] .alan select option { background: var(--panel); }

html[data-tema="koyu"] .dugme-sade { background: transparent; color: var(--soluk); border-color: var(--cizgi); }
html[data-tema="koyu"] .dugme-sade:hover { color: var(--metin); border-color: rgba(148, 163, 255, 0.35); }
html[data-tema="koyu"] .dugme-ikincil { background: rgba(59, 130, 246, 0.15); color: #93c5fd; border-color: rgba(59, 130, 246, 0.4); }
html[data-tema="koyu"] .dugme-tehlike { background: rgba(248, 113, 113, 0.12); color: #fca5a5; border-color: rgba(248, 113, 113, 0.35); }

html[data-tema="koyu"] .ustbar { background: rgba(10, 15, 30, 0.8); }
html[data-tema="koyu"] .kenar-link:hover { background: rgba(148, 163, 255, 0.07); }
html[data-tema="koyu"] .paket-kart { border-color: rgba(59, 130, 246, 0.3); }
html[data-tema="koyu"] .paket-adi { color: #93c5fd; }
html[data-tema="koyu"] .paket-detay { color: var(--soluk); }
html[data-tema="koyu"] .paket-cubuk { background: rgba(59, 130, 246, 0.18); }
html[data-tema="koyu"] .kenar-link.cikis:hover { background: rgba(248, 113, 113, 0.09); }
html[data-tema="koyu"] .liste-satir { border-color: rgba(148, 163, 255, 0.08); }
html[data-tema="koyu"] .hesap-ikon { background: rgba(148, 163, 255, 0.07); }
html[data-tema="koyu"] .bagla-kart { background: rgba(148, 163, 255, 0.03); border-color: rgba(148, 163, 255, 0.25); }
html[data-tema="koyu"] .bagla-kart:hover { background: var(--zemin-mavi); border-color: var(--vurgu); }
html[data-tema="koyu"] .sekme { background: transparent; }
html[data-tema="koyu"] .sekme.aktif { background: var(--vurgu-koyu); border-color: var(--vurgu-koyu); }
html[data-tema="koyu"] .hesap-secim-kart { background: rgba(8, 13, 28, 0.5); border-color: rgba(148, 163, 255, 0.2); }
html[data-tema="koyu"] .hesap-secim-kart.secili,
html[data-tema="koyu"] .sektor-kart.secili { background: var(--zemin-mavi); border-color: var(--vurgu); }
html[data-tema="koyu"] .sektor-kart { background: rgba(8, 13, 28, 0.4); }
html[data-tema="koyu"] .fiyat-ozellikler li { color: #c8d0e8; }
html[data-tema="koyu"] .pikon-x { color: #cdd5e8; }
html[data-tema="koyu"] .saat-onerisi { border-color: rgba(59, 130, 246, 0.3); }
html[data-tema="koyu"] .kahraman-rozet { border-color: rgba(59, 130, 246, 0.35); color: #93c5fd; }

html[data-tema="koyu"] .uyari-basari { background: rgba(52, 211, 153, 0.1); border-color: rgba(52, 211, 153, 0.35); color: #86efac; }
html[data-tema="koyu"] .uyari-hata { background: rgba(248, 113, 113, 0.1); border-color: rgba(248, 113, 113, 0.35); color: #fca5a5; }
html[data-tema="koyu"] .uyari-bilgi { background: rgba(96, 165, 250, 0.1); border-color: rgba(96, 165, 250, 0.35); color: #93c5fd; }
html[data-tema="koyu"] .rozet-yesil { background: rgba(52, 211, 153, 0.1); border-color: rgba(52, 211, 153, 0.4); color: #6ee7b7; }
html[data-tema="koyu"] .rozet-mavi { background: rgba(96, 165, 250, 0.1); border-color: rgba(96, 165, 250, 0.4); color: #93c5fd; }
html[data-tema="koyu"] .rozet-sari { background: rgba(251, 191, 36, 0.1); border-color: rgba(251, 191, 36, 0.4); color: #fcd34d; }
html[data-tema="koyu"] .rozet-kirmizi { background: rgba(248, 113, 113, 0.1); border-color: rgba(248, 113, 113, 0.4); color: #fca5a5; }
html[data-tema="koyu"] .rozet-gri { background: rgba(139, 150, 184, 0.1); border-color: rgba(139, 150, 184, 0.35); color: var(--soluk); }

html[data-tema="koyu"] .cip-mavi { background: rgba(96, 165, 250, 0.12); border-color: rgba(96, 165, 250, 0.4); color: #93c5fd; }
html[data-tema="koyu"] .cip-yesil { background: rgba(52, 211, 153, 0.12); border-color: rgba(52, 211, 153, 0.4); color: #6ee7b7; }
html[data-tema="koyu"] .cip-kirmizi { background: rgba(248, 113, 113, 0.12); border-color: rgba(248, 113, 113, 0.4); color: #fca5a5; }
html[data-tema="koyu"] .cip-gri { background: rgba(139, 150, 184, 0.12); border-color: rgba(139, 150, 184, 0.35); color: var(--soluk); }

html[data-tema="koyu"] .giris-sayfa {
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(59, 130, 246, 0.15), transparent 60%),
    radial-gradient(700px 400px at 85% 100%, rgba(37, 99, 235, 0.1), transparent 60%),
    var(--arka);
}
html[data-tema="koyu"] .giris-kart { background: rgba(17, 26, 49, 0.85); backdrop-filter: blur(10px); }

html[data-tema="koyu"] .tanitim { background: var(--arka); }
html[data-tema="koyu"] .kahraman h1 { color: var(--metin); }
html[data-tema="koyu"] .kahraman {
  background:
    radial-gradient(800px 440px at 50% -10%, rgba(59, 130, 246, 0.18), transparent 65%),
    radial-gradient(600px 320px at 85% 30%, rgba(37, 99, 235, 0.08), transparent 60%);
}
html[data-tema="koyu"] .platform-serit { background: rgba(148, 163, 255, 0.03); border-color: var(--cizgi); color: var(--soluk); }
html[data-tema="koyu"] .tanitim-alt { background: rgba(148, 163, 255, 0.02); }
html[data-tema="koyu"] .mock-bar { background: rgba(148, 163, 255, 0.05); }
html[data-tema="koyu"] .mock-bar i { background: rgba(8, 13, 28, 0.6); }
html[data-tema="koyu"] .onizleme { background: rgba(8, 13, 28, 0.5); }
html[data-tema="koyu"] .gradyan-metin { background: linear-gradient(90deg, #60a5fa, #a5b4fc); -webkit-background-clip: text; background-clip: text; }
html[data-tema="koyu"] ::selection { background: rgba(96, 165, 250, 0.3); }

/* Koyu tema: istatistik ikon zeminleri */
html[data-tema="koyu"] .ist-mor     { background: rgba(99, 102, 241, 0.16);  color: #a5b4fc; }
html[data-tema="koyu"] .ist-yesil   { background: rgba(52, 211, 153, 0.14);  color: #6ee7b7; }
html[data-tema="koyu"] .ist-mavi    { background: rgba(96, 165, 250, 0.14);  color: #93c5fd; }
html[data-tema="koyu"] .ist-turuncu { background: rgba(251, 191, 36, 0.14);  color: #fcd34d; }
html[data-tema="koyu"] .ozellik-ikon { background: rgba(96, 165, 250, 0.14); color: #93c5fd; }

/* ============================================================
   v1.3 — Medya, bildirim, emoji, şablon
   ============================================================ */

/* Bildirim zili */
.tema-dugme.zil { position: relative; color: var(--soluk); }
.zil-rozet {
  position: absolute; top: -6px; right: -6px;
  background: #ef4444; color: #fff;
  font-size: 10px; font-weight: 800; line-height: 1;
  padding: 3px 5px; border-radius: 999px;
  border: 2px solid var(--panel);
}
.bildirim-nokta { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; display: inline-block; }
.nokta-basari { background: #22c55e; }
.nokta-uyari  { background: #f59e0b; }
.nokta-hata   { background: #ef4444; }
.nokta-bilgi  { background: #3b82f6; }

/* Emoji çubuğu */
.emoji-cubuk { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.emoji-tus {
  background: var(--arka);
  border: 1px solid var(--cizgi);
  border-radius: 8px;
  font-size: 16px; line-height: 1;
  padding: 6px 8px;
  cursor: pointer;
  transition: transform 0.1s ease, border-color 0.1s ease;
}
.emoji-tus:hover { transform: scale(1.15); border-color: var(--vurgu-acik); }

/* Medya kütüphanesi sayfası */
.medya-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.medya-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: 12px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.medya-kart img { width: 100%; height: 140px; object-fit: cover; display: block; }
.medya-alt { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; }

/* Editörde kütüphaneden seçim ızgarası */
.medya-sec-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: 8px; }
.medya-sec {
  display: block; cursor: pointer;
  border: 2px solid var(--cizgi);
  border-radius: 10px; overflow: hidden;
  transition: border-color 0.12s ease, transform 0.12s ease;
}
.medya-sec:hover { border-color: var(--vurgu-acik); transform: translateY(-1px); }
.medya-sec input { display: none; }
.medya-sec img { width: 100%; height: 64px; object-fit: cover; display: block; }
.medya-sec.secili { border-color: var(--vurgu); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16); }

/* Koyu tema uyumu */
html[data-tema="koyu"] .emoji-tus { background: rgba(8, 13, 28, 0.5); }
html[data-tema="koyu"] .zil-rozet { border-color: var(--panel); }

/* ============================================================
   v1.4 — AI Otomasyon modülü
   ============================================================ */

.oto-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 18px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.oto-kart:hover { transform: translateY(-2px); box-shadow: var(--golge); }

/* Sohbet (test + gelen kutusu balonları) */
.sohbet-kart { display: flex; flex-direction: column; }
.sohbet {
  min-height: 380px; max-height: 480px;
  overflow-y: auto;
  display: flex; flex-direction: column; gap: 10px;
  padding: 6px 2px 14px;
}
.balon {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.balon-musteri {
  align-self: flex-start;
  background: #eef2f7;
  color: var(--metin);
  border-bottom-left-radius: 4px;
}
.balon-ai {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--vurgu-acik), var(--vurgu));
  color: #fff;
  border-bottom-right-radius: 4px;
}
.balon-kaynak {
  display: block;
  font-size: 10.5px;
  opacity: 0.75;
  margin-top: 6px;
}
.sohbet-form { display: flex; gap: 8px; border-top: 1px solid var(--cizgi); padding-top: 14px; }
.sohbet-form input[type="text"] {
  flex: 1;
  padding: 11px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: var(--panel);
  color: var(--metin);
  font: inherit; font-size: 14px;
}
.sohbet-form input[type="text"]:focus { outline: none; border-color: var(--vurgu-acik); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }

/* Gelen kutusu mesaj kartı */
.mesaj-kart {
  background: var(--panel);
  border: 1px solid var(--cizgi);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 12px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.mesaj-ust { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mesaj-kart .balon { max-width: 92%; }

/* SSS satırları (bilgi bankası) */
.sss-satir {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 13.5px;
}
.sss-satir:last-of-type { border-bottom: none; }
.sss-icerik { flex: 1; min-width: 0; }

/* Koyu tema uyumu */
html[data-tema="koyu"] .balon-musteri { background: rgba(148, 163, 255, 0.1); }
html[data-tema="koyu"] .sss-satir { border-color: rgba(148, 163, 255, 0.08); }
html[data-tema="koyu"] .sohbet-form input[type="text"] { background: rgba(8, 13, 28, 0.5); border-color: rgba(148, 163, 255, 0.2); }

/* Otomasyon hesap seçici */
.oto-hesaplar {
  border-top: 1px solid var(--cizgi);
  border-bottom: 1px solid var(--cizgi);
  padding: 10px 0;
}
.hesap-secici summary {
  cursor: pointer;
  font-size: 12.5px; font-weight: 600;
  color: var(--vurgu);
  margin-top: 8px;
  list-style: none;
}
.hesap-secici summary::-webkit-details-marker { display: none; }
.hesap-secici summary::before { content: '⚙ '; }
html[data-tema="koyu"] .oto-hesaplar { border-color: rgba(148, 163, 255, 0.1); }

/* v1.5 — hashtag/link ekleme çipleri */
.ekle-cubuk { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 8px; }
.ekle-cip {
  background: var(--zemin-mavi);
  border: 1px solid #c7d7f9;
  color: var(--vurgu);
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  padding: 4px 11px;
  cursor: pointer;
  transition: transform 0.1s ease, background 0.1s ease;
  font-family: inherit;
}
.ekle-cip:hover { transform: translateY(-1px); background: #dbe7fd; }
html[data-tema="koyu"] .ekle-cip { border-color: rgba(59, 130, 246, 0.35); }
html[data-tema="koyu"] .ekle-cip:hover { background: rgba(59, 130, 246, 0.22); }

/* v1.5.1 — Otomasyon yönetim sayfası */
.oto-baslik { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.oto-baslik-ikon {
  width: 64px; height: 64px;
  border-radius: 18px;
  background: var(--zemin-mavi);
  border: 1px solid #c7d7f9;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}
.oto-baslik-bilgi { flex: 1; min-width: 220px; }
.oto-baslik-bilgi h2 { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.oto-baslik-istat { display: flex; gap: 10px; }
.oto-mini-istat {
  background: var(--arka);
  border: 1px solid var(--cizgi);
  border-radius: 12px;
  padding: 10px 16px;
  text-align: center;
  min-width: 86px;
}
.oto-mini-istat b { display: block; font-size: 20px; letter-spacing: -0.02em; }
.oto-mini-istat span { font-size: 11px; color: var(--soluk); }

.oto-cipler { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }

.oto-bagla-alt {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  border-top: 1px solid var(--cizgi);
  margin-top: 16px; padding-top: 14px;
}

.tehlike-kart { border-color: #fecaca; }
html[data-tema="koyu"] .tehlike-kart { border-color: rgba(248, 113, 113, 0.35); }
html[data-tema="koyu"] .oto-baslik-ikon { border-color: rgba(59, 130, 246, 0.3); }

/* v1.6 — alt sekme çubuğu */
.alt-sekmeler { border-bottom: 1px solid var(--cizgi); padding-bottom: 12px; }
.sekme-rozet {
  display: inline-block;
  background: #ef4444; color: #fff;
  font-size: 10.5px; font-weight: 800; line-height: 1;
  padding: 2px 6px; border-radius: 999px;
  margin-left: 4px; vertical-align: 1px;
}
.sekme.aktif .sekme-rozet { background: rgba(255, 255, 255, 0.25); }

/* ============================================================
   v1.6.1 — GÖRSEL YENİLEME
   Derin katmanlı gölgeler • canlı renkler • animasyonlar
   ============================================================ */

:root {
  --golge-kucuk: 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 12px -2px rgba(29, 78, 216, 0.06);
  --golge:       0 2px 4px rgba(15, 23, 42, 0.05), 0 12px 24px -6px rgba(29, 78, 216, 0.12), 0 24px 48px -12px rgba(15, 23, 42, 0.10);
  --golge-buyuk: 0 4px 8px rgba(15, 23, 42, 0.06), 0 20px 40px -8px rgba(29, 78, 216, 0.18), 0 40px 80px -16px rgba(15, 23, 42, 0.14);
  --isilti:      0 8px 24px -6px rgba(37, 99, 235, 0.45);
}

/* Canlı zemin: hafif renk bulutları */
body.uygulama, .giris-sayfa {
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(59, 130, 246, 0.07), transparent 60%),
    radial-gradient(700px 500px at -10% 100%, rgba(99, 102, 241, 0.06), transparent 60%),
    var(--arka);
  background-attachment: fixed;
}
html[data-tema="koyu"] body.uygulama, html[data-tema="koyu"] .giris-sayfa {
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(59, 130, 246, 0.10), transparent 60%),
    radial-gradient(700px 500px at -10% 100%, rgba(99, 102, 241, 0.08), transparent 60%),
    var(--arka);
  background-attachment: fixed;
}

/* ---------- Giriş animasyonları ---------- */
@keyframes belir {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes buyu-y {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}
@keyframes buyu-x {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes nabiz {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}
@keyframes isilti-don {
  0%, 100% { box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35); }
  50%      { box-shadow: 0 4px 22px rgba(37, 99, 235, 0.6); }
}
@keyframes yuz {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

.icerik > * { animation: belir 0.4s ease both; }
.icerik > *:nth-child(2) { animation-delay: 0.05s; }
.icerik > *:nth-child(3) { animation-delay: 0.1s; }
.icerik > *:nth-child(4) { animation-delay: 0.15s; }
.icerik > *:nth-child(5) { animation-delay: 0.2s; }
.istatistikler .ist-kart:nth-child(1) { animation: belir 0.4s ease 0.05s both; }
.istatistikler .ist-kart:nth-child(2) { animation: belir 0.4s ease 0.12s both; }
.istatistikler .ist-kart:nth-child(3) { animation: belir 0.4s ease 0.19s both; }
.istatistikler .ist-kart:nth-child(4) { animation: belir 0.4s ease 0.26s both; }
.giris-kart { animation: belir 0.45s ease both; }

/* ---------- Kartlar: derinlik ---------- */
.kart, .ist-kart, .hesap-kart, .gonderi-kart, .oto-kart, .fiyat-kart,
.mesaj-kart, .fikir-kart, .medya-kart, .adim-kart, .ozellik-kart, .takvim-hucre {
  box-shadow: var(--golge-kucuk);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.hesap-kart:hover, .gonderi-kart:hover, .oto-kart:hover, .fikir-kart:hover,
.medya-kart:hover, .adim-kart:hover, .ozellik-kart:hover {
  transform: translateY(-4px);
  box-shadow: var(--golge-buyuk);
  border-color: rgba(37, 99, 235, 0.35);
}
.fiyat-kart:hover { transform: translateY(-4px); box-shadow: var(--golge-buyuk); }
.giris-kart { box-shadow: var(--golge); }
.oto-baslik { box-shadow: var(--golge); }

/* İstatistik kartları: renkli üst şerit + canlı gradyan ikonlar */
.ist-kart { position: relative; overflow: hidden; }
.ist-kart::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #3b82f6, #6366f1, #8b5cf6);
  opacity: 0.85;
}
.ist-kart:hover { transform: translateY(-3px); box-shadow: var(--golge); }
.ist-ikon { transition: transform 0.16s ease; }
.ist-kart:hover .ist-ikon { transform: scale(1.12) rotate(-4deg); }
.ist-mor     { background: linear-gradient(135deg, #818cf8, #4f46e5) !important; color: #fff !important; box-shadow: 0 8px 18px -6px rgba(99, 102, 241, 0.6); }
.ist-yesil   { background: linear-gradient(135deg, #34d399, #059669) !important; color: #fff !important; box-shadow: 0 8px 18px -6px rgba(16, 185, 129, 0.6); }
.ist-mavi    { background: linear-gradient(135deg, #60a5fa, #2563eb) !important; color: #fff !important; box-shadow: 0 8px 18px -6px rgba(37, 99, 235, 0.6); }
.ist-turuncu { background: linear-gradient(135deg, #fbbf24, #ea580c) !important; color: #fff !important; box-shadow: 0 8px 18px -6px rgba(234, 88, 12, 0.55); }

/* ---------- Butonlar: parlama ---------- */
.dugme-birincil {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8 60%, #1e40af);
  background-size: 150% 150%;
  box-shadow: var(--isilti);
}
.dugme-birincil:hover {
  background-position: 100% 100%;
  box-shadow: 0 12px 30px -6px rgba(37, 99, 235, 0.55);
  transform: translateY(-2px);
}
.dugme-birincil:active { transform: translateY(0); box-shadow: 0 4px 12px -4px rgba(37, 99, 235, 0.5); }
.dugme-ikincil:hover { box-shadow: 0 6px 16px -6px rgba(37, 99, 235, 0.35); transform: translateY(-2px); }
.dugme-tehlike:hover { box-shadow: 0 6px 16px -6px rgba(220, 38, 38, 0.4); }

/* ---------- Kenar menü: canlı aktif durum ---------- */
.kenar { box-shadow: 4px 0 24px -12px rgba(15, 23, 42, 0.1); }
.kenar-link { position: relative; }
.kenar-link.aktif {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.14), rgba(99, 102, 241, 0.08));
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.18);
}
.kenar-link.aktif::before {
  content: '';
  position: absolute; left: -14px; top: 20%; bottom: 20%;
  width: 4px; border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #3b82f6, #6366f1);
  box-shadow: 2px 0 8px rgba(59, 130, 246, 0.5);
}
.kenar-link:hover { transform: translateX(2px); }
.kenar-link { transition: background 0.14s ease, color 0.14s ease, transform 0.14s ease; }

.logo-kutu {
  background: linear-gradient(135deg, #3b82f6, #4f46e5);
  animation: isilti-don 3.2s ease-in-out infinite;
}
.avatar {
  background: linear-gradient(135deg, #3b82f6, #4f46e5);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18), 0 4px 10px -2px rgba(37, 99, 235, 0.4);
}

/* ---------- Grafikler: canlı büyüme ---------- */
.grafik-cubuk {
  background: linear-gradient(180deg, #60a5fa, #2563eb);
  transform-origin: bottom;
  animation: buyu-y 0.6s cubic-bezier(0.34, 1.4, 0.64, 1) both;
  box-shadow: 0 4px 10px -3px rgba(37, 99, 235, 0.4);
}
.grafik-sutun:nth-child(odd) .grafik-cubuk { animation-delay: 0.08s; }
.grafik-sutun:nth-child(3n) .grafik-cubuk { animation-delay: 0.16s; }
.grafik-cubuk.bos { box-shadow: none; animation: none; }
.grafik-sutun:hover .grafik-cubuk { filter: brightness(1.15); }

.dagilim-cubuk span, .paket-cubuk span {
  background: linear-gradient(90deg, #3b82f6, #6366f1);
  transform-origin: left;
  animation: buyu-x 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
  box-shadow: 0 2px 6px -1px rgba(59, 130, 246, 0.45);
}

/* ---------- Rozetler ve bildirim: nabız ---------- */
.zil-rozet { animation: nabiz 1.6s ease-in-out infinite; box-shadow: 0 3px 8px rgba(239, 68, 68, 0.5); }
.sekme-rozet { box-shadow: 0 2px 6px rgba(239, 68, 68, 0.45); }
.sekme.aktif {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 6px 14px -4px rgba(37, 99, 235, 0.5);
  border-color: transparent;
}
.one-cikan-rozet { box-shadow: 0 6px 14px -4px rgba(37, 99, 235, 0.55); }

/* ---------- Sohbet balonları ---------- */
.balon { animation: belir 0.3s ease both; box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.12); }
.balon-ai { box-shadow: 0 6px 16px -5px rgba(37, 99, 235, 0.5); }

/* ---------- Uyarılar ---------- */
.uyari { box-shadow: var(--golge-kucuk); animation: belir 0.35s ease both; }

/* ---------- Form odak ---------- */
.alan input:focus, .alan select:focus, .alan textarea:focus, .sohbet-form input[type="text"]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16), 0 4px 12px -4px rgba(59, 130, 246, 0.25);
}

/* ---------- Tablo satır vurgusu ---------- */
.tablo tr { transition: background 0.12s ease; }
.tablo tr:hover td { background: rgba(59, 130, 246, 0.045); }
html[data-tema="koyu"] .tablo tr:hover td { background: rgba(96, 165, 250, 0.06); }

/* ---------- Takvim ---------- */
.takvim-hucre:hover { transform: translateY(-2px); box-shadow: var(--golge-kucuk); border-color: rgba(59, 130, 246, 0.3); }
.takvim-bugun { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16), 0 8px 20px -8px rgba(37, 99, 235, 0.35); }
.takvim-cip { transition: transform 0.12s ease, box-shadow 0.12s ease; }
.takvim-cip:hover { transform: translateY(-1px) scale(1.02); box-shadow: 0 4px 10px -3px rgba(15, 23, 42, 0.2); }

/* ---------- Landing: yüzen ışık küreleri + derin mock ---------- */
.kahraman { position: relative; overflow: hidden; }
.kahraman::before, .kahraman::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}
.kahraman::before {
  width: 340px; height: 340px;
  left: -80px; top: 40px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28), transparent 70%);
  animation: yuz 7s ease-in-out infinite;
}
.kahraman::after {
  width: 280px; height: 280px;
  right: -60px; top: 140px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 70%);
  animation: yuz 9s ease-in-out 1.2s infinite;
}
.kahraman > * { position: relative; z-index: 1; }
.mock-pencere {
  box-shadow: 0 10px 24px -8px rgba(29, 78, 216, 0.25), 0 40px 90px -20px rgba(15, 23, 42, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mock-kap:hover .mock-pencere {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -8px rgba(29, 78, 216, 0.3), 0 56px 110px -20px rgba(15, 23, 42, 0.35);
}
.sektor-cip:hover { box-shadow: 0 8px 18px -6px rgba(37, 99, 235, 0.3); }
.kahraman-rozet { box-shadow: 0 6px 16px -6px rgba(37, 99, 235, 0.3); animation: belir 0.5s ease both; }
.kahraman h1 { animation: belir 0.55s ease 0.08s both; }
.kahraman p { animation: belir 0.55s ease 0.16s both; }
.kahraman-butonlar { animation: belir 0.55s ease 0.24s both; }
.mock-kap { animation: belir 0.6s ease 0.3s both; }

/* ---------- Onboarding / seçim kartları ---------- */
.sektor-kart:hover { box-shadow: var(--golge); }
.sektor-kart.secili { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18), 0 10px 24px -8px rgba(37, 99, 235, 0.35); }
.hesap-secim-kart.secili { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16), 0 6px 16px -6px rgba(37, 99, 235, 0.3); }

/* ---------- Kaydırma çubuğu ---------- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.3);
  border-radius: 99px;
  border: 2px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover { background: rgba(59, 130, 246, 0.5); background-clip: content-box; }

/* ---------- Koyu tema derinlik uyumu ---------- */
html[data-tema="koyu"] {
  --golge-kucuk: 0 1px 2px rgba(0, 0, 0, 0.3), 0 6px 14px -4px rgba(0, 0, 0, 0.35);
  --golge:       0 4px 8px rgba(0, 0, 0, 0.35), 0 16px 32px -8px rgba(0, 0, 0, 0.5), 0 0 24px -8px rgba(59, 130, 246, 0.15);
  --golge-buyuk: 0 8px 16px rgba(0, 0, 0, 0.4), 0 28px 60px -12px rgba(0, 0, 0, 0.6), 0 0 40px -10px rgba(59, 130, 246, 0.2);
}
html[data-tema="koyu"] .ist-mor,
html[data-tema="koyu"] .ist-yesil,
html[data-tema="koyu"] .ist-mavi,
html[data-tema="koyu"] .ist-turuncu { color: #fff !important; }
html[data-tema="koyu"] .kenar { box-shadow: 4px 0 30px -12px rgba(0, 0, 0, 0.5); }
html[data-tema="koyu"] .tablo tr:hover td { background: rgba(96, 165, 250, 0.06); }

/* ---------- Hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   v1.6.2 — EKSTRA CANLILIK
   Akan gradyanlar • ripple • parıltılar • aurora
   ============================================================ */

@keyframes gradyan-ak {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes parla {
  0%       { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}
@keyframes dalga {
  to { transform: scale(3.2); opacity: 0; }
}

/* Tema geçişinde yumuşama */
body { transition: background-color 0.35s ease, color 0.35s ease; }

/* ---------- Akan gradyan butonlar ---------- */
.dugme-birincil {
  background: linear-gradient(120deg, #3b82f6, #6366f1, #8b5cf6, #4f46e5, #3b82f6);
  background-size: 300% 100%;
  animation: gradyan-ak 7s ease infinite;
}
.dugme-birincil:hover { animation-duration: 2.2s; }

/* Ripple (tıklama dalgası) */
.dugme { position: relative; overflow: hidden; }
.dalga {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: dalga 0.55s ease-out forwards;
  pointer-events: none;
}
.dugme-sade .dalga, .dugme-ikincil .dalga { background: rgba(59, 130, 246, 0.25); }

/* ---------- Gradyan başlıklar ---------- */
.selamlama h2, .onb-baslik h2, .bolum-baslik h2, .giris-kart h1, .oto-baslik-bilgi h2 {
  background: linear-gradient(105deg, #0f172a 20%, #1d4ed8 65%, #6d28d9 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-tema="koyu"] .selamlama h2,
html[data-tema="koyu"] .onb-baslik h2,
html[data-tema="koyu"] .bolum-baslik h2,
html[data-tema="koyu"] .giris-kart h1,
html[data-tema="koyu"] .oto-baslik-bilgi h2 {
  background: linear-gradient(105deg, #e7ecf9 20%, #93c5fd 65%, #c4b5fd 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Landing ana gradyan metin: canlı akış */
.gradyan-metin {
  background: linear-gradient(90deg, #2563eb, #7c3aed, #db2777, #2563eb);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradyan-ak 6s linear infinite;
}
html[data-tema="koyu"] .gradyan-metin {
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6, #60a5fa);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- İstatistik kartı: akan renk şeridi ---------- */
.ist-kart::before {
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b, #3b82f6);
  background-size: 300% 100%;
  animation: gradyan-ak 9s linear infinite;
  opacity: 1;
}

/* ---------- İlerleme çubuklarında parıltı süpürmesi ---------- */
.paket-cubuk span, .dagilim-cubuk span { position: relative; overflow: hidden; }
.paket-cubuk span::after, .dagilim-cubuk span::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: parla 2.6s ease-in-out infinite;
}

/* ---------- Kenar menü: ikon canlılığı + gradyan marka ---------- */
.kenar-link svg { transition: transform 0.16s ease; }
.kenar-link:hover svg { transform: scale(1.18) rotate(-6deg); }
.logo > span:last-child {
  background: linear-gradient(100deg, #1e293b 30%, #1d4ed8 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-tema="koyu"] .logo > span:last-child {
  background: linear-gradient(100deg, #e7ecf9 30%, #93c5fd 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Sekmeler ---------- */
.sekme { transition: transform 0.14s ease, box-shadow 0.14s ease, color 0.14s ease, background 0.14s ease; }
.sekme:hover { transform: translateY(-2px); box-shadow: 0 6px 14px -6px rgba(37, 99, 235, 0.35); }
.sekme.aktif {
  background: linear-gradient(120deg, #3b82f6, #6366f1, #3b82f6);
  background-size: 250% 100%;
  animation: gradyan-ak 5s ease infinite;
}

/* ---------- Giriş/kayıt: aurora ışıkları + gradyan çerçeve ---------- */
.giris-sayfa { position: relative; overflow: hidden; }
.giris-sayfa::before, .giris-sayfa::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.giris-sayfa::before {
  width: 380px; height: 380px;
  left: 8%; top: 6%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3), transparent 70%);
  animation: yuz 8s ease-in-out infinite;
}
.giris-sayfa::after {
  width: 320px; height: 320px;
  right: 6%; bottom: 8%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.26), transparent 70%);
  animation: yuz 10s ease-in-out 1.4s infinite;
}
.giris-ort { position: relative; z-index: 1; }
.giris-kart { position: relative; overflow: hidden; }
.giris-kart::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  background-size: 300% 100%;
  animation: gradyan-ak 8s linear infinite;
}

/* ---------- Onboarding ilerleme ---------- */
.onb-adim.tamam {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  box-shadow: 0 2px 8px -2px rgba(99, 102, 241, 0.5);
}

/* ---------- Ozellik/adım ikonları canlansın ---------- */
.ozellik-ikon, .adim-no { transition: transform 0.18s ease, box-shadow 0.18s ease; }
.ozellik-kart:hover .ozellik-ikon { transform: scale(1.15) rotate(-5deg); }
.adim-kart:hover .adim-no { transform: scale(1.12) rotate(4deg); box-shadow: 0 10px 22px -6px rgba(37, 99, 235, 0.5); }
.sektor-kart .sektor-ikon { transition: transform 0.18s ease; }
.sektor-kart:hover .sektor-ikon { transform: scale(1.25) rotate(-6deg); }

/* ---------- Bildirim zili hover sallanma ---------- */
@keyframes salla {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(-14deg); }
  40% { transform: rotate(11deg); }
  60% { transform: rotate(-7deg); }
  80% { transform: rotate(4deg); }
}
.tema-dugme.zil:hover svg { animation: salla 0.6s ease; }

/* ---------- Hızlı odak halkası ---------- */
:focus-visible { outline: 2px solid rgba(59, 130, 246, 0.6); outline-offset: 2px; border-radius: 6px; }

/* ============================================================
   v1.6.3 — ANİMASYON PAKETİ 3
   3D eğilme + parlama • konfeti • kaydırma belirme • mikrolar
   ============================================================ */

/* 3D eğilme (JS fare takibi ile --rx/--ry doldurur) */
.egik { position: relative; will-change: transform; }
.egik:hover {
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-4px) !important;
}
.egik::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.28), transparent 46%);
  z-index: 1;
}
.egik:hover::after { opacity: 1; }
html[data-tema="koyu"] .egik::after {
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(148, 197, 255, 0.14), transparent 46%);
}

/* Konfeti (başarı mesajlarında) */
.uyari { position: relative; }
.konfeti {
  position: absolute;
  top: 50%;
  width: 8px; height: 8px;
  border-radius: 2px;
  pointer-events: none;
  animation: konfeti-uc 1.5s ease-out forwards;
  z-index: 5;
}
@keyframes konfeti-uc {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
  100% { transform: translate(var(--kx, 40px), -110px) rotate(560deg) scale(0.6); opacity: 0; }
}

/* Kaydırdıkça belirme (landing) */
.kaydir-gizli { opacity: 0; transform: translateY(30px); transition: opacity 0.65s ease, transform 0.65s ease; }
.kaydir-goster { opacity: 1; transform: none; }

/* Kenar menü: sıralı belirme */
.kenar-menu .kenar-link { animation: belir 0.35s ease both; }
.kenar-menu .kenar-link:nth-child(2)  { animation-delay: 0.03s; }
.kenar-menu .kenar-link:nth-child(3)  { animation-delay: 0.06s; }
.kenar-menu .kenar-link:nth-child(4)  { animation-delay: 0.09s; }
.kenar-menu .kenar-link:nth-child(5)  { animation-delay: 0.12s; }
.kenar-menu .kenar-link:nth-child(6)  { animation-delay: 0.15s; }
.kenar-menu .kenar-link:nth-child(7)  { animation-delay: 0.18s; }
.kenar-menu .kenar-link:nth-child(8)  { animation-delay: 0.21s; }
.kenar-menu .kenar-link:nth-child(9)  { animation-delay: 0.24s; }
.kenar-menu .kenar-link:nth-child(10) { animation-delay: 0.27s; }
.kenar-menu .kenar-link:nth-child(11) { animation-delay: 0.3s; }
.kenar-menu .kenar-link:nth-child(12) { animation-delay: 0.33s; }
.kenar-menu .kenar-link:nth-child(13) { animation-delay: 0.36s; }
.kenar-menu .kenar-link:nth-child(14) { animation-delay: 0.39s; }
.kenar-menu .kenar-link:nth-child(15) { animation-delay: 0.42s; }
.kenar-menu .kenar-link:nth-child(16) { animation-delay: 0.45s; }

/* Boş durum ikonları yüzsün */
.bos-durum .bos-ikon { display: inline-block; animation: yuz 3.5s ease-in-out infinite; }

/* Takvimde bugün: nabız halkası */
@keyframes bugun-halka {
  0%, 100% { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18), 0 8px 20px -8px rgba(37, 99, 235, 0.35); }
  50%      { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.06), 0 8px 20px -8px rgba(37, 99, 235, 0.35); }
}
.takvim-bugun { animation: bugun-halka 2.6s ease-in-out infinite; }

/* Üst bar "Yeni Gönderi" hafif ışıma nabzı */
.ustbar-yeni { animation: isilti-don 3.6s ease-in-out infinite; }

/* En popüler paket: renk değiştiren ışıma */
@keyframes populer-nabiz {
  0%, 100% { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14), 0 18px 44px -12px rgba(37, 99, 235, 0.35); }
  50%      { box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.18), 0 18px 44px -12px rgba(139, 92, 246, 0.4); }
}
.fiyat-kart.one-cikan { animation: populer-nabiz 4.5s ease-in-out infinite; }

/* Landing platform şeridi: sıralı zıplayarak gelme */
.platform-serit .oge { animation: belir 0.5s ease both; }
.platform-serit .oge:nth-child(1) { animation-delay: 0.05s; }
.platform-serit .oge:nth-child(2) { animation-delay: 0.15s; }
.platform-serit .oge:nth-child(3) { animation-delay: 0.25s; }
.platform-serit .oge:nth-child(4) { animation-delay: 0.35s; }
.platform-serit .oge { transition: transform 0.15s ease; }
.platform-serit .oge:hover { transform: translateY(-3px) scale(1.06); }

/* Fikir kartı etiketi: hover'da renk dolması */
.fikir-kart:hover .fikir-etiket {
  background: linear-gradient(120deg, #3b82f6, #6366f1);
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Medya kartı görsel yakınlaşma */
.medya-kart img, .medya-sec img { transition: transform 0.25s ease; }
.medya-kart:hover img { transform: scale(1.06); }
.medya-sec:hover img { transform: scale(1.1); }

/* Onboarding sektör kartları: sıralı belirme */
.sektor-izgara .sektor-kart { animation: belir 0.4s ease both; }
.sektor-izgara .sektor-kart:nth-child(2)  { animation-delay: 0.04s; }
.sektor-izgara .sektor-kart:nth-child(3)  { animation-delay: 0.08s; }
.sektor-izgara .sektor-kart:nth-child(4)  { animation-delay: 0.12s; }
.sektor-izgara .sektor-kart:nth-child(5)  { animation-delay: 0.16s; }
.sektor-izgara .sektor-kart:nth-child(6)  { animation-delay: 0.2s; }
.sektor-izgara .sektor-kart:nth-child(7)  { animation-delay: 0.24s; }
.sektor-izgara .sektor-kart:nth-child(8)  { animation-delay: 0.28s; }
.sektor-izgara .sektor-kart:nth-child(9)  { animation-delay: 0.32s; }
.sektor-izgara .sektor-kart:nth-child(n+10) { animation-delay: 0.36s; }

/* ============================================================
   v1.7 — Ödeme & Abonelik + doğrulama şeridi
   ============================================================ */

/* --- Bilgi şeritleri (e-posta doğrulama / abonelik uyarısı) --- */
.serit {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  border-radius: var(--radius); padding: 12px 16px; margin-bottom: 16px;
  font-size: 13.5px; border: 1px solid; animation: belir 0.4s ease both;
}
.serit .serit-ikon { font-size: 18px; }
.serit .serit-metin { flex: 1; min-width: 200px; line-height: 1.5; }
.serit form { margin: 0; }
.serit-bilgi {
  background: linear-gradient(120deg, #eef3fe, #f5f9ff 60%, #eef6ff);
  border-color: #c7d7f9; color: #1e3a8a;
}
.serit-uyari {
  background: linear-gradient(120deg, #fffbeb, #fff7ed);
  border-color: #fde68a; color: #92400e;
}
html[data-tema="koyu"] .serit-bilgi { background: linear-gradient(120deg, #17233d, #131f36); border-color: #274069; color: #bfdbfe; }
html[data-tema="koyu"] .serit-uyari { background: linear-gradient(120deg, #2d2413, #291f10); border-color: #6b5416; color: #fde68a; }

/* --- Ödeme sayfası --- */
.odeme-duzen { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; align-items: start; max-width: 900px; }
@media (max-width: 860px) { .odeme-duzen { grid-template-columns: 1fr; } }

.odeme-paket-baslik { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.odeme-paket-baslik h2 { font-size: 19px; margin: 0; }
.odeme-paket-ikon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; font-size: 24px;
  background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff; flex: none;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35); animation: nabiz 3s ease-in-out infinite;
}
.odeme-not {
  background: var(--zemin-mavi); border: 1px dashed #c7d7f9; border-radius: 10px;
  padding: 10px 14px; font-size: 13px; margin-top: 12px;
}
html[data-tema="koyu"] .odeme-not { background: #17233d; border-color: #274069; }

.donem-secenek {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer;
  border: 2px solid var(--cizgi); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.donem-secenek:hover { transform: translateY(-1px); }
.donem-secenek input { display: none; }
.donem-secenek.secili { border-color: var(--vurgu-acik); background: var(--zemin-mavi); box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12); }
html[data-tema="koyu"] .donem-secenek.secili { background: #17233d; }
.donem-ad { font-weight: 700; font-size: 14.5px; display: flex; align-items: center; gap: 8px; }
.donem-fiyat { font-weight: 800; font-size: 16px; color: var(--vurgu); white-space: nowrap; }
.donem-fiyat small { font-weight: 500; color: var(--soluk); font-size: 12px; }

.odeme-toplam {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 2px dashed var(--cizgi); margin: 16px 0; padding-top: 14px; font-size: 14px;
}
.odeme-toplam strong { font-size: 24px; font-weight: 800; background: linear-gradient(120deg, #1d4ed8, #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.odeme-alt-not { font-size: 12.5px; color: var(--soluk); margin-top: 12px; line-height: 1.55; }
.odeme-alt-not code { background: var(--zemin-mavi); padding: 1px 6px; border-radius: 6px; font-size: 12px; }
.odeme-iframe-kart { max-width: 760px; }
.odeme-sss p { font-size: 13.5px; color: var(--soluk); margin-bottom: 10px; line-height: 1.6; }
.odeme-sss strong { color: var(--metin); }

/* --- Fiyat kartı ekleri --- */
.fiyat-yillik-not { font-size: 12.5px; color: var(--soluk); margin: -6px 0 14px; display: flex; align-items: center; gap: 6px; justify-content: center; }
.fiyat-mevcut-not { text-align: center; font-size: 12.5px; color: var(--yesil); font-weight: 600; margin-top: 10px; }

/* --- Abonelik hero (odemeler.php) --- */
.abonelik-hero {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  border-radius: 20px; padding: 26px 28px; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(130deg, #1e3a8a, #1d4ed8 45%, #7c3aed 110%);
  background-size: 180% 180%; animation: gradyan-ak 14s ease infinite;
  box-shadow: 0 18px 44px rgba(29, 78, 216, 0.35);
}
.abonelik-hero::after {
  content: ''; position: absolute; top: -60%; right: -10%; width: 300px; height: 300px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.16), transparent);
  border-radius: 50%; pointer-events: none;
}
.abonelik-bilgi { max-width: 560px; }
.abonelik-etiket { font-size: 11.5px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.75; font-weight: 700; }
.abonelik-bilgi h2 { font-size: 24px; margin: 6px 0 8px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.abonelik-bilgi p { font-size: 13.5px; opacity: 0.9; line-height: 1.6; }
.abonelik-bilgi .dugme-sade { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.abonelik-ozet { display: flex; gap: 12px; }
.abonelik-sayi {
  background: rgba(255, 255, 255, 0.13); border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px; padding: 14px 20px; text-align: center; backdrop-filter: blur(4px); min-width: 110px;
}
.abonelik-sayi b { display: block; font-size: 19px; font-weight: 800; }
.abonelik-sayi span { font-size: 11.5px; opacity: 0.8; }

/* --- Taşan tablolar için kaydırma --- */
.tablo-kaydir { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tablo-kaydir .tablo { min-width: 640px; }

@media (prefers-reduced-motion: reduce) {
  .abonelik-hero { animation: none; }
  .odeme-paket-ikon { animation: none; }
}

/* ============================================================
   v1.8 — Sesli Ajan (Voice Agent) modülü
   ============================================================ */

/* --- Ajan avatarı (liste + yönetim) --- */
.ses-avatar {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  font-size: 21px; flex: none; color: #fff;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
}
.ses-avatar.buyuk { width: 56px; height: 56px; border-radius: 16px; font-size: 25px; }
.ses-avatar.canli { animation: nabiz 3s ease-in-out infinite; }
.oto-kart.pasif .ses-avatar { filter: grayscale(0.7); box-shadow: none; }

/* --- Sihirbaz adım rozeti --- */
.adim-rozet {
  display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 8px;
  background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff;
  font-size: 13px; font-weight: 800; margin-right: 8px; vertical-align: -4px;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
}

/* --- Hız sürgüsü --- */
.hiz-surgu { width: 100%; accent-color: var(--vurgu-acik); height: 30px; }

/* --- Arama (telefon) ekranı --- */
.arama-kart { display: flex; align-items: stretch; }
.arama-ekran {
  flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 26px 12px 10px; border-radius: 16px; position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(124, 58, 237, 0.12), transparent 60%),
    radial-gradient(120% 90% at 50% 100%, rgba(37, 99, 235, 0.1), transparent 60%);
}
html[data-tema="koyu"] .arama-ekran {
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(124, 58, 237, 0.25), transparent 60%),
    radial-gradient(120% 90% at 50% 100%, rgba(37, 99, 235, 0.2), transparent 60%);
}

.arama-avatar-kap { position: relative; width: 132px; height: 132px; display: grid; place-items: center; margin-bottom: 10px; }
.arama-avatar {
  width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center;
  font-size: 40px; color: #fff; position: relative; z-index: 2;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  background-size: 160% 160%; animation: gradyan-ak 9s ease infinite;
  box-shadow: 0 16px 40px rgba(99, 62, 237, 0.45);
  transition: transform 0.25s ease;
}
.arama-halka {
  position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(124, 58, 237, 0.4);
  opacity: 0; z-index: 1; pointer-events: none;
}
.arama-avatar-kap.konusuyor .arama-halka,
.arama-avatar-kap.caliyor .arama-halka { animation: halka-yay 1.8s ease-out infinite; opacity: 1; }
.arama-avatar-kap.konusuyor .arama-halka.h2,
.arama-avatar-kap.caliyor .arama-halka.h2 { animation-delay: 0.9s; }
.arama-avatar-kap.konusuyor .arama-avatar { transform: scale(1.05); }
.arama-avatar-kap.dinliyor .arama-avatar { box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.25), 0 16px 40px rgba(22, 163, 74, 0.35); }
@keyframes halka-yay {
  0%   { transform: scale(0.75); opacity: 0.9; }
  100% { transform: scale(1.45); opacity: 0; }
}

.arama-ad { font-size: 21px; font-weight: 800; }
.arama-alt-ad { font-size: 12.5px; color: var(--soluk); margin-bottom: 8px; }
.arama-sayac { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: 1px; color: var(--vurgu); }
.arama-durum { font-size: 13px; color: var(--soluk); min-height: 20px; margin: 2px 0 4px; }

/* Ses dalgası çubukları */
.arama-dalga { display: flex; gap: 4px; align-items: center; height: 26px; margin-bottom: 6px; }
.arama-dalga span {
  width: 4px; height: 6px; border-radius: 3px;
  background: linear-gradient(180deg, #7c3aed, #2563eb); opacity: 0.35;
}
.arama-dalga.acik span { animation: dalga-zipla 0.9s ease-in-out infinite; opacity: 1; }
.arama-dalga.acik span:nth-child(2) { animation-delay: 0.1s; }
.arama-dalga.acik span:nth-child(3) { animation-delay: 0.2s; }
.arama-dalga.acik span:nth-child(4) { animation-delay: 0.3s; }
.arama-dalga.acik span:nth-child(5) { animation-delay: 0.4s; }
.arama-dalga.acik span:nth-child(6) { animation-delay: 0.5s; }
.arama-dalga.acik span:nth-child(7) { animation-delay: 0.6s; }
@keyframes dalga-zipla {
  0%, 100% { height: 6px; }
  50%      { height: 22px; }
}

/* Arama tuşları */
.arama-tuslar { display: flex; gap: 16px; align-items: center; justify-content: center; margin: 10px 0 4px; }
.arama-tus {
  width: 62px; height: 62px; border-radius: 50%; border: none; cursor: pointer;
  display: grid; place-items: center; color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.arama-tus:hover { transform: translateY(-3px) scale(1.05); }
.arama-tus:active { transform: scale(0.95); }
.arama-tus.baslat {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.45); animation: nabiz 2.4s ease-in-out infinite;
}
.arama-tus.kapat {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 12px 28px rgba(220, 38, 38, 0.45);
}
.arama-tus.sustur {
  width: 48px; height: 48px; background: var(--panel); color: var(--metin);
  border: 1.5px solid var(--cizgi); box-shadow: var(--golge);
}
.arama-tus.sustur.kapali { background: #fee2e2; color: #b91c1c; border-color: #fecaca; }
.arama-tus:disabled { filter: grayscale(0.6); cursor: wait; animation: none; }
.gizli { display: none !important; }

.arama-yazi-satir { display: flex; gap: 8px; width: 100%; max-width: 420px; margin-top: 10px; }
.arama-yazi-satir input { flex: 1; }

/* Canlı döküm */
.arama-dokum { max-height: 430px; overflow-y: auto; }

@media (prefers-reduced-motion: reduce) {
  .arama-avatar, .arama-tus.baslat, .ses-avatar.canli { animation: none; }
  .arama-avatar-kap .arama-halka { animation: none !important; opacity: 0; }
  .arama-dalga.acik span { animation: none; height: 14px; }
}

/* ============================================================
   v1.9 — Canlıya Geçiş rehberi + Mini CRM
   ============================================================ */

/* Mor rozet (arama kaynağı) */
.rozet-mor { background: #f3e8ff; color: #7c3aed; }
html[data-tema="koyu"] .rozet-mor { background: rgba(124, 58, 237, 0.18); color: #c4b5fd; }

/* --- Hazırlık kontrol listesi --- */
.kontrol-listesi { display: flex; flex-direction: column; }
.kontrol-satir {
  display: flex; align-items: center; gap: 14px; padding: 12px 4px;
  border-bottom: 1px solid var(--cizgi);
}
.kontrol-satir:last-child { border-bottom: none; }
.kontrol-satir > div { flex: 1; min-width: 0; }
.kontrol-isaret {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; font-size: 15px; flex: none;
}
.kontrol-isaret.tamam { background: #dcfce7; color: #15803d; box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25); }
.kontrol-isaret.eksik { background: #fef3c7; color: #b45309; }
html[data-tema="koyu"] .kontrol-isaret.tamam { background: rgba(34, 197, 94, 0.16); color: #86efac; }
html[data-tema="koyu"] .kontrol-isaret.eksik { background: rgba(217, 119, 6, 0.16); color: #fcd34d; }

/* --- Rehber akordeonları --- */
.rehber-adim {
  border: 1.5px solid var(--cizgi); border-radius: 14px; margin-bottom: 10px;
  overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: var(--panel);
}
.rehber-adim[open] { border-color: var(--vurgu-acik); box-shadow: 0 10px 26px rgba(37, 99, 235, 0.1); }
.rehber-adim summary {
  cursor: pointer; padding: 14px 16px; font-weight: 700; font-size: 14.5px;
  display: flex; align-items: center; gap: 10px; list-style: none; user-select: none;
}
.rehber-adim summary::-webkit-details-marker { display: none; }
.rehber-adim summary::after { content: '▾'; margin-left: auto; color: var(--soluk); transition: transform 0.2s ease; }
.rehber-adim[open] summary::after { transform: rotate(180deg); }
.rehber-adim summary .rozet { margin-left: 6px; }
.rehber-icerik { padding: 2px 18px 16px 18px; font-size: 14px; line-height: 1.65; }
.rehber-icerik p { margin-bottom: 8px; }
.rehber-liste { padding-left: 20px; margin: 4px 0 10px; }
.rehber-liste li { margin-bottom: 8px; line-height: 1.6; }
.rehber-icerik code { background: var(--zemin-mavi); padding: 1px 7px; border-radius: 6px; font-size: 12.5px; }
html[data-tema="koyu"] .rehber-icerik code { background: #17233d; }

/* --- CRM durum seçici --- */
.durum-secim {
  border-radius: 999px; padding: 5px 10px; font-size: 12.5px; font-weight: 700;
  border: 1.5px solid var(--cizgi); cursor: pointer; background: var(--panel); color: var(--metin);
}
.durum-secim.durum-yeni        { background: #eef3fe; color: #1d4ed8; border-color: #c7d7f9; }
.durum-secim.durum-ilgileniyor { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.durum-secim.durum-musteri     { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.durum-secim.durum-kaybedildi  { background: #f1f5f9; color: #64748b; border-color: #e2e8f0; }
html[data-tema="koyu"] .durum-secim.durum-yeni        { background: #17233d; color: #93c5fd; border-color: #274069; }
html[data-tema="koyu"] .durum-secim.durum-ilgileniyor { background: #2d2413; color: #fcd34d; border-color: #6b5416; }
html[data-tema="koyu"] .durum-secim.durum-musteri     { background: #0d2b21; color: #6ee7b7; border-color: #14532d; }
html[data-tema="koyu"] .durum-secim.durum-kaybedildi  { background: #1a2233; color: #94a3b8; border-color: #2b3650; }

/* ============================================================
   v1.9.1 — Netlik & Zenginlik katmanı
   Hatlar/çizgiler daha belirgin, kartlar daha dokulu ve derin.
   ============================================================ */

:root {
  --cizgi:     #dbe3f0;                       /* genel çizgiler bir tık koyu */
  --cizgi-net: #c7d3e6;                       /* vurgulu kenarlıklar */
}
html[data-tema="koyu"] {
  --cizgi-net: rgba(148, 163, 255, 0.3);
}

/* --- Zemin: çok hafif nokta dokusu (uygulama içi) --- */
body.uygulama {
  background-image: radial-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1.4px);
  background-size: 22px 22px;
}
html[data-tema="koyu"] body.uygulama {
  background-image: radial-gradient(rgba(148, 163, 255, 0.07) 1px, transparent 1.4px);
}

/* --- Kartlar: net kenarlık + iç ışık + hover'da üst aksan hattı --- */
.kart {
  border-color: var(--cizgi-net);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05),
              0 8px 22px -12px rgba(15, 23, 42, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.75);
  position: relative;
}
html[data-tema="koyu"] .kart {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 10px 26px -14px rgba(0, 0, 0, 0.6);
}
.kart::after {
  content: ''; position: absolute; top: -1px; left: 16px; right: 16px; height: 2px;
  border-radius: 2px; opacity: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.6), rgba(124, 58, 237, 0.5), transparent);
  transition: opacity 0.25s ease;
}
.kart:hover::after { opacity: 1; }
.tehlike-kart::after { background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.55), transparent); }

/* --- Kart başlıkları: alt hat + gradyan aksan çizgisi --- */
.kart-baslik {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cizgi);
  position: relative;
}
.kart-baslik::after {
  content: ''; position: absolute; left: 0; bottom: -1px; width: 44px; height: 2px;
  border-radius: 2px; background: linear-gradient(90deg, var(--vurgu-acik), #7c3aed);
}

/* --- İstatistik kartları: kalıcı renkli üst şerit + net çerçeve --- */
.ist-kart { border-color: var(--cizgi-net); }
.ist-kart::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed 55%, #06b6d4);
  opacity: 0.9; pointer-events: none;
}

/* --- Tablolar: belirgin başlık hattı + zebra --- */
.tablo thead th, .tablo tr th { border-bottom: 2px solid var(--cizgi-net); }
.tablo tbody tr:nth-child(even) td { background: rgba(37, 99, 235, 0.028); }
html[data-tema="koyu"] .tablo tbody tr:nth-child(even) td { background: rgba(148, 163, 255, 0.045); }
.tablo tr:hover td { background: rgba(59, 130, 246, 0.06); }

/* --- Girdiler: 1.5px net kenarlık + güçlü odak halkası --- */
.alan input, .alan select, .alan textarea, .arama-yazi-satir input {
  border-width: 1.5px; border-color: var(--cizgi-net);
}
.alan input:focus, .alan select:focus, .alan textarea:focus, .arama-yazi-satir input:focus {
  border-color: var(--vurgu-acik);
  box-shadow: 0 0 0 3.5px rgba(37, 99, 235, 0.16);
}

/* --- Sekmeler: net kenarlık, aktif sekmeye derinlik, satır altı kesik hat --- */
.sekme { border-color: var(--cizgi-net); background: var(--panel); }
.sekme.aktif {
  box-shadow: 0 6px 16px -5px rgba(29, 78, 216, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.sekmeler.alt-sekmeler {
  padding-bottom: 13px;
  border-bottom: 1px dashed var(--cizgi-net);
}

/* --- Kenar menü: aktif linke sol aksan bar + grup ayıraç hatları --- */
.kenar-link { position: relative; }
.kenar-link.aktif { box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16); }
.kenar-link.aktif::before {
  content: ''; position: absolute; left: 0; top: 22%; bottom: 22%; width: 3px;
  border-radius: 3px; background: linear-gradient(180deg, var(--vurgu-acik), #7c3aed);
}
html[data-tema="koyu"] .kenar-link.aktif { box-shadow: inset 0 0 0 1px rgba(148, 163, 255, 0.22); }
.kenar-ayirici { display: flex; align-items: center; gap: 8px; }
.kenar-ayirici::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, var(--cizgi-net), transparent);
}

/* --- Üst bar: net alt hat --- */
.ustbar { border-bottom: 1px solid var(--cizgi-net); }

/* --- Rozet ve chip'ler: ince iç kontur --- */
.rozet { box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.07); }
html[data-tema="koyu"] .rozet { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09); }
.chip { border: 1px solid var(--cizgi-net); }

/* --- Düğmeler: sade/ikincil kenarlıkları netleşsin --- */
.dugme-sade { border-color: var(--cizgi-net); }
.dugme-ikincil { box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.22); }

/* --- Liste satırları: ayraç hatları --- */
.liste-satir { border-bottom: 1px solid var(--cizgi); }
.liste-satir:last-child { border-bottom: none; }

/* --- Panel/oto kartları ve fiyat kartları: net çerçeve --- */
.oto-kart, .gonderi-kart, .fiyat-kart, .hesap-secim-kart, .donem-secenek, .rehber-adim, .medya-kart {
  border-color: var(--cizgi-net);
}
.fiyat-kart.one-cikan { border-color: var(--vurgu-acik); }
.donem-secenek.secili, .hesap-secim-kart.secili, .sektor-kart.secili { border-color: var(--vurgu-acik); }

/* ============================================================
   v2.0 — Gösterge paneli hero'su + Entegrasyon Merkezi
   ============================================================ */

/* --- Karşılama hero'su --- */
.panel-hero {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  border-radius: 20px; padding: 26px 30px; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(125deg, #1e3a8a, #1d4ed8 40%, #7c3aed 85%, #db2777 130%);
  background-size: 200% 200%; animation: gradyan-ak 16s ease infinite;
  box-shadow: 0 20px 48px -12px rgba(29, 78, 216, 0.5);
}
.panel-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1.4px);
  background-size: 20px 20px; opacity: 0.5;
  -webkit-mask-image: linear-gradient(115deg, transparent 35%, #000);
          mask-image: linear-gradient(115deg, transparent 35%, #000);
}
.panel-hero::after {
  content: ''; position: absolute; top: -70%; right: -6%; width: 340px; height: 340px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 50%; pointer-events: none;
}
.panel-hero-sol { position: relative; z-index: 1; max-width: 60%; }
.panel-hero-tarih { font-size: 11.5px; text-transform: uppercase; letter-spacing: 1.2px; opacity: 0.75; font-weight: 700; margin-bottom: 4px; }
.panel-hero h2 { font-size: 26px; font-weight: 800; margin-bottom: 4px; }
.panel-hero p { font-size: 14px; opacity: 0.92; }
.panel-hero-mini { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.panel-hero-mini span {
  background: rgba(255, 255, 255, 0.13); border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px; padding: 5px 12px; font-size: 12.5px; font-weight: 600;
  backdrop-filter: blur(4px);
}
.el-salla { display: inline-block; animation: salla 2.2s ease-in-out infinite; transform-origin: 70% 70%; }

/* Hızlı erişim kartları */
.panel-hero-sag { position: relative; z-index: 1; }
.hizli-erisim { display: grid; grid-template-columns: repeat(2, minmax(128px, 1fr)); gap: 10px; }
.hizli-kart {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  border-radius: 14px; padding: 12px 14px; font-size: 13px; font-weight: 700; color: #fff;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px); transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.hizli-kart span { font-size: 20px; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25)); }
.hizli-kart:hover { transform: translateY(-3px) scale(1.02); background: rgba(255, 255, 255, 0.2); opacity: 1; box-shadow: 0 12px 26px -8px rgba(0, 0, 0, 0.35); }
.he-mavi:hover    { background: linear-gradient(135deg, rgba(59, 130, 246, 0.55), rgba(255, 255, 255, 0.16)); }
.he-mor:hover     { background: linear-gradient(135deg, rgba(168, 85, 247, 0.55), rgba(255, 255, 255, 0.16)); }
.he-yesil:hover   { background: linear-gradient(135deg, rgba(16, 185, 129, 0.55), rgba(255, 255, 255, 0.16)); }
.he-turuncu:hover { background: linear-gradient(135deg, rgba(249, 115, 22, 0.55), rgba(255, 255, 255, 0.16)); }
@media (max-width: 820px) { .panel-hero-sol { max-width: 100%; } .hizli-erisim { width: 100%; } }

/* --- Kurulum ilerleme kartı --- */
.kurulum-kart { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.kurulum-halka {
  width: 84px; height: 84px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: conic-gradient(#2563eb calc(var(--oran) * 1%), #7c3aed calc(var(--oran) * 1%), var(--cizgi) 0);
  animation: bugun-halka 3s ease-in-out infinite;
}
.kurulum-halka b {
  width: 62px; height: 62px; border-radius: 50%; background: var(--panel);
  display: grid; place-items: center; font-size: 15px; font-weight: 800; color: var(--vurgu);
}
.kurulum-icerik { flex: 1; min-width: 260px; }
.kurulum-adimlar { display: flex; gap: 8px; flex-wrap: wrap; }
.kurulum-adim {
  border: 1.5px dashed var(--cizgi-net); border-radius: 999px; padding: 6px 13px;
  font-size: 12.5px; font-weight: 600; color: var(--soluk);
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.kurulum-adim:hover { border-color: var(--vurgu-acik); color: var(--vurgu); transform: translateY(-2px); opacity: 1; }
.kurulum-adim.tamam {
  border-style: solid; border-color: #a7f3d0; background: #ecfdf5; color: #047857; text-decoration: line-through;
}
html[data-tema="koyu"] .kurulum-adim.tamam { background: rgba(16, 185, 129, 0.12); border-color: rgba(16, 185, 129, 0.35); color: #6ee7b7; }

/* --- Aktivite ikonları --- */
.aktivite-ikon {
  width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center;
  background: var(--zemin-mavi); font-size: 15px; flex: none;
}
html[data-tema="koyu"] .aktivite-ikon { background: #17233d; }

/* --- Entegrasyon Merkezi --- */
.entegrasyon-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); gap: 18px; }
@media (max-width: 980px) { .entegrasyon-izgara { grid-template-columns: 1fr; } }
.entegrasyon-kart .rehber-adim { margin-bottom: 0; }
.entegrasyon-mevcut { font-weight: 500; color: var(--soluk); font-size: 12px; margin-left: 6px; }
.entegrasyon-mevcut code { background: var(--zemin-mavi); padding: 1px 7px; border-radius: 6px; }
html[data-tema="koyu"] .entegrasyon-mevcut code { background: #17233d; }
.entegrasyon-urls { display: flex; flex-direction: column; gap: 8px; }
.entegrasyon-urls > div { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.entegrasyon-urls span { font-size: 12px; font-weight: 700; color: var(--soluk); min-width: 128px; text-transform: uppercase; letter-spacing: 0.04em; }
.entegrasyon-urls code {
  background: var(--zemin-mavi); border: 1px solid var(--cizgi); border-radius: 8px;
  padding: 5px 10px; font-size: 12px; flex: 1; min-width: 200px; overflow-wrap: anywhere;
}
html[data-tema="koyu"] .entegrasyon-urls code { background: #17233d; }

@media (prefers-reduced-motion: reduce) {
  .panel-hero { animation: none; }
  .el-salla { animation: none; }
  .kurulum-halka { animation: none; }
}

/* ============================================================
   v2.1 — Gönderi Stüdyosu (gonderi-yeni.php)
   ============================================================ */

/* --- ✨ AI içerik yazarı --- */
.ai-yazar {
  border: 1.5px solid transparent; border-radius: 14px; padding: 14px 16px; margin-bottom: 16px;
  background:
    linear-gradient(var(--panel), var(--panel)) padding-box,
    linear-gradient(120deg, #2563eb, #7c3aed, #db2777) border-box;
  box-shadow: 0 10px 26px -14px rgba(124, 58, 237, 0.4);
}
.ai-yazar-ust { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ai-yazar-ikon { font-size: 19px; animation: nabiz 2.6s ease-in-out infinite; }
.ai-yazar-ust input[type="text"] {
  flex: 1; min-width: 200px; border: 1.5px solid var(--cizgi-net); border-radius: 10px;
  padding: 9px 12px; font-size: 13.5px; background: var(--panel); color: var(--metin);
}
.ai-yazar-ust input[type="text"]:focus { outline: none; border-color: var(--vurgu-acik); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }
.ai-yazar-ust select { border: 1.5px solid var(--cizgi-net); border-radius: 10px; padding: 8px 10px; font-size: 13px; background: var(--panel); color: var(--metin); }
.ai-yazar-onay { display: flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--soluk); white-space: nowrap; }
.ai-yazar-not { margin-top: 8px; }

/* --- Emoji genişletme paneli --- */
.emoji-daha { display: inline-block; position: relative; }
.emoji-daha summary {
  list-style: none; cursor: pointer; width: 30px; height: 30px; display: grid; place-items: center;
  border: 1.5px dashed var(--cizgi-net); border-radius: 8px; font-size: 13px; color: var(--soluk);
}
.emoji-daha summary::-webkit-details-marker { display: none; }
.emoji-daha[open] summary { border-color: var(--vurgu-acik); color: var(--vurgu); }
.emoji-panel {
  position: absolute; z-index: 30; top: 36px; left: 0; width: 264px;
  display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px;
  background: var(--panel); border: 1px solid var(--cizgi-net); border-radius: 12px;
  padding: 10px; box-shadow: var(--golge); animation: buyu-y 0.18s ease both;
}

/* --- Platform karakter ölçerleri --- */
.karakter-olcerler { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.olcer { display: flex; align-items: center; gap: 8px; }
.olcer-etiket { font-size: 12px; font-weight: 600; color: var(--soluk); white-space: nowrap; }
.olcer-etiket b { color: var(--metin); }
.olcer-cubuk { width: 90px; height: 5px; border-radius: 3px; background: var(--cizgi); overflow: hidden; display: inline-block; }
.olcer-cubuk i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, #2563eb, #7c3aed); transition: width 0.2s ease; }
.olcer.yaklasti .olcer-cubuk i { background: linear-gradient(90deg, #f59e0b, #f97316); }
.olcer.asildi .olcer-cubuk i { background: linear-gradient(90deg, #ef4444, #dc2626); }
.olcer.asildi .olcer-etiket b { color: var(--kirmizi); }

/* --- Sürükle-bırak görsel alanı --- */
.surukle-alan {
  display: block; border: 2px dashed var(--cizgi-net); border-radius: 14px; cursor: pointer;
  padding: 20px; text-align: center; transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.03), transparent);
}
.surukle-alan:hover, .surukle-alan.surukleniyor {
  border-color: var(--vurgu-acik);
  background: var(--zemin-mavi);
  transform: scale(1.005);
}
html[data-tema="koyu"] .surukle-alan:hover, html[data-tema="koyu"] .surukle-alan.surukleniyor { background: #17233d; }
.surukle-ic { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.surukle-ikon { font-size: 30px; animation: yuz 3.5s ease-in-out infinite; }
.surukle-onizleme { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.surukle-onizleme img { max-height: 130px; border-radius: 10px; box-shadow: var(--golge); }

/* --- Telefon çerçeveli önizleme --- */
.telefon-cerceve {
  position: relative; border: 9px solid #10162a; border-radius: 30px; overflow: hidden;
  background: var(--panel); box-shadow: 0 22px 44px -16px rgba(15, 23, 42, 0.4);
  max-width: 360px; margin: 0 auto;
}
html[data-tema="koyu"] .telefon-cerceve { border-color: #2b3650; }
.telefon-centik {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 108px; height: 16px; background: #10162a; border-radius: 0 0 12px 12px;
}
html[data-tema="koyu"] .telefon-centik { background: #2b3650; }
.telefon-cerceve .onizleme { border: none; border-radius: 0; padding-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.telefon-cerceve .onizleme-ust { order: 0; }
.oniz-uc-nokta { margin-left: auto; color: var(--soluk); font-weight: 700; }
.oniz-dogrulama { color: #3b82f6; font-size: 12px; }

/* Platform düzenleri */
.oniz-instagram .onizleme-gorsel { order: 1; aspect-ratio: 1 / 1; object-fit: cover; width: 100%; border-radius: 4px; }
.oniz-instagram .onizleme-aksiyon { order: 2; }
.oniz-instagram .onizleme-metin { order: 3; }
.oniz-facebook .onizleme-metin { order: 1; }
.oniz-facebook .onizleme-gorsel { order: 2; border-radius: 10px; }
.oniz-facebook .onizleme-aksiyon { order: 3; border-top: 1px solid var(--cizgi); padding-top: 8px; }
.oniz-x .onizleme-metin { order: 1; }
.oniz-x .onizleme-gorsel { order: 2; border-radius: 14px; border: 1px solid var(--cizgi); }
.oniz-x .onizleme-aksiyon { order: 3; }
.oniz-x .oniz-dogrulama { color: #f59e0b; }
.oniz-ig-aksiyon, .oniz-fb-aksiyon, .oniz-x-aksiyon { display: none; font-size: 13.5px; letter-spacing: 0.4px; }
.oniz-instagram .oniz-ig-aksiyon { display: inline; font-size: 16px; }
.oniz-facebook .oniz-fb-aksiyon { display: inline; }
.oniz-x .oniz-x-aksiyon { display: inline; color: var(--soluk); font-size: 12.5px; }

/* Önizleme platform sekmeleri */
.onizleme-sekmeler { display: inline-flex; gap: 4px; }
.oniz-sekme {
  width: 30px; height: 30px; border-radius: 9px; border: 1.5px solid var(--cizgi-net);
  background: var(--panel); cursor: pointer; font-size: 14px; display: grid; place-items: center;
  transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
  color: var(--metin);
}
.oniz-sekme:hover { transform: translateY(-2px); }
.oniz-sekme.aktif { border-color: var(--vurgu-acik); background: var(--zemin-mavi); box-shadow: 0 4px 12px rgba(37, 99, 235, 0.18); }
html[data-tema="koyu"] .oniz-sekme.aktif { background: #17233d; }

/* --- Sektör saat önerisi + yapışkan yayın çubuğu --- */
.saat-onerisi {
  margin-top: 10px; font-size: 12.5px; padding: 9px 12px; border-radius: 10px; line-height: 1.5;
  background: linear-gradient(120deg, #fffbeb, #fef9ec); border: 1px dashed #fde68a; color: #92400e;
}
html[data-tema="koyu"] .saat-onerisi { background: #2d2413; border-color: #6b5416; color: #fde68a; }
.yayin-cubuk {
  position: sticky; bottom: 14px; z-index: 20; display: flex; gap: 10px;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--cizgi-net); border-radius: 14px; padding: 10px;
  box-shadow: 0 -6px 24px -10px rgba(15, 23, 42, 0.18), var(--golge);
}

@media (prefers-reduced-motion: reduce) {
  .ai-yazar-ikon, .surukle-ikon { animation: none; }
}

/* ============================================================
   v2.1.1 — Videolu Hero Slider + kayan şerit + rakam bandı
   ============================================================ */

.kahraman-video {
  position: relative; overflow: hidden; text-align: left;
  min-height: 620px; padding: 90px 20px 150px;
  background: linear-gradient(135deg, #0b1230, #14245c 45%, #341d6e 100%);
  color: #fff; isolation: isolate;
}
.kahraman-video::after { /* vinyet + nokta dokusu */
  content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 10%, transparent 55%, rgba(5, 8, 24, 0.55)),
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px);
  background-size: auto, 26px 26px;
}

/* Slaytlar */
.kahraman-video .slayt {
  position: absolute; inset: 0; opacity: 0; z-index: 1; pointer-events: none;
  transition: opacity 0.9s ease; display: flex; align-items: flex-start;
  background: linear-gradient(135deg, #0b1230, #14245c 45%, #341d6e 100%);
  background-size: 180% 180%; animation: gradyan-ak 16s ease infinite; /* video yüklenmezse zarif fallback */
}
.kahraman-video .slayt.aktif { opacity: 1; z-index: 2; pointer-events: auto; }

/* Video katmanı */
.slayt-video-kap { position: absolute; inset: 0; z-index: 0; }
.slayt-video-kap video {
  width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: saturate(1.05);
  transition: opacity 1.2s ease;
}
.slayt-video-kap video.yuklendi { opacity: 0.5; }
.slayt-video-kap::after { /* okunabilirlik örtüsü */
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9, 14, 38, 0.92) 18%, rgba(13, 21, 55, 0.72) 48%, rgba(30, 24, 80, 0.45));
}

/* Slayt içeriği */
.slayt-icerik {
  position: relative; z-index: 2; width: 100%; max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; gap: 40px; padding: 26px 30px 0; min-height: 460px;
}
.slayt-metin { max-width: 560px; }
.kahraman-video .kahraman-rozet {
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.28); color: #dbeafe;
  backdrop-filter: blur(6px); animation: belir 0.7s ease both;
}
.kahraman-video h1 {
  color: #fff; font-size: clamp(30px, 4.6vw, 52px); line-height: 1.12; margin: 16px 0 14px;
  animation: belir 0.7s ease 0.12s both;
}
.kahraman-video .slayt-metin p {
  color: rgba(226, 232, 255, 0.88); font-size: 16.5px; line-height: 1.65; max-width: 520px;
  animation: belir 0.7s ease 0.22s both;
}
.kahraman-video .kahraman-butonlar { animation: belir 0.7s ease 0.32s both; margin-top: 22px; }
/* aktif olmayan slaytta giriş animasyonlarını sıfırla → her geçişte yeniden oynasın */
.kahraman-video .slayt:not(.aktif) .kahraman-rozet,
.kahraman-video .slayt:not(.aktif) h1,
.kahraman-video .slayt:not(.aktif) .slayt-metin p,
.kahraman-video .slayt:not(.aktif) .kahraman-butonlar { animation: none; opacity: 0; }

.dugme-parlak { position: relative; overflow: hidden; box-shadow: 0 14px 34px -8px rgba(37, 99, 235, 0.65); }
.dugme-parlak::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 44px; left: -70px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg); animation: isilti-kay 3.2s ease-in-out infinite;
}
@keyframes isilti-kay { 0%, 55% { left: -70px; } 85%, 100% { left: 130%; } }
.dugme-cam {
  background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
}
.dugme-cam:hover { background: rgba(255, 255, 255, 0.18); color: #fff; opacity: 1; }

/* Slayt görselleri (sağ taraf) */
.slayt-gorsel { flex: 1; display: flex; justify-content: center; }
.hero-ajan { display: flex; flex-direction: column; align-items: center; gap: 10px; animation: yuz 4s ease-in-out infinite; }
.hero-ajan .arama-avatar { width: 116px; height: 116px; font-size: 48px; }
.hero-dalga span { background: linear-gradient(180deg, #a5b4fc, #60a5fa); }
.hero-ajan-balon {
  max-width: 300px; background: rgba(255, 255, 255, 0.94); color: #1e293b;
  border-radius: 16px 16px 16px 4px; padding: 12px 16px; font-size: 13.5px; line-height: 1.55;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.45); animation: buyu-y 0.6s ease 0.4s both;
}
.hero-sohbet { display: flex; flex-direction: column; gap: 10px; max-width: 340px; }
.hero-sohbet .balon { box-shadow: 0 16px 36px -14px rgba(0, 0, 0, 0.5); }
.hero-balon-1 { animation: buyu-y 0.5s ease 0.25s both; }
.hero-balon-2 { animation: buyu-y 0.5s ease 0.7s both; }
.hero-crm-cip {
  align-self: flex-start; background: rgba(16, 185, 129, 0.16); border: 1px solid rgba(110, 231, 183, 0.5);
  color: #a7f3d0; font-size: 12.5px; font-weight: 700; border-radius: 999px; padding: 7px 14px;
  animation: buyu-y 0.5s ease 1.15s both;
}
.kahraman-video .slayt:not(.aktif) .hero-balon-1,
.kahraman-video .slayt:not(.aktif) .hero-balon-2,
.kahraman-video .slayt:not(.aktif) .hero-crm-cip,
.kahraman-video .slayt:not(.aktif) .hero-ajan-balon { animation: none; opacity: 0; }

/* Oklar + noktalar */
.slayt-ok {
  position: absolute; top: 42%; z-index: 6; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.08); color: #fff;
  font-size: 26px; line-height: 1; cursor: pointer; backdrop-filter: blur(6px);
  transition: background 0.15s ease, transform 0.15s ease;
}
.slayt-ok:hover { background: rgba(255, 255, 255, 0.22); transform: scale(1.08); }
.slayt-ok.geri { left: 18px; }
.slayt-ok.ileri { right: 18px; }
.slayt-alt { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 6; display: flex; justify-content: center; }
.slayt-noktalar { display: flex; gap: 8px; }
.slayt-nokta {
  width: 44px; height: 6px; border-radius: 4px; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.25); overflow: hidden; padding: 0; position: relative;
  transition: background 0.2s ease;
}
.slayt-nokta i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #60a5fa, #a78bfa); border-radius: 4px; }
.slayt-nokta:hover { background: rgba(255, 255, 255, 0.4); }

/* Mock: yalnız 1. slaytta görünür, hero altına oturur */
.kahraman-video .mock-kap {
  position: relative; z-index: 4; margin: 420px auto -120px; max-width: 860px;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.kahraman-video[data-aktif="1"] .mock-kap,
.kahraman-video[data-aktif="2"] .mock-kap { opacity: 0 !important; animation: none !important; transform: translateY(16px); pointer-events: none; }

/* --- Sonsuz kayan platform şeridi --- */
.kayan-serit { overflow: hidden; padding-left: 0; padding-right: 0; }
.kayan-ic { display: flex; gap: 34px; width: max-content; animation: serit-kay 26s linear infinite; padding: 0 17px; }
.kayan-serit:hover .kayan-ic { animation-play-state: paused; }
@keyframes serit-kay { to { transform: translateX(-50%); } }

/* --- Rakam bandı --- */
.rakam-serit {
  display: flex; justify-content: center; gap: clamp(24px, 6vw, 84px); flex-wrap: wrap;
  max-width: 1000px; margin: 26px auto 6px; padding: 18px 16px;
}
.rakam { text-align: center; }
.rakam b, .rakam b span {
  font-size: 32px; font-weight: 800;
  background: linear-gradient(120deg, #1d4ed8, #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rakam b { display: block; }
.rakam span { font-size: 13px; color: var(--soluk); }

@media (max-width: 900px) {
  .kahraman-video { min-height: 620px; padding: 60px 16px 110px; }
  .kahraman-video .mock-kap { display: none; }
  .slayt-icerik { flex-direction: column; gap: 22px; padding-top: 10px; }
  .slayt-gorsel { display: none; }
  .slayt-ok { display: none; }
  .kahraman-video .mock-kap { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .kahraman-video .slayt { animation: none; transition: none; }
  .dugme-parlak::after { animation: none; }
  .kayan-ic { animation: none; }
  .hero-ajan { animation: none; }
}

/* ============================================================
   v2.1.2 — Hero yüksekliği %25 azaltıldı (kompakt slider)
   ============================================================ */
.kahraman-video { min-height: 465px; padding: 64px 20px 112px; }
.slayt-icerik { min-height: 345px; }
.kahraman-video h1 { font-size: clamp(26px, 3.8vw, 44px); margin: 12px 0 10px; }
.kahraman-video .slayt-metin p { font-size: 15px; line-height: 1.55; max-width: 500px; }
.kahraman-video .kahraman-butonlar { margin-top: 16px; }
.kahraman-video .mock-kap { margin-top: 318px; }
.hero-ajan .arama-avatar { width: 92px; height: 92px; font-size: 38px; }
.hero-ajan .arama-avatar-kap { width: 112px; height: 112px; }
.hero-ajan-balon { max-width: 270px; font-size: 12.5px; padding: 10px 14px; }
.hero-sohbet { max-width: 320px; }
.slayt-ok { top: 38%; }
@media (max-width: 900px) {
  .kahraman-video { min-height: 470px; padding: 46px 16px 84px; }
}

/* ============================================================
   v2.2 — Canlı panel simülasyonu + hero cam çipleri
   ============================================================ */

/* Hero slayt-1 cam çipleri */
.hero-cipler { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.hero-cip {
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.28); color: #e3e9ff;
  border-radius: 999px; padding: 10px 18px; font-size: 13.5px; font-weight: 600;
  backdrop-filter: blur(6px); box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.45);
  animation: buyu-y 0.5s ease both, yuz 4.4s ease-in-out infinite;
}
.hero-cip.hc-1 { animation-delay: 0.25s, 0s; }
.hero-cip.hc-2 { animation-delay: 0.5s, 0.6s; margin-left: 26px; }
.hero-cip.hc-3 { animation-delay: 0.75s, 1.2s; }
.hero-cip.hc-4 { animation-delay: 1s, 1.8s; margin-left: 40px; }
.kahraman-video .slayt:not(.aktif) .hero-cip { animation: none; opacity: 0; }

/* Simülasyon bölümü */
.sim-kap { margin: 0 auto; }
.sim-kap .mock-pencere { position: relative; overflow: visible; }
.sim-canli {
  margin-left: auto; font-size: 10.5px; font-weight: 800; font-style: normal; letter-spacing: 0.8px;
  color: #16a34a; display: inline-flex; align-items: center; gap: 4px; animation: nabiz 2s ease-in-out infinite;
}
html[data-tema="koyu"] .sim-canli { color: #4ade80; }

/* Sayı nabzı */
.sim-nabiz { animation: sim-vur 0.6s ease; display: inline-block; }
@keyframes sim-vur {
  0% { transform: scale(1); }
  35% { transform: scale(1.35); color: var(--vurgu-acik); }
  100% { transform: scale(1); }
}

/* Grafik: yeni çubuk büyüyerek gelsin */
.mock-grafik i.sim-buyu { animation: sim-cubuk 0.7s cubic-bezier(0.34, 1.4, 0.5, 1) both; transform-origin: bottom; }
@keyframes sim-cubuk { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* Olay akışı */
.sim-akis { display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.sim-olay {
  display: flex; align-items: center; gap: 10px; font-size: 12.5px; line-height: 1.45;
  background: var(--zemin-mavi); border: 1px solid var(--cizgi); border-radius: 10px; padding: 8px 12px;
  color: var(--metin); text-align: left;
}
html[data-tema="koyu"] .sim-olay { background: #17233d; border-color: #274069; }
.sim-olay-ikon {
  width: 26px; height: 26px; border-radius: 8px; background: var(--panel); flex: none;
  display: grid; place-items: center; font-size: 13px; box-shadow: inset 0 0 0 1px var(--cizgi);
}
.sim-olay time { display: block; font-size: 10.5px; color: var(--soluk); margin-top: 1px; }
.sim-olay-yeni { animation: sim-kay 0.5s cubic-bezier(0.3, 1.2, 0.5, 1) both; }
@keyframes sim-kay {
  from { transform: translateY(-14px); opacity: 0; max-height: 0; }
  to   { transform: translateY(0); opacity: 1; max-height: 64px; }
}

/* Yayınlandı bildirimi (mock penceresinin köşesinde) */
.sim-bildirim {
  position: absolute; top: 46px; right: 14px; z-index: 5;
  background: linear-gradient(135deg, #16a34a, #059669); color: #fff;
  font-size: 12.5px; font-weight: 700; border-radius: 10px; padding: 9px 14px;
  box-shadow: 0 14px 30px -8px rgba(5, 150, 105, 0.55);
  opacity: 0; transform: translateY(-10px) scale(0.95); pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.sim-bildirim.goster { opacity: 1; transform: translateY(0) scale(1); }

/* mock-alt düzeni: grafik + akış yan yana kalsın */
.sim-kap .mock-alt { align-items: stretch; }
.sim-kap .sim-akis { flex: 1; min-width: 240px; }

@media (prefers-reduced-motion: reduce) {
  .hero-cip, .sim-canli { animation: none; }
}

/* ============================================================
   v2.3 — YÖNETİM PANELİ: üye panelinden ayrı görsel kimlik
   ============================================================ */

/* --- Koyu lacivert kenar çubuğu (her iki temada) --- */
body.yonetim .kenar {
  background: linear-gradient(185deg, #0f1834 0%, #131f3f 55%, #1a1440 100%);
  border-right: 1px solid rgba(148, 163, 255, 0.16);
  box-shadow: 4px 0 28px -18px rgba(0, 0, 0, 0.8);
}
body.yonetim .kenar::after { /* ince amber aksan hattı */
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, transparent, rgba(251, 191, 36, 0.55), transparent);
}
body.yonetim .kenar-link { color: rgba(203, 213, 255, 0.72); }
body.yonetim .kenar-link:hover { background: rgba(255, 255, 255, 0.07); color: #fff; }
body.yonetim .kenar-link.aktif {
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.18), rgba(251, 191, 36, 0.04));
  color: #fde68a; box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.28);
}
body.yonetim .kenar-link.aktif::before { background: linear-gradient(180deg, #fbbf24, #f59e0b); }
body.yonetim .kenar-link.cikis:hover { background: rgba(248, 113, 113, 0.14); color: #fca5a5; }
body.yonetim .kenar-ayirici { color: rgba(148, 163, 255, 0.5); }
body.yonetim .kenar-ayirici::after { background: linear-gradient(90deg, rgba(148, 163, 255, 0.28), transparent); }
body.yonetim .kenar-alt { border-top: 1px solid rgba(148, 163, 255, 0.14); }

/* Logo: "Yönetim" alt etiketi + kalkan kutusu */
body.yonetim .logo { color: #fff; }
body.yonetim .logo-kutu { background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: 0 8px 20px -6px rgba(245, 158, 11, 0.6); }
.yonetim-logo em {
  display: block; font-style: normal; font-size: 10.5px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase; color: #fbbf24; margin-top: -2px;
}

/* Menü rozetleri (yeni üye / bekleyen mesaj) */
.kenar-rozet {
  margin-left: auto; background: rgba(251, 191, 36, 0.2); color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.35); border-radius: 999px;
  font-size: 11px; font-weight: 800; padding: 1px 8px; min-width: 22px; text-align: center;
}

/* Sürüm kartı */
.yonetim-kart {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(148, 163, 255, 0.18);
  border-radius: 12px; padding: 12px 14px; margin-bottom: 10px;
}
.yonetim-kart-ust { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: #e2e8ff; }
.yonetim-kart-alt { font-size: 11.5px; color: rgba(203, 213, 255, 0.6); margin-top: 3px; }
.yonetim-nokta {
  width: 8px; height: 8px; border-radius: 50%; background: #4ade80; flex: none;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2); animation: nabiz 2.4s ease-in-out infinite;
}

/* Üst bar: YÖNETİM etiketi + amber çizgi */
body.yonetim .ustbar { border-bottom: 2px solid transparent; border-image: linear-gradient(90deg, #f59e0b, #7c3aed 60%, transparent) 1; }
.yonetim-etiket {
  font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px; white-space: nowrap;
  background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e;
  border: 1px solid #fcd34d; border-radius: 999px; padding: 4px 11px; margin-left: 12px;
}
html[data-tema="koyu"] .yonetim-etiket { background: rgba(245, 158, 11, 0.16); color: #fcd34d; border-color: rgba(245, 158, 11, 0.4); }
.avatar-yonetim { background: linear-gradient(135deg, #f59e0b, #d97706) !important; }

/* İçerik zemini: üye panelinden ayrışsın (hafif amber doku) */
body.yonetim { background-image: radial-gradient(rgba(245, 158, 11, 0.07) 1px, transparent 1.4px); }
body.yonetim .ist-kart::after { background: linear-gradient(90deg, #f59e0b, #7c3aed 60%, #2563eb); }
body.yonetim .kart-baslik::after { background: linear-gradient(90deg, #f59e0b, #7c3aed); }

@media (max-width: 900px) { .yonetim-etiket { display: none; } }
@media (prefers-reduced-motion: reduce) { .yonetim-nokta { animation: none; } }

/* Yönetim logosu: koyu zeminde düz beyaz (degrade, blok <em> ile bozuluyordu) */
body.yonetim .logo > span:last-child {
  background: none !important; background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  color: #fff !important; -webkit-text-fill-color: #fff;
}
body.yonetim .yonetim-logo em { -webkit-text-fill-color: #fbbf24; }

/* ============================================================
   v2.4 — Landing: cam bölümler + ambiyans ışıkları
   ============================================================ */

/* --- Sayfa arka planı: yumuşak aurora ışıkları --- */
body.tanitim { position: relative; overflow-x: hidden; }
.ambiyans { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.ambiyans i {
  position: absolute; display: block; border-radius: 50%; filter: blur(70px); opacity: 0.5;
}
.ambiyans .a1 { width: 560px; height: 560px; top: 6%;  left: -6%;  background: radial-gradient(closest-side, rgba(37, 99, 235, 0.5), transparent); animation: aura-yuz 24s ease-in-out infinite; }
.ambiyans .a2 { width: 520px; height: 520px; top: 30%; right: -7%; background: radial-gradient(closest-side, rgba(124, 58, 237, 0.42), transparent); animation: aura-yuz 30s ease-in-out infinite reverse; }
.ambiyans .a3 { width: 400px; height: 400px; top: 62%; left: 6%;   background: radial-gradient(closest-side, rgba(6, 182, 212, 0.34), transparent); animation: aura-yuz 27s ease-in-out infinite 2s; }
.ambiyans .a4 { width: 440px; height: 440px; bottom: -6%; right: 12%; background: radial-gradient(closest-side, rgba(236, 72, 153, 0.3), transparent); animation: aura-yuz 33s ease-in-out infinite 1s; }
html[data-tema="koyu"] .ambiyans i { opacity: 0.38; }
@keyframes aura-yuz {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(40px, -30px) scale(1.12); }
  66%      { transform: translate(-30px, 26px) scale(0.94); }
}

/* Landing içeriği ışıkların üstünde kalsın (ambiyans katmanı hariç) */
body.tanitim > *:not(.ambiyans) { position: relative; z-index: 1; }
body.tanitim .ambiyans { position: fixed; z-index: 0; }

/* Sayfa zeminine yumuşak renk yıkaması */
body.tanitim {
  background-color: #eef2fa;
  background-image:
    radial-gradient(80% 55% at 12% 8%, rgba(37, 99, 235, 0.1), transparent 60%),
    radial-gradient(70% 50% at 88% 42%, rgba(124, 58, 237, 0.09), transparent 60%),
    radial-gradient(70% 50% at 20% 88%, rgba(6, 182, 212, 0.08), transparent 60%);
  background-attachment: fixed;
}
html[data-tema="koyu"] body.tanitim {
  background-color: #080d1c;
  background-image:
    radial-gradient(80% 55% at 12% 8%, rgba(37, 99, 235, 0.2), transparent 60%),
    radial-gradient(70% 50% at 88% 42%, rgba(124, 58, 237, 0.18), transparent 60%),
    radial-gradient(70% 50% at 20% 88%, rgba(6, 182, 212, 0.14), transparent 60%);
}

/* --- CAM BÖLÜM KARTLARI --- */
.bolum.cam {
  position: relative;
  margin: 30px auto;
  padding: 46px 40px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.7));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 60px -28px rgba(15, 23, 42, 0.35),
    0 2px 10px -4px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.4s ease;
}
html[data-tema="koyu"] .bolum.cam {
  background: linear-gradient(160deg, rgba(23, 33, 58, 0.78), rgba(15, 22, 41, 0.66));
  border-color: rgba(148, 163, 255, 0.18);
  box-shadow:
    0 1px 0 rgba(148, 163, 255, 0.12) inset,
    0 26px 64px -30px rgba(0, 0, 0, 0.85);
}
.bolum.cam:hover { transform: translateY(-3px); box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 34px 76px -30px rgba(15, 23, 42, 0.42); }
html[data-tema="koyu"] .bolum.cam:hover { box-shadow: 0 1px 0 rgba(148,163,255,.12) inset, 0 34px 80px -32px rgba(0, 0, 0, 0.9); }
.bolum.cam-dar { max-width: 820px; }

/* Üst kenarda ışık çizgisi */
.bolum.cam::before {
  content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1.5px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.55), rgba(124, 58, 237, 0.5), transparent);
}
/* Bölüme özel renk aurası (kartın içinde) */
.bolum.cam::after {
  content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  top: -180px; right: -120px; filter: blur(50px); opacity: 0.42; pointer-events: none; z-index: -1;
}
.cam-mavi::after    { background: radial-gradient(closest-side, rgba(37, 99, 235, 0.55), transparent); }
.cam-mor::after     { background: radial-gradient(closest-side, rgba(124, 58, 237, 0.5), transparent); }
.cam-yesil::after   { background: radial-gradient(closest-side, rgba(16, 185, 129, 0.45), transparent); }
.cam-turuncu::after { background: radial-gradient(closest-side, rgba(249, 115, 22, 0.42), transparent); }
.cam-dar::after     { background: radial-gradient(closest-side, rgba(6, 182, 212, 0.42), transparent); }

/* Bölüm etiketi (eyebrow) */
.bolum-etiket {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.22); color: var(--vurgu);
  border-radius: 999px; padding: 6px 15px; font-size: 12px; font-weight: 800;
  letter-spacing: 0.6px; text-transform: uppercase;
}
html[data-tema="koyu"] .bolum-etiket { background: rgba(37, 99, 235, 0.16); border-color: rgba(148, 163, 255, 0.3); color: #bfdbfe; }

/* Cam kartın içindeki alt kartlar biraz daha "yüzsün" */
.bolum.cam .ozellik-kart, .bolum.cam .adim-kart, .bolum.cam .fiyat-kart, .bolum.cam .sss {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
html[data-tema="koyu"] .bolum.cam .ozellik-kart,
html[data-tema="koyu"] .bolum.cam .adim-kart,
html[data-tema="koyu"] .bolum.cam .fiyat-kart,
html[data-tema="koyu"] .bolum.cam .sss {
  background: rgba(15, 23, 45, 0.6); border-color: rgba(148, 163, 255, 0.16);
}
.bolum.cam .ozellik-kart:hover, .bolum.cam .adim-kart:hover, .bolum.cam .fiyat-kart:hover {
  transform: translateY(-4px); border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 20px 40px -22px rgba(37, 99, 235, 0.5);
}
.bolum.cam .sektor-cip { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

/* --- Alt CTA: gradyan cam kart --- */
.alt-cta.cam-cta {
  position: relative; max-width: 1080px; margin: 30px auto 60px; padding: 54px 40px;
  border-radius: 28px; overflow: hidden; color: #fff; text-align: center;
  background: linear-gradient(130deg, #1e3a8a, #1d4ed8 42%, #7c3aed 88%, #db2777 130%);
  background-size: 200% 200%; animation: gradyan-ak 18s ease infinite;
  box-shadow: 0 30px 70px -30px rgba(29, 78, 216, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.alt-cta.cam-cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(120deg, transparent 30%, #000); mask-image: linear-gradient(120deg, transparent 30%, #000);
}
.alt-cta.cam-cta .bolum-baslik h2 { color: #fff; }
.alt-cta.cam-cta .bolum-baslik p { color: rgba(226, 232, 255, 0.9); }
.alt-cta.cam-cta .bolum-etiket {
  background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.3); color: #e0e7ff;
}
.alt-cta.cam-cta .dugme-birincil {
  background: #fff; color: #1d4ed8;
  box-shadow: 0 16px 34px -12px rgba(0, 0, 0, 0.45);
}
.alt-cta.cam-cta .dugme-birincil:hover { transform: translateY(-2px) scale(1.02); color: #1e40af; }

/* Kayan şerit ve rakam bandı da cam görünsün */
.platform-serit.kayan-serit {
  background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.7); border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
html[data-tema="koyu"] .platform-serit.kayan-serit { background: rgba(15, 23, 45, 0.55); border-color: rgba(148, 163, 255, 0.14); }
.rakam-serit {
  border-radius: 22px; margin-top: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 44px -26px rgba(15, 23, 42, 0.4);
}
html[data-tema="koyu"] .rakam-serit { background: rgba(20, 29, 52, 0.6); border-color: rgba(148, 163, 255, 0.16); }

/* Footer'ı da ambiyansla uyumlu yap */
.tanitim-alt { position: relative; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.55); }
html[data-tema="koyu"] .tanitim-alt { background: rgba(12, 18, 34, 0.65); }

@media (max-width: 760px) {
  .bolum.cam { padding: 34px 20px; margin: 20px 12px; border-radius: 22px; }
  .alt-cta.cam-cta { margin: 20px 12px 40px; padding: 40px 22px; border-radius: 22px; }
  .ambiyans i { filter: blur(50px); }
}
@media (prefers-reduced-motion: reduce) {
  .ambiyans i, .alt-cta.cam-cta { animation: none; }
  .bolum.cam { transition: none; }
}

/* ============================================================
   v2.5 — Randevu Modülü + Kupon & İndirim Kodları
   ============================================================ */

/* --- Randevu: bekleyen talepler --- */
.randevu-talepler { border-left: 3px solid var(--sari, #f59e0b); }
.randevu-talep-satir {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 12px 2px; border-bottom: 1px dashed var(--cizgi);
}
.randevu-talep-satir:last-child { border-bottom: none; }
.randevu-talep-bilgi { flex: 1 1 240px; min-width: 0; }
.randevu-talep-bilgi strong { margin-right: 8px; }
.randevu-onay-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.randevu-onay-form input[type="datetime-local"] { padding: 8px 10px; font-size: 13.5px; }
.randevu-onay-form select { padding: 8px 10px; font-size: 13.5px; width: auto; }
.randevu-onay-form input[type="text"] { padding: 8px 10px; font-size: 13.5px; }

/* --- Genel: basit form ızgarası (randevu ekleme) --- */
.form-izgara {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px;
}
.form-izgara label { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--metin); }
.form-izgara input, .form-izgara select { font-weight: 400; }
@media (max-width: 720px) { .form-izgara { grid-template-columns: 1fr; } }

/* --- Kupon: ödeme sayfası --- */
.kupon-form {
  display: flex; gap: 8px; align-items: center;
  margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--cizgi);
}
.kupon-form input[type="text"] { flex: 1; min-width: 0; padding: 9px 12px; font-size: 13.5px; }
.kupon-hata { margin: 8px 0 0; font-size: 13px; color: var(--kirmizi, #dc2626); }
.kupon-uygulandi {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 12px 0 2px; padding: 10px 14px; border-radius: 12px; font-size: 13.5px;
  background: color-mix(in srgb, var(--yesil, #10b981) 12%, transparent);
  border: 1px dashed color-mix(in srgb, var(--yesil, #10b981) 45%, transparent);
  color: var(--metin);
}
.kupon-kaldir {
  flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center;
  border-radius: 8px; text-decoration: none; color: var(--metin-soluk);
  border: 1px solid var(--cizgi); background: var(--panel); font-size: 12px;
}
.kupon-kaldir:hover { color: var(--kirmizi, #dc2626); border-color: currentColor; }
.eski-fiyat { color: var(--metin-soluk); font-weight: 500; font-size: .78em; margin-right: 4px; }
.odeme-toplam.indirimli strong { color: var(--yesil, #059669); }

/* --- Kupon: yönetim oluşturma formu --- */
.kupon-olustur {
  display: grid; gap: 12px 16px; padding: 4px 0 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.kupon-olustur .alan { margin: 0; }
@media (max-width: 900px) { .kupon-olustur { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .kupon-olustur { grid-template-columns: 1fr; } }

/* --- Üye menüsünde bekleyen randevu rozeti app_ust'ta .kenar-rozet ile gelir;
       üye kabuğunda da admin'dekiyle aynı görünsün --- */
body.uygulama:not(.yonetim) .kenar-rozet {
  margin-left: auto; background: var(--sari, #f59e0b); color: #3b2b00;
  font-size: 11px; font-weight: 800; min-width: 20px; height: 20px;
  display: inline-grid; place-items: center; padding: 0 6px; border-radius: 999px;
}

/* ============================================================
   v2.6 — WhatsApp + Ekip Üyeleri + PWA
   ============================================================ */

/* --- WhatsApp platform ikonu rengi --- */
.pikon-whatsapp { color: #25D366; }

/* --- Ekip listesi --- */
.ekip-satir {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 12px 2px; border-bottom: 1px solid var(--cizgi);
}
.ekip-satir:last-child { border-bottom: none; }
.ekip-satir .liste-icerik { flex: 1 1 220px; min-width: 0; }
.ekip-islemler { flex-wrap: wrap; justify-content: flex-end; }
.ekip-sifre summary { list-style: none; cursor: pointer; }
.ekip-sifre summary::-webkit-details-marker { display: none; }
.ekip-sifre[open] { flex-basis: 100%; }

/* --- Üstbarda ekip rolü rozeti --- */
.kullanici-rol {
  display: block; font-style: normal; font-size: 10.5px; font-weight: 700;
  color: var(--vurgu, #2563eb); letter-spacing: .2px; margin-top: 1px;
}

/* --- Onay bekleyen gönderi kartı vurgusu --- */
.gonderi-kart:has(.rozet-sari) { scroll-margin-top: 80px; }

/* --- PWA --- */
.gizli { display: none !important; }
.pwa-kart { border-left: 3px solid var(--vurgu, #2563eb); }
.pwa-kart .dugme { margin-top: 4px; }

/* ============================================================
   v2.7 — ZENGİN GÖRÜNÜM: derinlik, ışık ve mikro-hareket katmanı
   (uygulama kabuğu + üye/yönetim/giriş ekranları)
   ============================================================ */

/* --- 1) Kenar menü: doku, ışık ve canlı aktif durum --- */
body.uygulama:not(.yonetim) .kenar {
  background-image:
    radial-gradient(420px 260px at -20% -10%, rgba(37, 99, 235, 0.07), transparent 60%),
    radial-gradient(360px 240px at 120% 110%, rgba(124, 58, 237, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 255, 0.9));
}
.kenar { position: relative; }
.kenar::after {
  content: ''; position: absolute; top: 0; right: -1px; bottom: 0; width: 1px; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.22) 30%, rgba(124, 58, 237, 0.22) 70%, transparent);
}
.kenar-link { position: relative; transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
.kenar-link:hover { transform: translateX(2px); }
.kenar-link svg { transition: color 0.18s ease, transform 0.18s ease; }
.kenar-link:hover svg { color: var(--vurgu-acik); transform: scale(1.08); }
.kenar-link.aktif {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.08));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}
.kenar-link.aktif::before {
  content: ''; position: absolute; left: -10px; top: 20%; bottom: 20%; width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--vurgu-acik), #7c3aed);
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.55);
}
.kenar-link.aktif svg { color: var(--vurgu-acik); }
.kenar-ayirici { position: relative; }
.kenar-ayirici::after {
  content: ''; position: absolute; right: 0; top: 50%; width: 42%; height: 1px;
  background: linear-gradient(90deg, var(--cizgi), transparent);
}

/* Logo: parlama süpürmesi */
.logo-kutu { position: relative; overflow: hidden; }
.logo-kutu::after {
  content: ''; position: absolute; top: -30%; bottom: -30%; left: -80%; width: 45%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg); animation: logo-parla 5.5s ease-in-out infinite;
}
@keyframes logo-parla {
  0%, 72% { left: -80%; }
  88%, 100% { left: 150%; }
}

/* Yönetim kabuğu: amber varyant */
body.yonetim .kenar-link.aktif {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.16), rgba(124, 58, 237, 0.10));
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.22);
}
body.yonetim .kenar-link.aktif::before {
  background: linear-gradient(180deg, #f59e0b, #7c3aed);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.55);
}
body.yonetim .kenar-link.aktif svg { color: #fbbf24; }
body.yonetim .kenar::after {
  background: linear-gradient(180deg, transparent, rgba(245, 158, 11, 0.3) 30%, rgba(124, 58, 237, 0.3) 70%, transparent);
}

/* --- 2) Üstbar: cam + gradyan hat + gradyan başlık --- */
.ustbar { position: sticky; }
.ustbar::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.35) 30%, rgba(124, 58, 237, 0.35) 70%, transparent);
}
.ustbar-baslik {
  background: linear-gradient(90deg, var(--metin), var(--vurgu-acik) 140%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
body.yonetim .ustbar::after {
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.45) 30%, rgba(124, 58, 237, 0.4) 70%, transparent);
}

/* Zil: hover'da çıngırdama */
.tema-dugme.zil:hover svg { animation: zil-salla 0.55s ease; transform-origin: top center; }
@keyframes zil-salla {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(12deg); }
  50% { transform: rotate(-9deg); }
  75% { transform: rotate(5deg); }
}

/* Avatar: gradyan halka */
.kullanici .avatar, .ustbar .avatar {
  box-shadow: 0 0 0 2px var(--panel), 0 0 0 4px rgba(37, 99, 235, 0.35), 0 4px 10px -2px rgba(37, 99, 235, 0.35);
}

/* --- 3) İçerik girişi: yumuşak yükselme + istatistik kartlarında sıra --- */
@keyframes icerik-gel { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.icerik { animation: icerik-gel 0.4s ease both; }
.istatistikler .ist-kart { animation: icerik-gel 0.45s ease backwards; }
.istatistikler .ist-kart:nth-child(1) { animation-delay: 0.03s; }
.istatistikler .ist-kart:nth-child(2) { animation-delay: 0.09s; }
.istatistikler .ist-kart:nth-child(3) { animation-delay: 0.15s; }
.istatistikler .ist-kart:nth-child(4) { animation-delay: 0.21s; }

/* --- 4) Kartlar: nefes alan derinlik --- */
.kart { transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease; }
.kart:hover { border-color: var(--cizgi-net); box-shadow: var(--golge); }

/* İstatistik kartları: imleci izleyen ışıltı + gradyan sayılar */
.ist-kart { --mx: 50%; --my: 0%; }
.ist-kart:hover {
  transform: translateY(-3px);
  box-shadow: var(--golge-buyuk);
  background-image: radial-gradient(220px 160px at var(--mx) var(--my), rgba(37, 99, 235, 0.09), transparent 70%);
}
body.yonetim .ist-kart:hover {
  background-image: radial-gradient(220px 160px at var(--mx) var(--my), rgba(245, 158, 11, 0.10), transparent 70%);
}
.ist-deger {
  background: linear-gradient(115deg, var(--metin) 30%, var(--vurgu-acik) 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ist-ikon { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.ist-kart:hover .ist-ikon { transform: scale(1.12) rotate(-6deg); box-shadow: 0 8px 18px -6px rgba(37, 99, 235, 0.45); }

/* --- 5) Tablolar: satırda yaşayan vurgu --- */
.tablo tbody tr { transition: background 0.15s ease, box-shadow 0.15s ease; }
.tablo tbody tr:hover td { background: rgba(37, 99, 235, 0.05); }
.tablo tbody tr:hover { box-shadow: inset 3px 0 0 var(--vurgu-acik); }
.tablo thead th, .tablo tr th { letter-spacing: 0.35px; }
body.yonetim .tablo tbody tr:hover { box-shadow: inset 3px 0 0 #f59e0b; }
body.yonetim .tablo tbody tr:hover td { background: rgba(245, 158, 11, 0.06); }

/* --- 6) Rozetler: ince halka + hafif derinlik --- */
.rozet { box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.05); }

/* --- 7) Birincil düğme: parlama süpürmesi + basınç --- */
.dugme-birincil::after {
  content: ''; position: absolute; top: -40%; bottom: -40%; left: -75%; width: 40%; pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg); transition: left 0.5s ease; 
}
.dugme-birincil:hover::after { left: 140%; }
.dugme-birincil:active { transform: translateY(1px) scale(0.99); }
.dugme-sade { transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }
.dugme-sade:hover { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.10); }

/* --- 8) Boş durumlar: ışık halkalı ikon --- */
.bos-durum .bos-ikon {
  width: 74px; height: 74px; line-height: 74px; border-radius: 24px; margin: 0 auto 14px;
  background:
    radial-gradient(closest-side, rgba(37, 99, 235, 0.10), transparent),
    linear-gradient(145deg, rgba(37, 99, 235, 0.10), rgba(124, 58, 237, 0.08));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

/* --- 9) İnce, tema uyumlu kaydırma çubuğu --- */
body.uygulama ::-webkit-scrollbar { width: 9px; height: 9px; }
body.uygulama ::-webkit-scrollbar-track { background: transparent; }
body.uygulama ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.35), rgba(124, 58, 237, 0.35));
  border-radius: 8px; border: 2px solid var(--arka);
}
body.uygulama ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, rgba(37, 99, 235, 0.55), rgba(124, 58, 237, 0.55)); }

/* --- 10) Giriş / kayıt ekranı: aurora + cam kart --- */
.giris-sayfa {
  background-image:
    radial-gradient(520px 380px at 12% 8%, rgba(37, 99, 235, 0.14), transparent 65%),
    radial-gradient(460px 340px at 88% 18%, rgba(124, 58, 237, 0.12), transparent 65%),
    radial-gradient(560px 420px at 50% 108%, rgba(6, 182, 212, 0.10), transparent 65%);
  background-attachment: fixed;
}
.giris-kart {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04), 0 24px 56px -18px rgba(29, 78, 216, 0.28);
  position: relative;
}
.giris-kart::before {
  content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.65), rgba(124, 58, 237, 0.55), transparent);
}

/* --- 11) Koyu tema uyarlamaları --- */
html[data-tema="koyu"] body.uygulama:not(.yonetim) .kenar {
  background-image:
    radial-gradient(420px 260px at -20% -10%, rgba(59, 130, 246, 0.10), transparent 60%),
    radial-gradient(360px 240px at 120% 110%, rgba(167, 139, 250, 0.08), transparent 60%);
}
html[data-tema="koyu"] .kenar-link.aktif {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.18), rgba(167, 139, 250, 0.12));
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.25);
}
html[data-tema="koyu"] .ustbar-baslik {
  background: linear-gradient(90deg, #e2e8f0, #93c5fd 140%);
  -webkit-background-clip: text; background-clip: text;
}
html[data-tema="koyu"] .ist-deger {
  background: linear-gradient(115deg, #e2e8f0 30%, #93c5fd 90%);
  -webkit-background-clip: text; background-clip: text;
}
html[data-tema="koyu"] .ist-kart:hover {
  background-image: radial-gradient(220px 160px at var(--mx) var(--my), rgba(96, 165, 250, 0.12), transparent 70%);
}
html[data-tema="koyu"] .tablo tbody tr:hover td { background: rgba(96, 165, 250, 0.07); }
html[data-tema="koyu"] .rozet { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
html[data-tema="koyu"] .giris-sayfa {
  background-image:
    radial-gradient(520px 380px at 12% 8%, rgba(59, 130, 246, 0.16), transparent 65%),
    radial-gradient(460px 340px at 88% 18%, rgba(167, 139, 250, 0.13), transparent 65%),
    radial-gradient(560px 420px at 50% 108%, rgba(34, 211, 238, 0.10), transparent 65%);
}
html[data-tema="koyu"] .giris-kart { background: rgba(15, 23, 42, 0.78); border-color: rgba(148, 163, 184, 0.18); }
html[data-tema="koyu"] body.uygulama ::-webkit-scrollbar-thumb { border-color: transparent; }

/* --- 12) Hareket azaltma tercihi --- */
@media (prefers-reduced-motion: reduce) {
  .icerik, .istatistikler .ist-kart { animation: none; }
  .logo-kutu::after { animation: none; display: none; }
  .kenar-link, .kenar-link svg, .ist-ikon, .kart { transition: none; }
  .kenar-link:hover, .ist-kart:hover { transform: none; }
  .tema-dugme.zil:hover svg { animation: none; }
  .dugme-birincil::after { display: none; }
}
