* {
  box-sizing: border-box !important;
}
*:focus {
  outline: 0;
}
*:before,
*:after {
  box-sizing: border-box !important;
}
body,
html {
  background-color: #252830;
  color: #bdc3c7;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100svh;
}
body {
  overflow: auto;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content {
  line-height: 1.5;
}
#content h2 {
  margin-top: 2em;
}
#content pre {
  line-height: 1;
}
#content li {
  margin-bottom: 0.8em;
}
#content img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.project {
  display: inline-flex;
  flex-direction: row;
  padding: 10px;
  background-color: #151820;
  height: 170px;
  align-items: flex-start;
  width: 40em;
  transition: scale 0.2s;
}
a.project:hover {
  scale: 1.03;
}
@media print {
  .project {
    height: 100px;
  }
}
.project > img {
  flex: 0 0 auto;
  max-height: 100%;
}
.project > div {
  padding-left: 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  height: 100%;
}
.project .title {
  font-size: 30px;
  height: auto;
}
.project .subtitle {
  font-size: 20px;
}
.project .slogan {
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
#root {
  max-width: 40em;
  width: 100%;
  display: flex;
  background-color: #252830;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  min-height: 100%;
}
#root > * {
  flex: 0 0 auto;
}
#root #content {
  padding: 10px;
  margin-bottom: 50px;
  text-align: justify;
  max-width: 40em;
}
#root #content > :first-child {
  margin-top: 0;
  padding-top: 0;
}
#root #links {
  width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 20px;
  margin-bottom: 2ex;
  flex-wrap: wrap;
}
#root #links > .screenshot {
  display: block;
  flex: 0 1 auto;
  justify-content: center;
}
#root #links > .screenshot img.screenshot {
  display: block;
  margin: 0 1em;
  max-width: 360px;
}
#root #links > div {
  overflow: hidden;
  padding: 0.25em;
  max-width: 360px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#root #links > div a {
  display: block;
  overflow-wrap: break-word;
  text-align: center;
  align-self: stretch;
  background: #151820;
  padding: 0.5em;
  margin: 0.25em;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: scale 0.2s;
}
#root #links > div a:hover {
  scale: 1.06;
}
#root #links > div a .icon {
  font-size: 2em;
}
#root #links > div a > .value {
  flex: 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#root #links > div .disclaim {
  padding: 0.5em 0;
  font-size: 75%;
  max-width: 12em;
  text-align: center;
  font-style: italic;
}
#root img.screenshot {
  width: 100%;
  position: relative;
  cursor: zoom-in;
  margin: 10px 0;
  transition: scale 0.2s;
}
#root img.screenshot:hover {
  scale: 1.03;
}
#root blockquote > blockquote:only-child {
  text-align: center;
}
.index #root {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: auto;
  gap: 20px;
  padding: 20px;
  max-width: 90em;
}
.index #root .project {
  flex: 0 1 auto;
}
.index #root .project:first-child {
  background-color: transparent;
  width: 100%;
  justify-content: center;
}
.index #root .project:first-child > div {
  flex-grow: 0;
  padding-right: 40px;
}
#header {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
#header .project {
  max-width: 100%;
}
@media (max-width: 450px) {
  #root #content {
    text-align: left;
  }
  #root #links > .screenshot img.screenshot {
    max-width: 100%;
    margin: 0 auto;
  }
  #root #links > div {
    max-width: 100%;
    width: 100%;
  }
  .project {
    height: 120px;
  }
  .project .title {
    font-size: 24px;
  }
  .project .subtitle {
    font-size: 15px;
  }
  .project .slogan {
    margin: 0;
    font-size: 15px;
  }
  pre {
    font-size: 60%;
  }
  blockquote {
    margin: 2ex 1em;
  }
  #content h2 {
    margin-top: 2ex;
  }
  #header {
    padding-top: 0;
  }
}
a:not(.b) {
  color: #0984e3;
  text-decoration-color: transparent;
  transition: color 0.2s, text-decoration-color 0.2s;
}
a:not(.b):hover {
  color: #0984e3;
  text-decoration-color: #0984e3;
}
a.b {
  color: inherit;
  text-decoration: none;
}
.project a {
  color: #bdc3c7;
  text-decoration-color: #bdc3c7;
  font-style: normal;
}
.links {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  font-size: 1.1em;
}
code,
pre {
  font-family: "Inconsolata", monospace;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #454850;
  border: 2px solid #252830;
  margin: 2px;
  box-sizing: border-box;
  border-radius: 100px;
}
html {
  overflow: hidden;
}
body {
  max-height: 100svh;
}
label.screenshot input {
  position: fixed;
  left: -1000vw;
  top: -1000vh;
  opacity: 0;
}
label.screenshot .zoom {
  display: none;
}
label.screenshot input:checked ~ .zoom {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  background: rgba(37,40,48,0.667);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
label.screenshot input:checked ~ .zoom > img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
}
