:root {
  --bg: #101014;
  --bg-2: #14141a;
  --card: #1b1b22;
  --line: #2a2a33;
  --text: #f5f5f7;
  --muted: #9a9aa6;
  --orange: #ff6600;
  --orange-2: #ff7a1a;
  --green: #22c55e;
  --green-bar: #14532d;
  --max: 1180px;
  --header: 72px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Satoshi, "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.banner {
  background: var(--green-bar);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(16, 16, 20, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #1f1f26;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header);
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: ClashDisplay, Satoshi, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 16px rgba(255, 102, 0, 0.35);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 8px;
  color: #e8e8ee;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] { color: #fff; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}

.btn-orange {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(255, 102, 0, 0.35);
}

.btn-orange:hover { background: var(--orange-2); }

.btn-ghost {
  color: #fff;
  background: #1c1c24;
  border: 1px solid #33333d;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 72px 0 80px;
}

.rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rings i {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 2px solid rgba(255, 102, 0, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.rings i:nth-child(1) { width: 280px; height: 280px; }
.rings i:nth-child(2) { width: 460px; height: 460px; }
.rings i:nth-child(3) { width: 680px; height: 680px; }
.rings i:nth-child(4) { width: 920px; height: 920px; opacity: 0.55; }

.hero-inner { position: relative; z-index: 1; }

.hero h1 {
  margin: 0 0 16px;
  font-family: ClashDisplay, Satoshi, sans-serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero h1 em {
  font-style: italic;
  color: var(--orange);
}

.hero p {
  margin: 0 auto 28px;
  max-width: 34rem;
  color: #d7d7de;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.divider {
  position: relative;
  height: 28px;
  display: grid;
  place-items: center;
}

.divider::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  background: var(--orange);
}

.divider span {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--orange);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.section { padding: 56px 0 72px; }

.section-head {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}

.ghost-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: ClashDisplay, sans-serif;
  font-size: clamp(48px, 10vw, 110px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.section-head h2 {
  position: relative;
  margin: 0;
  font-family: ClashDisplay, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0.08em;
}

.icon-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cheat-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #22222b;
}

.cheat-art {
  height: 168px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 102, 0, 0.35), transparent 45%),
    linear-gradient(160deg, #2a1a10, #121216 70%);
  position: relative;
}

.cheat-art.soon {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(160deg, #1a1a22, #101014);
}

.sale {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}

.cheat-body { padding: 18px 18px 20px; }

.cheat-body h3 {
  margin: 0 0 10px;
  font-family: ClashDisplay, sans-serif;
  font-size: 22px;
}

.badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

.badge.warn {
  background: rgba(255, 102, 0, 0.12);
  color: var(--orange);
}

.price {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
}

.cheat-body .btn { width: 100%; margin-top: 16px; }

.why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.why article {
  background: var(--card);
  border: 1px solid #22222b;
  border-radius: 16px;
  padding: 22px;
}

.why h3 {
  margin: 0 0 8px;
  font-family: ClashDisplay, sans-serif;
  font-size: 20px;
}

.why p { margin: 0; color: var(--muted); }

.menu-stage {
  display: grid;
  place-items: center;
}

.menu-ui {
  width: min(420px, 100%);
  background: #111118;
  border: 1px solid #2c2c36;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.menu-tabs {
  display: flex;
  gap: 4px;
  padding: 10px;
  background: #0c0c10;
}

.menu-tabs span {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  border-radius: 8px;
  color: var(--muted);
}

.menu-tabs .on {
  background: var(--orange);
  color: #fff;
}

.menu-rows { padding: 8px 14px 16px; }

.menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #22222b;
  font-size: 14px;
}

.toggle {
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: #2a2a33;
  position: relative;
}

.toggle.on { background: var(--orange); }

.toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.toggle.on::after { left: 19px; }

.status-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
}

.status-list { display: grid; gap: 12px; }

.status-row {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  gap: 16px;
  align-items: center;
  background: var(--card);
  border: 1px solid #22222b;
  border-radius: 14px;
  padding: 16px 18px;
}

.status-game {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.status-game i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #101014;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--orange);
  font-style: normal;
  font-weight: 800;
}

.meta { color: var(--muted); font-size: 13px; }
.meta b { color: var(--orange); font-weight: 600; }
.meta div + div { margin-top: 4px; }

.flags { display: grid; gap: 6px; text-align: right; font-size: 13px; font-weight: 600; }
.ok { color: var(--green); }
.warn { color: var(--orange); }

.site-footer {
  border-top: 1px solid #22222b;
  padding: 36px 0 48px;
  color: var(--muted);
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

.site-footer h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 6px 0; }
.site-footer a:hover { color: #fff; }

.form-wrap { max-width: 440px; }
.form { display: grid; gap: 10px; margin-top: 20px; }
.form label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.form input {
  height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--text);
  font: inherit;
}
.form-error { color: #ff5c7a; }
.form-foot { color: var(--muted); margin-top: 16px; }
.form-foot a { color: var(--orange); }
.card-copy { color: var(--muted); font-size: 14px; min-height: 3.2em; }

.pad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pad-feed {
  background: var(--card);
  border: 1px solid #22222b;
  border-radius: 16px;
  overflow: hidden;
}

.pad-feed h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid #22222b;
  font-family: ClashDisplay, sans-serif;
  font-size: 18px;
}

.pad-feed h3 small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.pad-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #22222b;
}

.pad-item:last-child { border-bottom: 0; }

.pad-item:first-of-type {
  background: rgba(255, 102, 0, 0.06);
}

.pad-sha {
  font-family: ui-monospace, Consolas, monospace;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.pad-item h4 {
  margin: 0 0 4px;
  font-size: 15px;
}

.pad-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .cards,
  .why,
  .footer-grid,
  .status-row,
  .pad-grid { grid-template-columns: 1fr; }

  .nav-toggle { display: grid; place-items: center; }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(var(--header) + 32px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 16px;
    background: #101014;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.is-open { display: flex; }
  .nav-cta { display: none; }
  .flags { text-align: left; }
}
