@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-purple-200: oklch(90.2% 0.063 306.703);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --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-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-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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .\!mb-8 {
    margin-bottom: calc(var(--spacing) * 8) !important;
  }
  .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);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-md {
    border-radius: var(--radius-md) !important;
  }
  .\!rounded-none {
    border-radius: 0 !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .\!rounded-l-md {
    border-top-left-radius: var(--radius-md) !important;
    border-bottom-left-radius: var(--radius-md) !important;
  }
  .\!rounded-r-md {
    border-top-right-radius: var(--radius-md) !important;
    border-bottom-right-radius: var(--radius-md) !important;
  }
  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .\!border-y-2 {
    border-block-style: var(--tw-border-style) !important;
    border-block-width: 2px !important;
  }
  .\!border-r-2 {
    border-right-style: var(--tw-border-style) !important;
    border-right-width: 2px !important;
  }
  .\!border-l-2 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 2px !important;
  }
  .\!border-blue-500 {
    border-color: var(--color-blue-500) !important;
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .\!bg-blue-100 {
    background-color: var(--color-blue-100) !important;
  }
  .\!bg-blue-600 {
    background-color: var(--color-blue-600) !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-indigo-200 {
    background-color: var(--color-indigo-200);
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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-transparent {
    --tw-gradient-to: transparent;
    --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));
  }
  .object-contain {
    object-fit: contain;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .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-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-\[16px\] {
    font-size: 16px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .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);
  }
  .\!text-blue-500 {
    color: var(--color-blue-500) !important;
  }
  .\!text-gray-400 {
    color: var(--color-gray-400) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .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-green-600 {
    color: var(--color-green-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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-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-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);
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-50);
      }
    }
  }
  .hover\:bg-blue-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* Hero Section Styles */
.integration-hero-section {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e0e7ff 100%);
}

.integration-gradient-text {
	background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 50%, #6610f2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

@supports not (background-clip: text) {
	.integration-gradient-text {
		color: #0d6efd;
	}
}

.integration-hero-cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
	color: white;
	padding: 16px 32px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(13, 110, 253, 0.4);
	/* Prevent animation on page load */
	transform: translateY(0);
	will-change: transform;
}

.integration-hero-cta-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(13, 110, 253, 0.5);
	color: white;
	transition: all 0.3s ease;
}

.integration-hero-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: white;
	color: #0d6efd;
	padding: 16px 32px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #e2e8f0;
	/* Prevent animation on page load */
	transform: translateY(0);
	will-change: transform;
}

.integration-hero-cta-secondary:hover {
	border-color: #0d6efd;
	background: #f8fafc;
	color: #0d6efd;
	transition: all 0.3s ease;
}

@keyframes blob {
	0%, 100% {
		transform: translate(0, 0) scale(1);
	}
	33% {
		transform: translate(30px, -50px) scale(1.1);
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
	}
}

.animate-blob {
	animation: blob 7s infinite;
}

.animation-delay-2000 {
	animation-delay: 2s;
}

.animation-delay-4000 {
	animation-delay: 4s;
}

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* Trusted By Section */
.integration-trusted-by {
	background: white;
	padding: 60px 0;
	border-bottom: 1px solid #e2e8f0;
}

/* Triggers and Actions Section */
.integration-triggers-actions-section {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e0e7ff 100%);
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

.integration-triggers-actions-section::before {
	content: '';
	position: absolute;
	top: -200px;
	right: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(13, 110, 253, 0.08) 0%, rgba(13, 110, 253, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.integration-triggers-actions-section::after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(102, 16, 242, 0.06) 0%, rgba(102, 16, 242, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.trusted-content {
	text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.trusted-title {
	font-size: 0.9rem;
	color: #64748b;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.trusted-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.trusted-logo {
	opacity: 0.8;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	color: #64748b;
	display: flex;
	align-items: end;
	height: 70px;
	width: 140px;
	cursor: pointer;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.trusted-logo img {
	max-width: 100%;
	height: auto !important;
}

.trusted-logo:hover {
	opacity: 1;
	color: #0d6efd;
	transform: scale(1.1);
	filter: grayscale(0%);
}

/* Tab Button Styles */
.tab-btn:not(.active) {
	background-color: #ffffff !important;
	color: #0d6efd;
	border-radius: none;
	border-color: #0d6efd;
}
.tab-btn.active {
	background-color: #0d6efd !important;
	color: #ffffff;
	border-radius: none;
	border-color: #0d6efd;
}
.tab-btn.disabled,
.tab-btn:disabled {
	background-color: #f3f4f6 !important;
	color: #9ca3af !important;
	border-color: #d1d5db !important;
	cursor: not-allowed !important;
	opacity: 0.6;
}

/* Workflow Examples */
.workflow-examples-row .flowmattic-example-workflows {
	margin-bottom: 80px;
}
.flowmattic-sample-workflows-section-heading {
	text-align: center;
	margin-bottom: 50px;
}
.flowmattic-sample-workflows-section-heading h3 {
	font-size: 32px;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 12px !important;
}
.flowmattic-sample-workflows-section-heading p {
	font-size: 18px;
	color: #64748b;
	margin: 0;
	font-weight: 400;
}

/* Workflow Cards */
.fm-workflow-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0;
}

.fm-workflow-card {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
}

.fm-workflow-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-color: #cbd5e1;
}

.fm-workflow-card-icons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 8px 15px;
}

.fm-workflow-app-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	background: white;
	border-radius: 6px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e2e8f0;
	overflow: hidden;
}

.fm-workflow-app-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-workflow-arrow {
	flex-shrink: 0;
	color: #cbd5e1;
}

.fm-workflow-card-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 0 auto 0 !important;
	line-height: 1.5 !important;
	flex-grow: 1;
	padding: 0 15px 15px 15px !important;
	min-height: 80px;
}

.fm-workflow-card-apps {
	font-size: 13px;
	color: #2a2a2a;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f8fafc;
	padding: 8px 15px;
	border-radius: 4px;
	margin-top: 12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Integration Events */
.integration-events h4{
	font-size: 16px !important;
	max-width: 80%;
}

/* Triggers and Actions List */
.flowmattic-trigger-list ul,
.flowmattic-combined-list ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flowmattic-trigger-list ul li,
.flowmattic-combined-list ul li {
	background: white;
	border-radius: 12px;
	padding: 24px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.flowmattic-trigger-list ul li:hover,
.flowmattic-combined-list ul li:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: #cbd5e1;
	transform: translateY(-2px);
}

.flowmattic-trigger-list .integration-icon,
.flowmattic-combined-list .integration-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	border-radius: 6px;
	padding: 4px;
}

.flowmattic-trigger-list .integration-icon img,
.flowmattic-combined-list .integration-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.flowmattic-trigger-list .integration-events,
.flowmattic-combined-list .integration-events {
	flex: 1;
	min-width: 0;
}

.flowmattic-trigger-list .integration-events h4,
.flowmattic-combined-list .integration-events h4 {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #1e293b !important;
	margin: 0 !important;
	max-width: 100% !important;
	line-height: 1.4 !important;
}

.flowmattic-trigger-list .integration-events p,
.flowmattic-combined-list .integration-events p {
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
	margin: 0;
}

/* Integration Badges */
.integration-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0px 10px;
	border-radius: 4px;
	transition: all 0.2s ease;
	flex-shrink: 0;
	border: 1.5px solid;
	background: transparent;
}

.trigger-badge {
	color: #059669;
	border-color: #059669;
}

.flowmattic-trigger-list ul li:hover .trigger-badge {
	background: #059669;
	color: white;
}

.action-badge {
	color: #2563eb;
	border-color: #2563eb;
}

.flowmattic-trigger-list ul li:hover .action-badge {
	background: #2563eb;
	color: white;
}

/* Badge positioning */
.flowmattic-trigger-list ul li > div:last-child,
.flowmattic-combined-list ul li > div:last-child {
	position: static !important;
	display: flex;
	align-items: flex-start;
	margin-top: 4px;
}

/* Other Integrations */
.flowmattic-other-integrations {
	margin-top: 80px;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e0e7ff 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.flowmattic-other-integrations::before {
	content: '';
	position: absolute;
	top: -200px;
	left: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.flowmattic-other-integrations::after {
	content: '';
	position: absolute;
	bottom: -200px;
	right: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, rgba(139, 92, 246, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}
.flowmattic-other-integrations .ast-container {
	position: relative;
	z-index: 1;
}

.flowmattic-other-integrations-heading {
	text-align: center;
	margin-bottom: 40px;
}

.flowmattic-other-integrations-heading h3 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 12px !important;
	color: #1e293b;
}

.flowmattic-other-integrations-heading p {
	font-size: 18px;
	color: #64748b;
	margin: 0;
	font-weight: 400;
}

.flowmattic-integrations {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* About Integration Section */
.about-integration-section {
	padding: 60px 0 80px;
	background: #fff;
}

.about-integration-content {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 60px;
}

/* Breadcrumbs */
.integration-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	font-size: 14px;
}

.breadcrumb-link {
	color: #3b82f6;
	text-decoration: none;
	font-weight: 500;
}

.breadcrumb-link:hover {
	text-decoration: underline;
}

.breadcrumb-current {
	color: #64748b;
	font-weight: 500;
}

/* Icon and Title */
.integration-header-simple {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}

.integration-icon-large {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.integration-icon-large img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  border-radius: 6px;
}

.integration-main-title {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

.integration-version {
	font-size: 14px;
	color: #64748b;
	margin: 6px 0 0 0 !important;
	font-weight: 500;
}

/* Description */
.integration-description {
	margin-bottom: 24px;
}

.integration-description p {
	font-size: 16px;
	line-height: 1.6;
	color: #475569;
	margin: 0;
}

/* Action Buttons */
.integration-actions {
	display: flex;
	gap: 12px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.integration-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 18px;
	background: #f1f5f9;
	color: #475569;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.integration-action-btn:hover {
	background: #e2e8f0;
	border-color: #cbd5e1;
	color: #334155;
}

.integration-action-btn svg {
	flex-shrink: 0;
}

/* Related Categories */
.related-categories-section {
	padding-top: 24px;
	border-top: 1px solid #e2e8f0;
}

.related-categories-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 0 12px 0 !important;
}

.related-categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.category-badge {
	display: inline-block;
	padding: 6px 14px;
	background: white;
	color: #3b82f6;
	border: 1px solid #dbeafe;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.category-badge:hover {
	background: #eff6ff;
	border-color: #3b82f6;
}

/* Similar Apps Sidebar */
.about-integration-sidebar {
	position: sticky;
	top: 20px;
	height: fit-content;
}

.similar-apps-section {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
}

.similar-apps-title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 0 16px 0 !important;
}

.similar-apps-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 16px;
}

.similar-app-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}

.similar-app-item:hover {
	background: #f8fafc;
	border-color: #e2e8f0;
}

.similar-app-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-app-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  border-radius: 6px;
}

.similar-app-info {
	flex: 1;
	min-width: 0;
}

.similar-app-name {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.similar-app-category {
	font-size: 12px;
	color: #64748b;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.load-more-apps {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: white;
	color: #3b82f6;
	border: 1px solid #dbeafe;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.load-more-apps:hover {
	background: #eff6ff;
	border-color: #3b82f6;
	color: #3b82f6;
}

.flowmattic-integrations .flowmattic-integration .integration-title {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Mobile Responsive */
@media screen and ( max-width: 1024px ) {
	.about-integration-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-integration-sidebar {
		display: none;
	}
}

@media screen and ( max-width: 767px ) {
	.about-integration-section {
		padding: 40px 0 60px;
	}

	.integration-breadcrumbs {
		font-size: 12px;
		gap: 6px;
	}

	.integration-breadcrumbs svg {
		width: 12px;
		height: 12px;
	}

	.integration-icon-large {
		width: 64px;
		height: 64px;
		padding: 10px;
	}

	.integration-main-title {
		font-size: 22px !important;
	}

	.integration-description p {
		font-size: 15px;
	}

	.integration-action-btn {
		font-size: 13px;
		padding: 8px 14px;
	}

	.flowmattic-trigger-list ul,
	.flowmattic-action-list ul,
	.flowmattic-combined-list ul {
		grid-template-columns: 1fr !important;
	}

	.flowmattic-trigger-list ul li,
	.flowmattic-combined-list ul li {
		padding: 20px !important;
    flex-direction: column !important;
	}
  .flowmattic-integrations-details li .integration-events {
    width: auto !important;
  }

	.flowmattic-trigger-list .integration-icon,
	.flowmattic-combined-list .integration-icon {
		width: 40px;
		height: 40px;
	}
	.workflow-examples-row {
		padding: 0 15px;
	}

	.fm-workflow-cards {
		grid-template-columns: 1fr;
	}

	.fm-workflow-card {
		padding: 16px;
		min-height: auto;
	}

	.fm-workflow-card-title {
		font-size: 15px !important;
	}

	.fm-workflow-app-icon {
		width: 28px;
		height: 28px;
	}

	.fm-workflow-card-apps {
		font-size: 12px;
		padding: 6px 10px;
	}
}

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 1024px) {
	.fm-workflow-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.flowmattic-integrations img {
		max-width: 80px;
	}
	.flowmattic-integrations .flowmattic-integration .integration-title {
		font-size: 15px;
	}
	.integration-hero-section {
		min-height: auto;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.hero-title{
		font-size: 2rem;
		line-height: 1.2;
	}
	.hero-description{
		font-size: 1rem;
	}
	.integration-hero-cta-primary,
	.integration-hero-cta-secondary {
		font-size: 1rem;
		padding: 0.75rem 1.5rem;
	}

	.integration-events h4{
		max-width: 180px;
        line-height: 1.35;
	}
}

/* Changelog Section */
.fm-changelog-section {
	background: #f8fafc;
	padding: 60px 0;
	border-top: 1px solid #e2e8f0;
}

.fm-changelog-container {
	max-width: 900px;
	margin: 0 auto;
	background: white;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
	overflow: hidden;
}

.fm-changelog-header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 32px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
}

.fm-changelog-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3b82f6;
}

.fm-changelog-title-wrapper {
	flex: 1;
}

.fm-changelog-title {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	margin: 0 0 6px 0 !important;
	line-height: 1.3 !important;
}

.fm-changelog-subtitle {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.5;
}

.fm-changelog-content {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.fm-changelog-inner {
	padding: 32px;
	font-size: 15px;
	line-height: 1.7;
	color: #475569;
}

.fm-changelog-inner h3,
.fm-changelog-inner h4,
.fm-changelog-inner strong {
	color: #0f172a;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 12px;
}

.fm-changelog-inner h3 {
	font-size: 18px !important;
}

.fm-changelog-inner h4 {
	font-size: 16px !important;
}

.fm-changelog-inner ul,
.fm-changelog-inner ol {
	margin: 12px 0;
	padding-left: 24px;
}

.fm-changelog-inner li {
	margin: 8px 0;
	padding-left: 8px;
}

.fm-changelog-inner p {
	margin: 12px 0;
	color: #475569;
}

.fm-changelog-inner code {
	background: #f1f5f9;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 14px;
	color: #e11d48;
}

.fm-changelog-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.fm-changelog-toggle {
	padding: 20px 32px;
	border-top: 1px solid #e2e8f0;
	background: #fafbfc;
	display: flex;
	justify-content: center;
}

.fm-changelog-btn {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	background: white;
	color: #3b82f6;
	border: 1px solid #dbeafe;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.fm-changelog-btn:hover {
	background: #eff6ff;
	border-color: #3b82f6;
	color: #3b82f6;
}

.fm-changelog-btn .btn-icon {
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

/* Footer CTA Section */
.fm-footer-cta-section {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
  margin-bottom: -20px;
}

.fm-footer-cta-section::before {
	content: '';
	position: absolute;
	top: -200px;
	right: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
	border-radius: 50%;
}

.fm-footer-cta-section::after {
	content: '';
	position: absolute;
	bottom: -200px;
	left: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
	border-radius: 50%;
}

.fm-footer-cta-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.fm-footer-cta-text {
	color: white;
}

.fm-footer-cta-title {
	font-size: 36px !important;
	font-weight: 700 !important;
	color: white !important;
	margin: 0 0 16px 0 !important;
	line-height: 1.2 !important;
}

.fm-footer-cta-description {
	font-size: 18px;
	color: #cbd5e1;
	margin: 0 0 32px 0;
	line-height: 1.6;
}

.fm-footer-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.fm-footer-feature {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #e2e8f0;
	font-size: 15px;
	font-weight: 500;
}

.fm-footer-feature svg {
	flex-shrink: 0;
	color: #22c55e;
}

.fm-footer-cta-action {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fm-footer-cta-card {
	background: white;
	border-radius: 6px;
	padding: 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 480px;
	width: 100%;
}

.fm-footer-cta-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	color: #3b82f6;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
}

.fm-footer-cta-badge svg {
	color: #3b82f6;
	flex-shrink: 0;
}

.fm-footer-cta-card-title {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	margin: 0 0 12px 0 !important;
	line-height: 1.3 !important;
}

.fm-footer-cta-card-description {
	font-size: 15px;
	color: #64748b;
	margin: 0 0 28px 0;
	line-height: 1.6;
}

.fm-footer-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.fm-footer-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: white;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
}

.fm-footer-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
	color: white;
}

.fm-footer-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	background: #f8fafc;
	color: #3b82f6;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.fm-footer-btn-secondary:hover {
	background: #e2e8f0;
	border-color: #cbd5e1;
	color: #3b82f6;
}

.fm-footer-trust {
	display: flex;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.fm-trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #64748b;
	font-weight: 500;
}

.fm-trust-item svg {
	color: #fbbf24;
	flex-shrink: 0;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
	.fm-footer-cta-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.fm-footer-cta-title {
		font-size: 28px !important;
	}

	.fm-footer-features {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.fm-changelog-section {
		padding: 40px 0;
	}

	.fm-changelog-header {
		padding: 24px 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.fm-changelog-title {
		font-size: 20px !important;
	}

	.fm-changelog-subtitle {
		font-size: 13px;
	}

	.fm-changelog-inner {
		padding: 24px 20px;
		font-size: 14px;
	}

	.fm-changelog-toggle {
		padding: 16px 20px;
	}

	.fm-footer-cta-section {
		padding: 50px 0;
	}

	.fm-footer-cta-title {
		font-size: 24px !important;
	}

	.fm-footer-cta-description {
		font-size: 16px;
	}

	.fm-footer-cta-card {
		padding: 28px 24px;
	}

	.fm-footer-cta-card-title {
		font-size: 20px !important;
	}

	.fm-footer-trust {
		flex-direction: column;
		gap: 12px;
	}
}
