﻿:root {
  --blood: #b5151a;
  --blood-bright: #ff2b32;
  --ash: #d8d8d8;
  --bone: #f0e6d0;
  --smoke: rgba(10, 10, 12, 0.78);
  --black: #030304;
  --line: rgba(255, 255, 255, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ash);
  font-family: "Rajdhani", sans-serif;
  background: var(--black) url("../img/ghost-pk-banner-bg.png?v=20260605-0337") center center / cover fixed no-repeat;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(181, 21, 26, 0.08), transparent 32rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36));
}

body::after {
  z-index: 20;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: overlay;
  opacity: 0.2;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  transform: translateX(-50%);
  padding: 1rem 0;
}

.cart-float {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid rgba(240, 230, 208, 0.22);
  border-radius: 1.15rem;
  color: var(--bone);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.12), transparent 1.6rem),
    linear-gradient(180deg, rgba(20, 20, 22, 0.94), rgba(3, 3, 4, 0.86));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 0 22px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.top-status-bar {
  position: fixed;
  top: 1.25rem;
  right: 1rem;
  z-index: 36;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 8.6rem;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--bone);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex: 0 0 auto;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.server-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: auto;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(240, 230, 208, 0.18);
  border-radius: 0.65rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 1.4rem),
    linear-gradient(180deg, rgba(20, 20, 22, 0.94), rgba(3, 3, 4, 0.86));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34), inset 0 0 18px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.server-status strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1;
}

.server-status span:last-child {
  color: rgba(240, 230, 208, 0.7);
  font-size: 0.68rem;
}

.status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #41ff79;
  box-shadow: none;
}

.top-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-family: "Cinzel", serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.top-play-button:hover {
  color: #ff4a50;
  text-shadow: 0 0 12px rgba(255, 43, 50, 0.72);
}

.cart-float:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 230, 208, 0.42);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.46), 0 0 26px rgba(255, 43, 50, 0.16);
}

.cart-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  color: var(--bone);
  font-size: 0;
}

.cart-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.25rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 0.2rem 0.2rem 0.32rem 0.32rem;
  background: linear-gradient(180deg, rgba(240, 230, 208, 0.08), rgba(255, 43, 50, 0.08));
}

.cart-icon::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  width: 0.76rem;
  height: 0.62rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-count {
  position: absolute;
  top: -0.42rem;
  right: -0.42rem;
  display: grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.34rem;
  border: 1px solid rgba(240, 230, 208, 0.48);
  border-radius: 999px;
  color: #1b0c00;
  background: linear-gradient(180deg, #ffe6a1, #d28a20);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.brand,
.site-nav,
.nav-toggle {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 18, 20, 0.86), rgba(5, 5, 6, 0.72));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 0 28px rgba(181, 21, 26, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.35rem;
  padding: 0.5rem 1rem 0.5rem 0.55rem;
  border-radius: 999px;
  color: var(--bone);
  font-family: "Cinzel", serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 25%, var(--blood-bright), #4d0508 62%, #090909);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.site-nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 4.85rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
}

.site-nav a {
  padding: 0.8rem 0.92rem;
  border-radius: 999px;
  color: rgba(240, 230, 208, 0.76);
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a:hover,
.site-nav .nav-play {
  color: #fff;
  background: rgba(181, 21, 26, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.24), 0 0 18px rgba(181, 21, 26, 0.14);
}

.site-nav .nav-play:hover {
  background: rgba(181, 21, 26, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.44), 0 0 26px rgba(255, 43, 50, 0.42), 0 0 54px rgba(181, 21, 26, 0.18);
  text-shadow: 0 0 12px rgba(255, 43, 50, 0.72);
}

.site-nav .discord-nav {
  color: #fff;
  background: rgba(88, 101, 242, 0.24);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.34), 0 0 20px rgba(88, 101, 242, 0.2);
}

.site-nav .discord-nav:hover {
  background: rgba(88, 101, 242, 0.34);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.48), 0 0 28px rgba(88, 101, 242, 0.38);
}

.site-nav .nav-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 9.7rem;
  height: 9.7rem;
  margin: -1.35rem 1.15rem -3.95rem;
  padding: 0;
  border: 1px solid rgba(255, 43, 50, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 43, 50, 0.22), transparent 62%),
    rgba(0, 0, 0, 0.74);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.58), 0 0 34px rgba(255, 43, 50, 0.3), inset 0 0 24px rgba(255, 43, 50, 0.08);
}

.site-nav .nav-logo:hover {
  background:
    radial-gradient(circle, rgba(255, 43, 50, 0.3), transparent 62%),
    rgba(0, 0, 0, 0.8);
}

.nav-logo img {
  display: block;
  width: 9.7rem;
  height: 9.7rem;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.78)) drop-shadow(0 0 18px rgba(255, 43, 50, 0.28));
  transform: none;
}

.discord-nav::before,
.discord-button span,
.discord-panel-link strong::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.9rem;
  margin-right: 0.45rem;
  border-radius: 0.45rem;
  background:
    radial-gradient(circle at 35% 55%, #fff 0 0.075rem, transparent 0.08rem),
    radial-gradient(circle at 65% 55%, #fff 0 0.075rem, transparent 0.08rem),
    radial-gradient(circle at 17% 15%, #111 0 0.15rem, transparent 0.16rem),
    radial-gradient(circle at 83% 15%, #111 0 0.15rem, transparent 0.16rem),
    linear-gradient(180deg, #8b95ff, #5865f2);
  clip-path: polygon(13% 14%, 28% 0, 37% 12%, 63% 12%, 72% 0, 87% 14%, 92% 82%, 74% 100%, 63% 83%, 37% 83%, 26% 100%, 8% 82%);
  box-shadow: 0 0 18px rgba(88, 101, 242, 0.38);
  vertical-align: -0.08rem;
}

.discord-panel-link strong {
  display: inline-flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  color: var(--bone);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 4rem;
}

.server-hero {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: 1.4rem;
  padding-bottom: 5.8rem;
}

.server-home {
  align-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 10.2rem 0 5.4rem;
}

.home-showcase {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(24rem, 1.45fr);
  align-items: center;
  gap: 1.1rem;
  width: min(64rem, 100%);
  margin: 0 auto;
}

.server-shot-stack {
  display: grid;
  gap: 0.75rem;
}

.server-shot-stack-left {
  transform: translateY(0.25rem);
}

.server-shot-stack-right {
  transform: translateY(0.25rem);
}

.server-side-shot {
  position: relative;
  min-height: clamp(11.5rem, 17vw, 15.5rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), inset 0 0 34px rgba(181, 21, 26, 0.08);
  isolation: isolate;
}

.server-side-shot.small-shot {
  min-height: clamp(8.5rem, 12vw, 11rem);
  opacity: 0.9;
}

.server-side-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at 50% 12%, rgba(255, 43, 50, 0.22), transparent 58%);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.12), inset 0 -34px 52px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.server-side-shot::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  z-index: 2;
  border: 1px solid rgba(255, 43, 50, 0.2);
  border-radius: 18px;
  pointer-events: none;
}

.server-side-shot img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08) brightness(0.82);
  transform: scale(1.04);
}

.server-side-shot-left {
  transform: rotate(-1.35deg);
}

.server-side-shot-right {
  transform: rotate(1.35deg);
}

.server-shot-stack-left .small-shot {
  transform: rotate(1.15deg) translateX(0.45rem);
}

.server-shot-stack-right .small-shot {
  transform: rotate(-1.15deg) translateX(-0.45rem);
}

.home-donator-board {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 43, 50, 0.16), transparent 14rem),
    rgba(0, 0, 0, 0.34);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), inset 0 0 28px rgba(181, 21, 26, 0.04);
  backdrop-filter: blur(5px);
}

.home-donator-board-left {
  width: min(100%, 20rem);
  justify-self: end;
}

.home-donator-board h2 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.home-donator-board ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-donator-board li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.home-donator-board strong {
  overflow: hidden;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-donator-board em {
  color: var(--bone);
  font-style: normal;
  font-weight: 900;
}

.hero-content {
  max-width: 44rem;
  padding: 2rem;
  border-left: 2px solid rgba(255, 43, 50, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.08));
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.48);
}

.server-hero-content {
  position: relative;
  max-width: 38rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 43, 50, 0.1), transparent 20rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.12), rgba(25, 4, 6, 0.06));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.16), inset 0 0 50px rgba(181, 21, 26, 0.025);
  backdrop-filter: blur(4px);
}

.server-hero-content::before,
.server-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(26rem, 70%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 43, 50, 0.38), transparent);
  transform: translateX(-50%);
}

.server-hero-content::before {
  top: 0;
}

.server-hero-content::after {
  bottom: 0;
}

.compact-server-hero {
  display: grid;
  justify-items: center;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.08);
}

.compact-server-hero .eyebrow {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 43, 50, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
}

.compact-server-hero .tagline {
  margin-top: 0.65rem;
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
}

.compact-server-hero .intro {
  max-width: 34rem;
  padding: 0.55rem 0.75rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.08);
}

.compact-server-hero .intro {
  margin-right: auto;
  margin-left: auto;
}

.compact-server-hero .hero-actions {
  justify-content: center;
}

.hero-emblem-wrap {
  display: grid;
  place-items: center;
  margin: -2rem auto 0.4rem;
  isolation: isolate;
}

.hero-emblem-wrap::before {
  content: "";
  position: absolute;
  width: min(32rem, 72vw);
  height: min(32rem, 72vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 43, 50, 0.2), transparent 66%);
  filter: blur(8px);
  z-index: -1;
}

.hero-emblem {
  width: min(30rem, 74vw);
  max-height: 30rem;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 22px rgba(255, 43, 50, 0.26));
}

.server-hero-content h1 {
  font-size: clamp(3.5rem, 9vw, 7.6rem);
}

.server-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.server-stats article {
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.06);
}

.server-stats strong {
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1;
}

.server-stats span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.86rem;
  color: rgba(240, 230, 208, 0.66);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 0.95rem;
  width: min(70rem, 100%);
  margin: 1.15rem auto 0;
  scroll-margin-top: 8rem;
}

.download-copy,
.download-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 43, 50, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(181, 21, 26, 0.12), transparent 46%),
    rgba(0, 0, 0, 0.28);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 38px rgba(181, 21, 26, 0.045);
  backdrop-filter: blur(5px);
}

.download-copy {
  min-height: 13.5rem;
  padding: 1.2rem;
}

.download-copy h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.download-copy p {
  margin: 0.85rem 0 0;
  color: rgba(240, 230, 208, 0.78);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.42;
}

.download-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.download-card {
  display: grid;
  align-content: space-between;
  min-height: 13.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--bone);
  font: inherit;
  text-align: left;
  cursor: default;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.download-card span {
  color: var(--blood-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.download-card strong {
  display: block;
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.download-card em {
  display: block;
  margin-top: 1.35rem;
  color: rgba(240, 230, 208, 0.68);
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.download-card[href],
.download-card[data-client-download] {
  cursor: pointer;
}

.download-card[href]:hover,
.download-card[data-client-download]:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 43, 50, 0.44);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 34px rgba(181, 21, 26, 0.22);
  filter: brightness(1.08);
}

.download-card[data-client-download]:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.download-status {
  min-height: 1.3rem;
  margin-top: 0.75rem;
  color: #ffd65e;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-download {
  border-color: rgba(255, 43, 50, 0.46);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 214, 94, 0.16), transparent 10rem),
    linear-gradient(180deg, rgba(225, 31, 39, 0.34), rgba(80, 4, 8, 0.38)),
    rgba(0, 0, 0, 0.32);
  box-shadow: 0 24px 72px rgba(181, 21, 26, 0.2), inset 0 0 42px rgba(255, 43, 50, 0.08);
}

.primary-download em {
  color: #fff;
}

.home-info-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.85rem;
  width: min(70rem, 100%);
  margin: 1.15rem auto 0;
}

.home-feature-grid {
  align-items: stretch;
}

.home-info-card {
  position: relative;
  min-height: 11.5rem;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(181, 21, 26, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), inset 0 0 36px rgba(181, 21, 26, 0.035);
  backdrop-filter: blur(5px);
}

.home-info-card h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.home-info-card p {
  margin: 0.75rem 0 1rem;
  color: rgba(240, 230, 208, 0.76);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.featured-home-card {
  min-height: 15rem;
  border-color: rgba(255, 214, 94, 0.32);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 214, 94, 0.12), transparent 14rem),
    linear-gradient(135deg, rgba(181, 21, 26, 0.14), transparent 42%),
    rgba(0, 0, 0, 0.22);
}

.featured-home-card h2 {
  font-size: clamp(2rem, 4.6vw, 3.15rem);
}

.news-home-card {
  border-color: rgba(255, 43, 50, 0.22);
}

.competition-home-card {
  border-color: rgba(255, 214, 94, 0.24);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 214, 94, 0.14), transparent 13rem),
    linear-gradient(135deg, rgba(181, 21, 26, 0.12), transparent 48%),
    rgba(0, 0, 0, 0.24);
}

.competition-home-card h2 {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.03em;
}

.story-home-card {
  grid-column: 1 / -1;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.story-home-card p {
  max-width: 34rem;
}

.home-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--blood-bright);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-info-card a::after {
  content: ">";
}

.deal-info-card {
  border-color: rgba(255, 214, 94, 0.24);
}

.eyebrow,
.tagline {
  margin: 0;
  color: var(--blood-bright);
  font-family: "Cinzel", serif;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(181, 21, 26, 0.72);
}

h1 {
  margin: 0.45rem 0 0;
  color: #f5f5f5;
  font-family: "Cinzel", serif;
  font-size: clamp(4.4rem, 13vw, 10.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 7px 0 #111, 0 0 36px rgba(255, 255, 255, 0.14);
}

h1 span {
  color: var(--blood-bright);
  text-shadow: 0 7px 0 #230204, 0 0 36px rgba(255, 43, 50, 0.3);
}

.tagline {
  margin-top: 1rem;
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.intro {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: rgba(240, 230, 208, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 48%, transparent 56%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button:hover::before {
  transform: translateX(120%);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button.primary {
  color: #fff;
  background: linear-gradient(180deg, #e11f27, #6e070b);
  box-shadow: 0 18px 42px rgba(181, 21, 26, 0.36), inset 0 1px rgba(255, 255, 255, 0.28);
}

.button.primary:hover {
  box-shadow: 0 22px 52px rgba(181, 21, 26, 0.48), inset 0 1px rgba(255, 255, 255, 0.34);
}

.button.secondary {
  border: 1px solid rgba(240, 230, 208, 0.28);
  color: var(--bone);
  background: rgba(0, 0, 0, 0.48);
}

.button.secondary:hover {
  border-color: rgba(255, 43, 50, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 43, 50, 0.12);
}

.button.discord-button {
  gap: 0.55rem;
  color: #fff;
  background: linear-gradient(180deg, #5865f2, #27308f);
  box-shadow: 0 18px 42px rgba(88, 101, 242, 0.26), inset 0 1px rgba(255, 255, 255, 0.26);
}

.discord-button span {
  margin-right: 0;
}

.button.discord-button:hover {
  box-shadow: 0 22px 52px rgba(88, 101, 242, 0.38), inset 0 1px rgba(255, 255, 255, 0.34);
}

.quick-panel {
  position: absolute;
  right: 0;
  bottom: 4rem;
  display: grid;
  gap: 0.75rem;
  width: min(21rem, 34vw);
}

.server-actions {
  position: static;
  width: min(62rem, 100%);
  margin: 0 auto;
  align-self: center;
}

.home-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quick-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.server-actions a {
  min-height: 6rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(181, 21, 26, 0.14), transparent),
    rgba(0, 0, 0, 0.26);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.server-actions a:nth-child(1) {
  border-color: rgba(255, 214, 94, 0.22);
}

.server-actions a:nth-child(2) {
  border-color: rgba(255, 43, 50, 0.22);
}

.server-actions a:nth-child(4) {
  border-color: rgba(88, 101, 242, 0.26);
}

.server-actions a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 43, 50, 0.34);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.44), inset 0 0 0 1px rgba(255, 43, 50, 0.1);
}

.server-actions a::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  width: 1.8rem;
  height: 0.18rem;
  border-radius: 999px;
  background: var(--blood-bright);
  box-shadow: 0 0 14px rgba(255, 43, 50, 0.48);
}

.server-actions strong::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blood-bright), transparent);
}

.server-actions span {
  margin-top: 0.25rem;
}

.server-actions a::after {
  color: var(--blood-bright);
  font-size: 1.6rem;
  font-weight: 900;
}

.quick-panel strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-panel span {
  color: rgba(240, 230, 208, 0.66);
  font-weight: 700;
}

.blank-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 5rem;
}

.play-page,
.vote-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.store-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.checkout-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.leaderboard-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.competition-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.cart-page,
.donators-page {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 6rem;
}

.play-shell,
.store-shell {
  max-width: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.74), rgba(25, 4, 6, 0.42));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.play-shell {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 43, 50, 0.18), transparent 24rem),
    radial-gradient(circle at 85% 18%, rgba(255, 214, 94, 0.1), transparent 16rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(25, 4, 6, 0.52));
}

.play-heading {
  margin-bottom: 1.15rem;
}

.play-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.play-steps article {
  min-height: 11rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(181, 21, 26, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), inset 0 0 36px rgba(181, 21, 26, 0.035);
}

.play-steps span {
  color: var(--blood-bright);
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.play-steps h2 {
  margin: 0.55rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.play-steps p {
  margin: 0.75rem 0 0;
  color: rgba(240, 230, 208, 0.72);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.play-steps ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.play-steps li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(240, 230, 208, 0.78);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.32;
}

.play-steps li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--blood-bright);
  box-shadow: 0 0 12px rgba(255, 43, 50, 0.7);
}

.play-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(88, 101, 242, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 101, 242, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.34), rgba(25, 4, 6, 0.28));
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 38px rgba(88, 101, 242, 0.045);
}

.play-help h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.play-help p {
  max-width: 46rem;
  margin: 0.65rem 0 0;
  color: rgba(240, 230, 208, 0.74);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.play-help .button {
  flex: 0 0 auto;
}

.checkout-shell {
  max-width: 62rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.74), rgba(25, 4, 6, 0.42));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.leaderboard-shell {
  max-width: 68rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.competition-shell {
  max-width: 72rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 43, 50, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(25, 4, 6, 0.54));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.cart-shell,
.donators-shell {
  max-width: 72rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.vote-shell {
  max-width: 58rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 2px solid rgba(255, 43, 50, 0.75);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(25, 4, 6, 0.5));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(181, 21, 26, 0.1);
  backdrop-filter: blur(14px);
}

.vote-shell .store-heading {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.vote-shell .store-heading .intro {
  max-width: 34rem;
  margin-inline: auto;
  font-size: 0.95rem;
}

.store-heading h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  letter-spacing: 0.08em;
  line-height: 0.95;
}

.laser-title {
  position: relative;
  display: inline-block;
  color: var(--bone);
  background: linear-gradient(105deg, #f0e6d0 0%, #f0e6d0 42%, #ffffff 50%, #c9b995 58%, #f0e6d0 100%);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 4px 0 #100b08, 0 0 18px rgba(240, 230, 208, 0.16);
  -webkit-text-fill-color: var(--bone);
  animation: title-glint 3s ease-in-out infinite;
}

@keyframes title-glint {
  0% {
    background-position: 135% 50%;
    filter: drop-shadow(0 0 0 rgba(255, 43, 50, 0));
  }

  42% {
    background-position: 135% 50%;
  }

  55% {
    background-position: 50% 50%;
    filter: drop-shadow(0 0 12px rgba(255, 43, 50, 0.45));
  }

  100% {
    background-position: -35% 50%;
    filter: drop-shadow(0 0 0 rgba(255, 43, 50, 0));
  }
}

.currency-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  border: 1px solid rgba(240, 230, 208, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--bone);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.currency-switch select {
  min-width: 6.5rem;
  border: 1px solid rgba(255, 43, 50, 0.42);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: #120304;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.store-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1rem;
}

.store-cart-preview {
  display: grid;
  position: sticky;
  top: 7.4rem;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 43, 50, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(25, 4, 6, 0.24));
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28), inset 0 0 34px rgba(181, 21, 26, 0.04);
  backdrop-filter: blur(5px);
}

.store-cart-preview-heading,
.store-cart-preview-total,
.store-cart-preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.store-cart-preview-actions {
  flex-direction: column;
  gap: 0.45rem;
}

.store-cart-preview-heading h2 {
  margin: 0.1rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.store-cart-preview-heading > strong,
.store-cart-preview-total strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.04em;
}

.store-cart-preview-items {
  display: grid;
  gap: 0.45rem;
}

.store-cart-preview-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.38rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.store-cart-preview-row h3 {
  margin: 0.1rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95rem;
}

.store-cart-preview-row span,
.store-cart-preview-total span {
  color: rgba(240, 230, 208, 0.72);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-cart-preview-price {
  color: var(--bone);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.store-cart-preview .cart-quantity {
  gap: 0.35rem;
}

.store-cart-preview .cart-quantity button {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.9rem;
}

.store-cart-preview .cart-quantity strong {
  min-width: 1rem;
  color: #fff;
  text-align: center;
}

.store-cart-preview .cart-remove {
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  font-size: 0.78rem;
}

.store-cart-preview-total {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.store-cart-preview-actions .button {
  min-width: 0;
  width: 100%;
  min-height: 2.2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
}

.store-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 43, 50, 0.18), transparent 16rem),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.deal-card {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 43, 50, 0.16), transparent 16rem),
    rgba(0, 0, 0, 0.66);
}

.deal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.05rem;
  right: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 43, 50, 0.25), #ff2b32, rgba(255, 214, 214, 0.92), #ff2b32, rgba(255, 43, 50, 0.25), transparent);
  box-shadow: 0 0 12px rgba(255, 43, 50, 0.72), 0 0 24px rgba(255, 43, 50, 0.34);
}

.mega-deal {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 50px rgba(181, 21, 26, 0.18);
}

.limited-deal {
  border-color: rgba(255, 255, 255, 0.13);
}

.deal-badge {
  position: absolute;
  top: 0.9rem;
  right: -1.05rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 1.05rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 43, 50, 0.92) 16%, #ff2b32 50%, rgba(255, 43, 50, 0.92) 84%, transparent 100%),
    rgba(71, 2, 5, 0.88);
  box-shadow: 0 0 14px rgba(255, 43, 50, 0.74), 0 0 26px rgba(255, 43, 50, 0.28);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(38deg);
}

.deal-badge::before {
  content: none;
}

.store-card-image {
  width: min(7.2rem, 100%);
  height: 4.55rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 12px rgba(255, 43, 50, 0.14));
}

.gear-card-image {
  width: min(8.2rem, 100%);
  height: 5.8rem;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 16px rgba(255, 43, 50, 0.2));
}

.gear-set-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: min(9rem, 100%);
  height: 5.8rem;
}

.gear-set-image img {
  max-width: 2.55rem;
  max-height: 4.7rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 12px rgba(255, 43, 50, 0.18));
}

.gear-combo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: min(9.5rem, 100%);
  height: 5.8rem;
}

.gear-combo-image img {
  max-width: 2.25rem;
  max-height: 4.45rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.56)) drop-shadow(0 0 12px rgba(255, 43, 50, 0.18));
}

.gear-combo-image img:last-child {
  max-width: 2.9rem;
  margin-left: 0.15rem;
}

.torva-set-image img {
  max-width: 2.7rem;
}

.blood-torva-card {
  border-color: rgba(255, 43, 50, 0.34);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 43, 50, 0.24), transparent 13rem),
    linear-gradient(135deg, rgba(92, 0, 5, 0.42), rgba(0, 0, 0, 0.7));
}

.blood-torva-card::after {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(255, 43, 50, 0.16);
  border-radius: 18px;
  pointer-events: none;
}

.blood-torva-image img {
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 16px rgba(255, 43, 50, 0.46));
}

.cape-detail-image {
  width: min(7.6rem, 100%);
  height: 5.8rem;
  border-radius: 12px;
}

.store-card-label,
.store-price span {
  color: var(--blood-bright);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-card h2 {
  margin: 0.18rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.store-card-info {
  max-width: 12rem;
  min-height: 2.25rem;
  margin: 0.42rem auto 0;
  color: rgba(244, 232, 212, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.bm-custom-card {
  gap: 0.42rem;
  padding: 0.62rem;
  border-color: rgba(255, 43, 50, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 43, 50, 0.24), transparent 15rem),
    radial-gradient(circle at 12% 20%, rgba(255, 214, 94, 0.1), transparent 13rem),
    rgba(0, 0, 0, 0.66);
}

.bm-custom-card .store-card-image {
  height: 3.65rem;
}

.bm-custom-card .store-card-info {
  min-height: 1.8rem;
  margin-top: 0.32rem;
  font-size: 0.76rem;
}

.bm-custom-card h2 {
  font-size: clamp(1.05rem, 2vw, 1.38rem);
}

.bm-counter {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 2rem;
  align-items: end;
  gap: 0.32rem;
  width: 100%;
}

.bm-counter button {
  min-height: 2.05rem;
  border: 1px solid rgba(255, 74, 80, 0.42);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, rgba(181, 21, 26, 0.72), rgba(49, 5, 8, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.bm-counter label {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.bm-counter span {
  color: var(--blood-bright);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.bm-counter input {
  width: 100%;
  min-height: 2.05rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.52);
  font: 800 0.92rem "Rajdhani", sans-serif;
  text-align: center;
  outline: none;
}

.bm-custom-card .store-price {
  padding: 0.38rem;
}

.bm-custom-card .store-price strong {
  margin-top: 0.18rem;
  font-size: clamp(0.92rem, 1.8vw, 1.12rem);
}

.bm-custom-card .store-price small {
  margin-top: 0.18rem;
  font-size: 0.62rem;
}

.bm-counter input:focus {
  border-color: rgba(255, 74, 80, 0.68);
  box-shadow: 0 0 0 3px rgba(255, 43, 50, 0.12);
}

.store-price {
  width: 100%;
  min-width: 0;
  padding: 0.48rem;
  border-radius: 13px;
  background: rgba(181, 21, 26, 0.16);
  text-align: center;
}

.store-price strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--bone);
  font-size: clamp(0.98rem, 2vw, 1.25rem);
  line-height: 1;
}

.store-price small {
  display: block;
  margin-top: 0.24rem;
  color: rgba(255, 226, 128, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-buy,
.checkout-button {
  width: 100%;
}

.store-buy {
  min-height: 2.25rem;
  padding: 0.46rem 0.82rem;
  border: 1px solid rgba(255, 74, 80, 0.52);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(118, 12, 16, 0.92), rgba(42, 4, 6, 0.9)),
    rgba(181, 21, 26, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 20px rgba(0, 0, 0, 0.28);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
}

.store-buy::after {
  content: none;
}

.store-buy:hover,
.store-buy:focus-visible {
  color: #fff;
  border-color: rgba(255, 116, 120, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 18px rgba(255, 43, 50, 0.46), 0 12px 26px rgba(0, 0, 0, 0.34);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.checkout-form,
.order-summary {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
}

.checkout-form {
  display: grid;
  gap: 1rem;
}

.checkout-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--bone);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-methods {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-methods legend {
  margin-bottom: 0.35rem;
  color: var(--bone);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.7rem;
  padding: 0.7rem 1rem 0.7rem 3rem;
  border: 1px solid rgba(240, 230, 208, 0.18);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.46);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.payment-option input {
  position: absolute;
  left: 1rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--blood-bright);
}

.payment-option:has(input:checked) {
  border-color: rgba(255, 43, 50, 0.64);
  background: rgba(181, 21, 26, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.2), 0 14px 34px rgba(181, 21, 26, 0.16);
}

.payment-icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.stripe-icon {
  background: linear-gradient(135deg, #635bff, #2f2a9f);
}

.osrs-icon {
  color: #2d1a00;
  background: radial-gradient(circle at 35% 25%, #ffe9a3, #c98514 62%, #5c3200);
}

.paypal-icon {
  background: linear-gradient(135deg, #009cde, #003087);
}

.checkout-form input {
  min-height: 3.4rem;
  border: 1px solid rgba(240, 230, 208, 0.2);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.checkout-form input:focus {
  outline: 2px solid rgba(255, 43, 50, 0.55);
  outline-offset: 2px;
}

.order-summary h2 {
  margin: 0.35rem 0 1rem;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.order-summary p {
  margin: 1rem 0 0;
  color: rgba(240, 230, 208, 0.74);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leaderboard {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 0.55fr 1.6fr repeat(3, 0.75fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.56);
  color: rgba(240, 230, 208, 0.82);
  font-size: 1.1rem;
  font-weight: 800;
}

.leaderboard-head {
  color: var(--blood-bright);
  background: rgba(181, 21, 26, 0.14);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leaderboard-row strong {
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.top-rank {
  border-color: rgba(255, 43, 50, 0.45);
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 43, 50, 0.24), transparent 18rem),
    rgba(0, 0, 0, 0.64);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 50, 0.18), 0 18px 44px rgba(181, 21, 26, 0.14);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.cart-items {
  display: grid;
  gap: 0.8rem;
}

.cart-row,
.empty-cart {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 0.7fr auto auto;
  gap: 0.8rem;
  align-items: center;
}

.cart-row h2 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1;
}

.cart-row-price {
  color: var(--bone);
  font-size: 1.25rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 43, 50, 0.28);
  border-radius: 999px;
  background: rgba(181, 21, 26, 0.14);
}

.cart-quantity button,
.cart-remove,
.cart-clear {
  border: 1px solid rgba(240, 230, 208, 0.18);
  color: var(--bone);
  background: rgba(0, 0, 0, 0.48);
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-quantity button {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.cart-remove {
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.cart-summary {
  align-self: start;
}

.cart-clear {
  width: 100%;
  min-height: 3.4rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.11em;
}

.empty-cart {
  margin: 0;
  color: rgba(240, 230, 208, 0.78);
  font-size: 1.25rem;
  font-weight: 800;
}

.donators-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0;
}

.rank-card {
  position: relative;
  min-height: 14rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 43, 50, 0.18), transparent 14rem),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
}

.rank-support-link {
  position: absolute;
  top: auto;
  bottom: 1rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 74, 80, 0.52);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(118, 12, 16, 0.92), rgba(42, 4, 6, 0.9)),
    rgba(181, 21, 26, 0.28);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.rank-support-link:hover,
.rank-support-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 116, 120, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 18px rgba(255, 43, 50, 0.46), 0 12px 26px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.rank-support-link:focus-visible {
  outline: 1px solid rgba(255, 74, 80, 0.75);
  outline-offset: 0.25rem;
}

.rank-card h2 {
  margin: 0.45rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.rank-card p {
  min-height: 3rem;
  margin: 0.55rem 0 0.7rem;
  color: rgba(240, 230, 208, 0.74);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.rank-card strong {
  display: inline-flex;
  max-width: calc(100% - 6.7rem);
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(181, 21, 26, 0.22);
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.competition-heading {
  max-width: 46rem;
}

.competition-status,
.competition-pending {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.36rem 0.72rem;
  border: 1px solid rgba(255, 214, 94, 0.34);
  border-radius: 999px;
  color: #ffd66a;
  background:
    linear-gradient(135deg, rgba(255, 214, 94, 0.12), rgba(0, 0, 0, 0.24)),
    rgba(0, 0, 0, 0.36);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 214, 94, 0.12);
}

.competition-status {
  margin-top: 0.6rem;
}

.competition-pending {
  margin-top: 0.65rem;
}

.competition-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.2rem;
  padding: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(255, 43, 50, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 43, 50, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(70, 3, 6, 0.72), rgba(0, 0, 0, 0.64));
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.38), inset 0 0 28px rgba(255, 43, 50, 0.08);
}

.competition-feature h2,
.competition-rules h2,
.competition-card h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  line-height: 1;
  text-transform: uppercase;
}

.competition-feature h2 {
  font-size: clamp(1.7rem, 4vw, 3.1rem);
}

.competition-feature p,
.competition-card p,
.competition-rules p {
  color: rgba(240, 230, 208, 0.76);
  font-weight: 800;
  line-height: 1.35;
}

.competition-feature ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.competition-feature li {
  padding: 0.62rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(240, 230, 208, 0.82);
  font-weight: 800;
}

.competition-feature li strong {
  color: var(--blood-bright);
}

.competition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.competition-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 13.5rem;
  padding: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 43, 50, 0.14), transparent 12rem),
    rgba(0, 0, 0, 0.48);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.32), inset 0 0 28px rgba(181, 21, 26, 0.04);
}

.competition-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 43, 50, 0.2), transparent 68%);
  pointer-events: none;
}

.competition-tag {
  display: inline-flex;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(255, 43, 50, 0.28);
  border-radius: 999px;
  color: var(--blood-bright);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.competition-card h2 {
  font-size: clamp(1.05rem, 2vw, 1.42rem);
}

.competition-card strong {
  display: inline-flex;
  margin-top: 0.3rem;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.competition-card .competition-pending {
  margin-top: auto;
}

.competition-rules {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 214, 94, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 214, 94, 0.12), transparent 12rem),
    rgba(0, 0, 0, 0.4);
}

.competition-rules .button {
  justify-self: start;
}

.rank-icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 52%),
    rgba(0, 0, 0, 0.42);
  background-image: var(--rank-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.45rem 1.45rem;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.34), 0 0 18px rgba(255, 43, 50, 0.12);
}

.rank-icon::before {
  content: none;
}

.rank-icon-bronze { --rank-icon: url("../img/ranks/rank-bronze.png?v=20260605-0518"); }
.rank-icon-iron { --rank-icon: url("../img/ranks/rank-iron.png?v=20260605-0518"); }
.rank-icon-steel { --rank-icon: url("../img/ranks/rank-steel.png?v=20260605-0518"); }
.rank-icon-mithril { --rank-icon: url("../img/ranks/rank-mithril.png?v=20260605-0518"); }
.rank-icon-adamant { --rank-icon: url("../img/ranks/rank-adamant.png?v=20260605-0518"); }
.rank-icon-rune { --rank-icon: url("../img/ranks/rank-rune.png?v=20260605-0518"); }
.rank-icon-dragon { --rank-icon: url("../img/ranks/rank-dragon.png?v=20260605-0518"); }
.rank-icon-onyx { --rank-icon: url("../img/ranks/rank-onyx.png?v=20260605-0518"); }
.rank-icon-divine { --rank-icon: url("../img/ranks/rank-divine.png?v=20260605-0518"); }
.rank-icon-ghost {
  --rank-icon: url("../img/ranks/rank-ghost.png?v=20260605-0518");
  background-size: 1.6rem 1.6rem;
  border-color: rgba(255, 43, 50, 0.56);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.42), 0 0 18px rgba(255, 43, 50, 0.35);
}

.rank-bronze { border-color: rgba(154, 90, 37, 0.46); }
.rank-iron { border-color: rgba(154, 154, 154, 0.42); }
.rank-steel { border-color: rgba(194, 208, 220, 0.42); }
.rank-mithril { border-color: rgba(95, 199, 216, 0.46); }
.rank-adamant { border-color: rgba(70, 211, 110, 0.46); }
.rank-rune { border-color: rgba(106, 183, 255, 0.5); }
.rank-dragon { border-color: rgba(255, 61, 46, 0.52); }
.rank-onyx { border-color: rgba(143, 108, 255, 0.52); }
.rank-divine { border-color: rgba(255, 214, 94, 0.56); }
.rank-ghost { border-color: rgba(255, 255, 255, 0.62); }

.donator-shop {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.compact-donator-cart {
  display: block;
}

.compact-donator-cart .donator-cart-preview {
  width: 100%;
}

.compact-store-heading h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.donator-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  align-items: start;
  gap: 0.9rem;
  margin-top: 1rem;
}

.donator-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.donator-shop-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 43, 50, 0.14), transparent 10rem),
    rgba(0, 0, 0, 0.5);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.donator-shop-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.98rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.donator-shop-card > strong {
  color: var(--bone);
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  grid-column: 2;
  justify-self: start;
  margin-top: -0.25rem;
}

.donator-shop-card .store-buy {
  grid-row: 1 / span 2;
  grid-column: 3;
  min-height: 2.35rem;
  min-width: 6.2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
}

.donator-cart-preview {
  position: sticky;
  top: 7.4rem;
  margin: 0;
}

.top-donator-shop-card {
  border-color: rgba(255, 43, 50, 0.5);
  box-shadow: 0 18px 48px rgba(255, 43, 50, 0.12), 0 14px 38px rgba(0, 0, 0, 0.34);
}

.vote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.vote-card {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.6rem;
  min-height: 0;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 43, 50, 0.18), transparent 14rem),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.vote-logo {
  display: grid;
  place-items: center;
  min-height: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(240, 230, 208, 0.18);
  border-radius: 12px;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
}

.vote-logo span {
  color: var(--blood-bright);
}

.topg-logo {
  background: linear-gradient(135deg, #1f6aff, #06152f);
}

.rspslist-logo {
  background: linear-gradient(135deg, #2c2f36, #070708);
}

.rsps100-logo {
  background: linear-gradient(135deg, #7d1519, #120304);
}

.mopar-logo {
  background: linear-gradient(135deg, #343c45, #0b0d10);
}

.runeindex-logo {
  background: linear-gradient(135deg, #d69a24, #3b1d02);
}

.runelist-logo {
  background: linear-gradient(135deg, #118560, #041d18);
}

.vote-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.vote-card p {
  margin: 0.2rem 0 0;
  color: rgba(240, 230, 208, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.vote-card .button {
  grid-column: 1 / -1;
  min-height: 2.2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
}

.site-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 25;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  transform: translateX(-50%);
  padding: 0.9rem 0;
  color: rgba(240, 230, 208, 0.46);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  body {
    background-position: center top;
    background-attachment: scroll;
  }

  .site-header {
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 1rem);
    padding-top: 0.65rem;
  }

  .cart-float {
    top: 0.65rem;
    right: 0.65rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.95rem;
  }

  .top-status-bar {
    position: fixed;
    top: 4.25rem;
    right: 0.65rem;
    width: 6.7rem;
    padding: 0;
    border-radius: 0;
    gap: 0.1rem;
  }

  .server-status {
    padding: 0.28rem 0.45rem;
    gap: 0.24rem;
  }

  .top-play-button {
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .server-status strong {
    font-size: 0.78rem;
  }

  .server-status span:last-child {
    display: none;
  }

  .cart-icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 3rem;
    padding: 0.65rem 0.9rem;
  }

  .site-nav {
    position: absolute;
    top: 4.35rem;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: min(20rem, calc(100vw - 1rem));
    border-radius: 22px;
    padding: 0.75rem;
  }

  .site-nav .nav-logo {
    order: -1;
    align-self: center;
    width: 6.6rem;
    height: 6.6rem;
    margin: 0.15rem auto 0.45rem;
  }

  .nav-logo img {
    width: 6.6rem;
    height: 6.6rem;
    transform: none;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .hero {
    align-items: end;
    padding: 7.4rem 0 6rem;
  }

  .server-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 7.4rem 0 6rem;
  }

  .server-home {
    min-height: auto;
    padding: 7.4rem 0 5rem;
  }

  .home-showcase {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .download-panel {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.75rem;
    scroll-margin-top: 6.5rem;
  }

  .download-options {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .download-copy,
  .download-card {
    min-height: auto;
  }

  .download-card {
    padding: 0.9rem;
  }

  .server-shot-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 32rem);
    justify-self: center;
    gap: 0.55rem;
    transform: none;
  }

  .server-side-shot {
    min-height: 9rem;
    width: 100%;
    justify-self: center;
    border-radius: 18px;
  }

  .server-side-shot.small-shot {
    min-height: 9rem;
  }

  .server-side-shot-left,
  .server-side-shot-right,
  .server-shot-stack-left .small-shot,
  .server-shot-stack-right .small-shot {
    transform: none;
  }

  .server-side-shot::after {
    inset: 0.4rem;
    border-radius: 14px;
  }

  .hero-content {
    padding: 1.25rem;
  }

  .server-hero-content {
    max-width: 100%;
    padding: 0.95rem;
    border-radius: 22px;
    backdrop-filter: blur(3px);
  }

  .compact-server-hero .eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .compact-server-hero .tagline {
    font-size: clamp(1.05rem, 6vw, 1.45rem);
  }

  .compact-server-hero .intro {
    padding: 0.55rem;
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.65rem;
  }

  .button {
    min-height: 3rem;
    padding: 0.75rem 1rem;
    font-size: 0.92rem;
  }

  .hero-emblem-wrap {
    margin-top: -1rem;
  }

  .server-stats {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .server-stats article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.8rem;
  }

  .server-stats span {
    margin-top: 0;
  }

  .home-info-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.75rem;
  }

  .home-info-card,
  .featured-home-card {
    min-height: auto;
    padding: 0.9rem;
    border-radius: 18px;
  }

  .featured-home-card h2,
  .home-info-card h2 {
    font-size: 1.45rem;
  }

  .home-info-card p {
    margin: 0.55rem 0 0.75rem;
    font-size: 0.98rem;
  }

  .story-home-card {
    display: block;
  }

  .intro {
    max-width: 100%;
  }

  .quick-panel {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .server-actions a:hover {
    transform: translateY(-2px);
  }

  .home-card-grid {
    grid-template-columns: 1fr;
  }

  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    padding: 7.2rem 0 5rem;
  }

  .play-shell,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell {
    padding: 0.95rem;
    border-radius: 20px;
  }

  .store-grid,
  .vote-grid,
  .checkout-layout,
  .cart-layout,
  .rank-grid {
    grid-template-columns: 1fr;
  }

  .donators-content-layout {
    grid-template-columns: 1fr;
  }

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

  .competition-feature,
  .competition-grid {
    grid-template-columns: 1fr;
  }

  .competition-card {
    min-height: auto;
  }

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

  .donator-shop-layout {
    grid-template-columns: 1fr;
  }

  .donator-cart-preview {
    position: static;
  }

  .store-content-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

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

  .store-card {
    align-items: flex-start;
    border-radius: 18px;
  }

  .store-cart-preview {
    position: static;
    padding: 0.9rem;
    border-radius: 18px;
  }

  .store-cart-preview-heading,
  .store-cart-preview-total,
  .store-cart-preview-row,
  .store-cart-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-cart-preview-row {
    grid-template-columns: 1fr;
  }

  .store-cart-preview-price {
    white-space: normal;
  }

  .store-cart-preview-actions .button {
    width: 100%;
    min-width: 0;
  }

  .store-card-image {
    align-self: center;
    height: 4.4rem;
  }

  .store-price {
    width: 100%;
    text-align: center;
  }

  .site-footer {
    position: static;
    flex-direction: column;
    width: min(var(--max), calc(100% - 2rem));
    transform: none;
    margin: -3.25rem auto 0;
    padding-bottom: 1.5rem;
    font-size: 0.78rem;
    text-align: center;
  }

  .leaderboard-row {
    grid-template-columns: 0.6fr 1.4fr repeat(3, 0.7fr);
    gap: 0.45rem;
    padding: 0.85rem 0.75rem;
    font-size: 0.95rem;
  }

  .cart-row {
    grid-template-columns: 1fr;
  }

  .cart-row-price {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: clamp(3.5rem, 22vw, 5.2rem);
  }

  .site-nav a {
    padding: 0.72rem 0.85rem;
    font-size: 0.92rem;
  }

  .server-home {
    width: min(var(--max), calc(100% - 1rem));
  }

  .cart-count {
    top: -0.35rem;
    right: -0.35rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

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

  .donator-shop-grid {
    grid-template-columns: 1fr;
  }

  .donator-shop-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .donator-shop-card .store-buy {
    grid-row: auto;
    grid-column: 1 / -1;
    width: 100%;
  }

  .rank-support-link {
    top: auto;
    bottom: 1.05rem;
    right: 0.9rem;
    font-size: 0.82rem;
  }

  .leaderboard {
    overflow-x: auto;
  }

  .leaderboard-row {
    min-width: 34rem;
  }
}

@media (max-width: 860px) {
  :root {
    --mobile-edge: 0.82rem;
  }

  body {
    background:
      radial-gradient(circle at 50% 5%, rgba(255, 43, 50, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.34), rgba(3, 3, 4, 0.92) 62%),
      var(--black) url("../img/ghost-pk-banner-bg.png?v=20260605-0337") center top / auto 100vh scroll no-repeat;
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78) 68%),
      radial-gradient(circle at 50% 18%, rgba(181, 21, 26, 0.18), transparent 17rem);
  }

  body::after {
    opacity: 0.12;
  }

  .site-header {
    left: var(--mobile-edge);
    width: calc(100% - (var(--mobile-edge) * 2));
    transform: none;
  }

  .nav-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.7rem;
    padding: 0.55rem 0.88rem;
    overflow: hidden;
    border-color: rgba(255, 43, 50, 0.5);
    border-radius: 14px;
    color: #fff;
    background:
      linear-gradient(110deg, rgba(255, 43, 50, 0.2), transparent 42%),
      linear-gradient(135deg, rgba(90, 6, 10, 0.96), rgba(4, 4, 5, 0.92)),
      rgba(0, 0, 0, 0.82);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5), 0 0 18px rgba(255, 43, 50, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }

  .nav-toggle::before {
    content: "";
    width: 1.18rem;
    height: 0.78rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: linear-gradient(#fff, #fff) center / 100% 2px no-repeat;
    filter: drop-shadow(0 0 8px rgba(255, 43, 50, 0.72));
    opacity: 0.95;
  }

  .nav-toggle::after {
    content: "";
    position: absolute;
    inset: 0.28rem;
    border-radius: 11px;
    background: linear-gradient(90deg, transparent, rgba(255, 43, 50, 0.28), transparent);
    opacity: 0.28;
    pointer-events: none;
  }

  .site-nav {
    top: 4.15rem;
    left: 0;
    right: auto;
    width: min(21rem, calc(100vw - (var(--mobile-edge) * 2)));
    padding: 0.85rem;
    border-color: rgba(255, 43, 50, 0.24);
    border-radius: 24px;
    background:
      radial-gradient(circle at 20% 0%, rgba(255, 43, 50, 0.18), transparent 13rem),
      linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(4, 4, 5, 0.94));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.68), inset 0 0 34px rgba(181, 21, 26, 0.08);
  }

  .site-nav.open {
    animation: mobile-menu-in 0.22s ease both;
  }

  .site-nav a {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
  }

  .site-nav .discord-nav {
    border-color: rgba(139, 149, 255, 0.34);
  }

  .site-nav .nav-logo {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 0.6rem;
  }

  .nav-logo img {
    width: 5.2rem;
    height: 5.2rem;
    transform: none;
  }

  .cart-float,
  .top-status-bar {
    right: var(--mobile-edge);
  }

  .top-status-bar {
    top: 0.8rem;
    align-items: flex-end;
  }

  .top-play-button {
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    text-shadow: 0 0 14px rgba(255, 43, 50, 0.5);
  }

  .server-status {
    border-color: rgba(65, 255, 121, 0.24);
  }

  .server-home,
  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    width: calc(100% - (var(--mobile-edge) * 2));
    padding-top: 6.25rem;
  }

  .server-home {
    padding-bottom: 3.5rem;
  }

  .home-showcase {
    gap: 0.85rem;
  }

  .play-steps {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .play-steps article {
    min-height: auto;
    padding: 0.9rem;
  }

  .play-help {
    display: grid;
    gap: 0.85rem;
    padding: 0.9rem;
  }

  .play-help .button {
    width: 100%;
  }

  .home-donator-board {
    order: 2;
    width: 100%;
    padding: 0.85rem;
    border-radius: 20px;
    background:
      radial-gradient(circle at 0% 0%, rgba(255, 214, 94, 0.11), transparent 10rem),
      linear-gradient(135deg, rgba(181, 21, 26, 0.12), rgba(0, 0, 0, 0.42));
  }

  .home-donator-board-left {
    justify-self: stretch;
  }

  .home-donator-board ol {
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
  }

  .home-donator-board li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.5rem;
  }

  .home-donator-board em {
    grid-column: 2;
    font-size: 0.88rem;
    line-height: 1;
  }

  .server-hero-content {
    order: 1;
    width: 100%;
    padding: 0.88rem;
    border-color: rgba(255, 43, 50, 0.18);
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 43, 50, 0.26), transparent 14rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(18, 3, 5, 0.38));
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.44), inset 0 0 36px rgba(181, 21, 26, 0.06);
  }

  .compact-server-hero .tagline {
    max-width: 100%;
    margin-top: 0.55rem;
    color: #fff;
    font-size: clamp(1.55rem, 8vw, 2.35rem);
    line-height: 1;
    overflow-wrap: anywhere;
    text-shadow: 0 3px 0 #160102, 0 0 22px rgba(255, 43, 50, 0.4);
  }

  .compact-server-hero .intro {
    margin-top: 0.62rem;
    padding: 0.55rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .button,
  .store-buy,
  .cart-remove,
  .cart-clear {
    min-height: 3.05rem;
    border-radius: 16px;
  }

  .server-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .server-stats article {
    display: grid;
    justify-items: center;
    padding: 0.65rem 0.45rem;
    text-align: center;
  }

  .server-stats span {
    font-size: 0.68rem;
  }

  .home-info-grid {
    margin-top: 0.85rem;
  }

  .home-info-card,
  .featured-home-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell,
  .store-card,
  .rank-card,
  .vote-card,
  .cart-row,
  .checkout-form,
  .order-summary {
    border-radius: 20px;
  }

  .home-info-card {
    border-color: rgba(255, 43, 50, 0.15);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 43, 50, 0.12), transparent 11rem),
      rgba(0, 0, 0, 0.48);
  }

  .story-home-card {
    display: grid;
    gap: 0.25rem;
  }

  .store-heading h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .store-heading .intro {
    font-size: 1rem;
    line-height: 1.38;
  }

  .store-grid,
  .donator-shop-grid,
  .vote-grid,
  .competition-grid {
    gap: 0.72rem;
  }

  .store-card {
    padding: 0.85rem;
    background:
      radial-gradient(circle at 14% 10%, rgba(255, 43, 50, 0.22), transparent 12rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(8, 1, 2, 0.74));
  }

  .store-card-image {
    height: 4.9rem;
  }

  .store-price {
    padding: 0.62rem;
    border: 1px solid rgba(255, 43, 50, 0.18);
  }

  .store-cart-preview,
  .donator-cart-preview {
    border-radius: 20px;
  }

  .rank-card {
    min-height: 13.4rem;
  }

  .leaderboard {
    margin-inline: -0.3rem;
    padding-inline: 0.3rem;
  }
}

@media (max-width: 520px) {
  :root {
    --mobile-edge: 0.62rem;
  }

  .site-header {
    padding-top: 0.55rem;
  }

  .nav-toggle {
    min-height: 2.55rem;
    padding: 0.5rem 0.72rem;
    border-radius: 13px;
    font-size: 0.76rem;
  }

  .top-status-bar {
    top: 0.62rem;
  }

  .server-home,
  .play-page,
  .store-page,
  .vote-page,
  .checkout-page,
  .leaderboard-page,
  .competition-page,
  .cart-page,
  .donators-page {
    padding-top: 5.75rem;
  }

  .home-donator-board ol {
    grid-template-columns: 1fr;
  }

  .compact-server-hero .tagline {
    max-width: 100%;
    font-size: clamp(1.35rem, 8vw, 2.05rem);
    letter-spacing: 0.03em;
  }

  .compact-server-hero .eyebrow {
    font-size: 0.7rem;
  }

  .compact-server-hero .intro {
    font-size: 0.86rem;
    line-height: 1.28;
  }

  .server-stats {
    gap: 0.38rem;
  }

  .server-stats article {
    padding: 0.55rem 0.3rem;
  }

  .server-stats strong {
    font-size: 1.08rem;
  }

  .server-stats span {
    letter-spacing: 0.06em;
  }

  .home-info-card,
  .featured-home-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell,
  .donators-shell {
    padding: 0.82rem;
  }

  .store-card h2,
  .rank-card h2 {
    font-size: 1.2rem;
  }

  .vote-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vote-logo {
    width: 100%;
  }

  .checkout-form,
  .order-summary {
    padding: 0.9rem;
  }

  .payment-option {
    padding-right: 0.75rem;
  }
}

@keyframes mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-0.35rem) scale(0.98);
  }

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

.top-status-bar {
  top: 18px;
  right: 18px;
  align-items: center;
  width: 92px;
  transform: none;
  transform-origin: top right;
}

.top-play-button {
  width: 138px;
  min-height: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.server-status {
  width: 92px;
  min-height: 24px;
  padding: 5px 9px;
  gap: 5px;
}

.server-status strong {
  font-size: 14px;
  line-height: 1;
}

.server-status span:last-child {
  font-size: 11px;
  line-height: 1;
}

.status-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
}

.site-header {
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
}

@media (max-width: 860px) {
  .top-status-bar {
    top: 12px;
    right: 12px;
    width: 74px;
    gap: 0;
  }

  .top-play-button {
    width: 112px;
    min-height: 18px;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1;
  }

  .server-status {
    width: 74px;
    min-height: 22px;
    padding: 4px 7px;
    gap: 4px;
  }

  .server-status strong {
    font-size: 12px;
  }

  .server-status span:last-child {
    display: none;
  }

  .status-dot {
    flex-basis: 7px;
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 520px) {
  .top-status-bar {
    top: 10px;
    right: 10px;
  }
}

.site-nav .nav-play {
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-family: "Cinzel", serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(255, 43, 50, 0.42);
}

.site-nav .nav-play:hover,
.site-nav .nav-play:focus-visible {
  color: #ff4a50;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 14px rgba(255, 43, 50, 0.78);
}

@media (max-width: 860px) {
  .site-nav .nav-play {
    border-color: rgba(255, 43, 50, 0.22);
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.94rem;
  }

  .site-nav .nav-play:hover,
  .site-nav .nav-play:focus-visible {
    background: rgba(181, 21, 26, 0.14);
  }
}

@media (max-width: 860px) {
  body::before {
    background:
      url("../img/ghost-pk-emblem-round.png?v=20260606-0220") center 5.4rem / min(19rem, 68vw) auto no-repeat,
      radial-gradient(circle at 50% 5%, rgba(255, 43, 50, 0.18), transparent 18rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.22), rgba(3, 3, 4, 0.9) 62%);
    opacity: 0.92;
  }

  .site-nav::before,
  .server-hero-content::before,
  .home-info-card::before,
  .store-shell::before,
  .vote-shell::before,
  .checkout-shell::before,
  .leaderboard-shell::before,
  .competition-shell::before,
  .cart-shell::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url("../img/ghost-pk-emblem-round.png?v=20260606-0220") center / contain no-repeat;
    filter: drop-shadow(0 0 18px rgba(255, 43, 50, 0.22));
  }

  .site-nav {
    overflow: hidden;
  }

  .site-nav::before {
    inset: auto 0.7rem 0.55rem auto;
    width: 4.8rem;
    height: 4.8rem;
    opacity: 0.14;
  }

  .server-hero-content,
  .home-info-card,
  .store-shell,
  .vote-shell,
  .checkout-shell,
  .leaderboard-shell,
  .competition-shell,
  .cart-shell {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .server-hero-content::before {
    left: auto;
    top: 0.55rem;
    right: 0.65rem;
    width: 5.4rem;
    height: 5.4rem;
    opacity: 0.16;
    transform: none;
  }

  .home-info-card::before,
  .store-shell::before,
  .vote-shell::before,
  .checkout-shell::before,
  .leaderboard-shell::before,
  .competition-shell::before,
  .cart-shell::before {
    top: 0.7rem;
    right: 0.7rem;
    width: 4rem;
    height: 4rem;
    opacity: 0.1;
  }

  .home-donator-board::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    bottom: 0.6rem;
    width: 4rem;
    height: 4rem;
    background: url("../img/ghost-pk-emblem-round.png?v=20260606-0220") center / contain no-repeat;
    opacity: 0.11;
    pointer-events: none;
  }

  .home-donator-board {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  body::before {
    background:
      url("../img/ghost-pk-emblem-round.png?v=20260606-0220") center 4.8rem / min(16rem, 76vw) auto no-repeat,
      radial-gradient(circle at 50% 5%, rgba(255, 43, 50, 0.18), transparent 15rem),
      linear-gradient(180deg, rgba(3, 3, 4, 0.24), rgba(3, 3, 4, 0.92) 60%);
  }

  .server-hero-content::before {
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0.13;
  }
}

.site-header .top-status-bar {
  position: static;
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 0.55rem;
  transform: none;
}

.site-header .server-status {
  width: auto;
  min-width: 5.35rem;
  min-height: 2.25rem;
  padding: 0.46rem 0.66rem;
  border-radius: 999px;
}

.status-discord {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.68rem;
  border: 1px solid rgba(139, 149, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(88, 101, 242, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.12), 0 0 18px rgba(88, 101, 242, 0.18);
}

.status-discord:hover,
.status-discord:focus-visible {
  background: rgba(88, 101, 242, 0.34);
  box-shadow: inset 0 0 0 1px rgba(139, 149, 255, 0.24), 0 0 24px rgba(88, 101, 242, 0.32);
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .site-header .top-status-bar {
    order: 1;
    margin-left: 0;
  }

  .nav-toggle {
    order: 0;
  }

  .site-nav {
    order: 2;
  }

  .site-header .server-status {
    min-width: 4.4rem;
    min-height: 2.05rem;
    padding: 0.4rem 0.58rem;
  }
}

@media (min-width: 861px) {
  .site-header {
    justify-content: center;
  }

  .site-header .site-nav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(3, max-content) 9.7rem repeat(3, max-content) minmax(0, 1fr);
    column-gap: 1cm;
    row-gap: 0;
    justify-items: center;
    width: min(78rem, calc(100vw - 1rem));
    margin: 0 auto;
  }

  .site-header .site-nav > a:not(.nav-logo) {
    padding-right: 0.88rem;
    padding-left: 0.88rem;
  }

  .site-header .site-nav > a[href="index.html"]:not(.nav-logo) {
    grid-column: 2;
  }

  .site-header .site-nav > a[href="vote.html"] {
    grid-column: 3;
  }

  .site-header .site-nav > a[href="leaderboard.html"] {
    grid-column: 4;
  }

  .site-header .site-nav .nav-logo {
    position: relative;
    grid-column: 5;
    z-index: 2;
    margin: -1.35rem 0 -3.95rem;
    padding: 0;
    transform: none;
  }

  .site-header .site-nav > a[href="store.html"] {
    grid-column: 6;
    margin-left: 0;
  }

  .site-header .site-nav > a[href="store.html"]::before {
    content: none;
  }

  .site-header .site-nav > a[href="competition.html"] {
    grid-column: 7;
  }

  .site-header .site-nav > a[href="play.html"] {
    grid-column: 8;
  }

  .site-header .top-status-bar {
    position: absolute;
    top: calc(100% - 0.72rem);
    right: calc(50% - min(39rem, calc(50vw - 0.5rem)) + 0.9rem);
    gap: 0.25rem;
    margin-left: 0;
    transform: none;
  }
}



















