@font-face {
  src: url("../fonts/beaufortforlol-medium.otf");
  font-family: "Beaufort";
  font-weight: 500;
}

@font-face {
  src: url("../fonts/beaufortforlol-bold.otf");
  font-family: "Beaufort";
  font-weight: 700;
}

@font-face {
  src: url("../fonts/Roboto-Regular.ttf");
  font-family: "Roboto";
  font-weight: 300;
}

@font-face {
  src: url("../fonts/Roboto-Medium.ttf");
  font-family: "Roboto";
  font-weight: 500;
}


body {
  margin: 0;
  font-family: "Beaufort";
  font-weight: 500;
  background-color: #111;
  color: #f7cf41;
}

.background {
  background-image: url("../images/background.png");
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #111;
  min-width: 1240px;

  min-height: 100vh;
}


.container {
  width: 1240px;
  margin: 0 auto;
  padding-top: 28px;
}

.header {
  z-index: 1000;
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
  background-image: url("../images/nav-background.png");
}

.logo {
  width: 130px;
  height: 85px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 72px auto;
  background-position: center 65%;
}

.nav {
  display: flex;
  align-items: center;
  height: 85px;
  padding-top: 0;
}

.nav__item {
  display: flex;
  align-items: center;
  height: 85px;
  margin-right: 35px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.nav__item--active {
  color: #f7cf41;
  padding-bottom: 0;
  border-bottom: 2px solid #f7cf41;
}

.login {
  background-image: url("../images/login-background.png");
  color: #54200e;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: auto;
  padding: 30px 15px 30px 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.main {
  padding: 138px 134px 150px 134px;
}

/* Home page only: allow a bigger central logo without increasing the overall hero height */
.main--home {
  /* total height stays the same as before (138 + 200 + 150 = 488) */
  padding: 98px 134px 110px 134px;
}

.main__background {
  /* Support both filenames: user can drop in main.prg (their logo), main.png is a safe fallback */
  background-image: url("../images/main.prg"), url("../images/main.png");
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.start {
  display: flex;
}

.start__button {
  position: relative;
  background-image: url("../images/start-background.png");
  color: #54200e;
  padding: 55px 38px;
  text-align: center;
  text-decoration: none;
}

.start__button--has-mini {
  position: relative;
}

.start__button--has-mini .start__button-caption,
.start__button--has-mini .start__button-desc,
.start__button--has-mini .start__button-mini {
  position: relative;
  z-index: 2;
}

.start__button--has-mini .start__button-mini {
  margin-top: 14px;
}

.start__button-caption {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.start__button-desc {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 8px;
  letter-spacing: 0.24em;
}

.start__button-mini {
  margin-top: 14px;
}

.start__mini-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #54200e;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.start__mini-link:hover {
  background: rgba(255, 255, 255, 0.48);
}

.info {
  display: flex;
  flex: 1;
  margin-left: 3px;
  background-image: url("../images/info-background.png");
}

.info__box {
  display: flex;
  align-items: center;
  padding-right: 55px;
  border-right: 1px solid #616060;
  text-decoration: none;
  box-sizing: border-box;
}

.info__box:last-child {
  border-right: none;
}

.info__icon {
  width: 108px;
  height: 115px;
  display: inline-block;
  margin-top: 0;
  margin-left: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.info__text {
  display: flex;
  align-items: center;
  vertical-align: top;
  margin-top: 0;
  height: auto;
  padding: 0;
  color: #fff;
  margin-left: 10px;
}

.info__caption {
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.info__desc {
  font-family: "Roboto";
  font-size: 14px;
  margin-top: 4px;
  font-weight: 100;
  color: #f0eae7;
}

.status {
  width: 185px;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.status__rate {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  line-height: 1.15;
  z-index: 2;
}

.status__chronicle {
  font-family: "Roboto";
  color: #f0eae7;
  font-size: 14px;
  text-align: center;
  z-index: 2;
}

.slider {
  background: gray;
  padding: 50px 40px;
  overflow: hidden;
}

.slider__items {
  transition: all, .25s;
  display: flex;
  flex-wrap: wrap;
}

.slider__item {}

.slider__caption {
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
}

.slider__caption span {
  color: #ffd200;
}

.slider__desc {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 100;
  color: #cecece;
  margin-top: 12px;
  line-height: 24px;
}

.slider__link {
  background-image: url("../images/button.png");
  background-repeat: no-repeat;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #54200e;
  margin-top: 22px;
  padding: 14px 24px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.slider__nav {
  display: inline-flex;
  margin-top: 35px;
  margin-left: 42px;
}

.slider__prev {
  background-image: url("../images/slider-prev.png");
  width: 14px;
  height: 25px;
  cursor: pointer;
}

.slider__next {
  background-image: url("../images/slider-next.png");
  width: 14px;
  height: 25px;
  cursor: pointer;
}

.slider__dots {
  display: flex;
  margin-left: 18px;
  margin-top: 7px;
}

.slider__dot {
  width: 10px;
  height: 10px;
  background: #383638;
  border-radius: 50%;
  margin-right: 18px;
  cursor: pointer;
}

.slider__dot--active {
  background: #fdc268;
}

.news {
  margin-top: 8px;
  padding-bottom: 55px;
  border-bottom: 1px solid #1e1e1e;
}

.news__posts {
  width: 930px;
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
}

.news__post {
  padding-bottom: 35px;
  width: 308px;
  margin-right: 3px;
  /* Prevent the background image from tiling ("double" image effect) */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 308px 414px;
}

.news__post:last-of-type {
  margin-right: 0px;
}

.news__date {
  background-image: url("../images/news-date.png");
  width: 72px;
  height: 74px;
  margin-left: 25px;
  margin-top: 22px;
}

.news__date-day {
  color: #ffd200;
  padding-top: 16px;
  text-align: center;
  font-size: 20px;
}

.news__date-month {
  font-family: "Roboto";
  font-size: 10px;
  line-height: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.news__content {
  padding: 0px 40px;
  margin-top: 100px;
}

.news__caption {
  font-size: 26px;
  color: #fff;
}

.news__desc {
  font-family: "Roboto";
  color: #999999;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 24px;
}

.news__link {
  font-family: "Roboto";
  font-size: 16px;
  color: #c0c0c0;
}

.news__all {
  background-image: url("../images/news-all-button-background.png");
  width: 100%;
  margin-top: 3px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 0px;
  letter-spacing: 0.1em;
  color: #8a8a8a;
}

.discussion {
  background-image: url("../images/discussion-background.png");
  display: inline-block;
  width: 306px;
  padding-bottom: 36px;
}

.discussion__header {
  width: 306px;
  border-bottom: 1px solid #302e2e;
}

.discussion__icon {
  background-image: url("../images/info-icon.png");
  width: 90px;
  height: 88px;
  background-size: 100%;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: -12px;
  display: inline-block;
}

.discussion__text {
  display: inline-block;
  vertical-align: top;
}

.discussion__caption {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
}

.discussion__desc {
  font-family: "Roboto";
  font-size: 12px;
  margin-top: 4px;
  margin-left: 2px;
  color: #999999;
}

.discussion__container {
  font-family: "Roboto";
  padding: 0px 40px 4px 40px;
  margin-top: 30px;
  font-weight: 100;
}

.discussion__topic {
  font-size: 15px;
  color: #c2c2c2;
  display: block;
  text-decoration: none;
  line-height: 20px;
}

.discussion__date {
  font-size: 13px;
  color: #7c7c7c;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}

.discussion__author {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  font-size: 13px;
  color: #e8b422;
  text-decoration: none;
}

.footer-background {
  background-image: url("../images/footer-background.png");
  background-position-y: 110%;
  background-position-x: 50%;
  background-color: #111;
  border-top: 1px solid #1e1e1e;
  min-width: 1240px;
}

.footer {
  font-family: "Roboto";
  padding-top: 12px;
  padding-bottom: 26px;
}

.footer__info {
  width: 400px;
  display: inline-block;
  margin-right: 30px;
}

.footer__logo {
  background-image: url("../images/footer-logo.png");
  width: 155px;
  height: 45px;
}

.footer__copyright {
  font-size: 10px;
  color: #474646;
  margin-top: 10px;
  line-height: 16px;
}

.footer__section {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
  margin-top: 6px;
}

.footer__link {
  display: block;
  color: #58534b;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer__socials-items {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 4px;
}

.footer__social-item {
  display: inline-block;
  font-size: 24px;
  margin-left: 5px;
  color: #443d37;
}

/**/

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #29d;
  box-shadow: 0 0 3px #29d;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f7cf41;
  border: none;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  line-height: 100px;
  display: none;
}

.round-progress {
  fill: none;
  stroke: #ffb515;
  stroke-width: 4;
  stroke-dasharray: 1000;
}

.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transform: rotate(-90deg);
}

/* ------------------------------
   L2INFERNUS additions (safe)
--------------------------------- */

/* Keep the gold (reward) info box within the original footprint */
.info__box--reward .info__text {
  max-width: 240px;
}

.info__box--reward .info__desc {
  font-size: 13px;
  line-height: 16px;
}

.footer__logo {
  background-image: none !important;
  width: 155px !important;
  height: 45px !important;
  display: flex;
  align-items: center;
}

.footer__logo-text {
  font-family: "Arial Black", "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #777777;
  line-height: 1;
}

/* Generic page */
.page-title {
  color: #ffffff;
  font-size: 36px;
  margin: 0 0 16px 0;
}

.page-intro {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
  max-width: 900px;
}

.content-section {
  margin: 26px 0;
}

.content-section h2 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 12px 0;
}

.bullet-list {
  color: #d8d8d8;
  margin: 10px 0 0 18px;
}

.note {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  border-radius: 10px;
  color: #d8d8d8;
  margin: 16px 0 22px 0;
}

/* Tables (used only where it helps) */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.info-table th,
.info-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #d9d9d9;
  vertical-align: top;
}

.info-table thead th {
  color: #ffffff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.35);
}

.info-table tr:last-child td,
.info-table tr:last-child th {
  border-bottom: none;
}

.tier-block {
  margin-top: 14px;
}

.tier-block__title {
  color: #ffffff;
  font-weight: 700;
  margin: 14px 0 8px 0;
}


/* Donations tables alignment */
.donate-section .info-table {
  table-layout: fixed;
}

.donate-section .info-table th,
.donate-section .info-table td {
  text-align: center;
}

.donate-section .info-table th:first-child,
.donate-section .info-table td:first-child {
  text-align: left;
  width: 40%;
}

.donate-section .info-table th:nth-child(2),
.donate-section .info-table td:nth-child(2) {
  width: 15%;
  white-space: nowrap;
}

.donate-section .info-table th:nth-child(3),
.donate-section .info-table td:nth-child(3) {
  width: 25%;
  white-space: nowrap;
}

.donate-section .info-table th:nth-child(4),
.donate-section .info-table td:nth-child(4) {
  width: 20%;
  white-space: nowrap;
}

/* Downloads */
.downloads {
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 18px;
}

.downloads h2 {
  margin: 0 0 10px 0;
  color: #ffffff;
}

.downloads p {
  margin: 0 0 14px 0;
  color: #d8d8d8;
  line-height: 26px;
}

.downloads__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.downloads__button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
}

.downloads__button:hover {
  background: rgba(0, 0, 0, 0.55);
}

.downloads__button--secondary {
  border-style: dashed;
}

.downloads__note {
  margin-top: 12px;
  color: #cfcfcf;
  font-size: 14px;
}

/* Epic downloads layout (Start Game page) */
.downloads--epic {
  padding: 24px 24px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.downloads__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.downloads-step {
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.downloads-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #54200e;
  background-image: url("../images/start-background.png");
  background-size: cover;
  background-position: center;
}

.downloads-step__text strong {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.downloads-step__text span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #d8d8d8;
}

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

.download-card {
  position: relative;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  overflow: hidden;
}

.download-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: rgba(236, 196, 97, 0.65);
}

.download-card__label {
  display: inline-block;
  font-family: "Roboto";
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e6c26b;
  margin-bottom: 8px;
}

.download-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}

.download-card__desc {
  margin: 8px 0 0 0;
  color: #d8d8d8;
  line-height: 24px;
}

.download-card__btn {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  background-image: url("../images/start-background.png");
  background-size: cover;
  background-position: center;
  color: #54200e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.download-card__btn:hover {
  filter: brightness(1.02);
}

.download-card__btn--dark {
  background-image: none;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.download-card__btn--dark:hover {
  background: rgba(0, 0, 0, 0.62);
  filter: none;
}

.download-card__meta {
  margin-top: 10px;
  font-size: 12px;
  color: #cfcfcf;
  opacity: 0.95;
}

@media (max-width: 980px) {
  .downloads__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .downloads__grid {
    grid-template-columns: 1fr;
  }

  .downloads-step {
    min-width: 100%;
  }
}

/* Start Game hero: one full-width gold box */
.start--hero {
  display: block;
}

.start__button--hero {
  width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.start__button-sub {
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.9;
}

@media (max-width: 820px) {
  .start__button--hero {
    min-height: 200px;
  }
}

/* About page: epic, symmetric grids (no tables) */
.epic-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(209, 169, 83, 0.65), rgba(255, 255, 255, 0));
  margin: 18px 0;
}

.epic-divider--small {
  margin: 14px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.feature-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
}

.feature-card__label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cfcfcf;
}

.feature-card__value {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  line-height: 24px;
}

.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.tier-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.tier-card__title {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin: 2px 0 10px 0;
  font-size: 16px;
}

.tier-table {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.tier-table__head {
  padding: 10px 10px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tier-table__cell {
  padding: 10px 10px;
  color: #d9d9d9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tier-table__tier {
  color: #ffffff;
  font-weight: 800;
}

.tier-table__cell:nth-last-child(-n+2) {
  border-bottom: none;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.epic-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  color: #d8d8d8;
}

.epic-card h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 18px;
}

.bullet-list--columns {
  columns: 2;
  column-gap: 30px;
}

.vip-grid {
  margin-top: 12px;
}

.vip-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
}

.vip-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 0;
}

.vip-card__note {
  margin-top: 12px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiers-grid {
    grid-template-columns: 1fr;
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .bullet-list--columns {
    columns: 1;
  }
}

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

  .tier-table {
    grid-template-columns: 110px 1fr;
  }
}

/* Reward lines inside the gold info box */
.reward__line {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  opacity: 0.95;
}

/* Forum layout */
.forum-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  margin-top: 18px;
}

@media (max-width: 960px) {
  .forum-layout {
    grid-template-columns: 1fr;
  }
}

.forum-sidebar {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.forum-sidebar__title {
  color: #ffffff;
  font-weight: 700;
  margin: 6px 0 10px 0;
}

.forum-sidebar__link {
  display: block;
  color: #d8d8d8;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.forum-sidebar__link:hover {
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.35);
}

.forum-content .forum-section {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
}

.forum-content h2 {
  color: #ffffff;
  margin: 0 0 12px 0;
}

.forum-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1100px) {
  .forum-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .forum-cards {
    grid-template-columns: 1fr;
  }
}

.forum-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.forum-card__title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.forum-card__meta {
  color: #cfcfcf;
  font-size: 12px;
  margin-bottom: 8px;
}

.forum-card__excerpt {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.forum-card__link {
  color: #ffffff;
  text-decoration: underline;
}

.forum-article,
.forum-topic {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  margin-top: 16px;
}

.forum-article__title,
.forum-topic__title {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 6px 0;
}

.forum-article__meta,
.forum-topic__meta {
  color: #cfcfcf;
  font-size: 12px;
  margin-bottom: 12px;
}

.forum-article p {
  color: #d8d8d8;
  line-height: 26px;
}

.forum-article__block {
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.forum-article__block-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.forum-article__list {
  margin: 0 0 0 18px;
  color: #d8d8d8;
}

.forum-back {
  display: inline-block;
  margin-top: 12px;
  color: #ffffff;
  text-decoration: underline;
}

.forum-qa {
  margin: 10px 0;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.forum-qa__q {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
}

.forum-qa__a {
  color: #d8d8d8;
  line-height: 24px;
}

/* Auth & donation */
.auth-form {
  margin-top: 18px;
  max-width: 420px;
}

.auth-form input,
.auth-form textarea,
.auth-form select {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
}

.auth-form button {
  width: 100%;
  margin-top: 8px;
}

.form-message {
  display: none;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: #d8d8d8;
}

.form-message.is-visible {
  display: block;
}

.form-message.is-error {
  border-color: rgba(255, 90, 90, 0.6);
}

.form-message.is-success {
  border-color: rgba(120, 255, 160, 0.5);
}

.auth-links {
  margin-top: 14px;
}

.auth-links a {
  color: #ffffff;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

.btn--secondary {
  border-style: dashed;
}

.donate-panel {
  margin-top: 26px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
}

.donate-panel__actions {
  display: flex;
  gap: 10px;
  margin: 10px 0 16px 0;
}

.auth-status {
  color: #d8d8d8;
  margin: 8px 0 10px 0;
}

.donation-form label {
  display: block;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 700;
}

.donation-result {
  margin-top: 14px;
}

.donation-summary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  padding: 14px;
  color: #d8d8d8;
}

.donation-summary__title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.donation-summary__line {
  margin: 6px 0;
}

.donation-summary__next {
  margin-top: 10px;
  color: #ffffff;
}

.donation-summary__buttons {
  margin-top: 12px;
}

/* Payment methods */
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  user-select: none;
}

.payment-method input {
  cursor: pointer;
}

.payment-details {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
  color: #d8d8d8;
}

.payment-details__title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.payment-details__line {
  margin: 6px 0;
}

.payment-details__note {
  margin-top: 8px;
  color: #ffffff;
}

.donation-summary__payment {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
}

.donation-summary__payment-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.donation-summary__payment-line {
  margin: 6px 0;
}

.donation-summary__payment-note {
  margin-top: 8px;
  color: #ffffff;
}


/* Compact spacing for simple pages (auth, start-game) */
.main--compact {
  padding: 70px 134px 90px 134px;
}

/* Donate panel enhancements */
.package-preview__title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.package-preview__line {
  margin: 6px 0;
}

.package-preview__bonus {
  color: #ffffff;
}

.order-id {
  margin-top: 8px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.14);
}

.order-id__row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.order-id__input {
  flex: 1 1 auto;
  min-width: 150px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
}

.order-id__hint {
  margin-top: 8px;
  color: #ffffff;
}


/* Social SVG icon sizing (e.g., TikTok) */
.footer__social-item svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -4px;
  fill: currentColor;
}

/* ------------------------------
   Stream section (front-end only)
--------------------------------- */
.stream {
  margin-top: 40px;
  background-image: url("../images/discussion-background.png");
  padding: 38px 40px 42px 40px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}

.stream__header {
  max-width: 920px;
  margin: 0 auto 26px auto;
  text-align: center;
}

.stream__title {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.08em;
}

.stream__desc {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 100;
  color: #cfcfcf;
  margin-top: 10px;
  line-height: 24px;
}

.stream__grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.stream__card {
  width: 376px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.stream__card-head {
  padding: 14px 16px 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.stream__card-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.06em;
}

.stream__embed {
  padding: 0;
  background: #000;
}

.stream__iframe {
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
}

.stream__video {
  width: 100%;
  height: 560px;
}

.stream__fallback {
  display: block;
  padding: 18px 16px;
  font-family: "Roboto";
  font-size: 14px;
  color: #ffd200;
  text-decoration: none;
}

.stream__fallback:hover {
  text-decoration: underline;
}

.stream__card-desc {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 100;
  color: #cfcfcf;
  padding: 12px 16px 16px 16px;
  line-height: 22px;
}

.stream__footer {
  text-align: center;
  margin-top: 18px;
}

.stream__follow {
  display: inline-block;
  margin: 0 10px;
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8b422;
  text-decoration: none;
}

.stream__follow:hover {
  text-decoration: underline;
}

.footer__social-item svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}


/* ------------------------------
   Grand Opening banner (home)
--------------------------------- */
.opening {
  margin: 22px 0 10px;
}

.opening__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(247, 207, 65, 0.18);
}

.opening__left {
  min-width: 0;
}

.opening__title {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.opening__date {
  margin-top: 4px;
  font-size: 16px;
  color: #f7cf41;
}

.opening__times {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.opening__time {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.opening__time-label {
  color: #f7cf41;
}

.opening__time-desc {
  opacity: 0.9;
}

.opening__right {
  min-width: 260px;
  text-align: center;
}

.opening__countdown-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.85;
}

.opening__countdown {
  margin-top: 6px;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.opening__countdown-sub {
  margin-top: 4px;
  font-size: 13px;
  color: #f7cf41;
  opacity: 0.9;
}

.opening__countdown--live {
  color: #22c55e;
}

/* Grand Opening: logo in the middle */
.opening__card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 18px;
}

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

.opening__logo {
  display: block;
  max-height: 80px;
  /* lower this if it increases bar height */
  width: auto;
}

@media (max-width: 700px) {
  .opening__logo {
    max-height: 44px;
  }
}