/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --font-serif: 'Newsreader', ui-serif, Georgia, 'Times New Roman', serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: #FFFFFF;
    --color-surface: #FFFFFF;
    --color-foreground: #171717;
    --color-muted: #F5F5F5;
    --color-muted-foreground: #737373;
    --color-border: #D4D4D4;
    --color-primary: #6B2EC7;
    --color-primary-foreground: #FFFFFF;
    --color-aurora-dark: #0a1a4a;
    --color-aurora-mid: #1e3a8a;
    --color-aurora-violet: #6b2ec7;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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 {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::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 {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\[calc\(50vw-50\%\)\] {
    margin-right: calc(calc(50vw - 50%) * -1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[14ch\] {
    max-width: 14ch;
  }
  .max-w-\[18ch\] {
    max-width: 18ch;
  }
  .max-w-\[22ch\] {
    max-width: 22ch;
  }
  .max-w-\[28ch\] {
    max-width: 28ch;
  }
  .max-w-\[36ch\] {
    max-width: 36ch;
  }
  .max-w-\[48ch\] {
    max-width: 48ch;
  }
  .max-w-\[52ch\] {
    max-width: 52ch;
  }
  .max-w-\[60ch\] {
    max-width: 60ch;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1296px\] {
    max-width: 1296px;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-white\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#6B2EC7\] {
    border-color: #6B2EC7;
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#1C1917\] {
    background-color: #1C1917;
  }
  .bg-\[\#6B2EC7\] {
    background-color: #6B2EC7;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .\[padding-block\:var\(--section-padding-y\)\] {
    padding-block: var(--section-padding-y);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[120px\] {
    font-size: 120px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.025em\] {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .tracking-\[0\.3px\] {
    --tw-tracking: 0.3px;
    letter-spacing: 0.3px;
  }
  .text-\[\#6B2EC7\] {
    color: #6B2EC7;
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/65 {
    color: color-mix(in srgb, #fff 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 65%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .shadow-\[0_0_40px_rgba\(255\,255\,255\,0\.2\)\] {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(255,255,255,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow-\[0_2px_20px_rgba\(0\,0\,0\,0\.7\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 20px var(--tw-drop-shadow-color, rgba(0,0,0,0.7)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-\[0_2px_40px_rgba\(0\,0\,0\,0\.7\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 40px var(--tw-drop-shadow-color, rgba(0,0,0,0.7)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-open\:rotate-45 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 45deg;
    }
  }
  .placeholder\:text-neutral-400 {
    &::placeholder {
      color: var(--color-neutral-400);
    }
  }
  .hover\:bg-\[\#5928A8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5928A8;
      }
    }
  }
  .hover\:bg-neutral-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-100);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#5928A8\] {
    &:hover {
      @media (hover: hover) {
        color: #5928A8;
      }
    }
  }
  .hover\:text-neutral-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:absolute {
    &:focus {
      position: absolute;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-50 {
    &:focus {
      z-index: 50;
    }
  }
  .focus\:rounded-md {
    &:focus {
      border-radius: var(--radius-md);
    }
  }
  .focus\:border-\[\#6B2EC7\] {
    &:focus {
      border-color: #6B2EC7;
    }
  }
  .focus\:bg-primary {
    &:focus {
      background-color: var(--color-primary);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:text-primary-foreground {
    &:focus {
      color: var(--color-primary-foreground);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#6B2EC7\]\/25 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #6B2EC7 25%, transparent);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .min-\[1440px\]\:max-w-\[1440px\] {
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .min-\[1800px\]\:max-w-\[1600px\] {
    @media (width >= 1800px) {
      max-width: 1600px;
    }
  }
  .sm\:w-96 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[180px\] {
    @media (width >= 40rem) {
      font-size: 180px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_2fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 2fr;
    }
  }
  .md\:grid-cols-\[2fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 2fr 1fr;
    }
  }
  .md\:grid-cols-\[3fr_2fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 3fr 2fr;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-24 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px;
    }
  }
  .md\:leading-\[1\.25\] {
    @media (width >= 48rem) {
      --tw-leading: 1.25;
      line-height: 1.25;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-32 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:text-\[88px\] {
    @media (width >= 64rem) {
      font-size: 88px;
    }
  }
  .lg\:text-\[240px\] {
    @media (width >= 64rem) {
      font-size: 240px;
    }
  }
  .lg\:leading-\[68px\] {
    @media (width >= 64rem) {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
  .lg\:leading-\[70px\] {
    @media (width >= 64rem) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }
  .lg\:leading-\[92px\] {
    @media (width >= 64rem) {
      --tw-leading: 92px;
      line-height: 92px;
    }
  }
  .lg\:tracking-\[-0\.03em\] {
    @media (width >= 64rem) {
      --tw-tracking: -0.03em;
      letter-spacing: -0.03em;
    }
  }
}
.dark {
  --color-background: #0A0A0A;
  --color-surface: #171717;
  --color-foreground: #FAFAFA;
  --color-muted: #171717;
  --color-muted-foreground: #A3A3A3;
  --color-border: #262626;
  --color-primary: #8B57E0;
  --color-primary-foreground: #FFFFFF;
  --color-accent: #8B57E0;
  --color-accent-foreground: #FFFFFF;
}
:root {
  --section-padding-y: max(96px, calc(40px + 10vh));
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-feature-settings: 'ss01';
  letter-spacing: -0.02em;
}
* {
  border-color: var(--color-border);
}
body {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--color-foreground);
  background-color: var(--color-background);
  font-feature-settings: 'cv11', 'ss01';
}
.section-muted {
  background-color: var(--color-muted);
}
.section-inverted {
  background-color: var(--color-primary);
  color: var(--color-primary-foreground);
}
[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="fade"] {
  transform: none;
}
[data-animate="fade"].is-visible {
  opacity: 1;
}
[data-animate="slide-left"] {
  opacity: 0;
  transform: translateX(-30px);
}
[data-animate="slide-left"].is-visible {
  opacity: 1;
  transform: translateX(0);
}
[data-animate="slide-right"] {
  opacity: 0;
  transform: translateX(30px);
}
[data-animate="slide-right"].is-visible {
  opacity: 1;
  transform: translateX(0);
}
[data-animate="scale"] {
  opacity: 0;
  transform: scale(0.95);
}
[data-animate="scale"].is-visible {
  opacity: 1;
  transform: scale(1);
}
[data-delay="1"] {
  transition-delay: 100ms;
}
[data-delay="2"] {
  transition-delay: 200ms;
}
[data-delay="3"] {
  transition-delay: 300ms;
}
[data-delay="4"] {
  transition-delay: 400ms;
}
[data-delay="5"] {
  transition-delay: 500ms;
}
html:not(.js) [data-animate] {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  [data-delay="1"], [data-delay="2"], [data-delay="3"], [data-delay="4"], [data-delay="5"] {
    transition-delay: 0ms !important;
  }
}
details.faq-item > .faq-content {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
details.faq-item[open] > .faq-content {
  height: auto;
}
.carousel {
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel:focus-visible {
  outline: 2px solid var(--color-foreground);
  outline-offset: 2px;
  border-radius: 0.75rem;
}
.img-placeholder {
  background-color: var(--color-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-placeholder svg {
  color: var(--color-muted-foreground);
  opacity: 0.5;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  will-change: transform;
}
.blob--mid {
  top: -20%;
  right: -30%;
  width: 120vw;
  height: 70vh;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, var(--color-aurora-mid) 0%, rgba(30, 58, 138, 0.8) 25%, rgba(30, 58, 138, 0.4) 50%, rgba(30, 58, 138, 0.12) 72%, rgba(30, 58, 138, 0) 88%);
  animation: morph-mid 32s ease-in-out infinite;
}
.blob--dark {
  top: 15%;
  right: -10%;
  width: 100vw;
  height: 65vh;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, var(--color-aurora-dark) 0%, rgba(10, 26, 74, 0.85) 28%, rgba(10, 26, 74, 0.4) 55%, rgba(10, 26, 74, 0) 80%);
  animation: morph-dark 40s ease-in-out infinite;
  animation-delay: -10s;
}
.blob--accent {
  top: 20%;
  left: 15%;
  width: 85vw;
  height: 55vh;
  background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(100, 150, 230, 0.5) 0%, rgba(75, 110, 200, 0.3) 30%, rgba(50, 85, 165, 0.12) 60%, rgba(0, 0, 0, 0) 85%);
  animation: morph-accent 48s ease-in-out infinite;
  animation-delay: -22s;
}
.blob--violet {
  bottom: -15%;
  right: -20%;
  width: 110vw;
  height: 70vh;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, var(--color-aurora-violet) 0%, rgba(107, 46, 199, 0.7) 25%, rgba(107, 46, 199, 0.35) 50%, rgba(107, 46, 199, 0.1) 72%, rgba(107, 46, 199, 0) 88%);
  animation: morph-violet 36s ease-in-out infinite;
  animation-delay: -14s;
}
.blob--violet-2 {
  top: 30%;
  left: 10%;
  width: 75vw;
  height: 50vh;
  background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(140, 75, 220, 0.55) 0%, rgba(107, 46, 199, 0.3) 35%, rgba(80, 30, 160, 0.1) 62%, rgba(0, 0, 0, 0) 85%);
  animation: morph-violet-2 44s ease-in-out infinite;
  animation-delay: -28s;
}
.blob--green {
  top: 25%;
  right: -10%;
  width: 100vw;
  height: 65vh;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(61, 220, 151, 0.7) 0%, rgba(61, 220, 151, 0.4) 25%, rgba(61, 220, 151, 0.18) 50%, rgba(61, 220, 151, 0.05) 72%, rgba(61, 220, 151, 0) 88%);
  animation: morph-green 42s ease-in-out infinite;
  animation-delay: -18s;
}
.blob--shadow {
  top: -15%;
  left: -25%;
  width: 95vw;
  height: 75vh;
  background: radial-gradient(ellipse 45% 55% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.92) 30%, rgba(0, 0, 0, 0.7) 55%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 88%);
  animation: morph-shadow 38s ease-in-out infinite;
  animation-delay: -12s;
}
.blob--shadow-2 {
  bottom: -10%;
  left: -10%;
  width: 75vw;
  height: 55vh;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.6) 32%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 82%);
  animation: morph-shadow-2 46s ease-in-out infinite;
  animation-delay: -25s;
}
.hero-glass-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 96px);
  pointer-events: none;
  background: linear-gradient( to bottom, rgba(3, 7, 18, 0.65) 0%, rgba(3, 7, 18, 0.45) 100% );
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1440px) {
  .hero-glass-panel {
    max-width: calc(1200px + 240px);
  }
}
@media (min-width: 1800px) {
  .hero-glass-panel {
    max-width: calc(1200px + 400px);
  }
}
.content-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 96px);
  background: var(--color-surface);
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  border-left: 1px solid #E7E5E4;
  border-right: 1px solid #E7E5E4;
  border-bottom: 1px solid #E7E5E4;
}
.content-panel--bottom-flush {
  border-top: 1px solid #E7E5E4;
  border-bottom: 0;
}
.content-panel--dark {
  background: #1C1917;
  color: #FAFAFA;
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.card-wave {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.card-wave--violet {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 240' preserveAspectRatio='none'><defs><linearGradient id='vA' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%230A1A4A'/><stop offset='1' stop-color='%232A1B5A'/></linearGradient><filter id='vB'><feGaussianBlur stdDeviation='8'/></filter><filter id='vBig' x='-200' y='-200' width='800' height='800' filterUnits='userSpaceOnUse'><feGaussianBlur stdDeviation='55'/></filter><filter id='vG'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0'/></filter></defs><rect width='400' height='240' fill='url(%23vA)'/><ellipse cx='30' cy='10' rx='240' ry='180' fill='%231E3A8A' fill-opacity='0.85' filter='url(%23vBig)'/><g filter='url(%23vB)'><path d='M0,80 Q100,50 200,85 T400,80 L400,240 L0,240 Z' fill='%236B2EC7' fill-opacity='0.6'/><path d='M0,135 Q90,100 180,140 T400,130 L400,240 L0,240 Z' fill='%233DDC97' fill-opacity='0.55'/><path d='M0,185 Q110,210 200,180 T400,185 L400,240 L0,240 Z' fill='%236B2EC7' fill-opacity='0.4'/></g><ellipse cx='340' cy='200' rx='90' ry='30' fill='%233DDC97' fill-opacity='0.18' filter='url(%23vB)'/><rect width='400' height='240' filter='url(%23vG)' opacity='0.16'/></svg>");
}
.card-wave--green {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 240' preserveAspectRatio='none'><defs><linearGradient id='gA' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%230A1A4A'/><stop offset='1' stop-color='%231A3F5A'/></linearGradient><filter id='gB'><feGaussianBlur stdDeviation='8'/></filter><filter id='gG'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0'/></filter></defs><rect width='400' height='240' fill='url(%23gA)'/><g filter='url(%23gB)'><path d='M0,90 Q150,55 200,95 T400,85 L400,240 L0,240 Z' fill='%233DDC97' fill-opacity='0.6'/><path d='M0,150 Q120,180 200,145 T400,155 L400,240 L0,240 Z' fill='%231E3A8A' fill-opacity='0.55'/><path d='M0,200 Q120,170 200,205 T400,200 L400,240 L0,240 Z' fill='%233DDC97' fill-opacity='0.4'/></g><ellipse cx='160' cy='10' rx='200' ry='60' fill='white' fill-opacity='0.14'/><ellipse cx='80' cy='195' rx='100' ry='35' fill='%233DDC97' fill-opacity='0.22' filter='url(%23gB)'/><rect width='400' height='240' filter='url(%23gG)' opacity='0.16'/></svg>");
}
.card-wave--blue {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 240' preserveAspectRatio='none'><defs><linearGradient id='bA' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%230A1A4A'/><stop offset='1' stop-color='%233D2860'/></linearGradient><filter id='bB'><feGaussianBlur stdDeviation='8'/></filter><filter id='bBig' x='-200' y='-200' width='800' height='800' filterUnits='userSpaceOnUse'><feGaussianBlur stdDeviation='55'/></filter><filter id='bG'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0'/></filter></defs><rect width='400' height='240' fill='url(%23bA)'/><ellipse cx='30' cy='10' rx='240' ry='180' fill='%231E3A8A' fill-opacity='0.9' filter='url(%23bBig)'/><g filter='url(%23bB)'><path d='M0,90 Q120,115 200,80 T400,90 L400,240 L0,240 Z' fill='%231E3A8A' fill-opacity='0.7'/><path d='M0,145 Q110,115 200,150 T400,140 L400,240 L0,240 Z' fill='%233DDC97' fill-opacity='0.55'/><path d='M0,200 Q130,225 200,195 T400,205 L400,240 L0,240 Z' fill='%236B2EC7' fill-opacity='0.5'/></g><ellipse cx='320' cy='160' rx='110' ry='40' fill='%233DDC97' fill-opacity='0.2' filter='url(%23bB)'/><rect width='400' height='240' filter='url(%23bG)' opacity='0.16'/></svg>");
}
@media (min-width: 1440px) {
  .content-panel {
    max-width: calc(1200px + 240px);
  }
}
@media (min-width: 1800px) {
  .content-panel {
    max-width: calc(1200px + 400px);
  }
}
.footer-panel {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 96px);
  background: rgba(255, 255, 255, 0.025);
  color: #FAFAFA;
  padding-top: 144px;
  padding-bottom: 144px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-halo {
  position: absolute;
  top: -240px;
  left: 50%;
  width: 1200px;
  max-width: 110%;
  height: 480px;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  background: radial-gradient(circle at 22% 50%, rgba(30, 58, 138, 0.65) 0%, transparent 50%), radial-gradient(circle at 48% 62%, rgba(107, 46, 199, 0.6) 0%, transparent 52%), radial-gradient(circle at 75% 48%, rgba(61, 220, 151, 0.5) 0%, transparent 52%), radial-gradient(circle at 50% 30%, rgba(10, 26, 74, 0.5) 0%, transparent 60%);
  filter: blur(60px);
}
@media (min-width: 1440px) {
  .footer-panel {
    max-width: calc(1200px + 240px);
  }
}
@media (min-width: 1800px) {
  .footer-panel {
    max-width: calc(1200px + 400px);
  }
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
@keyframes morph-mid {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-12vw, 6vh) scale(1.2) rotate(25deg);
  }
  45% {
    transform: translate(-5vw, -8vh) scale(0.9) rotate(-15deg);
  }
  70% {
    transform: translate(-18vw, 4vh) scale(1.15) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-dark {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(-15vw, 10vh) scale(1.25) rotate(-35deg);
  }
  55% {
    transform: translate(8vw, -6vh) scale(0.85) rotate(20deg);
  }
  80% {
    transform: translate(-6vw, 8vh) scale(1.1) rotate(-50deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-accent {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  22% {
    transform: translate(18vw, -10vh) scale(1.3) rotate(40deg);
  }
  50% {
    transform: translate(-8vw, 12vh) scale(0.8) rotate(-30deg);
  }
  78% {
    transform: translate(10vw, -4vh) scale(1.15) rotate(60deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-violet {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-8vw, -10vh) scale(1.2) rotate(-28deg);
  }
  50% {
    transform: translate(6vw, 6vh) scale(0.9) rotate(35deg);
  }
  75% {
    transform: translate(-4vw, -4vh) scale(1.1) rotate(-45deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-violet-2 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  30% {
    transform: translate(12vw, 8vh) scale(1.25) rotate(-55deg);
  }
  60% {
    transform: translate(-10vw, -6vh) scale(0.85) rotate(30deg);
  }
  85% {
    transform: translate(8vw, 4vh) scale(1.1) rotate(-20deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-green {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(-6vw, 10vh) scale(1.2) rotate(45deg);
  }
  55% {
    transform: translate(8vw, -6vh) scale(0.8) rotate(-35deg);
  }
  80% {
    transform: translate(-4vw, 4vh) scale(1.1) rotate(20deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-shadow {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(10vw, -6vh) scale(1.2) rotate(-40deg);
  }
  55% {
    transform: translate(-6vw, 8vh) scale(0.9) rotate(30deg);
  }
  80% {
    transform: translate(14vw, 2vh) scale(1.15) rotate(-55deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes morph-shadow-2 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  30% {
    transform: translate(-12vw, 10vh) scale(1.3) rotate(45deg);
  }
  65% {
    transform: translate(8vw, -6vh) scale(0.85) rotate(-35deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .blob {
    animation: none !important;
  }
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.popover-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(10, 10, 10, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, visibility 0s linear 0.4s;
}
.popover-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
}
.popover-card {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  color: var(--color-foreground);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.popover-overlay.is-open .popover-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.popover-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  color: var(--color-muted-foreground);
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.popover-close:hover {
  background: var(--color-muted);
  color: var(--color-foreground);
}
.popover-close:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.popover-body {
  overflow-y: auto;
  padding: 2.25rem;
  padding-top: 2.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .popover-overlay, .popover-card {
    transition: opacity 0.01ms linear !important;
    transform: none !important;
  }
}
@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;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 0px;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
