/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-2xl: 40px;
    --aspect-video: 16 / 9;
    --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;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .-mt-40 {
    margin-top: calc(var(--spacing) * -40);
  }
  .-mt-120 {
    margin-top: calc(var(--spacing) * -120);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[clamp\(2\.5rem\,5vw\,4rem\)\] {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[15rem\] {
    max-width: 15rem;
  }
  .max-w-\[16rem\] {
    max-width: 16rem;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .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);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[color\:var\(--color-border\)\] {
    border-color: var(--color-border);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-\[color\:var\(--color-accent\)\] {
    background-color: var(--color-accent);
  }
  .bg-\[color\:var\(--color-bg\)\] {
    background-color: var(--color-bg);
  }
  .bg-\[color\:var\(--color-bg-warm\)\] {
    background-color: var(--color-bg-warm);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[clamp\(3rem\,6vw\,6rem\)\] {
    padding-block: clamp(3rem, 6vw, 6rem);
  }
  .py-\[clamp\(4rem\,8vw\,7rem\)\] {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .py-\[clamp\(5rem\,10vw\,9rem\)\] {
    padding-block: clamp(5rem, 10vw, 9rem);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[38vh\] {
    padding-top: 38vh;
  }
  .pt-\[clamp\(8rem\,18vw\,14rem\)\] {
    padding-top: clamp(8rem, 18vw, 14rem);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[clamp\(4rem\,8vw\,7rem\)\] {
    padding-bottom: clamp(4rem, 8vw, 7rem);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[clamp\(0\.95rem\,1\.3vw\,1\.05rem\)\] {
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  }
  .text-\[clamp\(1\.1rem\,2vw\,1\.35rem\)\] {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
  }
  .text-\[clamp\(1\.5rem\,3vw\,2\.25rem\)\] {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
  }
  .text-\[clamp\(1\.15rem\,1\.8vw\,1\.35rem\)\] {
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  }
  .text-\[clamp\(1\.25rem\,2\.5vw\,1\.75rem\)\] {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  }
  .text-\[clamp\(1\.75rem\,4vw\,2\.75rem\)\] {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
  }
  .text-\[clamp\(1rem\,1\.3vw\,1\.125rem\)\] {
    font-size: clamp(1rem, 1.3vw, 1.125rem);
  }
  .text-\[clamp\(2\.5rem\,5vw\,4rem\)\] {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }
  .text-\[clamp\(4rem\,7vw\,6rem\)\] {
    font-size: clamp(4rem, 7vw, 6rem);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[color\:var\(--color-text\)\] {
    color: var(--color-text);
  }
  .text-\[color\:var\(--color-text-muted\)\] {
    color: var(--color-text-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .blur-md {
    --tw-blur: blur(var(--blur-md));
    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-\[filter\] {
    transition-property: filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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;
  }
  .duration-5000 {
    --tw-duration: 5000ms;
    transition-duration: 5000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &: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\:text-\[color\:var\(--color-primary\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-95 {
    &:hover {
      @media (hover: hover) {
        opacity: 95%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:blur-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-blur: blur(var(--blur-2xl));
        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,);
      }
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:max-w-none {
    @media (width >= 40rem) {
      max-width: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:pt-\[42vh\] {
    @media (width >= 40rem) {
      padding-top: 42vh;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-20 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 20);
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:-ml-3 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * -3);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[167px\] {
    @media (width >= 48rem) {
      height: 167px;
    }
  }
  .md\:w-\[167px\] {
    @media (width >= 48rem) {
      width: 167px;
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline {
    @media (width >= 80rem) {
      display: inline;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:inline {
    @media (width >= 96rem) {
      display: inline;
    }
  }
}
:root {
  --color-primary: #6F4CFF;
  --color-accent: #FF8A6F;
  --color-text: rgba(30, 15, 45, 0.87);
  --color-text-muted: rgba(80, 55, 110, 0.55);
  --color-bg: #FDFAFF;
  --color-bg-warm: #F2ECFF;
  --color-bg-secondary: #EAE2FF;
  --color-border: #D8D0EC;
}
.dark {
  --color-primary: #9c83ff;
  --color-accent: #FFB088;
  --color-text: rgba(240, 235, 255, 0.92);
  --color-text-muted: rgba(185, 170, 215, 0.6);
  --color-bg: #110E1E;
  --color-bg-warm: #1A1530;
  --color-bg-secondary: #231D3A;
  --color-border: #332B50;
}
body {
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  letter-spacing: normal;
  color: var(--color-text);
  background-color: var(--color-bg);
}
.font-display {
  font-family: 'Instrument Serif', Georgia, serif;
  letter-spacing: 0.02em;
}
.font-nav-space {
  -webkit-text-stroke: 0.4px currentColor;
}
.font-hero-wordmark {
  -webkit-text-stroke: 0.7px currentColor;
}
.font-display + * {
  letter-spacing: normal;
}
.font-bold {
  font-weight: 600 !important;
}
.nav-pill {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  transition: max-width 0.55s cubic-bezier(0.34, 1.35, 0.64, 1);
}
@media (min-width: 640px) {
  .nav-pill {
    max-width: 360px;
  }
}
.nav-pill.scrolled {
  max-width: 190px;
}
@media (hover: hover) {
  .nav-pill.scrolled:hover {
    max-width: 360px;
  }
}
.nav-pill.scrolled.mobile-expanded {
  max-width: 300px;
}
@media (min-width: 640px) {
  .nav-pill.scrolled.mobile-expanded {
    max-width: 360px;
  }
}
button.nav-hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
.nav-hamburger {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
  transition: max-width 0.55s cubic-bezier(0.34, 1.35, 0.64, 1), opacity 0.35s 0.2s ease-out, transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1);
}
.nav-pill.scrolled .nav-hamburger {
  max-width: 24px;
  opacity: 0.5;
  transform: scale(1);
  pointer-events: auto;
}
@media (hover: hover) {
  .nav-pill.scrolled:hover .nav-hamburger {
    max-width: 0;
    opacity: 0;
    transform: scale(0.6);
    pointer-events: none;
  }
}
.nav-pill.scrolled.mobile-expanded .nav-hamburger {
  max-width: 0;
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
}
.nav-expanded {
  max-width: 240px;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  transition: max-width 0.55s cubic-bezier(0.34, 1.35, 0.64, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-pill.scrolled .nav-expanded {
  max-width: 0;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .nav-pill.scrolled:hover .nav-expanded {
    max-width: 240px;
    opacity: 1;
    pointer-events: auto;
  }
}
.nav-pill.scrolled.mobile-expanded .nav-expanded {
  max-width: 240px;
  opacity: 1;
  pointer-events: auto;
}
.nav-glass {
  background: rgba(253, 250, 255, 0.6);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(111, 76, 255, 0.1);
  box-shadow: 0 2px 16px rgba(111, 76, 255, 0.06);
}
.dark .nav-glass {
  background: rgba(17, 14, 30, 0.65);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(156, 131, 255, 0.12);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.hero-glass {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
}
.dark .hero-glass {
  background: rgba(26, 21, 32, 0.6);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.2);
}
a:hover, a:active {
  color: var(--color-primary);
}
.cta-footer a:hover, .cta-footer a:active {
  color: white;
}
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: white;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-pill:hover {
  color: white;
  transform: scale(1.03);
  box-shadow: 0 4px 24px rgba(111, 76, 255, 0.35), 0 2px 12px rgba(255, 138, 111, 0.15);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > .reveal:nth-child(1) {
  transition-delay: 0s;
}
.reveal-stagger > .reveal:nth-child(2) {
  transition-delay: 0.15s;
}
.reveal-stagger > .reveal:nth-child(3) {
  transition-delay: 0.15s;
}
.reveal-stagger > .reveal:nth-child(4) {
  transition-delay: 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero-fade {
  background: linear-gradient(to bottom, transparent 50%, var(--color-bg) 100%);
}
.atmosphere-gradient-bottom {
  background: linear-gradient(to bottom, transparent 60%, var(--color-bg) 100%);
}
.atmosphere-dark-overlay {
  background: rgba(20, 10, 50, 0.68);
}
.hero-placeholder {
  background: linear-gradient(160deg, #6F4CFF18 0%, var(--color-bg) 40%, #6F4CFF08 100%);
}
.dark .hero-placeholder {
  background: linear-gradient(160deg, #6F4CFF30 0%, var(--color-bg) 40%, #6F4CFF15 100%);
}
.cta-placeholder {
  background: linear-gradient(135deg, #2D1B69 0%, #1A0E3E 40%, #3D1B6E 100%);
}
.bg-screenshots {
  background-color: var(--color-bg);
}
.dark .bg-screenshots {
  background-color: var(--color-bg);
}
.video-embed {
  border-radius: 16px;
  overflow: hidden;
}
@keyframes card-pop {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.06);
  }
  60% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.cascade-card {
  transform-origin: center;
  will-change: transform;
  transition: transform 0.3s ease;
}
.cascade-card:hover {
  transform: scale(1.06);
}
.cascade-card.popping {
  animation: card-pop 1.2s ease-in-out both;
}
@media (prefers-reduced-motion: reduce) {
  .cascade-card {
    transition: none;
  }
  .cascade-card:hover {
    transform: none;
  }
  .cascade-card.popping {
    animation: none;
  }
}
.cascade-connector {
  width: 2px;
  height: 24px;
  background: var(--color-accent);
  opacity: 0.5;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cascade-connector {
    width: 40px;
    height: 2px;
    margin: auto 0;
  }
}
.section-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.35em 1em;
  border-radius: 100px;
  background: var(--color-bg-warm);
  color: var(--color-text-muted);
  letter-spacing: 0.03em;
  margin-bottom: 1.25rem;
}
.section-badge-dark {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.step-number {
  position: absolute;
  top: 0.6rem;
  left: 0.75rem;
  font-family: 'IBM Plex Sans', system-ui, monospace;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--color-primary);
  opacity: 0.35;
  line-height: 1;
}
.time-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-primary);
  opacity: 0.55;
  padding: 0.25em 0.65em;
  border-radius: 100px;
  background: var(--color-bg);
  letter-spacing: 0.02em;
}
.feature-icon {
  width: 2rem;
  height: 2rem;
  color: var(--color-primary);
  opacity: 0.7;
  margin-bottom: 0.75rem;
}
.calendar-logos img {
  height: 22px;
  width: 22px;
  opacity: 0.5;
  filter: grayscale(1);
  transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
}
.calendar-logos:hover img {
  opacity: 0.85;
  filter: grayscale(0);
}
@keyframes fadeBlur {
  0%, 100% {
    filter: blur(8px);
    opacity: 0.05;
  }
  50% {
    filter: blur(80px);
    opacity: 1;
  }
}
.animate-pulse-blur-1 {
  opacity: 0.05;
  filter: blur(8px);
  animation: fadeBlur 6s ease-in-out infinite;
  animation-delay: 2s;
}
.animate-pulse-blur-2 {
  opacity: 0.05;
  filter: blur(8px);
  animation: fadeBlur 7s ease-in-out infinite;
  animation-delay: 4s;
}
.animate-pulse-blur-3 {
  opacity: 0.05;
  filter: blur(8px);
  animation: fadeBlur 8s ease-in-out infinite;
}
.animate-pulse-blur-4 {
  opacity: 0.05;
  filter: blur(8px);
  animation: fadeBlur 9s ease-in-out infinite;
  animation-delay: 6s;
}
.method-sticky-blur {
  background: var(--color-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-bg) 85%, transparent);
  }
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.method-sticky-blur-warm {
  background: var(--color-bg-warm);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-bg-warm) 85%, transparent);
  }
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}

