/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter Variable", Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-serif: "Newsreader Variable", Newsreader, Georgia, "Iowan Old Style",
    "Times New Roman", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #faf9f6;
    --color-paper-alt: #f2f0ea;
    --color-paper-deep: #e6e2d8;
    --color-rule: #cfc9ba;
    --color-rule-soft: #e4e0d5;
    --color-ink: #171613;
    --color-ink-soft: #403e37;
    --color-ink-faint: #57544b;
    --color-accent: #7b2d3b;
    --color-accent-dark: #5c1f2a;
    --color-accent-tint: #f8eeef;
    --color-ochre: #6f560d;
    --color-ochre-tint: #faf4e2;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .italic {
    font-style: italic;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --measure: 36rem;
  --wrap: 60rem;
  --sidebar: 13.5rem;
  --col: 42rem;
  --gutter: 1.25rem;
}
@font-face {
  font-family: "Newsreader Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/assets/fonts/newsreader-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 200 800;
  src: url("/assets/fonts/newsreader-latin-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@layer base {
  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-serif);
    font-size: clamp(1.02rem, 0.98rem + 0.2vw, 1.12rem);
    line-height: 1.7;
    font-optical-sizing: auto;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    color: var(--color-ink);
    line-height: 1.18;
    text-wrap: balance;
    max-width: var(--measure);
  }
  h1 {
    font-size: clamp(2.1rem, 1.55rem + 2.3vw, 3.05rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.021em;
    margin: 0 0 0.85rem;
  }
  h2 {
    font-size: clamp(1.38rem, 1.2rem + 0.7vw, 1.62rem);
    font-weight: 600;
    letter-spacing: -0.011em;
    margin: 2.7rem 0 0.75rem;
    padding-bottom: 0.34rem;
    border-bottom: 1px solid var(--color-accent);
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2rem 0 0.5rem;
  }
  h4 {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 650;
    letter-spacing: 0.005em;
    margin: 1.55rem 0 0.4rem;
  }
  p, ul, ol, dl, blockquote {
    max-width: var(--measure);
  }
  p {
    margin: 0 0 1.1rem;
  }
  a {
    color: var(--color-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
    text-decoration-color: color-mix(in srgb, #7b2d3b 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-accent) 45%, transparent);
    }
  }
  a:hover {
    color: var(--color-accent-dark);
    text-decoration-thickness: 2px;
    text-decoration-color: currentColor;
  }
  strong {
    font-weight: 650;
  }
  em {
    font-style: italic;
  }
  ul, ol {
    padding-left: 1.4rem;
    margin: 0 0 1.1rem;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
  ul ul {
    list-style: circle;
  }
  li {
    margin-bottom: 0.45rem;
  }
  li::marker {
    color: var(--color-ink-faint);
  }
  li > ul, li > ol {
    margin: 0.45rem 0 0;
  }
  dt {
    font-weight: 650;
    margin-top: 1.1rem;
  }
  dd {
    margin: 0.25rem 0 0;
  }
  blockquote {
    margin: 1.5rem 0;
    padding: 0.1rem 0 0.1rem 1.2rem;
    border-left: 2px solid var(--color-accent);
    color: var(--color-ink-soft);
    font-style: italic;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  blockquote cite {
    display: block;
    margin-top: 0.55rem;
    font-family: var(--font-sans);
    font-size: 0.82rem;
    font-style: normal;
    color: var(--color-ink-faint);
  }
  code, kbd, samp {
    font-family: var(--font-mono);
    font-size: 0.86em;
    background: var(--color-paper-alt);
    border: 1px solid var(--color-rule-soft);
    padding: 0.08em 0.3em;
    border-radius: 2px;
  }
  hr {
    border: 0;
    border-top: 1px solid var(--color-rule);
    margin: 2.4rem 0;
    max-width: var(--measure);
  }
  a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
    border-radius: 2px;
  }
}
@layer components {
  .wrap {
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .skip {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10;
    background: var(--color-accent);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    padding: 0.6rem 1rem;
  }
  .skip:focus {
    left: 0;
  }
  .masthead {
    background: var(--color-ink);
    color: #fff;
    padding: 1.35rem 0 1.2rem;
    border-bottom: 3px solid var(--color-accent);
  }
  .brand {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(1.4rem, 1.25rem + 0.6vw, 1.65rem);
    font-weight: 600;
    letter-spacing: -0.018em;
    line-height: 1.15;
  }
  .brand a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-block: 0.2rem;
    margin-block: -0.2rem;
  }
  .brand a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
  }
  .brand-tag {
    margin: 0.3rem 0 0;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.004em;
    color: #b8b3a8;
  }
  .shell {
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .shell > main {
    margin-inline: auto;
    max-width: var(--col);
    width: 100%;
  }
  main {
    padding: 1.9rem 0 1rem;
  }
  article {
    max-width: var(--col);
  }
  .nav-shell {
    margin: 0 calc(-1 * var(--gutter));
    background: var(--color-paper-alt);
    border-bottom: 1px solid var(--color-rule);
  }
  .nav-toggle {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.85rem var(--gutter);
    font-family: var(--font-sans);
    cursor: pointer;
    list-style: none;
    &::-webkit-details-marker {
      display: none;
    }
  }
  .nav-toggle-label {
    font-size: 0.68rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    color: var(--color-ink-faint);
    flex: none;
  }
  .nav-toggle-current {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--color-accent-dark);
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav-toggle::after {
    content: "";
    flex: none;
    width: 0.42rem;
    height: 0.42rem;
    margin-bottom: 0.1em;
    border-right: 1.5px solid var(--color-ink-faint);
    border-bottom: 1.5px solid var(--color-ink-faint);
    transform: rotate(45deg);
    transition: transform 120ms ease;
  }
  .nav-shell[open] .nav-toggle::after {
    transform: rotate(-135deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-toggle::after {
      transition: none;
    }
  }
  .nav-toggle:hover .nav-toggle-current {
    color: var(--color-accent);
  }
  .nav {
    padding: 0 var(--gutter);
    font-family: var(--font-sans);
    font-size: 0.855rem;
  }
  .nav-group {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    color: var(--color-ink-faint);
  }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0.9rem;
  }
  .nav li {
    margin: 0;
  }
  .nav a {
    color: var(--color-ink-soft);
    text-decoration: none;
    display: inline-block;
    padding: 0.3rem 0;
    border-bottom: 2px solid transparent;
  }
  .nav a:hover {
    color: var(--color-accent-dark);
    border-bottom-color: var(--color-rule);
  }
  .nav a[aria-current="page"] {
    color: var(--color-accent-dark);
    font-weight: 650;
    border-bottom-color: var(--color-accent);
  }
  @media (max-width: 61.99rem) {
    .masthead .wrap, .footer .wrap {
      max-width: calc(var(--col) + 2 * var(--gutter));
    }
    .nav-toggle, .nav {
      padding-inline: max(var(--gutter), calc((100% - var(--col)) / 2));
    }
    .nav {
      padding-block: 0.15rem 0.9rem;
      border-top: 1px solid var(--color-rule-soft);
    }
    .nav ul {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0;
    }
    .nav-group {
      margin: 1rem 0 0.15rem;
    }
    .nav-group:first-of-type {
      margin-top: 0.7rem;
    }
    .nav a {
      display: block;
      padding: 0.5rem 0;
      border-bottom: 0;
      border-left: 2px solid transparent;
      padding-left: 0.7rem;
      margin-left: -0.7rem;
    }
    .nav a[aria-current="page"] {
      border-bottom-color: transparent;
      border-left-color: var(--color-accent);
      background: var(--color-accent-tint);
    }
  }
  @media (min-width: 62rem) {
    .shell {
      display: grid;
      grid-template-columns: var(--sidebar) minmax(0, var(--col));
      justify-content: center;
      gap: 0 3.5rem;
      align-items: start;
    }
    .nav-shell {
      margin: 0;
      background: none;
      border-bottom: 0;
      position: sticky;
      top: 0;
      max-height: 100vh;
      overflow-y: auto;
    }
    .nav-toggle {
      display: none;
    }
    .nav-shell > .nav {
      display: block;
    }
    .nav {
      background: none;
      border-top: 0;
      border-bottom: 0;
      border-right: 1px solid var(--color-rule-soft);
      margin: 0;
      padding: 2.3rem 1.35rem 2rem 0;
    }
    .nav-group {
      margin: 1.4rem 0 0.35rem;
      padding-left: 0.6rem;
    }
    .nav-group:first-of-type {
      margin-top: 0;
    }
    .nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0.05rem;
    }
    .nav a {
      display: block;
      padding: 0.3rem 0.6rem;
      border-bottom: 0;
      border-left: 2px solid transparent;
      border-radius: 0 2px 2px 0;
    }
    .nav a:hover {
      background: var(--color-paper-deep);
      border-bottom-color: transparent;
    }
    .nav a[aria-current="page"] {
      background: var(--color-accent-tint);
      border-left-color: var(--color-accent);
      border-bottom-color: transparent;
    }
    .shell > main {
      margin-inline: 0;
      max-width: none;
    }
    main {
      padding: 2.2rem 0 1rem;
    }
  }
  .footer {
    margin-top: 3.75rem;
    padding: 2rem 0 2.75rem;
    border-top: 1px solid var(--color-rule);
    background: var(--color-paper-alt);
    font-family: var(--font-sans);
    font-size: 0.855rem;
    line-height: 1.65;
    color: var(--color-ink-soft);
  }
  .footer .wrap {
    max-width: var(--wrap);
  }
  .footer p {
    max-width: 44rem;
  }
  .footer-meta {
    color: var(--color-ink-faint);
    font-size: 0.95em;
  }
  .kicker {
    margin: 0 0 0.7rem;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    padding-top: 0.75rem;
    border-top: 2px solid var(--color-accent);
    display: inline-block;
  }
  .lede h1 {
    font-size: clamp(2.35rem, 1.6rem + 3.1vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.026em;
    margin-bottom: 1.05rem;
  }
  .lede h1, .lede > .standfirst {
    max-width: 40rem;
  }
  .lede > .standfirst {
    font-size: 1.14rem;
    line-height: 1.55;
    color: var(--color-ink-soft);
    padding-bottom: 1.4rem;
  }
  .standfirst {
    max-width: var(--measure);
    font-family: var(--font-sans);
    font-size: 1.06rem;
    line-height: 1.58;
    font-weight: 400;
    color: var(--color-ink-soft);
    margin: 0 0 1.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--color-rule);
  }
  .callout-title, .src-type {
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: 0.085em;
    font-weight: 650;
  }
  .callout {
    margin: 1.7rem 0;
    padding: 1.05rem 1.2rem;
    background: var(--color-paper-alt);
    border: 1px solid var(--color-rule-soft);
    border-left: 3px solid var(--color-ink-faint);
    border-radius: 2px;
    max-width: var(--measure);
  }
  .callout > :last-child {
    margin-bottom: 0;
  }
  .callout-title {
    margin: 0 0 0.5rem;
    font-size: 0.7rem;
    color: var(--color-ink-faint);
  }
  .callout-key {
    border-left-color: var(--color-accent);
    background: var(--color-accent-tint);
    border-color: color-mix(in srgb, #7b2d3b 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-accent) 18%, transparent);
    }
  }
  .callout-key .callout-title {
    color: var(--color-accent-dark);
  }
  .callout-correction {
    border-left-color: var(--color-ink);
    border-left-width: 4px;
    background: var(--color-paper);
  }
  .callout-correction .callout-title {
    color: var(--color-accent-dark);
  }
  .callout-unknown {
    border-left-color: var(--color-ochre);
    background: var(--color-ochre-tint);
    border-color: color-mix(in srgb, #6f560d 22%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-ochre) 22%, transparent);
    }
  }
  .callout-unknown .callout-title {
    color: var(--color-ochre);
  }
  .callout-quote {
    border: 0;
    border-left: 1px solid var(--color-rule);
    background: none;
    padding-left: 1.3rem;
    font-style: italic;
    color: var(--color-ink-soft);
  }
  .callout-quote .callout-title {
    font-style: normal;
    color: var(--color-ink-faint);
  }
  .cite {
    font-family: var(--font-sans);
    font-size: 0.68em;
    line-height: 1;
    white-space: nowrap;
  }
  .cite a {
    text-decoration: none;
    background: var(--color-accent-tint);
    border: 1px solid color-mix(in srgb, #7b2d3b 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in oklab, var(--color-accent) 28%, transparent);
    }
    border-radius: 2px;
    padding: 0.14em 0.36em;
    margin-left: 0.14em;
    color: var(--color-accent-dark);
    font-weight: 650;
  }
  .cite a:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
  }
  .cite-sep {
    display: none;
  }
  .sources {
    margin-top: 3.25rem;
  }
  .sources > h2 {
    max-width: none;
  }
  .source-list {
    font-family: var(--font-sans);
    font-size: 0.855rem;
    line-height: 1.6;
    color: var(--color-ink-soft);
    max-width: none;
  }
  .source-list li {
    margin-bottom: 0.95rem;
    scroll-margin-top: 1rem;
  }
  .source-list li:target {
    background: var(--color-ochre-tint);
    outline: 2px solid color-mix(in srgb, #6f560d 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline: 2px solid color-mix(in oklab, var(--color-ochre) 45%, transparent);
    }
    border-radius: 2px;
  }
  .source-list cite {
    font-style: italic;
  }
  .source-list li, .src-url, .src-note {
    overflow-wrap: anywhere;
  }
  .src-back-group {
    display: inline;
  }
  .src-back {
    text-decoration: none;
    font-size: 0.9em;
    color: var(--color-accent);
    padding: 0 0.15em;
    white-space: nowrap;
    display: inline-block;
  }
  .src-back:hover {
    color: var(--color-accent-dark);
    text-decoration: underline;
  }
  .src-back-n {
    font-size: 0.82em;
    vertical-align: 0.25em;
  }
  .src-note, .src-retrieved {
    display: block;
    font-size: 0.94em;
    color: var(--color-ink-faint);
    margin-top: 0.2rem;
  }
  .src-type {
    display: inline-block;
    font-size: 0.66rem;
    padding: 0.16em 0.45em;
    border-radius: 2px;
    margin-right: 0.42rem;
    vertical-align: 0.09em;
    white-space: nowrap;
    border: 1px solid var(--color-rule);
    background: none;
    color: var(--color-ink-faint);
  }
  .src-type-primary-government, .src-type-court {
    background: var(--color-paper-deep);
    border-color: var(--color-rule);
    color: var(--color-ink-soft);
  }
  .next-steps {
    list-style: none;
    padding: 0;
    max-width: var(--measure);
  }
  .next-steps li {
    margin: 0 0 0.5rem;
  }
  .next-steps a {
    display: block;
    padding: 0.8rem 0.95rem;
    background: var(--color-paper-alt);
    border: 1px solid var(--color-rule-soft);
    border-left: 3px solid var(--color-accent);
    border-radius: 2px;
    text-decoration: none;
    color: var(--color-ink);
  }
  .next-steps a:hover {
    background: var(--color-accent-tint);
    border-color: color-mix(in srgb, #7b2d3b 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-accent) 20%, transparent);
    }
    border-left-color: var(--color-accent);
  }
  .next-steps strong {
    color: var(--color-accent-dark);
    text-decoration: underline;
    text-underline-offset: 0.16em;
  }
  .next-steps span {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.84rem;
    color: var(--color-ink-soft);
    margin-top: 0.22rem;
  }
  .table-scroll {
    overflow-x: auto;
    margin: 1.6rem 0;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-family: var(--font-sans);
    font-size: 0.855rem;
    line-height: 1.5;
    min-width: 28rem;
  }
  caption {
    text-align: left;
    font-family: var(--font-sans);
    font-size: 0.82rem;
    color: var(--color-ink-faint);
    padding-bottom: 0.65rem;
  }
  th, td {
    text-align: left;
    vertical-align: top;
    padding: 0.55rem 0.7rem;
    border-bottom: 1px solid var(--color-rule-soft);
  }
  thead th {
    background: var(--color-paper-deep);
    border-bottom: 1px solid var(--color-rule);
    font-weight: 650;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--color-ink-soft);
  }
  tbody tr:hover {
    background: var(--color-paper-alt);
  }
  td.num {
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
  td.nowrap, th.nowrap {
    white-space: nowrap;
  }
  .sev {
    font-weight: 650;
  }
  .sev-CRITICAL {
    color: #8a1f24;
  }
  .sev-HIGH {
    color: #8a4a12;
  }
  .sev-MEDIUM {
    color: var(--color-ochre);
  }
  .sev-LOW {
    color: var(--color-ink-faint);
  }
  figure {
    margin: 1.8rem 0;
    max-width: 100%;
  }
  figure img, figure svg {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--color-rule);
    background: var(--color-paper);
    border-radius: 2px;
  }
  figcaption {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--color-ink-faint);
    margin-top: 0.55rem;
    max-width: var(--measure);
  }
}
@media print {
  @page {
    size: letter;
    margin: 0.7in;
  }
  :root {
    --color-ink: #000;
    --color-ink-soft: #1c1c1c;
    --color-ink-faint: #3a3a3a;
    --color-accent: #000;
    --color-accent-dark: #000;
  }
  body {
    background: #fff;
    color: #000;
    font-size: 10.5pt;
    line-height: 1.42;
  }
  .wrap, .shell {
    max-width: none;
    padding: 0;
    display: block;
  }
  main {
    padding: 0;
  }
  article {
    max-width: none;
  }
  .nav, .nav-shell, .nav-toggle, .skip, .footer-meta, .src-back-group {
    display: none;
  }
  .kicker {
    font-size: 8.5pt;
    color: #000;
    border-top: 0;
    padding-top: 0;
    margin: 8pt 0 4pt;
  }
  .lede h1 {
    font-size: 20pt;
    line-height: 1.05;
  }
  .masthead {
    background: none;
    color: #000;
    padding: 0 0 0.4rem;
    border-bottom: 1.5pt solid #000;
  }
  .brand a {
    color: #000;
    text-decoration: none;
    padding-block: 0;
    margin-block: 0;
  }
  .brand-tag {
    color: #333;
  }
  h1 {
    font-size: 18pt;
    letter-spacing: -0.015em;
  }
  h2 {
    font-size: 13pt;
    margin-top: 16pt;
    page-break-after: avoid;
    border-bottom: 0.5pt solid #666;
  }
  h3, h4 {
    font-size: 11pt;
    page-break-after: avoid;
  }
  .standfirst {
    font-size: 11.5pt;
    color: #1c1c1c;
    border-bottom: 0.5pt solid #999;
  }
  p, li, blockquote, table, figure {
    orphans: 3;
    widows: 3;
  }
  table, figure, blockquote, .callout {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  p, ul, ol, blockquote, .callout, figcaption, .footer p, .table-scroll, h1, h2, h3, h4, .standfirst, .next-steps, hr {
    max-width: none;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  .source-list a[href^="http"]::after {
    content: " <" attr(href) ">";
    font-size: 8.5pt;
    word-break: break-all;
    color: #000;
  }
  .cite a {
    border: 0;
    background: none;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
    color: #000;
  }
  .cite a::before {
    content: "[";
  }
  .cite a::after {
    content: "]";
  }
  .cite-sep {
    display: inline;
  }
  .table-scroll {
    overflow: visible;
  }
  table {
    min-width: 0;
    font-size: 9.5pt;
  }
  th, td {
    padding: 3pt 5pt;
    border-bottom: 0.5pt solid #999;
  }
  thead th {
    background: #eee;
    border-bottom: 1pt solid #000;
    color: #000;
  }
  tbody tr:hover {
    background: none;
  }
  .callout {
    background: none;
    border: 0.75pt solid #999;
    border-left: 3pt solid #000;
  }
  .callout-title {
    color: #000;
  }
  .callout-quote {
    border: 0;
    border-left: 0.75pt solid #666;
  }
  .next-steps a {
    background: none;
    border: 0;
    padding: 0;
  }
  .next-steps li {
    margin-bottom: 0.2rem;
  }
  .next-steps span {
    display: inline;
  }
  .next-steps strong::after {
    content: " —";
  }
  .src-type {
    border: 0.5pt solid #666;
    background: none;
    color: #000;
  }
  .source-list {
    font-size: 9pt;
    color: #000;
  }
  .source-list li:target {
    background: none;
    outline: 0;
  }
  figure img, figure svg {
    border: 0.5pt solid #999;
  }
  .footer {
    background: none;
    margin-top: 18pt;
    padding-top: 8pt;
    border-top: 1pt solid #000;
    color: #000;
  }
}
@media (prefers-contrast: more) {
  :root {
    --color-ink-soft: #26241f;
    --color-ink-faint: #3a372f;
    --color-rule: #8e887a;
    --color-rule-soft: #b0a99a;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
