/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

code {
  color: #E01A76;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.mainpage {
  min-height: 100%;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  /* background-image: url("./assets/login/Login_screen_bg.jpg"); */
  background-position: center;
  background-size: cover;
  color: #ffffff;

}

.maincontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: 960px; */
  flex-grow: 1;
}

.maincontentWithPtsIndicator {
  padding-top: 12px;
}

.ptsTopMicroBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  line-height: 10px;
  padding: 1px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #fff8cf;
  background-color: rgba(155, 0, 0, 0.95);
  border-bottom: 1px solid rgba(255, 240, 200, 0.75);
}

.ptsTopMicroBanner:hover {
  color: #ffffff;
  background-color: rgba(190, 0, 0, 0.98);
}



Input {
  background-color: rgb(9, 12, 16);
  border: black;
  border-radius: 2PX;
  border-width: 1px;
  border-style: solid;
  color: rgb(147, 147, 147);
  margin: 5px 0 5px 0;
  min-height: 20px;
  padding: 1px 0 0 5px;


}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: whitesmoke;
}

input::placeholder {
  color: lightgray;
  font-family: 'Dante', sans-serif;
  /* replace with desired color value */
}



.RedButton {
  display: flex;
  border-image: url(/d48c684fa65d2301f4a9.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 8 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  margin: 0 10% 0 10%;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.GreyButton {
  display: flex;
  border-image: url(/1c4a00341ecc93ca43fe.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 8 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  margin: 0 10% 0 10%;
  justify-content: center;
  align-items: center;

}

.YellowButton {
  display: flex;
  border-image: url(/ebd81102e40c5369c22e.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 6 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  /* margin: 0 10% 0 10%; */
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;

}

.YellowButton:hover {

  transform: scale(1.05);
  color: red;
}

.server-action-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  min-width: 136px;
  max-width: 100%;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  padding: 0 14px 1px 14px;
  overflow: hidden;
  border: 1px solid rgba(190, 146, 55, 0.78);
  border-radius: 3px;
  border-image: none;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, rgba(83, 63, 22, 0.98), rgba(17, 13, 8, 0.98) 72%),
    #17110a;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 150, 0.18),
    inset 0 -12px 18px rgba(0, 0, 0, 0.48),
    0 1px 0 rgba(0, 0, 0, 0.9);
  color: #f0dfad;
  cursor: pointer;
  flex-wrap: nowrap;
  font-family: Dante;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease, filter 140ms ease;
  white-space: nowrap;
}

.server-action-button.YellowButton,
.server-action-button.TravelButton {
  border-width: 1px;
  border-image: none;
  padding: 0 14px 1px 14px;
  margin: 0;
}

.server-action-button__content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-action-button .quantity {
  display: inline-flex;
  align-items: center;
  color: inherit;
  padding-left: 0;
  font-size: 0.85em;
  line-height: 1;
}

.server-action-button:hover {
  color: #fff0c9;
  transform: none;
}

.server-action-button:not(:disabled):hover {
  border-color: rgba(224, 38, 25, 0.85);
  background:
    linear-gradient(180deg, rgba(105, 31, 18, 0.98), rgba(23, 9, 7, 0.99) 72%),
    #170907;
}

.server-action-button:disabled {
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.server-action-button:disabled:hover,
.server-action-button[aria-busy="true"]:hover {
  transform: none;
}

.server-action-button--pending,
.server-action-button--pending:disabled {
  border-color: rgba(138, 119, 74, 0.78);
  background:
    repeating-linear-gradient(105deg, rgba(255, 226, 146, 0.04) 0 7px, rgba(255, 226, 146, 0.12) 7px 14px),
    linear-gradient(180deg, rgba(48, 43, 31, 0.98), rgba(13, 12, 10, 0.99) 72%);
  color: #d7c8a6;
  cursor: wait;
  animation: serverActionBusyPulse 1250ms ease-in-out infinite;
}

.server-action-button--pending::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 226, 160, 0.12), transparent);
  animation: serverActionBusySweep 1800ms linear infinite;
}

.server-action-button--success,
.server-action-button--success:disabled {
  border-color: rgba(232, 46, 27, 0.9);
  background:
    linear-gradient(180deg, rgba(122, 19, 13, 0.98), rgba(36, 7, 6, 1) 72%),
    #2a0605;
  box-shadow:
    0 0 16px rgba(182, 25, 18, 0.36),
    inset 0 1px 0 rgba(255, 224, 152, 0.22),
    inset 0 -13px 18px rgba(0, 0, 0, 0.45);
  color: #fff3d2;
  cursor: wait;
}

.server-action-button--success::after {
  content: '';
  position: absolute;
  top: -55%;
  bottom: -55%;
  left: -45px;
  z-index: 1;
  width: 34px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 204, 0.48), transparent);
  transform: rotate(18deg);
  animation: serverActionSuccessSheen 1550ms ease-in-out infinite;
}

.server-action-button--cooldown,
.server-action-button--cooldown:disabled {
  border-color: rgba(105, 91, 62, 0.72);
  background:
    linear-gradient(180deg, rgba(39, 34, 26, 0.98), rgba(11, 10, 9, 0.99) 72%),
    #11100d;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 150, 0.08),
    inset 0 -12px 18px rgba(0, 0, 0, 0.52);
  color: #a99878;
  cursor: wait;
}

.TravelButton.server-action-button {
  width: 136px;
  min-width: 136px;
  max-width: 136px;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  font-family: Dante;
  font-size: 18px;
}

@keyframes serverActionBusyPulse {
  0%,
  100% {
    filter: brightness(0.9);
  }

  50% {
    filter: brightness(1.08);
  }
}

@keyframes serverActionBusySweep {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@keyframes serverActionSuccessSheen {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(18deg);
  }

  18% {
    opacity: 0.95;
  }

  72% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: translateX(205px) rotate(18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .server-action-button--pending,
  .server-action-button--pending::after,
  .server-action-button--success::after {
    animation: none;
  }
}


.BlueButton {
  display: flex;
  border-image: url(/0a894a64e6013e044051.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 6 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  /* margin: 0 10% 0 10%; */
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;

}

.ButtonDeactive {
  color: #aaa;
  /* Mute the text color */
  cursor: not-allowed;
  /* Show a 'not-allowed' cursor */
  background-color: #e0e0e0;
  /* Mute the background color */
  /* border: 1px solid #d0d0d0; */
  /* Optional: add a muted border */
  opacity: 0.75;
  /* Overall dim the button */
  pointer-events: none;
  /* Prevents click events */
}




Form {
  display: flex;
  flex-direction: column;
  padding: 0 20% 0 20%;
  gap: 0px;


}

.spacer {
  display: flex;
  flex-grow: 1;
}

.spacer20 {
  height: 20px;
}

.spacer50 {
  height: 50px;
}

.versionumber {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: small;
}


img {
  pointer-events: none;
}


.flexRow {
  display: flex;
  flex-direction: row;

}

.centerCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.home + .footer > a,
.gamehome + .footer > a {
  display: none;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gamehome {
    display: flex;
    width: 100vw;
    background-color: black;
    background-image: url(/52c0d9071e3d726793dc.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    flex-grow: 1;
}

.gamecontent {
    container-name: game-content;
    container-type: inline-size;
}

.gamehomeCrossPromo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    padding: 32px 0 16px;
}

.gamehomeCrossPromo a {
    display: inline-flex;
}

.gamehomeCrossPromo a:focus-visible {
    outline: 2px solid #f0dfad;
    outline-offset: 4px;
}

.gamehomeCrossPromo img {
    display: block;
    height: auto;
    width: 180px;
}

.gamehomeImprintLink {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 10px;
    color: #f0dfad;
    text-decoration: underline;
    text-underline-offset: 3px;
}




@media only screen and (min-width: 880px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: #333;
        transform: translateX(-100%);
        transition: transform 0.3s ease-out;
        z-index: 1000;
    }

    .sidebar.open {
        display: none;
        transform: translateX(0);
    }

    .sidebar-toggle {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .gamehomecontent {
        display: flex;
        min-height: 100vh;
        width: 884px;


        flex-direction: column;
        /* justify-content: flex-start; */
        /* align-items: center; */
        margin-left: auto;
        margin-right: auto;

        /* background-color: black; */

    }

    .gamecontent {
        display: flex;
        flex-direction: row;
        /* width: 100%; */
        flex-grow: 1;

        justify-content: space-between;

    }


    .ClubHeader {
        margin: 20px 10px 0 10px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        min-height: 120px;
    }

    .ClubHeader h1 {
        display: flex;
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        margin: 2px;
        padding: 0px;


    }

    .ClubHeader p {
        display: flex;
        padding: 0;
        margin: 0px;
        margin-left: 2px;
    }

    .ClubHeader .shopLogo {
        flex: 0 0 190px;
        min-width: 190px;
        min-height: 120px;
        height: auto;
        align-self: stretch;
    }

    .ClubHeaderDescription {
        display: flex;
        margin-left: 40px;

        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
    }

}

@media only screen and (max-width: 880px) {
    .gamehome {
        min-width: 0;
        overflow-x: hidden;
    }

    .gamehomecontent {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        min-width: 0;
        min-height: 100vh;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        margin-right: 0;
    }

    .gamehomeCrossPromo {
        padding: 24px 0 12px;
    }

    .gamehomeCrossPromo img {
        width: 150px;
    }

    .sidebar {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background: #101010;
        transform: translateX(calc(-100% - 2px));
        transition: transform 0.3s ease-out;
        z-index: 1000;
        border: 1px solid #610000;
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .sidebar-toggle {
        background: rgba(16, 16, 16, 0.9);
        border: 0;
        border-right: 1px solid #610000;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        appearance: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        padding: 16px 0 0 0;
        z-index: 999;
        width: 30px;
        height: 100vh;
    }

    .ClubHeader {
        margin: 0px 10px 0 10px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        min-height: 96px;
    }

    .ClubHeader h1 {
        display: flex;
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        margin: 2px;
        padding: 0px;
    }

    .ClubHeader p {
        display: flex;
        padding: 0;
        margin: 0px;
        margin-left: 2px;
    }

    .ClubHeader .shopLogo {
        flex: 0 0 110px;
        min-width: 110px;
        min-height: 96px;
        height: auto;
        align-self: stretch;
    }

    .ClubHeaderDescription {
        display: flex;
        margin-left: 16px;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        z-index: 2;
    }

    .gamehome.gamehome--desktop-layout {
        min-width: 884px;
        overflow-x: auto;
    }

    .gamehome.gamehome--desktop-layout .gamehomecontent {
        width: 884px;
        max-width: 884px;
        min-height: 100vh;
        margin-left: auto;
        margin-right: auto;
    }

    .gamehome.gamehome--desktop-layout .gamehomeCrossPromo {
        padding: 32px 0 16px;
    }

    .gamehome.gamehome--desktop-layout .gamehomeCrossPromo img {
        width: 180px;
    }

    .gamehome.gamehome--desktop-layout .gamecontent {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
    }

    .gamehome.gamehome--desktop-layout .sidebar,
    .gamehome.gamehome--desktop-layout .sidebar.open,
    .gamehome.gamehome--desktop-layout .sidebar-toggle {
        display: none;
    }

    .gamehome.gamehome--desktop-layout .ClubHeader {
        margin: 20px 10px 0 10px;
        min-height: 120px;
    }

    .gamehome.gamehome--desktop-layout .ClubHeader .shopLogo {
        flex: 0 0 190px;
        min-width: 190px;
        min-height: 120px;
    }

    .gamehome.gamehome--desktop-layout .ClubHeaderDescription {
        margin-left: 40px;
    }
}

.home {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  background-color: #070707;
  align-items: center;
  position: relative;
  isolation: isolate;
  color: #f7f0e6;
  overflow-x: hidden;
}

.home *,
.home *::before,
.home *::after {
  box-sizing: border-box;
}

.homeWithPtsBanner {
  padding-top: 56px;
}

.ptsBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 6px 14px;
  text-align: center;
  text-decoration: none;
  font-family: 'Dante', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff7c2;
  background: linear-gradient(90deg, #700000 0%, #a30000 48%, #700000 100%);
  border-bottom: 2px solid rgba(255, 236, 179, 0.7);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.ptsBanner:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #8a0000 0%, #bf0000 48%, #8a0000 100%);
}

.home::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.9)),
    url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.home>* {
  position: relative;
  z-index: 1;
}

.landingHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(100% - 28px, 1180px);
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(8, 8, 10, 0.9);
  border: 1px solid rgba(220, 181, 122, 0.28);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.landingLogoLink {
  display: inline-flex;
  align-items: center;
}

.landingLogo {
  display: block;
  width: 172px;
  height: auto;
}

.landingNav {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}

.landingNav a,
.landingLoginButton,
.landingPrimaryCta,
.landingSecondaryCta,
.landingInlineCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 6px;
  color: #fff4dd;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.landingNav a {
  flex: 0 0 auto;
}

.landingNav a,
.landingSecondaryCta,
.landingInlineCta {
  border: 1px solid rgba(238, 208, 156, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.landingLoginButton,
.landingPrimaryCta {
  color: #fff9eb;
  border: 1px solid rgba(255, 221, 151, 0.58);
  background: #8f1515;
}

.landingNav a:hover,
.landingNav a:focus,
.landingSecondaryCta:hover,
.landingSecondaryCta:focus,
.landingInlineCta:hover,
.landingInlineCta:focus {
  color: #ffffff;
  border-color: rgba(255, 229, 176, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.landingLoginButton:hover,
.landingLoginButton:focus,
.landingPrimaryCta:hover,
.landingPrimaryCta:focus {
  color: #ffffff;
  background: #aa1c1c;
}

.landingMain {
  width: min(100% - 28px, 1180px);
  padding: 24px 0 10px;
}

.landingHero,
.legacyBridgeHero,
.publicPageHero,
.finalCta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: 28px;
  align-items: center;
  min-height: 540px;
  padding: 34px 0 44px;
}

.landingHeroCopy,
.legacyBridgeCopy,
.publicPageHero,
.finalCta {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.landingEyebrow {
  margin: 0 0 10px;
  color: #f2c574;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landingHero h1,
.legacyBridgeHero h1,
.publicPageHero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff9ef;
  font-family: 'Dante', Georgia, serif;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: 0;
}

.landingHero p,
.legacyBridgeHero p,
.publicPageHero p,
.finalCta p,
.sectionHeading p {
  max-width: 720px;
  margin: 0;
  color: #ebdfcf;
  font-size: 18px;
  line-height: 1.58;
}

.landingHeroActions,
.publicPageActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.landingHeroArtwork {
  margin: 0;
}

.landingHeroArtwork img,
.legacyBridgeArtwork img {
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 853;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(242, 197, 116, 0.34);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.52);
}

.legacyBridgeHero {
  min-height: 500px;
}

.legacyBridgeCopy {
  display: grid;
  gap: 14px;
}

.legacyBridgeArtwork {
  position: relative;
  margin: 0;
}

.legacyBridgeArtwork figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  color: #ffe8bc;
  background: rgba(8, 8, 10, 0.82);
  border: 1px solid rgba(242, 197, 116, 0.38);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.landingStats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 34px;
}

.statCard,
.previewCard,
.faqItem {
  background: rgba(9, 10, 13, 0.78);
  border: 1px solid rgba(226, 192, 136, 0.22);
  border-radius: 8px;
}

.statCard {
  padding: 16px;
}

.statCard strong {
  display: block;
  color: #fff7e6;
  font-size: 28px;
  line-height: 1.1;
}

.statCard span {
  display: block;
  margin-top: 5px;
  color: #cfc3b3;
  font-size: 14px;
  line-height: 1.35;
}

.landingSection {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sectionHeading {
  margin-bottom: 18px;
}

.sectionHeading h2,
.finalCta h2 {
  margin: 0 0 10px;
  color: #fff7e8;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

.creatureShowcaseGrid,
.itemPreviewGrid,
.eventGrid,
.newsGrid,
.regionCardGrid,
.faqList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 14px;
}

.previewCard {
  padding: 16px;
}

.previewCardHeader span,
.previewType,
.previewMore {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(242, 197, 116, 0.38);
  border-radius: 999px;
  color: #f3cf8b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.previewCard h3,
.faqItem h3 {
  margin: 0 0 8px;
  color: #fff3d9;
  font-size: 20px;
  line-height: 1.25;
}

.previewCard p,
.faqItem p {
  margin: 0;
  color: #ddd0bf;
  line-height: 1.5;
}

.creatureGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.creatureTile {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.creatureImage,
.creatureImagePlaceholder,
.itemPreviewImage,
.itemPreviewImagePlaceholder,
.regionThumb,
.regionThumbPlaceholder,
.newsCardImage,
.newsCardImagePlaceholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.creatureTile strong {
  color: #fff2dc;
  line-height: 1.2;
}

.creatureTile span {
  color: #c8baaa;
  font-size: 13px;
}

.rarityTeaserList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.rarityTeaserList span {
  padding: 5px 10px;
  color: #f4e4cf;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 13px;
}

.landingInlineCta {
  margin-top: 16px;
}

.regionLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 14px;
}

.featuredRegionCard {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.regionImage,
.regionImagePlaceholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.itemPreviewStats,
.guideSteps {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.itemPreviewStats li,
.guideSteps li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #eadfce;
}

.regionCard h3 {
  margin-top: 10px;
}

.huntingGroundPreviewGrid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

.huntingGroundPreview {
  min-width: 0;
  margin: 0;
}

.huntingGroundImage,
.huntingGroundImagePlaceholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.huntingGroundPreview figcaption {
  display: grid;
  gap: 5px;
  margin-top: 7px;
  color: #eadfce;
  font-size: 14px;
}

.huntingGroundPreviewTitle {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.huntingGroundPreview strong {
  min-width: 0;
  color: #fff0d6;
  overflow-wrap: anywhere;
}

.huntingGroundPreviewTitle span {
  color: #cdb98f;
  white-space: nowrap;
}

.huntingGroundPreview p {
  margin: 0;
  color: #d8c9b7;
  line-height: 1.35;
}

.itemPreviewCard {
  display: grid;
  align-content: start;
  gap: 9px;
}

.rankRewardPreviewCard {
  display: grid;
  align-content: start;
  margin-top: 14px;
}

.rankRewardList li {
  align-items: flex-start;
  flex-wrap: wrap;
}

.itemPreviewStats li {
  align-items: center;
}

.itemPreviewStats strong {
  color: #ffe3aa;
  white-space: nowrap;
}

.rankRewardList strong {
  text-align: right;
  white-space: normal;
}

.newsCard {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
}

.newsCard time {
  display: block;
  margin-bottom: 5px;
  color: #cdb98f;
  font-size: 13px;
}

.guideSteps {
  counter-reset: guide;
  display: grid;
  gap: 10px;
}

.guideSteps li {
  counter-increment: guide;
  justify-content: flex-start;
  padding: 14px;
  background: rgba(9, 10, 13, 0.78);
  border: 1px solid rgba(226, 192, 136, 0.22);
  border-radius: 8px;
}

.guideSteps li::before {
  content: counter(guide);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  color: #fff3d9;
  background: #8f1515;
  border-radius: 999px;
  font-weight: 800;
}

.screenshotGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.screenshotCard {
  margin: 0;
  overflow: hidden;
  background: rgba(9, 10, 13, 0.78);
  border: 1px solid rgba(226, 192, 136, 0.22);
  border-radius: 8px;
}

.screenshotCardFeatured {
  grid-column: span 2;
}

.screenshotCard img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.screenshotCard figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
}

.screenshotCard figcaption strong {
  color: #ffe9cc;
}

.screenshotCard figcaption span {
  color: #d8c9b7;
  font-size: 14px;
  line-height: 1.45;
}

.faqItem {
  padding: 16px;
}

.legacyListGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legacyBridgePanel,
.legacyAccountNote {
  background: rgba(9, 10, 13, 0.78);
  border: 1px solid rgba(226, 192, 136, 0.22);
  border-radius: 8px;
}

.legacyBridgePanel {
  padding: 16px;
}

.legacyBridgePanel h3 {
  margin: 0 0 10px;
  color: #fff3d9;
  font-size: 20px;
  line-height: 1.25;
}

.legacyBridgeList {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #ddd0bf;
  line-height: 1.48;
}

.legacyAccountNote {
  margin: 14px 0 0;
  padding: 14px 16px;
  color: #f1dfc2;
  line-height: 1.5;
}

.publicPageHero {
  display: block;
  min-height: 0;
  padding: 44px 0 26px;
}

.finalCta {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 18px 0 24px;
  padding: 22px;
  background: rgba(62, 10, 10, 0.62);
  border: 1px solid rgba(242, 197, 116, 0.32);
  border-radius: 8px;
}

.parentalImage {
  width: 200px;
  height: auto;
  margin-top: 10px;
}

.socialFooterHomeLocation {
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 980px) {
  .landingHeader {
    grid-template-columns: 1fr auto;
  }

  .landingNav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .landingHero,
  .legacyBridgeHero,
  .regionLayout,
  .finalCta {
    grid-template-columns: 1fr;
  }

  .landingHero,
  .legacyBridgeHero {
    min-height: 0;
  }

  .landingHero h1,
  .legacyBridgeHero h1,
  .publicPageHero h1 {
    font-size: 42px;
  }

  .landingStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .homeWithPtsBanner {
    padding-top: 70px;
  }

  .ptsBanner {
    min-height: 62px;
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 10px;
  }

  .landingHeader {
    width: min(100% - 18px, 1180px);
    margin-top: 8px;
    padding: 8px;
    gap: 10px;
  }

  .landingLogo {
    width: 136px;
  }

  .landingNav a,
  .landingLoginButton,
  .landingPrimaryCta,
  .landingSecondaryCta,
  .landingInlineCta {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .landingMain {
    width: min(100% - 18px, 1180px);
    padding-top: 12px;
  }

  .landingHero,
  .legacyBridgeHero,
  .publicPageHero {
    padding: 28px 0;
  }

  .landingHero h1,
  .legacyBridgeHero h1,
  .publicPageHero h1 {
    font-size: 34px;
  }

  .landingHero p,
  .legacyBridgeHero p,
  .publicPageHero p,
  .finalCta p,
  .sectionHeading p {
    font-size: 16px;
  }

  .landingHeroActions,
  .publicPageActions {
    flex-direction: column;
  }

  .landingStats,
  .legacyListGrid,
  .creatureGrid,
  .huntingGroundPreviewGrid,
  .screenshotGrid {
    grid-template-columns: 1fr;
  }

  .screenshotCardFeatured {
    grid-column: auto;
  }

  .featuredRegionCard,
  .newsCard {
    grid-template-columns: 1fr;
  }
}

.socialFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  overflow-x: hidden;
}

.socialMedia {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 10px;
  width: min(100%, 1180px);
  padding: 0 12px;
  box-sizing: border-box;
}

.support {
  display: flex;
  flex-direction: row;
}

.socialIconName {
  display: flex;
  padding: 5px;
  min-width: 0;
}

.socialIconName a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.socialIcon {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.socialFooterLegal {
  padding: 10px 12px 16px;
}

.socialFooterLegal a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 10px;
  color: #f0dfad;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.socialFooterLegal a:focus-visible {
  outline: 2px solid #f0dfad;
  outline-offset: 2px;
}

.imprintBody {
  display: flex;
  flex-direction: column;
}

.imprintNav {
  display: flex;
  flex-direction: column;
}

.switchLanguage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0px 10px;
}

.imprintSwitch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.topleftBack {
  position: absolute;
  top: 10px;
  left: 10px;
}
@font-face {
  font-family: 'Dante';
  /* The name you want to give to your font family */
  src: url(/7f27da0c7d0d3a51cf2a.otf) format('opentype');
  /* Adjust the path to your OTF font file */
}

a {
  color: #fff;
  text-decoration: none;

}

a:hover {
  color: rgb(243 11 0);
  text-decoration: none;
}

#footer {
  margin: auto auto 10px auto;
  text-align: center;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: whitesmoke;
  text-align: center;
  font-family: 'Dante', sans-serif;
  font-weight: lighter;
  font-size: 30px;
  color: rgb(243 11 0);
  text-transform: uppercase;

  text-shadow: 2px 2px 2px black,
    2px -2px 2px black,
    -2px 2px 2px black,
    -2px -2px 2px black;
}


h2 {
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
}

h3 {
  font-size: 16px;
  text-align: left;

}

h10 {
  font-size: 10px;
  /* padding-top: 10px; */
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
}


p {
  padding-left: 20px;
  color: #fff;
}

.backToGame {
  height: 100px;
  width: 100px;
  position: fixed;
  top: 25px;
  left: 25px;
}

body {
  user-select: none;
  background-color: black;
}
