/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-outline-style: solid;
      --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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-family-body: Georgia, "Noto Serif", "Times New Roman", serif;
    --font-family-mono: "MonoLisa", "Berkeley Mono", Menlo, Consolas, "Liberation Mono", monospace;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  :root {
    --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.7 1.35' numOctaves='4' seed='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");
    color-scheme: light dark;
    --bg: #ede6da;
    --bg-surface: #f5f0e8;
    --bg-elevated: #e3dacb;
    --fg: #1a1210;
    --fg-2: #4a3828;
    --fg-muted: #6e5c4a;
    --border: #c4b69e;
    --border-subtle: #d8cebc;
    --lacquer: #8b2500;
    --gold: #7d5a00;
    --jade: #266b4a;
    --amber: #956a08;
    --link: #7b2000;
    --link-hover: #5c1800;
    --link-visited: #6b3a20;
    --code-bg: #ddd5c5;
    --code-fg: #3a2a18;
    --code-border: #c4b69e;
    --header-bg: #1e1410;
    --footer-bg: #1e1410;
    --footer-fg: #b8a88e;
    --footer-accent: #d4b87a;
    --intro-bg: #f5f0e8;
    --intro-border: #a07818;
    --sticky-bg: #ede6daf2;
    --sticky-border: #a07818;
    --toc-bg: #f5f0e8;
    --toc-border: #c4b69e;
    --toc-marker: #a07818;
    --focus: #7d5a00;
    --selection: #8b691430;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #12100e;
      --bg-surface: #1c1816;
      --bg-elevated: #282220;
      --fg: #ded4c4;
      --fg-2: #b0a090;
      --fg-muted: #807468;
      --border: #3a3028;
      --border-subtle: #2e2620;
      --lacquer: #d9876a;
      --gold: #c9a84c;
      --jade: #5aaa82;
      --amber: #d4a040;
      --link: #d9876a;
      --link-hover: #e8a48a;
      --link-visited: #c4886e;
      --code-bg: #282220;
      --code-fg: #c9bda8;
      --code-border: #3a3028;
      --header-bg: #0c0a08;
      --footer-bg: #0c0a08;
      --footer-fg: #8a7e6e;
      --footer-accent: #c9a84c;
      --intro-bg: #1c1816;
      --intro-border: #c9a84c;
      --sticky-bg: #12100ef2;
      --sticky-border: #c9a84c;
      --toc-bg: #1c1816;
      --toc-border: #3a3028;
      --toc-marker: #c9a84c;
      --focus: #c9a84c;
      --selection: #c9a84c30;
    }
  }

  @media (prefers-contrast: more) {
    :root {
      --border: #6e5c4a;
      --border-subtle: #6e5c4a;
      --fg-muted: #3a2a18;
      --code-border: #6e5c4a;
      --toc-border: #6e5c4a;
      --sticky-bg: var(--bg);
    }

    @media (prefers-color-scheme: dark) {
      :root {
        --border: #807468;
        --border-subtle: #807468;
        --fg-muted: #c9bda8;
        --code-border: #807468;
        --toc-border: #807468;
        --sticky-bg: var(--bg);
      }
    }
  }

  ::selection {
    background-color: var(--selection);
    color: var(--fg);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: var(--font-family-body);
    color: var(--fg);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-direction: column;
    min-height: 100dvh;
    font-size: clamp(1rem, .93rem + .35vw, 1.12rem);
    line-height: 1.72;
    display: flex;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-body);
    color: var(--fg);
    font-weight: 700;
    line-height: 1.3;
  }

  a {
    color: var(--link);
    text-underline-offset: .18em;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color .2s;
  }

  a:hover {
    color: var(--link-hover);
  }

  a:visited {
    color: var(--link-visited);
  }

  code {
    font-family: var(--font-family-mono);
    background: var(--code-bg);
    color: var(--code-fg);
    border: 1px solid var(--code-border);
    border-radius: 2px;
    padding: .12em .4em;
    font-size: .86em;
  }

  p {
    margin: 0 0 1.15em;
  }

  ol, ul {
    margin: 0 0 1.15em;
    padding-left: 1.5em;
  }

  li {
    margin-bottom: .3em;
  }

  li:last-child {
    margin-bottom: 0;
  }

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
}

@layer components {
  main {
    flex: 1;
    max-width: 72rem;
    margin-inline: auto;
    padding: 2rem 1.5rem;
  }

  .main-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
  }

  .sidebar {
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
    display: none;
  }

  .toc {
    background: var(--toc-bg);
    border: 1px solid var(--toc-border);
    border-top: 3px solid var(--toc-marker);
    border-radius: 2px 2px 10px 10px;
    padding: 1.2rem 1.4rem;
  }

  .toc h2 {
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--fg-muted);
    margin-bottom: .75rem;
    font-size: .78rem;
    font-weight: 700;
  }

  .toc ol {
    counter-reset: toc;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .toc li {
    counter-increment: toc;
    align-items: baseline;
    gap: .55em;
    margin-bottom: .5em;
    display: flex;
  }

  .toc li:last-child {
    margin-bottom: 0;
  }

  .toc li:before {
    content: counter(toc);
    width: 1.5em;
    height: 1.5em;
    color: var(--toc-marker);
    border: 1.5px solid var(--toc-marker);
    font-variant-numeric: tabular-nums;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 700;
    display: inline-flex;
  }

  .toc a {
    color: var(--fg-2);
    font-size: .9rem;
    line-height: 1.4;
    text-decoration: none;
  }

  .toc a:visited {
    color: var(--fg-2);
  }

  .toc a:hover {
    color: var(--link);
    text-decoration: underline;
  }

  article {
    overflow-wrap: break-word;
    min-width: 0;
    max-width: 65ch;
  }

  .article-header {
    border-bottom: 2px solid var(--gold);
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }

  .article-header h1 {
    margin-bottom: .3rem;
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.2;
  }

  .article-header time {
    color: var(--fg-muted);
    font-size: .88rem;
    font-style: italic;
    font-family: var(--font-family-mono);
  }

  .intro {
    background: var(--intro-bg);
    border-left: 4px solid var(--intro-border);
    border-radius: 2px 10px 10px 2px;
    margin-bottom: 2.5rem;
    padding: 1.2rem 1.5rem;
  }

  .intro p:last-child {
    margin-bottom: 0;
  }

  article > section {
    margin-bottom: 2.5rem;
  }

  article > section:last-child {
    margin-bottom: 0;
  }

  article > section[id] {
    scroll-margin-top: .5rem;
  }

  article > section > h2 {
    z-index: 10;
    background: var(--sticky-bg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--sticky-border);
    margin: 0 0 1rem;
    padding: .65rem 0;
    font-size: 1.3rem;
    position: sticky;
    top: 0;
  }

  h3, h4, h5, h6 {
    margin-block: 1.75rem .5rem;
    font-size: 1.05rem;
  }

  .conclusion {
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
  }

  .conclusion p {
    color: var(--fg-2);
    font-style: italic;
  }

  article ol {
    list-style: decimal;
  }

  article ul {
    list-style: outside;
  }

  article li::marker {
    color: var(--gold);
  }

  .site-footer {
    color: var(--footer-fg);
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    max-width: 72rem;
    margin-inline: auto;
    padding: 1.75rem 1.5rem;
    display: flex;
  }

  .social-links {
    gap: 1.25rem;
    display: flex;
  }

  .social-links a {
    color: var(--footer-fg);
    opacity: .65;
    text-decoration: none;
    transition: opacity .2s, color .2s;
  }

  .social-links a:visited {
    color: var(--footer-fg);
  }

  .social-links a:hover {
    opacity: 1;
    color: var(--footer-accent);
  }

  .copyright {
    opacity: .55;
    font-size: .85rem;
  }

  .copyright span {
    color: var(--footer-accent);
  }

  .site-header {
    margin-block-start: 1rem;
    margin-inline: 1rem;
  }

  @media (min-width: 64rem) {
    .main-layout {
      grid-template-columns: 1fr 16rem;
      gap: 2.5rem;
    }

    .site-header {
      width: 68rem;
      margin-inline: auto;
      padding-inline-start: .5rem;
    }

    .site-footer {
      padding-inline-end: calc(68rem - 768px);
    }

    article {
      order: 1;
    }

    .sidebar {
      order: 2;
      align-self: start;
      max-height: calc(100vh - 3rem);
      display: block;
      position: sticky;
      top: 1.5rem;
      overflow-y: auto;
    }
  }

  @media (min-width: 80rem) {
    .main-layout {
      grid-template-columns: 1fr 18rem;
      gap: 3rem;
    }
  }

  pre {
    background: var(--bg-elevated);
    color: var(--code-fg);
    border: 1px solid var(--code-border);
    border-inline-start: 3px solid var(--gold);
    font-family: var(--font-family-mono);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    tab-size: 2;
    text-indent: -2ch;
    border-radius: 3px;
    margin-block: 1.5rem;
    padding-inline-start: 1.5rem;
    font-size: .86rem;
    line-height: 1.5;
    box-shadow: inset 0 1px 4px #0000001a;
  }

  pre code {
    color: inherit;
    font-size: inherit;
    background: none;
    border: 0;
    padding: 0;
    display: block;
  }

  pre kbd, pre samp {
    font: inherit;
    background: none;
    border: 0;
    padding: 0;
  }

  pre kbd {
    color: var(--fg);
    font-weight: 700;
  }

  pre samp {
    color: var(--fg-muted);
  }

  figure {
    margin: 1.5rem 0;
  }

  figure pre {
    margin-block: 0;
  }

  figcaption {
    color: var(--fg-muted);
    font-size: .85rem;
    font-style: italic;
  }

  figcaption:first-child {
    margin-block-end: .4rem;
  }

  figcaption:not(:first-child) {
    margin-block-start: .4rem;
  }

  .table-scroll {
    max-width: 100%;
    margin-block: 1.5rem;
    overflow-x: auto;
  }

  .table-scroll table {
    border-collapse: collapse;
    width: 100%;
    min-width: min-content;
    font-size: .95rem;
    line-height: 1.45;
  }

  .table-scroll th, .table-scroll td {
    text-align: start;
    vertical-align: top;
    border-block-end: 1px solid var(--border-subtle);
    padding: .5rem .9rem;
  }

  .table-scroll thead th {
    background: var(--bg-elevated);
    color: var(--fg);
    letter-spacing: .01em;
    border-block-end: 2px solid var(--border);
    font-weight: 700;
  }

  .table-scroll tbody tr:last-child th, .table-scroll tbody tr:last-child td {
    border-block-end: 0;
  }

  .table-scroll tbody tr:nth-child(2n) {
    background: var(--bg-surface);
  }

  .table-scroll td {
    font-variant-numeric: tabular-nums;
  }

  .table-scroll th, .table-scroll td {
    overflow-wrap: break-word;
  }
}

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .end-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .isolate {
    isolation: isolate;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-crosshair {
    cursor: crosshair;
  }

  .cursor-e-resize {
    cursor: e-resize;
  }

  .cursor-ew-resize {
    cursor: ew-resize;
  }

  .cursor-n-resize {
    cursor: n-resize;
  }

  .cursor-ne-resize {
    cursor: ne-resize;
  }

  .cursor-ns-resize {
    cursor: ns-resize;
  }

  .cursor-nw-resize {
    cursor: nw-resize;
  }

  .cursor-s-resize {
    cursor: s-resize;
  }

  .cursor-se-resize {
    cursor: se-resize;
  }

  .cursor-sw-resize {
    cursor: sw-resize;
  }

  .cursor-w-resize {
    cursor: w-resize;
  }

  .resize {
    resize: both;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .text-clip {
    text-overflow: clip;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .overline {
    text-decoration-line: overline;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .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));
  }

  .\[begin\:end\] {
    begin: end;
  }

  a:focus-visible, button:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 2px;
    border-radius: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    *, :before, :after {
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }

  @media print {
    body {
      color: #000;
      background: #fff;
      min-height: auto;
      font-size: 11pt;
      display: block;
    }

    .site-header, .site-footer, .sidebar {
      display: none;
    }

    main {
      max-width: 100%;
      padding: 0;
    }

    article {
      max-width: 100%;
    }

    article > section > h2 {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      background: none;
      border-bottom-color: #000;
      position: static;
    }

    .intro {
      background: #f5f5f5;
      border-left-color: #000;
    }

    a {
      color: #000;
      text-decoration: underline;
    }

    a[href^="http"]:after {
      content: " (" attr(href) ")";
      color: #555;
      word-break: break-all;
      font-size: .8em;
    }

    a[href^="#"]:after, a[href^="/"]:after {
      content: none;
    }
  }
}

.banner-svg {
  filter: drop-shadow(0 8px 24px #d9966666) drop-shadow(0 4px 8px #d996664d);
  width: 100%;
  max-width: 768px;
  height: auto;
}

@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: 0;
}

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}
