/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
    --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-ink: #0a0918;
    --color-navy: #121039;
    --color-paper: #f5f2ea;
    --color-amber: #f8a111;
    --color-amber2: #ffb830;
    --font-display: "Bricolage Grotesque", system-ui, sans-serif;
    --font-accent: "Instrument Serif", Georgia, serif;
  }
}
@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 {
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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));
  }
}
@layer base {
  html {
    scroll-behavior: auto;
  }
  html.lenis, html.lenis body {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  body {
    font-family: var(--font-sans);
    background: var(--color-ink);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  ::selection {
    background: var(--color-amber);
    color: var(--color-ink);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    font-family: inherit;
  }
}
@layer components {
  .dw-wrap {
    width: min(1180px, 92vw);
    margin-inline: auto;
  }
  .dw-label {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--color-amber);
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .dw-label::before {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--color-amber);
  }
  .dw-h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -.025em;
    margin: 18px 0 0;
  }
  .dw-h2 em, .dw-h1 em {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    color: var(--color-amber);
    letter-spacing: -.01em;
  }
  .dw-sub {
    font-size: 1.02rem;
    line-height: 1.8;
    opacity: .62;
    max-width: 520px;
  }
  .dw-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 100px;
    background: var(--color-amber);
    color: var(--color-ink);
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s;
    will-change: transform;
  }
  .dw-btn:hover {
    background: var(--color-amber2);
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(248,161,17,.35);
  }
  .dw-btn svg {
    transition: transform .25s;
  }
  .dw-btn:hover svg {
    transform: translateX(4px);
  }
  .dw-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: none;
  }
  .dw-btn--ghost:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.45);
    box-shadow: none;
  }
  .dw-btn--dark {
    background: var(--color-ink);
    color: #fff;
  }
  .dw-btn--dark:hover {
    background: var(--color-navy);
    box-shadow: 0 14px 40px rgba(10,9,24,.35);
  }
  .dw-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 900;
    transition: background .35s, backdrop-filter .35s, border-color .35s, transform .4s;
    border-bottom: 1px solid transparent;
  }
  .dw-header .dw-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    width: min(1320px, 94vw);
  }
  .dw-header.is-scrolled {
    background: rgba(10,9,24,.72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-color: rgba(255,255,255,.07);
  }
  .dw-header.is-hidden {
    transform: translateY(-100%);
  }
  .dw-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .dw-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .dw-brand-name {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -.02em;
    color: #fff;
  }
  .dw-brand-name span {
    color: var(--color-amber);
  }
  .dw-nav {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .dw-nav-link {
    font-size: 14.5px;
    font-weight: 500;
    color: rgba(255,255,255,.72);
    position: relative;
    padding: 6px 0;
    transition: color .25s;
  }
  .dw-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.5px;
    width: 100%;
    background: var(--color-amber);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
  }
  .dw-nav-link:hover {
    color: #fff;
  }
  .dw-nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .dw-nav .dw-btn {
    padding: 11px 22px;
    font-size: 13.5px;
  }
  .dw-burger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 960;
    padding: 8px;
  }
  .dw-burger span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: transform .3s, opacity .3s;
  }
  .dw-burger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .dw-burger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .dw-burger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .dw-mnav {
    position: fixed;
    inset: 0;
    z-index: 950;
    background: var(--color-navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8vw;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    transition: clip-path .55s cubic-bezier(.76,0,.24,1), visibility 0s .55s;
  }
  .dw-mnav.is-open {
    clip-path: inset(0 0 0 0);
    visibility: visible;
    transition: clip-path .55s cubic-bezier(.76,0,.24,1);
  }
  .dw-mnav a.dw-mnav-link {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 9vw, 3.4rem);
    letter-spacing: -.03em;
    padding: 12px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: baseline;
    gap: 16px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .4s, transform .5s cubic-bezier(.2,.8,.2,1);
  }
  .dw-mnav.is-open a.dw-mnav-link {
    opacity: 1;
    transform: none;
  }
  .dw-mnav.is-open a.dw-mnav-link:nth-child(2) {
    transition-delay: .12s;
  }
  .dw-mnav.is-open a.dw-mnav-link:nth-child(3) {
    transition-delay: .2s;
  }
  .dw-mnav.is-open a.dw-mnav-link:nth-child(4) {
    transition-delay: .28s;
  }
  .dw-mnav-link .dw-mnav-n {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-amber);
  }
  .dw-mnav-foot {
    position: absolute;
    bottom: 34px;
    left: 8vw;
    font-family: var(--font-mono);
    font-size: 12px;
    color: rgba(255,255,255,.4);
  }
  .dw-intro {
    position: fixed;
    inset: 0;
    z-index: 2000;
    pointer-events: none;
    animation: dw-intro-failsafe 1ms linear 4.5s forwards;
  }
  @keyframes dw-intro-failsafe {
    to {
      visibility: hidden;
      opacity: 0;
    }
  }
  .dw-intro-panel {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50.5%;
    background: var(--color-ink);
  }
  .dw-intro-panel--top {
    top: 0;
  }
  .dw-intro-panel--bot {
    bottom: 0;
  }
  .dw-intro-word {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .dw-intro-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.4rem, 8vw, 6.5rem);
    letter-spacing: -.03em;
    color: #fff;
    display: flex;
    overflow: hidden;
  }
  .dw-intro-title span {
    display: inline-block;
    transform: translateY(110%);
  }
  .dw-intro-tld {
    font-family: var(--font-mono);
    font-size: clamp(.8rem, 2vw, 1.1rem);
    letter-spacing: .5em;
    color: var(--color-amber);
    opacity: 0;
  }
  .dw-intro-bar {
    width: min(280px, 50vw);
    height: 1px;
    background: rgba(255,255,255,.14);
    margin-top: 26px;
    overflow: hidden;
    opacity: 0;
  }
  .dw-intro-bar i {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--color-amber);
    transform: scaleX(0);
    transform-origin: left;
  }
  .dw-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(120% 90% at 70% 0%, #191653 0%, var(--color-ink) 55%);
    padding: 130px 0 90px;
  }
  .dw-hero-grid {
    position: absolute;
    inset: -2%;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(80% 70% at 55% 40%, #000 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(80% 70% at 55% 40%, #000 30%, transparent 100%);
  }
  .dw-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
  }
  .dw-orb--a {
    width: 46vw;
    height: 46vw;
    top: -18%;
    right: -12%;
    background: radial-gradient(circle, rgba(248,161,17,.32), transparent 65%);
  }
  .dw-orb--b {
    width: 40vw;
    height: 40vw;
    bottom: -22%;
    left: -14%;
    background: radial-gradient(circle, rgba(72,60,220,.4), transparent 65%);
  }
  .dw-chip {
    position: absolute;
    z-index: 2;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: .04em;
    color: rgba(255,255,255,.66);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 100px;
    padding: 9px 16px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  .dw-chip i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34,197,94,.9);
  }
  .dw-chip b {
    color: var(--color-amber);
    font-weight: 500;
  }
  .dw-hero-body {
    position: relative;
    z-index: 3;
    max-width: 880px;
  }
  .dw-h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.9rem, 7.6vw, 6.2rem);
    line-height: .98;
    letter-spacing: -.035em;
    margin: 26px 0 28px;
    color: #fff;
  }
  .dw-h1 .dw-line {
    display: block;
    overflow: hidden;
  }
  .dw-h1 .dw-line > span {
    display: inline-block;
  }
  .dw-hero-sub {
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.8;
    color: rgba(255,255,255,.6);
    max-width: 560px;
    margin-bottom: 40px;
  }
  .dw-hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
  }
  .dw-hero-stats {
    display: flex;
    gap: clamp(24px, 4.5vw, 64px);
    flex-wrap: wrap;
    margin-top: 64px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .dw-stat-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    color: #fff;
    letter-spacing: -.02em;
  }
  .dw-stat-num b {
    color: var(--color-amber);
    font-weight: 700;
  }
  .dw-stat-lbl {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
    margin-top: 6px;
  }
  .dw-scue {
    position: absolute;
    bottom: 34px;
    right: 48px;
    left: auto;
    z-index: 3;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .4em;
    text-transform: uppercase;
    color: rgba(255,255,255,.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .dw-scue::after {
    content: "";
    width: 1px;
    height: 44px;
    background: linear-gradient(rgba(255,255,255,.5), transparent);
    animation: dw-drip 2.2s ease-in-out infinite;
  }
  @keyframes dw-drip {
    0%,100% {
      opacity: .15;
      transform: scaleY(.4);
      transform-origin: top;
    }
    50% {
      opacity: .9;
      transform: scaleY(1);
    }
  }
  .dw-trust {
    background: var(--color-ink);
    border-block: 1px solid rgba(255,255,255,.07);
    padding: 34px 0;
    position: relative;
    z-index: 4;
  }
  .dw-trust-cap {
    text-align: center;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: rgba(255,255,255,.38);
    margin-bottom: 26px;
  }
  .dw-marquee {
    overflow: hidden;
    display: flex;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }
  .dw-marquee-track {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-right: 64px;
    flex-shrink: 0;
    animation: dw-marquee 34s linear infinite;
  }
  .dw-trust:hover .dw-marquee-track {
    animation-play-state: paused;
  }
  @keyframes dw-marquee {
    to {
      transform: translateX(-100%);
    }
  }
  .dw-mark {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: -.01em;
    color: rgba(255,255,255,.34);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: color .3s;
  }
  .dw-mark:hover {
    color: rgba(255,255,255,.9);
  }
  .dw-mark img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: .92;
  }
  .dw-cmp {
    background: var(--color-paper);
    color: var(--color-ink);
    padding: clamp(90px, 12vw, 150px) 0;
    position: relative;
  }
  .dw-cmp .dw-sub {
    color: rgba(10,9,24,.6);
    opacity: 1;
  }
  .dw-cmp-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  .dw-cmp-head .dw-sub {
    margin: 18px auto 0;
  }
  .dw-cmp-grid {
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    align-items: stretch;
    max-width: 1020px;
    margin: 0 auto;
  }
  .dw-browser {
    border-radius: 20px;
    border: 1px solid rgba(10,9,24,.08);
    background: #fdfcf9;
    box-shadow: 0 10px 50px rgba(10,9,24,.08);
    position: relative;
  }
  @media (min-width: 1024px) {
    .dw-browser--good {
      transform: translateY(-10px);
    }
  }
  .dw-browser--good {
    background: var(--color-navy);
    border-color: rgba(248,161,17,.4);
    box-shadow: 0 30px 90px rgba(18,16,57,.4);
    color: #fff;
  }
  .dw-crown {
    position: absolute;
    top: -13px;
    right: 22px;
    z-index: 3;
    background: var(--color-amber);
    color: var(--color-ink);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 6px 14px;
    box-shadow: 0 8px 24px rgba(248,161,17,.4);
  }
  .dw-browser-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(10,9,24,.07);
    background: #f0ede4;
    border-radius: 20px 20px 0 0;
  }
  .dw-browser--good .dw-browser-bar {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.09);
  }
  .dw-dots {
    display: flex;
    gap: 6px;
  }
  .dw-dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d8d3c7;
  }
  .dw-browser--good .dw-dots i {
    background: rgba(255,255,255,.18);
  }
  .dw-urlbar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    background: #fff;
    color: rgba(10,9,24,.55);
    border-radius: 9px;
    padding: 8px 14px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .dw-browser--good .dw-urlbar {
    background: rgba(10,9,24,.55);
    color: #fff;
  }
  .dw-urlbar b {
    color: var(--color-amber);
    font-weight: 500;
  }
  .dw-browser-body {
    padding: 26px 26px 28px;
  }
  .dw-spark svg {
    width: 100%;
    height: 104px;
    display: block;
  }
  .dw-spark-line {
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }
  .dw-spark-line--bad {
    stroke: #a49f92;
  }
  .dw-spark-line--good {
    stroke: var(--color-amber);
  }
  .dw-spark-dot {
    opacity: 0;
  }
  .dw-spark-dot--bad {
    fill: #a49f92;
  }
  .dw-spark-dot--good {
    fill: var(--color-amber);
  }
  .dw-spark-lbl {
    display: block;
    margin-top: 8px;
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(10,9,24,.4);
  }
  .dw-spark-lbl--good {
    color: rgba(255,255,255,.4);
  }
  .dw-browser-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.18rem;
    letter-spacing: -.015em;
    margin: 22px 0 14px;
  }
  .dw-browser-title--bad {
    color: rgba(10,9,24,.75);
  }
  .dw-browser-title--good {
    color: #fff;
  }
  .dw-verdict {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .dw-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 11px;
    border-radius: 100px;
    padding: 7px 13px;
    border: 1px solid;
  }
  .dw-pill svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
  .dw-pill--bad {
    background: rgba(226,72,58,.06);
    border-color: rgba(226,72,58,.22);
    color: #9f2c22;
  }
  .dw-pill--good {
    background: rgba(248,161,17,.1);
    border-color: rgba(248,161,17,.35);
    color: #ffd28a;
  }
  .dw-vs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 70px;
  }
  .dw-vs i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--color-ink);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--color-amber);
    box-shadow: 0 10px 30px rgba(10,9,24,.3);
  }
  .dw-cmp-cta {
    text-align: center;
    margin-top: 60px;
  }
  .dw-pin {
    background: var(--color-ink);
    position: relative;
  }
  .dw-pin-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(40px, 6vw, 100px);
    align-items: start;
    padding: clamp(90px, 11vw, 140px) 0;
  }
  .dw-pin-left {
    position: sticky;
    top: 0;
    padding-top: clamp(90px, 16vh, 160px);
  }
  .dw-pin-left .dw-sub {
    margin-top: 22px;
  }
  .dw-pin-cards {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .dw-bcard {
    background: linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    padding: clamp(30px, 3.4vw, 46px);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
  .dw-bcard::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -30%;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248,161,17,.13), transparent 70%);
  }
  .dw-bcard-num {
    position: absolute;
    top: 26px;
    right: 30px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-amber);
    letter-spacing: .2em;
  }
  .dw-bcard-ico {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: rgba(248,161,17,.12);
    border: 1px solid rgba(248,161,17,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  .dw-bcard-ico svg {
    color: var(--color-amber);
  }
  .dw-bcard h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: -.02em;
    margin: 0 0 12px;
  }
  .dw-bcard p {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255,255,255,.52);
    margin: 0;
    max-width: 400px;
  }
  .dw-hd {
    background: var(--color-navy);
    position: relative;
    overflow: hidden;
  }
  .dw-hd-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: clamp(80px, 10vw, 120px);
  }
  .dw-hd-view {
    font-family: var(--font-mono);
    font-size: 13px;
    color: rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 4px;
    transition: color .25s, border-color .25s;
  }
  .dw-hd-view:hover {
    color: var(--color-amber);
    border-color: var(--color-amber);
  }
  .dw-hd-viewport {
    overflow: hidden;
    padding: 56px 0 30px;
  }
  .dw-hd-track {
    display: flex;
    gap: 22px;
    padding-left: max(calc((100vw - 1180px) / 2), 4vw);
    padding-right: 8vw;
    width: max-content;
  }
  .dw-dcard {
    width: clamp(300px, 30vw, 400px);
    flex-shrink: 0;
    background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s, background .3s;
  }
  .dw-dcard:hover {
    transform: translateY(-8px);
    border-color: rgba(248,161,17,.5);
  }
  .dw-dcard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .dw-dcard-cat {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.48);
  }
  .dw-dcard-st {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #4ade80;
  }
  .dw-dcard-st i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 8px rgba(74,222,128,.9);
    animation: dw-pulse 2s infinite;
  }
  @keyframes dw-pulse {
    0%,100% {
      opacity: 1;
    }
    50% {
      opacity: .35;
    }
  }
  .dw-dcard-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 1.85rem);
    letter-spacing: -.025em;
    line-height: 1.1;
    word-break: break-word;
  }
  .dw-dcard-name span {
    color: var(--color-amber);
  }
  .dw-dcard-bundle {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--color-amber);
    border: 1px solid rgba(248,161,17,.45);
    border-radius: 100px;
    padding: 3px 10px;
    margin-top: 10px;
    align-self: flex-start;
  }
  .dw-dcard-desc {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255,255,255,.5);
    margin: 16px 0 28px;
    flex: 1;
  }
  .dw-dcard-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
    transition: color .25s;
  }
  .dw-dcard-cta svg {
    transition: transform .25s;
  }
  .dw-dcard:hover .dw-dcard-cta {
    color: var(--color-amber);
  }
  .dw-dcard:hover .dw-dcard-cta svg {
    transform: translateX(5px);
  }
  .dw-hd-progress {
    height: 2px;
    background: rgba(255,255,255,.1);
    width: min(1180px, 92vw);
    margin: 10px auto clamp(70px, 9vw, 110px);
    border-radius: 2px;
    overflow: hidden;
  }
  .dw-hd-progress i {
    display: block;
    height: 100%;
    background: var(--color-amber);
    transform: scaleX(0);
    transform-origin: left;
  }
  .dw-proc {
    background: var(--color-paper);
    color: var(--color-ink);
    padding: clamp(90px, 12vw, 150px) 0;
  }
  .dw-proc .dw-sub {
    color: rgba(10,9,24,.6);
    opacity: 1;
  }
  .dw-proc-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
  }
  .dw-proc-head .dw-sub {
    margin: 18px auto 0;
  }
  .dw-proc-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 80px;
  }
  .dw-proc-line {
    position: absolute;
    top: 27px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: rgba(10,9,24,.1);
  }
  .dw-proc-line i {
    display: block;
    height: 100%;
    background: var(--color-amber);
    transform: scaleX(0);
    transform-origin: left;
  }
  .dw-step {
    position: relative;
    text-align: center;
  }
  .dw-step-n {
    width: 54px;
    height: 54px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--color-paper);
    border: 2px solid var(--color-amber);
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 14px;
    color: var(--color-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .dw-step h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.06rem;
    margin: 0 0 8px;
    letter-spacing: -.01em;
  }
  .dw-step p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(10,9,24,.55);
    margin: 0;
  }
  .dw-proc-cta {
    text-align: center;
    margin-top: 70px;
  }
  .dw-proc-cta .dw-proc-link {
    font-family: var(--font-mono);
    font-size: 13px;
    color: rgba(10,9,24,.6);
    border-bottom: 1px solid rgba(10,9,24,.25);
    padding-bottom: 4px;
    margin-left: 26px;
    transition: color .25s, border-color .25s;
  }
  .dw-proc-cta .dw-proc-link:hover {
    color: var(--color-ink);
    border-color: var(--color-ink);
  }
  .dw-cta {
    background: linear-gradient(140deg, var(--color-amber) 0%, #e88e0a 100%);
    color: var(--color-ink);
    padding: clamp(100px, 13vw, 170px) 0;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .dw-cta-marquee {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    white-space: nowrap;
    pointer-events: none;
    opacity: .16;
  }
  .dw-cta-marquee span {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(5rem, 13vw, 11rem);
    letter-spacing: -.03em;
    -webkit-text-stroke: 2px var(--color-ink);
    color: transparent;
    padding-right: 60px;
    animation: dw-marquee 28s linear infinite;
    flex-shrink: 0;
  }
  .dw-cta-body {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
  }
  .dw-cta .dw-h2 {
    font-size: clamp(2.2rem, 5vw, 4rem);
  }
  .dw-cta p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(10,9,24,.68);
    max-width: 480px;
    margin: 22px auto 40px;
  }
  .dw-footer {
    background: var(--color-ink);
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 70px 0 36px;
  }
  .dw-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 44px;
    margin-bottom: 56px;
  }
  .dw-footer-tag {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,.45);
    max-width: 320px;
    margin-top: 16px;
  }
  .dw-footer h4 {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin: 0 0 18px;
  }
  .dw-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .dw-footer-links a {
    font-size: 14px;
    color: rgba(255,255,255,.65);
    transition: color .25s;
  }
  .dw-footer-links a:hover {
    color: var(--color-amber);
  }
  .dw-footer-base {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
  }
  .dw-footer-base p {
    font-family: var(--font-mono);
    font-size: 11px;
    color: rgba(255,255,255,.32);
    margin: 0;
    letter-spacing: .04em;
  }
  .dw-phead {
    position: relative;
    overflow: hidden;
    background: radial-gradient(110% 100% at 75% 0%, #191653 0%, var(--color-ink) 60%);
    padding: 170px 0 90px;
    text-align: center;
  }
  .dw-phead .dw-hero-grid {
    mask-image: radial-gradient(70% 80% at 50% 30%, #000 20%, transparent 100%);
    -webkit-mask-image: radial-gradient(70% 80% at 50% 30%, #000 20%, transparent 100%);
  }
  .dw-phead-body {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
  }
  .dw-phead .dw-h1 {
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    margin: 22px 0 20px;
  }
  .dw-phead .dw-sub {
    margin: 0 auto;
  }
  .dw-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    background: rgba(248,161,17,.09);
    border: 1px solid rgba(248,161,17,.3);
    border-radius: 14px;
    padding: 14px 20px;
    margin-top: 34px;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255,255,255,.78);
    max-width: 560px;
  }
  .dw-note strong {
    color: var(--color-amber);
  }
  .dw-dpage {
    background: var(--color-paper);
    color: var(--color-ink);
    padding: 70px 0 110px;
  }
  .dw-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 54px;
  }
  .dw-filter {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: .06em;
    background: transparent;
    color: rgba(10,9,24,.6);
    border: 1px solid rgba(10,9,24,.2);
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .25s;
  }
  .dw-filter:hover {
    border-color: var(--color-ink);
    color: var(--color-ink);
  }
  .dw-filter.is-active {
    background: var(--color-ink);
    color: #fff;
    border-color: var(--color-ink);
  }
  .dw-filter span {
    opacity: .5;
    margin-left: 6px;
  }
  .dw-dgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 22px;
  }
  .dw-pcard {
    background: #fff;
    border: 1px solid rgba(10,9,24,.08);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, border-color .3s, opacity .3s;
  }
  .dw-pcard:hover {
    transform: translateY(-6px);
    border-color: var(--color-ink);
    box-shadow: 0 18px 50px rgba(10,9,24,.12);
  }
  .dw-pcard.is-hidden {
    display: none;
  }
  .dw-pcard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .dw-pcard-cat {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(10,9,24,.5);
    background: rgba(10,9,24,.05);
    border-radius: 100px;
    padding: 6px 12px;
  }
  .dw-pcard .dw-dcard-st {
    color: #15803d;
  }
  .dw-pcard .dw-dcard-st i {
    background: #16a34a;
    box-shadow: 0 0 8px rgba(22,163,74,.7);
  }
  .dw-pcard-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.55rem;
    letter-spacing: -.025em;
    line-height: 1.08;
    word-break: break-word;
    color: var(--color-ink);
  }
  .dw-pcard-name span {
    color: var(--color-amber);
  }
  .dw-pcard-sub {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: rgba(10,9,24,.4);
    margin: 6px 0 14px;
  }
  .dw-pcard-desc {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(10,9,24,.6);
    margin-bottom: 18px;
  }
  .dw-pcard-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
  }
  .dw-pcard-list li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 12.5px;
    line-height: 1.55;
    color: rgba(10,9,24,.72);
    padding: 6px 0;
    border-bottom: 1px solid rgba(10,9,24,.05);
  }
  .dw-pcard-list li:last-child {
    border: 0;
  }
  .dw-pcard-list svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #16a34a;
  }
  .dw-pcard .dw-btn {
    justify-content: center;
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
  .dw-sec {
    padding: clamp(80px, 10vw, 130px) 0;
  }
  .dw-sec--paper {
    background: var(--color-paper);
    color: var(--color-ink);
  }
  .dw-sec--paper .dw-sub {
    color: rgba(10,9,24,.6);
    opacity: 1;
  }
  .dw-sec--white {
    background: #fff;
    color: var(--color-ink);
  }
  .dw-sec--white .dw-sub {
    color: rgba(10,9,24,.6);
    opacity: 1;
  }
  .dw-tl {
    position: relative;
    max-width: 780px;
    margin-top: 64px;
  }
  .dw-tl-line {
    position: absolute;
    left: 31px;
    top: 10px;
    bottom: 30px;
    width: 2px;
    background: rgba(10,9,24,.1);
  }
  .dw-tl-line i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-amber);
    transform: scaleY(0);
    transform-origin: top;
  }
  .dw-tstep {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0 30px;
    padding-bottom: 56px;
    position: relative;
  }
  .dw-tstep:last-child {
    padding-bottom: 0;
  }
  .dw-tstep-n {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background: var(--color-paper);
    border: 2px solid var(--color-amber);
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 16px;
    color: var(--color-ink);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dw-sec--white .dw-tstep-n {
    background: #fff;
  }
  .dw-tstep h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -.015em;
    margin: 14px 0 10px;
  }
  .dw-tstep p {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(10,9,24,.6);
    margin: 0;
    max-width: 600px;
  }
  .dw-tbox {
    background: #fff;
    border: 1px solid rgba(10,9,24,.08);
    border-radius: 14px;
    padding: 18px 22px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(10,9,24,.7);
  }
  .dw-sec--white .dw-tbox {
    background: var(--color-paper);
  }
  .dw-tbox strong {
    display: block;
    color: var(--color-ink);
    margin-bottom: 4px;
  }
  .dw-incl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 54px;
  }
  .dw-incl {
    background: var(--color-paper);
    border: 1px solid rgba(10,9,24,.07);
    border-radius: 16px;
    padding: 26px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: transform .25s, box-shadow .25s;
  }
  .dw-incl:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(10,9,24,.08);
  }
  .dw-incl-ico {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(248,161,17,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b96f04;
  }
  .dw-incl h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 6px;
  }
  .dw-incl p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(10,9,24,.58);
    margin: 0;
  }
  .dw-vs2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 54px;
  }
  .dw-vs2-card {
    border-radius: 18px;
    padding: 32px;
    border: 1.5px solid;
  }
  .dw-vs2-card--buy {
    border-color: #f3c8c3;
    background: #fdf4f3;
  }
  .dw-vs2-card--lease {
    border-color: #b7e6c8;
    background: #f2fbf5;
  }
  .dw-vs2-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.12rem;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .dw-vs2-card--buy h3 {
    color: #9f2c22;
  }
  .dw-vs2-card--lease h3 {
    color: #0c6b46;
  }
  .dw-vs2-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(10,9,24,.72);
    padding: 9px 0;
    border-bottom: 1px solid rgba(10,9,24,.06);
  }
  .dw-vs2-row:last-child {
    border: 0;
  }
  .dw-vs2-row svg {
    flex-shrink: 0;
    margin-top: 2px;
  }
  .dw-faq {
    max-width: 820px;
    margin-top: 54px;
  }
  .dw-faq-item {
    background: var(--color-paper);
    border: 1px solid rgba(10,9,24,.08);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
  }
  .dw-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.02rem;
    color: var(--color-ink);
    letter-spacing: -.01em;
  }
  .dw-faq-q svg {
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
    color: var(--color-amber);
  }
  .dw-faq-item.is-open .dw-faq-q svg {
    transform: rotate(45deg);
  }
  .dw-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.2,.8,.2,1);
  }
  .dw-faq-a p {
    padding: 0 26px 24px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(10,9,24,.62);
  }
  .dw-prose-wrap {
    background: #fff;
    color: var(--color-ink);
    padding: 80px 0 110px;
  }
  .dw-prose {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(10,9,24,.78);
  }
  .dw-prose h1, .dw-prose h2, .dw-prose h3, .dw-prose h4 {
    font-family: var(--font-display);
    color: var(--color-ink);
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 2em 0 .7em;
  }
  .dw-prose h2 {
    font-size: 1.7rem;
  }
  .dw-prose h3 {
    font-size: 1.3rem;
  }
  .dw-prose p, .dw-prose ul, .dw-prose ol {
    margin-bottom: 1.3em;
  }
  .dw-prose ul, .dw-prose ol {
    padding-left: 1.4em;
  }
  .dw-prose a {
    color: #b96f04;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .dw-prose img {
    border-radius: 14px;
  }
  .dw-prose blockquote {
    border-left: 3px solid var(--color-amber);
    padding-left: 1.2em;
    font-style: italic;
    color: rgba(10,9,24,.6);
  }
  @media (max-width: 1199px) {
    .dw-scue {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .dw-chip {
      display: none;
    }
    .dw-pin-inner {
      grid-template-columns: 1fr;
    }
    .dw-pin-left {
      position: static;
      padding-top: 0;
    }
    .dw-hd-viewport {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .dw-hd-viewport::-webkit-scrollbar {
      display: none;
    }
    .dw-dcard {
      scroll-snap-align: start;
    }
    .dw-proc-row {
      grid-template-columns: 1fr 1fr;
      gap: 44px 24px;
    }
    .dw-proc-line {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .dw-nav {
      display: none;
    }
    .dw-burger {
      display: block;
    }
    .dw-cmp-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .dw-vs {
      padding: 0;
    }
    .dw-proc-row {
      grid-template-columns: 1fr;
    }
    .dw-footer-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }
    .dw-vs2 {
      grid-template-columns: 1fr;
    }
    .dw-hero-stats {
      gap: 26px;
    }
    .dw-tstep {
      grid-template-columns: 52px 1fr;
      gap: 0 20px;
    }
    .dw-tstep-n {
      width: 52px;
      height: 52px;
      font-size: 14px;
    }
    .dw-tl-line {
      left: 25px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .dw-marquee-track, .dw-cta-marquee span, .dw-scue::after, .dw-dcard-st i {
      animation: none !important;
    }
    .dw-intro {
      display: none !important;
    }
    * {
      transition-duration: .01ms !important;
    }
  }
}
@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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
