/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-violet-400: oklch(70.2% 0.183 293.541);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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 {
  .collapse {
    visibility: collapse;
  }
  .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;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .-mx-8 {
    margin-inline: calc(var(--spacing) * -8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-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);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[16rem\] {
    max-width: 16rem;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :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)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-white\/\[0\.06\] > :not(:last-child)) {
    border-color: color-mix(in srgb, #fff 6%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :where(.divide-white\/\[0\.06\] > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }
  :where(.divide-white\/\[0\.08\] > :not(:last-child)) {
    border-color: color-mix(in srgb, #fff 8%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :where(.divide-white\/\[0\.08\] > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[1px\] {
    border-radius: 1px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-cyan-400\/20 {
    border-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-cyan-400\/20 {
      border-color: color-mix(in oklab, var(--color-cyan-400) 20%, transparent);
    }
  }
  .border-emerald-400\/20 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-400\/20 {
      border-color: color-mix(in oklab, var(--color-emerald-400) 20%, transparent);
    }
  }
  .border-emerald-500\/40 {
    border-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-500\/40 {
      border-color: color-mix(in oklab, var(--color-emerald-500) 40%, transparent);
    }
  }
  .border-violet-400\/20 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-violet-400\/20 {
      border-color: color-mix(in oklab, var(--color-violet-400) 20%, transparent);
    }
  }
  .border-white\/\[0\.04\] {
    border-color: color-mix(in srgb, #fff 4%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.04\] {
      border-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .border-white\/\[0\.06\] {
    border-color: color-mix(in srgb, #fff 6%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.06\] {
      border-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }
  .bg-\[\#09090b\] {
    background-color: #09090b;
  }
  .bg-amber-500\/10 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/10 {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-cyan-400\/10 {
    background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-cyan-400\/10 {
      background-color: color-mix(in oklab, var(--color-cyan-400) 10%, transparent);
    }
  }
  .bg-cyan-400\/50 {
    background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-cyan-400\/50 {
      background-color: color-mix(in oklab, var(--color-cyan-400) 50%, transparent);
    }
  }
  .bg-cyan-500\/10 {
    background-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-cyan-500\/10 {
      background-color: color-mix(in oklab, var(--color-cyan-500) 10%, transparent);
    }
  }
  .bg-emerald-400\/10 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-400\/10 {
      background-color: color-mix(in oklab, var(--color-emerald-400) 10%, transparent);
    }
  }
  .bg-emerald-400\/50 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-400\/50 {
      background-color: color-mix(in oklab, var(--color-emerald-400) 50%, transparent);
    }
  }
  .bg-emerald-400\/70 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-400\/70 {
      background-color: color-mix(in oklab, var(--color-emerald-400) 70%, transparent);
    }
  }
  .bg-emerald-500\/10 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/10 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }
  .bg-emerald-500\/40 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/40 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 40%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-violet-400\/10 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-violet-400\/10 {
      background-color: color-mix(in oklab, var(--color-violet-400) 10%, transparent);
    }
  }
  .bg-violet-400\/50 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-violet-400\/50 {
      background-color: color-mix(in oklab, var(--color-violet-400) 50%, transparent);
    }
  }
  .bg-violet-500\/10 {
    background-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-violet-500\/10 {
      background-color: color-mix(in oklab, var(--color-violet-500) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/5 {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-white\/\[0\.02\] {
    background-color: color-mix(in srgb, #fff 2%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/\[0\.02\] {
      background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
    }
  }
  .bg-white\/\[0\.03\] {
    background-color: color-mix(in srgb, #fff 3%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/\[0\.03\] {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .bg-white\/\[0\.04\] {
    background-color: color-mix(in srgb, #fff 4%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/\[0\.04\] {
      background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-amber-500\/40 {
    --tw-gradient-from: color-mix(in srgb, oklch(76.9% 0.188 70.08) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-500\/40 {
      --tw-gradient-from: color-mix(in oklab, var(--color-amber-500) 40%, transparent);
    }
  }
  .from-amber-500\/40 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-cyan-500\/40 {
    --tw-gradient-from: color-mix(in srgb, oklch(71.5% 0.143 215.221) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-cyan-500\/40 {
      --tw-gradient-from: color-mix(in oklab, var(--color-cyan-500) 40%, transparent);
    }
  }
  .from-cyan-500\/40 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-emerald-500\/30 {
    --tw-gradient-from: color-mix(in srgb, oklch(69.6% 0.17 162.48) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-emerald-500\/30 {
      --tw-gradient-from: color-mix(in oklab, var(--color-emerald-500) 30%, transparent);
    }
  }
  .from-emerald-500\/30 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-emerald-500\/40 {
    --tw-gradient-from: color-mix(in srgb, oklch(69.6% 0.17 162.48) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-emerald-500\/40 {
      --tw-gradient-from: color-mix(in oklab, var(--color-emerald-500) 40%, transparent);
    }
  }
  .from-emerald-500\/40 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-violet-500\/40 {
    --tw-gradient-from: color-mix(in srgb, oklch(60.6% 0.25 292.717) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-violet-500\/40 {
      --tw-gradient-from: color-mix(in oklab, var(--color-violet-500) 40%, transparent);
    }
  }
  .from-violet-500\/40 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-amber-500\/10 {
    --tw-gradient-via: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .via-amber-500\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .via-amber-500\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-cyan-500\/10 {
    --tw-gradient-via: color-mix(in srgb, oklch(71.5% 0.143 215.221) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .via-cyan-500\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--color-cyan-500) 10%, transparent);
    }
  }
  .via-cyan-500\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-emerald-500\/10 {
    --tw-gradient-via: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .via-emerald-500\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }
  .via-emerald-500\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-violet-500\/10 {
    --tw-gradient-via: color-mix(in srgb, oklch(60.6% 0.25 292.717) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .via-violet-500\/10 {
      --tw-gradient-via: color-mix(in oklab, var(--color-violet-500) 10%, transparent);
    }
  }
  .via-violet-500\/10 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[min\(3\.75rem\,14vw\)\] {
    font-size: min(3.75rem, 14vw);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.035em\] {
    --tw-tracking: -0.035em;
    letter-spacing: -0.035em;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#09090b\] {
    color: #09090b;
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-amber-400\/60 {
    color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-400\/60 {
      color: color-mix(in oklab, var(--color-amber-400) 60%, transparent);
    }
  }
  .text-amber-400\/70 {
    color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-400\/70 {
      color: color-mix(in oklab, var(--color-amber-400) 70%, transparent);
    }
  }
  .text-amber-400\/80 {
    color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-400\/80 {
      color: color-mix(in oklab, var(--color-amber-400) 80%, transparent);
    }
  }
  .text-black {
    color: var(--color-black);
  }
  .text-cyan-300 {
    color: var(--color-cyan-300);
  }
  .text-cyan-400 {
    color: var(--color-cyan-400);
  }
  .text-cyan-400\/80 {
    color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-cyan-400\/80 {
      color: color-mix(in oklab, var(--color-cyan-400) 80%, transparent);
    }
  }
  .text-emerald-300 {
    color: var(--color-emerald-300);
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-emerald-400\/60 {
    color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-400\/60 {
      color: color-mix(in oklab, var(--color-emerald-400) 60%, transparent);
    }
  }
  .text-emerald-400\/70 {
    color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-400\/70 {
      color: color-mix(in oklab, var(--color-emerald-400) 70%, transparent);
    }
  }
  .text-emerald-400\/80 {
    color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-400\/80 {
      color: color-mix(in oklab, var(--color-emerald-400) 80%, transparent);
    }
  }
  .text-emerald-400\/90 {
    color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-emerald-400\/90 {
      color: color-mix(in oklab, var(--color-emerald-400) 90%, transparent);
    }
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-violet-300 {
    color: var(--color-violet-300);
  }
  .text-violet-400 {
    color: var(--color-violet-400);
  }
  .text-violet-400\/80 {
    color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-violet-400\/80 {
      color: color-mix(in oklab, var(--color-violet-400) 80%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --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);
  }
  .ring {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    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-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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .hover\:bg-white\/\[0\.04\]:hover {
      background-color: color-mix(in srgb, #fff 4%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/\[0\.04\]:hover {
        background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-emerald-300:hover {
      color: var(--color-emerald-300);
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  @media (width < 40rem) {
    :where(.max-sm\:divide-y > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  @media (width >= 40rem) {
    .sm\:-mx-12 {
      margin-inline: calc(var(--spacing) * -12);
    }
  }
  @media (width >= 40rem) {
    .sm\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .sm\:-mt-12 {
      margin-top: calc(var(--spacing) * -12);
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-24 {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 40rem) {
    .sm\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-12 {
      height: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-28 {
      height: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-36 {
      height: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-28 {
      width: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-44 {
      width: calc(var(--spacing) * 44);
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    :where(.sm\:divide-x > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  @media (width >= 40rem) {
    .sm\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  @media (width >= 40rem) {
    .sm\:pb-48 {
      padding-bottom: calc(var(--spacing) * 48);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-center {
      text-align: center;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }
  @media (width >= 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  @media (width >= 48rem) {
    .md\:row-span-2 {
      grid-row: span 2 / span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:h-40 {
      height: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-12 {
      grid-column: span 12 / span 12;
    }
  }
  @media (width >= 64rem) {
    .lg\:row-span-2 {
      grid-row: span 2 / span 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:-mr-10 {
      margin-right: calc(var(--spacing) * -10);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-w-\[260px\] {
      min-width: 260px;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-rows-\[1fr_auto\] {
      grid-template-rows: 1fr auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-rows-subgrid {
      grid-template-rows: subgrid;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-x-12 {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-y-6 {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:self-center {
      align-self: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[7\.5rem\] {
      font-size: 7.5rem;
    }
  }
}
@font-face {
  font-family: "Satoshi";
  src: url("../../fonts/satoshi-variable.70880e42f07b.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("../../fonts/geist-mono-variable.bd0693c1a36d.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("../../fonts/ibm-plex-serif-700.8a1ec17a174d.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
[x-cloak] {
  display: none !important;
}
::selection {
  background: rgba(16, 185, 129, 0.3);
  color: #fff;
}
:root {
  --font-sans: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-serif: "IBM Plex Serif", ui-serif, Georgia, "Times New Roman", serif;
  --bg-primary: #09090b;
  --bg-surface: rgba(255, 255, 255, 0.025);
  --bg-surface-hover: rgba(255, 255, 255, 0.045);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(255, 255, 255, 0.12);
  --text-primary: #fafafa;
  --text-secondary: #a1a1aa;
  --text-muted: #52525b;
  --accent-emerald: #10b981;
  --accent-cyan: #06b6d4;
  --accent-violet: #8b5cf6;
  --glow-primary: rgba(16, 185, 129, 0.2);
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --surface: rgba(255, 255, 255, 0.015);
  --surface-hover: rgba(255, 255, 255, 0.035);
  --tick: rgba(255, 255, 255, 0.28);
  --tick-accent: rgba(16, 185, 129, 0.6);
  --wire-ease: ease-out;
  --wire-duration: 0.18s;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}
h1,
h2 {
  font-family: var(--font-serif);
  font-synthesis: none;
}
.glass-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0;
  position: relative;
  transition: border-color var(--wire-duration) var(--wire-ease),
    background var(--wire-duration) var(--wire-ease);
}
.glass-card::before,
.glass-card::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  pointer-events: none;
  z-index: 2;
  transition: border-color var(--wire-duration) var(--wire-ease);
}
.glass-card::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid var(--tick);
  border-left: 1px solid var(--tick);
}
.glass-card::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid var(--tick);
  border-bottom: 1px solid var(--tick);
}
.glass-card:hover {
  border-color: var(--line-strong);
  background: var(--surface-hover);
}
.glass-card:hover::before,
.glass-card:hover::after {
  border-color: var(--tick-accent);
}
.client-feature {
  border-color: rgba(16, 185, 129, 0.22);
}
.client-feature:hover {
  border-color: rgba(16, 185, 129, 0.4);
}
.service-icon {
  transition: border-color var(--wire-duration) var(--wire-ease);
}
.service-card--emerald {
  --card-accent: 16, 185, 129;
}
.service-card--cyan {
  --card-accent: 6, 182, 212;
}
.service-card--violet {
  --card-accent: 139, 92, 246;
}
.service-card:hover {
  border-color: rgba(var(--card-accent), 0.35);
}
.service-card:hover::before,
.service-card:hover::after {
  border-color: rgba(var(--card-accent), 0.6);
}
.card-accent-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(var(--card-accent), 0.55) 0%,
    rgba(var(--card-accent), 0.18) 38%,
    transparent 78%
  );
  transition: background var(--wire-duration) var(--wire-ease);
}
.service-card:hover .card-accent-line {
  background: linear-gradient(
    90deg,
    rgba(var(--card-accent), 0.95) 0%,
    rgba(var(--card-accent), 0.30) 48%,
    transparent 88%
  );
}
.service-tile {
  background: rgba(var(--card-accent), 0.08);
  border: 1px solid rgba(var(--card-accent), 0.25);
  border-radius: 0;
}
.service-card:hover .service-tile {
  border-color: rgba(var(--card-accent), 0.45);
}
.agent-terminal {
  border-radius: 0;
}
.agent-terminal-cursor {
  opacity: 0;
  left: 32px;
  top: 20px;
  animation: cursor-blink 0.8s step-end infinite;
  animation-play-state: paused;
  transition: top 0.15s ease-out;
  z-index: 1;
}
.agent-terminal-cursor.active {
  opacity: 1;
  animation-play-state: running;
}
@keyframes cursor-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.logo-type {
  display: inline-flex;
  align-items: center;
  height: 28px;
  min-width: 28px;
}
.agent-terminal-line {
  opacity: 0;
  transform: translateX(-6px);
}
.glass-nav {
  background: rgba(9, 9, 11, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  border-bottom: 1px solid var(--line);
  transition: background var(--wire-duration) var(--wire-ease),
    border-color var(--wire-duration) var(--wire-ease);
}
.glass-nav.scrolled {
  background: rgba(9, 9, 11, 0.94);
  border-bottom-color: var(--line-strong);
}
.glass-dropdown {
  background: rgba(9, 9, 11, 0.97);
  border-top: 1px solid var(--line);
  position: relative;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background: var(--accent-emerald);
  border: 1px solid var(--accent-emerald);
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  color: var(--bg-primary);
  transition: background var(--wire-duration) var(--wire-ease),
    border-color var(--wire-duration) var(--wire-ease);
}
.btn-primary::before,
.btn-primary::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  pointer-events: none;
  transition: border-color var(--wire-duration) var(--wire-ease);
}
.btn-primary::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid var(--tick);
  border-left: 1px solid var(--tick);
}
.btn-primary::after {
  right: -5px;
  bottom: -5px;
  border-right: 1px solid var(--tick);
  border-bottom: 1px solid var(--tick);
}
.btn-primary:hover {
  background: #34d399;
  border-color: #34d399;
}
.btn-primary:hover::before,
.btn-primary:hover::after {
  border-color: var(--tick-accent);
}
.btn-primary:active {
  background: #0d9268;
  border-color: #0d9268;
  transition-duration: 0.1s;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--wire-duration) var(--wire-ease),
    border-color var(--wire-duration) var(--wire-ease),
    background var(--wire-duration) var(--wire-ease);
}
.btn-outline:hover {
  color: white;
  border-color: var(--line-strong);
  background: var(--surface-hover);
}
.btn-outline:active {
  background: rgba(255, 255, 255, 0.06);
  transition-duration: 0.1s;
}
.copy-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  position: relative;
  padding: 0.95rem 1.6rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(16, 185, 129, 0.35);
  cursor: pointer;
  transition: border-color var(--wire-duration) var(--wire-ease),
    background var(--wire-duration) var(--wire-ease);
}
.copy-pill::before,
.copy-pill::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  pointer-events: none;
  transition: border-color var(--wire-duration) var(--wire-ease);
}
.copy-pill::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid var(--tick);
  border-left: 1px solid var(--tick);
}
.copy-pill::after {
  right: -5px;
  bottom: -5px;
  border-right: 1px solid var(--tick);
  border-bottom: 1px solid var(--tick);
}
.copy-pill:hover {
  border-color: rgba(16, 185, 129, 0.65);
  background: rgba(16, 185, 129, 0.05);
}
.copy-pill:hover::before,
.copy-pill:hover::after {
  border-color: var(--tick-accent);
}
.copy-pill:active {
  background: rgba(16, 185, 129, 0.09);
}
.copy-pill-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: var(--accent-emerald);
}
.copy-pill-email {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  color: #fff;
}
.copy-pill-action {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(16, 185, 129, 0.65);
  transition: color 0.3s var(--wire-ease);
}
.copy-pill:hover .copy-pill-action {
  color: #6ee7b7;
}
.contact-aurora {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 130%);
  height: min(620px, 90%);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 46% 44% at 50% 50%, rgba(16, 185, 129, 0.2), transparent 70%),
    radial-gradient(ellipse 38% 40% at 36% 60%, rgba(6, 182, 212, 0.15), transparent 72%),
    radial-gradient(ellipse 40% 42% at 66% 44%, rgba(139, 92, 246, 0.14), transparent 72%);
  filter: blur(16px);
  animation: contact-aurora-breathe 9s ease-in-out infinite;
}
@keyframes contact-aurora-breathe {
  0%,
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--line);
}
.lang-segment {
  display: flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 0;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--wire-duration) var(--wire-ease),
    background var(--wire-duration) var(--wire-ease),
    border-color var(--wire-duration) var(--wire-ease);
}
.lang-segment:hover {
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
}
.lang-segment--active {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line-strong);
  cursor: default;
}
.lang-segment--active:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
}
.lang-segment-label {
  line-height: 1;
}
.text-gradient {
  background: linear-gradient(
    100deg,
    var(--accent-emerald) 0%,
    var(--accent-cyan) 25%,
    var(--accent-violet) 50%,
    var(--accent-cyan) 75%,
    var(--accent-emerald) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-gradient-flow 6s linear infinite;
  padding-bottom: 0.12em;
}
@keyframes text-gradient-flow {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 200% center;
  }
}
.hero-word {
  position: relative;
  display: inline-block;
  margin-bottom: -0.12em;
}
.hero-word__draft {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(212, 212, 216, 0.32);
  opacity: 0;
  pointer-events: none;
}
.hero-word__fill {
  position: relative;
  z-index: 1;
}
.hero-word.is-building .hero-word__fill {
  clip-path: inset(-12% 100% -12% 0%);
}
.hero-word.is-building .hero-word__draft {
  opacity: 1;
}
.hero-word__fill {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='254.4' height='106.0'><rect x='0.0' y='0.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='10.6' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='21.2' y='0.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='31.8' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='42.4' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='53.0' y='0.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='63.6' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='74.2' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='84.8' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='95.4' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='106.0' y='0.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='116.6' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='0.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='137.8' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='148.4' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='159.0' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='169.6' y='0.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='180.2' y='0.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='190.8' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='201.4' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='212.0' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='222.6' y='0.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='233.2' y='0.0' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='243.8' y='0.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='0.0' y='10.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='10.6' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='21.2' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='10.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='42.4' y='10.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='53.0' y='10.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='63.6' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='74.2' y='10.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='84.8' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='95.4' y='10.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='106.0' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='116.6' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='10.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='137.8' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='148.4' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='159.0' y='10.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='169.6' y='10.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='180.2' y='10.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='190.8' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='201.4' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='222.6' y='10.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='233.2' y='10.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='243.8' y='10.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='0.0' y='21.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='10.6' y='21.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='21.2' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='21.2' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='42.4' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='53.0' y='21.2' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='63.6' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='74.2' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='84.8' y='21.2' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='95.4' y='21.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='106.0' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='116.6' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='137.8' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='148.4' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='159.0' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='169.6' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='180.2' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='190.8' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='201.4' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='21.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='222.6' y='21.2' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='233.2' y='21.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='243.8' y='21.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='0.0' y='31.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='10.6' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='21.2' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='42.4' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='53.0' y='31.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='63.6' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='74.2' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='84.8' y='31.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='95.4' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='106.0' y='31.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='116.6' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='137.8' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='148.4' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='159.0' y='31.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='169.6' y='31.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='180.2' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='190.8' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='201.4' y='31.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='212.0' y='31.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='222.6' y='31.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='233.2' y='31.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='243.8' y='31.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='0.0' y='42.4' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='10.6' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='21.2' y='42.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='42.4' y='42.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='53.0' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='63.6' y='42.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='74.2' y='42.4' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='84.8' y='42.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='95.4' y='42.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='106.0' y='42.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='116.6' y='42.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='137.8' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='148.4' y='42.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='159.0' y='42.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='169.6' y='42.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='180.2' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='190.8' y='42.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='201.4' y='42.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='222.6' y='42.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='233.2' y='42.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='243.8' y='42.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='0.0' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='10.6' y='53.0' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='21.2' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='31.8' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='42.4' y='53.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='53.0' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='63.6' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='74.2' y='53.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='84.8' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='95.4' y='53.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='106.0' y='53.0' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='116.6' y='53.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='127.2' y='53.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='137.8' y='53.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='148.4' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='159.0' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='169.6' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='180.2' y='53.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='190.8' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='201.4' y='53.0' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='212.0' y='53.0' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='222.6' y='53.0' width='10' height='10' rx='2' fill='%2312a578'/><rect x='233.2' y='53.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='243.8' y='53.0' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='0.0' y='63.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='10.6' y='63.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='21.2' y='63.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='63.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='42.4' y='63.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='53.0' y='63.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='63.6' y='63.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='74.2' y='63.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='84.8' y='63.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='95.4' y='63.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='106.0' y='63.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='116.6' y='63.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='127.2' y='63.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='137.8' y='63.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='148.4' y='63.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='159.0' y='63.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='169.6' y='63.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='180.2' y='63.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='190.8' y='63.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='201.4' y='63.6' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='63.6' width='10' height='10' rx='2' fill='%2312a578'/><rect x='222.6' y='63.6' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='233.2' y='63.6' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='243.8' y='63.6' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='0.0' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='10.6' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='21.2' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='42.4' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='53.0' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='63.6' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='74.2' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='84.8' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='95.4' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='106.0' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='116.6' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='127.2' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='137.8' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='148.4' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='159.0' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='169.6' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='180.2' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='190.8' y='74.2' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='201.4' y='74.2' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='212.0' y='74.2' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='222.6' y='74.2' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='233.2' y='74.2' width='10' height='10' rx='2' fill='%2312a578'/><rect x='243.8' y='74.2' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='0.0' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='10.6' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='21.2' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='31.8' y='84.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='42.4' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='53.0' y='84.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='63.6' y='84.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='74.2' y='84.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='84.8' y='84.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='95.4' y='84.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='106.0' y='84.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='116.6' y='84.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='127.2' y='84.8' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='137.8' y='84.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='148.4' y='84.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='159.0' y='84.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='169.6' y='84.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='180.2' y='84.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='190.8' y='84.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='201.4' y='84.8' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='84.8' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='222.6' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='233.2' y='84.8' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='243.8' y='84.8' width='10' height='10' rx='2' fill='%2312a578'/><rect x='0.0' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='10.6' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='21.2' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='31.8' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='42.4' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='53.0' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='63.6' y='95.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='74.2' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='84.8' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='95.4' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='106.0' y='95.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='116.6' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='127.2' y='95.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='137.8' y='95.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='148.4' y='95.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='159.0' y='95.4' width='10' height='10' rx='2' fill='%2312a578'/><rect x='169.6' y='95.4' width='10' height='10' rx='2' fill='%230f8f63'/><rect x='180.2' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='190.8' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='201.4' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/><rect x='212.0' y='95.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='222.6' y='95.4' width='10' height='10' rx='2' fill='%237ff5c9'/><rect x='233.2' y='95.4' width='10' height='10' rx='2' fill='%233fe3a8'/><rect x='243.8' y='95.4' width='10' height='10' rx='2' fill='%2317c98d'/></svg>");
  background-size: 2.822em 1.176em;
  animation: none;
}
.hero-word__probe {
  display: inline-block;
  width: 0;
  height: 0;
}
.hero-word__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}
.hero-word__guide {
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1;
}
.hero-word__guide-dot {
  fill: rgba(255, 255, 255, 0.28);
}
.hero-word__phase-label {
  fill: #3f3f46;
  font-family: var(--font-mono);
  font-size: 0.5rem;
  letter-spacing: 0.04em;
  transition: fill 0.45s ease;
}
@media (min-width: 640px) {
  .hero-word__phase-label {
    font-size: 0.625rem;
  }
}
.hero-word__phase-label.is-lit {
  fill: #71717a;
}
.workflow-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 2rem 2.5rem;
}
@media (min-width: 48rem) {
  .workflow-container {
    align-items: stretch;
    padding: 7rem 0 10rem;
  }
}
.workflow-feedback-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  color: rgba(16, 185, 129, 0.85);
  background: var(--bg-primary);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  z-index: 3;
  pointer-events: none;
}
.workflow-node {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.workflow-line {
  flex: 1;
  height: 2px;
  position: relative;
  z-index: 1;
  max-width: 100px;
  align-self: center;
  clip-path: inset(0 100% 0 0);
}
.workflow-line svg {
  width: 100%;
  height: 2px;
  overflow: visible;
}
.workflow-arch-label {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: rgba(52, 211, 153, 0.8);
  text-shadow: 0 0 14px rgba(16, 185, 129, 0.4);
  pointer-events: none;
}
.workflow-arch-label--wrap {
  width: 6.5rem;
  white-space: normal;
}
@media (max-width: 400px) {
  .workflow-arch-label {
    font-size: 0.5625rem;
    letter-spacing: 0.08em;
  }
  .workflow-arch-label--wrap {
    width: 5.25rem;
  }
}
.workflow-line-path {
  stroke: rgba(16, 185, 129, 0.4);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 0.1 8;
  fill: none;
}
.workflow-line-mobile {
  background: linear-gradient(to bottom, rgba(16, 185, 129, 0.3), rgba(6, 182, 212, 0.3));
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.workflow-icon {
  border-radius: 0;
  transition: box-shadow 0.4s ease;
}
.workflow-icon.active {
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.2);
}
@keyframes icon-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes icon-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.15);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.25);
  }
}
@keyframes icon-flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
    filter: brightness(1.4);
  }
}
.workflow-orb-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.workflow-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 0;
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.08) 0%,
    rgba(6, 182, 212, 0.06) 100%
  );
  animation: pulse-glow 3s ease-in-out infinite;
  z-index: -1;
}
@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.08);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.04);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.12);
  }
}
.reveal:not(.revealed),
.reveal-child:not(.revealed) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.quote-bubble {
  position: relative;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 0;
}
.quote-bubble::before,
.quote-bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.quote-bubble::before {
  top: 100%;
  left: 40px;
  border-width: 28px 13px 0 13px;
  border-color: rgba(16, 185, 129, 0.22) transparent transparent transparent;
}
.quote-bubble::after {
  top: 100%;
  left: 42px;
  margin-top: -1px;
  border-width: 27px 11px 0 11px;
  border-color: #0c0c0f transparent transparent transparent;
}
@media (min-width: 64rem) {
  .quote-bubble::before {
    top: 44px;
    left: 100%;
    margin-top: 0;
    border-width: 13px 0 13px 36px;
    border-color: transparent transparent transparent rgba(16, 185, 129, 0.22);
  }
  .quote-bubble::after {
    top: 44px;
    left: 100%;
    margin-top: 1px;
    border-width: 12px 0 12px 35px;
    border-color: transparent transparent transparent #0c0c0f;
  }
}
.section-glow {
  position: absolute;
  top: 0;
  left: max(4%, calc(50% - 40rem));
  width: 560px;
  height: 320px;
  max-width: 92%;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}
.section-glow--right {
  left: auto;
  right: max(4%, calc(50% - 40rem));
}
.section-glow--emerald {
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(16, 185, 129, 0.13), transparent 70%);
}
.section-glow--cyan {
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(6, 182, 212, 0.13), transparent 70%);
}
.section-glow--violet {
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(139, 92, 246, 0.13), transparent 70%);
}
.git-rail {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}
.git-rail svg {
  display: block;
  width: 100%;
  height: 100%;
}
.git-rail__main {
  fill: none;
  opacity: 0.75;
  stroke-width: 1.5;
  stroke-linecap: round;
}
.git-rail__node {
  fill: #09090b;
  stroke-width: 1.5;
  transition: fill 0.4s ease,
    stroke 0.4s ease,
    filter 0.4s ease;
}
.git-rail__node--emerald {
  stroke: rgba(16, 185, 129, 0.45);
}
.git-rail__node--cyan {
  stroke: rgba(6, 182, 212, 0.45);
}
.git-rail__node--violet {
  stroke: rgba(139, 92, 246, 0.45);
}
.git-rail__node--amber {
  stroke: rgba(251, 191, 36, 0.45);
}
.git-rail__node--emerald.is-active {
  fill: #10b981;
  stroke: #10b981;
  filter: drop-shadow(0 0 5px rgba(16, 185, 129, 0.6));
}
.git-rail__node--cyan.is-active {
  fill: #06b6d4;
  stroke: #06b6d4;
  filter: drop-shadow(0 0 5px rgba(6, 182, 212, 0.6));
}
.git-rail__node--violet.is-active {
  fill: #8b5cf6;
  stroke: #8b5cf6;
  filter: drop-shadow(0 0 5px rgba(139, 92, 246, 0.6));
}
.git-rail__node--amber.is-active {
  fill: #fbbf24;
  stroke: #fbbf24;
  filter: drop-shadow(0 0 5px rgba(251, 191, 36, 0.6));
}
.git-rail__node--root {
  fill: #10b981;
  stroke: #10b981;
  filter: drop-shadow(0 0 5px rgba(16, 185, 129, 0.6));
}
.git-rail__lane {
  fill: none;
  stroke-width: 1;
}
.git-rail__lane--emerald {
  stroke: rgba(16, 185, 129, 0.35);
}
.git-rail__lane--cyan {
  stroke: rgba(6, 182, 212, 0.35);
}
.git-rail__lane--violet {
  stroke: rgba(139, 92, 246, 0.35);
}
.git-rail__lane--amber {
  stroke: rgba(251, 191, 36, 0.35);
}
.git-rail__merge-dot {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.git-rail__merge-dot--emerald {
  fill: rgba(16, 185, 129, 0.75);
}
.git-rail__merge-dot--cyan {
  fill: rgba(6, 182, 212, 0.75);
}
.git-rail__merge-dot--violet {
  fill: rgba(139, 92, 246, 0.75);
}
.git-rail__merge-dot.is-active {
  opacity: 1;
}
.git-rail__head-ring {
  fill: none;
  stroke: rgba(16, 185, 129, 0.3);
  stroke-width: 1;
  transition: stroke 0.4s ease,
    filter 0.4s ease;
}
.git-rail__head-ring.is-active {
  stroke: rgba(16, 185, 129, 0.75);
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.45));
}
.git-rail__label {
  fill: #3f3f46;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s,
    fill 0.5s ease;
}
.git-rail__label.is-active {
  fill: #71717a;
  opacity: 1;
}
.git-rail__label--root {
  fill: #71717a;
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .git-rail__node {
    transform-box: fill-box;
    transform-origin: 50% 50%;
  }
  .git-rail__node.is-active {
    animation: git-node-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .git-rail__node--root.is-popping {
    animation: git-node-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .git-rail__head-ring.is-active {
    animation: git-head-breathe 3.2s ease-in-out 0.5s infinite;
  }
}
@keyframes git-node-pop {
  0% {
    transform: scale(0.4);
  }
  55% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes git-head-breathe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
.emoji-amber {
  filter: grayscale(1) brightness(1.4) sepia(1) hue-rotate(5deg) saturate(2);
}
.emoji-cyan {
  filter: grayscale(1) brightness(1.4) sepia(1) hue-rotate(130deg) saturate(3);
}
.emoji-violet {
  filter: grayscale(1) brightness(1.4) sepia(1) hue-rotate(235deg) saturate(3);
}
.contextgem-editor,
.tethered-editor {
  border-radius: 0;
}
.contextgem-editor-code,
.tethered-editor-code {
  mask-image: linear-gradient(to right, black calc(100% - 2.5rem), transparent);
  -webkit-mask-image: linear-gradient(to right, black calc(100% - 2.5rem), transparent);
}
@media (min-width: 64rem) {
  .contextgem-editor-code,
  .tethered-editor-code {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.contextgem-editor-line,
.tethered-editor-line {
  opacity: 0;
  transform: translateY(6px);
}
.os-card-header {
  position: relative;
  overflow: hidden;
}
.os-card-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.07) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  pointer-events: none;
}
.os-card-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--os-header-accent, rgba(255, 255, 255, 0.15)) 30%,
    var(--os-header-accent, rgba(255, 255, 255, 0.15)) 70%,
    transparent
  );
  pointer-events: none;
}
.os-card-header--amber {
  --os-header-accent: rgba(245, 158, 11, 0.45);
  background-color: rgba(245, 158, 11, 0.04);
  background-image: linear-gradient(rgba(245, 158, 11, 0.5), rgba(245, 158, 11, 0.5)),
    linear-gradient(rgba(245, 158, 11, 0.3), rgba(245, 158, 11, 0.3)),
    linear-gradient(rgba(245, 158, 11, 0.4), rgba(245, 158, 11, 0.4)),
    linear-gradient(rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.22)),
    linear-gradient(rgba(245, 158, 11, 0.35), rgba(245, 158, 11, 0.35)),
    linear-gradient(rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.2)),
    linear-gradient(rgba(245, 158, 11, 0.3), rgba(245, 158, 11, 0.3)),
    linear-gradient(rgba(245, 158, 11, 0.18), rgba(245, 158, 11, 0.18)),
    linear-gradient(rgba(245, 158, 11, 0.25), rgba(245, 158, 11, 0.25)),
    linear-gradient(rgba(16, 185, 129, 0.22), rgba(16, 185, 129, 0.22)),
    linear-gradient(rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.2)),
    linear-gradient(rgba(16, 185, 129, 0.28), rgba(16, 185, 129, 0.28)),
    linear-gradient(rgba(245, 158, 11, 0.3), rgba(245, 158, 11, 0.3));
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px;
  background-position: 33px 51px,
    51px 87px,
    69px 33px,
    87px 69px,
    141px 51px,
    195px 87px,
    249px 33px,
    339px 69px,
    447px 51px,
    591px 87px,
    735px 33px,
    879px 69px,
    1005px 51px;
}
.os-card-header--cyan {
  --os-header-accent: rgba(6, 182, 212, 0.45);
  background-color: rgba(6, 182, 212, 0.04);
  background-image: linear-gradient(rgba(6, 182, 212, 0.5), rgba(6, 182, 212, 0.5)),
    linear-gradient(rgba(6, 182, 212, 0.3), rgba(6, 182, 212, 0.3)),
    linear-gradient(rgba(6, 182, 212, 0.4), rgba(6, 182, 212, 0.4)),
    linear-gradient(rgba(6, 182, 212, 0.22), rgba(6, 182, 212, 0.22)),
    linear-gradient(rgba(6, 182, 212, 0.35), rgba(6, 182, 212, 0.35)),
    linear-gradient(rgba(6, 182, 212, 0.2), rgba(6, 182, 212, 0.2)),
    linear-gradient(rgba(6, 182, 212, 0.3), rgba(6, 182, 212, 0.3)),
    linear-gradient(rgba(6, 182, 212, 0.18), rgba(6, 182, 212, 0.18)),
    linear-gradient(rgba(6, 182, 212, 0.25), rgba(6, 182, 212, 0.25)),
    linear-gradient(rgba(139, 92, 246, 0.22), rgba(139, 92, 246, 0.22)),
    linear-gradient(rgba(6, 182, 212, 0.2), rgba(6, 182, 212, 0.2)),
    linear-gradient(rgba(139, 92, 246, 0.28), rgba(139, 92, 246, 0.28)),
    linear-gradient(rgba(6, 182, 212, 0.3), rgba(6, 182, 212, 0.3));
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px, 6px 6px;
  background-position: 33px 51px,
    51px 87px,
    69px 33px,
    87px 69px,
    141px 51px,
    195px 87px,
    249px 33px,
    339px 69px,
    447px 51px,
    591px 87px,
    735px 33px,
    879px 69px,
    1005px 51px;
}
@media (min-width: 64rem) {
  .os-card-col-divider {
    position: relative;
  }
  .os-card-col-divider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5rem;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(255, 255, 255, 0.06) 18%,
      rgba(255, 255, 255, 0.06) 82%,
      transparent
    );
    pointer-events: none;
  }
}
.code-block {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line);
  border-radius: 0;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  transition: border-color var(--wire-duration) var(--wire-ease);
}
.code-block:hover {
  border-color: var(--line-strong);
}
.code-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.05) 0%,
    rgba(16, 185, 129, 0.3) 30%,
    rgba(6, 182, 212, 0.25) 60%,
    rgba(139, 92, 246, 0.1) 90%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}
.section-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--border-subtle) 20%,
    rgba(16, 185, 129, 0.12) 50%,
    var(--border-subtle) 80%,
    transparent 100%
  );
}
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}
.commit-grid-area {
  width: 100%;
}
.commit-grid {
  display: grid;
  gap: 4px;
  height: 100%;
}
.commit-square {
  border-radius: 4px;
  transition: background 1.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-glow,
  .workflow-node,
  .reveal,
  .quiz-panel,
  .quiz-mascot,
  .quiz-verdict-mascot,
  .quiz-reaction-art,
  .quiz-answer--chosen,
  .quiz-progress__dot {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .text-gradient {
    animation: none !important;
  }
  .contact-aurora {
    animation: none !important;
    opacity: 0.85 !important;
  }
  .workflow-line {
    clip-path: none !important;
  }
  .workflow-line-mobile {
    opacity: 1 !important;
    transform: none !important;
  }
  .workflow-icon {
    animation: none !important;
  }
  .workflow-pulse {
    animation: none !important;
    opacity: 0.3 !important;
  }
  .workflow-orb-canvas {
    display: none !important;
  }
  .contextgem-editor-line,
  .tethered-editor-line {
    opacity: 1 !important;
    transform: none !important;
  }
  .lang-segment {
    transition: none !important;
  }
}
.quiz-teaser {
  background: radial-gradient(ellipse 55% 130% at 8% 0%, rgba(16, 185, 129, 0.09), transparent 62%),
    radial-gradient(ellipse 50% 120% at 94% 100%, rgba(139, 92, 246, 0.08), transparent 62%),
    var(--surface);
}
.quiz-teaser.glass-card:hover {
  background: radial-gradient(ellipse 55% 130% at 8% 0%, rgba(16, 185, 129, 0.12), transparent 62%),
    radial-gradient(ellipse 50% 120% at 94% 100%, rgba(139, 92, 246, 0.1), transparent 62%),
    var(--surface-hover);
}
.quiz-teaser__duck-wrap {
  position: relative;
  display: inline-flex;
}
.quiz-teaser__duck-wrap::before {
  position: absolute;
  z-index: 0;
  inset: -14% 4% -20%;
  border-radius: 9999px;
  background: radial-gradient(circle at 38% 40%, rgba(16, 185, 129, 0.32), transparent 56%),
    radial-gradient(circle at 65% 62%, rgba(139, 92, 246, 0.28), transparent 58%);
  content: "";
  filter: blur(16px);
}
.quiz-teaser__duck {
  position: relative;
  z-index: 1;
  width: 7rem;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.5));
  transform: rotate(-4deg);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: no-preference) {
  .quiz-teaser:hover .quiz-teaser__duck {
    transform: rotate(3deg) scale(1.06);
  }
}
.quiz-teaser__note {
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  bottom: -0.2rem;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(251, 191, 36, 0.55);
  border-radius: 0.35rem;
  background: rgba(39, 30, 8, 0.92);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  color: #fde68a;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-5deg);
}
.quiz-campaign {
  --quiz-accent: 16 185 129;
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background: #09090b;
}
.quiz-campaign::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px);
  background-size: 26px 26px;
  content: "";
  -webkit-mask-image: radial-gradient(ellipse 120% 80% at 50% 12%, #000 30%, transparent 78%);
  mask-image: radial-gradient(ellipse 120% 80% at 50% 12%, #000 30%, transparent 78%);
  pointer-events: none;
}
.quiz-campaign--guardrails {
  --quiz-accent: 139 92 246;
}
.quiz-campaign--hire {
  --quiz-accent: 6 182 212;
}
.quiz-campaign-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1rem, 4vw, 3rem);
}
.quiz-brand,
.quiz-header-share {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  color: #a1a1aa;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.quiz-brand:hover,
.quiz-header-share:hover {
  color: #fff;
}
.quiz-brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.quiz-brand-byline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #a1a1aa;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}
.quiz-brand-mascot {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}
.quiz-brand-mascot img {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}
.quiz-brand strong {
  color: #e4e4e7;
  font-weight: 600;
}
.quiz-header-share {
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.quiz-header-share svg {
  width: 1rem;
  height: 1rem;
}
.quiz-main {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 5rem);
  place-items: center;
  padding: 7.25rem 1.25rem 3rem;
}
.quiz-panel {
  position: relative;
  width: min(100%, 48rem);
  text-align: center;
}
.quiz-panel--question,
.quiz-panel--verdict {
  padding: clamp(1.35rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  border-radius: 0;
  background: #0e0e11;
}
.quiz-panel--question::before,
.quiz-panel--question::after,
.quiz-panel--verdict::before,
.quiz-panel--verdict::after {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  content: "";
  pointer-events: none;
}
.quiz-panel--question::before,
.quiz-panel--verdict::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid var(--tick);
  border-left: 1px solid var(--tick);
}
.quiz-panel--question::after,
.quiz-panel--verdict::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid var(--tick);
  border-bottom: 1px solid var(--tick);
}
.quiz-panel--question {
  --quiz-question-track: 12rem;
  --quiz-feedback-track: 8.4rem;
  display: grid;
  min-height: 43rem;
  grid-template-rows: auto auto auto var(--quiz-question-track) auto var(--quiz-feedback-track) 3rem;
  align-content: start;
}
.quiz-kicker {
  color: rgb(var(--quiz-accent) / 0.82);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.quiz-title,
.quiz-verdict-title {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.quiz-title {
  background: linear-gradient(100deg, #fff 5%, #cffafe 42%, #a7f3d0 64%, #c4b5fd 96%);
  background-clip: text;
  color: transparent;
}
.quiz-intro-copy,
.quiz-verdict-body {
  max-width: 38rem;
  margin: 1.35rem auto 0;
  color: #a1a1aa;
  font-size: clamp(1rem, 2vw, 1.17rem);
  line-height: 1.7;
}
.quiz-start {
  min-height: 3.5rem;
  margin-top: 2rem;
  padding-inline: 2rem;
  font-size: 1rem;
}
.quiz-intro-meta {
  margin-top: 1.3rem;
  color: #a1a1aa;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}
.quiz-privacy {
  max-width: 20rem;
  margin: 1.15rem auto 0;
  color: #71717a;
  font-size: 0.78rem;
  line-height: 1.55;
}
.quiz-privacy span {
  display: block;
}
.quiz-feedback-slot {
  min-height: 0;
}
.quiz-feedback-placeholder {
  display: grid;
  min-height: 7.4rem;
  place-items: center;
  margin-top: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.07);
  border-radius: 0;
  color: #52525b;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
}
.quiz-mascot-wrap {
  position: relative;
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 0 auto 0.2rem;
}
.quiz-mascot {
  width: clamp(11rem, 28vw, 15rem);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.55));
  animation: quiz-mascot-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both,
    quiz-float 4.5s ease-in-out 0.6s infinite;
}
.quiz-mascot-note {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  right: -3.6rem;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(251, 191, 36, 0.55);
  border-radius: 0.35rem;
  background: rgba(39, 30, 8, 0.92);
  color: #fde68a;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  white-space: nowrap;
  transform: rotate(5deg);
}
.quiz-progress {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: -0.5rem 0 1.35rem;
}
.quiz-progress::before {
  position: absolute;
  right: 1.35rem;
  left: 1.35rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
  content: "";
}
.quiz-progress__button {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 0;
  border-radius: 9999px;
  background: transparent;
}
.quiz-progress__button:not(:disabled) {
  cursor: pointer;
}
.quiz-progress__button:focus-visible {
  outline: 2px solid rgb(var(--quiz-accent));
  outline-offset: -4px;
}
.quiz-progress__dot {
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9999px;
  background: #27272a;
  box-shadow: 0 0 0 4px #111114;
  transition: transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.quiz-progress__button--answered .quiz-progress__dot,
.quiz-progress__button--current .quiz-progress__dot {
  border-color: rgb(var(--quiz-accent));
  background: rgb(var(--quiz-accent));
  box-shadow: 0 0 0 4px #111114;
}
.quiz-progress__button--current .quiz-progress__dot {
  transform: scale(1.45);
}
.quiz-progress__button--answered:hover .quiz-progress__dot {
  transform: scale(1.35);
}
.quiz-question {
  max-width: 42rem;
  min-height: 0;
  align-self: center;
  margin: 0.55rem auto 0;
  color: #fafafa;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.24;
}
.quiz-chapter-caption {
  min-height: 1.35rem;
  margin-top: 0.42rem;
  color: #71717a;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  line-height: 1.45;
}
.quiz-chapter-caption::before {
  margin-right: 0.42rem;
  color: rgb(var(--quiz-accent) / 0.6);
  content: "//";
}
.quiz-answers {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.75rem;
}
.quiz-answer {
  min-height: 3.75rem;
  flex: 1 1 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  color: #e4e4e7;
  font-size: 1.05rem;
  font-weight: 650;
}
.quiz-answer:hover {
  border-color: rgba(255, 255, 255, 0.29);
  background: rgba(255, 255, 255, 0.09);
}
.quiz-answer--unsure {
  border-style: dashed;
  background: transparent;
  color: #a1a1aa;
}
.quiz-answer--chosen,
.quiz-answer--chosen:hover {
  border-color: rgb(var(--quiz-accent) / 0.8);
  border-style: solid;
  background: rgb(var(--quiz-accent) / 0.12);
  color: #fff;
}
.quiz-answer--chosen {
  animation: quiz-chosen-pop 0.28s ease;
}
.quiz-explanation {
  position: relative;
  display: grid;
  min-height: 7.4rem;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0.55rem 1rem 0.55rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: #d4d4d8;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: left;
}
.quiz-reaction-art {
  width: 6.2rem;
  height: 6.2rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.32));
  animation: quiz-reaction-pop 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.quiz-reaction-art--chill {
  animation: quiz-reaction-pop 0.42s cubic-bezier(0.22, 1, 0.36, 1) both,
    quiz-reaction-bob 3.8s ease-in-out 0.45s infinite;
}
.quiz-reaction-art--respect {
  animation: quiz-reaction-respect 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.quiz-reaction-art--guardrails,
.quiz-reaction-art--engineer {
  animation: quiz-reaction-check 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.quiz-reaction-art--yikes {
  animation: quiz-reaction-yikes 0.48s ease-out both;
}
.quiz-explanation__copy {
  padding-right: 1rem;
}
.quiz-reaction-stamp {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(52, 211, 153, 0.38);
  border-radius: 0.3rem;
  background: rgba(52, 211, 153, 0.07);
  color: #6ee7b7;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transform: rotate(-1.5deg);
}
.quiz-explanation--context .quiz-reaction-stamp {
  border-color: rgba(167, 139, 250, 0.4);
  background: rgba(167, 139, 250, 0.08);
  color: #c4b5fd;
}
.quiz-explanation--warn .quiz-reaction-stamp {
  border-color: rgba(251, 191, 36, 0.4);
  background: rgba(251, 191, 36, 0.08);
  color: #fde68a;
  transform: rotate(1.5deg);
}
.quiz-question-actions {
  display: grid;
  min-height: 3rem;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  column-gap: 0.85rem;
  margin-top: 1.15rem;
}
.quiz-back,
.quiz-restart,
.quiz-skip {
  min-height: 2.75rem;
  justify-self: start;
  padding: 0 0.4rem;
  border: 0;
  background: transparent;
  color: #a1a1aa;
  font-size: 0.9rem;
  text-decoration: underline;
  text-decoration-color: rgba(161, 161, 170, 0.35);
  text-underline-offset: 0.25rem;
  cursor: pointer;
}
.quiz-back:hover,
.quiz-restart:hover,
.quiz-skip:hover {
  color: #fff;
}
.quiz-back {
  grid-column: 1;
}
.quiz-skip {
  grid-row: 1;
  grid-column: 3;
  justify-self: end;
}
.quiz-continue {
  grid-row: 1;
  grid-column: 4;
  justify-self: end;
  min-height: 3rem;
  padding-inline: 1.35rem;
}
.quiz-continue svg {
  width: 1rem;
  height: 1rem;
}
.quiz-panel--verdict {
  padding-top: 2.4rem;
}
.quiz-verdict-mascot {
  position: relative;
  display: grid;
  width: 9.5rem;
  height: 9.5rem;
  place-items: center;
  margin: -7.5rem auto 1.65rem;
  border: 1px solid rgb(var(--quiz-accent) / 0.32);
  border-radius: 9999px;
  background: #111114;
  box-shadow: 0 0 0 8px #09090b;
  animation: quiz-pop 0.5s ease-out both;
}
.quiz-verdict-mascot img {
  width: 9.15rem;
  height: 9.15rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, 0.35));
}
.quiz-verdict-stamp {
  position: absolute;
  bottom: -0.65rem;
  left: 50%;
  padding: 0.38rem 0.58rem;
  border: 1px solid rgb(var(--quiz-accent) / 0.5);
  border-radius: 0.35rem;
  background: #151518;
  color: rgb(var(--quiz-accent));
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-2.5deg);
}
.quiz-verdict-title {
  max-width: 36rem;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
}
.quiz-panel--verdict .quiz-verdict-body {
  max-width: 36rem;
}
.quiz-governance-note {
  display: grid;
  width: 100%;
  max-width: 36rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 0.8rem;
  margin: 1.5rem auto 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgb(var(--quiz-accent) / 0.18);
  border-radius: 0;
  background: rgb(var(--quiz-accent) / 0.045);
  color: #a1a1aa;
  font-size: 0.83rem;
  line-height: 1.5;
  text-align: left;
}
.quiz-governance-note__label {
  color: rgb(var(--quiz-accent) / 0.82);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.65;
  text-transform: uppercase;
  white-space: nowrap;
}
.quiz-meters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.quiz-meter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.quiz-meter__label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #71717a;
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.quiz-meter__label::after {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #34d399;
  content: "";
}
.quiz-meter--material .quiz-meter__label::after,
.quiz-meter--mixed .quiz-meter__label::after {
  background: #a78bfa;
}
.quiz-meter--high .quiz-meter__label::after,
.quiz-meter--weak .quiz-meter__label::after {
  background: #fbbf24;
}
.quiz-meter strong {
  margin-top: 0.18rem;
  color: #f4f4f5;
  font-size: 1.02rem;
}
.quiz-readout {
  width: 100%;
  max-width: 36rem;
  margin: 1.7rem auto 0;
  padding: 1.1rem 1.15rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.02);
}
.quiz-readout__title {
  margin-bottom: 0.85rem;
  color: #71717a;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}
.quiz-readout__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.quiz-finding {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  color: #a1a1aa;
  font-size: 0.91rem;
  line-height: 1.45;
  text-align: left;
}
.quiz-finding__icon {
  display: grid;
  width: 1.3rem;
  height: 1.3rem;
  flex: none;
  place-items: center;
  border-radius: 9999px;
  background: rgba(52, 211, 153, 0.1);
  color: #34d399;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
}
.quiz-finding--warn .quiz-finding__icon {
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
}
.quiz-finding--context .quiz-finding__icon {
  background: rgba(167, 139, 250, 0.1);
  color: #a78bfa;
}
.quiz-finding__dim {
  color: #e4e4e7;
  font-weight: 650;
}
.quiz-finding__note::before {
  margin: 0 0.4rem;
  color: #52525b;
  content: "-";
}
.quiz-verdict-contact {
  display: flex;
  width: min(100%, 36rem);
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin: 1.9rem auto 0;
}
.quiz-verdict-contact__label {
  color: #e4e4e7;
  font-size: 0.95rem;
  font-weight: 600;
}
.quiz-verdict-contact__hint {
  color: #71717a;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}
.quiz-verdict-contact__hint--done {
  color: #34d399;
}
.quiz-verdict-actions {
  display: flex;
  width: min(100%, 36rem);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.5rem auto 0;
}
.quiz-verdict-actions .btn-outline {
  min-height: 3rem;
  padding-inline: 1.25rem;
}
.quiz-restart {
  justify-self: auto;
  padding-inline: 0.7rem;
}
.quiz-share {
  width: min(100%, 36rem);
  margin: 1.75rem auto 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.quiz-share__label {
  color: #d4d4d8;
  font-size: 0.88rem;
}
.quiz-share__privacy {
  margin-top: 0.28rem;
  color: #71717a;
  font-size: 0.72rem;
}
.quiz-share__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.quiz-share__button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.025);
  color: #a1a1aa;
  font-family: var(--font-mono);
  font-size: 0.73rem;
  text-decoration: none;
  cursor: pointer;
}
.quiz-share__button:hover {
  border-color: rgb(var(--quiz-accent) / 0.4);
  background: rgb(var(--quiz-accent) / 0.06);
  color: #fff;
}
.quiz-share__button svg {
  width: 0.95rem;
  height: 0.95rem;
}
.quiz-campaign .btn-primary {
  border-color: rgb(var(--quiz-accent));
  background: rgb(var(--quiz-accent));
}
.quiz-campaign .btn-primary:hover {
  border-color: rgb(var(--quiz-accent) / 0.85);
  background: rgb(var(--quiz-accent) / 0.85);
}
.quiz-campaign .btn-primary:hover::before,
.quiz-campaign .btn-primary:hover::after {
  border-color: rgb(var(--quiz-accent) / 0.6);
}
.quiz-campaign .btn-primary:active,
.quiz-campaign .btn-outline:active,
.quiz-share__button:active {
  transform: scale(0.97);
}
.quiz-campaign-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 4vw, 3rem) 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: #71717a;
  font-size: 0.72rem;
}
.quiz-campaign-footer a {
  color: #a1a1aa;
  text-decoration: none;
}
.quiz-campaign-footer a:hover {
  color: #fff;
}
@keyframes quiz-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes quiz-mascot-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes quiz-chosen-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quiz-pop {
  from {
    opacity: 0;
    transform: scale(0.86);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes quiz-reaction-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.74) rotate(-6deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}
@keyframes quiz-reaction-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-4px) rotate(1deg);
  }
}
@keyframes quiz-reaction-respect {
  0% {
    opacity: 0;
    transform: translateY(9px) scale(0.75) rotate(-8deg);
  }
  65% {
    opacity: 1;
    transform: translateY(-2px) scale(1.03) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}
@keyframes quiz-reaction-check {
  0% {
    opacity: 0;
    transform: translateX(-10px) scale(0.8);
  }
  70% {
    opacity: 1;
    transform: translateX(2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes quiz-reaction-yikes {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(0);
  }
  45% {
    opacity: 1;
    transform: scale(1.04) rotate(-3deg);
  }
  65% {
    transform: scale(1.02) rotate(3deg);
  }
  85% {
    transform: scale(1.01) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@media (max-width: 639px) {
  .quiz-campaign-header {
    padding-top: 0.85rem;
  }
  .quiz-header-share > span {
    display: none;
  }
  .quiz-header-share {
    width: 2.75rem;
    padding: 0;
  }
  .quiz-main {
    min-height: calc(100svh - 6rem);
    padding: 5.1rem 0.9rem 2rem;
  }
  .quiz-panel--question,
  .quiz-panel--verdict {
    padding: 1.1rem 1rem 1.2rem;
  }
  .quiz-panel--question {
    --quiz-question-track: 8.5rem;
    --quiz-feedback-track: 7rem;
    min-height: 0;
    grid-template-rows: auto auto auto var(--quiz-question-track) auto var(--quiz-feedback-track) auto;
  }
  .quiz-question {
    margin-top: 0.35rem;
    font-size: clamp(1.15rem, 5vw, 1.3rem);
    line-height: 1.2;
  }
  .quiz-chapter-caption {
    min-height: 1.1rem;
    margin-top: 0.3rem;
  }
  .quiz-answers {
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.85rem;
  }
  .quiz-answer {
    min-height: 3.05rem;
    flex: 1 1 40%;
    font-size: 1rem;
  }
  .quiz-answer--unsure {
    flex-basis: 100%;
  }
  .quiz-explanation {
    min-height: 7rem;
    grid-template-columns: 4.3rem minmax(0, 1fr);
    gap: 0.4rem;
    padding: 0.45rem 0.6rem 0.45rem 0.3rem;
    font-size: 0.84rem;
    line-height: 1.4;
  }
  .quiz-feedback-placeholder {
    min-height: 7rem;
    padding-inline: 1rem;
    text-align: center;
  }
  .quiz-reaction-art {
    width: 4.3rem;
    height: 4.3rem;
  }
  .quiz-explanation__copy {
    padding-right: 0.6rem;
  }
  .quiz-reaction-stamp {
    font-size: 0.53rem;
  }
  .quiz-mascot-note {
    top: 0.25rem;
    right: -0.8rem;
    font-size: 0.5rem;
  }
  .quiz-progress {
    width: 100%;
    margin: -0.4rem -0.35rem 0.8rem;
  }
  .quiz-progress__button {
    width: auto;
    height: 2.4rem;
    max-width: 2.4rem;
    flex: 1 1 0;
  }
  .quiz-question-actions {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 2.5rem 3rem;
    column-gap: 0.5rem;
    margin-top: 0.7rem;
  }
  .quiz-back {
    grid-row: 1;
  }
  .quiz-skip {
    grid-row: 1;
    font-size: 0.82rem;
  }
  .quiz-continue {
    width: 100%;
    grid-row: 2;
    grid-column: 1 / -1;
    margin-top: 0.25rem;
    min-height: 3rem;
  }
  .quiz-panel--verdict {
    margin-top: 3.5rem;
  }
  .quiz-verdict-mascot {
    width: 7.75rem;
    height: 7.75rem;
    margin-top: -4.25rem;
  }
  .quiz-verdict-mascot img {
    width: 7.45rem;
    height: 7.45rem;
  }
  .quiz-governance-note {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .quiz-verdict-actions {
    flex-direction: column;
  }
  .quiz-verdict-actions .btn-outline {
    width: 100%;
  }
  .quiz-share__actions {
    display: flex;
  }
  .quiz-share__button {
    width: min(100%, 18rem);
  }
  .quiz-campaign-footer {
    flex-direction: column;
    text-align: center;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-x-reverse: 0;
    }
  }
}
