:root {
  --sk-night: #07080a;
  --sk-night-soft: #0b0d10;
  --sk-panel: #12161b;
  --sk-panel-light: #191e25;
  --sk-red: #d10b2f;
  --sk-red-bright: #ff3158;
  --sk-steel: #f2f4f7;
  --sk-muted: #969da6;
  --sk-line: rgba(255, 255, 255, 0.1);
  --sk-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --sk-radius: 18px;
  --sk-shell: min(1180px, calc(100vw - 40px));
  --sk-content: min(780px, calc(100vw - 40px));
}

/* Forum integration: make bbPress topics feel like the rest of the community. */
#bbpress-forums .bbp-template-notice {
  margin: 0 0 20px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 49, 88, 0.22);
  border-radius: 12px;
  color: var(--sk-muted);
  background: linear-gradient(135deg, rgba(209, 11, 47, 0.1), rgba(18, 22, 27, 0.92));
}

#bbpress-forums .bbp-template-notice p,
#bbpress-forums .bbp-template-notice ul {
  margin: 0;
}

#bbpress-forums .bbp-template-notice a {
  color: #fff;
}

#bbpress-forums .bbp-replies {
  border-color: var(--sk-line) !important;
  border-radius: var(--sk-radius) !important;
  background: rgba(18, 22, 27, 0.94) !important;
  box-shadow: var(--sk-shadow);
}

#bbpress-forums .bbp-replies > .bbp-header {
  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 12px 18px !important;
  border-bottom: 1px solid var(--sk-line) !important;
  color: var(--sk-muted);
  background: rgba(7, 8, 10, 0.72) !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#bbpress-forums .bbp-replies > .bbp-header .bbp-reply-author,
#bbpress-forums .bbp-replies > .bbp-header .bbp-reply-content {
  float: none !important;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}

#bbpress-forums .bbp-replies > .bbp-header .bbp-reply-content {
  text-align: left;
}

#bbpress-forums .bbp-replies > .bbp-body > div:not(.bbp-reply-header) {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--sk-line);
  background: linear-gradient(145deg, rgba(25, 30, 37, 0.94), rgba(11, 13, 17, 0.96));
}

#bbpress-forums .bbp-replies > .bbp-body > div:not(.bbp-reply-header):first-child {
  border-top: 0;
}

#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-author,
#bbpress-forums .bbp-replies .bbp-body div.bbp-topic-author {
  float: none !important;
  width: auto !important;
  min-height: 0;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 24px 16px !important;
  border-right: 1px solid var(--sk-line);
  text-align: center !important;
  background: rgba(7, 8, 10, 0.38);
}

#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-content,
#bbpress-forums .bbp-replies .bbp-body div.bbp-topic-content {
  clear: none !important;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 28px 30px !important;
  color: #d8dce1;
  background: transparent;
}

#bbpress-forums .bbp-reply-header {
  padding: 12px 18px !important;
  border-bottom: 1px solid var(--sk-line) !important;
  color: var(--sk-muted);
  background: rgba(7, 8, 10, 0.72) !important;
}

#bbpress-forums .bbp-reply-header .bbp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#bbpress-forums .bbp-reply-post-date {
  color: var(--sk-muted);
  font-size: 11px;
}

#bbpress-forums .bbp-reply-header a.bbp-reply-permalink {
  float: none;
  margin-left: auto;
  color: #8d96a3;
  font-size: 11px;
}

#bbpress-forums .bbp-reply-header a.bbp-reply-permalink:hover,
#bbpress-forums .bbp-admin-links a:hover {
  color: var(--sk-red-bright);
}

#bbpress-forums .bbp-admin-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  float: none !important;
  margin-left: auto;
  color: transparent;
  font-size: 0;
}

#bbpress-forums .bbp-admin-links a {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid rgba(196, 205, 218, 0.16);
  border-radius: 6px;
  color: #aeb6c1;
  background: rgba(196, 205, 218, 0.06);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#bbpress-forums .bbp-author-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  color: #fff;
}

#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-author .bbp-author-avatar,
#bbpress-forums .bbp-replies .bbp-body div.bbp-topic-author .bbp-author-avatar {
  display: grid;
  width: 80px;
  height: 80px;
  margin: 0 auto !important;
  place-items: center;
  border: 2px solid rgba(255, 49, 88, 0.52);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(209, 11, 47, 0.16);
  box-shadow: 0 0 22px rgba(209, 11, 47, 0.18);
}

#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-author .bbp-author-avatar img.avatar,
#bbpress-forums .bbp-replies .bbp-body div.bbp-topic-author .bbp-author-avatar img.avatar {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit;
  object-fit: cover;
}

#bbpress-forums .bbp-template-notice .bbp-author-avatar {
  display: inline;
  width: auto;
  height: auto;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

#bbpress-forums .bbp-template-notice .bbp-author-avatar img.avatar {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

#bbpress-forums .bbp-template-notice .bbp-author-link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
  vertical-align: middle;
}

#bbpress-forums .bbp-template-notice .bbp-author-name {
  display: inline !important;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
}

#bbpress-forums .bbp-author-name {
  display: block !important;
  margin: 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
}

#bbpress-forums .bbp-author-role {
  margin-top: 9px;
  color: var(--sk-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#bbpress-forums .bbp-reply-ip,
#bbpress-forums .bbp-author-ip {
  display: none !important;
}

#bbpress-forums .bbp-author-rank {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-top: 13px;
}

#bbpress-forums .bbp-author-rank .community-identity-badges {
  justify-content: center;
  margin: 0;
}

#bbpress-forums .bbp-reply-content > p,
#bbpress-forums .bbp-topic-content > p {
  margin: 0;
  color: #e4e8ee;
  font-size: 16px;
  line-height: 1.7;
}

#bbpress-forums .sk-forum-reactions {
  margin-top: 24px;
  padding-top: 16px;
}

@media (max-width: 720px) {
  #bbpress-forums .bbp-replies > .bbp-header {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  #bbpress-forums .bbp-replies > .bbp-header .bbp-reply-content {
    display: none;
  }

  #bbpress-forums .bbp-replies > .bbp-body > div:not(.bbp-reply-header) {
    grid-template-columns: 1fr;
  }

  #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-author,
  #bbpress-forums .bbp-replies .bbp-body div.bbp-topic-author {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 18px !important;
    border-right: 0;
    border-bottom: 1px solid var(--sk-line);
    text-align: left !important;
  }

  #bbpress-forums .bbp-author-link {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-author .bbp-author-avatar,
  #bbpress-forums .bbp-replies .bbp-body div.bbp-topic-author .bbp-author-avatar {
    width: 64px;
    height: 64px;
    margin: 0 !important;
  }

  #bbpress-forums .bbp-author-role,
  #bbpress-forums .bbp-author-rank {
    grid-column: 2;
    align-items: flex-start;
  }

  #bbpress-forums .bbp-author-role {
    margin-top: 0;
  }

  #bbpress-forums .bbp-author-rank {
    margin-top: 0;
  }

  #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-content,
  #bbpress-forums .bbp-replies .bbp-body div.bbp-topic-content {
    padding: 20px 18px !important;
  }

  #bbpress-forums .bbp-reply-header .bbp-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  #bbpress-forums .bbp-reply-header a.bbp-reply-permalink,
  #bbpress-forums .bbp-admin-links {
    margin-left: 0;
  }

  #bbpress-forums .bbp-admin-links {
    gap: 5px;
  }

  #bbpress-forums .bbp-reply-content > p,
  #bbpress-forums .bbp-topic-content > p {
    font-size: 15px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

section[id],
article[id] {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--sk-steel);
  background:
    url('../images/background-4k-first-upscaled.png') center top / max(1920px, 100vw) auto no-repeat fixed,
    var(--sk-night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(209, 11, 47, 0.13), transparent 30%),
    radial-gradient(circle at 84% 40%, rgba(209, 11, 47, 0.08), transparent 28%);
  content: "";
  pointer-events: none;
}

body.nav-is-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sk-red-bright);
  outline-offset: 4px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--sk-red);
  white-space: normal;
}

.shell {
  width: var(--sk-shell);
  margin-inline: auto;
}

.shell--content {
  width: var(--sk-content);
}

.shell--narrow {
  width: min(960px, calc(100vw - 40px));
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--sk-line);
  background: rgba(7, 8, 10, 0.84);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-header__member {
  min-height: 40px;
  flex: 0 0 auto;
  gap: 8px;
  margin-top: 0;
  padding-inline: 13px;
  border-color: rgba(255, 49, 88, 0.32);
  background: rgba(209, 11, 47, 0.12);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.site-header__member:hover {
  border-color: rgba(255, 49, 88, 0.65);
  background: rgba(209, 11, 47, 0.22);
}

.site-header__admin {
  min-height: 40px;
  padding-inline: 13px;
  border-color: rgba(242, 244, 247, 0.2);
  color: #d8dde4;
  background: rgba(242, 244, 247, 0.06);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.site-header__admin:hover {
  border-color: rgba(255, 49, 88, 0.5);
  color: #fff;
  background: rgba(209, 11, 47, 0.16);
}

.site-header__member-icon {
  color: var(--sk-red-bright);
  font-size: 9px;
  font-weight: 900;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 62px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(209, 11, 47, 0.32));
}

.brand__type {
  display: grid;
  line-height: 1;
}

.brand__type strong {
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.brand__type small {
  margin-top: 7px;
  color: var(--sk-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand__custom-logo .custom-logo-link {
  display: block;
}

.brand__custom-logo img {
  width: auto;
  max-height: 56px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #c8cdd4;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
  color: #fff;
  background: rgba(209, 11, 47, 0.18);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle__line {
  display: block;
  width: 21px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 9vw, 128px);
}

.hero::before {
  position: absolute;
  top: -18%;
  right: -14%;
  width: min(760px, 70vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.018),
    0 0 0 140px rgba(255, 255, 255, 0.012);
  content: "";
}

.hero__banner {
  position: relative;
  z-index: 1;
  width: min(1800px, calc(100vw - 40px));
  margin-inline: auto;
  margin-bottom: clamp(6px, 1vw, 14px);
}

.hero__banner-frame {
  position: relative;
  display: grid;
  aspect-ratio: 2161 / 728;
  min-height: clamp(220px, 22vw, 560px);
  place-items: center;
  overflow: hidden;
  border: 0;
  background: transparent;
  isolation: isolate;
}

.hero__banner-frame::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.18), transparent 30%, transparent 70%, rgba(7, 8, 10, 0.18)),
    linear-gradient(180deg, rgba(7, 8, 10, 0.08), transparent 28%, transparent 62%, rgba(7, 8, 10, 0.34));
  content: "";
  pointer-events: none;
}

.hero__banner-frame::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(72px, 12vw, 148px);
  background: linear-gradient(180deg, rgba(7, 8, 10, 0), rgba(7, 8, 10, 0.34) 68%, rgba(7, 8, 10, 0.08) 100%);
  content: "";
  pointer-events: none;
}

.hero__banner-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.55));
}

.hero__banner-frame > img {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 4.5%, #000 95.5%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 4.5%, #000 95.5%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-composite: intersect;
}

.hero__banner-logo {
  position: absolute;
  z-index: 3;
  top: clamp(10px, 4.5%, 28px);
  left: 50%;
  display: grid;
  width: clamp(240px, 28vw, 420px);
  max-width: calc(100% - 28px);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero__banner-logo img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.7));
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  min-height: 470px;
  margin-top: clamp(-50px, -4vw, -28px);
  padding-top: clamp(52px, 6vw, 88px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--sk-red-bright);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.section h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 7.2vw, 105px);
}

.hero h1 em {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 49, 88, 0.88);
  font-style: normal;
}

.hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #bac0c8;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero__actions,
.cta-panel {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero__actions {
  margin-top: 34px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #f21945, #ae061f);
  box-shadow: 0 14px 34px rgba(209, 11, 47, 0.28);
}

.button--primary:hover {
  box-shadow: 0 18px 42px rgba(209, 11, 47, 0.4);
}

.button--ghost {
  color: #f0f2f5;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.button--ghost:hover {
  border-color: rgba(255, 49, 88, 0.55);
  background: rgba(209, 11, 47, 0.1);
}

.button--small {
  min-height: 42px;
  margin-top: 18px;
  padding-inline: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.hero__facts {
  display: flex;
  gap: clamp(22px, 4vw, 46px);
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero__facts li {
  display: grid;
  gap: 2px;
}

.hero__facts strong {
  color: #fff;
  font-size: 23px;
}

.hero__facts span {
  color: var(--sk-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.hero__visual::before {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(209, 11, 47, 0.24);
  box-shadow: 0 0 120px 50px rgba(209, 11, 47, 0.14);
  content: "";
  filter: blur(12px);
}

.hero__visual img {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.62));
  transform: rotate(-1deg);
}

.hero__rings {
  position: absolute;
  width: 84%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hero__rings::before,
.hero__rings::after {
  position: absolute;
  inset: 11%;
  border: 1px dashed rgba(255, 49, 88, 0.22);
  border-radius: inherit;
  content: "";
}

.hero__rings::after {
  inset: 23%;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.07);
}

.hero__tag {
  position: absolute;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #fff;
  background: rgba(8, 9, 11, 0.82);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hero__tag--one {
  top: 22%;
  right: 2%;
}

.hero__tag--two {
  bottom: 20%;
  left: 0;
}

.hero__ticker {
  position: relative;
  margin-top: 58px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.018);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(17px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}

.hero__ticker-track {
  display: flex;
  width: max-content;
  animation: sk-ticker 72s linear infinite;
}

.hero__ticker:hover .hero__ticker-track,
.hero__ticker:focus-within .hero__ticker-track {
  animation-play-state: paused;
}

.hero__ticker-run {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 28px);
  padding: 18px 0;
}

.ticker-game {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-inline: 2px;
}

.ticker-game > i {
  display: none;
}

.ticker-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 4px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 42%), linear-gradient(145deg, rgba(209, 11, 47, 0.72), rgba(24, 11, 18, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 -5px 10px rgba(0, 0, 0, 0.32), 0 2px 7px rgba(0, 0, 0, 0.34);
  background-repeat: no-repeat;
  background-origin: border-box;
}

.ticker-icon--logo {
  padding: 5px;
  background-color: rgba(8, 10, 14, 0.86);
  background-clip: padding-box;
  background-origin: border-box;
}

.ticker-icon--bf2,
.ticker-icon--bf5,
.ticker-icon--bf6,
.ticker-icon--df,
.ticker-icon--cs { color: #ff4967; }

.ticker-icon--wot,
.ticker-icon--wows,
.ticker-icon--dayz,
.ticker-icon--mh { color: #f0b65a; }

.ticker-icon--ac,
.ticker-icon--en,
.ticker-icon--val,
.ticker-icon--wwm { color: #c98cff; }

.ticker-icon--f76,
.ticker-icon--fc,
.ticker-icon--oh,
.ticker-icon--nrk { color: #78d6a6; }

.ticker-icon--ff,
.ticker-icon--tl,
.ticker-icon--nw,
.ticker-icon--hog { color: #8ddcff; }

.ticker-icon--gta,
.ticker-icon--pp,
.ticker-icon--bl,
.ticker-icon--hit { color: #fff; }

.ticker-icon--bf2 { color: #ffcf68; background: linear-gradient(145deg, #71321e, #170d0d); }
.ticker-icon--bf5 { color: #e9edf2; background: linear-gradient(145deg, #45515d, #11161b); }
.ticker-icon--bf6 { color: #ff536b; background: linear-gradient(145deg, #471d2b, #100d15); }
.ticker-icon--df { color: #f4c56b; background: linear-gradient(145deg, #5b3c1b, #17120b); }
.ticker-icon--dayz { color: #cbd48d; background: linear-gradient(145deg, #38432a, #111712); }
.ticker-icon--wot { color: #e5b76a; background: linear-gradient(145deg, #4e391e, #17120b); }
.ticker-icon--wows { color: #a9dcf0; background: linear-gradient(145deg, #21465b, #0c1620); }
.ticker-icon--ac { color: #d6d9dc; background: linear-gradient(145deg, #4a4d52, #131518); }
.ticker-icon--hit { color: #eb334f; background: linear-gradient(145deg, #491b24, #130d10); }
.ticker-icon--f76 { color: #7dd6ff; background: linear-gradient(145deg, #1d566c, #0b1820); }
.ticker-icon--fc { color: #d9a85e; background: linear-gradient(145deg, #58411f, #191209); }
.ticker-icon--mh { color: #f2d26f; background: linear-gradient(145deg, #66501e, #1a1308); }
.ticker-icon--oh { color: #79e3aa; background: linear-gradient(145deg, #1f5c45, #0b1b15); }
.ticker-icon--en { color: #ce9aff; background: linear-gradient(145deg, #4b2f70, #140d22); }
.ticker-icon--val { color: #e6b86d; background: linear-gradient(145deg, #4b321e, #15100c); }
.ticker-icon--nw { color: #8ee8dc; background: linear-gradient(145deg, #1a5a58, #0b1719); }
.ticker-icon--tl { color: #99d8ff; background: linear-gradient(145deg, #275078, #0d1420); }
.ticker-icon--ff { color: #c9f2ff; background: linear-gradient(145deg, #35637d, #101a24); }
.ticker-icon--gta { color: #e6e6e6; background: linear-gradient(145deg, #4a4a4a, #111111); }
.ticker-icon--nrk { color: #ef83b9; background: linear-gradient(145deg, #60223e, #180e18); }
.ticker-icon--wwm { color: #e7bd86; background: linear-gradient(145deg, #5f4027, #19110d); }
.ticker-icon--pp { color: #ffdd74; background: linear-gradient(145deg, #5f3f1f, #191009); }
.ticker-icon--bl { color: #70c9ff; background: linear-gradient(145deg, #214f74, #0d1620); }
.ticker-icon--hog { color: #e7c778; background: linear-gradient(145deg, #4e3822, #17110d); }
.ticker-icon--cs { color: #f1ae55; background: linear-gradient(145deg, #5c3217, #170d0a); }

.ticker-icon--bf2,
.ticker-icon--bf5,
.ticker-icon--bf6,
.ticker-icon--wot,
.ticker-icon--wows,
.ticker-icon--bl {
  border-radius: 9px 4px 9px 4px;
}

.ticker-game > span {
  color: rgba(255, 255, 255, 0.58);
}

.hero__ticker b {
  color: rgba(209, 11, 47, 0.55);
}

@keyframes sk-ticker {
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(74px, 9vw, 124px) 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.section-heading__note {
  max-width: 390px;
  margin: 0;
  color: var(--sk-muted);
  font-size: 13px;
  text-align: right;
}

.section h2,
.page-hero h1 {
  font-size: clamp(38px, 5.3vw, 72px);
}

.text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #d5d9df;
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  color: var(--sk-red-bright);
}

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

.status-grid--events {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.status-card,
.news-card,
.entry-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sk-line);
  border-radius: var(--sk-radius);
  background: linear-gradient(150deg, rgba(28, 33, 41, 0.91), rgba(14, 17, 21, 0.95));
  box-shadow: var(--sk-shadow);
}

.status-card {
  min-height: 310px;
  padding: 28px;
}

.status-card::after {
  position: absolute;
  right: -45px;
  bottom: -60px;
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.018);
}

.status-card--accent {
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 91, 123, 0.22), transparent 30%),
    linear-gradient(145deg, #c30a2b, #620515);
}

.status-card__top {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #54eb82;
  box-shadow: 0 0 14px rgba(84, 235, 130, 0.8);
}

.status-card h3,
.news-card h3,
.entry-card h2 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.1;
}

.status-card p {
  max-width: 39ch;
  margin: 0;
  color: #aeb4bc;
}

.status-card--accent p {
  color: rgba(255, 255, 255, 0.78);
}

.status-card__icon {
  color: rgba(255, 255, 255, 0.12);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.status-card__label {
  margin-top: 25px !important;
  color: var(--sk-red-bright) !important;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-card--event,
.status-card--empty {
  display: flex;
  min-height: 270px;
  flex-direction: column;
}

.status-card--event h3,
.status-card--empty h3 {
  margin-top: 10px;
  font-size: clamp(22px, 2vw, 30px);
}

.status-card__event-mark {
  color: var(--sk-red-bright);
  font-size: 18px;
  line-height: 1;
}

.status-card__event-date {
  margin-top: 24px !important;
  color: var(--sk-red-bright) !important;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-card__event-location {
  margin-top: 0 !important;
  color: #d5d9df !important;
  font-size: 13px;
}

.status-card__event-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
  color: #aeb4bc;
  font-size: 12px;
}

.status-card__event-meta .text-link {
  padding-bottom: 3px;
  font-size: 11px;
}

.status-card--empty {
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 91, 123, 0.14), transparent 30%),
    linear-gradient(150deg, rgba(28, 33, 41, 0.91), rgba(14, 17, 21, 0.95));
}

.section--live {
  border-block: 1px solid rgba(255, 255, 255, 0.055);
  background: transparent;
}

.server-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.server-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--sk-line);
  border-radius: var(--sk-radius);
  background: linear-gradient(145deg, rgba(27, 32, 39, 0.94), rgba(12, 14, 18, 0.97));
  box-shadow: var(--sk-shadow);
}

.server-card__top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--sk-red-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.server-card__game-label {
  color: var(--sk-muted);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.server-card__game {
  overflow: hidden;
  color: var(--sk-red-bright);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-card__top small {
  margin-left: auto;
  color: var(--sk-muted);
  font-size: 9px;
}

.server-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid rgba(84, 235, 130, 0.22);
  border-radius: 999px;
  color: #bfeccb;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1;
}

.server-card__status .live-dot {
  width: 6px;
  height: 6px;
}

.server-card__status.is-online,
.panel-heading__status.is-online {
  color: #bfeccb;
}

.server-card__status.is-offline,
.panel-heading__status.is-offline {
  border-color: rgba(255, 95, 95, 0.25);
  color: #ffb4b4;
}

.server-card__status.is-unknown,
.panel-heading__status.is-unknown {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--sk-muted);
}

.sk-live-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.sk-live-card .sk-live-metrics {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(4, 6, 9, 0.64);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.24);
}

.sk-live-metrics > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.sk-live-card .sk-live-summary > div {
  padding: 10px 12px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
}

.sk-live-card .sk-live-summary > div:last-child {
  border-right: 0;
}

.server-card__logo {
  display: grid;
  width: min(100%, 176px);
  height: 58px;
  margin: 0 0 16px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background-color: rgba(4, 6, 9, 0.76);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.server-card__logo--image {
  padding: 6px 10px;
  background-clip: padding-box;
}

/* The Conan artwork is intentionally dark bronze on transparency. A gentle
   lift and warm glow keeps the official mark visible on the dark card without
   changing the other game logos. */
.server-card__logo--conan {
  filter: brightness(1.45) contrast(1.18) drop-shadow(0 0 7px rgba(240, 157, 74, 0.48));
}

.server-card__logo--fallback {
  padding: 8px;
}

.sk-live-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(27, 32, 39, 0.9), rgba(12, 14, 18, 0.96));
}

.sk-live-card::before,
.sk-live-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: '';
}

.sk-live-card::before {
  opacity: .82;
  background: var(--sk-live-art, radial-gradient(circle at 80% 10%, rgba(255, 49, 88, .28), transparent 55%));
  background-position: center;
  background-size: cover;
  mix-blend-mode: screen;
}

.sk-live-card::after {
  background: linear-gradient(90deg, rgba(5, 7, 10, .96) 0%, rgba(5, 7, 10, .7) 45%, rgba(5, 7, 10, .86) 100%);
}

/* Assigned map artwork sits behind the live values while the left-side
   gradient keeps the game, server name and metrics readable. */
.sk-live-card.has-map-preview::before {
  opacity: .94;
  background-position: center;
  background-size: cover;
  filter: saturate(1.12) contrast(1.08) brightness(1.04);
  mix-blend-mode: normal;
}

.sk-live-card.has-map-preview::after {
  /* The artwork should remain clearly visible; only a light readability
     gradient is kept behind the live values. */
  background: linear-gradient(90deg, rgba(5, 7, 10, .68) 0%, rgba(5, 7, 10, .18) 46%, rgba(5, 7, 10, .38) 100%);
}

/* Eigene, lizenzfreie Spielmotive: atmosphärische Farb- und Formwelten statt
   fremder Logos oder kopierter GameTracker-Grafiken. */
.sk-live-card--bf2 {
  --sk-live-art: linear-gradient(125deg, transparent 0 22%, rgba(206, 180, 104, .24) 23% 24%, transparent 25% 46%, rgba(173, 77, 47, .3) 47% 49%, transparent 50%), radial-gradient(circle at 76% 23%, rgba(219, 190, 113, .55), transparent 20%), linear-gradient(145deg, #323a2f, #111715 55%, #4b241d);
}

.sk-live-card--conan {
  --sk-live-art: radial-gradient(circle at 78% 24%, rgba(245, 151, 58, .7), transparent 18%), linear-gradient(140deg, transparent 0 44%, rgba(222, 91, 35, .4) 45% 48%, transparent 49%), linear-gradient(145deg, #3b211b, #130e0c 55%, #752d1b);
}

.sk-live-card--7dtd {
  --sk-live-art: linear-gradient(150deg, transparent 0 38%, rgba(188, 122, 69, .32) 39% 43%, transparent 44%), radial-gradient(circle at 74% 18%, rgba(224, 157, 93, .5), transparent 22%), linear-gradient(145deg, #4a3224, #151411 62%, #5d3826);
}

.sk-live-card--vintage {
  --sk-live-art: repeating-linear-gradient(135deg, transparent 0 18px, rgba(224, 169, 72, .12) 19px 21px), radial-gradient(circle at 80% 16%, rgba(218, 186, 79, .55), transparent 22%), linear-gradient(145deg, #283a2e, #111714 58%, #6a4e25);
}

.sk-live-card--farming {
  --sk-live-art: repeating-linear-gradient(165deg, transparent 0 24px, rgba(122, 179, 88, .16) 25px 27px), radial-gradient(circle at 78% 20%, rgba(163, 194, 99, .52), transparent 24%), linear-gradient(145deg, #263d2d, #101712 60%, #69733a);
}

.sk-live-card--generic {
  --sk-live-art: radial-gradient(circle at 80% 14%, rgba(255, 49, 88, .38), transparent 24%), linear-gradient(145deg, #2b333d, #101216 62%, #4d1f2c);
}

.sk-live-metrics span {
  display: block;
  overflow: hidden;
  color: var(--sk-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sk-live-metrics strong {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-live-metric.is-status.is-online strong {
  color: #bfeccb;
}

.sk-live-metric.is-status.is-offline strong {
  color: #ffb4b4;
}

.sk-live-metric.is-status.is-unknown strong {
  color: var(--sk-muted);
}

.sk-live-metrics--teamspeak {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.teamspeak-panel .sk-live-metrics--teamspeak {
  margin: 18px 0 22px;
}

.panel-heading__identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.teamspeak-panel__logo {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(4, 6, 9, 0.78) url('../images/teamspeak-official-transparent.png') center / contain no-repeat;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.sk-live-detail {
  margin: 18px 0 0;
  color: var(--sk-muted);
  font-size: 13px;
}

.ts3-channel-tree {
	max-height: 60rem;
	overflow: auto;
	margin: 0 0 28px;
	padding: .65rem .15rem .2rem 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 780px) {
	.ts3-channel-tree {
		max-height: 34rem;
	}
}

.ts3-channel-tree__branch {
	position: relative;
}

.ts3-channel-tree__children {
	margin: .15rem 0 .15rem .75rem;
	padding-left: .7rem;
	border-left: 1px solid rgba(255, 255, 255, .13);
}

.ts3-channel-tree__channel {
	display: flex;
	min-height: 2rem;
	align-items: center;
	flex-wrap: wrap;
	gap: .32rem .5rem;
	padding: .32rem .45rem;
	border: 1px solid transparent;
	border-radius: .45rem;
	background: rgba(255, 255, 255, .025);
	font-size: .82rem;
}

.ts3-channel-tree__branch + .ts3-channel-tree__branch {
	margin-top: .2rem;
}

.ts3-channel-tree__channel:hover {
	border-color: rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .055);
}

.ts3-channel-tree__icon {
	width: 1rem;
	color: #ff335d;
	font-size: .72rem;
	text-align: center;
}

.ts3-channel-tree__users {
	display: inline-flex;
	max-width: 100%;
	flex-wrap: wrap;
	gap: .25rem;
	margin-left: .2rem;
}

.ts3-channel-tree__user {
	position: relative;
	max-width: 14rem;
	overflow: hidden;
	padding: .2rem .55rem .2rem 1.15rem;
	border: 1px solid rgba(94, 231, 170, .42);
	border-radius: 999px;
	color: #eafff4;
	background: linear-gradient(135deg, rgba(55, 211, 153, .2), rgba(28, 119, 92, .18));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 0 14px rgba(55, 211, 153, .1);
	font-size: .7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ts3-channel-tree__user::before {
	position: absolute;
	left: .48rem;
	top: 50%;
	width: .38rem;
	height: .38rem;
	border-radius: 50%;
	background: #5ee7aa;
	box-shadow: 0 0 0 2px rgba(94, 231, 170, .14), 0 0 8px rgba(94, 231, 170, .7);
	content: '';
	transform: translateY(-50%);
}

.ts3-channel-tree__user:hover {
	border-color: rgba(126, 255, 194, .72);
	background: linear-gradient(135deg, rgba(55, 211, 153, .3), rgba(28, 119, 92, .26));
}

.ts3-channel-tree__branch.is-orphan > .ts3-channel-tree__channel {
	border-style: dashed;
	border-color: rgba(255, 180, 90, .22);
}

.ts3-channel-tree__empty {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .82rem;
}

.sk-live-empty {
  display: grid;
  min-height: 150px;
  padding: 30px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: var(--sk-radius);
  color: var(--sk-muted);
  text-align: center;
}

.server-card h3 {
  margin: 22px 0 2px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.server-card__name {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px) !important;
  line-height: 1.08 !important;
}

.server-card__address {
  margin: 8px 0 22px;
  color: var(--sk-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.external-embed {
  display: grid;
  width: 100%;
  min-height: 108px;
  margin-bottom: 22px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background:
    repeating-linear-gradient(-45deg, transparent 0 10px, rgba(255, 255, 255, 0.012) 10px 20px),
    rgba(0, 0, 0, 0.28);
}

.external-embed.is-loaded {
  min-height: auto;
  border-style: solid;
}

.external-embed img {
  width: 100%;
}

.external-embed iframe {
  width: 100%;
  height: 500px;
  border: 0;
  background: #11151b;
}

.external-embed__button {
  display: grid;
  width: 100%;
  min-height: 108px;
  place-content: center;
  gap: 4px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.external-embed__button strong {
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.external-embed__button span {
  color: var(--sk-muted);
  font-size: 10px;
}

.external-embed__button:hover:not(:disabled) {
  background: rgba(209, 11, 47, 0.09);
}

.section--stube-live {
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(70px, 9vw, 118px);
}

.section--stube-live > .shell--narrow {
  width: var(--sk-shell);
}

.stube-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: start;
  gap: 16px;
}

.section--stube-live .shoutbox-panel {
  width: 100%;
  padding: clamp(34px, 6vw, 64px);
}

.teamspeak-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(150deg, #0b0c0e, #000);
  box-shadow: var(--sk-shadow);
}

.server-live-grid .teamspeak-panel {
	padding: 10px;
	width: 100%;
	max-width: 480px;
	border-color: rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	background: #050607;
}

.teamspeak-panel__address {
  margin: -12px 0 18px;
  color: var(--sk-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.external-embed--teamspeak {
	min-height: 350px;
	margin-bottom: 20px;
	overflow-x: hidden;
	border-color: rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: #000;
}

.external-embed--teamspeak.is-loaded {
  min-height: 888px;
}

.external-embed__button--tall {
  min-height: 420px;
  padding: 30px;
}

.external-embed--teamspeak iframe {
	display: block;
	width: 460px;
	height: 888px;
	max-width: 100%;
  overflow: hidden;
  transform: none;
  transform-origin: top left;
}

.teamspeak-panel__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
	margin-top: 28px;
	padding-top: 6px;
}

.server-live-grid {
	display: grid;
	grid-template-columns: 480px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.server-grid--stacked {
  grid-template-columns: 1fr;
  gap: 16px;
}

.stammtisch-gate {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 22px 0 0;
}

.stammtisch-gate__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(255, 49, 88, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(209, 11, 47, 0.13);
  font-size: 23px;
}

.stammtisch-gate h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
}

.stammtisch-gate p {
  max-width: 48ch;
  margin: 0 0 24px;
  color: var(--sk-muted);
}

.section--community-tools {
  padding-top: clamp(74px, 9vw, 124px);
}

.community-tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 16px;
}

.shoutbox-panel,
.friends-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--sk-line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(25, 30, 37, 0.94), rgba(11, 13, 17, 0.97));
  box-shadow: var(--sk-shadow);
}

.section--friends {
  padding-top: 44px;
}

.section--friends .friends-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.panel-heading__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(84, 235, 130, 0.22);
  border-radius: 999px;
  color: #bfeccb;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.panel-heading__status i {
  display: inline-block;
}

.shoutbox-feed {
  display: grid;
  align-content: start;
  min-height: 0;
  max-height: min(560px, 55vh);
  overflow: auto;
  scrollbar-gutter: stable;
  border-block: 1px solid var(--sk-line);
}

.shout {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.shout:last-child {
  border-bottom: 0;
}

.shout__avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 49, 88, 0.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(209, 11, 47, 0.13);
  font-weight: 900;
}

.shout__avatar--image {
  padding: 0;
  overflow: hidden;
}

.shout__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.shout p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 2px;
}

.shout strong {
  color: #fff;
  font-size: 13px;
}

.shout time {
  color: #686f78;
  font-size: 10px;
}

.shout div > span {
  color: #b9bfc7;
  font-size: 14px;
}

.shout__media {
  width: min(180px, 100%);
  max-height: 100px;
  margin-top: 8px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

@media (max-width: 620px) {
  .shoutbox-feed {
    min-height: 0;
    max-height: 420px;
  }

  .shout__media {
    width: min(160px, 100%);
    max-height: 90px;
  }
}

.shoutbox-compose {
  display: grid;
  margin-top: 20px;
}

.shoutbox-compose__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 10px;
}

.shoutbox-compose input {
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.shoutbox-tool {
  display: inline-grid;
  min-width: 50px;
  min-height: 50px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.shoutbox-tool:hover,
.shoutbox-tool[aria-expanded="true"] {
  border-color: rgba(255, 49, 88, 0.5);
  background: rgba(209, 11, 47, 0.16);
}

.shoutbox-tool--gif {
  color: var(--sk-red-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.shoutbox-emoji-picker,
.shoutbox-gif-picker {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--sk-line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.24);
}

.shoutbox-emoji-picker[hidden],
.shoutbox-gif-picker[hidden] {
  display: none !important;
}

.shoutbox-emoji-picker {
  display: flex;
  max-height: 190px;
  overflow: auto;
  flex-wrap: wrap;
  gap: 6px;
}

.emoji-button {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.emoji-button:hover {
  border-color: rgba(255, 49, 88, 0.4);
  background: rgba(209, 11, 47, 0.14);
}

.shoutbox-gif-picker {
  display: grid;
  gap: 6px;
}

.shoutbox-gif-picker label {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.shoutbox-gif-picker input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.shoutbox-gif-picker small {
  color: var(--sk-muted);
  font-size: 10px;
}

.shoutbox-gif-library {
  display: grid;
  gap: 8px;
}

.shoutbox-gif-library__title {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.shoutbox-gif-library__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 8px;
  max-height: 190px;
  overflow: auto;
}

.shoutbox-gif-card {
  min-height: 70px;
  padding: 3px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  overflow: hidden;
}

.shoutbox-gif-card:hover,
.shoutbox-gif-card:focus-visible {
  border-color: rgba(255, 49, 88, 0.55);
  outline: none;
  background: rgba(209, 11, 47, 0.14);
}

.shoutbox-gif-card img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.shoutbox-gif-library__hint {
  margin: 0;
  color: var(--sk-muted);
  font-size: 10px;
  line-height: 1.5;
}

.shoutbox-gif-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
  color: var(--sk-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shoutbox-gif-divider::before,
.shoutbox-gif-divider::after {
  flex: 1;
  height: 1px;
  background: var(--sk-line);
  content: "";
}

.shoutbox-compose :disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.panel-note {
  margin: 14px 0 0;
  color: #6f7680;
  font-size: 10px;
}

.stammtisch-login {
  max-width: 620px;
  margin: 8px auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 49, 88, 0.22);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.stammtisch-login__intro {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.stammtisch-login__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(255, 49, 88, 0.34);
  border-radius: 12px;
  color: #fff;
  background: rgba(209, 11, 47, 0.15);
  font-size: 11px;
  font-weight: 900;
}

.stammtisch-login h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.stammtisch-login p {
  margin: 3px 0 0;
  color: var(--sk-muted);
  font-size: 12px;
  line-height: 1.55;
}

.stammtisch-login .login-username,
.stammtisch-login .login-password {
  margin: 0 0 12px;
}

.stammtisch-login label {
  display: block;
  margin-bottom: 5px;
  color: #c8cdd4;
  font-size: 11px;
  font-weight: 750;
}

.stammtisch-login input[type="text"],
.stammtisch-login input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.stammtisch-login .login-remember {
  color: var(--sk-muted);
  font-size: 11px;
}

.stammtisch-login .login-submit {
  margin-top: 14px;
}

.stammtisch-login .login-submit input {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--sk-red);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.member-portal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-content:has(.sk-member-portal) .shell--content {
  width: var(--sk-shell);
}

.bbpress .shell--content {
  width: var(--sk-shell);
}

.member-login-card,
.member-register-card,
.member-account-card {
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--sk-line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(25, 30, 37, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: var(--sk-shadow);
}

.member-login-card h2,
.member-register-card h2,
.member-account-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
  text-transform: uppercase;
}

.member-login-card > p:not(.eyebrow),
.member-register-card > p:not(.eyebrow),
.member-account-card > p:not(.eyebrow) {
  margin: 18px 0 24px;
  color: var(--sk-muted);
}

#sk-member-loginform p,
.sk-member-registerform p {
  margin: 0 0 14px;
}

#sk-member-loginform label,
.sk-member-registerform label {
  display: block;
  margin-bottom: 6px;
  color: #d8dde4;
  font-size: 11px;
  font-weight: 750;
}

#sk-member-loginform input[type="text"],
#sk-member-loginform input[type="password"],
.sk-member-registerform input[type="text"],
.sk-member-registerform input[type="email"],
.sk-member-registerform input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
}

#sk-member-loginform .login-remember {
  color: var(--sk-muted);
  font-size: 11px;
}

#sk-member-loginform .login-submit {
  margin-top: 18px;
}

#sk-member-loginform .login-submit input,
.sk-member-registerform .button {
  min-height: 46px;
}

#sk-member-loginform .login-submit input.button-primary,
.sk-member-registerform .button.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #f21945, #ae061f);
  box-shadow: 0 14px 34px rgba(209, 11, 47, 0.28);
  cursor: pointer;
  appearance: none;
}

#sk-member-loginform .login-submit input.button-primary:hover,
#sk-member-loginform .login-submit input.button-primary:focus-visible,
.sk-member-registerform .button.button-primary:hover,
.sk-member-registerform .button.button-primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #ff3158, #c90a2d);
  box-shadow: 0 18px 42px rgba(209, 11, 47, 0.4);
}

.member-login-card--wide {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}

.member-login-card--wide > p:not(.eyebrow) {
  max-width: 760px;
}

#sk-member-loginform {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  align-items: end;
}

#sk-member-loginform .login-remember,
#sk-member-loginform .login-submit {
  grid-column: 1 / -1;
}

.member-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 22px;
  margin-top: 16px;
}

.member-form-actions .member-form-links {
  margin: 0 !important;
}

.member-register-inline {
  flex: 0 0 auto;
  justify-self: end;
}

.member-register-inline > summary {
  display: inline-flex;
  list-style: none;
  cursor: pointer;
}

.member-register-inline > summary::-webkit-details-marker {
  display: none;
}

.member-register-inline__body {
  max-width: 780px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--sk-line);
}

.member-register-inline__intro {
  margin: 0 0 18px;
  color: var(--sk-muted);
  font-size: 13px;
}

.sk-member-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.sk-member-registerform small {
  display: block;
  margin-top: 5px;
  color: var(--sk-muted);
  font-size: 10px;
}

.member-form-links {
  margin-top: 14px !important;
  font-size: 11px;
}

.member-form-links a,
.member-account-card a:not(.button) {
  color: var(--sk-red-bright);
}

.member-account-card__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.member-account-card__rank {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 18px;
}

.member-account-card__rank .community-identity-badges {
  display: inline-flex;
  align-items: center;
  margin: 0;
  vertical-align: initial;
}

.community-rank {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(255, 49, 88, 0.4);
  border-radius: 999px;
  color: #fff;
  background: rgba(209, 11, 47, 0.18);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.community-rank__badge {
  display: inline-flex;
  min-width: 1.4em;
  margin-right: 6px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.community-rank__label {
  display: inline-block;
}

.community-rank--neuling {
  border-color: rgba(150, 157, 166, 0.42);
  color: #c5cad1;
  background: rgba(150, 157, 166, 0.12);
}

.community-rank--stammspieler,
.community-rank--veteran {
  border-color: rgba(255, 193, 7, 0.48);
  color: #ffe08a;
  background: rgba(255, 193, 7, 0.12);
}

.community-rank--team,
.community-rank--moderator,
.community-rank--administrator {
  border-color: rgba(255, 49, 88, 0.58);
  color: #ff9caf;
  background: rgba(209, 11, 47, 0.22);
}

.bbp-author-rank {
  margin-top: 7px;
}

.sk-admin-area {
  display: grid;
  gap: 20px;
}

.sk-admin-area__intro,
.sk-admin-area--locked {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 49, 88, 0.28);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(35, 20, 27, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: var(--sk-shadow);
}

.sk-admin-area__intro h1,
.sk-admin-area--locked h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95;
  text-transform: uppercase;
}

.sk-admin-area__intro > p:not(.eyebrow),
.sk-admin-area--locked > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--sk-muted);
}

.sk-admin-area__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sk-admin-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--sk-line);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(25, 30, 37, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: var(--sk-shadow);
}

.sk-admin-card::after {
  position: absolute;
  right: -44px;
  bottom: -50px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 49, 88, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 26px rgba(255, 49, 88, 0.035), 0 0 0 52px rgba(255, 49, 88, 0.02);
}

.sk-admin-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.95;
  text-transform: uppercase;
}

.sk-admin-card > p:not(.eyebrow) {
  max-width: 410px;
  margin: 14px 0 18px;
  color: var(--sk-muted);
}

.sk-admin-card__count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  color: var(--sk-red-bright);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.sk-admin-card__count small {
  color: var(--sk-muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sk-admin-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sk-admin-area__back {
  margin: 2px 0 0;
}

.sk-admin-ranks {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--sk-line);
  border-radius: 20px;
  background: rgba(11, 13, 17, 0.78);
}

.sk-admin-ranks .section-heading {
  margin-bottom: 12px;
}

.sk-admin-ranks .section-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 0.95;
  text-transform: uppercase;
}

.sk-admin-ranks__intro {
  margin: 0 0 22px;
  color: var(--sk-muted);
}

.sk-admin-ranks__list {
  display: grid;
  gap: 8px;
}

.sk-admin-rank-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(150px, 190px) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.sk-admin-rank-row__name {
  display: grid;
  gap: 3px;
}

.sk-admin-rank-row__name strong {
  color: #fff;
}

.sk-admin-rank-row__name small {
  overflow: hidden;
  color: var(--sk-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-admin-rank-row select {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--sk-line);
  border-radius: 7px;
  color: #e7eaf0;
  background: rgba(7, 8, 10, 0.72);
}

.sk-admin-notice {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(90, 220, 145, 0.4);
  border-radius: 12px;
  color: #c7f8d9;
  background: rgba(38, 130, 78, 0.18);
}

.sk-admin-panel {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--sk-line);
  border-radius: 20px;
  background: rgba(11, 13, 17, 0.78);
}

.sk-admin-panel .section-heading,
.sk-admin-panel .section-heading h2 {
  margin: 0;
}

.sk-admin-panel .section-heading h2 {
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 0.95;
  text-transform: uppercase;
}

.sk-admin-panel__intro {
  max-width: 850px;
  margin: -4px 0 0;
  color: var(--sk-muted);
}

.sk-news-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 18px 0;
}

.sk-news-actions small {
	color: var(--sk-muted);
}

.sk-news-source-list {
	display: grid;
	gap: 10px;
	margin: 18px 0 26px;
}

.sk-news-source-form {
	margin-top: 22px;
}

.sk-news-source-form input,
.sk-news-source-form select {
	width: 100%;
}

.page-hero__lead {
	max-width: 680px;
	margin: 14px 0 0;
	color: var(--sk-muted);
}

@media (max-width: 680px) {
	.sk-news-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

.sk-admin-list,
.sk-admin-table-list {
  display: grid;
  gap: 8px;
}

.sk-admin-user-row,
.sk-admin-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.sk-admin-user-row__identity,
.sk-admin-table-row > div {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
  gap: 4px;
}

.sk-admin-user-row__identity strong,
.sk-admin-table-row strong {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-admin-user-row small,
.sk-admin-table-row small {
  overflow: hidden;
  color: var(--sk-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-admin-user-row--role {
  justify-content: flex-end;
  margin-top: -7px;
  padding-top: 6px;
  border-top: 0;
  background: transparent;
}

.sk-admin-user-row select,
.sk-admin-editor select {
  min-height: 38px;
  max-width: 230px;
  padding: 0 10px;
  border: 1px solid var(--sk-line);
  border-radius: 7px;
  color: #e7eaf0;
  background: rgba(7, 8, 10, 0.72);
}

.sk-admin-editor {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 49, 88, 0.26);
  border-radius: 14px;
  background: rgba(35, 20, 27, 0.3);
}

.sk-admin-editor h3,
.sk-admin-moderation-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.sk-admin-editor p {
  display: grid;
  gap: 6px;
  margin: 0;
}

.sk-admin-editor label {
  color: var(--sk-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sk-admin-editor input[type="text"],
.sk-admin-editor textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 8, 10, 0.72);
}

.sk-admin-editor textarea {
  resize: vertical;
}

.sk-admin-order-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(7, 8, 10, 0.42);
}

.sk-admin-order-form__intro {
  margin: 0;
  color: var(--sk-muted);
  font-size: 13px;
}

.sk-admin-order-list {
  display: grid;
  gap: 7px;
}

.sk-admin-order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

.sk-admin-order-row span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.sk-admin-order-row strong,
.sk-admin-order-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-admin-order-row small {
  color: var(--sk-muted);
  font-size: 11px;
}

.sk-admin-order-row input {
  width: 78px;
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid var(--sk-line);
  border-radius: 7px;
  color: #fff;
  background: rgba(7, 8, 10, 0.72);
}

.sk-admin-row-actions {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.sk-admin-row-actions form {
  margin: 0;
}

.text-link--danger {
  color: #ff9caf;
}

.sk-admin-moderation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sk-admin-moderation-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.member-profile-form {
  margin-top: 16px;
}

.member-profile-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 0.64fr);
  align-items: start;
  gap: 16px;
}

.member-profile-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--sk-line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(25, 30, 37, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: var(--sk-shadow);
}

.member-profile-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.95;
  text-transform: uppercase;
}

.member-profile-card--avatar {
  position: sticky;
  top: 110px;
}

.member-profile-card--avatar.member-profile-card--error {
  border-color: rgba(255, 86, 102, 0.72);
  box-shadow: 0 0 0 2px rgba(255, 86, 102, 0.12), 0 18px 44px rgba(120, 12, 30, 0.18);
}

.member-avatar {
  display: block;
  width: min(190px, 100%);
  aspect-ratio: 1;
  margin: 4px auto 24px;
  object-fit: cover;
  border: 1px solid rgba(255, 49, 88, 0.36);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.35);
}

.member-avatar--fallback {
  display: grid;
  place-items: center;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(255, 49, 88, 0.55), rgba(61, 8, 20, 0.9));
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 70px;
  font-weight: 900;
}

.member-profile-card label {
  display: block;
  margin-bottom: 6px;
  color: #d8dde4;
  font-size: 11px;
  font-weight: 750;
}

.member-profile-card input[type="file"] {
  width: 100%;
  margin-bottom: 8px;
  color: var(--sk-muted);
  font-size: 11px;
}

.member-field-error {
  margin: -2px 0 8px;
  color: #ffd8dc;
  font-size: 12px;
  line-height: 1.45;
}

.member-profile-card > small,
.member-profile-card--avatar small {
  color: var(--sk-muted);
  font-size: 10px;
}

.member-profile-intro {
  margin: 16px 0 24px;
  color: var(--sk-muted);
}

.member-profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}

.member-profile-fields p:nth-child(2),
.member-profile-fields p:nth-child(3) {
  grid-column: 1 / -1;
}

.member-profile-fields label {
  margin-top: 0;
}

.member-profile-fields input,
.member-profile-fields textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  resize: vertical;
}

.member-profile-fields input {
  min-height: 46px;
}

.member-profile-fields textarea {
  min-height: 86px;
  line-height: 1.5;
}

.member-profile-visibility {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}

.member-profile-visibility label {
  margin: 0;
  color: var(--sk-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.member-profile-visibility select {
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid var(--sk-line);
  border-radius: 6px;
  color: #e7eaf0;
  background: rgba(0, 0, 0, 0.28);
  font-size: 11px;
}

.member-profile-form > .member-profile-grid + .button {
  margin-top: 16px;
}

.member-register-privacy {
  color: var(--sk-muted);
  font-size: 10px;
}

.member-register-privacy a {
  color: var(--sk-red-bright);
}

.member-directory {
  margin-top: clamp(54px, 8vw, 96px);
}

.member-directory .section-heading {
  margin-bottom: 24px;
}

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

.member-directory-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--sk-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.member-directory-card:hover,
.member-directory-card:focus-visible {
  border-color: rgba(255, 49, 88, 0.55);
  background: rgba(255, 49, 88, 0.07);
  transform: translateY(-2px);
}

.member-directory-card__avatar {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  object-fit: cover;
  border: 1px solid rgba(255, 49, 88, 0.3);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.34);
}

.member-directory-card__avatar--fallback {
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(255, 49, 88, 0.48), rgba(61, 8, 20, 0.85));
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.member-directory-card__body {
  min-width: 0;
}

.member-directory-card__body strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-directory-card__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: var(--sk-muted);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.member-directory-card__status .live-dot {
  width: 5px;
  height: 5px;
}

.member-directory-card__body p,
.member-directory-card__body small {
  display: block;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--sk-muted);
  font-size: 10px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-public-profile {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 49, 88, 0.3);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(25, 30, 37, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: var(--sk-shadow);
}

.member-public-profile .section-heading {
  align-items: flex-start;
  margin: 0;
}

.member-public-profile .section-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.95;
  text-transform: uppercase;
}

.member-public-profile__grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 0.72fr);
  gap: 22px;
}

.member-public-profile__identity {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--sk-line);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.member-public-profile__avatar {
  display: grid;
  width: min(170px, 100%);
  aspect-ratio: 1;
  place-items: center;
  object-fit: cover;
  border: 1px solid rgba(255, 49, 88, 0.36);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
}

.member-public-profile__avatar--fallback {
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(255, 49, 88, 0.55), rgba(61, 8, 20, 0.9));
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 64px;
  font-weight: 900;
}

.member-public-profile__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 12px;
}

.member-public-profile__field {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.member-public-profile__field h3 {
  margin: 0 0 8px;
  color: var(--sk-red-bright);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.member-public-profile__field p {
  margin: 0;
  color: #d8dce1;
  white-space: pre-line;
}

.member-notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
}

.member-notice ul {
  margin: 6px 0 0 18px;
}

.member-notice--error {
  border: 1px solid rgba(255, 86, 102, 0.34);
  color: #ffd8dc;
  background: rgba(148, 22, 42, 0.2);
}

.member-notice--success {
  border: 1px solid rgba(84, 235, 130, 0.25);
  color: #c9f2d3;
  background: rgba(26, 121, 63, 0.2);
}

.friends-panel h2 {
  margin-bottom: 28px;
}

.friends-list {
  display: grid;
  gap: 10px;
}

.friend-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 78px;
  padding: 12px 14px;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

a.friend-card:hover {
  border-color: rgba(255, 49, 88, 0.42);
  background: rgba(209, 11, 47, 0.07);
  transform: translateX(3px);
}

.friend-card__mark {
  display: grid;
  width: 54px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #b70927, #500410);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-weight: 900;
}

.friend-card > span:nth-child(2) {
  display: grid;
}

.friend-card strong {
  color: #fff;
  font-size: 14px;
}

.friend-card small {
  color: var(--sk-muted);
  font-size: 10px;
}

.friend-card > b {
  color: var(--sk-red-bright);
  font-size: 11px;
}

.friend-card--archive,
.friend-card--open {
  opacity: 0.63;
}

.friend-card--open .friend-card__mark {
  color: var(--sk-muted);
  background: rgba(255, 255, 255, 0.055);
}

.section--bf2-downloads {
  padding-top: 44px;
}

.bf2-download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(34px, 6vw, 78px);
  padding: clamp(30px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(255, 49, 88, 0.25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 10%, rgba(209, 11, 47, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(24, 28, 34, 0.97), rgba(8, 10, 13, 0.98));
  box-shadow: var(--sk-shadow);
}

.bf2-download-panel__intro h2 {
  max-width: 590px;
}

.bf2-download-panel__intro > p:not(.eyebrow) {
  max-width: 53ch;
  margin: 24px 0;
  color: #aeb4bc;
}

.compatibility-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(84, 235, 130, 0.24);
  border-radius: 999px;
  color: #c8f0d2;
  background: rgba(84, 235, 130, 0.045);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bf2-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf2-steps li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--sk-line);
}

.bf2-steps li:last-child {
  border-bottom: 0;
}

.bf2-steps li > span {
  color: rgba(255, 49, 88, 0.62);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.bf2-steps strong {
  color: #fff;
  font-size: 15px;
}

.bf2-steps p {
  margin: 3px 0 0;
  color: var(--sk-muted);
  font-size: 12px;
}

.member-download-heading,
.member-download-gate,
.standalone-alternative,
.download-grid,
.bf2-download-panel__footer {
  grid-column: 1 / -1;
}

.member-download-heading,
.member-download-gate,
.standalone-alternative {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.member-download-heading__lock,
.member-download-gate__icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(84, 235, 130, 0.23);
  border-radius: 50%;
  color: #c8f0d2;
  background: rgba(84, 235, 130, 0.06);
  font-size: 22px;
  font-weight: 900;
}

.member-download-heading small,
.member-download-gate small {
  display: block;
  color: var(--sk-red-bright);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.member-download-heading strong,
.member-download-gate strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.member-download-heading p,
.member-download-gate p {
  margin: 3px 0 0;
  color: var(--sk-muted);
  font-size: 12px;
}

.member-download-heading .button {
  flex: 0 0 auto;
  margin-left: auto;
}

.member-download-gate {
  border-color: rgba(255, 49, 88, 0.22);
  background: linear-gradient(135deg, rgba(209, 11, 47, 0.09), rgba(255, 255, 255, 0.018));
}

.member-download-gate__icon {
  border-color: rgba(255, 49, 88, 0.25);
  color: #fff;
  background: rgba(209, 11, 47, 0.13);
}

.member-download-gate .button,
.standalone-alternative .button {
  flex: 0 0 auto;
  margin-left: auto;
}

.standalone-alternative {
  border-color: rgba(84, 235, 130, 0.16);
  background: linear-gradient(135deg, rgba(84, 235, 130, 0.045), rgba(255, 255, 255, 0.018));
}

.standalone-alternative h3 {
  margin: 2px 0 5px;
  color: #fff;
  font-size: 23px;
}

.standalone-alternative > div > p:last-child {
  max-width: 72ch;
  margin: 0;
  color: var(--sk-muted);
  font-size: 12px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.download-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.download-card:hover {
  border-color: rgba(255, 49, 88, 0.45);
  background: rgba(209, 11, 47, 0.07);
  transform: translateY(-2px);
}

.download-card.is-locked {
  border-color: rgba(255, 255, 255, 0.075);
}

.download-card.is-locked > b {
  color: #89909a;
}

.download-card__type {
  display: grid;
  width: 64px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 49, 88, 0.2);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, rgba(209, 11, 47, 0.34), rgba(78, 3, 16, 0.55));
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.download-card > span:nth-child(2) {
  display: grid;
}

.download-card small {
  color: var(--sk-red-bright);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.download-card strong {
  color: #fff;
  font-size: 14px;
}

.download-card em {
  color: var(--sk-muted);
  font-size: 10px;
  font-style: normal;
}

.download-card > b {
  color: var(--sk-red-bright);
  font-size: 20px;
}

.bf2-download-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 4px;
}

.bf2-download-panel__footer p {
  max-width: 70ch;
  margin: 0;
  color: #6f7680;
  font-size: 10px;
}

.section--archive {
  padding-block: 44px;
}

.archive-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: #0d1014;
  box-shadow: var(--sk-shadow);
}

.archive-panel__image {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(209, 11, 47, 0.32), transparent 55%),
    #08090b;
}

.archive-panel__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, #0d1014 100%);
  content: "";
}

.archive-panel__image img {
  width: 90%;
  filter: saturate(0.8) contrast(1.05) drop-shadow(0 28px 40px rgba(0, 0, 0, 0.5));
}

.archive-panel__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 55px 48px 55px 10px;
}

.archive-panel__copy p:not(.eyebrow) {
  color: #aeb4bc;
}

.archive-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.archive-panel__stats span {
  display: grid;
  color: var(--sk-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-panel__stats strong {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
}

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

.news-card__media {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(209, 11, 47, 0.13), transparent 52%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.045), transparent 58%),
    #11151a;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.035);
}

.news-card__placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.news-card__body {
  padding: 24px;
}

.news-card__meta,
.entry-card__meta {
  margin: 0;
  color: var(--sk-red-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-card h3 {
  margin-top: 10px;
  font-size: 23px;
}

.news-card h3 a:hover,
.entry-card h2 a:hover {
  color: var(--sk-red-bright);
}

.news-card__body > p:last-child,
.news-card__body .wp-block-post-excerpt,
.entry-card > p:last-child {
  color: #aeb4bc;
}

.section--cta {
  padding-top: 24px;
}

.cta-panel {
  justify-content: space-between;
  padding: clamp(34px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(255, 49, 88, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 50%, rgba(255, 49, 88, 0.25), transparent 25%),
    linear-gradient(135deg, rgba(209, 11, 47, 0.18), rgba(14, 17, 21, 0.96));
  box-shadow: var(--sk-shadow);
}

.cta-panel h2 {
  max-width: 780px;
  font-size: clamp(36px, 5vw, 68px);
}

.page-hero {
  padding: clamp(100px, 14vw, 180px) 0 clamp(60px, 8vw, 100px);
  border-bottom: 1px solid var(--sk-line);
  background:
    radial-gradient(circle at 76% 50%, rgba(209, 11, 47, 0.18), transparent 27%),
    rgba(255, 255, 255, 0.012);
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  color: var(--sk-muted);
  font-size: 18px;
}

.page-hero .button {
  margin-top: 20px;
}

.page-hero--error {
  min-height: 70vh;
}

.prose {
  color: #c5cad1;
  font-size: 18px;
}

.prose h2,
.prose h3,
.prose h4 {
  margin: 1.6em 0 0.55em;
  color: #fff;
  line-height: 1.2;
}

.prose h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.prose a {
  color: var(--sk-red-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Keep action links readable inside prose/member panels. The general
 * `.prose a` rule must not override the white label on red action buttons. */
.prose .button,
.prose .button--primary,
.prose .button--small {
  color: #fff;
  text-decoration: none;
}

.prose .button--ghost {
  color: #f0f2f5;
}

.prose blockquote {
  margin: 2em 0;
  padding: 18px 24px;
  border-left: 3px solid var(--sk-red);
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
}

.entry-featured {
  margin: 0 0 40px;
}

.entry-featured img {
  width: 100%;
  border-radius: var(--sk-radius);
}

.content-stack {
  display: grid;
  gap: 18px;
}

.entry-card {
  padding: 28px;
}

.entry-card h2 {
  margin-top: 8px;
}

.navigation.pagination .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 30px;
}

/* Keep the News archive navigation compact and on one line. WordPress emits
 * the pagination as a .page-numbers list when paginate_links() uses type=list.
 */
.navigation.pagination > ul.page-numbers {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: nowrap;
	 gap: 6px;
	 margin: 22px 0 0;
	 padding: 0;
	 list-style: none;
}

.navigation.pagination > ul.page-numbers li {
	 margin: 0;
}

.navigation.pagination > ul.page-numbers a,
.navigation.pagination > ul.page-numbers .current {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 9px;
	margin: 0;
	border: 1px solid var(--sk-line);
	border-radius: 7px;
	white-space: nowrap;
}

.navigation.pagination .current {
  background: var(--sk-red);
}

.site-footer {
  margin-top: 30px;
  border-top: 1px solid var(--sk-line);
  background: rgba(4, 5, 6, 0.88);
}

.site-footer__grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-block: 62px 42px;
}

.site-footer__claim {
  max-width: 550px;
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer__links {
  display: flex;
  gap: 18px;
  color: var(--sk-muted);
  font-size: 13px;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  border-top: 1px solid var(--sk-line);
  color: #676d76;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .hero__grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .hero__visual {
    min-height: 430px;
  }

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

  .status-card--accent {
    grid-column: 1 / -1;
  }

  .archive-panel {
    grid-template-columns: 1fr;
  }

  .archive-panel__image::after {
    background: linear-gradient(180deg, transparent 50%, #0d1014 100%);
  }

  .archive-panel__copy {
    padding: 0 38px 44px;
  }

  .community-tools-grid {
    grid-template-columns: 1fr;
  }

  .member-portal-grid {
    grid-template-columns: 1fr;
  }

  .page-content:has(.sk-member-portal) .shell--content {
    width: min(960px, calc(100vw - 40px));
  }

  .member-profile-grid {
    grid-template-columns: 1fr;
  }

  .member-profile-card--avatar {
    position: static;
  }

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

  .stube-live-grid {
    grid-template-columns: 1fr;
  }

  .server-live-grid {
    grid-template-columns: 1fr;
  }

  .section--friends .friends-list {
    grid-template-columns: 1fr;
  }

  .bf2-download-panel {
    grid-template-columns: 1fr;
  }
}

/* Keep the centered community mark proportional on tablets and phones. The
 * desktop size remains unchanged; only narrower banner frames receive this
 * cap so the logo cannot cover the scene. */
@media (max-width: 1100px) {
  .hero__banner-logo {
    width: clamp(128px, 32vw, 220px);
  }
}

@media (min-width: 861px) {
  .site-header__inner {
    width: min(1320px, calc(100vw - 24px));
  }
}

/* The full desktop navigation needs more room than the fixed content shell
 * on compact desktop viewports. Switch to the same accessible menu pattern
 * before the header controls can collide or be clipped. */
@media (min-width: 861px) and (max-width: 1320px) {
  .site-header__inner {
    width: min(1320px, calc(100vw - 24px));
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    z-index: 90;
    top: 79px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px 14px;
    visibility: hidden;
    opacity: 0;
    background: rgba(7, 8, 10, 0.98);
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .site-nav__list {
    display: grid;
    gap: 4px;
  }

  .site-nav__list a {
    min-height: 54px;
    padding-inline: 18px;
    border-radius: 10px;
    font-size: 17px;
  }
}

@media (max-width: 860px) {
  :root {
    --sk-shell: min(100% - 28px, 680px);
    --sk-content: min(100% - 28px, 680px);
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    z-index: 90;
    top: 79px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px 14px;
    visibility: hidden;
    opacity: 0;
    background: rgba(7, 8, 10, 0.98);
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .site-nav__list {
    display: grid;
    gap: 4px;
  }

  .site-nav__list a {
    min-height: 54px;
    padding-inline: 18px;
    border-radius: 10px;
    font-size: 17px;
  }

  .hero {
    padding-top: 62px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__visual {
    min-height: 400px;
    order: -1;
  }

  .hero__visual img {
    width: min(430px, 92%);
  }

  .hero__content {
    text-align: center;
  }

  .hero__content .eyebrow,
  .hero__actions,
  .hero__facts {
    justify-content: center;
  }

  .hero__lead {
    margin-inline: auto;
  }

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

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

  .section-heading__note {
    text-align: left;
  }

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

  .news-card {
    display: block;
    min-width: 0;
  }

  .news-card__media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .cta-panel,
  .site-footer__grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Keep the news cards readable on tablets and phones. The desktop
 * three-column grid is intentionally replaced by a single, stacked flow so
 * the headline and excerpt never get squeezed out of view. */
@media (max-width: 1020px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card {
    display: block;
    min-width: 0;
  }

  .news-card__media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .news-card__body {
    min-width: 0;
  }

  .news-card h3,
  .news-card__body p {
    overflow-wrap: anywhere;
  }
}

/* bbPress / Forum */
.bbpress-wrapper {
  margin-top: 2rem;
  color: #c5cad1;
  font-size: 15px;
}

.bbpress-wrapper a {
  text-decoration: none;
}

.bbp-breadcrumb {
  display: none;
}

.bbp-search-form {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 49, 88, 0.22);
  border-radius: var(--sk-radius);
  background: linear-gradient(135deg, rgba(209, 11, 47, 0.12), rgba(18, 22, 27, 0.96));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.bbp-search-form label,
.bbp-form label {
  display: grid;
  flex: 1;
  gap: 6px;
  color: var(--sk-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbp-search-form input,
.bbp-form input[type="text"],
.bbp-form input[type="email"],
.bbp-form input[type="url"],
.bbp-form input[type="password"],
.bbp-form textarea,
.bbp-form select {
  width: 100%;
  border: 1px solid var(--sk-line);
  border-radius: 9px;
  color: var(--sk-steel);
  background: rgba(7, 8, 10, 0.72);
}

.bbp-search-form input,
.bbp-form input[type="text"],
.bbp-form input[type="email"],
.bbp-form input[type="url"],
.bbp-form input[type="password"],
.bbp-form select {
  min-height: 44px;
  padding: 9px 12px;
}

.bbp-form textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.bbp-search-form button,
.bbp-submit,
.bbp-form button[type="submit"] {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 49, 88, 0.55);
  border-radius: 9px;
  color: #fff;
  background: var(--sk-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bbp-search-form button:hover,
.bbp-submit:hover,
.bbp-form button[type="submit"]:hover {
  background: var(--sk-red-bright);
}

.bbp-breadcrumb {
  margin: 0 0 18px;
  color: var(--sk-muted);
  font-size: 12px;
}

.bbp-breadcrumb a,
.bbp-forum-title,
.bbp-topic-title a,
.bbp-topic-meta a,
.bbp-forum-link {
  color: #fff;
}

.bbp-breadcrumb a:hover,
.bbp-forum-title:hover,
.bbp-topic-title a:hover,
.bbp-topic-meta a:hover,
.bbp-forum-link:hover {
  color: var(--sk-red-bright);
}

.bbp-forums,
.bbp-topics,
.bbp-replies,
.bbp-topic-form,
.bbp-reply-form {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--sk-line);
  border-radius: var(--sk-radius);
  overflow: hidden;
  background: rgba(18, 22, 27, 0.9) !important;
  box-shadow: var(--sk-shadow);
}

.bbp-forums,
.bbp-topics,
.bbp-replies {
  list-style: none;
}

.bbp-header .forum-titles,
.bbp-header .topic-titles,
.bbp-forums > .bbp-body > ul,
.bbp-topics > .bbp-body > ul {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 90px 90px minmax(150px, 1fr);
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 17px 22px;
}

.bbp-header .forum-titles,
.bbp-header .topic-titles {
  color: var(--sk-muted);
  background: var(--sk-night-soft) !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbp-header {
  background: transparent !important;
}

.bbp-forums > .bbp-body > ul,
.bbp-topics > .bbp-body > ul {
  border-top: 1px solid var(--sk-line);
  background-color: rgba(18, 22, 27, 0.9) !important;
}

.bbp-forums > .bbp-body > ul:nth-child(even),
.bbp-topics > .bbp-body > ul:nth-child(even) {
  background: rgba(255, 255, 255, 0.018) !important;
}

.bbp-forum-info,
.bbp-topic-info,
.bbp-topic-title {
  min-width: 0;
}

.bbp-forum-title,
.bbp-topic-title a {
  display: inline-block;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.bbp-forum-title::before,
.bbp-topic-title a::before {
  margin-right: 9px;
  color: var(--sk-red-bright);
  content: "=SK=";
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.bbp-forum-content,
.bbp-topic-excerpt {
  margin-top: 4px;
  color: var(--sk-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-topic-voice-count,
.bbp-topic-reply-count {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.bbp-forum-freshness,
.bbp-topic-freshness {
  color: var(--sk-muted);
  font-size: 12px;
  line-height: 1.45;
}

.bbp-topic-meta,
.bbp-topic-meta p {
  margin: 4px 0 0;
  color: #777f89;
  font-size: 11px;
}

.bbp-forums-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.bbp-forums-list .bbp-forum-link {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid rgba(255, 49, 88, 0.25);
  border-radius: 6px;
  color: #d8dce1;
  background: rgba(209, 11, 47, 0.08);
  font-size: 11px;
}

.bbp-forums-list .bbp-forum-link:hover {
  border-color: rgba(255, 49, 88, 0.6);
  background: rgba(209, 11, 47, 0.18);
}

.bbp-footer {
  display: none;
}

.bbp-pagination,
.bbp-topic-pagination {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
  margin: 16px 0;
  color: var(--sk-muted);
  font-size: 12px;
}

.bbp-pagination a,
.bbp-pagination .current,
.bbp-topic-pagination a,
.bbp-topic-pagination .current {
  display: grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  border: 1px solid var(--sk-line);
  border-radius: 7px;
}

.bbp-pagination .current,
.bbp-topic-pagination .current,
.bbp-pagination a:hover,
.bbp-topic-pagination a:hover {
  border-color: var(--sk-red);
  color: #fff;
  background: var(--sk-red);
}

.bbp-topic-form,
.bbp-reply-form {
  margin-top: 24px;
  padding: 24px;
}

.bbp-topic-form legend,
.bbp-reply-form legend,
.bbp-form legend {
  padding: 0 8px;
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.bbp-form p {
  margin: 0 0 14px;
}

.bbp-form .bbp-remember-me label,
.bbp-form .bbp-the-content-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sk-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.bbp-form input[type="checkbox"] {
  accent-color: var(--sk-red);
}

.bbp-reply-header,
.bbp-topic-header {
  padding: 12px 18px;
  border-bottom: 1px solid var(--sk-line);
  color: var(--sk-muted);
  background: rgba(7, 8, 10, 0.5);
  font-size: 12px;
}

.bbp-reply-content,
.bbp-topic-content {
  padding: 22px;
  color: #d8dce1;
}

@media (max-width: 720px) {
  .sk-admin-area__grid {
    grid-template-columns: 1fr;
  }

  .sk-admin-user-row,
  .sk-admin-table-row,
  .sk-admin-user-row--role {
    align-items: stretch;
    flex-direction: column;
  }

  .sk-admin-user-row select,
  .sk-admin-user-row button,
  .sk-admin-user-row--role select,
  .sk-admin-user-row--role button,
  .sk-admin-row-actions {
    width: 100%;
  }

  .sk-admin-row-actions {
    justify-content: flex-start;
  }

  .sk-admin-moderation-grid {
    grid-template-columns: 1fr;
  }

  .sk-admin-rank-row {
    grid-template-columns: 1fr auto;
  }

  .sk-admin-rank-row select,
  .sk-admin-rank-row button {
    width: 100%;
  }

  #sk-member-loginform {
    grid-template-columns: 1fr;
  }

  .member-form-actions {
    grid-template-columns: 1fr;
  }

  .member-register-inline {
    justify-self: start;
  }

  .bbp-search-form {
    align-items: stretch;
    flex-direction: column;
  }

  .bbp-header .forum-titles,
  .bbp-header .topic-titles,
  .bbp-forums > .bbp-body > ul,
  .bbp-topics > .bbp-body > ul {
    grid-template-columns: minmax(0, 1fr) 52px 52px;
    gap: 10px;
    padding: 15px;
  }

  .bbp-forum-freshness,
  .bbp-topic-freshness {
    display: none;
  }

  .bbp-header .forum-titles .bbp-forum-freshness,
  .bbp-header .topic-titles .bbp-topic-freshness {
    display: none;
  }

  .bbp-forum-title,
  .bbp-topic-title a {
    font-size: 17px;
  }

  .bbp-forum-content,
  .bbp-topic-excerpt {
    font-size: 12px;
  }

  .bbp-topic-form,
  .bbp-reply-form {
    padding: 18px;
  }
}

@media (max-width: 620px) {
  .brand__type small {
    display: none;
  }

  .brand__mark {
    width: 54px;
  }

  .hero h1 {
    font-size: clamp(47px, 14.5vw, 72px);
  }

  .hero__visual {
    min-height: 300px;
  }

  .hero__tag--one {
    top: 12%;
  }

  .hero__tag--two {
    bottom: 12%;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .hero__facts strong {
    font-size: 19px;
  }

  .hero__facts span {
    font-size: 8px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .external-embed--teamspeak iframe {
    width: 150%;
    height: clamp(860px, 289vw, 1345px);
    transform: scale(0.66);
  }

  .external-embed--teamspeak.is-loaded {
    min-height: clamp(568px, 190vw, 888px);
  }

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

  .status-card--accent {
    grid-column: auto;
  }

  .archive-panel__image {
    min-height: 310px;
  }

  .archive-panel__image img {
    width: 130%;
    max-width: none;
  }

  .archive-panel__copy {
    padding: 0 24px 34px;
  }

  .archive-panel__stats {
    gap: 8px;
  }

  .archive-panel__stats strong {
    font-size: 17px;
  }

  .news-card {
    display: block;
  }

  .news-card__media {
    aspect-ratio: 16 / 9;
  }

  .site-footer__links {
    flex-wrap: wrap;
  }

  .panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .teamspeak-panel__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .shoutbox-compose__row {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .shoutbox-compose__row .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bf2-download-panel__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-download-heading,
  .member-download-gate,
  .standalone-alternative {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-profile-fields {
    grid-template-columns: 1fr;
  }

  .member-directory-grid {
    grid-template-columns: 1fr;
  }

  .member-profile-fields p:nth-child(2),
  .member-profile-fields p:nth-child(3) {
    grid-column: auto;
  }

  .member-profile-visibility {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-profile-visibility select {
    width: 100%;
  }

  .member-public-profile__grid,
  .member-public-profile__details {
    grid-template-columns: 1fr;
  }

  .member-public-profile__identity {
    align-items: flex-start;
    flex-direction: row;
  }

  .member-public-profile__avatar {
    width: 86px;
  }

  .member-download-gate .button,
  .member-download-heading .button,
  .standalone-alternative .button {
    width: 100%;
    margin-left: 0;
  }

  .hero__banner {
    width: calc(100vw - 24px);
  }

  .hero__banner-frame {
    min-height: 0;
  }

  .hero__banner-frame img {
    max-height: 320px;
  }

  .download-card {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }

  .download-card__type {
    width: 54px;
  }

  .site-footer__bottom {
    gap: 8px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Keep the header controls grouped at narrow widths. The previous
 * space-between layout spread the hamburger and account controls across the
 * whole row, which made them collide with the brand on phones. */
@media (min-width: 861px) and (max-width: 1320px),
  (max-width: 860px) {
  .site-nav {
    height: calc(100dvh - 79px);
    max-height: calc(100dvh - 79px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-header__inner {
    justify-content: flex-start;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    margin-right: auto;
  }

  .nav-toggle {
    flex: 0 0 46px;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand__mark {
    width: 48px;
    height: 40px;
  }

  .brand__type strong {
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Keep both account actions reachable without letting long labels push the
   * menu button off-screen on narrow displays. Their full labels remain
   * available to assistive technology and are shown again at larger widths. */
  .site-header__member,
  .site-header__admin {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    min-height: 42px;
    flex: 0 0 42px;
    justify-content: center;
    gap: 0;
    padding-inline: 0;
    font-size: 0;
  }

  .site-header__member-icon {
    font-size: 9px;
  }

  .site-header__admin::before {
    color: #d8dde4;
    content: "⚙";
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 420px) {
  .brand__type {
    display: none;
  }

  .brand__mark {
    width: 50px;
  }
}

/* Keep the TeamSpeak panel compact while giving the game live cards a clear
 * two-column desktop layout. The single-column mobile layout remains the
 * readable fallback for narrow screens. */
@media (min-width: 861px) {
  .server-live-grid {
    align-items: stretch;
    grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
  }

  .server-live-grid .teamspeak-panel {
    display: flex;
    flex-direction: column;
    max-width: none;
    padding: clamp(20px, 2.4vw, 30px);
  }

  .server-live-grid .teamspeak-panel__actions {
    margin-top: auto;
  }

  .server-live-grid .server-grid--stacked {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .server-live-grid .server-card {
    padding: clamp(18px, 2.3vw, 28px);
  }
}

@media (min-width: 1100px) {
  .server-live-grid {
    grid-template-columns: minmax(360px, 400px) minmax(0, 1fr);
  }
}

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

/* Keep title and content sections on inner pages concise. The homepage hero
 * and live-server layout use their own spacing and are intentionally left
 * untouched. */
.page-hero {
  padding: clamp(58px, 7vw, 88px) 0 clamp(34px, 4vw, 54px);
}

.page-content.section {
  padding: clamp(44px, 5.5vw, 72px) 0;
}

/* Keep the composition proportional on 2K/4K and ultrawide displays. The
 * regular desktop rules intentionally stay unchanged; this guardrail only
 * applies once there is enough room for the wider shell. It also lets long
 * server names and headings wrap instead of colliding with neighbouring
 * controls when a browser reports a very wide viewport. */
@media (min-width: 1440px) {
  :root {
    --sk-shell: min(1360px, calc(100vw - 64px));
    --sk-content: min(900px, calc(100vw - 64px));
  }

  .hero__grid {
    gap: 48px;
    min-height: 450px;
    padding-top: 56px;
  }

  .hero h1 {
    max-width: 900px;
    font-size: clamp(60px, 4.6vw, 90px);
  }

  .hero__lead {
    max-width: 720px;
    font-size: clamp(17px, 1.35vw, 20px);
  }

  .hero__facts {
    gap: 32px;
    margin-top: 34px;
  }

  .hero__ticker {
    font-size: clamp(17px, 1.4vw, 26px);
  }

  .hero__ticker-run {
    gap: clamp(12px, 1.2vw, 22px);
    padding-block: 15px;
  }

  .section {
    padding-block: clamp(64px, 6vw, 96px);
  }

  .section h2,
  .page-hero h1 {
    font-size: clamp(36px, 4vw, 62px);
  }

  .page-hero {
    padding-block: 64px 44px;
  }

  .page-content.section {
    padding-block: 54px;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 28px;
  }

  .hero__content,
  .section-heading > *,
  .server-live-grid > *,
  .server-grid > *,
  .server-card,
  .sk-live-card,
  .status-card,
  .news-card,
  .entry-card {
    min-width: 0;
  }

  .hero h1,
  .section h2,
  .page-hero h1,
  .server-card h3,
  .server-card__name,
  .status-card h3,
  .news-card h3,
  .entry-card h2 {
    overflow-wrap: anywhere;
  }
}
