*, ::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.17 | 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: Electrolize, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: Share Tech Mono, 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;
}

body.with-scanlines::after {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
        0deg,
        rgba(0, 255, 65, 0.07),
        rgba(0, 255, 65, 0.07) 1px,
        transparent 1px,
        transparent 6px
    );
  z-index: -1;
  pointer-events: none;
}

.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;
  }
}

.reduced-motion-indicator {
  display: none;
}

/* === ADDED: Reusable component for accessible, linked service cards === */

.service-card-link {
  /* FIXED: Removed the 'group' utility from @apply */
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.service-card-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(10,10,10);
}

.service-card-link-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
}

.service-card-link-green:hover {
  --tw-shadow: 0 0 15px rgba(0,255,65,0.5);
  --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);
}

.service-card-link-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 255 65 / var(--tw-ring-opacity, 1));
}

.service-card-link-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
}

.service-card-link-blue:hover {
  --tw-shadow: 0 0 15px rgba(0,204,255,0.5);
  --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);
}

.service-card-link-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 204 255 / var(--tw-ring-opacity, 1));
}

.service-card-link-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
}

.service-card-link-pink:hover {
  --tw-shadow: 0 0 15px rgba(255,0,128,0.5);
  --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);
}

.service-card-link-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 128 / var(--tw-ring-opacity, 1));
}

.service-card-link-neutral {
  border-color: rgb(224 224 224 / 0.5);
}

.service-card-link-neutral:focus {
  --tw-ring-color: rgb(224 224 224 / 0.6);
}

/* === ADDED: Modifier for non-interactive (static) cards === */

/* This class overrides the border style and disables interactive hover effects. */

.card-static {
  border-style: dashed;
}

.service-card-link.card-static:hover,
  .service-card-link.card-static:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Text highlight effect for featured messages */

.text-highlight {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
}

/* Header Background with Gradient Fade */

.header-background {
  position: relative;
  background-image: url('images/cyberpunk-6487723_1920.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}

.header-background::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(
      to right,
      rgba(0,0,0,0.85) 0%, 
      rgba(0,0,0,0.7) 20%, 
      rgba(0,0,0,0) 40%, 
      rgba(0,0,0,0) 60%, 
      rgba(0,0,0,0.7) 80%, 
      rgba(0,0,0,0.85) 100%
    );
}

/* Typography */

.page-headline {
  font-family: Orbitron, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-headline {
    font-size: 3rem;
    line-height: 1;
  }
}

.section-headline {
  font-family: Orbitron, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section-headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.content-headline {
  font-family: Orbitron, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .content-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.card-headline {
  font-family: Orbitron, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .card-headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Tooltip for the informational alert banner */

.alert-tooltip {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  margin-top: 0.5rem;
  width: 18rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.375rem;
  background-color: rgb(0 0 0 / 0.9);
  padding: 0.75rem;
  text-align: left;
  font-family: Electrolize, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alert-tooltip-active {
  pointer-events: auto;
  opacity: 1;
}

/* Component for feature tags with color variants */

.feature-tag {
  display: inline-block;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Tilt Neon, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

.feature-tag-green {
  background-color: rgb(0 255 65 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
}

.feature-tag-blue {
  background-color: rgb(0 204 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
}

.feature-tag-pink {
  background-color: rgb(255 0 128 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
}

/* Action buttons for service cards */

/* .card-action-button {
    @apply inline-block bg-transparent font-sans text-xs rounded-none px-3 py-1 border transition-colors;
  }
  .card-action-green {
    @apply text-cyber-green border-cyber-green hover:bg-cyber-green hover:text-black;
  }
  .card-action-blue {
    @apply text-cyber-blue border-cyber-blue hover:bg-cyber-blue hover:text-black;
  }
  .card-action-pink {
    @apply text-cyber-pink border-cyber-pink hover:bg-cyber-pink hover:text-black;
  } */

/* === UPDATED: Component for ANSI-style block buttons with active: state and focus fix === */

.ansi-button {
  /* FIXED: Added active:ring-0 to prevent the parent's focus ring from showing on click */
  display: inline-block;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: Share Tech Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.ansi-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(10,10,10);
}

.ansi-button:active {
  --tw-translate-x: 1px;
  --tw-translate-y: 1px;
  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));
  --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(0px + 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);
}

.ansi-button-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(0,255,65);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 65 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 2px 2px 0 0 rgb(0,255,65);
  --tw-shadow-colored: 2px 2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 255 65 / var(--tw-ring-opacity, 1));
}

.ansi-button-green:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(0,204,255);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 2px 2px 0 0 rgb(0,204,255);
  --tw-shadow-colored: 2px 2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 204 255 / var(--tw-ring-opacity, 1));
}

.ansi-button-blue:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(255,0,128);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 2px 2px 0 0 rgb(255,0,128);
  --tw-shadow-colored: 2px 2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ansi-button-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 128 / var(--tw-ring-opacity, 1));
}

.ansi-button-pink:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Component for "Powered by" tags cyber-green, styled as a pill */

.powered-by-tag {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-self: flex-start;
  border-radius: 9999px;
  background-color: rgb(0 255 65 / 0.2);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Share Tech Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
}

/* Component for "Powered by" tags cyber-blue, styled as a pill */

.powered-by-tag-pink {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-self: flex-start;
  border-radius: 9999px;
  background-color: rgb(255 0 128 / 0.2);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Share Tech Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
}

/* Components for the Feature Console */

.feature-console {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 15px rgba(0,204,255,0.5);
  --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);
}

.message-content a {
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  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;
}

.message-content a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.message-item {
  cursor: pointer;
  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: 200ms;
}

.message-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 65 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.led {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.led-tx {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
}

.led-rx {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
}

.led-flash-tx {
  animation: flash-tx 0.2s infinite;
}

.led-flash-rx {
  animation: flash-rx 0.3s infinite;
}

@keyframes flash-tx {
  0%, 100% {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 128 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 0 15px rgba(255,0,128,0.5);
    --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);
  }

  50% {
    background-color: #333;
    box-shadow: none;
  }
}

@keyframes flash-rx {
  0%, 100% {
    --tw-bg-opacity: 1;
    background-color: rgb(0 255 65 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 0 15px rgba(0,255,65,0.5);
    --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);
  }

  50% {
    background-color: #333;
    box-shadow: none;
  }
}

.blinking-cursor {
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* Component for the numbered steps on the sign-up page */

/* === MODIFICATION START: Added fixed width and text-center for alignment === */

.step-number-icon {
  margin-right: 1.5rem;
  width: 5rem;
  flex-shrink: 0;
  text-align: center;
  font-family: Orbitron, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: rgb(0 204 255 / 0.5);
}

@media (min-width: 768px) {
  .step-number-icon {
    margin-right: 2rem;
  }
}

/* === MODIFICATION END === */

/* Components for the email feature comparison table */

.comparison-table {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  border-width: 1px;
  border-color: rgb(0 204 255 / 0.2);
  background-color: rgb(0 204 255 / 0.2);
}

@media (min-width: 768px) {
  .comparison-table {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.table-header {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-align: center;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.table-header-feature {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .table-header-feature {
    display: block;
  }
}

.table-header-feature {
  /* Hide on mobile */
}

.table-cell {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Electrolize, sans-serif;
}

.table-cell-feature {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Orbitron, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
}

.table-cell-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
}

/* Components for the disclaimer/fine print section */

.disclaimer-section {
  margin-top: 2rem;
  border-top-width: 1px;
  border-color: rgb(224 224 224 / 0.3);
  padding-top: 1.5rem;
}

.disclaimer-headline {
  margin-bottom: 1rem;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(224 224 224 / 0.7);
}

.disclaimer-list {
  list-style-position: inside;
  list-style-type: disc;
}

.disclaimer-list > :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));
}

.disclaimer-list {
  font-family: Electrolize, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(224 224 224 / 0.7);
}

/* Components for the Partners page */

.partner-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: rgb(224 224 224 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.partner-card:hover {
  --tw-translate-y: -0.25rem;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 15px rgba(0,204,255,0.5);
  --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);
}

.partner-logo-container {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.partner-logo-container img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-description {
  flex-grow: 1;
  font-family: Electrolize, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(224 224 224 / 0.8);
}

.location-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 204 255 / 0.5);
  background-color: rgb(0 204 255 / 0.2);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Share Tech Mono, monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
}

/* Components for the Reseller Hosting pricing table */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  border-width: 1px;
  border-color: rgb(255 0 128 / 0.2);
  background-color: rgb(255 0 128 / 0.2);
}

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

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pricing-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
}

.pricing-card-highlight {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
  background-color: rgb(255 0 128 / 0.1);
  --tw-shadow: 0 0 15px rgba(255,0,128,0.5);
  --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);
}

.pricing-plan-name {
  margin-bottom: 0.5rem;
  font-family: Orbitron, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
  text-shadow: 0 0 8px rgba(255,0,128,0.7);
}

.pricing-plan-price {
  margin-bottom: 1rem;
  font-family: Share Tech Mono, monospace;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pricing-plan-features {
  flex-grow: 1;
}

.pricing-plan-features > :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));
}

.pricing-plan-features {
  font-family: Electrolize, sans-serif;
  color: rgb(224 224 224 / 0.8);
}

.pricing-plan-note {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(224 224 224 / 0.6);
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-3 {
  grid-column-start: 3;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.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-3 {
  margin-left: 0.75rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-px {
  margin-top: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.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;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-inside {
  list-style-position: inside !important;
}

.list-inside {
  list-style-position: inside;
}

.\!list-\[circle\] {
  list-style-type: circle !important;
}

.\!list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

.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;
}

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * 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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 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));
}

.self-start {
  align-self: flex-start;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.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-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.break-all {
  word-break: break-all;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.\!border-cyber-blue\/30 {
  border-color: rgb(0 204 255 / 0.3) !important;
}

.border-cyber-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
}

.border-cyber-blue\/20 {
  border-color: rgb(0 204 255 / 0.2);
}

.border-cyber-blue\/30 {
  border-color: rgb(0 204 255 / 0.3);
}

.border-cyber-blue\/50 {
  border-color: rgb(0 204 255 / 0.5);
}

.border-cyber-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
}

.border-cyber-green\/20 {
  border-color: rgb(0 255 65 / 0.2);
}

.border-cyber-green\/30 {
  border-color: rgb(0 255 65 / 0.3);
}

.border-cyber-green\/50 {
  border-color: rgb(0 255 65 / 0.5);
}

.border-cyber-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
}

.border-cyber-pink\/20 {
  border-color: rgb(255 0 128 / 0.2);
}

.border-cyber-pink\/30 {
  border-color: rgb(255 0 128 / 0.3);
}

.border-cyber-pink\/50 {
  border-color: rgb(255 0 128 / 0.5);
}

.border-cyber-text\/20 {
  border-color: rgb(224 224 224 / 0.2);
}

.border-cyber-text\/30 {
  border-color: rgb(224 224 224 / 0.3);
}

.border-transparent {
  border-color: transparent;
}

.bg-cyber-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-cyber-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-cyber-blue\/70 {
  background-color: rgb(0 204 255 / 0.7);
}

.bg-cyber-container {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-cyber-container\/80 {
  background-color: rgb(10 10 10 / 0.8);
}

.bg-cyber-green\/10 {
  background-color: rgb(0 255 65 / 0.1);
}

.bg-cyber-green\/20 {
  background-color: rgb(0 255 65 / 0.2);
}

.bg-cyber-pink\/10 {
  background-color: rgb(255 0 128 / 0.1);
}

.bg-cyber-pink\/20 {
  background-color: rgb(255 0 128 / 0.2);
}

.bg-cyber-pink\/80 {
  background-color: rgb(255 0 128 / 0.8);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.fill-current {
  fill: currentColor;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.font-display {
  font-family: Orbitron, sans-serif;
}

.font-mono {
  font-family: Share Tech Mono, monospace;
}

.font-sans {
  font-family: Electrolize, sans-serif;
}

.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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.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-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-cyber-blue {
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
}

.text-cyber-blue\/80 {
  color: rgb(0 204 255 / 0.8);
}

.text-cyber-green {
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
}

.text-cyber-green\/50 {
  color: rgb(0 255 65 / 0.5);
}

.text-cyber-green\/80 {
  color: rgb(0 255 65 / 0.8);
}

.text-cyber-green\/90 {
  color: rgb(0 255 65 / 0.9);
}

.text-cyber-pink {
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
}

.text-cyber-pink\/70 {
  color: rgb(255 0 128 / 0.7);
}

.text-cyber-pink\/80 {
  color: rgb(255 0 128 / 0.8);
}

.text-cyber-pink\/90 {
  color: rgb(255 0 128 / 0.9);
}

.text-cyber-text {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}

.text-cyber-text\/40 {
  color: rgb(224 224 224 / 0.4);
}

.text-cyber-text\/50 {
  color: rgb(224 224 224 / 0.5);
}

.text-cyber-text\/60 {
  color: rgb(224 224 224 / 0.6);
}

.text-cyber-text\/70 {
  color: rgb(224 224 224 / 0.7);
}

.text-cyber-text\/80 {
  color: rgb(224 224 224 / 0.8);
}

.text-cyber-text\/90 {
  color: rgb(224 224 224 / 0.9);
}

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

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

.decoration-dotted {
  text-decoration-style: dotted;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-glow-pink {
  --tw-shadow: 0 0 15px rgba(255,0,128,0.5);
  --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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-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-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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Custom styled scrollbar for cyber-themed elements */

.scrollbar-thin-cyber {
  scrollbar-width: thin;
  scrollbar-color: #00ccff #0d1a2e;
  /* thumb track */
}

.scrollbar-thin-cyber::-webkit-scrollbar {
  width: 8px;
}

.scrollbar-thin-cyber::-webkit-scrollbar-track {
  background: #0d1a2e;
}

.scrollbar-thin-cyber::-webkit-scrollbar-thumb {
  background-color: #00ccff;
  border-radius: 4px;
  border: 2px solid #0d1a2e;
}

/* === ADDED: Text-glow utility classes === */

.glow-green {
  text-shadow: 0 0 8px rgba(0,255,65,0.7);
}

.glow-blue {
  text-shadow: 0 0 8px rgba(0,204,255,0.7);
}

.glow-pink {
  text-shadow: 0 0 8px rgba(255,0,128,0.7);
}

.\[filter\:drop-shadow\(0_0_6px_rgba\(224\2c 224\2c 224\2c 0\.9\)\)\] {
  filter: drop-shadow(0 0 6px rgba(224,224,224,0.9));
}

/* === MODIFICATION START: Converted background effect to an optional class === */

/* === MODIFICATION END === */

/* === REVERTED & SIMPLIFIED: Component for large ANSI-style hero buttons === */

.hero-ansi-button {
  display: inline-block;
  border-width: 2px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Tilt Neon, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.hero-ansi-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(10,10,10);
}

.hero-ansi-button:active {
  --tw-translate-x: 3px;
  --tw-translate-y: 3px;
  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));
  --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(0px + 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);
}

/* On hover, the background fills in, the shadow is removed, and the text color changes. */

.hero-ansi-button-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 255 65 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(0,255,65);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 65 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 255 65 / var(--tw-ring-opacity, 1));
}

.hero-ansi-button-green:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(255,0,128);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 128 / var(--tw-ring-opacity, 1));
}

.hero-ansi-button-pink:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 204 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 204 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 3px 3px 0 0 rgb(0,204,255);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-ansi-button-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 204 255 / var(--tw-ring-opacity, 1));
}

.hero-ansi-button-blue:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*
  NOTE: All 'background-flicker' keyframes and hover animations have been removed
  to simplify the effect as requested. The 'transition-all' property on the
  base .hero-ansi-button class handles the smooth background color change.
  */

/*
================================================================
== ACCESSIBILITY: PREFERS REDUCED MOTION
== This block disables all non-essential animations and transitions
== for users who have requested reduced motion in their OS settings.
================================================================
*/

@media (prefers-reduced-motion: reduce) {
  /*
  -- Disable all animations and transitions globally --
  The asterisk (*) selector targets every element. By setting animation and
  transition properties to 'none !important', we override any existing
  rules to ensure no motion occurs.
  */

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !importan t;
    scroll-behavior: auto !important;
  }

  /*
  -- Specific Overrides for Hover/Focus States --
  Even with transitions disabled, some hover effects (like changing
  shadows or backgrounds) can be distracting. These rules ensure
  that interactive elements still have clear hover/focus states,
  but without the animated effects.
  */

  /* Disable the glitch effect on the homepage headline */

  .glitch-hover:hover::before,
  .glitch-hover:hover::after {
    content: none;
  }

  /* Disable the background flicker on hero buttons */

  .hero-ansi-button-green:hover,
  .hero-ansi-button-pink:hover,
  .hero-ansi-button-blue:hover {
    animation: none;
    background-color: rgb(255,0,128);
    /* Set a static background color */
  }

  .hero-ansi-button-green:hover {
    background-color: rgb(0,255,65);
  }

  .hero-ansi-button-blue:hover {
    background-color: rgb(0,204,255);
  }

  /* Prevent ANSI buttons from "lifting" on hover */

  .ansi-button:hover {
    transform: none;
  }

  /* Prevent partner cards from "lifting" on hover */

  .partner-card:hover {
    transform: none;
  }

  /* Hide the feature console when motion is reduced */

  #feature-console {
    display: none !important;
  }

  /* Make the indicator visible when motion is reduced */

  .reduced-motion-indicator {
    display: block;
  }
}

.hover\:border-cyber-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 65 / var(--tw-border-opacity, 1));
}

.hover\:border-cyber-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 128 / var(--tw-border-opacity, 1));
}

.hover\:bg-cyber-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyber-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyber-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 128 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-cyber-blue\/80:hover {
  color: rgb(0 204 255 / 0.8);
}

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

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

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

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

.hover\:decoration-solid:hover {
  text-decoration-style: solid;
}

.hover\:shadow-glow-blue:hover {
  --tw-shadow: 0 0 15px rgba(0,204,255,0.5);
  --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);
}

.hover\:shadow-glow-green:hover {
  --tw-shadow: 0 0 15px rgba(0,255,65,0.5);
  --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);
}

.hover\:shadow-glow-pink:hover {
  --tw-shadow: 0 0 15px rgba(255,0,128,0.5);
  --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);
}

.hover\:glow-green:hover {
  text-shadow: 0 0 8px rgba(0,255,65,0.7);
}

.hover\:glow-blue:hover {
  text-shadow: 0 0 8px rgba(0,204,255,0.7);
}

@keyframes neon-activate {
  0%, 100% {
    opacity: 0;
    text-shadow: none;
  }

  2% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0,255,65,0.8), 0 0 10px rgba(0,255,65,0.8);
  }

  4% {
    opacity: 0.3;
  }

  6% {
    opacity: 1;
  }

  7% {
    opacity: 0.4;
  }

  8% {
    opacity: 1;
  }

  12% {
    opacity: 0.6;
  }

  15%, 85% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0,255,65,0.8), 0 0 10px rgba(0,255,65,0.8);
  }

  86% {
    opacity: 0.5;
  }

  87% {
    opacity: 1;
  }

  95% {
    opacity: 0.8;
  }
}

.group:hover .group-hover\:animate-neon-activate {
  animation: neon-activate 4s linear infinite;
}

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

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

@keyframes neon-activate {
  0%, 100% {
    opacity: 0;
    text-shadow: none;
  }

  2% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0,255,65,0.8), 0 0 10px rgba(0,255,65,0.8);
  }

  4% {
    opacity: 0.3;
  }

  6% {
    opacity: 1;
  }

  7% {
    opacity: 0.4;
  }

  8% {
    opacity: 1;
  }

  12% {
    opacity: 0.6;
  }

  15%, 85% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(0,255,65,0.8), 0 0 10px rgba(0,255,65,0.8);
  }

  86% {
    opacity: 0.5;
  }

  87% {
    opacity: 1;
  }

  95% {
    opacity: 0.8;
  }
}

.group:focus .group-focus\:animate-neon-activate {
  animation: neon-activate 4s linear infinite;
}

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

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-32 {
    width: 8rem;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:bg-cyber-blue\/70 {
    background-color: rgb(0 204 255 / 0.7);
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .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-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-cyber-text {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

