/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@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-red-500: oklch(63.7% .237 25.331);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-yellow-500: oklch(79.5% .184 86.047);
    --color-green-500: oklch(72.3% .219 149.579);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-thin: 100;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  html, body {
    background-color: var(--background);
    color: var(--foreground);
    height: 100%;
    min-height: 100svh;
    margin: 0;
    padding: 0;
  }

  #root {
    flex-direction: column;
    min-height: 100svh;
    display: flex;
  }
}

@layer components;

@layer utilities {
  .\@container\/card-header {
    container: card-header / inline-size;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .-top-\[1\.1rem\] {
    top: -1.1rem;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .m-0 {
    margin: 0;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-6 {
    min-height: calc(var(--spacing) * 6);
  }

  .min-h-svh {
    min-height: 100svh;
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-\[48rem\] {
    width: 48rem;
  }

  .w-\[400px\] {
    width: 400px;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-sm {
    min-width: var(--container-sm);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .animate-caret-blink {
    animation: 1.25s ease-out infinite caret-blink;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .self-start {
    align-self: flex-start;
  }

  .justify-self-end {
    justify-self: flex-end;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }

  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-input {
    border-color: var(--input);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-destructive {
    background-color: var(--destructive);
  }

  .bg-foreground {
    background-color: var(--foreground);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-muted {
    background-color: var(--muted);
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: 0;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .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: var(--spacing);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .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));
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .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);
  }

  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }

  .text-balance {
    text-wrap: balance;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-transparent {
    color: #0000;
  }

  .text-white {
    color: var(--color-white);
  }

  .text-yellow-500 {
    color: var(--color-yellow-500);
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-75 {
    opacity: .75;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
    pointer-events: none;
  }

  .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
    opacity: .5;
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
    opacity: .5;
  }

  .selection\:bg-primary ::selection {
    background-color: var(--primary);
  }

  .selection\:bg-primary::selection {
    background-color: var(--primary);
  }

  .selection\:text-primary-foreground ::selection {
    color: var(--primary-foreground);
  }

  .selection\:text-primary-foreground::selection {
    color: var(--primary-foreground);
  }

  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }

  .file\:h-7::file-selector-button {
    height: calc(var(--spacing) * 7);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }

  .first\:rounded-l-md:first-child {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .first\:border-l:first-child {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .last\:rounded-r-md:last-child {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }

    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }

    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }

    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }

    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring:focus-visible, .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .focus-visible\:ring-offset-0:focus-visible {
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled, .has-disabled\:opacity-50:has(:disabled) {
    opacity: .5;
  }

  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[active\=true\]\:z-10[data-active="true"] {
    z-index: 10;
  }

  .data-\[active\=true\]\:border-ring[data-active="true"] {
    border-color: var(--ring);
  }

  .data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[active\=true\]\:ring-ring\/50[data-active="true"] {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[active\=true\]\:ring-ring\/50[data-active="true"] {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .data-\[active\=true\]\:aria-invalid\:border-destructive[data-active="true"][aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active="true"][aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active="true"][aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (min-width: 40rem) {
    .sm\:max-w-\[425px\] {
      max-width: 425px;
    }

    .sm\:max-w-lg {
      max-width: var(--container-lg);
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:justify-end {
      justify-content: flex-end;
    }

    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }

    .md\:max-w-3xl {
      max-width: var(--container-3xl);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .dark\:border-white:is(.dark *) {
    border-color: var(--color-white);
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  .dark\:text-black:is(.dark *) {
    color: var(--color-black);
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active="true"][aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active="true"][aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&\:\:-webkit-calendar-picker-indicator\]\:h-5::-webkit-calendar-picker-indicator {
    height: calc(var(--spacing) * 5);
  }

  .\[\&\:\:-webkit-calendar-picker-indicator\]\:w-5::-webkit-calendar-picker-indicator {
    width: calc(var(--spacing) * 5);
  }

  .\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator {
    cursor: pointer;
  }

  .\[\&\:\:-webkit-calendar-picker-indicator\]\:bg-gray-500::-webkit-calendar-picker-indicator {
    background-color: var(--color-gray-500);
  }

  .\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-100::-webkit-calendar-picker-indicator {
    opacity: 1;
  }

  @media (hover: hover) {
    .\[\&\:\:-webkit-calendar-picker-indicator\]\:hover\:bg-gray-700::-webkit-calendar-picker-indicator:hover {
      background-color: var(--color-gray-700);
    }
  }

  .\[\.border-b\]\:pb-6.border-b {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .\[\.border-t\]\:pt-6.border-t {
    padding-top: calc(var(--spacing) * 6);
  }

  :root:not(.dark) button.bg-primary {
    color: #1e2080;
    background-color: #fccc00;
  }

  :root:not(.dark) button.bg-primary:hover {
    background-color: #e6b800;
  }

  :root:not(.dark) button.border-input {
    color: #1e2080;
    background-color: #fccc00;
    border-color: #e6b800;
  }

  :root:not(.dark) button.border-input:hover {
    color: #1e2080;
    background-color: #e6b800;
    border-color: #d4a800;
  }

  :root:not(.dark) form button.bg-primary, :root:not(.dark) [role="dialog"] button.bg-primary {
    color: #fff;
    background-color: #1e2080;
  }

  :root:not(.dark) form button.bg-primary:hover, :root:not(.dark) [role="dialog"] button.bg-primary:hover {
    color: #fff;
    background-color: #282a90;
  }

  :root:not(.dark) form button.border-input, :root:not(.dark) [role="dialog"] button.border-input {
    color: #1e2080;
    background-color: #0000;
    border-color: #e4e5ef;
  }

  :root:not(.dark) form button.border-input:hover, :root:not(.dark) [role="dialog"] button.border-input:hover {
    color: #1e2080;
    background-color: #fff4cc;
    border-color: #e4e5ef;
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --radius: .625rem;
  --ink: #1e2080;
  --ink2: #282a90;
  --gold: #fccc00;
  --goldSoft: #fff4cc;
  --bg: #f4f5fa;
  --line: #e4e5ef;
  --green: #2e7d5b;
  --greenBg: #e3f1ea;
  --red: #c62828;
  --redBg: #fbe9e7;
  --amber: #b7791f;
  --amberBg: #fff4cc;
  --muted: #f4f5fa;
  --goldText: #8a6d00;
  --background: #f4f5fa;
  --foreground: #1e2080;
  --card: #fff;
  --card-foreground: #1e2080;
  --popover: #fff;
  --popover-foreground: #1e2080;
  --primary: #1e2080;
  --primary-foreground: #fff;
  --secondary: #fccc00;
  --secondary-foreground: #1e2080;
  --muted-foreground: #6e7191;
  --accent: #fff4cc;
  --accent-foreground: #1e2080;
  --destructive: #c62828;
  --border: #e4e5ef;
  --input: #e4e5ef;
  --ring: #1e2080;
  --chart-1: #1e2080;
  --chart-2: #fccc00;
  --chart-3: #2e7d5b;
  --chart-4: #b7791f;
  --chart-5: #282a90;
  --sidebar: #1e2080;
  --sidebar-foreground: #a5b4fc;
  --sidebar-primary: #fccc00;
  --sidebar-primary-foreground: #1e2080;
  --sidebar-accent: #fff4cc33;
  --sidebar-accent-foreground: #fccc00;
  --sidebar-border: #ffffff1a;
  --sidebar-ring: #fccc00;
}

.dark {
  --background: oklch(14.5% 0 0);
  --foreground: oklch(98.5% 0 0);
  --card: oklch(20.5% 0 0);
  --card-foreground: oklch(98.5% 0 0);
  --popover: oklch(20.5% 0 0);
  --popover-foreground: oklch(98.5% 0 0);
  --primary: oklch(92.2% 0 0);
  --primary-foreground: oklch(20.5% 0 0);
  --secondary: oklch(26.9% 0 0);
  --secondary-foreground: oklch(98.5% 0 0);
  --muted: oklch(26.9% 0 0);
  --muted-foreground: oklch(70.8% 0 0);
  --accent: oklch(26.9% 0 0);
  --accent-foreground: oklch(98.5% 0 0);
  --destructive: oklch(70.4% .191 22.216);
  --border: oklch(100% 0 0 / .1);
  --input: oklch(100% 0 0 / .15);
  --ring: oklch(55.6% 0 0);
  --chart-1: oklch(48.8% .243 264.376);
  --chart-2: oklch(69.6% .17 162.48);
  --chart-3: oklch(76.9% .188 70.08);
  --chart-4: oklch(62.7% .265 303.9);
  --chart-5: oklch(64.5% .246 16.439);
  --sidebar: oklch(20.5% 0 0);
  --sidebar-foreground: oklch(98.5% 0 0);
  --sidebar-primary: oklch(48.8% .243 264.376);
  --sidebar-primary-foreground: oklch(98.5% 0 0);
  --sidebar-accent: oklch(26.9% 0 0);
  --sidebar-accent-foreground: oklch(98.5% 0 0);
  --sidebar-border: oklch(100% 0 0 / .1);
  --sidebar-ring: oklch(55.6% 0 0);
}

.lp-root {
  flex: 1;
  grid-template-columns: 52% 48%;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  font-family: Inter, Segoe UI, sans-serif;
  display: grid;
}

.lp-hero {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp-hero-bg {
  z-index: 0;
  background: url("/login-bg.png") center / cover no-repeat;
  position: absolute;
  inset: 0;
}

.lp-hero-inner {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  padding: 2.5rem 3rem 1.5rem;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.lp-logo {
  align-items: center;
  gap: .75rem;
  margin-bottom: 2.2rem;
  display: flex;
}

.lp-logo-img {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.lp-logo-name {
  color: #fff;
  letter-spacing: .5px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.lp-logo-sub {
  letter-spacing: 2px;
  color: #fff9;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: .58rem;
  font-weight: 700;
}

.lp-tagline {
  color: #ffffffe6;
  margin-bottom: .2rem;
  font-size: .88rem;
  font-weight: 500;
}

.lp-tagline-zh {
  color: #fde047;
  margin-bottom: 1.6rem;
  font-size: .82rem;
  font-weight: 400;
  display: block;
}

.lp-content-block {
  flex-shrink: 0;
  margin-bottom: 2.5rem;
}

.lp-headline {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
}

.lp-headline-zh {
  color: #fde047;
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}

.lp-quote {
  border-left: 3px solid #fde047;
  width: 30rem;
  margin: 0;
  padding-left: 1.1rem;
}

.lp-quote-en {
  color: #ffffffd1;
  margin-bottom: .4rem;
  font-size: .9rem;
  line-height: 1.7;
}

.lp-quote-zh {
  color: #fde047;
  opacity: .75;
  font-size: .8rem;
  line-height: 1.65;
}

.lp-features {
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 2rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.lp-feature {
  align-items: flex-start;
  gap: .85rem;
  display: flex;
}

.lp-feature-icon {
  color: #fde047;
  background: #ffffff14;
  border: 1px solid #ffffff38;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
}

.lp-feature-body {
  flex-direction: column;
  display: flex;
}

.lp-feature-title {
  color: #fff;
  margin-bottom: 1px;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
}

.lp-feature-title-zh {
  color: #fde047;
  margin-bottom: 4px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.lp-feature-desc {
  color: #ffffffb8;
  font-size: .7rem;
  line-height: 1.5;
}

.lp-feature-desc-zh {
  color: #ffffff7a;
  opacity: 1;
  margin-top: 1px;
  font-size: .64rem;
  line-height: 1.5;
}

.lp-support-card {
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 12px;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5rem;
  padding: 1.1rem 1.5rem;
  display: flex;
}

.lp-support-left {
  flex-shrink: 0;
  align-items: center;
  gap: .9rem;
  min-width: 220px;
  padding-right: 1.5rem;
  display: flex;
}

.lp-support-icon {
  color: #fde047;
  flex-shrink: 0;
}

.lp-support-title {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
}

.lp-support-title-zh {
  color: #fde047;
  font-weight: 600;
}

.lp-support-divider {
  background: #ffffff40;
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  margin-right: 1.5rem;
}

.lp-support-right {
  flex: 1;
}

.lp-support-desc {
  color: #ffffffd1;
  font-size: .8rem;
  line-height: 1.55;
}

.lp-support-desc-zh {
  color: #fde047;
  opacity: .75;
  margin-top: 2px;
  font-size: .72rem;
  line-height: 1.5;
}

.lp-hero-footer {
  z-index: 1;
  text-align: center;
  color: #ffffff73;
  padding: 1rem 2rem;
  font-size: .65rem;
  position: relative;
}

.lp-right {
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem 3.5rem 2rem;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.lp-mobile-banner {
  display: none;
}

.lp-lang-bar {
  color: #6e7191;
  align-items: center;
  gap: .4rem;
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

.lp-lang-btn {
  color: #6e7191;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: .2rem .35rem;
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  transition: color .15s, background .15s;
}

.lp-lang-btn.active {
  color: #1e2080;
  background: #f4f5fa;
}

.lp-lang-btn:hover {
  color: #1e2080;
}

.lp-lang-sep {
  color: #c0c1d0;
  font-size: .7rem;
}

.lp-form-center {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.lp-form-header {
  margin-bottom: 1.2rem;
}

.lp-form-card {
  background: #fff;
  border: 1px solid #e4e5ef;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 2px 12px #00000012;
}

.lp-form-title {
  color: #1e2080;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.lp-form-title-zh {
  color: #fccc00;
  margin-bottom: .4rem;
  font-size: 1rem;
  font-weight: 700;
}

.lp-form-subtitle {
  color: #6e7191;
  margin-top: .25rem;
  font-size: .82rem;
  line-height: 1.5;
}

.lp-form-subtitle-zh {
  color: #9090ab;
  margin-top: 2px;
  font-size: .76rem;
  line-height: 1.5;
}

.lp-steps-box {
  background: #f7f8fc;
  border: 1px solid #ecedf5;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  padding: .85rem 1rem .9rem;
}

.lp-steps-label {
  letter-spacing: 1.4px;
  color: #9090ab;
  text-transform: uppercase;
  margin-bottom: .9rem;
  font-size: .6rem;
  font-weight: 700;
}

.lp-steps-row {
  align-items: flex-start;
  display: flex;
}

.lp-step-group {
  flex: 1;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.lp-step-group:last-child {
  flex: none;
}

.lp-step {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.lp-step-circle {
  color: #9090ab;
  z-index: 1;
  background: #e4e5ef;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .8rem;
  font-weight: 700;
  transition: all .25s;
  display: flex;
  position: relative;
}

.lp-step-circle.active {
  color: #fff;
  background: #1e2080;
  box-shadow: 0 0 0 5px #1e20801f;
}

.lp-step-circle.done {
  color: #fff;
  background: #1e2080;
}

.lp-step-connector {
  background: repeating-linear-gradient(to right, #c0c1d0 0 4px, #0000 4px 8px);
  flex: 1;
  min-width: 12px;
  height: 2px;
  margin: 16px 4px 0;
  position: relative;
}

.lp-step-connector:after {
  content: "";
  border: 4px solid #0000;
  border-left: 5px solid #c0c1d0;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.lp-step-connector.done {
  background: repeating-linear-gradient(to right, #1e2080 0 4px, #0000 4px 8px);
}

.lp-step-connector.done:after {
  border-left-color: #1e2080;
}

.lp-step-name {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: 100%;
  max-width: 82px;
  margin-top: .45rem;
  display: flex;
}

.lp-step-name-en {
  color: #6e7191;
  text-align: center;
  word-break: break-word;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px 3px;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.lp-step-name.active .lp-step-name-en {
  color: #1e2080;
}

.lp-step-zh {
  color: #9090ab;
  text-align: center;
  word-break: break-word;
  margin-top: 1px;
  font-size: .54rem;
}

.lp-field {
  margin-bottom: 1.1rem;
}

.lp-label-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .45rem;
  display: flex;
}

.lp-label {
  color: #1e2080;
  font-size: .82rem;
  font-weight: 600;
}

.lp-show-btn {
  color: #1e2080;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.lp-show-btn:hover {
  color: #282a90;
}

.lp-show-zh {
  color: #6e7191;
  font-weight: 400;
}

.lp-input-wrap {
  position: relative;
}

.lp-input-icon {
  color: #6e7191;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.lp-input {
  color: #1e2080;
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid #e4e5ef;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 46px;
  padding: 0 1rem 0 2.4rem;
  font-family: inherit;
  font-size: .88rem;
  transition: border-color .2s, box-shadow .2s;
}

.lp-input-pw {
  padding-right: 2.8rem;
}

.lp-pw-eye {
  cursor: pointer;
  color: #6e7191;
  background: none;
  border: none;
  align-items: center;
  padding: 0;
  transition: color .15s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.lp-pw-eye:hover {
  color: #1e2080;
}

.lp-input:focus {
  border-color: #1e2080;
  box-shadow: 0 0 0 3px #1e208014;
}

.lp-hint {
  color: #6e7191;
  margin-top: .35rem;
  font-size: .68rem;
  line-height: 1.5;
}

.lp-error {
  color: #c62828;
  margin-top: .35rem;
  font-size: .68rem;
}

.lp-submit {
  color: #fff;
  cursor: pointer;
  letter-spacing: .3px;
  background: #1e2080;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  height: 48px;
  margin-top: .5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  transition: background .2s, transform .1s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 14px #1e208040;
}

.lp-submit:hover:not(:disabled) {
  background: #282a90;
  box-shadow: 0 6px 18px #1e208052;
}

.lp-submit:active:not(:disabled) {
  transform: scale(.985);
}

.lp-submit:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}

.lp-spinner {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  animation: .65s linear infinite lp-spin;
}

@keyframes lp-spin {
  to {
    transform: rotate(360deg);
  }
}

.lp-forgot {
  text-align: center;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}

.lp-forgot-link {
  color: #1e2080;
  text-underline-offset: 3px;
  font-size: .78rem;
  text-decoration: underline;
}

.lp-forgot-link:hover {
  color: #282a90;
}

.lp-demo-card {
  background: #f4f5fa;
  border: 1px solid #e4e5ef;
  border-radius: 14px;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.1rem 1.25rem;
  display: flex;
}

.lp-demo-info {
  flex: 1;
}

.lp-demo-title {
  color: #1e2080;
  margin-bottom: .25rem;
  font-size: .85rem;
  font-weight: 700;
}

.lp-demo-title-zh {
  color: #6e7191;
  font-size: .8rem;
  font-weight: 400;
}

.lp-demo-desc {
  color: #6e7191;
  font-size: .72rem;
  line-height: 1.5;
}

.lp-demo-desc-zh {
  color: #9090ab;
  margin-top: 1px;
  font-size: .66rem;
  line-height: 1.5;
}

.lp-demo-btns {
  flex-direction: column;
  flex-shrink: 0;
  gap: .5rem;
  display: flex;
}

.lp-demo-btn {
  color: #1e2080;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e4e5ef;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .5rem .85rem;
  font-family: inherit;
  font-size: .7rem;
  font-weight: 600;
  transition: background .15s, border-color .15s;
  display: flex;
}

.lp-demo-btn:hover {
  background: #eef0ff;
  border-color: #1e2080;
}

.lp-demo-btn-zh {
  color: #6e7191;
  font-size: .62rem;
  font-weight: 400;
}

.lp-contact {
  border-top: 1px solid #e4e5ef;
  margin-top: auto;
  padding-top: 1rem;
}

.lp-contact-title {
  color: #6e7191;
  margin-bottom: 2px;
  font-size: .75rem;
  font-weight: 500;
}

.lp-contact-title-zh {
  color: #9090ab;
  margin-bottom: .5rem;
  font-size: .68rem;
}

.lp-contact-row {
  flex-wrap: wrap;
  gap: 1.5rem;
  display: flex;
}

.lp-contact-item {
  color: #1e2080;
  align-items: center;
  gap: 5px;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .lp-root {
    grid-template-columns: 45% 55%;
  }

  .lp-hero-inner {
    padding: 2rem 2rem 1.25rem;
  }

  .lp-right {
    padding: 2rem 2.5rem;
  }

  .lp-headline {
    font-size: 1.9rem;
  }

  .lp-features {
    gap: 1rem 1.2rem;
  }

  .lp-support-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-support-divider {
    align-self: auto;
    width: 100%;
    height: 1px;
    margin: .75rem 0;
  }

  .lp-support-left {
    min-width: auto;
    padding-right: 0;
  }

  .lp-form-title {
    font-size: 1.9rem;
  }

  .lp-demo-card {
    flex-direction: column;
  }

  .lp-demo-btns {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .lp-root {
    grid-template-columns: 1fr;
    min-height: 100svh;
  }

  .lp-hero {
    display: none;
  }

  .lp-right {
    justify-content: flex-start;
    padding: 0;
  }

  .lp-mobile-banner {
    background: linear-gradient(135deg, #1e2080 0%, #282a90 100%);
    flex-shrink: 0;
    align-items: center;
    gap: .75rem;
    padding: 1.1rem 1.5rem;
    display: flex;
  }

  .lp-mobile-banner img {
    object-fit: contain;
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .lp-mobile-banner-text p:first-child {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
  }

  .lp-mobile-banner-text p:last-child {
    letter-spacing: 1.5px;
    color: #ffffff80;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: .55rem;
    font-weight: 700;
  }

  .lp-right > :not(.lp-mobile-banner) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lp-lang-bar {
    justify-content: flex-end;
    padding-top: .75rem;
    padding-bottom: .5rem;
    position: static;
  }

  .lp-form-header {
    padding-top: .25rem;
  }

  .lp-form-title {
    font-size: 1.75rem;
  }

  .lp-form-title-zh {
    font-size: 1rem;
  }

  .lp-form-subtitle, .lp-form-subtitle-zh {
    font-size: .8rem;
  }

  .lp-steps-box {
    margin-left: 0;
    margin-right: 0;
    padding: .75rem .65rem .8rem;
  }

  .lp-step-circle {
    width: 28px;
    height: 28px;
    font-size: .72rem;
  }

  .lp-step-connector {
    min-width: 6px;
    margin-top: 14px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .lp-step-name {
    max-width: 65px;
  }

  .lp-step-name-en {
    gap: 2px;
    font-size: .52rem;
  }

  .lp-step-zh {
    font-size: .46rem;
  }

  .lp-contact {
    padding-bottom: 1.5rem;
  }

  .lp-contact-row {
    flex-direction: column;
    gap: .4rem;
  }
}

@media (max-width: 375px) {
  .lp-form-title {
    font-size: 1.5rem;
  }

  .lp-step-circle {
    width: 24px;
    height: 24px;
    font-size: .65rem;
  }

  .lp-step-connector {
    margin-top: 12px;
  }

  .lp-step-name {
    max-width: 58px;
  }

  .lp-step-name-en {
    font-size: .48rem;
  }

  .lp-step-zh {
    font-size: .42rem;
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0)scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1))rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0)scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1))rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}

@keyframes caret-blink {
  0%, 70%, 100% {
    opacity: 1;
  }

  20%, 50% {
    opacity: 0;
  }
}
