@import url("https://necolas.github.io/normalize.css/8.0.1/normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Source+Code+Pro&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: pink;
}

html {
  font-size: 16px;
  line-height: 1.5;
  color: #2b303b;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}
@media screen and (min-width: 40em) {
  html {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 64em) {
  html {
    font-size: 20px;
    line-height: 1.4;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}

main {
  flex: 1 0 0%;
}

header[role=banner] {
  display: flex;
  align-items: center;
  gap: 2em;
  width: fit-content;
}

header[role=banner],
main,
footer[role=contentinfo] {
  padding: 0 1rem;
}
@media screen and (min-width: 40em) {
  header[role=banner],
  main,
  footer[role=contentinfo] {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 64em) {
  header[role=banner],
  main,
  footer[role=contentinfo] {
    padding: 0 3rem;
  }
}

time {
  font-size: 0.75em;
  line-height: 1.4;
  display: inline-block;
}

hr {
  display: block;
  margin: calc(3em - 1px) 0 !important;
  border: 1px solid #eee;
}

footer[role=contentinfo] {
  font-size: 0.75em;
  line-height: 1.4;
  margin-bottom: 1em;
}

abbr {
  cursor: help;
}

figure {
  margin: 1em 0;
}
figure img {
  display: block;
  max-width: 100%;
}
figure figcaption {
  font-size: 0.75em;
  line-height: 1.4;
  margin: 1em 0 0;
  text-align: center;
}

h1 {
  max-width: 40em;
  margin: 0;
}

h2 {
  max-width: 40em;
  margin: 0;
}

h3 {
  max-width: 40em;
  margin: 0;
}

h4 {
  max-width: 40em;
  margin: 0;
}

h5 {
  max-width: 40em;
  margin: 0;
}

h6 {
  max-width: 40em;
  margin: 0;
}

p {
  margin: 0;
}

a {
  display: inline;
  font-weight: bold;
  color: #ff2f51;
}
a:visited {
  font-weight: normal;
  color: #953046;
}
a:focus {
  outline: 2px solid #2b303b;
}

code {
  font-family: "Source Code Pro", monospace;
}

blockquote,
quote {
  display: block;
  margin: 0;
  padding: 0 0 0 1.5em;
  border-left: solid 0.5em #eff1f5;
}

.nav__posts {
  padding: 0;
  list-style: none;
}
.nav__post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav__link {
  flex: 0 1 auto;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 40em) {
  .nav__link {
    flex-basis: 100%;
  }
}
.nav__info {
  font-size: 0.9em;
  line-height: 1.4;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.base-list, .inline-list, .list {
  margin: 0;
  list-style: none;
}

.list {
  padding: 0;
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  padding: 0;
}
.inline-list__item {
  flex: 1 0 0%;
}

.splash {
  margin: 0 -1rem;
  padding: calc(1rem * 2) 1rem;
  background: #ff2f51;
  color: #eff1f5;
}
@media screen and (min-width: 40em) {
  .splash {
    margin: 0 -2rem;
    padding: calc(2rem * 2) 2rem;
  }
}
@media screen and (min-width: 64em) {
  .splash {
    margin: 0 -3rem;
    padding: calc(3rem * 2) 3rem;
  }
}
.splash__heading {
  font-size: 3em;
  line-height: 1.4;
}
.splash__blurb {
  font-size: 1.25em;
  line-height: 1.8;
  max-width: 40em;
}
.splash a {
  color: #eff1f5;
}
.splash a:visited {
  color: #f4b7c4;
}

.intro {
  margin: 0 -1rem;
  padding: 1rem;
}
@media screen and (min-width: 40em) {
  .intro {
    margin: 0 -2rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .intro {
    margin: 0 -3rem;
    padding: 3rem;
  }
}

.linked-header {
  display: flex;
  align-items: center;
}
.linked-header__heading {
  margin: 0 1rem 0 0;
}
.linked-header__link {
  font-size: 0.85em;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  background: #ff2f51;
  border: none;
  color: #eff1f5;
  text-decoration: none;
}
.linked-header__link:visited {
  color: #eff1f5;
  font-weight: bold;
}

.latest-posts {
  display: block;
}
@media screen and (min-width: 40em) {
  .latest-posts {
    display: flex;
    margin: 0 -1em;
  }
}
.latest-posts__post {
  margin: 2em 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .latest-posts__post {
    flex: 1 0 0%;
    margin: 1em 0;
    padding: 0 1em;
  }
}

.snippet {
  font-size: 0.75em;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  max-width: 40em;
  height: 100%;
}
.snippet__heading {
  margin: 0;
}
.snippet__excerpt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tag {
  font-size: 0.75em;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  height: 2em;
  padding: 0 0.75em;
  background: #2b303b;
  color: #eff1f5;
}
.tag:hover {
  background: #ff2f51;
  transition: background 300ms;
}
.tag:last-child {
  margin-right: 0;
}
.tag__link {
  text-decoration: none;
  color: currentColor;
}
.tag__link:visited {
  color: currentColor;
}

.post {
  max-width: 40em;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 40em) {
  .post {
    padding: 2em 2em 2em 0;
  }
}
.post__heading {
  font-size: 2em;
  line-height: 1.4;
  width: clamp(80vw, 2vw, 150%);
  margin: 0;
}
@media screen and (min-width: 40em) {
  .post__heading {
    font-size: 3em;
    line-height: 1.4;
  }
}
.post__heading-bg {
  background: #fff;
}
@media screen and (min-width: 40em) {
  .post__heading-bg {
    margin: -1px;
    padding: 1px;
    background: #fff;
    outline: 0.25em solid #fff;
  }
}
.post__info {
  position: relative;
}
.post__reading-time {
  font-size: 0.75em;
  line-height: 1.4;
}
.post__content h1 {
  margin: 2em 0 1em;
}
.post__content h2 {
  margin: 2em 0 1em;
}
.post__content h3 {
  margin: 2em 0 1em;
}
.post__content h4 {
  margin: 2em 0 1em;
}
.post__content h5 {
  margin: 2em 0 1em;
}
.post__content h6 {
  margin: 2em 0 1em;
}
.post__content ul {
  padding: 0 0 0 1.25em;
}
.post__content p {
  margin: 1em 0;
}

:root {
  --img: attr(data-img);
}

.post-splash {
  display: none;
}
@media screen and (min-width: 40em) {
  .post-splash {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
  }
}
.post-splash__figure {
  position: relative;
  height: 100%;
  margin: 0;
  background: #ff2f51;
}
.post-splash__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.post-splash__caption {
  font-size: 0.6em;
  line-height: 1.4;
  padding: 0.175rem 0.25rem;
  text-align: right;
}

.contents {
  font-size: 0.75em;
  line-height: 1.4;
}
.contents ul {
  padding: 0 0 0 1em;
  list-style: none;
}
.contents__items {
  margin: 0;
}
.contents__item--h3 {
  font-size: 0.9em;
  line-height: 1.4;
}
.contents__item--h4 {
  font-size: 0.8em;
  line-height: 1.4;
}

.avatar {
  display: block;
  width: 5em;
  height: 5em;
  background: url("assets/avatar_red.png") center/cover;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.valign > * + * {
  margin-top: 1em;
}

.valign--half > * + * {
  margin-top: 0.5em;
}

.valign--2 > * + * {
  margin-top: 2em;
}

.valign--3 > * + * {
  margin-top: 3em;
}

.valign--4 > * + * {
  margin-top: 4em;
}

.valign--5 > * + * {
  margin-top: 5em;
}

.back {
  margin: -0.25em -0.5em;
  padding: 0.25em 0.5em;
  background: none;
  border: 0;
  color: #ff2f51;
  text-decoration: underline;
  cursor: pointer;
}
.back:focus {
  outline: 2px solid #2b303b;
}

.highlight {
  max-width: 40em;
}
.highlight pre.highlight {
  font-size: 0.875em;
  line-height: 1.4;
  overflow: auto;
  max-width: 100%;
  padding: 1em;
}

.language-plaintext {
  margin: -0.125em -0.25em;
  padding: 0.125em 0.25em;
  background: #eff1f5;
  font-weight: bold;
  word-break: break-word;
  color: #95508f;
}

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