/* =========================================================================
   VIANORE — Tasarım sistemi
   Koyu (near-black) zemin · tek marka vurgusu (Vianore moru) · ince çizgiler
   Tüm sayfalar bu dosyayı kullanır. Değer değişikliği önce token'da yapılır.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. Yazı tipleri — kendi sunucumuzda barındırılıyor (CDN yok)
   Sora = başlıklar, Inter = gövde. İkisi de latin-ext içerir, yani
   ı İ ş Ş ğ Ğ ç Ç ö Ö ü Ü karakterlerinin tamamı doğru çizilir.
   ------------------------------------------------------------------------- */

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/sora-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/sora-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -------------------------------------------------------------------------
   2. Token'lar
   ------------------------------------------------------------------------- */

:root {
  /* Zemin: siyaha yakın, hafif mor alt tonlu. Nötr gri değil — marka sıcaklığı buradan gelir. */
  --bg:        #0A0810;
  --bg-2:      #0E0B15;
  --surface:   #13101C;
  --surface-2: #171322;
  --surface-3: #1D1829;

  /* Çizgiler — hep saydam beyaz, böylece hangi yüzeyin üstünde olursa olsun doğru görünür */
  --line:    rgba(255, 255, 255, .07);
  --line-2:  rgba(255, 255, 255, .12);
  --line-3:  rgba(255, 255, 255, .18);

  /* Metin */
  --ink:   #F5F3FA;
  --ink-2: #A8A2BA;
  --ink-3: #6E6883;

  /* Tek vurgu rengi: Vianore moru (oyun içi marka standardıyla aynı) */
  --accent:      #A78BFA;
  --accent-2:    #8B5CF6;
  --accent-deep: #6D3FE0;
  --accent-ink:  #C9B6FF;
  --accent-08:   rgba(167, 139, 250, .08);
  --accent-14:   rgba(167, 139, 250, .14);
  --accent-24:   rgba(167, 139, 250, .24);
  --accent-40:   rgba(167, 139, 250, .40);

  /* Durum */
  --ok:    #4ADE80;
  --warn:  #E8B65A;
  --err:   #F87171;

  /* Yükseklik — abartısız, sadece derinlik hissi için */
  --sh-1: 0 1px 2px rgba(0, 0, 0, .4);
  --sh-2: 0 8px 24px -12px rgba(0, 0, 0, .8);
  --sh-3: 0 24px 60px -24px rgba(0, 0, 0, .9);
  --sh-glow: 0 12px 40px -14px rgba(139, 92, 246, .55);

  /* Yazı tipi yığınları — indirme başarısız olursa da düzgün görünür */
  --font-display: "Sora", "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --font-mono: ui-monospace, "SF Mono", "JetBrains Mono", "Cascadia Mono", Consolas, monospace;

  /* Ölçü */
  --wrap: 1180px;
  --wrap-narrow: 820px;
  --gutter: clamp(20px, 5vw, 32px);
  --section-y: clamp(72px, 9vw, 124px);
  --topbar-h: 68px;

  /* Köşe yarıçapı — tek merdiven, istisna yok */
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-pill: 999px;

  /* Hareket */
  --ease: cubic-bezier(.22, .68, .3, 1);
  --fast: 140ms;
  --mid: 240ms;
  --slow: 420ms;
}

@media (max-width: 720px) {
  :root { --topbar-h: 60px; }
}

/* -------------------------------------------------------------------------
   3. Temel
   ------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* Sabit üst çubuğun altına kaymasın diye çapa hedeflerine üst boşluk */
  scroll-padding-top: calc(var(--topbar-h) + 24px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Yatay kaydırma hiçbir koşulda oluşmasın */
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
  color: var(--ink);
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
img, svg, video { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }

a {
  color: var(--accent-ink);
  text-decoration: none;
  transition: color var(--fast) var(--ease);
}
a:hover { color: #fff; }

::selection { background: var(--accent-2); color: #fff; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

/* Klavyeyle gezenler için içeriğe atlama bağlantısı */
.skip {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translate(-50%, -160%);
  z-index: 200;
  padding: 12px 20px;
  border-radius: var(--r-sm);
  background: var(--accent-2);
  color: #fff;
  font-weight: 600;
  transition: transform var(--mid) var(--ease);
}
.skip:focus { transform: translate(-50%, 0); color: #fff; }

/* -------------------------------------------------------------------------
   4. Düzen yardımcıları
   ------------------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: calc(var(--section-y) * .62); }

/* Bölüm ayıran saç teli çizgi — kart yığınından daha sakin durur */
.rule {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.center { text-align: center; }
.muted { color: var(--ink-2); }
.small { font-size: 14px; }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

/* -------------------------------------------------------------------------
   5. Tipografi ölçeği
   ------------------------------------------------------------------------- */

.h-display {
  font-size: clamp(38px, 6.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -.035em;
  font-weight: 700;
}
.h1 { font-size: clamp(32px, 5vw, 52px); letter-spacing: -.03em; }
.h2 { font-size: clamp(27px, 3.6vw, 40px); }
.h3 { font-size: clamp(20px, 2.2vw, 24px); }
.h4 { font-size: 17px; letter-spacing: -.015em; }

.lead {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 62ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--accent-40);
}

/* Vurgulu kelime — başlık içinde tek bir kelimeyi markaya bağlar */
.grad {
  background: linear-gradient(100deg, var(--accent-ink), var(--accent) 55%, var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* -------------------------------------------------------------------------
   6. Bölüm başlıkları
   ------------------------------------------------------------------------- */

.sechead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: clamp(36px, 5vw, 60px);
}
.sechead > .lead { margin-top: -2px; }
.sechead--center {
  align-items: center;
  text-align: center;
}
.sechead--center .lead { margin-inline: auto; text-align: center; }

/* Başlık solda, açıklama sağda duran geniş varyant */
.sechead--split {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.sechead--split .sechead__left { display: flex; flex-direction: column; gap: 14px; }
.sechead--split .lead { max-width: 42ch; }
@media (max-width: 860px) {
  .sechead--split { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* -------------------------------------------------------------------------
   7. Butonlar
   ------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  transition: background var(--mid) var(--ease), border-color var(--mid) var(--ease),
              color var(--mid) var(--ease), transform var(--fast) var(--ease),
              box-shadow var(--mid) var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { color: inherit; }
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: linear-gradient(135deg, var(--accent-2), var(--accent-deep));
  color: #fff;
  box-shadow: var(--sh-glow), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn--primary:hover {
  background: linear-gradient(135deg, #9a6dfb, var(--accent-2));
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 44px -12px rgba(139, 92, 246, .72), inset 0 1px 0 rgba(255, 255, 255, .22);
}
.btn--primary:active { transform: translateY(0); }

.btn--ghost {
  background: rgba(255, 255, 255, .03);
  border-color: var(--line-2);
  color: var(--ink);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, .06);
  border-color: var(--line-3);
  color: #fff;
  transform: translateY(-1px);
}

.btn--quiet {
  background: transparent;
  color: var(--ink-2);
  padding-inline: 12px;
}
.btn--quiet:hover { color: var(--ink); background: rgba(255, 255, 255, .04); }

.btn--lg { min-height: 54px; padding: 0 30px; font-size: 16px; }
.btn--sm { min-height: 38px; padding: 0 16px; font-size: 14px; }
.btn--block { width: 100%; }

.btn[disabled], .btn--disabled {
  opacity: .45;
  pointer-events: none;
}

/* Buton grubu — dar ekranda alt alta ve tam genişlik */
.btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media (max-width: 560px) {
  .btnrow { flex-direction: column; align-items: stretch; width: 100%; }
  .btnrow .btn { width: 100%; }
}

/* -------------------------------------------------------------------------
   8. Rozet / etiket
   ------------------------------------------------------------------------- */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 12px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(8px);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-2);
  white-space: nowrap;
}
.badge b { color: var(--ink); font-weight: 600; }
.badge__sep { width: 1px; height: 12px; background: var(--line-2); }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--r-xs);
  border: 1px solid var(--accent-24);
  background: var(--accent-08);
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
}
.tag--muted {
  border-color: var(--line-2);
  background: rgba(255, 255, 255, .03);
  color: var(--ink-2);
}

/* Canlı nokta */
.dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, .16);
}
.dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid var(--ok);
  opacity: .6;
  animation: ping 2.4s var(--ease) infinite;
}
.dot--off { background: var(--ink-3); box-shadow: 0 0 0 3px rgba(110, 104, 131, .14); }
.dot--off::after { display: none; }

@keyframes ping {
  0%   { transform: scale(1);   opacity: .6; }
  70%  { transform: scale(2.1); opacity: 0; }
  100% { transform: scale(2.1); opacity: 0; }
}

/* -------------------------------------------------------------------------
   9. Üst çubuk
   ------------------------------------------------------------------------- */

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background var(--mid) var(--ease), border-color var(--mid) var(--ease),
              backdrop-filter var(--mid) var(--ease);
}
.topbar[data-scrolled="true"] {
  background: rgba(10, 8, 16, .78);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.brand:hover { color: #fff; }
.brand__mark {
  width: 30px;
  height: 30px;
  flex: none;
  color: var(--accent);
  transition: transform var(--slow) var(--ease), color var(--mid) var(--ease);
}
.brand:hover .brand__mark { transform: translateY(-2px) rotate(-4deg); color: var(--accent-ink); }

/* Masaüstü menüsü */
.nav {
  display: none;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
}
.nav a {
  position: relative;
  white-space: nowrap;
  padding: 9px 14px;
  border-radius: var(--r-sm);
  color: var(--ink-2);
  font-size: 14.5px;
  font-weight: 500;
  transition: color var(--fast) var(--ease), background var(--fast) var(--ease);
}
.nav a:hover { color: var(--ink); background: rgba(255, 255, 255, .04); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

/* Üst çubuktaki canlı oyuncu göstergesi */
.livepill {
  display: none;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .03);
  font-size: 13.5px;
  color: var(--ink-2);
  white-space: nowrap;
}
.livepill b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }

.iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .03);
  color: var(--ink-2);
  cursor: pointer;
  transition: color var(--fast) var(--ease), border-color var(--fast) var(--ease),
              background var(--fast) var(--ease), transform var(--fast) var(--ease);
}
.iconbtn svg { width: 19px; height: 19px; }
.iconbtn:hover {
  color: var(--ink);
  border-color: var(--line-3);
  background: rgba(255, 255, 255, .07);
  transform: translateY(-1px);
}

/* Masaüstü menüsü bağlantılar rahatça sığdığında açılır. Menüde dört
   girdi olduğu için eşik 1120'den 1040'a çekildi. */
@media (min-width: 1040px) {
  .nav { display: flex; }
  .menu-toggle { display: none; }
}
@media (min-width: 1200px) {
  .livepill { display: inline-flex; }
}
@media (max-width: 1039px) {
  /* Dar ekranda üst çubuk sade kalsın: marka + Discord + menü */
  .topbar__right .btn { display: none; }
}
@media (max-width: 360px) {
  .topbar__right .iconbtn--discord { display: none; }
}

/* -------------------------------------------------------------------------
   10. Mobil tam ekran menü
   ------------------------------------------------------------------------- */

.drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  background: rgba(10, 8, 16, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--mid) var(--ease), visibility var(--mid) var(--ease);
}
.drawer[data-open="true"] { opacity: 1; visibility: visible; }

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--topbar-h);
  flex: none;
  padding-inline: var(--gutter);
  border-bottom: 1px solid var(--line);
  max-width: var(--wrap);
  width: 100%;
  margin-inline: auto;
}

.drawer__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px var(--gutter) 40px;
  max-width: var(--wrap);
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.drawer__nav { display: flex; flex-direction: column; }
.drawer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  opacity: 0;
  transform: translateY(10px);
}
.drawer[data-open="true"] .drawer__nav a {
  animation: drawerIn var(--slow) var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 45ms + 60ms);
}
.drawer__nav a svg { width: 18px; height: 18px; color: var(--ink-3); flex: none; }
.drawer__nav a:active { color: var(--accent-ink); }

@keyframes drawerIn {
  to { opacity: 1; transform: none; }
}

.drawer__foot { display: flex; flex-direction: column; gap: 12px; }
.drawer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 8px;
  font-size: 13.5px;
  color: var(--ink-3);
}

/* -------------------------------------------------------------------------
   11. IP kopyalama alanı
   ------------------------------------------------------------------------- */

.ipcopy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  padding: 6px 6px 6px 8px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(10px);
  transition: border-color var(--mid) var(--ease), background var(--mid) var(--ease);
}
.ipcopy:hover { border-color: var(--accent-24); background: rgba(167, 139, 250, .07); }

.ipcopy__label {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 2px 10px;
  min-width: 0;
}
.ipcopy__caption {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.ipcopy__value {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ipcopy__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .07);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--fast) var(--ease), color var(--fast) var(--ease);
}
.ipcopy__btn svg { width: 16px; height: 16px; }
.ipcopy__btn:hover { background: var(--accent-2); color: #fff; }
.ipcopy.is-copied { border-color: rgba(74, 222, 128, .34); background: rgba(74, 222, 128, .07); }
.ipcopy.is-copied .ipcopy__btn { background: rgba(74, 222, 128, .18); color: var(--ok); }

@media (max-width: 560px) {
  .ipcopy { width: 100%; justify-content: space-between; }
  .ipcopy__value { font-size: 14px; }
}
@media (max-width: 360px) {
  .ipcopy__value { font-size: 13px; }
  .ipcopy__btn { padding: 0 12px; }
  .ipcopy__btn span { display: none; }
}

/* -------------------------------------------------------------------------
   12. Karşılama (hero)
   ------------------------------------------------------------------------- */

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: calc(var(--topbar-h) + clamp(48px, 8vw, 96px));
  padding-bottom: clamp(64px, 8vw, 104px);
  min-height: min(88svh, 860px);
  display: flex;
  align-items: center;
}
.hero--compact {
  min-height: 0;
  padding-top: calc(var(--topbar-h) + clamp(44px, 6vw, 76px));
  padding-bottom: clamp(40px, 5vw, 64px);
}

/* Arka plan katmanları: görsel → mor ışık → ızgara → alt geçiş */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
    Video TAM GORUNUR: opaklik dusurulmuyor, bulaniklik yok.
    Onceden .52 opaklik + blur vardi ve "uzerinde filtre varmis" gibi
    duruyordu. Yazinin okunmasini artik sadece .hero__veil sagliyor:
    koyulugu tum ekrana degil, metnin oturdugu yere veriyor.
  */
  opacity: 1;
  transform: scale(1.02);
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    /* SOL: yazinin oturdugu serit koyu, ortadan sonra tamamen aciliyor */
    linear-gradient(90deg, rgba(10, 8, 16, .90) 0%, rgba(10, 8, 16, .62) 32%, rgba(10, 8, 16, .18) 58%, transparent 78%),
    /* UST: ust cubuk yazilari okunsun · ALT: sayfaya yumusak gecis */
    linear-gradient(180deg, rgba(10, 8, 16, .55) 0%, transparent 18%, transparent 58%, rgba(10, 8, 16, .82) 90%, var(--bg) 100%);
}

/* Dar ekranda metin tum genisligi kaplar; yatay gradyan is gormez.
   Orada koyuluk metnin arkasina, yani ust yariya veriliyor. */
@media (max-width: 999px) {
  .hero__veil {
    background:
      linear-gradient(180deg, rgba(10, 8, 16, .88) 0%, rgba(10, 8, 16, .80) 46%, rgba(10, 8, 16, .60) 72%, rgba(10, 8, 16, .90) 92%, var(--bg) 100%);
  }
}
/* İnce ızgara: Minecraft'ın kare düzenine bir gönderme, blok koymadan */
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 10%, transparent 72%);
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(40px, 6vw, 64px);
  align-items: center;
  width: 100%;
}
@media (min-width: 1000px) {
  .hero__inner { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
}
.hero__title {
  font-size: clamp(36px, 6.6vw, 66px);
  line-height: 1.03;
  letter-spacing: -.038em;
  max-width: 15ch;
}
.hero__sub {
  font-size: clamp(15.5px, 1.6vw, 18px);
  line-height: 1.68;
  color: var(--ink-2);
  max-width: 48ch;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  padding-top: 4px;
  font-size: 13.5px;
  color: var(--ink-3);
}
.hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero__meta svg { width: 15px; height: 15px; color: var(--ink-3); }

/* Sunucu adresi: karşılama ekranında ayrı bir kopyalama kutusu yok —
   "Sunucuya Katıl" butonu zaten kopyalıyor. Burada sadece okunur duruyor. */
.hero__addr {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
  -webkit-user-select: all;
  user-select: all;
}
.hero__addr svg { color: var(--accent); }

@media (max-width: 640px) {
  .hero__copy { align-items: flex-start; }
  .hero__title { max-width: 100%; }
}

/* Sağdaki cam panel — gerçek sunucu verisini gösterir */
.panel {
  position: relative;
  border: 1px solid var(--line-2);
  border-radius: var(--r-xl);
  /*
    Altta KOYU bir taban var: panel artik acik renkli bir videonun
    uzerinde duruyor, sadece saydam beyaz katmanla yazilar okunmuyordu.
    Ustteki beyaz gradyan cam hissini koruyor.
  */
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    rgba(12, 9, 19, .80);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  box-shadow: var(--sh-3);
  overflow: hidden;
}
/* Kenar boyunca ince mor çizgi. mask-composite desteklenmiyorsa
   paneli mor bir perde kaplamasın diye @supports ile korunuyor. */
.panel::before { display: none; }
@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .panel::before { display: block; }
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(167, 139, 250, .5), transparent 42%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.panel__title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink-2);
}
.panel__body { padding: 20px; display: flex; flex-direction: column; gap: 18px; }

.panel__count {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.panel__count b {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 54px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.panel__count span { font-size: 14px; color: var(--ink-2); }
.panel__count--off b { color: var(--ink-3); }

.panel__rows { display: flex; flex-direction: column; }
.panel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.panel__row:first-child { border-top: 0; }
.panel__row dt { color: var(--ink-3); }
.panel__row dd {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* -------------------------------------------------------------------------
   13. İstatistik şeridi
   ------------------------------------------------------------------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  overflow: hidden;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px clamp(16px, 3vw, 28px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  min-width: 0;
}
.stat:nth-child(-n + 2) { border-top: 0; }
.stat:nth-child(odd) { border-left: 0; }
.stat__key {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.stat__val {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.stat__note { font-size: 13px; color: var(--ink-3); }

@media (min-width: 860px) {
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stat { border-top: 0; border-left: 1px solid var(--line); }
  .stat:first-child { border-left: 0; }
}

/* -------------------------------------------------------------------------
   14. Kartlar
   ------------------------------------------------------------------------- */

.grid { display: grid; gap: clamp(14px, 1.6vw, 20px); }
.grid--2 { grid-template-columns: minmax(0, 1fr); }
.grid--3 { grid-template-columns: minmax(0, 1fr); }
.grid--4 { grid-template-columns: minmax(0, 1fr); }

@media (min-width: 620px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 760px) {
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .038), rgba(255, 255, 255, .012));
  overflow: hidden;
  transition: border-color var(--mid) var(--ease), transform var(--mid) var(--ease),
              box-shadow var(--mid) var(--ease);
}
/* Üstten inen çok hafif mor ışık — sadece hover'da belirir */
.card::after {
  content: "";
  position: absolute;
  inset: -40% 20% auto;
  height: 160px;
  background: radial-gradient(50% 100% at 50% 100%, rgba(167, 139, 250, .35), transparent 70%);
  opacity: 0;
  transition: opacity var(--slow) var(--ease);
  pointer-events: none;
}
.card--hover:hover {
  border-color: var(--accent-24);
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.card--hover:hover::after { opacity: 1; }

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border: 1px solid var(--accent-24);
  border-radius: var(--r-sm);
  background: var(--accent-08);
  color: var(--accent);
  transition: background var(--mid) var(--ease), color var(--mid) var(--ease),
              border-color var(--mid) var(--ease);
}
.card__icon svg { width: 20px; height: 20px; }
.card--hover:hover .card__icon {
  background: var(--accent-14);
  border-color: var(--accent-40);
  color: var(--accent-ink);
}
.card__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.015em;
  color: var(--ink);
}
.card__text {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
}
.card__text b { color: var(--ink); font-weight: 600; }

/* Metin bloğu için sade kart */
.card--plain { gap: 12px; }
.card--flush { padding: 0; }

/* -------------------------------------------------------------------------
   15. "Neden Vianore" — geniş satırlar
   ------------------------------------------------------------------------- */

.reasons {
  display: grid;
  gap: clamp(14px, 1.6vw, 20px);
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 780px) {
  .reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.reason {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 2.4vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .008));
  transition: border-color var(--mid) var(--ease), background var(--mid) var(--ease);
}
.reason:hover { border-color: var(--line-2); background: rgba(255, 255, 255, .04); }
.reason__num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--accent);
  padding-top: 3px;
}
.reason h3 { font-size: 18px; margin-bottom: 8px; }
.reason p { font-size: 14.5px; color: var(--ink-2); line-height: 1.68; }

/* -------------------------------------------------------------------------
   16. Adımlar (nasıl oynanır)
   ------------------------------------------------------------------------- */

.steps {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  counter-reset: step;
}
.step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 0 0 32px 0;
}
.step:last-child { padding-bottom: 0; }
/* Dikey ray (mobil) */
.step::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 46px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, var(--line-2), transparent);
}
.step:last-child::before { display: none; }

.step__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: none;
  border: 1px solid var(--accent-24);
  border-radius: 50%;
  background: var(--accent-08);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.step__body { padding-top: 6px; }
.step__body h3 { font-size: 18px; margin-bottom: 7px; }
.step__body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }
.step__body code {
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 2px 7px;
  border-radius: var(--r-xs);
  border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .05);
  color: var(--accent-ink);
}

/* Kart içinde kullanılan dikey adım listesi (hesap doğrulama) */
.step__text { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; padding-top: 10px; }
.step__text b { color: var(--ink); font-weight: 600; }
.steps--stack .step__n { width: 36px; height: 36px; font-size: 13px; }
.steps--stack .step { padding-bottom: 20px; }
.steps--stack .step::before { left: 17px; top: 40px; }
.steps--stack .step__text { padding-top: 6px; }

@media (min-width: 900px) {
  .steps:not(.steps--stack) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
  .steps:not(.steps--stack) .step { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 0; }
  /* Yatay ray */
  .steps:not(.steps--stack) .step::before {
    left: 56px;
    right: -28px;
    top: 22px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, var(--line-2), transparent);
  }
  .steps:not(.steps--stack) .step__body { padding-top: 0; }
}

/* -------------------------------------------------------------------------
   17. Sıralama listeleri
   ------------------------------------------------------------------------- */

.lb {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .008));
  overflow: hidden;
}
.lb__row {
  display: grid;
  grid-template-columns: 30px auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px clamp(14px, 2vw, 20px);
  border-top: 1px solid var(--line);
  transition: background var(--fast) var(--ease);
}
.lb__row:first-child { border-top: 0; }
.lb__row:hover { background: rgba(255, 255, 255, .03); }
.lb__rank {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-3);
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.lb__row--1 .lb__rank { color: var(--warn); }
.lb__row--2 .lb__rank { color: #C9C6D6; }
.lb__row--3 .lb__rank { color: #C08A5E; }
.lb__main { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.lb__name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bar {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
}
.bar > span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
}
.lb__value {
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--ink-2);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 520px) {
  .lb__row { grid-template-columns: 24px auto minmax(0, 1fr); gap: 11px; padding-inline: 14px; }
  .lb__value { grid-column: 2 / -1; }
}

/* Veri henüz gelmediğinde */
.lb--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 28px 24px;
  text-align: center;
}
.lb--empty p {
  font-size: 14.5px;
  color: var(--ink-3);
  max-width: 34ch;
}

/* Oyuncu kafası */
.face {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: var(--r-xs);
  border: 1px solid var(--line-2);
  background: var(--surface-2);
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  user-select: none;
  image-rendering: pixelated;
}
.face img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  /* Minecraft dokusu: büyütürken yumuşatma yok, piksel keskin kalsın */
  image-rendering: pixelated;
}
.face--lg { width: 48px; height: 48px; font-size: 19px; }
.face--sm { width: 28px; height: 28px; font-size: 12px; }

/* -------------------------------------------------------------------------
   18. Akış listesi
   ------------------------------------------------------------------------- */

.feed {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .008));
  overflow: hidden;
}
.feed__row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px clamp(14px, 2vw, 20px);
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--ink-2);
  min-width: 0;
}
.feed__row:first-child { border-top: 0; }
.feed__text { min-width: 0; }
.feed__text b { color: var(--ink); font-weight: 600; }
.feed__text .amount { color: var(--accent-ink); font-weight: 600; }

/* -------------------------------------------------------------------------
   19. Fiyat / paket kartları
   ------------------------------------------------------------------------- */

.plans {
  display: grid;
  gap: clamp(16px, 1.8vw, 22px);
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}
@media (min-width: 700px) { .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .plans--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 2.6vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
  transition: border-color var(--mid) var(--ease), transform var(--mid) var(--ease),
              box-shadow var(--mid) var(--ease);
}
.plan:hover {
  border-color: var(--line-2);
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.plan--featured {
  border-color: var(--accent-24);
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(139, 92, 246, .16), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012));
}
.plan--featured:hover { border-color: var(--accent-40); box-shadow: var(--sh-glow); }

.plan__flag {
  position: absolute;
  top: -1px;
  right: 20px;
  padding: 5px 12px;
  border-radius: 0 0 var(--r-xs) var(--r-xs);
  background: var(--accent-2);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan__name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
}
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ink);
}
.plan__price small { font-size: 14px; font-weight: 500; color: var(--ink-3); letter-spacing: 0; }
.plan__text { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }

.plan__list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-top: 2px; }
.plan__list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
}
.plan__list svg { width: 16px; height: 16px; color: var(--accent); margin-top: 3px; }
/* İkon yerine sıra numarası konduğunda aynı sütuna hizalansın */
.plan__list li > .mono {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: var(--accent);
}
.plan__foot { margin-top: auto; padding-top: 6px; }

/* -------------------------------------------------------------------------
   20. Çağrı şeridi
   ------------------------------------------------------------------------- */

.band {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 60px);
  border: 1px solid var(--line-2);
  border-radius: var(--r-xl);
  background:
    radial-gradient(90% 120% at 50% 0%, rgba(109, 63, 224, .26), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 70%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 70%);
  pointer-events: none;
}
.band > * { position: relative; }
.band .lead { text-align: center; margin-inline: auto; max-width: 52ch; }

/* Discord rengi tek istisna: markanın kendi rengi, tanınırlık için */
.btn--discord {
  background: #5865F2;
  color: #fff;
  box-shadow: 0 12px 40px -14px rgba(88, 101, 242, .7);
}
.btn--discord:hover { background: #4752e0; color: #fff; transform: translateY(-1px); }

/* -------------------------------------------------------------------------
   21. Ayrıntı listeleri (rehber sayfası)
   ------------------------------------------------------------------------- */

.cmdlist {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .008));
}
.cmdlist__row {
  display: grid;
  grid-template-columns: minmax(140px, 210px) minmax(0, 1fr);
  gap: 8px 20px;
  padding: 14px clamp(14px, 2vw, 20px);
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.cmdlist__row:first-child { border-top: 0; }
.cmdlist__cmd {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-ink);
  word-break: break-word;
}
.cmdlist__desc { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 620px) {
  .cmdlist__row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}

/* Açılır soru-cevap */
.faq { display: flex; flex-direction: column; }
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:first-child { border-top: 0; }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink);
  transition: color var(--fast) var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-ink); }
.faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
  border-right: 1.6px solid var(--ink-3);
  border-bottom: 1.6px solid var(--ink-3);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--mid) var(--ease);
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq__body {
  padding: 0 4px 22px;
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.7;
  max-width: 72ch;
}

/* Uzun metin sayfaları (kurallar, gizlilik) */
.prose { max-width: 72ch; display: flex; flex-direction: column; gap: 26px; }
.prose h2 { font-size: 22px; margin-bottom: 10px; }
.prose h3 { font-size: 17px; margin-bottom: 8px; }
.prose p { color: var(--ink-2); font-size: 15.5px; line-height: 1.75; }
.prose ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.prose ul li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.7;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-40);
}
.prose b, .prose strong { color: var(--ink); font-weight: 600; }

/* -------------------------------------------------------------------------
   22. Formlar (giriş, kayıt, hesap)
   ------------------------------------------------------------------------- */

.authpage {
  padding-top: calc(var(--topbar-h) + clamp(40px, 7vw, 80px));
  padding-bottom: clamp(56px, 8vw, 100px);
  display: flex;
  justify-content: center;
}
.authcard {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
  box-shadow: var(--sh-3);
}
.authcard__head { display: flex; flex-direction: column; gap: 8px; }
.authcard__head h1 { font-size: 26px; }
.authcard__head p { color: var(--ink-2); font-size: 14.5px; }

.form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.label span { color: var(--ink-3); font-weight: 400; }
.input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: rgba(0, 0, 0, .28);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px; /* iOS'ta 16px altı otomatik yakınlaştırma yapar */
  transition: border-color var(--fast) var(--ease), background var(--fast) var(--ease);
}
.input::placeholder { color: var(--ink-3); }
.input:hover { border-color: var(--line-3); }
.input:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 0 3px var(--accent-14);
}
.input[aria-invalid="true"] { border-color: var(--err); }

.hint { font-size: 13px; color: var(--ink-3); line-height: 1.55; }
.error { font-size: 13px; color: var(--err); }

.checkline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: var(--ink-2);
  cursor: pointer;
}
.checkline input { width: 17px; height: 17px; accent-color: var(--accent-2); }

.formfoot { font-size: 14.5px; color: var(--ink-2); text-align: center; }

/* "Beni hatırla" ile "Şifremi unuttum" aynı satırda, dar ekranda alt alta */
.formrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}

.alert {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .03);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}
.alert svg { width: 20px; height: 20px; margin-top: 1px; }
.alert--ok { border-color: rgba(74, 222, 128, .3); background: rgba(74, 222, 128, .07); color: #BBF7D0; }
.alert--ok svg { color: var(--ok); }
.alert--warn { border-color: rgba(232, 182, 90, .3); background: rgba(232, 182, 90, .07); color: #F3DDB4; }
.alert--warn svg { color: var(--warn); }

.info {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
}
.info__row:first-child { border-top: 0; }
.info__key { color: var(--ink-3); }
.info__val { color: var(--ink); font-weight: 500; text-align: right; }

.chip-ok, .chip-wait {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: 12.5px;
  font-weight: 600;
}
.chip-ok { background: rgba(74, 222, 128, .13); color: var(--ok); }
.chip-wait { background: rgba(232, 182, 90, .13); color: var(--warn); }

/* Hesap sayfasindaki oyun ici bilgi karti */
.gamecard {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(139, 92, 246, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
}
.gamecard__head { display: flex; align-items: center; gap: 14px; }
.gamecard__id { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; min-width: 0; }
.gamecard__name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.gamecard__tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* Rütbe etiketleri hep büyük harf görünsün.
   Oyun içinde bazı grupların adı "Oyuncu", bazısı "SKYCOPPER" yazılı;
   veriyi bozmadan görüntüde eşitliyoruz. Sayfa lang="tr" olduğu için
   tarayıcı Türkçe büyük harf kurallarını uyguluyor. */
.gamecard__tags .tag { text-transform: uppercase; letter-spacing: .04em; }

/* VIP rozeti rutbeden ayrilsin diye biraz daha dolu */
.tag--vip {
  border-color: var(--accent-40);
  background: var(--accent-14);
  color: #fff;
}

.gamecard__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--line);
}
.gamecard__grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: var(--bg-2);
  min-width: 0;
}
.gamecard__grid dt {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.gamecard__grid dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Tek sayida bilgi varsa sonuncusu iki sutunu kaplasin;
   yoksa yanda bos bir kutu kaliyor. */
.gamecard__grid > div:last-child:nth-child(odd) { grid-column: 1 / -1; }

.gamecard__foot { font-size: 12.5px; color: var(--ink-3); }

@media (max-width: 420px) {
  .gamecard__grid { grid-template-columns: minmax(0, 1fr); }
}

.codebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px;
  border: 1px dashed var(--accent-24);
  border-radius: var(--r-md);
  background: var(--accent-08);
}
.codebox__value {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .3em;
  text-indent: .3em;
  color: var(--accent-ink);
}
.codebox__meta { font-size: 13px; color: var(--ink-3); }

/* -------------------------------------------------------------------------
   23. Alt bilgi
   ------------------------------------------------------------------------- */

.footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(167, 139, 250, .035));
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: 32px;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding-bottom: clamp(36px, 5vw, 52px);
}
@media (min-width: 720px) {
  .footer__top { grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
}
.footer__brand { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; max-width: 34ch; }
.footer__brand p { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }

.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 2px;
}
.footer__col a {
  font-size: 14.5px;
  color: var(--ink-2);
  width: fit-content;
}
.footer__col a:hover { color: var(--ink); }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-3);
}

/* -------------------------------------------------------------------------
   24. Bildirim balonu
   ------------------------------------------------------------------------- */

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 32px);
  padding: 13px 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: rgba(23, 19, 34, .94);
  backdrop-filter: blur(14px);
  box-shadow: var(--sh-3);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 500;
  transform: translate(-50%, 24px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--mid) var(--ease), transform var(--mid) var(--ease),
              visibility var(--mid) var(--ease);
}
.toast[data-show="true"] { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.toast svg { width: 17px; height: 17px; color: var(--ok); flex: none; }

/* -------------------------------------------------------------------------
   25. Görünürlük animasyonu
   ------------------------------------------------------------------------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
  transition: opacity var(--slow) var(--ease), transform var(--slow) var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
/* JS yoksa içerik yine de görünür olmalı */
.no-js [data-reveal] { opacity: 1; transform: none; }

/* -------------------------------------------------------------------------
   26. Hareket azaltma tercihi
   ------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .drawer__nav a { opacity: 1; transform: none; }
  .dot::after { display: none; }
}
