/* Extracted from views/home.phtml for browser caching */

.homeNewsRewards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 0;
}

.homeNewsRewards .newsBlock,
.homeNewsRewards .weeklyCardsWrap {
  width: 100%;
  min-width: 0;
}

.newsBlock {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 24px;
  border-radius: 30px;
  border: 1px solid rgba(145, 35, 35, 0.46);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 70, 50, 0.10) 0%, transparent 28%),
    radial-gradient(circle at 82% 88%, rgba(120, 0, 0, 0.18) 0%, transparent 34%),
    linear-gradient(145deg, rgba(28, 4, 8, 0.96) 0%, rgba(11, 8, 14, 0.96) 58%, rgba(8, 5, 7, 0.98) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(45, 5, 5, 0.92),
    inset 0 0 0 10px rgba(14, 2, 2, 0.95),
    inset 0 0 32px 8px rgba(110, 10, 10, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.28);
}

.newsBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 24%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 8px
    );
  opacity: 0.48;
  pointer-events: none;
}

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

.newsBlock .h2-title {
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(135, 28, 28, 0.48);
}

.newsBlock .h2-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  color: #ffb06f;
  font-size: 20px;
  font-family: "Philosopher", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsBlock .h2-title span::before {
  content: "";
  position: static;
  width: 12px;
  height: 12px;
  margin-top: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd1a4 0%, #ff8a3d 42%, #6d0e0e 100%);
  box-shadow: 0 0 12px rgba(255, 102, 51, 0.65);
  filter: none;
}

.newsBlock .h2-title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(168, 52, 30, 0.42);
  background: rgba(25, 7, 8, 0.72);
  color: #c59b8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.newsBlock .h2-title a:hover {
  color: #fff0de;
  border-color: rgba(244, 141, 84, 0.54);
  box-shadow: 0 0 18px rgba(120, 10, 10, 0.22);
}

.newsFeed {
  display: grid;
  gap: 12px;
}

.newsLink {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(131, 28, 28, 0.42);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(30, 6, 10, 0.94) 0%, rgba(12, 8, 12, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 120, 80, 0.04),
    0 10px 20px rgba(0, 0, 0, 0.18);
}

.newsLink::after {
  display: none;
}

.newsLink-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 16px;
  border: 1px solid rgba(173, 63, 36, 0.52);
  background:
    linear-gradient(180deg, rgba(88, 10, 10, 0.88) 0%, rgba(40, 6, 10, 0.94) 100%);
  box-shadow:
    inset 0 0 16px rgba(255, 98, 60, 0.08),
    0 0 18px rgba(90, 0, 0, 0.16);
}

.newsLink-badge strong {
  color: #ffd1a4;
  font-family: "Cinzel", serif;
  font-size: 18px;
  line-height: 1;
}

.newsLink-badge span {
  margin-top: 6px;
  color: #ff8e67;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.newsLink-info {
  min-width: 0;
}

.newsLink-info a {
  display: block;
  width: auto;
  margin-bottom: 6px;
  color: #f7e6cc;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsLink-info span {
  display: inline-block;
  color: #b98d7a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.newsLink-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(169, 57, 35, 0.44);
  background: rgba(23, 9, 10, 0.84);
  color: #ff9f64;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.newsLink-more span {
  opacity: 1;
}

.newsLink-more::after {
  display: none;
}

.newsLink:hover {
  border-color: rgba(214, 87, 55, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(255, 120, 80, 0.08),
    0 14px 26px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.newsLink:hover .newsLink-info a,
.newsLink:hover .newsLink-more {
  color: #fff3e1;
  text-decoration: none;
}

.mainHomeBlock > .serverInfoCard {
  height: auto !important;
  min-height: 0;
  align-self: flex-start;
}

.serverInfoCard {
  overflow: visible;
  display: block;
}

.serverInfoCard .blockHome {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 18px;
  border-radius: 30px;
  border: 1px solid rgba(145, 35, 35, 0.46);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 119, 67, 0.14) 0%, transparent 18%),
    radial-gradient(circle at 92% 100%, rgba(120, 10, 20, 0.14) 0%, transparent 28%),
    linear-gradient(155deg, rgba(29, 5, 10, 0.98) 0%, rgba(15, 8, 17, 0.98) 56%, rgba(10, 6, 9, 0.99) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(45, 5, 5, 0.92),
    inset 0 0 0 10px rgba(14, 2, 2, 0.95),
    inset 0 0 28px 8px rgba(110, 10, 10, 0.1),
    0 18px 38px rgba(0, 0, 0, 0.28);
}

.serverInfoCard .blockHome::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0) 22%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 36px
    );
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: 0 0, 0 118px;
  opacity: 0.34;
  pointer-events: none;
}

.serverInfoCard .blockHome::after {
  display: none;
}

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

.serverInfoCard .h2-title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(135, 28, 28, 0.48);
}

.serverInfoCard .h2-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  color: #ffb06f;
  font-size: 17px;
  font-family: "Philosopher", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.serverInfoCard .h2-title span::before {
  content: "";
  position: static;
  width: 12px;
  height: 12px;
  margin-top: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd1a4 0%, #ff8a3d 42%, #6d0e0e 100%);
  box-shadow: 0 0 12px rgba(255, 102, 51, 0.65);
}

.serverInfoCard .grid-6,
.serverInfoCard .box-panel,
.serverInfoCard .list-i {
  width: 100%;
}

.serverInfoCard .list-i {
  height: auto;
  display: block;
  margin: 0;
  line-height: normal;
}

.serverInfoCard .box-panel {
  margin-top: 0 !important;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.serverInfoCard .serverInfoCanvas {
  position: relative;
  padding: 0;
}

.serverInfoCard .serverInfoList {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.serverInfoCard .serverInfoList li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  padding: 8px 0;
  color: #f7e6cc;
  line-height: 1.2;
  border-bottom: 1px solid rgba(147, 32, 32, 0.22);
}

.serverInfoCard .serverInfoList li:first-child {
  padding-top: 0;
}

.serverInfoCard .serverInfoList li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.serverInfoCard .serverInfoLabel {
  margin: 0;
  min-width: 0;
  font-weight: 700;
}

.serverInfoCard .serverInfoValue {
  text-align: right;
  color: #ffd7ad;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  justify-self: end;
  text-shadow: 0 0 12px rgba(255, 180, 110, 0.08);
}

.serverInfoCard .serverInfoValue--online {
  color: #2bff62;
  text-shadow: 0 0 14px rgba(43, 255, 98, 0.22);
}

.serverInfoCard .serverInfoValue--accent {
  color: #f2c56f;
}

.serverInfoCard .serverInfoValue--status,
.serverInfoCard .serverInfoValue--status * {
  color: #ffcf9b !important;
  font-weight: 700;
}

.serverInfoCard .serverInfoValue--status .status-offline,
.serverInfoCard .serverInfoValue--status .offline,
.serverInfoCard .serverInfoValue--status .text-danger {
  color: #ff7272 !important;
}

.serverInfoCard .info-server {
  color: #cf9a82;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 11px;
  width: auto;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}

.serverInfoCard .serverInfoList li:hover {
  background: linear-gradient(90deg, rgba(255, 92, 56, 0.02) 0%, rgba(255, 92, 56, 0) 100%);
}

.serverInfoCard .all-button {
  margin-top: 12px;
  padding-top: 10px;
  text-align: center;
  clear: both;
  border-top: 1px solid rgba(135, 28, 28, 0.28);
  position: relative;
  z-index: 2;
}

.serverInfoCard .serverInfoButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 36px;
  padding: 9px 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid rgba(169, 57, 35, 0.42);
  background: linear-gradient(180deg, rgba(37, 12, 13, 0.9) 0%, rgba(24, 8, 11, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 120, 80, 0.03),
    0 8px 22px rgba(0, 0, 0, 0.18);
  color: #ffb06f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
}

.serverInfoCard .serverInfoButton:hover {
  color: #fff3e1;
  border-color: rgba(244, 141, 84, 0.54);
  box-shadow: 0 0 18px rgba(120, 10, 10, 0.22);
}

.weeklyCardsWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  position: relative;
  min-height: 0;
  height: auto;
  padding-right: 0;
}

.weeklyCardsScene {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 250px;
  perspective: 1000px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  transform: translateX(128px) scale(0.48);
  transform-origin: top center;
  margin-top: 0;
  margin-bottom: -20px;
}

.weeklyRankingTitleInside {
  position: absolute;
  top: 34px;
  left: -210px;
  z-index: 30;
  width: 520px;
  text-align: left;
  pointer-events: none;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.weeklyRankingTitleInside .wr-main {
  color: #FFD700 !important;
  text-shadow:
    0 0 12px rgba(255, 215, 0, 0.6),
    0 0 24px rgba(255, 180, 0, 0.3);
}

.weeklyRankingTitleInside .wr-week {
  margin-left: 8px;
  color: #C0C0C0 !important;
  text-shadow:
    0 0 10px rgba(192, 192, 192, 0.5),
    0 0 20px rgba(150, 150, 150, 0.2);
}

.weeklyCardHeading {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  pointer-events: none;
  text-transform: uppercase;
}

.weeklyCardHeading .wr-main {
  color: #FFD700 !important;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-shadow:
    0 0 12px rgba(255, 215, 0, 0.6),
    0 0 24px rgba(255, 180, 0, 0.24);
}

.weeklyCardHeading .wr-week {
  color: #C0C0C0 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-shadow:
    0 0 10px rgba(192, 192, 192, 0.5),
    0 0 20px rgba(150, 150, 150, 0.16);
}

.weeklyCard {
  border-radius: 26px;
  position: relative;
  width: 620px;
  padding: 88px 48px 48px;
  background:
    linear-gradient(
      145deg,
      rgba(120, 0, 0, 0.42) 0%,
      rgba(32, 0, 0, 0.88) 36%,
      rgba(5, 5, 5, 0.98) 100%
    ),
    radial-gradient(
      circle at 20% 15%,
      rgba(255, 40, 40, 0.22) 0%,
      transparent 38%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(140, 0, 0, 0.24) 0%,
      transparent 44%
    ),
    repeating-linear-gradient(
      90deg,
      #060606,
      #130000 4px,
      #060606 8px
    );
  box-shadow:
    inset 0 0 0 2px #2a0000,
    inset 0 0 0 10px #120000,
    inset 0 0 18px 6px rgba(180, 35, 20, 0.08),
    inset 0 0 44px 12px rgba(85, 0, 0, 0.28),
    0 0 12px rgba(90, 0, 0, 0.18);
  transform: scaleX(1.6);
  transform-origin: center center;
  transform-style: preserve-3d;
  animation: idle 7s ease-in-out infinite;
  isolation: isolate;
  perspective: 1200px;
  transition: 0.2s;
}

.weeklyCard:hover {
  scale: 1.04;
}

.weeklyCard.place1 {
  animation-delay: 0s;
  margin-bottom: 24px;
}

.weeklyCard.place2 {
  animation-delay: 0.4s;
}

.weeklyCard.place3 {
  animation-delay: 0.8s;
}

@keyframes idle {
  0%,
  100% {
    background:
      linear-gradient(
        145deg,
        rgba(120, 0, 0, 0.42) 0%,
        rgba(32, 0, 0, 0.88) 36%,
        rgba(5, 5, 5, 0.98) 100%
      ),
      radial-gradient(
        circle at 20% 15%,
        rgba(255, 40, 40, 0.22) 0%,
        transparent 38%
      ),
      radial-gradient(
        circle at 82% 78%,
        rgba(140, 0, 0, 0.24) 0%,
        transparent 44%
      ),
      repeating-linear-gradient(
        90deg,
        #060606,
        #130000 4px,
        #060606 8px
      );
    transform: scaleX(1.6) translateY(0) rotateZ(-4deg);
  }

  50% {
    background:
      linear-gradient(
        145deg,
        rgba(145, 0, 0, 0.46) 0%,
        rgba(40, 0, 0, 0.90) 36%,
        rgba(5, 5, 5, 1) 100%
      ),
      radial-gradient(
        circle at 22% 18%,
        rgba(255, 60, 60, 0.24) 0%,
        transparent 40%
      ),
      radial-gradient(
        circle at 80% 76%,
        rgba(170, 0, 0, 0.22) 0%,
        transparent 46%
      ),
      repeating-linear-gradient(
        90deg,
        #050505,
        #160000 4px,
        #050505 8px
      );
    transform: scaleX(1.6) translateY(-10px) rotateZ(4deg);
  }
}

.lava-trim {
  position: absolute;
  inset: -4px;
  border-radius: 10%;
  z-index: -1;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(120, 10, 10, 0) 28deg,
    #6a0f0f 70deg,
    #9a2d12 120deg,
    transparent 170deg,
    #5a0b0b 235deg,
    transparent 360deg
  );
  padding: 5px;
  filter: blur(1.4rem) brightness(0.9);
  animation: none;
  transform: rotate(-12deg);
  opacity: 0.35;
}

.rarity {
  position: absolute;
  justify-self: end;
  top: 24px;
  right: 28px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #d46a3a;
}

.subs {
  position: relative;
  justify-self: end;
  top: calc(50% - 10px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #e08a55;
  background: rgba(90, 18, 18, 0.72);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-radius: 26px;
  transition: 0.2s;
}

.header {
  position: relative;
  margin-bottom: 18px;
  padding-top: 20px;
  padding-left: 30%;
  padding-right: 10%;
  padding-bottom: 10px;
  margin-left: -5%;
  margin-right: -5%;
  border-radius: 50%;
  margin-top: 4px;
  overflow: visible;
}

.header-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  background: radial-gradient(circle, #5f0000 0%, #2a0000 55%, #140000 100%);
  box-shadow:
    0 0px 0px 12px #7c203800,
    0 9px 0px 17px #4a0000,
    0 -80px 32px 12px rgba(255, 80, 0, 0.18),
    0 -20px 3px 12px #3a0000,
    0 35px 3px 12px rgba(124, 32, 57, 0.45);
}

.title {
  display: block;
  justify-self: left;
  font-size: 18px;
  scale: 1.35;
  font-weight: 1000;
  font-style: italic;
  color: #e2c9cf;
}

.art {
  z-index: 9;
  position: relative;
  height: 90px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  mix-blend-mode: luminosity;
  background: linear-gradient(135deg, #2a000c, #06080f);
  box-shadow:
    inset 0 0 0 1.5px #761515,
    inset 0 5px 10px 12px #140923;
  border: 4px solid #eb9d1e0a;
  border-radius: 32px;
  transition: 0.1s;
}

.art:hover {
  mix-blend-mode: normal;
}

.art:hover > .subs {
  padding-right: 40px;
}

.rankChampionArt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 14px 10px 16px;
  min-width: 0;
  overflow: hidden;
}

.rankChampionAvatarWrap {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.rankChampionAvatar {
  width: 56px;
  height: 56px;
  object-fit: contain;
  padding: 6px;
  border-radius: 18px;
  border: 1px solid rgba(255, 146, 91, 0.42);
  box-shadow: 0 0 20px rgba(110, 0, 0, 0.18);
  background: rgba(18, 5, 6, 0.96);
}

.rankChampionMeta {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
}

.rankChampionName {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.weeklyCard.place1 .rankChampionName {
  color: #FFD700 !important;
  text-shadow:
    0 0 12px rgba(255, 215, 0, 0.6),
    0 0 24px rgba(255, 180, 0, 0.25);
}

.weeklyCard.place2 .rankChampionName {
  color: #C0C0C0 !important;
  text-shadow:
    0 0 10px rgba(192, 192, 192, 0.55),
    0 0 20px rgba(150, 150, 150, 0.18);
}

.weeklyCard.place3 .rankChampionName {
  color: #CD7F32 !important;
  text-shadow:
    0 0 10px rgba(205, 127, 50, 0.5),
    0 0 18px rgba(120, 70, 30, 0.2);
}

.rankChampionClass {
  display: block;
  margin-top: 4px;
  color: #d89b78;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rankChampionGuild {
  display: block;
  margin-top: 4px;
  color: #b87b6b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.title.title-player {
  position: relative;
  display: block;
  font-size: 23px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  color: #ffffff !important;
  mix-blend-mode: normal !important;
  isolation: isolate;
  filter: none !important;
}

.title.title-player.title-player--gold {
  color: #ffd700 !important;
  text-shadow:
    0 0 8px rgba(255, 215, 0, 0.28),
    0 0 16px rgba(255, 180, 0, 0.14);
}

.title.title-player.title-player--silver {
  color: #c0c0c0 !important;
  text-shadow:
    0 0 8px rgba(192, 192, 192, 0.22),
    0 0 16px rgba(160, 160, 160, 0.12);
}

.title.title-player.title-player--bronze {
  color: #cd7f32 !important;
  text-shadow:
    0 0 8px rgba(205, 127, 50, 0.22),
    0 0 16px rgba(140, 80, 30, 0.12);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transform-style: flat !important;
}

.stats div {
  background: rgba(8, 0, 0, 0.55);
  border: 1px solid #912323;
  border-radius: 15px;
  box-shadow:
    inset 0 5px 10px 12px #140923,
    inset 0 0 24px 6px #91610859;
  padding: 10px;
  width: 100%;
  text-align: center;
  opacity: 100;
  transition: ease 0.2s;
  transform-style: flat !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.stats:hover div:hover {
  mix-blend-mode: luminosity;
  filter: brightness(1);
  background: rgba(8, 0, 0, 0.55);
  border: 1px solid #912323;
  border-radius: 15px;
  padding: 10px;
  width: 300%;
  text-align: center;
}

.stats div:nth-child(1):hover {
  transform: translateX(0px);
}

.stats div:nth-child(2):hover {
  transform: translateX(-33.33%);
}

.stats div:nth-child(3):hover {
  transform: translateX(-66.66%);
}

.stats:hover div:not(:hover) {
  background: rgba(8, 0, 0, 0.55);
  border: 1px solid #912323;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
  opacity: 0;
  text-align: center;
}

.label {
  display: block;
  font-size: 17px;
  color: #ff5b5b;
}

.value {
  font-size: 36px;
  font-weight: 900;
  color: #ff9a57;
}

.energy {
  color: #ff7a4a;
}

.guildStatLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  height: 32px;
  margin: 0 auto;
  line-height: 0;
}

.guildStatLogo .svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.guildStatLogo .svg svg,
.guildStatLogo svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.lava-trim,
.particles-outside,
.footnote-bg {
  pointer-events: none;
}

.abilities {
  transform: translateZ(0px);
  display: grid;
  gap: 8px;
  perspective: 500px;
  transform-style: flat !important;
}

.ability {
  transform-style: flat !important;
  background: rgba(15, 0, 0, 0.95);
  border: 1px solid #ff161652;
  border-radius: 14px;
  padding: 10px;
  transform: translateZ(0px) rotateX(0deg) rotateZ(0deg);
  transition: 0.2s;
  z-index: 10;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ability:hover {
  z-index: 9;
  transform: translateZ(50px) rotateX(10deg) rotateZ(-5deg);
}

.abilities:hover ~ .footnote {
  opacity: 0;
}

.ability-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.passive .ability-title {
  color: #ff9a57;
  background: rgba(255, 120, 60, 0.10);
  padding: 8px;
  border-radius: 100%;
}

.active .ability-title {
  color: #bd3156;
  background: #ff005922;
  padding: 8px;
  border-radius: 100%;
}

.ability-text {
  font-size: 16px;
  line-height: 1.35;
  color: #c2b6b983;
}

.footnote {
  transition: 0.2s;
  z-index: -99;
  transform: translateY(4px);
  text-align: center;
  font-size: 8px;
  font-style: italic;
  color: #ff9c9c;
  mix-blend-mode: color-dodge;
}

.footnote-bg {
  transform: translateY(-42px);
  height: 80px;
  margin-top: -54px;
  margin-bottom: -20px;
  margin-left: -9%;
  margin-right: -9%;
  border-radius: 100%;
  box-shadow: 0 40px 3px 4px #90060680;
  mix-blend-mode: color-dodge;
}

.particles-outside {
  mix-blend-mode: color-dodge;
  position: absolute;
  inset: -160px;
  pointer-events: none;
  z-index: -2;
  filter: brightness(0.42) contrast(0.75);
  background:
    radial-gradient(circle at 12% 14%, rgba(120, 0, 0, 0.95) 2px, transparent 5px),
    radial-gradient(circle at 11% 88%, rgba(95, 10, 10, 0.85) 1.6px, transparent 3px),
    radial-gradient(circle at 25% 38%, rgba(150, 18, 18, 0.90) 1.6px, transparent 10px),
    radial-gradient(circle at 33% 47%, rgba(185, 30, 45, 0.70) 1.1px, transparent 2.2px),
    radial-gradient(circle at 43% 47%, rgba(70, 0, 0, 0.85) 1.1px, transparent 10.2px),
    radial-gradient(circle at 13% 67%, rgba(125, 8, 8, 0.80) 1.3px, transparent 9.9px),
    radial-gradient(circle at 28% 32%, rgba(110, 0, 0, 0.88) 1.9px, transparent 9.7px),
    radial-gradient(circle at 44% 71%, rgba(55, 0, 0, 0.90) 2.4px, transparent 8.1px);

  background-size:
    171px 197px,
    113px 179px,
    173px 131px;

  background-position:
    0 0,
    43px 19px,
    97px 61px;

  animation:
    particleOutFine 8s linear infinite,
    particleOutMid 14s linear infinite,
    particleOutHeavy 24s linear infinite,
    phaseWobble 15s ease-in-out infinite;
}

@keyframes particleOutFine {
  from {
    opacity: 0.32;
  }
  50% {
    opacity: 0.06;
    background-position:
      -300px -600px,
      0 0,
      0 0;
  }
  to {
    opacity: 0.32;
  }
}

@keyframes particleOutMid {
  from {
    opacity: 0.02;
  }
  50% {
    opacity: 0.10;
    background-position:
      0 0,
      500px -900px,
      0 0;
  }
  to {
    opacity: 0.02;
  }
}

@keyframes particleOutHeavy {
  from {
    opacity: 0.26;
  }
  50% {
    opacity: 0.05;
    background-position:
      0 0,
      0 0,
      -700px -300px;
  }
  to {
    opacity: 0.26;
  }
}

@keyframes phaseWobble {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0.35deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 1500px) {
  .weeklyCardsWrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 0;
    height: auto;
    padding-right: 0;
  }

  .weeklyCardsScene {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    perspective: 1000px;
    font-family:
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    transform: scale(0.42);
    transform-origin: top center;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .weeklyRankingTitleInside {
    top: 28px;
    left: -150px;
    width: 420px;
    font-size: 24px;
  }

  .weeklyCardHeading {
    top: 24px;
    left: 26px;
  }
}

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

  .newsLink-more {
    width: 100%;
  }

  .serverInfoCard .serverInfoList li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .serverInfoCard .serverInfoValue {
    text-align: left;
    justify-self: start;
  }

  .serverInfoCard .all-button {
    text-align: left;
  }

  .serverInfoCard .serverInfoButton {
    width: 100%;
  }

  .weeklyCardsWrap {
    min-height: auto;
  }

  .weeklyRankingTitleInside {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 18px 0;
    text-align: center;
  }

  .weeklyCardsScene {
    flex-direction: column;
    align-items: center;
    transform: scale(0.9);
    margin-top: 0;
    margin-bottom: 0;
  }

  .weeklyCard {
    transform: none;
    animation: none;
    width: 620px;
    max-width: 100%;
  }

  .weeklyCardHeading {
    top: 22px;
    left: 22px;
  }

  .weeklyCard.place1,
  .weeklyCard.place2,
  .weeklyCard.place3 {
    margin-bottom: 0;
  }
}

/* Additional homepage feature styles */

.homeFeatureRow {
  display: grid;
  grid-template-columns: 365px 365px 365px;
  justify-content: center;
  align-items: start;
  gap: 18px;
  margin-top: 8px;
}

.homeFeatureRow > * {
  width: 365px;
  min-width: 365px;
}

.homeFeatureRow > .serverInfoCard {
  margin: 0;
}

.homeFeatureRow > .serverInfoCard .blockHome {
  width: 365px;
  min-height: auto;
  height: auto;
  margin-right: 0 !important;
}

.homeFeatureRow > .hallOfFameElectric {
  margin-top: 44 !important;
  transform: translateY(12px);
}

.homeEventBoards {
  width: 365px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.homeEventPanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(111, 59, 24, 0.54);
  background: #070707;
  box-shadow:
    inset 0 0 0 1px rgba(255, 170, 92, 0.04),
    0 8px 18px rgba(0, 0, 0, 0.2);
}

.homeEventPanel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 10px;
  border-bottom: 1px solid #7a420f;
  background: linear-gradient(180deg, rgba(28, 18, 4, 0.96) 0%, rgba(15, 10, 3, 0.98) 100%);
  color: #e8d3a8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homeEventPanel-head::before,
.homeEventPanel-head::after {
  content: "×";
  color: #d36f1c;
  font-size: 12px;
  line-height: 1;
}

.homeEventPanel-list {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 14px;
}

.homeEventPanel-list::-webkit-scrollbar {
  width: 4px;
}

.homeEventPanel-list::-webkit-scrollbar-track {
  background: rgba(22, 13, 5, 0.8);
}

.homeEventPanel-list::-webkit-scrollbar-thumb {
  background: rgba(145, 78, 25, 0.9);
}

.homeEventPanel-list::after {
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 22px;
  margin-top: -22px;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 1) 80%);
  pointer-events: none;
  z-index: 3;
}

.homeEventRow {
  position: relative;
  padding: 12px 12px 11px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
  background: #090909;
}

.homeEventRow:first-child {
  border-top: 0;
}

.homeEventRow.is-live-events {
  background:
    radial-gradient(circle at 50% 50%, rgba(25, 104, 255, 0.42) 0%, rgba(6, 44, 126, 0.92) 48%, rgba(4, 11, 26, 0.98) 100%);
  box-shadow:
    inset 0 0 22px rgba(94, 154, 255, 0.18),
    0 0 16px rgba(22, 102, 255, 0.18);
}

.homeEventRow.is-live-invasions {
  background:
    radial-gradient(circle at 50% 50%, rgba(167, 36, 18, 0.46) 0%, rgba(111, 18, 8, 0.94) 48%, rgba(24, 6, 4, 0.98) 100%);
  box-shadow:
    inset 0 0 22px rgba(255, 132, 72, 0.12),
    0 0 16px rgba(168, 42, 20, 0.16);
}

.homeEventRow-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.homeEventRow-title {
  min-width: 0;
  color: #eee2c6;
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.homeEventRow-timeWrap {
  flex: 0 0 auto;
  text-align: right;
}

.homeEventRow-time {
  color: #f0e0c4;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.homeEventRow-state {
  margin-top: 6px;
  color: #ff8b3d;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.homeEventRow-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
}

.homeEventRow-label {
  color: rgba(234, 215, 188, 0.54);
  font-size: 9px;
  line-height: 1;
}

.homeEventRow-countdown {
  color: rgba(234, 215, 188, 0.72);
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.homeEventPanel-list .homeEventRow:last-child {
  margin-bottom: 0;
}

.line--homeTopEnd {
  position: relative;
  z-index: 2;
  margin-top: -190px;
  margin-bottom: -56px;
}

@media (max-width: 1180px) {
  .homeFeatureRow {
    grid-template-columns: 365px;
  }
}
