/**
 * Site header
 */
.site-header {
  min-height: 56px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .site-header {
    padding-top: 7.5px;
  }
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  float: left;
}
.site-title, .site-title:visited {
  color: #ffdc27;
}

div.header-logo {
  text-align: center;
}
@media screen and (max-width: 600px) {
  div.header-logo {
    padding-right: 56px;
  }
}

img.header-logo {
  max-width: 80%;
  max-height: 100vh;
  margin: auto;
  min-height: 56px;
}
@media screen and (max-width: 600px) {
  img.header-logo {
    padding-left: 16px;
  }
}

.mobile-site-nav {
  display: none;
  float: right;
  line-height: 56px;
}
.mobile-site-nav .menu-icon {
  display: none;
}
.mobile-site-nav .page-link {
  line-height: 1.5;
}
.mobile-site-nav .page-link:visited {
  color: #ffdc27;
}
.mobile-site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.mobile-site-nav .active {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .mobile-site-nav {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #14183c;
    border: 1px solid #103563;
    border-radius: 5px;
    text-align: right;
  }
  .mobile-site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .mobile-site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .mobile-site-nav .menu-icon > svg path {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .mobile-site-nav .trigger {
    clear: both;
    display: none;
  }
  .mobile-site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .mobile-site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .mobile-site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

.site-nav {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}
.site-nav .page-link {
  line-height: 1.5;
  font-size: larger;
}
.site-nav .page-link:visited {
  color: #ffdc27;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.site-nav .active {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .site-nav {
    display: none;
  }
}

html {
  height: 100%;
}

body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d0d0d0;
  position: relative;
  min-height: 100%;
  margin: 0;
  background-color: #14183c;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Links
 */
a {
  color: #ffdc27;
  text-decoration: none;
}
a:visited {
  color: #bbbb31;
}
a:hover {
  color: #d0d0d0;
  text-decoration: underline;
}

.background {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1000;
}

#background-canvas {
  width: 100vw;
  height: 100vh;
}

.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7.5px;
  }
}

.page-content {
  padding-top: 8px;
  padding-bottom: 100px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 600px) {
  .page-content {
    padding-top: 7.5px;
  }
}
.page-content .wrapper {
  background-color: #0d1a2d;
  border-radius: 10px;
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Site footer
 */
.site-footer {
  background-color: #0d1a2d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-col-wrapper {
  text-align: right;
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 7.5px;
}
@media screen and (max-width: 800px) {
  .footer-col-wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7.5px;
  }
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.youtube-wrapper .youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.download-btn {
  text-align: center;
  font-size: xxx-large;
  font-weight: bold;
}

.spectate-page {
  overflow: hidden;
}
.spectate-page .background {
  opacity: 0.85;
}

.spectate-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(80, 120, 190, 0.18), transparent 45%), linear-gradient(180deg, rgba(4, 10, 22, 0.12), rgba(4, 10, 22, 0.86)), #030712;
}

.spectate-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  background-color: #020611;
}

.spectate-frame-live {
  opacity: 1;
}

.spectate-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  pointer-events: none;
}

.spectate-overlay[hidden] {
  display: none;
}

.spectate-overlay-loading {
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.18), rgba(3, 7, 18, 0.62));
}

.spectate-overlay-offline {
  background: radial-gradient(circle at top, rgba(255, 220, 39, 0.1), transparent 40%), linear-gradient(180deg, rgba(4, 9, 20, 0.48), rgba(4, 9, 20, 0.86));
}

.spectate-status {
  width: min(100%, 540px);
  padding: 34px 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(7, 16, 31, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  text-align: center;
  pointer-events: auto;
}
.spectate-status h1 {
  margin: 0 0 12px;
  color: #fff3ad;
  font-size: 2.2rem;
  line-height: 1.1;
}
.spectate-status p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.spectate-status-offline {
  max-width: 600px;
}

.spectate-status__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 220, 39, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.spectate-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.spectate-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #f4f3ea;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.spectate-action:visited {
  color: #f4f3ea;
}
.spectate-action:hover {
  color: #fff;
  border-color: rgba(255, 220, 39, 0.6);
  background: rgba(255, 220, 39, 0.12);
  text-decoration: none;
  transform: translateY(-1px);
}

.spectate-action-primary {
  background: rgba(255, 220, 39, 0.18);
  color: #fff7d7;
}

.spectate-nav-shell {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  pointer-events: none;
}

.spectate-nav-hover-zone {
  height: 18px;
  pointer-events: auto;
}

.spectate-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 20px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 18px 18px;
  background: rgba(9, 17, 31, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transform: translateY(calc(-100% - 16px));
  transition: transform 0.28s ease;
  pointer-events: auto;
}

.spectate-nav-shell:hover .spectate-nav,
.spectate-nav-shell:focus-within .spectate-nav,
.spectate-nav-shell.spectate-nav-open .spectate-nav {
  transform: translateY(0);
}

.spectate-nav-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 220px;
}

.spectate-nav-logo img.header-logo {
  max-width: 100%;
  max-height: 48px;
  min-height: 0;
  margin: 0;
}

.spectate-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  text-align: right;
}
.spectate-nav-links .page-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}
.spectate-nav-links .page-link:visited {
  color: rgba(255, 255, 255, 0.88);
}
.spectate-nav-links .page-link:hover {
  color: #fff3ad;
  text-decoration: none;
}
.spectate-nav-links .active {
  color: #fff3ad;
  font-weight: 700;
}

.spectate-open-link {
  padding: 10px 16px;
  border: 1px solid rgba(255, 220, 39, 0.35);
  border-radius: 999px;
  background: rgba(255, 220, 39, 0.12);
}

.spectate-menu-toggle {
  display: none;
}

@media screen and (max-width: 800px) {
  .spectate-nav {
    gap: 18px;
    margin: 0 12px;
    padding: 10px 16px;
  }
  .spectate-nav-links {
    gap: 14px;
  }
  .spectate-nav-links .page-link {
    font-size: 0.92rem;
  }
}
@media screen and (max-width: 600px) {
  .spectate-page {
    overflow: auto;
  }
  .spectate-overlay {
    padding: 18px;
  }
  .spectate-status {
    padding: 26px 20px;
  }
  .spectate-status h1 {
    font-size: 1.7rem;
  }
  .spectate-status p {
    font-size: 0.98rem;
  }
  .spectate-nav-hover-zone {
    display: none;
  }
  .spectate-menu-toggle {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 101;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 46px;
    height: 46px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(9, 17, 31, 0.84);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
    pointer-events: auto;
  }
  .spectate-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff3ad;
    border-radius: 999px;
  }
  .spectate-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin: 0 10px;
    padding: 16px;
    border-radius: 18px;
    transform: translateY(calc(-100% - 24px));
  }
  .spectate-nav-shell.spectate-nav-open .spectate-nav {
    transform: translateY(0);
  }
  .spectate-nav-logo {
    max-width: 180px;
  }
  .spectate-nav-links {
    align-items: stretch;
    text-align: left;
    gap: 8px;
  }
  .spectate-nav-links .page-link {
    display: block;
    padding: 10px 0;
  }
  .spectate-open-link {
    text-align: center;
  }
}
.devlog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.devlog-content .post-preview {
  margin-bottom: 30px;
  padding: 30px;
  background: rgba(13, 26, 45, 0.5);
  border-radius: 8px;
}
.devlog-content .post-preview h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
}
.devlog-content .post-preview .post-date {
  color: #828282;
  font-size: 14px;
  margin-bottom: 1em;
}
.devlog-content .post-preview .video-preview {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  margin: 1em 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.devlog-content .post-preview .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.devlog-content .post-preview .post-excerpt {
  margin-bottom: 1em;
  color: #d0d0d0;
  line-height: 1.6;
}
.devlog-content .post-preview .read-more {
  display: inline-block;
  color: #ffdc27;
  text-decoration: none;
  font-weight: bold;
}
.devlog-content .post-preview .read-more:hover {
  color: #bbbb31;
}
.devlog-content .pagination {
  text-align: center;
  margin-top: 30px;
  padding: 30px;
  background: rgba(13, 26, 45, 0.5);
  border-radius: 8px;
}
.devlog-content .pagination .page_number {
  color: #d0d0d0;
  margin: 0 1em;
}
.devlog-content .pagination a {
  color: #ffdc27;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.devlog-content .pagination a:hover {
  color: #bbbb31;
  background: rgba(255, 220, 39, 0.1);
}
.devlog-content .pagination a.previous {
  margin-right: 1em;
}
.devlog-content .pagination a.next {
  margin-left: 1em;
}

.post {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.post .post-header {
  margin-bottom: 30px;
}
.post .post-title {
  margin-bottom: 0.5em;
}
.post .post-date {
  color: #828282;
  font-size: 14px;
}
.post .post-content {
  color: #d0d0d0;
  line-height: 1.6;
}
.post .video-preview {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  margin: 30px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.post .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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