/* src/styles/app.css */
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::-webkit-file-upload-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    color: inherit;
    border-top-width: 1px;
    height: 0;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::-webkit-file-upload-button {
    margin-inline-end: 4px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports ( not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;

      @supports (color: color-mix(in lab, red, red)) {
        & {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    text-align: inherit;
    min-height: 1lh;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block-start: 0;
    padding-block-end: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button {
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::-webkit-file-upload-button {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

  .z-\[2\] {
    z-index: 2;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .mt-\[22px\] {
    margin-top: 22px;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

  .h-px {
    height: 1px;
  }

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

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

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

  .w-\[35\%\] {
    width: 35%;
  }

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\[98vw\] {
    max-width: 98vw;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

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

  .flex-1 {
    flex: 1;
  }

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

  .animate-\[fadeUp_0\.7s_0\.1s_both\] {
    animation: fadeUp .7s .1s both;
  }

  .animate-\[fadeUp_0\.7s_0\.2s_both\] {
    animation: fadeUp .7s .2s both;
  }

  .animate-\[fadeUp_0\.7s_0\.5s_both\] {
    animation: fadeUp .7s .5s both;
  }

  .animate-\[fadeUp_0\.7s_0\.25s_both\] {
    animation: fadeUp .7s .25s both;
  }

  .animate-\[fadeUp_0\.7s_0\.35s_both\] {
    animation: fadeUp .7s .35s both;
  }

  .animate-\[fadeUp_0\.7s_0\.45s_both\] {
    animation: fadeUp .7s .45s both;
  }

  .animate-\[fadeUp_0\.7s_0\.55s_both\] {
    animation: fadeUp .7s .55s both;
  }

  .animate-\[fadeUp_0\.7s_0\.65s_both\] {
    animation: fadeUp .7s .65s both;
  }

  .animate-\[fadeUp_0\.9s_cubic-bezier\(0\.22\,1\,0\.36\,1\)_both\] {
    animation: fadeUp .9s cubic-bezier(.22, 1, .36, 1) both;
  }

  .animate-\[pulse_2s_ease-in-out_infinite\] {
    animation: pulse 2s ease-in-out infinite;
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[rgba\(0\,255\,136\,0\.2\)\] {
    border-color: #0f83;
  }

  .border-\[rgba\(0\,255\,136\,0\.12\)\] {
    border-color: #00ff881f;
  }

  .border-\[rgba\(0\,255\,136\,0\.15\)\] {
    border-color: #00ff8826;
  }

  .bg-\[\#00ff88\] {
    background-color: #0f8;
  }

  .bg-\[\#050a0e\] {
    background-color: #050a0e;
  }

  .bg-\[rgba\(0\,255\,136\,0\.3\)\] {
    background-color: #00ff884d;
  }

  .bg-\[rgba\(0\,255\,136\,0\.05\)\] {
    background-color: #00ff880d;
  }

  .bg-\[rgba\(0\,255\,136\,0\.15\)\] {
    background-color: #00ff8826;
  }

  .bg-\[rgba\(10\,21\,32\,0\.7\)\] {
    background-color: #0a1520b3;
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(0\,255\,136\,0\.06\)\] {
    --tw-gradient-from: #00ff880f;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[rgba\(0\,255\,136\,0\.25\)\] {
    --tw-gradient-via: #00ff8840;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[rgba\(0\,229\,255\,0\.03\)\] {
    --tw-gradient-to: #00e5ff08;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .p-\[18px_20px\] {
    padding: 18px 20px;
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-\[18px\] {
    padding-block-start: 18px;
    padding-block-end: 18px;
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

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

  .font-\[\'Bebas_Neue\'\] {
    font-family: Bebas Neue;
  }

  .font-\[\'Outfit\'\] {
    font-family: Outfit;
  }

  .font-\[\'Space_Mono\'\] {
    font-family: Space Mono;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[clamp\(13px\,2\.5vw\,15px\)\] {
    font-size: clamp(13px, 2.5vw, 15px);
  }

  .text-\[clamp\(15px\,3vw\,20px\)\] {
    font-size: clamp(15px, 3vw, 20px);
  }

  .text-\[clamp\(22px\,4\.5vw\,34px\)\] {
    font-size: clamp(22px, 4.5vw, 34px);
  }

  .text-\[clamp\(48px\,9vw\,72px\)\] {
    font-size: clamp(48px, 9vw, 72px);
  }

  .text-\[clamp\(56px\,12vw\,90px\)\] {
    font-size: clamp(56px, 12vw, 90px);
  }

  .leading-\[0\.85\] {
    --tw-leading: .85;
    line-height: .85;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.01em\] {
    --tw-tracking: .01em;
    letter-spacing: .01em;
  }

  .tracking-\[0\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.03em\] {
    --tw-tracking: .03em;
    letter-spacing: .03em;
  }

  .tracking-\[0\.3em\] {
    --tw-tracking: .3em;
    letter-spacing: .3em;
  }

  .tracking-\[0\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }

  .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-\[0\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }

  .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tracking-\[0\.25em\] {
    --tw-tracking: .25em;
    letter-spacing: .25em;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#00ff88\] {
    color: #0f8;
  }

  .text-\[\#8aa0b8\] {
    color: #8aa0b8;
  }

  .text-\[\#050a0e\] {
    color: #050a0e;
  }

  .text-\[\#a0b4c8\] {
    color: #a0b4c8;
  }

  .text-\[\#eef5ff\] {
    color: #eef5ff;
  }

  .text-\[rgba\(138\,160\,184\,0\.3\)\] {
    color: #8aa0b84d;
  }

  .text-\[rgba\(138\,160\,184\,0\.4\)\] {
    color: #8aa0b866;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-\[0_0_30px_rgba\(0\,255\,136\,0\.3\)\] {
    --tw-shadow: 0 0 30px var(--tw-shadow-color, #00ff884d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .\[text-shadow\:0_0_12px_rgba\(0\,255\,136\,0\.4\)\] {
    text-shadow: 0 0 12px #0f86;
  }

  .\[text-shadow\:0_0_20px_rgba\(0\,255\,136\,0\.4\)\] {
    text-shadow: 0 0 20px #0f86;
  }

  .\[text-shadow\:0_0_24px_rgba\(0\,255\,136\,0\.5\)\] {
    text-shadow: 0 0 24px #00ff8880;
  }

  .\[text-shadow\:0_0_40px_rgba\(0\,255\,136\,0\.2\)\] {
    text-shadow: 0 0 40px #0f83;
  }

  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        & {
          --tw-translate-y: calc(var(--spacing) * -.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }

  .hover\:border-\[rgba\(0\,255\,136\,0\.35\)\] {
    &:hover {
      @media (hover: hover) {
        & {
          border-color: #00ff8859;
        }
      }
    }
  }

  .hover\:shadow-\[0_0_20px_rgba\(0\,255\,136\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        & {
          --tw-shadow: 0 0 20px var(--tw-shadow-color, #00ff8814);
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }

  .hover\:shadow-\[0_6px_40px_rgba\(0\,255\,136\,0\.5\)\] {
    &:hover {
      @media (hover: hover) {
        & {
          --tw-shadow: 0 6px 40px var(--tw-shadow-color, #00ff8880);
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }

  .max-\[500px\]\:hidden {
    @media (width < 500px) {
      & {
        display: none;
      }
    }
  }

  .max-\[500px\]\:grid-cols-1 {
    @media (width < 500px) {
      & {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
    }
  }

  .max-\[500px\]\:flex-col {
    @media (width < 500px) {
      & {
        flex-direction: column;
      }
    }
  }

  .max-\[500px\]\:justify-center {
    @media (width < 500px) {
      & {
        justify-content: center;
      }
    }
  }

  .max-\[500px\]\:p-7 {
    @media (width < 500px) {
      & {
        padding: calc(var(--spacing) * 7);
      }
    }
  }

  .max-\[500px\]\:px-6 {
    @media (width < 500px) {
      & {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
  }

  .max-\[500px\]\:text-center {
    @media (width < 500px) {
      & {
        text-align: center;
      }
    }
  }

  .max-\[500px\]\:text-\[9px\] {
    @media (width < 500px) {
      & {
        font-size: 9px;
      }
    }
  }

  .max-\[500px\]\:text-\[10px\] {
    @media (width < 500px) {
      & {
        font-size: 10px;
      }
    }
  }

  .max-\[500px\]\:tracking-\[0\.15em\] {
    @media (width < 500px) {
      & {
        --tw-tracking: .15em;
        letter-spacing: .15em;
      }
    }
  }
}

html, body {
  overflow-x: hidden;
}

.bg {
  position: fixed;
  z-index: 0;
  background: radial-gradient(80% 60% at 50% 0%, #00ff8812 0%, #0000 70%), radial-gradient(60% 50% at 100% 100%, #00e5ff0d 0%, #0000 60%), linear-gradient(#050a0e 0%, #081218 100%);
  inset: 0;
}

.grid-lines {
  position: fixed;
  z-index: 0;
  background-image: linear-gradient(#00ff880a 1px, #0000 1px), linear-gradient(90deg, #00ff880a 1px, #0000 1px);
  background-size: 40px 40px;
  inset: 0;
}

.scan-line {
  position: fixed;
  opacity: .4;
  animation: scan 4s linear infinite;
  pointer-events: none;
  z-index: 100;
  background: linear-gradient(90deg, #0000 0%, #0f8 50%, #0000 100%);
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
}

.corner {
  position: absolute;
  border-style: solid;
  border-color: #00ff8880;
  width: 16px;
  height: 16px;
}

.corner.tl {
  border-width: 2px 0 0 2px;
  top: 10px;
  left: 10px;
}

.corner.tr {
  border-width: 2px 2px 0 0;
  top: 10px;
  right: 10px;
}

.corner.bl {
  border-width: 0 0 2px 2px;
  bottom: 10px;
  left: 10px;
}

.corner.br {
  border-width: 0 2px 2px 0;
  bottom: 10px;
  right: 10px;
}

.hero:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: radial-gradient(circle, #00ff8821 0%, #0000 70%);
  border-radius: 50%;
  width: 260px;
  height: 260px;
  top: -60px;
  right: -60px;
}

.hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: radial-gradient(circle, #00e5ff14 0%, #0000 70%);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -40px;
}

.feat-card:before {
  content: "";
  position: absolute;
  opacity: .5;
  background: linear-gradient(90deg, #0000, #0f8, #0000);
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
}

.cta-btn:after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #ffffff40 0%, #0000 60%);
  border-radius: 12px;
  inset: 0;
}

.phone-frame {
  position: relative;
  background: linear-gradient(160deg, #0d1e2c 0%, #050d14 100%);
  border: 2px solid #0f86;
  border-radius: 18px;
  flex-shrink: 0;
  width: 90px;
  height: 160px;
  box-shadow: 0 0 40px #00ff8826, inset 0 0 20px #00e5ff0a;
}

.phone-notch {
  position: absolute;
  background: #0f83;
  border: 1px solid #0f86;
  border-radius: 4px;
  width: 30px;
  height: 7px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  display: flex;
  background: linear-gradient(160deg, #00ff8814, #00e5ff0a);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items:  center;
  gap: 4px;
  inset: 24px 8px 14px;
}

.phone-btn {
  position: absolute;
  background: #00ff884d;
  border-radius: 2px;
  width: 3px;
  height: 24px;
  top: 40px;
  right: -4px;
}

.badge-line {
  background: linear-gradient(90deg, #0000, #0f8, #0000);
  flex: 1;
  height: 1px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 4px #0f86);
  }

  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 10px #0f8c);
  }
}

@keyframes scan {
  0% {
    top: 0;
    opacity: .4;
  }

  90% {
    opacity: .4;
  }

  95% {
    opacity: 0;
  }

  100% {
    top: 100vh;
    opacity: 0;
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@layer properties {
  @supports ((-webkit-hyphens: none) and ( not (margin-trim: inline))) or ((-moz-orient: inline) and ( not (color:rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
