*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, Helvetica Neue, PingFang SC, Microsoft YaHei, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-\[22\%\] {
  left: 22%;
  right: 22%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[8\%\] {
  top: 8%;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-11 {
  height: 2.75rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-44 {
  height: 11rem;
}
.h-56 {
  height: 14rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[15vh\] {
  height: 15vh;
}
.h-\[36rem\] {
  height: 36rem;
}
.h-full {
  height: 100%;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[120vh\] {
  min-height: 120vh;
}
.min-h-\[150vh\] {
  min-height: 150vh;
}
.min-h-\[180vh\] {
  min-height: 180vh;
}
.min-h-\[190vh\] {
  min-height: 190vh;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2 {
  width: 0.5rem;
}
.w-28 {
  width: 7rem;
}
.w-44 {
  width: 11rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[36rem\] {
  width: 36rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-\[1040px\] {
  min-width: 1040px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes breathe {

  0%, 100% {
    opacity: 0.72;
    filter: drop-shadow(0 0 18px rgba(44,255,5,0.28));
  }

  50% {
    opacity: 1;
    filter: drop-shadow(0 0 38px rgba(44,255,5,0.58));
  }
}
.animate-breathe {
  animation: breathe 4s ease-in-out infinite;
}
@keyframes scan {

  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  25% {
    opacity: 0.5;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.animate-scan {
  animation: scan 7s linear infinite;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-\[46\%\] {
  border-radius: 46%;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#39ff14\]\/35 {
  border-color: rgb(57 255 20 / 0.35);
}
.border-code-green {
  --tw-border-opacity: 1;
  border-color: rgb(44 255 5 / var(--tw-border-opacity, 1));
}
.border-code-green\/10 {
  border-color: rgb(44 255 5 / 0.1);
}
.border-code-green\/55 {
  border-color: rgb(44 255 5 / 0.55);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[\#050706\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 6 / var(--tw-bg-opacity, 1));
}
.bg-\[\#39ff14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 255 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#39ff14\]\/10 {
  background-color: rgb(57 255 20 / 0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-code-green {
  --tw-bg-opacity: 1;
  background-color: rgb(44 255 5 / var(--tw-bg-opacity, 1));
}
.bg-code-green\/\[0\.035\] {
  background-color: rgb(44 255 5 / 0.035);
}
.bg-code-green\/\[0\.08\] {
  background-color: rgb(44 255 5 / 0.08);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/\[0\.035\] {
  background-color: rgb(255 255 255 / 0.035);
}
.bg-white\/\[0\.045\] {
  background-color: rgb(255 255 255 / 0.045);
}
.bg-\[radial-gradient\(circle_at_50\%_42\%\2c rgba\(44\2c 255\2c 5\2c 0\.08\)\2c transparent_34\%\)\2c linear-gradient\(135deg\2c rgba\(255\2c 255\2c 255\2c 0\.045\)\2c rgba\(255\2c 255\2c 255\2c 0\.012\)\)\] {
  background-image: radial-gradient(circle at 50% 42%,rgba(44,255,5,0.08),transparent 34%),linear-gradient(135deg,rgba(255,255,255,0.045),rgba(255,255,255,0.012));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-code-green {
  --tw-gradient-to: rgb(44 255 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2CFF05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[clamp\(54px\2c 7\.2vw\2c 125px\)\] {
  font-size: clamp(54px, 7.2vw, 125px);
}
.text-\[clamp\(72px\2c 14vw\2c 190px\)\] {
  font-size: clamp(72px, 14vw, 190px);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#39ff14\] {
  --tw-text-opacity: 1;
  color: rgb(57 255 20 / var(--tw-text-opacity, 1));
}
.text-\[\#d9ffd2\] {
  --tw-text-opacity: 1;
  color: rgb(217 255 210 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-code-green {
  --tw-text-opacity: 1;
  color: rgb(44 255 5 / var(--tw-text-opacity, 1));
}
.text-light-gray {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-\[0\.055\] {
  opacity: 0.055;
}
.opacity-\[0\.12\] {
  opacity: 0.12;
}
.opacity-\[0\.62\] {
  opacity: 0.62;
}
.shadow-\[0_0_18px_rgba\(44\2c 255\2c 5\2c 0\.62\)\] {
  --tw-shadow: 0 0 18px rgba(44,255,5,0.62);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_22px_rgba\(44\2c 255\2c 5\2c 0\.14\)\] {
  --tw-shadow: 0 0 22px rgba(44,255,5,0.14);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(44\2c 255\2c 5\2c 0\.18\)\] {
  --tw-shadow: 0 0 26px rgba(44,255,5,0.18);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_70px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  --tw-shadow: 0 0 70px rgba(255,255,255,0.08);
  --tw-shadow-colored: 0 0 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_32px_92px_rgba\(0\2c 0\2c 0\2c 0\.7\)\2c 0_0_32px_rgba\(44\2c 255\2c 5\2c 0\.12\)\] {
  --tw-shadow: 0 32px 92px rgba(0,0,0,0.7),0 0 32px rgba(44,255,5,0.12);
  --tw-shadow-colored: 0 32px 92px var(--tw-shadow-color), 0 0 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_34px_110px_rgba\(0\2c 0\2c 0\2c 0\.72\)\2c 0_0_38px_rgba\(44\2c 255\2c 5\2c 0\.14\)\] {
  --tw-shadow: 0 34px 110px rgba(0,0,0,0.72),0 0 38px rgba(44,255,5,0.14);
  --tw-shadow-colored: 0 34px 110px var(--tw-shadow-color), 0 0 38px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_38px_140px_rgba\(0\2c 0\2c 0\2c 0\.86\)\2c 0_0_44px_rgba\(44\2c 255\2c 5\2c 0\.12\)\] {
  --tw-shadow: 0 38px 140px rgba(0,0,0,0.86),0 0 44px rgba(44,255,5,0.12);
  --tw-shadow-colored: 0 38px 140px var(--tw-shadow-color), 0 0 44px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_36px_rgba\(255\2c 255\2c 255\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 36px rgba(255,255,255,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_52px_rgba\(44\2c 255\2c 5\2c 0\.6\)\] {
  --tw-drop-shadow: drop-shadow(0 0 52px rgba(44,255,5,0.6));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.\[a-zA-Z0-9\:_-\] {
  a-z-a--z0-9: -;
}

:root {
  --color-black: #000000;
  --color-deep-black: #030303;
  --color-dark-gray: #111111;
  --color-mid-gray: #777777;
  --color-light-gray: #cfcfcf;
  --color-white: #ffffff;
  --color-code-green: #2cff05;
  --color-dim-green: rgba(44, 255, 5, 0.35);
  --color-glow-green: rgba(44, 255, 5, 0.65);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--color-black);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--color-white);
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 255, 255, 0.045), transparent 28rem),
    radial-gradient(circle at 20% 26%, rgba(255, 255, 255, 0.038), transparent 24rem),
    radial-gradient(circle at 62% 72%, rgba(44, 255, 5, 0.022), transparent 22rem),
    linear-gradient(180deg, #000 0%, #020202 42%, #000 100%);
  font-family: "Inter", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

::-moz-selection {
  color: #000;
  background: var(--color-code-green);
}

::selection {
  color: #000;
  background: var(--color-code-green);
}

.cinema-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.025);
}

.cinema-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(ellipse at 50% 12%, rgba(255, 255, 255, 0.09), transparent 34rem),
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(44, 255, 5, 0.045), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.028) 44%, transparent 74%);
  opacity: 0.86;
}

.cinema-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.92) 100%);
  background-size: 104px 104px, 104px 104px, 100% 100%;
  opacity: 0.72;
}

.section-shell {
  width: min(1460px, calc(100vw - 48px));
  margin: 0 auto;
}

.eyebrow {
  color: rgba(207, 207, 207, 0.52);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.display-title {
  max-width: 13ch;
  font-size: 4.8rem;
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 32px 90px rgba(255, 255, 255, 0.11),
    0 0 120px rgba(255, 255, 255, 0.08);
}

.chapter-title {
  font-size: 3.2rem;
  font-weight: 930;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 80px rgba(255, 255, 255, 0.1);
}

.lead-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.52;
  text-wrap: pretty;
}

.body-copy {
  color: rgba(207, 207, 207, 0.72);
  font-size: 1.02rem;
  line-height: 1.82;
  text-wrap: pretty;
}

.green-glow {
  color: var(--color-code-green);
  text-shadow:
    0 0 20px rgba(44, 255, 5, 0.42),
    0 0 58px rgba(44, 255, 5, 0.18);
}

.glass-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.07), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 28px 92px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(22px);
}

.glass-panel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent),
    radial-gradient(circle at 76% 18%, rgba(44, 255, 5, 0.035), transparent 12rem);
  opacity: 0.74;
}

.placeholder-visual {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(207, 207, 207, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012));
}

.placeholder-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-100%);
  animation: placeholderSweep 5s ease-in-out infinite;
}

@keyframes placeholderSweep {
  0%,
  48% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.film-grain {
  background-image:
    repeating-radial-gradient(circle at 13% 19%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 7px),
    repeating-radial-gradient(circle at 73% 37%, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 11px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%, rgba(0, 0, 0, 0.12));
  mix-blend-mode: screen;
}

.scanline {
  position: relative;
}

.scanline::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.045) 1px,
    transparent 1px,
    transparent 8px
  );
  opacity: 0.18;
}

.milestones-section::before {
  background:
    radial-gradient(ellipse at 50% 56%, rgba(44, 255, 5, 0.052), transparent 34rem),
    radial-gradient(circle at 18% 32%, rgba(44, 255, 5, 0.04), transparent 24rem),
    radial-gradient(circle at 78% 72%, rgba(44, 255, 5, 0.034), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.026) 44%, transparent 74%);
}

.milestones-section::after {
  background-image:
    linear-gradient(rgba(44, 255, 5, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.68) 76%, rgba(0, 0, 0, 0.92) 100%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
}

.milestones-shell {
  position: relative;
}

.milestones-timeline {
  position: relative;
  min-height: 560px;
  margin-top: clamp(1rem, 2vw, 2rem);
  padding-inline: clamp(1rem, 3vw, 3rem);
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  scrollbar-color: rgba(44, 255, 5, 0.35) rgba(255, 255, 255, 0.04);
}

.milestones-timeline::-webkit-scrollbar {
  height: 6px;
}

.milestones-timeline::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.milestones-timeline::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(44, 255, 5, 0.28);
}

.milestones-stage {
  position: relative;
  width: 100%;
  min-width: 1280px;
  min-height: 560px;
  margin-inline: auto;
}

.milestone-axis {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 34px;
  transform: translateY(-50%);
  pointer-events: none;
  animation: milestoneAxisIn 900ms ease-out both;
}

.milestone-axis-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background:
    linear-gradient(90deg, transparent, rgba(44, 255, 5, 0.42) 8%, rgba(44, 255, 5, 0.58) 28%, rgba(44, 255, 5, 0.76) 52%, rgba(44, 255, 5, 0.58) 76%, rgba(44, 255, 5, 0.42) 94%, transparent);
  box-shadow:
    0 0 22px rgba(44, 255, 5, 0.24),
    0 0 36px rgba(44, 255, 5, 0.1);
}

.milestone-axis-glow {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 28px;
  transform: translateY(-50%);
  background:
    radial-gradient(ellipse at 48% 50%, rgba(44, 255, 5, 0.11), transparent 46%),
    radial-gradient(ellipse at 86% 50%, rgba(44, 255, 5, 0.08), transparent 34%);
  filter: blur(16px);
  opacity: 0.8;
}

.milestone-axis-arrow {
  position: absolute;
  right: -1px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(44, 255, 5, 0.7);
  border-right: 1px solid rgba(44, 255, 5, 0.7);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 8px -8px 28px rgba(44, 255, 5, 0.18);
}

.milestones-node-layer {
  position: absolute;
  inset: 0;
}

.milestone-node {
  --milestone-color: var(--color-code-green);
  --milestone-delay: 0ms;
  position: absolute;
  top: 50%;
  width: clamp(170px, 13.4vw, 218px);
  transform: translateX(-50%);
  animation: milestoneNodeIn 720ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
  animation-delay: calc(180ms + var(--milestone-delay));
}

.milestone-node-top {
  --milestone-card-y: -14px;
  padding-bottom: 72px;
  transform: translate(-50%, -100%);
}

.milestone-node-bottom {
  --milestone-card-y: 14px;
  padding-top: 72px;
}

.milestone-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid color-mix(in srgb, var(--milestone-color) 78%, white 22%);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, var(--milestone-color) 0 28%, rgba(0, 0, 0, 0.92) 31% 100%);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--milestone-color) 48%, transparent),
    0 0 44px color-mix(in srgb, var(--milestone-color) 18%, transparent);
  transform: translate(-50%, -50%);
  animation: milestonePulse 4.8s ease-in-out infinite;
  animation-delay: var(--milestone-delay);
}

.milestone-node-top .milestone-dot {
  top: 100%;
}

.milestone-stem {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 58px;
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--milestone-color) 72%, transparent), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--milestone-color) 22%, transparent);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  animation: milestoneStemIn 560ms ease-out both;
  animation-delay: calc(320ms + var(--milestone-delay));
}

.milestone-node-top .milestone-stem {
  bottom: 8px;
  transform-origin: bottom;
}

.milestone-node-bottom .milestone-stem {
  top: 8px;
}

.milestone-card {
  position: relative;
  min-height: 168px;
  padding: 1.05rem 1.05rem 1rem;
  border: 1px solid color-mix(in srgb, var(--milestone-color) 28%, rgba(255, 255, 255, 0.08));
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--milestone-color) 9%, transparent), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.48);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(var(--milestone-card-y)) scale(0.985);
  animation: milestoneCardIn 640ms ease-out both;
  animation-delay: calc(440ms + var(--milestone-delay));
}

.milestone-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--milestone-color), transparent);
  opacity: 0.65;
}

.milestone-node-active .milestone-card {
  border-color: color-mix(in srgb, var(--milestone-color) 44%, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 24px 86px rgba(0, 0, 0, 0.54),
    0 0 34px color-mix(in srgb, var(--milestone-color) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.milestone-date {
  color: var(--milestone-color);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(1.08rem, 1.35vw, 1.52rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 22px color-mix(in srgb, var(--milestone-color) 42%, transparent);
}

.milestone-title {
  margin-top: 0.78rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 860;
  line-height: 1.28;
  text-wrap: balance;
}

.milestone-description {
  margin-top: 0.68rem;
  color: rgba(207, 207, 207, 0.72);
  font-size: clamp(0.78rem, 0.78vw, 0.88rem);
  line-height: 1.58;
  text-wrap: pretty;
}

.roadmap-section::before {
  background:
    radial-gradient(ellipse at 48% 42%, rgba(44, 255, 5, 0.042), transparent 32rem),
    radial-gradient(circle at 18% 28%, rgba(44, 255, 5, 0.04), transparent 24rem),
    radial-gradient(circle at 82% 68%, rgba(44, 255, 5, 0.04), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.026) 44%, transparent 74%);
}

.roadmap-section::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 255, 5, 0.014) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.7) 76%, rgba(0, 0, 0, 0.93) 100%);
  background-size: 96px 96px, 96px 96px, 100% 100%;
}

.roadmap-shell {
  position: relative;
}

.roadmap-steps {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(44, 255, 5, 0.3) rgba(255, 255, 255, 0.04);
}

.roadmap-steps::-webkit-scrollbar {
  height: 6px;
}

.roadmap-steps::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.roadmap-steps::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(44, 255, 5, 0.26);
}

.roadmap-steps-grid {
  position: relative;
  display: grid;
  min-width: 1220px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.006)),
    rgba(0, 0, 0, 0.18);
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.roadmap-steps-grid::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 1px;
  content: "";
  background:
    linear-gradient(90deg, rgba(44, 255, 5, 0.24), rgba(44, 255, 5, 0.34), rgba(44, 255, 5, 0.38), rgba(44, 255, 5, 0.34), rgba(44, 255, 5, 0.24));
  opacity: 0.44;
}

.roadmap-phase {
  --roadmap-color: var(--color-code-green);
  --roadmap-delay: 0ms;
  position: relative;
  min-height: 456px;
  padding: clamp(1.4rem, 2vw, 2rem) clamp(1.15rem, 1.8vw, 1.7rem) 1.55rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  isolation: isolate;
  animation: roadmapPhaseIn 720ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
  animation-delay: calc(120ms + var(--roadmap-delay));
}

.roadmap-phase:first-child {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.roadmap-phase:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.roadmap-phase::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 72% 20%, color-mix(in srgb, var(--roadmap-color) 10%, transparent), transparent 9rem),
    linear-gradient(180deg, color-mix(in srgb, var(--roadmap-color) 5%, transparent), transparent 44%);
  opacity: 0.85;
}

.roadmap-connector {
  position: absolute;
  left: -8px;
  top: 48%;
  width: 16px;
  height: 16px;
  border: 1px solid color-mix(in srgb, var(--roadmap-color) 62%, rgba(255, 255, 255, 0.32));
  border-radius: 999px;
  background:
    radial-gradient(circle at center, var(--roadmap-color) 0 28%, rgba(0, 0, 0, 0.92) 31% 100%);
  box-shadow: 0 0 26px color-mix(in srgb, var(--roadmap-color) 24%, transparent);
  transform: translateY(-50%);
  animation: roadmapConnectorPulse 4.6s ease-in-out infinite;
  animation-delay: var(--roadmap-delay);
}

.roadmap-phase:first-child .roadmap-connector {
  left: -8px;
}

.roadmap-phase-head {
  position: relative;
  min-height: 126px;
}

.roadmap-phase-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roadmap-phase-number {
  position: absolute;
  right: 0;
  top: -0.72rem;
  color: var(--roadmap-color);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(5.4rem, 8vw, 8.4rem);
  font-weight: 950;
  line-height: 0.78;
  opacity: 0.9;
  text-shadow:
    0 0 22px color-mix(in srgb, var(--roadmap-color) 34%, transparent),
    0 0 70px color-mix(in srgb, var(--roadmap-color) 16%, transparent);
  animation: roadmapNumberIn 760ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
  animation-delay: calc(260ms + var(--roadmap-delay));
}

.roadmap-phase-period {
  color: var(--roadmap-color);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px color-mix(in srgb, var(--roadmap-color) 28%, transparent);
}

.roadmap-phase-title {
  margin-top: 0.72rem;
  max-width: 12.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.15rem, 1.35vw, 1.45rem);
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.roadmap-task-list {
  display: grid;
  gap: 0.72rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.roadmap-task-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(207, 207, 207, 0.75);
  font-size: clamp(0.82rem, 0.8vw, 0.92rem);
  line-height: 1.56;
}

.roadmap-task-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  content: "";
  background: var(--roadmap-color);
  box-shadow: 0 0 14px color-mix(in srgb, var(--roadmap-color) 42%, transparent);
  transform: translateY(-50%);
}

.roadmap-goals {
  display: flex;
  width: 100%;
  min-width: 1220px;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(circle at 18% 0%, rgba(44, 255, 5, 0.04), transparent 16rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  animation: roadmapGoalsIn 720ms ease-out both;
  animation-delay: 920ms;
}

.roadmap-goals-title {
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.roadmap-goal-grid {
  display: grid;
  width: min(100%, 1120px);
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
  margin: 0.92rem auto 0;
}

.roadmap-goal {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.92rem 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(0, 0, 0, 0.48);
}

.roadmap-goal strong {
  color: var(--color-code-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 22px rgba(44, 255, 5, 0.22);
}

.roadmap-goal span {
  color: rgba(207, 207, 207, 0.76);
  font-size: 0.88rem;
  text-align: center;
}

.business-section::before {
  background:
    radial-gradient(ellipse at 42% 46%, rgba(44, 255, 5, 0.052), transparent 32rem),
    radial-gradient(circle at 14% 38%, rgba(49, 214, 232, 0.05), transparent 24rem),
    radial-gradient(circle at 86% 70%, rgba(77, 163, 255, 0.042), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.026) 44%, transparent 74%);
}

.business-section::after {
  background-image:
    linear-gradient(rgba(44, 255, 5, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.72) 76%, rgba(0, 0, 0, 0.93) 100%);
  background-size: 96px 96px, 96px 96px, 100% 100%;
}

.business-model {
  position: relative;
  display: grid;
  gap: clamp(3rem, 5vw, 4.5rem);
}

.business-band-stack {
  position: relative;
  display: grid;
  width: min(100%, 1280px);
  margin-left: auto;
  margin-right: 0;
  justify-items: end;
  gap: clamp(1.35rem, 2vw, 1.75rem);
  padding-block: 0.8rem;
}

.business-band-stack::before {
  display: none;
  content: none;
}

.business-band {
  --business-color: var(--color-code-green);
  --business-width: calc(76% + var(--business-level) * 9%);
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(260px, 1.35fr) minmax(220px, 0.85fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  width: min(var(--business-width), 100%);
  min-height: 116px;
  padding: 1.15rem clamp(1.1rem, 2vw, 1.7rem);
  border: 1px solid rgba(44, 255, 5, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(44, 255, 5, 0.07), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 10, 0.44);
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.52),
    0 0 22px rgba(44, 255, 5, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(26px) saturate(1.12);
  animation: businessBandIn 760ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
  animation-delay: calc(120ms + (2 - var(--business-level)) * 130ms);
}

.business-band-base {
  --business-color: #28c7c8;
}

.business-band-subscription {
  --business-color: #31d6a7;
}

.business-band-ecosystem {
  --business-color: #2cff05;
}

.business-band-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.business-band-index {
  color: #2cff05;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(2.5rem, 4.5vw, 4.9rem);
  font-weight: 950;
  line-height: 0.82;
  text-shadow: none;
}

.business-band-heading h3 {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.18rem, 1.7vw, 1.75rem);
  font-weight: 900;
  line-height: 1.12;
}

.business-band-copy {
  display: flex;
  align-items: center;
  align-self: center;
  color: rgba(207, 207, 207, 0.78);
  font-size: clamp(0.9rem, 0.92vw, 1rem);
  line-height: 1.62;
}

.business-band-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.business-band-tags span {
  border: 1px solid color-mix(in srgb, var(--business-color) 32%, rgba(255, 255, 255, 0.12));
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  line-height: 1.2;
  text-align: center;
  background: color-mix(in srgb, var(--business-color) 6%, rgba(0, 0, 0, 0.45));
}

.business-closing {
  max-width: 920px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 1.75vw, 1.72rem);
  font-weight: 820;
  line-height: 1.28;
  text-align: center;
  text-wrap: balance;
  animation: businessClosingIn 720ms ease-out both;
  animation-delay: 760ms;
}

.business-closing span {
  color: var(--color-code-green);
  text-shadow: 0 0 28px rgba(44, 255, 5, 0.25);
}

.privacy-section::before {
  background:
    radial-gradient(ellipse at 28% 44%, rgba(44, 255, 5, 0.048), transparent 31rem),
    radial-gradient(circle at 82% 34%, rgba(49, 214, 232, 0.042), transparent 24rem),
    radial-gradient(circle at 58% 82%, rgba(255, 255, 255, 0.035), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.026) 44%, transparent 74%);
}

.privacy-section::after {
  background-image:
    linear-gradient(rgba(44, 255, 5, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.72) 76%, rgba(0, 0, 0, 0.93) 100%);
  background-size: 96px 96px, 96px 96px, 100% 100%;
}

.privacy-version-grid {
  display: grid;
  gap: clamp(1rem, 2.4vw, 2rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.privacy-version-panel {
  position: relative;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  padding: clamp(1.35rem, 2.3vw, 2.15rem);
  border: 1px solid rgba(44, 255, 5, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 0%, rgba(44, 255, 5, 0.065), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 10, 0.46);
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.52),
    0 0 22px rgba(44, 255, 5, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(26px) saturate(1.12);
}

.privacy-version-panel-cloud {
  border-color: rgba(49, 214, 232, 0.16);
  background:
    radial-gradient(circle at 16% 0%, rgba(49, 214, 232, 0.058), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 10, 0.46);
}

.privacy-version-panel h3 {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  text-wrap: balance;
}

.privacy-version-basics {
  display: grid;
  gap: 0.9rem;
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
}

.privacy-version-row {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.36fr) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.privacy-version-row span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1.62;
}

.privacy-version-row p {
  color: rgba(207, 207, 207, 0.78);
  font-size: 0.92rem;
  line-height: 1.72;
}

.privacy-version-divider {
  height: 1px;
  margin-block: clamp(1.25rem, 2.1vw, 1.9rem);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(44, 255, 5, 0.22), transparent);
}

.privacy-version-security h4 {
  color: var(--color-code-green);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.45;
}

.privacy-version-security ul {
  display: grid;
  gap: 0.72rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.privacy-version-security li {
  position: relative;
  padding-left: 1rem;
  color: rgba(207, 207, 207, 0.78);
  font-size: 0.9rem;
  line-height: 1.68;
}

.privacy-version-security li::before {
  position: absolute;
  left: 0;
  top: 0.84em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  content: "";
  background: rgba(44, 255, 5, 0.74);
  transform: translateY(-50%);
}

.privacy-version-security li span {
  display: block;
}

.privacy-version-security li ul {
  gap: 0.38rem;
  margin-top: 0.45rem;
  padding-left: 0.7rem;
}

.privacy-version-security li li {
  color: rgba(207, 207, 207, 0.72);
  font-size: 0.86rem;
  line-height: 1.56;
}

.founders-section::before {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(44, 255, 5, 0.042), transparent 32rem),
    radial-gradient(circle at 16% 34%, rgba(80, 220, 255, 0.042), transparent 24rem),
    radial-gradient(circle at 82% 72%, rgba(150, 120, 255, 0.042), transparent 24rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.026) 44%, transparent 74%);
}

.founders-section::after {
  background-image:
    linear-gradient(rgba(44, 255, 5, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.72) 76%, rgba(0, 0, 0, 0.93) 100%);
  background-size: 96px 96px, 96px 96px, 100% 100%;
}

.founder-card-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.founders-shell > div:first-child {
  width: 100%;
  max-width: none;
  align-items: center;
  text-align: center;
}

.founder-profile-card {
  --founder-accent: rgba(44, 255, 5, 0.18);
  --founder-bg: rgba(44, 255, 5, 0.035);
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--founder-accent);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 18%, var(--founder-bg), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.018)),
    rgba(8, 11, 10, 0.48);
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px) saturate(1.1);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.founder-card-strategy {
  --founder-accent: rgba(80, 220, 255, 0.16);
  --founder-bg: rgba(80, 220, 255, 0.032);
}

.founder-card-engineering {
  --founder-accent: rgba(44, 255, 5, 0.18);
  --founder-bg: rgba(44, 255, 5, 0.035);
}

.founder-card-cognition {
  --founder-accent: rgba(150, 120, 255, 0.16);
  --founder-bg: rgba(150, 120, 255, 0.03);
}

.founder-profile-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--founder-accent) 72%, rgba(255, 255, 255, 0.22));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.58),
    0 0 26px color-mix(in srgb, var(--founder-accent) 30%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.founder-photo-stage {
  position: relative;
  display: grid;
  min-height: 285px;
  place-items: end center;
  padding: 1.35rem 1.2rem 0;
}

.founder-photo-stage::before {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--founder-accent), transparent);
  opacity: 0.8;
}

.founder-photo {
  position: relative;
  z-index: 1;
  width: min(82%, 300px);
  max-height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.48));
}

.founder-profile-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem clamp(1.15rem, 2vw, 1.65rem) 1.45rem;
}

.founder-pillar {
  color: var(--color-code-green);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.founder-profile-copy h3 {
  margin-top: 0.72rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  font-weight: 930;
  line-height: 1;
}

.founder-name-row {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(130px, 0.9fr);
  gap: 0.8rem;
  align-items: start;
  margin-top: 0.72rem;
}

.founder-name-row h3 {
  margin-top: 0;
}

.founder-role {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
}

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

.founder-tag-grid span {
  display: grid;
  min-height: 28px;
  place-items: center;
  border: 1px solid rgba(44, 255, 5, 0.72);
  border-radius: 999px;
  padding: 0.26rem 0.44rem;
  color: rgba(207, 207, 207, 0.78);
  font-size: 0.68rem;
  line-height: 1.2;
  text-align: center;
  background: rgba(0, 0, 0, 0.24);
}

.founder-detail-panel {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  margin-top: 1.05rem;
  padding: 0.98rem;
  border: 1px solid rgba(44, 255, 5, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(44, 255, 5, 0.045), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.008)),
    rgba(0, 0, 0, 0.34);
}

.founder-detail-panel ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.68rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-detail-panel li {
  position: relative;
  padding-left: 0.92rem;
  color: rgba(207, 207, 207, 0.78);
  font-size: clamp(0.75rem, 0.72vw, 0.84rem);
  line-height: 1.55;
}

.founder-detail-panel li::before {
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  content: "";
  background: var(--color-code-green);
  transform: translateY(-50%);
}

.founder-detail-panel li > span {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 850;
}

.founder-detail-panel strong {
  color: var(--color-code-green);
  font-weight: 850;
}

@media (max-width: 980px) {
  .privacy-version-grid {
    grid-template-columns: 1fr;
  }

  .privacy-version-panel {
    min-height: auto;
  }

  .privacy-version-row {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

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

  .founder-profile-card {
    min-height: auto;
  }

  .founder-name-row {
    grid-template-columns: 1fr;
  }
}

@keyframes milestoneAxisIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}

@keyframes milestoneNodeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes milestoneStemIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes milestoneCardIn {
  0% {
    opacity: 0;
    transform: translateY(var(--milestone-card-y)) scale(0.985);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes milestonePulse {
  0%,
  100% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes roadmapPhaseIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes roadmapNumberIn {
  0% {
    opacity: 0;
    transform: scale(1.08) translateY(12px);
    filter: blur(5px);
  }
  100% {
    opacity: 0.9;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

@keyframes roadmapConnectorPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
  }
}

@keyframes roadmapGoalsIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes businessBandIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-18px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes businessClosingIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.opening-cinema {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.035), transparent 38rem),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.88) 70%, #000 100%),
    #000;
}

.opening-cinema::before {
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%, rgba(0, 0, 0, 0.6));
}

.projection-beam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(88vw, 1040px);
  height: min(66vw, 780px);
  transform: translate(-50%, -50%) perspective(900px) rotateX(8deg);
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.16) 40%, rgba(255, 255, 255, 0.052) 66%, transparent 88%);
  filter: blur(24px);
  opacity: 0;
  animation: projectorArrive 1.35s ease-out forwards;
}

.projection-dust {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 45%, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 72%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px);
  background-size: 180px 220px, 240px 260px, 310px 280px;
  animation: dustDrift 12s linear infinite;
}

.projection-stage {
  position: relative;
  z-index: 10;
  display: grid;
  width: clamp(380px, 58vw, 920px);
  aspect-ratio: 1;
  place-items: center;
}

.projection-screen {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 9999px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.2) 24%, rgba(255, 255, 255, 0.23) 58%, rgba(255, 255, 255, 0.09) 82%, transparent),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.14) 70%, rgba(255, 255, 255, 0.035) 84%, transparent 96%);
  box-shadow:
    0 0 78px rgba(255, 255, 255, 0.13),
    0 0 210px rgba(255, 255, 255, 0.08);
  -webkit-mask-image: radial-gradient(circle at center, black 0%, black 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.34) 89%, transparent 100%);
          mask-image: radial-gradient(circle at center, black 0%, black 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.34) 89%, transparent 100%);
  animation: projectionPulse 4.8s ease-in-out infinite;
}

.projection-screen::before {
  position: absolute;
  inset: -3%;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05) 58%, transparent 82%);
  filter: blur(30px);
  opacity: 0.72;
}

.projection-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), transparent 18%, rgba(255, 255, 255, 0.02) 50%, transparent 82%, rgba(0, 0, 0, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%, rgba(0, 0, 0, 0.045)),
    radial-gradient(circle at center, transparent 0%, transparent 64%, rgba(0, 0, 0, 0.18) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.58;
}

.projection-texture::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle at 22% 18%, rgba(0, 0, 0, 0.14) 0 0.7px, transparent 1px),
    radial-gradient(circle at 64% 52%, rgba(255, 255, 255, 0.1) 0 0.6px, transparent 1px);
  background-size: 9px 12px, 13px 17px;
  opacity: 0.22;
}

.projection-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  transform: translateZ(0);
}

.montage-frame {
  animation: montageShock 620ms cubic-bezier(0.2, 0.78, 0.28, 1) both;
}

.opening-cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.22) contrast(1.04) brightness(1.06);
}

.montage-image,
.montage-ghost {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0.1) 78%, rgba(0, 0, 0, 0.18)),
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.16) 54%, rgba(0, 0, 0, 0.12) 100%);
  filter: grayscale(1) saturate(0.28) contrast(1.14);
}

.montage-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at center, transparent 0%, transparent 62%, rgba(0, 0, 0, 0.34) 100%),
    rgba(0, 0, 0, 0.08);
}

.montage-ghost {
  pointer-events: none;
  mix-blend-mode: screen;
}

.montage-ghost-a {
  opacity: 0;
  transform: translateX(-10px);
  animation: montageGhostA 620ms ease-out both;
}

.montage-ghost-b {
  opacity: 0;
  transform: translate(8px, -3px);
  animation: montageGhostB 620ms ease-out both;
}

.film-countdown {
  animation: countdownJitter 760ms steps(2, end) infinite;
}

.countdown-number {
  font-size: clamp(7.4rem, 12vw, 12rem);
  line-height: 0.82;
  animation: countdownFlicker 760ms steps(2, end) infinite;
}

.film-flicker {
  animation: filmFlicker 1.2s steps(3, end) infinite;
}

.film-logo-reveal {
  animation: logoFilmReveal 900ms ease-out both;
}

.projection-logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  transform: translateY(-0.6vh);
}

.opening-final-logo {
  display: block;
  max-width: 84%;
  overflow: visible;
  text-align: center;
  transform: translateX(-0.015em);
  filter:
    drop-shadow(0 0 26px rgba(44, 255, 5, 0.34))
    drop-shadow(0 0 78px rgba(44, 255, 5, 0.16));
}

.opening-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.9;
}

.opening-brand-main {
  display: block;
  font-size: clamp(4.8rem, 10vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.opening-brand-sub {
  margin-top: 0.12em;
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
}

.home-cinema {
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.035), transparent 34rem),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.82) 72%, #000 100%),
    #000;
}

.home-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.46) 58%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%, transparent 80%, rgba(255, 255, 255, 0.025));
  z-index: 1;
}

.intro-home-transition {
  position: fixed;
  inset: 0;
  z-index: 46;
  pointer-events: none;
  background: #fff;
  clip-path: circle(0px at 50% 50%);
  -webkit-clip-path: circle(0px at 50% 50%);
  animation: introHomeCircleTransition 1.56s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-logo-stage {
  position: relative;
  z-index: 20;
  transition: transform 1.6s ease, filter 1.6s ease;
}

.home-cinema-awakening .home-logo-stage {
  transform: scale(1.06);
  filter: blur(0.5px);
}

.home-cinema-scattering .home-logo-stage {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%, -50%) scale(1.04);
  filter: blur(1px);
  transition: filter 1.6s ease;
}

.home-cinema-cleared .home-vignette {
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.025), transparent 30rem),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.74) 62%, rgba(0, 0, 0, 0.96) 100%);
}

.home-cinema-cleared .home-tagline,
.home-cinema-cleared .home-click-prompt {
  transform: translateY(10px);
  opacity: 0 !important;
  filter: blur(6px);
  transition: opacity 420ms ease, transform 620ms ease, filter 620ms ease;
}

.home-tagline {
  font-size: clamp(1rem, 1.25vw, 1.4rem);
  letter-spacing: 0.16em;
  text-transform: none;
}

.home-click-prompt {
  letter-spacing: 0.08em;
}

.logo-wordmark {
  filter: drop-shadow(0 0 20px rgba(44, 255, 5, 0.18));
}

.home-brand-title {
  font-size: clamp(3.4rem, 7.2vw, 7.8rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.logo-materializing .logo-wordmark {
  animation: signalMaterialize 1.85s steps(4, end) both;
}

.logo-materialized.logo-state-idle .logo-wordmark {
  opacity: 0.78;
}

.logo-state-hover .logo-wordmark {
  opacity: 1;
  filter: drop-shadow(0 0 42px rgba(44, 255, 5, 0.46));
}

.logo-state-awakening .logo-wordmark {
  animation: logoBodyExit 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
  filter: drop-shadow(0 0 42px rgba(44, 255, 5, 0.5));
}

.logo-state-dispersed {
  cursor: default;
}

.logo-ghost {
  opacity: 0.16;
  filter: blur(16px);
}

.logo-ghost-a {
  transform: translate(-10px, 3px);
}

.logo-ghost-b {
  transform: translate(11px, -4px);
  opacity: 0.1;
}

.logo-particle-canvas-wrap {
  position: absolute;
  width: min(118vw, 1180px);
  height: min(70vw, 680px);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 760ms ease;
}

.logo-materialized .logo-particle-canvas-wrap {
  opacity: 0.42;
}

.logo-state-hover .logo-particle-canvas-wrap {
  opacity: 0.58;
}

.logo-state-awakening .logo-particle-canvas-wrap,
.logo-state-dispersed .logo-particle-canvas-wrap {
  opacity: 1;
}

.home-cinema-awakening .logo-awakening {
  pointer-events: none;
}

.logo-particle-canvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: auto;
}

.film-strip {
  background:
    linear-gradient(180deg, rgba(64, 64, 64, 0.36), rgba(44, 44, 44, 0.5)),
    rgba(50, 50, 50, 0.48);
  opacity: 0.72;
  transition: transform 1.45s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.1s ease;
}

.film-strip::before,
.film-strip::after,
.film-strip-track::before,
.film-strip-track::after,
.film-strip-frame-window::before,
.film-strip-frame-window::after {
  pointer-events: none;
}

.film-strip::before,
.film-strip::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  height: 10px;
  content: "";
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 7px,
      rgba(190, 190, 190, 0.3) 7px 10px,
      transparent 10px 17px
    );
  opacity: 0.74;
}

.film-strip::before {
  top: 7px;
}

.film-strip::after {
  bottom: 7px;
}

.film-strip-track {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  gap: clamp(12px, 1.15vw, 18px);
  padding: clamp(20px, 2.25vh, 27px) 18px;
}

.film-strip-track-left {
  animation: filmStripGraphicLeft 52s linear infinite;
}

.film-strip-track-right {
  animation: filmStripGraphicRight 52s linear infinite;
}

.film-strip-track::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background:
    radial-gradient(circle at 16% 26%, rgba(255, 255, 255, 0.12) 0 0.6px, transparent 1px),
    radial-gradient(circle at 72% 62%, rgba(0, 0, 0, 0.22) 0 0.7px, transparent 1px);
  background-size: 11px 13px, 17px 19px;
  mix-blend-mode: screen;
  opacity: 0.18;
}

.film-strip-track::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 10%, transparent 90%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 32%, transparent 68%, rgba(0, 0, 0, 0.22));
  opacity: 0.74;
}

.film-strip-frame {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  aspect-ratio: 3 / 2;
  padding: 0;
  background: rgba(16, 16, 16, 0.28);
  filter: none;
}

.film-strip-frame-window {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(18, 18, 18, 0.28);
}

.film-strip-frame-window::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background:
    radial-gradient(ellipse at center, transparent 18%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 44%, rgba(255, 255, 255, 0.04));
  opacity: 0.12;
}

.film-strip-frame-window::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0 0.55px, transparent 1px),
    radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.08) 0 0.7px, transparent 1px);
  background-size: 6px 8px, 10px 12px;
  opacity: 0.12;
}

.film-strip-frame-visual {
  display: none;
}

.film-strip-frame-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}


.film-strip-frame-tone-1 .film-strip-frame-visual {
  background:
    radial-gradient(ellipse at 34% 48%, rgba(196, 196, 190, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(168, 168, 164, 0.1), rgba(18, 18, 18, 0.52) 48%, rgba(150, 150, 145, 0.1)),
    #101010;
}

.film-strip-frame-tone-2 .film-strip-frame-visual {
  background:
    radial-gradient(ellipse at 52% 42%, rgba(182, 182, 176, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(28, 28, 28, 0.6), rgba(160, 160, 154, 0.14) 46%, rgba(16, 16, 16, 0.58)),
    #101010;
}

.film-strip-frame-tone-3 .film-strip-frame-visual {
  background:
    radial-gradient(ellipse at 58% 52%, rgba(180, 180, 174, 0.15), transparent 38%),
    linear-gradient(135deg, rgba(20, 20, 20, 0.52), rgba(160, 160, 154, 0.1)),
    #121212;
}

.film-strip-frame-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.14) 0 0.55px, transparent 1px),
    radial-gradient(circle at 64% 54%, rgba(255, 255, 255, 0.08) 0 0.7px, transparent 1px);
  background-size: 5px 7px, 10px 12px;
  mix-blend-mode: normal;
  opacity: 0.04;
}

.film-strip-frame-mask {
  display: none;
}

.film-strip-exit-left {
  transform: translateX(-118%);
  opacity: 0;
}

.film-strip-exit-right {
  transform: translateX(118%);
  opacity: 0;
}

.who-prototype-section {
  background: #000;
}

.who-prototype-section::before,
.who-prototype-section::after {
  opacity: 0;
}

.cognitive-space-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.04), transparent 30rem),
    radial-gradient(circle at 72% 42%, rgba(44, 255, 5, 0.025), transparent 26rem),
    radial-gradient(circle at 58% 80%, rgba(255, 255, 255, 0.026), transparent 24rem),
    #000;
}

.cognitive-space-aurora {
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(ellipse at 68% 48%, rgba(44, 255, 5, 0.06), transparent 24rem),
    radial-gradient(ellipse at 35% 58%, rgba(255, 255, 255, 0.045), transparent 28rem),
    conic-gradient(from 120deg at 50% 54%, transparent, rgba(44, 255, 5, 0.025), transparent 38%, rgba(255, 255, 255, 0.028), transparent 70%);
  filter: blur(18px);
  opacity: 0.52;
  animation: cognitiveDustFloat 30s ease-in-out infinite alternate;
}

.cognitive-space-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 18%, transparent 72%, rgba(0, 0, 0, 0.52));
}

.who-prototype-stage {
  position: relative;
  opacity: 0;
  transform: translateY(24vh);
}

.prototype-word-cloud-layer {
  position: absolute;
  top: clamp(3rem, 8vh, 6rem);
  bottom: clamp(3rem, 8vh, 6rem);
  left: clamp(0.5rem, 1.4vw, 1.5rem);
  z-index: 1;
  width: min(58%, 800px);
  overflow: hidden;
  pointer-events: none;
  mask-image:
    radial-gradient(ellipse 29% 42% at 38% 49%, transparent 0 62%, rgba(0, 0, 0, 0.18) 73%, black 88%),
    linear-gradient(#000, #000);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  -webkit-mask-image:
    radial-gradient(ellipse 29% 42% at 38% 49%, transparent 0 62%, rgba(0, 0, 0, 0.18) 73%, black 88%),
    linear-gradient(#000, #000);
  -webkit-mask-composite: source-in;
}

.prototype-word-cloud-layer::before {
  position: absolute;
  inset: 5% 43% 8% -6%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse at center, rgba(44, 255, 5, 0.055), transparent 62%);
  filter: blur(42px);
  opacity: 0.42;
}

.prototype-word-cloud-item {
  position: absolute;
  left: var(--cloud-x);
  top: var(--cloud-y);
  z-index: auto;
  display: block;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: var(--cloud-size);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0.58;
  filter: saturate(0.95);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
  animation: prototypeWordCloudDrift 14s ease-in-out infinite alternate both;
  animation-delay: var(--cloud-delay);
}

.prototype-word-cloud-item-primary {
  color: rgba(44, 255, 5, 0.62);
  opacity: 0.62;
  font-weight: 780;
  text-shadow: 0 0 12px rgba(44, 255, 5, 0.16);
}

.prototype-word-cloud-item-secondary {
  color: rgba(255, 255, 255, 0.46);
  opacity: 0.46;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.04);
}

.who-prototype-panel {
  position: relative;
  display: flex;
  justify-content: center;
  justify-self: center;
  width: min(42vw, 560px);
  min-width: min(76vw, 320px);
}

.who-prototype-panel::before {
  position: absolute;
  inset: 14% 5% 8%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse at center, rgba(44, 255, 5, 0.08), transparent 62%);
  filter: blur(62px);
  opacity: 0.42;
}

.prototype-showcase {
  position: relative;
}

.who-prototype-showcase {
  max-width: min(37vw, 560px);
  min-width: min(76vw, 300px);
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.62));
}

.prototype-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter:
    drop-shadow(0 36px 80px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 28px rgba(44, 255, 5, 0.07));
}

.prototype-image-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prototype-disclaimer {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.prototype-ambient-glow {
  position: absolute;
  inset: 12% 4% 6%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 56% 48%, rgba(44, 255, 5, 0.085), transparent 54%),
    radial-gradient(ellipse at 44% 68%, rgba(255, 255, 255, 0.055), transparent 48%);
  filter: blur(34px);
  opacity: 0.38;
}

.prototype-fallback {
  position: absolute;
  inset: 0;
}

.who-copy-panel {
  position: relative;
  z-index: 3;
  justify-self: end;
  width: min(100%, 660px);
}

.who-copy-title {
  display: flex;
  align-items: flex-end;
  gap: clamp(0.62rem, 1.15vw, 1.05rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
}

.who-copy-mark {
  display: block;
  font-size: clamp(2.6rem, 4.6vw, 5.6rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.055em;
  white-space: nowrap;
  text-shadow:
    0 22px 70px rgba(255, 255, 255, 0.1),
    0 0 32px rgba(44, 255, 5, 0.1);
}

.who-copy-line {
  display: block;
  font-size: clamp(1.06rem, 1.24vw, 1.45rem);
  font-weight: 650;
  line-height: 1.36;
  letter-spacing: 0;
  text-wrap: balance;
}

.who-copy-body {
  margin-top: 30px;
  max-width: 650px;
  color: rgba(232, 232, 232, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  font-weight: 400;
  line-height: 1.82;
  text-align: justify;
}

.who-highlight {
  color: var(--color-code-green);
}

.who-copy-reveal {
  opacity: 0;
}

.concept-field {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  height: min(68vh, 680px);
  min-height: 500px;
  margin: 5rem auto 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, black 70%, rgba(0, 0, 0, 0.74) 84%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, black 0%, black 70%, rgba(0, 0, 0, 0.74) 84%, transparent 100%);
}

.concept-field::before {
  position: absolute;
  inset: 13% 15%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(44, 255, 5, 0.055), transparent 58%),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.055), transparent 46%);
  filter: blur(34px);
  opacity: 0.56;
}

.concept-word {
  position: absolute;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 18px)) scale(0.96);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0 18px 52px rgba(255, 255, 255, 0.06);
  will-change: transform, opacity;
}

.concept-word-float {
  display: block;
}

.concept-field-visible .concept-word {
  animation: conceptWordEnter 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--enter-delay);
}

.concept-field-visible .concept-word-float {
  animation: conceptWordFloat var(--float-duration) ease-in-out infinite alternate both;
  animation-delay: calc(var(--enter-delay) + 1s + var(--float-delay));
}

.concept-word-core {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 930;
  text-shadow:
    0 26px 80px rgba(255, 255, 255, 0.13),
    0 0 38px rgba(255, 255, 255, 0.055);
}

.concept-word-mid {
  color: rgba(226, 226, 226, 0.78);
  font-weight: 700;
}

.concept-word-edge {
  color: rgba(218, 218, 218, 0.56);
  font-weight: 500;
  text-shadow: none;
}

.concept-word-green {
  color: var(--color-code-green);
  text-shadow:
    0 0 20px rgba(44, 255, 5, 0.16),
    0 22px 78px rgba(44, 255, 5, 0.08);
}

.dual-engines-section {
  background: #000;
}

.team-section::before {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(44, 255, 5, 0.052), transparent 30rem),
    radial-gradient(circle at 78% 34%, rgba(80, 220, 255, 0.04), transparent 24rem),
    radial-gradient(circle at 52% 86%, rgba(255, 255, 255, 0.035), transparent 28rem),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.022) 42%, transparent 76%);
}

.team-section::after {
  background-image:
    linear-gradient(rgba(44, 255, 5, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.74) 76%, rgba(0, 0, 0, 0.94) 100%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
}

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

.team-mosaic-wall {
  display: block;
}

.team-wall-grid {
  display: grid;
  gap: clamp(1.28rem, 2vw, 1.85rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-tile {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 16%, rgba(44, 255, 5, 0.052), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.012)),
    rgba(8, 11, 10, 0.48);
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(1.08);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    opacity 260ms ease,
    box-shadow 260ms ease;
}

.team-tile::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 82% 18%, rgba(44, 255, 5, 0.048), transparent 11rem),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.034), transparent);
  opacity: 0.78;
}

.team-tile:hover {
  border-color: rgba(44, 255, 5, 0.24);
  box-shadow:
    0 30px 94px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(44, 255, 5, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}



.team-tile-employee {
  min-height: 560px;
}

.team-photo-cell {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: grid;
  min-height: 245px;
  place-items: end center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.12), transparent 11rem),
    radial-gradient(circle at 50% 64%, rgba(44, 255, 5, 0.04), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.024);
}

.team-photo-cell::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 50% 16%, rgba(44, 255, 5, 0.045), transparent 11rem);
}

.team-photo-cell img,
.team-member-avatar {
  position: relative;
  z-index: 1;
  display: block;
  width: min(86%, 280px);
  max-height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  filter: grayscale(0.08) contrast(1.04);
}

.team-photo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 245px;
  place-items: center;
  color: rgba(44, 255, 5, 0.32);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
}

.team-info-cell {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: clamp(0.72rem, 0.88vw, 0.95rem);
  padding: clamp(1.1rem, 1.65vw, 1.7rem);
}

.team-member-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  min-height: 6.6rem;
  padding-bottom: 0.88rem;
}

.team-member-head::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(180px, 48%);
  height: 1px;
  content: "";
}

.team-member-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.18rem, 1.32vw, 1.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.team-tile-advisor .team-member-name {
  font-size: clamp(1.24rem, 1.4vw, 1.72rem);
}

.team-member-role {
  margin: 0;
  color: var(--color-code-green);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.team-tag-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.team-tag-list span {
  display: grid;
  min-height: 28px;
  place-items: center;
  border: 1px solid rgba(11, 70, 0, 0.772);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.24);
  color: rgba(232, 232, 232, 0.78);
  font-size: clamp(0.62rem, 0.62vw, 0.72rem);
  font-weight: 620;
  line-height: 1.24;
  padding: 0.28rem 0.42rem;
  text-align: center;
}

.team-summary {
  position: relative;
  margin: 1.15rem 0 0;
  padding: 0.92rem 0.96rem 0.96rem;
  border: 1px solid rgba(44, 255, 5, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(44, 255, 5, 0.045), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.008)),
    rgba(0, 0, 0, 0.34);
  color: rgba(218, 218, 218, 0.78);
  font-size: clamp(0.78rem, 0.78vw, 0.9rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.team-summary strong {
  color: var(--color-code-green);
  font-weight: 760;
}

@media (max-width: 1280px) {
  .team-wall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .team-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .team-wall-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .team-tile,
  .team-tile-advisor,
  .team-tile-employee {
    min-height: auto;
  }

  .team-photo-cell {
    min-height: 260px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .team-tile-advisor .team-photo-cell {
    min-height: 320px;
  }

  .team-photo-cell img {
    max-height: 380px;
  }

  .team-tag-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-member-head {
    grid-template-columns: 1fr;
  }
}

.dual-engines-section::before {
  z-index: 1;
  opacity: 0.36;
}

.dual-engines-section::after {
  z-index: 1;
  opacity: 0.34;
}

.dual-engine-background,
.dual-engine-bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dual-engine-background {
  z-index: 0;
  background-color: #000;
  background-image:
    radial-gradient(circle at 50% 42%, rgba(44, 255, 5, 0.13), transparent 26rem),
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.08), transparent 20rem),
    linear-gradient(180deg, #020402, #050805 58%, #000);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.dual-engine-bg-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.66)),
    radial-gradient(circle at 58% 42%, rgba(44, 255, 5, 0.045), transparent 25rem);
  box-shadow: inset 0 0 108px rgba(0, 0, 0, 0.52);
}

.dual-engine-shell {
  position: relative;
  z-index: 2;
  gap: 0;
  padding-block: clamp(2rem, 4vh, 3rem);
  transform: translateZ(0);
}

.dual-engine-header {
  text-align: center;
}

.dual-engine-title {
  color: rgba(245, 245, 245, 0.9);
  font-size: clamp(2.05rem, 4.15vw, 4.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    0 20px 72px rgba(255, 255, 255, 0.08),
    0 0 80px rgba(255, 255, 255, 0.05);
}

.dual-engine-title-green {
  color: #2CFF05;
  text-shadow:
    0 0 16px rgba(44, 255, 5, 0.3),
    0 0 38px rgba(44, 255, 5, 0.12);
}

.dual-engine-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2.2rem);
  align-items: stretch;
  margin-top: clamp(2.7rem, 5.8vh, 4.6rem);
  transform: translateZ(0);
  will-change: transform, opacity;
}

.dual-engine-panel {
  position: relative;
  display: flex;
  min-height: clamp(360px, 51vh, 390px);
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.95rem, 2.65vw, 2.7rem);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.092), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.096), rgba(255, 255, 255, 0.024)),
    rgba(5, 7, 7, 0.58);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px) saturate(1.08);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.dual-engine-panel::before,
.dual-engine-panel::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.dual-engine-panel::before {
  inset: 1px;
  border-radius: 29px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.055), transparent 14rem);
  opacity: 0.72;
}

.dual-engine-panel::after {
  right: -22%;
  bottom: -34%;
  width: 54%;
  height: 64%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  filter: blur(14px);
}

.dual-engine-panel-cognitive {
  border-color: rgba(44, 255, 5, 0.19);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.56),
    0 0 18px rgba(44, 255, 5, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.dual-engine-panel-cognitive::after {
  background: rgba(44, 255, 5, 0.04);
}

.dual-engine-label,
.dual-engine-panel-title,
.dual-engine-capability-list {
  position: relative;
}

.dual-engine-label {
  color: rgba(229, 229, 229, 0.54);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.18em;
}

.dual-engine-panel-title {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  font-weight: 860;
  line-height: 1.04;
}

.dual-engine-panel-cognitive .dual-engine-panel-title {
  color: #2CFF05;
  text-shadow: 0 0 16px rgba(44, 255, 5, 0.18);
}

.dual-engine-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.18rem 1.18rem;
  margin-top: clamp(2.25rem, 4.2vh, 3.15rem);
  padding-top: 0;
}

.dual-engine-capability {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0.78rem;
  align-items: center;
}

.dual-engine-capability-icon {
  position: relative;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
}

.dual-engine-capability-icon img,
.dual-engine-capability-icon-fallback {
  width: 100%;
  height: 100%;
}

.dual-engine-capability-icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.dual-engine-capability-icon-fallback {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 232, 232, 0.72) 0 28%, rgba(255, 255, 255, 0.05) 31% 100%);
}

.dual-engine-capability-icon-fallback[hidden] {
  display: none;
}

.dual-engine-capability strong {
  display: block;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.22;
}

.dual-engine-capability p {
  margin-top: 0.28rem;
  color: rgba(226, 226, 226, 0.5);
  font-size: 0.8rem;
  line-height: 1.45;
}

.dual-engine-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.05rem, 1.8vw, 1.7rem) clamp(1.25rem, 2.4vw, 2.6rem);
  margin-top: clamp(2.3rem, 4.4vh, 3.4rem);
  transform: translateZ(0);
  will-change: transform, opacity;
}

.dual-engine-quote {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.95rem 1.15rem;
  align-items: start;
  min-height: 146px;
  margin: 0;
  padding: 1.05rem 1.15rem 1.08rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.dual-engine-quote-right {
  grid-template-columns: minmax(0, 1fr) 64px;
  text-align: right;
}

.dual-engine-quote-avatar {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 22%, rgba(44, 255, 5, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
}

.dual-engine-quote-avatar img,
.dual-engine-quote-avatar-fallback {
  width: 100%;
  height: 100%;
}

.dual-engine-quote-avatar img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.dual-engine-quote-avatar-fallback {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.dual-engine-quote-avatar-fallback[hidden] {
  display: none;
}

.dual-engine-quote-right .dual-engine-quote-avatar {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.dual-engine-quote-right blockquote {
  grid-column: 1;
}

.dual-engine-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(247, 247, 247, 0.84);
  font-size: clamp(0.92rem, 1vw, 1.06rem);
  font-weight: 520;
  line-height: 1.66;
  text-wrap: pretty;
}

.dual-engine-quote mark {
  color: #2CFF05;
  background: transparent;
  text-shadow: 0 0 12px rgba(44, 255, 5, 0.16);
}

.dual-engine-quote figcaption {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: baseline;
  color: rgba(212, 212, 212, 0.52);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.dual-engine-quote figcaption strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.dual-engine-quote-right figcaption {
  grid-column: 1;
  justify-content: flex-end;
}

.mind-architecture-section {
  background: #000;
}

.mind-architecture-section::before {
  opacity: 0.28;
}

.mind-architecture-section::after {
  opacity: 0.32;
}

.mind-arch-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 22%, rgba(44, 255, 5, 0.11), transparent 28rem),
    radial-gradient(circle at 78% 34%, rgba(34, 211, 238, 0.09), transparent 30rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    #000;
  background-size: auto, auto, 56px 56px, 56px 56px, auto;
}

.mind-arch-shell {
  width: clamp(1500px, 98vw, 2100px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-block: clamp(1.4rem, 3vh, 2.6rem);
}

.mind-arch-blueprint { position: relative; width: clamp(1500px, calc(100vw - 28px), 2100px); height: clamp(1180px, 146vw, 1640px); min-height: 1180px; margin: 0 auto; overflow: hidden; border: 1px dashed rgba(255, 255, 255, 0.13); border-radius: 10px; background: radial-gradient(circle at 48% 36%, rgba(44, 255, 5, 0.045), transparent 34rem), radial-gradient(circle at 72% 30%, rgba(34, 211, 238, 0.055), transparent 32rem), rgba(0, 0, 0, 0.68); box-shadow: 0 34px 120px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 90px rgba(44, 255, 5, 0.035);
  font-size: 18px; }

.mind-arch-diagram-first {
  isolation: isolate;
}

.mind-arch-compact-canvas {
  aspect-ratio: 16 / 9;
}

.mind-arch-box h3 {
  font-size: 1.18rem;
  line-height: 1.25;
}

.mind-arch-small-box {
  font-size: 0.95rem;
  line-height: 1.35;
}

.mind-arch-small-box strong {
  font-size: 1rem;
}

.mind-arch-small-box span {
  font-size: 0.86rem;
  line-height: 1.35;
}

.mind-arch-formula {
  font-size: 0.88rem;
  line-height: 1.42;
}

.mind-arch-memory-inner h4 {
  font-size: 1rem;
}

.mind-arch-vertical-label {
  font-size: 0.95rem;
}

.mind-arch-tag {
  font-size: 0.82rem;
}


.mind-arch-blueprint::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(44, 255, 5, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 255, 5, 0.024) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, 0.48) 100%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}

.mind-arch-growth-divider {
  position: absolute;
  right: 0;
  bottom: 31.5%;
  left: 0;
  z-index: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
}

.mind-arch-flow-lines {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.mind-arch-flow-base {
  fill: none;
  stroke: var(--flow-base-stroke, rgba(125, 255, 218, 0.34));
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--flow-base-width, 1.35);
  marker-end: url("#mindArrowSecondary");
  vector-effect: non-scaling-stroke;
}

.mind-arch-flow-base,
#mindArrowSecondary path {
  color: rgba(125, 255, 218, 0.46);
}

#mindArrowMain path,
#mindArrowSecondary path {
  fill: currentColor;
}

.mind-arch-flow-main .mind-arch-flow-base {
  color: rgba(44, 255, 5, 0.6);
  stroke: var(--flow-base-stroke, rgba(44, 255, 5, 0.5));
  stroke-width: var(--flow-base-width, 1.75);
  marker-end: url("#mindArrowMain");
}

.mind-arch-flow-feedback .mind-arch-flow-base {
  color: rgba(113, 235, 255, 0.52);
  stroke: var(--flow-base-stroke, rgba(113, 235, 255, 0.4));
}

.mind-arch-flow-trace {
  display: none;
}

.mind-arch-flow-secondary .mind-arch-flow-trace {
  stroke: rgba(132, 255, 224, 0.58);
  stroke-width: 2.2;
  filter: drop-shadow(0 0 5px rgba(132, 255, 224, 0.44));
}

.mind-arch-flow-feedback .mind-arch-flow-trace {
  stroke: rgba(99, 219, 255, 0.62);
  stroke-width: 2.35;
  filter: drop-shadow(0 0 6px rgba(99, 219, 255, 0.48));
}

.mind-arch-debug-edge-label {
  fill: rgba(216, 255, 240, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.84);
  stroke-width: 2px;
}

.mind-arch-debug-layer {
  position: absolute;
  inset: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
}

.mind-arch-debug-layer > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mind-arch-debug-layer line {
  stroke: rgba(44, 255, 5, 0.13);
  stroke-width: 0.7;
}

.mind-arch-debug-node {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(44, 255, 5, 0.05);
}

.mind-arch-debug-node-subNode,
.mind-arch-debug-node-formula,
.mind-arch-debug-node-chip,
.mind-arch-debug-node-table {
  border-color: rgba(99, 219, 255, 0.24);
  background: rgba(99, 219, 255, 0.035);
}

.mind-arch-debug-node span {
  position: absolute;
  top: -1px;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 3px;
  border-radius: 0 0 3px;
  background: rgba(0, 0, 0, 0.74);
  color: rgba(235, 255, 248, 0.78);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 7px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mind-arch-debug-readout {
  position: sticky;
  top: 0.55rem;
  left: 0.55rem;
  display: inline-block;
  margin: 0.55rem;
  padding: 0.28rem 0.42rem;
  border: 1px solid rgba(44, 255, 5, 0.32);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.78);
  color: rgba(222, 255, 244, 0.84);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 10px;
}

.mind-arch-internal-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.mind-arch-internal-line {
  fill: none;
  stroke: rgba(134, 255, 221, 0.42);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.42;
  filter: drop-shadow(0 0 4px rgba(44, 255, 5, 0.22));
}

.mind-arch-internal-line-encoder,
.mind-arch-internal-line-formula-output {
  marker-end: url("#mindArrowPerceptionInternal");
}

.mind-arch-internal-line-secondary {
  marker-end: url("#mindArrowPerceptionInternal");
  stroke: rgba(167, 255, 202, 0.34);
}

.mind-arch-growth-lines{
  fill: none;
  stroke: rgba(134, 255, 221, 0.42);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.42;
  filter: drop-shadow(0 0 4px rgba(44, 255, 5, 0.22));
}

.mind-arch-internal-line {
  marker-end: url("#mindArrowGrowthInternal");
}

.mind-arch-internal-line-branch,
.mind-arch-internal-line-stem {
  marker-end: none;
}

.mind-arch-internal-line-feedback {
  stroke: rgba(167, 255, 202, 0.38);
}

.mind-arch-box {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
  border: 1px solid rgba(125, 255, 218, 0.28);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 10, 10, 0.74);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(44, 255, 5, 0.055);
  color: rgba(246, 255, 251, 0.92);
  backdrop-filter: blur(18px);
}

.mind-arch-box h3 {
  color: rgba(249, 255, 252, 0.94);
  font-size: clamp(0.84rem, 1.16vw, 1.42rem);
  font-weight: 860;
  line-height: 1.18;
  text-align: center;
}

.mind-arch-box h4 {
  color: rgba(239, 255, 248, 0.86);
  font-size: clamp(0.62rem, 0.78vw, 0.9rem);
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
}

.mind-arch-box-input,
.mind-arch-small-box-input {
  border-color: rgba(44, 255, 5, 0.36);
  box-shadow: 0 0 18px rgba(44, 255, 5, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-perception,
.mind-arch-small-box-perception {
  border-color: rgba(55, 255, 195, 0.34);
  box-shadow: 0 0 18px rgba(55, 255, 195, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-reasoning,
.mind-arch-small-box-reasoning {
  border-color: rgba(49, 214, 255, 0.34);
  box-shadow: 0 0 18px rgba(49, 214, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-memory,
.mind-arch-small-box-memory {
  border-color: rgba(129, 143, 255, 0.36);
  box-shadow: 0 0 18px rgba(129, 143, 255, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-state,
.mind-arch-small-box-state {
  border-color: rgba(118, 225, 255, 0.34);
  box-shadow: 0 0 18px rgba(118, 225, 255, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-decision,
.mind-arch-small-box-decision,
.mind-arch-box-action,
.mind-arch-small-box-action {
  border-color: rgba(86, 255, 214, 0.34);
  box-shadow: 0 0 18px rgba(86, 255, 214, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-growth,
.mind-arch-small-box-growth {
  border-color: rgba(167, 255, 202, 0.3);
  box-shadow: 0 0 18px rgba(167, 255, 202, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mind-arch-box-dashed,
.mind-arch-small-box-dashed {
  border-style: dashed;
}

.mind-arch-node {
  position: absolute;
  box-sizing: border-box;
  padding: clamp(0.5rem, 0.72vw, 0.9rem);
}

.mind-arch-small-box {
  display: grid;
  min-height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(245, 250, 248, 0.86);
  font-size: clamp(0.48rem, 0.48vw, 0.7rem);
  font-weight: 620;
  line-height: 1.28;
  text-align: center;
}

.mind-arch-small-box-dashed {
  border-style: dashed;
}

.mind-arch-small-box strong {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.58rem, 0.7vw, 0.82rem);
  font-weight: 820;
}

.mind-arch-small-box span {
  display: block;
  color: rgba(218, 233, 228, 0.68);
  font-size: 0.82em;
  font-weight: 520;
}

.mind-arch-formula {
  display: grid;
  gap: 0.18rem;
  min-height: 2.3rem;
  align-content: center;
  padding: 0.44rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.024));
  color: rgba(245, 250, 247, 0.9);
  font-family: "STIX Two Text", "Cambria Math", "Times New Roman", "STSong", serif;
  font-size: clamp(0.48rem, 0.52vw, 0.78rem);
  font-style: italic;
  font-weight: 520;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 7px 18px rgba(0, 0, 0, 0.14);
}

.mind-arch-formula span {
  display: block;
}

.mind-arch-formula-compact {
  gap: 0.08rem;
  min-height: 1.35rem;
  padding: 0.18rem 0.32rem;
  font-size: clamp(0.28rem, 0.28vw, 0.44rem);
  line-height: 1.08;
}

.mind-arch-bayes-formula {
  justify-items: center;
  text-align: center;
}

.mind-arch-input {
  justify-content: center;
  gap: 0.65rem;
}

.mind-arch-input h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(0.9rem, 1.15vw, 1.52rem);
}

.mind-arch-input .mind-arch-small-box {
  min-height: 11.5%;
}

.mind-arch-perception {
  gap: 0.8rem;
}

.mind-arch-perception > h3 {
  margin-bottom: 0.3rem;
  font-size: clamp(1rem, 1.25vw, 1.6rem);
}

.mind-arch-perception-diagram {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1;
  min-height: 0;
  overflow: visible;
}

.mind-arch-perception-svg-box {
  filter: drop-shadow(0 0 8px rgba(44, 255, 5, 0.08));
}

.mind-arch-perception-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--perception-grid-columns, minmax(0, 0.98fr) minmax(0, 0.8fr));
  gap: var(--perception-gap, 1.18rem);
  align-items: stretch;
}

.mind-arch-encoder-stack {
  display: grid;
  gap: var(--perception-encoder-gap, 0.28rem);
}

.mind-arch-fusion {
  display: grid;
  gap: var(--perception-fusion-gap, 0.44rem);
}

.mind-arch-fusion .mind-arch-small-box {
  min-height: var(--perception-fusion-box-min-height, 4.65rem);
}

.mind-arch-output {
  position: relative;
  z-index: 1;
  margin-top: var(--perception-output-margin-top, 0.58rem);
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(55, 255, 195, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.026);
}

.mind-arch-output ul {
  margin: 0.35rem 0 0;
  padding: 0;
  color: rgba(229, 239, 235, 0.72);
  font-size: clamp(0.48rem, 0.55vw, 0.72rem);
  line-height: 1.35;
  text-align: center;
  list-style: none;
}

.mind-arch-cognitive {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.42rem;
  margin-top: var(--perception-cognitive-margin-top, 0.28rem);
  padding: 0.48rem;
  border: 1px solid rgba(55, 255, 195, 0.24);
  border-radius: 6px;
}

.mind-arch-chip-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
}

.mind-arch-chip-row span {
  padding: 0.28rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: rgba(234, 245, 241, 0.78);
  font-size: clamp(0.46rem, 0.5vw, 0.66rem);
  text-align: center;
}

.mind-arch-reason-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.35rem;
  align-items: center;
}

.mind-arch-inline-arrow,
.mind-arch-vertical-arrow,
.mind-arch-learning-arrow,
.mind-arch-training-flow > span,
.mind-arch-memory-flow > span {
  color: rgba(134, 255, 221, 0.66);
  font-weight: 760;
  text-shadow: 0 0 12px rgba(44, 255, 5, 0.24);
}

.mind-arch-inline-arrow,
.mind-arch-training-flow > span,
.mind-arch-memory-flow > span {
  position: relative;
  display: block;
  min-width: 1.1rem;
  height: 0.58rem;
  color: transparent;
  text-shadow: none;
}

.mind-arch-inline-arrow::before,
.mind-arch-training-flow > span::before,
.mind-arch-memory-flow > span::before {
  position: absolute;
  top: 50%;
  right: 0.12rem;
  left: 0.12rem;
  height: 1.35px;
  border-radius: 999px;
  background: var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
  content: "";
  transform: translateY(-50%);
}

.mind-arch-inline-arrow::after,
.mind-arch-training-flow > span::after,
.mind-arch-memory-flow > span::after {
  position: absolute;
  top: 50%;
  right: 0.06rem;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
  content: "";
  transform: translateY(-50%);
}

.mind-arch-chunks {
  justify-content: center;
}

.mind-arch-reflex {
  justify-content: center;
}

.mind-arch-habit {
  justify-content: center;
}

.mind-arch-thinking {
  justify-content: center;
  gap: 0.5rem;
}

.mind-arch-module-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.mind-arch-decision {
  gap: 0.36rem;
  justify-content: stretch;
}

.mind-arch-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.36rem;
}

.mind-arch-decision .mind-arch-small-box {
  min-height: 2.12rem;
}

.mind-arch-stacked-row .mind-arch-small-box {
  min-height: 2.18rem;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.045);
}

.mind-arch-vertical-arrow {
  margin: -0.34rem 0;
  line-height: 1;
  text-align: center;
}

.mind-arch-decision .mind-arch-vertical-arrow {
  position: relative;
  display: block;
  height: 0.92rem;
  margin: -0.06rem 0;
  color: transparent;
  text-shadow: none;
}

.mind-arch-decision .mind-arch-vertical-arrow::before {
  position: absolute;
  top: 0.08rem;
  bottom: 0.18rem;
  left: 50%;
  width: 1.35px;
  border-radius: 999px;
  background: var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
  content: "";
  transform: translateX(-50%);
}

.mind-arch-decision .mind-arch-vertical-arrow::after {
  position: absolute;
  bottom: 0.03rem;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
  content: "";
  transform: translateX(-50%);
}

.mind-arch-memory {
  gap: 0.36rem;
  justify-content: stretch;
}

.mind-arch-memory-inner {
  padding: 0.36rem;
  border: 1px solid rgba(129, 143, 255, 0.24);
  border-radius: 6px;
}

.mind-arch-memory-flow {
  display: grid;
  grid-template-columns: 1fr auto 1.45fr auto 1fr;
  gap: 0.32rem;
  align-items: center;
  margin-top: 0.35rem;
}

.mind-arch-memory-flow .mind-arch-small-box {
  min-height: 5.3rem;
}

.mind-arch-memory-formula {
  min-height: 3.9rem;
  font-size: clamp(0.55rem, 0.68vw, 0.92rem);
}

.mind-arch-state-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1.12fr);
  gap: 0.36rem;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}

.mind-arch-state-grid > div {
  display: grid;
  gap: 0.16rem;
  align-content: start;
  min-height: 0;
}

.mind-arch-state-column {
  display: grid;
  gap: 0.16rem;
  align-content: start;
  min-height: 0;
}

.mind-arch-state .mind-arch-formula {
  padding: 0.18rem 0.32rem;
  line-height: 1.1;
}

.mind-arch-state {
  gap: 0.28rem;
  padding: clamp(0.36rem, 0.52vw, 0.62rem);
}

.mind-arch-state h3 {
  font-size: clamp(0.78rem, 0.76vw, 1rem);
}

.mind-arch-state .mind-arch-small-box {
  min-height: 1.25rem;
  padding-block: 0.18rem;
}

.mind-arch-policy {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.mind-arch-gate,
.mind-arch-arbiter {
  display: grid;
  place-items: center;
  justify-content: center;
  padding-inline: 0.34rem;
}

.mind-arch-gate h3,
.mind-arch-arbiter h3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.mind-arch-intermediate {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.25rem;
  align-content: start;
}

.mind-arch-intermediate-title {
  min-height: 1.5rem;
  font-weight: 820;
}

.mind-arch-vertical-label {
  display: grid;
  height: 100%;
  place-items: center;
  padding: 0.22rem;
  border: 1px solid rgba(118, 225, 255, 0.3);
  border-radius: 4px;
  color: rgba(231, 250, 255, 0.75);
  font-size: clamp(0.48rem, 0.5vw, 0.66rem);
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  writing-mode: vertical-rl;
}

.mind-arch-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
  align-items: stretch;
}

.mind-arch-action-row .mind-arch-small-box {
  min-height: 5.2rem;
}

.mind-arch-action-formulas {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.32rem;
  margin-top: auto;
}

.mind-arch-growth-learning {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 0;
}

.mind-arch-growth-modeling {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: 0.72rem;
  align-items: stretch;
  min-height: 0;
}

.mind-arch-value-chain,
.mind-arch-rl-formula-cluster {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(167, 255, 202, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.018);
}

.mind-arch-value-chain {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.58rem;
  padding: 0.62rem;
}

.mind-arch-value-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.42rem;
  align-items: center;
}

.mind-arch-value-arrow {
  position: relative;
  display: grid;
  min-width: 1.55rem;
  min-height: 1.5rem;
  place-items: start center;
  padding-top: 0.08rem;
  color: rgba(44, 255, 5, 0.86);
  font-size: 0.7rem;
  font-weight: 860;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 12px rgba(44, 255, 5, 0.28);
}

.mind-arch-value-arrow::before,
.mind-arch-value-arrow::after {
  position: absolute;
  top: 62%;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.mind-arch-value-arrow::before {
  right: 0.56rem;
  left: 0.22rem;
  height: 1.35px;
  background: var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
}

.mind-arch-value-arrow::after {
  right: 0.2rem;
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5.5px solid var(--mind-arch-connector, rgba(44, 255, 5, 0.44));
}

.mind-arch-value-connector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.mind-arch-value-connector path {
  fill: none;
  stroke: rgba(167, 255, 202, 0.36);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.7;
  marker-end: url("#mindArrowGrowthInternal");
  vector-effect: non-scaling-stroke;
}

.mind-arch-irl-objective {
  display: grid;
  grid-template-columns: minmax(4.5rem, 0.34fr) minmax(0, 1fr);
  gap: 0.52rem;
  align-items: center;
}

.mind-arch-irl-formula {
  min-height: 3rem;
  font-size: clamp(0.62rem, 0.72vw, 1rem);
}

.mind-arch-rl-formula-cluster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
  padding: 0.62rem;
}

.mind-arch-rl-formula-item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.46rem;
  min-width: 0;
}

.mind-arch-rl-formula-item .mind-arch-formula {
  min-height: 3.2rem;
}

.mind-arch-learning-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.42rem;
  align-items: center;
  padding: 0.42rem 0.55rem;
  border: 1px solid rgba(167, 255, 202, 0.22);
  border-radius: 6px;
}

.mind-arch-learning-node {
  position: relative;
  display: grid;
  gap: 0.2rem;
}

.mind-arch-tag {
  display: inline-grid;
  min-width: 2.2rem;
  min-height: 1.75rem;
  place-items: center;
  margin-top: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  font-family: "Times New Roman", "STSong", serif;
}

.mind-arch-learning-arrow {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 0.62rem;
  white-space: nowrap;
}

.mind-arch-learning-formulas {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.42rem;
  align-items: stretch;
  margin-top: var(--growth-formulas-margin-top, 0.82rem);
}

.mind-arch-formula-lane {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  gap: 0;
  min-width: 0;
}

.mind-arch-formula-lane::before {
  position: absolute;
  top: -0.38rem;
  left: 50%;
  width: 1px;
  height: 0.36rem;
  border-radius: 999px;
  background: rgba(44, 255, 5, 0.52);
  box-shadow: 0 0 10px rgba(44, 255, 5, 0.22);
  content: "";
}

.mind-arch-formula-lane .mind-arch-formula {
  min-height: 2.25rem;
}

.mind-arch-formula-with-label {
  align-content: center;
  gap: 0.16rem;
}

.mind-arch-formula-label {
  color: rgba(246, 255, 251, 0.76);
  font-family: var(--xdream-font-ui, Inter, sans-serif);
  font-size: 0.86em;
  font-style: normal;
  font-weight: 760;
  line-height: 1;
}

.mind-arch-training-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  margin-top: var(--growth-training-margin-top, auto);
  padding: 0.58rem 0.8rem;
  border: 1px solid rgba(167, 255, 202, 0.22);
  border-radius: 6px;
}

.mind-arch-training-flow .mind-arch-small-box {
  min-height: 4rem;
}

.mind-arch-total-reward {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 0.5rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(167, 255, 202, 0.24);
  border-radius: 6px;
}

.mind-arch-total-reward strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.82rem, 1vw, 1.14rem);
  text-align: center;
}

.mind-arch-feedback table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  color: rgba(229, 240, 236, 0.76);
  font-size: clamp(0.52rem, 0.58vw, 0.74rem);
}

.mind-arch-feedback {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-height: 0;
}

.mind-arch-feedback td {
  padding: 0.54rem 0.62rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.mind-arch-feedback tr:last-child td {
  border-bottom: 0;
}

.mind-arch-feedback td:first-child {
  width: 34%;
  color: rgba(246, 255, 251, 0.86);
  font-family: "Times New Roman", "STSong", serif;
}

.standards-section {
  position: relative;
  overflow: clip;
}

.standards-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(44, 255, 5, 0.055), transparent 26rem),
    radial-gradient(circle at 74% 52%, rgba(44, 255, 5, 0.035), transparent 24rem),
    linear-gradient(rgba(44, 255, 5, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 100% 56px;
  opacity: 0.68;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
}

.standards-carousel {
  position: relative;
}

.standards-carousel::before {
  position: absolute;
  top: -1rem;
  right: 1rem;
  left: 1rem;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(44, 255, 5, 0.28), transparent);
}

.standard-card {
  display: grid;
  grid-template-rows: 168px 104px 138px;
  row-gap: 1.25rem;
  border-color: rgba(255, 255, 255, 0.075);
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease,
    backdrop-filter 220ms ease;
  will-change: transform;
}

.standard-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  height: 168px;
  flex-direction: column;
}

.standard-card:hover,
.standard-card:focus-within {
  transform: translateY(-6px) scale(1.025);
  border-color: rgba(44, 255, 5, 0.32);
  background:
    radial-gradient(circle at 20% 0%, rgba(44, 255, 5, 0.08), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.018)),
    rgba(20, 24, 22, 0.62);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(44, 255, 5, 0.1);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

.standard-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(44, 255, 5, 0.5), transparent);
  opacity: 0.34;
}

.standard-card::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(44, 255, 5, 0.32), transparent);
  opacity: 0.45;
}

.standard-card-active {
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.72),
    0 0 38px rgba(44, 255, 5, 0.14),
    inset 0 0 0 1px rgba(44, 255, 5, 0.08);
}

.standard-card-index {
  text-shadow: 0 0 18px rgba(44, 255, 5, 0.2);
}

.standard-card-title {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.standard-card-subtitle {
  margin-top: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.16rem;
  line-height: 1.35;
}

.standard-card-description {
  position: relative;
  z-index: 1;
  display: flex;
  height: 104px;
  align-items: flex-start;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.9rem, 0.82vw, 0.95rem);
  line-height: 1.7;
}

.standard-card-actions {
  position: relative;
  z-index: 1;
  display: flex;
  height: 138px;
  flex-direction: column;
  justify-content: flex-end;
}

.standard-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(84px, 1fr));
  gap: 8px 10px;
  margin-bottom: 1.5rem;
}

.standard-tag {
  display: grid;
  min-height: 30px;
  place-items: center;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.16);
}

.standard-tag:hover,
.standard-tag:focus-visible,
.standard-card-active .standard-tag {
  border-color: rgba(44, 255, 5, 0.22);
}

.standard-tag:hover,
.standard-tag:focus-visible {
  color: #2CFF05;
  outline: none;
  background: rgba(44, 255, 5, 0.055);
}

.standard-demo-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(44, 255, 5, 0.16);
  border-radius: inherit;
}

.standard-demo-list-panel {
  border: 1px solid rgba(44, 255, 5, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 0%, rgba(44, 255, 5, 0.08), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.018)),
    rgba(20, 24, 22, 0.82);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(44, 255, 5, 0.1);
  backdrop-filter: blur(18px) saturate(1.12);
}

.standard-demo-list-header {
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 2rem) 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.standard-demo-list-header h3 {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  font-weight: 900;
  line-height: 1.12;
}

.standard-demo-list {
  display: grid;
  gap: 0.72rem;
  padding: 1rem clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 2rem);
}

.standard-demo-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.2);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.standard-demo-list-item:hover,
.standard-demo-list-item:focus-visible {
  border-color: rgba(44, 255, 5, 0.34);
  outline: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(44, 255, 5, 0.075), transparent 11rem),
    rgba(255, 255, 255, 0.035);
  transform: translateY(-2px);
}

.standard-demo-list-item strong,
.standard-demo-list-item small {
  display: block;
}

.standard-demo-list-item strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 820;
}

.standard-demo-list-item small {
  margin-top: 0.25rem;
  color: rgba(207, 207, 207, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.standard-demo-list-item em {
  flex: 0 0 auto;
  border: 1px solid rgba(44, 255, 5, 0.24);
  border-radius: 999px;
  padding: 0.36rem 0.72rem;
  color: #2CFF05;
  font-size: 0.78rem;
  font-style: normal;
}

.mind-arch-site-aligned {
  --mind-arch-connector: rgba(44, 255, 5, 0.44);
  --mind-arch-connector-strong: rgba(44, 255, 5, 0.58);
  background:
    radial-gradient(circle at 18% 18%, rgba(44, 255, 5, 0.08), transparent 25rem),
    radial-gradient(circle at 82% 72%, rgba(34, 211, 238, 0.055), transparent 30rem),
    linear-gradient(180deg, #050706 0%, #000 100%);
}

.mind-arch-site-aligned::before,
.mind-arch-site-aligned::after {
  opacity: 0.72;
}

.mind-arch-site-aligned .mind-arch-bg {
  background:
    radial-gradient(circle at 24% 22%, rgba(44, 255, 5, 0.12), transparent 28rem),
    radial-gradient(circle at 78% 34%, rgba(34, 211, 238, 0.08), transparent 30rem),
    linear-gradient(rgba(44, 255, 5, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 255, 5, 0.02) 1px, transparent 1px),
    #000;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.mind-arch-site-aligned .mind-arch-shell {
  width: 100vw;
  justify-content: flex-start;
  min-height: 100vh;
  padding: clamp(0.7rem, 1.45vh, 1.05rem) clamp(0.75rem, 1.4vw, 1.35rem);
}

.mind-arch-site-aligned .mind-arch-blueprint {
  width: min(1800px, calc((100dvh - 40px) * 1.6), calc(100vw - 32px));
  min-width: 0;
  height: min(1012.5px, calc(100dvh - 40px), calc((100vw - 32px) * 0.625));
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 45% 27%, rgba(44, 255, 5, 0.04), transparent 34rem),
    radial-gradient(circle at 67% 46%, rgba(118, 225, 255, 0.052), transparent 31rem),
    radial-gradient(circle at 50% 79%, rgba(255, 209, 102, 0.04), transparent 32rem),
    linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    rgba(2, 5, 4, 0.84);
  background-size: auto, auto, auto, 18px 18px, 18px 18px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat;
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 0 80px rgba(44, 255, 5, 0.04);
  color: rgba(246, 255, 251, 0.92);
  font-size: clamp(8.8px, 0.74vw, 13px);
}

.mind-arch-site-aligned .mind-arch-blueprint::before {
  content: none;
}

.mind-arch-site-aligned .mind-arch-growth-divider {
  border-top-color: rgba(255, 209, 102, 0.24);
}

.mind-arch-site-aligned .mind-arch-box {
  border-color: rgba(143, 255, 221, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.024)),
    rgba(4, 10, 10, 0.8);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 0 22px rgba(44, 255, 5, 0.05);
  color: rgba(246, 255, 251, 0.9);
  animation: none;
  backdrop-filter: blur(18px) saturate(1.08);
}

.mind-arch-site-aligned .mind-arch-node {
  box-sizing: border-box;
  padding: clamp(0.24rem, 0.34vw, 0.42rem);
}

.mind-arch-site-aligned .mind-arch-box {
  gap: 0.2rem;
}

.mind-arch-site-aligned .mind-arch-box h3 {
  font-size: clamp(0.64rem, 0.66vw, 0.9rem);
  line-height: 1.12;
}

.mind-arch-site-aligned .mind-arch-box h4 {
  font-size: clamp(0.48rem, 0.48vw, 0.64rem);
}

.mind-arch-site-aligned .mind-arch-small-box {
  min-height: 1.18rem;
  border-radius: 4px;
  font-size: clamp(0.36rem, 0.38vw, 0.53rem);
  line-height: 1.15;
}

.mind-arch-site-aligned .mind-arch-small-box strong {
  font-size: clamp(0.44rem, 0.46vw, 0.62rem);
}

.mind-arch-site-aligned .mind-arch-small-box span {
  font-size: 0.74em;
  line-height: 1.16;
}

.mind-arch-site-aligned .mind-arch-formula {
  min-height: 1.24rem;
  padding: 0.16rem 0.22rem;
  border-radius: 4px;
  font-size: clamp(0.36rem, 0.39vw, 0.56rem);
  line-height: 1.14;
}

.mind-arch-site-aligned .mind-arch-formula-compact {
  min-height: 0.9rem;
  padding: 0.08rem 0.14rem;
  font-size: clamp(0.3rem, 0.33vw, 0.46rem);
  line-height: 1.04;
}

.mind-arch-site-aligned .mind-arch-box-memory,
.mind-arch-site-aligned .mind-arch-box-state {
  border-color: rgba(118, 225, 255, 0.34);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 0 24px rgba(118, 225, 255, 0.09);
}

.mind-arch-site-aligned .mind-arch-box-growth {
  border-color: rgba(255, 209, 102, 0.3);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 0 24px rgba(255, 209, 102, 0.07);
}

.mind-arch-site-aligned .mind-arch-small-box-growth,
.mind-arch-site-aligned .mind-arch-total-reward,
.mind-arch-site-aligned .mind-arch-training-flow,
.mind-arch-site-aligned .mind-arch-learning-line {
  border-color: rgba(255, 209, 102, 0.18);
}

.mind-arch-site-aligned .mind-arch-box h3,
.mind-arch-site-aligned .mind-arch-box h4 {
  color: rgba(246, 255, 251, 0.94);
}

.mind-arch-site-aligned .mind-arch-small-box,
.mind-arch-site-aligned .mind-arch-formula,
.mind-arch-site-aligned .mind-arch-memory-inner,
.mind-arch-site-aligned .mind-arch-total-reward,
.mind-arch-site-aligned .mind-arch-training-flow,
.mind-arch-site-aligned .mind-arch-learning-line {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.034));
  color: rgba(229, 240, 236, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 6px 16px rgba(0, 0, 0, 0.12);
}

.mind-arch-site-aligned .mind-arch-small-box strong,
.mind-arch-site-aligned .mind-arch-total-reward strong,
.mind-arch-site-aligned .mind-arch-feedback td:first-child {
  color: rgba(246, 255, 251, 0.9);
}

.mind-arch-site-aligned .mind-arch-small-box span,
.mind-arch-site-aligned .mind-arch-output ul,
.mind-arch-site-aligned .mind-arch-chip-row span,
.mind-arch-site-aligned .mind-arch-feedback table,
.mind-arch-site-aligned .mind-arch-feedback td {
  color: rgba(220, 224, 221, 0.74);
}

.mind-arch-site-aligned .mind-arch-flow-main .mind-arch-flow-base {
  color: var(--mind-arch-connector-strong);
  stroke: var(--mind-arch-connector);
  stroke-width: 1.35;
}

.mind-arch-site-aligned .mind-arch-flow-secondary .mind-arch-flow-base {
  color: var(--mind-arch-connector-strong);
  stroke: var(--mind-arch-connector);
  stroke-width: 1.35;
}

.mind-arch-site-aligned .mind-arch-flow-feedback .mind-arch-flow-base {
  color: var(--mind-arch-connector-strong);
  stroke: var(--mind-arch-connector);
  stroke-width: 1.35;
}

.mind-arch-site-aligned .mind-arch-flow-trace {
  display: none;
}

.mind-arch-site-aligned .mind-arch-flow-secondary .mind-arch-flow-trace {
  display: none;
}

.mind-arch-site-aligned .mind-arch-flow-feedback .mind-arch-flow-trace {
  display: none;
}

.mind-arch-site-aligned .mind-arch-flow-quiet .mind-arch-flow-base {
  opacity: 0.66;
  stroke-width: 1.35;
}

.mind-arch-site-aligned .mind-arch-flow-quiet .mind-arch-flow-trace {
  display: none;
}

.mind-arch-site-aligned .mind-arch-growth-divider {
  bottom: 30.2%;
}

.mind-arch-site-aligned .mind-arch-input {
  gap: 0.24rem;
  justify-content: start;
}

.mind-arch-site-aligned .mind-arch-input h3,
.mind-arch-site-aligned .mind-arch-perception > h3 {
  margin-bottom: 0.18rem;
}

.mind-arch-site-aligned .mind-arch-input .mind-arch-small-box {
  min-height: 2rem;
}

.mind-arch-site-aligned .mind-arch-perception {
  gap: 0.22rem;
}

.mind-arch-site-aligned .mind-arch-perception-diagram {
  width: 100%;
  height: 100%;
}

.mind-arch-site-aligned .mind-arch-perception-flow-line {
  fill: none;
  stroke: var(--mind-arch-connector);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  marker-end: url("#mindArrowPerceptionSvg");
  vector-effect: non-scaling-stroke;
}

.mind-arch-site-aligned .mind-arch-output {
  margin-top: var(--perception-output-margin-top, 0.36rem);
  padding: 0.24rem 0.36rem;
}

.mind-arch-site-aligned .mind-arch-output ul {
  margin-top: 0.16rem;
  font-size: clamp(0.34rem, 0.36vw, 0.48rem);
  line-height: 1.18;
}

.mind-arch-site-aligned .mind-arch-cognitive {
  gap: 0.22rem;
  margin-top: var(--perception-cognitive-margin-top, 0.24rem);
  padding: 0.28rem;
}

.mind-arch-site-aligned .mind-arch-chip-row {
  gap: 0.18rem;
}

.mind-arch-site-aligned .mind-arch-chip-row span {
  padding: 0.14rem 0.12rem;
  font-size: clamp(0.3rem, 0.32vw, 0.44rem);
}

.mind-arch-site-aligned .mind-arch-fusion .mind-arch-small-box {
  min-height: var(--perception-fusion-box-min-height, 3.4rem);
}

.mind-arch-site-aligned .mind-arch-thinking {
  gap: 0.28rem;
}

.mind-arch-site-aligned .mind-arch-decision {
  gap: 0.12rem;
  justify-content: space-between;
}

.mind-arch-site-aligned .mind-arch-grid-3,
.mind-arch-site-aligned .mind-arch-action-row,
.mind-arch-site-aligned .mind-arch-action-formulas {
  gap: 0.16rem;
}

.mind-arch-site-aligned .mind-arch-decision .mind-arch-small-box {
  min-height: 1.24rem;
}

.mind-arch-site-aligned .mind-arch-decision .mind-arch-vertical-arrow {
  height: 0.74rem;
  margin: -0.03rem 0;
}

.mind-arch-site-aligned .mind-arch-action-row .mind-arch-small-box {
  min-height: 2rem;
}

.mind-arch-site-aligned .mind-arch-action-formulas {
  margin-top: auto;
}

.mind-arch-site-aligned .mind-arch-memory {
  gap: 0.18rem;
  justify-content: stretch;
}

.mind-arch-site-aligned .mind-arch-memory-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0.22rem;
  min-height: 0;
  flex: 1;
}

.mind-arch-site-aligned .mind-arch-memory-flow {
  gap: 0.2rem;
  margin-top: 0.22rem;
  align-items: stretch;
}

.mind-arch-site-aligned .mind-arch-memory-flow > span {
  align-self: center;
  min-width: 0.52rem;
  height: 0.5rem;
}

.mind-arch-site-aligned .mind-arch-memory-flow .mind-arch-small-box {
  min-height: 0;
}

.mind-arch-site-aligned .mind-arch-memory-formula {
  min-height: 2.2rem;
  margin-top: auto;
  font-size: clamp(0.35rem, 0.39vw, 0.56rem);
}

.mind-arch-site-aligned .mind-arch-state {
  gap: 0.14rem;
  padding: clamp(0.2rem, 0.3vw, 0.36rem);
}

.mind-arch-site-aligned .mind-arch-state-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.88fr) minmax(0, 1.04fr);
  gap: 0.22rem;
  min-height: 0;
}

.mind-arch-site-aligned .mind-arch-state-grid > div {
  min-height: 0;
  align-content: stretch;
}

.mind-arch-site-aligned .mind-arch-state-column {
  display: grid;
  gap: 0.08rem;
  align-content: stretch;
}

.mind-arch-site-aligned .mind-arch-state-column:first-child {
  grid-template-rows: auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.mind-arch-site-aligned .mind-arch-state-column:nth-child(2) {
  grid-template-rows: auto minmax(0, 0.55fr) auto minmax(0, 1.45fr);
}

.mind-arch-site-aligned .mind-arch-intermediate {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 0.72fr) auto minmax(0, 0.72fr) auto minmax(0, 1.15fr);
}

.mind-arch-site-aligned .mind-arch-state .mind-arch-formula {
  min-height: 0.9rem;
  padding: 0.06rem 0.12rem;
  font-size: clamp(0.43rem, 0.46vw, 0.62rem);
  line-height: 1.08;
}

.mind-arch-site-aligned .mind-arch-state .mind-arch-formula-compact {
  min-height: 0.82rem;
  padding: 0.055rem 0.1rem;
  font-size: clamp(0.41rem, 0.44vw, 0.6rem);
  line-height: 1.07;
}

.mind-arch-site-aligned .mind-arch-state .mind-arch-small-box {
  min-height: 0.78rem;
  padding-block: 0.035rem;
}

.mind-arch-site-aligned .mind-arch-intermediate {
  gap: 0.07rem;
}

.mind-arch-site-aligned .mind-arch-intermediate-title {
  min-height: 0.78rem;
}

.mind-arch-site-aligned .mind-arch-growth-learning {
  gap: 0.16rem;
}

.mind-arch-site-aligned .mind-arch-growth-modeling {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1.5fr);
  gap: 0.22rem;
}

.mind-arch-site-aligned .mind-arch-value-chain,
.mind-arch-site-aligned .mind-arch-rl-formula-cluster {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022));
}

.mind-arch-site-aligned .mind-arch-value-chain {
  grid-template-rows: minmax(0, 0.48fr) minmax(0, 1.18fr);
  gap: 0.98rem;
  padding: 0.2rem;
  align-content: stretch;
  align-self: stretch;
}

.mind-arch-site-aligned .mind-arch-value-row {
  grid-template-columns: minmax(0, 0.9fr) 1.55rem minmax(0, 0.9fr) 1.55rem minmax(0, 0.9fr);
  gap: 0.18rem;
  align-items: stretch;
  min-height: 0;
}

.mind-arch-site-aligned .mind-arch-value-row .mind-arch-small-box {
  height: 100%;
  min-height: 1.08rem;
  padding-block: 0.045rem;
}

.mind-arch-site-aligned .mind-arch-value-row .mind-arch-learning-node {
  display: grid;
  min-height: 0;
}

.mind-arch-site-aligned .mind-arch-reward-node {
  position: relative;
}

.mind-arch-site-aligned .mind-arch-reward-node::before,
.mind-arch-site-aligned .mind-arch-reward-node::after {
  position: absolute;
  left: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.mind-arch-site-aligned .mind-arch-reward-node::before {
  top: calc(100% + 0.02rem);
  width: 1.35px;
  height: 0.34rem;
  background: var(--mind-arch-connector);
}

.mind-arch-site-aligned .mind-arch-reward-node::after {
  top: calc(100% + 0.36rem);
  width: 0;
  height: 0;
  border-right: 4.5px solid transparent;
  border-left: 4.5px solid transparent;
  border-top: 5.5px solid var(--mind-arch-connector);
}

.mind-arch-site-aligned .mind-arch-value-arrow {
  align-self: stretch;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 1.08rem;
  place-items: start center;
  font-size: clamp(0.33rem, 0.36vw, 0.48rem);
  line-height: 1;
  padding-top: 0.08rem;
}

.mind-arch-site-aligned .mind-arch-value-connector path {
  stroke: var(--mind-arch-connector);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}


.mind-arch-site-aligned .mind-arch-value-irl-head {
  marker-end: none;
  stroke-width: 1.35;
}

.mind-arch-site-aligned .mind-arch-irl-objective {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 0;
}

.mind-arch-site-aligned .mind-arch-irl-formula {
  min-height: 0;
  display: grid;
  gap: 0.08rem;
  place-items: center;
  padding: 0.18rem 0.24rem;
  font-size: clamp(0.33rem, 0.37vw, 0.52rem);
  line-height: 1.08;
}

.mind-arch-site-aligned .mind-arch-irl-formula .mind-arch-formula-title {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(0.46rem, 0.48vw, 0.64rem);
  font-weight: 780;
  color: rgba(226, 232, 229, 0.76);
}

.mind-arch-site-aligned .mind-arch-rl-formula-cluster {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.16rem;
  padding: 0.18rem;
}

.mind-arch-site-aligned .mind-arch-rl-formula-item {
  gap: 0.12rem;
}

.mind-arch-site-aligned .mind-arch-rl-formula-item .mind-arch-formula {
  min-height: 1.52rem;
  padding: 0.1rem 0.12rem;
  font-size: clamp(0.31rem, 0.34vw, 0.47rem);
  line-height: 1.04;
}

.mind-arch-site-aligned :is(.mind-arch-action, .mind-arch-growth-learning, .mind-arch-feedback) .mind-arch-formula {
  font-size: clamp(0.37rem, 0.41vw, 0.56rem);
  line-height: 1.08;
}

.mind-arch-site-aligned .mind-arch-action .mind-arch-formula {
  padding-block: 0.12rem;
}

.mind-arch-site-aligned .mind-arch-learning-line {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.22rem;
  padding: 0.18rem 0.28rem;
}

.mind-arch-site-aligned .mind-arch-tag {
  min-height: 0.92rem;
  margin-top: 0.1rem;
}

.mind-arch-site-aligned .mind-arch-value-row .mind-arch-tag {
  display: inline;
  min-width: 0;
  min-height: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  color: rgba(226, 241, 236, 0.72);
  font-size: 0.84em;
  line-height: 1;
}

.mind-arch-site-aligned .mind-arch-learning-arrow {
  right: -0.66rem;
  font-size: 0.42rem;
}

.mind-arch-site-aligned .mind-arch-learning-formulas {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.22rem;
  margin-top: var(--growth-formulas-margin-top, 0.32rem);
}

.mind-arch-site-aligned .mind-arch-formula-lane {
  gap: 0;
}

.mind-arch-site-aligned .mind-arch-formula-lane::before {
  top: -0.28rem;
  height: 0.26rem;
}

.mind-arch-site-aligned .mind-arch-formula-lane .mind-arch-formula {
  min-height: 2.16rem;
  padding: 0.14rem 0.12rem;
  font-size: clamp(0.235rem, 0.275vw, 0.38rem);
  line-height: 1.04;
}

.mind-arch-site-aligned .mind-arch-formula-label {
  font-size: clamp(0.34rem, 0.36vw, 0.48rem);
  line-height: 1;
}

.mind-arch-site-aligned .mind-arch-training-flow {
  gap: 0.18rem;
  margin-top: var(--growth-training-margin-top, 0.14rem);
  padding: 0.18rem 0.26rem;
}

.mind-arch-site-aligned .mind-arch-training-flow > span {
  min-width: 0.8rem;
  height: 0.5rem;
}

.mind-arch-site-aligned .mind-arch-training-flow .mind-arch-small-box {
  min-height: 1.72rem;
}

.mind-arch-site-aligned .mind-arch-total-reward {
  grid-template-columns: 0.32fr 1fr;
  gap: 0.16rem;
  padding: 0.18rem 0.22rem;
}

.mind-arch-site-aligned .mind-arch-total-reward strong {
  font-size: clamp(0.52rem, 0.58vw, 0.78rem);
}

.mind-arch-site-aligned .mind-arch-feedback table {
  font-size: clamp(0.34rem, 0.37vw, 0.52rem);
}

.mind-arch-site-aligned .mind-arch-feedback td {
  padding: 0.105rem 0.2rem;
  line-height: 1.03;
}

.trilinear-evolution-section {
  background: #000;
}

.trilinear-evolution-section::before {
  opacity: 0.42;
}

.trilinear-evolution-section::after {
  opacity: 0.18;
}

.trilinear-space-background {
  opacity: 0.48;
}

.trilinear-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.trilinear-shell {
  width: min(1760px, calc(100vw - 48px));
  max-width: 1760px;
}

.data-evolution-section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(14px, 1.6vw, 22px) 0;
  background:
    linear-gradient(180deg, rgba(44, 255, 5, 0.045), transparent 16rem),
    linear-gradient(90deg, rgba(85, 215, 255, 0.035), transparent 24rem),
    #020403;
}

.data-evolution-section::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
  background-size: 72px 72px, 72px 72px, 100% 100%;
  opacity: 0.74;
  -webkit-mask-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.7) 66%, transparent);
          mask-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.7) 66%, transparent);
}

.data-evolution-section::after {
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 7px
    );
  opacity: 0.2;
}

.data-evolution-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.data-evolution-aurora {
  position: absolute;
  inset: -18% -12%;
  background:
    radial-gradient(circle at 78% 22%, rgba(44, 255, 5, 0.12), transparent 26rem),
    radial-gradient(circle at 18% 70%, rgba(85, 215, 255, 0.08), transparent 25rem);
  opacity: 0.8;
}

.data-evolution-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.56) 74%, rgba(0, 0, 0, 0.9) 100%);
}

.data-evolution-prototype {
  width: min(1760px, calc(100vw - 48px));
  max-width: 1760px;
  min-width: 0;
  padding: 0;
}

.data-evolution-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: end;
}

.data-evolution-eyebrow {
  margin: 0 0 0.52rem;
  color: var(--color-code-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.78rem, 0.9vw, 1rem);
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.data-evolution-title {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(2rem, 4.4vw, 5rem);
  font-weight: 780;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.data-evolution-header-copy {
  margin: 0;
  color: rgba(232, 232, 232, 0.62);
  font-size: clamp(0.92rem, 1vw, 1.12rem);
  line-height: 1.58;
  text-align: right;
}

.data-evolution-header-copy strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 760;
}

.data-evolution-map-scroll {
  margin-top: clamp(14px, 2.2vh, 24px);
  overflow: visible;
  padding-bottom: 10px;
}

.data-evolution-map {
  --label-column: 108px;
  --stage-gap: 10px;
  --data-row-height: 112px;
  --ai-row-height: 224px;
  --bio-row-height: 126px;
  --summary-row-height: 84px;
  --row-gap: 16px;
  --content-left: calc(var(--label-column) + var(--stage-gap));
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: var(--label-column) repeat(7, minmax(0, 1fr));
  grid-template-rows:
    var(--data-row-height)
    var(--ai-row-height)
    var(--bio-row-height)
    var(--summary-row-height);
  column-gap: var(--stage-gap);
  row-gap: var(--row-gap);
  padding: 18px 0 4px;
  isolation: isolate;
}

.data-evolution-alignment {
  position: absolute;
  inset: 0 0 0 var(--content-left);
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: var(--stage-gap);
  pointer-events: none;
}

.data-evolution-alignment span {
  border-left: 1px solid rgba(255, 255, 255, 0.045);
}

.data-evolution-drive-overlay {
  position: absolute;
  inset:
    calc(18px + var(--data-row-height) - 2px)
    0
    auto
    var(--content-left);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: var(--stage-gap);
  height: calc(var(--row-gap) + 4px);
  pointer-events: none;
}

.data-evolution-drive-overlay span {
  justify-self: center;
  align-self: stretch;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(44, 255, 5, 0.1),
    rgba(44, 255, 5, 0.78) 46%,
    rgba(44, 255, 5, 0.2)
  );
  box-shadow: 0 0 10px rgba(44, 255, 5, 0.2);
  opacity: 0.92;
}

.data-evolution-drive-overlay span.data-evolution-is-strong {
  width: 1.5px;
  background: linear-gradient(
    180deg,
    rgba(85, 215, 255, 0.12),
    rgba(44, 255, 5, 0.9) 44%,
    rgba(85, 215, 255, 0.18)
  );
  box-shadow: 0 0 14px rgba(44, 255, 5, 0.28);
  opacity: 1;
}

.data-evolution-lane-label {
  justify-self: end;
  align-self: center;
  max-width: 104px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.34;
  text-align: right;
  text-transform: uppercase;
}

.data-evolution-lane-label span {
  display: block;
  margin-top: 0.38rem;
  color: rgba(232, 232, 232, 0.48);
  font-size: 0.64rem;
  font-weight: 680;
  letter-spacing: 0.02em;
}

.data-evolution-data-label {
  grid-column: 1;
  grid-row: 1;
}

.data-evolution-ai-label {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: 56px;
  color: var(--color-code-green);
  font-size: 0.88rem;
}

.data-evolution-bio-label {
  grid-column: 1;
  grid-row: 3;
}

.data-evolution-lane-title {
  margin: 0 0 0.42rem;
  color: rgba(207, 207, 207, 0.5);
  font-family: Inter, Helvetica Neue, PingFang SC, Microsoft YaHei, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.data-evolution-data-lane,
.data-evolution-ai-lane,
.data-evolution-bio-lane {
  position: relative;
  grid-column: 2 / -1;
  z-index: 2;
  min-width: 0;
}

.data-evolution-data-lane {
  grid-row: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.data-evolution-ai-lane {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.data-evolution-bio-lane {
  grid-row: 3;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.data-evolution-stage-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: var(--stage-gap);
  min-width: 0;
}

.data-evolution-data-cards {
  align-items: end;
}

.data-evolution-card {
  position: relative;
  min-height: 96px;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.026)),
    rgba(7, 10, 8, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
}

.data-evolution-card strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.78rem, 0.78vw, 0.9rem);
  font-weight: 760;
  line-height: 1.34;
  text-wrap: balance;
}

.data-evolution-card p {
  margin: 0.38rem 0 0;
  color: rgba(232, 232, 232, 0.62);
  font-size: clamp(0.66rem, 0.68vw, 0.76rem);
  line-height: 1.42;
}

.data-evolution-data-card {
  min-height: 54px;
  padding: 0.48rem 0.58rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.18rem;
  border-bottom-color: rgba(44, 255, 5, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.5);
  box-shadow: none;
  opacity: 0.86;
}

.data-evolution-bio-card {
  min-height: 76px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    rgba(0, 0, 0, 0.46);
  box-shadow: none;
  opacity: 0.72;
}

.data-evolution-year,
.data-evolution-time {
  display: block;
  margin: 0;
  color: rgba(232, 232, 232, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.66rem;
  line-height: 1;
}

.data-evolution-time {
  margin-bottom: 0.3rem;
  font-size: 0.62rem;
  white-space: nowrap;
}

.data-evolution-data-card strong {
  font-size: clamp(0.72rem, 0.72vw, 0.82rem);
  line-height: 1.22;
}

.data-evolution-data-card p {
  display: none;
}

.data-evolution-paired-node {
  position: relative;
  grid-column: 5 / 7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--stage-gap);
  min-height: 62px;
  padding: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(85, 215, 255, 0.06), rgba(44, 255, 5, 0.07), rgba(255, 255, 255, 0.016)),
    rgba(0, 0, 0, 0.42);
}

.data-evolution-paired-node::before {
  position: absolute;
  left: 50%;
  top: -0.62rem;
  z-index: 4;
  padding: 0 0.44rem;
  color: rgba(232, 232, 232, 0.55);
  background: #020403;
  content: attr(data-label);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.data-evolution-paired-node .data-evolution-card {
  min-height: auto;
  padding: 0.48rem 0.58rem;
}

.data-evolution-paired-node .data-evolution-card:first-child {
  border-color: rgba(85, 215, 255, 0.24);
}

.data-evolution-paired-node .data-evolution-card:last-child {
  border-color: rgba(44, 255, 5, 0.25);
}

.data-evolution-ai-cards {
  position: relative;
  z-index: 1;
}

.data-evolution-ai-card {
  min-height: 136px;
  border-color: rgba(44, 255, 5, 0.22);
  background:
    linear-gradient(180deg, rgba(44, 255, 5, 0.075), rgba(255, 255, 255, 0.032)),
    rgba(0, 0, 0, 0.72);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.48), 0 0 26px rgba(44, 255, 5, 0.11);
}

.data-evolution-tag {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  margin-bottom: 0.42rem;
  padding: 0 0.46rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(232, 232, 232, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.6rem;
}

.data-evolution-ai-card.data-evolution-is-now {
  border-color: rgba(44, 255, 5, 0.44);
  box-shadow:
    0 22px 80px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(44, 255, 5, 0.15);
}

.data-evolution-ai-card.data-evolution-is-coupled {
  border-color: rgba(44, 255, 5, 0.38);
  background:
    linear-gradient(140deg, rgba(44, 255, 5, 0.12), rgba(85, 215, 255, 0.095), rgba(255, 255, 255, 0.026)),
    rgba(7, 10, 8, 0.78);
  box-shadow:
    0 22px 82px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(44, 255, 5, 0.13);
}

.data-evolution-ai-card.data-evolution-is-coupled .data-evolution-tag {
  border-color: rgba(44, 255, 5, 0.26);
  color: rgba(44, 255, 5, 0.82);
}

.data-evolution-twin-node {
  position: relative;
  grid-column: 5 / 7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--stage-gap);
  min-height: 136px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(85, 215, 255, 0.095), rgba(44, 255, 5, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.46);
  box-shadow:
    0 22px 82px rgba(0, 0, 0, 0.46),
    0 0 30px rgba(44, 255, 5, 0.08);
}

.data-evolution-twin-node::before {
  position: absolute;
  left: 50%;
  top: -0.62rem;
  z-index: 4;
  padding: 0 0.45rem;
  color: rgba(44, 255, 5, 0.78);
  background: #020403;
  content: "模型层";
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}

.data-evolution-twin-node .data-evolution-ai-card {
  min-height: auto;
  padding: 0.68rem;
}

.data-evolution-periods {
  margin-top: 16px;
  color: rgba(232, 232, 232, 0.42);
  font-size: 0.66rem;
  line-height: 1.24;
}

.data-evolution-period {
  justify-self: center;
  width: 126px;
  max-width: calc(100% - 12px);
}

.data-evolution-period.data-evolution-is-paired {
  grid-column: 5 / 7;
  width: auto;
  max-width: calc(100% - 10px);
  color: rgba(232, 232, 232, 0.62);
  text-align: center;
}

.data-evolution-period span {
  display: block;
  color: rgba(207, 207, 207, 0.32);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.data-evolution-bio-cards {
  margin-top: 0;
}

.data-evolution-synthesis {
  grid-column: 2 / -1;
  grid-row: 4;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.data-evolution-synthesis-card {
  min-height: 72px;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(85, 215, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(85, 215, 255, 0.08), rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.data-evolution-synthesis-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.98rem, 1.18vw, 1.3rem);
  line-height: 1.28;
}

.data-evolution-synthesis-card p {
  margin: 0.38rem 0 0;
  color: rgba(232, 232, 232, 0.62);
  font-size: 0.74rem;
  line-height: 1.42;
}

@media (max-width: 980px) {
  .data-evolution-prototype {
    width: min(100% - 28px, 1760px);
  }

  .data-evolution-header {
    grid-template-columns: 1fr;
  }

  .data-evolution-header-copy {
    max-width: 720px;
    text-align: left;
  }

  .data-evolution-map {
    --label-column: 96px;
  }
}

@media (min-width: 721px) and (max-height: 760px) {
  .data-evolution-section {
    padding: 8px 0;
  }

  .data-evolution-title {
    font-size: clamp(1.8rem, 3.7vw, 3.25rem);
    line-height: 0.94;
  }

  .data-evolution-eyebrow {
    margin-bottom: 0.36rem;
    font-size: 0.72rem;
  }

  .data-evolution-header-copy {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .data-evolution-map-scroll {
    margin-top: 10px;
    padding-bottom: 4px;
  }

  .data-evolution-map {
    --data-row-height: 84px;
    --ai-row-height: 176px;
    --bio-row-height: 104px;
    --summary-row-height: 62px;
    --row-gap: 10px;
    padding: 10px 0 2px;
  }

  .data-evolution-drive-overlay {
    inset:
      calc(10px + var(--data-row-height) - 2px)
      0
      auto
      var(--content-left);
    height: calc(var(--row-gap) + 4px);
  }

  .data-evolution-lane-title {
    margin-bottom: 0.24rem;
    font-size: 0.58rem;
  }

  .data-evolution-lane-label {
    font-size: 0.68rem;
    line-height: 1.22;
  }

  .data-evolution-lane-label span {
    margin-top: 0.22rem;
    font-size: 0.56rem;
  }

  .data-evolution-ai-label {
    margin-top: 42px;
    font-size: 0.78rem;
  }

  .data-evolution-card {
    min-height: 74px;
    padding: 0.52rem;
  }

  .data-evolution-card strong {
    font-size: clamp(0.68rem, 0.72vw, 0.8rem);
    line-height: 1.26;
  }

  .data-evolution-card p {
    margin-top: 0.26rem;
    font-size: clamp(0.58rem, 0.62vw, 0.68rem);
    line-height: 1.34;
  }

  .data-evolution-data-card {
    min-height: 44px;
    padding: 0.36rem 0.46rem;
  }

  .data-evolution-data-card strong {
    font-size: clamp(0.64rem, 0.68vw, 0.74rem);
  }

  .data-evolution-year {
    font-size: 0.58rem;
  }

  .data-evolution-paired-node {
    min-height: 50px;
    padding: 0.32rem;
  }

  .data-evolution-paired-node::before,
  .data-evolution-twin-node::before {
    top: -0.5rem;
    font-size: 0.5rem;
  }

  .data-evolution-paired-node .data-evolution-card {
    padding: 0.36rem 0.46rem;
  }

  .data-evolution-ai-card {
    min-height: 108px;
    padding: 0.5rem;
  }

  .data-evolution-tag {
    min-height: 18px;
    margin-bottom: 0.3rem;
    padding: 0 0.36rem;
    font-size: 0.52rem;
  }

  .data-evolution-twin-node {
    min-height: 108px;
    padding: 0.38rem;
  }

  .data-evolution-twin-node .data-evolution-ai-card {
    padding: 0.46rem;
  }

  .data-evolution-periods {
    margin-top: 8px;
    font-size: 0.56rem;
  }

  .data-evolution-period span {
    font-size: 0.5rem;
  }

  .data-evolution-bio-card {
    min-height: 62px;
    padding: 0.46rem;
  }

  .data-evolution-time {
    margin-bottom: 0.22rem;
    font-size: 0.54rem;
  }

  .data-evolution-synthesis-card {
    min-height: 54px;
    padding: 0.56rem 0.72rem;
  }

  .data-evolution-synthesis-card h3 {
    font-size: 0.94rem;
  }

  .data-evolution-synthesis-card p {
    margin-top: 0.24rem;
    font-size: 0.66rem;
    line-height: 1.34;
  }
}

@media (max-width: 720px) {
  .data-evolution-section {
    padding: 12px 0;
  }

  .data-evolution-prototype {
    width: min(100% - 20px, 1760px);
  }

  .data-evolution-eyebrow {
    margin-bottom: 0.34rem;
    font-size: 0.68rem;
  }

  .data-evolution-title {
    font-size: clamp(1.78rem, 8vw, 2.42rem);
    line-height: 0.98;
  }

  .data-evolution-header-copy {
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .data-evolution-map-scroll {
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 0.75rem;
  }

  .data-evolution-map {
    --label-column: 74px;
    --stage-gap: 5px;
    --data-row-height: 88px;
    --ai-row-height: 170px;
    --bio-row-height: 86px;
    --summary-row-height: 64px;
    --row-gap: 14px;
    min-width: 660px;
    padding-top: 14px;
  }

  .data-evolution-drive-overlay {
    inset:
      calc(14px + var(--data-row-height) - 1px)
      0
      auto
      var(--content-left);
    height: calc(var(--row-gap) + 2px);
  }

  .data-evolution-lane-label {
    max-width: 72px;
    font-size: 0.62rem;
    line-height: 1.26;
  }

  .data-evolution-lane-label span {
    margin-top: 0.24rem;
    font-size: 0.52rem;
  }

  .data-evolution-ai-label {
    margin-top: 42px;
  }

  .data-evolution-lane-title {
    margin-bottom: 0.28rem;
    font-size: 0.54rem;
    line-height: 1.2;
  }

  .data-evolution-card {
    min-height: 0;
    padding: 0.44rem 0.34rem;
    border-radius: 7px;
  }

  .data-evolution-card p,
  .data-evolution-periods,
  .data-evolution-synthesis-card p {
    display: none;
  }

  .data-evolution-data-card {
    min-height: 48px;
    padding: 0.34rem 0.26rem;
    gap: 0.12rem;
  }

  .data-evolution-year,
  .data-evolution-time {
    font-size: 0.48rem;
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .data-evolution-card strong,
  .data-evolution-data-card strong {
    font-size: 0.58rem;
    line-height: 1.18;
    overflow-wrap: anywhere;
    text-wrap: auto;
  }

  .data-evolution-paired-node {
    gap: 4px;
    min-height: 54px;
    padding: 0.28rem;
  }

  .data-evolution-paired-node::before,
  .data-evolution-twin-node::before {
    top: -0.5rem;
    font-size: 0.48rem;
  }

  .data-evolution-ai-card {
    min-height: 116px;
    padding: 0.42rem 0.32rem;
  }

  .data-evolution-tag {
    min-height: 16px;
    margin-bottom: 0.3rem;
    padding: 0 0.28rem;
    font-size: 0.48rem;
  }

  .data-evolution-twin-node {
    gap: 4px;
    min-height: 116px;
    padding: 0.32rem;
  }

  .data-evolution-twin-node .data-evolution-ai-card {
    padding: 0.42rem 0.3rem;
  }

  .data-evolution-bio-card {
    min-height: 54px;
    padding: 0.34rem 0.28rem;
  }

  .data-evolution-synthesis-card {
    min-height: 54px;
    padding: 0.62rem 0.72rem;
  }

  .data-evolution-synthesis-card h3 {
    font-size: 0.86rem;
    line-height: 1.24;
  }
}

.trilinear-header > p:last-child {
  margin-top: 0;
  max-width: 760px;
  color: rgba(232, 232, 232, 0.62);
  font-size: clamp(1rem, 1.08vw, 1.28rem);
  line-height: 1.62;
  text-align: right;
}

.trilinear-scroll {
  margin-top: clamp(2.4rem, 4.2vh, 3.8rem);
  overflow-x: auto;
  padding-bottom: 1rem;
}

.trilinear-map {
  position: relative;
  min-width: 1640px;
  min-height: 780px;
  padding: 1.8rem 0 1.2rem;
  display: grid;
  grid-template-columns: 132px 1fr;
  grid-template-rows: 268px 252px 292px;
  -moz-column-gap: 36px;
       column-gap: 36px;
  isolation: isolate;
}

.evolution-alignment-lines {
  position: absolute;
  inset: 0 0 0 168px;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  pointer-events: none;
}

.evolution-alignment-lines span {
  border-left: 1px solid rgba(255, 255, 255, 0.045);
}

.evolution-track-label {
  align-self: center;
  justify-self: end;
  max-width: 118px;
  color: #2CFF05;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  transform: none;
}

.evolution-data-label {
  grid-column: 1;
  grid-row: 1;
}

.evolution-computation-label {
  grid-column: 1;
  grid-row: 2;
}

.evolution-biology-label {
  grid-column: 1;
  grid-row: 3;
}

.evolution-track {
  position: relative;
  grid-column: 2;
}

.evolution-data-track {
  grid-row: 1;
}

.evolution-computation-track {
  grid-row: 2;
}

.evolution-biology-track {
  grid-row: 3;
}

.evolution-stage-grid,
.evolution-data-cards {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.evolution-data-card,
.evolution-computation-card,
.evolution-biology-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.evolution-data-card {
  min-height: 116px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 8px;
}

.evolution-data-card span {
  display: block;
  color: var(--color-code-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.86rem, 0.9vw, 1.05rem);
  letter-spacing: 0.02em;
}

.evolution-data-card strong,
.evolution-computation-card strong,
.evolution-biology-card strong {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.86rem, 0.9vw, 1.02rem);
  font-weight: 760;
  line-height: 1.34;
}

.evolution-data-card strong {
  margin-top: 0.34rem;
}

.evolution-data-card p,
.evolution-computation-card p,
.evolution-biology-card p {
  margin: 0.56rem 0 0;
  color: rgba(232, 232, 232, 0.58);
  font-size: clamp(0.72rem, 0.76vw, 0.86rem);
  line-height: 1.52;
}

.evolution-data-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  height: 162px;
}

.evolution-data-curve svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.evolution-data-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evolution-data-path-base {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 5.8;
  opacity: 0.55;
}

.evolution-data-path-accent {
  stroke: var(--color-code-green);
  stroke-width: 3.2;
  opacity: 0.82;
  filter: drop-shadow(0 0 14px rgba(44, 255, 5, 0.26));
}

.evolution-data-node {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--color-code-green);
  box-shadow: 0 0 22px rgba(44, 255, 5, 0.42);
  transform: translate(-50%, -50%);
}

.evolution-data-node::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 22px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(44, 255, 5, 0.34));
}

.evolution-computation-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr)) repeat(2, minmax(0, 1fr));
}

.evolution-computation-card {
  min-height: 136px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 8px;
  text-wrap: pretty;
}

.evolution-computation-card strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.86rem, 0.9vw, 1.02rem);
  line-height: 1.34;
  text-wrap: balance;
}

.evolution-computation-card p {
  color: rgba(232, 232, 232, 0.6);
  font-size: clamp(0.72rem, 0.76vw, 0.86rem);
  line-height: 1.58;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

.evolution-computation-card.is-emphasis {
  border-color: rgba(44, 255, 5, 0.32);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.45), 0 0 24px rgba(44, 255, 5, 0.08);
}

.evolution-computation-axis {
  top: 146px;
  height: 78px;
}

.evolution-biology-axis {
  top: 72px;
  height: 72px;
}

.evolution-axis {
  position: absolute;
  left: 0;
  right: calc((100% / 8) * 2);
  height: 30px;
}

.evolution-axis.evolution-computation-axis {
  height: 68px;
}

.evolution-axis.evolution-biology-axis {
  height: 64px;
}

.evolution-main-line {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(44, 255, 5, 0.2), rgba(255, 255, 255, 0.14));
  transform-origin: left;
  animation: evolutionScaleLine 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.evolution-computation-axis .evolution-main-line {
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(44, 255, 5, 0.36), rgba(255, 255, 255, 0.2));
  box-shadow: 0 0 22px rgba(44, 255, 5, 0.12);
}

.evolution-axis .evolution-stage-grid {
  height: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.evolution-axis-node {
  place-self: center;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.1);
}

.evolution-computation-axis .evolution-axis-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-color: rgba(44, 255, 5, 0.34);
  box-shadow: 0 0 20px rgba(44, 255, 5, 0.18);
  transform: translate(-50%, -50%);
}

.evolution-computation-axis-item,
.evolution-biology-axis-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.evolution-connector {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(44, 255, 5, 0.24), rgba(255, 255, 255, 0.08));
  transform: translateX(-50%);
}

.evolution-connector-up {
  top: 0;
  height: calc(50% - 12px);
}

.evolution-connector-down {
  top: calc(50% + 12px);
  bottom: 0;
}

.evolution-period-grid {
  position: absolute;
  left: 0;
  right: calc((100% / 8) * 2);
  bottom: 4px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
  justify-content: stretch;
}

.evolution-computation-track .evolution-period-grid {
  bottom: -14px;
}

.evolution-period-stack {
  display: grid;
  gap: 0.38rem;
  width: 158px;
  max-width: calc(100% - 12px);
  justify-self: center;
  color: rgba(232, 232, 232, 0.56);
  font-size: 0.8rem;
  line-height: 1.32;
  text-align: left;
}

.evolution-period-stack p {
  margin: 0;
}

.evolution-period-stack span {
  display: block;
  color: rgba(207, 207, 207, 0.34);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.evolution-biology-icons {
  position: absolute;
  left: 0;
  right: calc((100% / 8) * 2);
  top: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
}

.evolution-biology-icon {
  width: 46px;
  height: 46px;
  place-self: center;
}

.evolution-biology-icon-shell {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.evolution-biology-icon-image,
.evolution-biology-fallback-shell,
.evolution-biology-fallback-icon {
  width: 100%;
  height: 100%;
}

.evolution-biology-icon-image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.evolution-biology-fallback-shell {
  display: block;
}

.evolution-biology-fallback-shell[hidden] {
  display: none;
}

.evolution-biology-fallback-icon {
  display: block;
  opacity: 0.76;
  filter: drop-shadow(0 0 10px rgba(44, 255, 5, 0.12));
}

.evolution-biology-times {
  position: absolute;
  left: 0;
  right: calc((100% / 8) * 2);
  top: 84px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
}

.evolution-biology-axis-item .evolution-axis-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.evolution-biology-time {
  color: rgba(44, 255, 5, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.evolution-biology-cards {
  position: absolute;
  left: 0;
  right: calc((100% / 8) * 2);
  top: 138px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
}

.evolution-biology-card {
  min-height: 144px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 8px;
}

.reveal-item {
  transform: translateY(42px);
  opacity: 0;
}

@keyframes projectorArrive {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9) perspective(900px) rotateX(8deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) perspective(900px) rotateX(8deg);
  }
}

@keyframes dustDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 140px 220px, -180px 260px, 220px -160px;
  }
}

@keyframes projectionPulse {
  0%,
  100% {
    opacity: 0.96;
    filter: brightness(1.03);
  }
  50% {
    opacity: 1;
    filter: brightness(1.13);
  }
}

@keyframes countdownJitter {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  45% {
    transform: translate(1px, -1px) rotate(-0.45deg);
  }
  75% {
    transform: translate(-1px, 1px) rotate(0.35deg);
  }
}

@keyframes countdownFlicker {
  0%,
  100% {
    opacity: 0.88;
  }
  40% {
    opacity: 0.58;
  }
  65% {
    opacity: 1;
  }
}

@keyframes filmFlicker {
  0%,
  100% {
    opacity: 0.92;
  }
  38% {
    opacity: 0.72;
  }
  58% {
    opacity: 1;
  }
}

@keyframes montageShock {
  0% {
    opacity: 0.26;
    transform: translate3d(-8px, 4px, 0) scale(1.018);
    filter: brightness(1.18) blur(1.5px);
  }
  14% {
    opacity: 1;
    transform: translate3d(5px, -3px, 0) scale(1.01);
    filter: brightness(1.08) blur(0.5px);
  }
  30% {
    transform: translate3d(-2px, 1px, 0) scale(1.004);
    filter: brightness(0.96) blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(0.92) blur(0);
  }
}

@keyframes montageGhostA {
  0% {
    opacity: 0.24;
    transform: translate(-12px, 5px) scale(1.018);
    filter: blur(2px) brightness(1.16);
  }
  18% {
    opacity: 0.13;
  }
  42%,
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes montageGhostB {
  0% {
    opacity: 0.16;
    transform: translate(10px, -4px) scale(1.012);
    filter: blur(1.4px) brightness(1.05);
  }
  22% {
    opacity: 0.09;
  }
  46%,
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes logoFilmReveal {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    filter: blur(8px) brightness(1.5);
  }
  50% {
    opacity: 0.78;
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes introHomeCircleTransition {
  0% {
    clip-path: circle(0px at 50% 50%);
    -webkit-clip-path: circle(0px at 50% 50%);
  }
  12% {
    clip-path: circle(36px at 50% 50%);
    -webkit-clip-path: circle(36px at 50% 50%);
  }
  36% {
    clip-path: circle(165vmax at 50% 50%);
    -webkit-clip-path: circle(165vmax at 50% 50%);
  }
  44% {
    clip-path: circle(145vmax at 50% 50%);
    -webkit-clip-path: circle(145vmax at 50% 50%);
  }
  50% {
    clip-path: circle(145vmax at 50% 50%);
    -webkit-clip-path: circle(145vmax at 50% 50%);
  }
  58% {
    clip-path: circle(152vmax at 50% 50%);
    -webkit-clip-path: circle(152vmax at 50% 50%);
  }
  84% {
    clip-path: circle(24px at 50% 50%);
    -webkit-clip-path: circle(24px at 50% 50%);
  }
  100% {
    clip-path: circle(0px at 50% 50%);
    -webkit-clip-path: circle(0px at 50% 50%);
  }
}

@keyframes filmStripGraphicLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes filmStripGraphicRight {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes signalMaterialize {
  0% {
    opacity: 0;
    transform: translateX(-12px);
    clip-path: inset(0 80% 0 0);
    filter: blur(9px) brightness(1.8);
  }
  30% {
    opacity: 0.42;
    transform: translateX(8px);
    clip-path: inset(0 28% 0 12%);
  }
  68% {
    opacity: 0.72;
    transform: translateX(-3px);
    clip-path: inset(0 0 0 0);
    filter: blur(2px) brightness(1.15);
  }
  100% {
    opacity: 0.78;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    filter: blur(0) brightness(0.9);
  }
}

@keyframes logoAwakenShake {
  0%,
  100% {
    transform: translate(0, 0) scale(1.06);
  }
  50% {
    transform: translate(3px, -2px) scale(1.08);
  }
}

@keyframes logoBodyExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) brightness(1.12) drop-shadow(0 0 42px rgba(44, 255, 5, 0.5));
  }
  42% {
    opacity: 0.64;
    transform: translateY(0) scale(0.992);
    filter: blur(0.7px) brightness(1.18) drop-shadow(0 0 54px rgba(44, 255, 5, 0.44));
  }
  100% {
    opacity: 0;
    transform: translateY(1px) scale(0.978);
    filter: blur(1.8px) brightness(0.72);
  }
}

@keyframes cognitiveDustFloat {
  from {
    transform: translate3d(-1.4%, -0.8%, 0) scale(1);
    opacity: 0.42;
  }
  to {
    transform: translate3d(1.6%, 1.1%, 0) scale(1.035);
    opacity: 0.58;
  }
}

@media (min-width: 768px) {
  .display-title {
    font-size: 7rem;
  }

  .chapter-title {
    font-size: 5rem;
  }

  .lead-copy {
    font-size: 1.8rem;
  }

  .body-copy {
    font-size: 1.12rem;
  }
}

@media (min-width: 1280px) {
  .display-title {
    font-size: 9.5rem;
  }

  .chapter-title {
    font-size: 6.5rem;
  }

  .lead-copy {
    font-size: 2.12rem;
  }

  .body-copy {
    font-size: 1.24rem;
  }
}

@media (min-width: 1536px) {
  .display-title {
    font-size: 11rem;
  }
}

@keyframes conceptWordFloat {
  from {
    transform: translate3d(-2px, 1.5px, 0);
    opacity: 0.94;
  }
  to {
    transform: translate3d(2px, -1.5px, 0);
    opacity: 1;
  }
}

@keyframes prototypeWordCloudDrift {
  from {
    transform: translate(-50%, calc(-50% + 3px));
  }
  to {
    transform: translate(-50%, calc(-50% - 3px));
  }
}

@keyframes conceptWordEnter {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) scale(0.96);
    filter: blur(5px);
  }
  100% {
    opacity: var(--word-opacity);
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}

.reduced-motion .reveal-item {
  transform: none;
  opacity: 1;
}

.reduced-motion .who-prototype-stage,
.reduced-motion .who-prototype-panel,
.reduced-motion .who-copy-reveal {
  visibility: visible !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.reduced-motion .prototype-word-cloud-item {
  animation: none !important;
  transform: translate(-50%, -50%) !important;
}

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

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

  .reveal-item {
    transform: none;
    opacity: 1;
  }

  .dual-engine-panel-grid,
  .dual-engine-panel,
  .dual-engine-quotes,
  .dual-engine-quote {
    transform: none !important;
    will-change: auto;
  }

  .dual-engine-bg-overlay {
    box-shadow: inset 0 0 72px rgba(0, 0, 0, 0.48);
  }

  .prototype-word-cloud-item {
    animation: none !important;
  }
}

@media (max-width: 768px) {
  .section-shell {
    width: min(100% - 32px, 720px);
  }

  .dual-engine-shell {
    position: relative;
    min-height: auto;
    padding-block: 5.5rem;
  }

  .prototype-word-cloud-layer {
    opacity: 1;
    display: none;
  }

  .dual-engine-title {
    font-size: clamp(1.55rem, 7.3vw, 2.35rem);
  }

  .dual-engine-panel-grid,
  .dual-engine-quotes {
    grid-template-columns: 1fr;
  }

  .dual-engine-panel {
    min-height: auto;
    border-radius: 26px;
  }

  .dual-engine-capability-list {
    grid-template-columns: 1fr;
  }

  .dual-engine-quote {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
  }

  .dual-engine-quote-right {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .dual-engine-quote-avatar {
    width: 58px;
    height: 58px;
  }

  .projection-stage {
    width: min(84vw, 500px);
  }

  .opening-final-logo {
    max-width: 88%;
    font-size: clamp(3rem, 13.5vw, 4.9rem);
  }

  .display-title {
    font-size: 4.2rem;
  }

  .concept-field {
    height: 68vh;
    min-height: 500px;
    margin-top: 5.6rem;
  }
}

@media (max-width: 480px) {
  .dual-engine-title {
    font-size: clamp(1.28rem, 6.1vw, 1.85rem);
  }

  .dual-engine-panel {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .dual-engine-panel-title {
    font-size: 2rem;
  }

  .dual-engine-quote {
    grid-template-columns: 1fr;
  }

  .dual-engine-quote-right {
    text-align: left;
  }

  .dual-engine-quote-right .dual-engine-quote-avatar,
  .dual-engine-quote-right blockquote,
  .dual-engine-quote-right figcaption {
    grid-column: 1;
  }

  .dual-engine-quote-right figcaption {
    justify-content: flex-start;
  }

  .dual-engine-quote figcaption {
    grid-column: 1;
  }
}

.placeholder\:text-white\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder\:text-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.hover\:border-code-green\/50:hover {
  border-color: rgb(44 255 5 / 0.5);
}

.hover\:border-code-green\/55:hover {
  border-color: rgb(44 255 5 / 0.55);
}

.hover\:border-code-green\/60:hover {
  border-color: rgb(44 255 5 / 0.6);
}

.hover\:bg-\[\#66ff45\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 255 69 / var(--tw-bg-opacity, 1));
}

.hover\:text-code-green:hover {
  --tw-text-opacity: 1;
  color: rgb(44 255 5 / var(--tw-text-opacity, 1));
}

.hover\:opacity-\[0\.9\]:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0_0_24px_rgba\(44\2c 255\2c 5\2c 0\.18\)\]:hover {
  --tw-shadow: 0 0 24px rgba(44,255,5,0.18);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_0_28px_rgba\(44\2c 255\2c 5\2c 0\.16\)\]:hover {
  --tw-shadow: 0 0 28px rgba(44,255,5,0.16);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#39ff14\]\/60:focus {
  border-color: rgb(57 255 20 / 0.6);
}

.focus\:border-\[\#39ff14\]\/70:focus {
  border-color: rgb(57 255 20 / 0.7);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#39ff14\]\/15:focus {
  --tw-ring-color: rgb(57 255 20 / 0.15);
}

.focus\:ring-\[\#39ff14\]\/20:focus {
  --tw-ring-color: rgb(57 255 20 / 0.2);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:text-white\/40:disabled {
  color: rgb(255 255 255 / 0.4);
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-code-green {
  --tw-text-opacity: 1;
  color: rgb(44 255 5 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

@media (min-width: 640px) {

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:grid-cols-\[0\.88fr_1fr\] {
    grid-template-columns: 0.88fr 1fr;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }
}
