/*! 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;
    --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;
  }
  .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-\[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-\[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-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);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .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;
    }
  }
}
:host {
  --color-brand-white: rgb(255 255 255);
  --color-brand-black: rgb(29 17 54);
  --color-bg-base-0: rgb(255 255 255);
  --color-bg-base-1: rgb(255 255 255);
  --color-bg-level-n: rgb(64 28 138 / 0.1);
  --color-object-high-contrast: rgb(29 17 54);
  --color-object-mid-contrast: rgb(66 32 138 / 0.49);
  --color-object-low-contrast: rgb(66 32 138 / 0.31);
  --color-object-subtle-contrast: rgb(66 32 138 / 0.2);
  --color-object-faint-contrast: rgb(66 32 138 / 0.07);
  --color-object-alternate: rgb(255 255 255);
  --color-text-high-contrast: rgb(29 17 54);
  --color-text-mid-contrast: rgb(29 17 54 / 0.7);
  --color-text-low-contrast: rgb(29 17 54 / 0.5);
  --color-text-subtle-contrast: rgb(29 17 54 / 0.3);
  --color-text-faint-contrast: rgb(29 17 54 / 0.15);
  --color-text-link: rgb(115 93 255);
  --color-text-white: rgb(255 255 255);
  --color-text-black: rgb(29 17 54);
  --color-text-inverted-high: rgb(255 255 255);
  --color-text-inverted-mid: rgb(255 255 255 / 0.7);
  --color-text-inverted-low: rgb(255 255 255 / 0.5);
  --glass-border: 1px solid rgb(255 255 255);
  --glass-backdrop-blur: 20px;
  --glass-bg-gradient-1: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  --glass-bg-gradient-2: linear-gradient(250deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.01) 100%);
  --glass-bg-default: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(250deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.01) 100%);
  --glass-border-radius: 40px;
  --font-body-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body-size: 16px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-body-line-height: 24px;
  --font-body-strong-weight: 600;
  --font-body-small-size: 14px;
  --font-body-small-line-height: 21px;
  --font-body-x-small-size: 12px;
  --font-body-x-small-line-height: 18px;
  --font-body-xx-small-size: 10px;
  --font-body-xx-small-line-height: 14px;
  --font-body-medium-size: 20px;
  --font-body-medium-line-height: 30px;
  --font-body-medium-letter-spacing: 0px;
  --font-dropdown-size: 16px;
  --font-dropdown-line-height: 22.88px;
  --font-dropdown-letter-spacing: 0.17px;
  --font-display-family: 'Roboto Flex', sans-serif;
  --font-decorative-family: 'Square Peg', cursive;
}
:host[data-theme="dark"] {
  --color-bg-base-0: rgb(15 8 28);
  --color-bg-base-1: rgb(29 17 54);
  --color-bg-level-n: rgb(255 237 244 / 0.15);
  --color-object-high-contrast: rgb(255 255 255);
  --color-object-mid-contrast: rgb(255 237 244 / 0.56);
  --color-object-low-contrast: rgb(255 237 244 / 0.41);
  --color-object-subtle-contrast: rgb(255 237 244 / 0.27);
  --color-object-faint-contrast: rgb(255 237 244 / 0.1);
  --color-object-alternate: rgb(29 17 54);
  --color-text-high-contrast: rgb(255 255 255);
  --color-text-mid-contrast: rgb(255 255 255 / 0.7);
  --color-text-low-contrast: rgb(255 255 255 / 0.5);
  --color-text-subtle-contrast: rgb(255 255 255 / 0.3);
  --color-text-faint-contrast: rgb(255 255 255 / 0.15);
  --color-text-link: rgb(160 137 255);
  --color-text-inverted-high: rgb(29 17 54);
  --color-text-inverted-mid: rgb(29 17 54 / 0.7);
  --color-text-inverted-low: rgb(29 17 54 / 0.5);
}
body {
  font-family: var(--font-body-family);
  font-size: var(--font-body-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}
.body-strong {
  font-family: var(--font-body-family);
  font-size: var(--font-body-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-strong-weight);
  line-height: var(--font-body-line-height);
}
@media (max-width: 1024px) {
  .body-strong {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .body-strong {
    font-size: 12px;
    line-height: 18px;
  }
}
.body-small {
  font-family: var(--font-body-family);
  font-size: var(--font-body-small-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-small-line-height);
}
.body-x-small {
  font-family: var(--font-body-family);
  font-size: var(--font-body-x-small-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-x-small-line-height);
}
.body-xx-small {
  font-family: var(--font-body-family);
  font-size: var(--font-body-xx-small-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-xx-small-line-height);
}
.body-medium {
  font-family: var(--font-body-family);
  font-size: var(--font-body-medium-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-medium-line-height);
  letter-spacing: var(--font-body-medium-letter-spacing);
}
@media (max-width: 1024px) {
  .body-medium {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .body-medium {
    font-size: 18px;
    line-height: 30px;
  }
}
.dropdown-text {
  font-family: var(--font-body-family);
  font-size: var(--font-dropdown-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-dropdown-line-height);
  letter-spacing: var(--font-dropdown-letter-spacing);
  font-feature-settings: 'liga' off, 'clig' off;
}
.bg-base-0 {
  background-color: var(--color-bg-base-0);
}
.bg-base-1 {
  background-color: var(--color-bg-base-1);
}
.bg-level-n {
  background-color: var(--color-bg-level-n);
}
.bg-object-high {
  background-color: var(--color-object-high-contrast);
}
.bg-object-mid {
  background-color: var(--color-object-mid-contrast);
}
.bg-object-low {
  background-color: var(--color-object-low-contrast);
}
.bg-object-subtle {
  background-color: var(--color-object-subtle-contrast);
}
.bg-object-faint {
  background-color: var(--color-object-faint-contrast);
}
.bg-object-alternate {
  background-color: var(--color-object-alternate);
}
.text-high {
  color: var(--color-text-high-contrast);
}
.text-mid {
  color: var(--color-text-mid-contrast);
}
.text-low {
  color: var(--color-text-low-contrast);
}
.text-subtle {
  color: var(--color-text-subtle-contrast);
}
.text-faint {
  color: var(--color-text-faint-contrast);
}
.text-link {
  color: var(--color-text-link);
}
.text-white {
  color: var(--color-text-white);
}
.text-black {
  color: var(--color-text-black);
}
.text-inverted-high {
  color: var(--color-text-inverted-high);
}
.text-inverted-mid {
  color: var(--color-text-inverted-mid);
}
.text-inverted-low {
  color: var(--color-text-inverted-low);
}
.glass-border {
  border: var(--glass-border);
}
.glass-backdrop {
  backdrop-filter: blur(var(--glass-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--glass-backdrop-blur));
}
.glass-bg {
  background: var(--glass-bg-default);
}
.glass-rounded {
  border-radius: var(--glass-border-radius);
}
.toggle-btn-inactive {
  background-color: var(--color-object-faint-contrast);
  color: var(--color-text-mid-contrast);
  transition: background-color 200ms ease, color 200ms ease;
}
.toggle-btn-inactive:hover {
  background-color: rgb(66 32 138 / 0.12);
  color: var(--color-text-high-contrast);
}
.toggle-btn-glass-inactive {
  background: rgba(255, 237, 244, 0.10);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: rgba(255, 237, 244, 0.70);
  transition: background 200ms ease, color 200ms ease;
}
.toggle-btn-glass-inactive:hover {
  background: rgba(255, 237, 244, 0.18);
  color: rgba(255, 237, 244, 1);
}
.toggle-btn-glass-active {
  color: var(--color-text-black);
}
.toggle-pill-glass {
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.dropdown-menu-glass {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(250deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.button-full {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 320px;
}
.dropdown-item {
  transition: background-color 150ms ease;
  backdrop-filter: blur(20px);
}
.dropdown-item:hover {
  background-color: var(--color-object-subtle-contrast);
}
.dropdown-item-active {
  background-color: var(--color-object-faint-contrast);
}
.dropdown-pill {
  transition: background-color 200ms ease, border-color 200ms ease;
}
.dropdown-pill-border {
  border: 1px solid var(--color-object-subtle-contrast);
}
.dropdown-pill {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.dropdown-pill:hover {
  background-color: var(--color-object-faint-contrast);
  border-color: rgba(66, 32, 138, 0.30);
}
.dropdown-pill-open {
  border-color: var(--color-object-subtle-contrast);
  background-color: var(--color-bg-level-n);
  box-shadow: 0 0 0 0 #D1D5DD inset;
}
.dropdown-pill-open:hover {
  background-color: var(--color-bg-level-n);
  border-color: var(--color-object-subtle-contrast);
}
.textbox-textarea::placeholder {
  color: var(--color-text-low-contrast);
  font-family: var(--font-body-family);
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
}
input.textbox-textarea::placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textbox-border-default {
  border: 1px solid var(--color-object-low-contrast);
  background: var(--color-bg-base-1);
  padding: 8px;
}
.textbox-border-focused {
  border: 2px solid transparent;
  background: linear-gradient(var(--color-bg-base-1), var(--color-bg-base-1)) padding-box, linear-gradient(90deg, #735DFF 0%, #DAABFF 100%) border-box;
  padding: 7px;
}
.textbox-submit-btn {
  background: linear-gradient(0deg, rgba(255, 20, 20, 0.20) 0%, rgba(255, 20, 20, 0.20) 100%), linear-gradient(90deg, #FC6337 0%, #C516E1 100%);
  transition: opacity 200ms ease, box-shadow 200ms ease;
}
.textbox-submit-inactive {
  opacity: 0.4;
  cursor: not-allowed;
}
.textbox-submit-active {
  opacity: 1;
  cursor: pointer;
}
.textbox-submit-active:hover {
  box-shadow: 0 8px 32px 0 rgba(238, 33, 122, 0.50);
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tool-hub {
  --tab-scoop-size: 40px;
  --tab-scoop-x-offset: 24px;
  --tab-scoop-bottom: -22px;
  --active-tab-top-radius: 18px;
  --active-tab-base-py: 10px;
  --tab-gap: 4px;
  --tab-anim-duration: 200ms;
  --tab-anim-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --tool-hub-logo-reserve: 180px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tool-hub {
    --tab-scoop-size: 53px;
    --tab-scoop-x-offset: 32px;
    --tab-scoop-bottom: -30px;
    --active-tab-top-radius: 24px;
    --active-tab-base-py: 13px;
    --tab-gap: 10px;
  }
}
.tool-hub-tabs {
  position: relative;
  min-width: 0;
}
.tool-hub-tabs-wrap {
  padding-right: var(--tool-hub-logo-reserve);
  align-content: flex-start;
}
.tool-hub-active-module {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 100px;
}
.tool-hub-active-module-core {
  position: absolute;
  inset: 0;
  border-radius: var(--active-tab-top-radius) var(--active-tab-top-radius) 0 0;
  background-color: var(--color-bg-base-0);
}
.tool-hub-active-module-scoops {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  pointer-events: none;
}
.tool-hub-active-module-scoops .tab-scoop {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.tool-hub-tabs-shift-enabled .tab-roundout-active {
  background-color: transparent !important;
  padding-bottom: var(--active-tab-base-py) !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tool-hub-tabs {
    overflow: visible !important;
  }
}
.tool-hub-brand-logo {
  position: absolute;
  right: 8px;
  top: 16px;
  transform: translateY(-50%);
  height: auto;
  width: 120px;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 768px) {
  .tool-hub-brand-logo {
    height: auto;
    width: auto;
  }
}
.tool-hub-brand-logo-inline {
  pointer-events: none;
  user-select: none;
  flex-shrink: 0;
}
.tool-hub-content {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  background-color: var(--color-bg-base-0);
  border-radius: 20px;
  z-index: 2;
}
.tool-hub-content-first {
  border-top-left-radius: 0;
}
.tool-hub-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.tool-hub-panel-active {
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.tab-roundout-active {
  position: relative;
  border-radius: var(--active-tab-top-radius) var(--active-tab-top-radius) 0 0 !important;
  padding-bottom: calc(var(--active-tab-base-py) + var(--tab-gap)) !important;
  margin-bottom: calc(-1 * var(--tab-gap));
  background-color: var(--color-bg-base-0) !important;
}
.tab-scoop {
  display: block;
  position: absolute;
  width: var(--tab-scoop-size);
  height: auto;
  bottom: var(--tab-scoop-bottom);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--tab-anim-duration) var(--tab-anim-easing),
    transform var(--tab-anim-duration) var(--tab-anim-easing);
  will-change: opacity, transform;
}
.tab-scoop-left {
  left: calc(-1 * var(--tab-scoop-x-offset));
}
.tab-scoop-right {
  right: calc(-1 * var(--tab-scoop-x-offset));
}
.tab-scoop-fill {
  fill: var(--color-bg-base-0);
}
.tab-scoop-visible {
  opacity: 1;
  transform: translateY(0);
}
.tab-scoop-hidden {
  opacity: 0;
  transform: translateY(4px);
}
.tool-hub-footer {
  display: flex;
  padding: 16px 24px 8px 24px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 80px;
  align-self: stretch;
  flex-wrap: wrap;
}
.tool-hub-footer-text-block {
  display: flex;
  min-width: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.tool-hub-footer-text-block p {
  overflow-wrap: anywhere;
}
.tool-hub-cta-link {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, var(--Yellow-800, #FF5E3B) 0%, var(--Magenta-600, #C516E1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.tool-hub-cta-link:hover {
  opacity: 0.75;
}
@media (max-width: 480px) {
  .tool-hub {
    --tab-gap: 4px;
    --tool-hub-logo-reserve: 180px;
  }
  .tool-hub-brand-logo-inline {
    max-height: 12px;
  }
  .tool-hub-content {
    border-radius: 16px;
  }
  .tool-hub-content-first {
    border-top-left-radius: 0;
  }
  .tool-hub-footer {
    padding: 12px 12px 8px 12px;
    gap: 16px;
  }
  .tool-hub-footer-text-block {
    min-width: 0;
  }
}
.tool-hub-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(66, 32, 138, 0.15);
  border-top-color: rgba(66, 32, 138, 0.6);
  border-radius: 50%;
  animation: tool-hub-spin 0.7s linear infinite;
}
@keyframes tool-hub-spin {
  to {
    transform: rotate(360deg);
  }
}
@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;
    }
  }
}

