/* Forma tanıtım sitesi. Renkler uygulamanın src/theme.ts dosyasıyla aynı */
:root {
  --bg: #0a1310;
  --surface: #13211b;
  --surface-2: #1b2c24;
  --line: #24382e;
  --text: #e9f1ec;
  --muted: #a8bcb1;
  --faint: #7c9488;
  --dim: #4c6156;
  --green: #2fbf6b;
  --green-dim: #1d7c46;
  --amber: #e8b93f;
  --near: #7a5c14;
  --font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--green); text-underline-offset: 2px; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 6px; }

.container { width: 100%; max-width: 72rem; margin: 0 auto; padding-inline: 1.25rem; }

/* ------------------------------------------------------------ üst şerit */

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.brand svg { display: block; }

.topnav { display: flex; align-items: center; gap: 1.4rem; font-size: 0.9rem; }
.topnav a { color: var(--muted); text-decoration: none; }
.topnav a:hover { color: var(--text); }
.topnav .lang {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  color: var(--text);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.topnav .lang:hover { border-color: var(--green); }
@media (max-width: 640px) { .topnav a:not(.lang):not(.keep) { display: none; } }

/* ------------------------------------------------------------ ortak yazı */

.eyebrow {
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.3rem, 1.3rem + 3.7vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 850;
  text-wrap: balance;
}
h1 .accent { color: var(--green); }

h2 {
  font-size: clamp(1.8rem, 1.25rem + 2vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 850;
  text-wrap: balance;
}

.lede { color: var(--muted); font-size: clamp(1.02rem, 0.95rem + 0.3vw, 1.18rem); max-width: 34rem; }

.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: flex; flex-direction: column; gap: 0.8rem; max-width: 40rem; margin-bottom: 2.5rem; }
.section-head p { color: var(--muted); }

/* ------------------------------------------------------------ düğmeler */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--green);
  color: #06140d;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 0.95rem 1.4rem;
  border-radius: 14px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s;
}
.btn:hover { background: #39d27a; transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.btn.ghost:hover { box-shadow: inset 0 0 0 1px var(--green); background: transparent; }

/* App Store rozeti (uygulama 19 Eyl 2026 yayında). .is-soon artık kullanılmıyor;
   rozet https://apps.apple.com/.../id6799972462 adresine giden bir <a> */
.store {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--text);
  color: var(--bg);
  border-radius: 14px;
  padding: 0.6rem 1.25rem 0.6rem 1rem;
  text-decoration: none;
}
.store svg { flex: none; }
.store small {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0.75;
}
.store b { display: block; font-size: 1.1rem; line-height: 1.2; letter-spacing: -0.01em; }
.store.is-soon { background: var(--surface-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.store.is-soon small { color: var(--amber); opacity: 1; }

/* ------------------------------------------------------------ giriş */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 3rem;
  align-items: center;
  padding-block: clamp(2rem, 6vw, 4.5rem) clamp(3.5rem, 7vw, 6rem);
}

/* Ekran genişliğinde ama taşmadan: iOS Safari body'deki overflow-x'e
   her zaman uymuyor, taşan arka plan sayfayı yana kaydırtıyor */
.pitch {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(38rem 30rem at 72% 45%, rgba(47, 191, 107, 0.13), transparent 70%);
}
.pitch svg { position: absolute; top: 50%; left: 50%; width: 110rem; translate: -38% -50%; opacity: 0.55; }

.hero-copy { display: flex; flex-direction: column; gap: 1.4rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }

.facts { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.3rem; color: var(--faint); font-size: 0.85rem; }
.facts li { display: flex; align-items: center; gap: 0.5rem; }
.facts li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green-dim); }

.phone-wrap { position: relative; justify-self: center; width: min(100%, 19.5rem); }

.phone {
  position: relative;
  border-radius: 2.9rem;
  padding: 0.6rem;
  background: linear-gradient(160deg, #263b30, #0f1a15 60%);
  box-shadow:
    0 0 0 1px var(--line),
    0 50px 100px -30px rgba(0, 0, 0, 0.85),
    0 0 140px -30px rgba(47, 191, 107, 0.3);
}
.phone img { width: 100%; height: auto; border-radius: 2.35rem; background: var(--bg); }
.phone .island {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  translate: -50% 0;
  width: 30%;
  height: 1.55rem;
  border-radius: 999px;
  background: #000;
}
.phone .clock { position: absolute; top: 1.33rem; left: 14%; font-size: 0.8rem; font-weight: 650; }

.float-chip {
  position: absolute;
  border-radius: 12px;
  padding: 0.5rem 0.85rem;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
  animation: bob 6s ease-in-out infinite;
}
.float-chip small { display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }
.float-chip b { font-size: 0.98rem; }
.float-chip.hit { background: var(--green-dim); left: -9%; bottom: 30%; }
.float-chip.near { background: var(--near); right: -7%; top: 58%; animation-delay: -3s; }
@keyframes bob { 50% { transform: translateY(-6px); } }

@media (max-width: 860px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 3.5rem; }
  .pitch svg { translate: -50% -30%; }
}

/* ------------------------------------------------------------ rakamlar */

.numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.numbers div { padding: 1.6rem 1.25rem; display: flex; flex-direction: column; gap: 0.2rem; }
.numbers div + div { border-left: 1px solid var(--line); }
.numbers b {
  font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.5rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.numbers span { color: var(--faint); font-size: 0.88rem; }
@media (max-width: 720px) {
  .numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .numbers div:nth-child(3) { border-left: 0; }
  .numbers div:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

/* ------------------------------------------------------------ deneme bulmacası */

.demo { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 3.5rem; align-items: start; }
.demo .section-head { margin-bottom: 0; }
/* minmax(0, …): düz 1fr'de sütun, kırılmayan kulüp adları kadar genişleyip ekrandan taşıyor */
@media (max-width: 900px) { .demo { grid-template-columns: minmax(0, 1fr); gap: 2rem; } }

.legend { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; color: var(--muted); font-size: 0.93rem; }
.legend li { display: flex; align-items: center; gap: 0.7rem; }
.sw { flex: none; width: 1.1rem; height: 1.1rem; border-radius: 5px; background: var(--surface-2); box-shadow: inset 0 0 0 1px var(--line); }
.sw.hit { background: var(--green-dim); box-shadow: none; }
.sw.near { background: var(--near); box-shadow: none; }

.board {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(0.9rem, 2.5vw, 1.4rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8);
}

.career { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
.career li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 12px;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.career li.fresh { border-color: var(--green); animation: pop 0.35s ease-out; }
.career li.closed {
  justify-content: center;
  padding: 0.2rem;
  background: #101b16;
  border-color: transparent;
  color: var(--dim);
  letter-spacing: 0.3em;
  font-size: 0.8rem;
}
.yr { flex: none; width: 5.4rem; color: var(--faint); font-size: 0.85rem; font-variant-numeric: tabular-nums; }
.club { min-width: 0; line-height: 1.3; }
.club b { display: block; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.club small { display: block; color: var(--faint); font-size: 0.75rem; }
@keyframes pop { from { opacity: 0; transform: translateY(-4px); } }

.status { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--muted); flex-wrap: wrap; }
.dots { display: flex; gap: 0.3rem; }
.dots i { width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--green-dim); }
.dots i.used { background: var(--line); }
.pts { margin-left: auto; color: var(--amber); font-weight: 750; }

.choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
.choice {
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--text);
  font: inherit;
  font-weight: 650;
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s;
}
.choice:hover:not(:disabled) { border-color: var(--green); }
.choice:disabled { cursor: default; }
.choice.wrong { text-decoration: line-through; color: var(--faint); background: transparent; }
.choice.right { background: var(--green); border-color: var(--green); color: #06140d; }
.board .hint { color: var(--faint); font-size: 0.85rem; text-align: center; }

.clues { display: flex; flex-direction: column; gap: 0.6rem; }
.clues:empty { display: none; }
.clue-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: pop 0.35s ease-out;
}
.clue-card > b { color: var(--faint); text-decoration: line-through; font-size: 0.95rem; }
.chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.4rem; }
.chip { background: var(--surface-2); border-radius: 9px; padding: 0.35rem 0.6rem; min-width: 0; }
.chip small { display: block; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }
.chip b { display: block; font-size: 0.9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chip.hit { background: var(--green-dim); }
.chip.hit small { color: #bfe8cf; }
.chip.near { background: var(--near); }
.chip.near small { color: #f1dca0; }

.win {
  border: 1px solid var(--green);
  background: rgba(47, 191, 107, 0.08);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1rem;
  animation: pop 0.35s ease-out;
}
.win div { flex: 1 1 12rem; }
.win strong { display: block; font-size: 1.15rem; }
.win span { color: var(--muted); font-size: 0.9rem; }
.win .btn { padding: 0.7rem 1rem; font-size: 0.72rem; }

/* ------------------------------------------------------------ modlar */

.modes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 960px) { .modes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 580px) { .modes { grid-template-columns: 1fr; } }

.mode {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.shot {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 1.3rem 1.3rem 0;
  background: radial-gradient(22rem 16rem at 50% 0%, rgba(47, 191, 107, 0.1), transparent 70%);
  border-bottom: 1px solid var(--line);
}
.shot img {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
  border: 1px solid var(--line);
  border-bottom: 0;
}
.shot::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(transparent, var(--surface));
}
.shot.infinite { display: grid; place-items: center; padding: 1.3rem; }
.shot.infinite span { font-size: clamp(6rem, 12vw, 8rem); line-height: 1; color: var(--green); font-weight: 300; }
.shot.infinite::after { display: none; }

.mode-body { padding: 1.1rem 1.25rem 1.35rem; display: flex; flex-direction: column; gap: 0.35rem; }
.mode h3 { font-size: 1.12rem; font-weight: 800; display: flex; align-items: center; gap: 0.6rem; }
.mode p { color: var(--muted); font-size: 0.94rem; }
.tag {
  margin-left: auto;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  border: 1px solid var(--green-dim);
  border-radius: 999px;
  padding: 0.1rem 0.55rem;
}

/* ------------------------------------------------------------ nasıl oynanır */

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem 2rem; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step { border-top: 2px solid var(--line); padding-top: 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; }
.step .n { font-size: 0.78rem; font-weight: 800; color: var(--green); letter-spacing: 0.14em; }
.step h3 { font-size: 1.18rem; font-weight: 800; }
.step p { color: var(--muted); }
.share {
  margin-top: 0.5rem;
  align-self: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-line;
}

/* ------------------------------------------------------------ fiyat */

.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 52rem; }
@media (max-width: 680px) { .plans { grid-template-columns: 1fr; } }
.plan {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.plan.premium { border-color: var(--green-dim); background: linear-gradient(180deg, rgba(47, 191, 107, 0.12), var(--surface) 55%); }
.plan h3 { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }
.plan.premium h3 { color: var(--green); }
.price { font-size: 2.2rem; font-weight: 850; letter-spacing: -0.03em; line-height: 1; }
.price small { font-size: 0.9rem; font-weight: 500; color: var(--faint); letter-spacing: 0; margin-left: 0.3rem; }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; color: var(--muted); font-size: 0.95rem; }
.plan li { display: flex; gap: 0.6rem; }
.plan li::before { content: "✓"; color: var(--green); font-weight: 800; }
.plan li.no::before { content: "·"; color: var(--dim); font-size: 1.4em; line-height: 0.8; width: 0.62rem; text-align: center; }
.plan .note { color: var(--faint); font-size: 0.84rem; }

/* ------------------------------------------------------------ sss */

.faq { border-top: 1px solid var(--line); max-width: 48rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 0;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green); font-weight: 800; font-size: 1.3rem; line-height: 1.1; transition: rotate 0.2s; }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { color: var(--muted); padding-bottom: 1.2rem; max-width: 44rem; }

/* ------------------------------------------------------------ kapanış */

.final {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  background: radial-gradient(30rem 18rem at 50% 20%, rgba(47, 191, 107, 0.12), transparent 70%);
}
.final p { color: var(--muted); max-width: 30rem; }

.site-foot {
  border-top: 1px solid var(--line);
  padding-block: 2rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  color: var(--faint);
  font-size: 0.85rem;
}

nav.links { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; font-size: 0.9rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ------------------------------------------------------------ destek ve gizlilik sayfaları */

.wrap {
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.25rem 1.4rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.wrap h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3rem); line-height: 1.12; letter-spacing: -0.025em; font-weight: 800; }
.wrap h2 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; padding-bottom: 0.5rem; }
.wrap h2.q { font-size: 1rem; padding-top: 0.7rem; padding-bottom: 0; }
.wrap .lede { font-size: 1.05rem; }

.wrap section { display: flex; flex-direction: column; gap: 0.7rem; }

p { color: var(--muted); }
p + p { margin-top: 0.6rem; }

.wrap ul { display: flex; flex-direction: column; gap: 0.45rem; padding-left: 1.1rem; }
.wrap li { color: var(--muted); }
.wrap li::marker { color: var(--faint); }
.wrap li b { color: var(--text); font-weight: 650; }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mail { font-size: 1.05rem; font-weight: 700; color: var(--green); word-break: break-all; }

.lang-note { color: var(--faint); font-size: 0.82rem; border-top: 1px solid var(--line); padding-top: 0.9rem; }

.wrap footer { border-top: 1px solid var(--line); padding-top: 1.4rem; color: var(--faint); font-size: 0.85rem; display: flex; flex-direction: column; gap: 0.35rem; }

/* Gizlilik sayfasındaki numaralı maddeler */
.num { font-variant-numeric: tabular-nums; color: var(--faint); font-size: 0.85rem; font-weight: 600; padding-right: 0.4rem; }

table { border-collapse: collapse; width: 100%; font-size: 0.9rem; }
th, td { text-align: left; padding: 0.55rem 0.7rem; border-bottom: 1px solid var(--line); }
th { color: var(--faint); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
td { color: var(--muted); }
.scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }

/* ------------------------------------------------------------ blog */

.topnav a.on { color: var(--text); }

.post {
  max-width: 46rem;
  margin: 0 auto;
  padding-block: 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.post h1 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 2.8rem); }
.post h2 { font-size: clamp(1.3rem, 1.1rem + 0.9vw, 1.65rem); margin-top: 1.6rem; }
.post p, .post li { color: var(--muted); }
.post p + p { margin-top: 0; }
.post b, .post strong { color: var(--text); font-weight: 650; }
.post ul, .post ol { display: flex; flex-direction: column; gap: 0.45rem; padding-left: 1.2rem; }
.post li::marker { color: var(--faint); }
.post .answer { font-size: 1.08rem; color: var(--text); }
.byline { color: var(--faint); font-size: 0.86rem; display: flex; flex-wrap: wrap; gap: 0.3rem 1rem; }
.crumbs { font-size: 0.85rem; color: var(--faint); }
.crumbs a { color: var(--faint); }
.post .note { color: var(--faint); font-size: 0.88rem; }

.match {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.match .team b { display: block; font-size: clamp(1.1rem, 0.9rem + 1vw, 1.45rem); font-weight: 800; letter-spacing: -0.01em; }
.match .team small { color: var(--faint); font-size: 0.8rem; }
.match .vs { color: var(--amber); font-weight: 850; font-size: 1.4rem; font-variant-numeric: tabular-nums; }
.match .meta { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 0.8rem; color: var(--muted); font-size: 0.88rem; }

.puzzle {
  background: linear-gradient(180deg, rgba(47, 191, 107, 0.1), var(--surface) 60%);
  border: 1px solid var(--green-dim);
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.puzzle .career li { list-style: none; }
.puzzle details summary { cursor: pointer; color: var(--green); font-weight: 700; }
.puzzle details p { margin-top: 0.5rem; }

.post-cta {
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.post-cta p { max-width: 28rem; }

.post-list { list-style: none; display: grid; gap: 1rem; padding: 0; }
.post-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem 1.35rem;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s;
}
.post-card:hover { border-color: var(--green); }
.post-card b { font-size: 1.15rem; font-weight: 800; line-height: 1.3; }
.post-card span { color: var(--muted); font-size: 0.95rem; }
.post-card small { color: var(--faint); font-size: 0.8rem; letter-spacing: 0.04em; }
.more { margin-top: 1rem; }

/* ------------------------------------------------------------ blog: uygulama kartı */

.blog-layout { display: grid; grid-template-columns: minmax(0, 46rem) 17.5rem; justify-content: center; gap: 3rem; align-items: start; }
.blog-layout .post { margin: 0; }
.app-side { position: sticky; top: 1.5rem; margin-top: 1.5rem; }
.app-card {
  background: linear-gradient(180deg, rgba(47, 191, 107, 0.13), var(--surface) 50%);
  border: 1px solid var(--green-dim);
  border-radius: 22px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.app-card .app-id { display: flex; align-items: center; gap: 0.75rem; }
.app-card .app-id img { width: 3.2rem; height: 3.2rem; border-radius: 0.8rem; }
.app-card .app-id b { display: block; font-size: 1.1rem; font-weight: 800; line-height: 1.2; }
.app-card .app-id small { color: var(--faint); font-size: 0.8rem; }
.app-card p { color: var(--muted); font-size: 0.92rem; }
.app-card .mini-phone { border-radius: 1.4rem; padding: 0.35rem; background: #050b08; box-shadow: 0 0 0 1px var(--line); }
.app-card .mini-phone img { width: 100%; height: auto; border-radius: 1.1rem; }
.app-card ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem; }
.app-card li { font-size: 0.75rem; color: var(--text); background: var(--surface-2); border-radius: 999px; padding: 0.15rem 0.6rem; }
.app-card .store { justify-content: center; }
.app-card .try { font-size: 0.88rem; text-align: center; }

.app-inline { display: none; }
.app-bar { display: none; }

@media (max-width: 1100px) {
  .blog-layout { grid-template-columns: minmax(0, 46rem); }
  .app-side { display: none; }
  .app-inline { display: flex; }
  .app-inline .mini-phone { display: none; }
  .app-bar {
    display: flex;
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    z-index: 10;
    align-items: center;
    gap: 0.7rem;
    background: rgba(19, 33, 27, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--green-dim);
    border-radius: 16px;
    padding: 0.55rem 0.6rem 0.55rem 0.7rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  }
  .app-bar img { width: 2.3rem; height: 2.3rem; border-radius: 0.6rem; flex: none; }
  .app-bar div { min-width: 0; line-height: 1.25; }
  .app-bar b { display: block; font-size: 0.92rem; }
  .app-bar small { display: block; color: var(--faint); font-size: 0.74rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .app-bar .btn { margin-left: auto; padding: 0.6rem 0.9rem; font-size: 0.72rem; flex: none; }
  body.has-bar .site-foot { padding-bottom: 6rem; }
}

/* .post içindeki genel ul/b kuralları kartı bozmasın */
.post .app-card ul { flex-direction: row; padding-left: 0; }
.post .app-card li { color: var(--text); }
.post .app-card .app-id b { color: var(--text); }
.post .store b { color: var(--bg); }
.post .post-list { padding-left: 0; }
.app-bar { text-decoration: none; color: var(--text); }

/* ------------------------------------------------------------ blog: puan durumu tablosu */

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.fresh-badge { color: var(--green); }

.standings th[scope="row"] { color: var(--text); font-weight: 650; font-size: 0.9rem; letter-spacing: 0; text-transform: none; white-space: nowrap; }
.standings td { font-variant-numeric: tabular-nums; }
.standings td:first-child { color: var(--faint); width: 2.2rem; }
.standings td:last-child b { color: var(--text); }
.standings tbody tr { border-left: 3px solid transparent; }
.standings .zone-ucl th[scope="row"] { box-shadow: inset 3px 0 0 var(--green); padding-left: 1rem; }
.standings .zone-eur th[scope="row"] { box-shadow: inset 3px 0 0 var(--amber); padding-left: 1rem; }
.standings .zone-rel th[scope="row"] { box-shadow: inset 3px 0 0 #c4453d; padding-left: 1rem; }

.zone-key { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; padding-left: 0; font-size: 0.83rem; color: var(--faint); }
.zone-key li { display: flex; align-items: center; gap: 0.45rem; }
.zone-key i { width: 0.75rem; height: 0.75rem; border-radius: 3px; flex: none; }
.zone-key .k-ucl { background: var(--green); }
.zone-key .k-eur { background: var(--amber); }
.zone-key .k-rel { background: #c4453d; }
.post .zone-key { padding-left: 0; }

.result {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.result .score { display: flex; align-items: baseline; justify-content: center; gap: 1.2rem; font-size: clamp(1.4rem, 1rem + 2vw, 2rem); font-weight: 850; letter-spacing: -0.02em; }
.result .score span { color: var(--amber); font-variant-numeric: tabular-nums; }
.result .when { text-align: center; color: var(--faint); font-size: 0.85rem; }

.post-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; font-size: 0.85rem; color: var(--faint); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 0.5rem; }
.post-meta a { color: var(--green); }
