/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url("/fonts/inter.css");
@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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-libsans: "LibSans", sans-serif;
    --font-libsansbold: "LibSansBold", sans-serif;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-\[\.1em\] {
    margin: .1em;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .my-\[8px\] {
    margin-block: 8px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-\[\.2em\] {
    margin-top: .2em;
  }
  .mt-\[\.5em\] {
    margin-top: .5em;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[\.1em\] {
    margin-bottom: .1em;
  }
  .mb-\[\.3em\] {
    margin-bottom: .3em;
  }
  .mb-\[\.5em\] {
    margin-bottom: .5em;
  }
  .mb-\[\.6em\] {
    margin-bottom: .6em;
  }
  .mb-\[\.7em\] {
    margin-bottom: .7em;
  }
  .mb-\[\.8em\] {
    margin-bottom: .8em;
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .\!max-h-\[\.8lh\] {
    max-height: .8lh !important;
  }
  .max-h-\[fill-content\] {
    max-height: fill-content;
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[96\%\] {
    min-height: 96%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[715px\] {
    max-width: 715px;
  }
  .max-w-\[fill-content\] {
    max-width: fill-content;
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(100px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
  }
  .grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }
  .grid-rows-\[repeat\(auto-fit\,minmax\(100px\,1fr\)\)\] {
    grid-template-rows: repeat(auto-fit,minmax(100px,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[\.6em\] {
    padding: .6em;
  }
  .p-\[\.7em\] {
    padding: .7em;
  }
  .px-\[\.4rem\] {
    padding-inline: .4rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[\.4rem\] {
    padding-top: .4rem;
  }
  .pt-\[\.6em\] {
    padding-top: .6em;
  }
  .pt-\[1\.5em\] {
    padding-top: 1.5em;
  }
  .pr-\[3\%\] {
    padding-right: 3%;
  }
  .pb-\[\.4rem\] {
    padding-bottom: .4rem;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .font-libsansbold {
    font-family: var(--font-libsansbold);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[0\.8em\] {
    font-size: 0.8em;
  }
  .text-\[0\.83em\] {
    font-size: 0.83em;
  }
  .text-\[0\.85em\] {
    font-size: 0.85em;
  }
  .text-\[1\.3em\] {
    font-size: 1.3em;
  }
  .text-\[1\.8em\] {
    font-size: 1.8em;
  }
  .text-\[2em\] {
    font-size: 2em;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[dimgray\] {
    color: dimgray;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[2px_2px_0px_darkgrey\] {
    --tw-shadow: 2px 2px 0px var(--tw-shadow-color, darkgrey);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
}
@font-face {
  font-family: "BerkelyMono";
  src: url("/fonts/BMono.woff2") format("woff2");
}
@font-face {
  font-family: "LibSans";
  src: url("/fonts/LibSans.woff2") format("woff2");
}
@font-face {
  font-family: "LibSansItalic";
  src: url("/fonts/LibSansItalic.woff2") format("woff2");
}
@font-face {
  font-family: "LibSansBold";
  src: url("/fonts/LibSansBold.woff2") format("woff2");
}
@font-face {
  font-family: "LibSansBoldItalic";
  src: url("/fonts/LibSansBoldItalic.woff2") format("woff2");
}
@layer base {
  body {
    font-family: var(--font-libsans);
    background-color: gainsboro;
  }
  a {
    color: steelblue;
    text-decoration: underline;
  }
  a:visited {
    color: rebeccapurple;
  }
  a:hover {
    color: lightseagreen;
  }
  hr {
    border-style: inset;
    border-width: 1px;
  }
  .blog-content h1 {
    font-size: 1.6em;
    font-weight: bold;
    margin: .6em 0 .3em;
  }
  .blog-content h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: .6em 0 .3em;
  }
  .blog-content h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: .6em 0 .3em;
  }
  .blog-content h4, .blog-content h5, .blog-content h6 {
    font-weight: bold;
    margin: .6em 0 .3em;
  }
  .blog-content p {
    margin: .6em 0;
  }
  .blog-content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: .6em 0;
  }
  .blog-content ol {
    list-style: decimal;
    padding-left: 1.5em;
    margin: .6em 0;
  }
  .blog-content li {
    margin: .2em 0;
  }
  .blog-content a {
    color: steelblue;
    text-decoration: underline;
  }
  .blog-content blockquote {
    border-left: 3px solid darkgrey;
    padding-left: .8em;
    margin: .6em 0;
    color: dimgray;
  }
  .blog-content code {
    font-family: "BerkelyMono", monospace;
    background: gainsboro;
    padding: 0 .2em;
    border-radius: 2px;
  }
  .blog-content pre {
    background: gainsboro;
    padding: .6em .8em;
    overflow-x: auto;
    margin: .6em 0;
  }
  .blog-content pre code {
    background: none;
    padding: 0;
  }
  .blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: .8em 0;
  }
  .blog-content img.blog-cover-left, .blog-content img.img-left {
    float: left;
    margin: .3em 1.2em .6em 0;
    max-width: 55%;
  }
  .blog-content img.blog-cover-right, .blog-content img.img-right {
    float: right;
    margin: .3em 0 .6em 1.2em;
    max-width: 55%;
  }
  .blog-content .post-body.cover-wrap-firstpara > p:first-of-type ~ * {
    clear: both;
  }
  .post-body > p:first-of-type {
    text-indent: 1.5em;
  }
  .blog-content .indent-block {
    margin: .6em 0 .6em 1.5em;
  }
  .blog-content li p {
    margin: .4em 0;
  }
  .blog-content img.end-mark {
    display: inline-block;
    height: 0.85em;
    width: auto;
    margin: 0 0 0 0.4em;
    vertical-align: middle;
  }
  .drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--drawer-gap, 1rem);
  }
  .drawer > .drawer-main, .drawer > .drawer-aside {
    width: 95%;
    max-width: var(--drawer-main-w, 650px);
  }
  @media (min-width: 1240px) {
    .drawer {
      display: block;
      position: relative;
    }
    .drawer > .drawer-main, .drawer > .drawer-aside {
      min-height: calc(100vh - 2rem);
    }
    .drawer > .drawer-main {
      width: var(--drawer-main-w, 650px);
      max-width: none;
      margin: 0 auto;
    }
    .drawer > .drawer-aside {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: calc(var(--drawer-main-w, 650px) / 2 + var(--drawer-gap, 1rem));
      width: var(--drawer-aside-w, 16rem);
      max-width: none;
    }
    .drawer.drawer--left > .drawer-aside {
      left: auto;
      margin-left: 0;
      right: 50%;
      margin-right: calc(var(--drawer-main-w, 650px) / 2 + var(--drawer-gap, 1rem));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --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;
    }
  }
}
