@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/lato-italic.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/lato-light.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/lato.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/lato-bold.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#navbar {
  padding: 1.5rem 0;
  position: sticky;
  width: 100%;
  height: 2.5rem;
  top: 0;
  background: #fff;
  z-index: 2;
  max-width: 100vw;
}
#nav-logo {
  float: left;
  width: 2.5rem;
  height: 100%;
  -webkit-mask: url("/images/logo-box.svg") center no-repeat;
  background-color: var(--highlight);
  margin: 0 0.5rem 0 1rem;
}
#nav-logo a {
  display: block;
  height: 100%;
}
#nav-list {
  height: 100%;
  overflow-x: scroll;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 1rem);
  scrollbar-width: none; /* Firefox */
}
#nav-list::-webkit-scrollbar {
  background: transparent;
  width: 0px;
  height: 0px;
}
#navbar ul {
  padding-inline-start: 0;
  padding: 0 2.5rem 0 1rem;
  height: 100%;
  width: max-content;
  display: flex;
  gap: 0.75rem;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to left, transparent 1.5rem, #000 1.5rem);
  margin-block-start: 0;
  margin-block-end: 0;
}
#navbar ul:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 95%;
  width: 2rem;
  padding-left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  content: '\0203A';
  background: linear-gradient(to left, #fff 1.75rem, transparent);
}
#navbar li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1rem;
}
#navbar li a {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: border-bottom-width 0.2s, padding-top 0.2s, border-bottom-color 0.4s;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 0;
}
#navbar li a:hover {
  border-bottom-width: 4px;
  border-bottom-color: var(--highlight);
  padding-top: 4px;
}
#navbar li.active a {
  transition: none;
  border-bottom-width: 4px;
  border-bottom-color: var(--highlight);
  padding-top: 4px;
}
#navbar .ext-link {
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em 0 0 0.25em;
  background: url("/images/glyphicons-halflings-75-square-new-window.svg") no-repeat;
}
.page-home {
  padding: 4vh 0;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
#home-logo-wrapper {
  flex-grow: 2;
  display: flex;
  align-items: center;
}
#home-logo {
  width: 100%;
  margin: auto;
  height: 50vh;
  max-height: 440px;
  display: flex;
  flex-direction: column;
}
#home-logo-box {
  margin: 0 auto auto auto;
  width: 100%;
  height: 75%;
  -webkit-mask: url("/images/logo-box.svg") center no-repeat;
  background-color: var(--highlight);
}
#home-logo-text {
  margin: auto auto 0 auto;
  width: 100%;
  height: 20%;
  -webkit-mask: url("/images/logo-text.svg") center no-repeat;
  background-color: #000;
}
#home-mission {
  margin: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  flex-grow: 1;
  flex-basis: 2em;
  display: flex;
  align-items: center;
}
@media all and (max-width: 799px), all and (max-height: 719px) {
  #home-logo-wrapper {
    height: 76vh;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #home-logo {
    height: 80vw;
    width: 100%;
    margin: auto;
  }
  #home-mission {
    padding: 36vh 1rem;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
  #home-mission br {
    display: none;
  }
}
.page-games .game {
  height: auto;
  margin-bottom: 12rem;
}
.page-games .image-container {
  margin: 0 -1rem;
  height: 100vw;
}
.page-games .image-container.unrevealed {
  background-color: #333;
}
.page-games .image-container img {
  width: 100%;
  object-fit: cover;
  max-width: none;
  max-height: 100vw;
}
.page-games .unrevealed-game {
  -webkit-mask: url("/images/logo-box.svg") center no-repeat;
  background-color: var(--highlight);
  width: 40%;
  height: 100%;
  margin: auto;
}
#games-image-ddlc {
  object-position: 20% 30%;
}
#games-image-ddlcplus {
  object-position: 70% 90%;
}
.page-games .content {
  padding: 0 1rem;
}
.page-games .content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 10% 0 0.75rem;
  border-bottom: 5px solid var(--highlight);
}
.page-games .content .release-date {
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--fade);
}
.page-games .content-body p {
  margin-bottom: 1.5em;
}
.page-games .content-body {
  margin-top: 4rem;
}
@media all and (min-width: 1024px) {
  .page-games .game {
    display: flex;
    min-height: 100vh;
    margin-bottom: 8rem;
  }
  .page-games .image-container {
    width: 36%;
    max-width: 45rem;
    min-width: 32rem;
    height: auto;
    min-height: 100vh;
    margin: 0;
  }
  .page-games .image-container img {
    height: 100%;
  }
  .page-games .content {
    width: 64%;
    padding: 0;
  }
  .page-games .content h2,
  .page-games .content .release-date,
  .page-games .content-body {
    padding: 0 13%;
  }
  .page-games .content h2 {
    font-size: 3rem;
  }
  .page-games .content-body {
    margin-top: 5%;
  }
  .page-games .content-body p {
    font-size: 1.25rem;
  }
}
.page-extras h2 {
  border-bottom: 5px solid var(--highlight);
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.8rem;
}
.page-extras article {
  margin-bottom: 10rem;
}
.page-extras .image-container {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.page-extras .image-container + div {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.page-extras .buttons {
  padding: 2rem 0 3px 0;
  margin: auto 0 0;
  display: flex;
  gap: 1rem;
}
.page-extras .buttons a {
  border: 1px solid #000;
  width: 6rem;
  height: 5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.download-button {
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/glyphicons-basic-827-arrow-thin-down.svg");
}
.download-button.desktop {
  background-image: url("/images/glyphicons-basic-161-computer-all-in-one.svg");
}
.download-button.mobile {
  background-image: url("/images/glyphicons-basic-166-mobile-phone.svg");
}
@media all and (min-width: 768px) {
  .page-extras .content {
    display: flex;
    align-items: flex-start;
  }
  .page-extras .image-container {
    max-width: 40%;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .page-extras .image-container + div {
    margin-top: 0;
  }
}
.page-team {
  text-align: center;
  margin: 5rem auto 0;
}
.page-team > div:first-child {
  margin: 0 auto 6rem;
  width: 12rem;
}
.page-team .members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1rem;
}
.page-team .members > div {
  width: 14rem;
  margin: 3rem 1rem;
}
.page-team .member-avatar {
  height: 8rem;
}
.page-team .member-name {
  border-bottom: 5px solid var(--highlight);
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.page-team .member-name + span {
  display: block;
  margin-top: 0.25rem;
  height: 2rem;
}
.page-team .member-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.page-team .member-links a {
  margin: 0 0.5rem;
}
.page-team .member-links img {
  width: 1.5rem;
  max-height: 1.5rem;
}
#contact-logo-wrapper {
  flex-grow: 2;
  display: flex;
  align-items: center;
}
#contact-logo {
  width: 100%;
  margin: auto;
  height: 18rem;
  max-height: 440px;
  display: flex;
  flex-direction: column;
}
#contact-logo-box {
  margin: 0 auto auto auto;
  width: 100%;
  height: 75%;
  -webkit-mask: url("/images/logo-box.svg") center no-repeat;
  background-color: var(--highlight);
}
#contact-logo-text {
  margin: auto auto 0 auto;
  width: 100%;
  height: 20%;
  -webkit-mask: url("/images/logo-text.svg") center no-repeat;
  background-color: #000;
}
#contact-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#contact-socials a {
  margin: 0 1rem;
}
#contact-socials img {
  width: 1.5rem;
  max-height: 1.5rem;
}
#page-nav {
  border-top: 1px #ccc solid;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.2rem;
}
#page-nav .page-number.current {
  box-sizing: border-box;
  border-bottom: 2px solid var(--highlight);
}
.page-archive article {
  margin-bottom: 6rem;
}
.article header {
  padding-bottom: 2rem;
}
.article header img {
  object-fit: cover;
  width: 100%;
  max-height: calc(var(--content-width) / 16 * 9);
}
.article .dt-published {
  display: block;
  font-style: italic;
  color: var(--fade);
  font-weight: 400;
  margin-bottom: 1rem;
}
.article .article-entry {
  margin-bottom: 4rem;
}
.article h1,
.article h2 {
  border-bottom: 5px solid var(--highlight);
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.8rem;
}
.article code {
  font-family: monospace;
  background-color: #faf4ed;
  font-size: 1rem;
  padding: 0.1rem;
}
.page-post .article h1 {
  font-size: 2.5rem;
  margin-top: 4rem;
}
.page-post .article h2 {
  font-size: 1.6rem;
  margin: 4rem 0 1.5rem;
}
.article h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
}
.article p img {
  padding: 1rem 0;
}
.article .video-container {
  height: calc(var(--content-width) / 16 * 9);
  padding: 1rem 0 2rem;
}
.article .video-container iframe {
  width: 100%;
  height: 100%;
}
.article .article-more-link {
  font-style: italic;
}
#article-nav {
  border-top: 1px #ccc solid;
  padding: 1rem 0;
  display: flex;
}
#article-nav .article-nav-title {
  height: 100%;
}
#article-nav a {
  max-width: 45%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-nav-caption {
  min-width: 1em;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: 0.135em;
}
#article-nav-older {
  margin-left: auto;
}
#article-nav-newer {
  margin-right: auto;
}
#article-nav-newer .article-nav-caption {
  background-image: url("/images/glyphicons-halflings-130-chevron-left.svg");
}
#article-nav-older .article-nav-caption {
  background-image: url("/images/glyphicons-halflings-131-chevron-right.svg");
}
@media all and (max-width: 799px) {
  .article header img {
    margin: 0 -1rem;
    min-width: 100vw;
  }
}
.page-warnings {
  --separator: #ccc;
  --details-highlight: #eee;
}
.page-warnings section {
  margin-bottom: 3rem;
}
.page-warnings h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-warnings summary {
  font-weight: 700;
  cursor: pointer;
  padding: 0.5em 0 0.5em 0.25em;
}
.page-warnings summary:hover {
  background: var(--details-highlight);
}
.page-warnings details[open]::details-content {
  padding-left: 1.25rem;
  padding-top: 1.25rem;
}
.cw-category {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cw-category[open] {
  padding-bottom: 2rem;
}
.cw-category > summary {
  font-size: 1.75rem;
}
.cw-category > dl {
  margin-bottom: 2rem;
}
.cw-item {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.cw-item:not(:first-child) {
  border-top: 1px solid var(--separator);
}
.cw-item + dd {
  margin-bottom: 1.5rem;
}
.cw-condition {
  margin-bottom: 0;
  font-size: 1.15rem;
  color: var(--fade);
}
.cw-short-desc {
  margin-top: 1em;
}
.cw-full-desc > summary {
  font-size: 1.25rem;
}
:root {
  --highlight: #a6b3df;
  --fade: #666;
  --content-width: 48rem;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
p a {
  text-decoration: underline;
}
ul,
ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 2.5em;
}
li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
li > ul,
li > ol {
  margin-block-start: 0.5em;
  margin-block-end: 0;
}
main {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 4rem 1rem;
}
main.full-width {
  max-width: 100%;
}
