* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100vw;
  height: 100vh;
  background:
    radial-gradient(circle at center, rgba(120, 0, 0, 0.25), transparent 45%),
    linear-gradient(180deg, #090909 0%, #000 100%);
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  overflow: hidden;
}

.site-shell {
  width: 100vw;
  height: 100vh;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-panel {
  width: min(98vw, 1880px);
  height: min(92vh, 860px);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.92), rgba(20, 20, 20, 0.86)),
    url("/images/primecraze-zombietown.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.panel-header {
  height: 58px;
  min-height: 58px;
  background: #242424;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 38px;
  position: relative;
}

.server-name {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.close-button {
  width: 48px;
  height: 32px;
  background: #bd3030;
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-discord-button {
  margin-left: auto;
  margin-right: 18px;
  background: #5865f2;
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  box-shadow: 0 0 12px rgba(88, 101, 242, 0.35);
  transition: 0.18s ease;
}

.header-discord-button:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}


.footer-server-ip {
  text-align: center;
}



.mobile-menu-toggle {
  display: none;
}

.top-nav {
  min-height: 50px;
  display: flex;
  gap: 8px;
  padding: 8px 20px 0;
  background: #1f1f1f;
}

.nav-tab,
a.nav-tab {
  flex: 1 1 0;
  height: 42px;
  background: #383838;
  border: none;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tab:hover,
.nav-tab.active,
a.nav-tab:hover {
  background: #c53232;
  color: #fff;
}

.panel-content {
  position: relative;
  flex: 1;
  min-height: 0;
  padding: 56px 70px 0;
  background: transparent;
  overflow: hidden;
}

.content-scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 28px;
  padding-bottom: 70px;
  scrollbar-gutter: stable;
}

.content-scroll::-webkit-scrollbar {
  width: 10px;
}

.content-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.35);
}

.content-scroll::-webkit-scrollbar-thumb {
  background: #c53232;
}

.mobile-scroll-hint {
  display: none;
}

.mobile-scroll-hint.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}

.page-title {
  color: #d84a35;
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.server-details {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.25;
  text-transform: uppercase;
}

.server-details strong {
  color: #fff;
}

.server-details span,
.notice span,
.bottom-bar span,
.page-highlight {
  color: #d84a35;
}

.page-section {
  background: rgba(0, 0, 0, 0.48);
  padding: 20px;
  margin-top: 46px;
  margin-bottom: 22px;
  border-left: 4px solid #d13232;
  border-radius: 4px;
  max-width: 1250px;
}

.page-section:first-of-type {
  margin-top: 0;
}

.page-section h2 {
  color: #d84a35;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 18px;
}

.page-section p,
.page-section li {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.page-section p {
  margin-bottom: 10px;
}

.page-section ul {
  margin-left: 24px;
}

.page-section li {
  margin-bottom: 8px;
}

.notice {
  margin-top: 56px;
  max-width: 1250px;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.4;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.discord-button {
  margin-top: 28px;
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(180deg, #ff1a1a, #8b0000);
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  text-decoration: none;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 80, 80, 0.8);
  border-radius: 8px;
  box-shadow:
    0 0 18px rgba(255, 0, 0, 0.45),
    inset 0 0 12px rgba(255, 255, 255, 0.12);
  transition: 0.2s ease;
}

.discord-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ff3a3a, #b00000);
}

/* Command Cards */
.command-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 34px 22px;
  max-width: 1180px;
  margin-top: 38px;
}

.command-card {
  width: min(100%, 520px);
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  padding: 22px 22px 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.command-card h2 {
  margin-bottom: 18px;
}

.command-card p {
  margin-bottom: 12px;
}

.command-card p:last-child {
  margin-bottom: 0;
}

/* Social Cards */
.social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 34px 22px;
  max-width: 1180px;
  margin-top: 38px;
}

.social-card {
  width: min(100%, 520px);
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  padding: 22px 22px 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.social-card-title {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.social-card-title h2 {
  color: #d84a35;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 !important;
}

.social-card-title .social-card-icon {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  margin: 0 !important;
  display: inline-block !important;
  filter: drop-shadow(0 0 8px rgba(197, 50, 50, 0.65));
}

.social-card p {
  margin-bottom: 14px;
}

/* Kit Cards */
.kit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 34px 22px;
  max-width: 1180px;
  margin-top: 38px;
}

.kit-card {
  width: min(100%, 520px);
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  padding: 22px 22px 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.kit-card h2 {
  color: #d84a35;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 18px;
}

.kit-card p,
.kit-card li {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.kit-card p {
  margin-bottom: 14px;
}

.kit-card ul {
  margin-left: 24px;
}

.kit-card li {
  margin-bottom: 8px;
}

.kit-card-icon {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 26px auto 0;
  filter: drop-shadow(0 0 10px rgba(197, 50, 50, 0.75));
}

/* VIP Rank Cards */
.rank-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 34px 22px;
  max-width: 1600px;
  margin-top: 38px;
}

.rank-grid .rank-card {
  flex: 0 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  min-width: 360px;
}

.rank-card {
  background: rgba(20, 20, 20, 0.92);
  border-left: 4px solid #c53232;
  padding: 22px 22px 28px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.55);
}

.rank-banner,
.rank-card img.rank-banner {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  margin: 0 auto 22px !important;
  border-radius: 6px !important;
  background: rgba(0, 0, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 14px rgba(197, 50, 50, 0.35) !important;
}

.rank-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.rank-title-row h2 {
  margin: 0;
  color: #d84a35;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
}

.rank-price {
  display: inline-block;
  background: #c53232;
  color: #fff;
  padding: 8px 16px;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.35);
}

.rank-section {
  margin-top: 22px;
}

.rank-section h3 {
  color: #fff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.15rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rank-section p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rank-yes {
  color: #ffffff;
}

.rank-no {
  color: rgba(255, 255, 255, 0.72);
}

.check,
.rank-card .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
}

.xmark,
.rank-card .xmark {
  color: #ff3b3b !important;
  -webkit-text-fill-color: #ff3b3b !important;
  font-weight: 900 !important;
}

/* Footer */
.bottom-bar {
  height: 64px;
  min-height: 64px;
  background: rgba(36, 36, 36, 0.92);
  border-top: none;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 1rem !important;
  font-family: "Arial Black", Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  letter-spacing: 0 !important;
  filter: none !important;
  transform: none !important;
}

.nav-tab,
a.nav-tab,
.bottom-bar,
.bottom-bar strong,
.bottom-bar span,
.server-name,
.header-discord-button,
.close-button,
.mobile-menu-toggle {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.nav-tab,
a.nav-tab {
  font-family: "Arial Black", Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  filter: none !important;
  transform: none !important;
  font-size: 0.78rem !important;
}

.bottom-bar span {
  color: #d84a35 !important;
  -webkit-text-fill-color: #d84a35 !important;
  text-shadow: none !important;
}


/* Wipe Cycle Dashboard */
.wipe-intro {
  max-width: 1500px;
  margin: 0 0 32px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.wipe-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 56px;
  max-width: 1650px;
  padding-bottom: 30px;
}

.wipe-card {
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.wipe-card h2 {
  background: rgba(20, 20, 20, 0.45);
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px 8px;
  margin: 0;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.wipe-card p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
  padding: 0 24px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.wipe-card p:first-of-type {
  padding-top: 14px;
}

.wipe-card p:last-child {
  padding-bottom: 18px;
}

.wipe-card .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
  margin-right: 6px;
}

.wipe-card .dot {
  color: #d84a35 !important;
  -webkit-text-fill-color: #d84a35 !important;
  font-weight: 900 !important;
  margin-right: 8px;
}

.wipe-tip {
  grid-column: 1 / -1;
  background: rgba(35, 35, 35, 0.82);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.wipe-tip p {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.wipe-tip span,
.wipe-tip strong {
  color: #d84a35;
}


/* Socials Dashboard */
.socials-intro {
  max-width: 1500px;
  margin: 0 0 30px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.socials-info-block {
  max-width: 1500px;
  margin-bottom: 52px;
}

.socials-info-block h2 {
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.socials-info-block p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 4px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.socials-info-block .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
  margin-right: 8px;
}

.socials-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 1500px;
  margin: 0 auto;
}

.social-link-card,
a.social-link-card {
  min-height: 130px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(55, 55, 55, 0.92);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, filter 0.18s ease;
}

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

.social-link-card.website-card {
  background: rgba(55, 55, 55, 0.92);
}

.social-link-card.discord-card {
  background: rgba(83, 96, 159, 0.92);
}

.social-link-card.store-card {
  background: rgba(75, 108, 54, 0.92);
}

.social-link-icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.45));
}

.social-link-text h2 {
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 26px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.social-link-text p {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  word-break: break-word;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}


/* VIP Ranks Dashboard */
.vip-intro {
  max-width: 1500px;
  margin: 0 0 30px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.vip-info-block {
  max-width: 1500px;
  margin-bottom: 52px;
}

.vip-info-block h2 {
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.vip-info-block p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 4px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.vip-info-block .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
  margin-right: 8px;
}

.vip-link-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 1500px;
  margin: 0 auto 42px;
}

.vip-link-card,
a.vip-link-card {
  min-height: 130px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(55, 55, 55, 0.92);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, filter 0.18s ease;
}

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

.vip-link-card.website-card {
  background: rgba(55, 55, 55, 0.92);
}

.vip-link-card.shop-card {
  background: rgba(118, 61, 52, 0.92);
}

.vip-link-card.discord-card {
  background: rgba(83, 96, 159, 0.92);
}

.vip-link-icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.45));
}

.vip-link-text h2 {
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 26px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.vip-link-text p {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  word-break: break-word;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.vip-rank-section-title {
  max-width: 1500px;
  margin: 18px 0 0;
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}


/* Rules Dashboard */
.rules-intro {
  max-width: 1500px;
  margin: 0 0 32px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rules-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 56px;
  max-width: 1650px;
  padding-bottom: 30px;
}

.rules-card {
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.rules-card h2 {
  background: rgba(20, 20, 20, 0.45);
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px 8px;
  margin: 0;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rules-card p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(0.9rem, 1.15vw, 1.1rem);
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
  padding: 0 24px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rules-card p:first-of-type {
  padding-top: 14px;
}

.rules-card p:last-child {
  padding-bottom: 18px;
}

.rules-card .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
  margin-right: 6px;
}

.rules-tip {
  grid-column: 1 / -1;
  background: rgba(35, 35, 35, 0.82);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.rules-tip p {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rules-tip span {
  color: #d84a35;
}


/* Commands Dashboard */
.commands-intro {
  max-width: 1500px;
  margin: 0 0 32px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.commands-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 38px;
  max-width: 1650px;
  padding-bottom: 30px;
}

.command-card {
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.command-card h2 {
  background: rgba(20, 20, 20, 0.45);
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px 8px;
  margin: 0;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.command-card p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(0.82rem, 0.95vw, 0.98rem);
  line-height: 1.45;
  color: #ffffff;
  margin: 0;
  padding: 0 18px 6px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.command-card p:first-of-type {
  padding-top: 14px;
}

.command-card p:last-child {
  padding-bottom: 18px;
}

.command-card .command-desc {
  color: rgba(255, 255, 255, 0.88);
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(0.82rem, 0.95vw, 0.98rem);
  line-height: 1.45;
  margin-bottom: 8px;
}

.command-card .cmd {
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  margin-right: 8px;
}

.command-card .note {
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  margin-right: 6px;
}

.commands-tip {
  grid-column: 1 / -1;
  background: rgba(35, 35, 35, 0.82);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.commands-tip p {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.commands-tip span,
.commands-tip strong {
  color: #d84a35;
}


/* Home Dashboard */
.home-intro {
  max-width: 1500px;
  margin: 0 0 32px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
  line-height: 1.45;
  color: #ffffff;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.home-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 56px;
  max-width: 1650px;
  padding-bottom: 30px;
}

.home-card {
  background: rgba(35, 35, 35, 0.82);
  border-left: 4px solid #c53232;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.home-card h2 {
  background: rgba(20, 20, 20, 0.45);
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px 8px;
  margin: 0;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.home-card p {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  padding: 0 22px 4px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.home-card p:first-of-type {
  padding-top: 14px;
}

.home-card p:last-child {
  padding-bottom: 18px;
}

.home-card .check {
  color: #28ff5a !important;
  -webkit-text-fill-color: #28ff5a !important;
  font-weight: 900 !important;
  margin-right: 6px;
}

.home-card .label,
.home-card .cmd {
  color: #d84a35;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  margin-right: 6px;
}

.home-tip {
  grid-column: 1 / -1;
  background: rgba(35, 35, 35, 0.82);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.home-tip p {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.home-tip span {
  color: #d84a35;
}

/* Mobile Layout */
@media (max-width: 900px) {
  html,
  body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .site-shell {
    width: 100vw;
    height: 100vh;
    padding: 0;
  }

  .info-panel {
    width: 100%;
    height: 100vh;
  }

  .panel-header {
    height: 70px;
    min-height: 70px;
    padding: 0 14px 0 18px;
  }

  .server-name {
    font-size: 1.35rem;
  }

  .header-discord-button {
    display: none;
  }

  .close-button {
    width: 54px;
    height: 42px;
  }

  .mobile-menu-toggle {
    display: block;
    width: calc(100% - 24px);
    height: 50px;
    min-height: 50px;
    margin: 10px 12px;
    background: #c53232;
    color: #fff;
    border: none;
    font-family: inherit;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .top-nav {
    display: none;
    padding: 0 12px 12px;
    background: #1f1f1f;
  }

  .top-nav.open {
    display: block;
  }

  .nav-tab,
  a.nav-tab {
    width: 100%;
    height: 48px;
    margin-bottom: 8px;
    flex: none;
    background: #383838;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-tab.active,
  .nav-tab:hover,
  a.nav-tab:hover {
    background: #c53232;
    color: #fff;
  }

  .nav-tab:last-child,
  a.nav-tab:last-child {
    margin-bottom: 0;
  }

  .panel-content {
    flex: 1;
    min-height: 0;
    padding: 38px 22px 0;
  }

  .content-scroll {
    height: 100%;
    overflow-y: scroll;
    padding-right: 8px;
    padding-bottom: 85px;
    scrollbar-gutter: stable;
  }

  .mobile-scroll-hint {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translateX(-50%);
    padding: 8px 14px;
    background: rgba(197, 50, 50, 0.9);
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 0.85rem;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(255, 0, 0, 0.45);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .page-title {
    font-size: clamp(3rem, 12vw, 4.2rem);
    line-height: 1.05;
    margin-bottom: 30px;
  }

  .server-details {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .page-section {
    margin-top: 46px;
  }

  .page-section:first-of-type {
    margin-top: 0;
  }

  .page-section h2 {
    margin-bottom: 20px;
  }

  .page-section p,
  .page-section li {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .page-section p {
    margin-bottom: 14px;
  }

  .page-section li {
    margin-bottom: 10px;
  }

  .notice {
    margin-top: 56px;
    font-size: 1.05rem;
  }

  .discord-button {
    width: 100%;
    max-width: 360px;
    text-align: center;
    font-size: 1.15rem;
    padding: 16px 22px;
  }

  .command-grid,
  .social-grid,
  .kit-grid,
  .rank-grid {
    display: block;
    margin-top: 34px;
  }

  .command-card,
  .social-card,
  .kit-card,
  .rank-card,
  .rank-grid .rank-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px 18px 22px;
    margin-bottom: 34px;
    background: rgba(35, 35, 35, 0.82);
    border-left: 4px solid #c53232;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }

  .command-card h2,
  .kit-card h2 {
    margin-bottom: 20px;
  }

  .command-card p,
  .kit-card p,
  .kit-card li {
    margin-bottom: 14px;
    line-height: 1.6;
  }

  .command-card:last-child,
  .social-card:last-child,
  .kit-card:last-child,
  .rank-card:last-child {
    margin-bottom: 0;
  }

  .social-card-title {
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .social-card-title h2 {
    font-size: 2.1rem;
  }

  .social-card-title .social-card-icon {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
  }

  .kit-card-icon {
    width: 220px;
    max-width: 90%;
    margin: 22px auto 0;
  }

  .rank-title-row {
    align-items: center;
  }

  .rank-title-row h2 {
    font-size: 3rem;
  }

  .rank-price {
    font-size: 1rem;
    padding: 8px 14px;
  }

  .bottom-bar {
    height: auto;
    min-height: 92px;
    padding: 18px 20px 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wipe-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .wipe-dashboard {
    display: block;
    padding-bottom: 20px;
  }

  .wipe-card,
  .wipe-tip {
    width: 100%;
    margin-bottom: 22px;
  }

  .wipe-card h2 {
    font-size: 1.35rem;
    padding: 10px 12px 8px;
  }

  .wipe-card p {
    font-size: 1rem;
    line-height: 1.45;
    padding-left: 18px;
    padding-right: 18px;
  }

  .wipe-tip {
    padding: 16px 18px;
    text-align: left;
  }

  .wipe-tip p {
    font-size: 1rem;
  }


  .socials-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .socials-info-block {
    margin-bottom: 34px;
  }

  .socials-info-block h2 {
    font-size: 1.5rem;
  }

  .socials-info-block p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .socials-dashboard {
    display: block;
    margin: 0;
  }

  .social-link-card,
  a.social-link-card {
    width: 100%;
    min-height: 112px;
    padding: 18px;
    margin-bottom: 22px;
    gap: 18px;
  }

  .social-link-icon {
    width: 72px;
    height: 72px;
  }

  .social-link-text h2 {
    font-size: 1.05rem;
    margin-bottom: 14px;
  }

  .social-link-text p {
    font-size: 0.78rem;
  }


  .vip-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .vip-info-block {
    margin-bottom: 34px;
  }

  .vip-info-block h2 {
    font-size: 1.5rem;
  }

  .vip-info-block p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .vip-link-dashboard {
    display: block;
    margin: 0 0 34px;
  }

  .vip-link-card,
  a.vip-link-card {
    width: 100%;
    min-height: 112px;
    padding: 18px;
    margin-bottom: 22px;
    gap: 18px;
  }

  .vip-link-icon {
    width: 72px;
    height: 72px;
  }

  .vip-link-text h2 {
    font-size: 1.05rem;
    margin-bottom: 14px;
  }

  .vip-link-text p {
    font-size: 0.78rem;
  }

  .vip-rank-section-title {
    font-size: 1.5rem;
  }


  .rules-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .rules-dashboard {
    display: block;
    padding-bottom: 20px;
  }

  .rules-card,
  .rules-tip {
    width: 100%;
    margin-bottom: 22px;
  }

  .rules-card h2 {
    font-size: 1.35rem;
    padding: 10px 12px 8px;
  }

  .rules-card p {
    font-size: 1rem;
    line-height: 1.45;
    padding-left: 18px;
    padding-right: 18px;
  }

  .rules-tip {
    padding: 16px 18px;
    text-align: left;
  }

  .rules-tip p {
    font-size: 1rem;
  }


  .commands-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .commands-dashboard {
    display: block;
    padding-bottom: 20px;
  }

  .command-card,
  .commands-tip {
    width: 100%;
    margin-bottom: 22px;
  }

  .command-card h2 {
    font-size: 1.25rem;
    padding: 10px 12px 8px;
  }

  .command-card p,
  .command-card .command-desc {
    font-size: 0.95rem;
    line-height: 1.45;
    padding-left: 18px;
    padding-right: 18px;
  }

  .commands-tip {
    padding: 16px 18px;
    text-align: left;
  }

  .commands-tip p {
    font-size: 1rem;
  }


  .home-intro {
    font-size: 1.05rem;
    margin-bottom: 26px;
  }

  .home-dashboard {
    display: block;
    padding-bottom: 20px;
  }

  .home-card,
  .home-tip {
    width: 100%;
    margin-bottom: 22px;
  }

  .home-card h2 {
    font-size: 1.25rem;
    padding: 10px 12px 8px;
  }

  .home-card p {
    font-size: 1rem;
    line-height: 1.45;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-tip {
    padding: 16px 18px;
    text-align: left;
  }

  .home-tip p {
    font-size: 1rem;
  }

}

.footer-server-ip span {
  color: #d84a35 !important;
  -webkit-text-fill-color: #d84a35 !important;
}
