:root {
  --bg: #07080c;
  --bg-2: #0c0e14;
  --surface: #11141c;
  --surface-2: #171b26;
  --line: rgba(200, 245, 66, 0.12);
  --line-strong: rgba(244, 246, 251, 0.1);
  --text: #f4f6fb;
  --muted: #8b93a7;
  --accent: #c8f542;
  --accent-ink: #10140a;
  --danger: #fb7185;
  --ok: #4ade80;
  --warn: #fbbf24;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 20px;
  --radius-sm: 12px;
  --max: 1240px;
  --header: 72px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(200, 245, 66, 0.08), transparent 55%),
    radial-gradient(700px 420px at 0% 20%, rgba(124, 156, 255, 0.08), transparent 50%),
    linear-gradient(180deg, #08090e 0%, #07080c 40%, #05060a 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
ul { list-style: none; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header,
.site-footer,
main { position: relative; z-index: 1; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 8, 12, 0.72);
  border-bottom: 1px solid var(--line-strong);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Syne, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 20px;
}

.brand b { font-weight: 800; }
.brand span { color: var(--accent); }

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #11150c;
  border: 1px solid rgba(200, 245, 66, 0.25);
  display: grid;
  place-items: center;
}

.nav-desktop {
  display: flex;
  gap: 22px;
  margin-right: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-desktop a:hover,
.nav-desktop a.active { color: var(--text); }

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions select {
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: #141821;
  border: 1px solid var(--line-strong);
  outline: none;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #141821;
  border: 1px solid var(--line-strong);
  display: grid;
  place-items: center;
  position: relative;
}

.icon-btn:hover { border-color: rgba(200, 245, 66, 0.35); }

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 11px;
  font-weight: 800;
  display: none;
  place-items: center;
}

.cart-count.show { display: grid; }

.menu-btn { display: none; }

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header) 0 0 0;
  z-index: 35;
  background: rgba(7, 8, 12, 0.96);
  padding: 28px 22px;
}

.mobile-nav.open { display: block; }

.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-family: Syne, sans-serif;
  font-size: 28px;
  letter-spacing: -0.04em;
  border-bottom: 1px solid var(--line-strong);
}

.hero {
  padding: 88px 0 36px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(200, 245, 66, 0.12);
}

h1, h2, .display {
  font-family: Syne, sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

h1 {
  font-size: clamp(48px, 8vw, 84px);
  max-width: 14ch;
  margin: 0 auto 22px;
}

.lede {
  max-width: 560px;
  margin: 0 auto 36px;
  color: var(--muted);
  font-size: 18px;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.btn-ghost {
  background: #141821;
  border-color: var(--line-strong);
}

.trust {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.section { padding: 56px 0; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

h2 { font-size: clamp(32px, 5vw, 48px); }
.sub { color: var(--muted); margin-top: 8px; max-width: 48ch; }

.grid {
  display: grid;
  gap: 16px;
}

.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.featured-grid,
#catalog {
  max-width: 860px;
}

.card {
  background: linear-gradient(180deg, #141821 0%, #10141c 100%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.card:hover {
  border-color: rgba(200, 245, 66, 0.28);
  transform: translateY(-3px);
}

.card-media {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 70% 20%, color-mix(in srgb, var(--p, #c8f542) 28%, transparent), transparent 42%),
    linear-gradient(180deg, var(--tone, #11141c), #0a0c12);
  display: grid;
  place-items: center;
  position: relative;
  perspective: 720px;
}

.stock-pill,
.badge-pill,
.status-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 8, 12, 0.7);
  border: 1px solid var(--line-strong);
}

.badge-pill {
  left: auto;
  right: 12px;
  background: var(--accent);
  color: var(--accent-ink);
  border-color: transparent;
}

.box {
  width: 42%;
  max-width: 150px;
  aspect-ratio: 0.72;
  border-radius: 6px 10px 10px 6px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.35) 0 10px, transparent 10px),
    linear-gradient(160deg, color-mix(in srgb, var(--p, #c8f542) 78%, #fff) 0%, var(--p, #c8f542) 38%, #1a1a1a 100%);
  box-shadow:
    14px 18px 0 rgba(0, 0, 0, 0.35),
    0 28px 50px rgba(0, 0, 0, 0.4);
  transform: rotateY(-22deg) rotateX(10deg) rotateZ(-2deg);
  transform-style: preserve-3d;
  padding: 16px 14px 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #0b0d08;
  font-family: Syne, sans-serif;
}

.box small {
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.box strong {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.box em {
  font-style: normal;
  font-size: 9px;
  opacity: 0.7;
}

.card-body { padding: 16px 16px 18px; }

.card-body h3 {
  font-family: Syne, sans-serif;
  letter-spacing: -0.04em;
  font-size: 22px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

.price { color: var(--text); font-weight: 800; }

.search-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.search-bar input { flex: 1; }
.search-bar select { width: 180px; flex: 0 0 180px; }

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.search-bar input,
.search-bar select,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: #10141c;
  border: 1px solid var(--line-strong);
  outline: none;
}

.field textarea { min-height: 120px; padding: 12px 14px; resize: vertical; }

.search-bar input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(200, 245, 66, 0.45);
}

.field input,
.field select,
.field textarea { font-weight: 500; }

.why-card,
.review-card,
.status-card,
.legal,
.panel {
  background: #11141c;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 22px;
}

.why-card .num {
  color: var(--accent);
  font-family: Syne, sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
}

.why-card h3,
.review-card h3,
.status-card h3 {
  font-family: Syne, sans-serif;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.why-card p,
.review-card p { color: var(--muted); }

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.verified {
  color: var(--ok);
  font-weight: 800;
}

.discord-band {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 245, 66, 0.12), transparent 40%),
    #11141c;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.site-footer {
  border-top: 1px solid var(--line-strong);
  padding: 48px 0 28px;
  margin-top: 40px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

.site-footer h4 {
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.site-footer a { display: block; padding: 4px 0; }
.site-footer a:hover { color: var(--text); }

.copy { font-size: 13px; }

.product-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding-top: 36px;
}

.gallery {
  background:
    radial-gradient(circle at 70% 20%, color-mix(in srgb, var(--p, #c8f542) 22%, transparent), transparent 46%),
    linear-gradient(180deg, #121722, #0c1018);
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  min-height: 420px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.buy-box h1 { margin: 10px 0 8px; max-width: none; font-size: clamp(40px, 5vw, 60px); text-align: left; }

.pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 18px; }

.pill {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #171b26;
  border: 1px solid var(--line-strong);
}

.pill.ok { color: var(--ok); }
.pill.warn { color: var(--warn); }

.variants { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }

.variant {
  text-align: left;
  padding: 12px 14px;
  border-radius: 14px;
  background: #11141c;
  border: 1px solid var(--line-strong);
}

.variant small { display: block; color: var(--muted); font-size: 12px; }
.variant.active {
  border-color: var(--accent);
  background: #161c10;
}

.qty {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 18px;
}

.qty button {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #171b26;
}

.buy-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.features { margin-top: 28px; display: grid; gap: 12px; }

.feat {
  background: #11141c;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 16px 18px;
}

.feat h3 { font-size: 16px; margin-bottom: 8px; font-family: Syne, sans-serif; }
.feat li { color: var(--muted); padding: 3px 0 3px 14px; position: relative; }
.feat li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.65em;
}

.menu-preview {
  margin-top: 28px;
  background: #0b0d12;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  overflow: hidden;
}

.menu-bar {
  display: flex;
  gap: 6px;
  padding: 12px;
  border-bottom: 1px solid var(--line-strong);
}

.menu-bar button {
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.menu-bar button.active {
  background: #171b26;
  color: var(--text);
}

.menu-body { padding: 16px; display: grid; gap: 10px; }

.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: #11141c;
  border-radius: 12px;
}

.switch {
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #2a3140;
  position: relative;
}

.switch.on { background: var(--accent); }
.switch i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.15s ease;
}

.switch.on i { left: 19px; }

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-strong);
}

.cart-thumb {
  border-radius: 12px;
  background: #171b26;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  font-size: 18px;
  font-weight: 800;
}

.status-group { margin-bottom: 28px; }
.status-group h2 { font-size: 28px; margin-bottom: 14px; }

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  background: #151910;
  border: 1px solid rgba(200, 245, 66, 0.3);
  color: var(--text);
  padding: 14px 16px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: none;
}

.toast.show { display: block; }

.empty { color: var(--muted); padding: 40px 0; }

.legal h1 { text-align: left; margin-bottom: 16px; font-size: 48px; }
.legal p, .legal li { color: var(--muted); margin: 10px 0; }
.legal h2 { font-size: 24px; margin-top: 24px; }

@media (max-width: 980px) {
  .grid-4, .grid-3, .footer-grid, .product-layout { grid-template-columns: 1fr 1fr; }
  .nav-desktop { display: none; }
  .menu-btn { display: grid; }
  .discord-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .grid-4, .grid-3, .grid-2, .footer-grid, .product-layout, .variants { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  h1 { font-size: 44px; }
}
