/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@import url('font-poppins.css');
@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-blue-300: oklch(0.809 0.105 251.813);
    --color-blue-400: oklch(0.707 0.165 254.624);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-blue-600: oklch(0.546 0.245 262.881);
    --color-blue-700: oklch(0.488 0.243 264.376);
    --color-blue-900: oklch(0.379 0.146 265.522);
    --color-blue-950: oklch(0.282 0.091 267.935);
    --color-slate-100: oklch(0.968 0.007 247.896);
    --color-gray-50: oklch(0.985 0.002 247.839);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-gray-500: oklch(0.551 0.027 264.364);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-px {
    height: 1px;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[15rem\] {
    max-width: 15rem;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white\/50 {
    border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-165\/increasing {
    --tw-gradient-position: 165deg in oklch increasing hue;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-500 {
    --tw-gradient-from: 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-blue-400 {
    --tw-gradient-to: var(--color-blue-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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_0_0_2px_\#2563eb\] {
    --tw-shadow: inset 0 0 0 2px var(--tw-shadow-color, #2563eb);
    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);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .hover\:text-gray-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-200);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:pr-64 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 64);
    }
  }
  .dark\:border-white\/10 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .dark\:border-white\/15 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .dark\:bg-blue-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-blue-900);
    }
  }
  .dark\:bg-gray-800 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:bg-transparent {
    &:where(.dark, .dark *) {
      background-color: transparent;
    }
  }
  .dark\:bg-white\/10 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .dark\:bg-white\/95 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .dark\:from-blue-950 {
    &:where(.dark, .dark *) {
      --tw-gradient-from: var(--color-blue-950);
      --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));
    }
  }
  .dark\:to-blue-900 {
    &:where(.dark, .dark *) {
      --tw-gradient-to: var(--color-blue-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));
    }
  }
  .dark\:text-gray-200 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-gray-300 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-300);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:opacity-100 {
    &:where(.dark, .dark *) {
      opacity: 100%;
    }
  }
  .dark\:hover\:text-white {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
}
body {
  padding: 0;
  margin: 0;
}
.theme-light {
  display: none;
}
.dark .theme-light {
  display: block;
}
.dark .theme-dark {
  display: none;
}
.lang-en {
  display: none;
}
.lang-active .lang-en {
  display: block;
}
.lang-active .lang-zh {
  display: none;
}
.web-value-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  overflow: hidden;
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
  position: relative;
}
.web-value-section::before {
  background: radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.07), transparent 28%), radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.05), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.web-value-section > .container, .web-workflow-section > .container {
  position: relative;
}
.web-section-heading {
  margin: 0 auto 3.15rem;
  max-width: 900px;
  text-align: center;
}
.web-section-heading h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 1rem;
}
.web-section-heading p {
  font-size: 1.05rem;
  line-height: 1.8;
}
.web-section-kicker {
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.web-advantage-grid {
  display: grid;
  gap: 1.1rem;
  margin: 0 auto;
  max-width: 1200px;
}
.web-advantage-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.045);
  min-height: 270px;
  padding: 1.65rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.web-advantage-card:hover {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
}
.web-advantage-card h3 {
  color: #111827;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.28;
  margin: 1rem 0 0.65rem;
}
.web-advantage-card p {
  color: #4b5563;
  font-size: 0.94rem;
  line-height: 1.74;
}
.web-card-note {
  background: rgba(37, 99, 235, 0.06);
  border-left: 2px solid rgba(37, 99, 235, 0.36);
  border-radius: 0.25rem;
  color: #1d4ed8 !important;
  font-size: 0.86rem !important;
  margin-top: 0.85rem;
  padding: 0.65rem 0.75rem;
}
.web-color-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 3.1rem;
  justify-content: center;
  width: 3.1rem;
}
.web-color-icon svg {
  height: 1.55rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 1.55rem;
}
.web-icon-blue {
  background: #dbeafe;
  color: #2563eb;
}
.web-icon-amber {
  background: #ffedd5;
  color: #ea580c;
}
.web-icon-green {
  background: #dcfce7;
  color: #16a34a;
}
.web-icon-rose {
  background: #ffe4e6;
  color: #e11d48;
}
.web-workflow-section {
  background: radial-gradient(circle at 12% 14%, rgba(96, 165, 250, 0.18), transparent 30%), linear-gradient(135deg, #0f172a 0%, #111827 52%, #172554 100%);
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
  position: relative;
}
.web-workflow-rail {
  display: grid;
  gap: 0.85rem;
  margin: 0 auto;
  max-width: 1200px;
}
.web-workflow-section .web-section-heading h2 {
  color: #ffffff;
}
.web-workflow-section .web-section-heading p {
  color: #cbd5e1;
}
.web-workflow-step {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.web-workflow-step h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-top: 0.8rem;
}
.web-compare-section {
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
  overflow: hidden;
  position: relative;
}
.web-compare-section > .container > h2, .web-platform-section > .container > h2, .web-install-section > .container > h2, .web-support-section h2 {
  font-size: clamp(2rem, 4vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.web-compare-section::before {
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.06), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}
.web-compare-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  margin: 0 auto;
  max-width: 1200px;
}
.web-compare-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.045);
  padding: 1.7rem;
}
.web-compare-card-active {
  background: radial-gradient(circle at 88% 14%, rgba(37, 99, 235, 0.16), transparent 34%), #ffffff;
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 54px rgba(37, 99, 235, 0.11);
}
.web-compare-label {
  background: #f1f5f9;
  border-radius: 0.25rem;
  color: #475569;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 1.1rem;
  padding: 0.4rem 0.75rem;
}
.web-compare-card-active .web-compare-label {
  background: #dbeafe;
  color: #1d4ed8;
}
.web-compare-card ul {
  display: grid;
  gap: 0.78rem;
}
.web-compare-card li {
  color: #4b5563;
  line-height: 1.65;
  padding-left: 1.35rem;
  position: relative;
}
.web-compare-card li::before {
  background: #94a3b8;
  border-radius: 999px;
  content: "";
  height: 0.4rem;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 0.4rem;
}
.web-compare-card-active li::before {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.web-platform-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
}
.web-platform-grid {
  gap: 1rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 auto;
  max-width: 1200px;
}
.web-platform-grid > div {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.25rem;
  box-shadow: none;
  min-height: 128px;
  padding: 1.15rem 0.75rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}
.web-platform-grid img {
  height: 3.65rem !important;
  margin-bottom: 0.7rem !important;
  opacity: 0.82 !important;
}
.web-platform-grid span {
  font-size: 0.9rem;
}
.web-platform-grid > div:hover {
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.18);
  transform: translateY(-2px);
}
.web-install-section {
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
  position: relative;
}
.web-install-layout {
  display: grid;
  gap: 1.1rem;
  margin: 0 auto;
  max-width: 1200px;
}
.web-install-action {
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.18), transparent 36%), linear-gradient(135deg, #0f172a 0%, #172554 100%);
  border-radius: 0.25rem;
  color: #ffffff;
  min-height: 100%;
  padding: 1.75rem;
}
.web-install-eyebrow {
  color: #93c5fd;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-top: 1.25rem;
  text-transform: uppercase;
}
.web-install-action h3 {
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin: 0.8rem 0 1rem;
}
.web-install-action p {
  color: #cbd5e1;
  line-height: 1.75;
}
.web-store-button {
  align-items: center;
  background: #ffffff;
  border-radius: 0.25rem;
  color: #1d4ed8;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: 1.35rem;
  min-height: 3.15rem;
  padding: 0 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.web-store-button:hover {
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.24);
  transform: translateY(-1px);
}
.web-install-hint {
  color: #94a3b8 !important;
  font-size: 0.88rem;
  margin-top: 1rem;
}
.web-install-steps {
  display: grid;
  gap: 0.85rem;
}
.web-install-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.045);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  min-height: 0;
  padding: 1.2rem;
  position: relative;
}
.web-install-card-active {
  background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 38%), #ffffff;
  border-color: rgba(249, 115, 22, 0.18);
}
.web-install-number {
  background: linear-gradient(135deg, #bfdbfe, #93c5fd);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
  height: 2.75rem;
  margin-bottom: 0 !important;
  width: 2.75rem;
}
.web-install-number span {
  color: #1d4ed8;
  font-size: 1.2rem;
}
.web-install-card h3 {
  letter-spacing: -0.02em;
  margin-top: 0.05rem;
}
.web-install-card p {
  grid-column: 2;
  line-height: 1.7;
}
.web-install-card .web-install-number {
  grid-row: span 2;
}
.web-support-section {
  background: radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 28%), linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
}
.web-support-section > .container {
  max-width: 1200px;
}
.web-help-header {
  margin: 0 auto 2.6rem;
  max-width: 860px;
  text-align: center;
}
.web-help-header h2 {
  font-size: clamp(2rem, 4vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 1rem;
}
.web-help-header p {
  font-size: 1.05rem;
  line-height: 1.8;
}
.web-help-accordion-list {
  display: grid;
  gap: 0.85rem;
  margin: 0 auto;
  max-width: 1120px;
}
.web-help-accordion {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.045);
  overflow: hidden;
}
.web-help-accordion summary {
  align-items: center;
  color: #111827;
  cursor: pointer;
  display: flex;
  font-size: 1.08rem;
  font-weight: 850;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: -0.025em;
  line-height: 1.35;
  list-style: none;
  padding: 1.15rem 1.35rem;
}
.web-help-accordion summary::-webkit-details-marker {
  display: none;
}
.web-help-accordion summary::after {
  color: #2563eb;
  content: "+";
  flex: 0 0 auto;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}
.web-help-accordion[open] summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.web-help-accordion[open] summary::after {
  content: "-";
}
.web-help-content {
  padding: 1.25rem 1.35rem 1.35rem;
}
.web-help-content p, .web-help-content li {
  color: #4b5563;
  line-height: 1.75;
}
.web-help-content p + p, .web-help-content p + ul {
  margin-top: 0.8rem;
}
.web-help-content ul {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.8rem;
}
.web-help-content li {
  padding-left: 1.15rem;
  position: relative;
}
.web-help-content li::before {
  background: #2563eb;
  border-radius: 999px;
  content: "";
  height: 0.38rem;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 0.38rem;
}
.dark .web-compare-card, .dark .web-compare-card-active, .dark .web-platform-grid > div, .dark .web-install-card {
  border-color: rgba(148, 163, 184, 0.16);
}
.dark .web-value-section {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
}
.dark .web-advantage-card, .dark .web-workflow-step {
  background: rgba(17, 24, 39, 0.78);
  border-color: rgba(148, 163, 184, 0.16);
}
.dark .web-advantage-card h3, .dark .web-workflow-step h3 {
  color: #f9fafb;
}
.dark .web-advantage-card p {
  color: #d1d5db;
}
.dark .web-card-note {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe !important;
}
.dark .web-workflow-section {
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
}
.dark .web-compare-card, .dark .web-compare-card-active {
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 42%), #111827;
}
.dark .web-compare-label {
  background: rgba(148, 163, 184, 0.14);
  color: #e5e7eb;
}
.dark .web-compare-card-active .web-compare-label {
  background: rgba(37, 99, 235, 0.22);
  color: #bfdbfe;
}
.dark .web-compare-card li {
  color: #d1d5db;
}
.dark .web-platform-section {
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
}
.dark .web-support-section {
  background: radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.1), transparent 28%), linear-gradient(180deg, #1f2937 0%, #111827 100%);
}
.dark .web-help-accordion {
  background: rgba(17, 24, 39, 0.78);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: none;
}
.dark .web-help-accordion summary {
  color: #f9fafb;
}
.dark .web-help-accordion[open] summary {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}
.dark .web-help-content p, .dark .web-help-content li {
  color: #d1d5db;
}
.dark .web-platform-grid > div {
  background: rgba(17, 24, 39, 0.7);
}
.dark .web-install-card, .dark .web-install-card-active {
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 42%), #111827;
}
.dark .web-install-action {
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.22), transparent 36%), linear-gradient(135deg, #020617 0%, #111827 100%);
}
.dark .web-install-number {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
.dark .web-install-number span {
  color: #dbeafe;
}
.dark .web-support-section .rounded-sm, .dark .web-support-section section > div.bg-white {
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: none;
}
.web-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}
.web-footer-links a, .web-footer-links button {
  font: inherit;
  transition: color 0.2s ease;
}
.web-contact-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 80;
}
.web-contact-modal.hidden {
  display: none;
}
.web-contact-backdrop {
  background: rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(12px);
  inset: 0;
  position: absolute;
}
.web-contact-panel {
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.26);
  max-height: min(92vh, 720px);
  max-width: 520px;
  overflow: auto;
  padding: 1.5rem;
  position: relative;
  width: min(100%, 520px);
}
.web-contact-close {
  align-items: center;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
  width: 2.25rem;
}
.web-contact-close:hover {
  background: #f1f5f9;
  color: #111827;
}
.web-contact-heading {
  padding-right: 2.75rem;
}
.web-contact-heading h2 {
  color: #111827;
  font-size: 1.85rem;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.web-contact-heading p {
  color: #64748b;
  line-height: 1.7;
}
.web-contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}
.web-contact-form label {
  color: #334155;
  display: grid;
  font-size: 0.92rem;
  font-weight: 760;
  gap: 0.45rem;
}
.web-contact-form input, .web-contact-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 0.25rem;
  color: #111827;
  font-size: 0.95rem;
  outline: none;
  padding: 0.72rem 0.82rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.web-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}
.web-contact-form input:focus, .web-contact-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
#contactWebsite {
  display: none;
}
.web-contact-status {
  color: #64748b;
  font-size: 0.9rem;
}
.web-contact-status.is-error {
  color: #dc2626;
}
.web-contact-status.is-success {
  color: #16a34a;
}
.web-contact-submit {
  align-items: center;
  background: #2563eb;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.web-contact-submit:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}
.web-contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}
.dark .web-contact-panel {
  background: #111827;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}
.dark .web-contact-close {
  color: #cbd5e1;
}
.dark .web-contact-close:hover {
  background: rgba(148, 163, 184, 0.14);
  color: #ffffff;
}
.dark .web-contact-heading h2 {
  color: #f9fafb;
}
.dark .web-contact-heading p, .dark .web-contact-status {
  color: #cbd5e1;
}
.dark .web-contact-form label {
  color: #e5e7eb;
}
.dark .web-contact-form input, .dark .web-contact-form textarea {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.28);
  color: #f9fafb;
}
@media (min-width: 560px) {
  .web-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .web-workflow-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .web-compare-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .web-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 980px) {
  .web-install-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  }
  .web-workflow-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 720px) {
  .web-platform-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
