/* Theme Colors */
/* Text Colors */
/* Fonts */
/* Borders */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 8px;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #FDFDFD;
  background-color: #0A0D16;
  font-family: "Philosopher", "serif";
}

#particles-js {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.subpage-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.special-button {
  margin-top: 2rem;
  padding: 2rem 5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "sans-serif";
  background-color: #01A8F1;
  color: #0A0D16;
  transition: all 1s ease;
  min-width: 230px;
  border: none;
}
.special-button:hover {
  background-color: #01c1f1;
  filter: drop-shadow(0px 0px 12px #01A8F1);
  color: #FFF;
}

.subpage-description {
  color: #FDFDFD;
  margin-bottom: 2rem;
}

.container {
  margin: 0 auto;
  width: 1140px;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .row {
    width: 100%;
    justify-content: space-between;
  }
}

.col-1-xl {
  width: 100%;
  flex: 0 0 8.3333333333%;
  margin-bottom: 3rem;
}

.col-2-xl {
  width: 100%;
  flex: 0 0 16.6666666667%;
  margin-bottom: 3rem;
}

.col-3-xl {
  width: 100%;
  flex: 0 0 25%;
  margin-bottom: 3rem;
}

.col-4-xl {
  width: 100%;
  flex: 0 0 33.3333333333%;
  margin-bottom: 3rem;
}

.col-5-xl {
  width: 100%;
  flex: 0 0 41.6666666667%;
  margin-bottom: 3rem;
}

.col-6-xl {
  width: 100%;
  flex: 0 0 50%;
  margin-bottom: 3rem;
}

.col-7-xl {
  width: 100%;
  flex: 0 0 58.3333333333%;
  margin-bottom: 3rem;
}

.col-8-xl {
  width: 100%;
  flex: 0 0 66.6666666667%;
  margin-bottom: 3rem;
}

.col-9-xl {
  width: 100%;
  flex: 0 0 75%;
  margin-bottom: 3rem;
}

.col-10-xl {
  width: 100%;
  flex: 0 0 83.3333333333%;
  margin-bottom: 3rem;
}

.col-11-xl {
  width: 100%;
  flex: 0 0 91.6666666667%;
  margin-bottom: 3rem;
}

.col-12-xl {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 3rem;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .col-1-sm {
    flex: 0 0 25%;
    text-align: center;
  }
  .col-2-sm {
    flex: 0 0 50%;
    text-align: center;
  }
  .col-3-sm {
    flex: 0 0 75%;
    text-align: center;
  }
  .col-4-sm {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .col-1-md {
    flex: 0 0 12.5%;
  }
  .col-2-md {
    flex: 0 0 25%;
  }
  .col-3-md {
    flex: 0 0 37.5%;
  }
  .col-4-md {
    flex: 0 0 50%;
  }
  .col-5-md {
    flex: 0 0 62.5%;
  }
  .col-6-md {
    flex: 0 0 75%;
  }
  .col-7-md {
    flex: 0 0 87.5%;
  }
  .col-8-md {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-1-lg {
    flex: 0 0 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 25%;
  }
  .col-4-lg {
    flex: 0 0 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 50%;
  }
  .col-7-lg {
    flex: 0 0 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 75%;
  }
  .col-10-lg {
    flex: 0 0 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 100%;
  }
}
h3 {
  margin: 0;
  font-size: 8rem;
}

h4 {
  margin: 0;
  font-size: 4rem;
}

h5 {
  margin: 0;
  font-size: 2.5rem;
}

h6 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Source Sans Pro", "sans-serif";
}

p {
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 2rem;
  color: #9B9B9B;
}

a {
  text-decoration: none;
  color: #FDFDFD;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .container.nav {
    width: 103%;
  }
}

.navbar-background {
  position: relative;
  background-color: rgba(10, 13, 22, 0.16);
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .navbar-background {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}

.hamburger {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
}
.hamburger .line {
  width: 30px;
  height: 4px;
  background-color: white;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  margin: 8px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 90px;
  margin: 0;
}
.navbar ul .nav-item {
  padding-right: 32px;
  transition: 0.2s;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .navbar ul .nav-item {
    padding: 2rem;
  }
}
.navbar ul .nav-item:last-child {
  padding-right: 0;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .navbar ul .nav-item:last-child {
    padding-right: 2rem;
  }
}
.navbar ul .nav-item:hover {
  transform: scale(1.1);
}
.navbar ul .nav-item .nav-link {
  text-decoration: none;
  font-size: 2.25rem;
  font-weight: 600;
  color: #FDFDFD;
  transition: 0.3s;
}
.navbar ul .nav-item .nav-link:hover {
  color: #01A8F1;
  cursor: pointer;
  color: #01A8F1;
  filter: drop-shadow(0px 0px 15px #01A8F1);
}
.navbar ul .nav-decoration {
  padding-right: 32px;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .navbar ul .nav-decoration {
    display: none;
  }
}

.download {
  color: #FFC029;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .hamburger {
    background-color: #0A0D16;
    padding: 2rem;
    display: block;
    margin: auto 0;
    height: 80px;
    transition: 0.3s ease-in-out;
  }
  .hamburger.active .line:first-child {
    transform: translateY(-300px);
  }
  .hamburger.active .line:nth-child(2) {
    margin: 0;
    transform: rotate(405deg);
    position: absolute;
  }
  .hamburger.active .line:nth-child(3) {
    margin: 0;
    transform: rotate(-405deg);
    position: absolute;
  }
  .navbar {
    display: block;
  }
  .navbar .navbar-links {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0A0D16;
    height: 30vh;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-150%);
    transition: 0.5s ease-in-out;
  }
  .navbar .navbar-links2 {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #01A8F1;
    height: 10vh;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-200%);
    transition: 0.5s ease-in-out;
  }
  .navbar .navbar-links2.active {
    opacity: 1;
    transform: translateY(270%);
  }
  .navbar .navbar-links.active {
    opacity: 1;
    transform: translateY(0%);
  }
}
.separator {
  width: 100%;
  display: flex;
  align-items: center;
}
.separator .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #191E2E;
}
.separator .diamond {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 2px;
}
.separator .diamond img {
  width: 100%;
  height: 100%;
}

.nav-separator {
  width: 60%;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-separator .horizontal-line {
  background-color: rgba(251, 251, 251, 0.2);
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .nav-separator {
    width: 100%;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
  overflow: hidden;
}
.header video {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .header video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .header video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ghost-header {
  height: 470px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ghost-header {
    height: 20vh;
  }
}

.main-logo {
  position: absolute;
  top: 50%;
  left: 57%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .main-logo {
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .main-logo {
    top: 55%;
    left: 50%;
    transform: translate(-50%);
    width: 53%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-logo {
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    width: auto;
  }
}

.sm-icons {
  max-width: 225px !important;
}

.social-media-icons {
  margin-top: 2rem;
  display: flex; /* Set the display property to flex */
  align-items: center; /* Align items vertically in the center */
  justify-content: space-between; /* Distribute items evenly along the main axis */
  max-width: 300px; /* Optional: Limit the width to prevent overflowing on smaller screens */
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .social-media-icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    max-width: 100%;
  }
  .sm-icons {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .social-media-icons {
    margin-top: 2rem;
  }
}
.social-media-icons a {
  padding-right: 4rem;
  background-color: transparent;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .social-media-icons a {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .social-media-icons a {
    padding-right: 2rem;
  }
}
.social-media-icons a svg {
  width: 28px;
  height: 28px;
  fill: white;
  transition: 0.3s;
}
.social-media-icons a svg:hover {
  scale: 1.2;
  fill: #01A8F1;
  filter: drop-shadow(0px 0px 15px #01A8F1);
}

.server-status-text,
.server-time-text {
  margin-top: 2rem;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .server-status-text,
.server-time-text {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .server-status-text,
.server-time-text {
    margin-top: 2rem;
  }
}
.server-status-text.online,
.server-time-text.online {
  color: #2DFF74;
}
.server-status-text.offline,
.server-time-text.offline {
  color: #FF2D2D;
}

.discord-widget {
  position: relative;
  width: 100%;
  margin-left: 10px;
}

.slider {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .slider {
    width: 100%;
  }
}

.slider .slides {
  height: 230px;
  display: flex;
  transition: margin-left 2s ease-in-out;
  width: calc(100% * var(--slide-count)); /* Adjusting width based on the number of slides */
}

.slider .slides .slide {
  width: calc(100% / var(--slide-count)); /* Each slide takes up a portion of the container based on the number of slides */
  position: relative;
  transition: 2s;
}

.slider .slides .slide img,
.slider .slides .slide video {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.slider .slides .slide .feature-text {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  bottom: 10%;
  padding: 2rem 0;
}

.slider .slides input {
  display: none;
}

.slider .navigation-manual {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.slider .navigation-manual .manual-btn {
  border: 1px solid white;
  padding: 4px;
  transform: rotate(45deg);
  transition: 1s;
}

.slider .navigation-manual .manual-btn:not(:last-child) {
  margin-right: 8px;
}

.slider .navigation-manual .manual-btn:hover {
  background-color: white;
}

.slider .navigation-auto {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.slider .navigation-auto div {
  border: 1px solid white;
  padding: 3px;
  transform: rotate(45deg);
  transition: 1s;
}

.slider .navigation-auto div:not(:last-child) {
  margin-right: 8px;
}

.slider input[type="radio"] {
  display: none;
}


#class-showcase {
  transition: all 0.5s ease-in;
  opacity: 1;
  -webkit-animation: 0.2s slide;
          animation: 0.2s slide;
}

.image-animation {
  position: relative;
  transition: all 0.3s ease-in;
  -webkit-animation: 0.2s slide;
          animation: 0.2s slide;
}

@-webkit-keyframes slide {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slide {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes move {
  50% {
    background-position: center;
  }
}
@keyframes move {
  50% {
    background-position: center;
  }
}
.class-showcase-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
  min-height: 630px;
}
.class-showcase-container .class-showcase-animated-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../../assets/showclass-bg.png");
  filter: blur(2px);
  background-position: top left;
  -webkit-animation: move 15s infinite;
          animation: move 15s infinite;
}
.class-showcase-container .class-showcase-animated-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.character-image {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 2rem;
}
.character-image img {
  max-width: 100%;
  max-height: 550px;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .character-image img {
    width: 80%;
  }
}

.character-info {
  margin-top: 7.5rem;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .character-info {
    margin-top: 0;
  }
}
.character-info #character-description {
  min-height: 12rem;
  margin-bottom: 2.5rem;
}

#class-buttons {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  #class-buttons {
    margin-top: 0;
    justify-content: center;
  }
}
#class-buttons button {
  flex: 0 0 10%;
  background-color: #151928;
  border: 3px solid #181D2D;
  height: 66px;
  border-radius: 15px;
  margin-right: 2rem;
  margin-top: 2rem;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  #class-buttons button {
    flex: 0 0 15%;
    height: 45px;
    border-radius: 5px;
  }
}
#class-buttons button img {
  height: 100%;
  filter: grayscale(1);
  transition: 0.3s;
}
#class-buttons button img:hover {
  filter: grayscale(0);
  filter: drop-shadow(0px 0px 15px #01A8F1);
}
#class-buttons button.active {
  border: 3px solid #01A8F1;
  filter: drop-shadow(0px 0px 10px #01A8F1);
}
#class-buttons button.active img {
  filter: grayscale(0);
  filter: drop-shadow(0px 0px 10px #01A8F1);
}

.stats-row {
  display: flex;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .stats-row {
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .header {
    height: 60% !important;
  }
  .mt-9-temp {
    margin-top: 10px;
  }
  .margin-auto {
    margin: 0 auto;
  }
}
.stats-row .stat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10rem;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .stats-row .stat {
    margin-right: 0;
  }
}
.stats-row .stat .stat-box {
  margin-left: 2rem;
  width: 150px;
  height: 5px;
  background-color: #151928;
}
.stats-row .stat #sta {
  transition: all 0.5s ease-in;
  position: relative;
  width: 50%;
  height: 100%;
  background: linear-gradient(269.32deg, #FF0000 0%, #A80303 100%);
}
.stats-row .stat #sta::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 5px;
  left: 90%;
  top: 0;
  background: #FF0000;
  filter: blur(7px);
}
.stats-row .stat #str {
  transition: all 0.5s ease-in;
  position: relative;
  width: 10%;
  height: 100%;
  background: linear-gradient(269.32deg, #00B2FF 0%, #0359A8 100%);
}
.stats-row .stat #str::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 5px;
  left: 90%;
  top: 0;
  background: #00B2FF;
  filter: blur(7px);
}
.stats-row .stat #int {
  transition: all 0.5s ease-in;
  position: relative;
  width: 80%;
  height: 100%;
  background: linear-gradient(269.32deg, #AD00FF 0%, #7303A8 100%);
}
.stats-row .stat #int::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 5px;
  left: 90%;
  top: 0;
  background: #AD00FF;
  filter: blur(7px);
}
.stats-row .stat #dex {
  transition: all 0.5s ease-in;
  position: relative;
  width: 20%;
  height: 100%;
  background: linear-gradient(269.32deg, #61FF00 0%, #2EA803 100%);
}
.stats-row .stat #dex::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 5px;
  left: 90%;
  top: 0;
  background: #61FF00;
  filter: blur(7px);
}

.news-page {
  width: 100%;
  text-align: left;
}

.news-title {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #FDFDFD;
}

.news-image {
  width: 100%;
  max-width: 760px;
  border-radius: 12px;
  margin: 1rem auto 3rem auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(51, 200, 255, 0.18);
  box-shadow: 0 0 25px rgba(51, 200, 255, 0.07);
}

.news-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 2rem;
  line-height: 1.7;
  color: #FDFDFD;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4 {
  color: rgb(51, 200, 255);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.news-content h1 {
  font-size: 4rem;
}

.news-content h2 {
  font-size: 3.4rem;
}

.news-content h3 {
  font-size: 2.8rem;
}

.news-content p {
  color: #FDFDFD;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.news-content ul,
.news-content ol {
  margin: 1.5rem 0 2rem 3rem;
  padding-left: 2rem;
}

.news-content li {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6;
}

.news-content img {
  max-width: 100%;
  border-radius: 10px;
  margin: 2rem 0;
}

.news-content a {
  color: rgb(51, 200, 255);
  text-decoration: underline;
}

.news-posted {
  max-width: 760px;
  margin: 3rem auto 2rem auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(51, 200, 255, 0.18);
  font-size: 1.7rem;
  color: rgba(253, 253, 253, 0.75);
  font-family: "Source Sans Pro", "sans-serif";
  text-align: center;
}

.news-page .don-button {
  display: block;
  max-width: 230px;
  margin: 2rem auto 0 auto;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .news-content,
  .news-image,
  .news-posted {
    max-width: 92%;
  }

  .news-content {
    font-size: 1.8rem;
  }

  .news-content p,
  .news-content li {
    font-size: 1.8rem;
  }

  .news-content h1 {
    font-size: 3.2rem;
  }

  .news-content h2 {
    font-size: 2.8rem;
  }
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .footer-menu {
    flex-direction: column;
  }
}
.footer-menu .social-media-icons {
  margin-top: 0;
}
.footer-menu .logo {
  width: 10%;
  margin-left: -140px;
}
.footer-menu .logo img {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .footer-menu .logo {
    width: 40%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .footer-menu .logo {
    width: 20%;
    margin-left: 0;
    margin-bottom: 4rem;
  }
}
.footer-menu .links {
  list-style: none;
  display: flex;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .footer-menu .links {
    display: none;
  }
}
.footer-menu .links .footer-link {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Source Sans Pro", "sans-serif";
  text-transform: uppercase;
  padding-right: 2rem;
  transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 767.99px) {
  .footer-menu .links .footer-link {
    margin-top: 1rem;
    font-size: 2.5rem;
    padding-right: 0;
  }
}
.footer-menu .links .footer-link:hover {
  color: #01A8F1;
  transform: scale(1.1);
  filter: drop-shadow(0px 0px 15px #01A8F1);
}

.footer-copyrights {
  display: flex;
  margin-top: 2rem;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #151928;
  height: 60px;
}

#features {
  text-align: center;
}

#features h4 {
  margin-top: 2rem;
  margin-bottom: 6rem;
}

#features .features-subtitle {
  max-width: 700px;
  margin: 0 auto 6rem auto;
  font-size: 2rem;
  color: #FDFDFD;
  opacity: 0.85;
  line-height: 1.6;
}

#features .features-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
}

#features .feature-card-big {
  position: relative;
  width: 600px;
  max-width: 100%;
  text-align: left;
  padding: 2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Reveal mode only activates when JS is running */
#features.reveal-ready .feature-card-big {
  opacity: 0;
  transform: translateY(28px);
}

#features.reveal-ready .feature-card-big.visible {
  opacity: 1;
  transform: translateY(0);
}

#features .feature-card-big:hover {
  transform: translateY(-4px);
  border-color: rgba(51, 200, 255, 0.35);
  box-shadow: 0 0 35px rgba(51, 200, 255, 0.08);
}

#features.reveal-ready .feature-card-big:not(.visible):hover {
  transform: translateY(28px);
  border-color: rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

#features .feature-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: rgba(51, 200, 255, 0.75);
}

#features .feature-number {
  position: absolute;
  top: 1.4rem;
  right: 1.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: rgba(51, 200, 255, 0.15);
  line-height: 1;
}

#features .feature-card-big h5 {
  font-size: 4rem;
  margin: 0 0 1.5rem 0;
  color: rgb(51, 200, 255);
  line-height: 1.1;
}

#features .feature-card-big p {
  max-width: 600px;
  font-size: 2rem;
  color: #FDFDFD;
  line-height: 1.6;
  margin: 0;
}

#features .feature-image-big {
  width: 600px;
  height: 340px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 1.8rem;
  border: 1px solid rgba(51, 200, 255, 0.18);
  box-shadow: 0 0 25px rgba(51, 200, 255, 0.07);
}

#features .feature-image-big img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

#features .feature-card-big:hover .feature-image-big img {
  transform: scale(1.035);
}

@media (min-width: 320px) and (max-width: 767.99px) {
  #features .features-subtitle {
    width: 92%;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }

  #features .features-list {
    gap: 5rem;
  }

  #features .feature-card-big {
    width: 92%;
    text-align: center;
    padding: 1.5rem;
  }

  #features .feature-card-big h5 {
    font-size: 3rem;
  }

  #features .feature-card-big p {
    font-size: 1.8rem;
  }

  #features .feature-number {
    font-size: 2.6rem;
    top: 1.2rem;
    right: 1.4rem;
  }

  #features .feature-image-big {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 340;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  #features .features-subtitle {
    width: 92%;
  }

  #features .feature-card-big {
    width: 92%;
    text-align: center;
  }

  #features .feature-image-big {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 340;
  }
}

.profile-info-list {
  font-size: 15px;
  padding-left: 0;
  margin: 0;
}

.profile-info-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  line-height: 1.2;
}

.profile-info-list li b {
  white-space: nowrap;
}

.profile-info-list li span {
  text-align: right;
}

.profile-info-list .profile-points {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.profile-info-list .profile-points img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
}

.adn {
  font-style: italic;
}

.checkbox {
  margin-top: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #151928;
  margin: 0;
  color: #01A8F1;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #181D2D;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 1rem;
}

input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #01A8F1;
  background-color: CanvasText;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

label {
  font-size: 1.8rem;
  font-family: "Source Sans Pro", "sans-serif";
}/*# sourceMappingURL=style.css.map */

.video {
  width: 100%;
  object-fit: cover;
}

.ml-10 {
  margin-left: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #26c9f60d !important;
}

.table > tbody > tr > td {
  border-top: none !important;
}

.table > thead > tr > th {
  border-bottom: none !important;
}

.text-center {
  text-align: center;
}

.login-form-serein {
  padding: 35px;
  border-radius: 11px;
  border: 2px solid #191E2E;
  width: 70%;
  background-color: #090d15;
}

.form-control {
  height: 42px !important;
  padding: 5px 10px !important;
  background-color: #0a1019 !important;
  border: 1px solid #191e2e !important;
  border-radius: 4px !important;
}

a:hover {
  outline: 0;
  color: #046896;
}

.smallMessageAlert {
  margin-top: 9px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
  text-align: left;
  background-color: #7ad4fe26;
  border-radius: 6px !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #8ba2b6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ede0ea00;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.alert-info {
  color: #ffffff !important;
  background-color: #3969a5a6;
  border-color: #c6c7e9;
}

dt {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

.alert-danger {
  color: #763c3c;
  background-color: #f0d8d8;
  border-color: #e9c6c6;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.navbar {
  position: relative;
  min-height: 0px !important;
}

.flex-container {
  display: flex;
}

.left-div {
  flex: 1;
}

.right-div {
  flex: 1;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .flex-container {
    display: block;
  }

  .left-div {
    margin-bottom: 10px;
  }

  .right-div {
    margin-left: 0px;
  }
}

.don-button {
  margin-top: 2rem;
  padding: 9px;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Source Sans Pro", "sans-serif";
  background-color: #01a8f17a;
  color: #ffffff;
  transition: all 1s ease;
  min-width: 230px;
  border: none;
}

.don-button:hover {
  background-color: #132e5c;
  color: #FFF;
}

.vote-div {
  margin: auto;
  background-color: #171a21 !important;
  border-radius: 5px;
  border: 1px solid #00000096;
  padding: 20px;
  transition: all 0.3s ease-in;
}

.vote-div:hover {
  border: 1px solid #0481b9;
    cursor: pointer;
    font-weight: 600;
}

.btn-download {
  width: 100%;
  height: 80px;
}

.form-control{
  color: #FFF !important;
}


.guildSiege {
  font-size: .9em;
  color: #000;
}

.guildSiege table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.guildSiege table td.w30 { width: 30%; }
.guildSiege table td.w35 { width: 35%; }
.guildSiege table td.w50 { width: 50%; }

.guildSiege table thead tr td {
  font-weight: bold;
}

.guildSiege table tbody tr {
  background: #6fccff29;
  height: 35px;
}

.guildSiege table thead td, .guildSiege table tbody td {
  text-align: center;
  padding: 9px;
}

.guildSiege table tbody td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.guildSiege table tbody td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.guildSiege table.general .padding {
  padding: 9px 0 0 0;
}

.guildSiege table.general {
  margin-bottom: 10px;
}

.guildSiege .results {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.guildSiege .results .guilds {
  flex-basis: 35%;
  margin-bottom: 40px;
}

.guildSiege .results .guilds table thead td:first-child {
  width: 12%;
}

.guildSiege .results .guilds table tbody tr:first-child,
.guildSiege .results .players table tbody tr:first-child
{
  font-weight: bold;
  background-color: #1e88baad;
}

.guildSiege .results .players {
  flex-basis: 62%;
}

.guildSiege .results .players table thead td:first-child {
  width: 9%;
}

  label.labelGS {float:left; width:170px}

  select.selectGS {
      width: 300px;
      height: 30px;
      margin-top: 5px;
      margin-bottom: 10px;
      border: 1px solid #c0c0c0;
      border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
      font-size: 11px;
      text-shadow:1px 1px 0 hsl(0, 0%, 100%);
      background:transparent;
  }

  .table-siege td,
  .table-siege th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e66e;
  }

  .table-siege thead th {
    border-bottom: none !important;
  }

  .table-siege tr:first-child,
  .table-siege th {
    border-top: none !important;
  }

  .table-siege th::first-child {
    border-top: none !important;
  }

.grecaptcha-badge {
  display: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #151928;
  margin: 0;
  color: #01A8F1;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #181D2D;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid !important;
  place-content: center;
  margin-right: 1rem;
}


.language {
  width: 45px;
  background-color: #151928;
  border-radius: 10px;
}

.dropdown-menu {
  background-color: #FFF;
  border-radius: 10px;
  padding: 17px;
}

.dropdownItem {
font-size: 17px;
font-weight: 300;
}

.dropdown-menu {
  position: absolute !important;
  left: 55px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 17px;
  margin: -25px 0 0;
  list-style: none;
  text-align: left !important;
  background-color: #151928;
  border: 1px solid rgb(0 0 0 / 57%);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.greyscale:hover {
  cursor: pointer;
  filter: brightness(1.5);
}

.activeFilter {
  filter: brightness(1.5);
}

/* ============================= */
/* Download Page                 */
/* ============================= */

.download-page {
  width: 100%;
  text-align: center;
}

.download-intro {
  max-width: 760px;
  margin: 2rem auto 4rem auto;
  color: #FDFDFD;
  opacity: 0.85;
  line-height: 1.6;
}

.download-info-grid {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 auto 4rem auto;
}

.download-info-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.14);
  border-radius: 12px;
  padding: 1.8rem 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
}

.download-info-card span {
  display: block;
  font-size: 1.45rem;
  color: rgba(253, 253, 253, 0.72);
  margin-bottom: 0.8rem;
  font-family: "Source Sans Pro", "sans-serif";
}

.download-info-card strong {
  display: block;
  font-size: 1.9rem;
  color: rgb(51, 200, 255);
}

.download-buttons {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 auto 5rem auto;
}

.download-card {
  text-align: left;
  padding: 2.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.14);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease;
}

.download-card:hover {
  transform: translateY(-4px);
  border-color: rgba(51, 200, 255, 0.35);
  box-shadow: 0 0 35px rgba(51, 200, 255, 0.08);
}

.download-card h5 {
  font-size: 3rem;
  color: rgb(51, 200, 255);
  margin-bottom: 1rem;
}

.download-card p {
  color: #FDFDFD;
  opacity: 0.85;
  font-size: 1.8rem;
  line-height: 1.5;
  min-height: 8rem;
}

.download-card .download-button {
  display: block;
  width: 100%;
  min-width: unset;
  margin-top: 2rem;
  padding: 1.6rem 2rem;
  font-size: 1.7rem;
}

.download-section {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 4rem auto;
  text-align: left;
  padding: 2.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
}

.download-section h5 {
  font-size: 3rem;
  color: rgb(51, 200, 255);
  margin-bottom: 2rem;
  text-align: center;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.requirement-box {
  background: rgba(10, 13, 22, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 2rem;
}

.requirement-box h6 {
  color: #FDFDFD;
  font-size: 2.2rem;
  margin-bottom: 1.4rem;
}

.requirement-box ul,
.common-fixes,
.install-steps {
  margin: 0;
  padding-left: 2.2rem;
}

.requirement-box li,
.common-fixes li,
.install-steps li {
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.8rem;
  color: #FDFDFD;
  opacity: 0.88;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.install-steps b,
.requirement-box b {
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .download-info-grid,
  .download-buttons,
  .requirements-grid {
    grid-template-columns: 1fr;
  }

  .download-info-grid,
  .download-buttons,
  .download-section,
  .download-intro {
    max-width: 92%;
  }

  .download-card {
    text-align: center;
  }

  .download-card p {
    min-height: auto;
  }

  .download-section {
    padding: 2rem;
  }

  .download-section h5,
  .download-card h5 {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .download-info-grid,
  .download-buttons,
  .download-section,
  .download-intro {
    max-width: 92%;
  }

  .download-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================= */
/* Guides / Wiki Page            */
/* ============================= */

.guides-page,
.guides-page * {
  box-sizing: border-box;
}

.guides-page {
  width: 100%;
  text-align: center;
}

.guides-page h4 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.guides-subtitle {
  max-width: 760px;
  margin: 0 auto 3rem auto;
  color: #FDFDFD;
  opacity: 0.85;
  line-height: 1.6;
}

/* Search */

.guides-search-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2rem auto;
}

.guides-search-input {
  width: 100%;
  height: 48px;
  padding: 0 1.8rem;
  border-radius: 12px;
  border: 1px solid rgba(51, 200, 255, 0.18);
  background: rgba(10, 13, 22, 0.65);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.8rem;
  outline: none;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
  transition: 0.25s ease;
}

.guides-search-input:focus {
  border-color: rgba(51, 200, 255, 0.45);
  box-shadow: 0 0 24px rgba(51, 200, 255, 0.08);
}

.guides-search-input::placeholder {
  color: rgba(253, 253, 253, 0.5);
}

/* Mobile Dropdown */

.guides-mobile-selector {
  display: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2rem auto;
}

.guide-mobile-select {
  width: 100%;
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(51, 200, 255, 0.18);
  background: #0A0D16;
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.8rem;
  outline: none;
}

/* Layout */

.guides-layout {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 5rem auto;
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

/* Sidebar */

.guides-sidebar {
  width: 100%;
  text-align: left;
  padding: 2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 25px;
}

.guides-sidebar h5 {
  font-size: 2.6rem;
  color: rgb(51, 200, 255);
  margin-bottom: 1.8rem;
  text-align: center;
}

.guides-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guides-sidebar li {
  list-style: none;
  margin-bottom: 1rem;
}

.guides-sidebar a {
  display: block;
  width: 100%;
  padding: 1.3rem 1.4rem;
  border-radius: 10px;
  background: rgba(10, 13, 22, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: 0.25s ease;
}

.guides-sidebar a:hover,
.guides-sidebar a.active {
  border-color: rgba(51, 200, 255, 0.45);
  background: rgba(51, 200, 255, 0.08);
  box-shadow: 0 0 18px rgba(51, 200, 255, 0.08);
}

.guide-menu-row {
  display: flex !important;
  align-items: center;
  gap: 0.9rem;
}

.guide-menu-icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.guide-menu-title {
  display: inline-block !important;
  font-size: 1.8rem;
  color: #FDFDFD;
  font-weight: 600;
}

.guides-sidebar a small {
  display: block;
  margin-top: 0.4rem;
  padding-left: 3.4rem;
  font-size: 1.3rem;
  color: rgba(51, 200, 255, 0.75);
  font-family: "Source Sans Pro", "sans-serif";
}

.guides-no-results {
  display: none;
  margin-top: 1.5rem;
  padding: 1.4rem;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 192, 41, 0.08);
  border: 1px solid rgba(255, 192, 41, 0.18);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.6rem;
}

/* Content */

.guides-content {
  width: 100%;
  min-width: 0;
  text-align: left;
  padding: 3rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.guide-panel {
  display: none !important;
  opacity: 0;
  transform: translateY(8px);
}

.guide-panel.active {
  display: block !important;
  animation: guideFadeIn 0.24s ease forwards;
}

@keyframes guideFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.guide-category {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: rgba(51, 200, 255, 0.75);
}

.guides-content h3 {
  font-size: 4rem;
  color: rgb(51, 200, 255);
  margin-bottom: 1.2rem;
  line-height: 1.1;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.guide-meta span {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.07);
  border: 1px solid rgba(51, 200, 255, 0.16);
  color: rgba(253, 253, 253, 0.78);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.45rem;
}

.guide-meta strong {
  color: #FDFDFD;
}

.guide-description {
  color: #FDFDFD;
  opacity: 0.72;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

/* Article */

.guide-article {
  font-family: "Source Sans Pro", "sans-serif";
  color: #FDFDFD;
}

.guide-article p {
  color: #FDFDFD;
  opacity: 0.88;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.guide-article h5 {
  color: rgb(51, 200, 255);
  font-size: 2.8rem;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.guide-article h6 {
  color: #FDFDFD;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.guide-article ul {
  list-style: disc;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.guide-article ol {
  list-style: decimal;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.guide-article li {
  list-style: inherit;
  color: #FDFDFD;
  opacity: 0.88;
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.guide-article a {
  color: rgb(51, 200, 255);
  text-decoration: underline;
}

.guide-article hr {
  border: none;
  border-top: 1px solid rgba(51, 200, 255, 0.18);
  margin: 3rem 0;
}

/* Guide Images */

.guide-media {
  margin: 3rem 0;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.14);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.22);
}

.guide-media img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(51, 200, 255, 0.12);
  cursor: zoom-in;
  transition: 0.25s ease;
}

.guide-media img:hover {
  filter: brightness(1.08);
  transform: scale(1.01);
}

.guide-media figcaption {
  margin-top: 1rem;
  text-align: center;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.5rem;
  color: rgba(253, 253, 253, 0.7);
}

/* Optional 2 Image Gallery */

.guide-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.guide-gallery .guide-media {
  margin: 0;
}

/* Notes / Warnings */

.guide-note {
  margin: 2.5rem 0;
  padding: 1.6rem 2rem;
  border-left: 4px solid rgb(51, 200, 255);
  border-radius: 10px;
  background: rgba(51, 200, 255, 0.07);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.8rem;
  line-height: 1.6;
}

.guide-warning {
  margin: 2.5rem 0;
  padding: 1.6rem 2rem;
  border-left: 4px solid #FFC029;
  border-radius: 10px;
  background: rgba(255, 192, 41, 0.08);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.8rem;
  line-height: 1.6;
}

/* Tables */

.guide-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
  margin: 2.5rem 0;
  font-family: "Source Sans Pro", "sans-serif";
}

.guide-table th {
  color: rgb(51, 200, 255);
  font-size: 1.7rem;
  text-align: left;
  padding: 1rem;
}

.guide-table td {
  color: #FDFDFD;
  font-size: 1.7rem;
  padding: 1.2rem 1rem;
  background: rgba(10, 13, 22, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.guide-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.guide-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* End Of Guide Button */

.guide-end-actions {
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(51, 200, 255, 0.16);
  text-align: center;
}

.guide-inline-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 1.3rem 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(51, 200, 255, 0.35);
  background: rgba(51, 200, 255, 0.1);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(51, 200, 255, 0.08);
  transition: 0.25s ease;
}

.guide-inline-back-top:hover {
  transform: translateY(-2px);
  border-color: rgba(51, 200, 255, 0.65);
  background: rgba(51, 200, 255, 0.18);
  box-shadow: 0 0 30px rgba(51, 200, 255, 0.15);
}

/* Lightbox */

.guide-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.86);
}

.guide-lightbox.active {
  display: flex;
}

.guide-lightbox img {
  max-width: 95%;
  max-height: 82vh;
  border-radius: 12px;
  border: 1px solid rgba(51, 200, 255, 0.22);
  box-shadow: 0 0 35px rgba(51, 200, 255, 0.12);
}

.guide-lightbox-caption {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  background: rgba(10, 13, 22, 0.88);
  border: 1px solid rgba(51, 200, 255, 0.18);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.6rem;
  text-align: center;
}

.guide-lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(51, 200, 255, 0.16);
  color: #FDFDFD;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.guide-lightbox-close:hover {
  background: rgba(51, 200, 255, 0.32);
}

body.guide-lightbox-open {
  overflow: hidden;
}

/* Phone / Tablet */

@media (min-width: 320px) and (max-width: 991.99px) {
  .guides-search-wrap,
  .guides-mobile-selector,
  .guides-layout {
    max-width: 92%;
  }

  .guides-mobile-selector {
    display: block;
  }

  .guides-layout {
    display: block !important;
  }

  .guides-sidebar {
    display: none !important;
  }

  .guides-content {
    padding: 2rem;
  }

  .guides-content h3 {
    font-size: 3rem;
  }

  .guide-meta {
    justify-content: center;
  }

  .guide-article p,
  .guide-article li {
    font-size: 1.8rem;
  }

  .guide-article h5 {
    font-size: 2.4rem;
  }

  .guide-gallery {
    grid-template-columns: 1fr;
  }

  .guide-note,
  .guide-warning {
    font-size: 1.7rem;
  }

  .guide-lightbox {
    padding: 2rem;
  }

  .guide-lightbox img {
    max-width: 100%;
    max-height: 78vh;
  }

  .guide-lightbox-caption {
    bottom: 1rem;
    font-size: 1.4rem;
    border-radius: 12px;
  }

  .guide-lightbox-close {
    top: 1rem;
    right: 1rem;
  }

  .guide-inline-back-top {
    width: 100%;
    min-width: 0;
  }
}

/* ============================= */
/* Vote Page                     */
/* ============================= */

.vote-page,
.vote-page * {
  box-sizing: border-box;
}

.vote-page {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 5rem auto;
  text-align: center;
}

.vote-header {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.14);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.24);
}

.vote-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(51, 200, 255, 0.85);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.5rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.vote-header h4 {
  margin-bottom: 1.5rem;
}

.vote-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #FDFDFD;
  opacity: 0.82;
  font-size: 2rem;
  line-height: 1.6;
}

.vote-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.2rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.08);
  border: 1px solid rgba(51, 200, 255, 0.18);
  color: rgba(253, 253, 253, 0.78);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
}

.vote-balance strong {
  color: rgb(51, 200, 255);
  font-size: 2rem;
}

.vote-info-box {
  margin-bottom: 2rem;
  padding: 2.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.vote-info-box h5 {
  margin-bottom: 1.8rem;
  color: rgb(51, 200, 255);
  font-size: 2.8rem;
}

.vote-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.vote-steps div {
  padding: 1.5rem;
  border-radius: 12px;
  background: rgba(10, 13, 22, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vote-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(51, 200, 255, 0.12);
  border: 1px solid rgba(51, 200, 255, 0.22);
  color: rgb(51, 200, 255);
  font-size: 1.7rem;
}

.vote-steps span {
  display: block;
  color: rgba(253, 253, 253, 0.82);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.55rem;
  line-height: 1.45;
}

.vote-warning-box {
  margin-bottom: 2.5rem;
  padding: 1.8rem 2rem;
  border-radius: 16px;
  background: rgba(255, 192, 41, 0.08);
  border: 1px solid rgba(255, 192, 41, 0.18);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}

.vote-warning-box strong {
  color: #ffc85a;
}

.vote-sites-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.vote-site-card {
  width: 100%;
  max-width: 430px;
  min-height: 300px;
  padding: 2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.24);
  text-align: center;
  transition: 0.25s ease;
}

.vote-site-card.available:hover {
  transform: translateY(-4px);
  border-color: rgba(51, 200, 255, 0.38);
  box-shadow: 0 0 34px rgba(51, 200, 255, 0.1);
}

.vote-site-card.locked {
  opacity: 0.72;
}

.vote-site-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.vote-status-ready,
.vote-status-cooldown,
.vote-reward-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.3rem;
  font-weight: 700;
}

.vote-status-ready {
  color: #78ffbd;
  background: rgba(120, 255, 189, 0.09);
  border: 1px solid rgba(120, 255, 189, 0.2);
}

.vote-status-cooldown {
  color: #ffc85a;
  background: rgba(255, 200, 90, 0.09);
  border: 1px solid rgba(255, 200, 90, 0.2);
}

.vote-reward-pill {
  color: rgb(51, 200, 255);
  background: rgba(51, 200, 255, 0.09);
  border: 1px solid rgba(51, 200, 255, 0.2);
}

.vote-site-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  margin-bottom: 1.5rem;
}

.vote-site-image img {
  max-width: 180px;
  max-height: 70px;
  display: block;
  object-fit: contain;
}

.vote-site-image span {
  color: rgb(51, 200, 255);
  font-size: 2.2rem;
  font-weight: 700;
}

.vote-site-card h5 {
  margin-bottom: 1rem;
  color: #FDFDFD;
  font-size: 2.4rem;
}

.vote-site-card p {
  min-height: 5.2rem;
  margin-bottom: 1.8rem;
  color: rgba(253, 253, 253, 0.78);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.5;
}

.vote-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 1.2rem 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(51, 200, 255, 0.38);
  background: rgba(51, 200, 255, 0.12);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.vote-action:hover {
  color: #FDFDFD;
  background: rgba(51, 200, 255, 0.22);
  border-color: rgba(51, 200, 255, 0.65);
  box-shadow: 0 0 24px rgba(51, 200, 255, 0.12);
}

.vote-action-disabled,
.vote-action-disabled:hover {
  cursor: not-allowed;
  color: rgba(253, 253, 253, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.vote-last-time {
  display: block;
  margin-top: 1rem;
  color: rgba(253, 253, 253, 0.55);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.35rem;
}

.vote-note,
.vote-empty-box,
.vote-guest-card {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 16px;
  background: rgba(51, 200, 255, 0.06);
  border: 1px solid rgba(51, 200, 255, 0.14);
  color: rgba(253, 253, 253, 0.82);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}

.vote-guest-card {
  max-width: 640px;
  margin: 4rem auto;
}

.vote-guest-card h4 {
  margin-bottom: 1.5rem;
}

.vote-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.12);
  border: 1px solid rgba(51, 200, 255, 0.35);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.vote-login-button:hover {
  color: #FDFDFD;
  background: rgba(51, 200, 255, 0.2);
  border-color: rgba(51, 200, 255, 0.6);
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .vote-page {
    max-width: 92%;
  }

  .vote-header {
    padding: 2.2rem;
  }

  .vote-steps {
    grid-template-columns: 1fr;
  }

  .vote-header p {
    font-size: 1.8rem;
  }

  .vote-balance {
    width: 100%;
  }

  .vote-site-card {
    max-width: 100%;
  }

  .vote-site-card p {
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .vote-page {
    max-width: 92%;
  }

  .vote-site-card p {
    min-height: 0;
  }
}

/* ============================= */
/* Donate Page                   */
/* ============================= */

.donate-page,
.donate-page * {
  box-sizing: border-box;
}

.donate-page {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 5rem auto;
  text-align: center;
}

.donate-header {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.14);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.24);
}

.donate-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(51, 200, 255, 0.85);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.5rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.donate-header h4 {
  margin-bottom: 1.5rem;
}

.donate-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #FDFDFD;
  opacity: 0.82;
  font-size: 2rem;
  line-height: 1.6;
}

.donate-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.2rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.08);
  border: 1px solid rgba(51, 200, 255, 0.18);
  color: rgba(253, 253, 253, 0.78);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
}

.donate-balance strong {
  color: rgb(51, 200, 255);
  font-size: 2rem;
}

.donate-info-box {
  margin-bottom: 2rem;
  padding: 2.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.donate-info-box h5 {
  margin-bottom: 1.8rem;
  color: rgb(51, 200, 255);
  font-size: 2.8rem;
}

.donate-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.donate-steps div {
  padding: 1.5rem;
  border-radius: 12px;
  background: rgba(10, 13, 22, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.donate-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(51, 200, 255, 0.12);
  border: 1px solid rgba(51, 200, 255, 0.22);
  color: rgb(51, 200, 255);
  font-size: 1.7rem;
}

.donate-steps span {
  display: block;
  color: rgba(253, 253, 253, 0.82);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.55rem;
  line-height: 1.45;
}

.donate-warning-box {
  margin-bottom: 2.5rem;
  padding: 1.8rem 2rem;
  border-radius: 16px;
  background: rgba(255, 192, 41, 0.08);
  border: 1px solid rgba(255, 192, 41, 0.18);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}

.donate-warning-box strong {
  color: #ffc85a;
}

.donate-section-title {
  margin-bottom: 2rem;
}

.donate-section-title h5 {
  margin-bottom: 0.8rem;
  color: rgb(51, 200, 255);
  font-size: 2.8rem;
}

.donate-section-title p {
  margin: 0;
  color: rgba(253, 253, 253, 0.72);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
}

.donate-hidden-select {
  display: none !important;
}

.donate-packages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.donate-package-card {
  position: relative;
  width: 100%;
  max-width: 260px;
  min-height: 210px;
  padding: 2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.24);
  color: #FDFDFD;
  text-align: center;
  cursor: pointer;
  transition: 0.25s ease;
}

.donate-package-card:hover,
.donate-package-card.active {
  transform: translateY(-4px);
  border-color: rgba(51, 200, 255, 0.42);
  background: rgba(51, 200, 255, 0.06);
  box-shadow: 0 0 34px rgba(51, 200, 255, 0.12);
}

.donate-package-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.09);
  border: 1px solid rgba(51, 200, 255, 0.2);
  color: rgb(51, 200, 255);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.3rem;
  font-weight: 700;
}

.donate-package-card.active .donate-package-badge {
  color: #78ffbd;
  background: rgba(120, 255, 189, 0.09);
  border-color: rgba(120, 255, 189, 0.2);
}

.donate-package-card strong {
  display: block;
  margin-bottom: 1rem;
  color: #FDFDFD;
  font-size: 3.8rem;
  line-height: 1;
}

.donate-package-points {
  display: block;
  margin-bottom: 1rem;
  color: rgb(51, 200, 255);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 2.2rem;
  font-weight: 700;
}

.donate-package-card small {
  display: block;
  color: rgba(253, 253, 253, 0.58);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.4rem;
}

.donate-selected-box {
  margin: 0 auto 2rem auto;
  padding: 1.5rem 1.8rem;
  max-width: 520px;
  border-radius: 14px;
  background: rgba(10, 13, 22, 0.55);
  border: 1px solid rgba(51, 200, 255, 0.16);
  text-align: center;
}

.donate-selected-box span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(253, 253, 253, 0.65);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.4rem;
}

.donate-selected-box strong {
  display: block;
  color: rgb(51, 200, 255);
  font-size: 2.2rem;
}

.donate-terms-box {
  max-width: 720px;
  margin: 0 auto 1.5rem auto;
  padding: 1.8rem 2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(51, 200, 255, 0.12);
}

.donate-terms-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(253, 253, 253, 0.82);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  line-height: 1.5;
  cursor: pointer;
}

.donate-terms-label input {
  width: 18px;
  height: 18px;
  accent-color: rgb(51, 200, 255);
}

.donate-terms-label a {
  color: rgb(51, 200, 255);
  text-decoration: underline;
}

.donate-paypal-hint {
  margin: 0 auto 2rem auto;
  color: rgba(253, 253, 253, 0.62);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.6rem;
}

.donate-paypal-container {
  max-width: 520px;
  margin: 0 auto 2.5rem auto;
  padding: 2rem;
  border-radius: 16px;
  background: rgba(10, 13, 22, 0.55);
  border: 1px solid rgba(51, 200, 255, 0.16);
}

.donate-note,
.donate-empty-box,
.donate-guest-card,
.donate-disabled-card,
.donate-success-card {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 16px;
  background: rgba(51, 200, 255, 0.06);
  border: 1px solid rgba(51, 200, 255, 0.14);
  color: rgba(253, 253, 253, 0.82);
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}

.donate-guest-card,
.donate-disabled-card,
.donate-success-card {
  max-width: 640px;
  margin: 4rem auto;
}

.donate-guest-card h4,
.donate-disabled-card h4,
.donate-success-card h4 {
  margin-bottom: 1.5rem;
}

.donate-login-button,
.donate-success-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 999px;
  background: rgba(51, 200, 255, 0.12);
  border: 1px solid rgba(51, 200, 255, 0.35);
  color: #FDFDFD;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.donate-login-button:hover,
.donate-success-button:hover {
  color: #FDFDFD;
  background: rgba(51, 200, 255, 0.2);
  border-color: rgba(51, 200, 255, 0.6);
}

@media (min-width: 320px) and (max-width: 767.99px) {
  .donate-page {
    max-width: 92%;
  }

  .donate-header {
    padding: 2.2rem;
  }

  .donate-steps {
    grid-template-columns: 1fr;
  }

  .donate-header p {
    font-size: 1.8rem;
  }

  .donate-balance {
    width: 100%;
  }

  .donate-package-card {
    max-width: 100%;
  }

  .donate-terms-label {
    align-items: flex-start;
    text-align: left;
  }

  .donate-paypal-container {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .donate-page {
    max-width: 92%;
  }

  .donate-package-card {
    max-width: 300px;
  }
}

.guides-page .guide-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 18px;
}

.guides-page .guide-copy-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 8px 14px;

    border-radius: 6px;
    border: 1px solid rgba(0, 191, 255, 0.35) !important;

    background: rgba(0, 191, 255, 0.08) !important;
    color: #ffffff !important;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.guides-page .guide-copy-button:hover {
    background: rgba(0, 191, 255, 0.16) !important;
    border-color: rgba(0, 191, 255, 0.65) !important;
}

.guides-page .guide-copy-button.copied {
    pointer-events: none;
    opacity: 0.85;
}


/* =========================================================
   Serein MMO Guides Page Additions
   Add this to style.css after your existing guides styles.
   ========================================================= */

.guide-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 18px;
}

.guide-open-link,
.guide-copy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.guide-open-link {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.guide-copy-link {
    border: 0;
    outline: 0;
}

.guide-copy-link.copied {
    pointer-events: none;
}

.guide-level-cap {
    font-size: 15px;
}

.guide-milestone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 8px;
    margin: 14px 0 18px;
}

.guide-milestone-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 700;
    font-size: 13px;
}

.guide-route-card {
    margin: 24px 0;
    padding: 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.guide-route-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.guide-route-header h5 {
    margin: 4px 0 6px;
}

.guide-route-header p {
    margin: 0;
    opacity: 0.88;
}

.guide-route-level {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.guide-route-info {
    margin-top: 14px;
}

.guide-route-info p:last-child {
    margin-bottom: 0;
}

.monster-route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.monster-route-grid > .monster-route-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 13px;
    line-height: 1.25;
}

.monster-route-grid > .monster-route-item b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.07);
    opacity: 0.78;
    font-size: 11px;
    flex-shrink: 0;
}

.monster-name {
    flex: 1;
    min-width: 0;
}

.monster-route-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

@media (max-width: 767px) {
    .monster-route-grid {
        grid-template-columns: 1fr;
    }
}





/* Monster Album Guide */
.monster-album-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    margin: 16px 0 24px;
}

.monster-album-info-card,
.monster-album-milestone,
.monster-album-boss-card {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.monster-album-info-card {
    padding: 14px;
}

.monster-album-info-card h6,
.monster-album-boss-card h6 {
    margin: 0 0 8px;
    font-size: 14px;
}

.monster-album-info-card p,
.monster-album-card-note {
    margin: 0;
    opacity: 0.86;
    font-size: 13px;
    line-height: 1.55;
}

.monster-album-milestone-list,
.monster-album-boss-card-list {
    display: grid;
    gap: 14px;
    margin: 16px 0 24px;
}

.monster-album-milestone,
.monster-album-boss-card {
    padding: 14px;
}

.monster-album-milestone-header,
.monster-album-boss-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.monster-album-milestone-header span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 800;
}

.monster-album-milestone-header strong,
.monster-album-stat-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 12px;
    font-weight: 800;
}

.monster-album-reward-grid,
.monster-album-material-grid,
.monster-album-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    gap: 9px;
}

.monster-album-boss-card-header > .reward-item-button {
    max-width: 360px;
}

.monster-album-card-note {
    margin-top: 4px;
}

@media (max-width: 767px) {
    .monster-album-milestone,
    .monster-album-boss-card {
        padding: 12px;
    }

    .monster-album-reward-grid,
    .monster-album-material-grid,
    .monster-album-slot-grid {
        grid-template-columns: 1fr;
    }

    .monster-album-boss-card-header > .reward-item-button {
        max-width: none;
    }
}


/* =========================================================
   Item Rarity Guide - Fixed Clean Layout
   Paste into your main style.css.
   This replaces the previous Item Rarity guide CSS.
   ========================================================= */

.rarity-clean-hero {
    margin: 16px 0 22px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(0, 0, 0, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.rarity-clean-kicker,
.rarity-clean-tier > span,
.rarity-clean-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.rarity-clean-hero h5 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.25;
}

.rarity-clean-hero p {
    max-width: 850px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.6;
}

.rarity-clean-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.rarity-clean-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
}

.rarity-clean-grid,
.rarity-clean-tier-grid,
.rarity-clean-item-grid {
    display: grid;
    gap: 10px;
    margin: 14px 0 24px;
}

.rarity-clean-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.rarity-clean-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.rarity-clean-grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
}

.rarity-clean-tier-grid {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}

.rarity-clean-item-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.rarity-clean-card,
.rarity-clean-tier,
.rarity-clean-flow > div,
.rarity-clean-service-box {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.085);
    padding: 14px;
}

.rarity-clean-card h6,
.rarity-clean-tier h6,
.rarity-clean-flow strong {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
}

.rarity-clean-card p,
.rarity-clean-tier p,
.rarity-clean-flow small {
    display: block;
    margin: 0;
    opacity: 0.86;
    font-size: 13px;
    line-height: 1.55;
}

.rarity-clean-highlight-card,
.rarity-clean-safe {
    border-color: rgba(54, 209, 147, 0.35);
}

.rarity-clean-risk {
    border-color: rgba(247, 129, 216, 0.35);
}

.rarity-clean-flow {
    counter-reset: rarity-flow-step;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    align-items: stretch;
    margin: 14px 0 24px;
}

.rarity-clean-flow > span {
    display: none;
}

.rarity-clean-flow > div {
    position: relative;
    min-height: 96px;
    padding: 16px 16px 16px 56px;
}

.rarity-clean-flow > div::before {
    counter-increment: rarity-flow-step;
    content: counter(rarity-flow-step);
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(54, 209, 147, 0.16);
    border: 1px solid rgba(54, 209, 147, 0.36);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.rarity-clean-tier {
    position: relative;
    overflow: hidden;
}

.rarity-clean-tier::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgba(255, 255, 255, 0.18);
}

.rarity-clean-tier h6 {
    margin-top: 10px;
}

.rarity-clean-tier ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.rarity-clean-tier li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.45;
}

.rarity-clean-common {
    border-color: rgba(46, 112, 169, 0.55);
}

.rarity-clean-common::before {
    background: rgba(46, 112, 169, 0.75);
}

.rarity-clean-uncommon {
    border-color: rgba(54, 209, 147, 0.55);
}

.rarity-clean-uncommon::before {
    background: rgba(54, 209, 147, 0.75);
}

.rarity-clean-rare {
    border-color: rgba(247, 129, 216, 0.55);
}

.rarity-clean-rare::before {
    background: rgba(247, 129, 216, 0.75);
}

.rarity-clean-future {
    border-style: dashed;
}

.rarity-clean-future::before {
    background: rgba(255, 255, 255, 0.22);
}

.rarity-clean-item {
    min-height: 64px;
}

.rarity-clean-shot {
    margin: 14px 0 24px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.09);
    overflow: hidden;
}

.rarity-clean-shot img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
}

.rarity-clean-shot figcaption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.75;
    text-align: center;
}

.rarity-clean-shot-missing::before {
    content: attr(data-missing);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 18px;
    border-radius: 8px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.18);
    font-size: 13px;
    font-weight: 700;
    opacity: 0.72;
    text-align: center;
}

.rarity-clean-fusion-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 12px 0 18px;
}

.rarity-clean-fusion-path span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 13px;
    font-weight: 800;
}

.rarity-clean-service-box ol,
.rarity-clean-service-box ul {
    margin: 0;
    padding-left: 18px;
}

.rarity-clean-service-box li {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.48;
}

.rarity-clean-service-box li:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .rarity-clean-flow {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .rarity-clean-hero {
        padding: 15px;
    }

    .rarity-clean-grid,
    .rarity-clean-tier-grid,
    .rarity-clean-item-grid {
        grid-template-columns: 1fr;
    }

    .rarity-clean-shot {
        padding: 8px;
    }
}

/* =========================================================
   Recycle System Guide
   Add this to style.css
   ========================================================= */

.recycle-media-card {
    overflow: hidden;
}

.recycle-image-placeholder {
    min-height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 28px;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.22);
    text-align: center;
    font-weight: 800;
    opacity: 0.85;
}

.recycle-image-placeholder small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
}

.recycle-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 12px;
    margin: 14px 0 24px;
}

.recycle-type-card {
    min-height: 120px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.recycle-type-card span {
    font-size: 24px;
    line-height: 1;
}

.recycle-type-card strong {
    font-size: 16px;
    line-height: 1.2;
}

.recycle-type-card small {
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.82;
}

.recycle-method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 14px 0 20px;
}

.recycle-method-card {
    position: relative;
    padding: 18px 18px 18px 62px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.recycle-method-number {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(54, 209, 147, 0.14);
    border: 1px solid rgba(54, 209, 147, 0.34);
    font-size: 13px;
    font-weight: 900;
}

.recycle-method-card h6 {
    margin: 0 0 10px;
    font-size: 15px;
}

.recycle-method-card ol {
    margin: 0;
    padding-left: 18px;
}

.recycle-method-card li {
    margin-bottom: 6px;
}

.recycle-method-card li:last-child {
    margin-bottom: 0;
}

.recycle-safety-box {
    margin: 14px 0 24px;
    padding: 18px;
    border-radius: 12px;
    background: rgba(140, 30, 30, 0.16);
    border: 1px solid rgba(255, 80, 80, 0.22);
}

.recycle-safety-box p {
    margin-top: 0;
}

.recycle-safety-box p:last-child {
    margin-bottom: 0;
}

.recycle-lock-tip {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.recycle-lock-tip kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 24px;
    padding: 3px 7px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
}

.recycle-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 14px 0 24px;
}

.recycle-compare-card {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.recycle-compare-card h6 {
    margin: 0 0 8px;
    font-size: 15px;
}

.recycle-compare-card p {
    margin: 0;
}

@media (max-width: 560px) {
    .recycle-method-card {
        padding: 16px;
    }

    .recycle-method-number {
        position: static;
        margin-bottom: 10px;
    }
}

/* Awakening System Guide */
.awakening-media-card {
    overflow: hidden;
}

.awakening-media-compact {
    max-width: 860px;
}

.awakening-image-placeholder,
.awakening-npc-placeholder {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 180px;
    padding: 24px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
}

.awakening-image-placeholder small,
.awakening-npc-placeholder small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.68;
}

.awakening-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
    margin: 16px 0 26px;
}

.awakening-type-card {
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.awakening-type-card h6 {
    margin: 8px 0 8px;
}

.awakening-type-card p {
    margin: 0 0 14px;
    opacity: 0.88;
}

.awakening-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
}

.awakening-scroll-buttons {
    display: grid;
    gap: 8px;
}

.awakening-limit-grid,
.awakening-mode-grid,
.awakening-auto-grid,
.awakening-npc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
    margin: 14px 0 24px;
}

.awakening-limit-card,
.awakening-mode-card,
.awakening-auto-card,
.awakening-highlight-box,
.awakening-summary-example {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.awakening-limit-card strong,
.awakening-auto-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.awakening-limit-card span,
.awakening-auto-card span {
    display: block;
    font-size: 13px;
    opacity: 0.82;
    line-height: 1.45;
}

.awakening-npc-card {
    margin: 0;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.awakening-npc-card img {
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.18);
}

.awakening-npc-card figcaption {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}

.awakening-npc-card figcaption span {
    font-size: 12px;
    opacity: 0.75;
}

.awakening-step-list {
    margin: 12px 0 22px;
}

.awakening-step-list li {
    margin-bottom: 8px;
}

.awakening-highlight-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 14px 0 24px;
}

.awakening-highlight-box strong {
    display: block;
    margin-bottom: 5px;
}

.awakening-highlight-box span {
    display: block;
    opacity: 0.82;
    line-height: 1.45;
}

.awakening-summary-example {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin: 14px 0 24px;
}

.awakening-summary-example div {
    display: grid;
    gap: 5px;
}

.awakening-summary-example small {
    opacity: 0.65;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.awakening-summary-example span {
    display: inline-flex;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

@media (max-width: 680px) {
    .awakening-summary-example {
        grid-template-columns: 1fr;
    }

    .awakening-summary-example > strong {
        display: none;
    }
}

/* =========================================================
   Gear Score Guide Additions
   Paste into style.css
   ========================================================= */

.gear-score-tooltip-example {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    margin: 14px 0 24px;
    border: 1px solid rgba(255, 214, 120, 0.28);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 214, 120, 0.12), rgba(255, 255, 255, 0.04));
}

.gear-score-tooltip-example span {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.78;
}

.gear-score-tooltip-example strong {
    font-size: 28px;
    line-height: 1;
}

.gear-score-tooltip-example small {
    opacity: 0.82;
    line-height: 1.5;
}

.gear-score-info-grid,
.gear-score-slot-grid,
.gear-score-formula-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
    margin: 14px 0 24px;
}

.gear-score-info-card,
.gear-score-slot-card,
.gear-score-formula-card {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
}

.gear-score-info-card h6,
.gear-score-formula-card h6 {
    margin: 0 0 8px;
    font-size: 15px;
}

.gear-score-info-card p,
.gear-score-formula-card p {
    margin: 0;
    line-height: 1.55;
}

.gear-score-info-card small,
.gear-score-formula-card small,
.gear-score-slot-card small {
    display: block;
    margin-top: 8px;
    line-height: 1.45;
    opacity: 0.75;
}

.gear-score-slot-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gear-score-slot-card span {
    font-size: 24px;
}

.gear-score-slot-card strong {
    font-size: 16px;
}

.gear-score-formula-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
    margin: 14px 0 18px;
    border: 1px solid rgba(54, 209, 147, 0.28);
    border-radius: 16px;
    background: rgba(54, 209, 147, 0.08);
}

.gear-score-formula-box strong {
    font-size: 18px;
}

.gear-score-formula-box span {
    font-family: monospace;
    opacity: 0.92;
}

.gear-score-calculator {
    margin: 16px 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

.gear-score-calc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.045);
}

.gear-score-calc-header h6 {
    margin: 0 0 4px;
    font-size: 16px;
}

.gear-score-calc-header p {
    margin: 0;
    opacity: 0.74;
    line-height: 1.45;
}

.gear-score-reset {
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    cursor: pointer;
}

.gear-score-reset:hover {
    background: rgba(255, 255, 255, 0.10);
}

.gear-score-calc-scroll {
    overflow-x: auto;
}

.gear-score-calc-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.gear-score-calc-table th,
.gear-score-calc-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: middle;
}

.gear-score-calc-table th {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.72;
    background: rgba(255, 255, 255, 0.03);
}

.gear-score-calc-table td strong {
    display: block;
    margin-bottom: 3px;
}

.gear-score-calc-table td small {
    display: block;
    opacity: 0.62;
}

.gear-score-calc-table input {
    width: 100%;
    max-width: 120px;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.24);
    color: inherit;
    outline: none;
}

.gear-score-calc-table input:focus {
    border-color: rgba(54, 209, 147, 0.55);
}

.gear-score-calc-table input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.gs-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    opacity: 0.55;
}

.gs-row-total {
    font-weight: 800;
    white-space: nowrap;
}

.gear-score-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.gear-score-results div {
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
}

.gear-score-results div:last-child {
    border-right: 0;
}

.gear-score-results span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.7;
}

.gear-score-results strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.gear-score-results .gear-score-final {
    background: rgba(54, 209, 147, 0.10);
}

.gear-score-results .gear-score-final strong {
    font-size: 30px;
}

@media (max-width: 900px) {
    .gear-score-results {
        grid-template-columns: repeat(2, 1fr);
    }

    .gear-score-results div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 560px) {
    .gear-score-calc-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .gear-score-reset {
        width: 100%;
    }

    .gear-score-results {
        grid-template-columns: 1fr;
    }

    .gear-score-results div {
        border-right: 0;
    }
}

/* Gear Score guide width + calculator fit fix */
.row > .col-4-sm.col-4-md.col-8-lg.col-8-xl:has(#gearScoreCalculator) {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    flex: 0 0 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.guides-page:has(#gearScoreCalculator) {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.guides-page:has(#gearScoreCalculator) .guides-layout {
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
}

.guides-page:has(#gearScoreCalculator) .guides-content,
.guides-page:has(#gearScoreCalculator) .guide-article,
.guides-page:has(#gearScoreCalculator) .guide-panel {
    min-width: 0;
}

.gear-score-calc-table {
    min-width: 720px;
}

.gear-score-calc-table th,
.gear-score-calc-table td {
    padding-left: 12px;
    padding-right: 12px;
}

.gear-score-calc-table input {
    max-width: 132px;
}

.gear-score-calc-table th:last-child,
.gear-score-calc-table td:last-child {
    width: 96px;
    text-align: right;
}

@media (max-width: 900px) {
    .guides-page:has(#gearScoreCalculator) .guides-layout {
        grid-template-columns: 1fr;
    }

    .gear-score-calc-table {
        min-width: 680px;
    }
}

/* Gear Score calculator compact fit fix */
.guides-page:has(#gearScoreCalculator) .guides-layout {
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
    gap: 18px;
}

.gear-score-calc-scroll {
    overflow-x: visible;
}

.gear-score-calc-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}

.gear-score-calc-table th,
.gear-score-calc-table td {
    padding: 9px 8px;
}

.gear-score-calc-table th {
    font-size: 10px;
    letter-spacing: 0.035em;
}

.gear-score-calc-table th:nth-child(1),
.gear-score-calc-table td:nth-child(1) {
    width: 28%;
}

.gear-score-calc-table th:nth-child(2),
.gear-score-calc-table td:nth-child(2),
.gear-score-calc-table th:nth-child(3),
.gear-score-calc-table td:nth-child(3),
.gear-score-calc-table th:nth-child(4),
.gear-score-calc-table td:nth-child(4) {
    width: 18%;
}

.gear-score-calc-table th:nth-child(5),
.gear-score-calc-table td:nth-child(5) {
    width: 18%;
    text-align: right;
}

.gear-score-calc-table td strong {
    font-size: 13px;
    margin-bottom: 1px;
}

.gear-score-calc-table td small {
    font-size: 11px;
    line-height: 1.2;
}

.gear-score-calc-table input {
    width: 76px;
    max-width: 100%;
    height: 34px;
    padding: 6px 8px;
    border-radius: 9px;
    font-size: 13px;
}

.gs-row-total {
    font-size: 13px;
}

.gs-disabled {
    min-width: 30px;
    font-size: 13px;
}

.gear-score-results div {
    padding: 13px 12px;
}

.gear-score-results strong {
    font-size: 20px;
}

.gear-score-results .gear-score-final strong {
    font-size: 24px;
}

@media (max-width: 760px) {
    .gear-score-calc-scroll {
        overflow-x: auto;
    }

    .gear-score-calc-table {
        min-width: 620px;
    }
}

