/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inline {
    display: inline;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
* {
  -webkit-user-select: none;
  user-select: none;
}
body {
  background-color: #b3b0a8;
  padding: calc(var(--spacing) * 6);
  text-align: justify;
  text-wrap: pretty;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #2e2e2e;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Minipax", serif;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "liga" 1, "clig" 0, "dlig" 0, "hlig" 0, "kern" 1, "onum" 1, "pnum" 1;
  text-wrap: stable;
}
a {
  cursor: pointer;
  text-decoration-line: underline;
}
code, kbd, samp {
  font-family: "Paper Mono", monospace;
}
pre {
  font-family: "Minipax", serif;
}
nav, article, header {
  margin-inline: auto;
  max-width: calc(var(--spacing) * 180);
}
article #content {
  margin-right: calc(var(--spacing) * 17);
  margin-left: auto;
  max-width: 50ch;
  padding-bottom: calc(var(--spacing) * 24);
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  @media (width >= 40rem) {
    position: relative;
  }
  @media (width >= 40rem) {
    left: calc(var(--spacing) * 35);
  }
  --step: 20px;
}
nav a {
  position: relative;
  left: calc(14px * -1);
  text-decoration-line: none;
}
nav a span {
  position: relative;
  top: 2px;
}
header {
  margin-top: calc(var(--spacing) * 36);
  margin-bottom: calc(var(--spacing) * 18);
  text-align: left;
  text-wrap: pretty;
}
header > div {
  @media (width >= 48rem) {
    width: var(--container-3xl);
  }
}
header > div > span, article > table th > div, nav > a {
  display: block;
  height: calc(var(--spacing) * 6);
  font-family: 'PaperMono';
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  content: "";
  text-shadow: 0.1px 0px 0px #2e2e2e;
}
header h1 {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  text-wrap: balance;
  -webkit-hyphens: none;
  hyphens: none;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
header h1 .opening-quote {
  display: inline-block;
  margin-left: -0.4em;
  width: 0.4em;
}
.toc-opening-quote {
  display: inline-block;
  margin-left: -0.4em;
}
article p + p {
  text-indent: calc(var(--spacing) * 6);
}
body:not(.fancy) article p, body:not(.fancy) article ul, body:not(.fancy) article ol {
  margin-top: var(--step);
  margin-bottom: var(--step);
}
body:not(.fancy) article p {
  text-indent: calc(var(--spacing) * 0);
}
body:not(.fancy) article ul, body:not(.fancy) article ol {
  margin-top: calc(var(--spacing) * 0);
}
prompt, h2, h3, h4, h5 {
  display: block;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-top: calc(var(--step) * 2);
  margin-bottom: var(--step);
}
ol, ul {
  padding-left: calc(var(--spacing) * 6);
  margin-bottom: var(--step);
}
ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: disc;
}
body:not(.fancy) article li > ul {
  margin-block: calc(var(--spacing) * 0);
}
blockquote {
  margin-inline: auto;
  max-width: calc(var(--spacing) * 90);
  text-align: left;
}
body main article > table {
  width: 100%;
}
body article #content {
  position: relative;
  top: 1px;
  margin-right: calc(8px * -1);
}
article > table {
  width: calc(var(--spacing) * 100);
  --tw-leading: 20px;
  line-height: 20px;
}
article > table th:first-child {
  width: 210px;
}
article > table td:last-child {
  width: 300px;
}
article > table th > div {
  padding-top: 4px;
  padding-right: calc(var(--spacing) * 8);
  text-align: right;
  vertical-align: bottom;
}
article > table td > a, article > table td > u {
  position: relative;
  top: calc(1px * -1);
}
article > table tr.pending {
  opacity: 50%;
}
article > table th, article > table td {
  padding-bottom: calc(var(--spacing) * 0.75);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  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-outline-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
    }
  }
}
