.release096-page {
  --r096-bg: #080b0b;
  --r096-panel: #0e1312;
  --r096-panel-soft: #141b19;
  --r096-line: rgba(196, 255, 91, .22);
  --r096-lime: #9cff1a;
  --r096-green: #65bd00;
  --r096-cyan: #4ae3d1;
  --r096-white: #f5f8f1;
  --r096-muted: #9ca69b;
  color: var(--r096-white);
}

.release096-page::selection {
  background: var(--r096-lime);
  color: #081005;
}

.release096-shell {
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

.release096-section-index {
  color: var(--r096-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.release096-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 72% 48%, rgba(103, 189, 0, .16), transparent 29%),
    linear-gradient(rgba(156, 255, 26, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 255, 26, .045) 1px, transparent 1px),
    linear-gradient(135deg, #070909 0%, #0a0f0e 52%, #101811 100%);
  background-size: auto, 60px 60px, 60px 60px, auto;
}

.release096-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  content: "";
  background: var(--r096-lime);
  box-shadow: 0 0 34px rgba(156, 255, 26, .5);
}

.release096-hero::after {
  position: absolute;
  right: -140px;
  bottom: -260px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(156, 255, 26, .12);
  border-radius: 50%;
  content: "";
}

.release096-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 660px;
  padding: clamp(58px, 7vw, 108px);
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  align-items: center;
  gap: clamp(38px, 6vw, 94px);
}

.release096-kicker {
  display: inline-flex;
  margin-bottom: 58px;
  align-items: center;
  gap: 11px;
  color: #dce8d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.release096-kicker__pulse {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--r096-lime);
  box-shadow: 0 0 0 6px rgba(156, 255, 26, .08);
}

.release096-kicker__pulse::after {
  position: absolute;
  inset: -8px;
  border: 1px solid var(--r096-lime);
  border-radius: 50%;
  content: "";
  animation: release096-pulse 2.2s ease-out infinite;
}

.release096-version {
  margin: 0 0 18px;
  color: var(--r096-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  letter-spacing: .12em;
}

.release096-hero h2 {
  max-width: 760px;
  margin: 0;
  color: var(--r096-white);
  font-size: clamp(54px, 5.4vw, 92px);
  font-weight: 550;
  line-height: .94;
  letter-spacing: -.062em;
}

.release096-hero__lead {
  max-width: 720px;
  margin: 34px 0 0;
  color: #b8c2b5;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.release096-tags {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 8px;
}

.release096-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(156, 255, 26, .22);
  background: rgba(156, 255, 26, .04);
  color: #dce8d5;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.release096-hero__visual {
  display: grid;
  min-height: 520px;
  place-items: center;
}

.release096-radar {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(156, 255, 26, .25);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 255, 26, .07), transparent 62%);
  box-shadow: inset 0 0 80px rgba(156, 255, 26, .035), 0 0 90px rgba(156, 255, 26, .05);
}

.release096-radar__ring,
.release096-radar__axis,
.release096-radar__scan {
  position: absolute;
  pointer-events: none;
}

.release096-radar__ring {
  border: 1px solid rgba(156, 255, 26, .18);
  border-radius: 50%;
}

.release096-radar__ring--one { inset: 13%; }
.release096-radar__ring--two { inset: 28%; }
.release096-radar__ring--three { inset: 42%; }

.release096-radar__axis--x {
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(156, 255, 26, .16);
}

.release096-radar__axis--y {
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid rgba(156, 255, 26, .16);
}

.release096-radar__scan {
  inset: 0 50% 50% 0;
  background: conic-gradient(from 90deg at 100% 100%, transparent 0deg, rgba(156, 255, 26, .19) 42deg, transparent 44deg);
  transform-origin: 100% 100%;
  animation: release096-scan 8s linear infinite;
}

.release096-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(156, 255, 26, .7);
  background: rgba(7, 12, 9, .86);
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 42px rgba(156, 255, 26, .1);
}

.release096-core > * {
  transform: rotate(-45deg);
}

.release096-core span {
  color: var(--r096-lime);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 29px;
  font-weight: 700;
}

.release096-core strong {
  margin-top: 6px;
  color: #d6e0d2;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .13em;
}

.release096-node {
  position: absolute;
  display: grid;
  min-width: 92px;
  padding: 11px 13px;
  border-left: 2px solid var(--r096-lime);
  background: rgba(7, 11, 9, .88);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .32);
}

.release096-node b {
  color: var(--r096-white);
  font-size: 20px;
  line-height: 1;
}

.release096-node span {
  margin-top: 5px;
  color: var(--r096-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.release096-node--mission { top: 14%; left: 12%; }
.release096-node--phishing { top: 21%; right: 5%; }
.release096-node--game { right: 11%; bottom: 12%; }
.release096-node--ai { bottom: 16%; left: 4%; }

.release096-hero__footer {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 60px;
  padding: 0 46px;
  border-top: 1px solid rgba(156, 255, 26, .16);
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  color: #7f8b7b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .15em;
}

.release096-hero__footer i {
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 255, 26, .08), rgba(156, 255, 26, .42), rgba(156, 255, 26, .08));
}

.release096-manifest {
  display: grid;
  padding: clamp(70px, 8vw, 120px) clamp(34px, 6vw, 92px);
  border-right: 1px solid #d7ddd3;
  border-left: 1px solid #d7ddd3;
  background: #f1f4ef;
  grid-template-columns: .65fr 2.15fr .7fr;
  gap: clamp(30px, 5vw, 80px);
  color: #101410;
}

.release096-manifest .release096-section-index {
  color: #548b00;
}

.release096-manifest h2,
.release096-heading h2,
.release096-feature__copy h2,
.release096-game__copy h2,
.release096-polish h2,
.release096-final h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 560;
  line-height: .99;
  letter-spacing: -.052em;
}

.release096-manifest__copy p {
  max-width: 850px;
  margin: 30px 0 0;
  color: #4e584c;
  font-size: 19px;
  line-height: 1.72;
}

.release096-manifest__metric {
  padding-left: 28px;
  border-left: 1px solid #aeb7aa;
}

.release096-manifest__metric strong {
  display: block;
  color: #5ca000;
  font-size: clamp(72px, 7vw, 120px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.07em;
}

.release096-manifest__metric span {
  display: block;
  margin-top: 24px;
  color: #556052;
  font-size: 14px;
  line-height: 1.5;
}

.release096-feature {
  display: grid;
  min-height: 790px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: var(--r096-bg);
  grid-template-columns: 1.08fr .92fr;
}

.release096-feature__visual {
  min-height: 690px;
  padding: clamp(30px, 5vw, 76px);
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.release096-scene {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  background:
    linear-gradient(152deg, rgba(74, 227, 209, .08), transparent 38%),
    linear-gradient(25deg, rgba(156, 255, 26, .1), transparent 54%),
    #0b1110;
  perspective: 900px;
}

.release096-scene::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(156, 255, 26, .24);
  content: "";
  pointer-events: none;
}

.release096-scene__grid {
  position: absolute;
  right: -25%;
  bottom: -30%;
  left: -25%;
  height: 78%;
  background:
    linear-gradient(rgba(156, 255, 26, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 255, 26, .15) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: rotateX(66deg);
  transform-origin: center bottom;
}

.release096-scene__plane {
  position: absolute;
  border: 1px solid rgba(156, 255, 26, .36);
  background: linear-gradient(145deg, rgba(156, 255, 26, .13), rgba(7, 10, 8, .35));
  clip-path: polygon(20% 0, 100% 12%, 82% 100%, 0 84%);
  transform: skewY(-8deg);
}

.release096-scene__plane--back { top: 12%; right: 8%; width: 49%; height: 33%; opacity: .56; }
.release096-scene__plane--middle { top: 28%; left: 13%; width: 56%; height: 37%; }
.release096-scene__plane--front { right: 10%; bottom: 9%; width: 51%; height: 34%; background: linear-gradient(145deg, rgba(74, 227, 209, .12), rgba(10, 20, 18, .7)); }

.release096-scene__point {
  position: absolute;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid var(--r096-lime);
  border-radius: 50%;
  background: #0a0f0d;
  color: var(--r096-lime);
  place-items: center;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  box-shadow: 0 0 0 8px rgba(156, 255, 26, .05);
}

.release096-scene__point--one { top: 23%; right: 19%; }
.release096-scene__point--two { top: 52%; left: 23%; }
.release096-scene__point--three { right: 20%; bottom: 18%; }

.release096-scene__caption {
  position: absolute;
  bottom: 34px;
  left: 34px;
  max-width: 310px;
}

.release096-scene__caption small {
  display: block;
  margin-bottom: 8px;
  color: var(--r096-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.release096-scene__caption strong {
  color: var(--r096-white);
  font-size: 22px;
  line-height: 1.24;
}

.release096-feature__copy {
  padding: clamp(58px, 7vw, 106px);
}

.release096-feature__copy h2 {
  margin-top: 24px;
  color: var(--r096-white);
  font-size: clamp(42px, 4vw, 68px);
}

.release096-feature__copy > p {
  margin: 30px 0 0;
  color: #a9b3a6;
  font-size: 18px;
  line-height: 1.72;
}

.release096-steps {
  display: grid;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.release096-steps li {
  display: grid;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  grid-template-columns: 56px 1fr;
  gap: 18px;
}

.release096-steps li > span {
  color: var(--r096-lime);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.release096-steps b {
  color: var(--r096-white);
  font-size: 19px;
}

.release096-steps p {
  margin: 6px 0 0;
  color: var(--r096-muted);
  font-size: 14px;
  line-height: 1.55;
}

.release096-mission-tools {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.release096-mission-capabilities {
  padding: clamp(72px, 8vw, 124px) clamp(34px, 7vw, 110px);
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(135deg, rgba(139, 217, 0, .055), transparent 42%),
    #0b0f0c;
}

.release096-mission-capabilities__head {
  display: grid;
  margin-bottom: 52px;
  align-items: start;
  grid-template-columns: minmax(150px, .42fr) minmax(340px, 1fr) minmax(280px, .72fr);
  gap: clamp(28px, 4vw, 72px);
}

.release096-mission-capabilities__head h2 {
  color: var(--r096-white);
  font-size: clamp(36px, 3.5vw, 58px);
  line-height: 1.02;
}

.release096-mission-capabilities__head > p {
  margin: 3px 0 0;
  color: #a9b3a6;
  font-size: 17px;
  line-height: 1.7;
}

.release096-mission-tools article {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .018);
}

.release096-mission-tools span,
.release096-mission-tools b {
  display: block;
}

.release096-mission-tools span {
  margin-bottom: 18px;
  color: var(--r096-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
}

.release096-mission-tools b {
  color: var(--r096-white);
  font-size: 16px;
  line-height: 1.3;
}

.release096-mission-tools p {
  margin: 9px 0 0;
  color: #929e90;
  font-size: 13px;
  line-height: 1.58;
}

.release096-phishing,
.release096-questions {
  padding: clamp(72px, 8vw, 124px) clamp(34px, 7vw, 110px);
  background: #f1f4ef;
  color: #101410;
}

.release096-heading {
  display: block;
  max-width: 1040px;
}

.release096-heading .release096-section-index {
  color: #548b00;
}

.release096-heading h2 {
  max-width: 980px;
  margin-top: 26px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.03;
}

.release096-heading > p {
  max-width: 820px;
  margin: 28px 0 0;
  color: #515b4f;
  font-size: 17px;
  line-height: 1.72;
}

.release096-phishing__flow {
  display: grid;
  margin-top: 72px;
  grid-template-columns: 1fr 150px 1fr;
  align-items: stretch;
}

.release096-phishing__flow article {
  position: relative;
  min-height: 360px;
  padding: 42px;
  border: 1px solid #cfd6ca;
  background: #fff;
}

.release096-phishing__number {
  position: absolute;
  top: 26px;
  right: 30px;
  color: #d7ded2;
  font-size: 84px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.06em;
}

.release096-phishing__flow small,
.release096-questions__grid article > span {
  color: #5b9600;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.release096-phishing__flow h3 {
  position: relative;
  max-width: 430px;
  margin: 72px 0 18px;
  color: #111510;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.release096-phishing__flow article > p {
  max-width: 520px;
  color: #596157;
  font-size: 16px;
  line-height: 1.65;
}

.release096-event {
  display: flex;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #d8ddd4;
  align-items: center;
  gap: 12px;
  color: #364132;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.release096-event i {
  color: #62a000;
  font-size: 22px;
}

.release096-phishing__connector {
  display: flex;
  padding: 0 22px;
  align-items: center;
  color: #61a200;
}

.release096-phishing__connector span {
  height: 1px;
  background: #72b400;
  flex: 1;
}

.release096-phishing__connector i {
  margin: 0 10px;
  font-size: 24px;
}

.release096-phishing__details {
  display: grid;
  border-right: 1px solid #cfd6ca;
  border-bottom: 1px solid #cfd6ca;
  border-left: 1px solid #cfd6ca;
  grid-template-columns: repeat(3, 1fr);
}

.release096-phishing__details div {
  padding: 28px 30px;
  border-right: 1px solid #cfd6ca;
}

.release096-phishing__details div:last-child {
  border-right: 0;
}

.release096-phishing__details b,
.release096-phishing__details span {
  display: block;
}

.release096-phishing__details b {
  margin-bottom: 8px;
  color: #1c2419;
  font-size: 14px;
}

.release096-phishing__details span {
  color: #657063;
  font-size: 13px;
  line-height: 1.55;
}

.release096-game {
  display: grid;
  padding: clamp(72px, 8vw, 122px) clamp(34px, 7vw, 110px);
  background:
    radial-gradient(circle at 72% 12%, rgba(74, 227, 209, .11), transparent 24%),
    #09100e;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(54px, 8vw, 128px);
  align-items: center;
}

.release096-game__copy h2 {
  margin-top: 24px;
  color: var(--r096-white);
  font-size: clamp(42px, 4.2vw, 68px);
}

.release096-game__copy p {
  margin: 30px 0 0;
  color: #a6b1a3;
  font-size: 18px;
  line-height: 1.72;
}

.release096-game__track {
  padding: clamp(32px, 4.5vw, 62px);
  border: 1px solid rgba(156, 255, 26, .22);
  background:
    linear-gradient(rgba(156, 255, 26, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 255, 26, .035) 1px, transparent 1px),
    rgba(5, 9, 8, .72);
  background-size: 36px 36px;
}

.release096-game__status {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.release096-game__status span {
  color: var(--r096-muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: .13em;
}

.release096-game__status b {
  color: var(--r096-lime);
  font-size: 44px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -.05em;
}

.release096-game__line {
  height: 5px;
  margin: 24px 0 46px;
  background: #222c27;
}

.release096-game__line i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--r096-green), var(--r096-lime));
  box-shadow: 0 0 18px rgba(156, 255, 26, .28);
}

.release096-game__levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.release096-game__levels div {
  padding: 17px 12px;
  border-top: 2px solid #29342e;
  color: #657169;
}

.release096-game__levels div.is-complete {
  border-color: #6dac00;
  color: #b8c8b2;
}

.release096-game__levels div.is-current {
  border-color: var(--r096-lime);
  background: rgba(156, 255, 26, .06);
  color: var(--r096-white);
}

.release096-game__levels span,
.release096-game__levels b {
  display: block;
}

.release096-game__levels span {
  margin-bottom: 17px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.release096-game__levels b {
  font-size: 12px;
  font-weight: 650;
}

.release096-game__score {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  grid-template-columns: repeat(3, 1fr);
}

.release096-game__score div {
  padding-top: 25px;
}

.release096-game__score small,
.release096-game__score strong {
  display: block;
}

.release096-game__score small {
  color: #6f7b73;
  font-size: 9px;
  letter-spacing: .13em;
}

.release096-game__score strong {
  margin-top: 7px;
  color: #e8eee5;
  font-size: 18px;
}

.release096-questions {
  background: #e7ebe4;
}

.release096-questions__grid {
  display: grid;
  margin-top: 72px;
  border-top: 1px solid #bdc6b8;
  border-left: 1px solid #bdc6b8;
  grid-template-columns: repeat(3, 1fr);
}

.release096-questions__grid article {
  min-height: 490px;
  padding: clamp(32px, 4vw, 54px);
  border-right: 1px solid #bdc6b8;
  border-bottom: 1px solid #bdc6b8;
  background: #f7f8f5;
}

.release096-questions__grid article.release096-questions__ai {
  background: #0c1210;
  color: var(--r096-white);
}

.release096-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 66px;
  border: 1px solid #9eb08f;
  color: #568d00;
  place-items: center;
  font-size: 26px;
}

.release096-questions__ai .release096-card-icon {
  border-color: rgba(156, 255, 26, .36);
  color: var(--r096-lime);
}

.release096-questions__grid h3 {
  margin: 18px 0;
  color: #121712;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.release096-questions__ai h3 {
  color: var(--r096-white);
}

.release096-questions__grid p {
  color: #596157;
  font-size: 15px;
  line-height: 1.65;
}

.release096-questions__ai p {
  color: #a5afa2;
}

.release096-questions__grid ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.release096-questions__grid li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-top: 1px solid #d5dad1;
  color: #3e483b;
  font-size: 13px;
  line-height: 1.45;
}

.release096-questions__grid li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #65a500;
}

.release096-questions__ai li {
  border-color: rgba(255, 255, 255, .09);
  color: #b7c1b3;
}

.release096-questions__ai li::before {
  background: var(--r096-lime);
}

.release096-question-types {
  display: flex;
  overflow: hidden;
  border-right: 1px solid #bdc6b8;
  border-bottom: 1px solid #bdc6b8;
  border-left: 1px solid #bdc6b8;
  background: #dce2d9;
}

.release096-question-types span {
  padding: 19px 23px;
  border-right: 1px solid #bdc6b8;
  color: #52604e;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .1em;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.release096-polish {
  display: grid;
  padding: clamp(72px, 8vw, 122px) clamp(34px, 7vw, 110px);
  background: #f8faf6;
  color: #101410;
  grid-template-columns: 1fr 1fr;
  gap: clamp(56px, 8vw, 132px);
}

.release096-polish h2 {
  margin-top: 24px;
  font-size: clamp(42px, 4vw, 66px);
}

.release096-polish__content > p {
  margin: 0;
  color: #505b4d;
  font-size: 18px;
  line-height: 1.72;
}

.release096-polish__list {
  display: grid;
  margin-top: 42px;
}

.release096-polish__list span {
  display: flex;
  padding: 18px 0;
  border-top: 1px solid #d7ddd3;
  align-items: center;
  gap: 13px;
  color: #2e382b;
  font-size: 14px;
}

.release096-polish__list i {
  color: #5c9c00;
  font-size: 20px;
}

.release096-final {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 148px) clamp(34px, 9vw, 140px);
  background:
    linear-gradient(90deg, rgba(156, 255, 26, .06) 1px, transparent 1px) 0 0 / 82px 100%,
    linear-gradient(135deg, #080b09 0%, #111a10 100%);
}

.release096-final::after {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(156, 255, 26, .18);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.release096-final__mark {
  position: relative;
  z-index: 1;
  color: var(--r096-lime);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  letter-spacing: .14em;
}

.release096-final h2 {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-top: 28px;
  color: var(--r096-white);
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.04;
}

.release096-final p {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 36px 0 0;
  color: #a8b3a4;
  font-size: 18px;
  line-height: 1.75;
}

.release096-final__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 58px;
  margin-top: 46px;
  padding: 0 22px 0 26px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--r096-lime);
  color: #0a1007 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.release096-final__button i {
  font-size: 21px;
}

.release096-final__button:hover {
  background: #b2ff51;
}

@keyframes release096-pulse {
  0% { opacity: .8; transform: scale(.35); }
  80%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes release096-scan {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .release096-hero__grid {
    grid-template-columns: 1fr;
  }

  .release096-hero__visual {
    min-height: 480px;
  }

  .release096-radar {
    width: min(100%, 520px);
  }

  .release096-manifest {
    grid-template-columns: .65fr 2fr;
  }

  .release096-manifest__metric {
    grid-column: 2;
  }

  .release096-feature,
  .release096-game {
    grid-template-columns: 1fr;
  }

  .release096-mission-capabilities__head {
    grid-template-columns: minmax(150px, .42fr) 1fr;
  }

  .release096-mission-capabilities__head > p {
    grid-column: 2;
  }

  .release096-mission-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release096-feature__visual {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .release096-questions__grid {
    grid-template-columns: 1fr 1fr;
  }

  .release096-questions__grid article.release096-questions__ai {
    grid-column: span 2;
    min-height: 400px;
  }
}

@media (max-width: 820px) {
  .release096-shell {
    width: calc(100% - 36px);
  }

  .release096-hero__grid {
    padding: 54px 32px;
  }

  .release096-kicker {
    margin-bottom: 38px;
  }

  .release096-hero__visual {
    min-height: 390px;
  }

  .release096-radar {
    width: min(100%, 390px);
  }

  .release096-node {
    min-width: 72px;
    padding: 8px 10px;
  }

  .release096-core {
    width: 108px;
    height: 108px;
  }

  .release096-hero__footer {
    display: none;
  }

  .release096-manifest,
  .release096-polish,
  .release096-mission-capabilities__head {
    grid-template-columns: 1fr;
  }

  .release096-manifest__metric {
    grid-column: auto;
  }

  .release096-mission-capabilities__head > p {
    grid-column: auto;
  }

  .release096-manifest__metric {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid #aeb7aa;
    border-left: 0;
  }

  .release096-phishing__flow {
    grid-template-columns: 1fr;
  }

  .release096-phishing__connector {
    min-height: 90px;
    padding: 20px 0;
    flex-direction: column;
  }

  .release096-phishing__connector span {
    width: 1px;
    height: auto;
  }

  .release096-phishing__connector i {
    transform: rotate(90deg);
  }

  .release096-phishing__details {
    border-top: 1px solid #cfd6ca;
    grid-template-columns: 1fr;
  }

  .release096-phishing__details div {
    border-right: 0;
    border-bottom: 1px solid #cfd6ca;
  }

  .release096-questions__grid {
    grid-template-columns: 1fr;
  }

  .release096-questions__grid article.release096-questions__ai {
    grid-column: auto;
  }

  .release096-question-types {
    overflow-x: auto;
  }

  .release096-question-types span {
    min-width: 160px;
  }
}

@media (max-width: 560px) {
  .release096-shell {
    width: calc(100% - 24px);
  }

  .release096-hero__grid {
    padding: 44px 22px;
  }

  .release096-hero h2 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .release096-hero__lead {
    font-size: 16px;
  }

  .release096-hero__visual {
    min-height: 310px;
  }

  .release096-radar {
    width: 300px;
    max-width: 100%;
  }

  .release096-node--mission { top: 8%; left: 3%; }
  .release096-node--phishing { top: 12%; right: -1%; }
  .release096-node--game { right: 2%; bottom: 7%; }
  .release096-node--ai { bottom: 9%; left: -1%; }

    .release096-manifest,
    .release096-feature__copy,
    .release096-mission-capabilities,
    .release096-phishing,
  .release096-game,
  .release096-questions,
  .release096-polish,
  .release096-final {
    padding-right: 22px;
    padding-left: 22px;
  }

  .release096-feature__visual {
    min-height: 510px;
    padding: 18px;
  }

  .release096-scene {
    min-height: 470px;
  }

  .release096-phishing__flow article {
    min-height: 0;
    padding: 30px 24px;
  }

  .release096-phishing__number {
    font-size: 62px;
  }

  .release096-game__track {
    padding: 28px 20px;
  }

  .release096-game__levels {
    grid-template-columns: 1fr 1fr;
  }

  .release096-mission-tools {
    grid-template-columns: 1fr;
  }

  .release096-game__score {
    grid-template-columns: 1fr;
  }

  .release096-game__score div {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .release096-questions__grid article {
    min-height: 0;
    padding: 30px 24px;
  }

  .release096-card-icon {
    margin-bottom: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .release096-kicker__pulse::after,
  .release096-radar__scan {
    animation: none;
  }
}
