/*! tailwindcss v4.1.11 | 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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --radius-lg: 0.5rem;
    --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-accent-900: #003a7a;
    --color-accent-800: #004b9c;
    --color-accent-700: #0057B7;
    --color-accent-200: #c8e0ff;
    --color-accent-100: #e6f1ff;
  }
}
@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;
  }
  :-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;
  }
  .site-header {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 10;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    --tw-border-style: dashed;
    border-style: dashed;
    border-color: var(--color-accent-700);
    background-color: var(--color-off-white);
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .home-page {
    &>p:first-of-type::first-letter {
      float: none !important;
      font-size: inherit !important;
      line-height: inherit !important;
      padding: 0 !important;
      margin: 0 !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      color: inherit !important;
    }
    max-width: none;
  }
  .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;
    }
  }
  .signature-image {
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 40);
    box-shadow: none !important;
    filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    image-rendering: pixelated;
    margin: 0 !important;
  }
  .main-content {
    margin-inline: auto;
    max-width: var(--container-4xl);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
    width: 100%;
    flex-grow: 1;
    padding-top: calc(var(--spacing) * 24);
    animation: app-in 0.3s ease-out forwards;
    @media (max-width: 640px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .site-container {
    margin-inline: auto;
    max-width: var(--container-4xl);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .post-meta {
    font-family: var(--font-mono);
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    color: var(--color-grey-700);
    letter-spacing: 0.05em;
    & .separator {
      margin-inline: calc(var(--spacing) * 2);
      color: var(--color-accent-700);
    }
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-accent-700);
        }
      }
    }
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .archive-link-container {
    margin-top: calc(var(--spacing) * 8);
    font-family: var(--font-sans);
    color: var(--color-grey-900);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.125rem);
  }
  .topic-list-container {
    margin-top: calc(var(--spacing) * 12);
  }
  .bookmark-source {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .topic-header {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .topic-count {
    background-color: var(--color-grey-200);
    padding: 0.15rem 0.5rem;
    border-radius: 0;
    margin-left: 0.6rem;
    color: var(--color-grey-700);
    transition: all 0.1s steps(2);
    .topic-pill:hover & {
      background-color: var(--color-accent-900);
      color: white;
    }
  }
  .header-inner {
    display: flex;
    height: calc(var(--spacing) * 16);
    align-items: center;
    justify-content: center;
  }
  .app-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .topic-pill {
    display: inline-flex !important;
    align-items: center;
    background-color: white !important;
    color: var(--color-grey-900) !important;
    padding: 0.55rem 1.15rem !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-family: var(--font-mono) !important;
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    font-weight: 700;
    transition: all 0.1s steps(2);
    border: 2px solid var(--color-grey-900) !important;
    box-shadow: 4px 4px 0px var(--color-accent-700) !important;
    &:hover {
      background-color: var(--color-accent-700) !important;
      color: white !important;
      border-color: var(--color-grey-900) !important;
      transform: translate(2px, 2px);
      box-shadow: 0px 0px 0px var(--color-accent-700) !important;
    }
  }
  .archive-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: baseline;
    column-gap: calc(var(--spacing) * 6);
    row-gap: calc(var(--spacing) * 2);
  }
  .topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 3);
  }
  .site-nav {
    display: flex;
    align-items: center;
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .footer-links {
    display: flex;
    justify-content: center;
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .block {
    display: block;
  }
  .content-feed {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .post-page {
    display: block;
  }
  .posts {
    display: block;
  }
  .separator {
    display: inline;
  }
  .table {
    display: table;
  }
  .topic-introduction {
    display: block;
  }
  .archive-page {
    max-width: none;
  }
  .content-article {
    max-width: none;
  }
  .error-page {
    max-width: none;
  }
  .topic-page {
    max-width: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .archive-item-link {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    font-family: var(--font-sans);
    color: var(--color-grey-900);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.125rem);
    color: var(--color-gray-900);
    text-decoration-line: none;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent-700);
      }
    }
    line-height: snug;
    font-weight: 400;
  }
  .no-styling {
    text-decoration: none !important;
    color: inherit !important;
    background-color: transparent !important;
    padding: 0 !important;
  }
  .bg-\[\#F0F4F8\] {
    background-color: #F0F4F8;
  }
  .archive-date {
    font-family: var(--font-mono);
    text-align: right;
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    white-space: nowrap;
    color: var(--color-gray-400);
  }
  .home-lead {
    font-family: var(--font-serif);
    font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.125rem);
    line-height: 1.7;
  }
  .font-headline {
    font-family: var(--font-sans);
    color: var(--color-grey-900);
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .external-link-domain {
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    color: var(--color-grey-700);
  }
  .archive-link {
    color: var(--color-gray-900);
    text-decoration-line: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .footer-link {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent-700);
      }
    }
  }
  .footer-separator {
    color: var(--color-gray-300);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
:root {
  --color-grey-100: #F8F9FA;
  --color-grey-200: #E8EAED;
  --color-grey-300: #DADCE0;
  --color-grey-400: #BDC1C6;
  --color-grey-500: #9AA0A6;
  --color-grey-600: #80868B;
  --color-grey-700: #5F6368;
  --color-grey-800: #3C4043;
  --color-grey-900: #202124;
  --color-accent-900: #003a7a;
  --color-accent-800: #004b9c;
  --color-accent-700: #0057B7;
  --color-accent-600: #006ce3;
  --color-accent-500: #1a88ff;
  --color-accent-400: #54a5ff;
  --color-accent-300: #8ec2ff;
  --color-accent-200: #c8e0ff;
  --color-accent-100: #e6f1ff;
  --color-accent-50: #f0f7ff;
  --color-yellow-700: #F29900;
  --color-yellow-100: #FEEFC3;
  --color-off-white: #F0F4F8;
  --color-text-main: #202124;
  --color-text-muted: #888888;
  --color-text-dim: #4B5563;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-code-bg: rgba(0, 0, 0, 0.05);
  --color-code-pre-bg: #2D2D2D;
  --color-code-scrollbar-thumb: #5A5A5A;
  --color-code-text-special: #7A3E1D;
  --color-copy-btn-bg: rgba(74, 85, 104, 0.8);
  --color-copy-btn-border: rgba(255, 255, 255, 0.2);
  --color-copy-btn-hover: rgba(45, 55, 72, 0.9);
  --color-signature-shadow: rgba(0, 87, 183, 0.4);
}
:root {
  --font-serif: 'Lora', serif;
  --font-sans: 'Work Sans', sans-serif;
  --font-mono: 'Roboto Mono', monospace;
}
body {
  font-family: var(--font-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.125rem);
  line-height: 1.75;
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) {
  & :is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--font-sans);
    color: var(--color-grey-900);
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  & h1 {
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);
    line-height: 1.2;
  }
  & h2 {
    font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.625rem);
    line-height: 1.3;
  }
  & h3 {
    font-size: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem);
    line-height: 1.4;
  }
  & :is(code, .pre, .code, .kbd, .samp) {
    font-family: var(--font-mono);
  }
  & :is(pre, pre code) {
    font-size: 0.9em;
  }
  & :where(code):not(:where(pre *)) {
    font-size: 0.95em;
    font-weight: 500;
  }
  & blockquote {
    & footer {
      font-size: 0.9em;
    }
  }
  & .note {
    font-size: 0.95em;
  }
  & figcaption {
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    font-family: var(--font-sans);
  }
  & strong {
    font-weight: 700;
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page)>p:first-of-type::first-letter {
  font-size: 4.5em;
  line-height: 0.8;
  font-family: var(--font-sans);
  font-weight: 600;
}
.topic-count {
  font-size: 0.75em;
  font-weight: 600;
}
body {
  background-color: var(--color-off-white);
  color: var(--color-text-main);
}
.copy-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.6rem;
  background-color: var(--color-copy-btn-bg);
  color: var(--color-white);
  border: 1px solid var(--color-copy-btn-border);
  border-radius: 0.375rem;
  font-family: var(--font-mono);
  font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, background-color 0.2s;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.group:hover .copy-btn {
  opacity: 1;
}
.copy-btn:hover {
  background-color: var(--color-copy-btn-hover);
}
@keyframes app-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes app-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.page-transition-wrapper {
  padding-top: calc(var(--spacing) * 32);
  animation: app-in 0.3s ease-out forwards;
}
@media (max-width: 640px) {
  main.page-transition-wrapper {
    padding-top: calc(var(--spacing) * 26);
  }
}
::view-transition-old(root) {
  animation: 0.15s ease-in both app-out;
}
::view-transition-new(root) {
  animation: 0.3s cubic-bezier(0, 0, 0.2, 1) both app-in;
}
.header-link {
  font-family: var(--font-sans);
  color: var(--color-grey-900);
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.header-link:hover {
  color: var(--color-accent-700);
}
.header-link + .header-link {
  margin-left: 2rem;
}
@media (max-width: 640px) {
  .header-inner {
    height: calc(var(--spacing) * 14);
  }
  .header-link + .header-link {
    margin-left: calc(var(--spacing) * 4);
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) {
  & p, & ul, & ol, & blockquote, & pre, & .note, & .youtube-embed, & figure {
    margin-bottom: 1.5rem;
  }
  & > :first-child {
    margin-top: 0 !important;
  }
  & :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
  & > :is(h1, header):first-child {
    margin-top: 0 !important;
    & h1 {
      margin-top: 0 !important;
    }
  }
  & :is(h2, h3) {
    margin-bottom: 0.75rem;
  }
  & ul {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  & ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
  }
  & li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  & img {
    margin-inline: auto;
    border-radius: var(--radius-lg);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    max-width: 100%;
    height: auto;
  }
  & figure {
    text-align: center;
    & figcaption {
      margin-top: calc(var(--spacing) * 2);
      color: var(--color-grey-700);
    }
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) h2 {
  @media (max-width: 640px) {
    margin-top: calc(var(--spacing) * 8);
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) > p:first-of-type::first-letter {
  float: left;
  padding-top: 0em;
  padding-right: 0.15em;
  margin-bottom: -0.1em;
  color: var(--color-accent-700);
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) blockquote {
  font-style: italic;
  color: var(--color-grey-700);
  border-left-width: 4px;
  border-left-color: var(--color-accent-700);
  padding-left: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  quotes: none;
  &::before, &::after {
    content: none;
  }
  & footer {
    font-style: normal;
    color: var(--color-text-muted);
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) .note {
  background-color: var(--color-yellow-100);
  border-left-width: 4px;
  border-left-color: var(--color-yellow-700);
  padding: 1.25rem 1.75rem;
  border-radius: 0.5rem;
  margin: 2rem 0;
  & p {
    margin: 0;
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) hr {
  border: 0;
  height: 1px;
  background: var(--color-grey-200);
  margin-top: 4rem;
  margin-bottom: 4rem;
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) a {
  color: var(--color-accent-800);
  text-decoration: underline;
  text-decoration-color: var(--color-accent-200);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: all .2s ease-in-out;
  padding: 0 1px;
  &:hover {
    background-color: var(--color-accent-100);
    text-decoration-color: var(--color-accent-700);
    color: var(--color-accent-900);
  }
  &.no-styling {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    &:hover {
      background-color: transparent;
      color: inherit;
    }
  }
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) strong {
  color: var(--color-black);
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) :where(code):not(:where(pre *)) {
  color: var(--color-code-text-special);
  background-color: var(--color-code-bg);
  padding: 2px 5px;
  border-radius: 4px;
  white-space: nowrap;
  &::before, &::after {
    content: "";
  }
}
.pre[class*="language-"]::-webkit-scrollbar {
  height: 8px;
  background: var(--color-code-pre-bg);
}
.pre[class*="language-"]::-webkit-scrollbar-thumb {
  background: var(--color-code-scrollbar-thumb);
  border-radius: 4px;
}
:is(.prose, .content-article, .home-page, .topic-page, .archive-page, .error-page) :where(pre):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--color-black);
  margin: 2rem 0;
  border-radius: 0.5rem;
  & iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.post-item {
  background-color: white;
  border-radius: 0;
  padding: 1.5rem;
  border: 1px solid var(--color-grey-200);
  transition: all 0.1s steps(2);
  &:hover {
    border-color: var(--color-accent-700);
    box-shadow: 4px 4px 0px var(--color-accent-700);
    transform: none;
  }
  & h3 {
    margin-top: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 2);
  }
  & p {
    color: var(--color-text-dim);
    margin-bottom: calc(var(--spacing) * 0);
  }
  & .post-meta {
    margin-top: calc(var(--spacing) * 4);
    display: block;
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
    font-family: var(--font-mono);
    color: var(--color-grey-700);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}
.post-item-link {
  margin-bottom: calc(var(--spacing) * 8);
  display: block;
  text-decoration: none !important;
  padding: 0 !important;
  &:hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
  }
}
.topic-shelf {
  margin-bottom: 3rem;
  margin-top: 1rem;
  & article {
    margin-bottom: 1.5rem;
  }
}
.topic-footer-link {
  margin-top: calc(var(--spacing) * 0);
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.125rem);
}
.post-header, .archive-header, .page-header {
  margin-bottom: calc(var(--spacing) * 8);
}
.related-posts, .external-links-shelf {
  margin-bottom: calc(var(--spacing) * 8);
}
.external-link-item {
  margin-bottom: calc(var(--spacing) * 2);
}
.archive-year-heading {
  grid-column: span 2 / span 2;
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 4);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-gray-200);
  padding-bottom: calc(var(--spacing) * 2);
}
@media (max-width: 640px) {
  .post-item {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0px;
    padding: calc(var(--spacing) * 5);
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    border-top-width: 2px;
    border-bottom-width: 2px;
    transition: border-color 0.1s steps(2);
    &:hover {
      box-shadow: none;
      border-top-color: var(--color-accent-700);
      border-bottom-color: var(--color-accent-700);
      transform: none;
    }
  }
  .post-item-link {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .topic-shelf article {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .topic-pill {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
  }
  .topic-shelf .font-headline {
    margin-bottom: calc(var(--spacing) * 4);
  }
}
.global-footer {
  margin-top: calc(var(--spacing) * 20);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-gray-200);
  padding-block: calc(var(--spacing) * 12);
}
.footer-inner {
  margin-inline: auto;
  max-width: var(--container-4xl);
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  text-align: center;
  font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
}
.post-footer {
  margin-top: calc(var(--spacing) * 8);
  @media (max-width: 640px) {
    margin-top: calc(var(--spacing) * 4);
  }
}
.signature-link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  &:hover {
    transform: scale(1.05);
  }
  & img {
    transition: filter 0.2s ease;
  }
  &:hover img {
    animation: signature-pulse 0.6s infinite ease-in-out;
  }
  @media (max-width: 640px) {
    margin-block: calc(var(--spacing) * 6) !important;
  }
}
@keyframes signature-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.og-preview-body {
  width: 1200px;
  height: 630px;
  background-color: var(--color-accent-700);
  color: white;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.og-preview-container {
  padding: 0 80px;
  width: 100%;
}
.og-title {
  font-family: var(--font-sans);
  color: var(--color-grey-900);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  color: white;
}
.og-meta {
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  opacity: 0.9;
  color: white;
  letter-spacing: 0.05em;
}
.og-meta .separator {
  margin: 0 15px;
  color: var(--color-white-60);
}
.og-meta .name {
  text-decoration: none;
}
.og-lead {
  font-family: var(--font-sans);
  color: var(--color-grey-900);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  color: white;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-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-space-x-reverse: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-duration: initial;
      --tw-outline-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;
    }
  }
}
