@charset "UTF-8";
:root {
  --inner-wrapper: 62em;
  --post-wrapper: 48em;
  --max-width: 58.75em;
}

@media screen and (min-width: 75em) {
  :root {
    --inner-wrapper: 70em;
    --post-wrapper: 54em;
  }
}
@media screen and (min-width: 85.375em) {
  :root {
    --inner-wrapper: 75em;
    --post-wrapper: 64em;
  }
}
:root {
  color-scheme: light dark;
  --primary: rgb(255, 0, 102);
  --code-bgcolor: #fad7e5;
  --light-veil: hsla(0, 0%, 97%, 0.9);
  --light-neutral: transparent;
  --light-neutral-100: #ffffff;
  --light-neutral-200: #f7f7f7;
  --light-neutral-300: #d8d8d8;
  --light-secondary: #474646;
  --light-secondary-dark: #454d66;
  --light-code-color: var(--light-secondary);
  --dark-veil: hsla(326, 13%, 10%, 0.9);
  --dark-neutral: #171115;
  --dark-neutral-100: #1e171b;
  --dark-neutral-200: #1d161a;
  --dark-neutral-300: var(--dark-neutral-100);
  --dark-secondary: rgb(226, 214, 218);
  --dark-secondary-dark: rgb(255, 244, 248);
  --dark-code-color: #261b1f;
}

@media (prefers-reduced-motion: reduce) {
  body *,
  body *::before,
  body *::after {
    animation: none !important;
    transition: none !important;
    transition-duration: none !important;
  }
}
@keyframes show {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
  font-family: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  min-height: 100vh;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  line-height: 1.4;
  background-color: light-dark(var(--light-neutral), var(--dark-neutral));
}

abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}

img,
iframe,
video {
  vertical-align: middle;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

menu,
ul,
ol,
li,
dd {
  padding: 0;
  margin: 0;
  list-style-position: outside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

a {
  color: var(--primary);
}
a:hover,
a:focus {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
a:focus {
  outline: 0.125rem solid;
  outline-offset: 0.25rem;
}

button:focus {
  outline: 0.125rem solid;
}

::-moz-selection {
  color: light-dark(var(--light-neutral-100), var(--dark-neutral-100));
  background: var(--primary);
}

::selection {
  color: light-dark(var(--light-neutral-100), var(--dark-neutral-100));
  background: var(--primary);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
  html:focus-within {
    scroll-behavior: auto;
  }
}
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.noevents {
  pointer-events: none;
}

.disabled {
  transition: none;
  color: var(--gray);
  cursor: default;
  pointer-events: none;
}

.main-content-anchor {
  padding: 1rem;
  background-color: light-dark(
    var(--light-neutral-200),
    var(--dark-neutral-200)
  );
  position: absolute;
  z-index: 2;
  transform: translateY(-100%);
}
.main-content-anchor:focus {
  transform: none;
}

.wrapper {
  width: 100%;
  max-width: var(--wrapper-max-width);
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0.75rem;
  border-top: 0.25rem solid var(--primary);
}
@media screen and (min-width: 30em) {
  .header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .header {
    padding: 4rem 1rem 2rem;
    border-top: 0.5rem solid var(--primary);
  }
}

.footer {
  padding: 1.5rem 1rem;
  background: light-dark(var(--light-neutral-300), var(--dark-neutral-300));
}
.footer__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media screen and (min-width: 48em) {
  .footer__list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .footer__list {
    max-width: var(--inner-wrapper);
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__list li {
  margin-bottom: 1rem;
  text-align: center;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .footer__list li {
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
  .footer__list li:last-child {
    order: -1;
    margin-left: 0;
    margin-right: auto;
  }
}
.footer__list span {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .footer__list span {
    font-size: 1rem;
  }
}

.nav {
  max-width: var(--inner-wrapper);
  margin-left: auto;
  margin-right: auto;
}
.nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.nav__list li + li {
  font-size: 0.875rem;
  margin-left: 1rem;
}
@media screen and (min-width: 30em) {
  .nav__list li + li {
    font-size: 1rem;
    margin-left: 1.5rem;
  }
}
.nav__list li:first-child {
  margin-right: auto;
}
.nav__list a {
  display: block;
}
.nav__list a svg {
  transform: translateY(0.1875rem);
}
.nav__list button {
  transition: all 0.25s cubic-bezier(0, 0, 0.24, 0.9);
}
.nav__list a:hover,
.nav__list a:focus,
.nav__list button:hover,
.nav__list button:focus {
  color: var(--primary);
  outline: 0.125rem solid;
  outline-offset: 0.25rem;
}
.nav__link {
  padding-bottom: 0.0625rem;
  font-weight: 700;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  text-decoration: none;
  border-bottom: 0.125rem solid transparent;
  transition: all 250ms cubic-bezier(0, 0, 0.24, 0.9);
}
.nav__link:hover,
.nav__link:focus {
  color: var(--primary);
}
.nav__link.is-active {
  border-color: var(--primary);
}
.nav__link--bg {
  padding: 0.5rem;
  background: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  font-weight: 700;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  border-radius: 4px;
  text-decoration: none;
}
.nav__logo {
  color: light-dark(var(--primary), var(--dark-secondary-dark));
}
@media screen and (min-width: 30em) {
  .nav__logo {
    width: 4rem;
    height: 3.5rem;
  }
}
.nav__button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.nav__button:hover [class*="__icon-"],
.nav__button:focus [class*="__icon-"] {
  color: var(--primary);
}
.nav__button__icon-light {
  display: none;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
.nav__button__icon-dark {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}

.main {
  flex: 1;
  padding: 0 0.75rem;
}
@media screen and (min-width: 30em) {
  .main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.link {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: calc(1.125rem / 1.125);
}
@media screen and (min-width: 48em) {
  .link {
    font-size: 1.125rem;
  }
}
.link:hover,
.link:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.link + .link {
  margin-left: 1.25rem;
}

.button {
  font-size: 0.5rem 1rem;
  font-family: inherit;
  color: transparent;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1rem 2rem;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.button + .button {
  margin-left: 1rem;
}

.button--primary {
  color: light-dark(var(--light-neutral-100), var(--dark-neutral-100));
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: light-dark(var(--primary), var(--primary));
  transition: all 250ms cubic-bezier(0, 0, 0.24, 0.9);
}
.button--primary:focus,
.button--primary:hover {
  background-color: transparent;
  border: 1px solid light-dark(var(--primary), var(--primary));
  color: light-dark(var(--primary), var(--primary));
}

.button--secondary {
  color: light-dark(var(--light-neutral-100), var(--light-neutral-100));
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: light-dark(
    var(--dark-neutral-100),
    var(--dark-neutral-100)
  );
  transition: all 250ms cubic-bezier(0, 0, 0.24, 0.9);
}
.button--secondary:focus,
.button--secondary:hover {
  background-color: light-dark(transparent, var(--light-neutral-100));
  border: 1px solid light-dark(var(--dark-neutral-100), var(--dark-neutral-100));
  color: light-dark(var(--dark-neutral-100), var(--dark-neutral-100));
}

[class^="blockquote"] {
  padding: 1.5rem;
  margin: 3rem 0;
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
@media screen and (min-width: 48em) {
  [class^="blockquote"] {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  [class^="blockquote"] {
    line-height: 1.65;
  }
}
[class^="blockquote"] > p {
  margin: 0;
}
[class^="blockquote"] > p > em {
  display: block;
}

.blockquote-default {
  border-top: 0.25rem solid var(--primary);
  background-color: light-dark(
    var(--light-neutral-200),
    var(--dark-neutral-200)
  );
}

.blockquote-third {
  border-top: 0.25rem solid
    light-dark(var(--light-secondary), var(--dark-secondary));
  background-color: light-dark(
    var(--light-neutral-200),
    var(--dark-neutral-200)
  );
}

.blockquote-self {
  border: 0.0625rem solid
    light-dark(var(--light-neutral-300), var(--dark-neutral-300));
}

.cp_embed_wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.toc {
  margin-bottom: 2rem;
}
.toc__heading {
  padding-left: 1rem;
  font-size: calc(1rem + 0.25vw);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 64em) {
  .toc__heading {
    line-height: 1.65;
  }
}
.toc__heading::before {
  content: "";
  border-width: 0.375rem;
  border-style: solid;
  border-color: transparent transparent transparent
    light-dark(var(--light-secondary), var(--dark-secondary));
  position: absolute;
  top: clamp(calc(0.125rem + 0.25vw), 0.5rem, 0.625rem);
  left: 0;
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
}
[open] > .toc__heading::before {
  transform: rotate(90deg);
}
.toc__heading:hover {
  cursor: pointer;
}
.toc #TableOfContents {
  padding-top: 1rem;
  padding-left: 1rem;
}
.toc #TableOfContents ul {
  list-style-type: disc;
}
.toc #TableOfContents li li {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.toc #TableOfContents > ul,
.toc #TableOfContents ol {
  margin-left: 1.25rem;
}
.toc #TableOfContents > ol > li,
.toc #TableOfContents > ul > li {
  font-size: calc(1rem + 0.125vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .toc #TableOfContents > ol > li,
  .toc #TableOfContents > ul > li {
    line-height: 1.65;
  }
}
.toc #TableOfContents > ol > li + li,
.toc #TableOfContents > ul > li + li {
  margin-top: 0.5rem;
}

.banner {
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  background-color: light-dark(
    var(--light-neutral-100),
    var(--dark-neutral-100)
  );
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--inner-wrapper);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 30em) {
  .banner-wrapper {
    flex-direction: row;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.banner__icon {
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  color: var(--primary);
}
.banner__text {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}

.cookies {
  padding: 1rem;
  position: fixed;
  top: 50vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  background-color: light-dark(var(--light-veil), var(--dark-veil));
  opacity: 0;
  animation: show 450ms ease-in-out 1 forwards;
}
.cookies-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 30rem;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cookies-wrapper > * {
  opacity: 0;
  transform: translate(0, 1rem);
  animation: show 450ms ease-in-out 1 forwards;
}
.cookies-wrapper > *:nth-child(1) {
  animation-delay: 110ms;
}
.cookies-wrapper > *:nth-child(2) {
  animation-delay: 220ms;
}
.cookies-wrapper > *:nth-child(3) {
  animation-delay: 330ms;
}
.cookies-wrapper > *:nth-child(4) {
  animation-delay: 440ms;
}
.cookies__icon {
  font-size: 170%;
  margin-bottom: 1rem;
}
.cookies__heading {
  font-weight: 700;
}
.cookies__text {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
.cookies__buttons {
  display: flex;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  max-width: var(--inner-wrapper);
  margin: -3rem auto 4rem;
}
.pagination__link {
  padding: 0.7rem 1.2rem;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  text-decoration: none;
}
.pagination__link:not(.is-active):hover,
.pagination__link:not(.is-active):focus {
  border-color: var(--primary);
  color: var(--primary);
}
.pagination__link.is-active {
  color: light-dark(var(--light-neutral-300), var(--dark-neutral-300));
  border-color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-color: light-dark(
    var(--light-neutral-200),
    var(--dark-neutral-200)
  );
}

.about {
  margin-top: 2rem;
  margin-bottom: 6rem;
  list-style: none;
}
@media screen and (min-width: 64em) {
  .about {
    width: var(--inner-wrapper);
    margin-left: auto;
    margin-right: auto;
  }
}
.about__image > img {
  aspect-ratio: 1/1;
  width: min(100%, 37.5rem);
  height: auto;
  margin: 0 auto;
}
.about > h1,
.about > h2 {
  margin: 3rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
@media screen and (min-width: 48em) {
  .about > h1,
  .about > h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.about > p {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .about > p {
    line-height: 1.65;
  }
}
.about > p > img {
  margin-bottom: 2.5rem;
}
.about a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: calc(1.125rem / 1.125);
}
@media screen and (min-width: 48em) {
  .about a {
    font-size: 1.125rem;
  }
}
.about a:hover,
.about a:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.about a + .about a {
  margin-left: 1.25rem;
}
.about li {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .about li {
    line-height: 1.65;
  }
}
.about > ol {
  margin-bottom: 1.5rem;
  margin-left: 1.25rem;
}
.about > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.about > ul > li {
  display: inline-block;
}
.about > ul > li + li {
  margin-left: 1rem;
}

.profile {
  margin-top: 2rem;
  margin-bottom: 6rem;
  list-style: none;
}
@media screen and (min-width: 64em) {
  .profile {
    width: var(--inner-wrapper);
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-header h1 {
  margin-bottom: 0;
  font-size: calc(1rem + 3vw);
  font-weight: 700;
  color: currentColor;
}
@media screen and (min-width: 48em) {
  .profile-header h1 {
    font-size: calc(2.5rem + 1vw);
  }
}
.profile-header h2 {
  margin: 0;
}
.profile-header ul {
  margin-top: 0.5rem;
}
.profile-header ul li {
  display: inline-block;
}
.profile-header ul li + li {
  margin-left: 0.5rem;
}
.profile-header ul li + li::before {
  content: "/";
  margin-right: 0.75rem;
}
@media screen and (min-width: 48em) {
  .profile-header ul li + li {
    margin-left: 1rem;
  }
}
.profile h2 {
  margin: 2rem 0 1rem;
  font-size: calc(1rem + 1vw);
  font-weight: 700;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
@media screen and (min-width: 48em) {
  .profile h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .profile h2 {
    margin-top: 3rem;
  }
}
.profile h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .profile h3 {
    font-size: calc(1rem + 0.35vw);
  }
}
.profile p {
  margin: 0;
  font-size: calc(1rem + 0.25vw);
  line-height: 1.65;
}
.profile p + h3 {
  margin-top: 2rem;
}
.profile a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: inherit;
}
.profile a:hover,
.profile a:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.profile a + .profile a {
  margin-left: 1.25rem;
}
.profile ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .profile ul li {
    font-size: calc(1rem + 0.25vw);
  }
}
.list {
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 6rem;
  list-style: none;
}
@media screen and (min-width: 48em) {
  .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .list {
    max-width: var(--inner-wrapper);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  .list--works .list__item:nth-child(3n + 5) {
    grid-column: span 4;
  }
}
.list__item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 0.875rem;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  border: 0.0625rem solid
    light-dark(var(--light-neutral-300), var(--dark-neutral-300));
  border-radius: 0.125rem;
  background: light-dark(var(--light-neutral-100), var(--dark-neutral-100));
}
@media screen and (min-width: 30em) {
  .list__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .list__item {
    grid-column: span 2;
    padding: 2.5rem;
    font-size: 1rem;
  }
  .list__item:nth-child(1) {
    grid-column: span 4;
  }
}
.list__item:hover,
.list__item:focus,
.list__item:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem var(--primary);
  color: var(--primary);
}
.list__item:hover a:not(.link),
.list__item:focus a:not(.link),
.list__item:focus-within a:not(.link) {
  color: var(--primary);
}
.list__item > h1,
.list__item > h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .list__item > h1,
  .list__item > h2 {
    font-size: 1.75rem;
  }
}
.list__item > h1 > a,
.list__item > h2 > a {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
  text-decoration: none;
}
.list__item > h1 > a:hover,
.list__item > h1 > a:focus,
.list__item > h2 > a:hover,
.list__item > h2 > a:focus {
  color: var(--primary);
}
.list__item__tags {
  margin: 0.5rem 0;
  font-weight: 400;
}
.list__item__tags span + span::before {
  content: "+ ";
}
.list__item > p {
  flex: 1;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 64em) {
  .list__item > p {
    font-size: 1.125rem;
  }
}
.list__item > p,
.list__item span {
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
.list__tags {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.list__tags li {
  margin: 0.25rem;
}
@media screen and (min-width: 48em) {
  .list__tags li {
    margin: 0 1rem 0 0;
  }
}
.list__tags a {
  color: currentColor;
}
.list__tags a::before {
  content: "<";
}
.list__tags a::after {
  content: ">";
}
.list__tags a:hover,
.list__tags a:focus {
  color: light-dark(var(--light-secondary-dark), var(--dark-secondary-dark));
}
.list__meta {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
}
.list__meta time,
.list__meta span {
  display: inline-block;
  color: currentColor;
  margin-right: 1rem;
}

.post {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(auto, var(--post-wrapper)) 1fr 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .post {
    margin-bottom: 6rem;
  }
}
.post-content {
  grid-column: 3/4;
}
.post-content :target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
}
.post-content__header {
  position: relative;
  background: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
}
@media screen and (min-width: 64em) {
  .post-content__header {
    width: var(--inner-wrapper);
    transform: translateX(
      calc(
        calc((100vw - 2rem - var(--post-wrapper)) / 4 * -1) +
          calc(
            calc((100vw - 2rem - var(--post-wrapper)) / 4 * -1) -
              calc((100vw - var(--inner-wrapper)) / 2 * -1)
          ) - 1rem
      )
    );
  }
}
.post-content__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: calc(100% + 11.25rem + 2.25rem);
  background-color: light-dark(
    var(--light-neutral-200),
    var(--dark-neutral-200)
  );
  z-index: 0;
  transform: translate(-50%, -11.25rem);
}
@media screen and (min-width: 64em) {
  .post-content__header::before {
    height: calc(100% + 14.25rem + 2.25rem);
  }
}
.post-content__header > * {
  position: relative;
  z-index: 1;
}
.post-content__meta {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .post-content__meta {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.post-content__meta > li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}
.post-content h1 {
  margin-bottom: calc(4rem + 3vw);
  font-size: calc(1rem + 3vw);
  font-weight: 700;
  color: currentColor;
}
@media screen and (min-width: 48em) {
  .post-content h1 {
    font-size: calc(2.5rem + 1vw);
    margin-bottom: calc(6rem + 3vw);
  }
}
.post-content h2 > a,
.post-content h3 > a {
  color: inherit;
  text-decoration: none;
}
.post-content h2 {
  margin-top: calc(2.5rem + 1.5vw);
  margin-bottom: calc(1rem + 1vw);
  font-size: calc(1rem + 1.5vw);
  font-weight: 700;
  color: currentColor;
}
@media screen and (min-width: 48em) {
  .post-content h2 {
    margin-top: calc(2.75rem + 1.5vw);
    font-size: calc(1.25rem + 1vw);
  }
}
.post-content h3 {
  margin-top: calc(1.5rem + 1.5vw);
  margin-bottom: 1em;
  font-size: calc(0.75rem + 1.5vw);
  font-weight: 700;
  color: currentColor;
}
@media screen and (min-width: 48em) {
  .post-content h3 {
    margin-top: calc(1.75rem + 1.5vw);
    font-size: calc(1rem + 1vw);
  }
}
.post-content p {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .post-content p {
    line-height: 1.65;
  }
}
.post-content p:first-of-type {
  margin-top: 0;
}
.post-content p a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: inherit;
}
.post-content p a:hover,
.post-content p a:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.post-content p a + .post-content p a {
  margin-left: 1.25rem;
}
.post-content :not(pre) > code {
  word-break: break-word;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.85em;
  color: light-dark(var(--light-code-color), var(--dark-code-color));
  background-color: var(--code-bgcolor);
}
.post-content > ul,
.post-content ol {
  margin-left: 1.25rem;
}
.post-content > ol > li,
.post-content > ul > li {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .post-content > ol > li,
  .post-content > ul > li {
    line-height: 1.65;
  }
}
.post-content > ol > li + li,
.post-content > ul > li + li {
  margin-top: 0.5rem;
}
.post-content > ol > li a,
.post-content > ul > li a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: inherit;
}
.post-content > ol > li a:hover,
.post-content > ol > li a:focus,
.post-content > ul > li a:hover,
.post-content > ul > li a:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.post-content > ol > li a + .post-content > ol > li a,
.post-content > ol > li a + .post-content > ul > li a,
.post-content > ul > li a + .post-content > ol > li a,
.post-content > ul > li a + .post-content > ul > li a {
  margin-left: 1.25rem;
}
.post-content img {
  margin: 3rem 0;
}
.post-content pre {
  padding: 1.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .post-content pre {
    font-size: 1rem;
  }
}

#disqus_thread {
  margin: 2rem 0 3rem;
}
@media screen and (min-width: 48em) {
  #disqus_thread {
    margin: 4rem 0 6rem;
  }
}

@media screen and (min-width: 64em) {
  .cp_embed_wrapper {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.courses {
  margin-top: 2rem;
  margin-bottom: 6rem;
  list-style: none;
}
@media screen and (min-width: 64em) {
  .courses {
    width: var(--inner-wrapper);
    margin-left: auto;
    margin-right: auto;
  }
}
.courses > h1,
.courses > h2 {
  margin: 3rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: light-dark(var(--light-secondary), var(--dark-secondary));
}
@media screen and (min-width: 48em) {
  .courses > h1,
  .courses > h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.courses > p {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .courses > p {
    line-height: 1.65;
  }
}
.courses > p > img {
  margin-bottom: 2.5rem;
}
.courses a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.125rem solid var(--primary);
  background-image: linear-gradient(
    120deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 100%;
  transition: all 150ms cubic-bezier(0, 0, 0.24, 0.9);
  font-size: calc(1.125rem / 1.125);
}
@media screen and (min-width: 48em) {
  .courses a {
    font-size: 1.125rem;
  }
}
.courses a:hover,
.courses a:focus {
  color: light-dark(var(--light-neutral-200), var(--dark-neutral-200));
  background-size: 100% 100%;
}
.courses a + .courses a {
  margin-left: 1.25rem;
}
.courses li {
  font-size: calc(1rem + 0.25vw);
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .courses li {
    line-height: 1.65;
  }
}
.courses > ol,
.courses > ul {
  margin-bottom: 1.5rem;
  margin-left: 1.25rem;
} /*# sourceMappingURL=styles.css.map */
