/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :host, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-red-50: oklch(0.971 0.013 17.38);
    --color-red-200: oklch(0.885 0.062 18.334);
    --color-red-300: oklch(0.808 0.114 19.571);
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-red-600: oklch(0.577 0.245 27.325);
    --color-red-800: oklch(0.444 0.177 26.899);
    --color-blue-600: oklch(0.546 0.245 262.881);
    --color-blue-700: oklch(0.488 0.243 264.376);
    --color-blue-800: oklch(0.424 0.199 265.638);
    --color-purple-400: oklch(0.714 0.203 305.504);
    --color-pink-500: oklch(0.656 0.241 354.308);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[2px\] {
    inset: 2px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[999999999\] {
    z-index: 999999999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22\.22px\] {
    height: 22.22px;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[256px\] {
    height: 256px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[804px\] {
    height: 804px;
  }
  .h-\[calc\(100\%-4px\)\] {
    height: calc(100% - 4px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[800px\] {
    min-height: 800px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22\.22px\] {
    width: 22.22px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[259px\] {
    width: 259px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[348px\] {
    width: 348px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-\[calc\(100\%-4px\)\] {
    width: calc(100% - 4px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-\[259px\] {
    min-width: 259px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-bottom-right {
    transform-origin: 100% 100%;
  }
  .origin-top {
    transform-origin: top;
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-end {
    align-content: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[27px\] {
    border-radius: 27px;
  }
  .rounded-\[29\.231px\] {
    border-radius: 29.231px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[69\.444px\] {
    border-radius: 69.444px;
  }
  .rounded-\[87\.063px\] {
    border-radius: 87.063px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[rgba\(255\,237\,244\,0\.10\)\] {
    background-color: rgba(255,237,244,0.10);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-purple-400 {
    --tw-gradient-from: var(--color-purple-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-pink-500 {
    --tw-gradient-via: var(--color-pink-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-red-500 {
    --tw-gradient-to: var(--color-red-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-64 {
    padding-block: calc(var(--spacing) * 64);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1D1136\] {
    color: #1D1136;
  }
  .text-\[\#A491C6\] {
    color: #A491C6;
  }
  .text-\[\#FFE3E9\] {
    color: #FFE3E9;
  }
  .text-\[\#FFEDF4\] {
    color: #FFEDF4;
  }
  .text-\[rgba\(66\,32\,138\,0\.31\)\] {
    color: rgba(66,32,138,0.31);
  }
  .text-\[rgba\(66\,32\,138\,0\.49\)\] {
    color: rgba(66,32,138,0.49);
  }
  .text-\[rgba\(255\,237\,244\,0\.56\)\] {
    color: rgba(255,237,244,0.56);
  }
  .text-\[rgba\(255\,237\,244\,0\.70\)\] {
    color: rgba(255,237,244,0.70);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .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);
    }
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .shadow-\[0_6px_20px_0_rgba\(238\,33\,122\,0\.40\)\] {
    --tw-shadow: 0 6px 20px 0 var(--tw-shadow-color, rgba(238,33,122,0.40));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .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-filter {
    -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-\[background\,color\] {
    transition-property: background,color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background\,transform\] {
    transition-property: background,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\,border-color\,padding\,margin\,border-radius\,opacity\,transform\] {
    transition-property: color,border-color,padding,margin,border-radius,opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\,visibility\] {
    transition-property: opacity,transform,visibility;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\] {
    --tw-ease: cubic-bezier(0.4,0,0.2,1);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  }
  .ease-\[cubic-bezier\(0\.22\,1\,0\.36\,1\)\] {
    --tw-ease: cubic-bezier(0.22,1,0.36,1);
    transition-timing-function: cubic-bezier(0.22,1,0.36,1);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[analytics\:mock\] {
    analytics: mock;
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.08\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.08;
      }
    }
  }
  .hover\:bg-\[rgba\(245\,243\,249\,0\.2\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(245,243,249,0.2);
      }
    }
  }
  .hover\:bg-\[rgba\(255\,255\,255\,0\.92\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(255,255,255,0.92);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-300);
      }
    }
  }
  .hover\:text-red-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-800);
      }
    }
  }
  .hover\:shadow-\[0_8px_32px_0_rgba\(238\,33\,122\,0\.50\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 32px 0 var(--tw-shadow-color, rgba(238,33,122,0.50));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .active\:bg-blue-800 {
    &:active {
      background-color: var(--color-blue-800);
    }
  }
  .active\:bg-gray-400 {
    &:active {
      background-color: var(--color-gray-400);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .max-\[486px\]\:absolute {
    @media (width < 486px) {
      position: absolute;
    }
  }
  .max-\[486px\]\:right-\[-10px\] {
    @media (width < 486px) {
      right: -10px;
    }
  }
  .max-\[486px\]\:bottom-\[-10px\] {
    @media (width < 486px) {
      bottom: -10px;
    }
  }
  .max-\[486px\]\:hidden {
    @media (width < 486px) {
      display: none;
    }
  }
  .max-\[486px\]\:min-h-\[46px\] {
    @media (width < 486px) {
      min-height: 46px;
    }
  }
  .max-\[486px\]\:min-w-\[46px\] {
    @media (width < 486px) {
      min-width: 46px;
    }
  }
  .max-\[486px\]\:gap-0 {
    @media (width < 486px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-\[486px\]\:rounded-\[14px\] {
    @media (width < 486px) {
      border-radius: 14px;
    }
  }
  .max-\[486px\]\:p-\[14px\] {
    @media (width < 486px) {
      padding: 14px;
    }
  }
  .md\:h-4 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .md\:h-\[18px\] {
    @media (width >= 48rem) {
      height: 18px;
    }
  }
  .md\:h-\[543px\] {
    @media (width >= 48rem) {
      height: 543px;
    }
  }
  .md\:h-\[772px\] {
    @media (width >= 48rem) {
      height: 772px;
    }
  }
  .md\:w-4 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .md\:w-\[18px\] {
    @media (width >= 48rem) {
      width: 18px;
    }
  }
  .md\:w-\[720px\] {
    @media (width >= 48rem) {
      width: 720px;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:rounded-\[13px\] {
    @media (width >= 48rem) {
      border-radius: 13px;
    }
  }
  .md\:rounded-\[14px\] {
    @media (width >= 48rem) {
      border-radius: 14px;
    }
  }
  .md\:rounded-\[36px\] {
    @media (width >= 48rem) {
      border-radius: 36px;
    }
  }
  .md\:p-3 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-\[27px\] {
    @media (width >= 48rem) {
      padding-inline: 27px;
    }
  }
  .md\:px-\[35px\] {
    @media (width >= 48rem) {
      padding-inline: 35px;
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-\[13px\] {
    @media (width >= 48rem) {
      padding-block: 13px;
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 14px;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:leading-\[22px\] {
    @media (width >= 48rem) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .md\:leading-\[25px\] {
    @media (width >= 48rem) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-4 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .lg\:h-5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .lg\:h-\[543px\] {
    @media (width >= 64rem) {
      height: 543px;
    }
  }
  .lg\:h-\[715px\] {
    @media (width >= 64rem) {
      height: 715px;
    }
  }
  .lg\:w-4 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .lg\:w-5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .lg\:w-\[700px\] {
    @media (width >= 64rem) {
      width: 700px;
    }
  }
  .lg\:w-\[1300px\] {
    @media (width >= 64rem) {
      width: 1300px;
    }
  }
  .lg\:min-w-\[280px\] {
    @media (width >= 64rem) {
      min-width: 280px;
    }
  }
  .lg\:flex-\[1_0_0\] {
    @media (width >= 64rem) {
      flex: 1 0 0;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:overflow-x-visible {
    @media (width >= 64rem) {
      overflow-x: visible;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:rounded-\[14px\] {
    @media (width >= 64rem) {
      border-radius: 14px;
    }
  }
  .lg\:rounded-\[40px\] {
    @media (width >= 64rem) {
      border-radius: 40px;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-\[14px\] {
    @media (width >= 64rem) {
      padding-block: 14px;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:leading-7 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .lg\:leading-\[25px\] {
    @media (width >= 64rem) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
}
.vat-slider-view {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 20px 10px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.vat-slider-view.vat-slider-view-loaded {
  opacity: 1;
}
.vat-dropdown-pill {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  transition: all 0.3s ease;
}
.vat-dropdown-pill:hover {
  transform: scale(1);
}
.vat-dropdown-nav-btn {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.vat-dropdown-nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
.vat-dropdown-nav-btn svg {
  transition: transform 0.3s ease;
}
.vat-dropdown-nav-btn:hover svg {
  transform: scale(1.1);
}
.vat-dropdown-nav-btn-right svg {
  transform: scaleX(-1);
}
.vat-dropdown-nav-btn-right:hover svg {
  transform: scaleX(-1) scale(1.1);
}
.vat-country-info {
  color: #ffedf4;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
  transition: background 0.3s ease;
}
.vat-country-info:hover {
  background: rgba(255, 255, 255, 0.1);
}
.vat-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: rgba(56, 47, 80, 0.9);
  border-radius: 12px;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  max-height: 200px;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: none;
}
.vat-dropdown-menu::-webkit-scrollbar {
  display: none;
}
.vat-dropdown-menu.vat-dropdown-menu-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vat-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #ffedf4;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.vat-dropdown-item:last-child {
  border-bottom: none;
}
.vat-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.vat-dropdown-item.vat-dropdown-item-active {
  background: rgba(255, 255, 255, 0.2);
}
.vat-dropdown-item-flag {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
.vat-dropdown-item-flag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vat-agent-nav-btn {
  background: rgba(245, 243, 249, 0.1);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.vat-agent-nav-btn:hover {
  background: rgba(245, 243, 249, 0.2);
}
.vat-agent-nav-btn:hover svg {
  transform: scale(1.1);
}
.vat-agent-nav-btn-right svg {
  transform: scaleX(-1);
}
.vat-agent-nav-btn-right:hover svg {
  transform: scaleX(-1) scale(1.1);
}
.vat-carousel {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.vat-carousel.vat-carousel-scrolling {
  transition: none;
}
.vat-carousel.vat-carousel-fast {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.vat-card {
  transform-style: preserve-3d;
  background-size: cover;
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.9);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.vat-carousel.vat-carousel-scrolling .vat-card {
  transition: none;
}
.vat-carousel.vat-carousel-fast .vat-card {
  transition: all 0.15s ease-in-out;
}
.vat-carousel.vat-carousel-loaded .vat-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.vat-card:hover {
  transform: translateZ(20px) scale(1.05);
}
.vat-card-name {
  font-family: 'Roboto Flex', sans-serif;
}
.vat-call-btn {
  display: flex !important;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14) !important;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 166px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-family: 'Inter', sans-serif;
}
.vat-call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(238, 33, 122, 0.5);
}
.vat-call-btn:active {
  transform: translateY(0);
}
.vat-call-btn.vat-call-btn-pop {
  animation: vat-button-pop 0.3s ease;
}
.vat-call-icon {
  transform-origin: 50% 70%;
}
.vat-call-btn:hover .vat-call-icon {
  animation: vat-phone-ring 700ms ease-in-out infinite;
}
@keyframes vat-phone-ring {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  15% {
    transform: rotate(-12deg) scale(1.03);
  }
  35% {
    transform: rotate(11deg) scale(1.03);
  }
  55% {
    transform: rotate(-9deg) scale(1.02);
  }
  75% {
    transform: rotate(8deg) scale(1.02);
  }
}
@keyframes vat-button-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.vat-try-now-section {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
  position: relative;
  right: 100px;
  bottom: 35px;
}
.vat-try-now-text {
  color: #fff;
  font-family: 'Square Peg', cursive;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  bottom: -10px;
}
.vat-try-now-arrow {
  width: 43px;
  height: 33px;
}
@media (max-width: 640px) {
  .vat-slider-view {
    max-width: 500px;
    padding: 15px 10px;
  }
  .vat-carousel-container {
    min-width: 450px;
    width: 100% !important;
    height: 256px !important;
  }
  .vat-card {
    width: 180px !important;
    height: 230px !important;
  }
  .vat-card-name {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .vat-card-role {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .vat-card-tag {
    font-size: 9px !important;
    line-height: 13px !important;
    padding: 3px 6px !important;
    height: 20px !important;
  }
}
@media (max-width: 480px) {
  .vat-slider-view {
    max-width: 280px;
  }
  .vat-carousel-container {
    min-width: 450px;
    transform: scale(0.82);
  }
  .vat-card {
    width: 150px !important;
    height: 190px !important;
  }
  .vat-card-name {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .vat-card-role {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .vat-card-tag {
    font-size: 8px !important;
    line-height: 12px !important;
    padding: 2px 5px !important;
    height: 18px !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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
      --tw-ease: initial;
    }
  }
}

/*
  Call card — box-based (no orb) call widget. Classes are prefixed with
  `vat-cv-` (Voice Agent Tool / Call View) so they never collide with the
  `vat-call-btn` etc. classes already used by the slider view.
*/

.vat-cv-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
  overflow: visible;
}

/* ============================================
   Card — fixed layout box; visual pulse via transform
   ============================================ */
.vat-cv-card {
  position: relative;
  display: flex;
  width: 352px;
  height: 330px;
  max-width: 100%;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      250deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.01) 100%
    );
  backdrop-filter: blur(100px);
  box-sizing: border-box;
  transform-origin: center center;
  will-change: transform;
}

.vat-cv-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid transparent;
  background:
    linear-gradient(
        0deg,
        rgba(255, 20, 20, 0.2) 0%,
        rgba(255, 20, 20, 0.2) 100%
      )
      border-box,
    linear-gradient(90deg, #fc6337 0%, #c516e1 100%) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.vat-cv-phase-speaking .vat-cv-card::before {
  opacity: 1;
}

.vat-cv-phase-speaking .vat-cv-card {
  border-color: transparent;
}

/* ============================================
   Header
   ============================================ */
.vat-cv-header {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: center;
}

.vat-cv-avatar-hex {
  height: 65px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.vat-cv-phase-connecting .vat-cv-avatar-hex,
.vat-cv-phase-mic-permission .vat-cv-avatar-hex,
.vat-cv-phase-error .vat-cv-avatar-hex {
  opacity: 0.55;
}
.vat-cv-avatar-hex img {
  height: 100%;
  width: auto;
  display: block;
}

.vat-cv-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  font-family: var(--Typography-font-family-Body, Inter, sans-serif);
  font-style: normal;
}

.vat-cv-name {
  color: var(--text-primary, #f1f0f5);
  font-size: var(--Typography-Body-font-size, 16px);
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.48px;
}

.vat-cv-role,
.vat-cv-locale {
  font-size: var(--Typography-Body-x-small-font-size, 12px);
  font-weight: 400;
  line-height: 16px;
}

.vat-cv-role {
  color: rgba(255, 255, 255, 0.75);
}

.vat-cv-locale {
  color: var(--text-secondary, rgba(255, 255, 255, 0.6));
}

/* ============================================
   Action unit
   ============================================ */
.vat-cv-action-unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Space-4, 32px);
  align-self: stretch;
}

.vat-cv-status-area {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.vat-cv-transcript {
  width: 100%;
  color: var(--text-primary, #f1f0f5);
  text-align: center;
  font-family: var(--Typography-font-family-Body, Inter, sans-serif);
  font-size: var(--Typography-Body-font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-Body-line-height, 24px);
  overflow: hidden;
  word-break: break-word;
}

.vat-cv-status-badge {
  display: flex;
  padding: 2px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
}

.vat-cv-status-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
}

.vat-cv-status-text {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-family: var(--Typography-font-family-Body, Inter, sans-serif);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}
.vat-cv-phase-error .vat-cv-status-text {
  color: #ffb3b3;
}

/* ============================================
   Controls
   ============================================ */
.vat-cv-controls-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Space-3, 24px);
  align-self: stretch;
}

.vat-cv-timer {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-family: var(--Typography-font-family-Body, Inter, sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  font-variant-numeric: tabular-nums;
}

.vat-cv-typing-dots {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  margin-left: 0;
  padding-bottom: 4px;
}
.vat-cv-typing-dots span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  opacity: 0.25;
  animation: vat-cv-typing-blink 1.2s ease-in-out infinite;
  margin-bottom: 1px;
}
.vat-cv-typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.vat-cv-typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes vat-cv-typing-blink {
  0%,
  80%,
  100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vat-cv-typing-dots span {
    animation: none;
    opacity: 0.7;
  }

  .vat-cv-card {
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .vat-cv-icon-btn:hover {
    transform: none;
  }
}

/* ============================================
   Actions
   ============================================ */
.vat-cv-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  flex-shrink: 0;
  width: 100%;
}

.vat-cv-permission-text,
.vat-cv-error-text,
.vat-cv-ended-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: var(--Typography-font-family-Body, Inter, sans-serif);
  font-size: 14px;
  line-height: 21px;
}

.vat-cv-error-text {
  color: #ffb3b3;
}

.vat-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 11px;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.vat-cv-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #fc6337 0%, #ee217a 50%, #c516e1 100%);
}
.vat-cv-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(238, 33, 122, 0.45);
}
.vat-cv-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.vat-cv-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}
.vat-cv-btn:active {
  transform: translateY(0);
}
.vat-cv-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.vat-cv-icon-btn {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  border: none;
  background: rgba(245, 243, 249, 0.1);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.15s ease;
}
.vat-cv-icon-btn:hover {
  background: rgba(245, 243, 249, 0.2);
  transform: scale(1.05);
}
.vat-cv-icon-btn:active {
  transform: scale(0.96);
}
.vat-cv-icon-btn-end {
  border-radius: 38px;
  background: #f44336;
}
.vat-cv-icon-btn-end:hover {
  background: #ff5c4d;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 480px) {
  .vat-cv-card {
    width: 100%;
    height: auto;
    min-height: 310px;
    padding: 24px 20px;
  }
  .vat-cv-transcript {
    font-size: 14px;
    line-height: 21px;
  }
  .vat-cv-icon-btn {
    width: 44px;
    height: 44px;
  }
  .vat-cv-action-unit {
    gap: 24px;
  }
  .vat-cv-controls-block {
    gap: 20px;
  }
}

@media (max-width: 360px) {
  .vat-cv-card {
    min-height: 300px;
    padding: 20px 16px;
    border-radius: 20px;
  }
  .vat-cv-avatar-hex {
    height: 48px;
  }
  .vat-cv-actions {
    gap: 12px;
  }
}

/* Prevents layout collapse when switching slider ↔ call view */
.vat-tool-root {
  position: relative;
  min-width: 600px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .vat-tool-root {
    min-width: 300px;
    height: 400px;
  }
}

.vat-tool-panel {
  width: 100%;
}

.vat-tool-panel[hidden] {
  display: none;
}

