@font-face {
  font-family: "Pixelify Sans";
  src: url("assets/fonts/pixelify-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --background: #0b1020;
  --surface: #151d33;
  --lime: #b7f34d;
  --cyan: #66e3ff;
  --text: #f3f7ff;
  --muted: #aab8d8;
  --border: #66e3ff29;
  font-family: "Nunito", sans-serif;
  color: var(--text);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body, h1, h2, h3, p, ol { margin: 0; }
body { min-width: 280px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
::selection { color: var(--background); background: var(--cyan); }
.icon { display: block; flex: none; width: 24px; height: 24px; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: #0b1020eb;
  box-shadow: inset 0 -1px var(--border);
}

.wordmark {
  font: 700 22px/1 "Pixelify Sans", sans-serif;
  letter-spacing: .5px;
  color: var(--lime);
  white-space: nowrap;
}

.site-header nav { display: flex; gap: 28px; padding: 2px 0; }
.site-header nav a { color: var(--muted); font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: 1px; }
.site-header nav a:hover, .site-footer a:hover { color: var(--lime); }

.hero {
  padding: 112px 48px 96px;
  background: linear-gradient(135deg, #0b1020 0%, #17264b 58%, #0b1020 100%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #66e3ff1f;
  box-shadow: inset 0 0 0 1px #66e3ff61;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .5px;
}

.status-badge .icon { width: 14px; height: 14px; }
h1, h2, h3 { font-family: "Pixelify Sans", sans-serif; font-weight: 700; }
h1 { width: 100%; font-size: 64px; line-height: 1; letter-spacing: -1px; }
h2 { font-size: 36px; line-height: 1.1; letter-spacing: -.5px; }
.body-copy { color: var(--muted); font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing: -.02em; text-wrap: balance; }
.hero-copy, .section-heading .body-copy { width: 100%; max-width: 650px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; }
.join-button, .server-address { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; cursor: pointer; white-space: nowrap; font-size: 15px; line-height: 1; transition: background-color .15s ease; }
.join-button { gap: 10px; padding: 12px 20px; color: var(--background); background: var(--lime); font-weight: 900; letter-spacing: .3px; }
.join-button:hover { background: #c7ff6a; }
.server-address { gap: 8px; padding: 12px 16px; color: var(--text); background: #ffffff0f; box-shadow: inset 0 0 0 1px #ffffff29; font-weight: 800; }
.server-address:hover { background: #ffffff1a; }
.join-button .icon, .server-address .icon { width: 18px; height: 18px; }
.server-address .icon { color: var(--cyan); }
.server-highlights { display: flex; gap: 36px; padding: 14px 20px; color: var(--muted); font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .4px; }

.world { display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 88px 48px; }
.section-heading { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 920px; text-align: center; }
.eyebrow { color: var(--cyan); font-size: 13px; font-weight: 800; line-height: 1; letter-spacing: 1px; }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 16px; width: 100%; max-width: 920px; }
.activity-card { display: flex; flex-direction: column; gap: 18px; padding: 22px; border-radius: 8px; background: var(--surface); box-shadow: inset 0 0 0 1px #66e3ff2e; }
.card-number { color: var(--lime); font: 700 20px/1 "Pixelify Sans", sans-serif; }
.activity-card h3 { font-size: 25px; line-height: 1.05; }
.activity-card > p:last-child { color: var(--muted); font-size: 16px; font-weight: 500; line-height: 1.45; text-wrap: balance; }

.join { padding: 88px 48px; background: var(--surface); }
.join-content { display: flex; align-items: flex-start; gap: 48px; max-width: 920px; margin-inline: auto; }
.join-introduction { display: flex; flex: 1; flex-direction: column; gap: 14px; min-width: 0; }
.join-steps { display: flex; flex: 1; flex-direction: column; gap: 12px; min-width: 0; padding: 0; list-style: none; }
.join-steps li { display: flex; align-items: center; gap: 14px; padding: 16px; background: #0b102073; box-shadow: inset 0 0 0 1px var(--border); border-radius: 6px; font-size: 16px; font-weight: 700; line-height: 1.3; }
.join-steps .icon { width: 22px; height: 22px; color: var(--lime); }
.join-steps span { min-width: 0; overflow-wrap: anywhere; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 48px; background: #080d1a; box-shadow: inset 0 1px var(--border); color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: .8px; }
.site-footer a { display: flex; align-items: center; gap: 14px; color: var(--cyan); font-weight: 900; white-space: nowrap; }
.copy-feedback { position: fixed; z-index: 10; bottom: 24px; left: 50%; width: max-content; max-width: calc(100% - 40px); padding: 12px 18px; border: 1px solid var(--cyan); border-radius: 6px; background: var(--background); color: var(--text); font-size: 14px; text-align: center; transform: translateX(-50%); box-shadow: 0 4px 24px #0005; }
.copy-feedback:empty { display: none; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 12px; background: var(--lime); color: var(--background); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Match the Framer site's compact layout below its 1200px breakpoint. */
@media (max-width: 1199.98px) {
  .site-header { padding: 16px 20px; }
  .site-header nav { display: none; }
  .hero { padding: 80px 20px 72px; }
  .hero-content { max-width: 350px; gap: 18px; }
  h1 { font-size: 42px; }
  h2 { font-size: 30px; }
  .body-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 10px; width: 100%; }
  .server-highlights { flex-direction: column; gap: 12px; padding: 12px 0; }
  .world { gap: 28px; padding: 64px 20px; }
  .section-heading { max-width: 350px; }
  .activity-grid { grid-template-columns: 1fr; gap: 12px; }
  .join { padding: 64px 20px 88px; }
  .join-content { flex-direction: column; gap: 34px; max-width: 350px; }
  .join-introduction, .join-steps { flex: none; width: 100%; }
  .join-steps li { padding: 14px; }
  .site-footer { flex-direction: column; padding: 28px 20px; text-align: center; line-height: 1.5; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: welcome-in .65s ease-out both; }
  @keyframes welcome-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

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