/*
Theme Name: Tyrandus' Blog Theme
Theme URI: https://tyrandus.dev
Author: tyrandus
Author URI: https://tyrandus.dev
Description: WordPress theme for tyrandus.dev.
Version: 0.1.1
Text Domain: tyrandus
*/

@plugin "@tailwindcss/typography";

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.block{
  display: block;
}

/* Utilities */

.border-accent{
  border-width: 2px;
  border-color: rgb(129 140 248 / 0.5);
}

.link-decoration{
  position: relative;
}

.link-decoration::before {
  content: '#';
  margin-right: .5ch;
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.link-decoration-chevron::before {
  content: '»';
}

.link-decoration-flyout::before{
  position: absolute;
  left: -.8em;
  margin-right: 0px;
}

.icon-rounded{
  aspect-ratio: 1 / 1;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  padding: 0.5rem;
  border-width: 2px;
  border-color: rgb(129 140 248 / 0.5);
}

.icon-rounded svg{
  height: 100%;
  width: 100%;
  fill: #3730a3;
}

@media (prefers-color-scheme: dark){
  .icon-rounded svg{
    fill: #a5b4fc;
  }
}

/* Components */

.wrapper{
  border-radius: 0.5rem;
  background-color: rgb(129 140 248 / 0.1);
  padding: 1rem;
  border-width: 2px;
  border-color: rgb(129 140 248 / 0.5);
}

@media (min-width: 1280px){
  .wrapper{
    padding: 2rem;
  }
}

@media (prefers-color-scheme: dark){
  .wrapper{
    background-color: rgb(199 210 254 / 0.05);
  }
}

/* Basic styles */

html {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}

body{
  min-height: 100vh;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

@media (prefers-color-scheme: dark){
  body{
    --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #09090b var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}

a:link,
a:hover,
a:active,
a:visited{
  position: relative;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover,
button:hover{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 2px;
  outline-color: #818cf8;
}

@media (prefers-color-scheme: dark){
  a:hover,
button:hover{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
    outline-color: #4f46e5;
  }
}

img{
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: rgb(129 140 248 / 0.5);
}

/* Page sections */

.page-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 1.5rem;
  padding: 1rem;
}

@media (min-width: 1280px){
  .page-wrapper{
    gap: 6rem;
    padding: 4rem;
  }
}

.page-wrapper {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "main" "aside" "footer";
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    grid-template-columns: 300px auto;
    grid-template-areas: "aside main" "footer footer";
  }
}

aside{
  display: contents;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px){
  aside{
    display: flex;
    gap: 2rem;
  }
}

aside {
  grid-area: aside;
  .title-box{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }
  .title-box :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  .title-box :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .title-box :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.1111111em;
  }
  .title-box :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .title-box :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .title-box :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .title-box :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }
  .title-box :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .title-box :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .title-box :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-box :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .title-box :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8571429em;
    border-radius: 0.3125rem;
    padding-top: 0.1428571em;
    padding-inline-end: 0.3571429em;
    padding-bottom: 0.1428571em;
    padding-inline-start: 0.3571429em;
  }
  .title-box :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8571429em;
  }
  .title-box :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .title-box :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .title-box :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  .title-box :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }
  .title-box :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }
  .title-box :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }
  .title-box :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4285714em;
  }
  .title-box :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4285714em;
  }
  .title-box :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .title-box :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .title-box :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .title-box :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .title-box :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .title-box :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .title-box :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .title-box :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .title-box :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .title-box :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .title-box :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .title-box :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  .title-box :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .title-box :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.2857143em;
    padding-inline-start: 1.5714286em;
  }
  .title-box :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }
  .title-box :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.5;
  }
  .title-box :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  .title-box :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .title-box :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .title-box :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  .title-box :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .title-box :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .title-box :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .title-box :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-box :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }
  .title-box :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .title-box :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .title-box :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .title-box{
    text-align: center;
  }
  .title-box{
    border-radius: 0.5rem;
  }
  .title-box{
    background-color: rgb(129 140 248 / 0.1);
  }
  .title-box{
    padding: 1rem;
  }
  .title-box{
    border-width: 2px;
  }
  .title-box{
    border-color: rgb(129 140 248 / 0.5);
  }
  @media (min-width: 1280px){
    .title-box{
      padding: 2rem;
    }
  }
  @media (prefers-color-scheme: dark){
    .title-box{
      background-color: rgb(199 210 254 / 0.05);
    }
  }
  @media (prefers-color-scheme: dark){
    .title-box{
      --tw-prose-body: var(--tw-prose-invert-body);
      --tw-prose-headings: var(--tw-prose-invert-headings);
      --tw-prose-lead: var(--tw-prose-invert-lead);
      --tw-prose-links: var(--tw-prose-invert-links);
      --tw-prose-bold: var(--tw-prose-invert-bold);
      --tw-prose-counters: var(--tw-prose-invert-counters);
      --tw-prose-bullets: var(--tw-prose-invert-bullets);
      --tw-prose-hr: var(--tw-prose-invert-hr);
      --tw-prose-quotes: var(--tw-prose-invert-quotes);
      --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
      --tw-prose-captions: var(--tw-prose-invert-captions);
      --tw-prose-kbd: var(--tw-prose-invert-kbd);
      --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
      --tw-prose-code: var(--tw-prose-invert-code);
      --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
      --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
      --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
      --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
    }
  }
  .title-box {
    h1,
    h2{
      margin-top: 0px;
    }
    h1,
    h2{
      font-size: 1.5rem;
      line-height: 2rem;
    }
    h1,
    h2{
      font-weight: 700;
    }
    h1,
    h2{
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    @media (prefers-color-scheme: dark){
      h1,
    h2{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
    img{
      margin-left: auto;
      margin-right: auto;
    }
    img{
      margin-top: 0px;
    }
    img{
      max-width: 6rem;
    }
    img{
      border-radius: 9999px;
    }
    @media (min-width: 1280px){
      img{
        max-width: 8rem;
      }
    }
    .icons{
      margin-top: 2rem;
    }
    .icons{
      margin-bottom: 1rem;
    }
    .icons{
      display: flex;
    }
    .icons{
      align-items: center;
    }
    .icons{
      justify-content: center;
    }
    .icons{
      gap: 1rem;
    }
    .icons {
      .icon{
        aspect-ratio: 1 / 1;
      }
      .icon{
        height: 2.5rem;
      }
      .icon{
        width: 2.5rem;
      }
      .icon{
        border-radius: 9999px;
      }
      .icon{
        padding: 0.5rem;
      }
      .icon{
        border-width: 2px;
      }
      .icon{
        border-color: rgb(129 140 248 / 0.5);
      }
      .icon svg{
        height: 100%;
      }
      .icon svg{
        width: 100%;
      }
      .icon svg{
        fill: #3730a3;
      }
      @media (prefers-color-scheme: dark){
        .icon svg{
          fill: #a5b4fc;
        }
      }
    }
  }
  #menu-sidebar-menu{
    display: flex;
  }
  #menu-sidebar-menu{
    align-items: center;
  }
  #menu-sidebar-menu{
    justify-content: center;
  }
  #menu-sidebar-menu{
    gap: 1rem;
  }
  .topic-box{
    border-radius: 0.5rem;
  }
  .topic-box{
    background-color: rgb(129 140 248 / 0.1);
  }
  .topic-box{
    padding: 1rem;
  }
  .topic-box{
    border-width: 2px;
  }
  .topic-box{
    border-color: rgb(129 140 248 / 0.5);
  }
  @media (min-width: 1280px){
    .topic-box{
      padding: 2rem;
    }
  }
  @media (prefers-color-scheme: dark){
    .topic-box{
      background-color: rgb(199 210 254 / 0.05);
    }
  }
  @media (min-width: 1280px){
    .topic-box{
      margin-bottom: -0.5rem;
    }
  }
  .topic-box {
    .widget-headline-wrapper{
      font-size: 0.875rem;
      line-height: 1.7142857;
    }
    .widget-headline-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    .widget-headline-wrapper :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.1111111em;
    }
    .widget-headline-wrapper :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1.2;
    }
    .widget-headline-wrapper :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: 0.8em;
      line-height: 1.4;
    }
    .widget-headline-wrapper :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    .widget-headline-wrapper :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.4285714em;
      margin-bottom: 0.5714286em;
      line-height: 1.4285714;
    }
    .widget-headline-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    .widget-headline-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    .widget-headline-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
      margin-bottom: 0;
    }
    .widget-headline-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    .widget-headline-wrapper :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8571429em;
      border-radius: 0.3125rem;
      padding-top: 0.1428571em;
      padding-inline-end: 0.3571429em;
      padding-bottom: 0.1428571em;
      padding-inline-start: 0.3571429em;
    }
    .widget-headline-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8571429em;
    }
    .widget-headline-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.9em;
    }
    .widget-headline-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8888889em;
    }
    .widget-headline-wrapper :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: 0.25rem;
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    .widget-headline-wrapper :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    .widget-headline-wrapper :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    .widget-headline-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.2857143em;
      margin-bottom: 0.2857143em;
    }
    .widget-headline-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0.4285714em;
    }
    .widget-headline-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0.4285714em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    .widget-headline-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    .widget-headline-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.1428571em;
    }
    .widget-headline-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.2857143em;
      padding-inline-start: 1.5714286em;
    }
    .widget-headline-wrapper :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em;
    }
    .widget-headline-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8571429em;
      line-height: 1.5;
    }
    .widget-headline-wrapper :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    .widget-headline-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0;
    }
    .widget-headline-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-end: 0;
    }
    .widget-headline-wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    .widget-headline-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0;
    }
    .widget-headline-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-end: 0;
    }
    .widget-headline-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    .widget-headline-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
      margin-bottom: 0;
    }
    .widget-headline-wrapper :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-size: 0.8571429em;
      line-height: 1.3333333;
      margin-top: 0.6666667em;
    }
    .widget-headline-wrapper :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .widget-headline-wrapper :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 0;
    }
    .widget-headline-wrapper :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 0;
    }
    @media (prefers-color-scheme: dark){
      .widget-headline-wrapper{
        --tw-prose-body: var(--tw-prose-invert-body);
        --tw-prose-headings: var(--tw-prose-invert-headings);
        --tw-prose-lead: var(--tw-prose-invert-lead);
        --tw-prose-links: var(--tw-prose-invert-links);
        --tw-prose-bold: var(--tw-prose-invert-bold);
        --tw-prose-counters: var(--tw-prose-invert-counters);
        --tw-prose-bullets: var(--tw-prose-invert-bullets);
        --tw-prose-hr: var(--tw-prose-invert-hr);
        --tw-prose-quotes: var(--tw-prose-invert-quotes);
        --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
        --tw-prose-captions: var(--tw-prose-invert-captions);
        --tw-prose-kbd: var(--tw-prose-invert-kbd);
        --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
        --tw-prose-code: var(--tw-prose-invert-code);
        --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
        --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
        --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
        --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
      }
    }
    .widget-headline-wrapper {
      h2{
        margin-bottom: 2rem;
      }
      h2{
        margin-top: 0px;
      }
      h2{
        text-align: center;
      }
    }
    .category-cloud{
      display: flex;
    }
    .category-cloud{
      flex-wrap: wrap;
    }
    .category-cloud{
      align-items: center;
    }
    .category-cloud{
      justify-content: center;
    }
    .category-cloud{
      -moz-column-gap: 0.5rem;
           column-gap: 0.5rem;
    }
    .category-cloud{
      row-gap: 0.5rem;
    }
    .category-cloud {
      .category{
        display: inline-block;
      }
      .category{
        position: relative;
      }
      .category::before {
        content: '#';
      }
      .category::before{
        margin-right: .5ch;
      }
      .category::before{
        --tw-text-opacity: 1;
        color: rgb(129 140 248 / var(--tw-text-opacity, 1));
      }
    }
  }
  .search-box{
    display: flex;
  }
  .search-box{
    width: 100%;
  }
  .search-box{
    align-items: flex-end;
  }
  .search-box{
    justify-content: space-between;
  }
  .search-box{
    gap: 0.5rem;
  }
  .search-box{
    border-radius: 0.5rem;
  }
  .search-box{
    background-color: rgb(129 140 248 / 0.1);
  }
  .search-box{
    padding: 1rem;
  }
  .search-box{
    border-width: 2px;
  }
  .search-box{
    border-color: rgb(129 140 248 / 0.5);
  }
  @media (min-width: 1280px){
    .search-box{
      padding: 2rem;
    }
  }
  @media (prefers-color-scheme: dark){
    .search-box{
      background-color: rgb(199 210 254 / 0.05);
    }
  }
  .search-box {
    input[type=text]{
      height: 100%;
    }
    input[type=text]{
      width: 100%;
    }
    input[type=text]{
      border-bottom-width: 2px;
    }
    input[type=text]{
      border-bottom-color: rgb(129 140 248 / 0.5);
    }
    input[type=text]{
      background-color: transparent;
    }
    input[type=text]{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    input[type=text]{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    input[type=text] {
      max-width: calc(100% - 4rem);
    }
    button[type=submit]{
      aspect-ratio: 1 / 1;
    }
    button[type=submit]{
      height: 2.5rem;
    }
    button[type=submit]{
      width: 2.5rem;
    }
    button[type=submit]{
      border-radius: 9999px;
    }
    button[type=submit]{
      padding: 0.5rem;
    }
    button[type=submit]{
      border-width: 2px;
    }
    button[type=submit]{
      border-color: rgb(129 140 248 / 0.5);
    }
    button[type=submit] svg{
      height: 100%;
    }
    button[type=submit] svg{
      width: 100%;
    }
    button[type=submit] svg{
      fill: #3730a3;
    }
    @media (prefers-color-scheme: dark){
      button[type=submit] svg{
        fill: #a5b4fc;
      }
    }
  }
}

nav a,
.menu a{
  position: relative;
}

nav a::before,
.menu a::before {
  content: '#';
  margin-right: .5ch;
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

main{
  padding: 1rem;
}

@media (min-width: 1280px){
  main{
    padding: 0px;
  }
}

main {
  grid-area: main;
  article > img:first-child{
    margin-top: 0px;
  }
  .post-list {
    article h2 a{
      position: relative;
    }
    article h2 a::before {
      content: '#';
    }
    article h2 a::before{
      margin-right: .5ch;
    }
    article h2 a::before{
      --tw-text-opacity: 1;
      color: rgb(129 140 248 / var(--tw-text-opacity, 1));
    }
    article h2 a::before {
      content: '»';
    }
    article h2 a::before{
      position: absolute;
    }
    article h2 a::before{
      left: -.8em;
    }
    article h2 a::before{
      margin-right: 0px;
    }
    .post-list-title{
      color: var(--tw-prose-body);
      max-width: 65ch;
    }
    .post-list-title :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .post-list-title :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    .post-list-title :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    .post-list-title :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    .post-list-title :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    .post-list-title :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: upper-alpha;
    }
    .post-list-title :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: lower-alpha;
    }
    .post-list-title :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: upper-alpha;
    }
    .post-list-title :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: lower-alpha;
    }
    .post-list-title :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: upper-roman;
    }
    .post-list-title :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: lower-roman;
    }
    .post-list-title :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: upper-roman;
    }
    .post-list-title :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: lower-roman;
    }
    .post-list-title :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: decimal;
    }
    .post-list-title :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    .post-list-title :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    .post-list-title :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
      color: var(--tw-prose-bullets);
    }
    .post-list-title :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    .post-list-title :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    .post-list-title :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    .post-list-title :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
      content: open-quote;
    }
    .post-list-title :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
      content: close-quote;
    }
    .post-list-title :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    .post-list-title :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 900;
      color: inherit;
    }
    .post-list-title :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    .post-list-title :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 800;
      color: inherit;
    }
    .post-list-title :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    .post-list-title :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 700;
      color: inherit;
    }
    .post-list-title :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    .post-list-title :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 700;
      color: inherit;
    }
    .post-list-title :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .post-list-title :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .post-list-title :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .post-list-title :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    .post-list-title :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    .post-list-title :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
      content: "`";
    }
    .post-list-title :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
      content: "`";
    }
    .post-list-title :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
      font-size: 0.875em;
    }
    .post-list-title :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
      font-size: 0.9em;
    }
    .post-list-title :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: inherit;
    }
    .post-list-title :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    .post-list-title :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    .post-list-title :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
      content: none;
    }
    .post-list-title :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
      content: none;
    }
    .post-list-title :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    .post-list-title :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    .post-list-title :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    .post-list-title :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    .post-list-title :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      border-bottom-width: 0;
    }
    .post-list-title :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      vertical-align: baseline;
    }
    .post-list-title :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    .post-list-title :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      vertical-align: top;
    }
    .post-list-title :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      text-align: start;
    }
    .post-list-title :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
      margin-bottom: 0;
    }
    .post-list-title :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    .post-list-title{
      --tw-prose-body: #374151;
      --tw-prose-headings: #111827;
      --tw-prose-lead: #4b5563;
      --tw-prose-links: #111827;
      --tw-prose-bold: #111827;
      --tw-prose-counters: #6b7280;
      --tw-prose-bullets: #d1d5db;
      --tw-prose-hr: #e5e7eb;
      --tw-prose-quotes: #111827;
      --tw-prose-quote-borders: #e5e7eb;
      --tw-prose-captions: #6b7280;
      --tw-prose-kbd: #111827;
      --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
      --tw-prose-code: #111827;
      --tw-prose-pre-code: #e5e7eb;
      --tw-prose-pre-bg: #1f2937;
      --tw-prose-th-borders: #d1d5db;
      --tw-prose-td-borders: #e5e7eb;
      --tw-prose-invert-body: #d1d5db;
      --tw-prose-invert-headings: #fff;
      --tw-prose-invert-lead: #9ca3af;
      --tw-prose-invert-links: #fff;
      --tw-prose-invert-bold: #fff;
      --tw-prose-invert-counters: #9ca3af;
      --tw-prose-invert-bullets: #4b5563;
      --tw-prose-invert-hr: #374151;
      --tw-prose-invert-quotes: #f3f4f6;
      --tw-prose-invert-quote-borders: #374151;
      --tw-prose-invert-captions: #9ca3af;
      --tw-prose-invert-kbd: #fff;
      --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
      --tw-prose-invert-code: #fff;
      --tw-prose-invert-pre-code: #d1d5db;
      --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
      --tw-prose-invert-th-borders: #4b5563;
      --tw-prose-invert-td-borders: #374151;
      font-size: 1rem;
      line-height: 1.75;
    }
    .post-list-title :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
      margin-bottom: 0;
    }
    .post-list-title :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    .post-list-title :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0.375em;
    }
    .post-list-title :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0.375em;
    }
    .post-list-title :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    .post-list-title :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    .post-list-title :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
    }
    .post-list-title :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
    }
    .post-list-title :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.25em;
    }
    .post-list-title :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.25em;
    }
    .post-list-title :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
    }
    .post-list-title :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
    }
    .post-list-title :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.25em;
    }
    .post-list-title :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 1.25em;
    }
    .post-list-title :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    .post-list-title :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    .post-list-title :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    .post-list-title :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0;
    }
    .post-list-title :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-end: 0;
    }
    .post-list-title :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    .post-list-title :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-start: 0;
    }
    .post-list-title :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      padding-inline-end: 0;
    }
    .post-list-title :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 2em;
      margin-bottom: 2em;
    }
    .post-list-title :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-top: 0;
    }
    .post-list-title :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 0;
    }
    .post-list-title :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
      margin-bottom: 0;
    }
    @media (prefers-color-scheme: dark){
      .post-list-title{
        --tw-prose-body: var(--tw-prose-invert-body);
        --tw-prose-headings: var(--tw-prose-invert-headings);
        --tw-prose-lead: var(--tw-prose-invert-lead);
        --tw-prose-links: var(--tw-prose-invert-links);
        --tw-prose-bold: var(--tw-prose-invert-bold);
        --tw-prose-counters: var(--tw-prose-invert-counters);
        --tw-prose-bullets: var(--tw-prose-invert-bullets);
        --tw-prose-hr: var(--tw-prose-invert-hr);
        --tw-prose-quotes: var(--tw-prose-invert-quotes);
        --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
        --tw-prose-captions: var(--tw-prose-invert-captions);
        --tw-prose-kbd: var(--tw-prose-invert-kbd);
        --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
        --tw-prose-code: var(--tw-prose-invert-code);
        --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
        --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
        --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
        --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
      }
    }
    .post-list-title {
      p{
        margin-bottom: 0.25rem;
      }
      .search-query{
        position: relative;
      }
      .search-query::before {
        content: '#';
      }
      .search-query::before{
        margin-right: .5ch;
      }
      .search-query::before{
        --tw-text-opacity: 1;
        color: rgb(129 140 248 / var(--tw-text-opacity, 1));
      }
      .search-query::before{
        position: absolute;
      }
      .search-query::before{
        left: -.8em;
      }
      .search-query::before{
        margin-right: 0px;
      }
    }
  }
  .separator:not(:last-child){
    margin-bottom: 3rem;
  }
  .separator:not(:last-child){
    border-bottom-width: 2px;
  }
  .separator:not(:last-child){
    border-bottom-color: rgb(129 140 248 / 0.5);
  }
  .separator:not(:last-child){
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1280px) {
  main {
    width: 65ch;
    max-width: min(100%, calc(100vw - 8rem - 6rem));
  }
}

article{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

article :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

article :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

article :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

article :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

article :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

article :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

article :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

article :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

article :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

article :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

article :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

article :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

article :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

article :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

article :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

article :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

article :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

article :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

article :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

article :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

article :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

article :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

article :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

article :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

article :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

article :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

article :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

article :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

article :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

article :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

article :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

article :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

article :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

article :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

article :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

article :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

article :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

article :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

article :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

article :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

article :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

article :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

article :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

article :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

article :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

article :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

article :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

article :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

article :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

article :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

article :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

article :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

article :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

article{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

article :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

article :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

article :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

article :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

article :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

article :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

article :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

article :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

article :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

article :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

article :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

article :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

article :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

article :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

article :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

article :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

article :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

article :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

article :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

article :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

article :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

article :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

article :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

@media (prefers-color-scheme: dark){
  article{
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }
}

article {
  &.article-preview:not(:last-of-type){
    margin-bottom: 3rem;
  }
  &.article-preview:not(:last-of-type){
    border-bottom-width: 2px;
  }
  &.article-preview:not(:last-of-type){
    border-bottom-color: rgb(129 140 248 / 0.5);
  }
  &.article-preview:not(:last-of-type){
    padding-bottom: 3rem;
  }
  .wp-block-code{
    background-color: transparent;
  }
  .wp-block-code{
    padding: 0px;
  }
  .wp-block-code{
    border-width: 2px;
  }
  .wp-block-code{
    border-color: rgb(129 140 248 / 0.5);
  }
  .date-line{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }
  @media (prefers-color-scheme: dark){
    .date-line{
      --tw-text-opacity: 1;
      color: rgb(165 180 252 / var(--tw-text-opacity, 1));
    }
  }
}

footer{
  margin: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  background-color: rgb(129 140 248 / 0.1);
  padding: 1rem;
  border-width: 2px;
  border-color: rgb(129 140 248 / 0.5);
}

@media (min-width: 1280px){
  footer{
    padding: 2rem;
  }
}

@media (prefers-color-scheme: dark){
  footer{
    background-color: rgb(199 210 254 / 0.05);
  }
}

@media (min-width: 1280px){
  footer{
    margin: 2rem;
    margin-bottom: 2rem;
  }
}

footer {
  grid-area: footer;
  .copyright{
    margin-bottom: 0.5rem;
  }
  .cc-license{
    margin-bottom: 1rem;
  }
  .cc-license{
    display: flex;
  }
  .cc-license{
    align-items: center;
  }
  .cc-license{
    justify-content: center;
  }
  .cc-license{
    gap: 0.25rem;
  }
  .cc-license {
    img{
      width: 2.2em;
    }
    img{
      border-style: none;
    }
    @media (prefers-color-scheme: dark){
      img{
        --tw-invert: invert(100%);
        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);
      }
    }
  }
  .foss-licenses{
    margin-left: auto;
    margin-right: auto;
  }
  .foss-licenses{
    max-width: 80ch;
  }
  .foss-licenses{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .foss-licenses{
    opacity: 0.8;
  }
}

@media (min-width: 1024px){
  .lg\:text-center{
    text-align: center;
  }
}