.guide-page { background: radial-gradient(circle at 78% 14%, rgba(143,247,229,.1), transparent 27rem), radial-gradient(circle at 18% 52%, rgba(255,120,150,.065), transparent 32rem), var(--void); }
.guide-page main { overflow: hidden; }
.guide-hero {
  position: relative;
  width: min(1240px, calc(100vw - 72px));
  min-height: 850px;
  margin-inline: auto;
  padding: 170px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}
.guide-hero > p { position: relative; z-index: 2; color: var(--cyan); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; }
.guide-hero h1 { position: relative; z-index: 2; max-width: 1060px; margin: 25px 0 70px; font: 300 clamp(4rem, 8.7vw, 9.2rem)/.94 var(--display); letter-spacing: -.075em; }
.guide-hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--cyan); text-shadow: 0 0 40px rgba(114,247,226,.12); }
.guide-hero-foot { position: relative; z-index: 2; display: flex; justify-content: space-between; max-width: 720px; padding-top: 18px; border-top: 1px solid var(--line); color: #9da8b4; font-size: .59rem; letter-spacing: .12em; }
.guide-bearing { position: absolute; z-index: 2; right: 0; bottom: 91px; color: var(--faint); font-size: .52rem; line-height: 1.8; letter-spacing: .14em; text-align: right; }

.guide-orbit { position: absolute; z-index: 0; top: 50%; right: -4vw; width: min(46vw, 620px); aspect-ratio: 1; transform: translateY(-50%); opacity: .7; animation: guide-drift 20s ease-in-out infinite alternate; }
.guide-orbit::before, .guide-orbit::after { position: absolute; inset: 11%; border: 1px solid rgba(114,247,226,.2); border-radius: 50%; content: ''; }
.guide-orbit::after { inset: 28%; border-color: rgba(255,111,145,.25); }
.guide-orbit i { position: absolute; top: 50%; left: 50%; width: 27%; aspect-ratio: 1.6; border: 1px solid rgba(234,255,250,.38); background: linear-gradient(135deg, rgba(143,247,229,.16), rgba(255,120,150,.07)); box-shadow: 0 10px 35px rgba(0,0,0,.45); transform: translate(-50%, -50%) rotate(var(--r)) translateX(190%); }
.guide-orbit i:nth-child(1) { --r: 0deg; }
.guide-orbit i:nth-child(2) { --r: 60deg; }
.guide-orbit i:nth-child(3) { --r: 120deg; }
.guide-orbit i:nth-child(4) { --r: 180deg; }
.guide-orbit i:nth-child(5) { --r: 240deg; }
.guide-orbit i:nth-child(6) { --r: 300deg; }
.guide-orbit span { position: absolute; top: 50%; left: 50%; color: transparent; font: 200 7rem/1 var(--display); transform: translate(-50%,-50%); -webkit-text-stroke: 1px rgba(233,255,250,.5); }

.guide-article { width: min(1120px, calc(100vw - 72px)); margin: 0 auto; padding: 50px 0 150px; }
.guide-section { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: clamp(35px, 8vw, 110px); padding: 100px 0; border-bottom: 1px solid var(--line); }
.guide-section-no { color: transparent; font: 200 clamp(2.8rem, 5vw, 5rem)/1 var(--display); -webkit-text-stroke: 1px rgba(114,247,226,.42); }
.guide-section > div:last-child { max-width: 790px; }
.guide-section h2 { margin: 21px 0 42px; font: 300 clamp(2rem, 4.2vw, 4.25rem)/1.08 var(--display); letter-spacing: -.055em; }
.guide-section p:not(.eyebrow) { max-width: 76ch; margin-bottom: 24px; color: #c3ccd4; font-size: .8rem; line-height: 1.88; }
.guide-section p:last-child { margin-bottom: 0; }
.guide-section code { padding: 2px 5px; color: var(--gold); background: rgba(244,198,111,.075); box-shadow: inset 0 -1px rgba(244,198,111,.18); font-family: var(--mono); font-size: .92em; }
.system-map { margin-top: 48px; padding: 22px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 13px; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(143,247,229,.035), transparent 42%, rgba(255,120,150,.03)); }
.system-map div { min-height: 118px; padding: 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(226,255,250,.16); background: rgba(4,7,12,.6); }
.system-map small { color: var(--cyan); font-size: .49rem; letter-spacing: .13em; }
.system-map strong { margin: 10px 0 4px; font: 400 .66rem/1.3 var(--display); }
.system-map span { color: var(--faint); font-size: .54rem; }
.system-map > i { align-self: center; color: var(--rose); font-style: normal; }
.token-strip { height: 68px; margin-top: 45px; display: grid; grid-template-columns: 2.2fr repeat(4,1fr); border: 1px solid var(--line); overflow: hidden; }
.token-strip i { transform: skewX(-16deg) scaleX(1.2); }
.token-strip i:nth-child(1) { background: #030407; }
.token-strip i:nth-child(2) { background: var(--cyan); }
.token-strip i:nth-child(3) { background: var(--rose); }
.token-strip i:nth-child(4) { background: var(--gold); }
.token-strip i:nth-child(5) { background: var(--blue); }
.token-labels { display: grid; grid-template-columns: 2.2fr repeat(4, 1fr); }
.token-labels span { padding: 9px 7px; color: var(--faint); font-size: .48rem; line-height: 1.55; letter-spacing: .08em; }
.reproduce-section { border-bottom: 0; }
.reproduce-section > div:last-child { position: relative; padding: 52px; border: 1px solid rgba(143,247,229,.28); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); background: linear-gradient(135deg, rgba(143,247,229,.045), rgba(255,120,150,.025)); }
.reproduce-section > div:last-child::after { position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border-radius: 50%; content: ''; background: var(--rose); box-shadow: 0 0 17px var(--rose); }
.reproduce-section blockquote { position: relative; margin: 42px 0 0; padding: 27px 27px 27px 31px; border: 0; border-left: 1px solid var(--rose); background: rgba(3,4,7,.62); color: var(--ice); font: 300 clamp(1rem, 1.6vw, 1.35rem)/1.55 var(--display); letter-spacing: -.025em; }
.reproduce-section blockquote span { display: block; margin-bottom: 16px; color: var(--rose); font: 400 .52rem/1 var(--mono); letter-spacing: .15em; }

@keyframes guide-drift { from { rotate: -2deg; } to { rotate: 4deg; } }

@media (max-width: 680px) {
  .guide-hero { width: calc(100vw - 34px); min-height: 590px; padding: 145px 0 52px; }
  .guide-hero > p { max-width: 220px; font-size: .49rem; }
  .guide-hero h1 { margin: 30px 0 62px; font-size: clamp(2.55rem, 11.4vw, 3.5rem); line-height: 1; }
  .guide-hero-foot { gap: 20px; font-size: .46rem; }
  .guide-bearing { display: none; }
  .guide-orbit { top: 42%; right: -50%; width: 108vw; opacity: .42; }
  .guide-article { width: calc(100vw - 34px); padding-bottom: 90px; }
  .guide-section { display: block; padding: 75px 0; }
  .guide-section-no { margin-bottom: 38px; font-size: 3rem; }
  .guide-section h2 { margin: 17px 0 32px; font-size: 2.15rem; }
  .guide-section p:not(.eyebrow) { font-size: .73rem; line-height: 1.82; }
  .system-map { padding: 13px 0; grid-template-columns: 1fr; gap: 8px; }
  .system-map div { min-height: 92px; }
  .system-map > i { rotate: 90deg; }
  .token-strip { height: 55px; }
  .reproduce-section > div:last-child { padding: 25px 21px; }
  .reproduce-section blockquote { margin-top: 30px; padding: 22px 18px 22px 23px; font-size: .95rem; }
}
