* {
  box-sizing: border-box;
}

html {
  max-width: 100vw;
  scroll-behavior: smooth;
}

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

body {
  font: 400 16px/1.5 "Preahvihear", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings--moz-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings--o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings-font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
section > section,
.highlight {
  margin-bottom: 15px;
}

main {
  display: block;
}

img {
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

ul {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.bullet-list {
  list-style: initial;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

blockquote {
  color: #828282;
  border-left: 4px solid #b4b4b4;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre,
code {
  font-size: 15px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/* mochiy-pop-one-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Mochiy Pop One";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/mochiy-pop-one-v11-latin-regular.woff2") format("woff2");
}
/* preahvihear-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Preahvihear";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/preahvihear-v31-latin-regular.woff2") format("woff2");
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/poppins-v24-latin-regular.woff2") format("woff2");
}
body > * {
  max-width: -webkit-calc(800px - (30px));
  max-width: calc(800px - (30px));
  width: min(800px - (30px), 100vw);
}
@media screen and (min-width: 900px) {
  body > * {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - 30px * 2);
    width: min(800px - 30px * 2, 100vw);
  }
}

main {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 900px) {
  main {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.footer-col-wrapper:after, body > :after {
  content: "";
  display: table;
  clear: both;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(59.84, 59.84, 59.84);
  border-collapse: collapse;
  border: 1px solid #b4b4b4;
}
table tr:nth-child(even) {
  background-color: rgb(137.5, 137.5, 137.5);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(133.75, 133.75, 133.75);
  border: 1px solid rgb(124.8, 124.8, 124.8);
  border-bottom-color: rgb(114.4, 114.4, 114.4);
}
table td {
  border: 1px solid #b4b4b4;
}

.alternating section {
  border-radius: clamp(0.5rem, 1vmin, 3rem);
  border-radius: 1vmin;
  box-shadow: 0 4px 16.1px 7px hsla(0, 0%, 0%, 0.25);
  padding: 2em;
}

.block-emphasis {
  border-radius: clamp(0.5rem, 1vmin, 3rem);
  border-radius: 1vmin;
}

.skip-link {
  position: absolute;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
}

header:where(body > *) {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  min-height: 55.95px;
  text-align: center;
  width: 100vw;
}
@media screen and (min-width: 600px) {
  header:where(body > *) {
    padding: 0 40vw;
  }
}
header:where(body > *) h1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  word-spacing: 9999px;
}
nav:has(~ header:where(body > *)), header:where(body > *) ~ nav {
  display: flex;
  font-family: "Mochiy Pop One";
  font-size: 24px;
  line-height: 54px;
  position: sticky;
  top: 0;
  max-width: 100vw;
  width: 100vw;
  z-index: 1;
}
nav:has(~ header:where(body > *)) a, header:where(body > *) ~ nav a {
  line-height: 1.5;
}
nav:has(~ header:where(body > *)) a:not(:last-child), header:where(body > *) ~ nav a:not(:last-child) {
  margin-right: 20px;
}
nav:has(~ header:where(body > *)) ul, header:where(body > *) ~ nav ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}

body > footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body > footer > h1, body > footer > h2, body > footer > h3, body > footer > h4, body > footer > h5, body > footer > h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
body > footer nav:not(nav:has(ul)) {
  align-self: stretch;
  padding: 0.5rem 2rem;
  text-align: right;
  flex-grow: 1;
}
@media screen and (min-width: 600px) {
  body > footer nav:has(ul) {
    padding: 0 6rem;
  }
}
body > footer nav:has(ul) > ul {
  display: flex;
  gap: 4rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 600px) {
  body > footer nav:has(ul) > ul {
    padding: 0;
  }
}
body > footer nav:has(ul) > ul a {
  border-radius: 9999px;
  aspect-ratio: 1;
  display: flex;
  padding: 0.6rem;
}
@media screen and (min-width: 600px) {
  body > footer nav:has(ul) > ul a {
    padding: 1.3rem;
  }
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: none;
  width: -webkit-calc(100% - (30px / 2));
  width: calc(100% - 30px / 2);
}

.footer-col-1,
.footer-col-2 {
  width: -webkit-calc(50% - (30px / 2));
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(100% - (30px / 2));
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 600px) {
  .footer-col {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 900px) {
  .footer-col-1 {
    width: -webkit-calc(35% - (30px / 2));
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: -webkit-calc(20% - (30px / 2));
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(45% - (30px / 2));
    width: calc(45% - 30px / 2);
  }
}
main {
  padding: 15px;
  flex: 1;
}
@media screen and (min-width: 900px) {
  main {
    padding: 30px 0;
  }
}

main > section {
  display: flex;
  flex-direction: column;
}
main > section > h1, main > section > h2, main > section > h3, main > section > h4, main > section > h5, main > section > h6 {
  align-self: flex-start;
  width: 50%;
  text-align: start;
  padding: 4rem 0;
}
@media screen and (min-width: 600px) {
  main > section > h1, main > section > h2, main > section > h3, main > section > h4, main > section > h5, main > section > h6 {
    width: 25%;
  }
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

header:not(body > header) {
  margin-bottom: 30px;
}

.post-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .post-title {
    font-size: 42px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 28px;
}
@media screen and (min-width: 600px) {
  .post-content h2 {
    font-size: 32px;
  }
}
.post-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .post-content h3 {
    font-size: 26px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .post-content h4 {
    font-size: 20px;
  }
}

.showcase {
  display: flex;
  flex-flow: row wrap;
  gap: 1.141rem;
  flex: 1;
}
.showcase > * {
  border-radius: clamp(0.5rem, 1vmin, 3rem);
  border-radius: 1vmin;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.141rem;
  min-width: 33vw;
}
.showcase > * :not(a, h3, img) {
  flex: 1;
}
.showcase > *:not(:has(.featured)) {
  box-shadow: 0 4px 16.1px 7px hsla(0, 0%, 0%, 0.25);
}
.showcase > *:not(:has(h3)) {
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .showcase > *:not(:has(h3)) {
    gap: 1rem;
  }
}
.showcase:has(h3) img {
  aspect-ratio: 1.6;
  background: hsl(142, 84%, 78%);
  background: center/cover no-repeat url("/assets/img/goop-frame.png");
}
.showcase img {
  border-radius: clamp(0.5rem, 1vmin, 3rem);
  border-radius: 1vmin;
  align-self: stretch;
}
.showcase .block-emphasis {
  padding: 0.3rem 0.5rem;
}
.showcase .tags {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (min-width: 600px) {
  .showcase > * {
    min-width: unset;
  }
}

[data-brand=itch] {
  --brand-color: hsl(359, 93%, 67%);
  --icon-shape: "/assets/brands.svg#itch-io";
}

[data-brand=bluesky] {
  --brand-color: hsl(206, 99%, 49%);
  --icon-shape: "/assets/brands.svg#bluesky";
}

[data-brand=reddit] {
  --brand-color: #FF5700;
  --icon-shape: "assets/brands.svg#reddit";
}

[data-brand=facebook] {
  --brand-color: hsl(210, 100%, 40%);
  --icon-shape: "assets/brands.svg#facebook";
}

:root {
  --scale-base: 1em;
  --scale-ratio: 1.333;
  --primary-color-darker: hsl(153, 54%, 22%);
  --primary-color: hsl(154, 88%, 61%);
  --primary-color-lighter: hsl(141, 100%, 93%);
  --secondary-color-darker: hsl(307, 96%, 69%);
  --secondary-color: hsl(307, 100%, 79%);
  --tertiary-color: hsl(259, 48%, 41%);
  --tertiary-color-darker: hsl(260, 71%, 21%);
  --white-color: hsl(332, 100%, 97%);
  --black-color: hsl(260, 96%, 10%);
  --bg-color: var(--white-color);
  --highlight-color: var(--tertiary-color);
  --text-color: var(--white-color);
  --block-color-a: var(--tertiary-color);
  --block-color-b: var(--tertiary-color-darker);
  --glow-color: var(--primary-color);
  --shadow-color: var(--tertiary-color-darker);
  --gradient-lo: var(--black-color);
  --gradient-hi: var(--shadow-color);
  --header-color: var(--tertiary-color);
  --emphasis-color: var(--primary-color);
}
@media screen and (prefers-color-scheme: light) {
  :root {
    --text-color: black;
    --gradient-hi: hsl(142, 91%, 79%);
    --gradient-lo: hsl(141, 100%, 93%);
    --light-showcase-bg: #C3A9FF;
    --glow-color:	hsl(254, 79%, 67%);
    --block-color-a: white;
    --block-color-b: white;
    --header-color: unset;
    --tertiary-color:	var(--gradient-hi);
    --emphasis-color:	var(--tertiary-color-darker);
  }
  :root nav:has(~ header:where(body > *)),
  :root header:where(body > *) ~ nav,
  :root main section section * {
    --emphasis-color: var(--primary-color-darker);
    --secondary-color: var(--secondary-color-darker);
  }
  :root .showcase:has(h3) {
    --white-color: white;
    --secondary-color: #af00f1;
    --secondary-color-darker: #af00f1;
  }
}

body {
  color: var(--text-color);
  background: var(--gradient-hi);
  background: linear-gradient(var(--gradient-hi), var(--gradient-lo) 75%);
}

a, em, h1, h2, h3, h4, h5, h6 {
  color: var(--emphasis-color);
}

em:nth-child(even), a:hover {
  --emphasis-color: var(--secondary-color);
}
em:nth-child(even):not(.override-hack), a:hover:not(.override-hack) {
  --emphasis-color: var(--secondary-color);
}

section, .block-emphasis, .showcase > * {
  background-color: var(--block-color);
}

.alternating :nth-child(even) {
  --block-color: var(--block-color-a);
}
.alternating :nth-child(even) * {
  --block-color: var(--block-color-b);
}
.alternating :nth-child(odd) {
  --block-color: var(--block-color-b);
}
.alternating :nth-child(odd) * {
  --block-color: var(--block-color-a);
}

.block-emphasis {
  box-shadow: 0 4px 16.1px 7px hsla(0, 0%, 0%, 0.25);
  --block-color: var(--secondary-color-darker);
  border: 0.1rem solid var(--secondary-color);
  color: var(--white-color);
}
.block-emphasis:has(a), .block-emphasis:is(a), .block-emphasis:not(.override-hack) {
  --block-color: var(--secondary-color-darker);
  color: var(--white-color);
}

header:where(body > *) {
  background-color: var(--tertiary-color);
}
nav:has(~ header:where(body > *)), header:where(body > *) ~ nav {
  background-color: var(--tertiary-color);
}
nav:has(~ header:where(body > *)) li:has(a:active), header:where(body > *) ~ nav li:has(a:active) {
  background-color: var(--white-color);
}

body > footer {
  --text-color: black;
  color: var(--text-color);
  background-image: url("/assets/img/slime_long 3.png");
  background-size: cover;
}
body > footer a {
  color: var(--text-color);
}
body > footer nav:not(nav:has(ul)) {
  border-bottom: 2px solid black;
}
body > footer nav:has(ul) > ul a {
  background-color: black;
}
body > footer nav:has(ul) svg {
  fill: hsl(157, 58%, 51%);
}

.featured {
  --block-color: var(--black-color);
  border: 1px solid var(--glow-color);
  box-shadow: 0 1px 8px 4px color-mix(in hsl, var(--glow-color) 25%, transparent);
}

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

code {
  color: #000;
}

.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mochiy Pop One";
  font-weight: 400;
}

/*# sourceMappingURL=main.css.map */