/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Libre Franklin", "Helvetica Neue", sans-serif;
    --font-mono: "Libre Franklin", sans-serif;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: 0.82rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.8rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 4rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-secondary-600: #59604a;
    --color-secondary-700: #444a39;
    --color-neutral: #231f1a;
  }
}
@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;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .table {
    display: table;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  :root {
    --et-paper: #f4efe5;
    --et-paper-light: #fbf8f1;
    --et-ink: #231f1a;
    --et-clay: #a94328;
    --et-moss: #59604a;
    --et-straw: #d8bd7b;
    --et-line: rgba(35, 31, 26, 0.18);
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: radial-gradient(circle at 20% 10%, rgba(216, 189, 123, 0.12), transparent 25rem),	radial-gradient(circle at 90% 35%, rgba(169, 67, 40, 0.07), transparent 30rem),	var(--et-paper);
    color: var(--et-ink);
    font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  body::before {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    content: "";
    opacity: 0.18;
    background-image: repeating-radial-gradient(circle at 17% 31%, rgba(35,31,26,0.12) 0 0.45px, transparent 0.65px 4px);
    background-size: 7px 7px;
    mix-blend-mode: multiply;
  }
  ::selection {
    background: var(--et-clay);
    color: #fffaf0;
  }
  a {
    color: inherit;
  }
  a:focus-visible,	button:focus-visible {
    outline: 2px solid var(--et-clay);
    outline-offset: 4px;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .et-shell {
    width: min(100% - 2rem, 1220px);
    margin-inline: auto;
  }
  .et-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 1rem;
    color: var(--et-clay);
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .et-kicker::before {
    width: 2rem;
    height: 1px;
    content: "";
    background: currentColor;
  }
  .site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--et-line);
  }
  .site-header__topline {
    border-bottom: 1px solid var(--et-line);
    color: rgba(35, 31, 26, 0.66);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .site-header__topline-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.25rem;
  }
  .site-header__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 6.8rem;
  }
  .site-brand {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
  }
  .site-brand__mark {
    width: 2rem;
    height: 2rem;
    color: var(--et-clay);
  }
  .site-brand__name {
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .menu-toggle {
    display: none;
    justify-self: end;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid var(--et-line);
    border-radius: 50%;
    background: transparent;
    color: var(--et-ink);
    cursor: pointer;
  }
  .editorial-nav {
    border-top: 1px solid var(--et-line);
  }
  .editorial-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.7vw, 2.5rem);
    min-height: 3.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .editorial-nav a {
    position: relative;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .editorial-nav a::after {
    position: absolute;
    right: 0;
    bottom: -0.45rem;
    left: 0;
    height: 1px;
    content: "";
    background: var(--et-clay);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
  }
  .editorial-nav a:hover::after,	.editorial-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .et-hero {
    padding: clamp(3rem, 8vw, 7.6rem) 0 clamp(4rem, 7vw, 7rem);
    overflow: hidden;
  }
  .et-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .et-hero__title {
    max-width: 8ch;
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(4.4rem, 9.2vw, 9rem);
    font-weight: 350;
    letter-spacing: -0.075em;
    line-height: 0.78;
  }
  .et-hero__title em {
    display: block;
    margin-left: clamp(1rem, 6vw, 5.7rem);
    color: var(--et-clay);
    font-weight: 350;
  }
  .et-hero__intro {
    max-width: 34rem;
    margin: 2.1rem 0 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.3rem, 2vw, 1.72rem);
    font-weight: 350;
    line-height: 1.38;
  }
  .et-hero__image-wrap {
    position: relative;
    min-height: 32rem;
  }
  .et-hero__image-frame {
    position: absolute;
    inset: 0 0 2rem 4rem;
    overflow: hidden;
    background: #d7c9b5;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 96%);
  }
  .et-hero__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.74) contrast(1.04) sepia(0.08);
    transition: transform 900ms cubic-bezier(.2,.8,.2,1);
  }
  .et-hero__image-frame:hover img {
    transform: scale(1.025);
  }
  .et-hero__seal {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    width: 8.5rem;
    height: 8.5rem;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 50%;
    background: var(--et-clay);
    color: #fffaf0;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.15;
    text-align: center;
    transform: rotate(-8deg);
  }
  .et-photo-credit {
    position: absolute;
    right: 0.8rem;
    bottom: 0.25rem;
    color: rgba(35,31,26,0.66);
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
  .et-photo-credit a {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2rem;
  }
  .et-topic-strip {
    border-block: 1px solid var(--et-line);
    overflow: hidden;
  }
  .et-topic-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 5.8rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .et-topic-strip li {
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    font-style: italic;
  }
  .et-topic-strip li:not(:last-child)::after {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    content: "";
    background: var(--et-clay);
  }
  .et-feature {
    padding: clamp(5rem, 10vw, 9rem) 0;
  }
  .et-feature__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
  }
  .et-feature__image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #c9b9a3;
  }
  .et-feature__image-link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .et-feature__image::after {
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(255,255,255,0.48);
    content: "";
    pointer-events: none;
  }
  .et-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) sepia(0.1);
  }
  .et-feature__copy h2 a,	.et-story-card h3 a {
    color: inherit;
    text-decoration: none;
  }
  .et-feature__copy h2 a:hover,	.et-feature__copy h2 a:focus-visible,	.et-story-card h3 a:hover,	.et-story-card h3 a:focus-visible {
    color: var(--et-clay);
  }
  .et-feature__copy {
    padding-right: clamp(0rem, 5vw, 4rem);
  }
  .et-feature__number {
    display: block;
    margin-bottom: 2.5rem;
    color: var(--et-clay);
    font-family: "Newsreader", Georgia, serif;
    font-size: 4.5rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
  }
  .et-feature h2,	.et-section-title {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-weight: 350;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }
  .et-feature h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 5.8vw, 5.8rem);
  }
  .et-feature__dek {
    max-width: 35rem;
    margin: 2rem 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.48;
  }
  .et-byline {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .et-departments {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    border-top: 1px solid var(--et-line);
  }
  .et-section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 3.5rem;
  }
  .et-section-title {
    max-width: 12ch;
    font-size: clamp(3rem, 6vw, 5.6rem);
  }
  .et-section-intro {
    max-width: 31rem;
    margin: 0 0 0.5rem auto;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .et-department-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--et-line);
    border-left: 1px solid var(--et-line);
  }
  .et-department {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    min-height: 21rem;
    padding: 2rem 1.6rem;
    border-right: 1px solid var(--et-line);
    border-bottom: 1px solid var(--et-line);
    overflow: hidden;
    transition: color 250ms ease;
  }
  .et-department::before {
    position: absolute;
    inset: 100% 0 0;
    content: "";
    background: var(--et-ink);
    transition: inset 320ms cubic-bezier(.2,.75,.2,1);
  }
  .et-department:hover::before,	.et-department:focus-visible::before {
    inset: 0;
  }
  .et-department > * {
    position: relative;
    z-index: 1;
  }
  .et-department:hover,	.et-department:focus-visible {
    color: var(--et-paper-light);
  }
  .et-department:focus-visible {
    outline: 3px solid var(--et-clay);
    outline-offset: -3px;
  }
  .et-department__index {
    color: var(--et-clay);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .et-department h3 {
    margin: 5rem 0 1rem;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    font-weight: 400;
    line-height: 1.02;
  }
  .et-department p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.65;
    opacity: 0.72;
  }
  .et-words {
    position: relative;
    padding: clamp(5rem, 10vw, 9rem) 0;
    overflow: hidden;
    background: var(--et-ink);
    color: var(--et-paper-light);
  }
  .et-words::before {
    position: absolute;
    top: -6rem;
    right: -2rem;
    color: rgba(255,255,255,0.035);
    content: "“";
    font-family: "Newsreader", Georgia, serif;
    font-size: 30rem;
    line-height: 1;
  }
  .et-words__grid {
    position: relative;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 4rem;
  }
  .et-words .et-kicker {
    color: var(--et-straw);
  }
  .et-words__link {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    margin-top: 1.5rem;
    color: var(--et-paper-light);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease;
  }
  .et-words__link:hover,	.et-words__link:focus-visible {
    color: var(--et-straw);
  }
  .et-words blockquote {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.03;
  }
  .et-words cite {
    display: block;
    margin-top: 2rem;
    color: rgba(255,250,240,0.64);
    font-family: "Libre Franklin", sans-serif;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 650;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .et-latest {
    padding: clamp(5rem, 10vw, 9rem) 0;
  }
  .et-latest:not(:has(.et-story-card)) {
    display: none;
  }
  .et-story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
  }
  .et-story-card {
    border-top: 1px solid var(--et-ink);
    padding-top: 1rem;
  }
  .et-story-card:nth-child(even) {
    margin-top: 5rem;
  }
  .et-story-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    margin-bottom: 1.4rem;
    overflow: hidden;
    background: #c9b9a3;
    color: inherit;
    text-decoration: none;
  }
  .et-story-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.7) sepia(0.08);
    transition: transform 500ms ease, filter 500ms ease;
  }
  .et-story-card:hover img {
    filter: saturate(0.92);
    transform: scale(1.035);
  }
  .et-story-card__category {
    color: var(--et-clay);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .et-story-card h3 {
    margin: 0.75rem 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.75rem, 2.7vw, 2.55rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.02;
  }
  .et-story-card p {
    margin: 0;
    color: rgba(35,31,26,0.7);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.02rem;
    line-height: 1.48;
  }
  .site-footer {
    padding: 5rem 0 2rem;
    background: var(--et-moss);
    color: #f8f2e7;
  }
  .site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 4rem;
  }
  .site-footer__statement {
    max-width: 16ch;
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 4.1rem);
    font-weight: 350;
    letter-spacing: -0.04em;
    line-height: 1.02;
  }
  .site-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-footer__nav a {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.63);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .et-reveal {
    animation: et-rise 850ms cubic-bezier(.2,.8,.2,1) both;
  }
  .et-reveal--2 {
    animation-delay: 140ms;
  }
  .et-reveal--3 {
    animation-delay: 280ms;
  }
}
@layer components {
  .et-archive {
    min-height: 70vh;
  }
  .et-archive-hero {
    padding: clamp(4.5rem, 9vw, 8rem) 0 3rem;
    border-bottom: 1px solid var(--et-line);
  }
  .et-archive-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
  }
  .et-archive-hero h1,	.et-page-hero h1,	.et-article-hero h1 {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-weight: 350;
    letter-spacing: -0.06em;
    line-height: 0.92;
  }
  .et-archive-hero h1 {
    font-size: clamp(4rem, 8vw, 8rem);
  }
  .et-archive-hero__description {
    max-width: 34rem;
    margin: 0 0 0.5rem auto;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.45;
  }
  .et-archive-hero__description p {
    margin: 0;
  }
  .et-department-links {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .et-department-links a {
    padding: 0.7rem 1rem;
    border: 1px solid var(--et-line);
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  }
  .et-department-links a:hover {
    border-color: var(--et-ink);
    background: var(--et-ink);
    color: var(--et-paper-light);
  }
  .et-archive-list {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .et-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 4rem);
  }
  .et-archive-card {
    border-top: 1px solid var(--et-ink);
    padding-top: 1rem;
  }
  .et-archive-card--featured {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding-bottom: clamp(2rem, 5vw, 4rem);
    border-bottom: 1px solid var(--et-line);
  }
  .et-archive-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    margin-bottom: 1.4rem;
    overflow: hidden;
    background: #c9b9a3;
  }
  .et-archive-card--featured .et-archive-card__image {
    aspect-ratio: 5 / 4;
    margin-bottom: 0;
  }
  .et-archive-card__image img,	.et-archive-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) sepia(0.08);
    transition: filter 450ms ease, transform 650ms cubic-bezier(.2,.8,.2,1);
  }
  .et-archive-card:hover .et-archive-card__image img {
    filter: saturate(0.95);
    transform: scale(1.025);
  }
  .et-archive-card__placeholder {
    background: linear-gradient(135deg, #d9c9af, #aab09a);
  }
  .et-archive-card__category {
    color: var(--et-clay);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .et-archive-card h2 {
    margin: 0.75rem 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 3.6rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .et-archive-card--featured h2 {
    font-size: clamp(3rem, 5vw, 5.4rem);
  }
  .et-archive-card h2 a {
    text-decoration: none;
  }
  .et-archive-card__copy > p {
    max-width: 38rem;
    margin: 0 0 1rem;
    color: rgba(35,31,26,0.72);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .et-archive-card time {
    font-size: 0.63rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .et-pagination {
    margin-top: 5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--et-line);
  }
  .et-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .et-pagination .page-numbers {
    display: grid;
    min-width: 2.75rem;
    min-height: 2.75rem;
    place-items: center;
    border: 1px solid var(--et-line);
    border-radius: 50%;
    font-size: 0.72rem;
    text-decoration: none;
  }
  .et-pagination .current {
    border-color: var(--et-clay);
    background: var(--et-clay);
    color: white;
  }
  .et-empty-state {
    max-width: 44rem;
    padding: 4rem 0;
  }
  .et-empty-state h2 {
    margin: 0 0 1rem;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 350;
    letter-spacing: -0.05em;
    line-height: 0.98;
  }
  .et-empty-state > p:last-child {
    max-width: 34rem;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.25rem;
  }
  .et-article {
    padding-bottom: clamp(4rem, 8vw, 8rem);
  }
  .et-article-hero {
    max-width: 1080px;
    padding-top: clamp(4rem, 9vw, 8rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
  }
  .et-article-hero .et-kicker {
    text-decoration: none;
  }
  .et-article-hero h1 {
    max-width: 14ch;
    margin-inline: auto;
    font-size: clamp(3.7rem, 8vw, 8rem);
  }
  .et-article-hero__dek {
    max-width: 46rem;
    margin: 2rem auto 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.25rem, 2.1vw, 1.7rem);
    line-height: 1.45;
  }
  .et-article-meta {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 2rem;
    color: rgba(35,31,26,0.62);
    font-size: 0.64rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .et-article-figure {
    position: relative;
    max-width: 1180px;
    margin-bottom: clamp(3rem, 7vw, 6rem);
  }
  .et-article-figure img {
    width: 100%;
    max-height: 78vh;
    object-fit: cover;
    filter: saturate(0.78) sepia(0.06);
  }
  .et-article-figure figcaption {
    margin-top: 0.7rem;
    color: rgba(35,31,26,0.6);
    font-size: 0.64rem;
    letter-spacing: 0.03em;
    text-align: right;
  }
  .et-article-content,	.et-page-content {
    width: min(100% - 2rem, 720px);
    margin-inline: auto;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.16rem, 1.7vw, 1.35rem);
    line-height: 1.72;
  }
  .et-article-content > *,	.et-page-content > * {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .et-article-content .et-article-dek,	.et-page-content .et-page-lead {
    margin-bottom: 2.2em;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.45;
  }
  .et-article-content .et-article-dek::first-letter,	.et-page-content .et-page-lead::first-letter {
    float: left;
    margin: 0.08em 0.1em 0 0;
    color: var(--et-clay);
    font-size: 3.4em;
    line-height: 0.78;
  }
  .et-article-content h2,	.et-page-content h2 {
    margin-top: 2.2em;
    margin-bottom: 0.7em;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.02;
  }
  .et-article-content h3,	.et-page-content h3 {
    margin-top: 2em;
    font-family: "Libre Franklin", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  .et-article-content blockquote,	.et-page-content blockquote {
    margin: 2.5em -3rem;
    padding: 1.5rem 3rem;
    border-block: 1px solid var(--et-line);
    color: var(--et-clay);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-style: italic;
    line-height: 1.15;
  }
  .et-article-content a,	.et-page-content a {
    text-decoration-color: var(--et-clay);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .et-article-footer {
    max-width: 720px;
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--et-line);
  }
  .et-article-footer__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    font-size: 0.66rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .et-article-footer__categories a {
    padding: 0.45rem 0.7rem;
    border: 1px solid var(--et-line);
    border-radius: 999px;
    text-decoration: none;
  }
  .et-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1080px;
    margin-top: 5rem;
    border-block: 1px solid var(--et-line);
  }
  .et-post-nav__item {
    display: flex;
    min-height: 10rem;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-decoration: none;
  }
  .et-post-nav__item + .et-post-nav__item {
    border-left: 1px solid var(--et-line);
  }
  .et-post-nav__item--next {
    text-align: right;
  }
  .et-post-nav__item span {
    margin-bottom: 0.6rem;
    color: var(--et-clay);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .et-post-nav__item strong {
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(1.45rem, 2.7vw, 2.4rem);
    font-weight: 400;
    line-height: 1.06;
  }
  .et-page {
    min-height: 70vh;
    padding-bottom: clamp(5rem, 10vw, 9rem);
  }
  .et-page-hero {
    max-width: 1000px;
    padding-top: clamp(5rem, 10vw, 9rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
    text-align: center;
  }
  .et-page-hero h1 {
    font-size: clamp(5rem, 11vw, 10rem);
  }
  .et-page-figure {
    max-width: 1100px;
    margin-bottom: 4rem;
  }
  .et-page-figure img {
    width: 100%;
  }
}
@keyframes et-rise {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  .editorial-nav__list {
    gap: 1.2rem;
  }
  .et-hero__grid,	.et-feature__grid {
    grid-template-columns: 1fr;
  }
  .et-hero__copy {
    position: relative;
    z-index: 2;
  }
  .et-hero__image-wrap {
    min-height: 34rem;
  }
  .et-hero__image-frame {
    inset: 0 0 2rem 2rem;
  }
  .et-feature__image {
    aspect-ratio: 5 / 4;
  }
  .et-department-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .et-words__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 760px) {
  .et-shell {
    width: min(100% - 1.35rem, 1220px);
  }
  .et-feature,	.et-departments,	.et-words,	.et-latest {
    padding-block: 4.25rem;
  }
  .et-feature__grid {
    gap: 2rem;
  }
  .et-feature__number {
    margin-bottom: 1.35rem;
    font-size: 3.5rem;
  }
  .site-header__topline {
    display: none;
  }
  .site-header__main {
    grid-template-columns: 1fr auto;
    min-height: 5rem;
  }
  .site-brand {
    position: relative;
    z-index: 2;
    grid-column: 1;
    justify-self: start;
    min-height: 2.75rem;
  }
  .site-brand__name {
    font-size: clamp(1.45rem, 7.4vw, 1.7rem);
  }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    min-width: 2.8rem;
    min-height: 2.8rem;
  }
  .editorial-nav {
    display: none;
    border-top: 1px solid var(--et-line);
    background: var(--et-paper-light);
  }
  .editorial-nav.is-open {
    display: block;
  }
  .editorial-nav__list {
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 0.6rem 0;
  }
  .editorial-nav li {
    border-bottom: 1px solid var(--et-line);
  }
  .editorial-nav li:last-child {
    border-bottom: 0;
  }
  .editorial-nav a {
    display: block;
    padding: 0.9rem 1rem;
  }
  .et-hero {
    padding-top: 3.25rem;
    padding-bottom: 4.5rem;
  }
  .et-hero__grid {
    gap: 1.8rem;
  }
  .et-hero__title {
    font-size: clamp(4.2rem, 22vw, 6.2rem);
  }
  .et-hero__title em {
    margin-left: 1.2rem;
  }
  .et-hero__image-wrap {
    min-height: 25rem;
  }
  .et-hero__image-frame {
    inset: 0 0 1rem 1.25rem;
  }
  .et-hero__seal {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 0.9rem;
  }
  .et-topic-strip__inner {
    justify-content: flex-start;
    overflow-x: auto;
    padding-right: 2rem;
    scrollbar-width: none;
  }
  .et-section-head,	.site-footer__grid {
    grid-template-columns: 1fr;
  }
  .et-section-intro {
    margin-left: 0;
  }
  .et-department-grid {
    grid-template-columns: 1fr;
  }
  .et-department {
    min-height: 12.75rem;
    padding: 1.6rem 1.5rem;
  }
  .et-department h3 {
    margin-top: 2.5rem;
  }
  .et-story-grid {
    grid-template-columns: 1fr;
  }
  .et-story-card:nth-child(2) {
    margin-top: 0;
  }
  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-footer__nav a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.16);
  }
  .site-footer__bottom {
    flex-direction: column;
    margin-top: 3.5rem;
    line-height: 1.7;
  }
}
@media (max-width: 760px) {
  .et-archive-hero {
    padding-top: 4rem;
  }
  .et-archive-hero__grid,	.et-archive-grid,	.et-archive-card--featured {
    grid-template-columns: 1fr;
  }
  .et-archive-hero h1 {
    font-size: clamp(3.8rem, 19vw, 5.5rem);
  }
  .et-archive-hero__description {
    margin-left: 0;
  }
  .et-department-links {
    flex-wrap: nowrap;
    margin-right: -0.7rem;
    overflow-x: auto;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
  }
  .et-department-links a {
    min-height: 2.75rem;
    white-space: nowrap;
  }
  .et-archive-card--featured {
    display: block;
  }
  .et-archive-card--featured .et-archive-card__image {
    margin-bottom: 1.4rem;
  }
  .et-archive-card h2,	.et-archive-card--featured h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }
  .et-article-hero {
    padding-top: 4.5rem;
    text-align: left;
  }
  .et-article-hero h1 {
    margin-inline: 0;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
  .et-article-hero__dek {
    margin-left: 0;
  }
  .et-article-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .et-article-figure {
    width: 100%;
  }
  .et-article-figure img {
    min-height: 18rem;
    max-height: 34rem;
    object-fit: cover;
  }
  .et-article-figure figcaption {
    padding-inline: 0.7rem;
  }
  .et-article-content,	.et-page-content {
    width: min(100% - 1.35rem, 720px);
  }
  .et-article-content blockquote,	.et-page-content blockquote {
    margin-inline: 0;
    padding-inline: 0;
  }
  .et-article-footer {
    width: min(100% - 1.35rem, 720px);
  }
  .et-post-nav {
    grid-template-columns: 1fr;
    width: min(100% - 1.35rem, 1080px);
  }
  .et-post-nav__item {
    min-height: 8rem;
    padding: 1.5rem 0;
  }
  .et-post-nav__item + .et-post-nav__item {
    border-top: 1px solid var(--et-line);
    border-left: 0;
  }
  .et-post-nav__item--next {
    text-align: left;
  }
  .et-page-hero {
    padding-top: 4.5rem;
    text-align: left;
  }
  .et-page-hero h1 {
    font-size: clamp(4.5rem, 23vw, 7rem);
  }
}
.et-404 {
  min-height: 70vh;
}
.et-404__intro {
  max-width: 38rem;
  margin-inline: auto;
  line-height: 1.75;
}
.et-404__search .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: stretch;
}
.et-404__search .search-form label {
  display: block;
}
.et-404__search .search-field,	.et-404__search .search-submit {
  min-height: 3.35rem;
  border: 1px solid var(--et-line);
  border-radius: 0.2rem;
  font: inherit;
}
.et-404__search .search-field {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--et-paper-light);
  color: var(--et-ink);
}
.et-404__search .search-submit {
  padding: 0.85rem 1.4rem;
  background: var(--et-ink);
  color: var(--et-paper-light);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.et-404__search .search-submit:hover,	.et-404__search .search-submit:focus-visible {
  background: var(--et-clay);
}
.et-404__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.et-404__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--et-line);
  border-radius: 999px;
  color: var(--et-ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.et-404__action:hover,	.et-404__action:focus-visible {
  border-color: var(--et-clay);
  color: var(--et-clay);
}
.et-404__action--primary {
  border-color: var(--et-clay);
  background: var(--et-clay);
  color: var(--et-paper-light);
}
.et-404__action--primary:hover,	.et-404__action--primary:focus-visible {
  border-color: var(--et-ink);
  background: var(--et-ink);
  color: var(--et-paper-light);
}
@media (max-width: 560px) {
  .et-404__search .search-form {
    grid-template-columns: 1fr;
  }
  .et-404__search .search-submit {
    width: 100%;
  }
}
.et-search-page__header {
  border-bottom: 1px solid var(--et-line);
}
.et-search-page__header h1 {
  max-width: 16ch;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 350;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.et-search-page__count {
  margin: 1.25rem 0 0;
  color: rgba(35,31,26,0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.et-search-page__form .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: stretch;
}
.et-search-page__form .search-form label {
  display: block;
}
.et-search-page__form .search-field,	.et-search-page__form .search-submit {
  min-height: 3.35rem;
  border: 1px solid var(--et-line);
  border-radius: 0.2rem;
  font: inherit;
}
.et-search-page__form .search-field {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--et-paper-light);
  color: var(--et-ink);
}
.et-search-page__form .search-submit {
  padding: 0.85rem 1.4rem;
  background: var(--et-ink);
  color: var(--et-paper-light);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease;
}
.et-search-page__form .search-submit:hover,	.et-search-page__form .search-submit:focus-visible {
  background: var(--et-clay);
}
.et-search-page__body {
  min-height: 28rem;
}
.et-search-results {
  border-top: 1px solid var(--et-line);
}
.et-search-result {
  display: block;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--et-line);
}
.et-search-result--with-image {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.et-search-result__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d7c9b5;
}
.et-search-result__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) sepia(0.07);
  transition: transform 500ms ease;
}
.et-search-result__image:hover img,	.et-search-result__image:focus-visible img {
  transform: scale(1.025);
}
.et-search-result__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  color: rgba(35,31,26,0.58);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.et-search-result__meta a {
  color: var(--et-clay);
  text-decoration: none;
}
.et-search-result h2 {
  max-width: 18ch;
  margin: 0.8rem 0 1rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 350;
  letter-spacing: -0.035em;
  line-height: 1.02;
}
.et-search-result h2 a {
  color: inherit;
  text-decoration: none;
}
.et-search-result h2 a:hover,	.et-search-result h2 a:focus-visible {
  color: var(--et-clay);
}
.et-search-result__excerpt {
  max-width: 44rem;
  color: rgba(35,31,26,0.76);
  line-height: 1.75;
}
.et-search-result__excerpt p {
  margin: 0;
}
.et-search-result__read {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1.25rem;
  color: var(--et-clay);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}
.et-search-empty {
  max-width: 42rem;
  margin-inline: auto;
  padding: clamp(2rem, 7vw, 5rem) 0;
  text-align: center;
}
.et-search-empty .et-kicker {
  justify-content: center;
}
.et-search-empty h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 350;
  letter-spacing: -0.04em;
  line-height: 1;
}
.et-search-empty > p:not(.et-kicker) {
  max-width: 35rem;
  margin: 1.5rem auto 0;
  color: rgba(35,31,26,0.72);
  line-height: 1.75;
}
.et-search-empty .et-404__actions {
  margin-top: 2rem;
}
.et-search-pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2.5rem;
}
.et-search-pagination a {
  color: var(--et-clay);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .et-search-result--with-image {
    grid-template-columns: 1fr;
  }
  .et-search-result__image {
    aspect-ratio: 16 / 10;
  }
}
@media (max-width: 560px) {
  .et-search-page__form .search-form {
    grid-template-columns: 1fr;
  }
  .et-search-page__form .search-submit {
    width: 100%;
  }
  .et-search-pagination {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,	*::before,	*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.et-article-figure.et-shell, .et-page-figure.et-shell {
  margin-inline: auto;
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
