/* ---- CSS Degiskenleri ---- */
:root {
  --trim-x:       #4790ff;
  --sfc-c49:  #267df7;
  --tint-mid: #f7f2ff;
  --grade-c8:       #f9f6f8;
  --edge-mid:      #ffffff;
  --base-alt:       #2f2d2e;
  --grade-i78:   #f4f1f2;
  --tone-y:  #0a0809;
  --fill-lo:#575556;
  --tone-i:    #848283;
  --accent-hi:     #1565C0;
  --accent-2:        #f5f2f4;
  --grade-2:   #dbd9da;
  --core-i24:  #f7f2ff;
  --edge-c:#3f7df9;
  --tone-lo:  #E8F5E9;
  --accent-mid56:#2E7D32;
  --fill-y:       #4CAF50;
  --grade-sub: 1144px;
  --ink-b19: 20px;
  --tint-a: 254px;
  --grade-y:   35px;
}

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

html,.frame-ct48{
  scroll-behavior: smooth;
}

body {
  line-height: 1.86;
  font-size: 14.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  background-color: var(--grade-c8);
  color: var(--fill-lo)}

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

a:hover,.frame-ct48{
  color: var(--trim-x);
}

strong {
  color: var(--tone-y);
  font-weight: 700;
}

img,.wrap-rt38{
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---- Container ---- */
.blk-hd {
  max-width: var(--grade-sub);
  margin: 0 auto;
  padding: 0 var(--ink-b19);
}

/* ---- Layout ---- */
.cell-387,.cell-b28{
  display: grid;
  grid-template-columns: 1fr var(--tint-a);
  gap: 23px;
  padding-top: 22px;
  padding-bottom: 53px;
}

.node-z18 {
  min-width: 0;
}

/* ---- Header ---- */
.zone-up {
  position: sticky;
  background: var(--edge-mid);
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--accent-2)}

.panel-ct31 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px var(--ink-b19);
}

.layer-x51 {
  font-size: 20px;
  font-weight: 800;
  color: var(--tone-y);
  letter-spacing: -0.3px;
}

.layer-x51 span {
  color: var(--trim-x);
}

/* ---- Desktop Nav ---- */
.band-up {
  display: flex;
  gap: 21px;
}

.band-up a {
  font-size: 13px;
  font-weight: 500;
  color: var(--fill-lo);
  transition: color 150ms ease;
}

.band-up a:hover {
  color: var(--trim-x);
}

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

.frame-ft span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--tone-y);
  border-radius: 2px;
  transition: all 200ms ease;
}

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

.stack-out.pane-3,.cell-b28{
  display: block;
  opacity: 1;
}

.bay-ct,.cell-rt87{
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: var(--edge-mid);
  z-index: 200;
  transform: translateX(-100%);
  transition: transform 300ms ease-out;
  display: flex;
  flex-direction: column;
  padding: 68px 26px 23px;
  gap: 4.1px;
}

.bay-ct.pane-3 {
  transform: translateX(0);
}

.node-b65 {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--tone-y);
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bay-ct a,.blk-md{
  border-bottom: 1px solid var(--accent-2);
  font-weight: 600;
  padding: 11px 0;
  font-size: 14px;
  color: var(--tone-y)}

/* ---- Hero ---- */
.node-lg32 {
  padding: 28px 0 7px;
  animation: fadeIn 400ms ease-out both;
}

.node-lg32 h1 {
  font-size: 29px;
  font-weight: 800;
  color: var(--tone-y);
  line-height: 1.3;
  margin: 11px 0 17px;
}

.deck-b56 {
  display: flex;
  gap: 8px;
  margin-bottom: 13px}

.stack-lg {
  padding: 3px 11px;
  background: var(--core-i24);
  border-radius: 11px;
  font-weight: 600;
  color: var(--edge-c);
  font-size: 10px;
  display: inline-block}

.band-ct {
  background: var(--tone-lo);
  color: var(--accent-mid56);
}

.stack-up73 {
  font-size: 12px;
  color: var(--tone-i);
}

/* ---- Breadcrumb ---- */
.bay-ct9 {
  font-size: 14px;
  color: var(--tone-i);
  margin-bottom: 4px;
}

.bay-ct9 a {
  color: var(--accent-hi);
}

.bay-ct9 a:hover {
  color: var(--trim-x);
}

.shelf-x56 {
  margin: 0 5.4px;
  color: var(--tone-i);
}

/* ---- Card ---- */
.pane-b {
  background: var(--edge-mid);
  border: 1px solid var(--accent-2);
  border-radius: 9px;
  padding: 22px;
  margin-top: 23px;
  animation: fadeIn 400ms ease-out both;
}

/* ---- Section Title ---- */
.shelf-x67 {
  display: flex;
  margin-bottom: 15px;
  line-height: 1.4;
  gap: 7px;
  font-size: 17px;
  color: var(--tone-y);
  font-weight: 700;
  align-items: center}

.shelf-x67::before {
  border-radius: 2px;
  width: 4px;
  display: inline-block;
  content: '';
  height: 18px;
  flex-shrink: 0;
  background: var(--trim-x)}

/* ---- Body Text ---- */
.deck-lg {
  font-size: 16.4px;
  line-height: 1.75;
  color: var(--fill-lo)}

.deck-lg + .deck-lg,.blk-md{
  margin-top: 11px;
}

/* ---- H3 ---- */
.layer-3,.field-z35{
  font-weight: 700;
  color: var(--tone-y);
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 8px}

/* ---- Sponsor Table ---- */
.shelf-a {
  padding: 17px 17px 7px;
}

.tier-x85,.field-z35{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px}

.tier-x85 thead th,.layer-b{
  background: #fefcfd;
  font-size: 13px;
  font-weight: 600;
  color: var(--tone-i);
  padding: 10px 16px;
  text-align: left;
  border-bottom: 2px solid var(--accent-2);
}

.tier-x85 tbody td {
  padding: 12px 17px;
  border-bottom: 1px solid var(--accent-2);
  vertical-align: middle}

.tier-x85 tbody tr {
  transition: background 150ms ease;
}

.tier-x85 tbody tr:hover {
  background: #fefcfd;
}

.pane-ct80 {
    border-radius: 9px;
    padding: 8px;
    background: var(--base-alt);
    justify-content: center;
    height: auto;
    width: 120px;
    display: flex;
    align-items: center;
    overflow: hidden}

.layer-x51 {
    display: flex;
    align-items: center;
    text-decoration: none}

.bay-318,.cell-b28{
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 10px;
}

.deck-c {
    display: flex;
    align-items: center;
}

.tier-c43 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 7px;
    background: aquamarine;
    padding: 4px 6.3px;
    border-radius: 4px;
}

.tier-c43 svg {
  flex-shrink: 0;
}

.bay-dn24 {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 11px;
}

.pane-ct80 img {
  height: 32px;
  object-fit: contain;
}

.deck-lg32 {
  color: #fbf8f9;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase}

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

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

.slot-lg53 {
  font-size: 14px;
  font-weight: 700;
  color: var(--tone-y);
}

.bay-ft31,.slot-lt{
  font-size: 14px;
  color: var(--fill-lo);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.field-in,.frame-ct48{
  display: inline-block;
  padding: 3px 11px;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 600;
}

.deck-a {
  background: var(--core-i24);
  color: var(--edge-c);
}

.tier-dn,.blk-md{
  background: var(--tone-lo);
  color: var(--accent-mid56);
}

.frame-rt,.grp-z4{
  white-space: nowrap;
  background: var(--trim-x);
  transition: background 150ms ease;
  text-align: center;
  color: #fbf8f9;
  border-radius: 7px;
  display: inline-block;
  font-weight: 700;
  padding: 7.5px 18px;
  font-size: 14px}

.frame-rt:hover {
  background: var(--sfc-c49);
  color: #fbf8f9;
}

.blk-x {
  display: block;
  width: 100%;
  margin-top: 10px;
}

/* ---- Mobile Cards ---- */
.shelf-z,.wrap-rt38{
  display: none;
  flex-direction: column;
  gap: 11px;
}

.band-y45 {
  padding: 13px;
  border: 1px solid var(--accent-2);
  border-radius: 11px;
  background: var(--edge-mid)}

.panel-ft,.grp-z4{
  display: flex;
  align-items: center;
  gap: 13px;
}

.unit-y,.wrap-rt38{
  min-width: 0;
  flex: 1;
}

/* ---- CTA Banner ---- */
.shelf-out64 {
  display: flex;
  border-radius: 11px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  margin-top: 35px;
  align-items: center;
  animation: fadeIn 400ms ease-out both;
  transition: transform 200ms ease;
  background: linear-gradient(135deg, #4790ff, #69a1ff);
  justify-content: space-between}

.shelf-out64:hover,.cell-b28{
  transform: scale(1.01);
}

.wrap-rt,.blk-md{
  color: #fbf8f9;
  font-weight: 700;
  font-size: 16px}

.panel-110,.cell-b28{
  opacity: 0.9;
  color: #fbf8f9;
  font-size: 14px}

.pane-lt,.pane-rt2{
  font-size: 27px;
  color: #fbf8f9;
  flex-shrink: 0}

/* ---- SSS Accordion ---- */
.panel-ft57 {
  border-top: 1px solid var(--accent-2);
}

.cell-in86 {
  border-bottom: 1px solid var(--accent-2);
}

.rail-ct38 {
  font-size: 15px;
  font-weight: 700;
  color: var(--tone-y);
  cursor: pointer;
  padding: 13px 0;
  display: flex;
  align-items: flex-start;
  gap: 5.8px;
  user-select: none;
}

.wrap-323 {
  color: var(--trim-x);
  font-weight: 800;
  flex-shrink: 0;
}

.frame-rt71,.stack-in{
  padding: 0 0 15px 19px;
  max-height: 0;
  transition: max-height 250ms ease-in-out, opacity 250ms ease-in-out, padding 250ms ease-in-out;
  color: var(--tone-i);
  opacity: 0;
  overflow: hidden;
  line-height: 1.7;
  font-size: 13.2px}

.cell-in86.unit-ct39 .frame-rt71 {
  max-height: 500px;
  opacity: 1;
  padding: 0 0 16px 22px;
}

/* ---- Related Tags ---- */
.slot-ft49 {
  background: var(--grade-i78);
  border-radius: 10px;
  padding: 22px;
  margin-top: 29px;
  animation: fadeIn 400ms ease-out both;
}

.grp-dn21 {
  gap: 9px;
  flex-wrap: wrap;
  display: flex}

.deck-md48 {
  transition: border-color 150ms ease, color 150ms ease;
  background: var(--edge-mid);
  font-size: 14px;
  padding: 9px 12px;
  border-radius: 7px;
  display: inline-block;
  color: var(--fill-lo);
  border: 1px solid var(--accent-2);
  font-weight: 500}

.deck-md48:hover {
  border-color: var(--trim-x);
  color: var(--trim-x);
}

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

.deck-x {
  background: var(--edge-mid);
  border: 1px solid var(--accent-2);
  padding: 17px;
  border-radius: 10px}

.deck-x .shelf-x67,.slot-lt{
  font-size: 15px;
  margin-bottom: 12px;
}

.panel-dn39 {
  display: flex;
  gap: 2px;
  flex-direction: column}

.panel-dn39 a,.frame-dn77{
  font-size: 14px;
  font-weight: 500;
  color: var(--fill-lo);
  padding: 6.4px 0;
  transition: color 150ms ease;
}

.panel-dn39 a:hover {
  color: var(--trim-x);
}

/* ---- Trust Box ---- */
.rail-up,.deck-out{
  border: 1px solid #C8E6C9;
  background: var(--tone-lo);
  text-align: center;
  border-radius: 11px;
  padding: 14px}

.wrap-lt {
  color: var(--accent-mid56);
  margin-bottom: 4px;
  font-size: 18px}

.band-y,.grp-z4{
  margin-bottom: 5.6px;
  font-weight: 700;
  color: var(--accent-mid56);
  font-size: 13px}

.bay-z59 {
  font-size: 11px;
  color: var(--fill-lo);
  line-height: 1.6;
}

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

.field-c33 {
  font-size: 14px;
  font-weight: 700;
  color: var(--tone-y);
  text-align: center;
  margin-bottom: 6.5px;
}

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

.blk-3 {
  display: block;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 17px;
  background: #0088CC;
  transition: background 150ms ease;
  width: 100%;
  color: #fbf8f9;
  text-align: center;
  border-radius: 9px}

.blk-3:hover {
  background: #0077B3;
  color: #fbf8f9;
}

/* ---- Footer ---- */
.blk-c {
  background: #121011;
  color: #fbf8f9;
  padding: 45px 17px 23px;
}

.frame-z10 {
  max-width: var(--grade-sub);
  margin: 0 auto;
}

.tier-up73,.frame-dn77{
  margin-bottom: 29px;
}

.deck-c {
  font-weight: 800;
  font-size: 19px;
  color: #fbf8f9;
  margin-bottom: 7px}

.deck-c span {
  color: var(--trim-x);
}

.slot-up34 {
  max-width: 400px;
  line-height: 1.6;
  font-size: 13px;
  color: #d1cfd0}

.stack-b {
  margin-bottom: 33px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr)}

.deck-z61 h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #fbf8f9}

.deck-z61 a,.blk-md{
  color: #d1cfd0;
  font-size: 12px;
  display: block;
  transition: color 150ms ease;
  padding: 4px 0}

.deck-z61 a:hover {
  color: var(--trim-x);
}

.wrap-rt63,.cell-rt87{
  text-align: center;
  padding-top: 19px;
  border-top: 1px solid #333}

.wrap-rt63 p {
  font-size: 11px;
  color: #a9a7a8;
  margin-bottom: 4.3px;
}

.wrap-rt63 a {
  color: #d1cfd0;
}

.wrap-rt63 a:hover {
  color: var(--trim-x);
}

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

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

  .unit-up {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --ink-b19: 20px;
  }

  .cell-387 {
    padding-top: 18px;
    padding-bottom: 29px;
  }

  .node-lg32 {
    padding-top: 21px;
  }

  .node-lg32 h1 {
    font-size: 21px;
  }

  .band-up {
    display: none;
  }

  .frame-ft {
    display: flex;
  }

  .tier-x85 {
    display: none;
  }

  .shelf-z {
    display: flex;
  }

  .bay-ft31 {
    max-width: 200px;
  }

  .shelf-out64 {
    padding: 1rem 1.25rem;
  }

  .wrap-rt {
    font-size: 13px;
  }

  .panel-110 {
    font-size: 13px;
  }

  .stack-b {
    grid-template-columns: 1fr 1fr;
  }

  .pane-b {
    padding: 16px;
  }
}

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

  .node-lg32 h1 {
    font-size: 20px;
  }
}

/* ── Editörün Tavsiyesi Kutusu ─────────────────────────────────────── */
.stack-y{border:1px solid rgba(182,164,255,.35);border-radius:11px;overflow:hidden;margin-bottom:16px;background:linear-gradient(135deg,rgba(182,164,255,.04),transparent 60%)}

.bay-c34{display:flex;gap:9px;padding:11px 17px;color:#5369c6;background:rgba(182,164,255,.08);font-size:14px;align-items:center;font-weight:700;border-bottom:1px solid rgba(182,164,255,.2)}

.band-lt{background:rgba(182,164,255,.14);letter-spacing:.4.6px;font-weight:700;font-size:9px;border:1px solid rgba(182,164,255,.3);text-transform:uppercase;padding:3px 10px;color:#5369c6;border-radius:923px;margin-left:auto}

.stack-y .tier-x85,.frame-ct48{margin:0}

.stack-y .tier-x85 thead th{background:rgba(182,164,255,.06)}

.stack-y .tier-x85 tbody tr:hover{background:rgba(182,164,255,.05)}

.wrap-out{background:linear-gradient(135deg,#b6a4ff,#8485f1);color:#fbf8f9}

.panel-up,.blk-md{background:linear-gradient(135deg,#b6a4ff,#8485f1)!important}

.frame-up84{border-color:rgba(182,164,255,.3)!important}

h1,h2,h3,h4{font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}

.frame-dn{--seq-2d2e: 6}

.slot-177{--edge-68d6: 8}

.zone-z17{--edge-68d6: 6}

.cell-md35{--step-1be0: 6}

.bay-in{--edge-80ec: 8}

/*969be628761f14880c*/

.sk-beeafb{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.sk-beeafb: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}
