@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;
}

body,
body[data-theme=dark],
body[data-theme=light] {
  --color-background: #facb55;
  --color-foreground: #111;
  --color-borders: #e2a407;
  --color-borders-article-separators: #e2a407;
  --color-header-link: #986e04;
  --color-header-link-hover: #ff0000;
  --color-header-logo: var(--light-color-highlight);
  --color-header-logo-hover: var(--light-color-highlight-light);
  --color-header-separators: #f8b40b;
  --color-link-underline: #ff0000;
  --color-link-hover-background: var(--color-link-underline);
  --color-link-hover-foreground: #fff;
  --color-stars-background: #fce29f;
  --color-stars-foreground: var(--color-foreground);
  --color-stars-superlative: #ff0000;
  --color-collection-excerpt: #986e04;
  --color-sub-text: #7f5c04;
  --color-subsub-text: #b18005;
  --color-subsubsub-text: #ca9206;
  --color-highlight: #ff0000;
  --color-highlight-light: #ff6666;
}

.parent-wrapper{
  position: relative;
}

.parent-wrapper::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.027;
  content: "";
  background: url("/assets/img/noise.webp");
  z-index: -1;
}

main{
  overflow-x: hidden;
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
}

main .drawing{
  float: right;
}

@media (min-width: 1280px){
  main .drawing{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -50;
  }
}

main .drawing {
  shape-outside: ellipse(25vw 35vw at 25vw 25vw);
  /* X and Y radii, then Center of Ellipse */
  /** To visualize */
}

main .drawing img{
  width: 14rem;
  min-width: 14rem;
}

@media (min-width: 640px){
  main .drawing img{
    width: 22rem;
    min-width: 22rem;
  }
}

@media (min-width: 1024px){
  main .drawing img{
    margin-left: 1rem;
    width: 32vw;
    min-width: 32vw;
  }
}

@media (min-width: 1280px){
  main .drawing img{
    width: 36vw;
    min-width: 36vw;
  }
}

main p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

main em {
  font-family: "3103BBF3-FA86-4F12-8823-D75F6C7C6864";
  font-size: 115%;
  line-height: 1;
}

main .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

main section:not([data-name=intro]) 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-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

main section:not([data-name=intro]) 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);
}

main section:not([data-name=intro]) h2 a:hover {
  background: var(--color-link-underline);
  color: #fff !important;
  text-decoration-color: var(--color-link-underline);
}

main section:not([data-name=intro]) h2::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

main section:not([data-name=intro]):not([data-name=intro]):not([data-name=socials]){
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  main section:not([data-name=intro]):not([data-name=intro]):not([data-name=socials]){
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

main section:not([data-name=intro]) ul{
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  main section:not([data-name=intro]) ul{
    padding-bottom: 0px;
  }
}

main section[data-name=log]{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

@media (min-width: 1280px){
  main section[data-name=log]{
    padding-right: 2rem;
  }
}

main section[data-name=log] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Nib.svg");
          mask-image: url("/assets/img/Nib.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[data-name=photos] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/FilmStrip.svg");
          mask-image: url("/assets/img/FilmStrip.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[data-name=reading] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Glasses.svg");
          mask-image: url("/assets/img/Glasses.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[data-name=watching] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Popcorn.svg");
          mask-image: url("/assets/img/Popcorn.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[data-name=listening] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Ear.svg");
          mask-image: url("/assets/img/Ear.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[data-name=playing] h2::after{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Joystick.svg");
          mask-image: url("/assets/img/Joystick.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 .intro-wrapper{
  padding-bottom: 1rem;
  padding-top: 0.125rem;
}

@media (min-width: 1280px){
  main .intro-wrapper{
    padding-right: 11rem;
  }
}

main .intro-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

main section[data-name=intro]{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  main section[data-name=intro]{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

main section[data-name=intro] a{
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-color: var(--color-link-underline);
}

main section[data-name=intro] a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

main section[data-name=intro] h2{
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 768px){
  main section[data-name=intro] h2{
    margin-bottom: 2rem;
    font-size: 4.5rem;
    line-height: 1;
  }
}

main section[data-name=intro] h2{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  font-weight: 800;
  color: #ff0000;
  --lines: 1.5px;
  -webkit-mask: repeating-radial-gradient(circle at 9.65rem 2.71rem, #000, var(--lines), #000, 0, rgba(0, 0, 0, 0), calc(var(--lines) * 2), rgba(0, 0, 0, 0) 0);
          mask: repeating-radial-gradient(circle at 9.65rem 2.71rem, #000, var(--lines), #000, 0, rgba(0, 0, 0, 0), calc(var(--lines) * 2), rgba(0, 0, 0, 0) 0);
}

main section[data-name=intro] .iowa {
  background: url("/assets/img/iowa.svg") center no-repeat;
  background-size: contain;
  bottom: -0.25rem;
  display: inline-block;
  height: 1.25rem;
  position: relative;
  width: 2.25rem;
}

main section[data-name=intro] p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  main section[data-name=intro] p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

main section[data-name=intro] strong {
  font-weight: 600;
}

main section[data-name=socials]{
  margin-top: 1.5rem;
}

@media (min-width: 768px){
  main section[data-name=socials]{
    margin-bottom: 0.5rem;
  }
}

main section[data-name=socials] h2{
  display: none;
}

main section[data-name=socials] ul{
  display: inline-grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

main section[data-name=socials] a{
  display: block;
  height: 2rem;
  width: 2rem;
  color: var(--color-highlight);
}

main section[data-name=socials] a:hover {
  color: var(--color-highlight-light);
}

main section[data-name=socials] a span{
  display: none;
}

main section[data-name=socials] a[href="/feed.xml"]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/RSS.svg");
          mask-image: url("/assets/img/RSS.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[data-name=socials] a[title~=Instagram]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Instagram.svg");
          mask-image: url("/assets/img/Instagram.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[data-name=socials] a[title~=LinkedIn]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/LinkedIn.svg");
          mask-image: url("/assets/img/LinkedIn.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[data-name=socials] a[title~=GitHub]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/GitHub.svg");
          mask-image: url("/assets/img/GitHub.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[data-name=socials] a[title~=GPG]{
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Key.svg");
          mask-image: url("/assets/img/Key.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[data-name=log] ul{
  margin-right: 1rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  main section[data-name=log] ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    overflow-x: hidden;
    padding-bottom: 0px;
  }
}

main section[data-name=log] ul {
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

main section[data-name=log] ul ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=log] ul ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=log] li{
  min-width: 15rem;
  border-right-width: 1px;
  border-style: dotted;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

main section[data-name=log] li:last-child{
  border-style: none;
}

@media (min-width: 768px){
  main section[data-name=log] li{
    min-height: 5rem;
    border-style: none;
  }
}

main section[data-name=log] li {
  background: radial-gradient(circle, var(--color-highlight) 10%, transparent 11%), radial-gradient(circle at bottom left, var(--color-highlight) 5%, transparent 6%), radial-gradient(circle at bottom right, var(--color-highlight) 5%, transparent 6%), radial-gradient(circle at top left, var(--color-highlight) 5%, transparent 6%), radial-gradient(circle at top right, var(--color-highlight) 5%, transparent 6%);
  background-size: 0.5em 0.5em;
  background-color: transparent;
}

main section[data-name=log] li a{
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-color: var(--color-link-underline);
  font-weight: 600;
}

main section[data-name=log] li a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

main section[data-name=log] li:first-of-type > *{
  padding-right: 0.75rem;
}

@media (min-width: 768px){
  main section[data-name=log] li:first-of-type > *{
    padding-right: 0px;
  }
}

main section[data-name=log] li:not(:first-of-type):not(:last-of-type) > *{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px){
  main section[data-name=log] li:not(:first-of-type):not(:last-of-type) > *{
    padding-left: 0px;
    padding-right: 0px;
  }
}

main section[data-name=log] li:last-of-type > *{
  padding-left: 0.75rem;
}

@media (min-width: 768px){
  main section[data-name=log] li:last-of-type > *{
    padding-left: 0px;
  }
}

main section[data-name=log] li > a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  background: var(--color-background);
}

main section[data-name=log] li > .excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-top: 0.25rem;
  color: var(--color-collection-excerpt);
  background: var(--color-background);
}

main section[data-name=log] li > .note-excerpt{
  display: block;
  background: var(--color-background);
}

main section[data-name=log] li > .note-excerpt > span {
  color: var(--color-collection-excerpt);
}

main section[data-name=photos] .wrapper > div{
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  main section[data-name=photos] .wrapper > div{
    gap: 1rem;
  }
}

main section[data-name=photos] .wrapper > div {
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

main section[data-name=photos] .wrapper > div ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=photos] .wrapper > div ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=photos] .wrapper a{
  display: inline-block;
}

main section[data-name=photos] .wrapper a img{
  display: inline;
  max-width: 6rem;
  border-radius: 0.375rem;
}

main section[data-name=photos] .wrapper a img: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);
}

main section[data-name=reading] .wrapper ul{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: auto;
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

main section[data-name=reading] .wrapper ul ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=reading] .wrapper ul ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=reading] .wrapper li{
  position: relative;
  margin-bottom: 0.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 5rem auto;
}

main section[data-name=reading] .wrapper li a{
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-color: var(--color-link-underline);
  font-weight: 600;
}

main section[data-name=reading] .wrapper li a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

main section[data-name=reading] .wrapper li .book-cover {
  width: 5rem;
}

main section[data-name=reading] .wrapper li div:nth-of-type(2){
  display: flex;
  min-width: 6rem;
  flex-direction: column;
}

main section[data-name=reading] .wrapper li div:nth-of-type(2) a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

main section[data-name=reading] .wrapper li div:nth-of-type(2) span[data-name=author]{
  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);
}

main section[data-name=reading] .wrapper li div:nth-of-type(2) span[data-name=author] > span {
  font-weight: 100;
}

main section[data-name=reading] .wrapper li div:nth-of-type(2) span[data-name=year]{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-subsub-text);
}

main section[data-name=reading] .wrapper li .stars{
  position: absolute;
  bottom: 2.25rem;
  margin-top: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

main section[data-name=listening] .wrapper > div{
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  overflow-x: auto;
}

@media (min-width: 768px){
  main section[data-name=listening] .wrapper > div{
    display: grid;
  }
}

main section[data-name=listening] .wrapper > div {
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
  grid-template-columns: 8rem repeat(2, 1fr);
}

main section[data-name=listening] .wrapper > div ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=listening] .wrapper > div ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=listening] ul[data-name=albums] li .album-cover{
  margin-bottom: 0.5rem;
  height: 7.75rem;
  width: 7.75rem;
}

main section[data-name=listening] ul[data-name=albums] li span{
  display: none;
}

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

main section[data-name=listening] ul[data-name=songs] li,
main section[data-name=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;
}

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

main section[data-name=listening] ul[data-name=songs] li::before,
main section[data-name=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;
}

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

main section[data-name=listening] ul[data-name=songs] li a:hover,
main section[data-name=listening] ul[name=songs] li a:hover {
  color: var(--color-highlight);
}

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

main section[data-name=listening] ul[data-name=songs] li span:nth-of-type(2),
main section[data-name=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);
}

main section[data-name=listening] ul[data-name=songs]{
  min-width: 24rem;
}

main section[data-name=listening] .other{
  min-width: 16rem;
}

main section[data-name=listening] ul[data-name=podcasts],
main section[data-name=listening] ul[data-name=talks]{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

main section[data-name=listening] ul[data-name=podcasts] a,
main section[data-name=listening] ul[data-name=talks] 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){
  main section[data-name=listening] ul[data-name=podcasts] a,
main section[data-name=listening] ul[data-name=talks] a{
    text-decoration-thickness: 2px;
  }
}

main section[data-name=listening] ul[data-name=podcasts] a,
main section[data-name=listening] ul[data-name=talks] a {
  text-decoration-color: var(--color-link-underline);
}

main section[data-name=listening] ul[data-name=podcasts] a:hover,
main section[data-name=listening] ul[data-name=talks] a:hover {
  background: var(--color-link-hover-background);
  color: var(--color-link-hover-foreground);
  text-decoration-color: var(--color-link-hover-background);
}

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

main section[data-name=listening] ul[data-name=podcasts] li:not(:first-of-type),
main section[data-name=listening] ul[data-name=talks] li:not(:first-of-type){
  padding-top: 0.5rem;
}

main section[data-name=listening] ul[data-name=podcasts] li:not(:last-of-type),
main section[data-name=listening] ul[data-name=talks] li:not(:last-of-type){
  border-bottom-width: 1px;
  border-style: dotted;
}

main section[data-name=listening] ul[data-name=podcasts] li a,
main section[data-name=listening] ul[data-name=talks] li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-foreground);
}

main section[data-name=listening] ul[data-name=podcasts] li > div,
main section[data-name=listening] ul[data-name=talks] li > div{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

main section[data-name=listening] ul[data-name=podcasts] li span:nth-of-type(1),
main section[data-name=listening] ul[data-name=talks] li span:nth-of-type(1) {
  font-weight: 100;
  color: var(--color-subsub-text);
}

main section[data-name=listening] ul[data-name=podcasts] li span:nth-of-type(2),
main section[data-name=listening] ul[data-name=talks] li span:nth-of-type(2) {
  color: var(--color-sub-text);
}

main section[data-name=listening] ul[data-name=podcasts] li,
main section[data-name=listening] ul[data-name=talks] li {
  grid-template-columns: 2.5rem auto;
}

main section[data-name=listening] .podcast-cover img {
  box-shadow: none;
}

main section[data-name=watching] ul{
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

main section[data-name=watching] ul ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=watching] ul ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=watching] li span{
  display: none;
}

main section[data-name=watching] li .media-cover{
  margin-bottom: 0.5rem;
  display: block;
  box-shadow: 0 5px 10px -5px #000, 0 1px 5px -6px #000;
}

main section[data-name=watching] li .media-cover img {
  height: 7rem;
  width: 5rem;
  /* 4:3 ratio */
  min-width: 5rem;
  /* 4:3 ratio */
}

main section[data-name=watching] li .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);
}

main section[data-name=watching] li .stars{
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

main section[data-name=playing] ul{
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-color: var(--color-borders-article-separators) transparent;
  scrollbar-width: thin;
}

main section[data-name=playing] ul ::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}

main section[data-name=playing] ul ::-webkit-scrollbar-thumb {
  background: transparent;
}

main section[data-name=playing] li .game-cover {
  width: 5rem;
  height: 5.75rem;
  margin-bottom: 0.5rem;
}

main section[data-name=playing] li .stars{
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

main footer{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  position: relative;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-subsub-text);
}

main footer p{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

main footer p span:not(:last-of-type)::after{
  font-size: 0.75rem;
  line-height: 1rem;
  content: " / ";
  color: var(--color-subsubsub-text);
}

main footer p:nth-of-type(2){
  font-size: 0.75rem;
  line-height: 1rem;
}

main footer a{
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--color-subsubsub-text);
}

main footer a:hover {
  color: var(--color-highlight);
}

main footer a[href="https://creativecommons.org/licenses/by-sa/4.0/"] span{
  display: none;
}

main footer a[href="https://creativecommons.org/licenses/by-sa/4.0/"]::after{
  display: inline-block;
  height: 0.75rem;
  width: 2.5rem;
  line-height: .75rem;
  content: "";
  color: var(--color-subsub-text);
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/CC.svg");
          mask-image: url("/assets/img/CC.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 footer span[aria-label="A Heart"]::after{
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  line-height: 1rem;
  content: "";
  color: var(--color-subsub-text);
  background-color: currentColor;
  content: " ";
  -webkit-mask-image: url("/assets/img/Heart.svg");
          mask-image: url("/assets/img/Heart.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 footer span small{
  opacity: 0.5;
}

@media screen and (max-width: 400px) {
  .drawing img{
    margin-right: -0.5rem;
  }
}

.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;
}
