:root{--bg:#070A12;--text:#EAF0FF;--muted:rgba(234,240,255,.72);--stroke:rgba(255,255,255,.10);--soft:rgba(255,255,255,.05);--soft2:rgba(255,255,255,.03);--shadow:0 18px 60px rgba(0,0,0,.55);--shadow2:0 12px 40px rgba(0,0,0,.45);--r:18px;--ok:#35d07f;--c-game:#8B5CF6;--c-ig:#E1306C;--c-tt:#8B5CF6;--c-tw:#1DA1F2;--c-yt:#FF0033;--c-fb:#1877F2;--c-twitch:#9146FF;--c-sp:#1DB954;--c-li:#0A66C2;--c-sc:#FF5500;--c-pin:#E60023;--c-tum:#36465D;--c-ch:#9B59B6;--c-tg:#2AABEE;--c-kw:#FF7F00;--c-kick:#6BFF5B;--b1:#6EA8FF;--b2:#7C5CFF;--g:#35d07f;--y:#ffcc00;--sh:0 18px 60px rgba(0,0,0,.55)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1160px;margin:0 auto;padding:0 16px}.hero{padding:22px 0 14px}.hero-box{border:1px solid var(--stroke);background:rgba(255,255,255,.03);box-shadow:var(--shadow);border-radius:calc(var(--r) + 6px);padding:18px}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--stroke);background:rgba(255,255,255,.03);border-radius:999px;color:var(--muted);font-size:13px;letter-spacing:.2px}.hero-badge i{color:var(--ok)}.hero h1{margin:12px 0 8px;font-size:clamp(22px,2.4vw,34px);line-height:1.15;letter-spacing:-.2px}.hero p{margin:0;color:var(--muted);font-size:clamp(14px,1.25vw,18px);line-height:1.55;max-width:74ch}.grid-wrap{padding:10px 0 34px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:16px;align-items:stretch}.tool-card{border:1px solid var(--stroke);background:rgba(255,255,255,.03);border-radius:var(--r);box-shadow:var(--shadow2);overflow:hidden;display:flex;flex-direction:column;min-height:100%;content-visibility:auto;contain-intrinsic-size:340px 420px}.tool-head{padding:14px 14px 12px;border-bottom:1px solid var(--stroke);background:rgba(255,255,255,.03);position:relative}.tool-head .left{display:flex;align-items:center;gap:12px}.tool-ic{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid var(--stroke);background:rgba(255,255,255,.04);box-shadow:0 10px 22px rgba(0,0,0,.25);flex:0 0 auto}.tool-ic i{font-size:18px;color:#fff}.tool-title{min-width:0;display:flex;flex-direction:column;gap:2px}.tool-title .tool-title-main{display:block;font-size:14px;font-weight:800;letter-spacing:.9px;line-height:1.1}.tool-title .tool-title-sub{display:block;color:var(--muted);font-size:12.5px;line-height:1.1}.tool-body{padding:10px;flex:1;overflow:visible}.tool-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px;margin:8px 0;border-radius:14px;border:1px solid transparent;background:rgba(255,255,255,.02);transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease;will-change:auto}.tool-item:hover{transform:translateY(-1px);background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.10);will-change:transform}.tool-item:focus-visible{outline:none;border-color:rgba(255,255,255,.22);box-shadow:0 0 0 3px rgba(110,168,255,.25)}.item-left{display:flex;align-items:center;gap:10px;min-width:0}.item-ic{width:38px;height:38px;border-radius:12px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.item-ic img{width:100%;height:100%;object-fit:cover}.item-ic i{font-size:16px;color:rgba(234,240,255,.92)}.item-txt{min-width:0;display:flex;flex-direction:column}.item-name{font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-txt small{color:var(--muted);font-size:12px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.9}.item-txt strong{font-size:13.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-arrow{width:32px;height:32px;border-radius:12px;border:1px solid var(--stroke);background:rgba(255,255,255,.03);display:grid;place-items:center;flex:0 0 auto;opacity:.85}.item-arrow i{font-size:12px}.tool-head.game{border-top:2px solid var(--c-game)}.tool-head.game .tool-ic{background:var(--c-game)}.tool-head.ig{border-top:2px solid var(--c-ig)}.tool-head.ig .tool-ic{background:var(--c-ig)}.tool-head.tt{border-top:2px solid var(--c-tt)}.tool-head.tt .tool-ic{background:var(--c-tt)}.tool-head.tw{border-top:2px solid var(--c-tw)}.tool-head.tw .tool-ic{background:var(--c-tw)}.tool-head.yt{border-top:2px solid var(--c-yt)}.tool-head.yt .tool-ic{background:var(--c-yt)}.tool-head.fb{border-top:2px solid var(--c-fb)}.tool-head.fb .tool-ic{background:var(--c-fb)}.tool-head.twitch{border-top:2px solid var(--c-twitch)}.tool-head.twitch .tool-ic{background:var(--c-twitch)}.tool-head.sp{border-top:2px solid var(--c-sp)}.tool-head.sp .tool-ic{background:var(--c-sp)}.tool-head.li{border-top:2px solid var(--c-li)}.tool-head.li .tool-ic{background:var(--c-li)}.tool-head.sc{border-top:2px solid var(--c-sc)}.tool-head.sc .tool-ic{background:var(--c-sc)}.tool-head.pin{border-top:2px solid var(--c-pin)}.tool-head.pin .tool-ic{background:var(--c-pin)}.tool-head.tum{border-top:2px solid var(--c-tum)}.tool-head.tum .tool-ic{background:var(--c-tum)}.tool-head.ch{border-top:2px solid var(--c-ch)}.tool-head.ch .tool-ic{background:var(--c-ch)}.tool-head.tg{border-top:2px solid var(--c-tg)}.tool-head.tg .tool-ic{background:var(--c-tg)}.tool-head.kw{border-top:2px solid var(--c-kw)}.tool-head.kw .tool-ic{background:var(--c-kw)}.tool-head.kick{border-top:2px solid var(--c-kick)}.tool-head.kick .tool-ic{background:var(--c-kick)}.hx{max-width:1160px;margin:0 auto;padding:0 16px}


.footer{
  margin-top:40px;
  padding:26px 0;
  background:rgba(255,255,255,.03);
  border-top:1px solid var(--stroke);
  box-shadow:0 -12px 40px rgba(0,0,0,.45);
}

.footer .row{
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.footer div{
  color:var(--muted);
  font-size:14px;
  letter-spacing:.2px;
}

.footer a{
  color:var(--text);
  font-weight:600;
  transition:opacity .15s ease;
}

.footer a:hover{
  opacity:.75;
}
.hx-maintenance{
  text-align:center;
  padding:48px 20px;
}

.hx-maintenance-ic{
  width:84px;
  height:84px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,77,77,.12);
  border:1px solid rgba(255,77,77,.35);
  box-shadow:0 0 0 6px rgba(255,77,77,.05);
}

.hx-maintenance-ic i{
  font-size:38px;
  color:#ff4d4d;
}

.hx-maintenance-title{
  display:block;
  margin:10px 0 6px;
  font-size:1.45rem;
  font-weight:800;
  letter-spacing:.3px;
  color:#fff;
}

.hx-maintenance-desc{
  margin:10px auto 26px;
  max-width:520px;
  font-size:1.05rem;
  line-height:1.6;
  color:rgba(234,240,255,.75);
}

/* Liste */
.hx-alt-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  max-width:520px;
  margin:0 auto;
}

/* Satır */
.hx-alt-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid #9fc2ff;
    box-shadow: 0 10px 30px #9fc2ff26;
    transition: .2s ease;
}

.hx-alt-item:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.06);
}

/* Sol taraf */
.hx-alt-left{
  display:flex;
  align-items:center;
  gap:12px;
}

/* Yeşil durum ışığı */
.hx-alt-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#35d07f;
  box-shadow:0 0 0 0 rgba(53,208,127,.7);
  animation:pulse 1.8s infinite;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(53,208,127,.7)}
  70%{box-shadow:0 0 0 10px rgba(53,208,127,0)}
  100%{box-shadow:0 0 0 0 rgba(53,208,127,0)}
}

.hx-alt-name{
  font-weight:700;
  letter-spacing:.2px;
}

/* Git Butonu */
.hx-alt-btn{
  display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: .95rem;
    font-weight: 700;
    background: linear-gradient(135deg, #35d07f, rgb(20 125 70 / 70%));
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: .2s ease;
}

.hx-alt-btn:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}
/* Dönen ayar ikonu */
.hx-spin{
  animation:hxRotate 1.6s linear infinite;
}

@keyframes hxRotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

/* İkon rengini biraz daha pozitif yapalım */
.hx-maintenance-ic{
  background:rgba(110,168,255,.12);
  border:1px solid rgba(110,168,255,.35);
  box-shadow:0 0 0 6px rgba(110,168,255,.06);
}

.hx-maintenance-ic i{
  color:#9fc2ff;
}
.hx-alt-item{
  text-decoration:none;
  color:inherit;
}

/* ================================
   HİLE LİNKLERİ (tool-item) GRID
   Mobil: 1 sütun
   Masaüstü: 2 sütun
================================ */
.tool-body{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 820px){
  .tool-body{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.tool-body .tool-item{
  width: 100%;
  margin: 0;
}


/* ================================
   QUICK NAV (Kategori Butonları)
================================ */
.quick-nav{
  margin: 12px 0 14px;
  position: static;
  top: auto;
  z-index: auto;
  backdrop-filter: none;
}

/* Grid yapı: mobil 2 sütun */
.quick-nav-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px 2px;
}

/* Tablet */
@media (min-width: 520px){
  .quick-nav-row{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop */
@media (min-width: 820px){
  .quick-nav-row{
    grid-template-columns: repeat(5, 1fr);
  }
}


/* ================================
   QBTN (Buton Stili)
================================ */
.qbtn{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(15,18,30,.85);
  color: #e9eefc;
  text-decoration: none;
  transition: .2s;
  min-height: 46px;
  width: 100%;
}

/* Icon (tek yerde toplandı) */
.qbtn i{
  font-size: 18px;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  opacity: .95;
  text-shadow: 0 0 14px rgba(255,255,255,.10);
}

.qbtn span{
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .2px;
  white-space: nowrap;
}

.qbtn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.18);
  background: rgba(25,30,55,.95);
}


/* ================================
   İkon Renkleri
================================ */
.qbtn.tt i{ color:#69C9D0; }      /* TikTok */
.qbtn.ig i{ color:#C13584; }      /* Instagram */
.qbtn.yt i{ color:#ff0000; }      /* YouTube */
.qbtn.tw i{ color:#1da1f2; }      /* Twitter/X */
.qbtn.fb i{ color:#1877f2; }      /* Facebook */
.qbtn.kw i{ color:#ffb800; }      /* Kwai */
.qbtn.twitch i{ color:#9146ff; }  /* Twitch */
.qbtn.sp i{ color:#1db954; }      /* Spotify */
.qbtn.li i{ color:#0a66c2; }      /* LinkedIn */
.qbtn.sc i{ color:#ff5500; }      /* SoundCloud */
.qbtn.pin i{ color:#e60023; }     /* Pinterest */
.qbtn.tum i{ color:#36465d; }     /* Tumblr */
.qbtn.tg i{ color:#2aabee; }      /* Telegram */
.qbtn.ch i{ color:#00c7b7; }      /* Clubhouse */
.qbtn.kick i{ color:#53fc18; }    /* Kick */
.qbtn.game i{ color:#ffd166; }    /* Oyun */

.hx-header{position:sticky;top:0;z-index:999;background:rgba(7,10,18,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.hx-header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}.hx-brand{display:flex;align-items:center;gap:12px}.hx-logo{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(110,168,255,.25),rgba(124,92,255,.25));border:1px solid rgba(110,168,255,.35);box-shadow:0 10px 30px rgba(110,168,255,.25);font-weight:900}.hx-brand-title{font-weight:950;letter-spacing:.3px;font-size:18px}.hx-hero{margin:18px 0 14px;border:1px solid var(--stroke);background:rgba(255,255,255,.03);border-radius:20px;box-shadow:var(--sh);padding:16px}.hx-badge{display:inline-flex;gap:10px;align-items:center;padding:9px 11px;border:1px solid var(--stroke);border-radius:999px;background:rgba(255,255,255,.03);font-size:13px;color:rgba(234,240,255,.78)}.hx-badge i{color:var(--g)}.hx-title{margin:10px 0 6px;font-weight:950;font-size:26px;color:#fff}.hx-desc{margin:0;color:var(--muted);line-height:1.65;font-size:15px}.hx-card{border:1px solid var(--stroke);background:rgba(255,255,255,.03);border-radius:20px;box-shadow:0 12px 35px rgba(0,0,0,.35);overflow:hidden;margin-bottom:16px}.hx-head{display:flex;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.hx-ic{width:40px;height:40px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}.hx-head b{display:block;color:#fff;font-size:15px}.hx-head span{display:block;margin-top:4px;color:rgba(234,240,255,.65);font-size:12px;font-weight:700}.hx-body{padding:22px 20px 24px}.hx-field{margin-bottom:18px}.hx-label{font-weight:800;margin-bottom:10px;display:block;font-size:15px;color:rgba(234,240,255,.85)}.hx-input{width:100%;background:rgba(255,255,255,.05);border:1px solid var(--stroke);border-radius:14px;padding:14px 16px;font-size:16px;color:#fff;outline:none}.hx-input:focus{border-color:var(--b1);box-shadow:0 0 0 2px rgba(110,168,255,.25)}.hx-select-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.hx-option{flex:1;text-align:center;padding:12px 0;border-radius:12px;border:1px solid var(--stroke);background:rgba(255,255,255,.06);color:#fff;font-weight:800;font-size:15px;cursor:pointer;transition:all .2s}.hx-option:hover{background:rgba(255,255,255,.12)}.hx-option.active{background:linear-gradient(135deg,var(--b1),var(--b2));color:#061022;box-shadow:0 0 14px rgba(110,168,255,.35);border:0}.hx-actions{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.hx-btn{display:flex;gap:10px;align-items:center;justify-content:center;padding:16px;border-radius:16px;border:1px solid var(--stroke);font-weight:950;font-size:15px;cursor:pointer;user-select:none;text-decoration:none!important;transition:transform .2s,box-shadow .3s}.hx-primary{border:0;background:linear-gradient(135deg,var(--b1),var(--b2));color:#061022!important;box-shadow:0 14px 40px rgba(110,168,255,.16)}.hx-primary:hover,.hx-primary:focus{background:linear-gradient(135deg,var(--b1),var(--b2))!important;color:#061022!important;transform:scale(1.04);box-shadow:0 0 25px rgba(110,168,255,.45)}.hx-ghost{background:rgba(255,255,255,.04);color:#fff!important}.hx-btn[disabled]{opacity:.55;cursor:not-allowed}.hx-progress{display:none;margin-top:12px;border:1px solid var(--stroke);background:rgba(255,255,255,.03);border-radius:16px;padding:12px}.hx-p-top{display:flex;justify-content:space-between;gap:10px;color:rgba(234,240,255,.85);font-size:13px;font-weight:800;margin-bottom:10px}.hx-bar{height:30px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);overflow:hidden}.hx-fill{height:100%;width:0;border-radius:999px;background:linear-gradient(135deg,var(--b1),var(--b2))}.hx-modal{position:fixed;inset:0;display:none;z-index:9999}.hx-modal.show{display:block}.hx-back{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(8px)}.hx-box{position:relative;width:min(560px,calc(100% - 24px));margin:80px auto 0;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(7,10,18,.94);box-shadow:0 18px 60px rgba(0,0,0,.65);overflow:hidden;padding-bottom:90px}.hx-box-h{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.08)}.hx-box-b{padding:22px 20px 10px;overflow-y:auto;max-height:70vh}.warning-item{display:flex;align-items:flex-start;gap:12px;background: rgb(255 255 255 / 8%);border:1px solid rgb(255 255 255 / 25%);border-radius:8px;padding:12px 14px;margin-bottom:14px}.hx-yt{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#f00;color:#fff!important;font-weight:950;text-decoration:none!important;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px rgba(255,0,0,.3)}.hx-yt:hover{transform:scale(1.04);box-shadow:0 0 25px rgba(255,0,0,.55)}.hx-footer-btn{position:absolute;bottom:0;left:0;right:0;width:100%;background:linear-gradient(135deg,var(--b1),var(--b2));color:#061022;border:none;font-weight:950;font-size:17px;padding:22px 0;cursor:pointer;box-shadow:0 -4px 20px rgba(110,168,255,.25);transition:transform .2s,box-shadow .2s}.hx-footer-btn:hover{transform:scale(1.02);box-shadow:0 0 25px rgba(110,168,255,.45)}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-8px)}40%,80%{transform:translateX(8px)}}.shake{animation:shake .4s ease}.hx-card .hx-body img{max-width:100%!important;height:auto!important;display:block;object-fit:contain}.hx-card{overflow:hidden}.hx-card .hx-body *{max-width:100%}@media (max-width:620px){.hero-box{padding:16px}.tool-head{padding:13px 13px 11px}.tool-body{padding:10px}}
