/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-cyan-200: oklch(91.7% 0.08 205.041);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-neutral-100: #101010;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-50: #fff2fc;
    --color-primary-100: #ffe7fb;
    --color-primary-200: #ffd0f7;
    --color-primary-400: #ff9aee;
    --color-primary-500: #ff89ed;
    --color-primary-600: #cc6ebe;
    --color-primary-700: #b66eab;
    --color-greyscale-5: #f9f9f9;
    --color-greyscale-25: #f3f3f3;
    --color-greyscale-100: #dbdbdb;
    --color-greyscale-300: #a1a1a1;
    --color-greyscale-500: #727272;
    --color-greyscale-900: #141414;
    --color-neutral-30: #ededed;
    --color-neutral-60: #878787;
    --color-info-base: #0057ff;
    --color-info-soft: #f2f7ff;
    --color-status-green: #05df72;
    --color-status-amber: #d4a600;
    --color-success-soft: #e3fcef;
    --color-success-strong: #1c8056;
    --color-warning-soft: #fff9e5;
    --color-warning-strong: #7f6711;
    --font-inter-tight: "Inter Tight", sans-serif;
    --font-archivo: "Archivo", sans-serif;
    --radius-card: 24px;
    --radius-hero: 16px;
    --radius-button: 12px;
    --radius-menu: 8px;
    --shadow-container: 0 0 32px 4px rgba(149, 157, 165, 0.04);
    --shadow-subtle: 0px 1px 1.5px 0px rgba(44, 54, 53, 0.03);
    --shadow-outline: 0px 1.25px 0px 0px white;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .z-10 {
    z-index: 10;
  }
  .order-last {
    order: 9999;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-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-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .-space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .-space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-\[14px\] {
    border-radius: 14px !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-button {
    border-radius: var(--radius-button);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-menu {
    border-radius: var(--radius-menu);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-greyscale-100 {
    border-color: var(--color-greyscale-100);
  }
  .border-primary-50 {
    border-color: var(--color-primary-50);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-\[\#00d492\] {
    background-color: #00d492;
  }
  .bg-amber-200 {
    background-color: var(--color-amber-200);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-cyan-200 {
    background-color: var(--color-cyan-200);
  }
  .bg-greyscale-5 {
    background-color: var(--color-greyscale-5);
  }
  .bg-greyscale-25 {
    background-color: var(--color-greyscale-25);
  }
  .bg-greyscale-900 {
    background-color: var(--color-greyscale-900);
  }
  .bg-info-soft {
    background-color: var(--color-info-soft);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-100 {
    background-color: var(--color-primary-100);
  }
  .bg-purple-400\/60 {
    background-color: color-mix(in srgb, oklch(71.4% 0.203 305.504) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-purple-400) 60%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-amber-300 {
    --tw-gradient-from: var(--color-amber-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-blue-300 {
    --tw-gradient-from: var(--color-blue-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-cyan-400 {
    --tw-gradient-from: var(--color-cyan-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));
  }
  .from-gray-300 {
    --tw-gradient-from: var(--color-gray-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-green-300 {
    --tw-gradient-from: var(--color-green-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-greyscale-300 {
    --tw-gradient-from: var(--color-greyscale-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-neutral-100 {
    --tw-gradient-from: var(--color-neutral-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-300 {
    --tw-gradient-from: var(--color-orange-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-400 {
    --tw-gradient-from: var(--color-orange-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));
  }
  .from-primary-200 {
    --tw-gradient-from: var(--color-primary-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-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));
  }
  .from-rose-300 {
    --tw-gradient-from: var(--color-rose-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-rose-400 {
    --tw-gradient-from: var(--color-rose-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));
  }
  .to-amber-500 {
    --tw-gradient-to: var(--color-amber-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));
  }
  .to-blue-500 {
    --tw-gradient-to: var(--color-blue-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));
  }
  .to-cyan-200 {
    --tw-gradient-to: var(--color-cyan-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-gray-500 {
    --tw-gradient-to: var(--color-gray-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));
  }
  .to-green-500 {
    --tw-gradient-to: var(--color-green-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));
  }
  .to-greyscale-500 {
    --tw-gradient-to: var(--color-greyscale-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));
  }
  .to-greyscale-900 {
    --tw-gradient-to: var(--color-greyscale-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-200 {
    --tw-gradient-to: var(--color-orange-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-500 {
    --tw-gradient-to: var(--color-orange-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));
  }
  .to-primary-400 {
    --tw-gradient-to: var(--color-primary-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));
  }
  .to-purple-300 {
    --tw-gradient-to: var(--color-purple-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-rose-500 {
    --tw-gradient-to: var(--color-rose-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));
  }
  .to-rose-600 {
    --tw-gradient-to: var(--color-rose-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\!p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .\!py-\[15px\] {
    padding-block: 15px !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-archivo {
    font-family: var(--font-archivo);
  }
  .font-inter-tight {
    font-family: var(--font-inter-tight);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[6px\] {
    font-size: 6px;
  }
  .text-\[7px\] {
    font-size: 7px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-\[\#0f172b\] {
    color: #0f172b;
  }
  .text-\[\#1d293d\] {
    color: #1d293d;
  }
  .text-\[\#7f6711\] {
    color: #7f6711;
  }
  .text-\[\#90a1b9\] {
    color: #90a1b9;
  }
  .text-\[\#62748e\] {
    color: #62748e;
  }
  .text-\[\#bb4d00\] {
    color: #bb4d00;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/80 {
    color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .text-greyscale-300 {
    color: var(--color-greyscale-300);
  }
  .text-greyscale-500 {
    color: var(--color-greyscale-500);
  }
  .text-greyscale-900 {
    color: var(--color-greyscale-900);
  }
  .text-info-base {
    color: var(--color-info-base);
  }
  .text-neutral-60 {
    color: var(--color-neutral-60);
  }
  .text-neutral-100 {
    color: var(--color-neutral-100);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-status-amber {
    color: var(--color-status-amber);
  }
  .text-success-strong {
    color: var(--color-success-strong);
  }
  .text-warning-strong {
    color: var(--color-warning-strong);
  }
  .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);
    }
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-container {
    --tw-shadow: 0 0 32px 4px var(--tw-shadow-color, rgba(149, 157, 165, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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-subtle {
    --tw-shadow: 0px 1px 1.5px 0px var(--tw-shadow-color, rgba(44, 54, 53, 0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    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-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:contents {
    @media (width >= 64rem) {
      display: contents;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-\[166px\] {
    @media (width >= 64rem) {
      width: 166px;
    }
  }
  .lg\:w-\[388px\] {
    @media (width >= 64rem) {
      width: 388px;
    }
  }
  .lg\:min-w-0 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-3\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:overflow-x-visible {
    @media (width >= 64rem) {
      overflow-x: visible;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=Archivo:wght@400;500;600&family=Cousine:wght@700&display=swap");
.hero-card {
  position: relative;
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #b66eab 0%, #9b59b6 40%, #7c3aed 100%);
  background-size: cover;
  background-position: center;
  color: white;
}
@media (min-width: 1024px) {
  .hero-card {
    padding: 32px;
  }
}
.hero-card .hero-greeting {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .hero-card .hero-greeting {
    font-size: 18px;
  }
}
.hero-card .hero-event-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .hero-card .hero-event-name {
    font-size: 24px;
  }
}
.hero-card .hero-countdown {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
}
@media (min-width: 768px) {
  .hero-card .hero-countdown {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
}
.hero-card .hero-countdown .countdown-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  .hero-card .hero-countdown .countdown-number {
    font-size: 64px;
  }
}
.hero-card .hero-countdown .countdown-label {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding-right: 6px;
  border-radius: 100px;
}
.status-badge--green {
  background-color: #00491c;
}
.status-badge .status-dot {
  position: relative;
  width: 18px;
  height: 18px;
}
.status-badge .status-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #7bf1a8;
  opacity: 0.5;
  transform: scale(1.8);
}
.status-badge .status-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #05df72;
  transform: translate(-50%, -50%);
}
.status-badge .status-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  white-space: nowrap;
}
.journey-progress-line {
  position: relative;
}
.journey-progress-line::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  right: 11px;
  height: 2px;
  z-index: 0;
}
.journey-progress-line::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 33%;
  min-width: 260px;
  height: 2px;
  background: linear-gradient(90deg, #cc6ebe 0%, #ff89ed 100%);
  z-index: 1;
}
.milestone-inner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cc6ebe;
}
.fab-chat {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #ff89ed;
  box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  overflow: hidden;
}
.fab-chat::before {
  content: "";
  position: absolute;
  top: 35%;
  right: -45%;
  width: 125%;
  height: 125%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}
.fab-chat svg {
  position: relative;
  z-index: 1;
}
@layer base {
  body {
    font-family: var(--font-inter-tight);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer components {
  .sidebar {
    background-color: var(--color-greyscale-5);
    display: flex;
    flex-direction: column;
    height: 100vh;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: var(--shadow-outline);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 393px;
    z-index: 60;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 55;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .sidebar-backdrop.open {
    display: block;
    opacity: 1;
  }
  @media (min-width: 1024px) {
    .sidebar {
      position: static;
      width: 240px;
      max-width: none;
      transform: none;
      z-index: auto;
      transition: none;
    }
    .sidebar-backdrop {
      display: none !important;
    }
  }
  .sidebar-section {
    border-bottom: 1px dashed var(--color-greyscale-100);
    padding: 12px;
  }
  .workspace-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--color-primary-50);
    border-radius: var(--radius-menu);
    box-shadow: var(--shadow-container);
    z-index: 10;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .workspace-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 6px;
    font-family: var(--font-archivo);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-greyscale-900);
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .workspace-dropdown-item:hover {
    background-color: var(--color-greyscale-5);
  }
  .workspace-dropdown-item.active {
    background-color: var(--color-primary-50);
  }
  .menu-header {
    font-family: var(--font-archivo);
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: var(--color-greyscale-300);
    text-transform: uppercase;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  .menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 8px 12px;
    border-radius: var(--radius-menu);
    font-size: 14px;
    font-family: var(--font-inter-tight);
    color: var(--color-greyscale-500);
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .menu-item:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu-item.active {
    background-color: white;
    color: var(--color-greyscale-900);
    border: 1px solid var(--color-primary-100);
    box-shadow: var(--shadow-container),
      var(--shadow-subtle);
  }
  .card {
    background: white;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-container);
    overflow: hidden;
  }
  .btn-primary {
    background-color: var(--color-primary-700);
    color: white;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 16px;
    border-radius: var(--radius-button);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-primary:hover {
    background-color: var(--color-primary-600);
  }
  .btn-outline {
    background: white;
    border: 1px solid var(--color-neutral-30);
    color: black;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 16px;
    border-radius: var(--radius-button);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-outline:hover {
    background-color: var(--color-greyscale-25);
  }
  .section-title {
    font-family: var(--font-inter-tight);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-neutral-100);
  }
  .milestone-dot {
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    border: 2px solid;
    flex-shrink: 0;
  }
  .milestone-dot.completed {
    background-color: var(--color-primary-600);
    border-color: var(--color-primary-600);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .milestone-dot.current {
    background-color: white;
    border-color: var(--color-primary-600);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }
  .milestone-dot.upcoming {
    background-color: white;
    border-color: var(--color-greyscale-500);
  }
  .quick-action-card {
    background: white;
    border-radius: var(--radius-button);
    box-shadow: var(--shadow-container);
    overflow: hidden;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }
  .quick-action-visual {
    width: 124px;
    height: 124px;
    border-radius: var(--radius-button);
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadow-subtle);
  }
  .section-card {
    background: white;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-container);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .section-header-icon {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: var(--color-primary-50);
    border: 1px solid var(--color-primary-100);
    box-shadow: var(--shadow-container), var(--shadow-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  .detail-row {
    background: var(--color-greyscale-5);
    border-bottom: 1px solid #f8fafc;
    border-radius: 4px;
    padding: 12px;
  }
  .detail-row-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail-row-stacked {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .detail-label {
    font-family: var(--font-inter-tight);
    font-size: 14px;
    line-height: 16px;
    color: var(--color-greyscale-500);
  }
  .detail-value {
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1d293d;
  }
  .faq-item {
    background: white;
    border: 1.5px solid var(--color-greyscale-5);
    border-radius: 6px;
    padding: 17.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.15s;
    text-align: left;
  }
  .faq-item::after {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23727272' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s;
  }
  .faq-item-wrapper.open .faq-item::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23727272' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
  }
  .faq-item:hover {
    background-color: var(--color-greyscale-5);
  }
  .faq-item-question {
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 19.25px;
    color: black;
    flex: 1;
  }
  .info-box-warning {
    background: #fff9e5;
    border: 1px solid rgba(239, 191, 20, 0.5);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .btn-sm-outline {
    background: white;
    border: 1px solid var(--color-neutral-30);
    color: black;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 16px;
    border-radius: var(--radius-button);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.15s;
    flex-shrink: 0;
  }
  .btn-sm-outline:hover {
    background-color: var(--color-greyscale-25);
  }
  .btn-download {
    background-color: var(--color-primary-700);
    color: white;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 16px;
    border-radius: var(--radius-button);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-download:hover {
    background-color: var(--color-primary-600);
  }
  .ref-code {
    font-family: 'Cousine', monospace;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.6px;
    color: #331b2f;
    text-align: center;
  }
  .signed-badge {
    background: #180014;
    color: white;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
  }
  .contact-card {
    background: white;
    border: 1px solid var(--color-neutral-30);
    border-radius: var(--radius-button);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }
  .numbered-step {
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--font-inter-tight);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: white;
  }
  .numbered-step.step-amber {
    background-color: var(--color-status-amber);
  }
  .numbered-step.step-pink {
    background-color: var(--color-primary-500);
  }
  .numbered-step.step-green {
    background-color: var(--color-status-green);
  }
  .faq-answer {
    display: none;
    padding: 0 17.5px 17.5px;
    font-family: var(--font-inter-tight);
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-greyscale-500);
  }
  .faq-item-wrapper.open .faq-answer {
    display: block;
  }
  .faq-item-wrapper.open .faq-toggle-icon {
    transform: rotate(180deg);
  }
  .stat-card {
    background: white;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-container);
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }
  .stat-card-label {
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-greyscale-500);
  }
  .stat-card-value {
    font-family: var(--font-inter-tight);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: var(--color-neutral-100);
  }
  .payment-line-item {
    background: var(--color-greyscale-5);
    border-bottom: 1px solid #f8fafc;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .status-badge {
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .status-badge.status-paid {
    background-color: var(--color-success-soft);
    color: var(--color-success-strong);
  }
  .status-badge.status-due {
    background-color: var(--color-warning-soft);
    color: var(--color-warning-strong);
  }
  .account-hero {
    border: 2px solid var(--color-primary-500);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-container);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .account-hero-header {
    background: linear-gradient(135deg, var(--color-primary-600), var(--color-primary-500));
    padding: 24px;
    color: white;
  }
  .account-hero-body {
    background: white;
    border-radius: var(--radius-card);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .account-detail-item {
    background: var(--color-greyscale-5);
    border-radius: var(--radius-hero);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .account-detail-item .detail-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .account-compare-box {
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
  }
  .account-compare-box.inactive {
    background: white;
    border: 1px solid var(--color-primary-100);
    opacity: 0.6;
  }
  .account-compare-box.active {
    background: white;
    border: 1px solid var(--color-primary-500);
    position: relative;
  }
  .account-compare-pill {
    background-color: var(--color-primary-500);
    color: white;
    font-family: var(--font-inter-tight);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 9999px;
    position: absolute;
    top: -10px;
    left: 12px;
    white-space: nowrap;
  }
  .chatbot {
    background: white;
    border: 1px solid var(--color-primary-100);
    border-radius: var(--radius-hero);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 400px;
  }
  .chatbot-header {
    background: var(--color-primary-50);
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .chatbot-avatar {
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background: var(--color-primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .chatbot-msg-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }
  .chatbot-msg-row.user {
    justify-content: flex-end;
  }
  .chatbot-msg-avatar {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background: var(--color-primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .chatbot-bubble {
    background: var(--color-greyscale-5);
    border: 1px solid #f1f5f9;
    border-radius: 16px 16px 16px 6px;
    padding: 11px 15px;
    font-family: var(--font-inter-tight);
    font-size: 14px;
    line-height: 1.625;
    color: #314158;
    max-width: 85%;
  }
  .chatbot-bubble.user {
    background: var(--color-primary-500);
    color: white;
    border-color: transparent;
    border-radius: 16px 16px 6px 16px;
  }
  .chatbot-timestamp {
    font-family: var(--font-inter-tight);
    font-size: 12px;
    line-height: 16px;
    color: var(--color-greyscale-500);
    padding-left: 32px;
  }
  .chatbot-quick-questions {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .chatbot-quick-questions-label {
    font-family: var(--font-inter-tight);
    font-size: 12px;
    line-height: 16px;
    color: var(--color-greyscale-500);
  }
  .chatbot-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .chatbot-pill {
    background: var(--color-greyscale-5);
    border: none;
    border-radius: 9999px;
    padding: 7px 16px;
    font-family: var(--font-inter-tight);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #180014;
    cursor: pointer;
    transition: background-color 0.15s;
    white-space: nowrap;
  }
  .chatbot-pill:hover {
    background: var(--color-greyscale-25);
  }
  .chatbot-input-bar {
    border-top: 1px solid #f1f5f9;
    padding: 16px 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
  }
  .chatbot-input {
    flex: 1;
    background: var(--color-greyscale-5);
    border: 1px solid var(--color-primary-100);
    border-radius: 9999px;
    padding: 8px 12px;
    font-family: var(--font-inter-tight);
    font-size: 14px;
    line-height: normal;
    color: black;
    outline: none;
  }
  .chatbot-input::-moz-placeholder {
    color: var(--color-greyscale-500);
  }
  .chatbot-input::placeholder {
    color: var(--color-greyscale-500);
  }
  .chatbot-input:focus {
    border-color: var(--color-primary-500);
  }
  .chatbot-send {
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background: var(--color-primary-500);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0.4;
    transition: opacity 0.15s;
  }
  .chatbot-send.active {
    opacity: 1;
  }
  .chatbot-send:hover {
    opacity: 0.8;
  }
  .extra-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  @media (min-width: 1024px) {
    .extra-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  .extra-card {
    background: white;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-container);
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .extra-card-thumb {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-button);
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #eef1f8, #d8dce8);
  }
  .extra-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .extra-price-value {
    font-family: var(--font-inter-tight);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1d293d;
  }
  .extra-price-note {
    font-family: var(--font-inter-tight);
    font-size: 14px;
    line-height: 16px;
    color: var(--color-greyscale-500);
  }
}
@property --tw-space-x-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-x-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;
    }
  }
}
