*, ::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.18 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

:root {
  --color-bg: #050507;
  --color-text: #00FF99;
  --color-accent: #00FF99;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-10 {
  inset: -2.5rem;
}
.-inset-8 {
  inset: -2rem;
}
.inset-0 {
  inset: 0px;
}
.inset-4 {
  inset: 1rem;
}
.inset-6 {
  inset: 1.5rem;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}
.-right-2 {
  right: -0.5rem;
}
.-top-1\/2 {
  top: -50%;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-120\%\] {
  top: -120%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.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;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 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-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[170\%\] {
  height: 170%;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[calc\(100vh-6rem\)\] {
  height: calc(100vh - 6rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.max-h-\[45vh\] {
  max-height: 45vh;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[140vh\] {
  min-height: 140vh;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
.min-h-\[calc\(100vh-6rem\)\] {
  min-height: calc(100vh - 6rem);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-36 {
  width: 9rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.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));
}
@keyframes code-rain {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}
.animate-code-rain {
  animation: code-rain 20s linear infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1\.4fr_1fr_auto\] {
  grid-template-columns: 1.4fr 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.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));
}
.divide-green-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.1);
}
.divide-green-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.2);
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#00FF41\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
}
.border-\[\#00FF99\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 153 / var(--tw-border-opacity, 1));
}
.border-\[\#00FF99\]\/40 {
  border-color: rgb(0 255 153 / 0.4);
}
.border-\[var\(--color-accent\)\] {
  border-color: var(--color-accent);
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}
.bg-\[\#00FF99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00FF99\]\/20 {
  background-color: rgb(0 255 153 / 0.2);
}
.bg-\[var\(--color-bg\)\] {
  background-color: var(--color-bg);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-\[linear-gradient\(120deg\2c rgba\(0\2c 255\2c 153\2c 0\.15\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_32\%\2c rgba\(0\2c 255\2c 153\2c 0\.08\)_64\%\)\] {
  background-image: linear-gradient(120deg,rgba(0,255,153,0.15) 0%,rgba(0,0,0,0) 32%,rgba(0,255,153,0.08) 64%);
}
.bg-\[linear-gradient\(120deg\2c rgba\(0\2c 255\2c 153\2c 0\.35\)\2c transparent\2c rgba\(0\2c 255\2c 153\2c 0\.25\)\)\] {
  background-image: linear-gradient(120deg,rgba(0,255,153,0.35),transparent,rgba(0,255,153,0.25));
}
.bg-\[linear-gradient\(135deg\2c rgba\(0\2c 255\2c 153\2c 0\.08\)\2c rgba\(0\2c 0\2c 0\2c 0\)\)\] {
  background-image: linear-gradient(135deg,rgba(0,255,153,0.08),rgba(0,0,0,0));
}
.bg-\[linear-gradient\(135deg\2c rgba\(0\2c 255\2c 153\2c 0\.12\)\2c rgba\(0\2c 0\2c 0\2c 0\)\)\] {
  background-image: linear-gradient(135deg,rgba(0,255,153,0.12),rgba(0,0,0,0));
}
.bg-\[linear-gradient\(180deg\2c \#050a07\2c \#02050b_55\%\2c \#030b12_100\%\)\] {
  background-image: linear-gradient(180deg,#050a07,#02050b 55%,#030b12 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(0\2c 255\2c 153\2c 0\.12\)\2c transparent\2c rgba\(0\2c 255\2c 153\2c 0\.12\)\)\] {
  background-image: linear-gradient(90deg,rgba(0,255,153,0.12),transparent,rgba(0,255,153,0.12));
}
.bg-\[linear-gradient\(90deg\2c rgba\(0\2c 255\2c 153\2c 0\.15\)\2c transparent\2c rgba\(0\2c 255\2c 153\2c 0\.15\)\)\] {
  background-image: linear-gradient(90deg,rgba(0,255,153,0.15),transparent,rgba(0,255,153,0.15));
}
.bg-\[linear-gradient\(90deg\2c transparent_0\2c _rgba\(0\2c 255\2c 153\2c 0\.08\)_1px\2c transparent_2px\)\] {
  background-image: linear-gradient(90deg,transparent 0, rgba(0,255,153,0.08) 1px,transparent 2px);
}
.bg-\[linear-gradient\(rgba\(0\2c 0\2c 0\2c 0\)_95\%\2c rgba\(0\2c 255\2c 153\2c 0\.15\)_100\%\)\] {
  background-image: linear-gradient(rgba(0,0,0,0) 95%,rgba(0,255,153,0.15) 100%);
}
.bg-\[linear-gradient\(rgba\(0\2c 255\2c 153\2c 0\.08\)_0\2c rgba\(0\2c 255\2c 153\2c 0\.08\)_1px\2c transparent_1px\2c transparent_3px\)\] {
  background-image: linear-gradient(rgba(0,255,153,0.08) 0,rgba(0,255,153,0.08) 1px,transparent 1px,transparent 3px);
}
.bg-\[linear-gradient\(to-bottom\2c rgba\(0\2c 255\2c 153\2c 0\)\2c rgba\(0\2c 255\2c 153\2c 0\.7\)\2c rgba\(0\2c 255\2c 153\2c 0\)\)\] {
  background-image: linear-gradient(to-bottom,rgba(0,255,153,0),rgba(0,255,153,0.7),rgba(0,255,153,0));
}
.bg-\[linear-gradient\(transparent_0\2c _rgba\(0\2c 255\2c 153\2c 0\.1\)_1px\2c transparent_2px\)\] {
  background-image: linear-gradient(transparent 0, rgba(0,255,153,0.1) 1px,transparent 2px);
}
.bg-\[radial-gradient\(circle_at_10\%_0\%\2c \#001f14_0\%\2c \#000000_65\%\)\] {
  background-image: radial-gradient(circle at 10% 0%,#001f14 0%,#000000 65%);
}
.bg-\[radial-gradient\(circle_at_30\%_30\%\2c rgba\(0\2c 255\2c 153\2c 0\.16\)\2c transparent_45\%\)\2c radial-gradient\(circle_at_70\%_70\%\2c rgba\(0\2c 255\2c 153\2c 0\.12\)\2c transparent_50\%\)\] {
  background-image: radial-gradient(circle at 30% 30%,rgba(0,255,153,0.16),transparent 45%),radial-gradient(circle at 70% 70%,rgba(0,255,153,0.12),transparent 50%);
}
.bg-\[radial-gradient\(circle_at_center\2c _rgba\(0\2c 255\2c 153\2c 0\.05\)\2c _transparent_70\%\)\] {
  background-image: radial-gradient(circle at center, rgba(0,255,153,0.05), transparent 70%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 0\2c 0\2c 0\.2\)\2c rgba\(0\2c 0\2c 0\2c 0\.65\)\)\] {
  background-image: radial-gradient(circle at center,rgba(0,0,0,0.2),rgba(0,0,0,0.65));
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.08\)\2c transparent_55\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.08),transparent 55%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.08\)\2c transparent_65\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.08),transparent 65%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.1\)\2c transparent_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.1),transparent 70%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.14\)\2c transparent_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.14),transparent 70%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.15\)\2c transparent_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.15),transparent 70%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.18\)\2c transparent_65\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.18),transparent 65%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.25\)\2c transparent_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.25),transparent 70%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.25\)_0\%\2c transparent_55\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.25) 0%,transparent 55%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 255\2c 153\2c 0\.42\)\2c transparent_65\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,255,153,0.42),transparent 65%);
}
.bg-\[radial-gradient\(circle_at_top\2c rgba\(0\2c 255\2c 153\2c 0\.25\)\2c transparent_60\%\)\] {
  background-image: radial-gradient(circle at top,rgba(0,255,153,0.25),transparent 60%);
}
.bg-\[radial-gradient\(ellipse_at_center\2c rgba\(0\2c 255\2c 150\2c 0\.06\)_0\%\2c transparent_70\%\)\] {
  background-image: radial-gradient(ellipse at center,rgba(0,255,150,0.06) 0%,transparent 70%);
}
.bg-\[radial-gradient\(transparent_40\%\2c \#000_95\%\)\] {
  background-image: radial-gradient(transparent 40%,#000 95%);
}
.bg-\[radial-gradient\(transparent_60\%\2c \#00ff9966_100\%\)\] {
  background-image: radial-gradient(transparent 60%,#00ff9966 100%);
}
.bg-\[url\(\'\/img\/coded-overlay\.png\'\)\] {
  background-image: url('/img/coded-overlay.png');
}
.bg-\[url\(\'\/img\/portal-bg\.jpg\'\)\] {
  background-image: url('/img/portal-bg.jpg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.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-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#00FF99\]\/10 {
  --tw-gradient-from: rgb(0 255 153 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 255 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00FF99\]\/5 {
  --tw-gradient-from: rgb(0 255 153 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 255 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#04160d\] {
  --tw-gradient-from: #04160d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 22 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) 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);
}
.from-black\/55 {
  --tw-gradient-from: rgb(0 0 0 / 0.55) 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);
}
.from-black\/65 {
  --tw-gradient-from: rgb(0 0 0 / 0.65) 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);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) 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);
}
.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-400 {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.from-zinc-600 {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-emerald-400\/20 {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/\[0\.03\] {
  --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.03) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#020907\] {
  --tw-gradient-to: #020907 var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-black\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}
.to-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-slate-700 {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:100\%_32px\] {
  background-size: 100% 32px;
}
.bg-\[length\:32px_100\%\] {
  background-size: 32px 100%;
}
.bg-\[size\:100\%_3px\] {
  background-size: 100% 3px;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.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;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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-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;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00FF99\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 153 / var(--tw-text-opacity, 1));
}
.text-\[\#00FF99\]\/70 {
  color: rgb(0 255 153 / 0.7);
}
.text-\[var\(--color-accent\)\] {
  color: var(--color-accent);
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-\[\#00FF99\] {
  accent-color: #00FF99;
}
.accent-emerald-500 {
  accent-color: #10b981;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_12px_\#00FF99\] {
  --tw-shadow: 0 0 12px #00FF99;
  --tw-shadow-colored: 0 0 12px 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_12px_rgba\(0\2c 255\2c 153\2c 0\.2\)\] {
  --tw-shadow: 0 0 12px rgba(0,255,153,0.2);
  --tw-shadow-colored: 0 0 12px 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_12px_rgba\(0\2c 255\2c 153\2c 0\.6\)\] {
  --tw-shadow: 0 0 12px rgba(0,255,153,0.6);
  --tw-shadow-colored: 0 0 12px 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_15px_\#00FF41AA\] {
  --tw-shadow: 0 0 15px #00FF41AA;
  --tw-shadow-colored: 0 0 15px 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_15px_\#00FF99\] {
  --tw-shadow: 0 0 15px #00FF99;
  --tw-shadow-colored: 0 0 15px 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_15px_rgba\(0\2c 255\2c 153\2c 0\.2\)\] {
  --tw-shadow: 0 0 15px rgba(0,255,153,0.2);
  --tw-shadow-colored: 0 0 15px 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_16px_rgba\(0\2c 255\2c 153\2c 0\.45\)\] {
  --tw-shadow: 0 0 16px rgba(0,255,153,0.45);
  --tw-shadow-colored: 0 0 16px 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_18px_rgba\(0\2c 255\2c 153\2c 0\.12\)\] {
  --tw-shadow: 0 0 18px rgba(0,255,153,0.12);
  --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_18px_rgba\(0\2c 255\2c 153\2c 0\.22\)\] {
  --tw-shadow: 0 0 18px rgba(0,255,153,0.22);
  --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_18px_rgba\(0\2c 255\2c 153\2c 0\.25\)\] {
  --tw-shadow: 0 0 18px rgba(0,255,153,0.25);
  --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_18px_rgba\(0\2c 255\2c 153\2c 0\.35\)\] {
  --tw-shadow: 0 0 18px rgba(0,255,153,0.35);
  --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_20px_\#00FF99AA\] {
  --tw-shadow: 0 0 20px #00FF99AA;
  --tw-shadow-colored: 0 0 20px 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_20px_\#00FF99\] {
  --tw-shadow: 0 0 20px #00FF99;
  --tw-shadow-colored: 0 0 20px 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_20px_rgba\(0\2c 255\2c 153\2c 0\.15\)\] {
  --tw-shadow: 0 0 20px rgba(0,255,153,0.15);
  --tw-shadow-colored: 0 0 20px 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_20px_rgba\(0\2c 255\2c 153\2c 0\.2\)\] {
  --tw-shadow: 0 0 20px rgba(0,255,153,0.2);
  --tw-shadow-colored: 0 0 20px 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_20px_rgba\(0\2c 255\2c 153\2c 0\.35\)\2c 0_0_48px_rgba\(122\2c 255\2c 224\2c 0\.25\)\] {
  --tw-shadow: 0 0 20px rgba(0,255,153,0.35),0 0 48px rgba(122,255,224,0.25);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color), 0 0 48px 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\(0\2c 255\2c 153\2c 0\.2\)\] {
  --tw-shadow: 0 0 22px rgba(0,255,153,0.2);
  --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_24px_\#00FF99AA\] {
  --tw-shadow: 0 0 24px #00FF99AA;
  --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);
}
.shadow-\[0_0_24px_rgba\(0\2c 255\2c 153\2c 0\.18\)\] {
  --tw-shadow: 0 0 24px rgba(0,255,153,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);
}
.shadow-\[0_0_24px_rgba\(0\2c 255\2c 153\2c 0\.25\)\] {
  --tw-shadow: 0 0 24px rgba(0,255,153,0.25);
  --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);
}
.shadow-\[0_0_24px_rgba\(0\2c 255\2c 153\2c 0\.3\)\] {
  --tw-shadow: 0 0 24px rgba(0,255,153,0.3);
  --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);
}
.shadow-\[0_0_25px_rgba\(0\2c 255\2c 153\2c 0\.25\)\] {
  --tw-shadow: 0 0 25px rgba(0,255,153,0.25);
  --tw-shadow-colored: 0 0 25px 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\(0\2c 255\2c 153\2c 0\.28\)\] {
  --tw-shadow: 0 0 26px rgba(0,255,153,0.28);
  --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_26px_rgba\(0\2c 255\2c 153\2c 0\.5\)\] {
  --tw-shadow: 0 0 26px rgba(0,255,153,0.5);
  --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_28px_rgba\(0\2c 255\2c 153\2c 0\.25\)\] {
  --tw-shadow: 0 0 28px rgba(0,255,153,0.25);
  --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);
}
.shadow-\[0_0_28px_rgba\(0\2c 255\2c 153\2c 0\.35\)\] {
  --tw-shadow: 0 0 28px rgba(0,255,153,0.35);
  --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);
}
.shadow-\[0_0_30px_\#00FF99\] {
  --tw-shadow: 0 0 30px #00FF99;
  --tw-shadow-colored: 0 0 30px 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_30px_rgba\(0\2c 255\2c 153\2c 0\.28\)\] {
  --tw-shadow: 0 0 30px rgba(0,255,153,0.28);
  --tw-shadow-colored: 0 0 30px 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_30px_rgba\(0\2c 255\2c 153\2c 0\.35\)\] {
  --tw-shadow: 0 0 30px rgba(0,255,153,0.35);
  --tw-shadow-colored: 0 0 30px 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_30px_rgba\(0\2c 255\2c 153\2c 0\.45\)\] {
  --tw-shadow: 0 0 30px rgba(0,255,153,0.45);
  --tw-shadow-colored: 0 0 30px 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_32px_rgba\(16\2c 185\2c 129\2c 0\.65\)\] {
  --tw-shadow: 0 0 32px rgba(16,185,129,0.65);
  --tw-shadow-colored: 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_0_36px_rgba\(0\2c 255\2c 153\2c 0\.25\)\] {
  --tw-shadow: 0 0 36px rgba(0,255,153,0.25);
  --tw-shadow-colored: 0 0 36px 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_40px_rgba\(0\2c 255\2c 150\2c 0\.10\)\] {
  --tw-shadow: 0 0 40px rgba(0,255,150,0.10);
  --tw-shadow-colored: 0 0 40px 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_40px_rgba\(0\2c 255\2c 153\2c 0\.15\)\] {
  --tw-shadow: 0 0 40px rgba(0,255,153,0.15);
  --tw-shadow-colored: 0 0 40px 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_40px_rgba\(0\2c 255\2c 153\2c 0\.4\)\] {
  --tw-shadow: 0 0 40px rgba(0,255,153,0.4);
  --tw-shadow-colored: 0 0 40px 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_8px_rgba\(122\2c 255\2c 224\2c 0\.35\)\] {
  --tw-shadow: 0 0 8px rgba(122,255,224,0.35);
  --tw-shadow-colored: 0 0 8px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-1 {
  --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(1px + 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);
}
.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-emerald-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}
.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-sm {
  --tw-blur: blur(4px);
  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 {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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_10px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 10px #00FF99);
  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_10px_\#22c55e\] {
  --tw-drop-shadow: drop-shadow(0 0 10px #22c55e);
  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_10px_\#22d3ee\] {
  --tw-drop-shadow: drop-shadow(0 0 10px #22d3ee);
  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_10px_\#a855f7\] {
  --tw-drop-shadow: drop-shadow(0 0 10px #a855f7);
  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_12px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 12px #00FF99);
  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_15px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 15px #00FF99);
  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_16px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 16px #00FF99);
  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_16px_rgba\(0\2c 255\2c 153\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 16px rgba(0,255,153,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_18px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 18px #00FF99);
  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_18px_rgba\(0\2c 255\2c 153\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 18px rgba(0,255,153,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_18px_rgba\(0\2c 255\2c 153\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 0 18px rgba(0,255,153,0.45));
  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_20px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 20px #00FF99);
  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_24px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 24px #00FF99);
  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_8px_\#00FF99\] {
  --tw-drop-shadow: drop-shadow(0 0 8px #00FF99);
  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-lg {
  --tw-backdrop-blur: blur(16px);
  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-md {
  --tw-backdrop-blur: blur(12px);
  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-sm {
  --tw-backdrop-blur: blur(4px);
  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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}

/* -----------------------------------------------------
   $CODED METAAPP GLOBAL THEME
   Neon Matrix aesthetic with audio-reactive accents
------------------------------------------------------*/

:root {
  --color-bg: #000000;
  --color-bg-alt: #020617; /* slate-950-ish */
  --color-accent: #00ff99;
  --color-accent-soft: rgba(0, 255, 153, 0.45);
  --color-text: #ffffff;
  --color-danger: #ff3366;
  --color-warning: #facc15;
  --color-muted: #64748b;
  --coded-emerald: #00ff99;
  --coded-mint: #7affe0;
  --coded-noir: #050a07;
  --coded-jade: #0a1f17;

  /* depth / glow tuning */
  --glow-soft: 0 0 12px rgba(0, 255, 153, 0.35);
  --glow-strong: 0 0 30px rgba(0, 255, 153, 0.85);

  /* hologram scanline overlay */
  --scanline-color: rgba(0, 255, 153, 0.14);
  --app-header-height: 64px;

  /* Portal console palette */
  --portal-bg: #02030a;
  --portal-neon-cyan: #38f9ff;
  --portal-neon-magenta: #ff4fd8;
  --portal-neon-purple: #9b6bff;
  --portal-neon-green: #00ffaa;
}

/* Base layout */
body {
  font-family: "Courier New", monospace;
  background:
    radial-gradient(circle at top, rgba(0, 255, 153, 0.06), transparent 60%),
    radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #000000);
  color: var(--color-accent);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Ensure root fills viewport for holographic backgrounds */
html,
body,
#root {
  height: 100%;
}

/* Generic viewport shell – used by portal, onboarding, learning, academy, wallet, etc. */
/* Generic viewport shell – used by portal, onboarding, learning, academy, wallet, profile, etc. */
.viewport-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Header space is subtracted in the hook, but we keep a tiny gutter here for aesthetics */
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  box-sizing: border-box;
  overflow: hidden; /* the inner content is scaled so it shouldn’t need scroll */
}

.viewport-shell__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100vw - 2rem);
  /* Let height be whatever the module needs; the hook will shrink it. */
  max-width: 100%;
  transform-origin: top center;
}

/* For hero / form pages that should anchor to top instead of vertical center */
.viewport-shell--top {
  align-items: flex-start;
}

/* -----------------------------------------------------
   Matrix Rain Overlay
------------------------------------------------------*/

.matrix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* When performance is forced to lite, tone down heavy overlays */
.perf-lite .matrix-bg {
  opacity: 0.03;
}

/* -----------------------------------------------------
   Matrix Rain Video Background
------------------------------------------------------*/

.matrix-rain-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 255, 154, 0.12), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(23, 255, 196, 0.08), transparent 60%),
    #02050b;
}

.matrix-rain-bg::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 75%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.matrix-rain-bg__video,
.matrix-rain__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  filter: brightness(1.45) contrast(1.4) saturate(1.12);
}

/* -----------------------------------------------------
   Landing Hero
------------------------------------------------------*/

.landing-hero {
  min-height: calc(100vh - var(--app-header-height, 64px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 255, 154, 0.1), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(143, 107, 255, 0.08), transparent 55%),
    #03070e;
}

.landing-hero__shell {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.landing-hero__skip {
  align-self: flex-end;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.6);
  background: rgba(0, 0, 0, 0.65);
  color: var(--color-accent);
  padding: 0.35rem 0.9rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.landing-hero__skip:hover {
  background: rgba(0, 255, 154, 0.12);
}

.landing-hero__frame {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 154, 0.6);
  background: #000;
  box-shadow:
    0 0 26px rgba(0, 255, 154, 0.32),
    0 0 42px rgba(7, 16, 25, 0.58);
  display: block;
}

.landing-hero__frame--clickable {
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.landing-hero__frame--clickable:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 154, 0.9);
  box-shadow:
    0 0 32px rgba(0, 255, 154, 0.45),
    0 0 52px rgba(34, 197, 94, 0.42);
}

.landing-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.landing-hero__video--hidden {
  opacity: 0;
  visibility: hidden;
}

.landing-hero__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 255, 153, 0.18), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(122, 255, 224, 0.12), transparent 55%),
    repeating-linear-gradient(
      120deg,
      rgba(0, 255, 153, 0.08) 0px,
      rgba(0, 255, 153, 0.08) 1px,
      transparent 2px,
      transparent 6px
    ),
    #02050b;
}

.landing-hero__fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.6) 85%);
  pointer-events: none;
}

.landing-hero__mask {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(0, 0, 0, 0.2), transparent 60%);
  pointer-events: none;
}

.coded-video {
  transition: opacity 0.35s ease;
  z-index: 1;
}

.coded-video--hidden {
  opacity: 0;
  visibility: hidden;
}

.coded-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  z-index: 1;
}

.coded-video-tap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.6);
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-accent);
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coded-video-tap:hover {
  background: rgba(0, 255, 154, 0.12);
}

.coded-video-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 30% 15%, rgba(0, 255, 153, 0.18), transparent 55%),
    radial-gradient(circle at 70% 75%, rgba(122, 255, 224, 0.12), transparent 60%),
    repeating-linear-gradient(
      90deg,
      rgba(0, 255, 153, 0.12) 0px,
      rgba(0, 255, 153, 0.12) 1px,
      transparent 3px,
      transparent 8px
    ),
    #02050b;
}

.coded-video-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
}

@media (max-width: 768px) {
  .landing-hero {
    min-height: 100svh;
    padding: calc(1rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));
    align-items: flex-start;
    justify-content: flex-start;
  }

  .landing-hero__shell {
    max-width: 100%;
  }

  .landing-hero__skip {
    position: sticky;
    top: calc(env(safe-area-inset-top) + 0.5rem);
    z-index: 2;
  }

  .landing-hero__frame {
    max-width: 100%;
    height: min(70svh, 520px);
    aspect-ratio: auto;
    border-radius: 14px;
  }

  .landing-hero__video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* -----------------------------------------------------
   Holo Shell Backdrop (fullscreen overlay)
------------------------------------------------------*/

.holo-shell-bg {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 255, 154, 0.12), transparent 52%),
    radial-gradient(circle at 82% 68%, rgba(143, 107, 255, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.94), rgba(2, 4, 10, 0.96));
  overflow: hidden;
}

.holo-shell-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 255, 154, 0.08) 0px,
    rgba(0, 255, 154, 0.08) 1px,
    transparent 2px,
    transparent 4px
  );
  opacity: 0.5;
  animation: codeRain 18s linear infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

@keyframes codeRain {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

/* -----------------------------------------------------
   Neon + Holographic Treatments
------------------------------------------------------*/

/* Neon Glow for key text elements */
.neon-glow {
  text-shadow:
    0 0 10px var(--color-accent),
    0 0 20px var(--color-accent),
    0 0 40px var(--color-accent),
    0 0 70px rgba(0, 255, 153, 0.8);
}

/* Softer glow variant */
.neon-glow-soft {
  text-shadow:
    0 0 8px var(--color-accent-soft),
    0 0 16px var(--color-accent-soft);
}

/* Holographic glass cards */
.holo-blur {
  position: relative;
  backdrop-filter: blur(10px);
  background: radial-gradient(circle at top left, rgba(0, 255, 153, 0.09), transparent 55%),
    rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 255, 153, 0.4);
  box-shadow: var(--glow-soft);
  transition:
    box-shadow 0.3s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
.holo-blur::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(0, 255, 153, 0.25) 40%,
    transparent 70%
  );
  opacity: 0;
  transform: translateX(-10%);
  transition:
    opacity 0.3s ease,
    transform 0.4s ease;
}
.holo-blur:hover {
  box-shadow: var(--glow-strong);
  border-color: rgba(0, 255, 153, 0.75);
  transform: translateY(-2px) translateZ(0);
}
.holo-blur:hover::before {
  opacity: 1;
  transform: translateX(10%);
}

/* Holographic orbit / subtle floating for icons or avatars */
.holo-orbit {
  animation: holo-orbit 8s ease-in-out infinite;
}
@keyframes holo-orbit {
  0% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(4px, -4px, 0) rotate(1.5deg);
  }
  50% {
    transform: translate3d(0px, -2px, 0) rotate(0deg);
  }
  75% {
    transform: translate3d(-4px, 2px, 0) rotate(-1.5deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}

/* Hologram scanline overlay usable for any container */
.holo-scan {
  position: relative;
  overflow: hidden;
}
.holo-scan::after {
  content: "";
  position: absolute;
  inset: -120%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 40%,
    rgba(0, 255, 153, 0.12) 50%,
    transparent 60%
  );
  opacity: 0.0;
  transform: translateY(-50%);
  animation: holo-scan-sweep 8s ease-in-out infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}
@keyframes holo-scan-sweep {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  18% {
    opacity: 0.8;
  }
  35% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 0;
    transform: translateY(-60%);
  }
}

/* -----------------------------------------------------
   Buttons
------------------------------------------------------*/

.vibrant-button {
  background: linear-gradient(135deg, #00bfff, var(--color-accent));
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 9999px;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 18px rgba(0, 255, 153, 0.7);
  transition:
    transform 0.16s ease,
    box-shadow 0.25s ease,
    filter 0.2s ease;
}
.vibrant-button:hover {
  transform: translateY(-1px) scale(1.04);
  filter: brightness(1.1);
  box-shadow: 0 0 26px rgba(0, 255, 153, 0.95);
}
.vibrant-button:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 0 12px rgba(0, 255, 153, 0.6);
}

/* Minimal ghost button for secondary actions */
.ghost-button {
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  padding: 6px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(148, 163, 184, 0.9);
  background: radial-gradient(circle at top, rgba(148, 163, 184, 0.14), transparent 70%);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    transform 0.1s ease;
}
.ghost-button:hover {
  border-color: rgba(0, 255, 153, 0.9);
  color: var(--color-accent);
  background: radial-gradient(circle at top, rgba(0, 255, 153, 0.18), transparent 70%);
  transform: translateY(-1px);
}

/* -----------------------------------------------------
   Feedback Modals (legacy helpers – still usable)
------------------------------------------------------*/

.feedback-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid var(--color-accent);
  border-radius: 8px;
  padding: 20px;
  z-index: 1000;
  display: none;
}

/* -----------------------------------------------------
   Portal OS Shell Layout
------------------------------------------------------*/

.portal-shell {
  position: relative;
  min-height: calc(100vh - var(--app-header-height));
  background: radial-gradient(circle at 50% 0%, #02120b 0%, var(--color-bg) 55%, #000 100%);
  color: var(--color-accent);
  overflow: hidden;
}

.portal-shell__matrix {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(0, 255, 153, 0.08), transparent 60%),
    repeating-linear-gradient(
      to bottom,
      rgba(0, 255, 153, 0.22),
      rgba(0, 255, 153, 0.22) 2px,
      transparent 2px,
      transparent 6px
    );
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: coded-matrix-rain 18s linear infinite;
}

@keyframes coded-matrix-rain {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 400px;
  }
}

.portal-shell-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100vw - 2rem);
}


/* === GROK HUB V2 (authoritative) === */
:root {
  --grok-cyan: #4ef3ff;
  --grok-purple: #8f6bff;
  --grok-green: #4ade80;
  --grok-chrome: #071019;
  --grok-chrome-outer: #070d16;
  --grok-inner-line: rgba(163, 230, 53, 0.5);
  --grok-rim: rgba(255, 255, 255, 0.14);
  --grok-frame-glow:
    0 0 18px rgba(0, 255, 154, 0.7),
    0 0 32px rgba(34, 197, 94, 0.7);
  --grok-frame-strong:
    0 0 24px rgba(0, 255, 154, 0.85),
    0 0 38px rgba(34, 197, 94, 0.8);
  --grok-radius: 12px;
  --grok-radius-lg: 14px;
  --grok-font: "DM Mono", var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace);
  --coded-emerald: #00ff99;
  --coded-emerald-soft: rgba(34, 197, 94, 0.65);
  --coded-emerald-glow:
    0 0 18px rgba(0, 255, 154, 0.7),
    0 0 32px rgba(34, 197, 94, 0.7);
  --coded-shell-bg-deep: rgba(3, 7, 18, 0.98);
  --coded-shell-inner-line: rgba(163, 230, 53, 0.55);
}

/* Portal viewport + scaling stage */
.portal-hub {
  position: relative;
  height: calc(100vh - var(--app-header-height, 64px));
  min-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.portal-hub__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(78, 243, 255, 0.13), transparent 52%),
    radial-gradient(circle at 16% 40%, rgba(162, 107, 255, 0.18), transparent 60%),
    radial-gradient(circle at 86% 72%, rgba(74, 222, 128, 0.16), transparent 62%);
  opacity: 0.8;
  filter: drop-shadow(0 0 22px rgba(78, 243, 255, 0.25));
}

.portal-hub__fit {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  --portal-stage-scale: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portal-hub__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1360px;
  height: 760px;
  transform: scale(var(--portal-stage-scale, 1));
  transform-origin: top left;
  display: grid;
  grid-template-columns: 288px 720px 288px;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 28px;
}

.portal-hub__stage-wrap {
  position: relative;
  width: var(--portal-stage-width, 1360px);
  height: var(--portal-stage-height, 760px);
  flex: 0 0 auto;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .portal-hub__fit {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

.portal-hub__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.portal-hub__stack--left {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-end;
}

.portal-hub__stack--right {
  grid-column: 3;
  grid-row: 1;
  align-items: flex-start;
}

.portal-hub__center {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  min-width: 0;
}

.portal-hub__bottom {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.portal-hub__bottom-row {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
}

.portal-hub__bottom-row--top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
}

.portal-hub__bottom-row--bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
}

.portal-hub__bottom-row > * {
  width: 100%;
}

.portal-hub__panel {
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: left;
}

.portal-hub__panel:focus {
  outline: none;
}

.portal-hub__console-shell {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

/* Grok mini-frame buttons */
.grok-mini {
  position: relative;
  display: block;
  width: 100%;
  min-height: 128px;
  padding: 14px 16px 12px;
  border-radius: var(--grok-radius);
  border: 1px solid var(--coded-emerald);
  background:
    linear-gradient(145deg, rgba(7, 16, 25, 0.96), rgba(5, 10, 18, 0.9)),
    radial-gradient(circle at 18% 12%, rgba(0, 255, 154, 0.16), transparent 48%),
    radial-gradient(circle at 82% 22%, rgba(143, 107, 255, 0.14), transparent 45%);
  box-shadow: var(--coded-emerald-glow);
  color: #e7ffee;
  letter-spacing: 0.04em;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.grok-mini::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: calc(var(--grok-radius) - 2px);
  border: 1px solid var(--coded-shell-inner-line);
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

.grok-mini::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 44%;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 10px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 154, 0.7),
      rgba(143, 107, 255, 0.55),
      rgba(34, 197, 94, 0.75)
    );
  box-shadow:
    0 0 14px rgba(0, 255, 154, 0.78),
    0 0 26px rgba(34, 197, 94, 0.62);
  opacity: 0.95;
  pointer-events: none;
}

.grok-mini__decor {
  position: absolute;
  top: 10px;
  left: 12px;
  display: flex;
  gap: 4px;
}

.grok-mini__decor span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(0, 255, 154, 0.7));
  box-shadow: 0 0 8px rgba(0, 255, 154, 0.85);
  opacity: 0.9;
}

.grok-mini__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.grok-mini__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.grok-mini__title {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4ffe8;
}

.grok-mini__status {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4ffe8;
  padding: 0.15rem 0.5rem;
  border: 1px solid var(--coded-emerald);
  border-radius: 999px;
  background: rgba(0, 255, 154, 0.12);
  box-shadow: inset 0 0 8px rgba(0, 255, 154, 0.4);
}

.grok-mini__body {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(208, 255, 229, 0.9);
}

.grok-mini--active {
  border-color: rgba(0, 255, 154, 0.92);
  box-shadow: var(--coded-emerald-glow);
  transform: translateY(-2px);
}

.grok-mini--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.grok-mini:hover {
  box-shadow: var(--grok-frame-strong);
}

.grok-mini:focus-visible {
  outline: 2px solid rgba(0, 255, 154, 0.9);
  outline-offset: 3px;
  box-shadow: var(--grok-frame-strong);
}

/* Main Grok console frame */
.grok-mainframe {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 14px;
  border-radius: var(--grok-radius-lg);
  background: linear-gradient(150deg, rgba(7, 16, 25, 0.96), rgba(5, 10, 18, 0.9));
  border: 1px solid var(--coded-emerald);
  box-shadow: var(--coded-emerald-glow);
}

.grok-mainframe__inner {
  position: relative;
  flex: 1;
  min-height: 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 255, 154, 0.18), transparent 45%),
    radial-gradient(circle at 82% 22%, rgba(143, 107, 255, 0.12), transparent 40%),
    #050a12;
  border-radius: calc(var(--grok-radius-lg) - 2px);
  border: 1px solid var(--coded-shell-inner-line);
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.75);
  padding: 10px;
  overflow: hidden;
}

.grok-mainframe__topcap {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 46%;
  height: 12px;
  border-radius: 12px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 154, 0.76),
      rgba(143, 107, 255, 0.48),
      rgba(34, 197, 94, 0.7)
    );
  box-shadow:
    0 0 18px rgba(0, 255, 154, 0.9),
    0 0 24px rgba(34, 197, 94, 0.75);
  opacity: 0.95;
}

.grok-mainframe__bottombar {
  position: absolute;
  bottom: -10px;
  left: 8%;
  right: 8%;
  height: 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 154, 0.55);
  background: linear-gradient(90deg, rgba(0, 255, 154, 0.35), rgba(34, 197, 94, 0.35));
  box-shadow: var(--coded-emerald-glow);
  opacity: 0.9;
}

.grok-mainframe__shell {
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 13, 22, 0.95), rgba(4, 8, 16, 0.96));
  border-radius: calc(var(--grok-radius-lg) - 4px);
  border: 1px solid rgba(0, 255, 154, 0.45);
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.72);
}

.portal-boot {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b8ffea;
}

.portal-boot__label {
  font-size: 0.82rem;
}

.portal-boot__bar {
  width: min(70%, 420px);
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(78, 243, 255, 0.65);
  background: rgba(2, 5, 12, 0.95);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.portal-boot__bar-fill {
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, rgba(78, 243, 255, 0.8), rgba(162, 107, 255, 0.85));
  box-shadow: 0 0 16px rgba(78, 243, 255, 0.7);
}

.portal-boot__hint {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(183, 224, 255, 0.86);
}

/* RPG shell frame inside the main console */
.rpg-frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background:
    linear-gradient(150deg, rgba(7, 16, 25, 0.94), rgba(5, 10, 18, 0.9));
  border: 1px solid var(--coded-emerald);
  box-shadow: var(--coded-emerald-glow);
  border-radius: calc(var(--grok-radius-lg) - 6px);
  color: #d9f9ff;
  font-family: var(--grok-font);
  overflow: hidden;
}

.rpg-frame--fullscreen {
  height: 100%;
}

.rpg-frame__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: calc(var(--grok-radius-lg) - 6px) calc(var(--grok-radius-lg) - 6px) 0 0;
  border: 1px solid var(--coded-emerald);
  background:
    linear-gradient(90deg, rgba(0, 255, 154, 0.16), rgba(34, 197, 94, 0.18));
}

.rpg-frame__title-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.rpg-frame__title {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4ffe8;
}

.rpg-title-screen__button {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.rpg-title-screen__button:focus-visible {
  outline: 2px solid rgba(0, 255, 154, 0.9);
  outline-offset: 4px;
  box-shadow:
    0 0 18px rgba(0, 255, 154, 0.55),
    inset 0 0 12px rgba(0, 0, 0, 0.6);
}

.rpg-title-screen img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow:
    0 0 22px rgba(0, 255, 154, 0.35),
    0 0 32px rgba(7, 16, 25, 0.4);
}

.rpg-frame__subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgba(208, 255, 229, 0.82);
}

.rpg-frame__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rpg-frame__status {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4ffe8;
  padding: 0.1rem 0.5rem;
  border: 1px solid var(--coded-emerald);
  border-radius: 999px;
  background: rgba(0, 255, 154, 0.12);
}

.rpg-frame__control-btn {
  height: 32px;
  padding: 0 0.8rem;
  border-radius: 9px;
  border: 1px solid rgba(0, 255, 154, 0.5);
  background: rgba(3, 7, 18, 0.85);
  color: #d9f9ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.rpg-frame__control-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 255, 154, 0.8);
  box-shadow: 0 0 16px rgba(0, 255, 154, 0.6);
}

.rpg-frame__control-btn:focus-visible {
  outline: 2px solid rgba(0, 255, 154, 0.95);
  outline-offset: 2px;
  box-shadow:
    0 0 18px rgba(0, 255, 154, 0.75),
    0 0 24px rgba(34, 197, 94, 0.55);
}

.rpg-frame__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 255, 154, 0.12), transparent 40%),
    radial-gradient(circle at 85% 12%, rgba(34, 197, 94, 0.12), transparent 35%),
    rgba(2, 5, 12, 0.9);
  border-radius: 0 0 calc(var(--grok-radius-lg) - 6px) calc(var(--grok-radius-lg) - 6px);
  border: 1px solid rgba(0, 255, 154, 0.35);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.65);
  overflow-y: auto;
}

.rpg-frame__body > :not(.rpg-shell-frame__scroll) {
  flex-shrink: 0;
}

/* Fullscreen overlay */
.portal-module-overlay.portal-module-overlay--fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--app-header-height, 64px);
  height: calc(100vh - var(--app-header-height, 64px));
  z-index: 50;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(2, 3, 10, 0.68);
}

.portal-module-overlay.portal-module-overlay--fullscreen.portal-module-overlay--rpg {
  inset: 0;
  height: 100dvh;
  width: 100vw;
  padding: 0;
}

.portal-module-overlay.portal-module-overlay--fullscreen .portal-module-window,
.portal-module-overlay.portal-module-overlay--fullscreen .portal-module-window__body {
  height: 100%;
  min-height: 0;
}

.portal-module-window {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portal-module-window__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.portal-module-window.portal-module-window--module.portal-module-window--fullscreen {
  width: min(1360px, 100%);
  height: 100%;
  max-height: calc(100vh - var(--app-header-height, 64px) - 2.5rem);
  display: flex;
  flex-direction: column;
}

.portal-module-window.portal-module-window--module.portal-module-window--fullscreen.portal-module-window--rpg {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  border-radius: 0;
}

.portal-module-window__body.portal-module-window__body--fullscreen {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  padding: 1rem 1.25rem 1.25rem;
}

.portal-module-window__body.portal-module-window__body--fullscreen.portal-module-window__body--rpg {
  padding: 0;
}

.portal-module-window__body.portal-module-window__body--fullscreen > .rpg-frame {
  height: 100%;
  width: min(1280px, 100%);
  min-height: 0;
}

.portal-module-window__body.portal-module-window__body--fullscreen.portal-module-window__body--rpg > .rpg-frame {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.portal-module-window__body.portal-module-window__body--fullscreen .rpg-frame__body {
  overflow: hidden;
}

.portal-module-window__body.portal-module-window__body--fullscreen .rpg-shell-frame__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Dashboard widgets + grid use the same frame language */
.rpg-shell-stage {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.rpg-shell-stage__scroll {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow-y: auto;
  padding: 1.25rem 1.5rem 1.5rem;
}

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

.rpg-widget {
  position: relative;
  border-radius: var(--grok-radius-lg);
  border: 1px solid var(--coded-emerald);
  padding: 1rem 1.1rem 1.15rem;
  background:
    linear-gradient(150deg, rgba(7, 16, 25, 0.95), rgba(5, 10, 18, 0.9)),
    radial-gradient(circle at 12% 10%, rgba(0, 255, 154, 0.12), transparent 45%);
  box-shadow: var(--coded-emerald-glow);
  color: #e7ffee;
  font-family: var(--grok-font);
  overflow: hidden;
}

.rpg-widget::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: calc(var(--grok-radius-lg) - 3px);
  border: 1px solid var(--coded-shell-inner-line);
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.rpg-widget::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 14px;
  width: 88px;
  height: 10px;
  border-radius: 12px;
  border: 1px solid rgba(191, 219, 255, 0.45);
  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 154, 0.68),
      rgba(143, 107, 255, 0.58),
      rgba(34, 197, 94, 0.7)
    );
  box-shadow:
    0 0 14px rgba(0, 255, 154, 0.72),
    0 0 20px rgba(34, 197, 94, 0.5);
  opacity: 0.9;
  pointer-events: none;
}

.rpg-widget__header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.rpg-widget__title {
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4ffe8;
}

.rpg-widget__meta {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4ffe8;
}

.rpg-widget--metric .rpg-widget__meta {
  color: #facc15;
}

.rpg-widget--terminal {
  background:
    linear-gradient(150deg, rgba(7, 16, 25, 0.98), rgba(5, 10, 18, 0.95));
}

.rpg-widget--terminal pre {
  background: rgba(2, 5, 12, 0.95);
  border-radius: 10px;
  padding: 0.75rem;
  font-family: var(--grok-font);
  font-size: 0.78rem;
}

.rpg-col-span-3 { grid-column: span 3 / span 3; }
.rpg-col-span-4 { grid-column: span 4 / span 4; }
.rpg-col-span-5 { grid-column: span 5 / span 5; }
.rpg-col-span-6 { grid-column: span 6 / span 6; }
.rpg-col-span-7 { grid-column: span 7 / span 7; }
.rpg-col-span-12 { grid-column: span 12 / span 12; }

@media (max-width: 1100px) {
  .rpg-dashboard-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .rpg-col-span-7,
  .rpg-col-span-5 {
    grid-column: span 6 / span 6;
  }

  .portal-module-window__body.portal-module-window__body--fullscreen > .rpg-frame {
    transform: none;
  }
}

@media (max-width: 900px) {
  .portal-hub {
    padding: 1.1rem;
  }
}

@media (max-width: 768px) {
  .viewport-shell {
    min-height: 100svh;
    padding-top: calc(1rem + env(safe-area-inset-top));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    overflow-y: auto;
    align-items: flex-start;
  }

  .viewport-shell__inner {
    width: 100%;
    max-width: 100%;
  }

  .portal-hub {
    align-items: flex-start;
    overflow-y: auto;
  }

  .portal-hub__fit {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: visible;
  }

  .portal-hub__stage-wrap {
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    overflow: visible;
  }

  .portal-hub__stage {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .portal-hub__center,
  .portal-hub__stack,
  .portal-hub__bottom {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .portal-hub__stack {
    align-items: stretch;
    justify-content: flex-start;
  }

  .portal-hub__center {
    order: 1;
  }

  .portal-hub__stack--left {
    order: 2;
  }

  .portal-hub__stack--right {
    order: 3;
  }

  .portal-hub__bottom {
    order: 4;
  }

  .portal-hub__bottom-row {
    max-width: 100%;
  }

  .portal-hub__bottom-row--top,
  .portal-hub__bottom-row--bottom {
    grid-template-columns: 1fr;
  }

  .rpg-dashboard-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .portal-module-overlay.portal-module-overlay--fullscreen {
    top: 0;
    height: 100svh;
    padding: 0;
  }

  .portal-module-window.portal-module-window--module.portal-module-window--fullscreen {
    width: 100vw;
    max-width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 0;
  }

  .portal-module-window__body.portal-module-window__body--fullscreen {
    padding: calc(0.75rem + env(safe-area-inset-top)) 0.75rem
      calc(0.75rem + env(safe-area-inset-bottom));
    touch-action: pan-y;
  }

  .portal-module-window__body.portal-module-window__body--fullscreen.portal-module-window__body--rpg {
    padding: 0;
  }

  .learning-shell {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }

  .learning-shell__scroll {
    padding-right: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    touch-action: pan-y;
  }

  .rpg-shell-frame__scroll,
  .rpg-shell-stage__scroll {
    touch-action: pan-y;
  }

  .route-gate-overlay {
    width: 100%;
  }

  .rpg-hud {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-bottom: 0.75rem;
    border-radius: 16px;
  }
}

/* Identity core layout */
.learning-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 255, 154, 0.4);
  box-shadow: var(--coded-emerald-glow);
}

.learning-shell__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.learning-shell__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.75rem;
  padding-bottom: 1rem; /* prevents bottom clipping */
}

.learning-shell__bottom {
  flex: 0 0 auto;
  padding-top: 0.75rem;
}

.identity-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.identity-shell__frame {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0, 255, 154, 0.45);
  box-shadow: var(--coded-emerald-glow);
  background: rgba(0, 0, 0, 0.85);
  padding: 1.25rem;
}

.identity-core-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.identity-core-grid__wallet-body {
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .identity-core-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Chat fullscreen layout */
.social-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.social-shell__frame {
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 18px;
  border: 1px solid rgba(0, 255, 154, 0.45);
  box-shadow: var(--coded-emerald-glow);
  background:
    radial-gradient(circle at top, rgba(0, 255, 154, 0.12), transparent 55%),
    rgba(0, 0, 0, 0.78);
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.social-shell__content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.social-shell__feed {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chat-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.chat-shell__frame {
  flex: 1 1 auto;
  min-height: 0;
  border: 1px solid rgba(0, 255, 154, 0.45);
  box-shadow: var(--coded-emerald-glow);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.78);
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.chat-shell__layout {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1rem;
}

.chat-shell__rooms {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid rgba(0, 255, 154, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
}

.chat-shell__main {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 154, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
}

.chat-shell__messages {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.chat-shell__messages-header {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(0, 255, 154, 0.2);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00ff99;
}

.chat-shell__messages-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.chat-shell__composer {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 255, 154, 0.18);
  background: rgba(0, 0, 0, 0.5);
}

/* -----------------------------------------------------
   Chat V2 (Discord/Telegram baseline)
------------------------------------------------------*/

.chat-v2-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.chat-v2-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  border: 1px solid rgba(0, 255, 154, 0.45);
  box-shadow: var(--coded-emerald-glow);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.78);
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.chat-v2-layout {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1rem;
}

.chat-v2-rooms {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 154, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
}

.chat-v2-rooms__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem;
  overflow: hidden;
}

.chat-v2-rooms__new {
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.35);
  padding: 0.35rem 0.6rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00ff99;
  background: rgba(0, 0, 0, 0.6);
}

.chat-v2-rooms__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.chat-v2-room {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.6rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.chat-v2-room.is-active {
  border-color: rgba(0, 255, 154, 0.55);
  background: rgba(0, 255, 154, 0.12);
}

.chat-v2-room__title {
  font-size: 0.85rem;
  font-weight: 600;
}

.chat-v2-room__preview {
  margin-top: 0.35rem;
  font-size: 0.7rem;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-v2-room__badge {
  margin-left: auto;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(0, 255, 154, 0.2);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.chat-v2-presence {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.35);
  background: rgba(0, 0, 0, 0.6);
}

.chat-v2-presence.is-online {
  background: rgba(0, 255, 154, 0.8);
  box-shadow: 0 0 8px rgba(0, 255, 154, 0.6);
}

.chat-v2-main {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 154, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
}

.chat-v2-header {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(0, 255, 154, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.chat-v2-header__right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.chat-v2-room-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00ff99;
}

.chat-v2-room-subtitle {
  font-size: 0.7rem;
  opacity: 0.7;
}

.chat-v2-search {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 255, 154, 0.2);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.7rem;
}

.chat-v2-status {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(0, 255, 154, 0.7);
}

.chat-v2-messages {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  padding: 0.5rem;
}

.chat-v2-row {
  padding-right: 0.5rem;
}

.chat-v2-message {
  border: 1px solid rgba(0, 255, 154, 0.18);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 14px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.6rem;
  max-width: 88%;
  box-shadow: 0 0 12px rgba(0, 255, 154, 0.08);
}

.chat-v2-message--mine {
  margin-left: auto;
  border-color: rgba(0, 255, 154, 0.5);
  background: rgba(0, 255, 154, 0.08);
  box-shadow: 0 0 16px rgba(0, 255, 154, 0.2);
}

.chat-v2-message__meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 255, 154, 0.6);
}

.chat-v2-message__edited {
  margin-left: 0.35rem;
  font-size: 0.55rem;
  opacity: 0.6;
}

.chat-v2-message__status {
  margin-left: 0.35rem;
  font-size: 0.55rem;
  opacity: 0.7;
}

.chat-v2-message__author {
  font-weight: 600;
}

.chat-v2-message__bubble {
  margin-top: 0.4rem;
}

.chat-v2-message__content {
  font-size: 0.85rem;
  line-height: 1.4;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.chat-v2-message__actions {
  margin-top: 0.45rem;
  display: flex;
  gap: 0.75rem;
  font-size: 0.7rem;
  opacity: 0.7;
}

.chat-v2-message__seen {
  margin-left: auto;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 255, 154, 0.7);
}

.chat-v2-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.8rem;
  opacity: 0.7;
}

.chat-v2-reply {
  text-align: left;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 0.7rem;
  color: rgba(0, 255, 154, 0.7);
  border-left: 2px solid rgba(0, 255, 154, 0.5);
  padding-left: 0.5rem;
  margin-top: 0.4rem;
}

.chat-v2-reply-banner {
  margin: 0.5rem 0.75rem 0;
  padding: 0.45rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 154, 0.2);
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.chat-v2-error {
  margin: 0.5rem 0.75rem 0;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 196, 0, 0.35);
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  color: rgba(255, 210, 120, 0.9);
}

.chat-v2-error button {
  margin-left: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.4);
  padding: 0.2rem 0.5rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 255, 154, 0.9);
}

.chat-v2-typing {
  margin: 0.5rem 0.75rem 0;
  font-size: 0.75rem;
  opacity: 0.7;
}

.chat-v2-composer {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 255, 154, 0.18);
  background: rgba(0, 0, 0, 0.55);
}

.chat-v2-composer__row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.chat-v2-composer__input {
  flex: 1 1 220px;
  min-width: 180px;
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 154, 0.3);
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}

.chat-v2-composer__btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 154, 0.3);
  padding: 0.4rem 0.7rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 255, 154, 0.9);
}

.chat-v2-composer__btn--primary {
  background: #00ff99;
  color: #050a07;
  font-weight: 700;
}

.chat-v2-emoji {
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 154, 0.2);
  padding: 0.15rem 0.35rem;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.5);
}


.chat-v2-pins {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(0, 255, 154, 0.15);
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.chat-v2-pins__title {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 255, 154, 0.7);
}

.chat-v2-pins__item {
  font-size: 0.75rem;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-v2-gif {
  border: 1px solid rgba(0, 255, 154, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5rem;
}

.chat-v2-attachments {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.chat-v2-attachments__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 154, 0.2);
  background: rgba(0, 0, 0, 0.45);
  font-size: 0.7rem;
}

.chat-v2-attachments__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.chat-v2-attachments__link {
  color: rgba(0, 255, 154, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.6rem;
}

.chat-v2-rooms-toggle {
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 154, 0.3);
  padding: 0.3rem 0.55rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 255, 154, 0.9);
}

@media (max-width: 900px) {
  .chat-v2-layout {
    grid-template-columns: 1fr;
  }

  .chat-v2-rooms {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
    display: none;
  }

  .chat-v2-rooms.is-visible {
    display: flex;
  }

  .chat-v2-rooms-toggle {
    display: inline-flex;
  }
}

@media (min-width: 901px) {
  .chat-v2-rooms-toggle {
    display: none;
  }
}

/* -----------------------------------------------------
   Link preview cards
------------------------------------------------------*/

.link-preview-card {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 154, 0.2);
  background: rgba(0, 0, 0, 0.6);
  padding: 0.6rem;
  text-decoration: none;
  color: inherit;
}

.link-preview-card--loading {
  font-size: 0.75rem;
  opacity: 0.7;
}

.link-preview-card__image {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.link-preview-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.link-preview-card__title {
  font-weight: 700;
  font-size: 0.85rem;
}

.link-preview-card__desc {
  font-size: 0.75rem;
  opacity: 0.8;
}

.link-preview-card__site {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.6;
}

.link-preview-card__embed {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 12px;
}

.link-preview-card__open {
  margin-top: 0.35rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(0, 255, 154, 0.9);
}

@media (max-width: 900px) {
  .chat-shell__layout {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
  }
}

/* -----------------------------------------------------
   Portal universal Matrix Rain
------------------------------------------------------*/

.portal-console-root {
  position: relative;
  height: 100%;
  min-height: 0;
}

.portal-console-ui {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.portal-matrix-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.portal-matrix-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(0, 255, 154, 0.10), transparent 55%),
    radial-gradient(circle at bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85));
  mix-blend-mode: normal;
}

.portal-hub__fit {
  background: transparent !important;
}

/* -----------------------------------------------------
   Critical height chain (fixes “band” layouts)
------------------------------------------------------*/

.rpg-shell-frame {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.rpg-shell-frame__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rpg-shell-frame__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: auto;
  scrollbar-gutter: stable;
}

.rpg-shell-frame--rpg .rpg-shell-frame__scroll {
  display: block;
}

.rpg-shell-frame__scroll > * {
  min-height: 0;
}

.rpg-shell-frame__scroll::-webkit-scrollbar {
  width: 10px;
}

.rpg-shell-frame__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 154, 0.4);
  border-radius: 999px;
}

.rpg-shell-frame__scroll::-webkit-scrollbar-track {
  background: rgba(2, 5, 12, 0.55);
}

/* HubShell module body must stretch */
.hub-shell__module {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hub-shell__moduleBody {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

@media (pointer: coarse), (max-width: 768px) {
  html.is-mobile {
    --mobile-nav-height: 74px;
    --mobile-radius: 20px;
    --mobile-gutter: 1rem;
  }

  html.is-mobile,
  html.is-mobile body,
  html.is-mobile #root {
    min-height: 100svh;
    max-width: 100%;
  }

  html.is-mobile body {
    font-size: 15px;
  }

  html.is-mobile .mobile-shell {
    position: relative;
    min-height: 100svh;
    padding: calc(env(safe-area-inset-top) + 0.75rem) var(--mobile-gutter)
      calc(env(safe-area-inset-bottom) + 0.75rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  html.is-mobile .mobile-shell__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  html.is-mobile .mobile-shell__content--nav {
    padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 12px);
  }

  html.is-mobile .mobile-halo-frame {
    position: fixed;
    inset: calc(env(safe-area-inset-top) + 8px) calc(env(safe-area-inset-right) + 8px)
      calc(env(safe-area-inset-bottom) + 8px) calc(env(safe-area-inset-left) + 8px);
    border-radius: 22px;
    border: 1px solid rgba(0, 255, 153, 0.5);
    box-shadow:
      0 0 18px rgba(0, 255, 153, 0.35),
      0 0 34px rgba(0, 255, 153, 0.22);
    pointer-events: none;
    z-index: 40;
    animation: mobileHaloPulse 4s ease-in-out infinite;
  }

  @keyframes mobileHaloPulse {
    0%,
    100% {
      box-shadow:
        0 0 16px rgba(0, 255, 153, 0.3),
        0 0 28px rgba(0, 255, 153, 0.2);
    }
    50% {
      box-shadow:
        0 0 24px rgba(0, 255, 153, 0.55),
        0 0 40px rgba(0, 255, 153, 0.32);
    }
  }

  html.is-mobile .mobile-header-pill {
    position: sticky;
    top: 0;
    z-index: 25;
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: rgba(5, 10, 7, 0.72);
    border: 1px solid rgba(0, 255, 153, 0.55);
    box-shadow: 0 0 14px rgba(0, 255, 153, 0.35);
    backdrop-filter: blur(10px);
    text-align: center;
  }

  html.is-mobile .mobile-header-pill__status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  html.is-mobile .mobile-header-pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 255, 153, 0.85);
    box-shadow: 0 0 8px rgba(0, 255, 153, 0.7);
  }

  html.is-mobile .mobile-header-pill__dot--mint {
    background: rgba(122, 255, 224, 0.9);
    box-shadow: 0 0 10px rgba(122, 255, 224, 0.8);
  }

  html.is-mobile .mobile-header-pill__label {
    white-space: nowrap;
  }

  html.is-mobile .mobile-offline-banner {
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 100, 120, 0.6);
    color: #ffd2d8;
  }

  html.is-mobile .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.3rem;
    padding: 0.65rem 0.75rem calc(env(safe-area-inset-bottom) + 0.65rem);
    background: rgba(4, 10, 7, 0.85);
    border-top: 1px solid rgba(0, 255, 153, 0.3);
    backdrop-filter: blur(14px);
  }

  html.is-mobile .mobile-bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 0.2rem;
    text-decoration: none;
    color: rgba(183, 255, 225, 0.7);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, color 0.2s ease;
    touch-action: manipulation;
  }

  html.is-mobile .mobile-bottom-nav__item:active {
    transform: translateY(-1px) scale(0.98);
  }

  html.is-mobile .mobile-bottom-nav__icon {
    font-size: 1rem;
  }

  html.is-mobile .mobile-bottom-nav__item.is-active {
    color: var(--coded-mint);
    animation: mobileNavPulse 4s ease-in-out infinite;
  }

  html.is-mobile .mobile-bottom-nav__item.is-active .mobile-bottom-nav__icon {
    text-shadow: 0 0 10px rgba(122, 255, 224, 0.7);
    animation: mobileNavBob 3.5s ease-in-out infinite;
  }

  @keyframes mobileNavBob {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2px);
    }
  }

  @keyframes mobileNavPulse {
    0%,
    100% {
      filter: drop-shadow(0 0 6px rgba(122, 255, 224, 0.4));
    }
    50% {
      filter: drop-shadow(0 0 10px rgba(122, 255, 224, 0.75));
    }
  }

  html.is-mobile .mobile-tab {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  html.is-mobile .mobile-tab--scroll {
    touch-action: pan-y;
  }

  html.is-mobile .mobile-panel {
    position: relative;
    padding: 1rem;
    border-radius: var(--mobile-radius);
    border: 1px solid rgba(0, 255, 153, 0.35);
    background:
      linear-gradient(160deg, rgba(5, 10, 7, 0.92), rgba(6, 18, 12, 0.7)),
      radial-gradient(circle at 20% 20%, rgba(122, 255, 224, 0.08), transparent 55%);
    box-shadow:
      0 0 18px rgba(0, 255, 153, 0.2),
      inset 0 0 16px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
  }

  html.is-mobile .mobile-panel--flush {
    padding: 0.6rem;
  }

  html.is-mobile .mobile-panel--grok {
    padding: 0.75rem;
  }

  html.is-mobile .mobile-panel__title {
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
    color: rgba(183, 255, 229, 0.9);
  }

  html.is-mobile .mobile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  html.is-mobile .mobile-card-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .mobile-card-title {
    font-size: 1.4rem;
    margin: 0.15rem 0 0.4rem;
  }

  html.is-mobile .mobile-chip {
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 255, 153, 0.12);
  }

  html.is-mobile .mobile-card-grid {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  html.is-mobile .mobile-card-label {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.65);
  }

  html.is-mobile .mobile-card-value {
    font-size: 0.9rem;
    margin-top: 0.15rem;
  }

  html.is-mobile .mobile-action-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  html.is-mobile .mobile-action-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 255, 153, 0.2);
    background: rgba(4, 12, 9, 0.7);
    text-decoration: none;
    color: inherit;
  }

  html.is-mobile .mobile-action-row__icon {
    font-size: 1rem;
  }

  html.is-mobile .mobile-action-row__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
  }

  html.is-mobile .mobile-action-row__title {
    font-size: 0.9rem;
  }

  html.is-mobile .mobile-action-row__subtitle {
    font-size: 0.72rem;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .mobile-action-row__cta {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(122, 255, 224, 0.85);
  }

  html.is-mobile .mobile-label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.7);
    margin-bottom: 0.4rem;
  }

  html.is-mobile .mobile-input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 153, 0.35);
    background: rgba(0, 0, 0, 0.7);
    padding: 0.6rem 0.75rem;
    color: inherit;
    font-size: 0.9rem;
  }

  html.is-mobile .mobile-helper {
    margin-top: 0.45rem;
    font-size: 0.7rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .mobile-module-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  html.is-mobile .mobile-module-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 153, 0.3);
    background: rgba(5, 12, 9, 0.72);
    color: inherit;
    text-align: left;
  }

  html.is-mobile .mobile-module-row--disabled {
    opacity: 0.55;
  }

  html.is-mobile .mobile-module-row__icon {
    font-size: 1.1rem;
  }

  html.is-mobile .mobile-module-row__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  html.is-mobile .mobile-module-row__title {
    font-size: 0.95rem;
  }

  html.is-mobile .mobile-module-row__desc {
    font-size: 0.72rem;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .mobile-module-row__pill {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 255, 153, 0.12);
  }

  html.is-mobile .mobile-empty {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(183, 255, 229, 0.6);
    padding: 1.5rem 0;
  }

  html.is-mobile .mobile-grok {
    position: relative;
  }

  html.is-mobile .mobile-grok-hero {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 20%, rgba(0, 255, 153, 0.12), transparent 60%),
      radial-gradient(circle at 30% 80%, rgba(122, 255, 224, 0.08), transparent 70%);
    opacity: 0.6;
    pointer-events: none;
  }

  html.is-mobile .mobile-grok-console {
    min-height: 320px;
  }

  html.is-mobile .mobile-profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    padding: 0.35rem 0;
  }

  html.is-mobile .mobile-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--coded-mint);
  }

  html.is-mobile .mobile-toggle {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
  }

  html.is-mobile .mobile-toggle input {
    accent-color: var(--coded-emerald);
  }

  html.is-mobile .mobile-button {
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.45);
    background: rgba(0, 0, 0, 0.7);
    color: inherit;
    padding: 0.45rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  html.is-mobile .mobile-muted {
    font-size: 0.75rem;
    color: rgba(183, 255, 229, 0.6);
    margin-top: 0.5rem;
  }

  html.is-mobile .mobile-module-viewer {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100svh;
    z-index: 20;
    display: flex;
    flex-direction: column;
    padding: calc(env(safe-area-inset-top) + 0.75rem) var(--mobile-gutter)
      calc(env(safe-area-inset-bottom) + 0.75rem);
    background:
      radial-gradient(circle at 25% 10%, rgba(0, 255, 153, 0.12), transparent 55%),
      rgba(5, 10, 7, 0.94);
  }

  html.is-mobile .mobile-module-viewer__header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  html.is-mobile .mobile-module-viewer__back,
  html.is-mobile .mobile-module-viewer__action {
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 0, 0, 0.65);
    color: inherit;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  html.is-mobile .mobile-module-viewer__action:disabled {
    opacity: 0.5;
  }

  html.is-mobile .mobile-module-viewer__title {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  html.is-mobile .mobile-module-viewer__content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  html.is-mobile .mobile-module-viewer__content > * {
    width: 100%;
    max-width: 100% !important;
  }

  html.is-mobile .mobile-module-viewer__content--disabled {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .mobile-module-viewer :where(.max-w-xs, .max-w-sm, .max-w-md, .max-w-lg, .max-w-xl, .max-w-2xl, .max-w-3xl, .max-w-4xl, .max-w-5xl, .max-w-6xl, .max-w-7xl) {
    max-width: 100% !important;
  }

  html.is-mobile :where(.max-w-xs, .max-w-sm, .max-w-md, .max-w-lg, .max-w-xl, .max-w-2xl, .max-w-3xl, .max-w-4xl, .max-w-5xl, .max-w-6xl, .max-w-7xl) {
    max-width: 100% !important;
  }

  html.is-mobile .viewport-shell,
  html.is-mobile .portal-module-inner,
  html.is-mobile .portal-module-grid {
    width: 100%;
    max-width: 100%;
  }

  html.is-mobile .viewport-shell {
    min-height: 100svh;
    padding: 0.75rem 0.5rem;
    overflow: visible;
  }

  html.is-mobile .viewport-shell__inner {
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }

  html.is-mobile .portal-hub,
  html.is-mobile .portal-hub__fit,
  html.is-mobile .portal-hub__stage-wrap {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  html.is-mobile .portal-hub__stage {
    width: 100%;
    height: auto;
    transform: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  html.is-mobile .rpg-shell-frame__scroll,
  html.is-mobile .rpg-shell-stage__scroll,
  html.is-mobile .grok-console__output,
  html.is-mobile .mobile-tab--scroll {
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  html.is-mobile .rpg-shell-frame,
  html.is-mobile .rpg-frame,
  html.is-mobile .portal-module-window,
  html.is-mobile .portal-module-window__body {
    overflow: visible;
    max-width: 100%;
  }

  html.is-mobile .operator-dashboard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  html.is-mobile .operator-dashboard__frame {
    position: relative;
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(0, 255, 153, 0.6);
    background:
      linear-gradient(150deg, rgba(5, 10, 7, 0.96), rgba(8, 22, 14, 0.9)),
      radial-gradient(circle at 15% 20%, rgba(0, 255, 153, 0.18), transparent 55%),
      repeating-linear-gradient(
        180deg,
        rgba(0, 255, 153, 0.08) 0px,
        rgba(0, 255, 153, 0.08) 1px,
        transparent 2px,
        transparent 6px
      );
    box-shadow:
      0 0 24px rgba(0, 255, 153, 0.45),
      0 0 46px rgba(0, 255, 153, 0.25);
    overflow: hidden;
  }

  html.is-mobile .operator-dashboard__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }

  html.is-mobile .operator-dashboard__header--compact {
    margin-bottom: 0.6rem;
  }

  html.is-mobile .operator-dashboard__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.75);
  }

  html.is-mobile .operator-dashboard__title {
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0.2rem 0 0.3rem;
    text-shadow: 0 0 16px rgba(0, 255, 153, 0.35);
  }

  html.is-mobile .operator-dashboard__subtitle {
    font-size: 0.8rem;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .operator-dashboard__chips {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  html.is-mobile .operator-chip {
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 255, 153, 0.12);
  }

  html.is-mobile .operator-chip--mint {
    border-color: rgba(122, 255, 224, 0.6);
    color: rgba(122, 255, 224, 0.95);
  }

  html.is-mobile .operator-dashboard__notice {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(122, 255, 224, 0.9);
    margin-bottom: 0.6rem;
  }

  html.is-mobile .operator-dashboard__grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  html.is-mobile .operator-widget {
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    padding: 0.9rem;
    background:
      linear-gradient(150deg, rgba(3, 8, 6, 0.96), rgba(6, 16, 11, 0.85)),
      radial-gradient(circle at 20% 20%, rgba(122, 255, 224, 0.08), transparent 55%);
    box-shadow:
      0 0 18px rgba(0, 255, 153, 0.24),
      inset 0 0 14px rgba(0, 0, 0, 0.6);
  }

  html.is-mobile .operator-widget--actions {
    border-color: rgba(0, 255, 153, 0.6);
  }

  html.is-mobile .operator-widget__header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.6rem;
  }

  html.is-mobile .operator-widget__title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(183, 255, 229, 0.85);
  }

  html.is-mobile .operator-widget__subtitle {
    font-size: 0.7rem;
    color: rgba(183, 255, 229, 0.6);
    margin-top: 0.25rem;
  }

  html.is-mobile .operator-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 0.5rem;
  }

  html.is-mobile .operator-action {
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.45);
    background: rgba(0, 0, 0, 0.7);
    color: inherit;
    padding: 0.4rem 0.6rem;
    min-height: 40px;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  html.is-mobile .operator-action:disabled {
    opacity: 0.5;
  }

  html.is-mobile .operator-action--primary {
    background: rgba(0, 255, 153, 0.2);
    border-color: rgba(0, 255, 153, 0.7);
  }

  html.is-mobile .operator-identity__label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .operator-identity__name {
    font-size: 1.1rem;
    margin-top: 0.15rem;
  }

  html.is-mobile .operator-identity__meta {
    font-size: 0.7rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-stat-grid {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  html.is-mobile .operator-stat-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-stat-value {
    font-size: 0.85rem;
  }

  html.is-mobile .operator-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    padding: 0.2rem 0;
  }

  html.is-mobile .operator-mono {
    font-family: "Courier New", monospace;
    font-size: 0.75rem;
    color: rgba(183, 255, 229, 0.85);
  }

  html.is-mobile .operator-pill {
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background: rgba(0, 255, 153, 0.12);
  }

  html.is-mobile .operator-pill--good {
    border-color: rgba(0, 255, 153, 0.7);
    color: rgba(183, 255, 229, 0.95);
  }

  html.is-mobile .operator-progress {
    margin-top: 0.6rem;
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 255, 153, 0.16);
    overflow: hidden;
  }

  html.is-mobile .operator-progress__bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 255, 153, 0.9), rgba(122, 255, 224, 0.7));
  }

  html.is-mobile .operator-helper {
    margin-top: 0.6rem;
    font-size: 0.7rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-embed-grid {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  html.is-mobile .operator-embed {
    border-radius: 16px;
    border: 1px solid rgba(0, 255, 153, 0.25);
    background: rgba(4, 10, 7, 0.7);
    padding: 0.65rem;
  }

  html.is-mobile .operator-embed__header {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    align-items: flex-start;
  }

  html.is-mobile .operator-embed__title {
    font-size: 0.8rem;
  }

  html.is-mobile .operator-embed__desc {
    font-size: 0.65rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-embed__action {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    color: rgba(122, 255, 224, 0.9);
    text-decoration: none;
  }

  html.is-mobile .operator-embed__frame {
    margin-top: 0.5rem;
    width: 100%;
    min-height: 160px;
    border: none;
    border-radius: 12px;
  }

  html.is-mobile .operator-embed__blocked {
    margin-top: 0.6rem;
    font-size: 0.65rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-alerts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  html.is-mobile .operator-alert {
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 153, 0.2);
    padding: 0.5rem 0.6rem;
    background: rgba(0, 0, 0, 0.45);
  }

  html.is-mobile .operator-alert__title {
    font-size: 0.75rem;
  }

  html.is-mobile .operator-alert__detail {
    font-size: 0.65rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-editor {
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 153, 0.5);
    padding: 1rem;
    background:
      linear-gradient(150deg, rgba(3, 8, 6, 0.98), rgba(7, 18, 12, 0.92)),
      radial-gradient(circle at 20% 20%, rgba(0, 255, 153, 0.15), transparent 55%);
    box-shadow:
      0 0 22px rgba(0, 255, 153, 0.35),
      inset 0 0 16px rgba(0, 0, 0, 0.6);
  }

  html.is-mobile .operator-editor__header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }

  html.is-mobile .operator-editor__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.7);
  }

  html.is-mobile .operator-editor__title {
    font-size: 1.1rem;
    margin: 0.2rem 0;
  }

  html.is-mobile .operator-editor__subtitle {
    font-size: 0.72rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-editor__close {
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.5);
    background: rgba(0, 0, 0, 0.6);
    color: inherit;
    padding: 0.35rem 0.8rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  html.is-mobile .operator-editor__actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
  }

  html.is-mobile .operator-editor__button {
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: inherit;
    padding: 0.35rem 0.8rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  html.is-mobile .operator-editor__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  html.is-mobile .operator-editor__row {
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 153, 0.25);
    padding: 0.6rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    background: rgba(0, 0, 0, 0.5);
  }

  html.is-mobile .operator-editor__toggle {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
    font-size: 0.8rem;
  }

  html.is-mobile .operator-editor__label {
    display: block;
    font-size: 0.78rem;
  }

  html.is-mobile .operator-editor__desc {
    display: block;
    font-size: 0.65rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-editor__moves {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  html.is-mobile .operator-editor__move {
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: inherit;
    font-size: 0.65rem;
    padding: 0.25rem 0.4rem;
  }

  html.is-mobile .operator-library__nav {
    margin-bottom: 0.6rem;
  }

  html.is-mobile .operator-library__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
  }

  html.is-mobile .operator-filter {
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: inherit;
    padding: 0.25rem 0.7rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  html.is-mobile .operator-filter.is-active {
    background: rgba(0, 255, 153, 0.2);
    border-color: rgba(0, 255, 153, 0.7);
  }

  html.is-mobile .operator-library__list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  html.is-mobile .operator-library__card {
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 153, 0.25);
    padding: 0.7rem 0.8rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.5);
  }

  html.is-mobile .operator-library__title {
    font-size: 0.8rem;
  }

  html.is-mobile .operator-library__desc {
    font-size: 0.65rem;
    color: rgba(183, 255, 229, 0.6);
  }

  html.is-mobile .operator-library__tag {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(122, 255, 224, 0.8);
  }

  html.is-mobile .operator-library__action {
    align-self: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    background: rgba(0, 0, 0, 0.6);
    color: inherit;
    padding: 0.3rem 0.8rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  html.is-mobile .operator-library__action:disabled {
    opacity: 0.5;
  }

  html.is-mobile .mobile-module-pane {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  html.is-mobile .mobile-module-pane .grok-console {
    flex: 1 1 auto;
    min-height: 320px;
  }

  html.is-mobile .quest-board {
    gap: 0.95rem;
    width: 100%;
    min-width: 0;
  }

  html.is-mobile .quest-board > * + * {
    margin-top: 0.95rem !important;
  }

  html.is-mobile .quest-board-shell {
    border-radius: var(--mobile-radius);
    border-color: rgba(0, 255, 153, 0.38);
    background:
      linear-gradient(160deg, rgba(5, 10, 7, 0.94), rgba(6, 18, 12, 0.75)),
      radial-gradient(circle at 20% 20%, rgba(122, 255, 224, 0.08), transparent 55%);
    box-shadow:
      0 0 18px rgba(0, 255, 153, 0.2),
      inset 0 0 16px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    padding: 0.85rem;
    margin: 0 -0.25rem;
  }

  html.is-mobile .quest-board-shell > .pointer-events-none {
    display: none;
  }

  html.is-mobile .quest-board__ledger {
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 153, 0.35);
    background: linear-gradient(150deg, rgba(4, 9, 7, 0.96), rgba(7, 16, 11, 0.85));
    box-shadow: 0 0 14px rgba(0, 255, 153, 0.22);
    padding: 0.85rem;
  }

  html.is-mobile .quest-board__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    width: 100%;
  }

  html.is-mobile .quest-board__header-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  html.is-mobile .quest-board__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    min-width: 0;
  }

  html.is-mobile .quest-board__status {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 153, 0.5);
    font-size: 0.55rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.9);
    background: rgba(0, 255, 153, 0.12);
  }

  html.is-mobile .quest-board__shards {
    font-size: clamp(1.6rem, 6vw, 2.1rem);
    line-height: 1.1;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  html.is-mobile .quest-board__actions {
    flex-shrink: 0;
  }

  html.is-mobile .quest-board__grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  html.is-mobile .quest-board__card {
    border-radius: 18px;
    border-color: rgba(0, 255, 153, 0.4);
    background: linear-gradient(160deg, rgba(3, 8, 6, 0.96), rgba(6, 16, 11, 0.85));
    box-shadow: 0 0 16px rgba(0, 255, 153, 0.22);
    padding: 0.9rem;
  }

  html.is-mobile .quest-board__card-header,
  html.is-mobile .quest-board__card-meta {
    gap: 0.75rem;
    min-width: 0;
  }

  html.is-mobile .quest-board__card-title {
    min-width: 0;
    font-size: 0.95rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  html.is-mobile .quest-board__card-status {
    flex-shrink: 0;
  }

  html.is-mobile .quest-board__card-desc {
    overflow-wrap: anywhere;
  }

  html.is-mobile .quest-board__card-reward {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  html.is-mobile .quest-board__header button,
  html.is-mobile .quest-board__card button {
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
  }

  html.is-mobile .rpg-mobile-shell > .relative {
    display: grid;
    grid-template-rows: auto minmax(180px, 1fr) auto;
    gap: 0.75rem;
    height: 100%;
    min-height: 0;
  }

  html.is-mobile .rpg-mobile-hud {
    display: grid;
    gap: 0.65rem;
  }

  html.is-mobile .rpg-mobile-stage {
    display: grid;
    grid-template-rows: minmax(180px, 1fr) auto;
    gap: 0.6rem;
    min-height: 0;
  }

  html.is-mobile .rpg-mobile-viewport {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 180px;
    height: clamp(180px, 32vh, 320px);
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 153, 0.35);
    background:
      radial-gradient(circle at 30% 20%, rgba(0, 255, 153, 0.18), transparent 55%),
      linear-gradient(160deg, rgba(3, 8, 6, 0.96), rgba(6, 16, 11, 0.8));
    overflow: hidden;
  }

  html.is-mobile .rpg-mobile-viewport__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 255, 153, 0.12), transparent 70%);
    opacity: 0.9;
  }

  html.is-mobile .rpg-mobile-viewport__label {
    position: relative;
    z-index: 1;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(183, 255, 229, 0.75);
  }

  html.is-mobile .rpg-mobile-viewport__scene {
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--coded-mint);
    margin-top: 0.4rem;
  }

  html.is-mobile .rpg-mobile-viewport__hint {
    position: relative;
    z-index: 1;
    font-size: 0.7rem;
    color: rgba(183, 255, 229, 0.6);
    margin-top: 0.35rem;
  }

  html.is-mobile .rpg-mobile-log {
    max-height: 40vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: max-height 0.25s ease, opacity 0.25s ease;
  }

  html.is-mobile .rpg-mobile-log.is-collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  html.is-mobile .rpg-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  html.is-mobile .agegate-shell {
    align-items: flex-start;
    padding-top: calc(env(safe-area-inset-top) + 1rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
    overflow-y: auto;
  }

  html.is-mobile .agegate-card {
    max-height: calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.is-mobile .rpg-capabilities-overlay {
    align-items: stretch;
    padding: calc(env(safe-area-inset-top) + 0.75rem) var(--mobile-gutter)
      calc(env(safe-area-inset-bottom) + 0.75rem);
  }

  html.is-mobile .rpg-capabilities-overlay__panel {
    margin-top: 0;
    max-height: calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 1.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.is-mobile .coded-cinematic-intro,
  html.is-mobile .coded-cinematic-intro__inner {
    min-height: 100svh;
  }

  html.is-mobile .coded-cinematic-intro__inner {
    padding-top: calc(env(safe-area-inset-top) + 1rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
  }

  html.is-mobile .portal-bridge-scene,
  html.is-mobile .portal-bridge-scene__inner {
    min-height: 100svh;
  }

  html.is-mobile .portal-bridge-scene__inner {
    padding-top: calc(env(safe-area-inset-top) + 0.75rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.75rem);
  }

  html.is-mobile .portal-entrance-scene {
    min-height: 100svh;
  }

  html.is-mobile .portal-entrance__skip {
    top: calc(env(safe-area-inset-top) + 0.75rem);
    right: calc(env(safe-area-inset-right) + 0.75rem);
  }

  html.is-mobile .portal-onboarding-shell,
  html.is-mobile .portal-onboarding-shell__inner {
    min-height: 100svh;
  }

  html.is-mobile .portal-onboarding-shell__inner {
    align-items: flex-start;
    padding-top: calc(env(safe-area-inset-top) + 1rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
  }

  html.is-mobile .portal-onboarding-shell__card {
    border-radius: 18px;
  }
}

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

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-\[var\(--color-accent\)\]:hover {
  border-color: var(--color-accent);
}

.hover\:border-emerald-300\/60:hover {
  border-color: rgb(110 231 183 / 0.6);
}

.hover\:border-emerald-400\/40:hover {
  border-color: rgb(52 211 153 / 0.4);
}

.hover\:border-emerald-400\/60:hover {
  border-color: rgb(52 211 153 / 0.6);
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.hover\:border-green-300\/60:hover {
  border-color: rgb(134 239 172 / 0.6);
}

.hover\:border-green-300\/70:hover {
  border-color: rgb(134 239 172 / 0.7);
}

.hover\:border-green-400\/50:hover {
  border-color: rgb(74 222 128 / 0.5);
}

.hover\:border-green-400\/60:hover {
  border-color: rgb(74 222 128 / 0.6);
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#00FF99\]\/30:hover {
  background-color: rgb(0 255 153 / 0.3);
}

.hover\:bg-amber-300\/10:hover {
  background-color: rgb(252 211 77 / 0.1);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-cyan-500\/30:hover {
  background-color: rgb(6 182 212 / 0.3);
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}

.hover\:bg-emerald-500\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}

.hover\:bg-emerald-500\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}

.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}

.hover\:bg-emerald-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/10:hover {
  background-color: rgb(34 197 94 / 0.1);
}

.hover\:bg-green-500\/20:hover {
  background-color: rgb(34 197 94 / 0.2);
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#00FF99\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 255 153 / var(--tw-text-opacity, 1));
}

.hover\:text-\[var\(--color-accent\)\]:hover {
  color: var(--color-accent);
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-\[0_0_32px_rgba\(0\2c 255\2c 153\2c 0\.28\)\]:hover {
  --tw-shadow: 0 0 32px rgba(0,255,153,0.28);
  --tw-shadow-colored: 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);
}

.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}

.focus\:border-\[var\(--color-accent\)\]:focus {
  border-color: var(--color-accent);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-\[\#00FF99\]\/50:focus {
  --tw-ring-color: rgb(0 255 153 / 0.5);
}

.focus\:ring-emerald-400\/70:focus {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-emerald-400\/50:focus-visible {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

@media (min-width: 640px) {

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .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-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }

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

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

@media (min-width: 768px) {

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[2fr\2c 1fr\] {
    grid-template-columns: 2fr 1fr;
  }

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

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

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

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {

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

  .lg\:min-w-\[320px\] {
    min-width: 320px;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

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

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