.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 24px;
  border-top: 1px solid #27272a;
  color: #a1a1aa;
  font:
    12px/1.6 system-ui,
    sans-serif;
  background: #09090b;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fafafa;
  text-decoration: underline;
}
.site-footer button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.guide-page {
  margin: 0;
  background: #09090b;
  color: #e4e4e7;
  font:
    16px/1.75 system-ui,
    sans-serif;
}
.guide-page * {
  box-sizing: border-box;
}
.guide-page a {
  color: inherit;
}
.guide-header {
  max-width: 1120px;
  margin: auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #27272a;
}
.wordmark {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
}
.wordmark span {
  color: #a3e635;
}
.play-link {
  display: inline-flex;
  gap: 24px;
  border: 1px solid #3f3f46;
  border-radius: 8px;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.play-link:hover {
  background: #18181b;
  border-color: #a3e635;
}
.guide-main {
  max-width: 800px;
  margin: auto;
  padding: 48px 32px 72px;
}
.guide-main nav {
  font-size: 12px;
  color: #a1a1aa;
}
.eyebrow {
  margin: 48px 0 12px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #a3e635;
  font-weight: 700;
}
.guide-main h1 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.1;
  letter-spacing: -1.7px;
  color: #fafafa;
  margin: 0 0 22px;
  max-width: 720px;
}
.guide-lead {
  font-size: 19px;
  color: #a1a1aa;
  line-height: 1.6;
}
.guide-body {
  margin-top: 48px;
}
.guide-body section {
  padding: 24px 0;
  border-top: 1px solid #27272a;
}
.guide-main h2 {
  font-size: 21px;
  color: #fafafa;
  letter-spacing: -0.4px;
}
.guide-body p {
  color: #b9b9c1;
}
.guide-next {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #303033;
  border-radius: 12px;
  background: #111113;
}
.guide-next h2 {
  margin-top: 0;
}
.guide-next p {
  color: #a1a1aa;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  background: #fafafa;
  color: #09090b !important;
  padding: 10px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.analytics-dialog {
  max-width: 440px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  border: 1px solid #3f3f46;
  border-radius: 14px;
  padding: 24px;
  background: #18181b;
  color: #fafafa;
  font:
    14px/1.6 system-ui,
    sans-serif;
  box-shadow: 0 24px 80px #0008;
}
.analytics-dialog::backdrop {
  background: #0008;
}
.analytics-dialog h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.analytics-dialog p {
  color: #b9b9c1;
}
.analytics-dialog a {
  color: #d9f99d;
}
.analytics-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.analytics-actions button {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #52525b;
  border-radius: 7px;
  background: #27272a;
  color: #fafafa;
  font:
    600 13px/1.4 system-ui,
    sans-serif;
  cursor: pointer;
}
.analytics-actions button:hover {
  border-color: #a3e635;
}
.analytics-notice {
  position: fixed;
  bottom: 12px;
  right: 12px;
  max-width: 370px;
  width: calc(100% - 24px);
  z-index: 1000;
  padding: 18px;
  background: #18181b;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  color: #b9b9c1;
  font:
    13px/1.5 system-ui,
    sans-serif;
  box-sizing: border-box;
  box-shadow: 0 12px 48px #0006;
}
.analytics-notice p {
  margin: 0 0 8px;
}
.analytics-notice a {
  color: #d9f99d;
}
.analytics-notice .analytics-actions {
  margin-top: 12px;
}
:where(.guide-page, .site-footer, .analytics-notice, .analytics-dialog) :focus-visible {
  outline: 2px solid #a3e635;
  outline-offset: 4px;
}
@media (max-width: 520px) {
  .guide-header {
    padding: 20px;
  }
  .guide-main {
    padding: 32px 20px 48px;
  }
  .eyebrow {
    margin-top: 32px;
  }
  .guide-main h1 {
    letter-spacing: -1px;
  }
  .guide-lead {
    font-size: 17px;
  }
  .site-footer {
    justify-content: flex-start;
    padding: 24px 20px;
  }
  .guide-next {
    padding: 20px;
  }
}

.analytics-notice[hidden] {
  display: none;
}
