:root {
  --background: #070a12;
  --secondary: #0b1020;
  --card: #101624;
  --border: #273044;
  --gold: #f5b942;
  --gold-hover: #ffd166;
  --text: #f8fafc;
  --muted: #94a3b8;
  --success: #22c55e;
  --discord: #5865f2;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

/* Roat Pkz money-making guide */
.roat-money-making-guide {
  --roat-money-cyan: #55d7df;
  --roat-money-cyan-soft: rgba(85, 215, 223, 0.12);
  --roat-money-border: rgba(111, 163, 195, 0.28);
  --roat-money-panel: rgba(7, 16, 28, 0.9);
  --roat-money-panel-strong: #091625;
  --roat-money-gold: #f4c45d;
}

.roat-money-making-guide .server-article-hero {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.roat-money-making-guide .server-article-hero__inner {
  align-items: center;
}

.roat-money-making-guide .server-article-hero__copy {
  max-width: 780px;
}

.roat-money-making-guide .server-article-hero__logo {
  width: clamp(180px, 25vw, 300px);
  height: auto;
}

.roat-money-hero__principle {
  max-width: 720px;
  margin: 1.35rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--roat-money-gold);
  background: rgba(244, 196, 93, 0.07);
  color: #d7e0ec;
}

.roat-money-making-guide .guide-article > section,
.roat-money-making-guide .guide-article > details {
  scroll-margin-top: 112px;
}

.roat-money-making-guide .guide-article > section {
  margin-block: clamp(3.5rem, 7vw, 6.5rem);
}

.roat-money-making-guide .guide-article > section:first-child {
  margin-top: 0;
}

.roat-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

.roat-section-heading > p {
  max-width: 470px;
  margin: 0 0 0.2rem;
  color: var(--muted);
}

.roat-estimate-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  padding: clamp(1.35rem, 3vw, 2.3rem);
  border: 1px solid rgba(244, 196, 93, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(244, 196, 93, 0.06), transparent 45%),
    var(--roat-money-panel);
}

.roat-estimate-guide__terms {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.roat-estimate-guide__terms div {
  padding: 0.9rem 1rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 12px;
  background: rgba(11, 29, 46, 0.78);
}

.roat-estimate-guide__terms dt {
  margin-bottom: 0.25rem;
  color: #f6f8fb;
  font-weight: 750;
}

.roat-estimate-guide__terms dd {
  margin: 0;
  color: var(--muted);
}

.roat-method-finder {
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid var(--roat-money-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 95% 0, rgba(85, 215, 223, 0.1), transparent 32%),
    var(--roat-money-panel);
}

.roat-method-finder__controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.25rem;
}

.roat-method-finder__controls[hidden] {
  display: none;
}

.roat-method-finder__controls label {
  display: block;
  margin-bottom: 0.4rem;
  color: #dce6f2;
  font-size: 0.82rem;
  font-weight: 700;
}

.roat-method-finder__controls select {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 2rem 0.7rem 0.75rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 9px;
  background: #081422;
  color: #f5f8fb;
  font: inherit;
}

.roat-method-finder__controls select:focus-visible,
.roat-money-table-wrap:focus-visible,
.roat-wide-figure a:focus-visible,
.roat-next-step__gold:focus-visible {
  outline: 3px solid var(--roat-money-gold);
  outline-offset: 3px;
}

.roat-method-finder__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.roat-method-finder__results article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 12px;
  background: rgba(7, 18, 31, 0.86);
}

.roat-method-finder__results h3 {
  margin: 0.2rem 0 0.55rem;
  color: #fff;
  font-size: 1.05rem;
}

.roat-method-finder__results p {
  margin: 0;
}

.roat-method-finder__results a,
.roat-route-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.55rem;
  color: var(--roat-money-cyan);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

.roat-method-finder__facts {
  display: grid;
  gap: 0.45rem;
  margin: 0.75rem 0 0;
}

.roat-method-finder__facts div {
  padding-top: 0.45rem;
  border-top: 1px solid var(--roat-money-border);
}

.roat-method-finder__facts dt {
  color: #8da4ba;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roat-method-finder__facts dd {
  margin: 0.2rem 0 0;
  color: #dce6ef;
  font-size: 0.84rem;
}

.roat-method-finder__match {
  color: var(--roat-money-gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.roat-method-finder__empty {
  margin: 0.9rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px dashed var(--roat-money-border);
  border-radius: 10px;
  color: #d9e3ee;
}

.roat-money-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-radius: 14px;
}

.roat-money-table {
  min-width: 1060px;
}

.roat-money-making-guide .server-table caption {
  padding: 0 0 0.9rem;
  color: #9fb0c4;
  text-align: left;
}

.roat-money-making-guide .server-table code {
  white-space: nowrap;
}

.roat-money-making-guide .server-table a {
  color: #f7d27a;
  font-weight: 750;
}

.roat-risk,
.roat-source-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(85, 215, 223, 0.32);
  border-radius: 999px;
  background: rgba(85, 215, 223, 0.08);
  color: #bcebf0;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.2;
}

.roat-risk--high {
  border-color: rgba(238, 118, 99, 0.4);
  background: rgba(238, 118, 99, 0.1);
  color: #ffc0b7;
}

.roat-source-status {
  border-color: rgba(244, 196, 93, 0.34);
  background: rgba(244, 196, 93, 0.08);
  color: #f7d27a;
}

.roat-source-status--legacy {
  border-color: rgba(170, 181, 197, 0.33);
  background: rgba(170, 181, 197, 0.08);
  color: #c5cfdb;
}

.roat-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.roat-route-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-route-grid article {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 13px;
  background: var(--roat-money-panel);
}

.roat-route-grid h3 {
  margin: 0 0 0.45rem;
  color: var(--roat-money-gold);
}

.roat-route-grid p {
  margin: 0;
}

.roat-royal-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 2rem;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  border: 1px solid rgba(244, 196, 93, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 196, 93, 0.12), transparent 38%),
    var(--roat-money-panel);
}

.roat-royal-panel .guide-checklist {
  margin: 0;
}

.roat-wide-figure,
.roat-interface-figure {
  margin: 1.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--roat-money-border);
  border-radius: 15px;
  background: #07111e;
}

.roat-wide-figure a {
  display: block;
}

.roat-wide-figure img,
.roat-interface-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.roat-wide-figure figcaption,
.roat-interface-figure figcaption {
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--roat-money-border);
  color: var(--muted);
  font-size: 0.86rem;
}

.roat-practical-list {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--roat-money-cyan);
  background: rgba(85, 215, 223, 0.06);
}

.roat-practical-list h3 {
  margin-top: 0;
}

.roat-practical-list ul {
  margin-bottom: 0;
}

.roat-daily-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
  gap: clamp(1.3rem, 3vw, 2.3rem);
  align-items: start;
}

.roat-daily-layout .roat-interface-figure {
  margin: 0;
}

.roat-method-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  min-width: 0;
  margin-top: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--roat-money-border);
  border-radius: 18px;
  background: var(--roat-money-panel-strong);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  scroll-margin-top: 112px;
}

.roat-method-card--legacy {
  border-color: rgba(170, 181, 197, 0.24);
}

.roat-method-card__art {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 1.3rem;
  overflow: hidden;
  border-right: 1px solid var(--roat-money-border);
  background:
    radial-gradient(circle, rgba(85, 215, 223, 0.12), transparent 62%),
    linear-gradient(145deg, #0a1b2b, #07111d);
}

.roat-method-card__art img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.roat-method-card__art--portrait img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 360px;
}

.roat-method-card__content {
  min-width: 0;
  padding: clamp(1.15rem, 3vw, 2rem);
}

.roat-method-card__heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.roat-method-card__heading h3 {
  margin: 0.15rem 0 0;
  color: var(--roat-money-gold);
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.roat-method-card__verdict {
  margin: 1rem 0;
  color: #dce6ef;
  font-weight: 650;
}

.roat-route-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0;
}

.roat-route-compare section {
  margin: 0;
  padding: 0.95rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 11px;
  background: rgba(4, 12, 21, 0.5);
}

.roat-route-compare h4 {
  margin: 0 0 0.55rem;
  color: #fff;
}

.roat-route-compare ul {
  margin: 0;
  padding-left: 1.1rem;
}

.roat-route-compare li + li {
  margin-top: 0.35rem;
}

.roat-method-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0;
}

.roat-method-facts div {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 10px;
  background: rgba(4, 12, 21, 0.5);
}

.roat-method-facts dt {
  color: #8da4ba;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roat-method-facts dd {
  margin: 0.3rem 0 0;
  color: #e8eef5;
}

.roat-risk-plan {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.4rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(238, 118, 99, 0.35);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(238, 118, 99, 0.08), transparent 42%), var(--roat-money-panel);
}

.roat-risk-plan h3 {
  margin-top: 0;
  color: #ffc0b7;
}

.roat-risk-plan .guide-checklist {
  margin: 0;
}

.roat-net-calculator .money-calculator__form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roat-net-calculator .money-calculator__reset {
  grid-column: 1 / -1;
}

.roat-net-calculator .money-calculator__result dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roat-reinvestment-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0;
  list-style: none;
  counter-reset: reinvest;
}

.roat-reinvestment-steps li {
  position: relative;
  min-height: 58px;
  padding: 0.9rem 0.9rem 0.9rem 3.3rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 11px;
  background: var(--roat-money-panel);
  counter-increment: reinvest;
}

.roat-reinvestment-steps li::before {
  position: absolute;
  top: 0.72rem;
  left: 0.8rem;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(244, 196, 93, 0.38);
  border-radius: 50%;
  color: var(--roat-money-gold);
  content: counter(reinvest);
  font-weight: 800;
}

.roat-profile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.roat-profile-grid article {
  padding: 0.9rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 11px;
  background: rgba(7, 18, 31, 0.72);
}

.roat-profile-grid h3 {
  margin: 0 0 0.4rem;
  color: #fff;
  font-size: 0.96rem;
}

.roat-profile-grid p {
  margin: 0;
  font-size: 0.86rem;
}

.roat-mistake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0;
  list-style: none;
}

.roat-mistake-grid li {
  position: relative;
  padding: 0.78rem 0.9rem 0.78rem 2.25rem;
  border: 1px solid rgba(238, 118, 99, 0.22);
  border-radius: 10px;
  background: rgba(238, 118, 99, 0.045);
}

.roat-mistake-grid li::before {
  position: absolute;
  left: 0.85rem;
  color: #f3a399;
  content: "×";
  font-weight: 900;
}

.roat-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.3rem, 3vw, 2.3rem);
  border: 1px solid rgba(244, 196, 93, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 196, 93, 0.12), transparent 40%),
    var(--roat-money-panel-strong);
}

.roat-next-step h2 {
  margin-bottom: 0.55rem;
}

.roat-next-step p:last-child {
  margin-bottom: 0;
}

.roat-next-step__actions {
  display: grid;
  gap: 0.7rem;
  min-width: 250px;
}

.roat-next-step__actions .btn {
  width: 100%;
}

.roat-next-step__gold {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--roat-money-border);
  border-radius: 9px;
  background: #08111d;
  color: #d7e0eb;
  font-weight: 750;
  text-align: center;
}

.roat-next-step__gold:hover {
  border-color: rgba(244, 196, 93, 0.55);
  color: var(--roat-money-gold);
}

@media (max-width: 1120px) {
  .roat-method-finder__controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .roat-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .roat-money-making-guide .server-article-hero__logo {
    width: 180px;
  }

  .roat-estimate-guide,
  .roat-royal-panel,
  .roat-daily-layout,
  .roat-method-card,
  .roat-risk-plan,
  .roat-next-step {
    grid-template-columns: 1fr;
  }

  .roat-method-card__art {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--roat-money-border);
  }

  .roat-method-card__art img {
    max-height: 300px;
  }

  .roat-method-card__art--portrait img {
    height: auto;
    max-height: 300px;
  }

  .roat-next-step__actions {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .roat-section-heading {
    display: block;
  }

  .roat-section-heading > p {
    margin-top: 0.65rem;
  }

  .roat-method-finder__controls,
  .roat-method-finder__results,
  .roat-route-grid,
  .roat-route-grid--three,
  .roat-route-compare,
  .roat-method-facts,
  .roat-net-calculator .money-calculator__form,
  .roat-net-calculator .money-calculator__result dl,
  .roat-reinvestment-steps,
  .roat-profile-grid,
  .roat-mistake-grid {
    grid-template-columns: 1fr;
  }

  .roat-method-finder__results {
    gap: 0.7rem;
  }

  .roat-method-card__heading {
    display: block;
  }

  .roat-method-card__heading .roat-risk,
  .roat-method-card__heading .roat-source-status {
    margin-top: 0.7rem;
  }
}

@media (max-width: 600px) {
  .roat-money-making-guide .announcement {
    min-height: 36px;
    height: auto;
  }

  .roat-money-making-guide .announcement__inner {
    min-height: 36px;
    padding-block: 0.35rem;
  }

  .roat-money-making-guide .announcement p {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .roat-money-making-guide .guide-article > section,
  .roat-money-making-guide .guide-article > details,
  .roat-method-card {
    scroll-margin-top: 84px;
  }

  .roat-estimate-guide,
  .roat-method-finder,
  .roat-royal-panel,
  .roat-risk-plan,
  .roat-next-step {
    padding: 1rem;
    border-radius: 13px;
  }

  .roat-method-card__content {
    padding: 1rem;
  }

  .roat-method-card__art {
    min-height: 190px;
    padding: 1rem;
  }

  .roat-method-card__art img {
    max-height: 240px;
  }

  .roat-method-card__art--portrait img {
    height: auto;
    max-height: 240px;
  }

  .roat-method-finder__controls select,
  .roat-next-step__actions .btn,
  .roat-next-step__gold,
  .roat-net-calculator input,
  .roat-net-calculator button {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roat-money-making-guide *,
  .roat-money-making-guide *::before,
  .roat-money-making-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
  background-color: #32344a;
  background-image: url("assets/rsps-adventure-background.png");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 22%, rgba(7, 10, 18, 0.18), rgba(7, 10, 18, 0.52) 68%),
    linear-gradient(180deg, rgba(50, 52, 74, 0.50), rgba(7, 10, 18, 0.58));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 8%, rgba(245, 185, 66, 0.10), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(88, 101, 242, 0.10), transparent 26rem),
    linear-gradient(90deg, rgba(7, 10, 18, 0.10), transparent 28%, transparent 72%, rgba(7, 10, 18, 0.14));
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a,
.source-note a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.breadcrumbs a:hover,
.source-note a:hover {
  color: var(--gold-hover);
}

.source-note {
  font-size: 0.92rem;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.announcement {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(245, 185, 66, 0.25);
  background: rgba(7, 10, 18, 0.88);
  backdrop-filter: blur(14px);
}

.announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
}

.announcement p {
  margin: 0;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 185, 66, 0.35);
  border-radius: 999px;
  background: rgba(245, 185, 66, 0.1);
  color: var(--gold);
  font-weight: 800;
}

.badge {
  padding: 2px 8px;
}

.badge--link {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.badge--link:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 185, 66, 0.7);
  background: rgba(245, 185, 66, 0.18);
  color: var(--gold-hover);
}

.site-header {
  position: sticky;
  top: 41px;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 10, 18, 0.68);
  backdrop-filter: blur(18px);
}

.header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.logo--image,
.logo--footer-image {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.logo--image img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 250px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(245, 185, 66, 0.16));
}

.logo--footer-image img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 220px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 10px rgba(245, 185, 66, 0.12));
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a,
.footer nav a {
  transition: color 160ms ease;
}

.nav a:hover,
.footer nav a:hover {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    filter 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--gold {
  color: #201304;
  background: linear-gradient(135deg, var(--gold-hover), var(--gold) 52%, #b87917);
  box-shadow: 0 0 32px rgba(245, 185, 66, 0.22);
}

.btn--gold:hover {
  filter: brightness(1.08);
}

.btn--ghost {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn--discord {
  color: #201304;
  background: linear-gradient(135deg, var(--gold-hover), var(--gold) 52%, #b87917);
  box-shadow: 0 0 32px rgba(245, 185, 66, 0.18);
}

.btn--small {
  min-height: 34px;
  padding: 7px 12px;
}

.section {
  padding: 76px 0;
}

.section--alt {
  background: rgba(11, 16, 32, 0.46);
  backdrop-filter: blur(2px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 68px;
  background:
    radial-gradient(circle at top, rgba(245, 185, 66, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(7, 10, 18, 0.28), rgba(7, 10, 18, 0.08));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 185, 66, 0.5), transparent);
}

.hero__grid,
.split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 20px;
  padding: 6px 12px;
  font-size: 14px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

h3 {
  margin: 0;
  font-size: 20px;
}

.hero__lead,
.section-heading p,
.split p,
.contact-heading p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-line {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.order-card,
.message-box,
.discord-card,
.server-card,
.step-card,
.reason-grid article,
.faq-list details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.78);
  backdrop-filter: blur(10px);
}

.order-card {
  padding: 26px;
  box-shadow: var(--shadow);
}

.card-heading,
.message-box__header,
.discord-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.status {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--success);
  font-size: 13px;
  font-weight: 900;
}

.order-steps {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.order-steps li {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.order-steps span,
.step-card span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  font-weight: 900;
}

.order-steps span {
  width: 32px;
  height: 32px;
  background: var(--gold);
  color: #201304;
}

.note {
  margin: 20px 0 0;
  border: 1px solid rgba(245, 185, 66, 0.2);
  border-radius: 8px;
  padding: 16px;
  background: rgba(245, 185, 66, 0.1);
  color: var(--muted);
  line-height: 1.6;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.server-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.server-card {
  padding: 22px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.server-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  margin-bottom: 18px;
  border: 1px solid rgba(245, 185, 66, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(245, 185, 66, 0.13), transparent 70%),
    rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.server-logo:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 185, 66, 0.38);
}

.server-logo img {
  display: block;
  width: min(86%, 260px);
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(245, 185, 66, 0.16));
}

.server-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 185, 66, 0.45);
  box-shadow: 0 0 36px rgba(245, 185, 66, 0.18);
}

.server-card h3::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.75);
}

.server-card p,
.server-card li,
.step-card p,
.reason-grid p,
.faq-list p,
.footer p,
.disclaimer {
  color: var(--muted);
  line-height: 1.65;
}

.server-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.server-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 14px 0 16px;
  border: 1px solid rgba(245, 185, 66, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(245, 185, 66, 0.075);
  color: #d8e0ee !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.server-price span {
  color: var(--muted);
  font-weight: 800;
}

.server-price strong {
  color: var(--gold-hover);
  font-weight: 900;
}

.server-card__learn {
  display: inline-flex;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease;
}

.server-card__learn:hover {
  color: var(--gold-hover);
}

.server-card__cta {
  display: inline-flex;
  margin-top: 20px;
  border: 1px solid rgba(245, 185, 66, 0.35);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(245, 185, 66, 0.1);
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.server-card__cta:hover {
  background: var(--gold);
  color: #201304;
}

.split .btn {
  margin-top: 18px;
}

.message-box {
  padding: 24px;
  box-shadow: var(--shadow);
}

.message-box pre,
.discord-card pre {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--text);
  line-height: 1.7;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  padding: 22px;
}

.step-card span {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  background: rgba(245, 185, 66, 0.12);
  color: var(--gold);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reason-grid article {
  padding: 26px;
}

.server-hero-card,
.rate-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.78);
  backdrop-filter: blur(10px);
  padding: 26px;
  box-shadow: var(--shadow);
}

.server-hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border: 1px solid rgba(245, 185, 66, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(245, 185, 66, 0.13), transparent 70%),
    rgba(0, 0, 0, 0.24);
}

.server-hero-logo img {
  display: block;
  width: min(86%, 360px);
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(245, 185, 66, 0.16));
}

.impact-hero {
  padding-top: 48px;
  padding-bottom: 52px;
}

.impact-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(420px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.impact-hero h1 {
  font-size: clamp(42px, 4.9vw, 60px);
}

.impact-hero-copy {
  max-width: 62ch;
  margin: 20px 0 0;
}

.impact-hero-actions {
  align-items: center;
}

.impact-overview {
  margin-top: 26px;
  border-top: 1px solid rgba(245, 185, 66, 0.18);
  padding-top: 22px;
}

.impact-overview__title {
  max-width: 34ch;
  color: var(--text);
  font-size: 20px;
  line-height: 1.25;
}

.impact-overview__intro {
  max-width: 64ch;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.impact-overview__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.impact-overview__item {
  position: relative;
  min-width: 0;
  padding-left: 15px;
}

.impact-overview__item::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(245, 185, 66, 0.25);
  content: "";
}

.impact-overview__item h3 {
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
}

.impact-overview__item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.impact-quote-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0;
  padding: 32px;
  text-align: center;
}

.impact-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.22);
}

.impact-quote-card__logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(245, 185, 66, 0.18));
}

.impact-quote-card__badge {
  justify-self: center;
  margin: 0;
  border: 1px solid rgba(245, 185, 66, 0.3);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(245, 185, 66, 0.09);
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.impact-price {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.impact-price strong {
  color: var(--gold-hover);
}

.impact-price-note {
  max-width: 39ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.impact-copy-button {
  width: 100%;
  min-width: 0;
}

.impact-message-panel {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 16px 16px;
  background: rgba(0, 0, 0, 0.26);
  text-align: left;
}

.impact-message-panel__label {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.impact-order-message {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.impact-rates-copy {
  max-width: 62ch;
}

.impact-rates-copy .impact-rates-copy__text {
  margin: 18px 0 0;
}

.impact-rates-copy .impact-rates-copy__text + .impact-rates-copy__text {
  margin-top: 12px;
}

.impact-rates-copy .impact-rate-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  width: fit-content;
  margin: 20px 0 0;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.impact-rate-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.split .impact-rate-card__label {
  margin: 0;
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.split .impact-rate-card__price {
  margin: 10px 0 0;
  color: var(--text);
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.impact-rate-card__price strong {
  color: var(--gold-hover);
}

.split .impact-rate-card__factors-label {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.impact-rate-card__factors {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.impact-rate-card .btn {
  margin-top: 22px;
}

.impact-reasons-heading {
  max-width: 820px;
}

.impact-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.impact-reason-card {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  background: rgba(16, 22, 36, 0.58);
}

.impact-reason-card h3 {
  margin-bottom: 12px;
}

.impact-reason-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.impact-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.impact-source {
  align-items: start;
}

.impact-source code {
  border: 1px solid rgba(245, 185, 66, 0.24);
  border-radius: 5px;
  padding: 2px 5px;
  background: rgba(245, 185, 66, 0.08);
  color: var(--gold-hover);
}

.impact-disclosure {
  margin: 24px 0 0;
  border-left: 3px solid var(--gold);
  padding: 14px 16px;
  background: rgba(245, 185, 66, 0.07);
  color: var(--muted);
  line-height: 1.65;
}

.impact-safety-heading {
  margin-bottom: 28px;
}

.impact-safety-heading .impact-safety-heading__intro {
  max-width: 66ch;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.impact-safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: start;
}

.impact-verify-card,
.impact-safety-item {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.78);
}

.impact-verify-card {
  border-color: rgba(245, 185, 66, 0.3);
  padding: 26px;
}

.impact-verify-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.impact-verify-card > p,
.impact-safety-item > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.impact-discord-details {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.impact-discord-details div {
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 11px 0;
}

.impact-discord-details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.impact-discord-details dd {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.impact-safety-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.impact-safety-item {
  padding: 18px 20px;
}

.impact-safety-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.impact-safety-item .impact-safety-warning {
  margin-top: 12px;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  color: var(--text);
  font-size: 14px;
}

.impact-safety-disclosure {
  margin-top: 18px;
  padding: 10px 14px;
  font-size: 14px;
}

.roat-hero {
  padding-top: 48px;
  padding-bottom: 52px;
}

.roat-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(410px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.roat-hero h1 {
  font-size: clamp(42px, 4.9vw, 60px);
}

.roat-hero-copy {
  max-width: 62ch;
  margin: 20px 0 0;
}

.roat-hero-actions {
  align-items: center;
}

.roat-server-overview {
  margin-top: 24px;
  border-top: 1px solid rgba(245, 185, 66, 0.18);
  padding-top: 18px;
}

.roat-server-overview__eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.roat-server-overview h2 {
  max-width: 34ch;
  margin: 7px 0 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.18;
}

.roat-server-overview__intro {
  max-width: 72ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.roat-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.roat-feature-item {
  position: relative;
  min-width: 0;
  padding-left: 14px;
}

.roat-feature-item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 7px rgba(245, 185, 66, 0.22);
  content: "";
}

.roat-feature-item h3 {
  margin: 0;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.35;
}

.roat-feature-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12.25px;
  line-height: 1.48;
}

.roat-quote-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0;
  padding: 30px;
  text-align: center;
}

.roat-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 122px;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.22);
}

.roat-quote-card__logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(245, 185, 66, 0.16));
}

.roat-quote-card__badge {
  justify-self: center;
  margin: 0;
  border: 1px solid rgba(245, 185, 66, 0.3);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(245, 185, 66, 0.09);
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.roat-price {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4.1vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.roat-price strong {
  color: var(--gold-hover);
}

.roat-price-note {
  max-width: 39ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.roat-message-panel {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 16px 16px;
  background: rgba(0, 0, 0, 0.26);
  text-align: left;
}

.roat-message-panel__label {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.roat-order-message {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.roat-copy-button {
  width: 100%;
  min-width: 0;
}

.roat-reasons-heading {
  max-width: 820px;
}

.roat-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.roat-reason-card,
.roat-currency-featured,
.roat-currency-item,
.roat-verify-card,
.roat-safety-item {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.74);
}

.roat-reason-card {
  padding: 24px;
}

.roat-reason-card h3 {
  margin-bottom: 12px;
}

.roat-reason-card p,
.roat-currency-featured p,
.roat-currency-item p,
.roat-verify-card > p,
.roat-safety-item > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.roat-rates-layout,
.roat-source,
.roat-sell {
  align-items: start;
}

.roat-rates-copy {
  max-width: 62ch;
}

.roat-rates-copy .roat-rates-copy__text {
  margin: 18px 0 0;
}

.roat-rates-copy .roat-rates-copy__text + .roat-rates-copy__text {
  margin-top: 12px;
}

.roat-rate-reference,
.roat-currency-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  width: fit-content;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  line-height: 1.5;
}

.roat-rate-reference {
  margin: 20px 0 0;
}

.roat-rate-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.split .roat-rate-card__label,
.roat-currency-featured__label {
  margin: 0;
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.split .roat-rate-card__price {
  margin: 10px 0 0;
  color: var(--text);
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.roat-rate-card__price strong {
  color: var(--gold-hover);
}

.split .roat-rate-card__factors-label {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.roat-rate-card__factors {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.roat-rate-card .btn,
.roat-sell-card .btn {
  margin-top: 22px;
}

.roat-currency-heading {
  max-width: 860px;
}

.roat-currency-heading > p:not(.kicker) {
  max-width: 76ch;
}

.roat-currency-reference {
  margin-top: 18px !important;
}

.roat-currency-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: start;
}

.roat-currency-featured {
  border-color: rgba(245, 185, 66, 0.3);
  padding: 28px;
}

.roat-currency-featured h3 {
  margin: 10px 0 12px;
  font-size: 26px;
}

.roat-currency-stack {
  display: grid;
  gap: 16px;
}

.roat-currency-item {
  padding: 20px 22px;
}

.roat-currency-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.roat-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-supply-card h3,
.roat-sell-card h3 {
  margin-bottom: 12px;
}

.roat-supply-card p,
.roat-sell-card p {
  color: var(--muted);
  line-height: 1.65;
}

.roat-disclosure {
  margin: 22px 0 0;
  border-left: 3px solid var(--gold);
  padding: 12px 14px;
  background: rgba(245, 185, 66, 0.07);
  color: var(--muted);
  line-height: 1.65;
}

.roat-safety-heading {
  margin-bottom: 28px;
}

.roat-safety-heading .roat-safety-heading__intro {
  max-width: 66ch;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.roat-safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: start;
}

.roat-verify-card {
  border-color: rgba(245, 185, 66, 0.3);
  padding: 26px;
}

.roat-verify-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.roat-discord-details {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.roat-discord-details div {
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 11px 0;
}

.roat-discord-details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.roat-discord-details dd {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.roat-safety-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.roat-safety-item {
  padding: 18px 20px;
}

.roat-safety-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.roat-safety-item .roat-safety-warning,
.roat-sell-card .roat-safety-warning {
  margin-top: 12px;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  color: var(--text);
  font-size: 14px;
}

.roat-safety-disclosure {
  margin-top: 18px;
  padding: 10px 14px;
  font-size: 14px;
}

.roat-contact-actions {
  justify-content: center;
}

.spawnpk-header-nav {
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  font-size: 12.5px;
}

.spawnpk-hero {
  padding-top: 48px;
  padding-bottom: 52px;
}

.spawnpk-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(410px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.spawnpk-hero h1 {
  font-size: clamp(42px, 4.9vw, 60px);
}

.spawnpk-hero-copy {
  max-width: 64ch;
  margin: 20px 0 0;
}

.spawnpk-hero-actions {
  align-items: center;
}

.spawnpk-trust-line {
  max-width: 100%;
}

.spawnpk-server-overview {
  margin-top: 24px;
  border-top: 1px solid rgba(245, 185, 66, 0.18);
  padding-top: 18px;
}

.spawnpk-server-overview__eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.spawnpk-server-overview h2 {
  max-width: 38ch;
  margin: 7px 0 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.18;
}

.spawnpk-server-overview__intro {
  max-width: 72ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.spawnpk-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.spawnpk-feature-item {
  position: relative;
  min-width: 0;
  padding-left: 14px;
}

.spawnpk-feature-item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 7px rgba(245, 185, 66, 0.22);
  content: "";
}

.spawnpk-feature-item h3 {
  margin: 0;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.35;
}

.spawnpk-feature-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12.25px;
  line-height: 1.48;
}

.spawnpk-quote-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0;
  padding: 30px;
  text-align: center;
}

.spawnpk-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 122px;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.22);
}

.spawnpk-quote-card__logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(245, 185, 66, 0.16));
}

.spawnpk-quote-card__badge {
  justify-self: center;
  margin: 0;
  border: 1px solid rgba(245, 185, 66, 0.3);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(245, 185, 66, 0.09);
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.spawnpk-price {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4.1vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.spawnpk-price strong {
  color: var(--gold-hover);
}

.spawnpk-price-note {
  max-width: 39ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.spawnpk-message-panel {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 16px 16px;
  background: rgba(0, 0, 0, 0.26);
  text-align: left;
}

.spawnpk-message-panel__label {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.spawnpk-order-message {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.spawnpk-copy-button {
  width: 100%;
  min-width: 0;
}

.spawnpk-reasons-heading {
  max-width: 860px;
}

.spawnpk-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.spawnpk-reason-card,
.spawnpk-unit-featured,
.spawnpk-unit-item,
.spawnpk-verify-card,
.spawnpk-safety-item {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.74);
}

.spawnpk-reason-card {
  padding: 24px;
}

.spawnpk-reason-card h3 {
  margin-bottom: 12px;
}

.spawnpk-reason-card p,
.spawnpk-unit-featured p,
.spawnpk-unit-item p,
.spawnpk-verify-card > p,
.spawnpk-safety-item > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.spawnpk-rates-layout,
.spawnpk-source,
.spawnpk-sell {
  align-items: start;
}

.spawnpk-rates-copy {
  max-width: 62ch;
}

.spawnpk-rates-copy .spawnpk-rates-copy__text {
  margin: 18px 0 0;
}

.spawnpk-rates-copy .spawnpk-rates-copy__text + .spawnpk-rates-copy__text {
  margin-top: 12px;
}

.spawnpk-rate-reference {
  width: fit-content;
  margin: 20px 0 0;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  line-height: 1.5;
}

.spawnpk-rate-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.split .spawnpk-rate-card__label,
.spawnpk-unit-featured__label {
  margin: 0;
  color: var(--gold-hover);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.split .spawnpk-rate-card__price {
  margin: 10px 0 0;
  color: var(--text);
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.spawnpk-rate-card__price strong {
  color: var(--gold-hover);
}

.split .spawnpk-rate-card__factors-label {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.spawnpk-rate-card__factors {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.spawnpk-rate-card .btn,
.spawnpk-sell-card .btn {
  margin-top: 22px;
}

.spawnpk-unit-heading {
  max-width: 860px;
}

.spawnpk-unit-heading > p:not(.kicker) {
  max-width: 76ch;
}

.spawnpk-unit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: start;
}

.spawnpk-unit-featured {
  border-color: rgba(245, 185, 66, 0.3);
  padding: 28px;
}

.spawnpk-unit-featured h3 {
  margin: 10px 0 12px;
  font-size: 26px;
}

.spawnpk-unit-stack {
  display: grid;
  gap: 16px;
}

.spawnpk-unit-item {
  padding: 20px 22px;
}

.spawnpk-unit-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.spawnpk-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spawnpk-supply-card h3,
.spawnpk-sell-card h3 {
  margin-bottom: 12px;
}

.spawnpk-supply-card p,
.spawnpk-sell-card p {
  color: var(--muted);
  line-height: 1.65;
}

.spawnpk-disclosure {
  margin: 22px 0 0;
  border-left: 3px solid var(--gold);
  padding: 12px 14px;
  background: rgba(245, 185, 66, 0.07);
  color: var(--muted);
  line-height: 1.65;
}

.spawnpk-safety-heading {
  margin-bottom: 28px;
}

.spawnpk-safety-heading .spawnpk-safety-heading__intro {
  max-width: 66ch;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.spawnpk-safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: start;
}

.spawnpk-verify-card {
  border-color: rgba(245, 185, 66, 0.3);
  padding: 26px;
}

.spawnpk-verify-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.spawnpk-discord-details {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.spawnpk-discord-details div {
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 11px 0;
}

.spawnpk-discord-details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.spawnpk-discord-details dd {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.spawnpk-safety-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.spawnpk-safety-item {
  padding: 18px 20px;
}

.spawnpk-safety-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.spawnpk-safety-warning {
  margin-top: 12px;
  border-left: 2px solid rgba(245, 185, 66, 0.7);
  padding-left: 12px;
  color: var(--text) !important;
  font-size: 14px;
}

.spawnpk-safety-disclosure {
  margin-top: 18px;
  padding: 10px 14px;
  font-size: 14px;
}

.spawnpk-contact-actions {
  justify-content: center;
}

.safe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.safe-grid article {
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    rgba(16, 22, 36, 0.78);
  backdrop-filter: blur(10px);
  padding: 22px;
}

.safe-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-links a {
  display: inline-flex;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(245, 185, 66, 0.075);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.related-links a:hover {
  background: rgba(245, 185, 66, 0.16);
  color: var(--gold-hover);
}

/* Guide hub and long-form article layout */
.guide-hub-hero {
  padding-block: 82px;
}

.guide-hub-hero__content {
  max-width: 860px;
  text-align: center;
}

.guide-hub-hero__content .hero__lead {
  max-width: 780px;
  margin-inline: auto;
}

.guide-hub-hero__content .hero__actions {
  justify-content: center;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.impact-library-hero .guide-article-hero__logo {
  height: 108px;
  margin-bottom: 18px;
}

.impact-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.impact-guide-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.impact-guide-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 840px;
  margin-inline: auto;
}

.guide-card--topic .guide-card__body {
  padding: 28px;
}

.guide-card--topic h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.guide-card--topic .btn {
  width: 100%;
  min-width: 0;
  text-align: center;
  white-space: normal;
}

.guide-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%),
    rgba(16, 22, 36, 0.88);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.2);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.guide-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 185, 66, 0.42);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.guide-card__logo {
  display: grid;
  min-height: 172px;
  place-items: center;
  border-bottom: 1px solid rgba(245, 185, 66, 0.16);
  background:
    radial-gradient(circle at center, rgba(245, 185, 66, 0.16), transparent 62%),
    rgba(0, 0, 0, 0.2);
}

.guide-card__logo img {
  display: block;
  width: min(72%, 230px);
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(245, 185, 66, 0.18));
  transition: transform 160ms ease;
}

.guide-card__logo:hover img {
  transform: scale(1.025);
}

.guide-card__body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
}

.guide-card__body .kicker {
  margin: 0 0 8px;
}

.guide-card__body h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.guide-card__body > p:not(.kicker),
.guide-card__body li {
  color: var(--muted);
  line-height: 1.7;
}

.guide-card__body > p:not(.kicker) {
  margin: 0;
}

.guide-card__body ul {
  margin: 20px 0 24px;
  padding-left: 20px;
  color: var(--muted);
}

.guide-card__body li + li {
  margin-top: 6px;
}

.guide-card__actions {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.guide-card__secondary {
  width: fit-content;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.guide-card__secondary:hover {
  color: var(--gold-hover);
}

.guide-hub-note .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 920px;
}

.guide-hub-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.guide-hub-note a {
  flex: 0 0 auto;
  color: var(--gold);
  font-weight: 900;
}

.guide-hub-note a:hover {
  color: var(--gold-hover);
}

.guide-article-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 68px 0 62px;
  background:
    radial-gradient(circle at 50% 0, rgba(245, 185, 66, 0.18), transparent 32rem),
    linear-gradient(180deg, rgba(7, 10, 18, 0.28), rgba(7, 10, 18, 0.06));
}

.guide-article-hero__inner {
  max-width: 880px;
  text-align: center;
}

.guide-article-hero__logo {
  display: block;
  width: min(210px, 54vw);
  height: 92px;
  margin: 0 auto 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(245, 185, 66, 0.2));
}

.guide-article-hero h1 {
  max-width: 840px;
  margin-inline: auto;
}

.guide-article-hero .hero__lead {
  max-width: 760px;
  margin-inline: auto;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 760px);
  justify-content: center;
  gap: 52px;
  padding-block: 72px 86px;
}

.guide-toc {
  position: sticky;
  top: 136px;
  align-self: start;
  border: 1px solid rgba(245, 185, 66, 0.2);
  border-radius: 10px;
  padding: 20px;
  background: rgba(11, 16, 32, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.guide-toc .kicker {
  margin: 0 0 12px;
}

.guide-toc nav {
  display: grid;
  gap: 2px;
}

.guide-toc a {
  border-left: 2px solid transparent;
  padding: 7px 8px 7px 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}

.guide-toc a:hover {
  border-left-color: var(--gold);
  background: rgba(245, 185, 66, 0.07);
  color: var(--gold-hover);
}

.guide-article {
  min-width: 0;
}

.guide-article > section {
  scroll-margin-top: 138px;
}

.guide-article > section + section {
  margin-top: 68px;
}

.guide-article h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3.5vw, 38px);
  line-height: 1.15;
}

.guide-article h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.guide-article p,
.guide-article li {
  color: #b4bfd1;
  font-size: 16px;
  line-height: 1.78;
}

.guide-article p {
  margin: 0;
}

.guide-article p + p {
  margin-top: 18px;
}

.guide-article .kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.guide-article strong {
  color: var(--text);
}

.guide-article section > a:not(.btn),
.guide-article section p a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.guide-article section > a:not(.btn):hover,
.guide-article section p a:hover {
  color: var(--gold-hover);
}

.guide-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.guide-stage-grid section,
.guide-planning-list > div {
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 20px;
  background: rgba(16, 22, 36, 0.7);
}

.guide-stage-grid p,
.guide-planning-list p {
  font-size: 14px;
  line-height: 1.65;
}

.guide-checklist {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.guide-checklist li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 13px 15px 13px 38px;
  background: rgba(255, 255, 255, 0.025);
}

.guide-checklist li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 17px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(245, 185, 66, 0.5);
}

.guide-commercial-card {
  border: 1px solid rgba(245, 185, 66, 0.38);
  border-radius: 12px;
  padding: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(245, 185, 66, 0.15), transparent 18rem),
    rgba(16, 22, 36, 0.92);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.25);
}

.guide-commercial-card .hero__actions {
  margin-top: 20px;
}

.guide-request-message {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  overflow-wrap: anywhere;
  background: rgba(7, 10, 18, 0.62);
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
}

.guide-planning-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.guide-rules-note {
  margin-bottom: 30px;
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 16px 18px;
  background: rgba(245, 185, 66, 0.09);
  color: #d8e0ee;
  font-size: 14px;
  line-height: 1.65;
}

.guide-conversion {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 10px;
  padding: 20px;
  background: rgba(245, 185, 66, 0.08);
}

.guide-conversion strong {
  flex: 0 0 auto;
  color: var(--gold-hover);
  font-size: 24px;
}

.guide-conversion span {
  color: var(--muted);
  line-height: 1.6;
}

.guide-final-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 34px;
}

.guide-sources-compact {
  scroll-margin-top: 150px;
  margin: 24px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(7, 10, 18, 0.62);
}

.guide-sources-compact summary {
  min-height: 46px;
  padding: 12px 16px;
  cursor: pointer;
  color: #c9d2e1;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.5;
}

.guide-sources-compact summary::marker {
  color: var(--gold);
}

.guide-sources-compact[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.guide-sources-compact summary:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: -3px;
}

.guide-sources-compact__content {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.guide-sources-compact__content p {
  margin: 0;
}

.guide-sources-compact__content p + p {
  margin-top: 8px;
}

.guide-sources-compact__content a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: rgba(245, 185, 66, 0.45);
  text-underline-offset: 3px;
}

.guide-sources-compact__content a:hover {
  color: var(--gold-hover);
  text-decoration-color: currentColor;
}

.guide-final-cta .btn {
  margin-top: 22px;
}

.guide-inline-link {
  margin: 0 0 22px;
}

.guide-inline-link a,
.section-resource-link a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 185, 66, 0.25);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(245, 185, 66, 0.07);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.guide-inline-link a:hover,
.section-resource-link a:hover {
  background: rgba(245, 185, 66, 0.14);
  color: var(--gold-hover);
}

.section-resource-link {
  margin: 18px 0 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 35% 0 auto;
  height: 220px;
  background: rgba(245, 185, 66, 0.1);
  filter: blur(60px);
}

.contact-section .shell {
  position: relative;
}

.contact-heading {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

#contact .hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.discord-card {
  max-width: 780px;
  margin: 0 auto;
  border-color: rgba(245, 185, 66, 0.35);
  padding: 32px;
  box-shadow: 0 0 36px rgba(245, 185, 66, 0.18);
}

.discord-card strong {
  display: block;
  color: var(--gold);
  font-size: clamp(44px, 8vw, 64px);
  line-height: 1;
}

.discord-username-link {
  display: inline-block;
  color: var(--gold);
  font-size: clamp(44px, 8vw, 64px);
  line-height: 1;
  font-weight: 900;
  transition:
    color 160ms ease,
    text-shadow 160ms ease,
    transform 160ms ease;
}

.discord-username-link:hover {
  color: var(--gold-hover);
  text-shadow: 0 0 24px rgba(245, 185, 66, 0.25);
  transform: translateY(-1px);
}

.discord-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.instructions {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.instructions ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 42px 0;
  background: rgba(7, 10, 18, 0.66);
  backdrop-filter: blur(8px);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 32px;
}

.footer nav {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.footer__discord {
  display: inline-block;
  margin: 10px 0 0;
  color: var(--gold) !important;
  font-size: 28px;
  font-weight: 900;
}

.footer__discord--link {
  transition:
    color 160ms ease,
    text-shadow 160ms ease;
}

.footer__discord--link:hover {
  color: var(--gold-hover) !important;
  text-shadow: 0 0 18px rgba(245, 185, 66, 0.22);
}

.disclaimer {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  font-size: 14px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  pointer-events: none;
  transform: translateY(16px);
  opacity: 0;
  border: 1px solid rgba(245, 185, 66, 0.35);
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(16, 22, 36, 0.96);
  color: var(--gold);
  font-weight: 900;
  box-shadow: var(--shadow);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  max-width: calc(100vw - 1.5rem);
  transform: translateY(calc(-100% - 1.5rem));
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  background: #070a12;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

@media (max-width: 980px) {
  body {
    background-attachment: scroll;
  }

  .logo--image img {
    height: 46px;
    max-width: 220px;
  }

  .nav {
    display: none;
  }

  .impact-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  .roat-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  .spawnpk-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    font-size: 13px;
  }

  .guide-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    font-size: 13px;
  }

  .guide-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-guide-grid .guide-card:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .impact-guide-grid:not(.impact-guide-grid--four):not(.impact-guide-grid--two) .guide-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 540px);
    justify-self: center;
  }

  .guide-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 540px);
    justify-self: center;
  }

  .guide-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 800px;
  }

  .guide-toc {
    position: static;
  }

  .guide-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 16px;
  }

  .hero__grid,
  .split,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .server-grid,
  .steps-grid,
  .safe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roat-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spawnpk-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-overview__list {
    grid-template-columns: 1fr;
  }

  .impact-safety-layout {
    grid-template-columns: 1fr;
  }

  .roat-currency-layout,
  .roat-safety-layout {
    grid-template-columns: 1fr;
  }

  .spawnpk-unit-layout,
  .spawnpk-safety-layout {
    grid-template-columns: 1fr;
  }

  .roat-feature-list {
    grid-template-columns: 1fr;
  }

  .spawnpk-feature-list {
    grid-template-columns: 1fr;
  }

  .impact-logo-panel .impact-quote-card__logo {
    width: 200px;
  }

  .roat-logo-panel .roat-quote-card__logo {
    width: 200px;
  }

  .spawnpk-logo-panel .spawnpk-quote-card__logo {
    width: 200px;
  }
}

@media (max-width: 700px) {
  .server-price {
    font-size: 12.5px;
    padding: 7px 9px;
    margin-bottom: 14px;
  }

  .logo--image img {
    height: 38px;
    max-width: 185px;
  }

  .logo--footer-image img {
    height: 38px;
    max-width: 190px;
  }

  .announcement__inner,
  .header__inner,
  .card-heading,
  .message-box__header,
  .discord-card__top {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header {
    position: relative;
    top: auto;
  }

  .header__inner {
    min-height: 64px;
  }

  .header__cta {
    display: none;
  }

  .impact-header-nav {
    width: 100%;
    font-size: 13px;
  }

  .roat-header-nav {
    width: 100%;
    font-size: 13px;
  }

  .spawnpk-header-nav {
    width: 100%;
    font-size: 13px;
  }

  .guide-header-nav {
    display: none;
  }

  .guide-hub-hero {
    padding-block: 64px;
  }

  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .impact-guide-grid,
  .impact-guide-grid--four,
  .impact-guide-grid--two {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .guide-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .guide-card__logo {
    min-height: 146px;
  }

  .guide-card__logo img {
    height: 92px;
  }

  .guide-hub-note .shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-article-hero {
    padding: 52px 0 48px;
  }

  .guide-layout {
    padding-block: 46px 62px;
  }

  .guide-toc nav {
    grid-template-columns: 1fr;
  }

  .guide-article > section + section {
    margin-top: 52px;
  }

  .guide-stage-grid,
  .guide-planning-list {
    grid-template-columns: 1fr;
  }

  .guide-commercial-card {
    padding: 24px 20px;
  }

  .guide-conversion {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    padding-top: 62px;
  }

  .impact-hero {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .roat-hero {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .spawnpk-hero {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .hero__actions,
  .discord-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .impact-hero-actions {
    align-items: stretch;
    max-width: 360px;
  }

  .impact-hero-actions .btn {
    max-width: 360px;
  }

  .roat-hero-actions {
    align-items: stretch;
    max-width: 360px;
  }

  .roat-hero-actions .btn,
  .roat-contact-actions .btn {
    max-width: 360px;
  }

  .spawnpk-hero-actions {
    align-items: stretch;
    max-width: 360px;
  }

  .spawnpk-hero-actions .btn,
  .spawnpk-contact-actions .btn {
    max-width: 360px;
  }

  .roat-server-overview {
    margin-top: 22px;
    padding-top: 17px;
  }

  .roat-feature-list {
    gap: 12px;
  }

  .spawnpk-server-overview {
    margin-top: 22px;
    padding-top: 17px;
  }

  .spawnpk-feature-list {
    gap: 12px;
  }

  .impact-overview {
    margin-top: 24px;
    padding-top: 20px;
  }

  .impact-overview__list {
    gap: 13px;
    margin-top: 16px;
  }

  .impact-verify-card,
  .impact-safety-item {
    padding: 20px;
  }

  .roat-verify-card,
  .roat-safety-item,
  .roat-currency-featured,
  .roat-currency-item {
    padding: 20px;
  }

  .spawnpk-verify-card,
  .spawnpk-safety-item,
  .spawnpk-unit-featured,
  .spawnpk-unit-item {
    padding: 20px;
  }

  #contact .hero__actions {
    align-items: center;
  }

  #contact .hero__actions .btn {
    max-width: 360px;
  }

  .server-grid,
  .steps-grid,
  .safe-grid,
  .reason-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .server-hero-logo {
    min-height: 140px;
  }

  .order-card,
  .discord-card,
  .message-box {
    padding: 22px;
  }

  .impact-quote-card {
    padding: 20px;
    backdrop-filter: none;
  }

  .roat-quote-card {
    padding: 20px;
    backdrop-filter: none;
  }

  .spawnpk-quote-card {
    padding: 20px;
    backdrop-filter: none;
  }

  .impact-logo-panel {
    padding: 10px 12px;
  }

  .roat-logo-panel {
    min-height: 104px;
    padding: 10px 12px;
  }

  .spawnpk-logo-panel {
    min-height: 104px;
    padding: 10px 12px;
  }

  .impact-logo-panel .impact-quote-card__logo {
    width: 170px;
  }

  .roat-logo-panel .roat-quote-card__logo {
    width: 170px;
    max-height: 82px;
  }

  .spawnpk-logo-panel .spawnpk-quote-card__logo {
    width: 170px;
    max-height: 82px;
  }

  .impact-price {
    font-size: clamp(32px, 10vw, 42px);
  }

  .roat-price {
    font-size: clamp(31px, 9.5vw, 42px);
  }

  .spawnpk-price {
    font-size: clamp(31px, 9.5vw, 42px);
  }

  .impact-message-panel {
    padding: 14px;
  }

  .roat-message-panel {
    padding: 14px;
  }

  .spawnpk-message-panel {
    padding: 14px;
  }

  .impact-reasons-grid {
    grid-template-columns: 1fr;
  }

  .roat-reasons-grid {
    grid-template-columns: 1fr;
  }

  .spawnpk-reasons-grid {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Roat Pkz and SpawnPK guide hubs and articles */
.server-hub,
.server-article-page {
  --server-accent: #d8a947;
  --server-accent-bright: #f2cf7b;
  --server-accent-soft: rgb(216 169 71 / 8%);
  --server-border: rgb(86 117 148 / 34%);
  --server-border-strong: rgb(216 169 71 / 38%);
  --server-surface: rgb(9 16 28 / 90%);
  --server-surface-soft: rgb(14 25 41 / 78%);
}

.roat-guide-hub,
.roat-guide-page {
  --server-accent: #55c9d4;
  --server-accent-bright: #91edf2;
  --server-accent-soft: rgb(55 190 203 / 8%);
  --server-border: rgb(62 151 166 / 34%);
  --server-border-strong: rgb(84 205 216 / 45%);
}

.spawnpk-guide-hub,
.spawnpk-guide-page {
  --server-accent: #d45c4c;
  --server-accent-bright: #f09b86;
  --server-accent-soft: rgb(196 63 50 / 8%);
  --server-border: rgb(137 69 66 / 38%);
  --server-border-strong: rgb(221 99 82 / 46%);
}

.server-hub .announcement__inner,
.server-article-page .announcement__inner {
  min-height: 35px;
  justify-content: flex-start;
  padding-block: 0;
  color: #9aa8bc;
  font-size: 12px;
  line-height: 1.4;
}

.server-hub__hero {
  padding-block: clamp(52px, 8vw, 92px);
  border-bottom: 1px solid var(--server-border);
  background:
    radial-gradient(circle at 82% 38%, var(--server-accent-soft), transparent 24rem),
    linear-gradient(180deg, rgb(7 10 18 / 18%), rgb(7 10 18 / 4%));
}

.server-hub__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.55fr);
  align-items: center;
  gap: clamp(30px, 7vw, 88px);
}

.server-hub__hero-copy {
  max-width: 760px;
}

.server-hub__hero h1,
.server-article-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.server-hub__hero .eyebrow,
.server-article-hero .eyebrow,
.server-article-page .guide-article .kicker {
  color: var(--server-accent-bright);
}

.server-hub__hero .hero__lead {
  max-width: 65ch;
  margin-inline: 0;
}

.server-hub__brand-panel {
  display: grid;
  min-height: 250px;
  place-items: center;
  border: 1px solid var(--server-border);
  border-radius: 18px;
  padding: 30px;
  background:
    radial-gradient(circle, var(--server-accent-soft), transparent 62%),
    linear-gradient(145deg, rgb(7 13 23 / 74%), rgb(7 10 18 / 62%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    inset 0 -24px 48px rgb(0 0 0 / 12%);
}

.server-hub__brand-panel img {
  width: min(100%, 250px);
  height: auto;
  object-fit: contain;
}

.spawnpk-guide-hub .server-hub__brand-panel img {
  width: min(100%, 220px);
}

.server-hub__library {
  padding-block: clamp(54px, 8vw, 86px);
  background: transparent;
}

.server-hub__library .section-heading {
  max-width: 760px;
}

.server-hub__guide-grid {
  max-width: 1120px;
  margin: 32px auto 0;
}

.server-hub .server-guide-card__icon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.roat-guide-hub .server-guide-card__icon--image {
  display: block;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  object-fit: contain;
}

.roat-guide-hub .server-guide-card__icon--pixel {
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.roat-guide-hub .server-guide-card__icon--starter {
  width: 46px;
  height: 46px;
}

.roat-guide-hub .server-guide-card__icon--donator {
  width: 64px;
  height: 48px;
}

.roat-guide-hub .server-guide-card__icon--money {
  width: 70px;
  height: auto;
}

.spawnpk-guide-hub .server-guide-card__icon--image {
  display: block;
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  pointer-events: none;
}

.spawnpk-guide-hub .server-guide-card__icon--pixel {
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.spawnpk-guide-hub .server-guide-card__icon--starter {
  width: 46px;
  height: 46px;
}

.spawnpk-guide-hub .server-guide-card__icon--donator {
  width: 64px;
  height: 64px;
}

.spawnpk-guide-hub .server-guide-card__icon--money {
  width: 70px;
  height: auto;
}

.server-hub__start-note {
  display: flex;
  max-width: 1120px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 30px auto 0;
  border: 1px solid var(--server-border);
  border-radius: 10px;
  padding: 18px 20px;
  background: var(--server-surface-soft);
}

.server-hub__start-note p {
  margin: 0;
  color: #aebacf;
  line-height: 1.65;
}

.server-hub__start-note a {
  flex: 0 0 auto;
  color: var(--server-accent-bright);
  font-weight: 850;
}

.server-article-hero {
  padding-block: clamp(46px, 7vw, 74px);
  border-bottom: 1px solid var(--server-border);
  text-align: left;
  background:
    radial-gradient(circle at 88% 20%, var(--server-accent-soft), transparent 24rem),
    linear-gradient(180deg, rgb(7 10 18 / 16%), rgb(7 10 18 / 4%));
}

.server-article-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 260px);
  align-items: center;
  gap: clamp(28px, 6vw, 70px);
}

.server-article-hero__copy {
  max-width: 820px;
}

.server-article-hero .hero__lead {
  max-width: 70ch;
  margin-inline: 0;
}

.server-article-hero__logo {
  width: min(100%, 245px);
  max-height: 190px;
  object-fit: contain;
}

.spawnpk-guide-page .server-article-hero__logo {
  width: min(100%, 210px);
}

.server-article-page .guide-layout {
  grid-template-columns: minmax(205px, 225px) minmax(0, 1fr);
  max-width: 1120px;
}

.server-article-page .guide-toc {
  border-color: var(--server-border);
}

.server-article-page .guide-toc a:hover {
  border-left-color: var(--server-accent);
  color: var(--server-accent-bright);
  background: var(--server-accent-soft);
}

.server-article-page .guide-article section > a:not(.btn),
.server-article-page .guide-article section p a {
  color: var(--server-accent-bright);
}

.server-answer,
.server-note {
  border-left: 3px solid var(--server-accent);
  border-radius: 0 10px 10px 0;
  padding: 20px 22px;
  background: var(--server-accent-soft);
}

.server-info-grid,
.server-rank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.server-info-card,
.server-rank-card {
  min-width: 0;
  border: 1px solid var(--server-border);
  border-radius: 10px;
  padding: 20px;
  background: var(--server-surface-soft);
}

.server-info-card p,
.server-rank-card p {
  font-size: 14px;
  line-height: 1.65;
}

.server-rank-card h3 {
  color: var(--server-accent-bright);
}

.roat-guide-page .roat-starter-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  align-items: center;
  gap: clamp(24px, 5vw, 46px);
  margin-top: 68px;
  border: 1px solid var(--server-border);
  border-radius: 12px;
  padding: clamp(22px, 4vw, 32px);
  background:
    radial-gradient(circle at 92% 14%, var(--server-accent-soft), transparent 18rem),
    rgb(9 16 28 / 92%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 16px 36px rgb(0 0 0 / 20%);
}

.roat-guide-page .roat-starter-next-step__copy .kicker {
  margin-bottom: 9px;
}

.roat-guide-page .roat-starter-next-step__copy h2 {
  margin-bottom: 12px;
  color: #f4f7fb;
}

.roat-guide-page .roat-starter-next-step__copy > p:last-child {
  max-width: 58ch;
  color: #aebacf;
}

.roat-guide-page .roat-starter-next-step__actions {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.roat-guide-page .roat-starter-next-step__actions .btn,
.roat-guide-page .roat-next-step__action {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.roat-guide-page .roat-next-step__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--server-border-strong);
  border-radius: 8px;
  padding: 11px 14px;
  color: #e5edf5;
  background: rgb(8 17 29 / 88%);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.roat-guide-page .roat-next-step__action:hover {
  border-color: var(--server-accent);
  color: #fff;
  background: rgb(15 31 47 / 94%);
}

.roat-guide-page .roat-next-step__action:focus-visible {
  outline: 3px solid var(--server-accent-bright);
  outline-offset: 3px;
}

.roat-guide-page .roat-next-step__external-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.server-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--server-border);
  border-radius: 10px;
}

.server-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: rgb(7 13 23 / 66%);
}

.server-table caption {
  padding: 14px 16px;
  color: #dfe7f1;
  font-weight: 850;
  text-align: left;
}

.server-table th,
.server-table td {
  border-top: 1px solid rgb(148 163 184 / 15%);
  padding: 13px 14px;
  color: #b6c1d1;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.server-table thead th,
.server-table tbody th {
  color: var(--server-accent-bright);
}

/* Shared FAQ component for every guide and guide hub */
.guide-faq {
  --guide-faq-accent: var(--gold-hover);
  --guide-faq-border: rgba(148, 163, 184, 0.22);
  --guide-faq-surface: rgba(10, 17, 29, 0.82);
  --guide-faq-surface-open: rgba(15, 25, 40, 0.94);
  min-width: 0;
}

.server-hub .guide-faq,
.server-article-page .guide-faq {
  --guide-faq-accent: var(--server-accent-bright);
  --guide-faq-border: var(--server-border);
  --guide-faq-surface: var(--server-surface-soft);
  --guide-faq-surface-open: rgba(11, 22, 36, 0.96);
}

.guide-faq--hub {
  margin-block: clamp(64px, 8vw, 96px);
}

.guide-faq__heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.guide-faq__heading .kicker {
  margin-bottom: 8px;
  color: var(--guide-faq-accent);
}

.guide-faq__heading h2 {
  margin: 0;
}

.guide-faq__list {
  display: grid;
  gap: 10px;
}

.guide-faq__item {
  min-width: 0;
  border: 1px solid var(--guide-faq-border);
  border-radius: 12px;
  overflow: clip;
  background: var(--guide-faq-surface);
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.guide-faq__item[open] {
  border-color: color-mix(in srgb, var(--guide-faq-accent) 48%, transparent);
  background: var(--guide-faq-surface-open);
}

.guide-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 15px 18px;
  color: #e8eef8;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
  line-height: 1.45;
}

.guide-faq__item summary::-webkit-details-marker {
  display: none;
}

.guide-faq__item summary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

.guide-faq__item summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--guide-faq-accent);
}

.guide-faq__question {
  min-width: 0;
  overflow-wrap: anywhere;
}

.guide-faq__icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--guide-faq-accent) 42%, transparent);
  border-radius: 50%;
  color: var(--guide-faq-accent);
  background: color-mix(in srgb, var(--guide-faq-accent) 9%, transparent);
}

.guide-faq__icon::before,
.guide-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.guide-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.guide-faq__item[open] .guide-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.guide-faq__answer {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  padding: 15px 18px 18px;
}

.guide-faq__item:not([open]) > .guide-faq__answer {
  display: none;
}

.guide-faq__answer p {
  max-width: 78ch;
  margin: 0;
  color: #b5c0d1;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

@media (max-width: 480px) {
  .guide-faq__heading {
    margin-bottom: 18px;
  }

  .guide-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 12px;
    min-height: 56px;
    padding: 14px;
    font-size: 14px;
  }

  .guide-faq__icon {
    width: 28px;
    height: 28px;
  }

  .guide-faq__answer {
    padding: 13px 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-faq__item,
  .guide-faq__icon::before,
  .guide-faq__icon::after {
    transition: none;
  }
}

.server-article-page .guide-sources-compact summary:focus-visible {
  outline-color: var(--server-accent-bright);
}

.server-article-page .money-calculator {
  border-color: var(--server-border-strong);
  background:
    radial-gradient(circle at 88% 8%, var(--server-accent-soft), transparent 22rem),
    rgb(9 14 25 / 90%);
}

.server-article-page .money-calculator__money-input span,
.server-article-page .money-calculator__result dd {
  color: var(--server-accent-bright);
}

.server-article-page .money-calculator__field input:focus-visible,
.server-article-page .money-calculator__reset:focus-visible {
  outline-color: var(--server-accent-bright);
}

@media (max-width: 900px) {
  .server-article-page .guide-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .server-article-page .guide-toc {
    position: static;
  }

  .server-hub__hero-inner,
  .server-article-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .server-hub__brand-panel {
    min-height: 190px;
  }

  .server-hub__brand-panel img,
  .server-article-hero__logo {
    width: min(54vw, 220px);
  }

  .server-article-hero__logo {
    order: -1;
  }
}

@media (max-width: 720px) {
  .server-info-grid,
  .server-rank-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-guide-page .roat-starter-next-step {
    grid-template-columns: minmax(0, 1fr);
  }

  .server-hub__start-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .server-article-hero {
    text-align: center;
  }

  .server-article-hero .hero__lead {
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .server-hub__hero h1,
  .server-article-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .roat-guide-hub .server-guide-card__icon--money {
    width: 64px;
  }
}

/* Impact Donator rank guide */
.rank-guide .announcement__inner {
  min-height: 35px;
  justify-content: flex-start;
  padding-block: 0;
  color: #9aa8bc;
  font-size: 12px;
  line-height: 1.4;
}

.rank-guide .guide-layout {
  grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
  max-width: 1120px;
}

.rank-guide .guide-article > section {
  scroll-margin-top: 150px;
}

.rank-overview {
  padding-block: 54px;
}

.rank-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.rank-overview__copy {
  text-align: left;
}

.rank-overview__copy h1,
.rank-overview__copy .hero__lead {
  margin-inline: 0;
}

.rank-overview__copy h1 {
  max-width: 720px;
}

.rank-overview__copy .rank-overview__brand {
  width: 150px;
  height: 74px;
  margin: 0 0 16px;
}

.rank-overview__copy .hero__actions {
  justify-content: flex-start;
  margin-top: 24px;
}

.rank-overview__spent {
  max-width: 690px;
  margin-top: 18px;
  border-left: 3px solid var(--gold);
  padding-left: 15px;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.65;
}

.rank-overview__spent strong {
  color: var(--text);
}

.rank-overview__visual {
  margin: 0;
  text-align: center;
}

.rank-overview__visual img {
  display: block;
  width: min(100%, 380px);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.rank-overview__visual figcaption {
  max-width: 330px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.rank-callout {
  margin-top: 22px;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 10px;
  padding: 18px 20px;
  background: rgba(245, 185, 66, 0.08);
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}

.rank-callout--answer {
  margin-top: 0;
  padding: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(circle at 100% 0, rgba(245, 185, 66, 0.13), transparent 22rem),
    rgba(16, 22, 36, 0.88);
}

.rank-callout--answer h2 {
  font-size: clamp(25px, 3.2vw, 34px);
}

.rank-callout--warning {
  border-color: rgba(251, 191, 36, 0.42);
  background: rgba(120, 53, 15, 0.18);
}

.rank-calculator__intro {
  max-width: 720px;
}

.rank-calculator__spent-note {
  margin-top: 16px !important;
  border-left: 3px solid var(--gold);
  padding-left: 14px;
  color: #cbd5e1 !important;
  font-size: 14px !important;
}

.rank-calculator__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 12px;
  background: rgba(11, 16, 32, 0.94);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
}

.rank-calculator__commerce[hidden] {
  display: none;
}

.rank-calculator__commerce {
  --commerce-gold: var(--gold);
  --commerce-gold-strong: var(--gold-hover);
  --commerce-surface: #101827;
  --commerce-surface-hover: #151f31;
  --commerce-neutral: #aab6c8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  border: 1px solid rgba(245, 185, 66, 0.24);
  border-left: 3px solid rgba(245, 185, 66, 0.76);
  border-radius: 10px;
  padding: 20px 22px;
  background: rgba(11, 16, 30, 0.88);
}

.rank-calculator__commerce-copy {
  min-width: 0;
}

.rank-calculator__commerce .kicker {
  margin-bottom: 5px;
  font-size: 9px;
}

.rank-calculator__commerce h3 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.2;
}

.rank-calculator__commerce-copy > p:not(.kicker) {
  margin: 0;
}

#rank-calculator-commerce-summary {
  overflow-wrap: anywhere;
  color: #dce4f1;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.rank-calculator__commerce-note {
  margin-top: 3px !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.rank-calculator__commerce-actions {
  display: grid;
  gap: 10px;
  width: min(100%, 292px);
  justify-self: end;
}

.rank-commerce-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  border: 1px solid;
  border-radius: 9px;
  padding: 11px 18px;
  color: var(--commerce-neutral);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease;
}

.rank-commerce-button__label {
  min-width: 0;
}

.rank-commerce-button__icon,
.rank-commerce-button__arrow {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.rank-commerce-button__icon {
  width: 19px;
  height: 19px;
  color: var(--commerce-gold);
}

.rank-commerce-button__arrow {
  width: 16px;
  height: 16px;
  transition:
    transform 150ms ease,
    color 150ms ease;
}

.rank-commerce-button svg {
  display: block;
  width: 100%;
  height: 100%;
}

.rank-commerce-button--primary {
  border-color: rgba(245, 185, 66, 0.46);
  color: #f5f7fb;
  background:
    linear-gradient(180deg, rgba(245, 185, 66, 0.065), rgba(255, 255, 255, 0.015)),
    var(--commerce-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 209, 102, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.rank-commerce-button--primary .rank-commerce-button__arrow {
  color: var(--commerce-gold);
}

.rank-commerce-button--primary:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 209, 102, 0.76);
  background:
    linear-gradient(180deg, rgba(245, 185, 66, 0.095), rgba(255, 255, 255, 0.025)),
    var(--commerce-surface-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 209, 102, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.22);
}

.rank-commerce-button--primary:hover .rank-commerce-button__arrow {
  transform: translateX(2px);
  color: var(--commerce-gold-strong);
}

.rank-commerce-button--primary:active {
  transform: translateY(0);
  background:
    linear-gradient(180deg, rgba(245, 185, 66, 0.045), rgba(255, 255, 255, 0.01)),
    #0d1422;
}

.rank-commerce-button--secondary {
  width: calc(100% - 12px);
  min-height: 46px;
  justify-self: end;
  border-color: rgba(148, 163, 184, 0.22);
  padding-block: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.rank-commerce-button--secondary:hover {
  border-color: rgba(245, 185, 66, 0.36);
  color: #e5eaf2;
  background: rgba(255, 255, 255, 0.05);
}

.rank-commerce-button--secondary:hover .rank-commerce-button__arrow {
  transform: translateX(2px);
  color: var(--commerce-gold);
}

.rank-commerce-button--secondary:active {
  background: rgba(255, 255, 255, 0.02);
}

.rank-commerce-button:focus-visible {
  outline: 3px solid var(--commerce-gold-strong);
  outline-offset: 3px;
}

.rank-calculator__form {
  display: grid;
  align-content: start;
  gap: 22px;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(22px, 3vw, 30px);
  background: rgba(7, 10, 18, 0.34);
}

.rank-calculator__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rank-calculator__field label {
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}

.rank-calculator__field input,
.rank-calculator__field select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #344057;
  border-radius: 8px;
  padding: 11px 13px;
  color: var(--text);
  background: #0b1120;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  color-scheme: dark;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.rank-calculator__field input::placeholder {
  color: #68758b;
  opacity: 1;
}

.rank-calculator__field input:hover,
.rank-calculator__field select:hover {
  border-color: #52627e;
  background: #0d1425;
}

.rank-calculator__field input:focus-visible,
.rank-calculator__field select:focus-visible,
.rank-calculator__reset:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.rank-calculator__field small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.rank-calculator__select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(138px, auto);
  gap: 10px;
  min-width: 0;
}

.rank-calculator__preview {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(245, 185, 66, 0.2);
  border-radius: 8px;
  padding: 6px 9px;
  background: rgba(245, 185, 66, 0.06);
}

.rank-calculator__preview img {
  display: block;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.rank-calculator__preview span {
  display: grid;
  min-width: 0;
}

.rank-calculator__preview strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 12px;
}

.rank-calculator__preview small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.rank-calculator__money-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
}

.rank-calculator__money-input > span {
  display: grid;
  place-items: center;
  border: 1px solid #344057;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #141b2b;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.rank-calculator__money-input input {
  border-radius: 8px 0 0 8px;
}

.rank-calculator__reset {
  justify-self: start;
  min-width: 154px;
}

.rank-calculator__result {
  min-width: 0;
  padding: clamp(24px, 3.5vw, 34px);
  background:
    radial-gradient(circle at 100% 0, rgba(245, 185, 66, 0.1), transparent 20rem),
    rgba(16, 22, 36, 0.72);
}

.rank-calculator__result-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rank-calculator__result-icon {
  display: grid;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(245, 185, 66, 0.24);
  border-radius: 11px;
  background: rgba(7, 10, 18, 0.5);
}

.rank-calculator__result-icon img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.32));
}

.rank-calculator__result-label {
  margin: 0 0 2px !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rank-calculator__result-header h3 {
  margin: 0 0 3px;
  font-size: 26px;
}

.rank-calculator__result-header p:last-child {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.rank-calculator__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.rank-calculator__metrics > div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 13px;
  background: rgba(7, 10, 18, 0.42);
}

.rank-calculator__metrics dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.rank-calculator__metrics dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.rank-calculator__metrics .rank-calculator__cost {
  grid-column: 1 / -1;
  border-color: rgba(245, 185, 66, 0.25);
  background: rgba(245, 185, 66, 0.07);
}

.rank-calculator__cost dd {
  color: var(--gold-hover);
  font-size: 26px;
}

.rank-calculator__progress-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.rank-calculator__progress-heading strong {
  color: var(--gold);
}

.rank-calculator__progress {
  --rank-progress: 0%;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: #080d18;
}

.rank-calculator__progress > span {
  display: block;
  width: var(--rank-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b87917, var(--gold-hover));
  transition: width 220ms ease;
}

.rank-calculator__status {
  margin-top: 18px !important;
  border-left: 3px solid var(--gold);
  border-radius: 0 7px 7px 0;
  padding: 12px 14px;
  background: rgba(245, 185, 66, 0.075);
  color: #d7dfec !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.rank-calculator__status.is-complete {
  border-left-color: var(--success);
  background: rgba(34, 197, 94, 0.08);
}

.rank-calculator__status.is-neutral {
  border-left-color: #64748b;
  background: rgba(100, 116, 139, 0.08);
}

.rank-calculator__disclaimer {
  margin-top: 16px !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.rank-progression {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.rank-progression a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px;
  background: rgba(16, 22, 36, 0.76);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.rank-progression a:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 185, 66, 0.55);
  background: rgba(245, 185, 66, 0.08);
}

.rank-progression img {
  grid-row: 1 / 4;
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.rank-progression strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 14px;
}

.rank-progression span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.rank-progression small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.rank-comparison {
  width: 100%;
  margin-top: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(7, 10, 18, 0.5);
  box-shadow: inset -18px 0 26px -28px rgba(245, 185, 66, 0.9);
}

.rank-comparison table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}

.rank-comparison--boss table {
  min-width: 760px;
}

.rank-comparison caption {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.rank-comparison th,
.rank-comparison td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

.rank-comparison thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #141b2b;
  color: var(--text);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rank-comparison tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.025);
}

.rank-comparison tbody tr:hover {
  background: rgba(245, 185, 66, 0.055);
}

.rank-comparison tbody tr:last-child th,
.rank-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.rank-comparison tbody th {
  color: var(--text);
  white-space: nowrap;
}

.rank-comparison tbody th a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rank-table-note {
  margin-top: 12px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.rank-editorial-note {
  margin: 0 0 24px !important;
  border-left: 2px solid var(--border);
  padding-left: 14px;
  color: var(--muted) !important;
  font-size: 13px !important;
}

.rank-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rank-card {
  min-width: 0;
  scroll-margin-top: 150px;
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(245, 185, 66, 0.045), transparent 7rem),
    rgba(16, 22, 36, 0.82);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.rank-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.rank-card__icon {
  display: block;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.3));
}

.rank-card__header h3 {
  margin: 1px 0 3px;
  font-size: 22px;
}

.rank-card__step {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.rank-card__requirement {
  margin: 0 !important;
  color: var(--gold) !important;
  font-size: 12px !important;
  font-weight: 900;
}

.rank-card > p {
  font-size: 14px;
  line-height: 1.65;
}

.rank-card__fit {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.rank-card__changes {
  margin-top: 16px;
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(245, 185, 66, 0.07);
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.6;
}

.rank-card details {
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.rank-card summary {
  cursor: pointer;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.rank-card details ul {
  margin: 12px 0 0;
  padding-left: 19px;
}

.rank-card details li {
  font-size: 13px;
  line-height: 1.6;
}

.rank-card kbd,
.rank-benefit-grid kbd {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  padding: 1px 5px;
  background: rgba(7, 10, 18, 0.7);
  color: var(--text);
  font: inherit;
  font-size: 0.86em;
}

.rank-benefit-grid,
.rank-profile-grid,
.rank-mistake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.rank-benefit-grid section,
.rank-profile-grid section,
.rank-mistake-grid section,
.rank-pet-grid section {
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 19px;
  background: rgba(16, 22, 36, 0.7);
}

.rank-benefit-grid p,
.rank-profile-grid p,
.rank-mistake-grid p,
.rank-pet-grid p,
.rank-pet-grid li {
  font-size: 14px;
  line-height: 1.65;
}

.rank-pet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.rank-pet-grid ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.rank-decision-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: rank-decision;
}

.rank-decision-list li {
  display: grid;
  grid-template-columns: 34px minmax(150px, 0.5fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.025);
  counter-increment: rank-decision;
}

.rank-decision-list li::before {
  content: counter(rank-decision);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(245, 185, 66, 0.14);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.rank-decision-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.rank-guide :is(a, summary):focus-visible,
.rank-comparison:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.rank-guide .guide-sources-compact summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--gold-hover);
}

@media (max-width: 980px) {
  .rank-guide .guide-layout {
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  .rank-overview__inner {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.55fr);
  }

  .rank-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rank-calculator__panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .rank-calculator__select-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rank-overview {
    padding-block: 42px;
  }

  .rank-overview__inner {
    grid-template-columns: 1fr;
  }

  .rank-overview__copy {
    text-align: center;
  }

  .rank-overview__copy .rank-overview__brand {
    margin-inline: auto;
  }

  .rank-overview__copy .hero__actions {
    justify-content: center;
  }

  .rank-overview__spent {
    text-align: left;
  }

  .rank-overview__visual {
    width: min(100%, 330px);
    margin-inline: auto;
  }

  .rank-progression {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rank-calculator__panel {
    grid-template-columns: 1fr;
  }

  .rank-calculator__commerce {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .rank-calculator__commerce-actions {
    width: 100%;
    justify-self: stretch;
  }

  .rank-commerce-button--secondary {
    width: 100%;
  }

  .rank-calculator__form {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .rank-calculator__select-row {
    grid-template-columns: minmax(0, 1fr) minmax(138px, auto);
  }

  .rank-card-grid,
  .rank-benefit-grid,
  .rank-profile-grid,
  .rank-mistake-grid,
  .rank-pet-grid {
    grid-template-columns: 1fr;
  }

  .rank-decision-list li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .rank-decision-list li span {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  .rank-guide .announcement {
    position: relative;
  }

  .rank-guide .announcement__inner {
    min-height: 35px;
    padding-block: 5px;
    font-size: 11px;
  }

}

@media (max-width: 460px) {
  .rank-calculator__select-row,
  .rank-calculator__metrics {
    grid-template-columns: 1fr;
  }

  .rank-calculator__metrics .rank-calculator__cost {
    grid-column: auto;
  }

  .rank-calculator__reset {
    width: 100%;
  }

  .rank-calculator__result-header {
    align-items: flex-start;
  }

  .rank-progression {
    grid-template-columns: 1fr;
  }

  .rank-card {
    padding: 18px 16px;
  }

  .rank-comparison::after {
    content: "Swipe to compare \2192";
    position: sticky;
    left: 0;
    display: block;
    width: max-content;
    padding: 8px 12px;
    color: var(--muted);
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rank-progression a,
  .rank-calculator__progress > span,
  .rank-commerce-button,
  .rank-commerce-button__arrow {
    transition: none;
  }

  .rank-commerce-button:hover,
  .rank-commerce-button:active,
  .rank-commerce-button:hover .rank-commerce-button__arrow {
    transform: none;
  }
}

/* Impact money-making guide */
.money-guide .announcement__inner {
  min-height: 35px;
  justify-content: flex-start;
  padding-block: 0;
  color: #9aa8bc;
  font-size: 12px;
  line-height: 1.4;
}

.money-guide .money-header {
  top: 35px;
}

.money-guide .guide-layout {
  grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
  max-width: 1120px;
}

.money-guide .guide-toc {
  top: 142px;
}

.money-guide .guide-article > section,
.money-guide .guide-article > aside,
.money-guide .guide-article > details {
  scroll-margin-top: 150px;
}

.money-guide__article > section,
.money-guide__article > aside {
  margin-bottom: 28px;
}

.money-guide__article a:not(.btn) {
  text-underline-offset: 3px;
}

.money-guide__article > section a:not(.btn, .money-path, .money-method-card a) {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.money-hero {
  overflow: hidden;
  padding-block: 56px;
  border-bottom: 1px solid rgba(245, 185, 66, 0.13);
  background:
    radial-gradient(circle at 78% 20%, rgba(245, 185, 66, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(11, 16, 32, 0.88), rgba(7, 10, 18, 0.68));
}

.money-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
}

.money-hero__brand {
  width: 122px;
  height: auto;
  margin-bottom: 16px;
}

.money-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.money-hero .hero__lead {
  max-width: 720px;
}

.money-hero__principle {
  max-width: 690px;
  margin: 22px 0 0;
  border-left: 3px solid var(--gold);
  padding: 12px 16px;
  color: #bdc7d8;
  background: rgba(245, 185, 66, 0.055);
  line-height: 1.65;
}

.money-hero__principle strong {
  color: #f2d28f;
}

.money-paths {
  display: grid;
  gap: 12px;
}

.money-path {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  padding: 13px 15px;
  background: rgba(12, 18, 31, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.money-path:hover {
  transform: translateX(3px);
  border-color: rgba(245, 185, 66, 0.42);
  background: rgba(16, 23, 39, 0.96);
}

.money-path__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 9px;
  color: var(--gold);
  background: rgba(245, 185, 66, 0.055);
}

.money-path__icon svg {
  width: 24px;
  height: 24px;
}

.money-path strong,
.money-path small {
  display: block;
}

.money-path strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 14px;
}

.money-path small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.money-answer {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  border: 1px solid rgba(245, 185, 66, 0.25);
  border-radius: 10px;
  padding: 18px;
  background: rgba(245, 185, 66, 0.045);
}

.money-answer strong {
  color: #f2d28f;
}

.money-answer span {
  color: #b8c2d2;
  line-height: 1.6;
}

.money-method-finder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.money-method-card,
.money-route-card,
.money-advanced-card,
.money-boss-grid article,
.money-risk-grid article,
.money-mistakes article {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: rgba(12, 18, 31, 0.8);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.money-method-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.money-method-card--risk {
  border-color: rgba(248, 113, 113, 0.22);
}

.money-method-card__label,
.money-advanced-card__label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.money-method-card h3,
.money-route-card h3,
.money-advanced-card h3,
.money-boss-grid h3,
.money-risk-grid h3,
.money-mistakes h3 {
  margin: 0 0 10px;
  color: var(--text);
}

.money-method-card__recommendation {
  margin: 0 0 12px;
  color: #e6c678;
  font-weight: 850;
}

.money-method-card ul {
  margin: 0 0 20px;
  padding-left: 19px;
  color: #aeb9ca;
  line-height: 1.6;
}

.money-method-card > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
}

.money-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.money-route-card {
  padding: 22px;
}

.money-route-card--featured {
  border-color: rgba(245, 185, 66, 0.34);
  background:
    linear-gradient(180deg, rgba(245, 185, 66, 0.045), transparent 45%),
    rgba(12, 18, 31, 0.88);
}

.money-route-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.money-route-card__top strong {
  color: rgba(148, 163, 184, 0.42);
  font-size: 22px;
}

.money-route-card p,
.money-advanced-card p,
.money-boss-grid p,
.money-risk-grid p,
.money-mistakes p {
  color: #aeb9ca;
  line-height: 1.65;
}

.money-route-card code,
.money-guide code {
  border: 1px solid rgba(245, 185, 66, 0.2);
  border-radius: 5px;
  padding: 2px 5px;
  color: #efd28d;
  background: rgba(245, 185, 66, 0.055);
}

.money-boss-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.money-boss-grid article {
  padding: 18px;
}

.money-boss-grid h3 {
  font-size: 1rem;
}

.money-boss-grid p {
  margin-bottom: 0;
  font-size: 13px;
}

.money-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.money-process li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(245, 185, 66, 0.28);
  padding-top: 14px;
}

.money-process li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #0a0d14;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.money-process strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 13px;
}

.money-process p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.money-advanced-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.money-advanced-card {
  position: relative;
  padding: 24px;
}

.money-advanced-card::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--gold);
}

.money-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.money-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(245, 185, 66, 0.24);
  border-radius: 7px;
  padding: 8px 12px;
  color: #ebc66e;
  background: rgba(245, 185, 66, 0.045);
  font-size: 12px;
  font-weight: 850;
}

.money-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.money-risk-grid article {
  padding: 20px;
}

.money-risk-note {
  margin-top: 18px;
  border-left: 3px solid #f59e0b;
  padding: 13px 16px;
  color: #b8c2d2;
  background: rgba(245, 158, 11, 0.055);
  line-height: 1.65;
}

.money-risk-note strong {
  color: #f3d28a;
}

.money-table-wrap {
  overflow-x: auto;
  margin-top: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: rgba(9, 14, 25, 0.82);
  scrollbar-color: rgba(245, 185, 66, 0.55) rgba(255, 255, 255, 0.04);
}

.money-table-wrap:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.money-comparison-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.money-comparison-table caption {
  padding: 16px;
  color: #d9e0eb;
  text-align: left;
  font-weight: 800;
}

.money-comparison-table th,
.money-comparison-table td {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  padding: 14px 15px;
  color: #aeb9ca;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.money-comparison-table thead th {
  color: #e8edf5;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.money-comparison-table tbody th {
  color: #f0cc78;
  white-space: nowrap;
}

.money-calculator {
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 34px);
  background:
    radial-gradient(circle at 88% 8%, rgba(245, 185, 66, 0.07), transparent 22rem),
    rgba(9, 14, 25, 0.9);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.2);
}

.money-calculator__heading {
  max-width: 760px;
}

.money-calculator__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  margin-top: 24px;
}

.money-calculator__form {
  display: grid;
  gap: 16px;
  align-content: start;
}

.money-calculator__field {
  display: grid;
  gap: 7px;
}

.money-calculator__field label {
  color: #e5eaf2;
  font-size: 13px;
  font-weight: 850;
}

.money-calculator__field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(4, 8, 16, 0.72);
  font: inherit;
}

.money-calculator__field input[aria-invalid="true"] {
  border-color: #f87171;
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.28);
}

.money-calculator__field input:focus-visible,
.money-calculator__reset:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.money-calculator__field small,
.money-calculator__help {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.money-calculator__money-input {
  position: relative;
}

.money-calculator__money-input input {
  padding-right: 48px;
}

.money-calculator__money-input span {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #d6b766;
  font-size: 11px;
  font-weight: 900;
  transform: translateY(-50%);
}

.money-calculator__reset {
  width: max-content;
  min-height: 44px;
}

.money-calculator__result {
  align-self: stretch;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  padding: 22px;
  background: rgba(15, 22, 37, 0.86);
}

.money-calculator__result.is-positive {
  border-color: rgba(34, 197, 94, 0.38);
}

.money-calculator__result.is-negative {
  border-color: rgba(248, 113, 113, 0.4);
}

.money-calculator__state {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.money-calculator__result.is-positive .money-calculator__state {
  color: #4ade80;
}

.money-calculator__result.is-negative .money-calculator__state {
  color: #fca5a5;
}

.money-calculator__result h3 {
  margin: 0 0 18px;
}

.money-calculator__result dl {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.money-calculator__result dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.13);
  padding-bottom: 10px;
}

.money-calculator__result dt {
  color: var(--muted);
  font-size: 12px;
}

.money-calculator__result dd {
  margin: 0;
  color: #f1d188;
  font-size: clamp(1rem, 2.6vw, 1.35rem);
  font-weight: 900;
}

.money-calculator__result.is-positive #money-net-profit,
.money-calculator__result.is-positive #money-gp-hour {
  color: #4ade80;
}

.money-calculator__result.is-negative #money-net-profit,
.money-calculator__result.is-negative #money-gp-hour {
  color: #fca5a5;
}

#money-profit-summary {
  color: #c1cad8;
  line-height: 1.65;
}

.money-calculator__disclaimer {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.money-measure {
  margin-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 22px;
}

.money-measure h3 {
  margin-top: 0;
}

.money-formula {
  border-left: 3px solid var(--gold);
  padding: 10px 14px;
  color: #c8d0dc;
  background: rgba(245, 185, 66, 0.04);
}

.money-measure ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  padding-left: 20px;
  color: #aeb9ca;
  line-height: 1.55;
}

.money-progression {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.money-progression li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 9px;
  padding: 18px;
  background: rgba(12, 18, 31, 0.72);
}

.money-progression li > span {
  color: rgba(245, 185, 66, 0.62);
  font-size: 18px;
  font-weight: 900;
}

.money-progression h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.money-progression p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.money-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(245, 185, 66, 0.28);
  border-radius: 11px;
  padding: 24px;
  background:
    linear-gradient(120deg, rgba(245, 185, 66, 0.055), transparent 46%),
    rgba(10, 16, 28, 0.9);
}

.money-next-step h2 {
  margin-top: 0;
}

.money-next-step__note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
}

.money-next-step__actions {
  display: grid;
  gap: 10px;
  min-width: 218px;
}

.money-next-step__actions .btn {
  justify-content: center;
}

.money-next-step__actions svg {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}

.money-mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.money-mistakes article {
  padding: 18px;
}

.money-mistakes article:last-child {
  grid-column: 1 / -1;
}

.money-mistakes h3 {
  font-size: 0.98rem;
}

.money-mistakes p {
  margin-bottom: 0;
  font-size: 13px;
}

.money-guide .guide-sources-compact {
  margin: 4px 0 28px;
}

.money-guide :is(a, button, summary, input, .money-table-wrap):focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.money-guide .guide-sources-compact summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--gold-hover);
}

@media (max-width: 980px) {
  .money-guide .guide-layout {
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  .money-guide .guide-toc {
    position: static;
  }

  .money-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
    gap: 28px;
  }

  .money-boss-grid,
  .money-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .money-hero {
    padding-block: 42px;
  }

  .money-hero__inner {
    grid-template-columns: 1fr;
  }

  .money-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .money-method-finder,
  .money-route-grid,
  .money-calculator__layout,
  .money-progression,
  .money-mistakes {
    grid-template-columns: 1fr;
  }

  .money-mistakes article:last-child {
    grid-column: auto;
  }

  .money-risk-grid {
    grid-template-columns: 1fr;
  }

  .money-next-step {
    grid-template-columns: 1fr;
  }

  .money-next-step__actions {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .money-guide .announcement {
    position: relative;
  }

  .money-guide .announcement__inner {
    min-height: 0;
    padding-block: 7px;
  }

  .money-guide .money-header {
    top: 0;
  }

  .money-guide .guide-article > section,
  .money-guide .guide-article > aside,
  .money-guide .guide-article > details {
    scroll-margin-top: 82px;
  }

  .money-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .money-paths,
  .money-boss-grid,
  .money-process,
  .money-measure ul {
    grid-template-columns: 1fr;
  }

  .money-answer {
    grid-template-columns: 1fr;
  }

  .money-calculator {
    padding: 18px 15px;
  }

  .money-calculator__result {
    padding: 18px 15px;
  }

  .money-calculator__reset {
    width: 100%;
  }

  .money-table-wrap::after {
    content: "Swipe to compare \2192";
    position: sticky;
    left: 0;
    display: block;
    width: max-content;
    padding: 8px 12px;
    color: var(--muted);
    font-size: 11px;
  }
}

/* Progressive mobile navigation for legacy site headers */
.site-menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(245, 185, 66, 0.35);
  border-radius: 8px;
  background: rgba(13, 20, 34, 0.96);
  color: var(--text);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.site-menu-toggle__icon {
  display: grid;
  gap: 4px;
}

.site-menu-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

@media (max-width: 980px) {
  .site-header.has-mobile-menu .header__inner {
    position: relative;
  }

  .site-header.has-mobile-menu .site-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .site-header.has-mobile-menu .nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    padding: 0.6rem;
    border: 1px solid rgba(245, 185, 66, 0.22);
    border-radius: 0 0 12px 12px;
    background: rgba(7, 10, 18, 0.98);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  }

  .site-header.has-mobile-menu .nav.is-open {
    display: grid;
    gap: 0.2rem;
  }

  .site-header.has-mobile-menu .nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border-radius: 7px;
  }

  .site-header.has-mobile-menu .nav a:hover,
  .site-header.has-mobile-menu .nav a:focus-visible {
    background: rgba(245, 185, 66, 0.09);
  }

  .site-header:not(.has-mobile-menu) .nav {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    order: 3;
    gap: 0.25rem 0.85rem;
    padding-bottom: 0.65rem;
  }
}

@media (max-width: 600px) {
  .announcement {
    position: relative;
  }

  .site-header {
    top: 0;
  }

  .site-menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-menu-toggle,
  .site-header.has-mobile-menu .nav {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .money-path {
    transition: none;
  }

  .money-path:hover {
    transform: none;
  }
}

/* Reusable cards for server-specific guide directories */
.server-guide-hub {
  --server-guide-accent: #d8a841;
  --server-guide-accent-bright: #f2ca70;
  --server-guide-border: #29425f;
  --server-guide-border-hover: #4a6b91;
  --server-guide-surface: #0a1422;
  --server-guide-surface-active: #08111d;
  --server-guide-icon-surface: #101f32;
  --server-guide-copy: #9badc1;
  --server-guide-action: #bdcad8;
}

.server-guide-grid {
  display: grid;
  align-items: stretch;
  gap: 22px;
}

.server-guide-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.server-guide-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.server-guide-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin-inline: auto;
}

.server-guide-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  align-items: center;
  padding: 27px 25px 23px;
  overflow-wrap: break-word;
  color: var(--server-guide-copy);
  text-align: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 0%, rgb(37 73 108 / 22%), transparent 46%),
    var(--server-guide-surface);
  border: 1px solid var(--server-guide-border);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 18%);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.server-guide-card::before {
  position: absolute;
  top: -1px;
  right: 16%;
  left: 16%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(216 168 65 / 70%), transparent);
}

.server-guide-hub .server-guide-card__icon-frame {
  display: grid;
  width: 94px;
  height: 88px;
  flex: 0 0 88px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--server-guide-accent);
  background:
    radial-gradient(circle at 50% 48%, rgb(69 103 139 / 24%), transparent 66%),
    linear-gradient(145deg, rgb(19 38 59 / 94%), var(--server-guide-icon-surface));
  border: 1px solid rgb(78 108 139 / 62%);
  border-radius: 11px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    inset 0 -12px 24px rgb(0 0 0 / 10%);
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.impact-guide-hub .server-guide-card__icon-frame--warm {
  background:
    radial-gradient(circle at 50% 50%, rgb(206 158 52 / 23%), transparent 64%),
    linear-gradient(145deg, rgb(24 39 56 / 95%), var(--server-guide-icon-surface));
}

.impact-guide-hub .server-guide-card__icon-frame--wide {
  width: 104px;
}

.impact-guide-hub .server-guide-card__icon-frame--pixel {
  background:
    radial-gradient(circle at 50% 50%, rgb(48 69 94 / 26%), transparent 62%),
    #0b1522;
}

.impact-guide-hub .server-guide-card__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 74px;
  object-fit: contain;
  pointer-events: none;
  transition: transform 160ms ease;
}

.impact-guide-hub .server-guide-card__icon--rank {
  width: 72px;
  max-height: 62px;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.impact-guide-hub .server-guide-card__icon--money {
  max-width: 76px;
  max-height: 72px;
}

.impact-guide-hub .server-guide-card__icon--slayer {
  max-width: 78px;
  max-height: 72px;
}

.impact-guide-hub .server-guide-card__icon--crab {
  max-width: 92px;
  max-height: 68px;
}

.impact-guide-hub .server-guide-card__icon--tob {
  max-width: 82px;
  max-height: 72px;
}

.impact-guide-hub .server-guide-card__icon--toa {
  max-width: 40px;
  max-height: 74px;
}

.impact-guide-hub .server-guide-card__icon--cox {
  max-width: 34px;
  max-height: 74px;
}

.impact-guide-hub .server-guide-card__icon--pixel {
  max-width: none;
  max-height: none;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.impact-guide-hub .server-guide-card__icon--thieving {
  width: 40px;
  height: 20px;
}

.impact-guide-hub .server-guide-card__icon--hunter {
  width: 40px;
  height: 42px;
}

.server-guide-card__category {
  margin-bottom: 8px;
  color: #8095ac;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.server-guide-card__title {
  margin: 0 0 11px;
  color: var(--server-guide-accent-bright);
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.24;
  letter-spacing: -0.012em;
  transition: color 160ms ease;
}

.server-guide-card__description {
  min-width: 0;
  max-width: 33ch;
  margin: 0 auto;
  color: var(--server-guide-copy);
  font-size: 15px;
  line-height: 1.62;
  overflow-wrap: break-word;
  word-break: normal;
}

.server-guide-card__footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 19px;
  color: var(--server-guide-action);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  border-top: 1px solid rgb(71 94 120 / 42%);
}

.server-guide-card__arrow {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.server-guide-card:hover {
  color: var(--server-guide-copy);
  background:
    radial-gradient(circle at 50% 0%, rgb(46 86 127 / 28%), transparent 48%),
    var(--server-guide-surface);
  border-color: var(--server-guide-border-hover);
  box-shadow: 0 16px 34px rgb(0 0 0 / 25%);
  transform: translateY(-2px);
}

.server-guide-card:hover .server-guide-card__title {
  color: #ffe09a;
}

.server-guide-hub .server-guide-card:hover .server-guide-card__icon-frame {
  border-color: var(--server-guide-border-hover);
  background-color: #142338;
}

.impact-guide-hub .server-guide-card:hover .server-guide-card__icon--artwork {
  transform: scale(1.02);
}

.server-guide-card:hover .server-guide-card__arrow {
  transform: translateX(3px);
}

.server-guide-card:focus-visible {
  outline: 3px solid #f4c861;
  outline-offset: 4px;
  border-color: var(--server-guide-border-hover);
}

.server-guide-card:active {
  background: var(--server-guide-surface-active);
  box-shadow: 0 8px 20px rgb(0 0 0 / 20%);
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .server-guide-grid--three,
  .server-guide-grid--four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .server-guide-grid--three,
  .server-guide-grid--four,
  .server-guide-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}

@media (max-width: 560px) {
  .server-guide-grid--three,
  .server-guide-grid--four,
  .server-guide-grid--two {
    grid-template-columns: minmax(0, 1fr);
  }

  .server-guide-card {
    min-height: 264px;
    padding: 24px 22px 21px;
  }

  .server-guide-card__title {
    font-size: 21px;
  }

  .server-guide-hub .server-guide-card__icon-frame {
    width: 84px;
    height: 80px;
    flex-basis: 80px;
  }

  .impact-guide-hub .server-guide-card__icon-frame--wide {
    width: 90px;
  }

  .impact-guide-hub .server-guide-card__icon--rank {
    width: 66px;
    max-height: 58px;
  }

  .impact-guide-hub .server-guide-card__icon--money,
  .impact-guide-hub .server-guide-card__icon--slayer {
    max-width: 68px;
    max-height: 64px;
  }

  .impact-guide-hub .server-guide-card__icon--crab {
    max-width: 78px;
    max-height: 60px;
  }

  .impact-guide-hub .server-guide-card__icon--tob {
    max-width: 72px;
    max-height: 64px;
  }

  .impact-guide-hub .server-guide-card__icon--toa {
    max-width: 36px;
    max-height: 66px;
  }

  .impact-guide-hub .server-guide-card__icon--cox {
    max-width: 30px;
    max-height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .server-guide-card,
  .server-guide-hub .server-guide-card__icon-frame,
  .impact-guide-hub .server-guide-card__icon,
  .server-guide-card__title,
  .server-guide-card__arrow {
    transition: none;
  }

  .server-guide-card:hover,
  .server-guide-card:active {
    transform: none;
  }

  .server-guide-card:hover .server-guide-card__arrow {
    transform: none;
  }

  .impact-guide-hub .server-guide-card:hover .server-guide-card__icon--artwork {
    transform: none;
  }
}

/* Impact Slayer progression guide */
.slayer-guide {
  --slayer-surface: rgba(10, 17, 29, 0.88);
  --slayer-surface-strong: rgba(8, 13, 23, 0.96);
  --slayer-border: rgba(100, 134, 170, 0.24);
  --slayer-border-strong: rgba(245, 185, 66, 0.3);
  --slayer-copy: #aeb9ca;
  --slayer-cool: #78a8d1;
  --slayer-gold: #e5b954;
}

.slayer-guide .announcement__inner {
  min-height: 35px;
  justify-content: flex-start;
  padding-block: 0;
  color: #9aa8bc;
  font-size: 12px;
  line-height: 1.4;
}

.slayer-guide .slayer-header {
  border-bottom-color: rgba(245, 185, 66, 0.13);
}

.slayer-guide .slayer-layout {
  grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
  max-width: 1180px;
}

.slayer-guide .guide-article > section,
.slayer-guide .guide-article > aside,
.slayer-guide .guide-article > details {
  scroll-margin-top: 150px;
}

.slayer-guide .slayer-hero {
  padding-block: clamp(48px, 7vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 35%, rgba(222, 171, 64, 0.11), transparent 27rem),
    radial-gradient(circle at 18% 10%, rgba(63, 105, 146, 0.13), transparent 30rem),
    linear-gradient(180deg, rgba(10, 16, 28, 0.97), rgba(6, 10, 18, 0.98));
}

.slayer-guide .slayer-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.slayer-guide .slayer-hero__copy {
  text-align: left;
}

.slayer-guide .slayer-hero__copy h1,
.slayer-guide .slayer-hero__copy .hero__lead {
  margin-inline: 0;
}

.slayer-guide .slayer-hero__copy h1 {
  max-width: 850px;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  line-height: 1.03;
}

.slayer-guide .slayer-hero__copy .hero__lead {
  max-width: 760px;
}

.slayer-guide .slayer-hero__brand {
  width: 150px;
  height: auto;
  margin: 0 0 16px;
}

.slayer-guide .slayer-hero__principle {
  max-width: 760px;
  margin: 19px 0 0;
  border-left: 3px solid var(--slayer-gold);
  padding: 10px 0 10px 16px;
  color: #c8d2df;
  line-height: 1.65;
}

.slayer-guide .slayer-hero__principle strong {
  color: #f1d086;
}

.slayer-guide .slayer-hero__copy .hero__actions {
  justify-content: flex-start;
  margin-top: 25px;
}

.slayer-guide .slayer-hero__visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  isolation: isolate;
}

.slayer-guide .slayer-hero__visual::before {
  position: absolute;
  width: min(92%, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(106, 147, 185, 0.27);
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle, rgba(53, 89, 124, 0.22), rgba(7, 12, 21, 0.18) 66%, transparent 67%);
  box-shadow:
    inset 0 0 60px rgba(56, 103, 148, 0.1),
    0 30px 80px rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.slayer-guide .slayer-hero__visual img {
  width: min(88%, 350px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.46));
}

.slayer-guide .slayer-hero__ring {
  position: absolute;
  width: min(105%, 430px);
  aspect-ratio: 1;
  border: 1px dashed rgba(229, 185, 84, 0.24);
  border-radius: 50%;
  z-index: -1;
}

.slayer-guide .slayer-hero__level {
  position: absolute;
  right: 4%;
  bottom: 12%;
  min-width: 76px;
  border: 1px solid rgba(245, 185, 66, 0.38);
  border-radius: 999px;
  padding: 8px 14px;
  color: #f1d48f;
  background: rgba(7, 12, 21, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.slayer-guide .slayer-answer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 26px;
  margin-top: 22px;
  border: 1px solid var(--slayer-border);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 30px);
  background:
    linear-gradient(120deg, rgba(56, 96, 136, 0.08), transparent 48%),
    var(--slayer-surface);
}

.slayer-guide .slayer-answer > div p:first-child {
  margin-top: 0;
}

.slayer-guide .slayer-answer > div p:last-child {
  margin-bottom: 0;
}

.slayer-guide .slayer-answer__facts {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slayer-guide .slayer-answer__facts li {
  display: grid;
  gap: 3px;
  border-left: 2px solid rgba(229, 185, 84, 0.48);
  padding: 8px 0 8px 14px;
}

.slayer-guide .slayer-answer__facts strong {
  color: #eef3f8;
  font-size: 14px;
}

.slayer-guide .slayer-answer__facts span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.slayer-guide .slayer-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.slayer-guide .slayer-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid var(--slayer-border);
  border-radius: 10px;
  padding: 18px;
  background: var(--slayer-surface);
}

.slayer-guide .slayer-steps li > span {
  color: rgba(229, 185, 84, 0.72);
  font-size: 17px;
  font-weight: 900;
}

.slayer-guide .slayer-steps h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.slayer-guide .slayer-steps p {
  margin: 0;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.55;
}

.slayer-guide .slayer-figure {
  width: min(100%, 760px);
  margin: 26px auto 0;
  border: 1px solid rgba(100, 134, 170, 0.3);
  border-radius: 12px;
  padding: 10px;
  background: rgba(6, 10, 17, 0.92);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.slayer-guide .slayer-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.slayer-guide .slayer-figure figcaption {
  padding: 12px 8px 4px;
  color: #98a8bb;
  font-size: 12px;
  line-height: 1.55;
}

.slayer-guide .slayer-figure--shop {
  width: min(100%, 610px);
}

.slayer-guide .slayer-tier-ladder {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.slayer-guide .slayer-tier {
  position: relative;
  border: 1px solid var(--slayer-border);
  border-top: 3px solid #6e8baa;
  border-radius: 11px;
  padding: 20px;
  background: var(--slayer-surface);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.17);
}

.slayer-guide .slayer-tier--hard {
  border-top-color: #c39743;
}

.slayer-guide .slayer-tier--elite {
  border-top-color: #b97a47;
}

.slayer-guide .slayer-tier__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
}

.slayer-guide .slayer-tier__level,
.slayer-guide .slayer-tier__points {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}

.slayer-guide .slayer-tier__level {
  color: #e8edf4;
  background: rgba(91, 129, 167, 0.19);
}

.slayer-guide .slayer-tier__points {
  color: #f2d38b;
  background: rgba(229, 185, 84, 0.1);
}

.slayer-guide .slayer-tier__eyebrow {
  margin: 0 0 7px;
  color: #8298b0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.slayer-guide .slayer-tier h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
}

.slayer-guide .slayer-tier dl {
  display: grid;
  gap: 9px;
  margin: 0 0 16px;
}

.slayer-guide .slayer-tier dl div {
  display: grid;
  grid-template-columns: minmax(72px, 0.7fr) minmax(0, 1.3fr);
  gap: 10px;
  border-bottom: 1px solid rgba(100, 134, 170, 0.14);
  padding-bottom: 8px;
}

.slayer-guide .slayer-tier dt {
  color: #8394a9;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.slayer-guide .slayer-tier dd {
  margin: 0;
  color: #d4dbe5;
  font-size: 12px;
  line-height: 1.45;
}

.slayer-guide .slayer-tier > p:last-child {
  margin-bottom: 0;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.58;
}

.slayer-guide .slayer-tier-helper {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: 26px;
  margin-top: 24px;
  border: 1px solid var(--slayer-border-strong);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 28px);
  background:
    radial-gradient(circle at 92% 0%, rgba(229, 185, 84, 0.07), transparent 20rem),
    var(--slayer-surface-strong);
}

.slayer-guide .slayer-tier-helper h3 {
  margin-top: 0;
}

.slayer-guide .slayer-tier-helper form {
  display: grid;
  gap: 8px;
  align-content: start;
}

.slayer-guide .slayer-tier-helper label {
  color: #e4eaf1;
  font-size: 13px;
  font-weight: 850;
}

.slayer-guide .slayer-tier-helper__controls {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto auto;
  gap: 9px;
}

.slayer-guide .slayer-tier-helper input,
.slayer-guide .slayer-directory-filters input[type="search"],
.slayer-guide .slayer-directory-filters select {
  min-height: 46px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(4, 8, 16, 0.78);
  font: inherit;
}

.slayer-guide .slayer-tier-helper input[aria-invalid="true"] {
  border-color: #f87171;
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.25);
}

.slayer-guide .slayer-tier-helper small {
  color: var(--muted);
  font-size: 11px;
}

.slayer-guide .slayer-tier-helper__result {
  grid-column: 1 / -1;
  margin: 0;
  border-left: 3px solid var(--slayer-cool);
  padding: 11px 14px;
  color: #c1ccda;
  background: rgba(66, 112, 153, 0.07);
  line-height: 1.58;
}

.slayer-guide .slayer-tier-helper__result.is-result {
  border-left-color: var(--slayer-gold);
  color: #e7d19b;
}

.slayer-guide .slayer-tier-helper__result.is-error {
  border-left-color: #f87171;
  color: #fecaca;
}

.slayer-guide .slayer-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.slayer-guide .slayer-workflow article {
  position: relative;
  min-height: 165px;
  border: 1px solid var(--slayer-border);
  border-radius: 10px;
  padding: 20px;
  background: var(--slayer-surface);
}

.slayer-guide .slayer-workflow article > span {
  display: block;
  margin-bottom: 15px;
  color: rgba(229, 185, 84, 0.56);
  font-size: 20px;
  font-weight: 900;
}

.slayer-guide .slayer-workflow h3 {
  margin: 0 0 7px;
  font-size: 1rem;
}

.slayer-guide .slayer-workflow p {
  margin: 0;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.56;
}

.slayer-guide .slayer-directory-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(245px, 1.1fr) minmax(170px, 0.8fr);
  gap: 16px;
  margin: 24px 0 16px;
  border: 1px solid var(--slayer-border);
  border-radius: 11px;
  padding: 19px;
  background: var(--slayer-surface);
}

.slayer-guide .slayer-directory-filters[hidden] {
  display: none;
}

.slayer-guide .slayer-filter-field {
  display: grid;
  gap: 7px;
  align-content: start;
}

.slayer-guide .slayer-filter-field--search {
  grid-column: span 2;
}

.slayer-guide .slayer-filter-field label,
.slayer-guide .slayer-directory-filters legend {
  color: #e3e9f1;
  font-size: 12px;
  font-weight: 850;
}

.slayer-guide .slayer-directory-filters fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.slayer-guide .slayer-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 7px;
}

.slayer-guide .slayer-filter-options label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(116, 143, 171, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  color: #b7c2d0;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.slayer-guide .slayer-filter-options label:has(input:checked) {
  border-color: rgba(229, 185, 84, 0.45);
  color: #f0d08a;
  background: rgba(229, 185, 84, 0.08);
}

.slayer-guide .slayer-filter-options input {
  width: 17px;
  height: 17px;
  accent-color: var(--slayer-gold);
}

.slayer-guide .slayer-filters-reset {
  align-self: end;
  min-height: 46px;
}

.slayer-guide .slayer-directory-status {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.slayer-guide .slayer-directory-status p {
  margin: 0;
}

.slayer-guide .slayer-directory-status #slayer-directory-count {
  flex: 0 0 auto;
  color: #c9d3df;
  font-weight: 850;
}

.slayer-guide .slayer-table-wrap {
  max-width: 100%;
  border: 1px solid var(--slayer-border);
  border-radius: 10px;
  overflow-x: auto;
  background: rgba(5, 9, 16, 0.72);
  -webkit-overflow-scrolling: touch;
}

.slayer-guide .slayer-table-wrap[hidden] {
  display: none;
}

.slayer-guide .slayer-directory-table,
.slayer-guide .slayer-boss-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: 12px;
}

.slayer-guide .slayer-boss-table {
  min-width: 820px;
}

.slayer-guide .slayer-directory-table caption,
.slayer-guide .slayer-boss-table caption {
  padding: 14px 16px;
  color: #d7dee7;
  font-size: 12px;
  font-weight: 850;
  text-align: left;
}

.slayer-guide .slayer-directory-table th,
.slayer-guide .slayer-directory-table td,
.slayer-guide .slayer-boss-table th,
.slayer-guide .slayer-boss-table td {
  border-top: 1px solid rgba(113, 140, 169, 0.16);
  padding: 12px 13px;
  vertical-align: top;
  color: #aeb9c7;
  line-height: 1.5;
  text-align: left;
}

.slayer-guide .slayer-directory-table thead th,
.slayer-guide .slayer-boss-table thead th {
  color: #8fa2b8;
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.slayer-guide .slayer-directory-table tbody th,
.slayer-guide .slayer-boss-table tbody th {
  color: #f0cc78;
  font-weight: 850;
  white-space: nowrap;
}

.slayer-guide .slayer-directory-table tbody tr:hover,
.slayer-guide .slayer-boss-table tbody tr:hover {
  background: rgba(64, 102, 138, 0.06);
}

.slayer-guide .slayer-badge,
.slayer-guide .slayer-risk {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(116, 143, 171, 0.25);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.slayer-guide .slayer-badge--hard {
  border-color: rgba(229, 185, 84, 0.38);
  color: #edcc82;
  background: rgba(229, 185, 84, 0.07);
}

.slayer-guide .slayer-badge--elite {
  border-color: rgba(213, 132, 74, 0.4);
  color: #efb081;
  background: rgba(213, 132, 74, 0.07);
}

.slayer-guide .slayer-risk--wild {
  border-color: rgba(248, 113, 113, 0.42);
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.08);
}

.slayer-guide .slayer-risk--nonwild {
  border-color: rgba(74, 222, 128, 0.32);
  color: #9fe1b7;
  background: rgba(74, 222, 128, 0.06);
}

.slayer-guide .slayer-no-results {
  border: 1px dashed rgba(229, 185, 84, 0.36);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  background: rgba(229, 185, 84, 0.035);
}

.slayer-guide .slayer-no-results[hidden] {
  display: none;
}

.slayer-guide .slayer-no-results h3 {
  margin-top: 0;
}

.slayer-guide .slayer-no-results p {
  margin-bottom: 0;
}

.slayer-guide .slayer-barrage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  margin-top: 22px;
}

.slayer-guide .slayer-barrage__checklist {
  border: 1px solid var(--slayer-border-strong);
  border-radius: 11px;
  padding: 21px;
  background:
    linear-gradient(150deg, rgba(229, 185, 84, 0.06), transparent 50%),
    var(--slayer-surface);
}

.slayer-guide .slayer-barrage__checklist h3 {
  margin-top: 0;
}

.slayer-guide .slayer-barrage__checklist ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.5;
}

.slayer-guide .slayer-official-block {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  gap: 20px;
  margin: 22px 0;
  border: 1px solid rgba(229, 185, 84, 0.34);
  border-radius: 11px;
  padding: 23px;
  background:
    radial-gradient(circle at 92% 0%, rgba(229, 185, 84, 0.08), transparent 18rem),
    var(--slayer-surface-strong);
}

.slayer-guide .slayer-source-label,
.slayer-guide .slayer-block-strategies article > span,
.slayer-guide .slayer-reward-priorities article > span {
  color: #d4ab53;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.slayer-guide .slayer-official-block h3 {
  margin: 7px 0 9px;
}

.slayer-guide .slayer-official-block p {
  margin-bottom: 0;
}

.slayer-guide .slayer-official-block ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.5;
}

.slayer-guide .slayer-editorial-label {
  border-left: 3px solid var(--slayer-cool);
  padding: 10px 14px;
  color: #c2cedb;
  background: rgba(64, 106, 146, 0.06);
}

.slayer-guide .slayer-block-strategies,
.slayer-guide .slayer-reward-priorities,
.slayer-guide .slayer-gear-grid,
.slayer-guide .slayer-mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.slayer-guide .slayer-block-strategies article,
.slayer-guide .slayer-reward-priorities article,
.slayer-guide .slayer-gear-grid article,
.slayer-guide .slayer-mistakes article {
  border: 1px solid var(--slayer-border);
  border-radius: 9px;
  padding: 18px;
  background: var(--slayer-surface);
}

.slayer-guide .slayer-block-strategies h3,
.slayer-guide .slayer-reward-priorities h3,
.slayer-guide .slayer-gear-grid h3,
.slayer-guide .slayer-mistakes h3 {
  margin: 7px 0 7px;
  font-size: 1rem;
}

.slayer-guide .slayer-block-strategies p,
.slayer-guide .slayer-reward-priorities p,
.slayer-guide .slayer-mistakes p {
  margin: 0;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.56;
}

.slayer-guide .slayer-decisions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.slayer-guide .slayer-decisions article {
  border-top: 2px solid rgba(229, 185, 84, 0.5);
  padding: 17px 17px 2px;
  background: rgba(255, 255, 255, 0.02);
}

.slayer-guide .slayer-decisions h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.slayer-guide .slayer-decisions p {
  margin: 0;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.55;
}

.slayer-guide .slayer-gear-grid__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(229, 185, 84, 0.32);
  border-radius: 8px;
  color: #edca7e;
  background: rgba(229, 185, 84, 0.06);
  font-size: 13px;
  font-weight: 900;
}

.slayer-guide .slayer-gear-grid ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding-left: 19px;
  color: var(--slayer-copy);
  font-size: 13px;
  line-height: 1.5;
}

.slayer-guide .slayer-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--slayer-border-strong);
  border-radius: 11px;
  padding: 24px;
  background:
    linear-gradient(120deg, rgba(229, 185, 84, 0.055), transparent 46%),
    var(--slayer-surface-strong);
}

.slayer-guide .slayer-next-step h2 {
  margin-top: 0;
}

.slayer-guide .slayer-next-step__note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
}

.slayer-guide .slayer-next-step__actions {
  display: grid;
  gap: 10px;
  min-width: 225px;
}

.slayer-guide .slayer-next-step__actions .btn {
  justify-content: center;
}

.slayer-guide .slayer-next-step__actions svg {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}

.slayer-guide .slayer-mistakes article:last-child {
  grid-column: 1 / -1;
}

.slayer-guide .slayer-task-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.slayer-guide .slayer-task-checklist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 56px;
  border: 1px solid var(--slayer-border);
  border-radius: 9px;
  padding: 10px 14px;
  color: #c1cad6;
  background: var(--slayer-surface);
  font-size: 13px;
  line-height: 1.45;
}

.slayer-guide .slayer-task-checklist span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #f0cd80;
  background: rgba(229, 185, 84, 0.1);
  font-size: 11px;
  font-weight: 900;
}

.slayer-guide .guide-sources-compact {
  margin: 4px 0 28px;
}

.slayer-guide :is(a, button, summary, input, select, .slayer-table-wrap):focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.slayer-guide .guide-sources-compact summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--gold-hover);
}

@media (max-width: 1024px) {
  .slayer-guide .slayer-layout {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  .slayer-guide .guide-toc {
    position: static;
  }

  .slayer-guide .slayer-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 32px;
  }

  .slayer-guide .slayer-tier-ladder {
    grid-template-columns: 1fr;
  }

  .slayer-guide .slayer-tier {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    column-gap: 24px;
  }

  .slayer-guide .slayer-tier__top,
  .slayer-guide .slayer-tier__eyebrow,
  .slayer-guide .slayer-tier h3 {
    grid-column: 1;
  }

  .slayer-guide .slayer-tier dl,
  .slayer-guide .slayer-tier > p:last-child {
    grid-column: 2;
  }

  .slayer-guide .slayer-tier dl {
    grid-row: 1 / span 3;
  }

  .slayer-guide .slayer-directory-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slayer-guide .slayer-filter-field--search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .slayer-guide .slayer-hero {
    padding-block: 42px;
  }

  .slayer-guide .slayer-hero__inner,
  .slayer-guide .slayer-answer,
  .slayer-guide .slayer-tier-helper,
  .slayer-guide .slayer-barrage,
  .slayer-guide .slayer-official-block,
  .slayer-guide .slayer-next-step {
    grid-template-columns: 1fr;
  }

  .slayer-guide .slayer-hero__visual {
    min-height: 290px;
  }

  .slayer-guide .slayer-hero__visual img {
    width: min(78%, 300px);
  }

  .slayer-guide .slayer-steps,
  .slayer-guide .slayer-workflow,
  .slayer-guide .slayer-block-strategies,
  .slayer-guide .slayer-reward-priorities,
  .slayer-guide .slayer-gear-grid,
  .slayer-guide .slayer-mistakes,
  .slayer-guide .slayer-task-checklist {
    grid-template-columns: 1fr;
  }

  .slayer-guide .slayer-mistakes article:last-child {
    grid-column: auto;
  }

  .slayer-guide .slayer-workflow article {
    min-height: 0;
  }

  .slayer-guide .slayer-tier {
    display: block;
  }

  .slayer-guide .slayer-tier-helper__controls {
    grid-template-columns: 1fr 1fr;
  }

  .slayer-guide .slayer-tier-helper__controls input {
    grid-column: 1 / -1;
  }

  .slayer-guide .slayer-decisions {
    grid-template-columns: 1fr;
  }

  .slayer-guide .slayer-next-step__actions {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .slayer-guide .announcement {
    position: relative;
  }

  .slayer-guide .announcement__inner {
    min-height: 0;
    padding-block: 7px;
  }

  .slayer-guide .slayer-header {
    top: 0;
  }

  .slayer-guide .guide-article > section,
  .slayer-guide .guide-article > aside,
  .slayer-guide .guide-article > details {
    scroll-margin-top: 82px;
  }

  .slayer-guide .slayer-hero__copy h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .slayer-guide .slayer-directory-filters {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .slayer-guide .slayer-filter-field--search {
    grid-column: auto;
  }

  .slayer-guide .slayer-directory-status {
    display: grid;
  }

  .slayer-guide .slayer-table-wrap::after {
    position: sticky;
    left: 0;
    display: block;
    width: max-content;
    padding: 8px 12px;
    color: var(--muted);
    content: "Swipe to view all columns \2192";
    font-size: 11px;
  }

  .slayer-guide .slayer-figure {
    padding: 7px;
  }
}

@media (max-width: 430px) {
  .slayer-guide .slayer-tier-helper__controls {
    grid-template-columns: 1fr;
  }

  .slayer-guide .slayer-tier-helper__controls input {
    grid-column: auto;
  }

  .slayer-guide .slayer-tier-helper__controls .btn,
  .slayer-guide .slayer-filters-reset {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slayer-guide *,
  .slayer-guide *::before,
  .slayer-guide *::after {
    scroll-behavior: auto;
  }
}

/* Impact Hunter 1–99 guide */
.hunter-guide {
  --hunter-surface: rgba(10, 17, 29, 0.9);
  --hunter-surface-strong: rgba(7, 12, 21, 0.97);
  --hunter-border: rgba(100, 134, 170, 0.25);
  --hunter-border-gold: rgba(229, 185, 84, 0.32);
  --hunter-copy: #aeb9ca;
  --hunter-blue: #78a8d1;
  --hunter-green: #7db792;
  --hunter-gold: #e5b954;
  --hunter-risk: #e58a76;
}

.hunter-guide .announcement__inner {
  min-height: 35px;
  justify-content: flex-start;
  padding-block: 0;
  color: #9aa8bc;
  font-size: 12px;
  line-height: 1.4;
}

.hunter-guide .hunter-header {
  border-bottom-color: rgba(245, 185, 66, 0.13);
}

.hunter-guide .hunter-layout {
  grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
  max-width: 1180px;
}

.hunter-guide .guide-article > section,
.hunter-guide .guide-article > aside,
.hunter-guide .guide-article > details {
  scroll-margin-top: 150px;
}

.hunter-guide .hunter-hero {
  overflow: hidden;
  padding-block: clamp(48px, 7vw, 76px);
  background:
    radial-gradient(circle at 82% 32%, rgba(92, 143, 118, 0.13), transparent 25rem),
    radial-gradient(circle at 16% 12%, rgba(63, 105, 146, 0.14), transparent 30rem),
    linear-gradient(180deg, rgba(10, 16, 28, 0.97), rgba(6, 10, 18, 0.99));
}

.hunter-guide .hunter-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.hunter-guide .hunter-hero__copy {
  min-width: 0;
  text-align: left;
}

.hunter-guide .hunter-hero__copy h1,
.hunter-guide .hunter-hero__copy .hero__lead {
  margin-inline: 0;
}

.hunter-guide .hunter-hero__copy h1 {
  max-width: 880px;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  line-height: 1.03;
}

.hunter-guide .hunter-hero__copy .hero__lead {
  max-width: 780px;
}

.hunter-guide .hunter-hero__brand {
  width: 150px;
  height: auto;
  margin: 0 0 16px;
}

.hunter-guide .hunter-hero__principle {
  max-width: 780px;
  margin: 19px 0 0;
  border-left: 3px solid var(--hunter-gold);
  padding: 10px 0 10px 16px;
  color: #c8d2df;
  line-height: 1.65;
}

.hunter-guide .hunter-hero__principle strong {
  color: #f1d086;
}

.hunter-guide .hunter-hero__copy .hero__actions {
  justify-content: flex-start;
  margin-top: 25px;
}

.hunter-guide .hunter-hero__visual {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
  isolation: isolate;
}

.hunter-guide .hunter-hero__visual::before {
  position: absolute;
  width: min(92%, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(111, 167, 139, 0.28);
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle, rgba(50, 93, 74, 0.25), rgba(7, 12, 21, 0.2) 66%, transparent 67%);
  box-shadow:
    inset 0 0 55px rgba(71, 124, 98, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.36);
  z-index: -1;
}

.hunter-guide .hunter-hero__visual img {
  width: 96px;
  height: auto;
  image-rendering: pixelated;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.62));
}

.hunter-guide .hunter-hero__ring {
  position: absolute;
  width: min(105%, 365px);
  aspect-ratio: 1;
  border: 1px dashed rgba(229, 185, 84, 0.25);
  border-radius: 50%;
  z-index: -1;
}

.hunter-guide .hunter-hero__level {
  position: absolute;
  right: 5%;
  bottom: 13%;
  min-width: 70px;
  border: 1px solid rgba(245, 185, 66, 0.4);
  border-radius: 999px;
  padding: 8px 14px;
  color: #f1d48f;
  background: rgba(7, 12, 21, 0.91);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.hunter-guide .hunter-answer {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, 0.88fr);
  gap: 26px;
  margin-top: 22px;
  border: 1px solid var(--hunter-border);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 30px);
  background:
    linear-gradient(120deg, rgba(56, 96, 136, 0.08), transparent 48%),
    var(--hunter-surface);
}

.hunter-guide .hunter-answer > div p:first-child {
  margin-top: 0;
}

.hunter-guide .hunter-answer > div p:last-child {
  margin-bottom: 0;
}

.hunter-guide .hunter-answer__facts {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hunter-guide .hunter-answer__facts li {
  display: grid;
  gap: 3px;
  border-left: 2px solid rgba(125, 183, 146, 0.55);
  padding: 8px 0 8px 14px;
}

.hunter-guide .hunter-answer__facts strong {
  color: #eef3f8;
  font-size: 14px;
}

.hunter-guide .hunter-answer__facts span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.hunter-guide .hunter-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.hunter-guide .hunter-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid var(--hunter-border);
  border-radius: 10px;
  padding: 18px;
  background: var(--hunter-surface);
}

.hunter-guide .hunter-steps li > span {
  color: rgba(229, 185, 84, 0.78);
  font-size: 16px;
  font-weight: 900;
}

.hunter-guide .hunter-steps h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.hunter-guide .hunter-steps p {
  margin: 0;
  color: var(--hunter-copy);
  font-size: 13px;
  line-height: 1.58;
}

.hunter-guide .hunter-note,
.hunter-guide .hunter-editorial-label {
  border-left: 3px solid var(--hunter-gold);
  border-radius: 0 8px 8px 0;
  padding: 13px 16px;
  color: #c4cedb;
  background: rgba(229, 185, 84, 0.055);
  font-size: 14px;
  line-height: 1.65;
}

.hunter-guide .hunter-editorial-label strong {
  color: #f0d38e;
}

.hunter-guide .hunter-guide__figure {
  max-width: 820px;
  margin: 28px auto 10px;
  border: 1px solid var(--hunter-border);
  border-radius: 12px;
  padding: 9px;
  overflow: hidden;
  background: #060b13;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25);
}

.hunter-guide .hunter-guide__figure--compact {
  max-width: 590px;
}

.hunter-guide .hunter-guide__figure--wide {
  max-width: none;
}

.hunter-guide .hunter-guide__image-link,
.hunter-guide .hunter-guide__image-frame {
  display: block;
}

.hunter-guide .hunter-guide__image-link {
  border-radius: 8px 8px 0 0;
}

.hunter-guide .hunter-guide__image-link:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.hunter-guide .hunter-guide__image-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #02050a;
}

.hunter-guide .hunter-guide__image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hunter-guide .hunter-guide__caption {
  margin: 0;
  padding: 12px 9px 4px;
  color: #9caabc;
  font-size: 12.5px;
  line-height: 1.55;
}

.hunter-guide .hunter-route-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hunter-guide .hunter-route-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 60px;
  border: 1px solid var(--hunter-border);
  border-radius: 9px;
  padding: 11px 14px;
  color: var(--hunter-copy);
  background: var(--hunter-surface);
}

.hunter-guide .hunter-route-steps strong {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(229, 185, 84, 0.32);
  border-radius: 50%;
  color: #f1d086;
  background: rgba(229, 185, 84, 0.06);
}

.hunter-guide .hunter-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hunter-guide .hunter-stage {
  position: relative;
  min-width: 0;
  border: 1px solid var(--hunter-border);
  border-top: 3px solid var(--hunter-blue);
  border-radius: 11px;
  padding: 18px;
  background:
    linear-gradient(140deg, rgba(76, 124, 165, 0.08), transparent 54%),
    var(--hunter-surface);
}

.hunter-guide .hunter-stage--island {
  border-top-color: var(--hunter-green);
  background:
    linear-gradient(140deg, rgba(83, 143, 108, 0.09), transparent 54%),
    var(--hunter-surface);
}

.hunter-guide .hunter-stage--choice {
  border-top-color: var(--hunter-gold);
  background:
    linear-gradient(140deg, rgba(229, 185, 84, 0.085), transparent 54%),
    var(--hunter-surface);
}

.hunter-guide .hunter-stage__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.hunter-guide .hunter-stage__top span,
.hunter-guide .hunter-stage__top b,
.hunter-guide .hunter-route-badge,
.hunter-guide .hunter-risk {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}

.hunter-guide .hunter-stage__top span,
.hunter-guide .hunter-route-badge {
  color: #dfe8f1;
  background: rgba(109, 145, 179, 0.12);
}

.hunter-guide .hunter-stage__top b {
  color: #f0d38e;
  background: rgba(229, 185, 84, 0.08);
}

.hunter-guide .hunter-stage h3,
.hunter-guide .hunter-route-cards h3,
.hunter-guide .hunter-route-choice h3,
.hunter-guide .hunter-safety-grid h3,
.hunter-guide .hunter-mistakes h3 {
  margin: 0 0 8px;
  font-size: 1.04rem;
}

.hunter-guide .hunter-stage p,
.hunter-guide .hunter-route-cards p,
.hunter-guide .hunter-route-choice li,
.hunter-guide .hunter-safety-grid p,
.hunter-guide .hunter-mistakes p {
  margin: 0;
  color: var(--hunter-copy);
  font-size: 13px;
  line-height: 1.6;
}

.hunter-guide .hunter-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
  gap: 20px;
  align-items: start;
  margin-top: 22px;
}

.hunter-guide .hunter-checklist {
  margin: 0;
}

.hunter-guide .hunter-location-key {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hunter-guide .hunter-location-key div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--hunter-border);
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--hunter-surface);
}

.hunter-guide .hunter-location-key dt {
  color: #edf2f7;
  font-size: 13px;
  font-weight: 800;
}

.hunter-guide .hunter-location-key dd {
  margin: 0;
  color: #8fb3d3;
  font-size: 12px;
  font-weight: 750;
}

.hunter-guide .hunter-route-cards,
.hunter-guide .hunter-route-comparison,
.hunter-guide .hunter-safety-grid,
.hunter-guide .hunter-mistakes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hunter-guide .hunter-route-cards article,
.hunter-guide .hunter-route-choice,
.hunter-guide .hunter-safety-grid article,
.hunter-guide .hunter-mistakes article {
  min-width: 0;
  border: 1px solid var(--hunter-border);
  border-radius: 10px;
  padding: 18px;
  background: var(--hunter-surface);
}

.hunter-guide .hunter-route-badge {
  margin-bottom: 14px;
}

.hunter-guide .hunter-route-comparison {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hunter-guide .hunter-route-choice {
  border-top: 3px solid var(--hunter-green);
}

.hunter-guide .hunter-route-choice--risk {
  border-top-color: var(--hunter-risk);
}

.hunter-guide .hunter-risk {
  margin-bottom: 14px;
}

.hunter-guide .hunter-risk--wild {
  color: #ffd0c5;
  background: rgba(190, 75, 57, 0.13);
}

.hunter-guide .hunter-risk--island {
  color: #c9ead5;
  background: rgba(78, 143, 105, 0.13);
}

.hunter-guide .hunter-route-choice ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
}

.hunter-guide .hunter-wilderness-warning {
  margin-top: 18px;
  border: 1px solid rgba(218, 111, 87, 0.36);
  border-left: 4px solid var(--hunter-risk);
  border-radius: 10px;
  padding: 18px 20px;
  color: #f3cec6;
  background: rgba(93, 33, 26, 0.17);
}

.hunter-guide .hunter-wilderness-warning strong {
  color: #ffd4ca;
}

.hunter-guide .hunter-wilderness-warning p {
  margin: 7px 0 0;
  color: #c8b5b2;
  line-height: 1.65;
}

.hunter-guide .hunter-planner {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1.3fr);
  gap: 20px 24px;
  margin-top: 22px;
  border: 1px solid var(--hunter-border-gold);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 30px);
  background:
    linear-gradient(135deg, rgba(229, 185, 84, 0.07), transparent 46%),
    var(--hunter-surface-strong);
}

.hunter-guide .hunter-planner__field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.hunter-guide .hunter-planner label,
.hunter-guide .hunter-planner legend {
  color: #edf2f7;
  font-size: 13px;
  font-weight: 850;
}

.hunter-guide .hunter-planner input[type="number"] {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(125, 151, 178, 0.34);
  border-radius: 8px;
  padding: 10px 13px;
  color: var(--text);
  background: rgba(4, 8, 15, 0.86);
  font: inherit;
}

.hunter-guide .hunter-planner input[type="number"]:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 2px;
}

.hunter-guide .hunter-planner input[aria-invalid="true"] {
  border-color: rgba(229, 110, 86, 0.72);
}

.hunter-guide .hunter-planner small {
  color: var(--muted);
  font-size: 12px;
}

.hunter-guide .hunter-planner fieldset {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.hunter-guide .hunter-planner fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid var(--hunter-border);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--hunter-copy);
  background: rgba(7, 12, 21, 0.65);
  cursor: pointer;
}

.hunter-guide .hunter-planner input[type="radio"] {
  width: 19px;
  height: 19px;
  accent-color: var(--hunter-gold);
}

.hunter-guide .hunter-planner input[type="radio"]:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.hunter-guide .hunter-planner__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hunter-guide .hunter-planner__result {
  min-height: 84px;
  border: 1px solid var(--hunter-border);
  border-radius: 9px;
  padding: 16px;
  color: #b6c2d1;
  background: rgba(4, 8, 15, 0.75);
  line-height: 1.65;
}

.hunter-guide .hunter-planner__result.is-result {
  border-color: rgba(125, 183, 146, 0.44);
  color: #d4e8dc;
  background: rgba(54, 105, 75, 0.13);
}

.hunter-guide .hunter-planner__result.is-error {
  border-color: rgba(229, 110, 86, 0.48);
  color: #f0c2b8;
  background: rgba(105, 41, 31, 0.13);
}

.hunter-guide .hunter-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--hunter-border);
  border-radius: 10px;
  background: var(--hunter-surface);
}

.hunter-guide .hunter-table-wrap:focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

.hunter-guide .hunter-trap-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.hunter-guide .hunter-trap-table caption {
  padding: 14px 16px;
  color: #d9e1ea;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.hunter-guide .hunter-trap-table th,
.hunter-guide .hunter-trap-table td {
  border-top: 1px solid rgba(115, 143, 171, 0.17);
  padding: 13px 16px;
  color: var(--hunter-copy);
  font-size: 13px;
  text-align: left;
}

.hunter-guide .hunter-trap-table thead th,
.hunter-guide .hunter-trap-table tbody th {
  color: #edf2f7;
}

.hunter-guide .hunter-safety-grid,
.hunter-guide .hunter-mistakes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hunter-guide .hunter-safety-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
}

.hunter-guide .hunter-safety-grid article > span {
  grid-row: 1 / span 2;
  color: rgba(229, 185, 84, 0.74);
  font-size: 14px;
  font-weight: 900;
}

.hunter-guide .hunter-checklist--numbered {
  counter-reset: hunter-checklist;
}

.hunter-guide .hunter-checklist--numbered li {
  counter-increment: hunter-checklist;
}

.hunter-guide .hunter-checklist--numbered li::before {
  content: counter(hunter-checklist, decimal-leading-zero);
}

.hunter-guide .hunter-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 28px;
  align-items: end;
  margin-top: 32px;
  border: 1px solid var(--hunter-border-gold);
  border-radius: 12px;
  padding: clamp(22px, 4vw, 32px);
  background:
    radial-gradient(circle at 92% 18%, rgba(229, 185, 84, 0.11), transparent 15rem),
    var(--hunter-surface-strong);
}

.hunter-guide .hunter-next-step .kicker,
.hunter-guide .hunter-next-step h2,
.hunter-guide .hunter-next-step > p,
.hunter-guide .hunter-next-step > small {
  grid-column: 1;
}

.hunter-guide .hunter-next-step h2 {
  margin-bottom: 0;
}

.hunter-guide .hunter-next-step > p {
  margin: 0;
  color: var(--hunter-copy);
}

.hunter-guide .hunter-next-step .hero__actions {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  min-width: 235px;
  margin: 0;
}

.hunter-guide .hunter-next-step .hero__actions .btn {
  width: 100%;
}

.hunter-guide .hunter-next-step > small {
  color: #8594a7;
  font-size: 11px;
  line-height: 1.5;
}

.hunter-guide .hunter-new-tab-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-left: 4px;
}

.hunter-guide .guide-sources-compact {
  border-color: var(--hunter-border);
  background: var(--hunter-surface);
}

.hunter-guide .guide-sources-compact summary {
  min-height: 48px;
}

.hunter-guide .guide-sources-compact summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--gold-hover);
}

@media (max-width: 1024px) {
  .hunter-guide .hunter-layout {
    grid-template-columns: 1fr;
    max-width: 840px;
  }

  .hunter-guide .guide-toc {
    position: static;
  }

  .hunter-guide .hunter-hero__inner {
    gap: 30px;
  }

  .hunter-guide .hunter-route-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hunter-guide .hunter-hero {
    padding-block: 42px;
  }

  .hunter-guide .hunter-hero__inner,
  .hunter-guide .hunter-answer,
  .hunter-guide .hunter-method-grid,
  .hunter-guide .hunter-route-comparison,
  .hunter-guide .hunter-planner,
  .hunter-guide .hunter-next-step {
    grid-template-columns: 1fr;
  }

  .hunter-guide .hunter-hero__visual {
    min-height: 230px;
  }

  .hunter-guide .hunter-hero__visual::before {
    width: min(80%, 270px);
  }

  .hunter-guide .hunter-hero__ring {
    width: min(88%, 300px);
  }

  .hunter-guide .hunter-steps,
  .hunter-guide .hunter-route-steps,
  .hunter-guide .hunter-timeline,
  .hunter-guide .hunter-safety-grid,
  .hunter-guide .hunter-mistakes {
    grid-template-columns: 1fr;
  }

  .hunter-guide .hunter-next-step .kicker,
  .hunter-guide .hunter-next-step h2,
  .hunter-guide .hunter-next-step > p,
  .hunter-guide .hunter-next-step > small,
  .hunter-guide .hunter-next-step .hero__actions {
    grid-column: 1;
    grid-row: auto;
  }

  .hunter-guide .hunter-next-step .hero__actions {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .hunter-guide .announcement {
    position: relative;
  }

  .hunter-guide .announcement__inner {
    min-height: 0;
    padding-block: 7px;
  }

  .hunter-guide .hunter-header {
    top: 0;
  }

  .hunter-guide .guide-article > section,
  .hunter-guide .guide-article > aside,
  .hunter-guide .guide-article > details {
    scroll-margin-top: 82px;
  }

  .hunter-guide .hunter-hero__copy h1 {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  .hunter-guide .hunter-guide__figure {
    padding: 7px;
  }

  .hunter-guide .hunter-planner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hunter-guide .hunter-planner__actions .btn {
    width: 100%;
  }

  .hunter-guide .hunter-table-wrap::after {
    position: sticky;
    left: 0;
    display: block;
    width: max-content;
    padding: 8px 12px;
    color: var(--muted);
    content: "Swipe to view all columns \2192";
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .hunter-guide .hunter-stage__top {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hunter-guide *,
  .hunter-guide *::before,
  .hunter-guide *::after {
    scroll-behavior: auto;
  }
}

/* Impact Thieving 1–99 guide */
.thieving-guide {
  --thieving-home: #7fa8cf;
  --thieving-ardy: #dfb458;
  --thieving-choice: #9c83c7;
  --thieving-teal: #73b3a4;
  --thieving-surface: rgba(9, 16, 28, 0.92);
  --thieving-border: rgba(101, 137, 173, 0.28);
}

.thieving-guide .thieving-header {
  border-bottom-color: rgba(223, 180, 88, 0.16);
}

.thieving-guide .thieving-hero {
  background:
    radial-gradient(circle at 82% 30%, rgba(156, 131, 199, 0.14), transparent 24rem),
    radial-gradient(circle at 16% 12%, rgba(69, 117, 157, 0.16), transparent 30rem),
    linear-gradient(180deg, rgba(9, 15, 27, 0.98), rgba(5, 9, 17, 0.99));
}

.thieving-guide .thieving-hero__visual::before {
  border-color: rgba(126, 168, 207, 0.28);
  background:
    radial-gradient(circle, rgba(223, 180, 88, 0.12), rgba(61, 102, 139, 0.22) 34%, rgba(7, 12, 21, 0.2) 67%, transparent 68%);
}

.thieving-guide .thieving-hero__visual .thieving-hero__skill-icon {
  position: relative;
  width: clamp(112px, 10vw, 136px);
  height: auto;
  object-fit: contain;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  filter:
    drop-shadow(0 12px 16px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 12px rgba(223, 180, 88, 0.14));
  z-index: 1;
}

.thieving-guide .thieving-timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.thieving-guide .thieving-stage--home {
  border-top-color: var(--thieving-home);
}

.thieving-guide .thieving-stage--ardy {
  border-top-color: var(--thieving-ardy);
  background:
    linear-gradient(140deg, rgba(223, 180, 88, 0.085), transparent 54%),
    var(--hunter-surface);
}

.thieving-guide .thieving-stage--choice {
  border-top-color: var(--thieving-choice);
  background:
    linear-gradient(140deg, rgba(156, 131, 199, 0.09), transparent 54%),
    var(--hunter-surface);
}

.thieving-guide .thieving-branch {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 14px;
  border: 1px solid rgba(115, 179, 164, 0.3);
  border-radius: 10px;
  padding: 18px;
  background:
    linear-gradient(120deg, rgba(70, 133, 118, 0.1), transparent 45%),
    var(--thieving-surface);
}

.thieving-guide .thieving-branch > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  color: #c9ebe3;
  background: rgba(72, 139, 122, 0.14);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.thieving-guide .thieving-branch h3 {
  margin: 1px 0 7px;
  font-size: 1rem;
}

.thieving-guide .thieving-branch p {
  margin: 0;
  color: var(--hunter-copy);
  font-size: 13px;
  line-height: 1.62;
}

.thieving-guide .thieving-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.thieving-guide .thieving-home-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--thieving-border);
  border-radius: 11px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(62, 105, 145, 0.08), transparent 58%),
    var(--thieving-surface);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.thieving-guide .thieving-home-card__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.thieving-guide .thieving-home-card__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(223, 180, 88, 0.4);
  border-radius: 50%;
  color: #f1d28d;
  background: rgba(52, 42, 20, 0.18);
  font-size: 13px;
  font-weight: 900;
}

.thieving-guide .thieving-home-card__heading,
.thieving-guide .thieving-home-card__description {
  min-width: 0;
}

.thieving-guide .thieving-home-card__heading h3 {
  margin: 1px 0 4px;
  color: #edf2f7;
  font-size: 1rem;
  line-height: 1.3;
}

.thieving-guide .thieving-home-card__levels {
  margin: 0;
  color: #d8b968;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.thieving-guide .thieving-home-card__description {
  width: 100%;
  margin: 16px 0 0;
  color: var(--hunter-copy);
  font-size: 13px;
  line-height: 1.65;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.thieving-guide .thieving-method {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: center;
  margin-top: 22px;
}

.thieving-guide .thieving-method--reverse > figure {
  order: -1;
}

.thieving-guide .thieving-method > div > p:first-child {
  margin-top: 0;
}

.thieving-guide .thieving-method .thieving-guide__figure {
  max-width: none;
  margin: 0;
}

.thieving-guide .thieving-route-choice--pickpocket {
  border-top-color: var(--thieving-choice);
}

.thieving-guide .thieving-planner__result {
  grid-column: 1 / -1;
}

.thieving-guide .thieving-method-table {
  min-width: 1040px;
}

.thieving-guide .thieving-method-table code {
  white-space: nowrap;
}

.thieving-guide .thieving-efficiency-grid,
.thieving-guide .thieving-mistakes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.thieving-guide .thieving-next-step {
  border-color: rgba(223, 180, 88, 0.32);
}

.thieving-guide :is(a, button, summary, input, .hunter-table-wrap):focus-visible {
  outline: 3px solid var(--gold-hover);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .thieving-guide .thieving-timeline,
  .thieving-guide .thieving-method,
  .thieving-guide .thieving-efficiency-grid,
  .thieving-guide .thieving-mistakes {
    grid-template-columns: 1fr;
  }

  .thieving-guide .thieving-method--reverse > figure {
    order: initial;
  }

  .thieving-guide .thieving-branch {
    grid-template-columns: 1fr;
  }

  .thieving-guide .thieving-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thieving-guide .thieving-hero__visual .thieving-hero__skill-icon {
    width: 96px;
  }
}

@media (max-width: 560px) {
  .thieving-guide .thieving-home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .thieving-guide .thieving-hero__visual .thieving-hero__skill-icon {
    width: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .thieving-guide *,
  .thieving-guide *::before,
  .thieving-guide *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Roat Pkz starter guide */
.roat-starter-guide .guide-layout {
  grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
  max-width: 1180px;
  gap: clamp(34px, 5vw, 58px);
}

.roat-starter-guide .guide-toc {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--server-border-strong) transparent;
}

.roat-starter-guide .guide-article {
  max-width: 850px;
}

.roat-starter-guide .guide-article > section,
.roat-starter-guide #sources,
.roat-starter-guide .roat-starter-next-step {
  scroll-margin-top: 150px;
}

.roat-starter-guide .guide-article > section + section,
.roat-starter-guide .guide-article > .roat-starter-next-step,
.roat-starter-guide .guide-article > .roat-starter-next-step + section,
.roat-starter-guide .guide-article > #sources {
  margin-top: clamp(54px, 8vw, 76px);
}

.roat-starter-guide .guide-article code {
  border: 1px solid rgb(84 205 216 / 22%);
  border-radius: 5px;
  padding: 0.08em 0.34em;
  color: #b8f5f7;
  background: rgb(3 14 23 / 76%);
  font-size: 0.88em;
  white-space: nowrap;
}

.roat-starter-hero {
  padding-block: clamp(48px, 7vw, 78px);
  background:
    radial-gradient(circle at 84% 28%, rgb(55 190 203 / 13%), transparent 22rem),
    radial-gradient(circle at 8% 100%, rgb(245 185 66 / 6%), transparent 28rem),
    linear-gradient(180deg, rgb(7 10 18 / 18%), rgb(7 10 18 / 4%));
}

.roat-starter-guide .roat-starter-hero .server-article-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 245px);
}

.roat-starter-guide .roat-starter-hero h1 {
  max-width: 790px;
  font-size: clamp(42px, 5.8vw, 68px);
  letter-spacing: -0.035em;
}

.roat-starter-hero__principle {
  max-width: 70ch;
  margin-top: 20px !important;
  border-left: 3px solid var(--server-accent);
  padding: 12px 0 12px 16px;
  color: #b9c7d8 !important;
  background: linear-gradient(90deg, var(--server-accent-soft), transparent 82%);
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.roat-starter-hero__principle strong {
  color: var(--server-accent-bright);
}

.roat-starter-guide .server-answer {
  border: 1px solid var(--server-border);
  border-left: 4px solid var(--server-accent);
  padding: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(circle at 100% 0, var(--server-accent-soft), transparent 22rem),
    rgb(10 20 32 / 88%);
}

.roat-starter-guide .server-answer h2 {
  font-size: clamp(27px, 4vw, 39px);
}

.roat-starter-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  counter-reset: starter-step;
  list-style: none;
}

.roat-starter-steps li {
  position: relative;
  min-height: 110px;
  border: 1px solid var(--server-border);
  border-radius: 10px;
  padding: 18px 18px 18px 58px;
  background: rgb(9 17 29 / 80%);
  counter-increment: starter-step;
}

.roat-starter-steps li::before {
  content: counter(starter-step);
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--server-border-strong);
  border-radius: 50%;
  color: var(--server-accent-bright);
  background: rgb(55 190 203 / 8%);
  font-size: 12px;
  font-weight: 900;
}

.roat-starter-steps strong,
.roat-starter-steps span {
  display: block;
}

.roat-starter-steps strong {
  margin-bottom: 5px;
  color: #edf8fa;
  font-size: 15px;
  line-height: 1.4;
}

.roat-starter-steps span {
  color: #aebdce;
  font-size: 13px;
  line-height: 1.58;
}

.roat-starter-alert {
  margin-top: 24px;
  border: 1px solid rgb(245 185 66 / 28%);
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 18px 20px;
  background: rgb(245 185 66 / 7%);
}

.roat-starter-alert--security {
  border-color: var(--server-border);
  border-left-color: var(--server-accent);
  background: var(--server-accent-soft);
}

.roat-starter-alert strong {
  display: block;
  margin-bottom: 5px;
  color: #eef6fb;
}

.roat-starter-alert p {
  color: #b7c3d3;
  font-size: 14px;
  line-height: 1.65;
}

.roat-starter-concept-grid,
.roat-market-grid,
.roat-vote-panel,
.roat-route-grid,
.roat-safety-grid {
  display: grid;
  gap: 14px;
  margin-top: 25px;
}

.roat-starter-concept-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-starter-concept-grid article,
.roat-market-grid article,
.roat-vote-panel > div,
.roat-route-grid article,
.roat-safety-card {
  min-width: 0;
  border: 1px solid var(--server-border);
  border-radius: 11px;
  padding: 21px;
  background:
    linear-gradient(180deg, rgb(55 190 203 / 4%), transparent 8rem),
    rgb(9 17 29 / 82%);
}

.roat-starter-concept-grid h3,
.roat-market-grid h3,
.roat-vote-panel h3,
.roat-route-grid h3,
.roat-safety-card h3 {
  margin-top: 12px;
}

.roat-starter-concept-grid p,
.roat-market-grid p,
.roat-vote-panel p,
.roat-route-grid li,
.roat-safety-card p {
  color: #acb9ca;
  font-size: 13.5px;
  line-height: 1.65;
}

.roat-starter-status,
.roat-market-grid article > span,
.roat-safety-card > span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.roat-starter-status--spawn,
.roat-safety-card--safe > span,
.roat-safety-card--service > span {
  border-color: rgb(52 211 153 / 36%);
  color: #84e7bd;
  background: rgb(16 185 129 / 8%);
}

.roat-starter-status--earned,
.roat-safety-card--danger > span {
  border-color: rgb(245 185 66 / 40%);
  color: #ffd174;
  background: rgb(245 185 66 / 8%);
}

.roat-starter-status--currency,
.roat-market-grid article > span {
  border-color: var(--server-border-strong);
  color: var(--server-accent-bright);
  background: var(--server-accent-soft);
}

.roat-safety-card--critical > span {
  border-color: rgb(248 113 113 / 45%);
  color: #fca5a5;
  background: rgb(239 68 68 / 9%);
}

.roat-starter-conflict-note,
.roat-starter-route-note {
  margin-top: 18px !important;
  border-left: 3px solid #f1b74a;
  padding: 12px 15px;
  color: #c9d2df !important;
  background: rgb(245 185 66 / 7%);
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.roat-command-flow {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.roat-command-flow li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  border: 1px solid var(--server-border);
  border-radius: 10px;
  padding: 17px 18px;
  background: rgb(9 17 29 / 76%);
}

.roat-command-flow li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--server-border-strong);
  border-radius: 9px;
  color: var(--server-accent-bright);
  background: var(--server-accent-soft);
  font-size: 13px;
  font-weight: 900;
}

.roat-command-flow h3 {
  margin-bottom: 4px;
  font-size: 16px;
}

.roat-command-flow p {
  font-size: 14px;
  line-height: 1.62;
}

.roat-command-tools {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.75fr) auto;
  align-items: end;
  gap: 12px;
  margin-top: 24px;
  border: 1px solid var(--server-border);
  border-radius: 10px 10px 0 0;
  padding: 16px;
  background: rgb(9 17 29 / 92%);
}

.roat-command-tools[hidden] {
  display: none;
}

.roat-command-tools label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #c6d4df;
  font-size: 12px;
  font-weight: 800;
}

.roat-command-tools input,
.roat-command-tools select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--server-border);
  border-radius: 8px;
  padding: 9px 11px;
  color: #eef8fa;
  background: #08111d;
  font: inherit;
  font-size: 14px;
}

.roat-command-tools input::placeholder {
  color: #718095;
}

.roat-command-tools input:focus-visible,
.roat-command-tools select:focus-visible {
  outline: 3px solid var(--server-accent-bright);
  outline-offset: 2px;
  border-color: transparent;
}

.roat-command-tools__count {
  align-self: center;
  min-width: 118px;
  margin: 20px 0 0 !important;
  color: #9fb0c4 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  text-align: right;
}

.roat-command-tools + .roat-command-directory {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.roat-command-directory .server-table {
  min-width: 870px;
}

.roat-command-directory tbody tr[hidden] {
  display: none;
}

.roat-command-directory code {
  color: #c3f8fa;
  background: transparent;
  border: 0;
  padding: 0;
}

.roat-safety {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.3;
  white-space: nowrap;
}

.roat-safety--safe {
  border-color: rgb(52 211 153 / 32%);
  color: #8de6c0;
  background: rgb(16 185 129 / 7%);
}

.roat-safety--verify {
  border-color: rgb(245 185 66 / 35%);
  color: #f7cb76;
  background: rgb(245 185 66 / 7%);
}

.roat-safety--danger {
  border-color: rgb(248 113 113 / 38%);
  color: #fca5a5;
  background: rgb(239 68 68 / 8%);
}

.roat-command-empty {
  margin-top: 12px !important;
  border: 1px dashed var(--server-border);
  border-radius: 9px;
  padding: 15px 17px;
  color: #c1cedc !important;
  background: var(--server-accent-soft);
  font-size: 14px !important;
}

.roat-kits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(24px, 5vw, 46px);
  margin-top: 24px;
}

.roat-kits-workflow {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: kit-step;
}

.roat-kits-workflow li {
  position: relative;
  padding-left: 34px;
  color: #b3c0d0;
  font-size: 14px;
  line-height: 1.65;
  counter-increment: kit-step;
}

.roat-kits-workflow li::before {
  content: counter(kit-step);
  position: absolute;
  top: 0.12em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--server-border);
  border-radius: 50%;
  color: var(--server-accent-bright);
  font-size: 10px;
  font-weight: 900;
}

.roat-kits-figure {
  margin: 0;
  border: 1px solid var(--server-border);
  border-radius: 12px;
  padding: 12px;
  background: rgb(4 10 17 / 88%);
  box-shadow: 0 20px 48px rgb(0 0 0 / 26%);
}

.roat-kits-figure img {
  display: block;
  width: min(100%, 502px);
  height: auto;
  margin-inline: auto;
  border-radius: 5px;
  image-rendering: auto;
}

.roat-kits-figure figcaption {
  padding: 10px 5px 2px;
  color: #8596aa;
  font-size: 11.5px;
  line-height: 1.5;
  text-align: center;
}

.roat-market-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roat-starter-bullets {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.roat-starter-bullets li {
  position: relative;
  border-bottom: 1px solid rgb(148 163 184 / 13%);
  padding: 0 0 10px 24px;
  font-size: 14px;
  line-height: 1.65;
}

.roat-starter-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--server-accent-bright);
  font-weight: 900;
}

.roat-vote-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-vote-panel__step {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--server-border-strong);
  border-radius: 9px;
  color: var(--server-accent-bright);
  background: var(--server-accent-soft);
  font-size: 12px;
  font-weight: 900;
}

.roat-route-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-route-grid article {
  position: relative;
  overflow: hidden;
  padding-top: 58px;
}

.roat-route-grid__number {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgb(145 237 242 / 16%);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
}

.roat-route-grid ol {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.roat-bank-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.roat-bank-plan > div {
  border: 1px solid var(--server-border);
  border-radius: 10px;
  padding: 18px;
  background: rgb(9 17 29 / 78%);
}

.roat-bank-plan strong {
  display: block;
  margin-bottom: 5px;
  color: var(--server-accent-bright);
}

.roat-bank-plan p {
  font-size: 13.5px;
  line-height: 1.62;
}

.roat-inline-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  border: 1px solid var(--server-border-strong);
  border-radius: 8px;
  padding: 9px 13px;
  color: var(--server-accent-bright) !important;
  background: var(--server-accent-soft);
  font-weight: 850;
  text-decoration: none !important;
}

.roat-inline-cta:hover {
  border-color: var(--server-accent-bright);
  background: rgb(55 190 203 / 13%);
}

.roat-inline-cta:focus-visible {
  outline: 3px solid var(--server-accent-bright);
  outline-offset: 3px;
}

.roat-safety-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roat-safety-card--safe {
  border-color: rgb(52 211 153 / 28%);
}

.roat-safety-card--danger {
  border-color: rgb(245 185 66 / 34%);
}

.roat-safety-card--critical {
  border-color: rgb(248 113 113 / 36%);
}

.roat-mistake-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.roat-mistake-list li {
  border: 1px solid rgb(248 113 113 / 20%);
  border-radius: 9px;
  padding: 15px 16px;
  background: rgb(127 29 29 / 7%);
  color: #adbaca;
  font-size: 13.5px;
  line-height: 1.62;
}

.roat-final-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: final-step;
  list-style: none;
}

.roat-final-checklist li {
  position: relative;
  min-height: 64px;
  border: 1px solid var(--server-border);
  border-radius: 9px;
  padding: 14px 15px 14px 48px;
  background: rgb(9 17 29 / 76%);
  color: #bdc8d7;
  font-size: 13.5px;
  line-height: 1.55;
  counter-increment: final-step;
}

.roat-final-checklist li::before {
  content: counter(final-step);
  position: absolute;
  top: 13px;
  left: 13px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #07111b;
  background: var(--server-accent);
  font-size: 10px;
  font-weight: 950;
}

.roat-starter-guide .roat-starter-next-step,
.roat-starter-guide #faq {
  margin-top: clamp(54px, 8vw, 76px);
}

.roat-starter-guide #sources {
  margin-bottom: 0;
  border-color: var(--server-border);
  background: rgb(7 13 23 / 76%);
}

@media (max-width: 900px) {
  .roat-starter-guide .guide-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-starter-guide .guide-toc {
    max-height: none;
    overflow: visible;
  }

  .roat-starter-guide .guide-article {
    max-width: none;
  }

  .roat-starter-guide .roat-starter-hero .server-article-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-starter-guide .roat-starter-hero .server-article-hero__logo {
    width: min(44vw, 210px);
  }

  .roat-starter-concept-grid,
  .roat-route-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-kits-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-kits-figure {
    width: min(100%, 530px);
    margin-inline: auto;
  }

}

@media (max-width: 700px) {
  .roat-starter-steps,
  .roat-market-grid,
  .roat-vote-panel,
  .roat-safety-grid,
  .roat-bank-plan,
  .roat-mistake-list,
  .roat-final-checklist {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-command-tools {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-command-tools__count {
    min-width: 0;
    margin-top: 0 !important;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .roat-starter-guide .announcement {
    position: relative;
  }

  .roat-starter-guide .announcement__inner {
    min-height: 35px;
    padding-block: 3px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .roat-starter-guide .server-article-hero {
    padding-block: 38px 44px;
  }

  .roat-starter-guide .roat-starter-hero h1 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .roat-starter-guide .guide-layout {
    padding-block: 48px 70px;
  }

  .roat-starter-guide .guide-article > section + section,
  .roat-starter-guide .guide-article > .roat-starter-next-step,
  .roat-starter-guide .guide-article > .roat-starter-next-step + section,
  .roat-starter-guide .guide-article > #sources {
    margin-top: 50px;
  }
}

@media (max-width: 430px) {
  .roat-starter-guide .shell {
    width: min(100% - 24px, 1120px);
  }

  .roat-starter-guide .breadcrumbs {
    flex-wrap: wrap;
    gap: 7px;
  }

  .roat-starter-guide .server-answer,
  .roat-starter-guide .roat-starter-next-step {
    padding: 20px;
  }

  .roat-starter-steps li {
    min-height: 0;
  }

  .roat-command-flow li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
  }

  .roat-command-flow li > span {
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roat-starter-guide *,
  .roat-starter-guide *::before,
  .roat-starter-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Roat Pkz Donator ranks guide */
.roat-donator-ranks-guide {
  --roat-rank-cyan: #67dce4;
  --roat-rank-gold: #efbd55;
  --roat-rank-surface: #0b1523;
  --roat-rank-surface-2: #101c2c;
}

.roat-donator-ranks-guide [id] {
  scroll-margin-top: 122px;
}

.roat-donator-ranks-guide .guide-article {
  min-width: 0;
}

.roat-donator-ranks-guide .guide-article > section + section,
.roat-donator-ranks-guide .guide-article > section + details,
.roat-donator-ranks-guide .guide-article > details + section {
  margin-top: 72px;
}

.roat-rank-hero .server-article-hero__inner {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.roat-rank-hero__principle {
  max-width: 62ch;
  color: #c8d4e5;
}

.roat-rank-hero__icons {
  display: grid;
  grid-template-columns: repeat(3, 104px);
  justify-content: center;
  align-items: center;
  gap: 22px 10px;
  padding: 34px 24px;
  border: 1px solid rgba(103, 220, 228, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(67, 164, 181, 0.13), transparent 60%),
    rgba(7, 14, 25, 0.72);
}

.roat-rank-hero__icons img,
.roat-rank-ladder img,
.roat-rank-table img,
.roat-rank-card__icon img,
.roat-tier-focus > img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.roat-rank-hero__icons img {
  display: block;
  max-width: 88px;
  max-height: 72px;
  width: auto;
  height: auto;
  margin: auto;
  object-fit: contain;
}

.roat-rank-ladder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
  counter-reset: roat-rank;
}

.roat-rank-ladder li {
  min-width: 0;
  counter-increment: roat-rank;
}

.roat-rank-ladder a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--server-border);
  border-radius: 14px;
  background: var(--roat-rank-surface);
  color: #eff7ff;
  text-decoration: none;
}

.roat-rank-ladder a:hover {
  border-color: var(--roat-rank-cyan);
  background: var(--roat-rank-surface-2);
}

.roat-rank-ladder a:focus-visible,
.roat-rank-finder input:focus-visible + span,
.roat-rank-finder__reset:focus-visible,
.roat-rank-table-wrap:focus-visible,
.roat-benefits-matrix summary:focus-visible,
.roat-donator-ranks-guide .server-table-wrap[tabindex]:focus-visible {
  outline: 3px solid var(--roat-rank-cyan);
  outline-offset: 3px;
}

.roat-rank-ladder__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 80px;
}

.roat-rank-ladder__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}

.roat-rank-ladder strong,
.roat-rank-ladder small {
  display: block;
}

.roat-rank-ladder strong {
  margin-bottom: 6px;
  color: #fff;
}

.roat-rank-ladder small {
  color: #aebbd0;
  line-height: 1.45;
}

.roat-rank-finder {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(103, 220, 228, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(20, 40, 58, 0.82), rgba(8, 16, 28, 0.96)),
    var(--roat-rank-surface);
}

.roat-rank-finder fieldset {
  min-width: 0;
  margin: 24px 0 14px;
  padding: 0;
  border: 0;
}

.roat-rank-finder legend {
  margin-bottom: 14px;
  color: #f4f8ff;
  font-weight: 800;
}

.roat-rank-finder__options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.roat-rank-finder__options label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid #2a4058;
  border-radius: 10px;
  background: rgba(7, 15, 27, 0.8);
  color: #c7d3e4;
  cursor: pointer;
}

.roat-rank-finder__options label:has(input:checked) {
  border-color: var(--roat-rank-cyan);
  background: rgba(42, 124, 140, 0.18);
  color: #f7fdff;
}

.roat-rank-finder__options input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: var(--roat-rank-cyan);
}

.roat-rank-finder__reset {
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #39516d;
  border-radius: 9px;
  background: transparent;
  color: #c9d5e6;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.roat-rank-finder__result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(239, 189, 85, 0.28);
  border-radius: 12px;
  background: rgba(7, 14, 24, 0.9);
}

.roat-rank-finder__result h3 {
  margin: 0 0 8px;
  color: #f6cd72;
}

.roat-rank-finder__result p:last-child,
.roat-rank-finder__result ul:last-child {
  margin-bottom: 0;
}

.roat-rank-finder__result a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  color: var(--roat-rank-cyan);
  font-weight: 800;
}

.server-table-swipe {
  display: none;
  color: #9fb0c7;
  font-size: 0.84rem;
}

.roat-rank-table-wrap {
  overscroll-behavior-inline: contain;
}

.roat-rank-table {
  min-width: 1160px;
}

.roat-rank-table tbody th span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.roat-rank-table tbody th img {
  width: auto;
  height: auto;
  max-width: 26px;
  max-height: 26px;
}

.roat-rank-caveat {
  margin-top: 14px;
  color: #a9b6ca;
  font-size: 0.92rem;
}

.roat-benefits-matrix {
  border: 1px solid var(--server-border);
  border-radius: 14px;
  background: var(--roat-rank-surface);
  overflow: clip;
}

.roat-benefits-matrix > summary {
  min-height: 50px;
  padding: 15px 18px;
  color: #eef8ff;
  font-weight: 800;
  cursor: pointer;
}

.roat-benefits-matrix .server-table-wrap {
  border: 0;
  border-top: 1px solid var(--server-border);
  border-radius: 0;
}

.roat-benefits-matrix table {
  min-width: 920px;
}

.roat-matrix-group th {
  background: #14263a;
  color: #89e2e7;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roat-acquisition-grid,
.roat-rank-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.roat-acquisition-grid article,
.roat-rank-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--server-border);
  border-radius: 16px;
  background: var(--roat-rank-surface);
}

.roat-acquisition-grid article {
  display: flex;
  flex-direction: column;
}

.roat-acquisition-grid p {
  flex: 1 1 auto;
}

.roat-acquisition-grid .btn {
  align-self: flex-start;
  min-height: 48px;
}

.roat-acquisition-grid svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.roat-rank-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roat-rank-card {
  display: flex;
  flex-direction: column;
  scroll-margin-top: 122px;
}

.roat-rank-card__icon {
  display: grid;
  place-items: center;
  min-height: 104px;
  margin: -4px 0 12px;
}

.roat-rank-card__icon img {
  width: auto;
  height: auto;
  max-width: 112px;
  max-height: 88px;
}

.roat-rank-card h3 {
  margin: 0 0 12px;
  color: #f4cc72;
}

.roat-rank-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 6px 0 16px;
}

.roat-rank-card dl div {
  padding: 10px;
  border: 1px solid #23384e;
  border-radius: 9px;
  background: #08121f;
}

.roat-rank-card dt {
  color: #93a6bd;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.roat-rank-card dd {
  margin: 4px 0 0;
  color: #eef7ff;
  font-weight: 800;
}

.roat-rank-card__limit {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #22364b;
  color: #aebbd0;
}

.roat-tier-focus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--server-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #101c2c, #08111e);
}

.roat-tier-focus--royal {
  border-color: rgba(68, 216, 239, 0.32);
}

.roat-tier-focus--divine {
  border-color: rgba(75, 225, 105, 0.28);
}

.roat-tier-focus > img {
  display: block;
  width: 128px;
  height: 96px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .roat-rank-finder__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .roat-rank-hero .server-article-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-rank-hero__icons {
    width: min(100%, 460px);
  }

  .roat-rank-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .server-table-swipe {
    display: block;
  }
}

@media (max-width: 600px) {
  .roat-donator-ranks-guide .announcement {
    position: relative;
  }

  .roat-donator-ranks-guide .announcement__inner {
    min-height: 35px;
    padding-block: 4px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .roat-donator-ranks-guide [id],
  .roat-donator-ranks-guide .roat-rank-card {
    scroll-margin-top: 82px;
  }

  .roat-rank-hero__icons {
    grid-template-columns: repeat(3, 72px);
    gap: 16px 4px;
    padding: 22px 12px;
  }

  .roat-rank-hero__icons img {
    max-width: 62px;
    max-height: 58px;
  }

  .roat-rank-ladder,
  .roat-rank-card-grid,
  .roat-acquisition-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-rank-ladder a {
    min-height: 96px;
  }

  .roat-rank-finder__options {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-tier-focus {
    grid-template-columns: minmax(0, 1fr);
  }

  .roat-tier-focus > img {
    grid-row: 1;
  }
}

@media (max-width: 430px) {
  .roat-donator-ranks-guide .shell {
    width: min(100% - 24px, 1120px);
  }

  .roat-rank-finder,
  .roat-acquisition-grid article,
  .roat-rank-card,
  .roat-tier-focus {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roat-donator-ranks-guide *,
  .roat-donator-ranks-guide *::before,
  .roat-donator-ranks-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Shared guide header positioning and context */
.site-header:has(.guide-header-nav) {
  top: 35px;
}

.guide-context__hub-link:focus-visible {
  outline: 3px solid var(--gold-hover, #ffd36d);
  outline-offset: 3px;
}

.guide-header-nav a[aria-current="page"] {
  color: var(--gold);
  font-weight: 800;
}

.guide-context {
  border-bottom: 1px solid rgba(122, 153, 190, 0.18);
  background:
    linear-gradient(90deg, rgba(12, 22, 36, 0.96), rgba(8, 15, 27, 0.94));
}

.guide-context__inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.guide-context__identity {
  display: grid;
  gap: 1px;
  min-width: 0;
  margin: 0;
  line-height: 1.25;
}

.guide-context__label {
  color: #8999ae;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-context__server {
  color: var(--text, #f5f7fb);
  font-size: 14px;
  font-weight: 850;
}

.guide-context__hub-link {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #d9e2ef;
  font-size: 13px;
  font-weight: 800;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.guide-context__hub-link:hover {
  color: var(--gold, #f5b942);
  transform: translateX(-2px);
}

@media (max-width: 560px) {
  .guide-context__inner {
    min-height: 56px;
    gap: 10px;
  }

  .guide-context__hub-link {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .site-header:has(.guide-header-nav) {
    top: auto;
  }

  .site-header.has-mobile-menu:has(.guide-header-nav) .header__inner {
    min-height: 64px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .site-header.has-mobile-menu:has(.guide-header-nav) .logo {
    width: auto;
    flex: 0 0 auto;
  }

  .site-header.has-mobile-menu:has(.guide-header-nav) .site-menu-toggle {
    margin-left: auto;
    width: 44px;
    flex-basis: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-context__hub-link {
    transition: none;
  }

  .guide-context__hub-link:hover {
    transform: none;
  }
}

/* Shared related-guide navigation */
.related-guides {
  --related-guides-accent: var(--gold, #f5b942);
  --related-guides-border: rgba(122, 153, 190, 0.28);
  --related-guides-border-hover: rgba(245, 185, 66, 0.68);
  position: relative;
  padding-top: clamp(2.25rem, 5vw, 3.75rem);
  border-top: 1px solid var(--related-guides-border);
}

.related-guides__header {
  max-width: 46rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.8rem);
}

.related-guides__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--related-guides-accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.related-guides__header h2 {
  margin: 0;
  scroll-margin-top: 8rem;
  color: var(--text, #f5f7fb);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.related-guides__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
  gap: clamp(0.8rem, 2vw, 1rem);
}

.related-guide-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 13.5rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--related-guides-border);
  border-radius: 13px;
  padding: clamp(1.15rem, 2.4vw, 1.45rem);
  background:
    linear-gradient(145deg, rgba(18, 31, 49, 0.96), rgba(8, 16, 29, 0.98));
  color: var(--text, #f5f7fb);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.related-guides a.related-guide-card {
  color: var(--text, #f5f7fb);
  text-decoration: none !important;
}

.related-guide-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--related-guides-accent);
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 160ms ease;
}

.related-guide-card:hover {
  transform: translateY(-3px);
  border-color: var(--related-guides-border-hover);
  background:
    linear-gradient(145deg, rgba(22, 38, 59, 0.98), rgba(9, 19, 33, 0.99));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.related-guide-card:hover::before,
.related-guide-card:focus-visible::before {
  transform: scaleX(1);
}

.related-guide-card:focus-visible {
  outline: 3px solid var(--related-guides-accent);
  outline-offset: 4px;
  border-color: var(--related-guides-border-hover);
}

.related-guide-card__content {
  min-width: 0;
}

.related-guide-card h3 {
  margin: 0;
  color: var(--text, #f5f7fb);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.35;
}

.related-guide-card p {
  margin: 0.7rem 0 0;
  color: var(--muted, #aebbd0);
  font-size: 0.92rem;
  line-height: 1.65;
}

.related-guide-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(122, 153, 190, 0.2);
  color: var(--related-guides-accent);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}

.related-guide-card__cta::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 1rem;
  transition: transform 160ms ease;
}

.related-guide-card:hover .related-guide-card__cta::after {
  transform: translateX(3px);
}

@media (min-width: 601px) {
  .related-guides__grid:has(> .related-guide-card:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .related-guides__grid:not(:has(> .related-guide-card:nth-child(4))) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .related-guides {
    padding-top: 2rem;
  }

  .related-guides__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .related-guide-card {
    min-height: 0;
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .related-guide-card,
  .related-guide-card::before,
  .related-guide-card__cta::after {
    transition: none;
  }
}
