/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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: JetBrains Mono, ui-monospace, monospace;
    font-feature-settings: normal;
    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:where(:not(iframe)) {
    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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .-top-40 {
    top: calc(var(--spacing) * -40);
  }
  .top-0 {
    top: 0px;
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[-32\%\] {
    top: -32%;
  }
  .top-\[-250px\] {
    top: -250px;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[-16\%\] {
    left: -16%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[110\] {
    z-index: 110;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .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-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-px {
    margin-top: 1px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.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-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[176px\] {
    height: 176px;
  }
  .h-\[236px\] {
    height: 236px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[620px\] {
    height: 620px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[26px\] {
    max-height: 26px;
  }
  .max-h-\[27px\] {
    max-height: 27px;
  }
  .max-h-\[28px\] {
    max-height: 28px;
  }
  .max-h-\[30px\] {
    max-height: 30px;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[176px\] {
    width: 176px;
  }
  .w-\[460px\] {
    width: 460px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[20ch\] {
    max-width: 20ch;
  }
  .max-w-\[36ch\] {
    max-width: 36ch;
  }
  .max-w-\[46ch\] {
    max-width: 46ch;
  }
  .max-w-\[52ch\] {
    max-width: 52ch;
  }
  .max-w-\[62ch\] {
    max-width: 62ch;
  }
  .max-w-\[68ch\] {
    max-width: 68ch;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-shell {
    max-width: 1200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-\[250px\] {
    flex-basis: 250px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.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-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :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)));
  }
  :where(.space-y-3 > :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)));
  }
  :where(.space-y-4 > :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)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  :where(.divide-y > :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)));
  }
  :where(.divide-brandLine > :not(:last-child)) {
    border-color: rgba(255,255,255,0.06);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[var\(--radius-card\)\] {
    border-radius: var(--radius-card);
  }
  .rounded-btn {
    border-radius: 10px;
  }
  .rounded-card {
    border-radius: 14px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-pill {
    border-radius: 50px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-brandAccent {
    border-color: #00D296;
  }
  .border-brandCyan {
    border-color: #00B4DC;
  }
  .border-brandLine {
    border-color: rgba(255,255,255,0.06);
  }
  .border-brandLineStrong {
    border-color: rgba(255,255,255,0.12);
  }
  .border-red-500\/25 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-500) 25%, transparent);
    }
  }
  .border-red-500\/50 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
    }
  }
  .bg-brandAccent {
    background-color: #00D296;
  }
  .bg-brandBg {
    background-color: #0A0A0A;
  }
  .bg-brandBg\/85 {
    background-color: color-mix(in oklab, #0A0A0A 85%, transparent);
  }
  .bg-brandSurface {
    background-color: #111111;
  }
  .bg-brandText {
    background-color: #FFFFFF;
  }
  .bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/\[0\.02\] {
    background-color: color-mix(in srgb, #fff 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
    }
  }
  .bg-white\/\[0\.03\] {
    background-color: color-mix(in srgb, #fff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .bg-brand-glow {
    background-image: radial-gradient(circle, rgba(0,210,150,0.20) 0%, rgba(0,180,220,0.09) 45%, rgba(10,10,10,0) 70%);
  }
  .bg-brand-gradient {
    background-image: linear-gradient(135deg, #00D296 0%, #00B4DC 100%);
  }
  .bg-clip-text {
    background-clip: text;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .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);
  }
  .px-gutter {
    padding-inline: 24px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .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);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[104px\] {
    padding-block: 104px;
  }
  .py-section {
    padding-block: 120px;
  }
  .pt-\[128px\] {
    padding-top: 128px;
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-\[44px\] {
    padding-left: 44px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-heading {
    font-family: Outfit, system-ui, -apple-system, sans-serif;
  }
  .font-mono {
    font-family: JetBrains Mono, ui-monospace, monospace;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.5px\] {
    font-size: 15.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[clamp\(30px\,4\.4vw\,52px\)\] {
    font-size: clamp(30px, 4.4vw, 52px);
  }
  .text-\[clamp\(32px\,4\.6vw\,46px\)\] {
    font-size: clamp(32px, 4.6vw, 46px);
  }
  .text-\[clamp\(32px\,5vw\,62px\)\] {
    font-size: clamp(32px, 5vw, 62px);
  }
  .text-\[clamp\(46px\,7\.6vw\,104px\)\] {
    font-size: clamp(46px, 7.6vw, 104px);
  }
  .leading-body {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-small {
    --tw-leading: 1.38;
    line-height: 1.38;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-display {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-headline {
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
  }
  .tracking-label {
    --tw-tracking: 2.6px;
    letter-spacing: 2.6px;
  }
  .tracking-subhead {
    --tw-tracking: -0.2px;
    letter-spacing: -0.2px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-brandAccent {
    color: #00D296;
  }
  .text-brandBg {
    color: #0A0A0A;
  }
  .text-brandCyan {
    color: #00B4DC;
  }
  .text-brandText {
    color: #FFFFFF;
  }
  .text-brandTextDim {
    color: rgba(255,255,255,0.80);
  }
  .text-brandTextFaint {
    color: rgba(255,255,255,0.40);
  }
  .text-brandTextSubtle {
    color: rgba(255,255,255,0.65);
  }
  .text-brandWarn {
    color: #FF6B4A;
  }
  .text-red-200 {
    color: var(--color-red-200);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-transparent {
    color: 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);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-\[var\(--color-accent\)\] {
    accent-color: var(--color-accent);
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-\[0\.13\] {
    opacity: 0.13;
  }
  .opacity-\[0\.34\] {
    opacity: 0.34;
  }
  .opacity-\[0\.38\] {
    opacity: 0.38;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[120px\] {
    --tw-blur: blur(120px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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, display, content-visibility, overlay, pointer-events;
    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));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-open\:rotate-45:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 45deg;
  }
  .group-open\:text-brandAccent:is(:where(.group):is([open], :popover-open, :open) *) {
    color: #00D296;
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-brandAccent:hover {
      border-color: #00D296;
    }
    .hover\:bg-brandAccent:hover {
      background-color: #00D296;
    }
    .hover\:bg-brandCyan:hover {
      background-color: #00B4DC;
    }
    .hover\:text-brandAccent:hover {
      color: #00D296;
    }
    .hover\:text-brandBg:hover {
      color: #0A0A0A;
    }
    .hover\:text-brandText:hover {
      color: #FFFFFF;
    }
    .hover\:text-red-300:hover {
      color: var(--color-red-300);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
  }
  .focus\:border-red-500:focus {
    border-color: var(--color-red-500);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:no-underline:disabled {
    text-decoration-line: none;
  }
  .disabled\:opacity-30:disabled {
    opacity: 30%;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  @media (width >= 40rem) {
    .sm\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:inline {
      display: inline;
    }
    .sm\:h-9 {
      height: calc(var(--spacing) * 9);
    }
    .sm\:h-\[33px\] {
      height: 33px;
    }
    .sm\:w-9 {
      width: calc(var(--spacing) * 9);
    }
    .sm\:w-\[33px\] {
      width: 33px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:gap-3\.5 {
      gap: calc(var(--spacing) * 3.5);
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:gap-\[11px\] {
      gap: 11px;
    }
    .sm\:border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .sm\:px-gutter {
      padding-inline: 24px;
    }
    .sm\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .sm\:py-2\.5 {
      padding-block: calc(var(--spacing) * 2.5);
    }
    .sm\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .sm\:text-\[12px\] {
      font-size: 12px;
    }
    .sm\:text-\[13px\] {
      font-size: 13px;
    }
    .sm\:text-\[15px\] {
      font-size: 15px;
    }
    .sm\:text-\[29px\] {
      font-size: 29px;
    }
    .sm\:first\:border-l-0:first-child {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    .md\:pl-14 {
      padding-left: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .\[\&_svg\]\:block svg {
    display: block;
  }
  .\[\&_svg\]\:h-\[26px\] svg {
    height: 26px;
  }
  .\[\&_svg\]\:w-\[26px\] svg {
    width: 26px;
  }
  .\[\&\>div\:last-child\]\:border-b-0 > div:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .\[\&\>div\:nth-last-child\(2\)\]\:border-b-0 > div:nth-last-child(2) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@layer components {
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .form-submit {
    width: 100%;
    border-radius: 50px;
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-block: calc(var(--spacing) * 4);
    font-family: Outfit, system-ui, -apple-system, sans-serif;
    font-size: 15px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .form-submit.inactive {
    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);
    }
    color: rgba(255,255,255,0.40);
    cursor: not-allowed;
  }
  .form-submit.active {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #00D296;
    background-color: #00D296;
    color: #0A0A0A;
    cursor: pointer;
  }
  .form-submit.active:hover {
    background-color: transparent;
    color: #00D296;
  }
  .modal-overlay {
    position: fixed;
    inset: 0px;
    z-index: 120;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: calc(var(--spacing) * 6);
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
  }
  .modal-overlay.active {
    display: flex;
    animation: fadeIn 0.2s ease;
  }
  .modal-box {
    position: relative;
    margin-block: auto;
    width: 100%;
    max-width: 460px;
    border-radius: 14px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(255,255,255,0.06);
    background-color: #111111;
    padding: calc(var(--spacing) * 8);
    animation: scaleIn 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .modal-box.privacy-box {
    max-width: 620px;
  }
  .nav-scrim {
    position: fixed;
    inset: 0px;
    z-index: 90;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
  }
  .nav-scrim.open {
    display: block;
  }
  .nav-menu {
    position: fixed;
    top: 72px;
    right: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: rgba(255,255,255,0.06);
    background: rgba(17, 17, 17, 0.98);
    backdrop-filter: blur(20px);
  }
  .nav-menu.open {
    display: block;
  }
  .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    padding-block: calc(var(--spacing) * 4);
    text-align: left;
    font-family: Outfit, system-ui, -apple-system, sans-serif;
    font-size: 17px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: rgba(255,255,255,0.80);
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .nav-link:hover {
    color: #00D296;
  }
  .nav-link svg {
    height: 18px;
    width: 18px;
    opacity: 40%;
  }
  .msg {
    margin-bottom: calc(var(--spacing) * 3);
    display: flex;
    animation: fadeSlideUp 0.3s ease;
    flex-direction: column;
  }
  .msg-agent {
    align-items: flex-start;
  }
  .msg-caller {
    align-items: flex-end;
  }
  .msg-role {
    margin-bottom: var(--spacing);
    font-size: 10px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 2.6px;
    letter-spacing: 2.6px;
    color: rgba(255,255,255,0.40);
    text-transform: uppercase;
  }
  .msg-bubble {
    max-width: 85%;
    border-radius: 14px;
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: 13px;
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .msg-agent .msg-bubble {
    background-image: linear-gradient(135deg, #00D296 0%, #00B4DC 100%);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #0A0A0A;
  }
  .msg-caller .msg-bubble {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(255,255,255,0.12);
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
    color: rgba(255,255,255,0.80);
  }
  .typing {
    display: flex;
    gap: var(--spacing);
    border-radius: 50px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(255,255,255,0.06);
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 3);
  }
  .typing-dot {
    height: calc(var(--spacing) * 1.5);
    width: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: #00D296;
  }
  .field .fieldcheck {
    pointer-events: none;
    position: absolute;
    top: calc(1 / 2 * 100%);
    right: calc(var(--spacing) * 3.5);
    display: flex;
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: #00D296;
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #0A0A0A;
    opacity: 0;
    transform: translateY(-50%) scale(0.6);
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .field.done .fieldcheck {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  .field.done .form-field {
    border-color: color-mix(in oklab, #00D296 45%, transparent);
  }
  .form-field {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
  .form-field:focus {
    border-color: #00D296;
    --tw-outline-style: none;
    outline-style: none;
    box-shadow: 0 0 0 3px rgba(0, 210, 150, 0.14);
  }
  .progress-track {
    height: 3px;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    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);
    }
  }
  .progress-track > span {
    display: block;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #00D296 0%, #00B4DC 100%);
    width: 0%;
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .stat-num {
    background-image: linear-gradient(135deg, #00D296 0%, #00B4DC 100%);
    background-clip: text;
    font-family: Outfit, system-ui, -apple-system, sans-serif;
    font-size: 40px;
    --tw-leading: 1.06;
    line-height: 1.06;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
    color: transparent;
  }
}
@keyframes dotBounce {
  0%,60%,100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes agentPulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
@keyframes softPulse {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}
#soundWave {
  height: 60px;
  width: 100%;
}
#soundWave canvas {
  display: block;
  height: 100%;
  width: 100%;
}
html {
  color-scheme: dark;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: rgba(0, 210, 150, 0.25);
}
:focus-visible {
  outline: 2px solid #00D296;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@layer components {
  .voice-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #00D296;
    background: transparent;
    color: #00D296;
    padding: 16px 36px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.012em;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .voice-btn:hover {
    background: #00D296;
    color: #0A0A0A;
  }
  .voice-btn:focus-visible {
    outline: 2px solid #00B4DC;
    outline-offset: 3px;
  }
  .voice-btn[data-live="true"] {
    border-color: rgba(230,237,239,.42);
    color: #E6EDEF;
  }
  .voice-btn[data-live="true"]:hover {
    background: rgba(255,255,255,.07);
    color: #E6EDEF;
    border-color: rgba(230,237,239,.75);
  }
  .voice-controls[data-phase="idle"] .voice-rail {
    display: none;
  }
  .voice-controls[data-phase="live"] .voice-btn, .voice-controls[data-phase="ended"] .voice-btn {
    display: none;
  }
  .voice-rail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }
  .railpill {
    border-radius: 50px;
    padding: 11px 20px;
    cursor: pointer;
    border: 1px solid #26363E;
    background: transparent;
    color: #7C8D95;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s, color .2s, border-color .2s;
  }
  .railpill:hover {
    background: rgba(255,255,255,.06);
    color: #E6EDEF;
    border-color: rgba(230,237,239,.55);
  }
  .railpill.end:hover {
    border-color: rgba(255,107,74,.6);
    color: #FF9E85;
  }
  .railpill:focus-visible {
    outline: 2px solid #00B4DC;
    outline-offset: 3px;
  }
  .micring {
    width: 62px;
    height: 62px;
    flex: none;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    place-items: center;
    border: 1.5px solid #00D296;
    background: rgba(0,210,150,.12);
    color: #00D296;
    transition: background .2s, border-color .2s, color .2s, transform .2s;
  }
  .micring:hover {
    transform: scale(1.06);
    background: rgba(0,210,150,.2);
  }
  .micring:active {
    transform: scale(.95);
  }
  .micring:focus-visible {
    outline: 2px solid #00B4DC;
    outline-offset: 5px;
  }
  .micring .mic-off {
    display: none;
  }
  .micring[aria-pressed="true"] {
    border-color: #FF6B4A;
    color: #FF6B4A;
    background: rgba(255,107,74,.12);
  }
  .micring[aria-pressed="true"]:hover {
    background: rgba(255,107,74,.2);
  }
  .micring[aria-pressed="true"] .mic-on {
    display: none;
  }
  .micring[aria-pressed="true"] .mic-off {
    display: block;
  }
  .micring:not([aria-pressed="true"]) {
    animation: micPulse 2.4s ease-out infinite;
  }
  @keyframes micPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0,210,150,.32);
    }
    70% {
      box-shadow: 0 0 0 14px rgba(0,210,150,0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0,210,150,0);
    }
  }
  .voice-controls[data-phase="ended"] .micring, .voice-controls[data-phase="ended"] .railpill.end {
    display: none;
  }
  @media (max-width: 560px) {
    .voice-rail {
      gap: 14px;
    }
    .micring {
      width: 56px;
      height: 56px;
    }
    .railpill {
      padding: 10px 15px;
      font-size: 12px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .micring:not([aria-pressed="true"]) {
      animation: none;
    }
  }
  .voice-status {
    margin-top: 22px;
    min-height: 20px;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.5;
    transition: color .25s ease;
  }
  .voice-status[data-state="listening"] {
    color: #6FF2CB;
  }
  .voice-status[data-state="speaking"] {
    color: #6BDCF5;
  }
  .voice-status[data-state="connecting"], .voice-status[data-state="quiet"] {
    color: #5C6B73;
  }
  .voice-status[data-state="muted"], .voice-status[data-state="ended"] {
    color: #4A5A62;
  }
  .voice-status[data-state="error"] {
    color: #FF6B4A;
  }
  .voice-phone {
    width: 100%;
    max-width: 300px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.16,1,.3,1);
    pointer-events: none;
  }
  .voice-phone[data-shown="true"] {
    opacity: 1;
    transform: none;
  }
  @media (min-width: 1240px) {
    .voice-phone {
      position: absolute;
      top: 50%;
      left: calc(50% + 300px);
      max-width: 264px;
      margin-top: 0;
      transform: translateY(calc(-50% + 14px));
      text-align: left;
    }
    .voice-phone[data-shown="true"] {
      transform: translateY(-50%);
    }
  }
  .ph-frame {
    border: 1px solid #1F2C33;
    border-radius: 20px;
    background: linear-gradient(180deg, #0C1216, #070B0E);
    box-shadow: 0 26px 60px rgba(0,0,0,.55);
    overflow: hidden;
    text-align: left;
  }
  .ph-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 16px;
    border-bottom: 1px solid #1A252B;
  }
  .ph-from {
    font-size: 13px;
    font-weight: 600;
    color: #E6EDEF;
  }
  .ph-time {
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 10.5px;
    color: #4A5A62;
  }
  .ph-bubble {
    padding: 15px 16px 16px;
  }
  .ph-hi {
    margin: 0 0 12px;
    font-size: 13.5px;
    color: #C9D4D8;
  }
  .ph-items {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
  }
  .ph-items li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    font-size: 13px;
    color: #E6EDEF;
  }
  .ph-items li.ph-sub {
    padding: 2px 0 2px 14px;
    font-size: 11.5px;
    color: #7C8D95;
  }
  .ph-items li.ph-sub .ph-price {
    font-size: 11px;
    color: #64757D;
  }
  .ph-item em {
    display: block;
    font-style: normal;
    font-size: 11.5px;
    color: #7C8D95;
    margin-top: 2px;
  }
  .ph-price {
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 12px;
    color: #9FB0B8;
    white-space: nowrap;
  }
  .ph-sum {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    margin: 0 0 12px;
    padding-top: 11px;
    border-top: 1px solid #1A252B;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 12px;
  }
  .ph-sum dt {
    color: #7C8D95;
  }
  .ph-sum dd {
    margin: 0;
    text-align: right;
    color: #C9D4D8;
  }
  .ph-sum .ph-total {
    color: #00D296;
    font-weight: 500;
  }
  .ph-when {
    margin: 0;
    font-size: 12.5px;
    color: #9FB0B8;
  }
  .ph-num {
    margin: 6px 0 0;
    font-size: 12.5px;
    color: #7C8D95;
  }
  .ph-foot {
    padding: 10px 16px;
    border-top: 1px solid #1A252B;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 9.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #4A5A62;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-outline-style: solid;
      --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-ease: initial;
    }
  }
}
