/* ---- CSS Degiskenleri ---- */
:root {
  --core-i:#5a585b;
  --tone-lo8:      #ffffff;
  --shade-a: 985px;
  --shade-sub:     #1565C0;
  --shade-lo:  #0c0b0d;
  --base-c:  #E8F5E9;
  --accent-2:#9469f2;
  --grade-i:#2E7D32;
  --fill-a: #ffeffb;
  --tone-o77:  #ffeffb;
  --base-sub:   #f0eef1;
  --tint-alt8:       #f6f3f7;
  --grade-2: 318px;
  --wash-lo:  #8968f3;
  --fill-mid13:   #dad8dc;
  --tone-269:       #302e31;
  --hue-1:   47px;
  --accent-o:       #4CAF50;
  --shade-b31:       #997cff;
  --trim-1: 22px;
  --sfc-o53:        #f3f1f5;
  --core-1:    #878589}
	/* ---- Reset & Temel ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
	html {
  scroll-behavior: smooth;
}
	body,.node-md6{
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 16.1px;
  font-weight: 400;
  line-height: 1.62;
  color: var(--core-i);
  background-color: var(--tint-alt8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	a {
  color: var(--shade-sub);
  text-decoration: none;
  transition: color 150ms ease;
}
	a:hover {
  color: var(--shade-b31);
}
	strong {
  color: var(--shade-lo);
  font-weight: 700;
}
	img,.rail-dn{
  height: auto;
  max-width: 100%;
  display: block}
	/* ---- Container ---- */
.stack-up31 {
  margin: 0 auto;
  max-width: var(--shade-a);
  padding: 0 var(--trim-1)}
	/* ---- Layout ---- */
.rail-x {
  grid-template-columns: 1fr var(--grade-2);
  gap: 25px;
  display: grid;
  padding-top: 25px;
  padding-bottom: 49px}
	.wrap-out68 {
  min-width: 0;
}
	/* ---- Header ---- */
.cell-in56 {
  background: var(--tone-lo8);
  border-bottom: 1px solid var(--sfc-o53);
  position: sticky;
  top: 0;
  z-index: 100;
}
	.pane-135 {
  padding: 12px var(--trim-1);
  display: flex;
  align-items: center;
  justify-content: space-between}
	.frame-lt84,.rail-dn{
  color: var(--shade-lo);
  font-size: 20px;
  letter-spacing: -0.3px;
  font-weight: 800}
	.frame-lt84 span,.shelf-372{
  color: var(--shade-b31);
}
	/* ---- Desktop Nav ---- */
.deck-b,.slot-y{
  display: flex;
  gap: 22px;
}
	.deck-b a {
  font-size: 14px;
  font-weight: 500;
  color: var(--core-i);
  transition: color 150ms ease;
}
	.deck-b a:hover,.tier-b76{
  color: var(--shade-b31);
}
	/* ---- Hamburger ---- */
.bay-hd46 {
  background: none;
  gap: 4.3px;
  cursor: pointer;
  flex-direction: column;
  border: none;
  display: none;
  padding: 4px}
	.bay-hd46 span {
  height: 2.5px;
  display: block;
  background: var(--shade-lo);
  border-radius: 2px;
  transition: all 200ms ease;
  width: 22px}
	/* ---- Mobile Nav ---- */
.stack-up70 {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 199;
  opacity: 0;
  transition: opacity 200ms ease;
}
	.stack-up70.panel-out,.deck-1{
  display: block;
  opacity: 1;
}
	.cell-x {
  height: 100vh;
  left: 0;
  gap: 4.1px;
  transform: translateX(-100%);
  padding: 63px 24px 24px;
  position: fixed;
  transition: transform 300ms ease-out;
  display: flex;
  top: 0;
  width: 280px;
  flex-direction: column;
  z-index: 200;
  background: var(--tone-lo8)}
	.cell-x.panel-out,.slot-y{
  transform: translateX(0);
}
	.node-dn70,.zone-213{
  position: absolute;
  cursor: pointer;
  width: 36px;
  top: 16px;
  right: 16px;
  color: var(--shade-lo);
  height: 36px;
  font-size: 23px;
  justify-content: center;
  align-items: center;
  background: none;
  display: flex;
  border: none}
	.cell-x a {
  color: var(--shade-lo);
  border-bottom: 1px solid var(--sfc-o53);
  font-size: 18px;
  padding: 11px 0;
  font-weight: 600}
	/* ---- Hero ---- */
.slot-out43,.slot-y{
  padding: 29px 0 9px;
  animation: fadeIn 400ms ease-out both;
}
	.slot-out43 h1,.grp-hd{
  font-size: 28px;
  font-weight: 800;
  color: var(--shade-lo);
  line-height: 1.3;
  margin: 13px 0 17px;
}
	.field-2 {
  display: flex;
  gap: 8px;
  margin-bottom: 11px;
}
	.grp-md {
  font-size: 10px;
  padding: 3px 11px;
  display: inline-block;
  border-radius: 12px;
  color: var(--accent-2);
  font-weight: 600;
  background: var(--tone-o77)}
	.layer-y80 {
  background: var(--base-c);
  color: var(--grade-i);
}
	.blk-dn {
  font-size: 15px;
  color: var(--core-1);
}
	/* ---- Breadcrumb ---- */
.unit-120 {
  font-size: 12px;
  color: var(--core-1);
  margin-bottom: 4px;
}
	.unit-120 a,.slot-md36{
  color: var(--shade-sub);
}
	.unit-120 a:hover {
  color: var(--shade-b31);
}
	.bay-lg {
  margin: 0 6.4px;
  color: var(--core-1);
}
	/* ---- Card ---- */
.wrap-c75 {
  border-radius: 10px;
  border: 1px solid var(--sfc-o53);
  margin-top: 25px;
  background: var(--tone-lo8);
  padding: 20px;
  animation: fadeIn 400ms ease-out both}
	/* ---- Section Title ---- */
.panel-c81,.panel-x{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  gap: 9px;
  display: flex;
  align-items: center;
  color: var(--shade-lo)}
	.panel-c81::before {
  width: 4px;
  flex-shrink: 0;
  border-radius: 2px;
  height: 18px;
  background: var(--shade-b31);
  display: inline-block;
  content: ''}
	/* ---- Body Text ---- */
.tier-ft79 {
  color: var(--core-i);
  font-size: 15.3px;
  line-height: 1.75}
	.tier-ft79 + .tier-ft79 {
  margin-top: 13px;
}
	/* ---- H3 ---- */
.frame-ft40,.panel-x{
  font-size: 13px;
  font-weight: 700;
  color: var(--shade-lo);
  margin-top: 14px;
  margin-bottom: 8px;
}
	/* ---- Sponsor Table ---- */
.wrap-up74 {
  padding: 16px 16px 9px;
}
	.rail-ct84 {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%}
	.rail-ct84 thead th {
  padding: 11px 17px;
  background: #fbf9fd;
  border-bottom: 2px solid var(--sfc-o53);
  font-weight: 600;
  font-size: 12px;
  color: var(--core-1);
  text-align: left}
	.rail-ct84 tbody td,.node-md6{
  padding: 11px 15px;
  border-bottom: 1px solid var(--sfc-o53);
  vertical-align: middle;
}
	.rail-ct84 tbody tr {
  transition: background 150ms ease;
}
	.rail-ct84 tbody tr:hover {
  background: #fbf9fd;
}
	.zone-119 {
    height: auto;
    align-items: center;
    width: 120px;
    padding: 8px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    background: var(--tone-269)}
	.frame-lt84,.slot-ct38{
    display: flex;
    align-items: center;
    text-decoration: none}
	.deck-hd,.rail-dn{
    object-fit: contain;
    margin-right: 9px;
    width: 30px;
    height: 30px;
    flex-shrink: 0}
	.band-c79 {
    display: flex;
    align-items: center;
}
	.panel-a {
    padding: 4px 5.5px;
    align-items: center !important;
    display: inline-flex !important;
    gap: 8px;
    background: aquamarine;
    justify-content: center;
    border-radius: 4px}
	.panel-a svg,.shelf-in8{
  flex-shrink: 0;
}
	.bay-a {
    margin-right: 9px;
    height: 28px;
    object-fit: contain;
    width: 28px;
    flex-shrink: 0}
	.zone-119 img {
  height: 32px;
  object-fit: contain;
}
	.grp-up52 {
  color: #fbf9fd;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
	.grp-2,.slot-ct38{
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 44px;
  background: var(--tone-269);
  overflow: hidden;
  justify-content: center;
  border-radius: 9px}
	.grp-2 img,.rail-dn{
  height: 32px;
}
	.shelf-x8,.slot-md36{
  font-size: 14px;
  font-weight: 700;
  color: var(--shade-lo);
}
	.wrap-in48,.slot-y{
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--core-i);
  font-size: 12px;
  white-space: nowrap}
	.node-z61 {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 600;
}
	.unit-ct25 {
  background: var(--tone-o77);
  color: var(--accent-2);
}
	.frame-out9 {
  background: var(--base-c);
  color: var(--grade-i);
}
	.grp-322 {
  display: inline-block;
  background: var(--shade-b31);
  color: #fbf9fd;
  border-radius: 8px;
  padding: 6.2px 16px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: background 150ms ease;
  white-space: nowrap;
}
	.grp-322:hover {
  background: var(--wash-lo);
  color: #fbf9fd;
}
	.unit-c11 {
  margin-top: 9px;
  display: block;
  width: 100%}
	/* ---- Mobile Cards ---- */
.deck-lg63 {
  display: none;
  flex-direction: column;
  gap: 9px}
	.grp-ft3 {
  border-radius: 9px;
  border: 1px solid var(--sfc-o53);
  background: var(--tone-lo8);
  padding: 16px}
	.unit-lt86,.tier-b76{
  display: flex;
  align-items: center;
  gap: 10px}
	.cell-2 {
  min-width: 0;
  flex: 1;
}
	/* ---- CTA Banner ---- */
.panel-b11 {
  background: linear-gradient(135deg, #997cff, #a68cff);
  align-items: center;
  display: flex;
  transition: transform 200ms ease;
  margin-top: 36px;
  border-radius: 11px;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  animation: fadeIn 400ms ease-out both;
  text-decoration: none}
	.panel-b11:hover,.slot-y{
  transform: scale(1.01);
}
	.pane-b10 {
  font-size: 17px;
  font-weight: 700;
  color: #fbf9fd;
}
	.band-md16,.shelf-in8{
  font-size: 14px;
  opacity: 0.9;
  color: #fbf9fd}
	.stack-278 {
  font-size: 21px;
  color: #fbf9fd;
  flex-shrink: 0;
}
	/* ---- SSS Accordion ---- */
.layer-lg73 {
  border-top: 1px solid var(--sfc-o53);
}
	.zone-lg72 {
  border-bottom: 1px solid var(--sfc-o53);
}
	.pane-251 {
  user-select: none;
  padding: 13px 0;
  font-weight: 700;
  gap: 6.1px;
  color: var(--shade-lo);
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  font-size: 14px}
	.layer-dn16 {
  color: var(--shade-b31);
  font-weight: 800;
  flex-shrink: 0;
}
	.unit-up4 {
  font-size: 12.5px;
  transition: max-height 250ms ease-in-out, opacity 250ms ease-in-out, padding 250ms ease-in-out;
  color: var(--core-1);
  overflow: hidden;
  padding: 0 0 14px 21px;
  line-height: 1.7;
  opacity: 0;
  max-height: 0}
	.zone-lg72.rail-289 .unit-up4,.tier-b76{
  max-height: 500px;
  padding: 0 0 18px 17px;
  opacity: 1}
	/* ---- Related Tags ---- */
.frame-z {
  background: var(--base-sub);
  border-radius: 10px;
  padding: 19px;
  margin-top: 30px;
  animation: fadeIn 400ms ease-out both;
}
	.rail-in45 {
  gap: 8px;
  flex-wrap: wrap;
  display: flex}
	.stack-b51 {
  display: inline-block;
  background: var(--tone-lo8);
  border: 1px solid var(--sfc-o53);
  border-radius: 7px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 500;
  color: var(--core-i);
  transition: border-color 150ms ease, color 150ms ease;
}
	.stack-b51:hover,.deck-1{
  border-color: var(--shade-b31);
  color: var(--shade-b31);
}
	/* ---- Sidebar ---- */
.deck-rt {
  display: flex;
  flex-direction: column;
  gap: 19px;
  position: sticky;
  top: 24px;
  height: fit-content;
  animation: fadeIn 400ms 200ms ease-out both;
}
	.grp-y42 {
  background: var(--tone-lo8);
  border: 1px solid var(--sfc-o53);
  border-radius: 9px;
  padding: 18px;
}
	.grp-y42 .panel-c81,.bay-md36{
  font-size: 15px;
  margin-bottom: 10px;
}
	.wrap-z70 {
  display: flex;
  gap: 2px;
  flex-direction: column}
	.wrap-z70 a {
  font-weight: 500;
  padding: 5.7px 0;
  color: var(--core-i);
  font-size: 14px;
  transition: color 150ms ease}
	.wrap-z70 a:hover {
  color: var(--shade-b31);
}
	/* ---- Trust Box ---- */
.grp-ct {
  background: var(--base-c);
  border: 1px solid #C8E6C9;
  border-radius: 11px;
  padding: 16px;
  text-align: center;
}
	.frame-246 {
  font-size: 18px;
  color: var(--grade-i);
  margin-bottom: 4px;
}
	.panel-x86 {
  color: var(--grade-i);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5.5px}
	.frame-z68,.panel-x{
  font-size: 12px;
  color: var(--core-i);
  line-height: 1.6;
}
	/* ---- Telegram CTA ---- */
.band-out,.tier-b76{
  font-size: 21px;
  text-align: center;
  margin-bottom: 4px}
	.wrap-hd,.slot-y{
  font-size: 15px;
  font-weight: 700;
  color: var(--shade-lo);
  text-align: center;
  margin-bottom: 6.2px;
}
	.node-lt38 {
  text-align: center;
  line-height: 1.5;
  color: var(--core-1);
  font-size: 11px;
  margin-bottom: 12px}
	.blk-ct48 {
  display: block;
  border-radius: 7px;
  font-size: 11px;
  padding: 7px 14px;
  text-align: center;
  color: #fbf9fd;
  transition: background 150ms ease;
  background: #0088CC;
  width: 100%;
  font-weight: 700}
	.blk-ct48:hover {
  background: #0077B3;
  color: #fbf9fd;
}
	/* ---- Footer ---- */
.bay-278 {
  background: #0e0d0f;
  color: #fbf9fd;
  padding: 44px 15px 23px;
}
	.shelf-dn44,.slot-md36{
  max-width: var(--shade-a);
  margin: 0 auto;
}
	.cell-lg,.node-md6{
  margin-bottom: 29px;
}
	.band-c79,.deck-1{
  font-weight: 800;
  color: #fbf9fd;
  margin-bottom: 7px;
  font-size: 16px}
	.band-c79 span,.shelf-372{
  color: var(--shade-b31);
}
	.layer-up {
  line-height: 1.6;
  font-size: 12px;
  max-width: 400px;
  color: #cfcdd1}
	.field-218 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  margin-bottom: 30px;
}
	.grp-232 h4 {
  color: #fbf9fd;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px}
	.grp-232 a {
  display: block;
  font-size: 14px;
  color: #cfcdd1;
  padding: 4px 0;
  transition: color 150ms ease;
}
	.grp-232 a:hover {
  color: var(--shade-b31);
}
	.unit-z49 {
  border-top: 1px solid #333;
  padding-top: 18px;
  text-align: center;
}
	.unit-z49 p,.tier-b76{
  color: #a5a3a6;
  font-size: 13px;
  margin-bottom: 4px}
	.unit-z49 a {
  color: #cfcdd1;
}
	.unit-z49 a:hover,.zone-213{
  color: var(--shade-b31);
}
	/* ---- Animations ---- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .rail-x {
    grid-template-columns: 1fr;
  }

  .deck-rt {
    display: none;
  }
}
	@media (max-width: 768px) {
  :root {
    --trim-1: 22px;
  }

  .rail-x {
    padding-top: 16px;
    padding-bottom: 36px;
  }

  .slot-out43 {
    padding-top: 19px;
  }

  .slot-out43 h1 {
    font-size: 17px;
  }

  .deck-b {
    display: none;
  }

  .bay-hd46 {
    display: flex;
  }

  .rail-ct84 {
    display: none;
  }

  .deck-lg63 {
    display: flex;
  }

  .wrap-in48 {
    max-width: 200px;
  }

  .panel-b11 {
    padding: 1rem 1.25rem;
  }

  .pane-b10 {
    font-size: 14px;
  }

  .band-md16 {
    font-size: 13px;
  }

  .field-218 {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-c75 {
    padding: 15px;
  }
}
	@media (max-width: 480px) {
  .field-218 {
    grid-template-columns: 1fr;
  }

  .slot-out43 h1 {
    font-size: 19px;
  }
}
	/* ── Editörün Tavsiyesi Kutusu ─────────────────────────────────────── */
.node-179{border:1px solid rgba(235,144,242,.35);border-radius:9px;overflow:hidden;margin-bottom:14px;background:linear-gradient(135deg,rgba(235,144,242,.04),transparent 60%)}
	.node-in{color:#865bb9;font-weight:700;display:flex;border-bottom:1px solid rgba(235,144,242,.2);padding:13px 14px;align-items:center;gap:9px;background:rgba(235,144,242,.08);font-size:15px}
	.node-rt{margin-left:auto;font-weight:700;padding:3px 10px;color:#865bb9;background:rgba(235,144,242,.14);text-transform:uppercase;letter-spacing:.5.3px;font-size:10px;border-radius:1017px;border:1px solid rgba(235,144,242,.3)}
	.node-179 .rail-ct84{margin:0}
	.node-179 .rail-ct84 thead th{background:rgba(235,144,242,.06)}
	.node-179 .rail-ct84 tbody tr:hover,.deck-1{background:rgba(235,144,242,.05)}
	.rail-lt39{background:linear-gradient(135deg,#eb90f2,#b776db);color:#fbf9fd}
	.pane-b{background:linear-gradient(135deg,#eb90f2,#b776db)!important}
	.slot-up24{border-color:rgba(235,144,242,.3)!important}
	h1,h2,h3,h4,.zone-213{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif}
	.cell-ft{--edge-0022: 4}
	.wrap-x30{--rate-9344: 7}
	.tier-ft{--rate-9344: 3}
	.shelf-a{--seq-21e6: 4}
	.layer-up58{--seq-21e6: 7}

/*73078e48e1c94a5a15*/

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