*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mono {
  font-family: monospace;
}
ul.mono,
ol.mono {
  font-size: 1.25em;
  margin: 0;
}
ul.mono li,
ol.mono li {
  color: rgb(255 255 255 / 0.8);
}
ul.mono li b,
ol.mono li b {
  margin-inline: 0.25ch;
  color: #fff;
}
ul.mono li + li,
ol.mono li + li {
  margin-top: 0.5em;
}
@font-face {
  font-family: 'Geist Sans';
  src: url("../fonts/GeistVariableVF.woff2") format('woff2');
}
@media (max-width: 40px) {
  font-display: swap,
  a {
    outline: none;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  vertical-align: middle;
}
:root {
  --c_bg: #181818;
  --c_bg: #17181c;
  --c_text: #f3f3f3;
  --c_orange: #ff831a;
  --c_orange: #fd610d;
  --c_orange_secondary: #ff7931;
  --c_dark_orange: rgba(253,97,13,0.7);
  --c_purple: #580c6f;
  --c_dark_purple: rgba(88,12,111,0.7);
  --grid_margin: 0.9375rem;
  --grid_margin: 0.65rem;
  --grid_margin_bottom: calc(var(--grid_margin) * 2);
}
@media (max-width: 529px) {
  :root {
    --top_bottom_margin: 36px;
    --side_margin: 15px;
  }
}
@media (min-width: 530px) {
  :root {
    --top_bottom_margin: 50px;
    --side_margin: 50px;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Arial;
}
body {
  background-color: var(--c_bg);
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: var(--c_text);
  min-height: 100%;
  font-family: 'Geist Sans', Helvetica, Arial;
}
@media (min-width: 1200px) {
  body {
    padding-left: 380px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--c_orange);
}
a:hover,
a:focus-visible {
  color: var(--c_dark_orange);
}
button,
.button {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  --color: var(--page_color_primary);
  border: 5px solid var(--color);
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  outline: none;
  padding: 0.6em 1.3em;
  background-color: transparent;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-transition: border-color 0.1s, background-color 0.1s;
  -moz-transition: border-color 0.1s, background-color 0.1s;
  -ms-transition: border-color 0.1s, background-color 0.1s;
  -o-transition: border-color 0.1s, background-color 0.1s;
  transition: border-color 0.1s, background-color 0.1s;
  margin: 0 0.2em;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
button:hover,
.button:hover,
button:focus-visible,
.button:focus-visible {
  color: #fff;
  border-color: var(--color);
  background-color: var(--color);
}
button.show-more,
.button.show-more {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
button.rss,
.button.rss {
  --color: #b6420b;
}
button.rss i,
.button.rss i {
  font-size: 0.9em;
}
a.button {
  cursor: pointer;
}
header {
  display: block;
  z-index: 100;
  background-color: #181818;
  overflow: hidden;
}
@media (max-width: 400px) {
  header {
    position: relative;
    padding: 10px;
  }
}
@media (min-width: 401px) and (max-width: 1199.97px) {
  header {
    position: relative;
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    width: 380px;
    padding: var(--top_bottom_margin) 35px;
  }
}
header::before {
  content: '';
  position: absolute;
  opacity: 0.7;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-color: #000;
  background-image: url("/img/header.png");
  background-image: url("/img/header.webp");
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 1199.97px) {
  header::before {
    background-position: 100% 100%;
  }
}
@media (min-width: 1200px) {
  header::before {
    background-position: 90% 50%;
  }
}
header .avatar {
  margin: 0 auto;
  position: relative;
  width: 65%;
  background-color: #444;
  pointer-events: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 7px solid #fff;
}
header .avatar::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
header .avatar picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
header .avatar picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 619px) {
  header .avatar {
    width: 20%;
    display: none;
  }
}
@media (min-width: 620px) and (max-width: 1199.97px) {
  header .avatar {
    display: inline-block;
    position: relative;
    width: 9em;
    vertical-align: top;
  }
  header .avatar::after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
}
header .info {
  margin: 20px 0;
}
@media (max-width: 619px) {
  header .info {
    display: block;
    max-width: 306px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 620px) and (max-width: 1199.97px) {
  header .info {
    display: inline-block;
    max-width: calc(95% - 9em);
    padding-left: 2em;
    vertical-align: top;
  }
}
header .info .hi {
  font-size: 1.2rem;
  color: #babcbe;
  line-height: 0.9em;
  margin-bottom: 0.25rem;
}
header .info .name {
  font-size: 2.2rem;
  line-height: 0.8em;
  margin-left: -0.03em;
  font-weight: 750;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  animation: animWeight 2s infinite alternate;
}
header .info .about {
  margin-top: 0.75rem;
  color: #cdcfd0;
}
@media (max-width: 529px) {
  header .info .about {
    font-size: 1rem;
  }
}
@media (min-width: 530px) {
  header .info .about {
    font-size: 1.2rem;
  }
}
header .social-media {
  display: flex;
  gap: 0.375rem;
  justify-content: center;
  text-align: center;
  margin: 0.5em -0.5em 0;
  font-size: 0;
}
header .social-media div {
  color: #f3f3f3;
  width: 3.5rem;
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  background-color: #888;
  -webkit-transition: color 0.3s, background-color 0.2s;
  -moz-transition: color 0.3s, background-color 0.2s;
  -ms-transition: color 0.3s, background-color 0.2s;
  -o-transition: color 0.3s, background-color 0.2s;
  transition: color 0.3s, background-color 0.2s;
}
header .social-media div:nth-child(odd) {
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
header .social-media div:nth-child(even) {
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
header .social-media div.mastodon {
  --bg: #17063b;
}
header .social-media div.bluesky {
  --bg: #1185fe;
}
header .social-media div.twitter {
  --bg: #1da1f2;
}
header .social-media div.github {
  --bg: #4078c0;
}
header .social-media div.youtube {
  --bg: #f00;
}
header .social-media div.twitch {
  --bg: #6441a4;
}
header .social-media div.email {
  --bg: #fd7024;
}
header .social-media div::before {
  content: '';
  position: absolute;
  inset: 0;
  inset: 3px;
  pointer-events: none;
}
header .social-media div:nth-child(odd)::before {
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
header .social-media div:nth-child(even)::before {
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
header .social-media div::before {
  background: #000;
  inset: 3px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
header .social-media div:hover,
header .social-media div:focus-within {
  color: var(--bg);
  background-color: currentColor;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .social-media div:hover::before,
header .social-media div:focus-within::before {
  background: #f3f3f3;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .social-media div a {
  display: grid;
  place-items: center;
  height: 100%;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.3rem;
}
header .social-media div a i {
  z-index: 100;
}
main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.page {
  z-indez: 1;
  position: absolute;
  left: 0;
  padding: var(--top_bottom_margin) var(--side_margin);
  width: 100%;
  --page_color_secondary: #fff;
  --page_color_primary: #fff;
}
@media (max-width: 991px) {
  .page {
    min-height: 100vh;
  }
}
.page .color-drop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: var(--page_color_primary);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page .back-button {
  z-index: 99;
  position: absolute;
  left: calc(0.5 * var(--side_margin));
  top: calc(0.5 * var(--side_margin));
  height: 50px;
  line-height: 50px;
  text-align: middle;
  color: #f3f3f3;
  font-size: 1.3rem;
  background-color: rgba(0,0,0,0.3);
  padding: 0 1em;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-bottom-right-radius: 0;
  outline: none;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page .back-button i {
  pointer-events: none;
  font-size: 0.85em;
}
.page .back-button:hover,
.page .back-button:focus-visible {
  background-color: rgba(32,32,32,0.8);
}
.page .back-button::after {
  content: 'Back';
  padding-left: 0.3em;
}
.page .content {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
}
.page .content a:not(.button) {
  color: var(--page_color_secondary);
  font-weight: 500;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.page .content a:not(.button):hover,
.page .content a:not(.button):focus-visible {
  color: #fff;
}
.page .banner {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: #666;
  pointer-events: none;
  overflow: hidden;
  margin-bottom: calc(2 * var(--grid_margin_bottom));
}
@media (max-width: 529px) {
  .page .banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .banner::after {
    content: '';
    display: block;
    padding-bottom: 35%;
  }
}
@media (min-width: 530px) {
  .page .banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .banner::after {
    content: '';
    display: block;
    padding-bottom: 30%;
  }
}
.page .banner picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page .banner picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .blog-posts {
  text-align: center;
  position: relative;
}
.page .blog-posts .post-summary {
  margin-top: var(--grid_margin_bottom);
  margin-bottom: calc(2 * var(--grid_margin_bottom));
}
.page .blog-posts .post-summary .summary-link {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto var(--grid_margin_bottom);
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--c_dark_orange);
}
.page .blog-posts .post-summary .summary-link .image {
  pointer-events: none;
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  background-color: #444;
  opacity: 1;
  transform: scale(1.01);
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -moz-transition: transform 0.15s, opacity 0.15s;
  -ms-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
}
.page .blog-posts .post-summary .summary-link .image picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page .blog-posts .post-summary .summary-link .image picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .blog-posts .post-summary .summary-link:hover .image,
.page .blog-posts .post-summary .summary-link:active .image,
.page .blog-posts .post-summary .summary-link:focus-visible .image {
  opacity: 0.2;
  transform: scale(1.15);
}
@media (max-width: 530px) {
  .page .blog-posts .post-summary .summary-link .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts .post-summary .summary-link .image::after {
    content: '';
    display: block;
    padding-bottom: 50%;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  .page .blog-posts .post-summary .summary-link .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts .post-summary .summary-link .image::after {
    content: '';
    display: block;
    padding-bottom: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page .blog-posts .post-summary .summary-link .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts .post-summary .summary-link .image::after {
    content: '';
    display: block;
    padding-bottom: 34%;
  }
}
@media (min-width: 992px) and (max-width: 1199.97px) {
  .page .blog-posts .post-summary .summary-link .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts .post-summary .summary-link .image::after {
    content: '';
    display: block;
    padding-bottom: 36%;
  }
}
@media (min-width: 1200px) {
  .page .blog-posts .post-summary .summary-link .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts .post-summary .summary-link .image::after {
    content: '';
    display: block;
    padding-bottom: 30%;
  }
}
.page .blog-posts .post-summary .summary-link .image::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51,51,51,0.5);
  z-index: 1;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts .post-summary .summary-link .info {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  color: #f3f3f3;
}
.page .blog-posts .post-summary .summary-link .info h3,
.page .blog-posts .post-summary .summary-link .info h4 {
  padding: 0.05em;
}
.page .blog-posts .post-summary .summary-link .info h3 {
  color: #f3f3f3;
  text-shadow: #000 0 0.075em;
  opacity: 0.9;
  line-height: 1em;
}
@media (max-width: 529px) {
  .page .blog-posts .post-summary .summary-link .info h3 {
    font-size: 1.75em;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .page .blog-posts .post-summary .summary-link .info h3 {
    font-size: 2.25em;
  }
}
@media (min-width: 768px) {
  .page .blog-posts .post-summary .summary-link .info h3 {
    font-size: 2.75em;
  }
}
.page .blog-posts .post-summary .summary-link .info h4 {
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width: 529px) {
  .page .blog-posts .post-summary .summary-link .info h4 {
    font-size: 1em;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .page .blog-posts .post-summary .summary-link .info h4 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .page .blog-posts .post-summary .summary-link .info h4 {
    font-size: 1.5em;
  }
}
.page .blog-posts .post-summary .body {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.page .blog-posts a.preview-link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: var(--grid_margin_bottom);
  background-color: var(--c_dark_orange);
  outline: none;
}
.page .blog-posts a.preview-link:nth-of-type(odd) {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts a.preview-link:nth-of-type(even) {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts a.preview-link .preview {
  background-color: #666;
  pointer-events: none;
  overflow: hidden;
  transform: scale(1.01);
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -moz-transition: transform 0.15s, opacity 0.15s;
  -ms-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
}
.page .blog-posts a.preview-link .preview picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page .blog-posts a.preview-link .preview picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .blog-posts a.preview-link:hover .preview,
.page .blog-posts a.preview-link:active .preview,
.page .blog-posts a.preview-link:focus-visible .preview {
  opacity: 0.2;
  transform: scale(1.15);
}
@media (max-width: 530px) {
  .page .blog-posts a.preview-link .preview {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts a.preview-link .preview::after {
    content: '';
    display: block;
    padding-bottom: 50%;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  .page .blog-posts a.preview-link .preview {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts a.preview-link .preview::after {
    content: '';
    display: block;
    padding-bottom: 24%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page .blog-posts a.preview-link .preview {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts a.preview-link .preview::after {
    content: '';
    display: block;
    padding-bottom: 16%;
  }
}
@media (min-width: 992px) and (max-width: 1199.97px) {
  .page .blog-posts a.preview-link .preview {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts a.preview-link .preview::after {
    content: '';
    display: block;
    padding-bottom: 18%;
  }
}
@media (min-width: 1200px) {
  .page .blog-posts a.preview-link .preview {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .page .blog-posts a.preview-link .preview::after {
    content: '';
    display: block;
    padding-bottom: 12%;
  }
}
.page .blog-posts a.preview-link .preview::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51,51,51,0.5);
}
.page .blog-posts a.preview-link:nth-of-type(odd) .preview::before {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts a.preview-link:nth-of-type(even) .preview::before {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts a.preview-link .preview picture::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51,51,51,0.5);
}
.page .blog-posts a.preview-link .info {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  color: #f3f3f3;
}
.page .blog-posts a.preview-link .info h3,
.page .blog-posts a.preview-link .info h4 {
  padding: 0.1em;
}
.page .blog-posts a.preview-link .info h3 {
  color: #f3f3f3;
  text-shadow: #000 0 0.075em;
  opacity: 0.9;
  font-size: 1.75em;
  line-height: 1em;
}
.page .blog-posts a.preview-link .info h4 {
  text-transform: uppercase;
  opacity: 0.7;
}
.page .blog-posts a.button:nth-of-type(even) {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page .blog-posts a.button:nth-of-type(odd) {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page section {
  margin-bottom: calc(2 * var(--grid_margin_bottom));
}
.page section:last-child {
  margin-bottom: 0;
}
.page section .header {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: var(--grid_margin_bottom);
}
.page section .button-links {
  text-align: center;
  margin-bottom: var(--grid_margin_bottom);
}
.page section .button-links button,
.page section .button-links .button {
  text-transform: uppercase;
}
.page section .gallery {
  width: 100%;
  margin-bottom: var(--grid_margin_bottom);
  font-size: 0;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: center;
}
.page section .gallery::-webkit-scrollbar {
  margin-top: var(--grid_margin_bottom);
  background-color: #808080;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page section .gallery::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--page_color_primary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page section .gallery:empty {
  display: none;
}
.page section .gallery .thumb {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 5px solid #919191;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: var(--grid_margin_bottom);
  -webkit-transition: border-color 0.1s;
  -moz-transition: border-color 0.1s;
  -ms-transition: border-color 0.1s;
  -o-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.page section .gallery .thumb:hover,
.page section .gallery .thumb:focus-visible {
  background-color: var(--c_dark_orange);
  border-color: var(--page_color_primary);
}
.page section .gallery .thumb .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.page section .gallery .thumb .image picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page section .gallery .thumb .image picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.page section .gallery .thumb img {
  height: 150px;
  vertical-align: middle;
}
.page section .gallery .thumb + .thumb {
  margin-left: var(--grid_margin_bottom);
}
.page section .body,
.page section .comments {
  background-color: #333;
  margin-bottom: var(--grid_margin_bottom);
}
@media (max-width: 529px) {
  .page section .body,
  .page section .comments {
    padding: 2.5em 1.5em;
  }
}
@media (min-width: 530px) {
  .page section .body,
  .page section .comments {
    padding: 2.5em;
  }
}
@media (min-width: 530px) {
  .page section .body,
  .page section .comments {
    font-size: 1.15rem;
  }
}
.page section .body h3,
.page section .comments h3 {
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
}
.page section .body h4,
.page section .comments h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.page section .body h4 + .video-holder,
.page section .comments h4 + .video-holder {
  margin-top: 0;
}
.page section .body p,
.page section .comments p {
  color: #ddd;
  font-size: 1.5em;
  line-height: 1.35em;
}
.page section .body p + h3,
.page section .comments p + h3,
.page section .body p + h4,
.page section .comments p + h4 {
  margin-top: 0.5em;
}
.page section .body pre,
.page section .comments pre {
  white-space: pre-wrap;
  font-size: 1.5em;
  padding: 0.75em 1em;
  line-height: 1.2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.page section .body pre.code-error,
.page section .comments pre.code-error {
  background: #191919;
  color: #ff6464;
}
.page section .body code,
.page section .comments code {
  overflow-wrap: break-word;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.65em;
  line-height: 1;
}
.page section .body blockquote,
.page section .comments blockquote {
  margin: 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
  background: #191919;
  font-size: 1.5em;
  line-height: 1.3;
  color: #cdcdcd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.page section .body blockquote::before,
.page section .comments blockquote::before {
  content: open-quote;
}
.page section .body blockquote::after,
.page section .comments blockquote::after {
  content: close-quote;
}
.page section .body img,
.page section .comments img {
  width: 100%;
}
.page section .body img,
.page section .comments img,
.page section .body .video-holder,
.page section .comments .video-holder {
  border: 0;
}
.page section .body .twitter-tweet-wrapper,
.page section .comments .twitter-tweet-wrapper {
  width: 100%;
}
.page section .body .twitter-tweet,
.page section .comments .twitter-tweet {
  margin-block: 0 !important;
  margin-inline: auto;
}
.page section .body .video-holder,
.page section .comments .video-holder {
  position: relative;
  font-size: 0;
  background-color: #333;
  outline: none;
}
.page section .body .video-holder video,
.page section .comments .video-holder video {
  margin: 0 auto;
}
.page section .body .video-holder .overlay,
.page section .comments .video-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--page_color_primary);
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.page section .body .video-holder.playing .overlay,
.page section .comments .video-holder.playing .overlay {
  opacity: 0;
}
.page section .body .video-holder.paused:hover .overlay,
.page section .comments .video-holder.paused:hover .overlay,
.page section .body .video-holder.paused:focus-visible .overlay,
.page section .comments .video-holder.paused:focus-visible .overlay {
  opacity: 0.22;
}
.page section .body .video-holder.playing .play,
.page section .comments .video-holder.playing .play {
  display: none;
}
.page section .body .video-holder .pause,
.page section .comments .video-holder .pause {
  opacity: 0;
}
.page section .body .video-holder.paused .pause,
.page section .comments .video-holder.paused .pause {
  display: none;
}
.page section .body .video-holder:hover .pause,
.page section .comments .video-holder:hover .pause,
.page section .body .video-holder:focus-visible .pause,
.page section .comments .video-holder:focus-visible .pause {
  opacity: 0.7;
}
.page section .body .video-holder .pause,
.page section .comments .video-holder .pause,
.page section .body .video-holder .play,
.page section .comments .video-holder .play {
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 10rem;
  height: 10rem;
  font-size: 4rem;
  line-height: 10.4rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f3f3f3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: 0.2s opacity, 0.15s transform;
  -moz-transition: 0.2s opacity, 0.15s transform;
  -ms-transition: 0.2s opacity, 0.15s transform;
  -o-transition: 0.2s opacity, 0.15s transform;
  transition: 0.2s opacity, 0.15s transform;
}
.page section .body .video-holder:hover .pause,
.page section .comments .video-holder:hover .pause,
.page section .body .video-holder:hover .play,
.page section .comments .video-holder:hover .play,
.page section .body .video-holder:focus-visible .pause,
.page section .comments .video-holder:focus-visible .pause,
.page section .body .video-holder:focus-visible .play,
.page section .comments .video-holder:focus-visible .play {
  transform: translate(-50%, -50%) scale(1);
}
.page section .body .video-holder .pause i,
.page section .comments .video-holder .pause i,
.page section .body .video-holder .play i,
.page section .comments .video-holder .play i {
  text-shadow: 0.02em 0.02em 2px #666, -0.02em 0.02em 2px #666, -0.02em -0.02em 2px #666, 0.02em -0.02em 2px #666;
}
.page section .body video,
.page section .comments video,
.page section .body .video-holder,
.page section .comments .video-holder {
  margin: 1rem auto;
}
.page section .body {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.page section .comments {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.home .banner {
  background-image: url("/img/banner.jpg");
  background-image: url("/img/banner.webp");
  image-rendering: pixelated;
}
.project-list {
  display: grid;
  grid-gap: var(--grid_margin_bottom) calc(2 * var(--grid_margin));
}
.project-list .project-item {
  --columns: 1;
  position: relative;
  --_color: #ccc;
  display: grid;
  grid-gap: var(--grid_margin_bottom) calc(2 * var(--grid_margin));
  grid-template-columns: repeat(var(--columns), 1fr);
  -webkit-transition: background 0.2s !important;
  -moz-transition: background 0.2s !important;
  -ms-transition: background 0.2s !important;
  -o-transition: background 0.2s !important;
  transition: background 0.2s !important;
  --radius: calc(3.125rem);
}
@media (min-width: 768px) {
  .project-list .project-item {
    --columns: 2;
  }
}
@media (min-width: 992px) {
  .project-list .project-item {
    --columns: 3;
  }
}
@media (min-width: 1200px) {
  .project-list .project-item {
    --columns: 3;
  }
}
.project-list .project-item:hover,
.project-list .project-item:focus-within {
  --_color: var(--color);
}
@media (any-pointer: coarse) {
  .project-list .project-item {
    --_color: var(--color);
  }
}
@media (any-pointer: fine) {
  .project-list .project-item {
    --_color: #ccc;
  }
}
.project-list .project-item .thumb-link {
  --radius: calc(3.125rem);
  border: 5px solid var(--_color);
  overflow: hidden;
}
.project-list .project-item:nth-of-type(odd) {
  --dir: -1;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
  border-top-right-radius: 0;
}
.project-list .project-item:nth-of-type(odd) .thumb-link {
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.project-list .project-item:nth-of-type(even) {
  --dir: 1;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
  border-bottom-right-radius: 0;
}
.project-list .project-item:nth-of-type(even) .thumb-link {
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.project-list .project-item .info {
  gap: var(--gap);
  display: grid;
  align-content: center;
}
@media (max-width: 767.97px) {
  .project-list .project-item .info {
    --gap: 0.375rem;
    justify-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .project-list .project-item .info {
    grid-column: 2/-1;
    --gap: 0.25rem;
  }
}
.project-list .project-item .info a {
  margin-left: 0.25ch;
  display: inline-block;
  width: fit-content;
  color: #ddd;
}
.project-list .project-item .info a:hover,
.project-list .project-item .info a:active,
.project-list .project-item .info a:focus-visible {
  color: #fff;
}
.project-list .project-item .info .date {
  --opacity: 0.5;
  position: relative;
  color: #b2b2b3;
  font-size: 0.75em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  width: fit-content;
  padding-bottom: var(--gap);
}
.project-list .project-item .info:hover .date {
  --opacity: 1;
}
@media (max-width: 767.97px) {
  .project-list .project-item .info .date {
    padding-inline: 0.75rem;
  }
}
@media (min-width: 768px) {
  .project-list .project-item .info .date {
    padding-right: 1.5rem;
  }
}
.project-list .project-item .info .date::after {
  --size: 2px;
  content: ' ';
  position: absolute;
  bottom: calc(-1 * var(--size));
  left: 0;
  width: 100%;
  height: var(--size);
  background: var(--_color);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.project-list .project-item .info p {
  line-height: 1.5;
  max-width: 50ch;
  text-wrap: pretty;
  color: #ddd;
}
@media (max-width: 767.97px) {
  .project-list .project-item .info p {
    text-wrap: balance;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
}
.project-list .project-item .thumb-link {
  display: block;
  position: relative;
  text-align: center;
  background-color: var(--color);
  outline: none;
  overflow: hidden;
  color: var(--color);
  transform: scale(1);
  -webkit-transition: transform 0.25s, border-color 0.25s !important;
  -moz-transition: transform 0.25s, border-color 0.25s !important;
  -ms-transition: transform 0.25s, border-color 0.25s !important;
  -o-transition: transform 0.25s, border-color 0.25s !important;
  transition: transform 0.25s, border-color 0.25s !important;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
}
.project-list .project-item .thumb-link:hover,
.project-list .project-item .thumb-link:active,
.project-list .project-item .thumb-link:focus-visible,
.project-list .project-item .thumb-link:has(+ * a:hover) {
  transform: scale(1.07) rotate(calc(var(--dir) * 2deg));
}
@media (max-width: 400px) {
  .project-list .project-item .thumb-link {
    font-size: 1.75em;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .project-list .project-item .thumb-link {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-list .project-item .thumb-link {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .project-list .project-item .thumb-link {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  .project-list .project-item .thumb-link {
    font-size: 1.4em;
  }
}
.project-list .project-item .thumb-link .title {
  --height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  width: 100%;
  color: #f3f3f3 !important;
  position: absolute;
  font-size: 0.8rem;
  font-weight: 750;
  bottom: 0;
  top: calc(100% - var(--height));
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -ms-transition: top 0.25s;
  -o-transition: top 0.25s;
  transition: top 0.25s;
}
.project-list .project-item .thumb-link .title span {
  z-index: 1;
}
.project-list .project-item .thumb-link .title span i {
  font-size: 0.8em;
  margin-right: 0.25em;
}
.project-list .project-item .thumb-link .title::before {
  content: '';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background-color: var(--color);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.project-list .project-item:hover .thumb-link .title,
.project-list .project-item:active .thumb-link .title,
.project-list .project-item:focus-visible .thumb-link .title {
  top: 0%;
}
.project-list .project-item:hover .thumb-link .title::before,
.project-list .project-item:active .thumb-link .title::before,
.project-list .project-item:focus-visible .thumb-link .title::before {
  opacity: 0.8;
}
.project-list .project-item .thumb-link .release {
  background-color: #444;
  background-color: var(--color);
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
}
.project-list .project-item .thumb-link .release::after {
  content: '';
  display: block;
  padding-bottom: 56%;
}
.project-list .project-item .thumb-link .release picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.project-list .project-item .thumb-link .release picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-list + .button {
  display: block;
  margin-top: var(--grid_margin_bottom);
  margin-inline: auto;
  width: fit-content;
}
.project .banner,
.blog-post .banner {
  margin-bottom: var(--grid_margin_bottom);
}
.project .blog-posts a.preview-link:nth-of-type(odd),
.blog-post .blog-posts a.preview-link:nth-of-type(odd) {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.project .blog-posts a.preview-link:nth-of-type(even),
.blog-post .blog-posts a.preview-link:nth-of-type(even) {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.project .blog-posts a.preview-link:nth-of-type(odd) .preview::before,
.blog-post .blog-posts a.preview-link:nth-of-type(odd) .preview::before {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.project .blog-posts a.preview-link:nth-of-type(even) .preview::before,
.blog-post .blog-posts a.preview-link:nth-of-type(even) .preview::before {
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.blog-post section .header {
  margin-bottom: 0.15em;
}
.blog-post .date {
  text-transform: uppercase;
  font-size: 1.15em;
  opacity: 0.7;
  text-align: center;
  margin-bottom: var(--grid_margin_bottom);
}
.content .body {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.body table {
  margin-inline: auto;
  font-size: 1.5em;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.body table tr {
  --color: 255 255 255;
  --border: 1px;
  font-size: inherit;
}
.body table tr:nth-child(even) {
  background: rgb(var(--color) / 20%);
}
.body table tr:nth-child(odd) {
  background: rgb(var(--color) / 10%);
}
.body table tr + tr {
  border-top: 1px solid #fff;
}
.body table tr.highlight {
  --color: 255 255 0;
  background: rgb(var(--color) / 30%);
}
.body table th,
.body table td {
  font-size: inherit;
  padding: 0.25em 0.75em;
}
.body table th sub,
.body table td sub {
  font-size: 0.5em;
}
.body table td + td {
  border-left: var(--border) solid #fff;
}
.body figcaption {
  color: #ddd;
}
.page section .body .series {
  background-color: var(--c_bg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.2rem;
}
.page section .body .series p {
  font-size: inherit;
  margin: 0;
  font-size: 1em;
}
.page section .body .series ol {
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.page section .body .series ol li.current span {
  color: #fff;
  font-weight: 700;
}
.page section .body .series ol li:not(:has(a)):not(.current) span {
  opacity: 0.7;
}
canvas {
  width: 100%;
  border: 3px solid #ddd;
  padding: 5px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.error .banner {
  background-image: url("/img/i-am-error.png");
  background-image: url("/img/i-am-error.webp");
  background-size: contain;
  background-color: #000;
  background-repeat: no-repeat;
}
#modal-wrapper.hidden {
  pointer-events: none;
}
#overlay {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(20,20,20,0.7);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hidden #overlay {
  opacity: 0;
}
#modal {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  z-index: 300;
  left: 50vw;
  top: 50vh;
  max-width: calc(100% - 2 * var(--grid_margin_bottom));
  padding: var(--grid_margin_bottom);
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.2s, transform 0.4s;
  -moz-transition: opacity 0.2s, transform 0.4s;
  -ms-transition: opacity 0.2s, transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transform: translate(-50%, -50%) scale(1);
}
.hidden #modal {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.1);
}
#modal object {
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in;
  -moz-transition: opacity 0.6s ease-in;
  -ms-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}
.hidden #modal object {
  opacity: 0;
}
#modal img {
  max-height: 90%;
}
#close {
  position: fixed;
  z-index: 300;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  color: #cdcdcd;
  -webkit-transition: opacity 0.2s, color 0.2s;
  -moz-transition: opacity 0.2s, color 0.2s;
  -ms-transition: opacity 0.2s, color 0.2s;
  -o-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
  opacity: 1;
}
#close:hover,
#close:focus {
  color: #f3f3f3;
}
.hidden #close {
  opacity: 0;
}
@media (max-width: 529px) {
  #close i {
    font-size: 3rem;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  #close i {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  #close i {
    font-size: 5rem;
  }
}
