:root {
  --bg: #09060c;
  --bg-2: #120a16;
  --panel: #16101c;
  --panel-2: #1c1324;
  --line: rgba(232, 74, 164, 0.16);
  --text: #cfc4d8;
  --heading: #efe6f4;
  --muted: #9a8aa8;
  --pink: #e84aa4;
  --pink-2: #ff79c4;
  --purple: #9b4dff;
  --gold: #e8c36a;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: Outfit, system-ui, sans-serif;
  background:
    radial-gradient(900px 420px at 50% -80px, rgba(232, 74, 164, 0.16), transparent 58%),
    linear-gradient(180deg, var(--bg-2), var(--bg) 28%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
  opacity: .35;
}
.glow-a {
  width: 420px; height: 420px;
  left: -120px; top: 180px;
  background: #7a1f8a;
}
.glow-b {
  width: 380px; height: 380px;
  right: -80px; top: 40px;
  background: #e84aa4;
}
.banner, .shell, footer, .modal { position: relative; z-index: 1; }

.banner {
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(18, 10, 22, 0.55), rgba(9, 6, 12, 0.92));
}
.banner-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 24px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(22, 16, 28, 0.78);
  border: 1px solid var(--line);
  color: var(--heading);
  padding: 11px 13px;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}
.connect small, .connect span { display: block; }
.connect small {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.connect strong { display: block; margin: 3px 0 4px; font-size: 14px; font-weight: 700; }
.connect span { font-size: 10px; letter-spacing: .12em; color: var(--pink); font-weight: 700; text-transform: uppercase; }
.stat {
  min-width: 56px;
  background: linear-gradient(180deg, var(--pink-2), var(--pink));
  color: #fff;
  border-radius: 10px;
  padding: 8px 8px 6px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(232, 74, 164, 0.28);
}
.stat svg { width: 20px; height: 20px; }
.stat b { display: block; font-size: 12px; font-weight: 800; }
.discord { justify-self: end; }

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.crystal {
  width: 72px; height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(232, 74, 164, 0.65));
}
.word { text-align: center; line-height: 1; }
.word em, .word b { display: block; font-style: normal; }
.word em {
  font-size: 11px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 700;
  margin-bottom: 3px;
}
.word b {
  font-size: 22px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--heading);
  font-weight: 800;
}

.shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 24px 72px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
}
.panel {
  background: linear-gradient(180deg, rgba(28, 19, 36, 0.92), rgba(16, 11, 22, 0.92));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.panel h2 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.cats { display: flex; flex-direction: column; gap: 6px; }
.cats a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--text);
  font-weight: 600;
}
.cats a.on, .cats a:hover {
  background: linear-gradient(90deg, rgba(232, 74, 164, 0.22), rgba(155, 77, 255, 0.16));
  color: var(--heading);
  box-shadow: inset 0 0 0 1px rgba(232, 74, 164, 0.25);
}
.ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: #2a1b34 center/64% no-repeat;
}
.ico.home { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 12h3v9h6v-6h2v6h6v-9h3z'/%3E%3C/svg%3E"); }
.ico.crown { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e8c36a' viewBox='0 0 24 24'%3E%3Cpath d='M3 18 5 8l4 4 3-7 3 7 4-4 2 10z'/%3E%3C/svg%3E"); }
.ico.ban { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8a9b' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 2a8 8 0 0 1 6.3 12.9L7.1 5.7A8 8 0 0 1 12 4m-6.3 3.1 11.2 11.2A8 8 0 0 1 5.7 7.1'/%3E%3C/svg%3E"); }
.ico.info { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M11 7h2v2h-2zm0 4h2v6h-2zm1-9a10 10 0 1 0 0 20 10 10 0 0 0 0-20'/%3E%3C/svg%3E"); }

.regions { display: flex; flex-direction: column; gap: 10px; }
.region {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 4px 4px;
  border-top: 1px solid var(--line);
}
.regions .region:first-of-type { border-top: 0; padding-top: 0; }
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  box-shadow: 0 0 10px currentColor;
}
.dot.east { background: #e84aa4; color: #e84aa4; }
.dot.west { background: #6ecbff; color: #6ecbff; }
.region b { display: block; color: var(--heading); font-size: 13px; }
.region small { display: block; color: var(--muted); font-size: 12px; }
.region code { display: block; margin-top: 4px; color: var(--gold); font-size: 12px; }

.hero {
  padding: 22px 22px 20px;
  margin-bottom: 16px;
}
.kicker {
  margin: 0 0 8px;
  color: var(--pink);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.hero h1, .welcome h1 {
  margin: 0 0 8px;
  color: var(--heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hero p, .welcome p { color: var(--text); line-height: 1.65; margin: 0 0 8px; }
.hero b { color: var(--heading); }

.notice, .alert {
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 13px;
}
.notice {
  background: rgba(232, 195, 106, 0.08);
  color: #e8d5a3;
  border: 1px solid rgba(232, 195, 106, 0.18);
}
.alert.bad {
  background: rgba(255, 90, 110, 0.1);
  color: #ffc3cc;
  border: 1px solid rgba(255, 90, 110, 0.22);
}

.feature {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px;
  margin-bottom: 22px;
  border-radius: 18px;
  background:
    radial-gradient(420px 160px at 0% 0%, rgba(232, 74, 164, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(32, 18, 40, 0.95), rgba(16, 10, 22, 0.95));
  border: 1px solid rgba(232, 74, 164, 0.35);
  box-shadow: 0 18px 50px rgba(232, 74, 164, 0.08);
}
.feature-art {
  height: 148px;
  width: 148px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(232, 74, 164, 0.45));
}
.feature-copy h2 {
  margin: 0 0 6px;
  color: var(--heading);
  font-size: 26px;
}
.feature-copy p { margin: 0 0 10px; }
.feature-buy {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.feature-buy .buy { width: auto; min-width: 140px; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 8px 2px 12px;
}
.section-head h2 {
  margin: 0;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.section-head a { color: var(--pink); font-weight: 700; font-size: 13px; }

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.packages.one { grid-template-columns: minmax(260px, 360px); }
.package {
  background: linear-gradient(180deg, #22162c, #16101c);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 0 16px;
  text-align: center;
  overflow: hidden;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.package:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 74, 164, 0.4);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}
.tag {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
  margin: 14px 16px 8px;
}
.package img.art {
  width: 100%;
  height: 168px;
  object-fit: cover;
  margin: 0 0 14px;
  display: block;
  background: #100814;
}
.package img.art.crystal-art {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 8px auto 12px;
  background: transparent;
  filter: drop-shadow(0 0 18px rgba(232, 74, 164, 0.4));
}
.package h3 { margin: 0 16px 6px; color: var(--heading); }
.package p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0 16px; }
.package .price { margin: 12px 16px !important; }
.package .buy { width: calc(100% - 32px); }
.package ul, .feature ul {
  list-style: none;
  margin: 10px 16px 0;
  padding: 0;
  text-align: left;
}
.feature ul { margin-left: 0; margin-right: 0; }
.package ul li, .feature ul li {
  color: var(--text);
  font-size: 13px;
  padding: 6px 0 6px 16px;
  position: relative;
  border-top: 1px solid var(--line);
}
.package ul li:before, .feature ul li:before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--pink);
  position: absolute;
  left: 0; top: 12px;
}
.price { color: var(--heading) !important; font-size: 22px !important; font-weight: 800; margin: 12px 0 !important; }
.price small { color: var(--muted); font-size: 12px; font-weight: 600; }
.buy {
  background: linear-gradient(180deg, var(--pink-2), var(--pink));
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 10px 22px rgba(232, 74, 164, 0.28);
}
.buy:hover { filter: brightness(1.08); }
.ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--heading);
  border-radius: 12px;
  padding: 11px 16px;
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(6, 3, 10, 0.72);
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 5;
}
.modal[hidden] { display: none; }
.modal .panel { width: min(420px, 100%); }
.modal h2 { color: var(--heading); letter-spacing: 0; text-transform: none; font-size: 22px; }
.modal input {
  width: 100%;
  margin: 12px 0;
  background: #100814;
  border: 1px solid var(--line);
  color: var(--heading);
  border-radius: 12px;
  padding: 12px;
}
.modal-actions { display: flex; gap: 8px; }
.modal-actions .buy, .modal-actions .ghost { flex: 1; }

footer {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  padding: 8px 16px 32px;
}
@media (max-width: 980px) {
  .packages { grid-template-columns: 1fr 1fr; }
  .packages.one { grid-template-columns: minmax(260px, 360px); }
  .feature { grid-template-columns: 1fr; text-align: center; }
  .feature ul { display: inline-block; text-align: left; }
  .feature-buy { justify-content: center; }
}
@media (max-width: 900px) {
  .banner-inner {
    grid-template-columns: 1fr 1fr;
    padding: 14px 16px 12px;
    gap: 10px;
  }
  .logo { grid-column: 1 / -1; order: -1; }
  .crystal { width: 56px; height: 56px; }
  .word b { font-size: 18px; }
  .discord { justify-self: stretch; }
  .shell { grid-template-columns: 1fr; padding: 16px 16px 56px; gap: 12px; }
  .cats { flex-direction: row; flex-wrap: wrap; }
  .cats a { flex: 1 1 calc(50% - 6px); justify-content: center; }
  .panel.regions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .panel.regions h2 { grid-column: 1 / -1; margin-bottom: 4px; }
  .region { border-top: 0; padding: 4px; }
}
@media (max-width: 620px) {
  .packages { grid-template-columns: 1fr; }
}
