body,
html {
  margin: 0px;
  padding: 0px; }

html {
  background: url(/static/images/sky-bg-fullhd-kraken.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #464646;
  font-family: "Open Sans", Vardana, Arial;
  color: white;
  text-shadow: 8px 8px 8px black; }

.cc-banner {
  text-shadow: none; }

header {
  display: block;
  height: 100px;
  padding: 0 20px 0 20px; }

a {
  text-decoration: none;
  color: white; }

a:hover {
  cursor: pointer; }

header {
  font-family: lumos; }

/* Underline From Left */
header a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

header a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

header a:hover:before,
header a:focus:before,
header a:active:before {
  right: 0; }

header a:hover hover a {
  border: 1px solid red; }

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  float: right; }

ul.menu li {
  float: left; }

ul.menu li,
.logo a {
  font-size: 40px; }

ul.menu li:before {
  content: "$";
  padding: 0 10px 0 10px;
  font-size: 25px; }

.logo {
  position: absolute;
  margin-top: 10px;
  cursor: pointer;
  width: 250px;
  max-width: 50vw; }

.logo img {
  width: auto;
  height: auto;
  max-width: 100%; }

.foots {
  background-color: red;
  overflow: hidden;
  zoom: 1; }

#content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 5px; }

.title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .title h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
    font-family: lumos;
    color: white;
    text-shadow: 8px 8px 8px black;
    text-transform: uppercase;
    font-weight: normal; }

.register {
  text-align: center; }

.register_link {
  font-size: 35px;
  font-family: lumos;
  color: white;
  text-shadow: 8px 8px 8px black;
  text-transform: uppercase; }

.screens {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around; }

.mask {
  width: 100%;
  height: 100%;
  background-color: grey;
  opacity: 0.3; }

.screens li {
  width: 200px;
  height: 170px;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 1s;
  /* For Safari 3.1 to 6.0 */
  transition: 1s; }

.screens li:hover {
  cursor: pointer;
  width: 350px;
  height: 300px;
  -webkit-transition: 1s;
  /* For Safari 3.1 to 6.0 */
  transition: 1s; }

.screens li:hover .mask {
  display: none; }

.screens .screen_1 {
  background-image: url(/static/images/screen_1.jpg); }

.screens .screen_2 {
  background-image: url(/static/images/screen_2.jpg); }

.screens .screen_3 {
  background-image: url(/static/images/screen_3.jpg); }

.center {
  margin: 0 auto; }

label {
  display: inline-block;
  width: 200px;
  text-align: left; }

input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-bottom: 1px solid white;
  color: white;
  height: 20px;
  font-size: 15px;
  padding-left: 5px; }

input:focus,
input:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline: none; }

#modal_center {
  position: absolute;
  left: 50%;
  top: 0; }

.register_form {
  text-align: center;
  padding-bottom: 10px; }
  .register_form div {
    margin-top: 10px; }

#modal {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  padding: 30px;
  font-size: 20px;
  display: none; }

#modal .close {
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px; }

#modal .close:hover {
  cursor: pointer; }

.alert {
  color: white;
  position: relative !important;
  padding: 2px;
  padding-left: 5px;
  margin-bottom: 5px !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  font-size: 17px;
  width: 70%;
  display: inline-block;
  text-shadow: none;
  text-align: left; }
  .alert.danger {
    background-color: #f44336; }
  .alert.warning {
    background-color: #ff9800; }
  .alert.success {
    background-color: #4caf50; }

@media (max-width: 850px) {
  .no-mobile {
    display: none; }
  #content {
    width: 80%; } }

.button {
  width: 120px;
  padding: 0;
  margin: 10px 20px 10px 0;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
  border: 0px;
  cursor: pointer; }

.btnBlueGreen {
  background: #1e9364; }

.btnDanger {
  background: #8b2f2f; }

.btnDanger:disabled {
  cursor: not-allowed;
  opacity: 0.55; }

.btnFade.btnBlueGreen:hover {
  background: #21825b; }

/* menu */
@media (max-width: 850px) {
  div.border-menu {
    display: block; }
  header .logo a {
    font-size: 30px; }
  header ul.menu {
    display: none; }
  header.open ul.menu {
    display: block;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
  header.open ul.menu li {
    display: block;
    float: none; } }

.border-menu {
  display: none;
  position: relative;
  padding-left: 50px; }

.border-menu:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 5px;
  border-top: 15px double white;
  border-bottom: 5px solid white; }

.social-login {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px; }
  .social-login div {
    margin-top: unset; }

.facebook-login-button {
  width: 220px;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background: #1877f2;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.facebook-login-button:hover {
  background: #166fe5; }

.discord-login-button {
  width: 220px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #5865f2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none; }

.discord-login-button:hover {
  background: #4752c4;
  color: #fff; }

@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: "lumos";
  src: url("/static/fonts/lumos.eot");
  src: local("\263A"), url("/static/fonts/lumos.woff") format("woff"), url("/static/fonts/lumos.ttf") format("truetype"), url("/static/fonts/lumos.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "harryp";
  src: url("/static/fonts/harryp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lumos PL";
  src: url("/static/fonts/lumos-pl.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

.home-site {
  --home-bg: #12161a;
  --home-panel: #24292e;
  --home-panel-soft: #2c3238;
  --home-line: rgba(229, 182, 121, 0.28);
  --home-gold: #e5b679;
  --home-text: #fffcf2;
  --home-muted: #b8b7b1;
  min-height: 100vh;
  overflow: hidden;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  text-shadow: none; }
  .home-site * {
    box-sizing: border-box; }
  .home-site a {
    color: inherit; }
  .home-site button,
  .home-site a {
    -webkit-tap-highlight-color: transparent; }

.account-shell {
  min-height: 100vh;
  background: radial-gradient(circle at 22% 12%, rgba(229, 182, 121, 0.08), transparent 24%), linear-gradient(180deg, #151a1f 0%, #101418 56%, #0c0f12 100%);
  color: var(--home-text); }
  .account-shell__main {
    display: grid;
    grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    width: calc(100% - 48px);
    max-width: 1100px;
    margin: 42px auto 0;
    padding-bottom: 96px; }
  .account-shell__visual {
    position: sticky;
    top: 28px;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(229, 182, 121, 0.24);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(12, 15, 18, 0.08) 15%, rgba(12, 15, 18, 0.76) 100%), url("/static/images/chronicle-home/location-kings-cross.webp") center/cover;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32); }
  .account-shell__visual-mark {
    position: absolute;
    bottom: 28px;
    left: 50%;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 1px solid rgba(229, 182, 121, 0.5);
    border-radius: 50%;
    background: rgba(17, 21, 25, 0.82);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    color: var(--home-gold);
    font-family: "Lumos PL", "Palatino Linotype", Palatino, serif;
    font-size: 42px;
    transform: translateX(-50%); }
  .account-shell #content.account-shell__content, .account-shell__content {
    width: 100%;
    max-width: none;
    min-height: 420px;
    margin: 0;
    padding: 40px;
    border: 1px solid rgba(229, 182, 121, 0.24);
    border-radius: 7px;
    background: radial-gradient(circle at top right, rgba(229, 182, 121, 0.09), transparent 30%), #20262b;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    color: var(--home-text);
    font: 14px/1.7 "Open Sans", Arial, sans-serif;
    text-shadow: none; }
  .account-shell__content #content {
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none; }
  .account-shell__content .title {
    margin: 0 0 28px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(229, 182, 121, 0.2);
    text-align: left; }
    .account-shell__content .title h2 {
      margin: 0;
      color: var(--home-text);
      font-family: "Lumos PL", "Palatino Linotype", Palatino, serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 1.05;
      text-shadow: none;
      text-transform: none; }
    .account-shell__content .title span {
      display: block;
      margin-top: 8px;
      color: var(--home-muted);
      font-size: 13px; }
  .account-shell__content h2,
  .account-shell__content h3,
  .account-shell__content h6 {
    color: var(--home-text);
    font-family: "Lumos PL", "Palatino Linotype", Palatino, serif;
    font-weight: 400; }
  .account-shell__content h2 {
    margin-top: 32px;
    font-size: 27px;
    line-height: 1.2; }
  .account-shell__content h6 {
    margin: 30px 0 12px;
    font-size: 23px; }
  .account-shell__content p,
  .account-shell__content li {
    color: #d5d3cc; }
  .account-shell__content a {
    color: var(--home-gold); }
  .account-shell__content .register_form {
    padding: 0;
    text-align: left; }
  .account-shell__content .register_form form {
    max-width: 560px;
    margin: 0 auto; }
  .account-shell__content .register_form form > div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px; }
  .account-shell__content .register_form form > div:last-child {
    justify-content: flex-end;
    margin-top: 24px; }
  .account-shell__content label {
    flex: 0 0 150px;
    width: auto;
    color: #d7d5ce;
    font-size: 13px;
    font-weight: 600; }
  .account-shell__content input[type="text"],
  .account-shell__content input[type="email"],
  .account-shell__content input[type="password"] {
    flex: 1 1 auto;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(229, 182, 121, 0.22);
    border-radius: 4px;
    background: #151a1f;
    color: var(--home-text);
    font-size: 14px; }
  .account-shell__content input[type="text"]:focus,
  .account-shell__content input[type="email"]:focus,
  .account-shell__content input[type="password"]:focus {
    border-color: var(--home-gold);
    background: #181e23;
    box-shadow: 0 0 0 3px rgba(229, 182, 121, 0.08); }
  .account-shell__content input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--home-gold); }
  .account-shell__content input[type="button"],
  .account-shell__content .button {
    width: auto;
    min-width: 140px;
    min-height: 44px;
    margin: 0;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: var(--home-gold);
    color: #17191c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px; }
  .account-shell__content input[type="button"]:hover,
  .account-shell__content .button:hover {
    background: #efc58e; }
  .account-shell__content input[type="button"]:disabled,
  .account-shell__content .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .account-shell__content .btnDanger {
    background: #8b3b3b;
    color: #fff; }
  .account-shell__content .btnDanger:hover {
    background: #a44747; }
  .account-shell__content .social-login {
    align-items: stretch;
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 0; }
    .account-shell__content .social-login > * {
      width: 100% !important;
      max-width: 360px; }
  .account-shell__content .login-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px; }
    .account-shell__content .login-title > span {
      display: inline-flex;
      flex-shrink: 0;
      align-items: baseline;
      gap: 4px;
      margin-top: 0;
      white-space: nowrap; }
    .account-shell__content .login-title strong,
    .account-shell__content .login-title strong span {
      display: inline; }
  .account-shell__content .login-form .social-login {
    width: 100%;
    max-width: 560px;
    padding: 0 0 0 164px; }
    .account-shell__content .login-form .social-login > * {
      width: 100% !important;
      max-width: none; }
    .account-shell__content .login-form .social-login > div,
    .account-shell__content .login-form .social-login > div > div,
    .account-shell__content .login-form .social-login iframe {
      width: 100% !important;
      max-width: none !important; }
  .account-shell__content .alert {
    width: 100%;
    margin: 0 0 12px !important;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 13px;
    line-height: 1.45; }
  .account-shell__content ol,
  .account-shell__content ul {
    padding-left: 22px; }
  .account-shell__content .unsubscribe-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }

.home-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1180px;
  height: 78px;
  margin: 0 auto;
  border-bottom: 1px solid var(--home-line); }
  .home-nav__logo {
    width: 190px; }
    .home-nav__logo img {
      display: block;
      width: 100%; }
  .home-nav__links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px; }
    .home-nav__links a {
      color: var(--home-muted);
      transition: color 160ms ease; }
    .home-nav__links a:hover {
      color: var(--home-text); }

.home-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
  .home-button:hover {
    transform: translateY(-1px); }
  .home-button--primary {
    background: var(--home-gold);
    color: #17191c !important; }
  .home-button--secondary {
    border-color: var(--home-line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--home-text); }

.home-eyebrow {
  margin: 0 0 16px;
  color: var(--home-gold);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

/* Production dark editorial story flow. */
.chronicle {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at 72% 12%, rgba(229, 182, 121, 0.08), transparent 25%), linear-gradient(180deg, #151a1f 0%, #101418 52%, #0c0f12 100%);
  color: var(--home-text); }
  .chronicle .home-nav {
    border-bottom-color: var(--home-line); }
    .chronicle .home-nav__links a {
      color: var(--home-muted); }
  .chronicle__layout {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr) 360px;
    column-gap: 64px;
    row-gap: 38px;
    width: calc(100% - 48px);
    max-width: 1180px;
    min-height: 720px;
    margin: 40px auto 0;
    padding: 52px;
    overflow: hidden;
    border: 1px solid rgba(229, 182, 121, 0.22);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(13, 17, 21, 0.96) 0%, rgba(13, 17, 21, 0.87) 48%, rgba(13, 17, 21, 0.42) 72%, rgba(13, 17, 21, 0.76) 100%), linear-gradient(180deg, rgba(13, 17, 21, 0.08) 24%, rgba(13, 17, 21, 0.82) 100%), url("/static/images/chronicle-home/location-kings-cross.webp") center/cover;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36); }
  .chronicle__story {
    position: relative;
    z-index: 1;
    max-width: 650px; }
    .chronicle__story h1 {
      margin: 0 0 22px;
      font-family: lumos, serif;
      font-size: 68px;
      font-weight: normal;
      letter-spacing: -0.035em;
      line-height: 0.98;
      text-shadow: 0 6px 30px rgba(0, 0, 0, 0.72); }
    .chronicle__story > p {
      max-width: 590px;
      margin: 0;
      color: #e0ded6;
      font: 17px/1.65 "Open Sans", Arial, sans-serif;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8); }
  .chronicle__route {
    position: relative;
    display: grid;
    grid-column: 1;
    grid-row: 2;
    gap: 14px;
    padding-left: 34px; }
    .chronicle__route::before {
      position: absolute;
      top: 13px;
      bottom: 13px;
      left: 7px;
      width: 1px;
      background: rgba(229, 182, 121, 0.28);
      content: ""; }
  .chronicle__stage {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 18px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(229, 182, 121, 0.18);
    border-radius: 4px;
    background: rgba(25, 30, 35, 0.78);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px); }
    .chronicle__stage::before {
      position: absolute;
      top: 50%;
      left: -33px;
      width: 13px;
      height: 13px;
      border: 3px solid #151a1f;
      border-radius: 50%;
      background: var(--home-gold);
      content: "";
      transform: translateY(-50%); }
    .chronicle__stage strong {
      color: var(--home-gold);
      font-family: lumos, serif;
      font-size: 28px;
      text-align: center; }
    .chronicle__stage h2 {
      margin: 0 0 5px;
      font-family: lumos, serif;
      font-size: 23px;
      font-weight: normal; }
    .chronicle__stage p {
      margin: 0;
      color: var(--home-muted);
      font: 13px/1.5 "Open Sans", Arial, sans-serif; }
  .chronicle__aside {
    position: sticky;
    top: 30px;
    z-index: 1;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    padding: 30px;
    border: 1px solid rgba(229, 182, 121, 0.32);
    border-radius: 7px;
    background: radial-gradient(circle at top right, rgba(229, 182, 121, 0.12), transparent 38%), rgba(36, 41, 46, 0.9);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    color: var(--home-text); }
    .chronicle__aside small {
      color: var(--home-gold);
      font: 11px "Open Sans", Arial, sans-serif;
      letter-spacing: 0.12em;
      text-transform: uppercase; }
    .chronicle__aside h2 {
      margin: 9px 0 12px;
      font-family: lumos, serif;
      font-size: 32px;
      font-weight: normal; }
    .chronicle__aside > p {
      margin: 0 0 24px;
      color: var(--home-muted);
      font: 13px/1.6 "Open Sans", Arial, sans-serif; }
    .chronicle__aside .home-button {
      width: 100%;
      margin-bottom: 10px; }
  .chronicle__trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 14px; }
    .chronicle__trust div {
      padding: 12px 8px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 3px;
      text-align: center; }
    .chronicle__trust strong {
      display: block;
      font: 700 14px "Open Sans", Arial, sans-serif; }
    .chronicle__trust span {
      color: var(--home-muted);
      font: 10px "Open Sans", Arial, sans-serif; }
  .chronicle__registration {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 64px;
    align-items: start;
    width: calc(100% - 48px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 104px 0 76px;
    scroll-margin-top: 24px; }
  .chronicle__registration-heading {
    position: sticky;
    top: 30px; }
    .chronicle__registration-heading h2 {
      margin: 0 0 18px;
      font-family: lumos, serif;
      font-size: 44px;
      font-weight: normal;
      line-height: 1.05; }
    .chronicle__registration-heading > p:last-child {
      margin: 0;
      color: var(--home-muted);
      font: 14px/1.7 "Open Sans", Arial, sans-serif; }
  .chronicle__registration-card {
    padding: 34px;
    border: 1px solid rgba(229, 182, 121, 0.28);
    border-radius: 7px;
    background: radial-gradient(circle at top right, rgba(229, 182, 121, 0.1), transparent 36%), #20262b;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
    color: var(--home-text);
    font-family: "Open Sans", Arial, sans-serif;
    text-shadow: none; }
    .chronicle__registration-card .title {
      width: 100%;
      margin: 0 0 24px;
      padding: 0 0 22px;
      border: 0;
      border-bottom: 1px solid rgba(229, 182, 121, 0.18);
      text-align: left; }
      .chronicle__registration-card .title h2 {
        margin: 0 0 6px;
        font-family: "Lumos PL", "Palatino Linotype", Palatino, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 1.1; }
      .chronicle__registration-card .title > span {
        display: block;
        color: var(--home-muted);
        font-size: 13px;
        line-height: 1.55; }
    .chronicle__registration-card .social-login {
      align-items: stretch;
      padding: 18px 0 12px; }
      .chronicle__registration-card .social-login > * {
        width: 100% !important;
        max-width: 360px; }
    .chronicle__registration-card .register_form {
      padding: 0;
      text-align: left; }
    .chronicle__registration-card .register_form > div {
      margin-top: 0; }
    .chronicle__registration-card .registration-field {
      display: grid;
      grid-template-columns: 112px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      margin-top: 14px; }
      .chronicle__registration-card .registration-field label {
        width: auto;
        color: #d7d5ce;
        font-size: 13px;
        font-weight: 600; }
      .chronicle__registration-card .registration-field input {
        width: 100%;
        height: 44px;
        padding: 0 12px;
        border: 1px solid rgba(229, 182, 121, 0.22);
        border-radius: 4px;
        background: #151a1f;
        color: var(--home-text);
        font-size: 14px; }
      .chronicle__registration-card .registration-field input:focus {
        border-color: var(--home-gold);
        background: #181e23;
        box-shadow: 0 0 0 3px rgba(229, 182, 121, 0.08); }
    .chronicle__registration-card .registration-consent {
      display: grid;
      grid-template-columns: 20px minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
      margin-top: 16px; }
      .chronicle__registration-card .registration-consent label {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        color: var(--home-muted);
        font-size: 12px !important;
        line-height: 1.55; }
      .chronicle__registration-card .registration-consent input {
        grid-column: 1;
        grid-row: 1;
        width: 16px;
        height: 16px;
        margin: 2px 0 0;
        accent-color: var(--home-gold); }
      .chronicle__registration-card .registration-consent > span {
        grid-column: 3;
        grid-row: 1; }
      .chronicle__registration-card .registration-consent a {
        color: var(--home-gold); }
    .chronicle__registration-card .registration-submit {
      margin-top: 24px; }
      .chronicle__registration-card .registration-submit .button {
        width: 100%;
        min-height: 46px;
        margin: 0;
        border-radius: 4px;
        background: var(--home-gold);
        color: #17191c;
        font-size: 14px;
        line-height: 46px; }
      .chronicle__registration-card .registration-submit .button:hover {
        background: #efc58e; }
    .chronicle__registration-card .alert {
      width: 100%;
      margin: 0 0 10px !important;
      padding: 10px 12px;
      font-size: 13px;
      line-height: 1.45; }
  .chronicle__world {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 0 96px; }
  .chronicle__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 34px; }
    .chronicle__section-heading h2,
    .chronicle__section-heading p {
      margin: 0; }
    .chronicle__section-heading .home-eyebrow {
      margin-bottom: 22px; }
    .chronicle__section-heading h2 {
      max-width: 650px;
      font-family: lumos, serif;
      font-size: 44px;
      font-weight: normal;
      line-height: 1.05; }
    .chronicle__section-heading > p {
      color: var(--home-muted);
      font: 14px/1.7 "Open Sans", Arial, sans-serif; }
  .chronicle__locations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px; }
  .chronicle__location-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(229, 182, 121, 0.2);
    border-radius: 5px;
    background: #20262b; }
    .chronicle__location-card::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 12, 14, 0.02) 30%, rgba(10, 12, 14, 0.96) 100%);
      content: ""; }
    .chronicle__location-card img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      object-fit: cover;
      transition: transform 500ms ease; }
    .chronicle__location-card:hover img {
      transform: scale(1.025); }
    .chronicle__location-card div {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      padding: 24px; }
    .chronicle__location-card small {
      color: var(--home-gold);
      font: 10px "Open Sans", Arial, sans-serif;
      letter-spacing: 0.14em;
      text-transform: uppercase; }
    .chronicle__location-card h3 {
      margin: 6px 0 8px;
      font-family: lumos, serif;
      font-size: 28px;
      font-weight: normal; }
    .chronicle__location-card p {
      margin: 0;
      color: #c5c4bd;
      font: 12px/1.5 "Open Sans", Arial, sans-serif; }
  .chronicle__inventory {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 56px;
    align-items: center;
    margin-top: 64px;
    padding: 38px;
    border: 1px solid rgba(229, 182, 121, 0.18);
    border-radius: 6px;
    background: radial-gradient(circle at right center, rgba(229, 182, 121, 0.08), transparent 38%), #20262b; }
  .chronicle__inventory-copy h2 {
    margin: 0 0 14px;
    font-family: lumos, serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.1; }
  .chronicle__inventory-copy > p:last-child {
    margin: 0;
    color: var(--home-muted);
    font: 13px/1.65 "Open Sans", Arial, sans-serif; }
  .chronicle__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px; }
    .chronicle__items article {
      display: grid;
      min-width: 0;
      padding: 14px 10px 12px;
      border: 1px solid rgba(229, 182, 121, 0.2);
      border-radius: 4px;
      background: rgba(16, 20, 24, 0.72);
      text-align: center; }
    .chronicle__items img {
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
      aspect-ratio: 1;
      object-fit: contain;
      filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.4)); }
    .chronicle__items span {
      overflow: hidden;
      color: #d8d6cf;
      font: 12px "Open Sans", Arial, sans-serif;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .chronicle__screens {
    padding: 96px 24px;
    border-top: 1px solid rgba(229, 182, 121, 0.18);
    border-bottom: 1px solid rgba(229, 182, 121, 0.18);
    background: radial-gradient(circle at 50% 0, rgba(229, 182, 121, 0.08), transparent 32%), #0b0e11; }
  .chronicle__screens-heading {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center; }
    .chronicle__screens-heading .home-eyebrow {
      margin-bottom: 22px; }
    .chronicle__screens-heading h2 {
      margin: 0 0 14px;
      font-family: lumos, serif;
      font-size: 46px;
      font-weight: normal; }
    .chronicle__screens-heading > p:last-child {
      margin: 0;
      color: var(--home-muted);
      font: 14px/1.65 "Open Sans", Arial, sans-serif; }
  .chronicle__screens-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.72fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 1180px;
    min-height: 720px;
    margin: 0 auto; }
  .chronicle__screen {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(229, 182, 121, 0.24);
    border-radius: 6px;
    background: #171b1f;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32); }
    .chronicle__screen--main {
      grid-row: 1 / span 2; }
    .chronicle__screen > button {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      border: 0;
      background: transparent;
      cursor: zoom-in; }
    .chronicle__screen img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top left;
      transition: transform 300ms ease; }
    .chronicle__screen:hover img {
      transform: scale(1.012); }
    .chronicle__screen::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 68%, rgba(5, 7, 8, 0.94) 100%);
      content: "";
      pointer-events: none; }
    .chronicle__screen figcaption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: end;
      padding: 22px;
      background: linear-gradient(90deg, rgba(5, 7, 8, 0.94) 0%, rgba(5, 7, 8, 0.82) 48%, rgba(5, 7, 8, 0) 100%);
      box-shadow: 0 -12px 28px rgba(5, 7, 8, 0.24);
      backdrop-filter: blur(3px);
      pointer-events: none; }
    .chronicle__screen strong {
      font-family: lumos, serif;
      font-size: 22px;
      font-weight: normal;
      text-shadow: 0 2px 3px #000, 0 0 14px rgba(0, 0, 0, 0.9); }
  .chronicle__lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 88px;
    background: rgba(5, 7, 9, 0.94);
    backdrop-filter: blur(10px); }
  .chronicle__lightbox-content {
    display: grid;
    gap: 12px;
    max-width: 1180px;
    max-height: calc(100vh - 108px); }
    .chronicle__lightbox-content img {
      display: block;
      max-width: 100%;
      max-height: calc(100vh - 150px);
      margin: 0 auto;
      border: 1px solid rgba(229, 182, 121, 0.34);
      border-radius: 5px;
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.62);
      object-fit: contain; }
    .chronicle__lightbox-content strong {
      font-family: lumos, serif;
      font-size: 24px;
      font-weight: normal;
      text-align: center; }
  .chronicle__lightbox-close, .chronicle__lightbox-nav {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(229, 182, 121, 0.35);
    background: #24292e;
    color: var(--home-text);
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif; }
  .chronicle__lightbox-close {
    top: 18px;
    right: 22px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 12px; }
  .chronicle__lightbox-nav {
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 22px;
    transform: translateY(-50%); }
    .chronicle__lightbox-nav--previous {
      left: 24px; }
    .chronicle__lightbox-nav--next {
      right: 24px; }
  .chronicle__closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    width: calc(100% - 48px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 72px 0 120px; }
    .chronicle__closing h2 {
      margin: 0;
      font-family: lumos, serif;
      font-size: 40px;
      font-weight: normal; }
  .chronicle__closing-actions {
    display: flex;
    flex-shrink: 0;
    gap: 10px; }
  .chronicle--font-lumos h1,
  .chronicle--font-lumos h2,
  .chronicle--font-lumos h3,
  .chronicle--font-lumos .chronicle__stage > strong,
  .chronicle--font-lumos .chronicle__screen strong,
  .chronicle--font-lumos .chronicle__lightbox-content strong {
    font-family: "Lumos PL", "Palatino Linotype", Palatino, serif;
    font-weight: 400; }

@media (max-width: 820px) {
  .account-shell__main {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin-top: 20px;
    padding-bottom: 64px; }
  .account-shell__visual {
    position: relative;
    top: auto;
    min-height: 210px;
    background-position: center 58%; }
  .account-shell__visual-mark {
    right: 20px;
    bottom: 18px;
    left: auto;
    width: 58px;
    height: 58px;
    font-size: 32px;
    transform: none; }
  .account-shell #content.account-shell__content,
  .account-shell__content {
    min-height: 0;
    padding: 30px 24px; }
  .home-nav {
    width: calc(100% - 28px); }
    .home-nav__logo {
      width: 150px; }
    .home-nav__links a:not(.home-button) {
      display: none; }
  .chronicle__layout {
    grid-template-columns: 1fr;
    gap: 38px;
    width: calc(100% - 28px); }
  .chronicle__layout {
    min-height: 0;
    margin-top: 20px;
    padding: 24px;
    background-position: 58% center; }
  .chronicle__aside {
    position: static;
    grid-column: auto;
    grid-row: 2; }
  .chronicle__route {
    grid-column: auto;
    grid-row: 3; }
  .chronicle__registration,
  .chronicle__world,
  .chronicle__closing {
    width: calc(100% - 28px); }
  .chronicle__registration {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 72px 0 56px; }
  .chronicle__registration-heading {
    position: static; }
  .chronicle__section-heading,
  .chronicle__inventory {
    grid-template-columns: 1fr;
    gap: 28px; }
  .chronicle__locations {
    grid-template-columns: 1fr; }
  .chronicle__location-card,
  .chronicle__location-card img {
    min-height: 320px; }
  .chronicle__screens {
    padding-right: 14px;
    padding-left: 14px; }
  .chronicle__screens-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0; }
  .chronicle__screen,
  .chronicle__screen--main {
    grid-row: auto;
    aspect-ratio: 1.35; }
  .chronicle__closing {
    align-items: flex-start;
    flex-direction: column; } }

@media (max-width: 480px) {
  .account-shell__visual {
    min-height: 160px; }
  .account-shell #content.account-shell__content,
  .account-shell__content {
    padding: 26px 18px; }
  .account-shell__content .title h2 {
    font-size: 34px; }
  .account-shell__content .register_form form > div {
    align-items: stretch;
    flex-wrap: wrap; }
  .account-shell__content .register_form form > div:last-child {
    align-items: center;
    justify-content: space-between; }
  .account-shell__content label {
    flex-basis: 100%; }
  .account-shell__content .login-title {
    gap: 10px; }
  .account-shell__content .login-form .social-login {
    padding-left: 0; }
  .account-shell__content input[type="checkbox"] {
    flex: 0 0 17px; }
  .account-shell__content input[type="button"],
  .account-shell__content .button {
    width: 100%; }
  .chronicle__story h1 {
    font-size: 48px; }
  .chronicle__story > p {
    font-size: 15px; }
  .chronicle__aside {
    padding: 22px; }
  .chronicle__layout {
    padding-top: 36px; }
  .chronicle__registration-heading h2 {
    font-size: 36px; }
  .chronicle__registration-card {
    padding: 24px 18px; }
    .chronicle__registration-card .registration-field {
      grid-template-columns: 1fr auto; }
      .chronicle__registration-card .registration-field label {
        grid-column: 1 / -1; }
      .chronicle__registration-card .registration-field input {
        grid-column: 1; }
  .chronicle__stage {
    grid-template-columns: 46px 1fr; }
  .chronicle__world,
  .chronicle__screens {
    padding-top: 70px;
    padding-bottom: 70px; }
  .chronicle__section-heading h2,
  .chronicle__screens-heading h2 {
    font-size: 36px; }
  .chronicle__inventory {
    padding: 24px 16px; }
  .chronicle__items {
    gap: 6px; }
  .chronicle__items article {
    padding-right: 5px;
    padding-left: 5px; }
  .chronicle__items span {
    font-size: 9px; }
  .chronicle__screen,
  .chronicle__screen--main {
    aspect-ratio: 1.05; }
  .chronicle__screen figcaption {
    padding: 16px; }
  .chronicle__lightbox {
    padding: 64px 12px 24px; }
  .chronicle__lightbox-content {
    max-height: calc(100vh - 88px); }
  .chronicle__lightbox-content img {
    max-height: calc(100vh - 128px); }
  .chronicle__lightbox-nav {
    top: auto;
    bottom: 18px; }
    .chronicle__lightbox-nav--previous {
      left: 16px; }
    .chronicle__lightbox-nav--next {
      right: 16px; }
  .chronicle__closing-actions {
    width: 100%;
    flex-direction: column; }
  .chronicle__closing-actions .home-button {
    width: 100%; } }

