@font-face{font-family:InterLocal;src:url('/assets/InterVariable.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}:root{--font-inter:InterLocal}
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-inter), Arial, Helvetica, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-lg: calc(var(--radius) * 1.5);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-inter), Arial, Helvetica, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-destructive: #a32032;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[65svh\] {
    min-height: 65svh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .columns-1 {
    columns: 1;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .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);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: calc(var(--radius) * 1.5);
  }
  .rounded-md {
    border-radius: var(--radius);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-input {
    border-color: var(--border);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-destructive {
    background-color: #a32032;
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: 0px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-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-\[clamp\(2\.75rem\,6vw\,5\.5rem\)\] {
    font-size: clamp(2.75rem, 6vw, 5.5rem);
  }
  .text-\[clamp\(2rem\,4vw\,3\.75rem\)\] {
    font-size: clamp(2rem, 4vw, 3.75rem);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .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);
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-destructive {
    color: #a32032;
  }
  .text-destructive-foreground {
    color: #ffffff;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-secondary-foreground {
    color: var(--foreground);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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;
  }
  .paused {
    animation-play-state: paused;
  }
  .running {
    animation-play-state: running;
  }
  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }
  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--secondary);
    }
    .hover\:bg-destructive\/90:hover {
      background-color: color-mix(in oklab, #a32032 90%, transparent);
    }
    .hover\:bg-primary:hover {
      background-color: var(--primary);
    }
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
    .hover\:text-accent-foreground:hover {
      color: var(--foreground);
    }
    .hover\:text-primary:hover {
      color: var(--primary);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
  .focus\:fixed:focus {
    position: fixed;
  }
  .focus\:top-4:focus {
    top: calc(var(--spacing) * 4);
  }
  .focus\:left-4:focus {
    left: calc(var(--spacing) * 4);
  }
  .focus\:z-50:focus {
    z-index: 50;
  }
  .focus\:bg-background:focus {
    background-color: var(--background);
  }
  .focus\:p-4:focus {
    padding: calc(var(--spacing) * 4);
  }
  .focus-visible\:ring-0:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: var(--foreground);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .aria-\[current\=page\]\:underline[aria-current="page"] {
    text-decoration-line: underline;
  }
  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: accordion-up 180ms ease-out;
  }
  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: accordion-down 180ms ease-out;
  }
  @media (width >= 40rem) {
    .sm\:columns-2 {
      columns: 2;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:order-1 {
      order: 1;
    }
    .md\:order-2 {
      order: 2;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .md\:py-36 {
      padding-block: calc(var(--spacing) * 36);
    }
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:columns-3 {
      columns: 3;
    }
    .lg\:columns-4 {
      columns: 4;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }
  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }
  .\[\&\>figure\]\:mb-3 > figure {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .\[\&\>figure\]\:break-inside-avoid > figure {
    break-inside: avoid;
  }
  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open] > svg {
    rotate: 180deg;
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
:root {
  --background: #ffffff;
  --foreground: #111823;
  --primary: #0156fc;
  --primary-foreground: #ffffff;
  --secondary: #eff4ff;
  --muted: #f5f7fb;
  --muted-foreground: #586172;
  --border: #e1e5ec;
  --radius: 0.5rem;
  --site-width: 76rem;
  --heading-font: var(--font-inter), Arial, sans-serif;
  --blue-100: #eff4ff;
  --blue-200: #d2e4ff;
  --blue-300: #9abcff;
  --blue-400: #508bfe;
  --blue-500: #0156fc;
  --blue-600: #013db2;
  --blue-700: #002368;
  --blue-800: #000a1e;
  --brand-pink: #f650bf;
  --brand-red: #db1628;
  --brand-orange: #e8ab15;
  --brand-lime: #b0e20d;
  --brand-green: #15b42c;
  --brand-jade: #10bdb2;
  --brand-cyan: #00a1ff;
  --brand-purple: #5938e4;
}
@layer components {
  .website {
    background: var(--background);
    color: var(--foreground);
    overflow-wrap: anywhere;
  }
  .website[data-typography="modern"] {
    --heading-font: var(--font-inter), Arial, Helvetica, sans-serif;
  }
  .site-heading {
    font-family: var(--heading-font);
    font-weight: 550;
    text-wrap: balance;
    letter-spacing: -0.035em;
  }
  .site-container {
    width: min(100% - 3rem, var(--site-width));
    margin-inline: auto;
  }
  .website .slideshow-panel {
    border-radius: var(--radius-lg);
  }
  .surface-light {
    --background: #ffffff;
    --foreground: #111823;
    --muted-foreground: #586172;
    --border: #e1e5ec;
    --secondary: #eff4ff;
  }
  .surface-muted {
    --background: #f5f7fb;
    --foreground: #111823;
    --muted-foreground: #586172;
    --border: #dbe1ec;
    --secondary: #e8eef9;
  }
  .surface-dark {
    --background: #000a1e;
    --foreground: #ffffff;
    --muted-foreground: #a5b4cf;
    --border: #26344c;
    --secondary: #172541;
  }
  .site-section {
    background: var(--background);
    color: var(--foreground);
  }
  .site-section a:focus-visible, .website button:focus-visible, .website summary:focus-visible {
    outline: 2px solid var(--foreground);
    outline-offset: 5px;
  }
  .site-copy {
    white-space: pre-wrap;
    line-height: 1.8;
  }
  @media (min-width: 48rem) {
    .site-container {
      width: min(100% - 6rem, var(--site-width));
    }
  }
  .website {
    overflow-x: clip;
  }
  .site-header {
    min-height: 94px;
    padding-block: 22px;
  }
  .site-logo {
    width: 154px;
    height: auto;
    object-fit: contain;
  }
  .site-section {
    scroll-margin-top: 24px;
  }
  .faq-toggle-icon {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    flex: 0 0 1.125rem;
    color: var(--foreground);
  }
  .faq-toggle-icon::before, .faq-toggle-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
  }
  .faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 180ms ease;
  }
  details[open] > summary .faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .website footer {
    background: var(--blue-800);
    color: white;
    border-color: #26344c;
    --muted-foreground: #a5b4cf;
  }
  .product-section {
    position: relative;
  }
  .product-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
    font-size: 11px;
    letter-spacing: 0.14em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .product-eyebrow > span {
    width: 7px;
    height: 7px;
    background: var(--primary);
  }
  .product-heading {
    font-size: clamp(2.5rem, 4.8vw, 4.6rem);
    font-weight: 550;
    letter-spacing: -0.065em;
    line-height: 1.06;
    text-wrap: balance;
  }
  .product-highlight {
    display: block;
    color: var(--primary);
  }
  .surface-dark .product-highlight {
    color: var(--blue-400);
  }
  .product-description {
    max-width: 490px;
    margin-top: 26px;
    font-size: 16px;
    color: var(--muted-foreground);
    line-height: 1.75;
    white-space: pre-wrap;
  }
  .product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
  }
  .product-note {
    margin-top: 18px;
    font-size: 11px;
    color: var(--muted-foreground);
  }
  .product-product-hero .product-copy {
    max-width: 850px;
    margin-inline: auto;
  }
  .product-product-hero .product-heading {
    font-size: clamp(3.5rem, 7vw, 6.6rem);
    line-height: 1.02;
    letter-spacing: -0.07em;
  }
  .product-product-hero .product-description {
    max-width: 530px;
  }
  .product-align-center .product-copy {
    text-align: center;
  }
  .product-align-center .product-eyebrow, .product-align-center .product-actions {
    justify-content: center;
  }
  .product-align-center .product-description {
    margin-inline: auto;
  }
  .product-product-hero .product-visual {
    margin-top: 62px;
    perspective: 1200px;
  }
  .site-section[data-variant="product-hero"] {
    padding-top: 70px;
    padding-bottom: 0;
    background: radial-gradient( ellipse at 50% 80%, var(--blue-100), transparent 60% );
  }
  .hero-footnotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-bottom: 1px solid var(--border);
    padding: 38px 0 44px;
  }
  .hero-footnotes > div {
    display: flex;
    gap: 15px;
  }
  .hero-footnotes > div > span {
    font-size: 10px;
    color: var(--primary);
    padding-top: 4px;
  }
  .hero-footnotes strong {
    font-size: 13px;
    font-weight: 600;
  }
  .hero-footnotes p {
    font-size: 11px;
    color: var(--muted-foreground);
    margin-top: 5px;
    line-height: 1.6;
  }
  .product-formats, .product-delivery, .product-workspace {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 75px;
    align-items: center;
  }
  .product-benefits {
    margin-top: 32px;
  }
  .product-benefits > div {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
  }
  .product-benefits > div > span {
    font-size: 10px;
    color: var(--muted-foreground);
    padding-top: 5px;
  }
  .product-benefits > div > svg {
    margin-left: auto;
    flex-shrink: 0;
  }
  .product-benefits h3 {
    font-size: 14px;
    font-weight: 600;
  }
  .product-benefits p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 6px;
    color: var(--muted-foreground);
  }
  .editor-demo {
    background: #fff;
    color: #111823;
    border: 1px solid #ccd4e3;
    border-radius: 10px;
    box-shadow: 0 20px 55px #00236812;
    overflow: hidden;
    text-align: left;
  }
  .editor-top {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e1e5ec;
    padding: 0 16px;
    font-size: 10px;
  }
  .editor-appmark {
    color: var(--primary);
    padding-right: 6px;
  }
  .editor-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    color: #586172;
  }
  .status-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #13832b;
    flex-shrink: 0;
  }
  .avatar {
    background: var(--blue-100);
    color: var(--blue-600);
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    margin-left: 12px;
  }
  .editor-body {
    display: grid;
    grid-template-columns: 44px 145px minmax(0, 1fr) 160px;
    min-height: 365px;
  }
  .editor-tools {
    border-right: 1px solid #e1e5ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 18px 8px;
  }
  .editor-tools svg {
    width: 15px;
    height: 15px;
    color: #667083;
  }
  .editor-tools .selected-tool {
    color: var(--blue-500);
  }
  .editor-tools > span {
    flex: 1;
  }
  .editor-layers, .editor-properties {
    font-size: 9px;
    padding: 18px 13px;
    position: relative;
  }
  .editor-properties {
    border-left: 1px solid #e1e5ec;
  }
  .panel-title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 23px;
  }
  .layer-page, .layer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 -6px;
    padding: 9px 6px;
  }
  .layer-page {
    font-weight: 600;
  }
  .layer {
    color: #566070;
    padding-left: 16px;
  }
  .layer svg {
    flex-shrink: 0;
  }
  .active-layer {
    background: var(--blue-100);
    color: var(--blue-600);
  }
  .panel-bottom {
    position: absolute;
    bottom: 15px;
    left: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
    color: #586172;
  }
  .editor-canvas {
    min-width: 0;
    position: relative;
    background-color: #f0f2f6;
    background-image: radial-gradient(#cbd2de 0.8px, transparent 0.8px);
    background-size: 12px 12px;
    display: flex;
    flex-direction: column;
  }
  .canvas-ruler {
    display: flex;
    justify-content: space-around;
    background: #f7f8fb;
    border-bottom: 1px solid #dce1eb;
    font: 7px monospace;
    color: #8490a4;
    padding: 5px 0;
  }
  .canvas-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 28px;
    position: relative;
  }
  .canvas-zoom {
    position: absolute;
    bottom: 11px;
    right: 12px;
    display: flex;
    gap: 17px;
    background: white;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 9px;
  }
  .artboards {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
  }
  .artboard {
    min-width: 0;
    flex: 1;
    position: relative;
  }
  .artboard-1 {
    flex: 0.57;
  }
  .artboard-2 {
    flex: 1.1;
  }
  .artboard-label {
    font-size: 8px;
    color: #697488;
    margin-bottom: 7px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }
  .creative-ad {
    aspect-ratio: 1 / 1.12;
    background: var(--blue-500);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 13px;
    container-type: inline-size;
  }
  .creative-ad-1 {
    background: var(--brand-lime);
    color: var(--blue-800);
    aspect-ratio: 1 / 2.65;
  }
  .creative-ad-2 {
    background: var(--blue-800);
    aspect-ratio: 1.7 / 1;
  }
  .creative-ad-3 {
    background: var(--blue-200);
    color: var(--blue-800);
  }
  .ad-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 8px;
    font-weight: 650;
    letter-spacing: 0.12em;
  }
  .ad-top svg {
    width: 12px;
  }
  .ad-orbit {
    width: 105%;
    aspect-ratio: 1;
    position: absolute;
    left: 23%;
    top: 2%;
    transform: rotate(-28deg);
  }
  .ad-orbit i {
    position: absolute;
    inset: 8%;
    border: 13px solid var(--blue-300);
    border-radius: 50%;
    transform: rotateY(57deg);
  }
  .ad-orbit i:nth-child(2) {
    transform: rotateY(57deg) rotateX(30deg);
  }
  .ad-orbit i:nth-child(3) {
    transform: rotateY(57deg) rotateX(60deg);
  }
  .ad-orbit i:nth-child(4) {
    transform: rotateY(57deg) rotateX(90deg);
  }
  .ad-orbit i:nth-child(5) {
    transform: rotateY(57deg) rotateX(120deg);
  }
  .ad-orbit i:nth-child(6) {
    transform: rotateY(57deg) rotateX(150deg);
  }
  .creative-ad-1 .ad-orbit {
    top: 15%;
    left: 0;
    width: 160%;
  }
  .creative-ad-1 .ad-orbit i {
    border-color: #759704;
  }
  .creative-ad-2 .ad-orbit {
    width: 80%;
    left: 45%;
    top: -30%;
  }
  .creative-ad-2 .ad-orbit i {
    border-color: var(--blue-500);
    border-width: 10px;
  }
  .ad-copy {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 20px;
    z-index: 1;
  }
  .ad-copy small {
    display: block;
    font-size: 7px;
    margin-bottom: 5px;
  }
  .ad-copy strong {
    display: block;
    max-width: 90%;
    font-size: clamp(14px, 14cqw, 40px);
    line-height: 0.97;
    letter-spacing: -0.06em;
    font-weight: 600;
  }
  .ad-action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: var(--blue-800);
    font-size: 6px;
    padding: 5px 7px;
    margin-top: 10px;
  }
  .ad-edition {
    position: absolute;
    right: 8px;
    bottom: 7px;
    font-size: 5px;
  }
  .creative-ad-2 .ad-copy {
    bottom: 13px;
  }
  .creative-ad-2 .ad-copy strong {
    max-width: 66%;
    font-size: 12cqw;
  }
  .creative-ad-2 .ad-action {
    display: none;
  }
  .property-pair {
    display: flex;
    gap: 6px;
    margin-bottom: 9px;
  }
  .property-pair > span {
    flex: 1;
    background: #f5f7fa;
    padding: 6px;
    color: #6c7687;
  }
  .property-pair b {
    color: #111823;
    font-weight: 400;
    margin-left: 7px;
  }
  .property-divider {
    border-top: 1px solid #e1e5ec;
    margin-block: 17px;
  }
  .property-label {
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
  }
  .property-font {
    border: 1px solid #e1e5ec;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
  }
  .swatches {
    display: flex;
    gap: 7px;
  }
  .swatches i {
    width: 18px;
    height: 18px;
    background: var(--blue-500);
    border-radius: 3px;
  }
  .swatches i:nth-child(2) {
    background: var(--blue-800);
  }
  .swatches i:nth-child(3) {
    background: var(--brand-lime);
  }
  .swatches i:nth-child(4) {
    background: var(--blue-200);
  }
  .sync-chip {
    display: flex;
    gap: 7px;
    color: var(--blue-600);
    align-items: center;
  }
  .editor-workflow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e1e5ec;
    padding: 8px;
    gap: 5px;
  }
  .editor-workflow-step {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 43px;
    border-radius: 4px;
    padding: 9px 16px;
    font-size: 11px;
    text-align: left;
    transition: background 180ms;
  }
  .editor-workflow-step > span {
    font-size: 9px;
    color: #6b7689;
  }
  .editor-workflow-step > svg {
    margin-left: auto;
  }
  .editor-workflow-step[aria-pressed="true"], .editor-workflow-step[aria-current="step"] {
    color: white;
    background: var(--blue-500);
  }
  .editor-workflow-step[aria-pressed="true"] > span, .editor-workflow-step[aria-current="step"] > span {
    color: #d2e4ff;
  }
  button.editor-workflow-step:hover:not([aria-pressed="true"]) {
    background: var(--blue-100);
  }
  .canvas-step-1 .artboards {
    gap: 12px;
  }
  .canvas-step-1 .artboard {
    flex: 1;
  }
  .canvas-step-1 .creative-ad {
    aspect-ratio: 1;
  }
  .canvas-step-2 .artboards {
    max-width: 210px;
  }
  .canvas-step-2 .artboard:not(:first-child) {
    display: none;
  }
  .preview-badge {
    position: absolute;
    left: 12px;
    bottom: 10px;
    background: white;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 9px;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .format-stage {
    background: var(--blue-100);
    padding: 26px;
    min-width: 0;
  }
  .format-stage-top {
    display: flex;
    gap: 9px;
    font-size: 10px;
    align-items: center;
    color: var(--blue-700);
  }
  .format-count {
    margin-left: auto;
    font-size: 24px;
    letter-spacing: -0.05em;
  }
  .format-stage .artboards {
    padding-block: 52px 20px;
    gap: 12px;
  }
  .format-stage .creative-ad {
    padding: 10px;
  }
  .format-connection {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blue-500);
    margin: 10px 20px;
  }
  .format-connection span {
    height: 1px;
    flex: 1;
    background: var(--blue-300);
  }
  .format-stage > p {
    font-size: 9px;
    text-align: center;
    color: var(--blue-600);
    margin-top: 16px;
  }
  .product-timeline {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 85px;
    align-items: center;
  }
  .timeline-stage {
    border: 1px solid #26344c;
    background: #081329;
    border-radius: 6px;
    overflow: hidden;
  }
  .timeline-art {
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .timeline-art .creative-ad {
    width: 56%;
    aspect-ratio: 1.15;
    flex-shrink: 0;
  }
  .timeline-time {
    font-size: clamp(20px, 3vw, 44px);
    letter-spacing: -0.06em;
    color: #d2e4ff;
  }
  .timeline-time small {
    display: block;
    font-size: 11px;
    margin-top: 8px;
    color: #8c9bb5;
    letter-spacing: 0;
  }
  .demo-timeline {
    background: #0c1930;
    border-top: 1px solid #26344c;
    padding: 15px;
  }
  .time-ruler {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    color: #8c9bb5;
    padding-bottom: 14px;
  }
  .tracks {
    position: relative;
  }
  .track {
    display: flex;
    align-items: center;
    font-size: 9px;
    min-height: 30px;
    gap: 10px;
  }
  .track > span {
    width: 75px;
    flex-shrink: 0;
    color: #b6c5df;
  }
  .track-lane {
    flex: 1;
    min-width: 0;
    border-left: 1px solid #26344c;
  }
  .track-clip {
    background: var(--blue-600);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    color: white;
    border-radius: 3px;
    min-height: 22px;
    font-size: 8px;
  }
  .clip-1 {
    background: #453092;
  }
  .clip-2 {
    background: #126368;
  }
  .playhead {
    position: absolute;
    top: -8px;
    bottom: -4px;
    left: 50%;
    width: 1px;
    background: var(--brand-lime);
  }
  .playhead::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 7px;
    height: 7px;
    background: var(--brand-lime);
  }
  .visual-caption {
    color: #9aabc8;
    font-size: 9px;
    padding: 12px 15px;
  }
  .delivery-window {
    width: 100%;
    background: white;
    border: 1px solid #dce3f0;
    border-radius: 6px;
    color: #111823;
    overflow: hidden;
  }
  .delivery-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 25px 22px;
    font-size: 12px;
  }
  .delivery-heading > svg {
    color: var(--blue-500);
    flex-shrink: 0;
  }
  .delivery-heading > span {
    margin-left: auto;
    font-size: 9px;
    color: #667083;
  }
  .delivery-row {
    display: grid;
    grid-template-columns: 25px 1fr 50px 20px 20px;
    gap: 13px;
    align-items: center;
    padding: 22px;
    border-top: 1px solid #e8ecf4;
    font-size: 12px;
  }
  .delivery-index {
    color: #8b95a5;
    font-size: 9px;
  }
  .delivery-row > svg:last-child {
    color: #13832b;
  }
  .delivery-row > span:nth-child(3) {
    font-size: 9px;
    color: #657088;
  }
  .delivery-bottom {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f8faff;
    border-top: 1px solid #e8ecf4;
    padding: 17px 22px;
    font-size: 10px;
    color: #64718a;
  }
  .delivery-bottom svg {
    margin-left: auto;
  }
  .canvas-step-3 .delivery-heading {
    padding: 14px;
    font-size: 10px;
  }
  .canvas-step-3 .delivery-row {
    padding: 13px;
    font-size: 10px;
  }
  .canvas-step-3 .delivery-bottom {
    padding: 12px;
    font-size: 8px;
  }
  .site-section[data-section-type="cta"] {
    background: var(--blue-500);
    --foreground: #fff;
    --muted-foreground: #d2e4ff;
    --primary: #fff;
    --primary-foreground: #000a1e;
    --secondary: #013db2;
  }
  .site-section[data-section-type="cta"] .site-heading {
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 1.04;
    letter-spacing: -0.06em;
  }
  @media (min-width: 1500px) {
    .editor-body {
      min-height: 420px;
    }
  }
  @media (max-width: 1050px) {
    .editor-body {
      grid-template-columns: 38px 110px minmax(0, 1fr);
    }
    .editor-properties {
      display: none;
    }
    .product-formats, .product-delivery, .product-workspace, .product-timeline {
      gap: 35px;
    }
    .editor-workflow-step {
      padding-inline: 9px;
    }
    .canvas-content {
      padding-inline: 20px;
    }
    .timeline-art {
      padding: 22px;
    }
  }
  @media (max-width: 767px) {
    .site-header {
      gap: 12px;
      min-height: 80px;
    }
    .site-logo {
      width: 128px;
    }
    .site-header > div {
      gap: 12px;
    }
    .site-header nav {
      gap: 15px;
      order: 2;
      width: 100%;
    }
    .site-header {
      justify-content: center;
    }
    .site-header > a {
      margin-right: auto;
    }
    .site-header > div {
      display: contents;
    }
    .site-header nav {
      justify-content: center;
      border-top: 1px solid var(--border);
      padding-top: 10px;
    }
    .site-header nav a {
      font-size: 12px;
    }
    .site-section[data-variant="product-hero"] {
      padding-top: 42px;
    }
    .product-product-hero .product-heading {
      font-size: clamp(3rem, 9vw, 4.5rem);
    }
    .product-description {
      font-size: 14px;
    }
    .product-eyebrow {
      font-size: 9px;
      margin-bottom: 22px;
    }
    .product-product-hero .product-visual {
      margin-top: 40px;
    }
    .editor-body {
      grid-template-columns: 31px minmax(0, 1fr);
      min-height: 270px;
    }
    .editor-layers {
      display: none;
    }
    .editor-top {
      padding-inline: 10px;
      gap: 7px;
    }
    .editor-top-right > span:not(.avatar) {
      display: none;
    }
    .canvas-content {
      padding: 28px 14px;
    }
    .artboards {
      gap: 10px;
    }
    .editor-tools {
      padding-inline: 5px;
    }
    .editor-tools svg {
      width: 13px;
    }
    .editor-workflow {
      grid-template-columns: repeat(2, 1fr);
    }
    .editor-workflow-step {
      min-height: 44px;
      font-size: 10px;
    }
    .creative-ad {
      padding: 8px;
    }
    .ad-top {
      font-size: 6px;
    }
    .ad-copy {
      left: 8px;
      right: 8px;
      bottom: 15px;
    }
    .ad-orbit i {
      border-width: 9px;
    }
    .ad-copy small {
      font-size: 5px;
    }
    .ad-action {
      font-size: 5px;
      padding: 3px 5px;
    }
    .ad-action svg {
      width: 8px;
    }
    .hero-footnotes {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-block: 28px;
    }
    .hero-footnotes > div {
      gap: 20px;
    }
    .product-formats, .product-delivery, .product-workspace, .product-timeline {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .product-heading {
      font-size: clamp(2.4rem, 8vw, 3.6rem);
    }
    .product-benefits {
      margin-top: 25px;
    }
    .product-visual {
      min-width: 0;
    }
    .format-stage {
      padding: 22px;
    }
    .format-stage .artboards {
      padding-top: 35px;
    }
    .timeline-art .creative-ad {
      max-width: 230px;
    }
    .timeline-time {
      font-size: 36px;
    }
    .delivery-row {
      padding: 18px 14px;
      gap: 8px;
      font-size: 11px;
    }
    .delivery-heading {
      padding: 20px 14px;
    }
    .delivery-bottom {
      padding: 15px 14px;
    }
  }
  @media (max-width: 380px) {
    .site-container {
      width: calc(100% - 2rem);
    }
    .editor-body {
      min-height: 230px;
    }
    .canvas-content {
      padding-inline: 10px;
    }
    .artboards {
      gap: 7px;
    }
    .artboard-label {
      font-size: 6px;
    }
    .creative-ad-2 .ad-copy small {
      display: none;
    }
    .ad-copy strong {
      font-size: 13px;
    }
    .ad-action {
      display: none;
    }
    .product-actions {
      gap: 7px;
    }
    .product-actions a {
      font-size: 12px;
    }
    .format-stage {
      padding: 15px;
    }
    .timeline-time {
      font-size: 25px;
    }
  }
  .product-benefits > div > span, .hero-footnotes > div > span {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .artboard-label > span {
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    .artboards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 12px;
      align-items: end;
    }
    .artboard-2 {
      grid-column: 1 / -1;
    }
    .creative-ad {
      aspect-ratio: 1 / 1.25;
    }
    .creative-ad-1 {
      aspect-ratio: 1 / 1.65;
    }
    .creative-ad-2 {
      aspect-ratio: 2.8 / 1;
    }
    .creative-ad-2 .ad-copy strong {
      font-size: 8cqw;
    }
    .canvas-step-2 .artboards {
      display: block;
    }
    .canvas-step-1 .artboards {
      gap: 14px 10px;
    }
    .canvas-step-1 .artboard-2 .creative-ad {
      aspect-ratio: 2.8 / 1;
    }
    .format-stage .artboards {
      gap: 20px 14px;
    }
    .ad-copy strong {
      font-size: clamp(15px, 14cqw, 30px);
    }
    .ad-copy small {
      display: none;
    }
    .timeline-art .ad-copy small {
      display: block;
    }
    .format-stage .artboard-label {
      font-size: 8px;
    }
    .site-header {
      column-gap: 8px;
      padding-block: 18px 10px;
    }
    .site-header .site-logo {
      width: 118px;
    }
    .site-header > div > a {
      font-size: 11px;
      padding-inline: 12px;
      gap: 8px;
      min-height: 40px;
    }
    .site-header nav {
      gap: 10px;
    }
    .site-header nav a {
      font-size: 11px;
    }
  }
  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 32px;
    border-bottom: 1px solid var(--border);
  }
  .site-header-controls {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
  }
  .site-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  @media (max-width: 767px) {
    .site-header {
      gap: 10px 8px;
    }
    .site-header-controls {
      display: contents;
    }
    .site-header .site-navigation {
      gap: 0 10px;
    }
    .site-header > a {
      margin-right: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 1000px) {
    .product-formats, .product-delivery, .product-workspace, .product-timeline {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .product-copy {
      max-width: 650px;
    }
    .format-stage .artboards {
      padding-inline: 20px;
    }
  }
}
.s2-site {
  --s2-bg: #050505;
  --s2-panel: #0d0e0d;
  --s2-panel-2: #151614;
  --s2-ink: #f2f4e9;
  --s2-muted: #92978b;
  --s2-line: #30332d;
  --s2-accent: #d7ff3f;
  min-height: 100svh;
  overflow: clip;
  color: var(--s2-ink);
  background: var(--s2-bg);
  font-family: var(--font-inter), Arial, sans-serif;
  font-feature-settings: "ss01", "ss03";
}
.s2-site *, .s2-site *::before, .s2-site *::after {
  box-sizing: border-box;
}
.s2-site a {
  color: inherit;
  text-decoration: none;
}
.s2-skip {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  color: #050505 !important;
  background: var(--s2-accent);
  transform: translateY(-160%);
}
.s2-skip:focus {
  transform: translateY(0);
}
.s2-site :focus-visible {
  outline: 2px solid var(--s2-accent);
  outline-offset: 4px;
}
.s2-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.s2-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(9rem, 0.8fr) minmax(20rem, 2fr) auto;
  align-items: center;
  gap: 2rem;
  min-height: 5.25rem;
  padding: 1rem clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid var(--s2-line);
  background: var(--s2-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--s2-bg) 92%, transparent);
  }
}
.s2-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 10rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.s2-brand img {
  display: block;
  width: 9.5rem;
  max-height: 2.2rem;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(0) invert(1);
}
.s2-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.5rem);
}
.s2-header nav a, .s2-header-action {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.s2-header nav span {
  color: var(--s2-accent);
  font-size: 0.58rem;
}
.s2-header nav a:hover, .s2-header-action:hover {
  color: var(--s2-accent);
}
.s2-header-action {
  padding: 0 1rem;
  color: var(--s2-bg) !important;
  background: var(--s2-accent);
}
.s2-header-action svg, .s2-action svg {
  width: 1rem;
  height: 1rem;
}
.s2-section {
  position: relative;
  border-bottom: 1px solid var(--s2-line);
  background: linear-gradient(var(--s2-line) 1px, transparent 1px), linear-gradient(90deg, var(--s2-line) 1px, transparent 1px);
  background-size: 5rem 5rem;
  background-position: -1px -1px;
}
.s2-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: var(--s2-bg);
  opacity: 0.86;
}
.s2-section-index {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: clamp(1rem, 3vw, 3rem);
  color: var(--s2-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}
.s2-section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 5vw, 5rem);
}
.s2-section:first-child .s2-section-inner {
  padding-top: clamp(4rem, 8vw, 8rem);
}
.s2-product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  min-height: 70svh;
}
.s2-product-product-hero {
  min-height: calc(100svh - 5.25rem);
}
.s2-copy {
  max-width: 68rem;
}
.s2-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--s2-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.s2-eyebrow svg {
  width: 0.85rem;
  height: 0.85rem;
}
.s2-heading-mask {
  overflow: hidden;
}
.s2-heading {
  margin: 0;
  max-width: 15ch;
  white-space: pre-line;
  font-size: clamp(3rem, 7.6vw, 8.6rem);
  font-weight: 750;
  line-height: 0.84;
  letter-spacing: -0.075em;
  text-wrap: balance;
}
.s2-heading span {
  display: block;
  color: var(--s2-accent);
  font-style: italic;
  font-weight: 450;
}
.s2-product:not(.s2-product-product-hero) .s2-heading, .s2-features .s2-heading, .s2-faq .s2-heading, .s2-standard .s2-heading, .s2-contact .s2-heading {
  font-size: clamp(2.8rem, 6vw, 7rem);
}
.s2-lede {
  max-width: 40rem;
  margin: 2.25rem 0 0;
  color: var(--s2-muted);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  white-space: pre-line;
}
.s2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
.s2-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--s2-line);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.s2-action:hover {
  border-color: var(--s2-accent);
  color: var(--s2-accent);
}
.s2-action-primary {
  border-color: var(--s2-accent);
  color: var(--s2-bg) !important;
  background: var(--s2-accent);
}
.s2-console, .s2-timeline, .s2-delivery {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid var(--s2-line);
  background: var(--s2-panel);
}
.s2-console-head {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--s2-line);
  color: var(--s2-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.s2-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(28rem, 90%);
  aspect-ratio: 1;
  border: 1px solid var(--s2-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.s2-orbit::before, .s2-orbit::after, .s2-orbit i {
  position: absolute;
  content: "";
  border: 1px solid var(--s2-line);
  border-radius: 50%;
}
.s2-orbit::before {
  inset: 16%;
}
.s2-orbit::after {
  inset: 34%;
  border-color: var(--s2-accent);
}
.s2-orbit i:nth-child(1) {
  top: -0.35rem;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--s2-accent);
}
.s2-orbit i:nth-child(2) {
  right: 12%;
  bottom: 16%;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--s2-ink);
}
.s2-orbit i:nth-child(3) {
  top: 29%;
  left: 7%;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--s2-accent);
}
.s2-console-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 44%;
  aspect-ratio: 1;
  place-content: center;
  padding: 1.25rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
.s2-console-core small, .s2-console-core span {
  color: var(--s2-muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.s2-console-core strong {
  margin: 0.75rem 0;
  font-size: clamp(1.35rem, 3vw, 2.6rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.s2-format-cloud span {
  position: absolute;
  z-index: 3;
  right: calc(4% + var(--s2-i) * 7%);
  bottom: calc(5% + var(--s2-i) * 3%);
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--s2-line);
  color: var(--s2-muted);
  background: var(--s2-bg);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
}
.s2-benefits {
  padding: 0;
  margin: 2.75rem 0 0;
  list-style: none;
  border-top: 1px solid var(--s2-line);
}
.s2-benefits li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--s2-line);
}
.s2-benefits span, .s2-feature-list > li > span {
  color: var(--s2-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
}
.s2-benefits h3, .s2-benefits p {
  margin: 0;
}
.s2-benefits h3 {
  font-size: 1rem;
}
.s2-benefits p {
  margin-top: 0.3rem;
  color: var(--s2-muted);
  font-size: 0.85rem;
}
.s2-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--s2-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.s2-timeline {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}
.s2-timeline-screen {
  position: absolute;
  inset: 1.25rem 1.25rem 43%;
  display: grid;
  place-content: center;
  border: 1px solid var(--s2-line);
  text-align: center;
  background: var(--s2-panel-2);
}
.s2-timeline-screen span, .s2-timeline-screen small {
  color: var(--s2-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
}
.s2-timeline-screen strong {
  margin: 0.6rem 0;
  color: var(--s2-accent);
  font-size: 2rem;
  letter-spacing: -0.05em;
}
.s2-track {
  display: grid;
  grid-template-columns: 2rem 1fr 5rem;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.4rem;
  border-top: 1px solid var(--s2-line);
  color: var(--s2-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
}
.s2-track i {
  display: block;
  height: 0.55rem;
  background: var(--s2-accent);
}
.s2-delivery {
  min-height: auto;
}
.s2-delivery > div {
  display: grid;
  grid-template-columns: 2rem 1fr auto 1.5rem;
  align-items: center;
  gap: 1rem;
  min-height: 6.5rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--s2-line);
}
.s2-delivery > div:last-child {
  border: 0;
}
.s2-delivery span, .s2-delivery small {
  color: var(--s2-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
}
.s2-delivery strong {
  font-size: clamp(1.5rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}
.s2-features, .s2-faq, .s2-standard, .s2-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(3rem, 10vw, 10rem);
}
.s2-feature-list, .s2-faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--s2-line);
}
.s2-feature-list li {
  display: grid;
  grid-template-columns: 2rem minmax(9rem, 0.8fr) minmax(12rem, 1.2fr) 1.5rem;
  align-items: start;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--s2-line);
}
.s2-feature-list h3, .s2-feature-list p {
  margin: 0;
}
.s2-feature-list h3 {
  font-size: 1.05rem;
}
.s2-feature-list p {
  color: var(--s2-muted);
  line-height: 1.55;
}
.s2-feature-list svg {
  width: 1rem;
  color: var(--s2-accent);
}
.s2-faq-list details {
  border-bottom: 1px solid var(--s2-line);
}
.s2-faq-list summary {
  display: grid;
  grid-template-columns: 2rem 1fr 1.5rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.5rem;
  cursor: pointer;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  list-style: none;
}
.s2-faq-list summary::-webkit-details-marker {
  display: none;
}
.s2-faq-list summary span {
  color: var(--s2-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
}
.s2-faq-list summary svg {
  width: 1rem;
  transition: transform 0.25s ease;
}
.s2-faq-list details[open] summary svg {
  transform: rotate(45deg);
}
.s2-faq-list details p {
  max-width: 40rem;
  padding: 0 3rem 1.8rem;
  margin: 0;
  color: var(--s2-muted);
  line-height: 1.65;
}
.s2-cta {
  position: relative;
  min-height: 68svh;
}
.s2-cta .s2-heading {
  max-width: 12ch;
  font-size: clamp(3.8rem, 10vw, 11rem);
}
.s2-cta::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(5rem, 14vw, 14rem);
  aspect-ratio: 1;
  content: "↗";
  display: grid;
  place-items: center;
  color: var(--s2-bg);
  background: var(--s2-accent);
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 1;
}
.s2-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
.s2-gallery figure {
  grid-column: span 6;
  margin: 0;
}
.s2-gallery figure:nth-child(3n) {
  grid-column: 3 / span 8;
}
.s2-gallery figcaption {
  margin-top: 0.75rem;
  color: var(--s2-muted);
  font-size: 0.75rem;
}
.s2-image-frame {
  overflow: hidden;
  border: 1px solid var(--s2-line);
}
.s2-image-frame [class*="aspect-"] {
  border-radius: 0;
}
.s2-contact > a, .s2-contact > p {
  grid-column: 2;
  width: fit-content;
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}
.s2-contact > a:hover {
  color: var(--s2-accent);
}
.s2-site .news-controls select {
  border-color: var(--s2-line);
  border-radius: 0;
  color: var(--s2-ink);
  background: var(--s2-bg);
}
.s2-site .news-card {
  border-color: var(--s2-line);
}
.s2-site .news-card h3, .s2-site .article-view h1 {
  font-weight: 750;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.s2-site .news-read-more:hover, .s2-site .news-card h3 a:hover, .s2-site .article-back:hover {
  color: var(--s2-accent);
}
.s2-site .news-load-more {
  border-radius: 0;
}
.s2-site .news-load-more:hover {
  color: var(--s2-bg);
  background: var(--s2-accent);
}
.s2-site .article-view {
  width: min(82rem, calc(100% - clamp(2rem, 10vw, 10rem)));
}
.s2-site .collection-slider-buttons button, .s2-site .slideshow-panel, .s2-site .carousel-card {
  border-color: var(--s2-line);
  border-radius: 0;
  color: var(--s2-ink);
  background: var(--s2-bg);
}
.s2-site .collection-slider-buttons button:hover:not(:disabled) {
  color: var(--s2-bg);
  background: var(--s2-accent);
}
.s2-site .collection-slider-slideshow .collection-slider-previous, .s2-site .collection-slider-slideshow .collection-slider-next {
  border: 0;
  color: #fff;
  background: transparent;
}
.s2-site .collection-slider-slideshow .collection-slider-previous:hover:not(:disabled), .s2-site .collection-slider-slideshow .collection-slider-next:hover:not(:disabled) {
  color: #fff;
  background: transparent;
}
.s2-site .collection-slider-slideshow .collection-slider-autoplay {
  border: 0;
  background: transparent;
}
.s2-site .slideshow-panel-copy h3, .s2-site .carousel-card-copy h3 {
  text-transform: uppercase;
}
.s2-site .collection-slider-dots button[aria-current="true"], .s2-site .slideshow-panel-copy a, .s2-site .carousel-card-copy a {
  color: var(--s2-accent);
}
.s2-section[data-section-type="textScroller"] {
  min-height: 0;
}
.s2-section[data-section-type="textScroller"]::before {
  display: none;
}
.s2-text-scroller-section {
  position: relative;
  z-index: 1;
}
.s2-text-scroller {
  overflow: hidden;
  border-bottom: 1px solid var(--s2-line);
  padding: 0.85rem 0;
  color: var(--s2-bg);
  background: var(--s2-accent);
  font-size: clamp(1.4rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}
.s2-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem) 2rem;
  background: var(--s2-bg);
}
.s2-footer p {
  max-width: 14ch;
  margin: 0;
  white-space: pre-line;
  font-size: clamp(2rem, 5vw, 5.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.s2-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.s2-footer nav a {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.s2-footer nav a:hover {
  color: var(--s2-accent);
}
.s2-footer > span {
  grid-column: 1 / -1;
  padding-top: 2rem;
  border-top: 1px solid var(--s2-line);
  color: var(--s2-muted);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@keyframes s2-rise {
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes s2-hero {
  from {
    opacity: 0;
    transform: translateY(110%) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@keyframes s2-pulse {
  50% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1.035);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .s2-static-motion .s2-hero-line {
    animation: s2-hero 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }
  .s2-static-motion .s2-reveal {
    animation: s2-rise linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 25%;
  }
  .s2-static-motion .s2-orbit {
    animation: s2-pulse 8s ease-in-out infinite;
  }
}
@media (max-width: 960px) {
  .s2-header {
    grid-template-columns: 1fr auto;
  }
  .s2-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
  .s2-product, .s2-features, .s2-faq, .s2-standard, .s2-contact {
    grid-template-columns: 1fr;
  }
  .s2-product {
    min-height: auto;
  }
  .s2-contact > a, .s2-contact > p {
    grid-column: 1;
  }
}
@media (max-width: 640px) {
  .s2-header {
    gap: 0.6rem 1rem;
    padding: 0.75rem 1rem;
  }
  .s2-header-action {
    padding-inline: 0.75rem;
  }
  .s2-header nav {
    gap: 1.25rem;
  }
  .s2-header nav a, .s2-header-action {
    font-size: 0.62rem;
  }
  .s2-section-inner {
    padding: 5.5rem 1rem;
  }
  .s2-section-index {
    top: 1.25rem;
    right: 1rem;
  }
  .s2-heading, .s2-product:not(.s2-product-product-hero) .s2-heading, .s2-features .s2-heading, .s2-faq .s2-heading, .s2-standard .s2-heading, .s2-contact .s2-heading {
    max-width: 11ch;
    font-size: clamp(2.8rem, 15vw, 5rem);
    line-height: 0.9;
  }
  .s2-console, .s2-timeline {
    min-height: 26rem;
  }
  .s2-console-core {
    width: 58%;
  }
  .s2-format-cloud span {
    display: none;
  }
  .s2-feature-list li {
    grid-template-columns: 2rem 1fr 1rem;
  }
  .s2-feature-list li p {
    grid-column: 2 / -1;
  }
  .s2-delivery > div {
    grid-template-columns: 1.5rem 1fr 1rem;
  }
  .s2-delivery small {
    display: none;
  }
  .s2-gallery figure, .s2-gallery figure:nth-child(3n) {
    grid-column: 1 / -1;
  }
  .s2-cta {
    min-height: 55svh;
    padding-bottom: 7rem;
  }
  .s2-footer {
    grid-template-columns: 1fr;
  }
  .s2-footer nav {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s2-site *, .s2-site *::before, .s2-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.s2-site .site-dialog {
  --background: #141414;
  --foreground: #f5f3ed;
  --border: #77746d;
  --primary: #f5f3ed;
  --primary-foreground: #141414;
  --accent: #35332f;
  --accent-foreground: #f5f3ed;
  border-radius: 6px;
}
.s2-popup .content-popup, .s2-inquiry .inquiry-form {
  margin-top: 2.5rem;
}
.s2-inquiry .inquiry-form {
  --background: #141414;
  --foreground: #f5f3ed;
  --border: #77746d;
  --radius: 0;
}
.s2-popup .site-dialog-heading {
  font-family: var(--font-sans);
  text-transform: uppercase;
}
.s2-site .site-dialog .content-popup-action {
  color: var(--primary-foreground);
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  * {
    border-color: var(--border);
  }
  body {
    background-color: var(--background);
    font-family: var(--font-inter), Arial, Helvetica, sans-serif;
    color: var(--foreground);
    margin: 0;
  }
  button:not(:disabled),
  summary {
    cursor: pointer;
  }
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  summary:focus-visible {
    outline: 2px solid var(--foreground);
    outline-offset: 4px;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
@layer components {
  .site-section[data-section-type="textScroller"] {
    padding-block: 0;
  }
  .site-section[data-section-type="textScroller"] > .site-container {
    width: 100%;
    max-width: none;
  }
  .text-scroller {
    --text-scroller-duration: 20s;
    overflow: hidden;
  }
  .text-scroller-track {
    display: flex;
    width: max-content;
    will-change: transform;
  }
  .text-scroller-group {
    display: flex;
    min-width: 100vw;
    flex: none;
    align-items: center;
    gap: 0.8ch;
    padding-right: 0.8ch;
    white-space: nowrap;
  }
  .text-scroller-group > span {
    flex: none;
  }
  .site-text-scroller {
    border-block: 1px solid var(--border);
    padding-block: clamp(1rem, 2.5vw, 1.75rem);
    color: var(--primary-foreground);
    background: var(--primary);
    font-family: var(--heading-font);
    font-size: clamp(1.5rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }
  @keyframes text-scroller-left {
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes text-scroller-right {
    from {
      transform: translateX(-50%);
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    .text-scroller[data-direction="left"] .text-scroller-track {
      animation: text-scroller-left var(--text-scroller-duration) linear
        infinite;
    }
    .text-scroller[data-direction="right"] .text-scroller-track {
      animation: text-scroller-right var(--text-scroller-duration) linear
        infinite;
    }
  }
  .collection-slider {
    position: relative;
    margin-top: clamp(2.5rem, 6vw, 5rem);
  }
  .slideshow-intro {
    max-width: 58rem;
  }
  .collection-slider-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding-bottom: 0.75rem;
  }
  .collection-slider-item {
    min-width: 0;
    scroll-snap-align: start;
  }
  .collection-slider-carousel .collection-slider-track {
    scrollbar-color: var(--muted-foreground) transparent;
  }
  .collection-slider-carousel .collection-slider-track::-webkit-scrollbar {
    height: 6px;
    background: transparent;
  }
  .collection-slider-carousel
    .collection-slider-track::-webkit-scrollbar-track {
    background: transparent;
  }
  .collection-slider-carousel
    .collection-slider-track::-webkit-scrollbar-thumb {
    background: var(--muted-foreground);
    border-radius: 999px;
  }
  @media (min-width: 601px) {
    .collection-slider-carousel .collection-slider-position {
      display: none;
    }
  }
  .collection-slider-slideshow .collection-slider-item {
    flex: 0 0 100%;
  }
  .collection-slider-slideshow .collection-slider-track {
    scrollbar-width: none;
    padding-bottom: 0;
  }
  .collection-slider-slideshow .collection-slider-track::-webkit-scrollbar {
    display: none;
  }
  .collection-slider-carousel[data-columns="2"] .collection-slider-item {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }
  .collection-slider-carousel[data-columns="3"] .collection-slider-item {
    flex: 0 0 calc((100% - 2.5rem) / 3);
  }
  .collection-slider-carousel[data-columns="4"] .collection-slider-item {
    flex: 0 0 calc((100% - 3.75rem) / 4);
  }
  .collection-slider-controls {
    display: flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
  }
  .collection-slider-buttons,
  .collection-slider-dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .collection-slider-buttons button {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: inherit;
    background: var(--background);
  }
  .collection-slider-buttons button:hover:not(:disabled) {
    color: var(--primary-foreground);
    background: var(--primary);
  }
  .collection-slider-buttons button:disabled {
    cursor: not-allowed;
    opacity: 0.35;
  }
  .collection-slider-buttons svg {
    width: 1rem;
    height: 1rem;
  }
  .collection-slider-dots button {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    padding: 0;
    background: transparent;
  }
  .collection-slider-dots button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.75rem;
    height: 2px;
    content: "";
    background: currentColor;
    opacity: 0.25;
    transform: translate(-50%, -50%);
  }
  .collection-slider-dots button[aria-current="true"]::after {
    opacity: 1;
  }
  .collection-slider-position {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.08em;
  }
  .collection-slider-slideshow .collection-slider-controls {
    min-height: 3.5rem;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .collection-slider-slideshow .collection-slider-buttons {
    display: contents;
  }
  .collection-slider-slideshow .collection-slider-previous,
  .collection-slider-slideshow .collection-slider-next {
    position: absolute;
    z-index: 3;
    top: calc(50% - 2rem);
    width: clamp(3.5rem, 6vw, 5.5rem);
    height: clamp(5rem, 10vw, 8rem);
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    filter: drop-shadow(0 2px 8px rgb(0 0 0 / 0.45));
    transform: translateY(-50%);
  }
  .collection-slider-slideshow .collection-slider-previous {
    left: 0;
  }
  .collection-slider-slideshow .collection-slider-next {
    right: 0;
  }
  .collection-slider-slideshow .collection-slider-previous:hover:not(:disabled),
  .collection-slider-slideshow .collection-slider-next:hover:not(:disabled) {
    color: #fff;
    background: transparent;
    transform: translateY(-50%) scale(1.1);
  }
  .collection-slider-slideshow .collection-slider-previous:focus-visible,
  .collection-slider-slideshow .collection-slider-next:focus-visible {
    outline-color: #fff;
  }
  .collection-slider-slideshow .collection-slider-previous svg,
  .collection-slider-slideshow .collection-slider-next svg {
    width: clamp(3rem, 5vw, 4.75rem);
    height: clamp(3rem, 5vw, 4.75rem);
    stroke-width: 1.15;
  }
  .collection-slider-slideshow .collection-slider-autoplay {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    border: 0;
    background: transparent;
  }
  .collection-slider-slideshow .collection-slider-dots {
    justify-content: center;
  }
  .slideshow-panel {
    position: relative;
    display: flex;
    min-height: clamp(30rem, 72svh, 48rem);
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #101722;
  }
  .slideshow-panel-image {
    position: absolute;
    inset: 0;
  }
  .slideshow-panel-image > div {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .slideshow-panel::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(6 12 22 / 0.78) 0%,
        rgb(6 12 22 / 0.34) 55%,
        transparent 82%
      ),
      linear-gradient(0deg, rgb(6 12 22 / 0.62) 0%, transparent 52%);
    pointer-events: none;
  }
  .slideshow-panel-copy {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(100%, 62rem);
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(2rem, 6vw, 6rem);
    text-shadow: 0 1px 1rem rgb(0 0 0 / 0.22);
  }
  .slideshow-panel-copy > p:first-child,
  .carousel-card-copy > p:first-child {
    margin: 0 0 1rem;
    color: var(--muted-foreground);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .slideshow-panel-copy > p:first-child {
    color: rgb(255 255 255 / 0.78);
    font-size: clamp(0.72rem, 1.1vw, 0.9rem);
    letter-spacing: 0.2em;
  }
  .slideshow-panel-copy h3,
  .carousel-card-copy h3 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }
  .slideshow-panel-copy h3 {
    max-width: 12ch;
    font-family: var(--heading-font);
    font-size: clamp(2.75rem, 6.5vw, 6.5rem);
    font-weight: 520;
    line-height: 0.88;
    letter-spacing: -0.065em;
    text-wrap: balance;
  }
  .slideshow-panel-copy > p:not(:first-child),
  .carousel-card-copy > p:not(:first-child) {
    margin: 1rem 0 0;
    color: var(--muted-foreground);
    line-height: 1.65;
  }
  .slideshow-panel-copy > p:not(:first-child) {
    max-width: 34rem;
    color: rgb(255 255 255 / 0.86);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5;
  }
  .slideshow-panel-copy a {
    color: #fff;
  }
  .slideshow-panel-copy a,
  .carousel-card-copy a {
    display: inline-flex;
    min-height: 2.75rem;
    width: fit-content;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-size: 0.85rem;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
  .carousel-card {
    height: 100%;
    border-top: 1px solid var(--border);
    background: var(--background);
  }
  .carousel-card-bordered-cards {
    border: 1px solid var(--border);
  }
  .carousel-card > div:first-child:not(.carousel-card-copy) {
    border-radius: 0;
  }
  .carousel-card-copy {
    padding: 1.5rem 0;
  }
  .carousel-card-bordered-cards .carousel-card-copy {
    padding: 1.5rem;
  }
  .carousel-card-copy h3 {
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  }
  @media (max-width: 900px) {
    .collection-slider-carousel[data-columns="3"] .collection-slider-item,
    .collection-slider-carousel[data-columns="4"] .collection-slider-item {
      flex-basis: calc((100% - 1.25rem) / 2);
    }
  }
  @media (max-width: 600px) {
    .collection-slider-carousel[data-columns] .collection-slider-item {
      flex-basis: min(88%, 22rem);
    }
    .slideshow-panel {
      min-height: 27rem;
    }
    .slideshow-panel-copy {
      padding: 2rem 3.5rem 2.5rem;
    }
    .slideshow-panel-copy h3 {
      font-size: clamp(2.5rem, 14vw, 4rem);
    }
    .collection-slider-controls {
      align-items: flex-start;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .collection-slider-track {
      scroll-behavior: auto;
    }
  }
  .news-listing {
    margin-top: clamp(2.5rem, 6vw, 5rem);
  }
  .news-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .news-controls label {
    display: grid;
    min-width: min(100%, 15rem);
    gap: 0.45rem;
    font-size: 0.75rem;
  }
  .news-controls label > span {
    color: var(--muted-foreground);
  }
  .news-controls select {
    min-height: 2.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.55rem 2.5rem 0.55rem 0.75rem;
    color: inherit;
    background: var(--background);
    font: inherit;
  }
  .news-grid {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
  }
  .news-listing-columns-2 .news-grid,
  .news-listing-columns-3 .news-grid,
  .news-listing-columns-4 .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-listing-columns-3 .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .news-listing-columns-4 .news-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .news-listing-list .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .news-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-listing-list .news-card {
    display: grid;
    grid-template-columns: minmax(12rem, 0.7fr) 1fr;
    gap: clamp(1.5rem, 4vw, 4rem);
  }
  .news-card-image {
    display: block;
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .news-card-image img {
    transition: transform 300ms ease;
  }
  .news-card-image:hover img {
    transform: scale(1.025);
  }
  .news-card-meta,
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1rem;
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .news-card h3 {
    margin: 1rem 0 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.12;
  }
  .news-card h3 a {
    text-decoration: none;
  }
  .news-card h3 a:hover,
  .news-read-more:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
  }
  .news-card-copy > p:not(.news-card-meta) {
    margin: 1rem 0 0;
    color: var(--muted-foreground);
    line-height: 1.65;
  }
  .news-read-more {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    font-size: 0.85rem;
    font-weight: 650;
  }
  .news-load-more {
    display: block;
    min-height: 2.75rem;
    margin: 3rem auto 0;
    border: 1px solid currentColor;
    border-radius: var(--radius);
    padding: 0.7rem 1.25rem;
    color: inherit;
    background: transparent;
    font: inherit;
  }
  .news-load-more:hover {
    color: var(--primary-foreground);
    background: var(--primary);
  }
  .news-empty {
    padding-block: 3rem;
    color: var(--muted-foreground);
  }
  .article-view {
    width: min(var(--site-width, 58rem), calc(100% - 3rem));
    margin-inline: auto;
    padding-block: clamp(3rem, 8vw, 8rem);
  }
  .article-back {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: clamp(3rem, 7vw, 6rem);
    font-size: 0.85rem;
  }
  .article-view header {
    max-width: 60rem;
  }
  .article-view h1 {
    max-width: 15ch;
    margin: 1.5rem 0 0;
    font-size: clamp(2.6rem, 7vw, 6.5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }
  .article-excerpt {
    max-width: 45rem;
    margin: 2rem 0 0;
    color: var(--muted-foreground);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.55;
  }
  .article-image {
    margin-top: clamp(2.5rem, 6vw, 5rem);
  }
  .article-body {
    max-width: 44rem;
    margin: clamp(2.5rem, 6vw, 5rem) auto 0;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
  }
  .article-body p {
    white-space: pre-wrap;
  }
  @media (max-width: 900px) {
    .news-listing-columns-3 .news-grid,
    .news-listing-columns-4 .news-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 600px) {
    .news-listing-columns-2 .news-grid,
    .news-listing-columns-3 .news-grid,
    .news-listing-columns-4 .news-grid,
    .news-listing-list .news-card {
      grid-template-columns: 1fr;
    }
    .news-controls,
    .news-controls label {
      width: 100%;
    }
    .article-view {
      width: min(100% - 2rem, var(--site-width, 58rem));
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .news-card-image img {
      transition: none;
    }
  }
  .auth-page {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: clamp(24px, 7vw, 80px);
    background: var(--muted);
  }
  .auth-panel {
    width: min(100%, 420px);
    border-top: 4px solid var(--primary);
    background: var(--background);
    padding: clamp(28px, 7vw, 48px);
  }
  .auth-eyebrow {
    margin: 0 0 28px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .auth-panel h1 {
    margin: 0;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }
  .auth-intro {
    margin: 18px 0 32px;
    color: var(--muted-foreground);
    line-height: 1.6;
  }
  .auth-form,
  .auth-field {
    display: grid;
    gap: 10px;
  }
  .auth-form {
    gap: 20px;
  }
  .auth-field label {
    font-size: 14px;
    font-weight: 650;
  }
  .auth-field input {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--background);
    color: var(--foreground);
    padding: 10px 12px;
    font: inherit;
  }
  .auth-field input:disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }
  .auth-error {
    margin: 0;
    color: var(--color-destructive);
    font-size: 14px;
    line-height: 1.5;
  }
  .ai-workspace {
    height: 100dvh;
    overflow: hidden;
    background: var(--background);
  }
  .website-preview,
  .website-preview iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--background);
  }
  .floating-conversation {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    width: min(400px, calc(100vw - 24px));
    height: min(480px, var(--chat-available-height));
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--background);
    color: var(--foreground);
    box-shadow: 0 12px 48px #14261c26,
      0 2px 8px #14261c14;
  }
  .floating-conversation[hidden] {
    display: none;
  }
  .conversation-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 2px;
    padding: 6px;
    border-bottom: 1px solid var(--border);
  }
  .conversation-handle {
    flex: 1;
    min-width: 0;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }
  .conversation-handle:active {
    cursor: grabbing;
  }
  .conversation-state {
    line-height: 1.4;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    color: var(--muted-foreground);
  }
  .conversation-drag-shield {
    position: fixed;
    inset: 0;
    z-index: 40;
    cursor: grabbing;
  }
  .conversation-launcher {
    position: fixed;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 50;
    border-radius: 999px;
    box-shadow: 0 4px 24px #14261c26;
  }
  .conversation {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 12px;
    overflow-y: auto;
  }
  .conversation-log {
    flex: 1;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding: 4px;
    margin-bottom: 12px;
  }
  .conversation .prompt-box {
    flex-shrink: 0;
  }
  .welcome {
    color: #69786d;
    font-size: 14px;
    line-height: 1.6;
    margin: 2px 2px 12px;
  }
  .message {
    font-size: 14px;
    line-height: 1.65;
    padding: 8px 4px;
  }
  .message span {
    font-size: 10px;
    letter-spacing: 0.04em;
    color: var(--muted-foreground);
  }
  .message p {
    margin: 4px 0 8px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
  .message-user {
    margin-left: 15%;
    text-align: right;
  }
  .message-error p {
    color: #87553b;
  }
  .prompt-box {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    background: white;
    border: 1px solid #d6dfd2;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 3px 18px #203d2410;
  }
  .prompt-box:focus-within {
    border-color: #6f8e75;
    box-shadow: 0 0 0 2px #6f8e7514;
  }
  .prompt-box textarea {
    resize: none;
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #293f30;
    line-height: 1.6;
    padding: 3px 5px;
    font-size: 14px;
  }
  .prompt-box textarea::placeholder {
    color: var(--muted-foreground);
  }
  @media (max-width: 600px) {
    .conversation-state {
      display: none;
    }
    .conversation {
      padding: 8px;
    }
    .prompt-box {
      gap: 4px;
      padding: 8px;
    }
    .prompt-box textarea {
      font-size: 14px;
    }
  }
  .site-dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(44rem, calc(100% - 2rem));
    max-height: calc(100dvh - 2rem);
    overflow: auto;
    overscroll-behavior: contain;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--background);
    color: var(--foreground);
    text-align: left;
    overflow-wrap: anywhere;
  }
  .site-dialog::backdrop {
    background: rgb(0 0 0 / 75%);
  }
  .site-dialog-toolbar {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--background);
    padding-block: 0.25rem;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .site-dialog-heading {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
  }
  .site-dialog-copy {
    white-space: pre-wrap;
    line-height: 1.7;
    margin-block: 1.5rem;
  }
  .gallery-thumbnail {
    display: block;
  }
  .gallery-dialog {
    width: min(76rem, calc(100% - 2rem));
  }
  .gallery-full-image img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-height: 62dvh;
    max-width: 100%;
    object-fit: contain;
  }
  .gallery-full-image figcaption {
    text-align: center;
    margin-top: 1rem;
    white-space: pre-wrap;
  }
  .gallery-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .inquiry-form {
    max-width: 42rem;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .inquiry-fields {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
  }
  .inquiry-fields label {
    display: block;
    margin-bottom: 0.5rem;
  }
  .inquiry-input,
  .inquiry-fields textarea {
    display: block;
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid var(--border);
    background: var(--background);
    color: var(--foreground);
    border-radius: var(--radius);
    padding: 0.75rem;
    font-size: 1rem;
  }
  .inquiry-fields button {
    justify-self: start;
  }
  .inquiry-fields:disabled {
    opacity: 0.65;
  }
  .inquiry-privacy {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .inquiry-privacy a {
    text-decoration: underline;
  }
  .inquiry-form > p {
    margin-top: 1rem;
  }
  .inquiry-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
}
@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
  to {
    height: 0;
  }
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
@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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}
