/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    font-feature-settings: normal;
    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: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
    font-feature-settings: normal;
    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;
  }
  :-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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-3 {
    grid-column: 3;
  }
  .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;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-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-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-primary {
    background-color: #333;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, visibility, 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));
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-slate-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-700);
      }
    }
  }
  .hover\:text-slate-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .dark\:text-gray-400 {
    &:is(.dark *) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-slate-100 {
    &:is(.dark *) {
      color: var(--color-slate-100);
    }
  }
  .dark\:text-slate-400 {
    &:is(.dark *) {
      color: var(--color-slate-400);
    }
  }
  .dark\:hover\:text-gray-300 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-300);
        }
      }
    }
  }
  .dark\:hover\:text-slate-100 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-slate-100);
        }
      }
    }
  }
  .dark\:hover\:text-slate-300 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-slate-300);
        }
      }
    }
  }
}
body {
  background-color: #ffffff;
  color: #333333;
}
html {
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root:not(.dark-mode-manual) {
    color-scheme: dark;
  }
  :root:not(.dark-mode-manual) body {
    background-color: #1F2125;
    color: #d3d3d3;
  }
}
html.dark {
  color-scheme: dark;
}
html.dark body {
  background-color: #1F2125;
  color: #d3d3d3;
}
:root:not(.dark) body {
  background-color: #ffffff;
  color: #333333;
}
:root:not(.dark) h4.date_title {
  color: #333;
  border-bottom-color: #ddd;
}
:root:not(.dark) .text-muted {
  color: #6c757d !important;
}
:root:not(.dark) .text-secondary {
  color: #6c757d !important;
}
:root:not(.dark) .nav-masthead .nav-link {
  color: #333;
}
:root:not(.dark) .nav-masthead .nav-link:hover, :root:not(.dark) .nav-masthead .nav-link:focus {
  border-bottom-color: #333;
  color: #000;
}
:root:not(.dark) .nav-masthead .active {
  border-bottom-color: #333;
  color: #000;
}
:root:not(.dark) .nav-link {
  color: #6b7280;
}
:root:not(.dark) .nav-link:hover {
  color: #111827;
}
:root:not(.dark) .nav-link.active {
  color: #111827;
}
:root:not(.dark) a {
  color: #333;
}
:root:not(.dark) a:hover {
  color: #000;
}
:root:not(.dark) #post blockquote {
  background-color: #f8f9fa !important;
  border-left-color: #ddd !important;
  color: #333 !important;
}
:root:not(.dark) #post pre {
  background-color: #f8f9fa !important;
  color: #333 !important;
}
:root:not(.dark) #post code {
  background-color: #f8f9fa !important;
  color: #333 !important;
}
:root:not(.dark) footer a svg {
  color: #6b7280;
}
:root:not(.dark) footer a:hover svg {
  color: #111827;
}
:root:not(.dark) #theme-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
:root:not(.dark) header h3 a {
  color: #333 !important;
}
:root:not(.dark) header h3 a:hover {
  color: #000 !important;
}
html.dark header h3 a {
  color: #d3d3d3 !important;
}
html.dark header h3 a:hover {
  color: white !important;
}
.container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.m-2 {
  margin: 0.5rem;
}
.text-muted {
  color: #6c757d;
}
.text-decoration-none {
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-secondary {
  color: #6c757d;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-end {
  justify-content: flex-end;
}
.flex-grow-1 {
  flex-grow: 1;
}
.float-md-start {
  float: left;
}
.float-md-end {
  float: right;
}
@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
}
.h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
header h3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}
h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#post h1, #posts h1 {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
}
#post h1 {
  margin-top: 0 !important;
}
#post h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
#post h3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-top: 1.75rem !important;
  margin-bottom: 0.75rem !important;
}
#post h4 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}
#post h5 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0.5rem !important;
}
#post h6 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
#post a {
  text-decoration: underline;
  color: inherit;
}
#post a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#post {
  line-height: 1.5;
  font-size: 1rem;
}
#post p {
  margin-bottom: 1rem !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}
#post ul, #post ol {
  margin-bottom: 1rem !important;
  line-height: 1.5 !important;
  padding-left: 2rem !important;
}
#post li {
  margin-bottom: 0.5rem !important;
  line-height: 1.5 !important;
}
#post blockquote {
  margin: 1.5rem 0 !important;
  padding: 1rem 1.5rem !important;
  border-left: 4px solid #ddd !important;
  line-height: 1.5 !important;
  background-color: #f8f9fa;
  font-style: italic;
}
#post pre {
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  overflow-x: auto;
}
#post code {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
#post pre code {
  background-color: transparent;
  padding: 0;
}
header time, #posts time {
  font-size: 0.8em;
  margin-left: -1rem;
  display: inline-block;
}
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1.2;
}
.nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
  border-bottom-color: #333;
  text-decoration: none !important;
}
.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  border-bottom-color: #333;
  text-decoration: none !important;
}
.fs-6 {
  font-size: 1rem;
}
.fw-light {
  font-weight: 300;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 150ms ease;
}
.btn-primary {
  background-color: #333;
  color: white;
}
.btn-primary:hover {
  background-color: #374151;
}
.nav-link {
  color: #6b7280;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  transition: color 150ms ease;
}
.nav-link:hover {
  color: #111827;
}
.nav-link.active {
  color: #111827;
  font-weight: 500;
}
.page-link {
  padding: 0.5rem 0.75rem;
  color: #374151;
  background-color: white;
  border: 1px solid #d1d5db;
  text-decoration: none;
}
.page-link:hover {
  background-color: #f9fafb;
  color: #6b7280;
}
.page-item.active .page-link {
  background-color: #333;
  color: white;
  border-color: #333;
}
.page-item.disabled .page-link {
  color: #9ca3af;
  background-color: #f3f4f6;
  cursor: not-allowed;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.form-control:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.2);
}
body {
  -webkit-font-smoothing: antialiased;
}
h4.date_title {
  color: #333;
  border-bottom: solid 1px #ddd;
  font-size: 1.5rem;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5rem;
  width: 100%;
  clear: both;
  display: block;
  font-weight: 600;
}
h4.date_title:first-of-type {
  margin-top: 2em;
}
@media (prefers-color-scheme: dark) {
  h4.date_title {
    color: #d3d3d3;
    border-bottom-color: #4b5563;
  }
  .text-muted {
    color: #9ca3af !important;
  }
  .text-secondary {
    color: #9ca3af !important;
  }
  .nav-masthead .nav-link {
    color: #d3d3d3;
  }
  .nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
    border-bottom-color: #d3d3d3;
    color: white;
  }
  .nav-masthead .active {
    border-bottom-color: #d3d3d3;
    color: white;
    text-decoration: none !important;
  }
  .nav-link {
    color: #d1d5db;
  }
  .nav-link:hover {
    color: white;
  }
  .nav-link.active {
    color: white;
  }
  .page-link {
    color: #d1d5db;
    background-color: #1f2937;
    border-color: #4b5563;
  }
  .page-link:hover {
    background-color: #374151;
  }
  .form-control {
    background-color: #1f2937;
    color: #d1d5db;
    border-color: #4b5563;
  }
  a {
    color: #d3d3d3;
  }
  a:hover {
    color: #f3f4f6;
  }
  #post blockquote {
    background-color: #1f2937 !important;
    border-left-color: #4b5563 !important;
    color: #d1d5db !important;
  }
  #post pre {
    background-color: #1f2937 !important;
    color: #d1d5db !important;
  }
  #post code {
    background-color: #1f2937 !important;
    color: #d1d5db !important;
  }
  footer a svg {
    color: #d1d5db;
  }
  footer a:hover svg {
    color: #f3f4f6;
  }
}
html.dark h4.date_title {
  color: #d3d3d3;
  border-bottom-color: #4b5563;
}
html.dark .text-muted {
  color: #9ca3af !important;
}
html.dark .text-secondary {
  color: #9ca3af !important;
}
html.dark .nav-masthead .nav-link {
  color: #d3d3d3;
}
html.dark .nav-masthead .nav-link:hover, html.dark .nav-masthead .nav-link:focus {
  border-bottom-color: #d3d3d3;
  color: white;
}
html.dark .nav-masthead .active {
  border-bottom-color: #d3d3d3;
  color: white;
  text-decoration: none !important;
}
html.dark .nav-link {
  color: #d1d5db;
}
html.dark .nav-link:hover {
  color: white;
}
html.dark .nav-link.active {
  color: white;
}
html.dark .page-link {
  color: #d1d5db;
  background-color: #1f2937;
  border-color: #4b5563;
}
html.dark .page-link:hover {
  background-color: #374151;
}
html.dark .form-control {
  background-color: #1f2937;
  color: #d1d5db;
  border-color: #4b5563;
}
html.dark a {
  color: #d3d3d3;
}
html.dark a:hover {
  color: #f3f4f6;
}
html.dark #post blockquote {
  background-color: #1f2937 !important;
  border-left-color: #4b5563 !important;
  color: #d1d5db !important;
}
html.dark #post pre {
  background-color: #1f2937 !important;
  color: #d1d5db !important;
}
html.dark #post code {
  background-color: #1f2937 !important;
  color: #d1d5db !important;
}
html.dark footer a svg {
  color: #d1d5db;
}
html.dark footer a:hover svg {
  color: #f3f4f6;
}
#theme-toggle {
  cursor: pointer;
  padding: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}
#theme-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html.dark #theme-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#theme-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}
