/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --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-ink: #333;
    --color-accent: #9d0303;
    --color-page: #fff;
    --color-sidebar-text: #e7e7e7;
    --color-rule: #cfcfcf;
    --font-body: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-display: "PT Serif", "Times New Roman", Times, serif;
    --sidebar-width: 300px;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .isolate {
    isolation: isolate;
  }
  .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;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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);
  }
  .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));
  }
}
@layer base {
  body {
    margin: 0;
    background: var(--color-page);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
  }
  a {
    color: inherit;
  }
}
@layer components {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--sidebar-width);
    overflow-y: auto;
    background-color: #000;
    background-size: cover;
    color: var(--color-sidebar-text);
    font-size: 14px;
    line-height: 1.5;
  }
  .sidebar__inner {
    padding: 1.5rem 1.25rem 2.5rem;
  }
  .sidebar__header {
    text-align: center;
  }
  .sidebar__portrait {
    display: block;
    max-width: 75%;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid #c3c3c3;
  }
  .sidebar__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .sidebar__title a {
    text-decoration: none;
  }
  .sidebar__rule {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 1.25rem 0;
  }
  .sidebar__footer {
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
  }
  .sidebar__footer p {
    margin: 0.35rem 0;
  }
  .sidebar__logo {
    width: 100px;
    margin: 0 auto 0.75rem;
  }
  .menu,
  .menu__children {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu__children {
    margin-left: 0.9rem;
  }
  .menu__item {
    margin: 0.55rem 0;
  }
  .menu__link,
  .menu__summary {
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  .menu__summary {
    list-style: none;
    position: relative;
    padding-left: 1.1rem;
  }
  .menu__summary::-webkit-details-marker {
    display: none;
  }
  .menu__summary::before {
    content: "+";
    position: absolute;
    left: 0;
    opacity: 0.7;
  }
  .menu__branch[open] > .menu__summary::before {
    content: "–";
  }
  .menu__link:hover,
  .menu__summary:hover {
    color: #fff;
  }
  .menu__link.is-current,
  .menu__summary.is-current > a {
    color: var(--color-accent);
    font-weight: 700;
  }
  .page {
    margin-left: var(--sidebar-width);
    position: relative;
    min-height: 100vh;
  }
  .page__inner {
    max-width: 46rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem;
  }
  .breadcrumb {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: #777;
    text-align: center;
  }
  .breadcrumb a {
    text-decoration: none;
  }
  .breadcrumb a:hover {
    color: var(--color-accent);
  }
  .breadcrumb__sep {
    margin: 0 0.4rem;
  }
  .page__title {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(157, 3, 3, 0.5);
    color: var(--color-accent);
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.15;
    text-align: center;
  }
  .prose p {
    margin: 1.1em 0;
  }
  .prose a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .prose h2,
  .prose h3 {
    font-weight: 400;
    color: var(--color-accent);
    margin-top: 2rem;
  }
  .prose ul {
    list-style: disc;
    padding-left: 1.4em;
  }
  .prose ol {
    list-style: decimal;
    padding-left: 1.4em;
  }
  .prose img {
    max-width: 100%;
    height: auto;
  }
  .prose blockquote {
    margin: 0 0 3em 45%;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .prose blockquote p {
    margin: 0.2em 0;
    text-align: left;
  }
  .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .columns h2 {
    margin-top: 0;
    text-align: center;
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: 1.6rem;
    line-height: 1.25;
  }
  @media (max-width: 48rem) {
    .columns {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .prose > p > img,
  .prose > img {
    display: block;
    margin: 2rem auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  .contents {
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--color-rule);
  }
  .contents li {
    margin: 0.6rem 0;
  }
  .contents a {
    text-decoration: none;
  }
  .contents a:hover {
    color: var(--color-accent);
  }
  .pdf-link a {
    color: var(--color-accent);
  }
  .pager__prev,
  .pager__next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    color: #bbb;
    text-decoration: none;
  }
  .pager__prev {
    left: calc(var(--sidebar-width) + 0.5rem);
  }
  .pager__next {
    right: 0.5rem;
  }
  .pager__prev:hover,
  .pager__next:hover {
    color: var(--color-accent);
  }
  @media (max-width: 60rem) {
    .sidebar {
      position: static;
      width: auto;
    }
    .page {
      margin-left: 0;
    }
    .pager__prev,
    .pager__next {
      position: static;
      transform: none;
      display: inline-block;
    }
    .pager {
      display: flex;
      justify-content: space-between;
      padding: 0 1.5rem 2rem;
    }
    .prose blockquote {
      margin-left: 15%;
    }
  }
}
@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;
}
@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-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;
    }
  }
}
