*, ::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, ui-sans-serif, system-ui, 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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-28 {
  top: 7rem;
}
.top-8 {
  top: 2rem;
}
.top-\[45\%\] {
  top: 45%;
}
.-z-10 {
  z-index: -10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-\[34rem\] {
  height: 34rem;
}
.h-\[430px\] {
  height: 430px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-\[34rem\] {
  width: 34rem;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[78\%\] {
  width: 78%;
}
.w-full {
  width: 100%;
}
.min-w-\[86vw\] {
  min-width: 86vw;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-xl {
  max-width: 36rem;
}
.origin-left {
  transform-origin: left;
}
.-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));
}
.transform {
  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));
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-plasma\/15 {
  border-color: rgb(46 231 255 / 0.15);
}
.border-plasma\/20 {
  border-color: rgb(46 231 255 / 0.2);
}
.border-plasma\/25 {
  border-color: rgb(46 231 255 / 0.25);
}
.border-plasma\/30 {
  border-color: rgb(46 231 255 / 0.3);
}
.border-plasma\/50 {
  border-color: rgb(46 231 255 / 0.5);
}
.border-plasma\/60 {
  border-color: rgb(46 231 255 / 0.6);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.bg-\[\#070917\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 9 23 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 17 / var(--tw-bg-opacity, 1));
}
.bg-ink\/55 {
  background-color: rgb(5 7 17 / 0.55);
}
.bg-ink\/70 {
  background-color: rgb(5 7 17 / 0.7);
}
.bg-ink\/95 {
  background-color: rgb(5 7 17 / 0.95);
}
.bg-night\/90 {
  background-color: rgb(9 11 29 / 0.9);
}
.bg-plasma {
  --tw-bg-opacity: 1;
  background-color: rgb(46 231 255 / var(--tw-bg-opacity, 1));
}
.bg-plasma\/10 {
  background-color: rgb(46 231 255 / 0.1);
}
.bg-plasma\/20 {
  background-color: rgb(46 231 255 / 0.2);
}
.bg-plasma\/5 {
  background-color: rgb(46 231 255 / 0.05);
}
.bg-plasma\/50 {
  background-color: rgb(46 231 255 / 0.5);
}
.bg-plasma\/60 {
  background-color: rgb(46 231 255 / 0.6);
}
.bg-plasma\/\[0\.055\] {
  background-color: rgb(46 231 255 / 0.055);
}
.bg-plasma\/\[0\.06\] {
  background-color: rgb(46 231 255 / 0.06);
}
.bg-violet\/30 {
  background-color: rgb(124 60 255 / 0.3);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/\[0\.045\] {
  background-color: rgb(255 255 255 / 0.045);
}
.bg-white\/\[0\.055\] {
  background-color: rgb(255 255 255 / 0.055);
}
.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-mesh {
  background-image: radial-gradient(circle at 20% 15%, rgba(46,231,255,.18), transparent 30%), radial-gradient(circle at 80% 5%, rgba(124,60,255,.28), transparent 34%), radial-gradient(circle at 50% 80%, rgba(183,255,79,.08), transparent 28%);
}
.from-\[\#081a2c\] {
  --tw-gradient-from: #081a2c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 26 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-plasma {
  --tw-gradient-from: #2ee7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-plasma\/\[0\.12\] {
  --tw-gradient-from: rgb(46 231 255 / 0.12) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/\[0\.08\] {
  --tw-gradient-from: rgb(255 255 255 / 0.08) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-plasma\/\[0\.07\] {
  --tw-gradient-to: rgb(46 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 231 255 / 0.07) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/\[0\.05\] {
  --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-\[\#160b38\] {
  --tw-gradient-to: #160b38 var(--tw-gradient-to-position);
}
.to-violet {
  --tw-gradient-to: #7c3cff var(--tw-gradient-to-position);
}
.to-violet\/\[0\.13\] {
  --tw-gradient-to: rgb(124 60 255 / 0.13) var(--tw-gradient-to-position);
}
.to-violet\/\[0\.18\] {
  --tw-gradient-to: rgb(124 60 255 / 0.18) var(--tw-gradient-to-position);
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-display {
  font-family: Space Grotesk, Inter, ui-sans-serif, system-ui;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[clamp\(2\.35rem\2c 6vw\2c 6\.4rem\)\] {
  font-size: clamp(2.35rem, 6vw, 6.4rem);
}
.text-\[clamp\(2\.5rem\2c 7vw\2c 7rem\)\] {
  font-size: clamp(2.5rem, 7vw, 7rem);
}
.text-\[clamp\(3\.3rem\2c 9vw\2c 9\.4rem\)\] {
  font-size: clamp(3.3rem, 9vw, 9.4rem);
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.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-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.82\] {
  line-height: 0.82;
}
.leading-\[0\.9\] {
  line-height: 0.9;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-acid {
  --tw-text-opacity: 1;
  color: rgb(183 255 79 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(5 7 17 / var(--tw-text-opacity, 1));
}
.text-plasma {
  --tw-text-opacity: 1;
  color: rgb(46 231 255 / var(--tw-text-opacity, 1));
}
.text-violet {
  --tw-text-opacity: 1;
  color: rgb(124 60 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.accent-plasma {
  accent-color: #2ee7ff;
}
.shadow-glow {
  --tw-shadow: 0 0 70px rgba(46, 231, 255, 0.22);
  --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-violet {
  --tw-shadow: 0 0 80px rgba(124, 60, 255, 0.26);
  --tw-shadow-colored: 0 0 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #7c3cff;
  --tw-shadow: var(--tw-shadow-colored);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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-2xl {
  --tw-backdrop-blur: blur(40px);
  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;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050711;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 5.5rem;
}

body {
  margin: 0;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(46, 231, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 85% 20%, rgba(124, 60, 255, 0.18), transparent 30rem),
    #050711;
  color: white;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#root {
  width: 100%;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  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);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 78%);
          mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

button {
  font: inherit;
}

::-moz-selection {
  background: rgba(46, 231, 255, 0.32);
}

::selection {
  background: rgba(46, 231, 255, 0.32);
}

.rs-mark {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  height: 2.15rem;
  width: 2.15rem;
  place-items: center;
  border: 1px solid rgba(46, 231, 255, 0.78);
  border-radius: 0.85rem;
  background:
    linear-gradient(#050711, #050711) padding-box,
    conic-gradient(from 140deg, #2ee7ff, #7c3cff, #b7ff4f, #2ee7ff) border-box;
  box-shadow: 0 0 34px rgba(46, 231, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  text-shadow: 0 0 18px rgba(46, 231, 255, 0.72);
}

.rs-mark::after {
  content: '';
  position: absolute;
  inset: 0.18rem;
  z-index: -1;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgba(46, 231, 255, 0.18), rgba(124, 60, 255, 0.22));
}

.build-version-marker {
  position: fixed;
  left: 0.8rem;
  bottom: 0.8rem;
  z-index: 70;
  border: 1px solid rgba(46, 231, 255, 0.32);
  border-radius: 999px;
  background: rgba(5, 7, 17, 0.76);
  padding: 0.45rem 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.reveal {
  animation: reveal-up 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.command-panel {
  animation: panel-in 0.24s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-mesh {
  animation: mesh-drift 18s ease-in-out infinite alternate;
}

.float-slow {
  animation: float-slow 6s ease-in-out infinite;
}

.float-reverse {
  animation: float-reverse 7s ease-in-out infinite;
}

.spin-slow {
  animation: spin-slow 26s linear infinite;
}

.service-card {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 231, 255, 0.32);
  background: rgba(46, 231, 255, 0.07);
}

.hero-title {
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.systems-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.systems-intro {
  max-width: 980px;
  min-width: 0;
}

.systems-intro p {
  margin-top: 1.25rem;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.08rem;
  line-height: 1.8;
}

.system-card {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  padding: 1.15rem;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.system-card:hover,
.system-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(46, 231, 255, 0.5);
  background: linear-gradient(135deg, rgba(46, 231, 255, 0.11), rgba(124, 60, 255, 0.07));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.system-card-index {
  display: grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border: 1px solid rgba(46, 231, 255, 0.3);
  border-radius: 0.9rem;
  background: rgba(46, 231, 255, 0.08);
  color: #2ee7ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 900;
}

.system-card-content {
  display: grid;
  min-width: 0;
  gap: 0.55rem;
}

.system-card-title {
  min-width: 0;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.system-card-copy {
  min-width: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

@media (min-width: 760px) {
  .systems-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .systems-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hero-title {
    font-size: clamp(2.35rem, 11vw, 3.05rem) !important;
    line-height: 0.94 !important;
  }

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

.section-shell {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  max-width: 1280px;
  padding: 7rem 1rem;
}

@media (min-width: 640px) {
  .section-shell {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-shell {
    padding-inline: 2rem;
  }
}

.section-title {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: clamp(2.5rem, 6vw, 6.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

@media (max-width: 520px) {
  .section-shell {
    padding-block: 5.5rem;
  }

  .section-title {
    font-size: clamp(2.05rem, 9vw, 2.95rem);
    line-height: 0.96;
  }

  .systems-intro p {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.cursor-glow {
  pointer-events: none;
  position: fixed;
  left: -11rem;
  top: -11rem;
  z-index: 45;
  height: 22rem;
  width: 22rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(46, 231, 255, 0.18), rgba(124, 60, 255, 0.12) 36%, transparent 66%);
  mix-blend-mode: screen;
  transition: transform 90ms linear;
}

.network-lines {
  background:
    linear-gradient(115deg, transparent 0 23%, rgba(46, 231, 255, 0.28) 24%, transparent 25% 55%, rgba(124, 60, 255, 0.28) 56%, transparent 57%),
    linear-gradient(25deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 39%, transparent 40% 68%, rgba(46, 231, 255, 0.18) 69%, transparent 70%);
  opacity: 0.7;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 38s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mesh-drift {
  to {
    transform: translateY(130px);
  }
}

@keyframes float-slow {
  50% {
    transform: translateY(-18px);
  }
}

@keyframes float-reverse {
  50% {
    transform: translateY(20px);
  }
}

@keyframes spin-slow {
  to {
    rotate: 360deg;
  }
}

.system-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  overflow: visible;
}

.system-map::before {
  content: '';
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(46, 231, 255, 0.28);
  border-radius: 999px;
  animation: pulse-ring 4s infinite;
}

.system-node {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 7rem;
  place-items: center;
  border: 1px solid rgba(46, 231, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  animation: node-glow 3.6s var(--delay) infinite;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.system-node:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(46, 231, 255, 0.7);
  background: rgba(46, 231, 255, 0.085);
}

@media (min-width: 768px) {
  .system-map {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .system-map::before {
    inset: 6%;
    border-radius: 32px;
  }
}

@keyframes node-glow {
  50% {
    border-color: rgba(46, 231, 255, 0.68);
    box-shadow: 0 0 34px rgba(46, 231, 255, 0.16);
  }
}

@keyframes pulse-ring {
  50% {
    transform: scale(1.04);
    opacity: 0.5;
  }
}

.mockup {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 25% 20%, rgba(46, 231, 255, 0.28), transparent 32%),
    radial-gradient(circle at 85% 75%, rgba(124, 60, 255, 0.3), transparent 35%),
    rgba(5, 7, 17, 0.82);
}

.mockup-panel {
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  height: 5.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
}

.mockup-line {
  position: relative;
  top: 8rem;
  left: 1rem;
  margin-top: 0.75rem;
  height: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.mockup-pulse {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 999px;
  background: rgba(46, 231, 255, 0.18);
  box-shadow: 0 0 45px rgba(46, 231, 255, 0.35);
}

.project-rail {
  scrollbar-color: rgba(46, 231, 255, 0.42) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.project-rail::-webkit-scrollbar {
  height: 0.55rem;
}

.project-rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.project-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 231, 255, 0.6), rgba(124, 60, 255, 0.62));
}

.icon-button {
  display: inline-grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  transition: 180ms ease;
}

.icon-button:hover {
  border-color: rgba(46, 231, 255, 0.55);
  background: rgba(46, 231, 255, 0.12);
  transform: translateY(-2px);
}

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

.github-grid button {
  aspect-ratio: 1;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(46, 231, 255, var(--cell-alpha));
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.github-grid button:hover,
.github-grid button:focus-visible,
.github-grid button.is-active {
  transform: scale(1.18);
  border-color: rgba(46, 231, 255, 0.72);
  background: linear-gradient(135deg, rgba(46, 231, 255, 0.72), rgba(124, 60, 255, 0.52));
  box-shadow: 0 0 24px rgba(46, 231, 255, 0.34);
  outline: none;
}

.github-touch-panel {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(46, 231, 255, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 0%, rgba(46, 231, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.045);
  padding: 1rem;
}

.github-touch-panel span,
.github-touch-panel small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.github-touch-panel strong {
  display: block;
  margin-top: 0.35rem;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.35rem;
}

.github-touch-panel p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  line-height: 1.5;
}

.diagram-arrow {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  z-index: 2;
  height: 1px;
  width: 3rem;
  background: linear-gradient(to right, rgba(46, 231, 255, 0.1), rgba(46, 231, 255, 0.7));
}

.diagram-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  height: 9px;
  width: 9px;
  rotate: 45deg;
  border-right: 1px solid rgba(46, 231, 255, 0.8);
  border-top: 1px solid rgba(46, 231, 255, 0.8);
}

.contact-link {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem;
  color: rgba(255, 255, 255, 0.76);
  transition: 180ms ease;
}

.contact-link svg {
  flex: 0 0 auto;
}

.contact-link span {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.contact-link-email span {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: clamp(0.76rem, 0.82vw, 0.88rem);
  letter-spacing: 0;
}

.contact-link:hover {
  border-color: rgba(46, 231, 255, 0.55);
  color: white;
  transform: translateY(-3px);
}

.mini-stat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}

.mini-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mini-stat strong {
  display: block;
  margin-top: 0.55rem;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.roi-control {
  display: grid;
  gap: 0.75rem;
}

.roi-control > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.roi-control strong {
  color: #2ee7ff;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.05rem;
}

.roi-control input {
  width: 100%;
  accent-color: #2ee7ff;
}

.research-lab {
  position: relative;
  overflow: hidden;
}

.research-lab::before {
  content: '';
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 25% 25%, rgba(46, 231, 255, 0.22), transparent 24%),
    radial-gradient(circle at 80% 70%, rgba(124, 60, 255, 0.26), transparent 28%);
  filter: blur(18px);
  opacity: 0.75;
  animation: lab-glow 12s ease-in-out infinite alternate;
}

.research-lab > * {
  position: relative;
  z-index: 1;
}

.lab-score {
  min-width: 8rem;
  border: 1px solid rgba(46, 231, 255, 0.3);
  border-radius: 22px;
  background: rgba(46, 231, 255, 0.1);
  padding: 0.9rem 1rem;
  text-align: right;
}

.lab-score span,
.lab-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lab-score strong,
.lab-panel strong {
  display: block;
  margin-top: 0.35rem;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.lab-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
}

.lab-node {
  position: relative;
  min-height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(5, 7, 17, 0.6);
  padding: 1rem;
  color: white;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lab-node::after {
  content: '';
  position: absolute;
  right: -0.85rem;
  top: 50%;
  height: 1px;
  width: 0.9rem;
  background: rgba(46, 231, 255, 0.6);
}

.lab-node:last-child::after {
  display: none;
}

.lab-node span {
  display: block;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.lab-node small {
  display: block;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.45;
}

.lab-node:hover,
.lab-node.is-active {
  transform: translateY(-6px);
  border-color: rgba(46, 231, 255, 0.55);
  background: linear-gradient(135deg, rgba(46, 231, 255, 0.16), rgba(124, 60, 255, 0.12));
}

.lab-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  padding: 1rem;
}

.lab-console {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.34);
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
}

.lab-console span {
  color: #2ee7ff;
}

.stack-group {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  padding: 1rem;
  backdrop-filter: blur(18px);
}

.stack-group h3 {
  margin: 0 0 0.9rem;
  color: #2ee7ff;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stack-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.stack-chip {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.72rem 0.95rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.stack-chip:hover {
  z-index: 5;
  transform: translateY(-3px);
  border-color: rgba(46, 231, 255, 0.48);
  background: rgba(46, 231, 255, 0.1);
  color: white;
}

.stack-chip::after {
  content: attr(data-hint);
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 0.8rem);
  left: 50%;
  width: min(18rem, 80vw);
  transform: translateX(-50%) translateY(6px);
  border: 1px solid rgba(46, 231, 255, 0.26);
  border-radius: 16px;
  background: rgba(5, 7, 17, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  padding: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0;
  transition: 160ms ease;
}

.stack-chip:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.stack-chip.is-featured {
  border-color: rgba(46, 231, 255, 0.52);
  background: linear-gradient(135deg, rgba(46, 231, 255, 0.2), rgba(124, 60, 255, 0.14));
  box-shadow: 0 0 28px rgba(46, 231, 255, 0.14);
  color: white;
}

.evidence-card,
.proof-panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  padding: 1.25rem;
  backdrop-filter: blur(18px);
}

.evidence-card span {
  color: #2ee7ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.evidence-card h3,
.proof-panel h3 {
  margin: 0.7rem 0 0;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.evidence-card p,
.proof-panel p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.proof-panel a {
  margin-top: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #2ee7ff;
  font-size: 0.9rem;
  font-weight: 900;
}

.proof-transform {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

.proof-transform > div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
  padding: 1rem;
}

.proof-transform span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.proof-transform strong {
  display: block;
  margin-top: 0.5rem;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.35rem;
}

.proof-metrics {
  display: grid;
  gap: 0.8rem;
}

.proof-metrics div {
  display: grid;
  gap: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.8rem;
}

.proof-metrics div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.proof-metrics strong {
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.18rem;
}

.proof-metrics span {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
}

.ai-os-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    radial-gradient(circle at 8% 0%, rgba(46, 231, 255, 0.12), transparent 32%);
  padding: 1.2rem;
  transition: 180ms ease;
}

.ai-os-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 231, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(46, 231, 255, 0.09), rgba(124, 60, 255, 0.08)),
    radial-gradient(circle at 8% 0%, rgba(46, 231, 255, 0.16), transparent 32%);
}

.ai-os-card h3 {
  margin: 0;
  color: white;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.ai-os-card p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
}

.ai-os-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ai-os-tools span {
  border: 1px solid rgba(46, 231, 255, 0.18);
  border-radius: 999px;
  background: rgba(46, 231, 255, 0.065);
  padding: 0.58rem 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

@media (min-width: 720px) {
  .proof-transform {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@keyframes lab-glow {
  to {
    transform: translate3d(4%, -3%, 0) rotate(8deg);
  }
}

@media (max-width: 1699px) {
  .floating-terminal {
    display: none;
  }
}

@media (max-width: 640px) {
  .cursor-glow {
    display: none;
  }

  .glass-card {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-plasma\/50:hover {
  border-color: rgb(46 231 255 / 0.5);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/\[0\.1\]:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-plasma:hover {
  --tw-text-opacity: 1;
  color: rgb(46 231 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

@media (min-width: 640px) {

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:min-w-\[420px\] {
    min-width: 420px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[130px_1fr_80px\] {
    grid-template-columns: 130px 1fr 80px;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[\.7fr_1\.3fr\] {
    grid-template-columns: .7fr 1.3fr;
  }

  .lg\:grid-cols-\[\.9fr_1\.1fr\] {
    grid-template-columns: .9fr 1.1fr;
  }

  .lg\:grid-cols-\[0\.78fr_1\.22fr\] {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .lg\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .lg\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .lg\:grid-cols-\[0\.95fr_1\.05fr\] {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .lg\:grid-cols-\[1\.06fr_\.94fr\] {
    grid-template-columns: 1.06fr .94fr;
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
