:root {
  --bg: #070b14;
  --panel: #0f1625;
  --panel-2: #121d31;
  --text: #edf3fb;
  --muted: #aebbd0;
  --line: rgba(255,255,255,.12);
  --red: #e02020;
  --red-2: #ff3a32;
  --blue: #77b8ff;
  --green: #87ff8a;
  --shadow: 0 24px 80px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 5%, rgba(224, 32, 32, .18), transparent 26rem),
    radial-gradient(circle at 85% 20%, rgba(119, 184, 255, .18), transparent 28rem),
    linear-gradient(180deg, #080d18 0%, var(--bg) 42%, #05070d 100%);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding: .85rem clamp(1rem, 3vw, 2rem);
  background: rgba(7, 11, 20, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
}
.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: #0b111d;
  object-fit: cover;
}
.hero-art { max-width: 760px; justify-self: center; }
.brand-text { white-space: nowrap; }
.nav {
  display: flex;
  align-items: center;
  gap: clamp(.65rem, 2vw, 1.35rem);
  color: var(--muted);
  font-size: .95rem;
}
.nav a { text-decoration: none; }
.nav a:hover { color: var(--text); }
.nav-cta {
  color: var(--text) !important;
  padding: .55rem .85rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}
.section-pad { padding: clamp(4rem, 7vw, 7.5rem) clamp(1.2rem, 5vw, 5rem); }
.compact { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 78vh;
}
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  letter-spacing: -.07em;
}
h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: -.045em;
  max-width: 13ch;
}
h3 { font-size: 1.18rem; letter-spacing: -.02em; }
p { color: var(--muted); }
.hero-lede {
  max-width: 46rem;
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  color: #dce8f7;
}
.hero-actions, .band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin: 2rem 0 1rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
  box-shadow: 0 18px 42px rgba(224,32,32,.26);
}
.secondary {
  background: rgba(255,255,255,.07);
  color: var(--text);
  border-color: rgba(255,255,255,.18);
}
.large { min-width: 10rem; }
.fine-print { max-width: 42rem; font-size: .95rem; }
.hero-art {
  position: relative;
  padding: clamp(.65rem, 1.4vw, 1.2rem);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(224,32,32,.4), rgba(119,184,255,.22), transparent 60%);
  z-index: -1;
}
.hero-art img {
  display: block;
  width: 100%;
  border-radius: 1.35rem;
  background: #0b111d;
  object-fit: cover;
}
.hero-art { max-width: 760px; justify-self: center; }
.section-heading { margin-bottom: 2rem; }
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(1.4rem, 4vw, 4rem);
  max-width: 68rem;
  font-size: 1.08rem;
}
.panel-section, .use-cases { background: rgba(255,255,255,.025); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards {
  display: grid;
  gap: 1rem;
}
.cards.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .status-box, .feature-list div, details {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius: 1.25rem;
  padding: 1.35rem;
}
.card p, .status-box p { margin-bottom: 0; }
.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}
.feature-list strong { display: block; margin-bottom: .5rem; color: #fff; }
.feature-list span { color: var(--muted); }
.status-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
}
.status-box.good { border-color: rgba(135,255,138,.28); }
.status-box.caution { border-color: rgba(255,180,70,.32); }
.discord-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background:
    linear-gradient(135deg, rgba(224,32,32,.22), rgba(119,184,255,.10)),
    var(--panel);
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.discord-band p { max-width: 46rem; }
.faq {
  max-width: 76rem;
  margin: 0 auto;
}
details { margin-bottom: .85rem; }
summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--text);
}
details p { margin-bottom: 0; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem clamp(1.2rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer p { margin: 0; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--text); }
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  h1 { max-width: 11ch; }
  .cards.three, .status-layout, .feature-list, .two-col { grid-template-columns: 1fr; }
  .discord-band, .footer { align-items: flex-start; flex-direction: column; }
  .nav a:not(.nav-cta) { display: none; }
}
@media (max-width: 540px) {
  .site-header { padding-inline: 1rem; }
  .brand-text { display: none; }
  h1 { font-size: clamp(2.7rem, 17vw, 4rem); }
  .hero-actions .button, .band-actions .button { width: 100%; }
}

.footer-copy { max-width: 58rem; }
.search-topics {
  margin-top: .6rem !important;
  font-size: .82rem;
  line-height: 1.45;
  color: rgba(174, 187, 208, .72);
}


/* Full-width hero poster used for the current landing page hero. */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-poster-section {
  padding-top: clamp(2.2rem, 4vw, 4rem);
  padding-bottom: clamp(2.2rem, 4vw, 4rem);
}
.hero-poster-link {
  display: block;
  max-width: 1620px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: clamp(1rem, 2vw, 1.75rem);
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}
.hero-poster-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  background: #080d18;
}
.hero-mobile-actions {
  display: none;
  max-width: 1620px;
  margin: 1rem auto 0;
  gap: .9rem;
  flex-wrap: wrap;
}
.hero-note {
  max-width: 1620px;
  margin: 1rem auto 0;
  color: rgba(174, 187, 208, .78);
}
@media (max-width: 760px) {
  .hero-poster-section { padding-inline: .75rem; }
  .hero-poster-link { border-radius: 1rem; }
  .hero-mobile-actions { display: flex; }
  .hero-mobile-actions .button { flex: 1 1 12rem; }
}
