.burst-two {
  left: 28px;
  top: 52px;
  width: 62px;
  height: 62px;
  --reveal-rotate: rotate(5deg);
  color: #fff;
  background: var(--pink);
  text-shadow: 2px 2px 0 #000;
  animation-delay: -1.5s;
}

.section-band {
  padding-block: 4.5rem;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.gate-card h2 {
  margin: 0;
  font-size: 3.2rem;
  line-height: .96;
  text-shadow: 3px 3px 0 #000, 6px 6px 0 var(--pink);
}

.section-heading p:not(.section-kicker),
.gate-card p {
  margin: 1rem 0 0;
  color: var(--paper);
  font-size: 1.02rem;
  font-weight: 750;
}

.board-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-height: 42px;
  padding: .6rem .85rem;
  color: #050d1e;
  background: var(--yellow);
  border: 3px solid #050d1e;
  box-shadow: 5px 5px 0 var(--pink);
  cursor: pointer;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .95rem;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}

.board-reset:hover,
.board-reset:focus-visible {
  transform: translate3d(0, -3px, 0) rotate(-1deg);
  box-shadow: 7px 8px 0 #000, 0 0 18px rgba(37, 99, 235, .42);
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

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

.access-card,
.step-slip,
.review-note,
.gate-card {
  position: relative;
  color: #14121a;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 230, 240, .96));
  border: 3px solid #050d1e;
  box-shadow: 8px 8px 0 #000, 0 0 0 3px #fff, 0 0 24px rgba(37, 99, 235, .22);
}

.access-card {
  --reveal-rotate: rotate(var(--tilt, -.7deg));
  min-height: 235px;
  padding: 1rem;
  transform: var(--reveal-rotate);
  transition: transform .2s ease, box-shadow .2s ease;
}

.access-card:nth-child(2) {
  --tilt: .7deg;
}

.access-card:nth-child(3) {
  --tilt: -1.1deg;
}

.access-card:nth-child(4) {
  --tilt: 1deg;
}

.access-card:hover,
.step-slip:hover,
.review-note:hover {
  transform: translate3d(0, -6px, 0) rotate(var(--tilt, 0deg));
  box-shadow: 12px 13px 0 #000, 0 0 0 3px #fff, 0 0 28px rgba(37, 99, 235, .46);
}

.card-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: .75rem;
  color: #fff;
  background: #050d1e;
  border: 3px solid var(--pink);
  box-shadow: 4px 4px 0 #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
}

.access-card h3,
.step-slip h3,
.review-note h3 {
  margin: 0 0 .55rem;
  color: #050d1e;
  font-size: 1.55rem;
  line-height: 1;
}

.access-card p,
.step-slip p,
.review-note blockquote {
  margin: 0;
  color: #0f172a;
  font-weight: 750;
}

.rtp-board {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, .28), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(5, 5, 9, .86);
  border: 3px solid rgba(255, 255, 255, .86);
  box-shadow: var(--shadow), inset 0 0 0 2px rgba(37, 99, 235, .45);
  overflow: hidden;
}

.rtp-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255, 255, 255, .055) 23px 24px),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(37, 99, 235, .08) 23px 24px);
  animation: wk-grid-drift 24s linear infinite;
}

.rtp-terminal,
.rtp-grid {
  position: relative;
  z-index: 1;
}

.rtp-terminal {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .35rem .7rem;
  align-items: center;
  padding: .85rem;
  color: var(--cyan);
  background: rgba(7, 7, 11, .88);
  border: 3px solid rgba(255, 255, 255, .78);
  box-shadow: 6px 6px 0 #000, inset 0 0 0 2px rgba(80, 247, 255, .18);
  font-family: "Courier New", monospace;
  font-weight: 900;
}

.rtp-terminal strong,
.rtp-terminal small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rtp-terminal small {
  grid-column: 2;
  color: var(--lime);
}

.rtp-led {
  display: block;
  grid-row: span 2;
  width: 16px;
  height: 16px;
  background: var(--lime);
  border: 2px solid #050d1e;
  box-shadow: 0 0 0 3px rgba(140, 255, 95, .18), 0 0 18px rgba(140, 255, 95, .7);
  animation: wk-status-pulse 1.6s ease-in-out infinite;
}

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

.rtp-card {
  position: relative;
  min-height: 178px;
  padding: 1rem;
  color: #14121a;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 230, 240, .96));
  border: 3px solid #050d1e;
  box-shadow: 8px 8px 0 #000, 0 0 0 3px rgba(255, 255, 255, .96);
  clip-path: polygon(0 5%, 95% 0, 100% 91%, 7% 100%);
  transform: rotate(var(--tilt, -.6deg));
  transition: transform .2s ease, box-shadow .2s ease;
}
