/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #12161C;
    --color-raise: #1A2029;
    --color-line: #28303B;
    --color-bone: #E6E3DB;
    --color-muted: #8B93A0;
    --color-amber: #E0A046;
    --color-amberhover: #EFB25C;
    --color-teal: #4FA8A0;
    --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
    --font-body: "Public Sans", ui-sans-serif, system-ui, sans-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 {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-ink);
    color: var(--color-bone);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: var(--color-amber);
    text-decoration: none;
    transition: color .18s;
  }
  a:hover {
    color: var(--color-amberhover);
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    margin: 0;
  }
  a:focus-visible, button:focus-visible, .card:focus-visible {
    outline: 2px solid var(--color-amber);
    outline-offset: 3px;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation: none !important;
      transition: none !important;
    }
  }
}
@layer components {
  .wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .wrap-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .site-main {
    flex: 1 0 auto;
  }
  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(18, 22, 28, .86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-line);
  }
  .nav > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    gap: 20px;
  }
  .mark {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 19px;
    letter-spacing: -.02em;
    color: var(--color-bone);
  }
  .mark:hover {
    color: var(--color-bone);
  }
  .mark span {
    color: var(--color-amber);
  }
  .nav-menu {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .nav-menu a {
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-body);
  }
  .nav-menu a:hover {
    color: var(--color-bone);
  }
  .nav-menu .current-menu-item > a,	.nav-menu .current_page_item > a {
    color: var(--color-bone);
  }
  .nav-toggle {
    display: none;
    background: none;
    border: 1px solid var(--color-line);
    color: var(--color-bone);
    border-radius: 2px;
    padding: 7px 10px;
    cursor: pointer;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .eyebrow {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-amber);
    margin: 0 0 22px;
  }
  .btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    transition: background .18s, border-color .18s, color .18s;
  }
  .btn-a {
    background: var(--color-amber);
    color: var(--color-ink);
  }
  .btn-a:hover {
    background: var(--color-amberhover);
    color: var(--color-ink);
  }
  .btn-b {
    border: 1px solid var(--color-line);
    color: var(--color-bone);
  }
  .btn-b:hover {
    border-color: var(--color-muted);
    color: var(--color-bone);
  }
  .ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .rule {
    width: 26px;
    height: 2px;
    background: var(--color-amber);
    flex: none;
    transform: translateY(-6px);
  }
  .creative .rule {
    background: var(--color-teal);
  }
  .sec {
    padding: 84px 0;
    border-bottom: 1px solid var(--color-line);
  }
  .sec-hd {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 40px;
  }
  .sec-hd h2 {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: -.025em;
  }
  .sec-hd p {
    font-size: 14.5px;
    color: var(--color-muted);
    margin: 0 0 0 auto;
    max-width: 36ch;
    text-align: right;
  }
  .hero {
    padding: 96px 0 84px;
    border-bottom: 1px solid var(--color-line);
  }
  .hero-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(42px, 5.6vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.035em;
    margin-bottom: 20px;
  }
  .thesis {
    font-size: 19px;
    color: var(--color-muted);
    max-width: 34ch;
    margin: 0 0 14px;
  }
  .thesis strong {
    color: var(--color-bone);
    font-weight: 500;
  }
  .sub {
    font-size: 15px;
    color: var(--color-muted);
    max-width: 46ch;
    margin: 0 0 32px;
  }
  .portrait {
    margin: 0;
    border: 1px solid var(--color-line);
    border-radius: 3px;
    overflow: hidden;
    background: var(--color-raise);
    position: relative;
  }
  .portrait img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 22%;
    filter: saturate(.92) contrast(1.02);
  }
  .portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(18,22,28,.42), transparent 46%);
  }
  .panel {
    background: var(--color-raise);
    border: 1px solid var(--color-line);
    border-radius: 3px;
    overflow: hidden;
  }
  .panel-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    border-bottom: 1px solid var(--color-line);
  }
  .panel-hd span {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-muted);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-teal);
    box-shadow: 0 0 0 3px rgba(79,168,160,.16);
  }
  .metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .metric {
    padding: 20px 16px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .metric:nth-child(2n) {
    border-right: none;
  }
  .metric:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .metric .val {
    font-family: var(--font-display);
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
  }
  .metric .val em {
    font-style: normal;
    font-size: 15px;
    color: var(--color-muted);
    font-family: var(--font-mono);
    margin-left: 3px;
  }
  .metric .lbl {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--color-muted);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 7px;
  }
  .spark {
    display: block;
    width: 100%;
    height: 44px;
    border-top: 1px solid var(--color-line);
  }
  .spark path {
    fill: none;
    stroke: var(--color-amber);
    stroke-width: 1.5;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: signal-draw 2.2s .35s ease-out forwards;
  }
  @keyframes signal-draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  .cards {
    display: grid;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
    border-radius: 3px;
    overflow: hidden;
  }
  .card {
    background: var(--color-ink);
    padding: 28px;
    display: block;
    color: inherit;
    transition: background .2s;
  }
  .card:hover {
    background: var(--color-raise);
    color: inherit;
  }
  .card .tag {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-amber);
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .creative .card .tag {
    color: var(--color-teal);
  }
  .card h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.02em;
    margin: 10px 0 9px;
  }
  .card p {
    font-size: 14.5px;
    color: var(--color-muted);
    line-height: 1.6;
    margin: 0;
  }
  .card .stat {
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--color-bone);
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--color-line);
  }
  .stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
  }
  .chip {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-muted);
    border: 1px solid var(--color-line);
    padding: 5px 11px;
    border-radius: 2px;
  }
  .posts {
    display: flex;
    flex-direction: column;
  }
  .post-row {
    display: flex;
    gap: 24px;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-line);
    color: inherit;
    transition: padding-left .2s;
  }
  .post-row:hover {
    padding-left: 8px;
    color: inherit;
  }
  .post-row .date {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-muted);
    flex: none;
    width: 82px;
  }
  .post-row h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.015em;
    margin: 0;
  }
  .post-row .excerpt {
    font-size: 14px;
    color: var(--color-muted);
    margin: 5px 0 0;
  }
  .post-row .arrow {
    margin-left: auto;
    color: var(--color-muted);
    flex: none;
    padding-left: 16px;
  }
  .post-row:hover .arrow {
    color: var(--color-amber);
  }
  .post-row-body {
    min-width: 0;
  }
  .cat-line {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--color-amber);
  }
  .cat-line a {
    color: inherit;
  }
  .entry-head {
    padding: 72px 0 36px;
    border-bottom: 1px solid var(--color-line);
  }
  .entry-head h1 {
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.08;
  }
  .entry-meta {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-muted);
    letter-spacing: .06em;
    margin-top: 16px;
  }
  .entry-thumb {
    margin: 40px 0 0;
    border: 1px solid var(--color-line);
    border-radius: 3px;
    overflow: hidden;
  }
  .entry-body {
    padding: 44px 0 72px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--color-bone);
  }
  .entry-body > * + * {
    margin-top: 1.2em;
  }
  .entry-body h1, .entry-body h2, .entry-body h3, .entry-body h4 {
    font-family: var(--font-display);
    color: var(--color-bone);
  }
  .entry-body h2 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -.02em;
    margin-top: 1.8em;
  }
  .entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.015em;
    margin-top: 1.6em;
  }
  .entry-body p {
    margin: 0;
    color: var(--color-bone);
  }
  .entry-body a {
    color: var(--color-amber);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .entry-body a:hover {
    color: var(--color-amberhover);
  }
  .entry-body strong {
    color: var(--color-bone);
    font-weight: 600;
  }
  .entry-body ul, .entry-body ol {
    padding-left: 1.3em;
    margin: 0;
    color: var(--color-bone);
  }
  .entry-body li + li {
    margin-top: .4em;
  }
  .entry-body blockquote {
    border-left: 2px solid var(--color-amber);
    padding-left: 20px;
    color: var(--color-muted);
    font-size: 18px;
    margin-left: 0;
  }
  .entry-body code {
    font-family: var(--font-mono);
    font-size: .875em;
    background: var(--color-raise);
    border: 1px solid var(--color-line);
    border-radius: 2px;
    padding: 2px 6px;
    color: var(--color-bone);
  }
  .entry-body pre {
    font-family: var(--font-mono);
    background: var(--color-raise);
    border: 1px solid var(--color-line);
    border-radius: 3px;
    padding: 18px;
    overflow-x: auto;
    font-size: 13.5px;
    line-height: 1.6;
  }
  .entry-body pre code {
    background: none;
    border: none;
    padding: 0;
  }
  .entry-body img, .entry-body figure {
    border-radius: 3px;
  }
  .entry-body hr {
    border: none;
    border-top: 1px solid var(--color-line);
  }
  .entry-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
  }
  .entry-body th, .entry-body td {
    border: 1px solid var(--color-line);
    padding: 9px 12px;
    text-align: left;
  }
  .entry-body th {
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--color-muted);
  }
  .pager {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 40px 0 0;
    font-family: var(--font-mono);
    font-size: 13px;
  }
  .pager .page-numbers {
    border: 1px solid var(--color-line);
    padding: 7px 13px;
    border-radius: 2px;
    color: var(--color-muted);
  }
  .pager .page-numbers:hover {
    border-color: var(--color-muted);
    color: var(--color-bone);
  }
  .pager .page-numbers.current {
    border-color: var(--color-amber);
    color: var(--color-amber);
  }
  .contact {
    padding: 84px 0;
  }
  .contact h2 {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -.03em;
    max-width: 18ch;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .contact p {
    color: var(--color-muted);
    max-width: 46ch;
    margin: 0 0 28px;
  }
  .links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    font-family: var(--font-mono);
    font-size: 13px;
  }
  .links a {
    color: var(--color-muted);
    border-bottom: 1px solid var(--color-line);
    padding-bottom: 2px;
    transition: color .18s, border-color .18s;
  }
  .links a:hover {
    color: var(--color-amber);
    border-color: var(--color-amber);
  }
  .site-footer {
    border-top: 1px solid var(--color-line);
    padding: 24px 0;
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--color-muted);
  }
  .site-footer .wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }
  .search-form {
    display: flex;
    gap: 8px;
    margin-top: 24px;
  }
  .search-form input[type="search"] {
    flex: 1;
    background: var(--color-raise);
    border: 1px solid var(--color-line);
    border-radius: 2px;
    color: var(--color-bone);
    padding: 11px 14px;
    font-family: var(--font-body);
    font-size: 15px;
  }
  .search-form input[type="search"]:focus {
    outline: none;
    border-color: var(--color-amber);
  }
  .search-form button {
    background: var(--color-amber);
    color: var(--color-ink);
    border: none;
    border-radius: 2px;
    padding: 11px 20px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 14px;
  }
  .elementor .e-con,	.elementor .e-con-inner,	.elementor .elementor-section,	.elementor .elementor-column-wrap {
    background-color: transparent !important;
    background-image: none !important;
  }
  .elementor .e-con > .elementor-background-overlay,	.elementor .elementor-section > .elementor-background-overlay {
    display: none !important;
  }
  .elementor h1.elementor-heading-title,	.elementor h2.elementor-heading-title,	.elementor h3.elementor-heading-title,	.elementor h4.elementor-heading-title,	.elementor .elementor-image-box-title {
    font-family: var(--font-display) !important;
    color: var(--color-bone) !important;
    letter-spacing: -.025em;
  }
  .elementor h1.elementor-heading-title {
    line-height: 1.05;
  }
  .elementor p.elementor-heading-title,	.elementor .elementor-image-box-description,	.elementor .elementor-text-editor,	.elementor .elementor-widget-text-editor {
    font-family: var(--font-body) !important;
    color: var(--color-muted) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
  }
  .elementor .elementor-icon-list-text,	.elementor .elementor-icon-list-item {
    font-family: var(--font-body) !important;
    color: var(--color-muted) !important;
  }
  .elementor a {
    color: var(--color-amber) !important;
  }
  .elementor a:hover {
    color: var(--color-amberhover) !important;
  }
  .elementor .elementor-divider-separator {
    border-top-color: var(--color-line) !important;
  }
  .elementor .elementor-widget-image img,	.elementor .elementor-image-box-img img {
    border-radius: 3px;
  }
  .rv {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .rv.in {
    opacity: 1;
    transform: none;
  }
  @media (min-width: 861px) {
    .cards.three {
      grid-template-columns: repeat(3, 1fr);
    }
    .cards.two {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 860px) {
    .hero-split {
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .portrait {
      max-width: 300px;
    }
    .sec-hd {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }
    .sec-hd p {
      margin-left: 0;
      text-align: left;
    }
    .wrap, .wrap-narrow {
      padding: 0 20px;
    }
    .hero {
      padding: 64px 0 56px;
    }
    .sec {
      padding: 60px 0;
    }
    .nav-toggle {
      display: block;
    }
    .nav-menu {
      display: none;
      position: absolute;
      top: 64px;
      left: 0;
      right: 0;
      flex-direction: column;
      gap: 0;
      align-items: stretch;
      background: var(--color-ink);
      border-bottom: 1px solid var(--color-line);
      padding: 8px 20px 16px;
    }
    .nav-menu.open {
      display: flex;
    }
    .nav-menu li {
      border-top: 1px solid var(--color-line);
    }
    .nav-menu a {
      display: block;
      padding: 13px 0;
      font-size: 15px;
    }
    .post-row {
      flex-wrap: wrap;
      gap: 6px 16px;
    }
    .post-row .date {
      width: auto;
    }
    .post-row .arrow {
      display: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .rv {
      opacity: 1;
      transform: none;
    }
  }
}
@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;
  }
}
