/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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);
    --color-primary: #ffffff;
    --color-neutral: #080808;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #080808;
    color: #f7f5ef;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: inherit;
  }
  ::selection {
    background: #c6a15b;
    color: #080808;
  }
}
@layer components {
  .site-shell {
    width: min(100% - 40px, 1440px);
    margin-inline: auto;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: #c6a15b;
    opacity: 1;
  }
  .display {
    font-family: "Archivo Black", sans-serif;
    letter-spacing: -.045em;
    text-transform: uppercase;
    line-height: .92;
  }
  .arrow-link {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(198,161,91,.72);
    transition: color .2s ease, border-color .2s ease;
  }
  .arrow-link:hover {
    color: #e2c98e;
    border-color: #e2c98e;
  }
  .arrow-link span {
    transition: transform .2s ease;
  }
  .arrow-link:hover span {
    transform: translateX(5px);
  }
  .section-rule {
    border-top: 1px solid rgba(198,161,91,.24);
  }
  .light-rule {
    border-top: 1px solid rgba(10,10,10,.18);
  }
  .card-number {
    font-family: "Archivo Black", sans-serif;
    font-size: .75rem;
    letter-spacing: .12em;
  }
  .grain {
    position: relative;
  }
  .grain::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
  }
  .reveal {
    animation: rise .7s cubic-bezier(.2,.7,.2,1) both;
  }
  .reveal-2 {
    animation: rise .7s .12s cubic-bezier(.2,.7,.2,1) both;
  }
  .reveal-3 {
    animation: rise .7s .24s cubic-bezier(.2,.7,.2,1) both;
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
.zz-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8,8,8,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(198,161,91,.34);
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
}
.zz-header-inner {
  width: min(100% - 40px, 1440px);
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.zz-brand {
  font-family: "Archivo Black",sans-serif;
  font-size: 1.15rem;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.zz-brand small {
  display: block;
  font-family: "Manrope",sans-serif;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .15em;
  color: #c6a15b;
  margin-top: 3px;
}
.zz-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.zz-nav a {
  text-decoration: none;
  opacity: .86;
  transition: color .2s ease,opacity .2s ease;
}
.zz-nav a:hover {
  opacity: 1;
  color: #e2c98e;
}
.zz-phone {
  border: 1px solid #c6a15b;
  padding: 12px 15px;
  box-shadow: inset 0 0 0 1px rgba(198,161,91,.09);
}
.zz-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zz-social-links a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(198,161,91,.45);
  color: #d7ba77;
  opacity: 1;
  transition: color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
}
.zz-social-links a:hover {
  color: #080808;
  background: #d7ba77;
  border-color: #d7ba77;
  transform: translateY(-1px);
}
.zz-social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}
.zz-social-links svg rect,.zz-social-links svg circle {
  fill: none;
}
.zz-social-links a[aria-label="TikTok"] svg path:last-child {
  fill: none;
}
.zz-mobile-social {
  display: none;
}
.zz-mobile-menu {
  display: none;
  position: relative;
}
.zz-mobile-menu summary {
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(198,161,91,.55);
  background: #0c0c0c;
}
.zz-mobile-menu summary::-webkit-details-marker {
  display: none;
}
.zz-mobile-menu summary span {
  display: block;
  width: 20px;
  height: 2px;
  background: #e2c98e;
  transition: transform .2s ease,opacity .2s ease;
}
.zz-mobile-menu[open] summary span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.zz-mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}
.zz-mobile-menu[open] summary span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.zz-mobile-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(86vw,340px);
  padding: 14px;
  background: rgba(8,8,8,.985);
  border: 1px solid rgba(198,161,91,.45);
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
}
.zz-mobile-panel > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .76rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(198,161,91,.16);
}
.zz-mobile-panel > a:hover {
  color: #e2c98e;
}
.zz-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 14px;
}
.zz-mobile-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #c6a15b;
}
.zz-mobile-actions a:last-child {
  background: linear-gradient(135deg,#e0c88d,#a77e39);
  color: #080808;
}
.hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  background: #080808;
}
.hero-copy {
  padding: 96px max(28px, calc((100vw - 1440px)/2 + 20px)) 70px max(28px, calc((100vw - 1440px)/2 + 20px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at 15% 15%,rgba(198,161,91,.09),transparent 30%),	linear-gradient(180deg,#0b0b0b 0%,#080808 100%);
}
.hero-kicker {
  color: #d7ba77;
}
.hero h1 {
  font-size: clamp(2.35rem,4.2vw,4.5rem);
  margin: 28px 0 32px;
  max-width: 850px;
  text-shadow: 0 0 90px rgba(198,161,91,.08);
}
.hero p {
  max-width: 600px;
  font-size: clamp(1rem,1.35vw,1.32rem);
  line-height: 1.65;
  color: #c9c7c0;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 36px;
}
.hero-image {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-left: 1px solid rgba(198,161,91,.18);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.14) brightness(.82);
  transform: scale(1.015);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(8,8,8,.38),transparent 42%),	linear-gradient(0deg,rgba(8,8,8,.6),transparent 50%),	linear-gradient(135deg,rgba(198,161,91,.15),transparent 42%);
}
.hero-badge {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 34px;
  background: linear-gradient(135deg,#e0c88d,#a77e39);
  color: #080808;
  padding: 18px 20px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
}
.service-strip {
  background: linear-gradient(90deg,#9b7336 0%,#d7bd7f 45%,#ad8547 100%);
  color: #080808;
  border-top: 1px solid #ead8ae;
  border-bottom: 1px solid #765323;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
.service-strip .site-shell {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.service-strip div {
  padding: 22px 24px;
  border-right: 1px solid rgba(8,8,8,.26);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-strip div:first-child {
  border-left: 1px solid rgba(8,8,8,.26);
}
.services {
  background: #f3f0e8;
  color: #080808;
  padding: 120px 0;
}
.services-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 62px;
}
.services-head h2 {
  font-size: clamp(2.35rem,4.5vw,4.8rem);
  margin: 16px 0 0;
  max-width: 820px;
}
.services-head p {
  max-width: 560px;
  justify-self: end;
  line-height: 1.7;
  color: #4d4a43;
}
.service-grid {
  border-top: 1px solid rgba(10,10,10,.25);
}
.service-card {
  display: grid;
  grid-template-columns: 90px 1fr 1fr 50px;
  gap: 28px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(10,10,10,.24);
  text-decoration: none;
  transition: padding .2s ease,background .2s ease,color .2s ease;
}
.service-card:hover {
  padding-left: 16px;
  background: rgba(198,161,91,.09);
}
.service-card h3 {
  margin: 0;
  font-family: "Archivo Black",sans-serif;
  font-size: clamp(1.35rem,2.1vw,2.25rem);
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.service-card p {
  margin: 0;
  color: #555148;
  line-height: 1.55;
}
.service-card .card-number,.service-card .go {
  color: #98702f;
}
.service-card .go {
  font-size: 1.4rem;
  text-align: right;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  background: #080808;
  border-top: 1px solid rgba(198,161,91,.2);
  border-bottom: 1px solid rgba(198,161,91,.2);
}
.split-image {
  min-height: 650px;
  position: relative;
  overflow: hidden;
}
.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.12) brightness(.86);
}
.split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,transparent 45%,rgba(198,161,91,.1));
}
.split-copy {
  padding: 90px clamp(28px,7vw,110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 90% 10%,rgba(198,161,91,.08),transparent 34%);
}
.split-copy h2 {
  font-size: clamp(2.35rem,4.1vw,4.6rem);
  margin: 22px 0 32px;
}
.split-copy p {
  color: #c7c3ba;
  max-width: 590px;
  font-size: 1.08rem;
  line-height: 1.75;
}
.accident {
  background: #f3f0e8;
  color: #080808;
  padding: 85px 0;
  border-top: 8px solid #c6a15b;
  border-bottom: 1px solid rgba(154,113,48,.28);
}
.accident .site-shell {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  align-items: start;
}
.accident .eyebrow {
  color: #8f6728;
}
.accident h2 {
  font-size: clamp(2.35rem,4.2vw,4.6rem);
  margin: 10px 0 0;
}
.accident-copy {
  font-size: 1.15rem;
  line-height: 1.75;
  max-width: 720px;
}
.process {
  background: #080808;
  padding: 110px 0;
}
.process h2 {
  font-size: clamp(2.35rem,4.5vw,4.9rem);
  margin: 20px 0 68px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(198,161,91,.28);
  border-bottom: 1px solid rgba(198,161,91,.28);
}
.process-step {
  padding: 34px 34px 46px 0;
  border-right: 1px solid rgba(198,161,91,.22);
  min-height: 270px;
}
.process-step + .process-step {
  padding-left: 34px;
}
.process-step:last-child {
  border-right: 0;
}
.process-step .num {
  color: #c6a15b;
  font-family: "Archivo Black",sans-serif;
  font-size: .78rem;
}
.process-step h3 {
  font-family: "Archivo Black",sans-serif;
  text-transform: uppercase;
  font-size: 1.65rem;
  margin: 54px 0 18px;
}
.process-step p {
  color: #aaa69d;
  line-height: 1.65;
}
.faq {
  background: #f3f0e8;
  color: #080808;
  padding: 110px 0;
}
.faq-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
}
.faq h2 {
  font-size: clamp(2.25rem,4vw,4.2rem);
  margin: 18px 0;
}
.faq details {
  border-top: 1px solid rgba(10,10,10,.23);
  padding: 22px 0;
}
.faq details:last-child {
  border-bottom: 1px solid rgba(10,10,10,.23);
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-size: 1.35rem;
  color: #98702f;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  color: #555148;
  line-height: 1.65;
  padding-right: 50px;
}
.cta {
  background: radial-gradient(circle at 85% 30%,rgba(198,161,91,.11),transparent 28%),	#0e0e0e;
  padding: 100px 0;
  border-top: 1px solid rgba(198,161,91,.42);
}
.cta-inner {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: end;
}
.cta h2 {
  font-size: clamp(2.4rem,4.8vw,5.2rem);
  margin: 0;
}
.cta-contact {
  justify-self: end;
  max-width: 430px;
}
.cta-contact p {
  color: #aaa69d;
  line-height: 1.7;
}
.cta-contact a.contact-line {
  display: block;
  font-family: "Archivo Black",sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 16px;
  transition: color .2s ease;
}
.cta-contact a.contact-line:hover {
  color: #e2c98e;
}
.zz-footer {
  background: #080808;
  border-top: 1px solid rgba(198,161,91,.26);
  padding: 48px 0 32px;
}
.zz-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}
.zz-footer h3 {
  font-family: "Archivo Black",sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0 0 14px;
  color: #d7ba77;
}
.zz-footer p,.zz-footer a {
  color: #aaa69d;
  font-size: .9rem;
  line-height: 1.7;
}
.zz-footer a {
  text-decoration: none;
  display: block;
  margin: 4px 0;
  transition: color .2s ease;
}
.zz-footer a:hover {
  color: #e2c98e;
}
.zz-bottom {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(198,161,91,.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #77736b;
  font-size: .75rem;
}
.zz-floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.zz-float {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 10px 14px 10px 10px;
  background: rgba(8,8,8,.96);
  color: #fff;
  border: 1px solid rgba(198,161,91,.6);
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  transition: transform .2s ease,border-color .2s ease,background .2s ease;
}
.zz-float:hover {
  transform: translateX(-4px);
  border-color: #e2c98e;
  background: #111;
}
.zz-float-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  background: linear-gradient(135deg,#e0c88d,#a77e39);
  color: #080808;
}
.zz-float-icon svg {
  width: 21px;
  height: 21px;
}
.zz-float-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.zz-float-copy small {
  color: #c6a15b;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 4px;
}
.zz-float-copy strong {
  font-family: "Archivo Black",sans-serif;
  font-size: .9rem;
  letter-spacing: -.02em;
}
.zz-float-whatsapp {
  min-width: 210px;
}
.zz-service-page {
  background: #080808;
}
.zz-service-hero {
  padding: 92px 0 86px;
  background: radial-gradient(circle at 85% 20%,rgba(198,161,91,.12),transparent 30%),	linear-gradient(180deg,#0a0a0a 0%,#080808 100%);
  border-bottom: 1px solid rgba(198,161,91,.26);
}
.zz-breadcrumb {
  display: inline-flex;
  gap: 9px;
  margin-bottom: 34px;
  color: #9d988f;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zz-breadcrumb span {
  color: #c6a15b;
}
.zz-service-hero h1 {
  max-width: 1000px;
  font-size: clamp(2.6rem,5vw,5rem);
  margin: 20px 0 30px;
}
.zz-service-hero > .site-shell > p {
  max-width: 780px;
  color: #c8c4bb;
  font-size: 1.13rem;
  line-height: 1.72;
}
.zz-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.zz-service-primary, .zz-service-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.zz-service-primary {
  background: linear-gradient(135deg,#e0c88d,#a77e39);
  color: #080808;
}
.zz-service-secondary {
  border: 1px solid rgba(198,161,91,.68);
  color: #f7f5ef;
}
.zz-service-body {
  background: #f3f0e8;
  color: #080808;
  padding: 88px 0 105px;
}
.zz-service-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 72px;
  align-items: start;
}
.zz-service-content {
  max-width: 840px;
  font-size: 1.04rem;
  line-height: 1.78;
}
.zz-service-content > :first-child {
  margin-top: 0;
}
.zz-service-content h2 {
  margin: 56px 0 18px;
  font-family: "Archivo Black",sans-serif;
  font-size: clamp(1.8rem,3vw,2.75rem);
  letter-spacing: -.035em;
  line-height: 1.05;
  text-transform: uppercase;
}
.zz-service-content h3 {
  margin: 34px 0 12px;
  font-family: "Archivo Black",sans-serif;
  font-size: 1.16rem;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.zz-service-content p {
  margin: 0 0 20px;
  color: #3f3c36;
}
.zz-service-content ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
.zz-service-content li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid rgba(8,8,8,.12);
}
.zz-service-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 8px;
  height: 8px;
  background: #b58a45;
}
.zz-service-content a {
  color: #805d26;
  font-weight: 800;
}
.zz-service-aside {
  position: sticky;
  top: 110px;
}
.zz-service-card {
  padding: 30px;
  background: #101010;
  color: #f7f5ef;
  border: 1px solid rgba(198,161,91,.34);
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
}
.zz-service-card h2 {
  margin: 18px 0 24px;
  font-family: "Archivo Black",sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.zz-service-card p {
  color: #b8b3aa;
  line-height: 1.65;
  margin: 0 0 18px;
}
.zz-service-card > a {
  display: block;
  padding: 12px 0;
  color: #d9bd7c;
  text-decoration: none;
  font-weight: 800;
  border-top: 1px solid rgba(198,161,91,.18);
  overflow-wrap: anywhere;
}
@media (max-width: 980px) {
  .zz-service-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .zz-service-aside {
    position: static;
  }
  .zz-service-card {
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .zz-service-hero {
    padding: 58px 0 54px;
  }
  .zz-breadcrumb {
    margin-bottom: 24px;
  }
  .zz-service-hero h1 {
    font-size: clamp(2.15rem,10vw,3.2rem);
    margin: 18px 0 24px;
  }
  .zz-service-hero > .site-shell > p {
    font-size: 1rem;
    line-height: 1.62;
  }
  .zz-service-actions {
    flex-direction: column;
  }
  .zz-service-primary,.zz-service-secondary {
    width: 100%;
    min-height: 48px;
  }
  .zz-service-body {
    padding: 60px 0 78px;
  }
  .zz-service-layout {
    gap: 42px;
  }
  .zz-service-content {
    font-size: 1rem;
    line-height: 1.7;
  }
  .zz-service-content h2 {
    margin-top: 44px;
    font-size: clamp(1.65rem,8vw,2.3rem);
  }
  .zz-service-content h3 {
    font-size: 1.05rem;
  }
  .zz-service-card {
    padding: 24px;
  }
}
@media (max-width: 980px) {
  .zz-nav {
    display: none;
  }
  .zz-mobile-menu {
    display: block;
  }
  .zz-mobile-social {
    display: flex;
    padding: 14px 12px 2px;
  }
  .zz-mobile-social a {
    width: 40px;
    height: 40px;
  }
  .zz-header-inner {
    min-height: 72px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .hero-image {
    min-height: 500px;
    border-left: 0;
    border-top: 1px solid rgba(198,161,91,.18);
  }
  .service-strip .site-shell {
    grid-template-columns: 1fr 1fr;
  }
  .services-head,.accident .site-shell,.faq-wrap,.cta-inner {
    grid-template-columns: 1fr;
  }
  .services-head {
    gap: 28px;
    margin-bottom: 44px;
  }
  .services-head p,.cta-contact {
    justify-self: start;
  }
  .service-card {
    grid-template-columns: 60px 1fr 1fr 42px;
    gap: 20px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .split-image {
    min-height: 480px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-step {
    border-right: 0;
    border-bottom: 1px solid rgba(198,161,91,.22);
    padding: 30px 0 38px !important;
    min-height: 0;
  }
  .process-step:last-child {
    border-bottom: 0;
  }
  .process-step h3 {
    margin-top: 34px;
  }
  .zz-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }
  .site-shell,.zz-header-inner {
    width: min(100% - 28px,1440px);
  }
  .zz-header-inner {
    min-height: 66px;
  }
  .zz-brand {
    font-size: 1rem;
  }
  .zz-brand small {
    font-size: .49rem;
    letter-spacing: .12em;
  }
  .zz-mobile-menu summary {
    width: 44px;
    height: 44px;
  }
  .zz-mobile-panel {
    position: fixed;
    top: 67px;
    right: 14px;
    width: min(calc(100vw - 28px),340px);
  }
  .hero-copy {
    padding: 54px 18px 44px;
  }
  .hero h1 {
    font-size: clamp(1.95rem,8.8vw,2.75rem);
    margin: 22px 0 24px;
    line-height: .94;
  }
  .hero p {
    font-size: .98rem;
    line-height: 1.58;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 28px;
  }
  .hero-actions .arrow-link {
    min-height: 44px;
    justify-content: space-between;
  }
  .hero-image {
    min-height: 320px;
  }
  .hero-image img {
    object-position: center center;
  }
  .hero-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 12px;
    text-align: center;
    font-size: .58rem;
    letter-spacing: .1em;
  }
  .service-strip .site-shell {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .service-strip div {
    padding: 16px 12px;
    font-size: .57rem;
    line-height: 1.35;
    min-height: 58px;
    display: flex;
    align-items: center;
  }
  .services,.process,.faq {
    padding: 64px 0;
  }
  .services-head h2 {
    font-size: clamp(2.05rem,9.5vw,2.9rem);
  }
  .service-card {
    grid-template-columns: 38px 1fr 24px;
    gap: 12px;
    padding: 20px 0;
  }
  .service-card p {
    display: none;
  }
  .service-card h3 {
    font-size: 1.05rem;
    line-height: 1.12;
  }
  .service-card .go {
    font-size: 1.1rem;
  }
  .split-image {
    min-height: 330px;
  }
  .split-copy {
    padding: 60px 18px;
  }
  .split-copy h2 {
    font-size: clamp(2.1rem,9.5vw,3rem);
  }
  .accident {
    padding: 58px 0;
    border-top-width: 5px;
  }
  .accident h2 {
    font-size: clamp(2.1rem,9.5vw,3rem);
  }
  .accident-copy {
    font-size: 1rem;
  }
  .process h2 {
    font-size: clamp(2.1rem,9.5vw,3rem);
    margin-bottom: 42px;
  }
  .process-step h3 {
    font-size: 1.35rem;
  }
  .faq-wrap {
    gap: 36px;
  }
  .faq h2 {
    font-size: clamp(2.05rem,9vw,2.9rem);
  }
  .faq summary {
    min-height: 48px;
    align-items: center;
    line-height: 1.35;
  }
  .faq details p {
    padding-right: 18px;
  }
  .cta {
    padding: 64px 0;
  }
  .cta h2 {
    font-size: clamp(2.15rem,10vw,3.25rem);
  }
  .cta-contact {
    width: 100%;
  }
  .cta-contact a.contact-line {
    font-size: 1rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .zz-footer {
    padding: 42px 0 30px;
  }
  .zz-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .zz-bottom {
    flex-direction: column;
    margin-top: 30px;
  }
  .zz-floating-contact {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: #080808;
    border-top: 1px solid rgba(198,161,91,.6);
  }
  .zz-float,	.zz-float-whatsapp {
    flex: 1 1 50%;
    min-width: 0;
    min-height: 65px;
    padding: 8px 10px;
    border: 0;
    border-right: 1px solid rgba(198,161,91,.25);
    box-shadow: none;
    justify-content: center;
  }
  .zz-float:last-child {
    border-right: 0;
  }
  .zz-float:hover {
    transform: none;
  }
  .zz-float-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .zz-float-icon svg {
    width: 18px;
    height: 18px;
  }
  .zz-float-copy small {
    font-size: .5rem;
  }
  .zz-float-copy strong {
    font-size: .72rem;
    white-space: nowrap;
  }
}
.zz-accident-page {
  background: #080808;
}
.zz-accident-hero {
  padding: 72px 0;
  border-bottom: 1px solid rgba(198,161,91,.25);
  background: radial-gradient(circle at 20% 10%,rgba(198,161,91,.11),transparent 32%),#080808;
}
.zz-accident-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}
.zz-accident-hero-copy h1 {
  font-size: clamp(2.7rem,5.2vw,5.2rem);
  margin: 24px 0;
}
.zz-accident-hero-copy p {
  max-width: 680px;
  color: #c7c3ba;
  font-size: 1.08rem;
  line-height: 1.72;
}
.zz-accident-hero-photo {
  min-height: 430px;
  border: 1px solid rgba(198,161,91,.26);
  overflow: hidden;
}
.zz-accident-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: grayscale(12%) contrast(1.04);
}
.zz-accident-form-section {
  background: #f3f0e8;
  color: #080808;
  padding: 84px 0 104px;
}
.zz-accident-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 64px;
  align-items: start;
}
.zz-accident-form-wrap {
  max-width: 860px;
}
.zz-gold-eyebrow {
  color: #8f6728;
}
.zz-accident-form-wrap > h2 {
  font-size: clamp(2.35rem,4vw,4rem);
  margin: 16px 0 18px;
}
.zz-accident-intro {
  color: #4d4a43;
  line-height: 1.75;
  margin: 0 0 30px;
}
.zz-accident-form {
  display: grid;
  gap: 18px;
}
.zz-form-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(10,10,10,.18);
}
.zz-photo-card {
  border-style: dashed;
  border-color: #9b7336;
  background: #fffaf0;
}
.zz-form-step {
  margin-bottom: 14px;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zz-field-grid {
  display: grid;
  gap: 12px;
}
.zz-field-grid-2 {
  grid-template-columns: 1fr 1fr;
}
.zz-field-grid-3 {
  grid-template-columns: repeat(3,1fr);
}
.zz-form-card label {
  display: block;
  margin-top: 12px;
}
.zz-form-card label:first-of-type {
  margin-top: 0;
}
.zz-form-card label > span {
  display: block;
  margin-bottom: 7px;
  font-size: .78rem;
  font-weight: 800;
}
.zz-form-card input[type="text"],.zz-form-card input[type="tel"],.zz-form-card input[type="email"],.zz-form-card textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #bbb;
  background: #faf9f5;
  font: inherit;
  color: #080808;
}
.zz-form-card textarea {
  resize: vertical;
}
.zz-form-card input:focus,.zz-form-card textarea:focus {
  outline: 2px solid rgba(198,161,91,.45);
  outline-offset: 1px;
  border-color: #9b7336;
}
.zz-photo-card p {
  color: #555148;
  line-height: 1.6;
  margin: 0 0 14px;
}
.zz-photo-card small {
  display: block;
  color: #6e695f;
  line-height: 1.55;
  margin-top: 12px;
}
.zz-consent-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4d4a43;
  line-height: 1.55;
  font-size: .9rem;
}
.zz-consent-row input {
  margin-top: 4px;
}
.zz-accident-submit {
  min-height: 56px;
  border: 0;
  background: linear-gradient(135deg,#e0c88d,#a77e39);
  color: #080808;
  font: 900 .74rem "Manrope",sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.zz-form-note {
  margin: 0;
  color: #77736b;
  font-size: .84rem;
}
.zz-accident-aside {
  position: sticky;
  top: 110px;
  padding: 28px;
  background: #101010;
  color: #f7f5ef;
  border: 1px solid rgba(198,161,91,.34);
}
.zz-accident-aside .eyebrow {
  color: #d7ba77;
}
.zz-accident-aside h2 {
  font-size: 1.85rem;
  margin: 18px 0 24px;
}
.zz-next-step {
  padding: 18px 0;
  border-top: 1px solid rgba(198,161,91,.18);
}
.zz-next-step strong {
  display: block;
  color: #d9bd7c;
  margin-bottom: 5px;
}
.zz-next-step span {
  color: #b8b3aa;
  line-height: 1.6;
}
.zz-choice-box {
  margin-top: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(198,161,91,.22);
}
.zz-choice-box > strong {
  font-family: "Archivo Black",sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.zz-choice-box p {
  color: #aaa69d;
  line-height: 1.6;
  margin: 10px 0 0;
}
.zz-lead-notice {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
  padding: 18px 20px;
  border: 1px solid;
}
.zz-lead-success {
  background: #f4fff4;
  border-color: #6c946c;
}
.zz-lead-error {
  background: #fff4f1;
  border-color: #b56a58;
}
.zz-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 980px) {
  .zz-accident-hero-grid,.zz-accident-layout {
    grid-template-columns: 1fr;
  }
  .zz-accident-hero-photo,.zz-accident-hero-photo img {
    min-height: 340px;
  }
  .zz-accident-aside {
    position: static;
    max-width: 680px;
  }
}
@media (max-width: 640px) {
  .zz-accident-hero {
    padding: 54px 0;
  }
  .zz-accident-hero-copy h1 {
    font-size: clamp(2.15rem,10vw,3.15rem);
  }
  .zz-accident-form-section {
    padding: 58px 0 78px;
  }
  .zz-accident-layout {
    gap: 42px;
  }
  .zz-field-grid-2,.zz-field-grid-3 {
    grid-template-columns: 1fr;
  }
  .zz-form-card {
    padding: 18px;
  }
  .zz-accident-hero-photo,.zz-accident-hero-photo img {
    min-height: 280px;
  }
}
@media (max-width: 380px) {
  .site-shell,.zz-header-inner {
    width: min(100% - 22px,1440px);
  }
  .zz-brand {
    font-size: .92rem;
  }
  .zz-brand small {
    display: none;
  }
  .hero-copy {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero h1 {
    font-size: clamp(1.85rem,8.6vw,2.5rem);
  }
  .service-strip div {
    padding: 14px 9px;
    font-size: .53rem;
  }
  .zz-float {
    gap: 7px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .zz-float-copy strong {
    font-size: .66rem;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
