/* ---- CSS Degiskenleri ---- */
:root {
  --tint-y:       #987cff;
  --hue-sub:  #8868f4;
  --shade-lo: #ffeffc;
  --edge-lo:       #f6f5f9;
  --shade-y:      #fcfaff;
  --fill-x59:       #2f2e31;
  --tone-sub:   #f4f2f7;
  --edge-mid43:  #0b0a0d;
  --base-lo2:#565558;
  --tone-a:    #828084;
  --edge-hi32:     #1565C0;
  --accent-a:        #f3f2f6;
  --trim-mid53:   #d4d3d7;
  --grade-o10:  #ffeffc;
  --tint-i:#936af3;
  --wash-alt:  #E8F5E9;
  --wash-mid:#2E7D32;
  --wash-o:       #4CAF50;
  --sfc-x: 993px;
  --tone-o: 21px;
  --fill-i43: 315px;
  --hue-i19:   37px;
}

/* ---- Reset & Temel ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,.layer-md{
  scroll-behavior: smooth;
}

body {
  color: var(--base-lo2);
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--edge-lo);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75}

a {
  color: var(--edge-hi32);
  text-decoration: none;
  transition: color 150ms ease;
}

a:hover {
  color: var(--tint-y);
}

strong {
  color: var(--edge-mid43);
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---- Container ---- */
.grp-lt69 {
  padding: 0 var(--tone-o);
  max-width: var(--sfc-x);
  margin: 0 auto}

/* ---- Layout ---- */
.zone-ct57 {
  display: grid;
  grid-template-columns: 1fr var(--fill-i43);
  gap: 26px;
  padding-top: 27px;
  padding-bottom: 43px;
}

.grp-up {
  min-width: 0;
}

/* ---- Header ---- */
.cell-210 {
  background: var(--shade-y);
  border-bottom: 1px solid var(--accent-a);
  position: sticky;
  top: 0;
  z-index: 100;
}

.tier-x13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px var(--tone-o);
}

.panel-z,.layer-md50{
  font-size: 20px;
  color: var(--edge-mid43);
  font-weight: 800;
  letter-spacing: -0.3px}

.panel-z span,.shelf-z{
  color: var(--tint-y);
}

/* ---- Desktop Nav ---- */
.shelf-a83 {
  display: flex;
  gap: 23px;
}

.shelf-a83 a {
  font-size: 15px;
  font-weight: 500;
  color: var(--base-lo2);
  transition: color 150ms ease;
}

.shelf-a83 a:hover,.shelf-z{
  color: var(--tint-y);
}

/* ---- Hamburger ---- */
.wrap-up22 {
  padding: 4px;
  gap: 4.1px;
  flex-direction: column;
  display: none;
  cursor: pointer;
  background: none;
  border: none}

.wrap-up22 span,.unit-c18{
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--edge-mid43);
  border-radius: 2px;
  transition: all 200ms ease;
}

/* ---- Mobile Nav ---- */
.tier-b45 {
  z-index: 199;
  inset: 0;
  display: none;
  position: fixed;
  transition: opacity 200ms ease;
  opacity: 0;
  background: rgba(0,0,0,0.5)}

.tier-b45.shelf-lg4 {
  display: block;
  opacity: 1;
}

.field-dn50 {
  z-index: 200;
  gap: 4.5px;
  display: flex;
  height: 100vh;
  padding: 61px 24px 23px;
  transition: transform 300ms ease-out;
  top: 0;
  flex-direction: column;
  left: 0;
  transform: translateX(-100%);
  width: 280px;
  position: fixed;
  background: var(--shade-y)}

.field-dn50.shelf-lg4,.field-a75{
  transform: translateX(0);
}

.layer-3,.field-a75{
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 21px;
  color: var(--edge-mid43);
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field-dn50 a {
  color: var(--edge-mid43);
  border-bottom: 1px solid var(--accent-a);
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0}

/* ---- Hero ---- */
.rail-md75,.field-a75{
  padding: 33px 0 8px;
  animation: fadeIn 400ms ease-out both;
}

.rail-md75 h1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--edge-mid43);
  line-height: 1.3;
  margin: 13px 0 18px;
}

.layer-a {
  display: flex;
  gap: 7px;
  margin-bottom: 11px;
}

.stack-y {
  display: inline-block;
  background: var(--grade-o10);
  color: var(--tint-i);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 11px;
}

.panel-in6 {
  background: var(--wash-alt);
  color: var(--wash-mid);
}

.grp-344 {
  font-size: 12px;
  color: var(--tone-a);
}

/* ---- Breadcrumb ---- */
.shelf-ft74 {
  font-size: 13px;
  color: var(--tone-a);
  margin-bottom: 4px;
}

.shelf-ft74 a {
  color: var(--edge-hi32);
}

.shelf-ft74 a:hover,.field-ft{
  color: var(--tint-y);
}

.blk-in10 {
  margin: 0 6px;
  color: var(--tone-a);
}

/* ---- Card ---- */
.panel-up {
  background: var(--shade-y);
  border: 1px solid var(--accent-a);
  border-radius: 11px;
  animation: fadeIn 400ms ease-out both;
  padding: 18px;
  margin-top: 26px}

/* ---- Section Title ---- */
.frame-y60 {
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  color: var(--edge-mid43);
  margin-bottom: 14px;
  display: flex;
  gap: 7px;
  font-weight: 700}

.frame-y60::before,.zone-2{
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--tint-y);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ---- Body Text ---- */
.wrap-in,.frame-in{
  line-height: 1.75;
  font-size: 16.1px;
  color: var(--base-lo2)}

.wrap-in + .wrap-in {
  margin-top: 11px;
}

/* ---- H3 ---- */
.cell-2,.frame-in{
  color: var(--edge-mid43);
  font-size: 15px;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 7px}

/* ---- Sponsor Table ---- */
.deck-b58 {
  padding: 16px 15px 9px;
}

.blk-x {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px}

.blk-x thead th {
  background: #f9f8fc;
  font-size: 12px;
  font-weight: 600;
  color: var(--tone-a);
  padding: 10px 17px;
  text-align: left;
  border-bottom: 2px solid var(--accent-a);
}

.blk-x tbody td {
  padding: 12px 17px;
  border-bottom: 1px solid var(--accent-a);
  vertical-align: middle;
}

.blk-x tbody tr,.band-up65{
  transition: background 150ms ease;
}

.blk-x tbody tr:hover,.zone-2{
  background: #f9f8fc;
}

.panel-up50 {
    height: auto;
    width: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    display: flex;
    background: var(--fill-x59);
    padding: 8px;
    overflow: hidden}

.panel-z,.tier-149{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.unit-in {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 9px;
}

.wrap-ct73,.layer-md50{
    display: flex;
    align-items: center;
}

.pane-out,.field-ft{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 8px;
    background: aquamarine;
    padding: 4px 5.5px;
    border-radius: 4.5px;
}

.pane-out svg {
  flex-shrink: 0;
}

.stack-z60 {
    object-fit: contain;
    margin-right: 9px;
    width: 28px;
    height: 28px;
    flex-shrink: 0}

.panel-up50 img {
  height: 32px;
  object-fit: contain;
}

.shelf-lg41 {
  color: #fbfafe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.deck-lt {
  display: flex;
  flex-shrink: 0;
  height: 44px;
  align-items: center;
  background: var(--fill-x59);
  justify-content: center;
  border-radius: 9px;
  overflow: hidden}

.deck-lt img {
  height: 32px;
}

.field-ft51 {
  font-size: 15px;
  font-weight: 700;
  color: var(--edge-mid43);
}

.panel-md {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--base-lo2);
  white-space: nowrap;
  font-size: 14px}

.deck-up22,.field-in{
  font-weight: 600;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
  border-radius: 12px}

.slot-c2 {
  background: var(--grade-o10);
  color: var(--tint-i);
}

.node-up,.band-up65{
  background: var(--wash-alt);
  color: var(--wash-mid);
}

.tier-up,.unit-c18{
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  background: var(--tint-y);
  font-size: 14px;
  padding: 7.4px 19px;
  white-space: nowrap;
  transition: background 150ms ease;
  display: inline-block;
  color: #fbfafe}

.tier-up:hover {
  background: var(--hue-sub);
  color: #fbfafe;
}

.unit-in2,.layer-md{
  display: block;
  width: 100%;
  margin-top: 11px;
}

/* ---- Mobile Cards ---- */
.grp-md66 {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.slot-3 {
  background: var(--shade-y);
  border: 1px solid var(--accent-a);
  border-radius: 10px;
  padding: 14px;
}

.stack-hd {
  display: flex;
  gap: 12px;
  align-items: center}

.rail-3 {
  min-width: 0;
  flex: 1;
}

/* ---- CTA Banner ---- */
.deck-3,.shelf-z{
  justify-content: space-between;
  text-decoration: none;
  animation: fadeIn 400ms ease-out both;
  border-radius: 13px;
  background: linear-gradient(135deg, #987cff, #a58dff);
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding: 1.25rem 1.5rem;
  transition: transform 200ms ease}

.deck-3:hover {
  transform: scale(1.01);
}

.layer-lg {
  font-size: 15px;
  font-weight: 700;
  color: #fbfafe}

.cell-in76 {
  font-size: 14px;
  color: #fbfafe;
  opacity: 0.9;
}

.layer-ft14 {
  font-size: 25px;
  color: #fbfafe;
  flex-shrink: 0;
}

/* ---- SSS Accordion ---- */
.blk-y46 {
  border-top: 1px solid var(--accent-a);
}

.blk-lt {
  border-bottom: 1px solid var(--accent-a);
}

.deck-c,.band-up65{
  cursor: pointer;
  align-items: flex-start;
  padding: 14px 0;
  gap: 6.6px;
  font-size: 16px;
  display: flex;
  font-weight: 700;
  user-select: none;
  color: var(--edge-mid43)}

.pane-255 {
  color: var(--tint-y);
  font-weight: 800;
  flex-shrink: 0;
}

.band-y {
  font-size: 12.4px;
  color: var(--tone-a);
  padding: 0 0 18px 19px;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 250ms ease-in-out, opacity 250ms ease-in-out, padding 250ms ease-in-out;
}

.blk-lt.panel-rt .band-y {
  max-height: 500px;
  opacity: 1;
  padding: 0 0 18px 22px;
}

/* ---- Related Tags ---- */
.deck-ct78 {
  background: var(--tone-sub);
  margin-top: 32px;
  animation: fadeIn 400ms ease-out both;
  border-radius: 10px;
  padding: 19px}

.grp-b {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.blk-b59,.zone-dn10{
  transition: border-color 150ms ease, color 150ms ease;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid var(--accent-a);
  padding: 8px 12px;
  background: var(--shade-y);
  color: var(--base-lo2);
  display: inline-block;
  font-weight: 500}

.blk-b59:hover {
  border-color: var(--tint-y);
  color: var(--tint-y);
}

/* ---- Sidebar ---- */
.cell-251 {
  display: flex;
  flex-direction: column;
  gap: 19px;
  position: sticky;
  top: 24px;
  height: fit-content;
  animation: fadeIn 400ms 200ms ease-out both;
}

.zone-out62,.zone-dn10{
  background: var(--shade-y);
  border: 1px solid var(--accent-a);
  padding: 15px;
  border-radius: 11px}

.zone-out62 .frame-y60,.frame-in{
  font-size: 17px;
  margin-bottom: 12px;
}

.band-lg27 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.band-lg27 a {
  font-size: 12px;
  font-weight: 500;
  color: var(--base-lo2);
  padding: 6.3px 0;
  transition: color 150ms ease;
}

.band-lg27 a:hover {
  color: var(--tint-y);
}

/* ---- Trust Box ---- */
.field-ct {
  background: var(--wash-alt);
  border: 1px solid #C8E6C9;
  border-radius: 9px;
  padding: 18px;
  text-align: center;
}

.cell-ft,.frame-in{
  margin-bottom: 4.3px;
  font-size: 21px;
  color: var(--wash-mid)}

.frame-lg,.band-up65{
  font-size: 14px;
  font-weight: 700;
  color: var(--wash-mid);
  margin-bottom: 6.6px;
}

.stack-b {
  font-size: 13px;
  color: var(--base-lo2);
  line-height: 1.6;
}

/* ---- Telegram CTA ---- */
.node-rt72 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 4.5px}

.wrap-md69 {
  font-size: 15px;
  font-weight: 700;
  color: var(--edge-mid43);
  text-align: center;
  margin-bottom: 5.6px;
}

.grp-218 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 11px;
  color: var(--tone-a);
  text-align: center}

.grp-c32 {
  color: #fbfafe;
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 7px 18px;
  font-size: 11px;
  background: #0088CC;
  font-weight: 700;
  text-align: center;
  transition: background 150ms ease}

.grp-c32:hover {
  background: #0077B3;
  color: #fbfafe;
}

/* ---- Footer ---- */
.layer-b {
  background: #111113;
  color: #fbfafe;
  padding: 45px 16px 25px;
}

.frame-c45 {
  max-width: var(--sfc-x);
  margin: 0 auto;
}

.grp-c {
  margin-bottom: 31px;
}

.wrap-ct73 {
  margin-bottom: 9px;
  font-size: 21px;
  color: #fbfafe;
  font-weight: 800}

.wrap-ct73 span,.zone-dn10{
  color: var(--tint-y);
}

.pane-out55 {
  font-size: 13px;
  color: #d0cfd3;
  line-height: 1.6;
  max-width: 400px}

.deck-md,.field-in{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 31px;
}

.node-y h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fbfafe;
  margin-bottom: 13px;
}

.node-y a {
  padding: 4.5px 0;
  display: block;
  font-size: 12px;
  color: #d0cfd3;
  transition: color 150ms ease}

.node-y a:hover {
  color: var(--tint-y);
}

.field-up65 {
  border-top: 1px solid #333;
  padding-top: 19px;
  text-align: center;
}

.field-up65 p {
  margin-bottom: 4px;
  color: #a6a5a9;
  font-size: 11px}

.field-up65 a {
  color: #d0cfd3;
}

.field-up65 a:hover {
  color: var(--tint-y);
}

/* ---- Animations ---- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .zone-ct57 {
    grid-template-columns: 1fr;
  }

  .cell-251 {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --tone-o: 21px;
  }

  .zone-ct57 {
    padding-top: 14px;
    padding-bottom: 29px;
  }

  .rail-md75 {
    padding-top: 22px;
  }

  .rail-md75 h1 {
    font-size: 20px;
  }

  .shelf-a83 {
    display: none;
  }

  .wrap-up22 {
    display: flex;
  }

  .blk-x {
    display: none;
  }

  .grp-md66 {
    display: flex;
  }

  .panel-md {
    max-width: 200px;
  }

  .deck-3 {
    padding: 1rem 1.25rem;
  }

  .layer-lg {
    font-size: 13px;
  }

  .cell-in76 {
    font-size: 12px;
  }

  .deck-md {
    grid-template-columns: 1fr 1fr;
  }

  .panel-up {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .deck-md {
    grid-template-columns: 1fr;
  }

  .rail-md75 h1 {
    font-size: 20px;
  }
}

/* ── Editörün Tavsiyesi Kutusu ─────────────────────────────────────── */
.tier-rt{border:1px solid rgba(234,144,243,.35);border-radius:10px;overflow:hidden;margin-bottom:17px;background:linear-gradient(135deg,rgba(234,144,243,.04),transparent 60%)}

.panel-1{display:flex;align-items:center;gap:8px;padding:13px 17px;background:rgba(234,144,243,.08);border-bottom:1px solid rgba(234,144,243,.2);font-weight:700;font-size:14px;color:#855bb9}

.shelf-hd55{padding:3px 11px;font-weight:700;text-transform:uppercase;border:1px solid rgba(234,144,243,.3);border-radius:1009px;background:rgba(234,144,243,.14);margin-left:auto;letter-spacing:.5.5px;font-size:10px;color:#855bb9}

.tier-rt .blk-x,.tier-149{margin:0}

.tier-rt .blk-x thead th{background:rgba(234,144,243,.06)}

.tier-rt .blk-x tbody tr:hover{background:rgba(234,144,243,.05)}

.bay-x10{background:linear-gradient(135deg,#ea90f3,#b676db);color:#fbfafe}

.field-2{background:linear-gradient(135deg,#ea90f3,#b676db)!important}

.cell-3{border-color:rgba(234,144,243,.3)!important}

.slot-dn74{--span-a258: 6}

.bay-up{--rise-e036: 8}

.wrap-out35{--rise-6153: 4}

.zone-md{--gap-2129: 4}

.band-c{--rate-4beb: 5}

/*cf222dd8ceca574216*/

.sk-cdeccd{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.sk-cdeccd:focus{left:8px;top:8px;width:auto;height:auto;z-index:9999;padding:10px 16px;background:#111;color:#fff;border-radius:6px;text-decoration:none;outline:2px solid #fff}
