.seo-home,
.seo-guide {
  --seo-accent: #ccff00;
  color: #f4f4f0;
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-align: start;
  user-select: text;
}
.seo-home {
  flex: none;
  width: min(100%, 55.625rem);
  margin: 4.5rem auto 1.5rem;
  padding-block-start: 3rem;
  border-block-start: 1px solid #ffffff24;
}
.home-lobby:has(.seo-home) .home-composition {
  min-height: calc(100dvh - 4.25rem);
  justify-content: center;
}
.seo-home h2,
.seo-guide h1,
.seo-guide h2 {
  font-family: 'Archivo Black', 'Arial Black', sans-serif;
  line-height: 1.15;
  text-wrap: balance;
}
.seo-home h2 {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  max-width: 24ch;
}
.seo-home p,
.seo-guide p {
  color: #c5c5cd;
  margin-block: 1rem;
  max-width: 70ch;
}
.seo-home .seo-lead,
.seo-guide .seo-lead {
  font-size: 1.125rem;
  color: #ededf1;
}
.seo-eyebrow {
  color: var(--seo-accent) !important;
  font:
    700 0.75rem/1.6 'Archivo',
    system-ui,
    sans-serif;
  letter-spacing: 0.14em;
  margin-block: 2rem 1rem;
}
.seo-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.seo-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.4rem;
  border: 1px solid #ffffff30;
  border-radius: 1rem;
  text-decoration: none;
  color: #c5c5cd;
  background: #131319;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.seo-guide-card strong {
  color: #f4f4f0;
  font-size: 1.1rem;
  line-height: 1.35;
}
.seo-guide-card .seo-step {
  color: #ccff00;
  font-size: 0.75rem;
  font-weight: 700;
}
.seo-guide-card .seo-arrow {
  position: absolute;
  inset-inline-end: 1.25rem;
  inset-block-start: 1rem;
  color: #ccff00;
}
.seo-guide-card:hover {
  border-color: #ccff00;
  transform: translateY(-3px);
}
.seo-faq details {
  border-block-end: 1px solid #ffffff24;
}
.seo-faq summary {
  padding-block: 1.1rem;
  cursor: pointer;
  font-weight: 700;
}
.seo-faq details p {
  margin-block: 0 1.5rem;
}
.seo-language,
.seo-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  padding-block: 1.25rem;
}
.seo-language a,
.seo-footer a,
.seo-guide a {
  color: #ccff00;
  text-underline-offset: 0.2em;
}
.seo-language a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}
.seo-language [aria-current] {
  color: #f4f4f0;
  text-decoration: none;
}
.home-actions > .seo-language {
  justify-content: center;
}
.seo-home a:focus-visible,
.seo-guide a:focus-visible,
.seo-faq summary:focus-visible {
  outline: 3px solid #ccff00;
  outline-offset: 5px;
}
.seo-guide-body {
  margin: 0;
  background: #0a0a0f;
  color: #f4f4f0;
  overflow: auto;
}
.seo-guide-body * {
  box-sizing: border-box;
}
.seo-guide {
  max-width: 62rem;
  margin: auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 2rem;
}
.seo-guide-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-block-end: 1px solid #ffffff24;
  padding-block-end: 1rem;
}
.seo-guide-nav .seo-brand {
  font-family: 'Archivo Black', 'Arial Black', sans-serif;
  color: #f4f4f0;
  text-decoration: none;
}
.seo-brand span {
  color: #ccff00;
}
.seo-guide h1 {
  font-size: clamp(2.2rem, 6vw, 4.25rem);
  max-width: 19ch;
  margin-block: 1.5rem;
}
.seo-guide h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-block: 2.75rem 1rem;
}
.seo-guide section {
  scroll-margin-block-start: 1.25rem;
}
.seo-guide .seo-updated {
  color: #93939f;
  font-size: 0.85rem;
}
.seo-guide li {
  color: #c5c5cd;
  margin-block: 0.6rem;
}
.seo-guide ul {
  padding-inline-start: 1.3rem;
}
.seo-cta,
.seo-guide .seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.5rem;
  margin-block: 0.75rem;
  border-radius: 0.8rem;
  background: #ccff00;
  color: #101015;
  text-decoration: none;
  font:
    700 0.9rem/1.5 'Archivo',
    system-ui,
    sans-serif;
}
.seo-secondary {
  display: inline-flex;
  margin: 0.75rem 1rem;
  color: #ccff00;
}
.seo-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding-block: 1rem;
}
.seo-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}
.seo-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5rem;
}
.seo-table th,
.seo-table td {
  text-align: start;
  padding: 0.85rem 0.5rem;
  border-block-end: 1px solid #ffffff24;
}
.seo-table th {
  color: #ccff00;
}
.seo-rank-icon {
  display: inline-flex;
  inline-size: 2rem;
  margin-inline-end: 0.6rem;
  justify-content: center;
  vertical-align: middle;
}
.seo-rank-icon img {
  inline-size: 2rem;
  block-size: 2rem;
  object-fit: contain;
}
.seo-guide .seo-footer {
  border-block-start: 1px solid #ffffff24;
  margin-block-start: 3rem;
  font-size: 0.85rem;
}
@media (max-width: 40rem) {
  .seo-guide-grid {
    grid-template-columns: 1fr;
  }
  .seo-guide-card {
    min-height: 8rem;
  }
  .seo-guide-nav {
    flex-wrap: wrap;
  }
  .seo-home {
    margin-block-start: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .seo-guide-card,
  .seo-guide-card:hover {
    transition: none;
    transform: none;
  }
}

.rank-icon-art {
  display: block;
  width: 1.75em;
  height: 1.75em;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.rank-icon-art-mega-aura {
  transform-origin: center;
  animation:
    mega-aura-galaxy-spin 7s linear infinite,
    mega-aura-galaxy-radiance 2.4s ease-in-out infinite;
  will-change: transform, filter;
  filter: drop-shadow(0 0 0.18em rgba(204, 255, 0, 0.9))
    drop-shadow(0 0 0.42em rgba(130, 74, 255, 0.72));
}

@keyframes mega-aura-galaxy-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes mega-aura-galaxy-radiance {
  0%,
  100% {
    filter: drop-shadow(0 0 0.14em rgba(204, 255, 0, 0.72))
      drop-shadow(0 0 0.34em rgba(63, 214, 255, 0.62));
  }

  50% {
    filter: drop-shadow(0 0 0.3em rgba(204, 255, 0, 1))
      drop-shadow(0 0 0.72em rgba(130, 74, 255, 0.96));
  }
}

@media (prefers-reduced-motion: reduce) {
  .rank-icon-art-mega-aura {
    animation: none;
  }
}
