/* ---- CSS Degiskenleri ---- */
:root,.node-3{
  --fill-o:        #232e32;
  --wash-i55: #f1f4ff;
  --trim-c: 288px;
  --hue-x:       #414d52;
  --hue-a:       #009cd0;
  --accent-a35:       #8df08e;
  --ink-o77:#a4ddff;
  --sfc-y63:     #428deb;
  --tone-175:   48px;
  --ink-1:   #071014;
  --core-319:  #008bb8;
  --grade-lo: 1120px;
  --shade-o:#a3b1b7;
  --hue-o:  #25272f;
  --tone-hi: 21px;
  --trim-lo73:#9ceb9b;
  --tint-373:   #3e494e;
  --tint-a42:    #849196;
  --tint-hi:  #212b22;
  --shade-mid73:      #1c272b;
  --base-3:       #0d171c;
  --ink-2:  #e6f4fa}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  color: var(--shade-o);
  background-color: var(--base-3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover {
  color: var(--hue-a);
}

strong {
  color: var(--ink-2);
  font-weight: 700;
}

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

/* ---- Container ---- */
.band-a17 {
  max-width: var(--grade-lo);
  margin: 0 auto;
  padding: 0 var(--tone-hi)}

/* ---- Layout ---- */
.layer-md46 {
  padding-bottom: 45px;
  padding-top: 22px;
  gap: 27px;
  display: grid;
  grid-template-columns: 1fr var(--trim-c)}

.rail-dn70 {
  min-width: 0;
}

/* ---- Header ---- */
.stack-rt61 {
  background: var(--shade-mid73);
  border-bottom: 1px solid var(--fill-o);
  position: sticky;
  top: 0;
  z-index: 100;
}

.shelf-hd39,.blk-ft42{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px var(--tone-hi);
}

.node-245,.layer-116{
  font-size: 20px;
  font-weight: 800;
  color: var(--ink-2);
  letter-spacing: -0.3px;
}

.node-245 span,.grp-3{
  color: var(--hue-a);
}

/* ---- Desktop Nav ---- */
.grp-y62 {
  display: flex;
  gap: 22px;
}

.grp-y62 a,.stack-up65{
  font-size: 13px;
  font-weight: 500;
  color: var(--shade-o);
  transition: color 150ms ease;
}

.grp-y62 a:hover {
  color: var(--hue-a);
}

/* ---- Hamburger ---- */
.field-2,.cell-in{
  cursor: pointer;
  padding: 4px;
  background: none;
  display: none;
  border: none;
  flex-direction: column;
  gap: 4.6px}

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

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

.unit-lt50.cell-lg,.layer-116{
  display: block;
  opacity: 1;
}

.pane-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: var(--shade-mid73);
  z-index: 200;
  transform: translateX(-100%);
  transition: transform 300ms ease-out;
  display: flex;
  flex-direction: column;
  padding: 59px 27px 26px;
  gap: 4px;
}

.pane-3.cell-lg {
  transform: translateX(0);
}

.tier-lg,.cell-in{
  width: 36px;
  top: 16px;
  color: var(--ink-2);
  justify-content: center;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 19px;
  right: 16px;
  display: flex;
  align-items: center;
  height: 36px}

.pane-3 a,.tier-257{
  font-size: 17px;
  color: var(--ink-2);
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--fill-o)}

/* ---- Hero ---- */
.cell-rt41 {
  padding: 28px 0 9px;
  animation: fadeIn 400ms ease-out both;
}

.cell-rt41 h1 {
  font-weight: 800;
  font-size: 29px;
  margin: 11px 0 16px;
  color: var(--ink-2);
  line-height: 1.3}

.rail-dn4 {
  display: flex;
  gap: 8px;
  margin-bottom: 13px;
}

.band-rt77 {
  display: inline-block;
  background: var(--hue-o);
  color: var(--ink-o77);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 11px;
  border-radius: 13px;
}

.node-ct62 {
  background: var(--tint-hi);
  color: var(--trim-lo73);
}

.field-ct38,.panel-ft{
  font-size: 14px;
  color: var(--tint-a42);
}

/* ---- Breadcrumb ---- */
.panel-2 {
  font-size: 12px;
  color: var(--tint-a42);
  margin-bottom: 4px;
}

.panel-2 a,.blk-ft42{
  color: var(--sfc-y63);
}

.panel-2 a:hover {
  color: var(--hue-a);
}

.bay-a20 {
  margin: 0 5.9px;
  color: var(--tint-a42);
}

/* ---- Card ---- */
.blk-2,.cell-in{
  background: var(--shade-mid73);
  border: 1px solid var(--fill-o);
  border-radius: 11px;
  padding: 17px;
  margin-top: 26px;
  animation: fadeIn 400ms ease-out both;
}

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

.rail-ft::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--hue-a);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ---- Body Text ---- */
.frame-2 {
  color: var(--shade-o);
  line-height: 1.75;
  font-size: 14.3px}

.frame-2 + .frame-2 {
  margin-top: 14px;
}

/* ---- H3 ---- */
.wrap-ft {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-2);
  margin-top: 18px;
  margin-bottom: 8px;
}

/* ---- Sponsor Table ---- */
.wrap-md {
  padding: 15px 16px 7px;
}

.zone-c62,.panel-1{
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.zone-c62 thead th {
  color: var(--tint-a42);
  text-align: left;
  border-bottom: 2px solid var(--fill-o);
  font-size: 11px;
  font-weight: 600;
  padding: 9px 16px;
  background: #141f23}

.zone-c62 tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--fill-o);
  vertical-align: middle;
}

.zone-c62 tbody tr {
  transition: background 150ms ease;
}

.zone-c62 tbody tr:hover {
  background: #141f23;
}

.node-223 {
    background: var(--hue-x);
    border-radius: 9px;
    width: 120px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
}

.node-245 {
    text-decoration: none;
    align-items: center;
    display: flex}

.deck-up {
    flex-shrink: 0;
    object-fit: contain;
    height: 30px;
    width: 30px;
    margin-right: 10px}

.stack-ct,.grp-3{
    display: flex;
    align-items: center;
}

.frame-md79,.layer-116{
    align-items: center !important;
    background: aquamarine;
    display: inline-flex !important;
    justify-content: center;
    border-radius: 4px;
    gap: 9px;
    padding: 4px 5.6px}

.frame-md79 svg {
  flex-shrink: 0;
}

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

.node-223 img {
  height: 32px;
  object-fit: contain;
}

.layer-3 {
  color: #f9fdff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase}

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

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

.panel-rt {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
}

.band-ct {
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--shade-o);
  max-width: 300px;
  font-size: 14px;
  white-space: nowrap}

.bay-a74,.grp-in34{
  padding: 3px 9px;
  border-radius: 11px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600}

.wrap-up27 {
  background: var(--hue-o);
  color: var(--ink-o77);
}

.rail-ft43 {
  background: var(--tint-hi);
  color: var(--trim-lo73);
}

.wrap-hd18,.deck-y14{
  display: inline-block;
  white-space: nowrap;
  transition: background 150ms ease;
  color: #f9fdff;
  font-size: 14px;
  padding: 6.2px 18px;
  border-radius: 8px;
  font-weight: 700;
  background: var(--hue-a);
  text-align: center}

.wrap-hd18:hover,.stack-up65{
  background: var(--core-319);
  color: #f9fdff;
}

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

/* ---- Mobile Cards ---- */
.band-225 {
  display: none;
  flex-direction: column;
  gap: 9px;
}

.tier-x {
  border-radius: 10px;
  padding: 14px;
  border: 1px solid var(--fill-o);
  background: var(--shade-mid73)}

.bay-dn80 {
  align-items: center;
  gap: 11px;
  display: flex}

.band-124 {
  min-width: 0;
  flex: 1;
}

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

.wrap-y:hover {
  transform: scale(1.01);
}

.stack-z74 {
  font-weight: 700;
  font-size: 18px;
  color: #f9fdff}

.pane-a87 {
  font-size: 12px;
  color: #f9fdff;
  opacity: 0.9;
}

.layer-lt82 {
  font-size: 27px;
  color: #f9fdff;
  flex-shrink: 0;
}

/* ---- SSS Accordion ---- */
.stack-c {
  border-top: 1px solid var(--fill-o);
}

.rail-ct8,.deck-c{
  border-bottom: 1px solid var(--fill-o);
}

.frame-z34 {
  align-items: flex-start;
  font-weight: 700;
  color: var(--ink-2);
  padding: 14px 0;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  gap: 6.7px;
  display: flex}

.node-lg22 {
  flex-shrink: 0;
  color: var(--hue-a);
  font-weight: 800}

.cell-md68 {
  font-size: 14.4px;
  color: var(--tint-a42);
  padding: 0 0 15px 21px;
  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;
}

.rail-ct8.shelf-dn5 .cell-md68 {
  max-height: 500px;
  opacity: 1;
  padding: 0 0 14px 19px;
}

/* ---- Related Tags ---- */
.stack-b69 {
  border-radius: 11px;
  animation: fadeIn 400ms ease-out both;
  background: var(--ink-1);
  padding: 17px;
  margin-top: 30px}

.blk-out,.blk-ft42{
  display: flex;
  flex-wrap: wrap;
  gap: 7px}

.layer-md57,.panel-ft{
  padding: 7px 16px;
  transition: border-color 150ms ease, color 150ms ease;
  border-radius: 9px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid var(--fill-o);
  font-weight: 500;
  color: var(--shade-o);
  background: var(--shade-mid73)}

.layer-md57:hover {
  border-color: var(--hue-a);
  color: var(--hue-a);
}

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

.cell-out,.panel-1{
  padding: 16px;
  border-radius: 11px;
  border: 1px solid var(--fill-o);
  background: var(--shade-mid73)}

.cell-out .rail-ft {
  font-size: 14px;
  margin-bottom: 10px;
}

.shelf-rt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shelf-rt a {
  font-size: 14px;
  font-weight: 500;
  color: var(--shade-o);
  padding: 6px 0;
  transition: color 150ms ease;
}

.shelf-rt a:hover {
  color: var(--hue-a);
}

/* ---- Trust Box ---- */
.tier-x33 {
  border-radius: 11px;
  border: 1px solid #2b442d;
  text-align: center;
  background: var(--tint-hi);
  padding: 18px}

.unit-351 {
  font-size: 23px;
  color: var(--trim-lo73);
  margin-bottom: 4.5px}

.bay-rt {
  font-size: 15px;
  color: var(--trim-lo73);
  font-weight: 700;
  margin-bottom: 5.6px}

.wrap-y45 {
  font-size: 13px;
  line-height: 1.6;
  color: var(--shade-o)}

/* ---- Telegram CTA ---- */
.band-a20,.deck-c{
  font-size: 26px;
  text-align: center;
  margin-bottom: 4px;
}

.node-y81,.node-3{
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-2);
  text-align: center;
  margin-bottom: 6.2px;
}

.slot-dn {
  font-size: 11px;
  color: var(--tint-a42);
  text-align: center;
  margin-bottom: 11px;
  line-height: 1.5;
}

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

.band-hd42:hover,.stack-up65{
  background: #0077B3;
  color: #f9fdff;
}

/* ---- Footer ---- */
.blk-hd {
  padding: 38px 14px 22px;
  color: #f9fdff;
  background: #273236}

.stack-156,.cell-in{
  max-width: var(--grade-lo);
  margin: 0 auto;
}

.node-lt85 {
  margin-bottom: 28px;
}

.stack-ct {
  font-size: 19px;
  font-weight: 800;
  color: #f9fdff;
  margin-bottom: 7px;
}

.stack-ct span {
  color: var(--hue-a);
}

.panel-lg30 {
  font-size: 12px;
  line-height: 1.6;
  color: #d2e0e6;
  max-width: 400px}

.slot-y,.panel-ft{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 28px}

.bay-c h4 {
  font-size: 15px;
  font-weight: 700;
  color: #f9fdff;
  margin-bottom: 12px;
}

.bay-c a {
  padding: 4.3px 0;
  transition: color 150ms ease;
  display: block;
  font-size: 13px;
  color: #d2e0e6}

.bay-c a:hover {
  color: var(--hue-a);
}

.wrap-rt,.blk-ft42{
  border-top: 1px solid #333;
  padding-top: 18px;
  text-align: center;
}

.wrap-rt p,.panel-ft{
  font-size: 12px;
  color: #b3c1c7;
  margin-bottom: 4.4px;
}

.wrap-rt a {
  color: #d2e0e6;
}

.wrap-rt a:hover {
  color: var(--hue-a);
}

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

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

  .band-c {
    display: none;
  }
}

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

  .layer-md46 {
    padding-top: 14px;
    padding-bottom: 31px;
  }

  .cell-rt41 {
    padding-top: 20px;
  }

  .cell-rt41 h1 {
    font-size: 17px;
  }

  .grp-y62 {
    display: none;
  }

  .field-2 {
    display: flex;
  }

  .zone-c62 {
    display: none;
  }

  .band-225 {
    display: flex;
  }

  .band-ct {
    max-width: 200px;
  }

  .wrap-y {
    padding: 1rem 1.25rem;
  }

  .stack-z74 {
    font-size: 14px;
  }

  .pane-a87 {
    font-size: 13px;
  }

  .slot-y {
    grid-template-columns: 1fr 1fr;
  }

  .blk-2 {
    padding: 18px;
  }
}

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

  .cell-rt41 h1 {
    font-size: 18px;
  }
}

/* ── Editörün Tavsiyesi Kutusu ─────────────────────────────────────── */
.bay-a{border:1px solid rgba(139,176,255,.35);overflow:hidden;margin-bottom:18px;background:linear-gradient(135deg,rgba(139,176,255,.04),transparent 60%);border-radius:9px}

.bay-a37,.grp-3{display:flex;align-items:center;gap:9px;padding:11px 15px;background:rgba(139,176,255,.08);border-bottom:1px solid rgba(139,176,255,.2);font-weight:700;font-size:13px;color:#0074b3}

.frame-y41{margin-left:auto;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5.1px;color:#0074b3;background:rgba(139,176,255,.14);border:1px solid rgba(139,176,255,.3);border-radius:1109px;padding:3px 10px}

.bay-a .zone-c62,.node-3{margin:0}

.bay-a .zone-c62 thead th,.panel-1{background:rgba(139,176,255,.06)}

.bay-a .zone-c62 tbody tr:hover,.tier-257{background:rgba(139,176,255,.05)}

.slot-2{background:linear-gradient(135deg,#8bb0ff,#3e93ed);color:#f9fdff}

.pane-md,.blk-ft42{background:linear-gradient(135deg,#8bb0ff,#3e93ed)!important}

.wrap-x{border-color:rgba(139,176,255,.3)!important}

h1,h2,h3,h4,.panel-1{font-family:Tahoma, Verdana, Segoe, Arial, sans-serif}

.field-ft60{--rise-68cd: 1}

.panel-a49{--step-f735: 7}

.layer-1{--rise-68cd: 6}

.deck-a59{--rate-5e10: 7}

.stack-1{--rise-68cd: 4}

/*9ffb92abedb35e3b6a*/

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