@charset "UTF-8";

/* Tailwind */

/* ! tailwindcss v3.4.3 | 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: var(--color-borders);
  /* 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] {
  display: none;
}

*, ::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:  ;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-1{
  bottom: -0.25rem;
}

.-left-7{
  left: -1.75rem;
}

.-top-0{
  top: -0px;
}

.-top-1{
  top: -0.25rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-1\.5{
  left: 0.375rem;
}

.right-0{
  right: 0px;
}

.right-12{
  right: 3rem;
}

.top-0{
  top: 0px;
}

.top-0\.5{
  top: 0.125rem;
}

.top-1{
  top: 0.25rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.-z-10{
  z-index: -10;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-0{
  margin-bottom: -0px;
}

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-0{
  margin-left: 0px;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-8{
  margin-left: 2rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-\[0\.6rem\]{
  margin-right: 0.6rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

.h-\[1\.125rem\]{
  height: 1.125rem;
}

.h-\[7\.75rem\]{
  height: 7.75rem;
}

.h-\[7rem\]{
  height: 7rem;
}

.h-\[87\%\]{
  height: 87%;
}

.h-\[calc\(6rem\*1\.333\)\]{
  height: calc(6rem * 1.333);
}

.h-\[calc\(8rem\*1\.15\)\]{
  height: calc(8rem * 1.15);
}

.h-\[calc\(8rem\*1\.33\)\]{
  height: calc(8rem * 1.33);
}

.h-\[calc\(8rem\*1\.333\)\]{
  height: calc(8rem * 1.333);
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[20rem\]{
  max-height: 20rem;
}

.min-h-32{
  min-height: 8rem;
}

.w-10{
  width: 2.5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[1\.125rem\]{
  width: 1.125rem;
}

.w-\[6rem\]{
  width: 6rem;
}

.w-\[7\.75rem\]{
  width: 7.75rem;
}

.w-\[8rem\]{
  width: 8rem;
}

.w-\[calc\(7rem\/1\.15\)\]{
  width: calc(7rem / 1.15);
}

.w-full{
  width: 100%;
}

.min-w-24{
  min-width: 6rem;
}

.min-w-32{
  min-width: 8rem;
}

.min-w-36{
  min-width: 9rem;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-56{
  min-width: 14rem;
}

.min-w-60{
  min-width: 15rem;
}

.min-w-8{
  min-width: 2rem;
}

.max-w-24{
  max-width: 6rem;
}

.max-w-\[50rem\]{
  max-width: 50rem;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.grow{
  flex-grow: 1;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-x-clip{
  overflow-x: clip;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-\[var\(--color-subsub-text\)\]{
  border-color: var(--color-subsub-text);
}

.bg-current{
  background-color: currentColor;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-4{
  padding-top: 1rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[0\.65rem\]{
  font-size: 0.65rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-3{
  line-height: .75rem;
}

.leading-8{
  line-height: 2rem;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.text-\[var\(--color-highlight\)\]{
  color: var(--color-highlight);
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-dotted{
  text-decoration-style: dotted;
}

.decoration-1{
  text-decoration-thickness: 1px;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

.underline-offset-\[3px\]{
  text-underline-offset: 3px;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-\[0\.027\]{
  opacity: 0.027;
}

.shadow-red-800{
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-shadow{
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}

.\[grid-template-columns\:repeat\(var\(--small-grid-count\)\2c minmax\(0\2c 1fr\)\)\]{
  grid-template-columns: repeat(var(--small-grid-count),minmax(0,1fr));
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

:root {
  /* —————————————————————————————— Light —————————————————————————————————— */
  --light-color-background: #f7efdb;
  --light-color-background-alternating: #f6edd4;
  --light-color-foreground: #111;
  --light-color-secondary: #96887d;
  --light-color-tertiary: #b3a283;
  --light-color-quaternary: #ebdbb2;
  --light-color-highlight: #fb4934;
  --light-color-mark: #ffe0af;
  --light-prose-font-weight: 400;
  /* —————————————————————————————— Dark ——————————————————————————————————— */
  --dark-color-background: #1c1d1e;
  --dark-color-background-alternating: #171819;
  --dark-color-foreground: #fff;
  --dark-color-secondary: #9d9082;
  --dark-color-tertiary: #746960;
  --dark-color-quaternary: #4a433d;
  --dark-color-highlight: #fb4934;
  --dark-color-mark: #000;
  --dark-prose-font-weight: 400;
  /* ——————————————————————————————————————————————————————————————————————— */
  --header-rainbow-1: #a464fd;
  --header-rainbow-2: #ff2a2a;
  --header-rainbow-3: #f89909;
  /* ——————————————————————————————————————————————————————————————————————— */
  --page-transition-delay: 0.5s;
}

body,
body[data-theme=dark] {
  --color-background: var(--dark-color-background);
  --color-background-alternating: var(--dark-color-background-alternating);
  --color-foreground: var(--dark-color-foreground);
  --color-header-link: var(--dark-color-secondary);
  --color-header-link-hover: var(--dark-color-highlight);
  --color-header-logo: var(--dark-color-highlight);
  --color-header-logo-hover: var(--dark-color-highlight);
  --color-header-separators: var(--dark-color-quaternary);
  --color-borders: var(--dark-color-tertiary);
  --color-borders-article-separators: var(--dark-color-quaternary);
  --color-collection-heading: var(--dark-color-highlight);
  --color-collection-excerpt: var(--dark-color-secondary);
  --color-link-hover-background: var(--color-link-underline);
  --color-link-hover-foreground: #fff;
  --color-link-underline: var(--dark-color-highlight);
  --color-stars-background: var(--dark-color-quaternary);
  --color-stars-foreground: var(--dark-color-secondary);
  --color-stars-superlative: var(--dark-color-highlight);
  --color-sub-text: var(--dark-color-secondary);
  --color-subsub-text: var(--dark-color-tertiary);
  --color-subsubsub-text: var(--dark-color-quaternary);
  --color-tags-category-border: var(--dark-color-quaternary);
  --color-tags-domain: var(--dark-color-tertiary);
  --color-tags-link-hover: var(--dark-color-secondary);
  --color-tags-link: var(--dark-color-tertiary);
  --color-tags-separators: var(--dark-color-tertiary);
  --color-tags-time: var(--dark-color-tertiary);
  --color-code-inline: var(--dark-color-quaternary);
  --color-footnotes: var(--dark-color-secondary);
  --color-highlight: var(--dark-color-highlight);
  --color-mark: var(--dark-color-mark);
  --font-weight: var(--dark-prose-font-weight);
  /* ——————————————————————————————————————————————————————————————————————— */
  background-color: var(--color-background);
  color: var(--color-foreground);
  text-rendering: optimizeLegibility;
}

body .parent-wrapper > header h1 a,
body[data-theme=dark] .parent-wrapper > header h1 a {
  background: linear-gradient(90deg, var(--header-rainbow-1) 5%, var(--header-rainbow-2) 50%, var(--header-rainbow-3) 100%) 0% 0%/100% 100% repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .parent-wrapper > header h1 a:hover,
body[data-theme=dark] .parent-wrapper > header h1 a:hover {
  background: var(--color-link-underline);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body[data-theme=light] {
  --color-background: var(--light-color-background);
  --color-background-alternating: var(--light-color-background-alternating);
  --color-foreground: var(--light-color-foreground);
  --color-header-link: var(--light-color-secondary);
  --color-header-link-hover: var(--light-color-highlight);
  --color-header-logo: var(--light-color-highlight);
  --color-header-logo-hover: var(--light-color-highlight);
  --color-header-separators: var(--light-color-quaternary);
  --color-borders: var(--light-color-tertiary);
  --color-borders-article-separators: var(--light-color-quaternary);
  --color-collection-heading: var(--light-color-highlight);
  --color-collection-excerpt: var(--light-color-secondary);
  --color-link-hover-background: var(--color-link-underline);
  --color-link-hover-foreground: #fff;
  --color-link-underline: var(--light-color-highlight);
  --color-stars-background: var(--light-color-quaternary);
  --color-stars-foreground: var(--light-color-secondary);
  --color-stars-superlative: var(--light-color-highlight);
  --color-sub-text: var(--light-color-secondary);
  --color-subsub-text: var(--light-color-tertiary);
  --color-subsubsub-text: var(--light-color-quaternary);
  --color-tags-category-border: var(--light-color-quaternary);
  --color-tags-domain: var(--light-color-tertiary);
  --color-tags-link-hover: var(--light-color-secondary);
  --color-tags-link: var(--light-color-tertiary);
  --color-tags-separators: var(--light-color-tertiary);
  --color-tags-time: var(--light-color-tertiary);
  --color-code-inline: var(--light-color-quaternary);
  --color-footnotes: var(--light-color-secondary);
  --color-highlight: var(--light-color-highlight);
  --color-mark: var(--light-color-mark);
  --font-weight: var(--light-prose-font-weight);
}

body > noscript{
  display: block;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  background: var(--color-highlight);
  color: #fff;
}

.parent-wrapper > header{
  width: 100%;
  padding: 1rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  .parent-wrapper > header{
    margin-bottom: 1rem;
    line-height: 1;
  }
}

.parent-wrapper > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

.parent-wrapper > header *{
  display: inline;
}

.parent-wrapper > header h1{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
}

.parent-wrapper > header h1 a {
  color: var(--color-header-logo);
}

.parent-wrapper > header h1 a:hover {
  color: var(--color-header-logo-hover);
}

.parent-wrapper > header nav ul li{
  display: inline-block;
  text-transform: lowercase;
}

.parent-wrapper > header nav ul li a,
.parent-wrapper > header nav ul li button{
  margin-right: 0.6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .parent-wrapper > header nav ul li a,
.parent-wrapper > header nav ul li button{
    margin-right: 1rem;
  }
}

.parent-wrapper > header nav ul li a,
.parent-wrapper > header nav ul li button {
  color: var(--color-header-link);
}

.parent-wrapper > header nav ul li a:hover,
.parent-wrapper > header nav ul li button:hover {
  color: var(--color-header-link-hover);
}

.parent-wrapper > header nav ul li a[href="/yonder/"] {
  margin-right: 0;
}

.parent-wrapper > header nav ul li a[href="/archive/"]{
  position: relative;
  top: 0.25rem;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}

@media (min-width: 768px){
  .parent-wrapper > header nav ul li a[href="/archive/"]{
    height: 1.125rem;
    width: 1.125rem;
  }
}

.parent-wrapper > header nav ul li a[href="/archive/"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Search.svg");
          mask-image: url("/assets/img/Search.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.parent-wrapper > header nav ul li a[href="/archive/"] span{
  display: none;
}

.parent-wrapper > header nav ul li button{
  margin-top: -0.25rem;
  height: 1.125rem;
  width: 1.125rem;
  vertical-align: middle;
}

.parent-wrapper > header nav ul li button span{
  display: none;
}

.parent-wrapper > header nav ul li a[href="/drafts/"]{
  position: relative;
  top: 0.25rem;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}

@media (min-width: 768px){
  .parent-wrapper > header nav ul li a[href="/drafts/"]{
    height: 1.125rem;
    width: 1.125rem;
  }
}

.parent-wrapper > header nav ul li a[href="/drafts/"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Draft.svg");
          mask-image: url("/assets/img/Draft.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.parent-wrapper > header nav ul li a[href="/drafts/"] span{
  display: none;
}

.parent-wrapper > header nav ul li.active a {
  color: var(--color-highlight);
}

.parent-wrapper > header nav ul li:first-of-type::before,
.parent-wrapper > header nav ul li:has(a[href="/archive/"])::before{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
  width: 2rem;
  background-color: currentColor;
  color: var(--color-header-separators);
  content: " ";
  -webkit-mask-image: url(/assets/img/ThreeDots.svg);
          mask-image: url(/assets/img/ThreeDots.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

body[data-theme=dark] .parent-wrapper > header nav ul button{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Sun.svg");
          mask-image: url("/assets/img/Sun.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: scale(1.25);
}

body[data-theme=light] .parent-wrapper > header nav ul button{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Moon.svg");
          mask-image: url("/assets/img/Moon.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.parent-wrapper > footer{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  clear: both;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.parent-wrapper > footer ul{
  position: relative;
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: lowercase;
}

@media (min-width: 768px){
  .parent-wrapper > footer ul{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.parent-wrapper > footer ul li::after {
  font-size: 0.55rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: inline-block;
}

@media (min-width: 640px){
  .parent-wrapper > footer ul li::after{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.parent-wrapper > footer ul li::after {
  content: "/";
  color: var(--color-subsubsub-text);
}

.parent-wrapper > footer ul li:nth-last-of-type(-n + 2)::after{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  content: " ";
}

.parent-wrapper > footer ul li a {
  color: var(--color-subsub-text);
}

.parent-wrapper > footer ul li a:hover {
  color: var(--color-highlight);
}

.parent-wrapper > footer ul li a[href="/feed.xml"]{
  position: absolute;
  top: 0.125rem;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
}

@media (min-width: 768px){
  .parent-wrapper > footer ul li a[href="/feed.xml"]{
    top: 0.25rem;
  }
}

.parent-wrapper > footer ul li a[href="/feed.xml"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/RSS-bold.svg");
          mask-image: url("/assets/img/RSS-bold.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.parent-wrapper > footer ul li a[href="/feed.xml"] span{
  display: none;
}

.parent-wrapper > footer ul li a[href="/random/"]{
  position: absolute;
  top: 0.125rem;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
}

@media (min-width: 768px){
  .parent-wrapper > footer ul li a[href="/random/"]{
    top: 0.25rem;
  }
}

.parent-wrapper > footer ul li a[href="/random/"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Dice.svg");
          mask-image: url("/assets/img/Dice.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.parent-wrapper > footer ul li a[href="/random/"] span{
  display: none;
}

.parent-wrapper > footer ul .active a {
  color: var(--color-highlight);
  text-decoration-color: transparent;
}

.star,
.stars,
.stars-superlative {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}

.stars,
.stars-superlative {
  --percent: calc(var(--rating) / 5 * 100%);
  display: block;
}

.stars span,
.stars-superlative span {
  display: none;
}

.stars::before,
.stars-superlative::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  --percent: calc(var(--rating) / 5 * 100%);
  background: linear-gradient(90deg, var(--color-stars-foreground) var(--percent), var(--color-stars-background) var(--percent));
  background-clip: text;
  content: "★★★★★";
  letter-spacing: 1px;
}

.stars-superlative::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(--color-stars-superlative) var(--percent), transparent var(--percent));
  background-clip: text;
}

.album-cover{
  position: relative;
}

.album-cover img {
  left: 10%;
  position: absolute;
  top: 2%;
  width: 88%;
}

.album-cover::before{
  height: 87%;
}

@media (min-width: 768px){
  .album-cover::before{
    height: 90%;
  }
}

.album-cover::before {
  content: "";
  width: 95%;
  position: absolute;
  top: 1%;
  left: 3%;
  box-shadow: 0 0 5px 3px #000;
  z-index: -1;
}

.album-cover::after {
  background: url(/assets/img/case.webp) top left no-repeat;
  background-size: contain;
  content: "";
  float: left;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.album-cover:hover img {
  filter: saturate(1.45);
}

/* ----------------------------------------------------------------------- */

.book-cover{
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  /* This adds the 'hardcover' effect */
}

.book-cover img{
  display: block;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: 3px 3px 8px -2px #000;
}

.book-cover::after {
  bottom: 0;
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.7);
  content: "";
  left: 4px;
  position: absolute;
  top: 0;
  width: 3px;
}

.book-cover:hover{
  --tw-saturate: saturate(2);
  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);
}

/* ----------------------------------------------------------------------- */

.game-cover{
  height: calc(8rem * 1.15);
  width: 8rem;
}

@media (min-width: 768px){
  .game-cover{
    height: calc(9rem * 1.15);
    width: 9rem;
  }
}

.game-cover{
  position: relative;
  display: block;
}

.game-cover img{
  position: absolute;
  width: 80%;
  height: 65%;
  top: 28%;
  left: 10%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game-cover::before{
  height: 87%;
}

@media (min-width: 768px){
  .game-cover::before{
    height: 90%;
  }
}

.game-cover::before {
  content: "";
  width: 95%;
  position: absolute;
  top: 1%;
  left: 3%;
  box-shadow: 0px 29px 19px -20px rgb(0, 0, 0);
  z-index: -1;
}

.game-cover::after {
  content: " ";
  position: absolute;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background: url("/assets/img/cartridge.webp") center center no-repeat;
  background-size: contain;
}

.game-cover:hover{
  --tw-saturate: saturate(2);
  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);
}

/* ----------------------------------------------------------------------- */

.media-cover{
  position: relative;
  display: block;
  border-radius: 0.375rem;
  box-shadow: 0 5px 25px -5px #000, 0 1px 10px -6px #000;
}

.media-cover img{
  height: calc(8rem * 1.33);
  width: 8rem;
}

@media (min-width: 768px){
  .media-cover img{
    height: calc(9rem * 1.33);
    width: 9rem;
  }
}

.media-cover img{
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-cover::after{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: url(/assets/img/case-blu-ray.webp) top left no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  content: "";
}

.media-cover:hover{
  --tw-saturate: saturate(2);
  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);
}

/* ----------------------------------------------------------------------- */

.podcast-cover img{
  aspect-ratio: 1 / 1;
  width: 8rem;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 3px 3px 8px -2px #000;
}

hr{
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

html{
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "3079CB20-4E74-4746-A318-7B72A06CC701", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  overflow-x: clip;
  padding-bottom: 3rem;
}

body ::-moz-selection {
  background: var(--color-highlight);
  color: #fff;
}

body ::selection {
  background: var(--color-highlight);
  color: #fff;
}

footer[data-type=meta]{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
}

footer[data-type=meta] a {
  color: var(--color-tags-link);
}

footer[data-type=meta] a:hover {
  color: var(--color-tags-link-hover);
}

footer[data-type=meta] div[data-extra]{
  margin-right: 0.5rem;
  display: inline;
  color: var(--color-subsub-text);
}

footer[data-type=meta] div[data-extra] a{
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

footer[data-type=meta] div[data-extra]::after{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-tags-separators);
  content: "/";
}

footer[data-type=meta] ul{
  margin-right: 0.75rem;
  display: inline;
}

footer[data-type=meta] ul li{
  position: relative;
  display: inline-block;
}

footer[data-type=meta] ul li[data-type=meta-tag]:not([data-last=true])::after {
  content: "·";
  color: var(--color-tags-separators);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

footer[data-type=meta] a.post-date{
  font-size: 0.65rem;
  text-transform: uppercase;
  color: var(--color-tags-time);
}

footer[data-type=meta] a.post-date::before{
  width: 0.875rem;
  background-color: currentColor;
  color: var(--color-tags-separators);
  content: " ";
  display: inline-block;
  -webkit-mask-image: url(/assets/img/Link.svg);
          mask-image: url(/assets/img/Link.svg);
  -webkit-mask-size: 0.65rem;
          mask-size: 0.65rem;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

footer[data-type=meta] a.post-date time:hover {
  color: var(--color-tags-link-hover);
}

footer[data-type=meta] p[data-domain] {
  color: var(--color-tags-domain);
  margin-right: 0.5rem;
  display: inline-block;
  text-transform: lowercase;
}

footer[data-type=meta] p[data-domain]::after{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-tags-separators);
  content: "···";
}

footer[data-type=meta] p[data-category]{
  margin-right: 0.75rem;
  display: inline;
  border-radius: 0.375rem;
  border-width: 1px;
  font-size: 0.75rem;
  line-height: 1rem;
  border-color: var(--color-tags-category-border);
}

footer[data-type=meta] p[data-category] span{
  display: none;
}

footer[data-type=meta] p[data-category] a{
  border-radius: 0.375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

footer[data-type=meta] p[data-category]:hover {
  border-color: var(--color-tags-link-hover);
}

footer[data-type=meta] span[aria-label=favorite]{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-tags-link);
}

/*
PrismJS 1.20.0
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=clike+javascript+python

Customizing this is not the easiest thing but can be done. All about the
colors, yo.
*/

/*
Solarized Color Schemes originally by Ethan Schoonover
http://ethanschoonover.com/solarized

Ported for PrismJS by Hector Matos
Website: https://krakendev.io
Twitter Handle: https://twitter.com/allonsykraken)
*/

:root {
  --code-base00: color(--color-foreground);
  --code-base01: #586e75;
  --code-base1: #93a1a1;
  --code-base3: transparent;
  --code-blue: #268bd2;
  --code-cyan: #2aa198;
  --code-green: #859900;
  --code-orange: #cb4b16;
  --code-yellow: #b58900;
}

code:not([class*=language-]){
  padding: 0.125rem;
  font-size: 80%;
}

code[class*=language-],
pre[class*=language-]{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--code-base00);
  /* base00 */
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  hyphens: none;
  tab-size: 4;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

/* Code blocks */

pre[class*=language-] {
  overflow: hidden;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: var(--code-base3);
  /* base3 */
}

/* Inline code */

:not(pre) > code[class*=language-] {
  border-radius: 0.3em;
  padding: 0.1em;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: var(--code-base1);
}

.token.punctuation {
  color: var(--code-base01);
}

.token.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: var(--code-blue);
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
  color: var(--code-cyan);
}

.token.operator,
.token.entity,
.token.url {
  background: var(--code-base2);
  color: var(--code-base00);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: var(--code-green);
}

.token.function,
.token.function-name,
.token.class-name {
  color: var(--code-yellow);
}

.token.regex,
.token.important,
.token.variable {
  color: var(--code-orange);
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.prose{
  overflow-wrap: break-word;
  font-weight: var(--font-weight);
  /* ----------------- Headings ----------------- */
  /* ----------------- Bodies ----------------- */
  /* ----------------- Markdown Containers ----------------- */
  /** Spoilers */
}

.prose a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .prose a{
    text-decoration-thickness: 2px;
  }
}

.prose a {
  text-decoration-color: var(--color-link-underline);
}

.prose a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

.prose .header-anchor {
  text-decoration: none !important;
  color: var(--color-subsubsub-text);
}

.prose h2{
  margin-top: 2rem;
  font-weight: 700 !important;
  color: var(--color-highlight) !important;
}

.prose h3{
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-collection-heading);
  font-weight: 600;
  color: var(--color-highlight) !important;
}

.prose h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-collection-heading);
  text-decoration-color: var(--color-link-underline);
}

.prose h3 a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

.prose h2 a:not(.header-anchor),
.prose h3 a:not(.header-anchor){
  text-decoration-thickness: 0px;
  text-underline-offset: 2px;
}

.prose p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prose hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-width: 1px;
  border-style: dotted;
}

.prose figure.quote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.prose figure.quote figcaption{
  position: relative;
  margin-left: 2rem;
  margin-bottom: 1rem;
  color: var(--color-sub-text);
}

.prose figure.quote figcaption a {
  text-decoration-color: var(--color-subsubsub-text);
}

.prose figure.quote figcaption a:hover {
  text-decoration-color: var(--color-highlight);
}

.prose figure.quote figcaption::before{
  position: absolute;
  left: -1.75rem;
  top: -0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--color-highlight);
  content: "–";
}

.prose blockquote{
  position: relative;
  overflow: hidden;
  padding-left: 2rem;
}

.prose blockquote::before{
  position: absolute;
  left: 0px;
  top: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: var(--color-highlight);
  content: "“";
}

.prose .audio-container{
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

.prose .audio-container audio {
  width: 100%;
}

.prose .video-container{
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border-radius: 0.375rem;
  border-color: var(--color-highlight);
}

.prose .video-container video,
.prose .video-container lite-youtube{
  position: relative;
  width: 100%;
  border-radius: 0.375rem;
}

.prose ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}

.prose ul li{
  margin-bottom: 0.5rem;
}

.prose ul ul{
  margin-left: 2rem;
}

.prose ol{
  margin-left: 2rem;
  list-style-type: decimal;
}

.prose ol li{
  margin-bottom: 0.5rem;
}

.prose strong,
.prose b {
  font-weight: 600;
}

.prose kbd{
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  border-color: var(--color-subsubsub-text);
  font-size: 80%;
}

.prose mark{
  border-radius: 0.375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: var(--color-foreground);
  background: var(--color-mark);
}

.prose .table-wrapper{
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

.prose table{
  display: table;
  width: 100%;
}

.prose table thead tr th{
  border-bottom-width: 1px;
  border-style: dotted;
  padding: 0.25rem;
  text-align: left;
  vertical-align: top;
  color: var(--color-highlight);
}

.prose table thead tr th:not(:last-of-type){
  border-right-width: 1px;
  border-style: dotted;
}

.prose table tbody tr:not(:last-of-type) td{
  border-bottom-width: 1px;
  border-style: dotted;
}

.prose table tbody tr td:not(:last-of-type){
  border-right-width: 1px;
  border-style: dotted;
}

.prose table tbody tr td{
  padding: 0.25rem;
  vertical-align: top;
  line-height: 1.25rem;
}

.prose picture,
.prose img{
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
}

.prose .muted,
.prose .small,
.prose .subtext{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-sub-text);
}

.prose .muted p,
.prose .small p,
.prose .subtext p{
  margin-top: 0px;
}

.prose .muted a,
.prose .small a,
.prose .subtext a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-sub-text);
}

.prose div.update{
  position: relative;
  display: flex;
  align-items: center;
}

.prose div.update::after, .prose div.update::before{
  flex: 1 1 0%;
  border-bottom-width: 1px;
  border-style: dotted;
  border-color: var(--color-subsub-text);
  content: "";
}

.prose div.update p{
  margin-top: 0px;
  margin-bottom: 0px;
  flex-shrink: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-subsub-text);
}

.prose .break,
.prose .break-out,
.prose .breakout,
.prose .bust {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}

.prose .break img,
.prose .break-out img,
.prose .breakout img,
.prose .bust img {
  border-radius: 0;
}

.prose .spoiler{
  border-radius: 0.375rem;
  background: var(--color-subsubsub-text);
  color: var(--color-subsubsub-text);
}

.prose .spoiler::-moz-selection {
  color: var(--color-foreground);
}

.prose .spoiler::selection {
  color: var(--color-foreground);
}

.row{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.row p{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

.row p br{
  display: none;
}

.row + .gallery{
  margin-top: -1.5rem;
}

.gallery{
  clear: both;
}

.gallery br{
  display: none;
}

.gallery p{
  display: inline-grid;
  width: 100%;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--small-grid-count),minmax(0,1fr));
}

@media (min-width: 768px){
  .gallery p{
    grid-template-columns: repeat(var(--big-grid-count),minmax(0,1fr));
  }
}

.gallery + small.subtext p{
  margin-top: -1rem;
}

.gallery + .row{
  margin-top: -1.5rem;
}

html.js .prose .spoiler{
  cursor: pointer;
}

html.js .prose .spoiler::before{
  padding-left: 0.25rem;
  content: "Spoiler: Click/tap to see.";
  color: var(--color-foreground);
}

.pagination{
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pagination ul{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination ul li span {
  color: var(--color-subsubsub-text);
}

.pagination ul li a{
  text-decoration-line: none;
  opacity: 1;
  color: var(--color-subsub-text);
}

.pagination ul li a:hover {
  color: var(--color-highlight);
}

.pagination ul li:nth-of-type(1) span::before,
.pagination ul li:nth-of-type(1) a::before{
  margin-right: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/ArrowLeft.svg");
          mask-image: url("/assets/img/ArrowLeft.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.pagination ul li:nth-of-type(2){
  display: flex;
  flex: 1 1 0%;
}

.pagination ul li:nth-of-type(2) span::after,
.pagination ul li:nth-of-type(2) a::after{
  margin-left: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/ArrowRight.svg");
          mask-image: url("/assets/img/ArrowRight.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.pagination ul li:nth-of-type(3) {
  color: var(--color-subsub-text);
}

main > section:has(input[type=search]){
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  margin-bottom: 1rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  main > section:has(input[type=search]){
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

main > section:has(input[type=search]) input[type=search]{
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: var(--color-background);
}

main > section:has(input[type=search]) input[type=search]::-moz-placeholder {
  color: var(--color-borders);
  opacity: 1;
}

main > section:has(input[type=search]) input[type=search]::placeholder {
  color: var(--color-borders);
  opacity: 1;
}

main > section:has(input[type=search]) input[type=search]::-ms-input-placeholder {
  color: var(--color-borders);
}

main > section:has(input[type=search]) a{
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/ListChecks.svg");
          mask-image: url("/assets/img/ListChecks.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  color: var(--color-subsub-text);
}

main > section:has(input[type=search]) a:hover {
  color: var(--color-highlight);
}

main > section:has(input[type=search]) a span{
  display: none;
}

main > section:has(input[type=search]) button[data-layout]{
  margin-top: 0.25rem;
  height: 1.75rem;
  width: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-subsub-text);
}

main > section:has(input[type=search]) button[data-layout] span{
  display: none;
}

main > section:has(input[type=search]) button[data-layout][aria-label="Full Layout"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Full.svg");
          mask-image: url("/assets/img/Full.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

main > section:has(input[type=search]) button[data-layout][aria-label="Compact Layout"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Compact.svg");
          mask-image: url("/assets/img/Compact.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

main > section:has(input[type=search]) button[data-layout]:hover {
  color: var(--color-highlight);
}

main > section:has(input[type=search]) button[data-layout].active{
  display: none;
  color: var(--color-header-link-hover);
}

main > section:has(input[type=search]) article[data-rank="1"] {
  border-top: 0 !important;
}

.littlefoot {
  --button-background-color: var(--color-highlight);
  --button-text-color: #fff;
  --button-active-background-color: var(--color-highlight);
  --button-active-text-color: #fff;
  --button-border-radius: 8px;
  --button-border-radius: 0.5rem;
  --button-height: 16px;
  --button-height: 1rem;
  --button-margin: 0 1.6px;
  --button-margin: 0 0.1rem;
  --button-padding: 0 9.6px;
  --button-padding: 0 0.6rem;
  --button-transition: background-color 0.25s ease, color 0.25s ease;
  --popover-background-color: var(--color-background);
  --popover-text-color: var(--color-foreground);
  --popover-border: 1px solid var(--color-highlight);
  --popover-border-radius: 8px;
  --popover-border-radius: 0.5rem;
  --popover-max-height: 15em;
  --popover-max-width: 90%;
  --popover-horizontal-padding: 1.5rem;
  --popover-vertical-padding: 0.25rem;
  --popover-shadow: 0 0 8px rgba(0, 0, 0, 0.302);
  --popover-transform-origin: 50% 0;
  --popover-transform: scale(0.1) translateZ(0);
  --popover-active-transform: scale(1) translateZ(0);
  --popover-transition: opacity 0.25s ease, transform 0.25s ease;
  --popover-width: 22em;
  --popover-scroll-indicator-color: var(--color-highlight);
  --popover-tooltip-size: 8px;
  position: relative;
}

.littlefoot__button{
  position: relative;
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 1.25rem;
  border-radius: 9999px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: none;
  background-color: var(--color-link-underline);
  color: #fff;
  font-weight: 700;
}

.littlefoot__button.is-active,
.littlefoot__button:active,
.littlefoot__button:focus,
.littlefoot__button:hover {
  background-color: var(--color-highlight);
  color: var(--button-active-text-color);
}

.littlefoot__popover {
  border: var(--popover-border);
  border-radius: var(--popover-border-radius);
  box-shadow: var(--popover-shadow);
  margin: calc(var(--popover-tooltip-size) + var(--button-height)) 0;
  max-width: var(--popover-max-width);
  position: absolute;
  top: 0;
  transform: var(--popover-transform);
  transform-origin: var(--popover-transform-origin);
  transition: var(--popover-transition);
  width: var(--popover-width);
  z-index: 1;
}

.littlefoot__popover.is-above {
  bottom: 0;
  top: auto;
}

.littlefoot__popover.is-active {
  transform: var(--popover-active-transform);
}

.littlefoot__wrapper {
  position: relative;
  z-index: 1;
}

.littlefoot__content{
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: var(--popover-border-radius);
  -webkit-overflow-scrolling: touch;
  background-color: var(--popover-background-color);
  box-sizing: border-box;
  color: var(--popover-text-color);
  max-height: var(--popover-max-height);
  overflow: auto;
  padding: var(--popover-vertical-padding) var(--popover-horizontal-padding);
  width: 100%;
  text-align: left !important;
}

.littlefoot__content img {
  max-width: 100%;
}

.littlefoot__content:focus {
  outline: none;
}

.is-scrollable {
  --arrow-x: calc(var(--popover-horizontal-padding) * -1);
  --arrow-y: calc(var(--popover-vertical-padding) / 2);
}

.is-scrollable .littlefoot__content:after {
  bottom: 45%;
  color: var(--popover-scroll-indicator-color);
  content: "↓";
  font-weight: bold;
  display: block;
  font-size: larger;
  left: 0;
  opacity: 1;
  position: sticky;
  text-align: center;
  transform: translateX(var(--arrow-x)) translateY(var(--arrow-y));
  transition: var(--popover-transition);
  width: var(--popover-horizontal-padding);
}

.is-scrollable.is-fully-scrolled .littlefoot__content:after {
  opacity: 0;
}

.littlefoot__tooltip {
  --tooltip-margin: calc(var(--popover-tooltip-size) * -1);
  background-color: var(--popover-background-color);
  border: var(--popover-border);
  box-shadow: var(--popover-shadow);
  height: calc(var(--popover-tooltip-size) * 2);
  margin-left: calc(var(--tooltip-margin) + 3px);
  margin-top: 4px;
  position: absolute;
  transform: rotate(45deg);
  width: calc(var(--popover-tooltip-size) * 2);
}

.is-below .littlefoot__tooltip {
  top: var(--tooltip-margin);
}

.is-above .littlefoot__tooltip {
  bottom: var(--tooltip-margin);
}

@media (max-width: 767.98px) {
  .littlefoot__popover {
    border-radius: 0;
    border-width: 1px 0 0;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0;
    max-width: 100% !important;
    position: fixed;
    right: 0 !important;
    top: auto !important;
    transform: translateY(100%);
    width: 100%;
  }

  .littlefoot__popover.is-active {
    transform: translateY(0);
  }

  .littlefoot__wrapper {
    border-radius: 0;
    max-width: 100% !important;
    transform: none;
  }

  .littlefoot__content {
    padding-bottom: 1rem;
  }

  .littlefoot__tooltip {
    display: none;
  }
}

@media not print {
  sup.footnote-ref.littlefoot--print {
    font-size: 0px;
  }
}

@media print {
  .littlefoot__button,
  .littlefoot__popover {
    display: none;
  }
}

/* In Prose */

sup[class=footnote-ref] a{
  position: relative;
  bottom: -0.25rem;
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 1.25rem;
  border-radius: 9999px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: none;
  background-color: var(--color-link-underline);
  color: #fff;
  font-weight: 700;
}

sup[class=footnote-ref] a:hover {
  color: var(--color-link-hover-foreground);
}

.footnotes{
  clear: both;
  overflow: auto;
  border-top-width: 1px;
  border-style: dotted;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-top-color: var(--color-subsubsub-text);
  color: var(--color-footnotes);
}

.footnotes ol li p{
  margin: 0px;
  padding: 0px;
}

.footnotes .footnote-back{
  margin-bottom: -0.125rem;
  margin-left: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/FootnoteBack.svg");
          mask-image: url("/assets/img/FootnoteBack.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  color: var(--color-link-underline);
}

.footnotes .footnote-back span {
  display: none;
}

.footnotes a {
  text-decoration-color: var(--color-sub-text) !important;
  text-decoration-thickness: 1px !important;
}

.footnotes a:hover {
  text-decoration-color: var(--color-link-hover-background) !important;
}

body[data-context=page][data-category="404"] {
  --color-background: #ff3300;
  --color-foreground: #fff;
  --color-subsub-text: #ffd6cc;
  --color-subsubsub-text: #ff8566;
  --color-highlight: #fff;
  --header-rainbow-1: #fff;
  --header-rainbow-2: #fff;
  --header-rainbow-3: #fff;
  --color-header-logo: #ff3300;
  --color-header-logo-hover: #fff !important;
  --color-header-link: #ffd6cc;
  --color-header-link-hover: #fff;
  --color-header-separators: #fff;
  --color-borders-article-separators: transparent;
}

body[data-context=page][data-category="404"] main{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  height: calc(100vh - 10rem);
}

body[data-context=page][data-category="404"] article{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

body[data-context=page][data-category="404"] article h2{
  margin-bottom: 1rem;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 768px){
  body[data-context=page][data-category="404"] article h2{
    font-size: 8rem;
    line-height: 1;
  }
}

body[data-context=page][data-category="404"] article h2 {
  font-weight: 900;
}

body[data-context=page][data-category="404"] article p{
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

body[data-context=page][data-category="404"] article p:nth-of-type(2){
  line-height: .75rem;
}

body[data-context=page][data-category="404"] article small{
  font-size: 1rem;
  line-height: 1.5rem;
}

body[data-context=page][data-category="404"] article a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body[data-context=page][data-category=about] main{
  margin-bottom: 2rem;
}

body[data-context=page][data-category=about] article{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=page][data-category=about] article a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=about] article a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=about] article a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=about] article a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=about] article img{
  float: none;
  width: 100%;
  border-radius: 1.5rem;
}

@media (min-width: 768px){
  body[data-context=page][data-category=about] article img{
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    width: 24rem;
    border-radius: 9999px;
  }
}

body[data-context=page][data-category=about] article h2{
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-collection-heading);
  font-weight: 600;
  margin-top: 2rem;
}

body[data-context=page][data-category=about] article h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-collection-heading);
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=about] article h2 a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=about] article hr{
  margin-top: 2rem;
}

body[data-context=page][data-category=about] article section[data-name=colophon] p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=page][data-category=about] article section[data-name=colophon] a{
  text-decoration-thickness: 1px;
}

body[data-context=page][data-category=archive] {
  --color-background: #201e8e;
  --color-foreground: #f366ff;
  --color-sub-text: #6866df;
  --color-subsub-text: #6866df;
  --color-subsubsub-text: #6866df;
  --color-highlight: #f366ff;
  --color-header-link-hover: #f799ff;
  --color-header-link: #fff;
  --color-header-logo-hover: #f799ff;
  --color-header-logo: #fff;
  --color-header-separators: #6866df;
  --color-link-underline: var(--color-foreground);
  --color-link-hover-background: var(--color-foreground);
  --color-link-hover-foreground: #111;
  --color-borders: #5451da;
  --color-borders-article-separators: #5451da;
  --color-collection-excerpt: #9290e8;
  --color-tags-link: #6866df;
  --color-tags-link-hover: #fff;
  --color-tags-separators: #2e2bcd;
  --color-tags-time: #6866df;
  --color-tags-category-border: #3f3cd6;
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
}

body[data-context=page][data-category=archive] a[data-type=tag]{
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

body[data-context=page][data-category=archive] a[data-type=tag] > span:nth-of-type(3){
  margin-left: 0.25rem;
  border-left-width: 1px;
  padding-left: 0.25rem;
  color: var(--color-borders);
}

body[data-context=page][data-category=archive] a[data-type=tag] > span:nth-of-type(2), body[data-context=page][data-category=archive] a[data-type=tag] > span:nth-of-type(4) {
  display: none;
}

body[data-context=page][data-category=archive] a[data-type=tag] strong {
  font-weight: 700;
}

body[data-context=page][data-category=archive] a[data-type=tag]:hover {
  background: #171564;
}

body[data-context=page][data-category=archive] .wrapper{
  border-top-width: 1px;
  border-style: dotted;
}

body[data-context=page][data-category=archive] .wrapper:last-of-type {
  border-bottom-width: 1px;
}

body[data-context=page][data-category=archive] section{
  border-style: dotted;
  padding: 1rem;
}

@media (min-width: 640px){
  body[data-context=page][data-category=archive] section{
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

body[data-context=page][data-category=archive] section{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=page][data-category=archive] section h2{
  margin-bottom: 1rem;
  color: var(--color-header-link);
}

body[data-context=page][data-category=archive] section h3 {
  color: #fff;
  text-align: center;
}

body[data-context=page][data-category=archive] section:not([name=search]) > div{
  max-height: 20rem;
  overflow-y: scroll;
  scrollbar-color: var(--color-foreground) #171564;
  scrollbar-width: thin;
}

body[data-context=page][data-category=archive] section:not([name=search]) > div ::-webkit-scrollbar {
  background: #171564;
  width: 0.5rem;
}

body[data-context=page][data-category=archive] section:not([name=search]) > div ::-webkit-scrollbar-thumb {
  background: #171564;
}

body[data-context=page][data-category=archive] section[name=search] input{
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #080825;
}

body[data-context=page][data-category=archive] section[name=search] #search-results{
  margin-top: 0.5rem;
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search]{
  border-style: dotted;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search]:last-child{
  padding-top: 0.75rem;
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search]:not(:last-child){
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header,
body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header h2{
  display: inline;
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header a,
body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header a,
body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header a,
body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header a:hover,
body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] .excerpt{
  display: inline;
  color: var(--color-collection-excerpt);
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] .excerpt::before{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  content: " – ";
}

body[data-context=page][data-category=archive] section[name=search] #search-results article[data-category=search] footer[data-type=meta]{
  margin-top: 0.25rem;
}

body[data-context=page][data-category=archive] section[name=search] #search-no-results {
  color: var(--color-collection-excerpt);
}

body[data-context=page][data-category=archive] section[name=search] #search-no-results strong {
  color: #fff;
}

body[data-context=page][data-category=archive] section[name=search] #tags-results{
  margin-top: 1rem;
}

body[data-context=page][data-category=archive] section[name=search] #tags-results li{
  margin-bottom: 0.25rem;
  margin-right: 0.375rem;
  margin-top: 0px;
  display: inline-block;
}

body[data-context=page][data-category=archive] section[name=tags-favorite] ul > li > a{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

body[data-context=page][data-category=archive] section[name*=tags] ul li{
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
}

body[data-context=page][data-category=archive] section[name=habits] h3{
  display: none;
}

body[data-context=page][data-category=archive] section[name=habits] div[class*=by-]{
  margin-top: 1rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

body[data-context=page][data-category=archive] section[name=habits] div[class*=by-]:last-of-type{
  margin-bottom: 0px;
}

body[data-context=page][data-category=archive] section[name=habits] div[class*=by-] svg{
  margin-left: -1rem;
}

body[data-context=page][data-category=archive] section[name=external-links] details {
  border-bottom-width: 1px;
  border-color: var(--color-borders);
  border-style: dotted;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

body[data-context=page][data-category=archive] section[name=external-links] details:hover{
  cursor: pointer;
}

body[data-context=page][data-category=archive] section[name=external-links] details span:nth-of-type(2){
  min-width: 2rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

body[data-context=page][data-category=archive] section[name=external-links] details summary{
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

body[data-context=page][data-category=archive] section[name=external-links] details summary::-webkit-details-marker{
  display: none;
}

body[data-context=page][data-category=archive] section[name=external-links] details ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

body[data-context=page][data-category=archive] section[name=external-links] details ul li {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

body[data-context=page][data-category=archive] section[name=external-links] details:hover {
  background: #171564;
}

body[data-context=page][data-category=archive] .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 0.75rem;
}

body[data-context=page][data-category=archive] .ct-chart-line .ct-label {
  display: flex;
}

body[data-context=page][data-category=archive] .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

body[data-context=page][data-category=archive] .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

body[data-context=page][data-category=archive] .ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

body[data-context=page][data-category=archive] .ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

body[data-context=page][data-category=archive] .ct-grid {
  stroke-width: 1px;
  stroke-dasharray: 1px;
}

body[data-context=page][data-category=archive] .ct-grid-background {
  fill: none;
}

body[data-context=page][data-category=archive] .ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

body[data-context=page][data-category=archive] .ct-line {
  fill: none;
  stroke-width: 1px;
}

body[data-context=page][data-category=archive] .ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

body[data-context=page][data-category=archive] .ct-series-a .ct-line,
body[data-context=page][data-category=archive] .ct-series-a .ct-point {
  stroke: var(--color-foreground);
}

body[data-context=page][data-category=archive] .ct-series-a .ct-area {
  fill: var(--color-foreground);
}

@media screen and (max-width: 640px) {
  .ct-labels foreignObject[height="20"]:nth-of-type(2n) {
    display: none !important;
  }
}

body[data-context=page][data-category=contact] {
  --color-background: #f7d5ca;
  --color-foreground: #ff0000;
  --color-header-link: #ff8080;
  --color-header-link-hover: #ff0000;
  --color-header-separators: #ff9999;
  --header-rainbow-1: #ff0000;
  --header-rainbow-2: #ff0000;
  --header-rainbow-3: #ff0000;
  --color-borders: var(---color-header-link);
  --color-collection-heading: #ff0000;
  --color-sub-text: #ff8080;
  --color-subsub-text: #ff6666;
  --color-subsubsub-text: #ff3333;
  --color-highlight: red;
}

body[data-context=page][data-category=contact] main a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] main a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=contact] main a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=contact] main a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] main > header{
    text-align: center;
  }
}

body[data-context=page][data-category=contact] main > header h2{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

body[data-context=page][data-category=contact] main > header + p{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] main > header + p{
    text-align: center;
  }
}

body[data-context=page][data-category=contact] main > header + p{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  font-weight: 100;
}

body[data-context=page][data-category=contact] main > div{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=page][data-category=contact] span[aria-label]{
  margin-top: 3rem;
  display: block;
  font-size: 8rem;
  line-height: 1;
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] span[aria-label]{
    margin-bottom: 1rem;
    text-align: center;
  }

  body[data-context=page][data-category=contact] form > div{
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])){
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] section:not(:has(button[type=submit])){
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) label{
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-collection-heading);
  font-weight: 600;
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) label a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-collection-heading);
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) label a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) label[data-required]::after{
  margin-left: 0.125rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  line-height: .75rem;
  opacity: 0.5;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Asterisk.svg");
          mask-image: url("/assets/img/Asterisk.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) input,
body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) textarea{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  background-color: #f7e1d9;
}

body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) input:disabled,
body[data-context=page][data-category=contact] section:not(:has(button[type=submit])) textarea:disabled {
  background: var(--color-background);
}

body[data-context=page][data-category=contact] button[type=submit]{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 4px;
  border-style: double;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=contact] button[type=submit]{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

body[data-context=page][data-category=contact] button[type=submit] {
  font-weight: 800;
  background: #f7e1d9;
  border-color: var(--color-highlight);
  color: var(--color-highlight);
}

body[data-context=page][data-category=contact] button[type=submit]:hover {
  background-color: var(--color-highlight);
  color: #fff;
}

body[data-context=page][data-category=contact] button[type=submit]:disabled{
  opacity: 0.2;
}

body[data-context=page][data-category=contact] button[type=submit] span::after{
  margin-left: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Plane.svg");
          mask-image: url("/assets/img/Plane.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=page][data-category=contact] .spinner{
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
}

body[data-context=page][data-category=contact] .spinner > div{
  margin: auto;
  height: 6rem;
  width: 6rem;
  align-items: center;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Spiral.svg");
          mask-image: url("/assets/img/Spiral.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  animation: rotation 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

/* Drafts */

article[data-draft]{
  position: relative;
}

article[data-draft]::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  content: "";
  background-color: var(--color-background);
  background-image: radial-gradient(var(--color-foreground) 0.45px, var(--color-background) 0.45px);
  background-size: 9px 9px;
}

article[data-draft] header h2::before{
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-color: var(--color-highlight);
  color: var(--color-highlight);
  content: "DRAFT";
}

body[data-context=collection][data-category=listening] {
  --color-borders: var(--color-borders-article-separators);
  /** -----------------------------------------------------------------------*/
  /** -----------------------------------------------------------------------*/
  /** -----------------------------------------------------------------------*/
}

body[data-context=collection][data-category=listening] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=listening] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=listening] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=listening] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=listening] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=listening] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=listening] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=listening] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=listening] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=listening] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=listening] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=listening] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=listening] h3{
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-collection-heading);
  font-weight: 600;
}

body[data-context=collection][data-category=listening] h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-collection-heading);
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=listening] h3 a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=listening] h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

body[data-context=collection][data-category=listening] h3[data-name=albums]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/CD.svg");
          mask-image: url("/assets/img/CD.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=listening] h3[data-name=songs]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Song.svg");
          mask-image: url("/assets/img/Song.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=listening] h3[data-name=podcasts]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Podcast.svg");
          mask-image: url("/assets/img/Podcast.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=listening] h3[data-name=talks]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Mic.svg");
          mask-image: url("/assets/img/Mic.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=listening] section{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=listening] ul[data-name=albums]{
  margin-bottom: 2rem;
  display: flex;
  overflow-x: auto;
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] ::-webkit-scrollbar-thumb {
  background: transparent;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=listening] ul[data-name=albums] li a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(1) .album-cover{
  display: block;
  height: 7.75rem;
  width: 7.75rem;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(1) .album-cover:hover {
  filter: brightness(0.9) contrast(1.125);
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(2){
  position: relative;
  width: 10rem;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(2) a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(2) > span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(2) time{
  margin-bottom: auto;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=listening] ul[data-name=albums] li > div:nth-of-type(2) .stars{
  position: absolute;
  bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=listening] ul[data-name=songs],
body[data-context=collection][data-category=listening] ul[name=songs]{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li,
body[data-context=collection][data-category=listening] ul[name=songs] li{
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  grid-template-columns: 0.75rem 2fr 1.5fr;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li:not(:last-of-type),
body[data-context=collection][data-category=listening] ul[name=songs] li:not(:last-of-type){
  border-bottom-width: 1px;
  border-style: dotted;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li::before,
body[data-context=collection][data-category=listening] ul[name=songs] li::before{
  margin-top: 0.25rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  color: var(--color-highlight);
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Play.svg");
          mask-image: url("/assets/img/Play.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li a,
body[data-context=collection][data-category=listening] ul[name=songs] li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li a:hover,
body[data-context=collection][data-category=listening] ul[name=songs] li a:hover {
  color: var(--color-highlight);
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li span:nth-of-type(1),
body[data-context=collection][data-category=listening] ul[name=songs] li span:nth-of-type(1){
  display: none;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] li span:nth-of-type(2),
body[data-context=collection][data-category=listening] ul[name=songs] li span:nth-of-type(2){
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=listening] ul[data-name=songs]{
  margin-bottom: 2rem;
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

body[data-context=collection][data-category=listening] ul[data-name=songs] ::-webkit-scrollbar-thumb {
  background: transparent;
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts]{
  margin-top: 1rem;
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=listening] ul[data-name=podcasts] a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li{
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.5rem;
  grid-template-columns: 3rem auto;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li:not(:first-of-type){
  padding-top: 0.5rem;
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li:not(:last-of-type){
  border-bottom-width: 1px;
  border-style: dotted;
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-foreground);
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li > div{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li span:nth-of-type(1) {
  font-weight: 100;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=listening] ul[data-name=podcasts] li span:nth-of-type(2) {
  color: var(--color-sub-text);
}

body[data-category=index][data-context=index] article:first-of-type{
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  body[data-category=index][data-context=index] article:first-of-type{
    padding-bottom: 3rem;
  }
}

body[data-category=index][data-context=index] article:not(:first-of-type){
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  body[data-category=index][data-context=index] article:not(:first-of-type){
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

body[data-category=index][data-context=index] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-category=index][data-context=index] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-category=index][data-context=index] .pagination{
  margin-top: 2rem;
}

body[data-context=individual][data-category=lost] {
  --color-background: #ffbf00;
  --color-foreground: #111;
  --color-sub-text: #111;
  --color-subsub-text: #111;
  --color-subsubsub-text: #ffe680;
  --color-link-underline: var(--color-foreground);
  --color-header-logo: #111;
  --color-header-logo-hover: #111;
  --color-header-link: #111;
  --color-header-link-hover: #111;
  --color-header-separators: #ffe680;
  --header-rainbow-1: #111;
  --header-rainbow-2: #111;
  --header-rainbow-3: #111;
}

body[data-context=individual][data-category=lost] main{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=individual][data-category=lost] article{
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=individual][data-category=lost] article h2{
  margin-bottom: 1rem;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=lost] article h2{
    font-size: 8rem;
    line-height: 1;
  }
}

body[data-context=individual][data-category=lost] article h2 {
  font-weight: 800;
}

body[data-context=individual][data-category=lost] article p,
body[data-context=individual][data-category=lost] article ul{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

body[data-context=individual][data-category=lost] article ul{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body[data-context=individual][data-category=lost] article ul li{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

body[data-context=individual][data-category=lost] article ul li strong{
  margin-right: 0.5rem;
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  opacity: 0.5;
  text-indent: -99999px;
}

body[data-context=individual][data-category=lost] article ul li strong[name=phone]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Phone.svg");
          mask-image: url("/assets/img/Phone.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=individual][data-category=lost] article ul li strong[name=email]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Email.svg");
          mask-image: url("/assets/img/Email.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=page][data-category=now] {
  --color-background: #39244f;
  --color-foreground: #fff;
  --color-sub-text: #fe938c;
  --color-subsub-text: #8559b3;
  --color-subsubsub-text: #6c4495;
  --color-footnotes: #fe938c;
  --color-borders: #784ca7;
  --color-collection-heading: #fff;
  --color-link-underline: #8d4d63;
  --color-header-link: #fe938c;
  --color-header-link-hover: #fff;
  --color-header-logo: #fff;
  --color-header-logo-hover: #fff;
  --color-header-separators: #8559b3;
  --header-rainbow-1: #fe938c;
  --header-rainbow-2: #fe938c;
  --header-rainbow-3: #fe938c;
}

body[data-context=page][data-category=now] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=page][data-category=now] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=page][data-category=now] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=page][data-category=now] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=page][data-category=now] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=page][data-category=now] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=now] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=now] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=now] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=now] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=page][data-category=now] main > header h2 span {
  font-weight: 400;
}

body[data-context=page][data-category=now] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=page][data-category=now] article{
  clear: both;
}

body[data-context=page][data-category=now] article .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=page][data-category=now] article .wrapper header h2 {
  font-weight: 900;
}

body[data-context=page][data-category=now] article .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=now] article .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=now] article .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=now] article .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=now] article .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=page][data-category=now] article .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=page][data-category=now] article .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=now] article .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=now] article .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=now] article .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=now] article .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=page][data-category=now] article .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=page][data-category=now] article .wrapper header h3 strong,
body[data-context=page][data-category=now] article .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=page][data-category=now] article .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=page][data-category=now] article .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=page][data-category=now] article .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=page][data-category=now] article footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=page][data-category=now] article .now-cover{
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 768px){
  body[data-context=page][data-category=now] article .now-cover{
    aspect-ratio: auto;
    height: 60vw;
    min-height: 25rem;
  }
}

body[data-context=page][data-category=now] article .now-cover {
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body[data-context=page][data-category=now] article .now-cover img{
  display: none;
}

body[data-context=page][data-category=now] article .now-cover:hover {
  mix-blend-mode: normal;
}

body[data-context=page][data-category=now] article .small,
body[data-context=page][data-category=now] article .muted{
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-sub-text);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

body[data-context=page][data-category=random] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

body[data-context=page][data-category=random] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=page][data-category=random] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=page][data-category=random] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=page][data-category=random] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=page][data-category=random] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=random] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=random] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=random] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=random] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=page][data-category=random] main > header h2 span {
  font-weight: 400;
}

body[data-context=page][data-category=random] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=page][data-category=random] main section{
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=page][data-category=random] main section::after{
  display: block;
  height: 24rem;
  width: 100%;
  animation: rotation 4s infinite cubic-bezier(1, 2.5, 0, 1.5);
  color: var(--color-highlight);
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/TwentyDie.svg");
          mask-image: url("/assets/img/TwentyDie.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
}

body[data-context=page][data-category=random] main section div{
  display: none;
}

body[data-context=page][data-category=uses] {
  --uses-headings: #ffcc00;
  --color-background: #012c0c;
  --color-foreground: #fff;
  --color-header-link: #039027;
  --color-header-link-hover: var(--uses-headings);
  --color-header-separators: #024a14;
  --header-rainbow-1: #ff9900;
  --header-rainbow-2: #ff9900;
  --header-rainbow-3: #ff9900;
  --color-borders: var(---color-header-link);
  --color-borders-article-separators: var(--dark-color-quaternary);
  --color-collection-heading: var(--uses-headings);
  --color-link-hover-background: black;
  --color-link-hover-foreground: #fff;
  --color-link-underline: #04a92e;
  --color-sub-text: #04a92e;
  --color-subsub-text: #039027;
  --color-subsubsub-text: #025e1a;
  --color-code-inline: var(--dark-color-quaternary);
  --color-footnotes: var(--dark-color-secondary);
}

body[data-context=page][data-category=uses] main{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=page][data-category=uses] main h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=page][data-category=uses] main h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=page][data-category=uses] main h2{
    margin-bottom: 3rem;
  }
}

body[data-context=page][data-category=uses] main h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=page][data-category=uses] main h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=uses] main h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=uses] main h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=uses] main h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=uses] main h2::first-letter{
  text-transform: uppercase;
}

body[data-context=page][data-category=uses] main h2 span {
  font-weight: 400;
}

body[data-context=page][data-category=uses] main h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=page][data-category=uses] article .prose{
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=page][data-category=uses] article {
  color: var(--color-sub-text);
}

body[data-context=page][data-category=uses] article .prose h2,
body[data-context=page][data-category=uses] article .prose h3 {
  color: var(--color-collection-heading) !important;
}

body[data-context=page][data-category=uses] article .prose strong {
  color: var(--color-foreground);
}

body[data-context=page][data-category=uses] article .footnotes {
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=yonder] main > header{
  display: none;
}

body[data-context=collection][data-category=yonder] h3{
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-collection-heading);
  font-weight: 600;
}

body[data-context=collection][data-category=yonder] h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-collection-heading);
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=yonder] h3 a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=yonder] h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

body[data-context=collection][data-category=yonder] h3[data-name=People]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Users.svg");
          mask-image: url("/assets/img/Users.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=yonder] h3[data-name=Other]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Globe.svg");
          mask-image: url("/assets/img/Globe.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=yonder] h3[data-name=pasta]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Clipboard.svg");
          mask-image: url("/assets/img/Clipboard.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=yonder] h3[data-name=links]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Link.svg");
          mask-image: url("/assets/img/Link.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=yonder] h3[data-name=bookmarks]::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Bookmarks.svg");
          mask-image: url("/assets/img/Bookmarks.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=yonder] hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body[data-context=collection][data-category=yonder] em {
  font-family: "3103BBF3-FA86-4F12-8823-D75F6C7C6864";
}

body[data-context=collection][data-category=yonder] section{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=yonder] section ul a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section ul a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=yonder] section ul a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=yonder] section ul a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=yonder] section ul li::marker {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=yonder] section ul li a{
  text-decoration-thickness: 1px;
}

body[data-context=collection][data-category=yonder] section ul li .excerpt{
  margin-left: 0.5rem;
  display: inline;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"]{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"]{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"] > div{
  margin-bottom: 1.5rem;
}

body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"] > div ul li{
  display: inline-block;
  line-height: 1.625;
}

body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"] > div ul li:not(:last-of-type)::after{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline;
  height: 1.75rem;
  width: 2rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"] > div ul li:not(:last-of-type)::after{
    height: 2rem;
  }
}

body[data-context=collection][data-category=yonder] section[data-name="Sites I Frequent"] > div ul li:not(:last-of-type)::after {
  color: var(--color-subsubsub-text);
  content: " / ";
}

body[data-context=collection][data-category=yonder] a[href="/subscriptions.opml"]{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  position: absolute;
  top: -0.25rem;
  right: 3rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-highlight);
  border-color: var(--color-highlight);
}

body[data-context=collection][data-category=yonder] a[href="/subscriptions.opml"]:hover{
  opacity: 1;
  background-color: var(--color-highlight);
  color: #fff;
}

body[data-context=collection][data-category=yonder] a[href="/subscriptions.opml"] span::after{
  margin-left: 0.125rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  line-height: .75rem;
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/RSS-bold.svg");
          mask-image: url("/assets/img/RSS-bold.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name=Recent]{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] div{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name=Recent] div{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul li:not(:last-of-type){
  border-bottom-width: 1px;
  border-style: dotted;
  --color-borders: var(--color-borders-article-separators);
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=bookmarks] li{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=bookmarks] li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=bookmarks] li > span{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=bookmarks] li:nth-last-of-type(-n + 9){
  display: none;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=bookmarks] li:nth-last-of-type(-n + 9){
    display: block;
  }
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li > span{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li > span span:nth-of-type(1) {
  font-weight: 100;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li > span span:nth-of-type(2) {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li:nth-last-of-type(-n + 6){
  display: none;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=yonder] section[data-name=Recent] ul[data-name=pasta] li:nth-last-of-type(-n + 6){
    display: block;
  }
}

/** LAYOUT IS A PROBLEM FOR LATER. KEEP MOVING. */

body[data-context=tag] article:first-of-type{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=tag] article:first-of-type{
    padding-bottom: 0.75rem;
  }
}

body[data-context=tag] article:not(:first-of-type){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=tag] article:not(:first-of-type){
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body[data-context=tag] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=tag] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=tag] article[data-category=albums]{
  clear: both;
}

body[data-context=tag] article[data-category=albums] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=albums] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=albums] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=albums] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=albums] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=albums] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=albums] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=albums] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=albums] .wrapper header h3 strong,
body[data-context=tag] article[data-category=albums] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=albums] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=albums] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=albums] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=albums] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=albums] .album-cover{
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=albums] .album-cover{
    height: 10rem;
    min-height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}

body[data-context=tag] article[data-category=albums] .tracks{
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

body[data-context=tag] article[data-category=albums] .tracks table{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-context=tag] article[data-category=albums] .tracks table tr {
  /* Notes */
}

body[data-context=tag] article[data-category=albums] .tracks table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: dotted;
  vertical-align: top;
}

body[data-context=tag] article[data-category=albums] .tracks table tr td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
  /* Track name */
  /* Stars */
}

body[data-context=tag] article[data-category=albums] .tracks table tr td > span{
  margin-right: 0.25rem;
  display: inline;
  vertical-align: top;
  font-weight: 400;
}

body[data-context=tag] article[data-category=albums] .tracks table tr td:last-of-type{
  width: 7rem;
  text-align: right;
}

body[data-context=tag] article[data-category=albums] .tracks table tr .prose {
  display: inline;
  font-weight: 100;
  color: var(--color-collection-excerpt);
}

body[data-context=tag] article[data-category=albums] .tracks table tr .prose::before{
  margin-right: 0.25rem;
  display: inline-block;
  content: " – ";
}

body[data-context=tag] article[data-category=albums] .tracks table tr .prose p {
  display: inline;
  vertical-align: top;
}

body[data-context=tag] article[data-category=albums] .wrapper{
  gap: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=albums] .wrapper{
    display: flex;
  }
}

body[data-context=tag] article[data-category=albums] .wrapper .album-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=albums] .wrapper .album-cover{
    float: none;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=albums][data-layout=compact] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=albums][data-layout=compact] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=albums][data-layout=compact] main > div[data-layout]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] main > div[data-layout]{
    justify-content: center;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] article h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2 a {
  font-weight: 600;
}

body[data-context=collection][data-category=albums][data-layout=compact] article h2 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=compact] article h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=albums][data-layout=compact] article h3 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=compact] article footer,
body[data-context=collection][data-category=albums][data-layout=compact] article .prose,
body[data-context=collection][data-category=albums][data-layout=compact] article .excerpt{
  display: none;
}

body[data-context=collection][data-category=albums][data-layout=compact] article .stars{
  font-size: 0.75rem;
  line-height: 1rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums]{
  clear: both;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 strong,
body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .album-cover{
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .album-cover{
    height: 10rem;
    min-height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks{
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr {
  /* Notes */
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: dotted;
  vertical-align: top;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
  /* Track name */
  /* Stars */
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr td > span{
  margin-right: 0.25rem;
  display: inline;
  vertical-align: top;
  font-weight: 400;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr td:last-of-type{
  width: 7rem;
  text-align: right;
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr .prose {
  display: inline;
  font-weight: 100;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr .prose::before{
  margin-right: 0.25rem;
  display: inline-block;
  content: " – ";
}

body[data-context=collection][data-category=albums][data-layout=compact] article[data-category=albums] .tracks table tr .prose p {
  display: inline;
  vertical-align: top;
}

body[data-context=collection][data-category=albums][data-layout=compact] article{
  width: 8rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=compact] article{
    width: 10rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article:first-of-type{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article:first-of-type{
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article:not(:first-of-type){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article:not(:first-of-type){
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=albums][data-layout=full] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums]{
  clear: both;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 strong,
body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .album-cover{
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .album-cover{
    height: 10rem;
    min-height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks{
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr {
  /* Notes */
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: dotted;
  vertical-align: top;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
  /* Track name */
  /* Stars */
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr td > span{
  margin-right: 0.25rem;
  display: inline;
  vertical-align: top;
  font-weight: 400;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr td:last-of-type{
  width: 7rem;
  text-align: right;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr .prose {
  display: inline;
  font-weight: 100;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr .prose::before{
  margin-right: 0.25rem;
  display: inline-block;
  content: " – ";
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .tracks table tr .prose p {
  display: inline;
  vertical-align: top;
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper{
  gap: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper{
    display: flex;
  }
}

body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper .album-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=albums][data-layout=full] article[data-category=albums] .wrapper .album-cover{
    float: none;
  }
}

body[data-context=individual][data-category=albums] article[data-category=albums]{
  clear: both;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 strong,
body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=albums] article[data-category=albums] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .album-cover{
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=albums] article[data-category=albums] .album-cover{
    height: 10rem;
    min-height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks{
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr {
  /* Notes */
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: dotted;
  vertical-align: top;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
  /* Track name */
  /* Stars */
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr td > span{
  margin-right: 0.25rem;
  display: inline;
  vertical-align: top;
  font-weight: 400;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr td:last-of-type{
  width: 7rem;
  text-align: right;
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr .prose {
  display: inline;
  font-weight: 100;
  color: var(--color-collection-excerpt);
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr .prose::before{
  margin-right: 0.25rem;
  display: inline-block;
  content: " – ";
}

body[data-context=individual][data-category=albums] article[data-category=albums] .tracks table tr .prose p {
  display: inline;
  vertical-align: top;
}

body[data-context=individual][data-category=albums] .album-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

body[data-context=index] article[data-category=albums]{
  clear: both;
}

body[data-context=index] article[data-category=albums] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=albums] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=albums] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=albums] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=albums] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=albums] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=albums] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=albums] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=albums] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=albums] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=albums] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=albums] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=albums] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=albums] .wrapper header h3 strong,
body[data-context=index] article[data-category=albums] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=albums] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=albums] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=albums] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=albums] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=albums] .album-cover{
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=albums] .album-cover{
    height: 10rem;
    min-height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}

body[data-context=index] article[data-category=albums] .tracks{
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
}

body[data-context=index] article[data-category=albums] .tracks table{
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-context=index] article[data-category=albums] .tracks table tr {
  /* Notes */
}

body[data-context=index] article[data-category=albums] .tracks table tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-style: dotted;
  vertical-align: top;
}

body[data-context=index] article[data-category=albums] .tracks table tr td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
  /* Track name */
  /* Stars */
}

body[data-context=index] article[data-category=albums] .tracks table tr td > span{
  margin-right: 0.25rem;
  display: inline;
  vertical-align: top;
  font-weight: 400;
}

body[data-context=index] article[data-category=albums] .tracks table tr td:last-of-type{
  width: 7rem;
  text-align: right;
}

body[data-context=index] article[data-category=albums] .tracks table tr .prose {
  display: inline;
  font-weight: 100;
  color: var(--color-collection-excerpt);
}

body[data-context=index] article[data-category=albums] .tracks table tr .prose::before{
  margin-right: 0.25rem;
  display: inline-block;
  content: " – ";
}

body[data-context=index] article[data-category=albums] .tracks table tr .prose p {
  display: inline;
  vertical-align: top;
}

body[data-context=index] .album-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header{
  display: inline;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2,
body[data-context=tag] article[data-category=bookmarks] .wrapper header h3{
  display: inline;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper > div,
body[data-context=tag] article[data-category=bookmarks] .wrapper .prose,
body[data-context=tag] article[data-category=bookmarks] .wrapper .excerpt,
body[data-context=tag] article[data-category=bookmarks] .wrapper .prose p,
body[data-context=tag] article[data-category=bookmarks] .wrapper .excerpt p{
  display: inline;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper .prose::before,
body[data-context=tag] article[data-category=bookmarks] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=tag] article[data-category=bookmarks] .wrapper .prose,
body[data-context=tag] article[data-category=bookmarks] .wrapper .excerpt {
  color: var(--color-collection-excerpt);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper .prose a,
body[data-context=tag] article[data-category=bookmarks] .wrapper .excerpt a {
  text-decoration-color: var(--color-collection-excerpt);
  text-decoration-thickness: 1px;
}

body[data-context=tag] article:first-of-type{
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=tag] article:first-of-type{
    padding-bottom: 0px;
  }
}

body[data-context=tag] article:not(:first-of-type){
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=tag] article:not(:first-of-type){
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body[data-context=tag] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=tag] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=tag] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=tag] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=tag] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=tag] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=tag] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=tag] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=tag] main > header h2 span {
  font-weight: 400;
}

body[data-context=tag] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=tag] article header h2 a,
body[data-context=tag] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article header h2 a,
body[data-context=tag] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article header h2 a,
body[data-context=tag] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article header h2 a:hover,
body[data-context=tag] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=tag] article[data-category=bookmarks]{
  clear: both;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 strong,
body[data-context=tag] article[data-category=bookmarks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=bookmarks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=bookmarks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=bookmarks] header h2 {
  font-weight: 600;
}

body[data-context=tag] article[data-category=bookmarks] header h3 {
  font-weight: 400;
}

body[data-context=tag] article[data-category=bookmarks] header h3 a{
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header{
  display: inline;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3{
  display: inline;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper > div,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose p,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt p,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper > div,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose p,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt p{
  display: inline;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose::before,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt::before,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose::before,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt {
  color: var(--color-collection-excerpt);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose a,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .prose a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper .excerpt a {
  text-decoration-color: var(--color-collection-excerpt);
  text-decoration-thickness: 1px;
}

body[data-context=individual][data-category=bookmarks] article:first-of-type,
body[data-context=collection][data-category=bookmarks] article:first-of-type{
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] article:first-of-type,
body[data-context=collection][data-category=bookmarks] article:first-of-type{
    padding-bottom: 0px;
  }
}

body[data-context=individual][data-category=bookmarks] article:not(:first-of-type),
body[data-context=collection][data-category=bookmarks] article:not(:first-of-type){
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] article:not(:first-of-type),
body[data-context=collection][data-category=bookmarks] article:not(:first-of-type){
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body[data-context=individual][data-category=bookmarks] article:not(:first-of-type),
body[data-context=collection][data-category=bookmarks] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=individual][data-category=bookmarks] article .excerpt,
body[data-context=collection][data-category=bookmarks] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=individual][data-category=bookmarks] main > header,
body[data-context=collection][data-category=bookmarks] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=individual][data-category=bookmarks] main > header h2,
body[data-context=collection][data-category=bookmarks] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=individual][data-category=bookmarks] main > header h2,
body[data-context=collection][data-category=bookmarks] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] main > header h2,
body[data-context=collection][data-category=bookmarks] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=individual][data-category=bookmarks] main > header h2,
body[data-context=collection][data-category=bookmarks] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=individual][data-category=bookmarks] main > header h2 a,
body[data-context=collection][data-category=bookmarks] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] main > header h2 a,
body[data-context=collection][data-category=bookmarks] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=bookmarks] main > header h2 a,
body[data-context=collection][data-category=bookmarks] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=bookmarks] main > header h2 a:hover,
body[data-context=collection][data-category=bookmarks] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=bookmarks] main > header h2::first-letter,
body[data-context=collection][data-category=bookmarks] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=individual][data-category=bookmarks] main > header h2 span,
body[data-context=collection][data-category=bookmarks] main > header h2 span {
  font-weight: 400;
}

body[data-context=individual][data-category=bookmarks] main > header h2 a,
body[data-context=collection][data-category=bookmarks] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=individual][data-category=bookmarks] article header h2 a,
body[data-context=individual][data-category=bookmarks] article header h3 a,
body[data-context=collection][data-category=bookmarks] article header h2 a,
body[data-context=collection][data-category=bookmarks] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] article header h2 a,
body[data-context=individual][data-category=bookmarks] article header h3 a,
body[data-context=collection][data-category=bookmarks] article header h2 a,
body[data-context=collection][data-category=bookmarks] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=bookmarks] article header h2 a,
body[data-context=individual][data-category=bookmarks] article header h3 a,
body[data-context=collection][data-category=bookmarks] article header h2 a,
body[data-context=collection][data-category=bookmarks] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=bookmarks] article header h2 a:hover,
body[data-context=individual][data-category=bookmarks] article header h3 a:hover,
body[data-context=collection][data-category=bookmarks] article header h2 a:hover,
body[data-context=collection][data-category=bookmarks] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=bookmarks] .excerpt,
body[data-context=collection][data-category=bookmarks] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks],
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks]{
  clear: both;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a:hover,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 span,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a:hover,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 span,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 strong,
body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 b,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 strong,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4 a:hover,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] footer[data-type=meta],
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] header h2,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] header h2 {
  font-weight: 600;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] header h3,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] header h3 {
  font-weight: 400;
}

body[data-context=individual][data-category=bookmarks] article[data-category=bookmarks] header h3 a,
body[data-context=collection][data-category=bookmarks] article[data-category=bookmarks] header h3 a{
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

body[data-context=tag] article[data-category=books]{
  clear: both;
}

body[data-context=tag] article[data-category=books] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=books] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=books] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=books] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=books] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=books] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=books] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=books] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=books] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=books] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=books] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=books] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=books] .wrapper header h3 strong,
body[data-context=tag] article[data-category=books] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=books] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=books] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=books] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=books] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=books] .book-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=tag] article[data-category=books] > .wrapper > header h4 > span:nth-of-type(1)::after{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  content: "···";
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=books] > .wrapper > header h4 span:nth-of-type(1) span:nth-of-type(2){
  display: none;
}

body[data-context=tag] article[data-category=books] .stars{
  display: none;
}

body[data-context=tag] article[data-category=books] header .book-cover{
  width: 6rem;
  min-width: 6rem;
}

body[data-context=collection][data-category=books][data-layout=compact] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=books][data-layout=compact] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=compact] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=compact] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=books][data-layout=compact] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=books][data-layout=compact] main > div[data-layout]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=compact] main > div[data-layout]{
    justify-content: center;
  }
}

body[data-context=collection][data-category=books][data-layout=compact] article h2{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=books][data-layout=compact] article h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=compact] article h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=books][data-layout=compact] article h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=books][data-layout=compact] article h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=books][data-layout=compact] article h2 a {
  font-weight: 600;
}

body[data-context=collection][data-category=books][data-layout=compact] article h2 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=books][data-layout=compact] article h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=books][data-layout=compact] article h3 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=books][data-layout=compact] article footer,
body[data-context=collection][data-category=books][data-layout=compact] article .prose,
body[data-context=collection][data-category=books][data-layout=compact] article .excerpt{
  display: none;
}

body[data-context=collection][data-category=books][data-layout=compact] article .stars{
  font-size: 0.75rem;
  line-height: 1rem;
}

body[data-context=collection][data-category=books][data-layout=compact] article{
  width: 9rem;
}

body[data-context=collection][data-category=books][data-layout=compact] article .wrapper{
  display: flex;
  height: 100%;
}

body[data-context=collection][data-category=books][data-layout=compact] article header{
  display: flex;
  flex-direction: column;
}

body[data-context=collection][data-category=books][data-layout=compact] article header > div:nth-of-type(1){
  flex: 1 1 0%;
  background: radial-gradient(circle, var(--color-subsubsub-text) 10%, transparent 11%), radial-gradient(circle at bottom left, var(--color-subsubsub-text) 5%, transparent 6%), radial-gradient(circle at bottom right, var(--color-subsubsub-text) 5%, transparent 6%), radial-gradient(circle at top left, var(--color-subsubsub-text) 5%, transparent 6%), radial-gradient(circle at top right, var(--color-subsubsub-text) 5%, transparent 6%);
  background-size: 1em 1em;
  background-color: transparent;
  opacity: 1;
}

body[data-context=collection][data-category=books][data-layout=full] article:first-of-type{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=full] article:first-of-type{
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=books][data-layout=full] article:not(:first-of-type){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=full] article:not(:first-of-type){
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=books][data-layout=full] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=books][data-layout=full] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books]{
  clear: both;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 strong,
body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .book-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] > .wrapper > header h4 > span:nth-of-type(1)::after{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  content: "···";
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] > .wrapper > header h4 span:nth-of-type(1) span:nth-of-type(2){
  display: none;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] .stars{
  display: none;
}

body[data-context=collection][data-category=books][data-layout=full] article[data-category=books] header .book-cover{
  width: 6rem;
  min-width: 6rem;
}

body[data-context=individual][data-category=books] article[data-category=books]{
  clear: both;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 strong,
body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=books] article[data-category=books] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=books] article[data-category=books] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=books] article[data-category=books] .book-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=individual][data-category=books] article[data-category=books] > .wrapper > header h4 > span:nth-of-type(1)::after{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  content: "···";
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=books] article[data-category=books] > .wrapper > header h4 span:nth-of-type(1) span:nth-of-type(2){
  display: none;
}

body[data-context=individual][data-category=books] .book-cover{
  width: 8rem;
}

@media (min-width: 640px){
  body[data-context=individual][data-category=books] .book-cover{
    width: 11rem;
  }
}

body[data-context=index] article[data-category=books]{
  clear: both;
}

body[data-context=index] article[data-category=books] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=books] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=books] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=books] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=books] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=books] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=books] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=books] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=books] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=books] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=books] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=books] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=books] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=books] .wrapper header h3 strong,
body[data-context=index] article[data-category=books] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=books] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=books] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=books] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=books] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=books] .book-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=index] article[data-category=books] > .wrapper > header h4 > span:nth-of-type(1)::after{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  content: "···";
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=books] > .wrapper > header h4 span:nth-of-type(1) span:nth-of-type(2){
  display: none;
}

body[data-context=index] .book-cover{
  width: 8rem;
}

@media (min-width: 640px){
  body[data-context=index] .book-cover{
    width: 11rem;
  }
}

body[data-context=tag] article[data-category=games]{
  clear: both;
}

body[data-context=tag] article[data-category=games] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=games] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=games] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=games] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=games] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=games] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=games] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=games] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=games] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=games] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=games] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=games] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=games] .wrapper header h3 strong,
body[data-context=tag] article[data-category=games] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=games] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=games] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=games] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=games] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=games] .game-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  height: 7rem;
  width: calc(7rem / 1.15);
}

body[data-context=tag] article[data-category=games] .stars{
  display: none;
}

body[data-context=collection][data-category=games][data-layout=compact] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=games][data-layout=compact] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=games][data-layout=compact] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=games][data-layout=compact] main > div[data-layout]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] main > div[data-layout]{
    justify-content: center;
  }
}

body[data-context=collection][data-category=games][data-layout=compact] article h2{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=games][data-layout=compact] article h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] article h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=games][data-layout=compact] article h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=games][data-layout=compact] article h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=games][data-layout=compact] article h2 a {
  font-weight: 600;
}

body[data-context=collection][data-category=games][data-layout=compact] article h2 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=games][data-layout=compact] article h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=games][data-layout=compact] article h3 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=games][data-layout=compact] article footer,
body[data-context=collection][data-category=games][data-layout=compact] article .prose,
body[data-context=collection][data-category=games][data-layout=compact] article .excerpt{
  display: none;
}

body[data-context=collection][data-category=games][data-layout=compact] article .stars{
  font-size: 0.75rem;
  line-height: 1rem;
}

body[data-context=collection][data-category=games][data-layout=compact] article{
  width: 9rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] article{
    width: 10rem;
  }
}

body[data-context=collection][data-category=games][data-layout=compact] article header > div{
  padding-left: 0.5rem;
}

body[data-context=collection][data-category=games][data-layout=compact] article .game-cover{
  height: 9rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=compact] article .game-cover{
    height: 10rem;
  }
}

body[data-context=collection][data-category=games][data-layout=full] article:first-of-type{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=full] article:first-of-type{
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=games][data-layout=full] article:not(:first-of-type){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=full] article:not(:first-of-type){
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=games][data-layout=full] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=games][data-layout=full] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games]{
  clear: both;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 strong,
body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .game-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  height: 7rem;
  width: calc(7rem / 1.15);
}

body[data-context=collection][data-category=games][data-layout=full] article[data-category=games] .stars{
  display: none;
}

body[data-context=individual][data-category=games] article[data-category=games]{
  clear: both;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 strong,
body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=games] article[data-category=games] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=games] article[data-category=games] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=games] article[data-category=games] .game-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

body[data-context=index] article[data-category=games]{
  clear: both;
}

body[data-context=index] article[data-category=games] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=games] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=games] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=games] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=games] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=games] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=games] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=games] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=games] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=games] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=games] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=games] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=games] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=games] .wrapper header h3 strong,
body[data-context=index] article[data-category=games] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=games] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=games] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=games] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=games] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=games] .game-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

body[data-context=tag] article[data-category=media]{
  clear: both;
}

body[data-context=tag] article[data-category=media] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=media] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=media] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=media] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=media] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=media] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=media] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=media] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=media] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=media] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=media] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=media] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=media] .wrapper header h3 strong,
body[data-context=tag] article[data-category=media] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=media] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=media] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=media] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=media] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=media] .wrapper {
  overflow: hidden;
}

body[data-context=tag] article[data-category=media] .media-cover{
  height: calc(8rem * 1.333);
  width: 8rem;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=media] .media-cover{
    height: calc(9rem * 1.333);
    width: 9rem;
  }
}

body[data-context=tag] article[data-category=media] .media-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  body[data-context=tag] article[data-category=media] .media-cover{
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
}

body[data-context=tag] .media-cover{
  height: calc(6rem * 1.333);
  width: 6rem;
}

body[data-context=tag] article[data-category=media] .stars{
  display: none;
}

body[data-context=collection][data-category=media][data-layout=compact] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=media][data-layout=compact] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=compact] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=compact] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=media][data-layout=compact] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=media][data-layout=compact] main > div[data-layout]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=compact] main > div[data-layout]{
    justify-content: center;
  }
}

body[data-context=collection][data-category=media][data-layout=compact] article h2{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body[data-context=collection][data-category=media][data-layout=compact] article h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=compact] article h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=media][data-layout=compact] article h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=media][data-layout=compact] article h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=media][data-layout=compact] article h2 a {
  font-weight: 600;
}

body[data-context=collection][data-category=media][data-layout=compact] article h2 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=media][data-layout=compact] article h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=media][data-layout=compact] article h3 span {
  color: var(--color-subsub-text);
  font-weight: 100;
}

body[data-context=collection][data-category=media][data-layout=compact] article footer,
body[data-context=collection][data-category=media][data-layout=compact] article .prose,
body[data-context=collection][data-category=media][data-layout=compact] article .excerpt{
  display: none;
}

body[data-context=collection][data-category=media][data-layout=compact] article .stars{
  font-size: 0.75rem;
  line-height: 1rem;
}

body[data-context=collection][data-category=media][data-layout=compact] article{
  width: 8rem;
}

body[data-context=collection][data-category=media][data-layout=compact] article header h2{
  margin-top: 0.75rem;
}

body[data-context=collection][data-category=media][data-layout=full] article:first-of-type{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=full] article:first-of-type{
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=media][data-layout=full] article:not(:first-of-type){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=full] article:not(:first-of-type){
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body[data-context=collection][data-category=media][data-layout=full] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=media][data-layout=full] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media]{
  clear: both;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 strong,
body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .wrapper {
  overflow: hidden;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .media-cover{
  height: calc(8rem * 1.333);
  width: 8rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .media-cover{
    height: calc(9rem * 1.333);
    width: 9rem;
  }
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .media-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .media-cover{
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
}

body[data-context=collection][data-category=media][data-layout=full] .media-cover{
  height: calc(6rem * 1.333);
  width: 6rem;
}

body[data-context=collection][data-category=media][data-layout=full] article[data-category=media] .stars{
  display: none;
}

body[data-context=individual][data-category=media] article[data-category=media]{
  clear: both;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 strong,
body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=media] article[data-category=media] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=media] article[data-category=media] .wrapper {
  overflow: hidden;
}

body[data-context=individual][data-category=media] article[data-category=media] .media-cover{
  height: calc(8rem * 1.333);
  width: 8rem;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=media] article[data-category=media] .media-cover{
    height: calc(9rem * 1.333);
    width: 9rem;
  }
}

body[data-context=individual][data-category=media] article[data-category=media] .media-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  body[data-context=individual][data-category=media] article[data-category=media] .media-cover{
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
}

body[data-context=index] article[data-category=media]{
  clear: both;
}

body[data-context=index] article[data-category=media] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=media] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=media] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=media] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=media] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=media] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=media] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=media] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=media] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=media] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=media] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=media] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=media] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=media] .wrapper header h3 strong,
body[data-context=index] article[data-category=media] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=media] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=media] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=media] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=media] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=media] .wrapper {
  overflow: hidden;
}

body[data-context=index] article[data-category=media] .media-cover{
  height: calc(8rem * 1.333);
  width: 8rem;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=media] .media-cover{
    height: calc(9rem * 1.333);
    width: 9rem;
  }
}

body[data-context=index] article[data-category=media] .media-cover{
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  body[data-context=index] article[data-category=media] .media-cover{
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
}

body[data-context=tag] article[data-category=pasta]{
  clear: both;
}

body[data-context=tag] article[data-category=pasta] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=pasta] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=pasta] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h3 strong,
body[data-context=tag] article[data-category=pasta] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=pasta] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=pasta] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=pasta] header h2,
body[data-context=tag] article[data-category=pasta] header h3 {
  display: inline-block;
}

body[data-context=tag] article[data-category=pasta] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=tag] article[data-category=pasta] header h3 a{
  text-decoration-style: dotted;
}

body[data-context=tag] article[data-category=pasta] .notes{
  border-bottom-width: 1px;
  border-style: dotted;
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=pasta] .notes::before{
  margin-bottom: -1rem;
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  content: "Notes";
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=pasta] .wrapper header{
  display: inline;
}

body[data-context=tag] article[data-category=pasta] .wrapper header h2,
body[data-context=tag] article[data-category=pasta] .wrapper header h3{
  display: inline;
}

body[data-context=tag] article[data-category=pasta] .wrapper > div,
body[data-context=tag] article[data-category=pasta] .wrapper .prose,
body[data-context=tag] article[data-category=pasta] .wrapper .excerpt,
body[data-context=tag] article[data-category=pasta] .wrapper .prose p,
body[data-context=tag] article[data-category=pasta] .wrapper .excerpt p{
  display: inline;
}

body[data-context=tag] article[data-category=pasta] .wrapper .prose::before,
body[data-context=tag] article[data-category=pasta] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=collection][data-category=pasta] article:first-of-type{
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] article:first-of-type{
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=pasta] article:not(:first-of-type){
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] article:not(:first-of-type){
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=pasta] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=pasta] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=pasta] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=pasta] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=pasta] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=pasta] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=pasta] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=pasta] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=pasta] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=pasta] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=pasta] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=pasta] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=pasta] article header h2 a,
body[data-context=collection][data-category=pasta] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] article header h2 a,
body[data-context=collection][data-category=pasta] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=pasta] article header h2 a,
body[data-context=collection][data-category=pasta] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=pasta] article header h2 a:hover,
body[data-context=collection][data-category=pasta] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=pasta] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta]{
  clear: both;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 strong,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] header h2,
body[data-context=collection][data-category=pasta] article[data-category=pasta] header h3 {
  display: inline-block;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] header h3 a{
  text-decoration-style: dotted;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .notes{
  border-bottom-width: 1px;
  border-style: dotted;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .notes::before{
  margin-bottom: -1rem;
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  content: "Notes";
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header{
  display: inline;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h2,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper header h3{
  display: inline;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper > div,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .prose,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .excerpt,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .prose p,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .excerpt p{
  display: inline;
}

body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .prose::before,
body[data-context=collection][data-category=pasta] article[data-category=pasta] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=individual][data-category=pasta] article[data-category=pasta]{
  clear: both;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 strong,
body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] header h2,
body[data-context=individual][data-category=pasta] article[data-category=pasta] header h3 {
  display: inline-block;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] header h3 a{
  text-decoration-style: dotted;
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .notes{
  border-bottom-width: 1px;
  border-style: dotted;
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=pasta] article[data-category=pasta] .notes::before{
  margin-bottom: -1rem;
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  content: "Notes";
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=pasta]{
  clear: both;
}

body[data-context=index] article[data-category=pasta] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=pasta] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=pasta] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=pasta] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=pasta] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=pasta] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=pasta] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=pasta] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=pasta] .wrapper header h3 strong,
body[data-context=index] article[data-category=pasta] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=pasta] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=pasta] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=pasta] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=pasta] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=pasta] header h2,
body[data-context=index] article[data-category=pasta] header h3 {
  display: inline-block;
}

body[data-context=index] article[data-category=pasta] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=index] article[data-category=pasta] header h3 a{
  text-decoration-style: dotted;
}

body[data-context=index] article[data-category=pasta] .notes{
  border-bottom-width: 1px;
  border-style: dotted;
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=pasta] .notes::before{
  margin-bottom: -1rem;
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  content: "Notes";
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=photos] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 640px){
  body[data-context=tag] article[data-category=photos] .wrapper{
    display: flex;
  }
}

body[data-context=tag] article[data-category=photos] .wrapper img{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  width: 9rem;
  min-width: 9rem;
  border-radius: 0.375rem;
}

@media (min-width: 640px){
  body[data-context=tag] article[data-category=photos] .wrapper img{
    float: none;
    margin: 0px;
  }
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=photos] .wrapper img{
    width: 14rem;
    min-width: 14rem;
  }
}

body[data-context=tag] article[data-category=photos] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=photos] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=photos] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=photos] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=photos] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=photos] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=photos] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=photos] .wrapper header h3 strong,
body[data-context=tag] article[data-category=photos] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=photos] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=photos] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=photos] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=photos] article[data-category=photos]{
  clear: both;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 strong,
body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=photos] article[data-category=photos] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=photos] article[data-category=photos] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=photos] main > ul{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=photos] main > ul button {
  color: var(--color-header-link);
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body[data-context=collection][data-category=photos] main > ul button span{
  display: none;
}

body[data-context=collection][data-category=photos] main > ul button[aria-label="Blog Layout"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Photos-Blog.svg");
          mask-image: url("/assets/img/Photos-Blog.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=photos] main > ul button[aria-label="Wide layout"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Photos-Wide.svg");
          mask-image: url("/assets/img/Photos-Wide.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=photos] main > ul button[aria-label="Thumbnail layout"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Photos-Thumbnails.svg");
          mask-image: url("/assets/img/Photos-Thumbnails.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=photos] main > ul button:hover {
  color: var(--color-header-link-hover);
}

body[data-context=collection][data-category=photos] main > ul button.active {
  color: var(--color-header-link-hover);
}

body[data-context=collection][data-category=photos] div[data-layout=blog] article:not(:last-of-type){
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=photos] div[data-layout=blog] article:not(:last-of-type){
    padding-bottom: 3rem;
  }
}

body[data-context=collection][data-category=photos] div[data-layout=blog] article img[data-size=full]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 1280px){
  body[data-context=collection][data-category=photos] div[data-layout=blog] article img[data-size=full]{
    border-radius: 0.375rem;
  }
}

body[data-context=collection][data-category=photos] div[data-layout=blog] article img[data-size=thumbnail]{
  display: none;
}

body[data-context=collection][data-category=photos] div[data-layout=wide] article:first-of-type{
  padding-top: 1rem;
}

body[data-context=collection][data-category=photos] div[data-layout=wide] article .wrapper{
  display: none;
}

body[data-context=collection][data-category=photos] div[data-layout=wide] article img[data-size=full]{
  margin: 0px;
  width: 100%;
  padding: 0px;
}

body[data-context=collection][data-category=photos] div[data-layout=wide] article img[data-size=thumbnail]{
  display: none;
}

body[data-context=collection][data-category=photos] div[data-layout=thumbnail]{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body[data-context=collection][data-category=photos] div[data-layout=thumbnail] article{
  display: inline-block;
}

body[data-context=collection][data-category=photos] div[data-layout=thumbnail] article .wrapper,
body[data-context=collection][data-category=photos] div[data-layout=thumbnail] article img[data-size=full]{
  display: none;
}

body[data-context=collection][data-category=photos] div[data-layout=thumbnail] article img[data-size=thumbnail]{
  border-radius: 0.375rem;
}

body[data-context=collection][data-category=photos] div[data-layout=thumbnail] article img[data-size=thumbnail]:hover{
  --tw-saturate: saturate(2);
  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);
}

body[data-context=individual][data-category=photos] article[data-category=photos]{
  clear: both;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 strong,
body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=photos] article[data-category=photos] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=photos] article[data-category=photos] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=photos] img[data-size=full]{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 1280px){
  body[data-context=individual][data-category=photos] img[data-size=full]{
    border-radius: 0.375rem;
  }
}

body[data-context=index] article[data-category=photos]{
  clear: both;
}

body[data-context=index] article[data-category=photos] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=photos] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=photos] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=photos] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=photos] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=photos] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=photos] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=photos] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=photos] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=photos] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=photos] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=photos] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=photos] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=photos] .wrapper header h3 strong,
body[data-context=index] article[data-category=photos] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=photos] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=photos] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=photos] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=photos] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=photos]:not(:first-of-type){
  padding-top: 2.5rem;
}

body[data-context=tag] article[data-category=podcasts]{
  clear: both;
}

body[data-context=tag] article[data-category=podcasts] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=podcasts] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=podcasts] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h3 strong,
body[data-context=tag] article[data-category=podcasts] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=podcasts] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=podcasts] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=podcasts] header h2,
body[data-context=tag] article[data-category=podcasts] header h3 {
  display: inline-block;
}

body[data-context=tag] article[data-category=podcasts] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=tag] article[data-category=podcasts] header h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("/assets/img/Podcast.svg");
          mask-image: url("/assets/img/Podcast.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=tag] article[data-category=podcasts] .podcast-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=collection][data-category=podcasts] article:first-of-type{
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] article:first-of-type{
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=podcasts] article:not(:first-of-type){
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] article:not(:first-of-type){
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=podcasts] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=podcasts] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=podcasts] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=podcasts] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=podcasts] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=podcasts] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=podcasts] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=podcasts] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=podcasts] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=podcasts] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=podcasts] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=podcasts] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=podcasts] article header h2 a,
body[data-context=collection][data-category=podcasts] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] article header h2 a,
body[data-context=collection][data-category=podcasts] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=podcasts] article header h2 a,
body[data-context=collection][data-category=podcasts] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=podcasts] article header h2 a:hover,
body[data-context=collection][data-category=podcasts] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=podcasts] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts]{
  clear: both;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 strong,
body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] header h2,
body[data-context=collection][data-category=podcasts] article[data-category=podcasts] header h3 {
  display: inline-block;
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] header h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("/assets/img/Podcast.svg");
          mask-image: url("/assets/img/Podcast.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=collection][data-category=podcasts] article[data-category=podcasts] .podcast-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts]{
  clear: both;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 strong,
body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] header h2,
body[data-context=individual][data-category=podcasts] article[data-category=podcasts] header h3 {
  display: inline-block;
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] header h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("/assets/img/Podcast.svg");
          mask-image: url("/assets/img/Podcast.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=individual][data-category=podcasts] article[data-category=podcasts] .podcast-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=index] article[data-category=podcasts]{
  clear: both;
}

body[data-context=index] article[data-category=podcasts] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=podcasts] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=podcasts] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=podcasts] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h3 strong,
body[data-context=index] article[data-category=podcasts] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=podcasts] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=podcasts] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=podcasts] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=podcasts] header h2,
body[data-context=index] article[data-category=podcasts] header h3 {
  display: inline-block;
}

body[data-context=index] article[data-category=podcasts] header h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=index] article[data-category=podcasts] header h3::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("/assets/img/Podcast.svg");
          mask-image: url("/assets/img/Podcast.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: " ";
}

body[data-context=index] article[data-category=podcasts] .podcast-cover{
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}

body[data-context=tag] article[data-category=notes],
body[data-context=tag] article[data-category=posts],
body[data-context=tag] article[data-category=links]{
  clear: both;
}

body[data-context=tag] article[data-category=notes] .wrapper,
body[data-context=tag] article[data-category=posts] .wrapper,
body[data-context=tag] article[data-category=links] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=notes] .wrapper header h2,
body[data-context=tag] article[data-category=posts] .wrapper header h2,
body[data-context=tag] article[data-category=links] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=notes] .wrapper header h2 a,
body[data-context=tag] article[data-category=posts] .wrapper header h2 a,
body[data-context=tag] article[data-category=links] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=notes] .wrapper header h2 a,
body[data-context=tag] article[data-category=posts] .wrapper header h2 a,
body[data-context=tag] article[data-category=links] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=notes] .wrapper header h2 a,
body[data-context=tag] article[data-category=posts] .wrapper header h2 a,
body[data-context=tag] article[data-category=links] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=tag] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=tag] article[data-category=links] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=notes] .wrapper header h2 span,
body[data-context=tag] article[data-category=posts] .wrapper header h2 span,
body[data-context=tag] article[data-category=links] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=notes] .wrapper header h3,
body[data-context=tag] article[data-category=posts] .wrapper header h3,
body[data-context=tag] article[data-category=links] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 a,
body[data-context=tag] article[data-category=posts] .wrapper header h3 a,
body[data-context=tag] article[data-category=links] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=notes] .wrapper header h3 a,
body[data-context=tag] article[data-category=posts] .wrapper header h3 a,
body[data-context=tag] article[data-category=links] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 a,
body[data-context=tag] article[data-category=posts] .wrapper header h3 a,
body[data-context=tag] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=tag] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=tag] article[data-category=links] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 span,
body[data-context=tag] article[data-category=posts] .wrapper header h3 span,
body[data-context=tag] article[data-category=links] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 a,
body[data-context=tag] article[data-category=posts] .wrapper header h3 a,
body[data-context=tag] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=notes] .wrapper header h3 strong,
body[data-context=tag] article[data-category=notes] .wrapper header h3 b,
body[data-context=tag] article[data-category=posts] .wrapper header h3 strong,
body[data-context=tag] article[data-category=posts] .wrapper header h3 b,
body[data-context=tag] article[data-category=links] .wrapper header h3 strong,
body[data-context=tag] article[data-category=links] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=notes] .wrapper header h4,
body[data-context=tag] article[data-category=posts] .wrapper header h4,
body[data-context=tag] article[data-category=links] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=notes] .wrapper header h4 a,
body[data-context=tag] article[data-category=posts] .wrapper header h4 a,
body[data-context=tag] article[data-category=links] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=tag] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=tag] article[data-category=links] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=notes] footer[data-type=meta],
body[data-context=tag] article[data-category=posts] footer[data-type=meta],
body[data-context=tag] article[data-category=links] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=links] header a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=links] header a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=links] header a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=links] header a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=links] header h2 {
  font-weight: 600;
}

body[data-context=collection][data-category=notes] article:first-of-type,
body[data-context=collection][data-category=links] article:first-of-type,
body[data-context=collection][data-category=posts] article:first-of-type{
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article:first-of-type,
body[data-context=collection][data-category=links] article:first-of-type,
body[data-context=collection][data-category=posts] article:first-of-type{
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=notes] article:not(:first-of-type),
body[data-context=collection][data-category=links] article:not(:first-of-type),
body[data-context=collection][data-category=posts] article:not(:first-of-type){
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article:not(:first-of-type),
body[data-context=collection][data-category=links] article:not(:first-of-type),
body[data-context=collection][data-category=posts] article:not(:first-of-type){
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=notes] article:not(:first-of-type),
body[data-context=collection][data-category=links] article:not(:first-of-type),
body[data-context=collection][data-category=posts] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=notes] article .excerpt,
body[data-context=collection][data-category=links] article .excerpt,
body[data-context=collection][data-category=posts] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=notes] main > header,
body[data-context=collection][data-category=links] main > header,
body[data-context=collection][data-category=posts] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=notes] main > header h2,
body[data-context=collection][data-category=links] main > header h2,
body[data-context=collection][data-category=posts] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=notes] main > header h2,
body[data-context=collection][data-category=links] main > header h2,
body[data-context=collection][data-category=posts] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] main > header h2,
body[data-context=collection][data-category=links] main > header h2,
body[data-context=collection][data-category=posts] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=notes] main > header h2,
body[data-context=collection][data-category=links] main > header h2,
body[data-context=collection][data-category=posts] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=notes] main > header h2 a,
body[data-context=collection][data-category=links] main > header h2 a,
body[data-context=collection][data-category=posts] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] main > header h2 a,
body[data-context=collection][data-category=links] main > header h2 a,
body[data-context=collection][data-category=posts] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=notes] main > header h2 a,
body[data-context=collection][data-category=links] main > header h2 a,
body[data-context=collection][data-category=posts] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=notes] main > header h2 a:hover,
body[data-context=collection][data-category=links] main > header h2 a:hover,
body[data-context=collection][data-category=posts] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=notes] main > header h2::first-letter,
body[data-context=collection][data-category=links] main > header h2::first-letter,
body[data-context=collection][data-category=posts] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=notes] main > header h2 span,
body[data-context=collection][data-category=links] main > header h2 span,
body[data-context=collection][data-category=posts] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=notes] main > header h2 a,
body[data-context=collection][data-category=links] main > header h2 a,
body[data-context=collection][data-category=posts] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=notes] article header h2 a,
body[data-context=collection][data-category=notes] article header h3 a,
body[data-context=collection][data-category=links] article header h2 a,
body[data-context=collection][data-category=links] article header h3 a,
body[data-context=collection][data-category=posts] article header h2 a,
body[data-context=collection][data-category=posts] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article header h2 a,
body[data-context=collection][data-category=notes] article header h3 a,
body[data-context=collection][data-category=links] article header h2 a,
body[data-context=collection][data-category=links] article header h3 a,
body[data-context=collection][data-category=posts] article header h2 a,
body[data-context=collection][data-category=posts] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=notes] article header h2 a,
body[data-context=collection][data-category=notes] article header h3 a,
body[data-context=collection][data-category=links] article header h2 a,
body[data-context=collection][data-category=links] article header h3 a,
body[data-context=collection][data-category=posts] article header h2 a,
body[data-context=collection][data-category=posts] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=notes] article header h2 a:hover,
body[data-context=collection][data-category=notes] article header h3 a:hover,
body[data-context=collection][data-category=links] article header h2 a:hover,
body[data-context=collection][data-category=links] article header h3 a:hover,
body[data-context=collection][data-category=posts] article header h2 a:hover,
body[data-context=collection][data-category=posts] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=notes] .excerpt,
body[data-context=collection][data-category=links] .excerpt,
body[data-context=collection][data-category=posts] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=notes] article[data-category=notes],
body[data-context=collection][data-category=notes] article[data-category=posts],
body[data-context=collection][data-category=notes] article[data-category=links],
body[data-context=collection][data-category=links] article[data-category=notes],
body[data-context=collection][data-category=links] article[data-category=posts],
body[data-context=collection][data-category=links] article[data-category=links],
body[data-context=collection][data-category=posts] article[data-category=notes],
body[data-context=collection][data-category=posts] article[data-category=posts],
body[data-context=collection][data-category=posts] article[data-category=links]{
  clear: both;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2 a:hover,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2 a:hover,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h2 span,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h2 span,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h2 span,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h2 span,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h2 span,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h2 span,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h2 span,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h2 span,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 a:hover,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 a:hover,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 span,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 span,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 span,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 span,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 span,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 span,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 span,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 span,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 strong,
body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h3 b,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 strong,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h3 b,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 strong,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h3 b,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 strong,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h3 b,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 strong,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h3 b,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 strong,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h3 b,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 strong,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h3 b,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 strong,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h3 b,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 strong,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h4,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h4,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h4,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h4,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h4,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h4,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h4,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h4,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h4 a,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h4 a,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h4 a,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h4 a,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h4 a,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h4 a,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h4 a,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h4 a,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=notes] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=collection][data-category=notes] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=collection][data-category=notes] article[data-category=links] .wrapper header h4 a:hover,
body[data-context=collection][data-category=links] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=collection][data-category=links] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=collection][data-category=links] article[data-category=links] .wrapper header h4 a:hover,
body[data-context=collection][data-category=posts] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=collection][data-category=posts] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=collection][data-category=posts] article[data-category=links] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=notes] article[data-category=notes] footer[data-type=meta],
body[data-context=collection][data-category=notes] article[data-category=posts] footer[data-type=meta],
body[data-context=collection][data-category=notes] article[data-category=links] footer[data-type=meta],
body[data-context=collection][data-category=links] article[data-category=notes] footer[data-type=meta],
body[data-context=collection][data-category=links] article[data-category=posts] footer[data-type=meta],
body[data-context=collection][data-category=links] article[data-category=links] footer[data-type=meta],
body[data-context=collection][data-category=posts] article[data-category=notes] footer[data-type=meta],
body[data-context=collection][data-category=posts] article[data-category=posts] footer[data-type=meta],
body[data-context=collection][data-category=posts] article[data-category=links] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=notes] article[data-category=links] header a,
body[data-context=collection][data-category=links] article[data-category=links] header a,
body[data-context=collection][data-category=posts] article[data-category=links] header a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=notes] article[data-category=links] header a,
body[data-context=collection][data-category=links] article[data-category=links] header a,
body[data-context=collection][data-category=posts] article[data-category=links] header a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=notes] article[data-category=links] header a,
body[data-context=collection][data-category=links] article[data-category=links] header a,
body[data-context=collection][data-category=posts] article[data-category=links] header a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=notes] article[data-category=links] header a:hover,
body[data-context=collection][data-category=links] article[data-category=links] header a:hover,
body[data-context=collection][data-category=posts] article[data-category=links] header a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=notes] article[data-category=links] header h2,
body[data-context=collection][data-category=links] article[data-category=links] header h2,
body[data-context=collection][data-category=posts] article[data-category=links] header h2 {
  font-weight: 600;
}

body[data-context=individual][data-category=links] article[data-category=notes],
body[data-context=individual][data-category=links] article[data-category=posts],
body[data-context=individual][data-category=links] article[data-category=links],
body[data-context=individual][data-category=notes] article[data-category=notes],
body[data-context=individual][data-category=notes] article[data-category=posts],
body[data-context=individual][data-category=notes] article[data-category=links],
body[data-context=individual][data-category=posts] article[data-category=notes],
body[data-context=individual][data-category=posts] article[data-category=posts],
body[data-context=individual][data-category=posts] article[data-category=links]{
  clear: both;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2 a:hover,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2 a:hover,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h2 span,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h2 span,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h2 span,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h2 span,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h2 span,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h2 span,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h2 span,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h2 span,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 a:hover,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 a:hover,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 span,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 span,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 span,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 span,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 span,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 span,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 span,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 span,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 strong,
body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h3 b,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 strong,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h3 b,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 strong,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h3 b,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 strong,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h3 b,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 strong,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h3 b,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 strong,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h3 b,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 strong,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h3 b,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 strong,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h3 b,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 strong,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h4,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h4,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h4,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h4,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h4,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h4,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h4,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h4,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h4 a,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h4 a,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h4 a,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h4 a,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h4 a,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h4 a,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h4 a,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h4 a,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=links] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=individual][data-category=links] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=individual][data-category=links] article[data-category=links] .wrapper header h4 a:hover,
body[data-context=individual][data-category=notes] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=individual][data-category=notes] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=individual][data-category=notes] article[data-category=links] .wrapper header h4 a:hover,
body[data-context=individual][data-category=posts] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=individual][data-category=posts] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=individual][data-category=posts] article[data-category=links] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=links] article[data-category=notes] footer[data-type=meta],
body[data-context=individual][data-category=links] article[data-category=posts] footer[data-type=meta],
body[data-context=individual][data-category=links] article[data-category=links] footer[data-type=meta],
body[data-context=individual][data-category=notes] article[data-category=notes] footer[data-type=meta],
body[data-context=individual][data-category=notes] article[data-category=posts] footer[data-type=meta],
body[data-context=individual][data-category=notes] article[data-category=links] footer[data-type=meta],
body[data-context=individual][data-category=posts] article[data-category=notes] footer[data-type=meta],
body[data-context=individual][data-category=posts] article[data-category=posts] footer[data-type=meta],
body[data-context=individual][data-category=posts] article[data-category=links] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=links] article[data-category=links] header a,
body[data-context=individual][data-category=notes] article[data-category=links] header a,
body[data-context=individual][data-category=posts] article[data-category=links] header a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=links] article[data-category=links] header a,
body[data-context=individual][data-category=notes] article[data-category=links] header a,
body[data-context=individual][data-category=posts] article[data-category=links] header a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=links] article[data-category=links] header a,
body[data-context=individual][data-category=notes] article[data-category=links] header a,
body[data-context=individual][data-category=posts] article[data-category=links] header a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=links] article[data-category=links] header a:hover,
body[data-context=individual][data-category=notes] article[data-category=links] header a:hover,
body[data-context=individual][data-category=posts] article[data-category=links] header a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=links] article[data-category=links] header h2,
body[data-context=individual][data-category=notes] article[data-category=links] header h2,
body[data-context=individual][data-category=posts] article[data-category=links] header h2 {
  font-weight: 600;
}

article[data-category=notes] > .wrapper > .prose > p:first-of-type {
  margin-top: 0;
}

article[data-category=notes] header{
  display: none;
}

body[data-context=index] article[data-category=notes],
body[data-context=index] article[data-category=posts],
body[data-context=index] article[data-category=links]{
  clear: both;
}

body[data-context=index] article[data-category=notes] .wrapper,
body[data-context=index] article[data-category=posts] .wrapper,
body[data-context=index] article[data-category=links] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=notes] .wrapper header h2,
body[data-context=index] article[data-category=posts] .wrapper header h2,
body[data-context=index] article[data-category=links] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=notes] .wrapper header h2 a,
body[data-context=index] article[data-category=posts] .wrapper header h2 a,
body[data-context=index] article[data-category=links] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=notes] .wrapper header h2 a,
body[data-context=index] article[data-category=posts] .wrapper header h2 a,
body[data-context=index] article[data-category=links] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=notes] .wrapper header h2 a,
body[data-context=index] article[data-category=posts] .wrapper header h2 a,
body[data-context=index] article[data-category=links] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=notes] .wrapper header h2 a:hover,
body[data-context=index] article[data-category=posts] .wrapper header h2 a:hover,
body[data-context=index] article[data-category=links] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=notes] .wrapper header h2 span,
body[data-context=index] article[data-category=posts] .wrapper header h2 span,
body[data-context=index] article[data-category=links] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=notes] .wrapper header h3,
body[data-context=index] article[data-category=posts] .wrapper header h3,
body[data-context=index] article[data-category=links] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=notes] .wrapper header h3 a,
body[data-context=index] article[data-category=posts] .wrapper header h3 a,
body[data-context=index] article[data-category=links] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=notes] .wrapper header h3 a,
body[data-context=index] article[data-category=posts] .wrapper header h3 a,
body[data-context=index] article[data-category=links] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=notes] .wrapper header h3 a,
body[data-context=index] article[data-category=posts] .wrapper header h3 a,
body[data-context=index] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=notes] .wrapper header h3 a:hover,
body[data-context=index] article[data-category=posts] .wrapper header h3 a:hover,
body[data-context=index] article[data-category=links] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=notes] .wrapper header h3 span,
body[data-context=index] article[data-category=posts] .wrapper header h3 span,
body[data-context=index] article[data-category=links] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=notes] .wrapper header h3 a,
body[data-context=index] article[data-category=posts] .wrapper header h3 a,
body[data-context=index] article[data-category=links] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=notes] .wrapper header h3 strong,
body[data-context=index] article[data-category=notes] .wrapper header h3 b,
body[data-context=index] article[data-category=posts] .wrapper header h3 strong,
body[data-context=index] article[data-category=posts] .wrapper header h3 b,
body[data-context=index] article[data-category=links] .wrapper header h3 strong,
body[data-context=index] article[data-category=links] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=notes] .wrapper header h4,
body[data-context=index] article[data-category=posts] .wrapper header h4,
body[data-context=index] article[data-category=links] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=notes] .wrapper header h4 a,
body[data-context=index] article[data-category=posts] .wrapper header h4 a,
body[data-context=index] article[data-category=links] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=notes] .wrapper header h4 a:hover,
body[data-context=index] article[data-category=posts] .wrapper header h4 a:hover,
body[data-context=index] article[data-category=links] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=notes] footer[data-type=meta],
body[data-context=index] article[data-category=posts] footer[data-type=meta],
body[data-context=index] article[data-category=links] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=links] header a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=links] header a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=links] header a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=links] header a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=links] header h2 {
  font-weight: 600;
}

body[data-context=tag] article[data-category=songs]{
  clear: both;
}

body[data-context=tag] article[data-category=songs] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=songs] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=songs] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=songs] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=songs] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=songs] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=songs] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=songs] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=songs] .wrapper header h3 strong,
body[data-context=tag] article[data-category=songs] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=songs] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=songs] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=songs] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=songs] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=tag] article[data-category=songs] h2,
body[data-context=tag] article[data-category=songs] h3 {
  display: inline-block;
}

body[data-context=tag] article[data-category=songs] h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=tag] article[data-category=songs] header h2 {
  font-weight: 600;
}

body[data-context=tag] article[data-category=songs] header h3 {
  font-weight: 400;
}

body[data-context=tag] article[data-category=songs] header h3 a{
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

body[data-context=tag] article[data-category=songs] .wrapper header{
  display: inline;
}

body[data-context=tag] article[data-category=songs] .wrapper header h2,
body[data-context=tag] article[data-category=songs] .wrapper header h3{
  display: inline;
}

body[data-context=tag] article[data-category=songs] .wrapper > div,
body[data-context=tag] article[data-category=songs] .wrapper .prose,
body[data-context=tag] article[data-category=songs] .wrapper .excerpt,
body[data-context=tag] article[data-category=songs] .wrapper .prose p,
body[data-context=tag] article[data-category=songs] .wrapper .excerpt p{
  display: inline;
}

body[data-context=tag] article[data-category=songs] .wrapper .prose::before,
body[data-context=tag] article[data-category=songs] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=tag] article[data-category=songs] .wrapper .prose,
body[data-context=tag] article[data-category=songs] .wrapper .excerpt {
  color: var(--color-collection-excerpt);
}

body[data-context=tag] article[data-category=songs] .wrapper .prose a,
body[data-context=tag] article[data-category=songs] .wrapper .excerpt a {
  text-decoration-color: var(--color-collection-excerpt);
  text-decoration-thickness: 1px;
}

body[data-context=individual][data-category=songs] article[data-category=songs]{
  clear: both;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 strong,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=songs] article[data-category=songs] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=songs] article[data-category=songs] h2,
body[data-context=individual][data-category=songs] article[data-category=songs] h3 {
  display: inline-block;
}

body[data-context=individual][data-category=songs] article[data-category=songs] h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=individual][data-category=songs] article[data-category=songs] header h2 {
  font-weight: 600;
}

body[data-context=individual][data-category=songs] article[data-category=songs] header h3 {
  font-weight: 400;
}

body[data-context=individual][data-category=songs] article[data-category=songs] header h3 a{
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header{
  display: inline;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h2,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper header h3{
  display: inline;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper > div,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .prose,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .excerpt,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .prose p,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .excerpt p{
  display: inline;
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .prose::before,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .prose,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .excerpt {
  color: var(--color-collection-excerpt);
}

body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .prose a,
body[data-context=individual][data-category=songs] article[data-category=songs] .wrapper .excerpt a {
  text-decoration-color: var(--color-collection-excerpt);
  text-decoration-thickness: 1px;
}

body[data-context=collection][data-category=songs] article:first-of-type{
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] article:first-of-type{
    padding-bottom: 0px;
  }
}

body[data-context=collection][data-category=songs] article:not(:first-of-type){
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] article:not(:first-of-type){
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body[data-context=collection][data-category=songs] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=songs] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=songs] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=songs] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=songs] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=songs] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=songs] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=songs] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=songs] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=songs] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=songs] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=songs] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=songs] article header h2 a,
body[data-context=collection][data-category=songs] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] article header h2 a,
body[data-context=collection][data-category=songs] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=songs] article header h2 a,
body[data-context=collection][data-category=songs] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=songs] article header h2 a:hover,
body[data-context=collection][data-category=songs] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=songs] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=songs] div[data-extra=true] span{
  font-weight: 400;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact]{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper header{
  display: flex;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper header::before{
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  color: var(--color-highlight);
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Play.svg");
          mask-image: url("/assets/img/Play.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex-grow: 1;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper h3 span{
  display: none;
}

body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper .prose,
body[data-context=collection][data-category=songs] main > div[data-layout=compact] article .wrapper footer[data-type=meta]{
  display: none;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs]{
  clear: both;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 strong,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] h2,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] h3 {
  display: inline-block;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] h2::after{
  margin-right: 0.25rem;
  content: "";
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] header h2 {
  font-weight: 600;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] header h3 {
  font-weight: 400;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] header h3 a{
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header{
  display: inline;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h2,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper header h3{
  display: inline;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper > div,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .prose,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .excerpt,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .prose p,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .excerpt p{
  display: inline;
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .prose::before,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .excerpt::before{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "—";
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .prose,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .excerpt {
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .prose a,
body[data-context=collection][data-category=songs] main > div[data-layout=full] article[data-category=songs] .wrapper .excerpt a {
  text-decoration-color: var(--color-collection-excerpt);
  text-decoration-thickness: 1px;
}

body[data-context=tag] article[data-category=talks]{
  clear: both;
}

body[data-context=tag] article[data-category=talks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=tag] article[data-category=talks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=tag] article[data-category=talks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=talks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=talks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=talks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=talks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=tag] article[data-category=talks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=tag] article[data-category=talks] .wrapper header h3 strong,
body[data-context=tag] article[data-category=talks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=tag] article[data-category=talks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=tag] article[data-category=talks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=tag] article[data-category=talks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=tag] article[data-category=talks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=collection][data-category=talks] article:first-of-type{
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] article:first-of-type{
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=talks] article:not(:first-of-type){
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] article:not(:first-of-type){
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body[data-context=collection][data-category=talks] article:not(:first-of-type){
  border-top-width: 1px;
  border-style: dotted;
  border-color: var(--color-borders-article-separators);
}

body[data-context=collection][data-category=talks] article .excerpt{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=talks] main > header{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body[data-context=collection][data-category=talks] main > header h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=collection][data-category=talks] main > header h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] main > header h2{
    margin-bottom: 3rem;
  }
}

body[data-context=collection][data-category=talks] main > header h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=collection][data-category=talks] main > header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] main > header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=talks] main > header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=talks] main > header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=talks] main > header h2::first-letter{
  text-transform: uppercase;
}

body[data-context=collection][data-category=talks] main > header h2 span {
  font-weight: 400;
}

body[data-context=collection][data-category=talks] main > header h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=collection][data-category=talks] article header h2 a,
body[data-context=collection][data-category=talks] article header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] article header h2 a,
body[data-context=collection][data-category=talks] article header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=talks] article header h2 a,
body[data-context=collection][data-category=talks] article header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=talks] article header h2 a:hover,
body[data-context=collection][data-category=talks] article header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=talks] .excerpt{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-collection-excerpt);
}

body[data-context=collection][data-category=talks] article[data-category=talks]{
  clear: both;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 strong,
body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=collection][data-category=talks] article[data-category=talks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=collection][data-category=talks] article[data-category=talks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=individual][data-category=talks] article[data-category=talks]{
  clear: both;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 strong,
body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=individual][data-category=talks] article[data-category=talks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=individual][data-category=talks] article[data-category=talks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

body[data-context=index] article[data-category=talks]{
  clear: both;
}

body[data-context=index] article[data-category=talks] .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 1rem;
}

body[data-context=index] article[data-category=talks] .wrapper header h2 {
  font-weight: 900;
}

body[data-context=index] article[data-category=talks] .wrapper header h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=talks] .wrapper header h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=talks] .wrapper header h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=talks] .wrapper header h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=talks] .wrapper header h2 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=talks] .wrapper header h3 {
  color: var(--color-sub-text);
}

body[data-context=index] article[data-category=talks] .wrapper header h3 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=index] article[data-category=talks] .wrapper header h3 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=index] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=index] article[data-category=talks] .wrapper header h3 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=index] article[data-category=talks] .wrapper header h3 span {
  font-weight: 100;
}

body[data-context=index] article[data-category=talks] .wrapper header h3 a {
  text-decoration-color: var(--color-sub-text);
}

body[data-context=index] article[data-category=talks] .wrapper header h3 strong,
body[data-context=index] article[data-category=talks] .wrapper header h3 b {
  font-weight: 700;
}

body[data-context=index] article[data-category=talks] .wrapper header h4{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

body[data-context=index] article[data-category=talks] .wrapper header h4 a{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dotted;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

body[data-context=index] article[data-category=talks] .wrapper header h4 a:hover {
  border-color: var(--color-link-hover-background);
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
}

body[data-context=index] article[data-category=talks] footer[data-type=meta]{
  margin-top: 0.5rem;
}

/**
  Increase contrast in dark mode
*/

body[data-theme=dark] article img {
  filter: brightness(0.9) contrast(1.1);
}

@media (prefers-color-scheme: dark) {
  article img {
    filter: brightness(0.9) contrast(1.1);
  }
}

/** TODO Lists */

body[data-context=todo][data-category=books],
body[data-context=todo][data-category=albums],
body[data-context=todo][data-category=games],
body[data-context=todo][data-category=media] {
  --color-borders: var(--color-subsubsub-text);
}

body[data-context=todo][data-category=books] main,
body[data-context=todo][data-category=albums] main,
body[data-context=todo][data-category=games] main,
body[data-context=todo][data-category=media] main{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=todo][data-category=books] main h2,
body[data-context=todo][data-category=albums] main h2,
body[data-context=todo][data-category=games] main h2,
body[data-context=todo][data-category=media] main h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=todo][data-category=books] main h2,
body[data-context=todo][data-category=albums] main h2,
body[data-context=todo][data-category=games] main h2,
body[data-context=todo][data-category=media] main h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=todo][data-category=books] main h2,
body[data-context=todo][data-category=albums] main h2,
body[data-context=todo][data-category=games] main h2,
body[data-context=todo][data-category=media] main h2{
    margin-bottom: 3rem;
  }
}

body[data-context=todo][data-category=books] main h2,
body[data-context=todo][data-category=albums] main h2,
body[data-context=todo][data-category=games] main h2,
body[data-context=todo][data-category=media] main h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=todo][data-category=books] main h2 a,
body[data-context=todo][data-category=albums] main h2 a,
body[data-context=todo][data-category=games] main h2 a,
body[data-context=todo][data-category=media] main h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=todo][data-category=books] main h2 a,
body[data-context=todo][data-category=albums] main h2 a,
body[data-context=todo][data-category=games] main h2 a,
body[data-context=todo][data-category=media] main h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=todo][data-category=books] main h2 a,
body[data-context=todo][data-category=albums] main h2 a,
body[data-context=todo][data-category=games] main h2 a,
body[data-context=todo][data-category=media] main h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=todo][data-category=books] main h2 a:hover,
body[data-context=todo][data-category=albums] main h2 a:hover,
body[data-context=todo][data-category=games] main h2 a:hover,
body[data-context=todo][data-category=media] main h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=todo][data-category=books] main h2::first-letter,
body[data-context=todo][data-category=albums] main h2::first-letter,
body[data-context=todo][data-category=games] main h2::first-letter,
body[data-context=todo][data-category=media] main h2::first-letter{
  text-transform: uppercase;
}

body[data-context=todo][data-category=books] main h2 span,
body[data-context=todo][data-category=albums] main h2 span,
body[data-context=todo][data-category=games] main h2 span,
body[data-context=todo][data-category=media] main h2 span {
  font-weight: 400;
}

body[data-context=todo][data-category=books] main h2 a,
body[data-context=todo][data-category=albums] main h2 a,
body[data-context=todo][data-category=games] main h2 a,
body[data-context=todo][data-category=media] main h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=todo][data-category=books] article .prose,
body[data-context=todo][data-category=albums] article .prose,
body[data-context=todo][data-category=games] article .prose,
body[data-context=todo][data-category=media] article .prose{
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=todo][data-category=books] article ul,
body[data-context=todo][data-category=albums] article ul,
body[data-context=todo][data-category=games] article ul,
body[data-context=todo][data-category=media] article ul{
  margin: 0px;
  list-style-type: none;
  gap: 1rem;
}

@media (min-width: 768px){
  body[data-context=todo][data-category=books] article ul,
body[data-context=todo][data-category=albums] article ul,
body[data-context=todo][data-category=games] article ul,
body[data-context=todo][data-category=media] article ul{
    -moz-columns: 2;
         columns: 2;
  }
}

body[data-context=todo][data-category=books] article ul li,
body[data-context=todo][data-category=albums] article ul li,
body[data-context=todo][data-category=games] article ul li,
body[data-context=todo][data-category=media] article ul li{
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-style: dotted;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--color-sub-text);
}

body[data-context=todo][data-category=books] article ul li a,
body[data-context=todo][data-category=books] article ul li strong,
body[data-context=todo][data-category=books] article ul li em,
body[data-context=todo][data-category=albums] article ul li a,
body[data-context=todo][data-category=albums] article ul li strong,
body[data-context=todo][data-category=albums] article ul li em,
body[data-context=todo][data-category=games] article ul li a,
body[data-context=todo][data-category=games] article ul li strong,
body[data-context=todo][data-category=games] article ul li em,
body[data-context=todo][data-category=media] article ul li a,
body[data-context=todo][data-category=media] article ul li strong,
body[data-context=todo][data-category=media] article ul li em {
  color: var(--color-foreground);
  font-weight: 400;
}

/* Miscellaneous */

body[data-context=page][data-category=lessons] main,
body[data-context=page][data-category=jokes] main{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

body[data-context=page][data-category=lessons] main h2,
body[data-context=page][data-category=jokes] main h2{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  body[data-context=page][data-category=lessons] main h2,
body[data-context=page][data-category=jokes] main h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  body[data-context=page][data-category=lessons] main h2,
body[data-context=page][data-category=jokes] main h2{
    margin-bottom: 3rem;
  }
}

body[data-context=page][data-category=lessons] main h2,
body[data-context=page][data-category=jokes] main h2 {
  color: var(--color-collection-heading);
  font-weight: 100;
}

body[data-context=page][data-category=lessons] main h2 a,
body[data-context=page][data-category=jokes] main h2 a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  body[data-context=page][data-category=lessons] main h2 a,
body[data-context=page][data-category=jokes] main h2 a{
    text-decoration-thickness: 2px;
  }
}

body[data-context=page][data-category=lessons] main h2 a,
body[data-context=page][data-category=jokes] main h2 a {
  text-decoration-color: var(--color-link-underline);
}

body[data-context=page][data-category=lessons] main h2 a:hover,
body[data-context=page][data-category=jokes] main h2 a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

body[data-context=page][data-category=lessons] main h2::first-letter,
body[data-context=page][data-category=jokes] main h2::first-letter{
  text-transform: uppercase;
}

body[data-context=page][data-category=lessons] main h2 span,
body[data-context=page][data-category=jokes] main h2 span {
  font-weight: 400;
}

body[data-context=page][data-category=lessons] main h2 a,
body[data-context=page][data-category=jokes] main h2 a{
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-collection-heading);
}

body[data-context=page][data-category=lessons] article .prose,
body[data-context=page][data-category=jokes] article .prose{
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

/* Table of Contents */

nav.table-of-contents{
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: dotted;
  border-color: var(--color-subsub-text);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  nav.table-of-contents{
    float: right;
    margin-left: 3rem;
    margin-top: 0px;
  }
}

@media (prefers-color-scheme: dark){
  nav.table-of-contents{
    border-color: var(--color-subsubsub-text);
  }
}

nav.table-of-contents::before{
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-highlight);
  content: "Table of Contents";
}

nav.table-of-contents li{
  list-style-type: none;
}

nav.table-of-contents li a {
  text-decoration: none;
}

nav.table-of-contents > ul{
  margin: 0px;
}

nav.table-of-contents > ul ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
}

nav.table-of-contents > ul ul li{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: var(--color-sub-text);
}

nav.table-of-contents > ul ul li::before{
  margin-right: 0.5rem;
  display: inline-block;
  content: "∟";
  color: var(--color-subsub-text);
}

nav.table-of-contents > ul > li{
  margin-top: 1rem;
}

/* Fade things nicely (if people want it) */

@media screen and (prefers-reduced-motion: no-preference) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  main {
    animation: fadeIn var(--page-transition-delay) ease-in-out;
  }
}

.last\:border-none:last-child{
  border-style: none;
}

@media (min-width: 640px){
  .sm\:float-none{
    float: none;
  }

  .sm\:m-0{
    margin: 0px;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:w-\[22rem\]{
    width: 22rem;
  }

  .sm\:min-w-\[22rem\]{
    min-width: 22rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .md\:top-1{
    top: 0.25rem;
  }

  .md\:float-right{
    float: right;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-auto{
    aspect-ratio: auto;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-\[1\.125rem\]{
    height: 1.125rem;
  }

  .md\:h-\[60vw\]{
    height: 60vw;
  }

  .md\:h-\[90\%\]{
    height: 90%;
  }

  .md\:h-\[calc\(9rem\*1\.15\)\]{
    height: calc(9rem * 1.15);
  }

  .md\:h-\[calc\(9rem\*1\.33\)\]{
    height: calc(9rem * 1.33);
  }

  .md\:h-\[calc\(9rem\*1\.333\)\]{
    height: calc(9rem * 1.333);
  }

  .md\:min-h-40{
    min-height: 10rem;
  }

  .md\:min-h-\[25rem\]{
    min-height: 25rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-\[1\.125rem\]{
    width: 1.125rem;
  }

  .md\:w-\[9rem\]{
    width: 9rem;
  }

  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:\[grid-template-columns\:repeat\(var\(--big-grid-count\)\2c minmax\(0\2c 1fr\)\)\]{
    grid-template-columns: repeat(var(--big-grid-count),minmax(0,1fr));
  }
}

@media (min-width: 1024px){
  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:w-\[32vw\]{
    width: 32vw;
  }

  .lg\:min-w-\[32vw\]{
    min-width: 32vw;
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:w-\[36vw\]{
    width: 36vw;
  }

  .xl\:min-w-\[36vw\]{
    min-width: 36vw;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-\[var\(--color-subsubsub-text\)\]{
    border-color: var(--color-subsubsub-text);
  }
}

.\[\&\:last-child\]\:pt-3:last-child{
  padding-top: 0.75rem;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child){
  border-bottom-width: 1px;
}

.\[\&\:not\(\:last-child\)\]\:py-3:not(:last-child){
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
