/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-lime-100: oklch(96.7% 0.067 122.328);
    --color-lime-500: oklch(76.8% 0.233 130.85);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-neutral-300: oklch(87% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-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;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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-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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    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;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-full {
    top: 100%;
  }
  .-right-8 {
    right: calc(var(--spacing) * -8);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-18 {
    bottom: calc(var(--spacing) * -18);
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-62 {
    height: calc(var(--spacing) * 62);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-92 {
    height: calc(var(--spacing) * 92);
  }
  .h-screen {
    height: 100vh;
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-15 {
    rotate: calc(15deg * -1);
  }
  .rotate-15 {
    rotate: 15deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .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-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .-space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-gray-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-200);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-indigo-100 {
    background-color: var(--color-indigo-100);
  }
  .bg-indigo-500 {
    background-color: var(--color-indigo-500);
  }
  .bg-lime-100 {
    background-color: var(--color-lime-100);
  }
  .bg-lime-500 {
    background-color: var(--color-lime-500);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-pink-100 {
    background-color: var(--color-pink-100);
  }
  .bg-pink-500 {
    background-color: var(--color-pink-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-violet-500 {
    background-color: var(--color-violet-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-linear-to-br {
    --tw-gradient-position: to bottom right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-tl {
    --tw-gradient-position: to top left;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top left in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\/assets\/hero-gradient-bg\.png\'\)\] {
    background-image: url('./assets/hero-gradient-bg.png');
  }
  .bg-\[url\(\'\/assets\/hero-gradient-bg\.png\'\)\] {
    background-image: url('./assets/hero-gradient-bg.png');
  }
  .from-orange-50 {
    --tw-gradient-from: var(--color-orange-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-600 {
    --tw-gradient-from: var(--color-orange-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-100 {
    --tw-gradient-to: var(--color-orange-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-500 {
    --tw-gradient-to: var(--color-orange-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-orange-500 {
    fill: var(--color-orange-500);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-orange-500 {
    stroke: var(--color-orange-500);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .text-center {
    text-align: center;
  }
  .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-5xl\/15 {
    font-size: var(--text-5xl);
    line-height: calc(var(--spacing) * 15);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .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-sm\/6 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-500 {
    color: var(--color-zinc-500);
  }
  .text-zinc-600 {
    color: var(--color-zinc-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-7 {
    opacity: 7%;
  }
  .shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.10\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(0,0,0,0.10));
    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_2px_4px_rgba\(255\,255\,255\,0\.6\)\] {
    --tw-shadow: inset 0 2px 4px var(--tw-shadow-color, rgba(255,255,255,0.6));
    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_4px_4px_rgba\(255\,255\,255\,0\.25\)\,0_4px_10px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: inset 0 4px 4px var(--tw-shadow-color, rgba(255,255,255,0.25)), 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/5 {
    --tw-shadow-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-zinc-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-500);
      }
    }
  }
  .sm\:max-w-64 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 64);
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-26 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 26);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:divide-x {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-x-reverse: 0;
        border-inline-style: var(--tw-border-style);
        border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
        border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
      }
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:p-20 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:pb-42 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 42);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-6xl\/18 {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: calc(var(--spacing) * 18);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .xl\:px-32 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
}
body {
  background-color: var(--color-white);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  cursor: pointer;
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-indigo-600);
  --tw-gradient-to: #8A7DFF;
  --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));
}

.saasly-trusted-section {
  overflow: hidden;
  background: #ffffff;
  padding: 1.25rem 1rem 3.5rem;
}

.saasly-brand-marquee {
  display: flex;
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  overflow: hidden;
  user-select: none;
}

.saasly-brand-marquee::before,
.saasly-brand-marquee::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5rem;
  height: 100%;
  content: "";
  pointer-events: none;
}

.saasly-brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.saasly-brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.saasly-brand-track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  will-change: transform;
  animation: saasly-brand-scroll 22s linear infinite;
}

.saasly-brand-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.saasly-brand-logo {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin: 0 2.75rem;
  object-fit: contain;
}

@keyframes saasly-brand-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 640px) {
  .saasly-trusted-section {
    padding: 1.25rem 1rem 2.75rem;
  }

  .saasly-brand-marquee::before,
  .saasly-brand-marquee::after {
    width: 3rem;
  }

  .saasly-brand-logo {
    width: 86px;
    height: 86px;
    margin: 0 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saasly-brand-track {
    animation-duration: 45s;
  }
}

.genesis-agent-section {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 48%, #ffffff 100%);
  color: #111827;
  padding: 8rem 1rem;
}

.genesis-agent-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.genesis-agent-copy {
  text-align: center;
}

.genesis-agent-title {
  max-width: 32rem;
  margin: 1rem auto 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.genesis-agent-description {
  max-width: 28rem;
  margin: 1rem auto 0;
  color: #71717a;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.genesis-agent-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 0 1.5rem;
}

.genesis-agent-card {
  width: 100%;
  max-width: 20rem;
  min-height: 12.25rem;
  padding: 1.5rem;
  border: 1px solid #fed7aa;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.genesis-agent-card:hover {
  transform: translateY(-2px);
  border-color: #fb923c;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.14);
}

.genesis-agent-icon {
  width: 2.125rem;
  height: 2.125rem;
  margin-bottom: 1rem;
  color: #f97316;
}

.genesis-agent-card h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #111827;
}

.genesis-agent-card p {
  overflow: hidden;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  color: #52525b;
  line-height: 1.5rem;
}

@media (max-width: 640px) {
  .genesis-agent-section {
    padding: 5rem 1rem;
  }

  .genesis-agent-grid {
    padding: 0;
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

.reposted-auth-body {
  min-height: 100vh;
  background: #ffffff;
  color: #111827;
}

.reposted-auth-page {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.95fr) minmax(26rem, 1.05fr);
  background:
    radial-gradient(circle at 18% 18%, rgba(249, 115, 22, 0.16), transparent 32rem),
    radial-gradient(circle at 90% 0%, rgba(34, 197, 94, 0.1), transparent 28rem),
    #ffffff;
}

.reposted-auth-brand,
.reposted-auth-panel {
  display: flex;
  min-width: 0;
}

.reposted-auth-brand {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem clamp(2rem, 6vw, 5rem);
  overflow: hidden;
}

.reposted-auth-brand::after {
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.08);
  content: "";
}

.reposted-auth-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
}

.reposted-auth-logo img {
  width: 145px;
  height: auto;
  object-fit: contain;
}

.reposted-auth-copy {
  position: relative;
  z-index: 1;
  max-width: 35rem;
  margin: 5rem 0;
}

.reposted-auth-kicker,
.reposted-auth-eyebrow {
  margin-bottom: 1rem;
  color: #f97316;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reposted-auth-copy h1 {
  max-width: 34rem;
  font-size: clamp(3rem, 5.8vw, 5.75rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.reposted-auth-copy p:not(.reposted-auth-kicker) {
  max-width: 30rem;
  margin-top: 1.5rem;
  color: #52525b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.reposted-auth-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  max-width: 34rem;
  list-style: none;
}

.reposted-auth-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.6;
}

.reposted-auth-benefits span {
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 999px;
  background: #ffedd5;
  color: #ea580c;
  font-size: 0.9rem;
  font-weight: 800;
}

.reposted-auth-panel {
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.reposted-auth-card {
  width: min(100%, 31rem);
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
}

.reposted-auth-card-header {
  margin-bottom: 1.75rem;
}

.reposted-auth-card-header h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.reposted-auth-card-header p:not(.reposted-auth-eyebrow) {
  margin-top: 0.9rem;
  color: #71717a;
  line-height: 1.65;
}

.reposted-auth-form {
  display: grid;
  gap: 1rem;
}

.reposted-auth-form label {
  display: grid;
  gap: 0.45rem;
}

.reposted-auth-form label > span {
  color: #374151;
  font-size: 0.9rem;
  font-weight: 650;
}

.reposted-auth-form input,
.reposted-auth-form select {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #ffffff;
  color: #111827;
  font: inherit;
  padding: 0 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reposted-auth-form input:focus,
.reposted-auth-form select:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.16);
}

.reposted-auth-form .border-error {
  border-color: #ef4444;
}

.reposted-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
}

.reposted-auth-row a,
.reposted-auth-switch a,
.reposted-auth-terms a {
  color: #ea580c;
  font-weight: 700;
  text-decoration: none;
}

.reposted-auth-row a:hover,
.reposted-auth-switch a:hover,
.reposted-auth-terms a:hover {
  color: #c2410c;
}

.reposted-auth-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 0.55rem !important;
  color: #52525b;
  font-size: 0.9rem;
}

.reposted-auth-check input {
  width: 1rem;
  min-height: 1rem;
  accent-color: #f97316;
}

.reposted-auth-terms {
  align-items: flex-start;
}

.reposted-auth-captcha {
  overflow: hidden;
}

.reposted-auth-submit {
  width: 100%;
  min-height: 3.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #ffffff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.28), 0 12px 26px rgba(249, 115, 22, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.reposted-auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.28), 0 16px 34px rgba(249, 115, 22, 0.32);
}

.reposted-auth-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.reposted-auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #a1a1aa;
  font-size: 0.85rem;
}

.reposted-auth-divider::before,
.reposted-auth-divider::after {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
  content: "";
}

.reposted-auth-socials {
  display: grid;
  gap: 0.75rem;
}

.reposted-auth-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.reposted-auth-switch {
  margin-top: 1.5rem;
  color: #52525b;
  text-align: center;
}

.reposted-auth-message {
  border-radius: 0.875rem;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.reposted-auth-message-error {
  background: #fef2f2;
  color: #b91c1c;
}

.reposted-auth-message-success {
  background: #f0fdf4;
  color: #15803d;
}

.input-msg-error {
  color: #dc2626;
  font-size: 0.78rem;
  line-height: 1.3;
}

#mobileMenu.reposted-mobile-menu-open {
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}

.site-header-shell nav {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header-shell nav.reposted-nav-scrolled {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(228, 228, 231, 0.74);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.reposted-language {
  position: relative;
  z-index: 60;
}

.reposted-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  border: 1px solid rgba(228, 228, 231, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #18181b;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.reposted-language:hover .reposted-language-toggle,
.reposted-language:focus-within .reposted-language-toggle {
  border-color: #fdba74;
  color: #ea580c;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.12);
}

.reposted-language-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  display: grid;
  gap: 0.25rem;
  min-width: 12rem;
  border: 1px solid rgba(228, 228, 231, 0.95);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.45rem;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.reposted-language:hover .reposted-language-menu,
.reposted-language:focus-within .reposted-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reposted-language-menu a,
.reposted-mobile-language a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 0.75rem;
  color: #3f3f46;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.reposted-language-menu a {
  padding: 0.65rem 0.75rem;
}

.reposted-language-menu a:hover,
.reposted-language-menu a.is-active,
.reposted-mobile-language a:hover,
.reposted-mobile-language a.is-active {
  background: #fff7ed;
  color: #ea580c;
}

.reposted-mobile-language {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid #f4f4f5;
  border-bottom: 1px solid #f4f4f5;
  padding: 0.9rem 0.75rem;
}

.reposted-mobile-language > span {
  color: #71717a;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reposted-mobile-language > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.reposted-mobile-language a {
  border: 1px solid #f4f4f5;
  padding: 0.55rem 0.7rem;
}

@media (max-width: 900px) {
  .reposted-auth-page {
    grid-template-columns: 1fr;
  }

  .reposted-auth-brand {
    padding: 2rem 1.25rem 0;
  }

  .reposted-auth-copy {
    margin: 2.75rem 0 1.75rem;
  }

  .reposted-auth-benefits {
    display: none;
  }

  .reposted-auth-panel {
    padding: 1.25rem;
  }
}

@media (max-width: 520px) {
  .reposted-auth-card {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .reposted-auth-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

.reposted-preview-auth-page {
  min-height: 100vh;
  padding: 7.5rem 1rem 3.5rem;
  background-image: url("./assets/hero-gradient-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reposted-preview-auth-shell {
  display: grid;
  min-height: calc(100vh - 11rem);
  max-width: 80rem;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 31rem);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.reposted-preview-auth-shell-compact {
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 31rem);
}

.reposted-preview-auth-copy {
  max-width: 42rem;
}

.reposted-preview-hero-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 1rem;
}

.reposted-preview-pill {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.35rem 0.8rem;
  color: #3f3f46;
  font-size: 0.92rem;
  backdrop-filter: blur(14px);
}

.reposted-preview-pill i {
  width: 1px;
  height: 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.reposted-preview-auth-copy h1 {
  max-width: 34rem;
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.reposted-preview-auth-copy p {
  max-width: 33rem;
  margin-top: 1.2rem;
  color: #52525b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.reposted-preview-auth-shell-compact .reposted-preview-auth-copy h1 {
  max-width: 34rem;
  font-size: clamp(2.25rem, 3.8vw, 3.45rem);
}

.reposted-preview-auth-shell-compact .reposted-preview-auth-copy p {
  max-width: 31rem;
}

.reposted-preview-auth-shell-compact .reposted-preview-auth-card {
  padding: clamp(1.2rem, 2.5vw, 1.75rem);
}

.reposted-preview-auth-shell-compact .reposted-preview-form {
  gap: 0.78rem;
}

.reposted-preview-auth-shell-compact .reposted-preview-card-header {
  margin-bottom: 1rem;
}

.reposted-preview-auth-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.56);
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.11);
  backdrop-filter: blur(18px);
}

.reposted-preview-card-header {
  margin-bottom: 1.35rem;
}

.reposted-preview-card-header p {
  margin: 0 0 0.65rem;
  color: #f97316;
  font-size: 0.9rem;
  font-weight: 750;
}

.reposted-preview-card-header h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.reposted-preview-card-header span {
  display: block;
  margin-top: 0.75rem;
  color: #5f6068;
  font-size: 0.96rem;
  line-height: 1.6;
}

.reposted-preview-form {
  display: grid;
  gap: 0.9rem;
}

.reposted-preview-form label {
  display: grid;
  gap: 0.45rem;
}

.reposted-preview-form label > span,
.reposted-preview-check span {
  color: #3f3f46;
  font-size: 0.9rem;
  font-weight: 650;
}

.reposted-preview-form input,
.reposted-preview-form select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #111827;
  font: inherit;
  padding: 0 1rem;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.reposted-preview-form input:focus,
.reposted-preview-form select:focus {
  border-color: #fb923c;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.16);
}

.reposted-preview-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.reposted-preview-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
}

.reposted-preview-form-row a,
.reposted-preview-switch a,
.reposted-preview-terms a {
  color: #ea580c;
  font-weight: 700;
  text-decoration: none;
}

.reposted-preview-form-row a:hover,
.reposted-preview-switch a:hover,
.reposted-preview-terms a:hover {
  color: #c2410c;
}

.reposted-preview-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 0.55rem !important;
}

.reposted-preview-check input {
  width: 1rem;
  min-height: 1rem;
  accent-color: #f97316;
}

.reposted-preview-terms {
  align-items: flex-start;
}

.reposted-preview-submit {
  width: 100%;
  min-height: 3.05rem;
  border-radius: 999px;
  background: linear-gradient(to top left, #ea580c, #f97316);
  color: #ffffff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.34), 0 14px 28px rgba(249, 115, 22, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reposted-preview-submit:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.34), 0 18px 34px rgba(249, 115, 22, 0.28);
}

.reposted-preview-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #71717a;
  font-size: 0.85rem;
}

.reposted-preview-divider::before,
.reposted-preview-divider::after {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}

.reposted-preview-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.reposted-preview-switch {
  margin-top: 1.25rem;
  color: #52525b;
  text-align: center;
}

@media (max-width: 980px) {
  .reposted-preview-auth-page {
    padding-top: 6.5rem;
  }

  .reposted-preview-auth-shell,
  .reposted-preview-auth-shell-compact {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .reposted-preview-auth-copy {
    text-align: center;
    margin: 0 auto;
  }

  .reposted-preview-auth-copy p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 620px) {
  .reposted-preview-pill {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1.25rem;
  }

  .reposted-preview-pill i {
    display: none;
  }

  .reposted-preview-auth-copy h1 {
    font-size: 2.15rem;
    line-height: 1.14;
  }

  .reposted-preview-auth-card {
    border-radius: 1.15rem;
    padding: 1.1rem;
  }

  .reposted-preview-form-grid {
    grid-template-columns: 1fr;
  }

  .reposted-preview-form-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
