.guide-page,
.guide-modal {
  --guide-yellow: #f8e71c;
  --guide-accent-rgb: 248, 231, 28;
  --guide-yellow-soft: rgba(var(--guide-accent-rgb), 0.12);
  --guide-cyan: #55c7e8;
  --guide-red: #ff6262;
  --guide-green: #0bb783;
  --guide-surface: #151515;
  --guide-raised: #1a1a1a;
  --guide-deep: #0d0d0d;
  --guide-line: rgba(255, 255, 255, 0.09);
  --guide-line-strong: rgba(255, 255, 255, 0.16);
  --guide-copy: #f7f7f7;
  --guide-muted: #8c8c8c;
}

.guide-theme-blue .guide-page,
.guide-theme-blue .guide-modal {
  --guide-yellow: #55c7e8;
  --guide-accent-rgb: 85, 199, 232;
}

.guide-theme-rose .guide-page,
.guide-theme-rose .guide-modal {
  --guide-yellow: #ff5d7a;
  --guide-accent-rgb: 255, 93, 122;
}

.guide-theme-purple .guide-page,
.guide-theme-purple .guide-modal {
  --guide-yellow: #a970ff;
  --guide-accent-rgb: 169, 112, 255;
}

.guide-page {
  position: relative;
  display: grid;
  gap: 20px;
  min-height: calc(100vh - 131px);
  padding-bottom: 22px;
  isolation: isolate;
}

.guide-shell.body-bg::before {
  display: none;
}

.guide-spoof-shell.body-bg::before {
  background-image:
    radial-gradient(circle at 82% 4%, rgba(255, 93, 122, 0.055), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
}

.guide-instructions-shell.body-bg::before {
  background-image:
    radial-gradient(circle at 82% 4%, rgba(85, 199, 232, 0.055), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
}

.guide-page::before {
  position: fixed;
  z-index: -1;
  inset: 83px 0 0 0;
  background:
    radial-gradient(circle at 82% 4%, rgba(var(--guide-accent-rgb), 0.045), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  content: "";
  pointer-events: none;
}

.guide-hero,
.guide-detail-hero,
.guide-route-section,
.guide-readiness,
.guide-preview-section,
.guide-product-selector,
.guide-spoofer-selector,
.guide-procedure,
.guide-spoof-library,
.guide-safety-panel,
.guide-tip-panel,
.guide-spoof-controls {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 7px;
  background: linear-gradient(145deg, #181818, #101010 74%);
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  min-height: 360px;
  background:
    linear-gradient(104deg, rgba(var(--guide-accent-rgb), 0.11), transparent 39%),
    linear-gradient(145deg, #191919, #0d0d0d 76%);
}

.guide-hero::before,
.guide-detail-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--guide-yellow);
  content: "";
}

.guide-hero::after {
  position: absolute;
  top: -190px;
  right: 18%;
  width: 240px;
  height: 720px;
  background: linear-gradient(90deg, transparent, rgba(var(--guide-accent-rgb), 0.045), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(22deg);
}

.guide-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 48px;
}

.guide-kicker,
.guide-section-heading > div > span,
.guide-safety-panel > div > span,
.guide-tip-panel > div > span,
.guide-step-body > span,
.guide-module-label,
.guide-modal-head > div > span,
.guide-recurring span {
  color: var(--guide-yellow);
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 830px;
  margin: 11px 0 15px;
  color: var(--guide-copy);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.guide-hero-copy > p {
  max-width: 750px;
  margin: 0;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.8;
}

.guide-telemetry {
  display: flex;
  max-width: 720px;
  gap: 0;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(7, 7, 7, 0.48);
}

.guide-telemetry > div {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.guide-telemetry > div:last-child {
  border-right: 0;
}

.guide-telemetry strong {
  color: var(--guide-yellow);
  font-size: 21px;
  font-weight: 850;
}

.guide-telemetry span {
  color: #757575;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.guide-hero-art {
  --nova-charge: 0;
  --nova-opacity: 0;
  --nova-ring-opacity: 0;
  --nova-turn: 0turn;
  --nova-rotation: 0deg;
  --nova-brightness: 1;
  --nova-glow: 60px;
  --nova-glow-alpha: 0.12;
  --nova-inset-glow: 8px;
  --nova-inset-alpha: 0;
  --nova-text-alpha: 0.48;
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid rgba(var(--guide-accent-rgb), 0.13);
  cursor: grab;
  background:
    radial-gradient(circle at center, rgba(var(--guide-accent-rgb), 0.09), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 13px);
  isolation: isolate;
  touch-action: pan-y;
  user-select: none;
}

.guide-hero-art.is-tracking {
  cursor: grabbing;
}

.guide-void-backdrop,
.guide-charge-ring,
.guide-nova,
.guide-nova-particles {
  position: absolute;
  pointer-events: none;
}

.guide-void-backdrop {
  z-index: 1;
  inset: 0;
  opacity: var(--nova-opacity);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.13) 0 1%, rgba(var(--guide-accent-rgb), 0.22) 3%, rgba(18, 17, 3, 0.94) 24%, transparent 61%),
    repeating-conic-gradient(from 12deg at center, rgba(var(--guide-accent-rgb), 0.09) 0 2deg, transparent 2deg 14deg);
  filter: saturate(1.25);
  transition: opacity 0.18s ease;
}

.guide-charge-ring {
  z-index: 2;
  width: 334px;
  height: 334px;
  border-radius: 50%;
  opacity: var(--nova-ring-opacity);
  background: conic-gradient(from -90deg, #ffffff 0turn, var(--guide-yellow) var(--nova-turn), transparent 0);
  filter: drop-shadow(0 0 8px rgba(var(--guide-accent-rgb), 0.88));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  transform: rotate(var(--nova-rotation));
}

.guide-core {
  position: relative;
  z-index: 3;
  display: grid;
  width: 126px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.5);
  border-radius: 28px;
  color: var(--guide-yellow);
  background: linear-gradient(145deg, rgba(var(--guide-accent-rgb), 0.13), rgba(10, 10, 10, 0.94));
  box-shadow: 0 0 60px rgba(var(--guide-accent-rgb), 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.guide-core-mark {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  transform: rotate(-45deg);
}

.guide-core-mark i {
  font-size: 54px;
  line-height: 0.88;
}

.guide-core-mark span {
  color: #777;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-indent: 0.14em;
}

.guide-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.16);
  border-radius: 50%;
  transition: border-color 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.guide-orbit::before {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--guide-yellow);
  box-shadow: 0 0 14px rgba(var(--guide-accent-rgb), 0.8);
  content: "";
}

.guide-orbit-one {
  width: 226px;
  height: 226px;
  animation: guideOrbit 13s linear infinite;
}

.guide-orbit-two {
  width: 310px;
  height: 310px;
  border-style: dashed;
  opacity: 0.55;
  animation: guideOrbitReverse 20s linear infinite;
}

.guide-hero-art.is-charging .guide-orbit-one {
  border-color: rgba(var(--guide-accent-rgb), 0.82);
  filter: drop-shadow(0 0 11px rgba(var(--guide-accent-rgb), 0.66));
  animation-duration: 2.1s;
}

.guide-hero-art.is-charging .guide-orbit-two {
  border-color: rgba(255, 243, 106, 0.56);
  filter: drop-shadow(0 0 16px rgba(var(--guide-accent-rgb), 0.46));
  opacity: 0.9;
  animation-duration: 3.1s;
}

.guide-hero-art.is-charging .guide-core {
  border-color: rgba(255, 243, 106, 0.94);
  filter: brightness(var(--nova-brightness));
  box-shadow:
    0 0 var(--nova-glow) rgba(var(--guide-accent-rgb), var(--nova-glow-alpha)),
    inset 0 0 var(--nova-inset-glow) rgba(255, 255, 255, var(--nova-inset-alpha));
}

.guide-hero-art.is-charging .guide-core-mark span {
  color: rgba(255, 243, 106, var(--nova-text-alpha));
}

.guide-hero-art.is-primed .guide-core,
.guide-hero-art.is-primed .guide-orbit {
  animation-duration: 0.55s;
}

.guide-hero-art.is-primed .guide-core {
  animation-name: guideCorePrimed;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.guide-nova {
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 18px 8px #fff, 0 0 48px 22px rgba(var(--guide-accent-rgb), 0.92), 0 0 110px 48px rgba(92, 78, 0, 0.78);
  transform: translate(-50%, -50%) scale(0.1);
}

.guide-nova::before {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255, 252, 218, 0.96);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(var(--guide-accent-rgb), 0.94), inset 0 0 18px rgba(255, 255, 255, 0.72);
  content: "";
  transform: translate(-50%, -50%);
}

.guide-nova::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.9);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.guide-nova span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 430px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9), transparent);
  filter: blur(1px);
  transform: translate(-50%, -50%) rotate(0deg) scaleY(0);
}

.guide-nova span:nth-child(1) { --nova-ray: 0deg; }
.guide-nova span:nth-child(2) { --nova-ray: 60deg; transform: translate(-50%, -50%) rotate(60deg) scaleY(0); }
.guide-nova span:nth-child(3) { --nova-ray: 120deg; transform: translate(-50%, -50%) rotate(120deg) scaleY(0); }

.guide-nova-particles {
  z-index: 7;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
}

.guide-nova-particle {
  position: absolute;
  width: var(--nova-size, 3px);
  height: var(--nova-size, 3px);
  border-radius: 50%;
  opacity: 0;
  background: var(--nova-color, #fff);
  box-shadow: 0 0 10px var(--nova-color, #fff);
}

.guide-hero-art.is-nova .guide-void-backdrop {
  animation: guideVoidBackdrop 1.7s ease-out both;
}

.guide-hero-art.is-nova .guide-core {
  animation: guideCoreNova 1.55s cubic-bezier(0.16, 0.74, 0.18, 1) both;
}

.guide-hero-art.is-nova .guide-orbit-one {
  animation: guideOrbitNovaOne 1.45s ease-out both;
}

.guide-hero-art.is-nova .guide-orbit-two {
  animation: guideOrbitNovaTwo 1.65s ease-out both;
}

.guide-hero-art.is-nova .guide-nova {
  animation: guideNovaBurst 1.55s ease-out both;
}

.guide-hero-art.is-nova .guide-nova::before {
  animation: guideNovaShockwave 1.45s cubic-bezier(0.11, 0.72, 0.22, 1) both;
}

.guide-hero-art.is-nova .guide-nova::after {
  animation: guideNovaShockwave 1.7s 0.08s cubic-bezier(0.11, 0.72, 0.22, 1) both;
}

.guide-hero-art.is-nova .guide-nova span {
  animation: guideNovaRay 0.78s ease-out both;
}

.guide-hero-art.is-nova .guide-nova span:nth-child(2) { animation-delay: 0.025s; }
.guide-hero-art.is-nova .guide-nova span:nth-child(3) { animation-delay: 0.05s; }

.guide-hero-art.is-nova .guide-nova-particle {
  animation: guideNovaParticle 1.2s var(--nova-delay, 0s) cubic-bezier(0.12, 0.7, 0.22, 1) both;
}

.guide-hero-art.is-nova .guide-signal span {
  background: #fff8a6;
  box-shadow: 0 0 18px 5px rgba(var(--guide-accent-rgb), 0.9);
}

@keyframes guideOrbit { to { transform: rotate(360deg); } }
@keyframes guideOrbitReverse { to { transform: rotate(-360deg); } }
@keyframes guideCorePrimed {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(45deg) scale(1.08); }
}
@keyframes guideVoidBackdrop {
  0% { opacity: 1; filter: brightness(1.4) saturate(1.5); }
  22% { opacity: 1; filter: brightness(2.5) saturate(0); }
  100% { opacity: 0; filter: brightness(1) saturate(1); }
}
@keyframes guideCoreNova {
  0% { opacity: 1; transform: rotate(45deg) scale(1.08); }
  12% { opacity: 0.15; transform: rotate(45deg) scale(0.18); }
  32% { opacity: 1; transform: rotate(225deg) scale(1.2); }
  100% { opacity: 1; transform: rotate(405deg) scale(1); }
}
@keyframes guideOrbitNovaOne {
  0% { opacity: 1; transform: rotate(0) scale(1); }
  24% { opacity: 0.25; transform: rotate(250deg) scale(0.18); }
  52% { opacity: 1; transform: rotate(610deg) scale(1.38); }
  100% { opacity: 1; transform: rotate(900deg) scale(1); }
}
@keyframes guideOrbitNovaTwo {
  0% { opacity: 0.9; transform: rotate(0) scale(1); }
  22% { opacity: 0.15; transform: rotate(-210deg) scale(0.12); }
  56% { opacity: 0.7; transform: rotate(-620deg) scale(1.48); }
  100% { opacity: 0.55; transform: rotate(-900deg) scale(1); }
}
@keyframes guideNovaBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.05); }
  12% { opacity: 1; transform: translate(-50%, -50%) scale(1.5); }
  38% { opacity: 0.95; transform: translate(-50%, -50%) scale(4.2); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(8); }
}
@keyframes guideNovaShockwave {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(0.1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(8.5); }
}
@keyframes guideNovaRay {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--nova-ray, 0deg)) scaleY(0); }
  24% { opacity: 1; transform: translate(-50%, -50%) rotate(var(--nova-ray, 0deg)) scaleY(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--nova-ray, 0deg)) scaleY(0.2); }
}
@keyframes guideNovaParticle {
  0% { opacity: 0; transform: translate(0, 0) scale(0.2); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--nova-x), var(--nova-y)) scale(0); }
}

.guide-signal {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.guide-signal span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--guide-green);
  box-shadow: 0 0 10px rgba(11, 183, 131, 0.7);
}

.guide-route-section,
.guide-readiness,
.guide-preview-section,
.guide-product-selector,
.guide-spoofer-selector,
.guide-procedure,
.guide-spoof-library {
  padding: 30px;
}

.guide-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.guide-section-heading.compact {
  margin-bottom: 20px;
}

.guide-section-heading h2 {
  margin: 6px 0 0;
  color: var(--guide-copy);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.guide-section-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--guide-muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

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

.guide-module {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 6px;
  background: linear-gradient(150deg, #1b1b1b, #111 72%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.guide-module::after {
  position: absolute;
  right: -35px;
  bottom: -65px;
  width: 160px;
  height: 160px;
  border: 1px solid var(--module-line, rgba(var(--guide-accent-rgb), 0.2));
  border-radius: 50%;
  content: "";
}

.guide-module:hover {
  border-color: var(--module-line, rgba(var(--guide-accent-rgb), 0.34));
  box-shadow: 0 18px 42px -26px var(--module-glow, rgba(var(--guide-accent-rgb), 0.4));
  transform: translateY(-5px);
}

.guide-module[data-tone="repair"] { --module: var(--guide-yellow); --module-line: rgba(var(--guide-accent-rgb), 0.32); --module-glow: rgba(var(--guide-accent-rgb), 0.5); }
.guide-module[data-tone="setup"] { --module: var(--guide-cyan); --module-line: rgba(85, 199, 232, 0.3); --module-glow: rgba(85, 199, 232, 0.42); }
.guide-module[data-tone="identity"] { --module: #ff5d7a; --module-line: rgba(255, 93, 122, 0.3); --module-glow: rgba(255, 93, 122, 0.42); }

.guide-module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.guide-module-top > span {
  color: #555;
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
}

.guide-module-top i {
  color: var(--module);
  font-size: 34px;
}

.guide-module-label {
  color: var(--module);
}

.guide-module h3 {
  max-width: 330px;
  margin: 8px 0 11px;
  color: var(--guide-copy);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.guide-module p {
  margin: 0 0 24px;
  color: #858585;
  font-size: 12px;
  line-height: 1.75;
}

.guide-action,
.guide-download {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  padding: 11px 14px;
  border: 1px solid var(--module-line, rgba(var(--guide-accent-rgb), 0.25));
  border-radius: 4px;
  color: var(--guide-copy);
  background: rgba(255, 255, 255, 0.025);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.guide-action i,
.guide-download i {
  color: var(--module, var(--guide-yellow));
  font-size: 16px;
}

.guide-action:hover,
.guide-download:hover {
  color: #111;
  background: var(--module, var(--guide-yellow));
  transform: translateX(3px);
}

.guide-action:hover i,
.guide-download:hover i {
  color: inherit;
}

.guide-safety-panel,
.guide-tip-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 23px 25px;
  background:
    linear-gradient(100deg, rgba(var(--guide-accent-rgb), 0.075), transparent 42%),
    #111;
}

.guide-safety-icon,
.guide-tip-panel > i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.28);
  border-radius: 5px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.07);
  font-size: 24px;
}

.guide-safety-panel h2,
.guide-tip-panel h2 {
  margin: 3px 0 5px;
  color: var(--guide-copy);
  font-size: 19px;
  font-weight: 800;
}

.guide-safety-panel p,
.guide-tip-panel p {
  max-width: 900px;
  margin: 0;
  color: #858585;
  font-size: 12px;
  line-height: 1.65;
}

.guide-safety-panel > a,
.guide-tip-panel > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.34);
  border-radius: 4px;
  color: var(--guide-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: #5e5e5e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guide-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #969696;
  transition: color 0.2s ease;
}

.guide-breadcrumb a:hover,
.guide-breadcrumb b {
  color: var(--guide-yellow);
}

.guide-detail-page {
  gap: 16px;
}

.guide-detail-hero {
  --guide-detail-accent: var(--guide-cyan);
  --guide-detail-accent-rgb: 85, 199, 232;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  min-height: 220px;
  align-items: stretch;
  background:
    linear-gradient(104deg, rgba(var(--guide-detail-accent-rgb), 0.1), transparent 42%),
    linear-gradient(145deg, #191919, #0f0f0f 75%);
}

.guide-detail-hero[data-tone="identity"] {
  --guide-detail-accent: var(--guide-yellow);
  --guide-detail-accent-rgb: var(--guide-accent-rgb);
  background:
    linear-gradient(104deg, rgba(var(--guide-detail-accent-rgb), 0.11), transparent 42%),
    linear-gradient(145deg, #191919, #0f0f0f 75%);
}

.guide-detail-hero::before {
  background: var(--guide-detail-accent);
  box-shadow: 0 0 22px rgba(var(--guide-detail-accent-rgb), 0.24);
}

.guide-detail-hero .guide-kicker,
.guide-detail-hero .guide-update-card strong {
  color: var(--guide-detail-accent);
}

.guide-detail-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
}

.guide-detail-hero h1 {
  max-width: 790px;
  margin: 8px 0 11px;
  color: var(--guide-copy);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
}

.guide-detail-hero p {
  max-width: 760px;
  margin: 0;
  color: #929292;
  font-size: 13px;
  line-height: 1.75;
}

.guide-update-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.32);
}

.guide-update-card span,
.guide-update-card small {
  color: #666;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-update-card strong {
  margin: 13px 0 8px;
  color: var(--guide-yellow);
  font-family: "Courier New", monospace;
  font-size: 26px;
  letter-spacing: -0.06em;
}

.guide-instructions-page .guide-readiness .guide-section-heading > div > span,
.guide-instructions-page .guide-readiness .guide-section-heading h2 {
  color: var(--guide-cyan);
}

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

.guide-readiness-grid article {
  position: relative;
  min-height: 190px;
  padding: 21px;
  border: 1px solid var(--guide-line);
  border-radius: 5px;
  background: #121212;
}

.guide-readiness-grid article > i {
  color: var(--guide-cyan);
  font-size: 29px;
}

.guide-readiness-grid article > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #444;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 900;
}

.guide-readiness-grid h3 {
  margin: 24px 0 8px;
  color: var(--guide-copy);
  font-size: 17px;
  font-weight: 800;
}

.guide-readiness-grid p {
  margin: 0;
  color: #7e7e7e;
  font-size: 11px;
  line-height: 1.7;
}

.guide-readiness .guide-runtime-notice {
  margin-top: 20px;
}

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

.guide-preview-grid figure {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--guide-line);
  border-radius: 6px;
  background: #111;
}

.guide-preview-frame {
  display: grid;
  min-height: 240px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #0b0b0b;
  background-size: 22px 22px;
}

.guide-preview-frame img {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
}

.guide-preview-grid figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 8px 5px;
  color: #8b8b8b;
  font-size: 11px;
  font-weight: 700;
}

.guide-preview-grid figcaption b {
  color: var(--guide-yellow);
  font-family: "Courier New", monospace;
}

.guide-product-selector {
  padding: 30px;
  overflow: visible;
  background:
    radial-gradient(circle at 88% 12%, rgba(var(--guide-accent-rgb), 0.11), transparent 30%),
    linear-gradient(145deg, #181818, #0f0f0f 74%);
}

#guideProcedure {
  scroll-margin-top: 100px;
}

.guide-procedure {
  padding: 0;
  border-color: rgba(var(--guide-accent-rgb), 0.3);
  border-radius: 9px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(circle at 84% 0, rgba(var(--guide-accent-rgb), 0.14), transparent 30%),
    linear-gradient(145deg, #151515, #0a0a0a 78%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: none;
}

.guide-procedure::before {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--guide-yellow), rgba(var(--guide-accent-rgb), 0.24) 72%, transparent);
  box-shadow: 0 0 18px rgba(var(--guide-accent-rgb), 0.46);
  content: "";
}

.guide-procedure-head {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 66px minmax(0, 1fr) minmax(280px, 0.46fr);
  align-items: center;
  gap: 24px;
  min-height: 132px;
  padding: 25px 28px;
  border-bottom: 1px solid rgba(var(--guide-accent-rgb), 0.17);
  background:
    linear-gradient(104deg, rgba(var(--guide-accent-rgb), 0.12), transparent 47%),
    rgba(11, 11, 11, 0.72);
}

.guide-procedure-head::after {
  position: absolute;
  top: -90px;
  right: 164px;
  width: 120px;
  height: 330px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.028), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(22deg);
}

.guide-procedure-head > * {
  position: relative;
  z-index: 1;
}

.guide-procedure-mark {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.43);
  border-radius: 6px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.075);
  box-shadow: inset 0 0 26px rgba(var(--guide-accent-rgb), 0.06), 0 14px 30px rgba(0, 0, 0, 0.28);
  font-size: 26px;
}

.guide-procedure-mark img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 8px 13px rgba(0, 0, 0, 0.48));
}

.guide-procedure-mark b {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}

.guide-procedure-mark b i {
  font-size: 26px;
}

.guide-procedure-mark.has-image b {
  display: none;
}

.guide-procedure-mark.is-image-missing img {
  display: none;
}

.guide-procedure-mark.has-image.is-image-missing b {
  display: grid;
}

.guide-procedure-title {
  min-width: 0;
}

.guide-procedure-title > span {
  color: var(--guide-yellow);
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.guide-procedure-title h2 {
  margin: 7px 0 0;
  color: var(--guide-copy);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.guide-procedure-meta {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.guide-procedure-meta > p {
  max-width: 340px;
  margin: 0;
  color: var(--guide-muted);
  font-size: 10px;
  line-height: 1.7;
  text-align: right;
}

.guide-procedure-meter {
  display: flex;
  align-items: center;
  width: 176px;
  margin-top: 14px;
}

.guide-procedure-meter span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid rgba(85, 199, 232, 0.5);
  border-radius: 50%;
  color: #9be8ff;
  background: rgba(85, 199, 232, 0.12);
  font-size: 9px;
  box-shadow: 0 0 12px rgba(85, 199, 232, 0.08);
}

.guide-procedure-meter b {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(85, 199, 232, 0.65), rgba(85, 199, 232, 0.2));
}

.guide-procedure-body {
  position: relative;
  padding: 20px 24px 24px;
}

.guide-procedure-notices {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.guide-procedure[data-mode="loader_only"] .guide-procedure-notices {
  margin-bottom: 0;
}

.guide-product-picker {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.28);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.97) 74%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.025);
}

.guide-product-picker > span {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-product-picker > span i {
  color: var(--guide-yellow);
  font-size: 18px;
}

.guide-product-dropdown {
  position: relative;
  min-width: 0;
}

.guide-product-trigger {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 54px;
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  outline: 0;
  color: #f3f3f3;
  background: linear-gradient(145deg, #242424, #191919 74%);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.guide-product-trigger::after {
  position: absolute;
  top: 11px;
  right: 46px;
  bottom: 11px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.guide-product-trigger:hover,
.guide-product-trigger:focus-visible,
.guide-product-dropdown.is-open .guide-product-trigger {
  border-color: var(--guide-yellow);
  background: linear-gradient(145deg, #292929, #1d1d1d 74%);
}

.guide-product-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(var(--guide-accent-rgb), 0.1);
}

.guide-product-trigger > #guideProductSelectedLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-product-caret {
  display: grid;
  width: 32px;
  height: 38px;
  place-items: center;
  justify-self: end;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--guide-yellow);
  font-size: 14px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.guide-product-dropdown.is-open .guide-product-caret {
  transform: rotate(180deg);
}

.guide-product-option-icon {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: none;
  overflow: hidden;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.18);
  border-radius: 5px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.07);
}

.guide-product-option-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide-product-option-icon b {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
}

.guide-product-option-icon.has-image b {
  display: none;
}

.guide-product-option-icon.is-image-missing img {
  display: none;
}

.guide-product-option-icon.has-image.is-image-missing b {
  display: grid;
}

.guide-product-menu {
  position: relative;
  margin-top: 8px;
  padding: 7px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.26);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(29, 29, 29, 0.99), rgba(17, 17, 17, 0.99) 74%);
  backdrop-filter: blur(16px);
}

.guide-product-menu[hidden] {
  display: none;
}

.guide-product-menu-group + .guide-product-menu-group {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.guide-product-menu-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.guide-product-menu-heading {
  display: block;
  grid-column: 1 / -1;
  padding: 7px 10px 6px;
  color: #7f7f7f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-product-option {
  display: grid;
  width: 100%;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 5px;
  color: #a6a6a6;
  background: rgba(255, 255, 255, 0.018);
  font-family: "Sora", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.guide-product-option:hover,
.guide-product-option:focus-visible {
  border-color: rgba(var(--guide-accent-rgb), 0.18);
  outline: 0;
  color: #f2f2f2;
  background: rgba(var(--guide-accent-rgb), 0.07);
}

.guide-product-option > i {
  opacity: 0;
  color: var(--guide-yellow);
  font-size: 13px;
}

.guide-product-option[aria-selected="true"] {
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.1);
}

.guide-product-option[aria-selected="true"] > i {
  opacity: 1;
}

.guide-product-selector-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #676767;
  font-size: 10px;
}

.guide-product-selector-foot i {
  color: var(--guide-yellow);
}

.guide-product-notice {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid rgba(85, 199, 232, 0.3);
  border-radius: 7px;
  background:
    linear-gradient(106deg, rgba(85, 199, 232, 0.105), transparent 45%),
    #0d0d0d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.guide-product-notice::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #55c7e8;
  box-shadow: 0 0 15px rgba(85, 199, 232, 0.42);
  content: "";
}

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

.guide-product-notice[data-tone="warning"] {
  border-color: rgba(255, 163, 72, 0.34);
  background:
    linear-gradient(106deg, rgba(255, 163, 72, 0.115), transparent 45%),
    #0d0d0d;
}

.guide-product-notice[data-tone="warning"]::before {
  background: #ffa348;
  box-shadow: 0 0 15px rgba(255, 163, 72, 0.42);
}

.guide-product-notice > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(85, 199, 232, 0.36);
  border-radius: 5px;
  color: #55c7e8;
  background: rgba(85, 199, 232, 0.085);
  box-shadow: inset 0 0 22px rgba(85, 199, 232, 0.05);
  font-size: 23px;
}

.guide-product-notice[data-tone="warning"] > i {
  border-color: rgba(255, 163, 72, 0.38);
  color: #ffa348;
  background: rgba(255, 163, 72, 0.095);
}

.guide-product-notice span {
  color: #55c7e8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.guide-product-notice[data-tone="warning"] span {
  color: #ffa348;
}

.guide-product-notice ul {
  display: grid;
  max-width: 980px;
  gap: 7px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.guide-product-notice li {
  position: relative;
  padding-left: 17px;
  color: #a7a7a7;
  font-size: 11px;
  line-height: 1.7;
  white-space: pre-line;
}

.guide-product-notice li::before {
  position: absolute;
  top: 0.68em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55c7e8;
  box-shadow: 0 0 7px rgba(85, 199, 232, 0.5);
  content: "";
}

.guide-product-notice[data-tone="warning"] li::before {
  background: #ffa348;
  box-shadow: 0 0 7px rgba(255, 163, 72, 0.5);
}

.guide-timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.guide-timeline::before {
  position: absolute;
  top: 31px;
  bottom: 31px;
  left: 47px;
  width: 1px;
  background: linear-gradient(var(--guide-yellow), rgba(var(--guide-accent-rgb), 0.12));
  box-shadow: 0 0 9px rgba(var(--guide-accent-rgb), 0.22);
  content: "";
}

.guide-step {
  position: relative;
  z-index: 1;
  display: grid;
  overflow: hidden;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 20px;
  padding: 19px 20px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.16);
  border-radius: 7px;
  background:
    linear-gradient(108deg, rgba(var(--guide-accent-rgb), 0.065), transparent 34%),
    linear-gradient(145deg, #131313, #0c0c0c 74%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.guide-step::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--guide-yellow);
  opacity: 0.75;
  content: "";
}

.guide-step:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 34px -28px rgba(var(--guide-accent-rgb), 0.62);
  transform: translateY(-1px);
}

.guide-step-index {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.42);
  border-radius: 6px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.075);
  box-shadow: inset 0 0 24px rgba(var(--guide-accent-rgb), 0.055), 0 12px 26px rgba(0, 0, 0, 0.25);
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 900;
}

.guide-step-body {
  min-width: 0;
  padding: 3px 5px 3px 0;
}

.guide-step-body h3 {
  margin: 6px 0 8px;
  color: var(--guide-copy);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.guide-step-body > p {
  max-width: 900px;
  margin: 0;
  color: #929292;
  font-size: 11px;
  line-height: 1.7;
}

.guide-step-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.guide-step-body li {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 11px 10px 28px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.1);
  border-radius: 5px;
  color: #9f9f9f;
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.035), #0c0c0c 66%);
  font-size: 10px;
  line-height: 1.6;
}

.guide-step-body li::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--guide-yellow);
  border-radius: 2px;
  background: rgba(var(--guide-accent-rgb), 0.09);
  box-shadow: inset 0 0 0 2px #0c0c0c;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.guide-download {
  --module: var(--guide-yellow);
  --module-line: rgba(var(--guide-accent-rgb), 0.32);
  min-height: 48px;
  margin-top: 17px;
  padding: 11px 15px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.14), rgba(var(--guide-accent-rgb), 0.045));
  box-shadow: 0 12px 28px -24px rgba(var(--guide-accent-rgb), 0.8);
}

.guide-spoof-controls {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  padding: 13px;
  overflow: visible;
  background: #111;
}

.guide-spoofer-selector {
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(var(--guide-accent-rgb), 0.12), transparent 30%),
    linear-gradient(145deg, #181818, #0d0d0d 76%);
}

.guide-spoofer-selector::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--guide-yellow), rgba(var(--guide-accent-rgb), 0.2) 68%, transparent);
  content: "";
}

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

.guide-spoofer-option {
  --spoofer-card-accent: #ff5d7a;
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(180px, 0.68fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  color: inherit;
  background: linear-gradient(145deg, #171717, #0b0b0b 76%);
  text-align: left;
  box-shadow: 0 24px 50px -38px rgba(0, 0, 0, 0.9);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.24s ease, box-shadow 0.24s ease;
}

.guide-spoofer-option::before {
  position: absolute;
  z-index: 4;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--spoofer-card-accent);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.28s ease;
}

.guide-spoofer-option:hover,
.guide-spoofer-option.is-active {
  border-color: color-mix(in srgb, var(--spoofer-card-accent) 48%, transparent);
  box-shadow: 0 28px 55px -36px color-mix(in srgb, var(--spoofer-card-accent) 52%, transparent);
  transform: translateY(-4px);
}

.guide-spoofer-option:hover::before,
.guide-spoofer-option.is-active::before {
  transform: scaleY(1);
}

.guide-spoofer-option-visual {
  position: relative;
  display: grid;
  min-height: 230px;
  overflow: hidden;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--spoofer-card-accent) 15%, transparent), transparent 48%),
    linear-gradient(145deg, #151515, #090909);
}

.guide-spoofer-option-visual::after {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 12px);
  content: "";
  pointer-events: none;
}

.guide-spoofer-option-build {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 17px;
  color: #555;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.guide-spoofer-option-visual > svg {
  position: absolute;
  width: 180px;
  color: var(--spoofer-card-accent);
  fill: none;
  opacity: 0.16;
  stroke: currentColor;
  stroke-width: 1;
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-spoofer-option:hover .guide-spoofer-option-visual > svg,
.guide-spoofer-option.is-active .guide-spoofer-option-visual > svg {
  opacity: 0.3;
  transform: rotate(8deg) scale(1.05);
}

.guide-spoofer-option-art {
  position: relative;
  z-index: 2;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--spoofer-card-accent) 38%, transparent);
  border-radius: 8px;
  color: var(--spoofer-card-accent);
  background: rgba(8, 8, 8, 0.74);
  box-shadow: inset 0 0 32px color-mix(in srgb, var(--spoofer-card-accent) 8%, transparent), 0 20px 34px rgba(0, 0, 0, 0.42);
  transition: transform 0.3s ease;
}

.guide-spoofer-option:hover .guide-spoofer-option-art {
  transform: translateY(-4px) scale(1.03);
}

.guide-spoofer-option-art img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.5));
}

.guide-spoofer-option-art b {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 38px;
}

.guide-spoofer-option-art.has-image b {
  display: none;
}

.guide-spoofer-option-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px 12px;
  padding: 24px;
}

.guide-spoofer-option-copy small {
  display: block;
  color: var(--spoofer-card-accent);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.guide-spoofer-option-copy strong {
  display: block;
  margin-top: 7px;
  color: #f4f4f4;
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.guide-spoofer-option-copy > em {
  grid-column: 1 / -1;
  color: #818181;
  font-size: 10px;
  font-style: normal;
  line-height: 1.7;
}

.guide-spoofer-option-action {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #aaa;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-spoofer-option-action i {
  color: var(--spoofer-card-accent);
  transition: transform 0.22s ease;
}

.guide-spoofer-option:hover .guide-spoofer-option-action i {
  transform: translateX(4px);
}

.guide-spoofer-selector-foot,
.guide-active-spoofer {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #747474;
  font-size: 9px;
  line-height: 1.6;
}

.guide-spoofer-selector-foot {
  margin-top: 17px;
}

.guide-spoofer-selector-foot i {
  color: var(--guide-yellow);
  font-size: 15px;
}

.guide-spoof-library[hidden],
.guide-tip-panel[hidden],
.guide-spoof-card[hidden] {
  display: none !important;
}

#guideSpoofLibrary {
  scroll-margin-top: 100px;
}

.guide-active-spoofer {
  min-height: 48px;
  margin: -5px 0 18px;
  padding: 8px 9px 8px 14px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.2);
  border-radius: 5px;
  background: rgba(var(--guide-accent-rgb), 0.045);
}

.guide-active-spoofer > span {
  color: #656565;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.guide-active-spoofer > strong {
  color: var(--guide-copy);
  font-size: 11px;
}

.guide-active-spoofer > button {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  color: #8a8a8a;
  background: #151515;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.guide-active-spoofer > button:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.35);
  color: var(--guide-yellow);
}

.guide-search {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: #0c0c0c;
}

.guide-search i {
  color: var(--guide-yellow);
  font-size: 18px;
}

.guide-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #e9e9e9;
  background: transparent;
  font-size: 12px;
}

.guide-filter-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.guide-filter-rail button {
  min-width: 82px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  color: #777;
  background: #151515;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.guide-filter-rail button:hover,
.guide-filter-rail button.is-active {
  border-color: rgba(var(--guide-accent-rgb), 0.35);
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.07);
}

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

.guide-spoof-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 64px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 6px;
  color: inherit;
  background: linear-gradient(135deg, #181818, #111 76%);
  text-align: left;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, box-shadow 0.2s ease;
}

.guide-spoof-card::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--guide-yellow), transparent 72%);
  opacity: 0;
  content: "";
  transition: opacity 0.2s ease;
}

.guide-spoof-card:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.27);
  box-shadow: 0 16px 34px -28px rgba(var(--guide-accent-rgb), 0.7);
  transform: translateY(-3px);
}

.guide-spoof-card:hover::after {
  opacity: 1;
}

.guide-spoof-index {
  color: #444;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 900;
}

.guide-spoof-image,
.guide-modal-game {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.24);
  border-radius: 5px;
  color: var(--guide-yellow);
  background:
    radial-gradient(circle at 50% 38%, rgba(var(--guide-accent-rgb), 0.12), transparent 52%),
    linear-gradient(145deg, #111, #080808);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.guide-spoof-image {
  width: 64px;
  height: 64px;
}

.guide-spoof-image img,
.guide-modal-game img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 8px 13px rgba(0, 0, 0, 0.48));
}

.guide-spoof-image > b,
.guide-modal-game > b {
  color: color-mix(in srgb, var(--guide-yellow) 76%, white);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.guide-spoof-image.has-image > b,
.guide-modal-game.has-image > b {
  display: none;
}

.guide-modal-game img {
  width: 68%;
  height: 68%;
}

.guide-spoof-copy {
  display: block;
  min-width: 0;
}

.guide-spoof-copy small {
  display: block;
  color: #5e5e5e;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.guide-spoof-copy strong {
  display: block;
  margin: 5px 0 4px;
  overflow: hidden;
  color: var(--guide-copy);
  font-size: 16px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-spoof-copy em {
  display: block;
  overflow: hidden;
  color: #777;
  font-size: 10px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-spoof-card > i {
  color: #505050;
  transition: color 0.2s ease, transform 0.2s ease;
}

.guide-spoof-card:hover > i {
  color: var(--guide-yellow);
  transform: translateX(3px);
}

.guide-spoof-card .spoofer-status .undetected,
.guide-spoof-card .spoofer-status .warning,
.guide-spoof-card .spoofer-status .detected,
.guide-spoof-card .spoofer-status .testing,
.guide-spoof-card .spoofer-status .indev {
  width: 14px;
  height: 14px;
}

.guide-empty-state {
  min-height: 230px;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #666;
  text-align: center;
}

.guide-empty-state:not(.hidden) {
  display: grid;
}

.guide-empty-state i {
  margin-bottom: 8px;
  color: var(--guide-yellow);
  font-size: 34px;
}

.guide-empty-state strong {
  color: var(--guide-copy);
  font-size: 17px;
}

.guide-empty-state span {
  font-size: 11px;
}

.guide-modal-wrap {
  position: relative;
  width: min(860px, calc(100vw - 28px));
  max-height: calc(100vh - 24px);
  margin: 12px auto;
}

.guide-modal {
  position: relative;
  max-height: calc(100vh - 24px);
  overflow: hidden;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.34);
  border-radius: 10px;
  color: var(--guide-copy);
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(circle at 78% 0, rgba(var(--guide-accent-rgb), 0.13), transparent 31%),
    linear-gradient(145deg, #151515, #0a0a0a 78%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.78), 0 0 42px rgba(var(--guide-accent-rgb), 0.06);
}

.guide-modal::before {
  position: absolute;
  z-index: 6;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--guide-yellow), rgba(var(--guide-accent-rgb), 0.22) 68%, transparent);
  box-shadow: 0 0 18px rgba(var(--guide-accent-rgb), 0.48);
  content: "";
  pointer-events: none;
}

.guide-modal-close {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  color: #777;
  background: rgba(9, 9, 9, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.guide-modal-close:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.58);
  color: #fff;
  background: rgba(var(--guide-accent-rgb), 0.14);
  transform: rotate(4deg);
}

.guide-modal-head {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 140px;
  padding: 27px 70px 25px 27px;
  border-bottom: 1px solid rgba(var(--guide-accent-rgb), 0.18);
  background:
    linear-gradient(104deg, rgba(var(--guide-accent-rgb), 0.12), transparent 48%),
    rgba(12, 12, 12, 0.72);
}

.guide-modal-head::after {
  position: absolute;
  top: -80px;
  right: 90px;
  width: 120px;
  height: 300px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.028), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(22deg);
}

.guide-modal-game {
  width: 92px;
  height: 92px;
  border-color: rgba(var(--guide-accent-rgb), 0.46);
  box-shadow: inset 0 0 26px rgba(var(--guide-accent-rgb), 0.07), 0 15px 32px rgba(0, 0, 0, 0.34);
}

.guide-modal-head .guide-modal-game::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--guide-green);
  box-shadow: 0 0 11px rgba(11, 183, 131, 0.88);
  content: "";
}

.guide-modal-head h2 {
  margin: 8px 0 8px;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.guide-modal-head p {
  max-width: 600px;
  margin: 0;
  color: #8d8d8d;
  font-size: 10px;
  line-height: 1.7;
}

.guide-modal-body {
  display: grid;
  gap: 16px;
  max-height: calc(100vh - 270px);
  padding: 20px 24px;
  overflow-y: auto;
  scrollbar-color: rgba(var(--guide-accent-rgb), 0.5) transparent;
  scrollbar-width: thin;
}

.guide-requirements,
.guide-sequence,
.guide-after-restart,
.guide-temp-anticheat,
.guide-resources,
.guide-recurring {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(19, 19, 19, 0.94), rgba(8, 8, 8, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.guide-spoof-preflight {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr) 196px;
  gap: 18px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.3);
  border-radius: 6px;
  background:
    radial-gradient(circle at 86% 18%, rgba(var(--guide-accent-rgb), 0.13), transparent 30%),
    linear-gradient(112deg, rgba(var(--guide-accent-rgb), 0.08), transparent 44%),
    #0d0d0d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.guide-spoof-preflight::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--guide-yellow);
  box-shadow: 0 0 18px rgba(var(--guide-accent-rgb), 0.55);
  content: "";
}

.guide-spoof-preflight::after {
  position: absolute;
  top: -54px;
  right: 118px;
  width: 110px;
  height: 230px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.025), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(20deg);
}

.guide-spoof-preflight > * {
  position: relative;
  z-index: 1;
}

.guide-spoof-preflight-mark {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.42);
  border-radius: 5px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.075);
  font-family: "Courier New", monospace;
  font-size: 17px;
  font-weight: 900;
  box-shadow: inset 0 0 24px rgba(var(--guide-accent-rgb), 0.05);
}

.guide-spoof-preflight-mark > i {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  color: #07150f;
  background: var(--guide-green);
  font-size: 10px;
}

.guide-spoof-preflight-content {
  min-width: 0;
}

.guide-spoof-preflight-content > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--guide-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.guide-spoof-preflight-content > span i {
  font-size: 13px;
}

.guide-spoof-preflight-copy {
  margin-top: 8px;
}

.guide-spoof-preflight-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.guide-spoof-preflight-copy p {
  max-width: 600px;
  margin: 0;
  color: #939393;
  font-size: 10px;
  line-height: 1.65;
}

.guide-spoof-preflight-meter {
  display: flex;
  max-width: 210px;
  align-items: center;
  margin-top: 11px;
}

.guide-spoof-preflight-meter span {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  border: 1px solid rgba(11, 183, 131, 0.48);
  border-radius: 50%;
  color: #72e4bd;
  background: rgba(11, 183, 131, 0.13);
  font-size: 7px;
}

.guide-spoof-preflight-meter b {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(11, 183, 131, 0.58), rgba(11, 183, 131, 0.18));
}

.guide-spoof-preflight .guide-spoof-preflight-action {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 11px 13px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.48);
  border-radius: 5px;
  color: var(--guide-yellow);
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.16), rgba(var(--guide-accent-rgb), 0.055));
  cursor: pointer;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.guide-spoof-preflight .guide-spoof-preflight-action span {
  color: inherit;
  line-height: 1.45;
}

.guide-spoof-preflight .guide-spoof-preflight-action i {
  color: inherit;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.guide-spoof-preflight .guide-spoof-preflight-action i:first-child {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.3);
  border-radius: 4px;
  background: rgba(var(--guide-accent-rgb), 0.09);
  font-size: 14px;
}

.guide-spoof-preflight .guide-spoof-preflight-action:hover {
  border-color: var(--guide-yellow);
  color: #fff;
  background: rgba(var(--guide-accent-rgb), 0.22);
  transform: translateY(-1px);
}

.guide-spoof-preflight .guide-spoof-preflight-action:hover i:last-child {
  transform: translateX(2px);
}

.guide-requirements {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  padding: 16px;
  border-color: rgba(255, 98, 98, 0.3);
  background:
    linear-gradient(106deg, rgba(255, 98, 98, 0.105), transparent 42%),
    #0d0d0d;
}

.guide-requirements::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--guide-red);
  box-shadow: 0 0 15px rgba(255, 98, 98, 0.4);
  content: "";
}

.guide-requirements-mark {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 98, 98, 0.34);
  border-radius: 5px;
  color: var(--guide-red);
  background: rgba(255, 98, 98, 0.08);
  font-size: 21px;
}

.guide-requirements-mark small {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: grid;
  min-width: 22px;
  height: 18px;
  place-items: center;
  padding: 0 4px;
  border: 3px solid #0d0d0d;
  border-radius: 4px;
  color: #1a0707;
  background: var(--guide-red);
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 900;
}

.guide-requirements-content {
  min-width: 0;
}

.guide-requirements-content > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--guide-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.guide-requirements-content ul,
.guide-after-restart ul {
  display: grid;
  gap: 7px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.guide-requirements-content li,
.guide-after-restart li {
  position: relative;
  padding-left: 17px;
  color: #a7a7a7;
  font-size: 10px;
  line-height: 1.6;
}

.guide-requirements-content li::before,
.guide-after-restart li::before {
  position: absolute;
  top: 0.57em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 0 2px #0d0d0d;
  content: "";
  transform: rotate(45deg);
}

.guide-modal-section-title {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(var(--guide-accent-rgb), 0.13);
  background: linear-gradient(102deg, rgba(var(--guide-accent-rgb), 0.07), transparent 48%);
}

.guide-modal-section-title > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.36);
  border-radius: 5px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.075);
  box-shadow: inset 0 0 22px rgba(var(--guide-accent-rgb), 0.05);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
}

.guide-modal-section-title small {
  color: var(--guide-yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.guide-modal-section-title h3 {
  margin: 4px 0 0;
  color: #f0f0f0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.018em;
}

.guide-sequence ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  counter-reset: guide-step;
  list-style: none;
}

.guide-sequence li {
  position: relative;
  display: grid;
  min-height: 66px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 5px;
  background: linear-gradient(135deg, #121212, #0c0c0c);
  counter-increment: guide-step;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.guide-sequence li:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.24);
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.065), #0c0c0c 64%);
  transform: translateY(-1px);
}

.guide-sequence li > span::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.32);
  border-radius: 4px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.055);
  content: counter(guide-step, decimal-leading-zero);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 900;
}

.guide-sequence p {
  margin: 0;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 1.6;
}

.guide-after-restart ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 12px;
}

.guide-after-restart li {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(85, 199, 232, 0.12);
  border-radius: 5px;
  color: #a1a1a1;
  background: linear-gradient(135deg, rgba(85, 199, 232, 0.045), #0c0c0c 62%);
  text-align: center;
}

.guide-after-restart li::before {
  top: 0;
  left: 50%;
  width: 32px;
  height: 2px;
  border: 0;
  border-radius: 0 0 2px 2px;
  background: var(--guide-cyan);
  box-shadow: 0 0 9px rgba(85, 199, 232, 0.48);
  transform: translateX(-50%);
}

.guide-temp-anticheat-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.2);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.065), #0c0c0c 64%);
}

.guide-temp-anticheat-step > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.36);
  border-radius: 4px;
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.07);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 900;
}

.guide-temp-anticheat-step p {
  margin: 0;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 1.65;
}

.guide-resources > p {
  margin: 0;
  padding: 14px 16px 0;
  color: #898989;
  font-size: 10px;
  line-height: 1.7;
}

.guide-resources > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 13px 16px 16px;
}

.guide-resources a {
  display: flex;
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.12);
  border-radius: 5px;
  color: #a0a0a0;
  background: linear-gradient(135deg, rgba(var(--guide-accent-rgb), 0.035), #0c0c0c 60%);
  font-size: 9px;
  font-weight: 750;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.guide-resources a:hover {
  border-color: rgba(var(--guide-accent-rgb), 0.38);
  color: var(--guide-yellow);
  background: rgba(var(--guide-accent-rgb), 0.075);
  transform: translateY(-1px);
}

.guide-resources a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-resources a i {
  flex: 0 0 auto;
  color: var(--guide-yellow);
  font-size: 9px;
  transition: transform 0.2s ease;
}

.guide-resources a:hover i {
  transform: translateX(2px);
}

.guide-recurring {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 16px;
  border-color: rgba(11, 183, 131, 0.3);
  background:
    linear-gradient(106deg, rgba(11, 183, 131, 0.11), transparent 44%),
    #0d0d0d;
}

.guide-recurring::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--guide-green);
  box-shadow: 0 0 15px rgba(11, 183, 131, 0.42);
  content: "";
}

.guide-recurring > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(11, 183, 131, 0.36);
  border-radius: 5px;
  color: var(--guide-green);
  background: rgba(11, 183, 131, 0.085);
  font-size: 22px;
  box-shadow: inset 0 0 22px rgba(11, 183, 131, 0.05);
}

.guide-recurring span {
  color: var(--guide-green);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.guide-recurring h3 {
  margin: 4px 0 5px;
  color: #f0f0f0;
  font-size: 15px;
  font-weight: 800;
}

.guide-recurring p {
  margin: 0;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 1.65;
}

.guide-modal-footer {
  padding: 16px 24px 21px;
  border-top: 1px solid rgba(var(--guide-accent-rgb), 0.13);
  background:
    linear-gradient(180deg, rgba(var(--guide-accent-rgb), 0.025), transparent),
    rgba(8, 8, 8, 0.82);
}

.guide-modal-done {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  min-height: 62px;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border: 1px solid rgba(var(--guide-accent-rgb), 0.58);
  border-radius: 6px;
  color: #f7f7f7;
  background:
    linear-gradient(105deg, rgba(var(--guide-accent-rgb), 0.2), rgba(var(--guide-accent-rgb), 0.055) 62%),
    #101010;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 14px 30px -24px rgba(var(--guide-accent-rgb), 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.guide-modal-done::before {
  position: absolute;
  inset: 0 auto 0 -30%;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-20deg);
  transition: left 0.45s ease;
}

.guide-modal-done-icon {
  display: grid;
  place-items: center;
  color: var(--guide-yellow);
  font-size: 20px;
  filter: drop-shadow(0 0 8px rgba(var(--guide-accent-rgb), 0.36));
  transition: color 0.2s ease, transform 0.2s ease;
}

.guide-modal-done > i:last-child {
  color: var(--guide-yellow);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.guide-modal-done:hover {
  border-color: var(--guide-yellow);
  color: #fff;
  background:
    linear-gradient(105deg, rgba(var(--guide-accent-rgb), 0.3), rgba(var(--guide-accent-rgb), 0.1) 62%),
    #111;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 34px -23px rgba(var(--guide-accent-rgb), 0.88);
  transform: translateY(-1px);
}

.guide-modal-done:hover::before {
  left: 112%;
}

.guide-modal-done:hover > i:last-child {
  transform: translateX(3px);
}

.guide-modal-done:hover .guide-modal-done-icon {
  color: #fff;
  transform: scale(1.06);
}

.guide-modal-close:focus-visible,
.guide-spoof-preflight-action:focus-visible,
.guide-download:focus-visible,
.guide-resources a:focus-visible,
.guide-modal-done:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(var(--guide-accent-rgb), 0.28), 0 0 0 4px rgba(8, 8, 8, 0.92);
}

@media (max-width: 1280px) {
  .guide-hero { grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.55fr); }
  .guide-module-grid { grid-template-columns: 1fr; }
  .guide-module { min-height: 250px; }
  .guide-spoof-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .guide-procedure-head { grid-template-columns: 58px minmax(0, 1fr); gap: 17px; padding: 22px; }
  .guide-procedure-mark { width: 58px; height: 58px; }
  .guide-procedure-mark b i { font-size: 23px; }
  .guide-procedure-mark { grid-row: 1 / 3; align-self: start; }
  .guide-procedure-title { grid-column: 2; }
  .guide-procedure-meta { grid-column: 2; align-items: flex-start; }
  .guide-procedure-meta > p { max-width: 680px; text-align: left; }
  .guide-procedure-meter { width: 148px; }
}

@media (max-width: 960px) {
  .guide-hero,
  .guide-detail-hero { grid-template-columns: 1fr; }
  .guide-hero-art { min-height: 300px; border-top: 1px solid rgba(var(--guide-accent-rgb), 0.13); border-left: 0; }
  .guide-update-card { border-top: 1px solid rgba(255, 255, 255, 0.08); border-left: 0; }
  .guide-readiness-grid { grid-template-columns: 1fr; }
  .guide-spoofer-options { grid-template-columns: 1fr; }
  .guide-spoof-controls { grid-template-columns: 1fr; }
  .guide-filter-rail button { min-height: 38px; flex: 1; }
}

@media (max-width: 720px) {
  .guide-page { gap: 13px; }
  .guide-hero-copy,
  .guide-detail-hero > div { padding: 28px 22px; }
  .guide-hero h1 { font-size: 42px; }
  .guide-detail-hero h1 { font-size: 34px; }
  .guide-telemetry { flex-direction: column; }
  .guide-telemetry > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .guide-telemetry > div:last-child { border-bottom: 0; }
  .guide-route-section,
  .guide-readiness,
  .guide-preview-section,
  .guide-product-selector,
  .guide-spoofer-selector,
  .guide-procedure,
  .guide-spoof-library { padding: 20px 16px; }
  .guide-procedure { padding: 0; }
  .guide-section-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
  .guide-section-heading > p { text-align: left; }
  .guide-product-picker { grid-template-columns: 1fr; gap: 10px; padding: 15px; }
  .guide-spoofer-option { grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr); }
  .guide-spoofer-option-visual { min-height: 205px; }
  .guide-product-trigger { padding-right: 8px; }
  .guide-product-menu-group { grid-template-columns: 1fr; }
  .guide-preview-grid { grid-template-columns: 1fr; }
  .guide-safety-panel,
  .guide-tip-panel { grid-template-columns: auto minmax(0, 1fr); padding: 19px; }
  .guide-safety-panel > a,
  .guide-tip-panel > a { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .guide-procedure-head { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 19px 16px; }
  .guide-procedure-mark { grid-row: auto; width: 48px; height: 48px; }
  .guide-procedure-mark b i { font-size: 20px; }
  .guide-procedure-title { grid-column: 2; }
  .guide-procedure-title h2 { font-size: 22px; }
  .guide-procedure-meta { grid-column: 1 / -1; align-items: flex-start; }
  .guide-procedure-meta > p { text-align: left; }
  .guide-procedure-meter { width: 100%; max-width: 210px; }
  .guide-procedure-body { padding: 14px; }
  .guide-product-notice { grid-template-columns: 46px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 14px; }
  .guide-product-notice > i { width: 46px; height: 46px; font-size: 19px; }
  .guide-product-notice li { font-size: 10px; line-height: 1.6; }
  .guide-step { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 15px 12px; }
  .guide-step-index { width: 42px; height: 42px; }
  .guide-step-body h3 { font-size: 16px; }
  .guide-step-body ul { grid-template-columns: 1fr; }
  .guide-step-body li { min-height: 44px; }
  .guide-timeline::before { left: 32px; }
  .guide-spoof-card { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 11px; }
  .guide-spoof-index,
  .guide-spoof-card .spoofer-status { display: none; }
  .guide-spoof-image { width: 54px; height: 54px; }
  .guide-modal-wrap { width: calc(100vw - 16px); max-height: calc(100vh - 16px); margin: 8px auto; }
  .guide-modal { max-height: calc(100vh - 16px); }
  .guide-modal-close { top: 13px; right: 13px; width: 34px; height: 34px; }
  .guide-modal-head { min-height: 112px; grid-template-columns: 64px minmax(0, 1fr); gap: 15px; padding: 20px 52px 18px 17px; }
  .guide-modal-game { width: 64px; height: 64px; }
  .guide-modal-head h2 { margin-top: 6px; font-size: 20px; }
  .guide-modal-head p { font-size: 9px; line-height: 1.55; }
  .guide-modal-body { gap: 13px; max-height: calc(100vh - 228px); padding: 13px; }
  .guide-spoof-preflight { align-items: start; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 16px; }
  .guide-spoof-preflight-mark { width: 48px; height: 48px; font-size: 15px; }
  .guide-spoof-preflight .guide-spoof-preflight-action { grid-column: 1 / -1; width: 100%; min-height: 54px; }
  .guide-requirements { grid-template-columns: 46px minmax(0, 1fr); gap: 13px; padding: 14px; }
  .guide-requirements-mark { width: 46px; height: 46px; font-size: 18px; }
  .guide-modal-section-title { min-height: 68px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .guide-modal-section-title > span { width: 42px; height: 42px; }
  .guide-modal-section-title h3 { font-size: 13px; }
  .guide-sequence ol { grid-template-columns: 1fr; }
  .guide-after-restart ul { grid-template-columns: 1fr; }
  .guide-resources > div:last-child { grid-template-columns: 1fr; }
  .guide-recurring { grid-template-columns: 46px minmax(0, 1fr); gap: 13px; padding: 14px; }
  .guide-recurring > i { width: 46px; height: 46px; font-size: 19px; }
  .guide-modal-footer { padding: 13px; }
  .guide-modal-done { min-height: 56px; grid-template-columns: 22px minmax(0, 1fr) 22px; gap: 10px; padding: 9px 12px; font-size: 9px; }
  .guide-modal-done-icon { font-size: 18px; }
}

@media (max-width: 420px) {
  .guide-procedure-head { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 16px 13px; }
  .guide-procedure-mark { width: 42px; height: 42px; }
  .guide-procedure-mark b i { font-size: 18px; }
  .guide-procedure-title h2 { font-size: 19px; }
  .guide-procedure-body { padding: 10px; }
  .guide-product-notice { grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 12px; }
  .guide-product-notice > i { width: 40px; height: 40px; font-size: 17px; }
  .guide-step { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; padding: 12px 10px; }
  .guide-step-index { width: 36px; height: 36px; font-size: 10px; }
  .guide-timeline::before { left: 28px; }
  .guide-step-body h3 { font-size: 15px; }
  .guide-step-body > p { font-size: 10px; }
  .guide-spoofer-selector { padding: 16px 13px; }
  .guide-spoofer-option { grid-template-columns: 1fr; }
  .guide-spoofer-option-visual { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.075); }
  .guide-spoofer-option-art { width: 88px; height: 88px; }
  .guide-spoofer-option-copy { padding: 18px 15px; }
  .guide-active-spoofer { align-items: flex-start; flex-wrap: wrap; }
  .guide-active-spoofer > button { width: 100%; justify-content: center; margin-left: 0; }
  .guide-modal-head { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; padding-left: 14px; }
  .guide-modal-game { width: 54px; height: 54px; }
  .guide-modal-head h2 { font-size: 17px; }
  .guide-spoof-preflight { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 13px; }
  .guide-spoof-preflight-mark { width: 42px; height: 42px; font-size: 13px; }
  .guide-spoof-preflight-copy strong { font-size: 13px; }
  .guide-requirements { grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 13px; }
  .guide-requirements-mark { width: 40px; height: 40px; font-size: 16px; }
  .guide-sequence ol { padding: 9px; }
  .guide-sequence li { grid-template-columns: 31px minmax(0, 1fr); gap: 9px; padding: 9px; }
  .guide-sequence li > span::before { width: 31px; height: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  .guide-orbit-one,
  .guide-orbit-two { animation: none; }
  .guide-hero-art.is-charging .guide-core,
  .guide-hero-art.is-nova .guide-core,
  .guide-hero-art.is-nova .guide-orbit,
  .guide-hero-art.is-nova .guide-nova,
  .guide-hero-art.is-nova .guide-nova::before,
  .guide-hero-art.is-nova .guide-nova::after,
  .guide-hero-art.is-nova .guide-nova span,
  .guide-hero-art.is-nova .guide-nova-particle { animation-duration: 0.01ms; animation-iteration-count: 1; }
  .guide-module,
  .guide-spoofer-option,
  .guide-spoof-card,
  .guide-action,
  .guide-download,
  .guide-modal-close,
  .guide-spoof-preflight-action,
  .guide-product-caret,
  .guide-step,
  .guide-sequence li,
  .guide-resources a,
  .guide-modal-done { transition-duration: 0.01ms; }
  .guide-modal-done::before { display: none; }
}
