.pvp-hub {
  max-width: 72rem;
  margin: 0 auto;
}

.sidebar-icon-pvp-hub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-icon-img-pvp-hub {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
  opacity: 0.92;
}

.sidebar-link.is-active .sidebar-icon-img-pvp-hub {
  opacity: 1;
}

.pvp-hub-hero {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--rt-border);
  background:
    linear-gradient(135deg, rgba(116, 208, 108, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
}

.pvp-hub-hero h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-brand);
  font-size: 1.65rem;
  color: var(--rt-green);
}

.pvp-hub-hero p {
  margin: 0;
  max-width: 42rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.pvp-hub-hero-macros p {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .pvp-hub-hero-macros p {
    white-space: normal;
  }
}

.pvp-hub-beta-notice {
  margin-bottom: 1rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, #16130d 0%, #0d0d0d 100%);
}

.pvp-hub-beta-notice-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.pvp-hub-beta-notice-head h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rt-gold);
}

.pvp-hub-beta-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.45rem;
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rt-gold);
  background: rgba(201, 162, 39, 0.1);
}

.pvp-hub-beta-notice p {
  margin: 0 0 0.45rem;
  max-width: 48rem;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.pvp-hub-beta-notice p:last-child {
  margin-bottom: 0;
}

.pvp-hub-beta-notice-foot {
  margin-top: 0.15rem;
  color: var(--rt-muted);
}

.pvp-hub-beta-link {
  color: var(--rt-green);
  font-weight: 600;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.pvp-hub-beta-link:hover {
  color: var(--rt-gold);
  text-decoration: underline;
}

.pvp-hub-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--rt-muted);
  cursor: pointer;
  text-decoration: none;
}

.pvp-hub-back:hover {
  color: var(--rt-gold);
}

.pvp-hub-section-title {
  margin: 0 0 0.75rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rt-gold-dim);
}

.pvp-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.pvp-hub-card {
  display: flex;
  flex-direction: column;
  min-height: 9.5rem;
  padding: 0;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 4px 16px rgba(0, 0, 0, 0.35);
  text-align: left;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.pvp-hub-card:hover {
  border-color: rgba(116, 208, 108, 0.45);
}

.pvp-hub-card-art {
  height: 6.5rem;
  background-size: cover;
  background-position: center;
  background-color: #111;
}

.pvp-hub-creators-banner {
  height: auto;
  aspect-ratio: 487 / 229;
  min-height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pvp-hub-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem 1rem;
}

.pvp-hub-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--rt-gold);
}

.pvp-hub-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--rt-muted);
}

.pvp-hub-card-tag {
  margin-top: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-video-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(116, 208, 108, 0.55);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, #1a2218 0%, #0b0f0c 100%);
  box-shadow: 0 0 0 1px rgba(116, 208, 108, 0.12), 0 10px 28px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  color: inherit;
}

.pvp-hub-video-callout:hover {
  border-color: var(--rt-green);
  box-shadow: 0 0 0 1px rgba(116, 208, 108, 0.28), 0 12px 32px rgba(0, 0, 0, 0.5);
}

.pvp-hub-video-callout-art {
  position: relative;
  min-height: 11rem;
  background-size: cover;
  background-position: center;
}

.pvp-hub-video-callout-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.pvp-hub-video-callout-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.2rem 1.35rem;
}

.pvp-hub-video-callout-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-video-callout-body h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--rt-gold);
}

.pvp-hub-video-callout-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.pvp-hub-video-callout-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-video-callout-cta .pvp-hub-platform-icon {
  width: 16px;
  height: 16px;
}

.pvp-hub-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: 1px solid rgba(116, 208, 108, 0.35);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, #171717 0%, #0b0b0b 100%);
  text-align: left;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.pvp-hub-feature:hover {
  border-color: var(--rt-green);
}

.pvp-hub-feature-static {
  cursor: default;
}

.pvp-hub-feature-static:hover {
  border-color: rgba(116, 208, 108, 0.35);
}

.pvp-hub-feature-art {
  min-height: 14rem;
  background-size: cover;
  background-position: center;
}

.pvp-hub-feature-art.pvp-hub-creators-banner {
  min-height: 0;
}

.pvp-hub-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.25rem 1.35rem;
}

.pvp-hub-feature-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-feature-body h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.35rem;
  color: var(--rt-gold);
}

.pvp-hub-feature-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.pvp-hub-site-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: 0.85rem;
}

.pvp-hub-term-groups,
.pvp-hub-glossary-categories {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pvp-hub-glossary-page .pvp-hub-glossary-hero {
  margin-bottom: 0.35rem;
}

.pvp-hub-glossary-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.pvp-hub-glossary-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pvp-hub-glossary-search {
  width: 100%;
  max-width: 28rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 13px;
}

.pvp-hub-glossary-search:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
}

.pvp-hub-glossary-search-status {
  min-height: 1.1rem;
  margin: 0;
  font-size: 11px;
  color: var(--rt-muted);
}

.pvp-hub-glossary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.pvp-hub-glossary-nav-btn {
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.pvp-hub-glossary-nav-btn:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.35);
  color: var(--rt-gold);
}

.pvp-hub-glossary-category,
.pvp-hub-glossary-subsection,
.pvp-hub-glossary-map-sub {
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.pvp-hub-glossary-category > summary,
.pvp-hub-glossary-subsection > summary,
.pvp-hub-glossary-map-sub > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.75rem 0.9rem;
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 700;
  color: var(--rt-gold);
  cursor: pointer;
  list-style: none;
  background: rgba(212, 175, 55, 0.05);
  transition: background 0.15s ease;
}

.pvp-hub-glossary-subsection > summary,
.pvp-hub-glossary-map-sub > summary {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.035);
}

.pvp-hub-glossary-category > summary:hover,
.pvp-hub-glossary-subsection > summary:hover,
.pvp-hub-glossary-map-sub > summary:hover {
  background: rgba(212, 175, 55, 0.1);
}

.pvp-hub-glossary-subsection > summary:hover,
.pvp-hub-glossary-map-sub > summary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.pvp-hub-glossary-category > summary::after,
.pvp-hub-glossary-subsection > summary::after,
.pvp-hub-glossary-map-sub > summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  opacity: 0.85;
  transition: transform 0.18s ease;
}

.pvp-hub-glossary-category[open] > summary::after,
.pvp-hub-glossary-subsection[open] > summary::after,
.pvp-hub-glossary-map-sub[open] > summary::after {
  margin-bottom: 0;
  margin-top: 0.2rem;
  transform: rotate(225deg);
}

.pvp-hub-glossary-category > summary::-webkit-details-marker,
.pvp-hub-glossary-subsection > summary::-webkit-details-marker,
.pvp-hub-glossary-map-sub > summary::-webkit-details-marker {
  display: none;
}

.pvp-hub-glossary-category[open] > summary,
.pvp-hub-glossary-subsection[open] > summary,
.pvp-hub-glossary-map-sub[open] > summary {
  border-bottom: 1px solid var(--rt-border);
}

.pvp-hub-glossary-category-body,
.pvp-hub-glossary-subsection-body,
.pvp-hub-glossary-map-sub-body {
  padding: 0.75rem 0.9rem 0.9rem;
}

.pvp-hub-glossary-subsections,
.pvp-hub-glossary-map-groups {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pvp-hub-glossary-entries {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.pvp-hub-glossary-entry {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(0, 0, 0, 0.18);
}

.pvp-hub-glossary-entry-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.6rem;
  margin-bottom: 0.35rem;
}

.pvp-hub-glossary-term {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}

.pvp-hub-glossary-table-wrap {
  overflow-x: auto;
}

.pvp-hub-glossary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.pvp-hub-glossary-table th,
.pvp-hub-glossary-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
  text-align: left;
}

.pvp-hub-glossary-table thead th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rt-muted);
  background: rgba(0, 0, 0, 0.2);
}

.pvp-hub-glossary-table tbody tr:last-child th,
.pvp-hub-glossary-table tbody tr:last-child td {
  border-bottom: none;
}

.pvp-hub-glossary-table .pvp-hub-glossary-term {
  width: 8.5rem;
  white-space: nowrap;
}

.pvp-hub-glossary-def,
.pvp-hub-glossary-detail {
  margin: 0 0 0.35rem;
  font-size: 13px;
  line-height: 1.5;
}

.pvp-hub-glossary-def {
  color: rgba(255, 255, 255, 0.88);
}

.pvp-hub-glossary-detail {
  color: var(--rt-muted);
  font-size: 12px;
}

.pvp-hub-glossary-def:last-child,
.pvp-hub-glossary-detail:last-child {
  margin-bottom: 0;
}

.pvp-hub-glossary-callout {
  margin: 0.45rem 0 0;
  padding: 0.45rem 0.6rem;
  border-left: 3px solid rgba(212, 175, 55, 0.45);
  border-radius: 0 calc(var(--radius) - 4px) calc(var(--radius) - 4px) 0;
  background: rgba(212, 175, 55, 0.06);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.pvp-hub-glossary-callout-label {
  font-weight: 700;
  color: var(--rt-gold-dim);
  margin-right: 0.35rem;
}

.pvp-hub-glossary-example-list,
.pvp-hub-glossary-trait-list {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
  color: var(--rt-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pvp-hub-glossary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.pvp-hub-glossary-tag {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--rt-muted);
}

.pvp-hub-glossary-skirmisher .pvp-hub-glossary-def {
  margin-bottom: 0.55rem;
}

.pvp-hub-glossary-spec-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
}

.pvp-hub-glossary-spec {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem 0.35rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 255, 255, 0.04);
}

.pvp-hub-glossary-spec-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.pvp-hub-glossary-spec-icon .rt-spec-icon {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 2px;
}

.pvp-hub-glossary-spec-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.pvp-hub-glossary-callout-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvp-hub-glossary-callout-chip {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.25);
  background: rgba(96, 165, 250, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: rgba(191, 219, 254, 0.92);
}

.is-glossary-hidden {
  display: none !important;
}

.pvp-hub-term-group {
  border: 1px solid var(--rt-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.85rem 1rem 1rem;
}

.pvp-hub-term-group-title {
  margin: 0 0 0.6rem;
  font-family: var(--font-brand);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rt-green);
}

.pvp-hub-term-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 0.65rem 1.2rem;
  margin: 0;
}

.pvp-hub-term {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pvp-hub-term-name {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}

.pvp-hub-term-def {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--rt-muted);
}

.pvp-hub-macro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 0.85rem;
}

.wowhead-tooltip,
#wowhead-tooltip,
.wowhead-tooltip-powered {
  z-index: 10050;
}

.pvp-hub-macro-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border: 1px solid var(--rt-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.85rem 1rem 1rem;
}

.pvp-hub-macro-card h3 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rt-green);
}

.pvp-hub-macro-card h3 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  vertical-align: middle;
}

.pvp-hub-macro-card h3 .pvp-hub-macro-item-icon {
  vertical-align: middle;
  border-radius: 2px;
}

.pvp-hub-macro-class-title {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  vertical-align: middle;
}

.pvp-hub-macro-class-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.pvp-hub-macro-class-icon .rt-spec-icon {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 2px;
}

.pvp-hub-macro-class-name {
  font-weight: 700;
}

.pvp-hub-macro-card h3 a:hover {
  color: var(--rt-green-bright);
}

.pvp-hub-macro-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--rt-muted);
}

.pvp-hub-macro-code {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.65rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-mono, Consolas, monospace);
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-x: auto;
}

.pvp-hub-macro-copy {
  align-self: flex-start;
  background: var(--rt-green-dim);
  border: 1px solid var(--rt-border);
  color: var(--rt-gold-dim);
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius, 4px);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.pvp-hub-macro-copy:hover {
  color: var(--rt-gold);
  border-color: var(--rt-gold-dim);
}

.pvp-hub-macro-copy-status {
  min-height: 1em;
  font-size: 11px;
  color: var(--rt-green);
}

.pvp-hub-site-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #151515 0%, #0c0c0c 100%);
}

.pvp-hub-site-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pvp-hub-site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--rt-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
  color: var(--rt-green);
}

.pvp-hub-creator-avatar {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.pvp-hub-creator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pvp-hub-site-head h3 {
  margin: 0;
  font-size: 14px;
  color: var(--rt-gold);
}

.pvp-hub-addon-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.pvp-hub-addon-head h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}

.pvp-hub-addon-head h3 a {
  color: var(--rt-gold);
  text-decoration: none;
}

.pvp-hub-addon-head h3 a:hover {
  color: var(--rt-green-bright);
}

.pvp-hub-addon-icon {
  flex-shrink: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--rt-border);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.pvp-hub-addon-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pvp-hub-site-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--rt-muted);
}

.pvp-hub-creator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 0.85rem;
}

.pvp-hub-creator-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.pvp-hub-creator-filters .chip {
  font-size: 11px;
  padding: 0.28rem 0.55rem;
}

.pvp-hub-creator-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #151515 0%, #0c0c0c 100%);
}

.pvp-hub-creator-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--rt-muted);
}

.pvp-hub-creator-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pvp-hub-creator-tag {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(116, 208, 108, 0.25);
  background: rgba(116, 208, 108, 0.08);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-creator-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.pvp-hub-creator-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pvp-hub-platform-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.pvp-hub-guide-hero {
  position: relative;
  min-height: 11rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--rt-border);
  background-size: cover;
  background-position: center;
}

.pvp-hub-guide-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.82) 100%);
}

.pvp-hub-guide-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11rem;
  padding: 1.25rem;
}

.pvp-hub-guide-hero h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.5rem;
  color: #fff;
}

.pvp-hub-guide-hero p {
  margin: 0.35rem 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.pvp-hub-guide-sections {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.pvp-hub-guide-section {
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.pvp-hub-guide-section > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  font-size: 13px;
  font-weight: 700;
  color: var(--rt-gold);
  cursor: pointer;
  list-style: none;
  background: rgba(212, 175, 55, 0.05);
  transition: background 0.15s ease;
}

.pvp-hub-guide-section > summary:hover {
  background: rgba(212, 175, 55, 0.12);
}

.pvp-hub-guide-section > summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.3rem;
  margin-bottom: 0.25rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.18s ease;
  opacity: 0.95;
}

.pvp-hub-guide-section[open] > summary::after {
  margin-bottom: 0;
  margin-top: 0.25rem;
  transform: rotate(225deg);
}

.pvp-hub-guide-section > summary::-webkit-details-marker {
  display: none;
}

.pvp-hub-guide-section[open] > summary {
  border-bottom: 1px solid var(--rt-border);
}

.pvp-hub-guide-section-body {
  padding: 0.85rem 1rem 1rem;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.pvp-hub-guide-section-body p {
  margin: 0 0 0.55rem;
}

.pvp-hub-guide-section-body p:last-child {
  margin-bottom: 0;
}

.pvp-hub-guide-section-head {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.pvp-hub-guide-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  color: var(--rt-gold-dim);
  flex-shrink: 0;
}

.pvp-hub-guide-section-icon svg {
  width: 100%;
  height: 100%;
}

.pvp-hub-guide-section-advanced {
  border-color: rgba(147, 112, 219, 0.35);
}

.pvp-hub-guide-section-advanced summary {
  color: #b89adf;
}

.pvp-hub-glance,
.pvp-hub-remember,
.pvp-hub-critical-mechanics {
  margin-bottom: 1rem;
}

.pvp-hub-critical-mechanics {
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(184, 154, 223, 0.4);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #161218 0%, #0c0c0c 100%);
}

.pvp-hub-critical-mechanics .pvp-hub-content-blocks {
  gap: 0.55rem;
}

.pvp-hub-glance h3,
.pvp-hub-remember h3,
.pvp-hub-critical-mechanics h3 {
  margin: 0 0 0.65rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rt-gold-dim);
}

.pvp-hub-glance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.55rem;
}

.pvp-hub-glance-card {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #151515 0%, #0c0c0c 100%);
}

.pvp-hub-glance-label {
  margin-bottom: 0.35rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--rt-muted);
}

.pvp-hub-glance-value {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.pvp-hub-star {
  color: rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

.pvp-hub-star.is-on {
  color: var(--rt-gold);
}

.pvp-hub-remember-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.pvp-hub-remember-card {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(116, 208, 108, 0.35);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(116, 208, 108, 0.1) 0%, rgba(116, 208, 108, 0.03) 100%);
}

.pvp-hub-remember-mark {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(116, 208, 108, 0.18);
  color: var(--rt-green);
  font-size: 11px;
  font-weight: 700;
}

.pvp-hub-remember-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.pvp-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: start;
}

.pvp-hub-tip-card {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--rt-border);
  border-left-width: 3px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  min-width: 0;
}

.pvp-hub-col-4 {
  grid-column: span 4;
}

.pvp-hub-col-6 {
  grid-column: span 6;
}

.pvp-hub-col-8 {
  grid-column: span 8;
}

.pvp-hub-col-12 {
  grid-column: 1 / -1;
}

.pvp-hub-mistakes-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pvp-hub-mistakes-group-title {
  margin: 0 0 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rt-muted);
}

.pvp-hub-mistakes-panel {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-left-width: 3px;
  border-radius: var(--radius);
  background: rgba(245, 158, 11, 0.06);
}

.pvp-hub-mistakes-panel h4 {
  margin: 0.25rem 0 0.55rem;
  font-size: 13px;
  font-weight: 700;
  color: #f0b454;
}

.pvp-hub-mistakes-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.5rem;
  margin: 0;
  padding-left: 1.05rem;
  list-style: disc;
}

.pvp-hub-mistakes-bullets li {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.pvp-hub-mistakes-bullets li strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

.pvp-hub-tip-card h4 {
  margin: 0.25rem 0 0.35rem;
  font-size: 12px;
  font-weight: 700;
  color: var(--rt-gold);
}

.pvp-hub-tip-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.pvp-hub-tip-bullets {
  margin: 0;
  padding-left: 1.05rem;
  list-style: disc;
}

.pvp-hub-tip-bullets li {
  margin: 0.2rem 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.pvp-hub-tip-bullets li strong,
.pvp-hub-checklist li strong,
.pvp-hub-role-block li strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

.pvp-hub-tip-head {
  margin-bottom: 0.15rem;
}

.pvp-hub-tip-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pvp-hub-tip-info {
  border-left-color: rgba(96, 165, 250, 0.75);
}

.pvp-hub-tip-info .pvp-hub-tip-label {
  color: #7eb6ff;
}

.pvp-hub-tip-rec {
  border-left-color: rgba(116, 208, 108, 0.75);
}

.pvp-hub-tip-rec .pvp-hub-tip-label {
  color: var(--rt-green);
}

.pvp-hub-tip-warn {
  border-left-color: rgba(245, 158, 11, 0.75);
}

.pvp-hub-tip-warn .pvp-hub-tip-label {
  color: #f0b454;
}

.pvp-hub-tip-advanced {
  border-left-color: rgba(167, 139, 250, 0.75);
  background: rgba(0, 0, 0, 0.22);
}

.pvp-hub-tip-advanced .pvp-hub-tip-label {
  color: #b89adf;
}

.pvp-hub-subsections {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pvp-hub-subsection {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.pvp-hub-subsection > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  list-style: none;
  background: rgba(255, 255, 255, 0.035);
  transition: background 0.15s ease;
}

.pvp-hub-subsection > summary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.pvp-hub-subsection-title {
  color: rgba(255, 255, 255, 0.92);
  margin-right: auto;
}

.pvp-hub-subsection > summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  opacity: 0.85;
  transition: transform 0.18s ease, opacity 0.15s ease;
}

.pvp-hub-subsection > summary:hover::after {
  opacity: 1;
}

.pvp-hub-subsection[open] > summary::after {
  margin-bottom: 0;
  margin-top: 0.2rem;
  transform: rotate(225deg);
}

.pvp-hub-subsection-question {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rt-muted);
}

.pvp-hub-content-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.pvp-hub-content-block {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-width: 3px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
}

.pvp-hub-content-block h4 {
  margin: 0.2rem 0 0.45rem;
  font-size: 13px;
  font-weight: 700;
  color: var(--rt-gold);
}

.pvp-hub-content-block p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.pvp-hub-block-bullets {
  margin: 0;
  padding-left: 1.05rem;
  list-style: disc;
  columns: 1;
}

.pvp-hub-block-bullets-2col {
  columns: 2;
  column-gap: 1.5rem;
}

.pvp-hub-block-bullets li {
  margin: 0.15rem 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  break-inside: avoid;
}

.pvp-hub-block-bullets li strong,
.pvp-hub-content-block .pvp-hub-tip-label {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

.pvp-hub-content-block.pvp-hub-tip-rec {
  border-left-color: rgba(116, 208, 108, 0.75);
  background: rgba(116, 208, 108, 0.04);
}

.pvp-hub-content-block.pvp-hub-faction-alliance {
  border-left-color: rgba(78, 160, 255, 0.85);
  background: rgba(78, 160, 255, 0.06);
}

.pvp-hub-content-block.pvp-hub-faction-alliance .pvp-hub-tip-label {
  color: #5b9bff;
}

.pvp-hub-content-block.pvp-hub-faction-horde {
  border-left-color: rgba(207, 64, 64, 0.85);
  background: rgba(207, 64, 64, 0.06);
}

.pvp-hub-content-block.pvp-hub-faction-horde .pvp-hub-tip-label {
  color: #ff6a5e;
}

.pvp-hub-map-link {
  color: var(--rt-gold);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(230, 200, 120, 0.55);
  text-underline-offset: 2px;
}

.pvp-hub-map-link:hover {
  color: #f5dfa0;
}

.pvp-hub-content-block.pvp-hub-faction-alliance .pvp-hub-map-link {
  color: #f0d48a;
  text-decoration-color: rgba(240, 212, 138, 0.7);
  animation: pvp-hub-alliance-map-link-pulse 2.2s ease-in-out infinite;
}

@keyframes pvp-hub-alliance-map-link-pulse {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 0 transparent;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(240, 212, 138, 0.75);
  }
}

.pvp-hub-content-block.pvp-hub-tip-info {
  border-left-color: rgba(96, 165, 250, 0.75);
}

.pvp-hub-content-block.pvp-hub-tip-warn {
  border-left-color: rgba(245, 158, 11, 0.75);
  background: rgba(245, 158, 11, 0.05);
}

.pvp-hub-content-block.pvp-hub-tip-advanced {
  border-left-color: rgba(167, 139, 250, 0.85);
  background: rgba(76, 29, 149, 0.12);
}

.pvp-hub-content-block.pvp-hub-tip-advanced h4 {
  color: #b89adf;
}

.pvp-hub-mistakes-icon {
  color: #f0b454;
  margin-right: 0.15rem;
}

.pvp-hub-subsection > summary::-webkit-details-marker {
  display: none;
}

.pvp-hub-subsection[open] > summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pvp-hub-subsection-body {
  padding: 0.65rem 0.75rem 0.75rem;
}

.pvp-hub-subsection-bullets {
  margin: 0;
  padding-left: 1.05rem;
  list-style: disc;
}

.pvp-hub-subsection-bullets li {
  margin: 0.2rem 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.pvp-hub-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.pvp-hub-role-card {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #141414 0%, #0b0b0b 100%);
}

.pvp-hub-role-card h4 {
  margin: 0 0 0.55rem;
  font-size: 13px;
  color: var(--rt-gold);
}

.pvp-hub-role-block {
  margin-bottom: 0.55rem;
}

.pvp-hub-role-block:last-child {
  margin-bottom: 0;
}

.pvp-hub-role-block h5 {
  margin: 0 0 0.25rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--rt-muted);
}

.pvp-hub-role-block ul {
  margin: 0;
  padding-left: 1rem;
}

.pvp-hub-role-block li {
  margin-bottom: 0.2rem;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.pvp-hub-role-specs .pvp-hub-role-spec {
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(0, 0, 0, 0.12);
}

.pvp-hub-role-specs .pvp-hub-role-spec:first-of-type {
  margin-top: 0.15rem;
}

.pvp-hub-role-spec-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.45rem;
  cursor: pointer;
  list-style: none;
}

.pvp-hub-role-spec summary::-webkit-details-marker {
  display: none;
}

.pvp-hub-role-spec-head::-webkit-details-marker {
  display: none;
}

.pvp-hub-role-spec[open] .pvp-hub-role-spec-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pvp-hub-role-spec-body {
  padding: 0.35rem 0.45rem 0.45rem;
}

.pvp-hub-role-spec-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
}

.pvp-hub-role-spec-icon .rt-spec-icon {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 2px;
}

.pvp-hub-role-spec-name {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.pvp-hub-role-spec-list {
  margin: 0;
  padding-left: 1rem;
}

.pvp-hub-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  border: 1px dashed rgba(116, 208, 108, 0.25);
  border-radius: var(--radius);
  background: rgba(116, 208, 108, 0.04);
}

.pvp-hub-flow-step {
  min-width: 12rem;
  max-width: 100%;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(116, 208, 108, 0.3);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.25);
}

.pvp-hub-flow-arrow {
  font-size: 14px;
  line-height: 1;
  color: var(--rt-green);
}

.pvp-hub-flow-arrow-right {
  display: none;
}

@media (min-width: 821px) {
  .pvp-hub-flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pvp-hub-flow-arrow-down {
    display: none;
  }

  .pvp-hub-flow-arrow-right {
    display: inline;
  }
}

.pvp-hub-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvp-hub-checklist li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  margin-bottom: 0.45rem;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.pvp-hub-check-warn {
  flex-shrink: 0;
  color: #f0b454;
  font-size: 13px;
  line-height: 1.2;
}

.pvp-hub-checklist-text {
  flex: 1;
  min-width: 0;
}

.pvp-hub-advanced-block .pvp-hub-card-grid {
  margin-top: 0;
}

.pvp-hub-advanced-block .pvp-hub-content-block {
  background: rgba(76, 29, 149, 0.1);
}

.pvp-hub-map-soon {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(96, 165, 250, 0.35);
  border-radius: var(--radius);
  background: rgba(96, 165, 250, 0.06);
}

.pvp-hub-map-soon h4 {
  margin: 0 0 0.45rem;
  font-size: 14px;
  color: #7eb6ff;
}

.pvp-hub-map-soon p {
  margin: 0 0 0.35rem;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.pvp-hub-map-soon-note {
  color: var(--rt-muted);
}

.blitz-map-missing {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}

.blitz-map-missing code {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
}

.blitz-map-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.blitz-map-frame {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0b0f14;
}

.blitz-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.blitz-map-toolbar-title {
  font-size: 12px;
  color: var(--rt-muted);
}

.blitz-map-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.blitz-map-markers-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.35rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  user-select: none;
}

.blitz-map-markers-toggle input {
  margin: 0;
  accent-color: #c9a227;
}

.blitz-map-overlay-toggle {
  margin-right: 0.5rem;
}

.blitz-map-overlays {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.blitz-map-overlay-hit {
  pointer-events: stroke;
  cursor: help;
}

.blitz-map-overlay-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.blitz-map-overlays [data-map-overlay].blitz-map-overlay-off {
  display: none;
}

.blitz-map-overlay-svg path,
.blitz-map-overlay-svg polyline {
  shape-rendering: geometricPrecision;
}

.blitz-map-panel--parchment .blitz-map-overlay-svg path,
.blitz-map-panel--parchment .blitz-map-overlay-svg polyline {
  filter: drop-shadow(0 0 2px rgba(8, 8, 10, 0.85));
}

.blitz-map-overlay-pulse.blitz-map-overlay-on .blitz-map-overlay-pulse-core {
  animation: blitz-map-overlay-path-pulse 2.2s ease-in-out infinite;
}

.blitz-map-overlay-pulse.blitz-map-overlay-on .blitz-map-overlay-pulse-glow {
  animation: blitz-map-overlay-glow-pulse 2.2s ease-in-out infinite;
}

@keyframes blitz-map-overlay-path-pulse {
  0%,
  100% {
    stroke: rgba(38, 95, 195, 1);
    stroke-width: 1.35px;
    opacity: 1;
  }
  50% {
    stroke: rgba(120, 180, 255, 1);
    stroke-width: 2px;
    opacity: 0.82;
  }
}

@keyframes blitz-map-overlay-glow-pulse {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.72;
  }
}

.blitz-map-panel--markers-off .blitz-map-markers {
  visibility: hidden;
  pointer-events: none;
}

.blitz-map-btn {
  min-width: 2.25rem;
  height: 1.75rem;
  padding: 0 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  cursor: pointer;
}

.blitz-map-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.blitz-map-legend-bar {
  border-top: 1px solid rgba(230, 200, 120, 0.22);
  background: rgba(6, 9, 14, 0.98);
  padding: 0.65rem 0.85rem 0.75rem;
}

.blitz-map-legend-head {
  margin: 0 0 0.55rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rt-gold, #e6c878);
}

.blitz-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blitz-map-legend li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  color: var(--rt-gold, #e6c878);
}

.blitz-map-legend-item-has-tip {
  cursor: help;
}

.blitz-map-legend-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.blitz-map-legend-item-has-tip .blitz-map-legend-label {
  border-bottom: 1px dotted rgba(230, 200, 120, 0.5);
}

.blitz-map-legend-tip-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: rgba(230, 200, 120, 0.14);
  border: 1px solid rgba(230, 200, 120, 0.45);
  color: var(--rt-gold, #e6c878);
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
}

.blitz-map-legend-tip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  z-index: 5;
  width: max-content;
  min-width: 0;
  max-width: min(18rem, calc(100vw - 2rem));
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  background: rgba(8, 12, 18, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.35;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}

.blitz-map-legend-item-has-tip:hover .blitz-map-legend-tip,
.blitz-map-legend-item-has-tip:focus-within .blitz-map-legend-tip {
  opacity: 1;
}

.blitz-map-viewport {
  position: relative;
  width: 100%;
  height: min(62vh, 520px);
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: #0b0f14;
  cursor: grab;
  touch-action: none;
}

.blitz-map-viewport.is-dragging {
  cursor: grabbing;
}

.blitz-map-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: inline-block;
  line-height: 0;
}

.blitz-map-viewport.is-dragging .blitz-map-stage {
  will-change: transform;
}

.blitz-map-image {
  display: block;
  width: min(920px, 92vw);
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.blitz-map-markers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
}

.blitz-map-viewport.is-dragging .blitz-map-markers {
  cursor: grabbing;
}

.blitz-map-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.blitz-map-marker-chip,
.blitz-map-legend-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px;
  overflow: visible;
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  transition: border-color 0.12s ease;
  transform-origin: center center;
}

.blitz-map-wow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: visible;
}

.blitz-map-legend-chip-split {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
  padding: 0;
}

.blitz-map-legend-chip-split-icon {
  padding: 2px;
}

.blitz-map-marker-chip-split {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 2px;
}

.blitz-map-marker-chip-split .blitz-map-wow-icon {
  background: rgba(10, 8, 6, 0.72);
  border-radius: 999px;
}

.blitz-map-panel--parchment .blitz-map-legend-chip-split {
  border-color: rgba(164, 140, 88, 0.4);
}

.blitz-map-panel--parchment .blitz-map-marker-chip-split {
  border-color: rgba(164, 140, 88, 0.4);
  background-clip: padding-box;
  padding: 1px;
  box-shadow: none;
}

.blitz-map-panel--parchment .blitz-map-marker-chip-split .blitz-map-wow-icon {
  background: rgba(10, 8, 6, 0.62);
}

.blitz-map-marker-chip-square,
.blitz-map-legend-chip.blitz-map-marker-chip-square {
  border-radius: 2px;
  background: transparent;
  border: none;
  padding: 1px;
  box-shadow: none;
}

.blitz-map-panel--parchment .blitz-map-marker-chip-square {
  background: transparent;
  border: none;
  box-shadow: none;
}

.blitz-map-wow-icon-img,
.blitz-map-marker-icon,
.blitz-map-legend-icon,
.blitz-map-tip-icon {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  image-rendering: auto;
}

.blitz-map-marker-chip:not(.blitz-map-marker-chip-square):not(.blitz-map-marker-chip-split) .blitz-map-marker-icon,
.blitz-map-legend-chip:not(.blitz-map-marker-chip-square):not(.blitz-map-legend-chip-split) .blitz-map-legend-icon {
  border-radius: 50%;
  object-fit: cover;
}

.blitz-map-marker-chip:has(.blitz-map-orb-icon),
.blitz-map-legend-chip:has(.blitz-map-orb-icon) {
  overflow: hidden;
  border-radius: 50%;
}

.blitz-map-orb-icon {
  width: 142% !important;
  height: 142% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.blitz-map-chip-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126%;
  height: 126%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  pointer-events: none;
  user-select: none;
}

.blitz-map-marker-map-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 3px);
  transform: translateX(-50%);
  padding: 0.05rem 0.3rem;
  border-radius: 3px;
  background: rgba(8, 12, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.blitz-map-marker-label-only {
  cursor: default;
  z-index: 0;
}

.blitz-map-marker-label-only:hover,
.blitz-map-marker-label-only:focus-visible {
  z-index: 1;
}

.blitz-map-node-label {
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8c547;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.95),
    1px -1px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.95),
    1px 1px 0 rgba(0, 0, 0, 0.95),
    0 1px 3px rgba(0, 0, 0, 0.85);
}

.blitz-map-marker-has-map-label .blitz-map-marker-tip {
  bottom: calc(100% + 22px);
}

.blitz-map-marker:hover,
.blitz-map-marker:focus-visible,
.blitz-map-marker.is-hovered {
  z-index: 2;
}

.blitz-map-marker:hover .blitz-map-marker-chip,
.blitz-map-marker:focus-visible .blitz-map-marker-chip,
.blitz-map-marker.is-hovered .blitz-map-marker-chip {
  border-color: rgba(255, 255, 255, 0.58);
}

.blitz-map-marker-chip-glow {
  padding: 0;
  border: none;
}

.blitz-map-marker-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background: rgba(8, 12, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.blitz-map-marker:hover .blitz-map-marker-label,
.blitz-map-marker:focus-visible .blitz-map-marker-label {
  opacity: 1;
}

.blitz-map-marker-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 30px);
  transform: translateX(-50%);
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  background: rgba(8, 12, 18, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.35;
  min-width: 14rem;
  max-width: 18rem;
  text-align: left;
  opacity: 0;
  pointer-events: none;
}

.blitz-map-tip-rich {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.blitz-map-tip-head {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.blitz-map-tip-row {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.blitz-map-tip-copy {
  min-width: 0;
}

.blitz-map-tip-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.95);
}

.blitz-map-tip-desc {
  margin-top: 0.1rem;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}

.blitz-map-marker-tip-multiline,
.blitz-map-legend-tip-multiline {
  white-space: pre-line;
}

.blitz-map-marker-has-tip:hover .blitz-map-marker-tip,
.blitz-map-marker-has-tip:focus-visible .blitz-map-marker-tip {
  opacity: 1;
}

.blitz-map-legend-chip {
  flex-shrink: 0;
}

.blitz-map-panel--parchment .blitz-map-marker[data-tier="primary"] {
  z-index: 3;
}

.blitz-map-panel--parchment .blitz-map-marker[data-tier="secondary"] {
  z-index: 2;
}

.blitz-map-panel--parchment .blitz-map-marker[data-tier="tertiary"] {
  z-index: 1;
}

.blitz-map-panel--parchment .blitz-map-marker[data-tier="underlay"] {
  z-index: 0;
}

.blitz-map-panel--parchment .blitz-map-marker-label-only {
  z-index: 0;
}

.blitz-map-panel--parchment .blitz-map-marker-chip {
  background: rgba(10, 8, 6, 0.62);
  border: 1px solid rgba(164, 140, 88, 0.28);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  padding: 1px;
}

.blitz-map-panel--parchment .blitz-map-marker:hover .blitz-map-marker-chip,
.blitz-map-panel--parchment .blitz-map-marker:focus-visible .blitz-map-marker-chip,
.blitz-map-panel--parchment .blitz-map-marker.is-hovered .blitz-map-marker-chip {
  border-color: rgba(196, 170, 112, 0.55);
}

.blitz-map-panel--parchment .blitz-map-marker-chip-glow {
  padding: 0;
  background: transparent;
  border: none;
}

.blitz-map-marker.is-hovered,
.blitz-map-panel--parchment .blitz-map-marker.is-hovered {
  z-index: 20;
}

.blitz-map-panel--parchment .blitz-map-legend-chip-soft {
  background: rgba(10, 8, 6, 0.55);
  border: 1px solid rgba(164, 140, 88, 0.22);
  box-shadow: none;
  padding: 1px;
}

.blitz-map-panel--parchment .blitz-map-node-label {
  font-family: var(--font-brand);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(78, 56, 22, 0.96);
  text-shadow:
    0 0 1px rgba(255, 248, 230, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.65),
    1px 1px 0 rgba(255, 248, 230, 0.2);
}

.blitz-map-panel--parchment .blitz-map-node-label-st,
.blitz-map-panel--parchment .blitz-map-node-label-bs,
.blitz-map-panel--parchment .blitz-map-node-label-farm {
  transform: translate(-50%, 8px);
}

.blitz-map-panel--parchment .blitz-map-node-label-gm {
  transform: translate(-115%, -55%);
}

.blitz-map-panel--parchment .blitz-map-node-label-lm {
  transform: translate(-120%, 30%);
}

.blitz-map-panel--parchment .blitz-map-marker-tip,
.blitz-map-panel--parchment .blitz-map-legend-tip {
  background: rgba(22, 18, 12, 0.92);
  border-color: rgba(164, 140, 88, 0.25);
}

.blitz-map-hover-tip {
  position: absolute;
  z-index: 6;
  transform: translate(-50%, -100%);
  width: max-content;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  background: rgba(8, 12, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.35;
  min-width: 0;
  max-width: min(18rem, calc(100% - 12px));
  text-align: left;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.blitz-map-hover-tip-simple {
  padding: 0.22rem 0.42rem;
}

.blitz-map-hover-tip-simple .blitz-map-tip-title {
  white-space: nowrap;
}

.blitz-map-tooltip-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.blitz-map-marker-tip-source {
  display: none !important;
}

.blitz-map-hover-tip[hidden] {
  display: none !important;
}

.blitz-map-panel--parchment .blitz-map-hover-tip {
  background: rgba(22, 18, 12, 0.96);
  border-color: rgba(164, 140, 88, 0.28);
}

.blitz-map-panel--parchment .blitz-map-tip-head {
  color: rgba(196, 170, 112, 0.92);
}

.blitz-map-panel--parchment .blitz-map-tip-title {
  color: rgba(220, 200, 150, 0.92);
}

.blitz-map-panel--parchment .blitz-map-tip-desc {
  color: rgba(200, 190, 170, 0.78);
}

.pvp-hub-analytics-soon ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 1.25rem;
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

.pvp-hub-video-intro {
  margin: 0 0 0.65rem;
  font-size: 12px;
  color: var(--rt-muted);
}

.pvp-hub-video-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.65rem;
}

.pvp-hub-video-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #101010;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.pvp-hub-video-card-featured {
  grid-column: span 8;
  flex-direction: row;
}

.pvp-hub-video-card-featured .pvp-hub-video-thumb {
  width: 42%;
  min-width: 10rem;
  height: auto;
  min-height: 9.5rem;
  flex-shrink: 0;
}

.pvp-hub-video-card-featured .pvp-hub-video-body {
  flex: 1;
  min-width: 0;
}

.pvp-hub-video-card:hover {
  border-color: rgba(116, 208, 108, 0.45);
}

.pvp-hub-video-thumb {
  position: relative;
  height: 8.5rem;
  background-size: cover;
  background-position: center;
}

.pvp-hub-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
}

.pvp-hub-video-body {
  padding: 0.75rem 0.85rem 0.9rem;
}

.pvp-hub-video-creator {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--rt-green);
}

.pvp-hub-video-creator .pvp-hub-platform-icon {
  width: 12px;
  height: 12px;
}

.pvp-hub-video-body h4 {
  margin: 0.25rem 0 0.2rem;
  font-size: 13px;
  line-height: 1.35;
  color: var(--rt-gold);
}

.pvp-hub-video-meta {
  margin-bottom: 0.35rem;
  font-size: 11px;
  color: var(--rt-muted);
}

.pvp-hub-video-body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.pvp-hub-analytics-soon {
  padding: 0.85rem 0.95rem;
  border: 1px dashed rgba(201, 162, 39, 0.35);
  border-radius: var(--radius);
  background: rgba(201, 162, 39, 0.05);
}

.pvp-hub-analytics-soon h4 {
  margin: 0 0 0.35rem;
  font-size: 13px;
  color: var(--rt-gold);
}

.pvp-hub-analytics-soon p {
  margin: 0 0 0.45rem;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.pvp-hub-analytics-soon li {
  margin-bottom: 0.2rem;
  font-size: 12px;
  line-height: 1.45;
  color: var(--rt-muted);
}

.pvp-hub-badge {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--rt-gold);
  vertical-align: middle;
}

.pvp-hub-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 0.75rem;
}

.pvp-hub-placeholder-card {
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
}

.pvp-hub-placeholder-card h4 {
  margin: 0 0 0.35rem;
  font-size: 13px;
  color: var(--rt-gold-dim);
}

.pvp-hub-placeholder-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--rt-muted);
}

@media (max-width: 820px) {
  .pvp-hub-col-4,
  .pvp-hub-col-6,
  .pvp-hub-col-8,
  .pvp-hub-col-12 {
    grid-column: 1 / -1;
  }

  .pvp-hub-mistakes-bullets,
  .pvp-hub-analytics-soon ul {
    grid-template-columns: 1fr;
  }

  .pvp-hub-block-bullets-2col {
    columns: 1;
  }

  .pvp-hub-subsection > summary {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.5rem;
  }

  .pvp-hub-video-card,
  .pvp-hub-video-card-featured {
    grid-column: 1 / -1;
    flex-direction: column;
  }

  .pvp-hub-video-card-featured .pvp-hub-video-thumb {
    width: 100%;
    min-height: 8.5rem;
  }
}

@media (max-width: 760px) {
  .pvp-hub-feature,
  .pvp-hub-video-callout {
    grid-template-columns: 1fr;
  }

  .pvp-hub-remember-grid {
    grid-template-columns: 1fr;
  }

  .pvp-hub-role-grid {
    grid-template-columns: 1fr;
  }

  .pvp-hub-feature-art,
  .pvp-hub-video-callout-art {
    min-height: 9rem;
  }

  .pvp-hub-feature-art.pvp-hub-creators-banner {
    min-height: 0;
  }
}

.pvp-hub-fb-open {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.55);
  background: linear-gradient(180deg, #1c1810 0%, #100d07 100%);
  color: var(--rt-gold);
  font-family: var(--font-brand);
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.pvp-hub-fb-open:hover {
  border-color: var(--rt-gold);
  background: linear-gradient(180deg, #221d12 0%, #141009 100%);
}

.pvp-hub-fb-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pvp-hub-fb-modal.hidden {
  display: none;
}

.pvp-hub-fb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.pvp-hub-fb-panel {
  position: relative;
  width: 100%;
  max-width: 460px;
  border: 1px solid var(--rt-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.6);
  padding: 20px 22px 22px;
}

.pvp-hub-fb-panel h3 {
  margin: 0 0 4px;
  font-family: var(--font-brand);
  color: var(--rt-gold);
  font-size: 18px;
}

.pvp-hub-fb-sub {
  margin: 0 0 14px;
  color: var(--rt-muted);
  font-size: 13px;
}

.pvp-hub-fb-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: none;
  color: var(--rt-muted);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pvp-hub-fb-close:hover {
  color: #fff;
}

.pvp-hub-fb-field {
  display: block;
  margin-bottom: 12px;
}

.pvp-hub-fb-field > span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.pvp-hub-fb-type,
.pvp-hub-fb-message {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 11px;
  border: 1px solid var(--rt-border);
  border-radius: 8px;
  background: #0b0b0b;
  color: #fff;
  font: inherit;
  font-size: 14px;
}

.pvp-hub-fb-message {
  resize: vertical;
  min-height: 96px;
}

.pvp-hub-fb-type:focus,
.pvp-hub-fb-message:focus {
  outline: none;
  border-color: rgba(201, 162, 39, 0.6);
}

.pvp-hub-fb-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pvp-hub-fb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pvp-hub-fb-status {
  font-size: 13px;
  color: var(--rt-muted);
}

.pvp-hub-fb-status.is-err {
  color: #e06c6c;
}

.pvp-hub-fb-submit {
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 39, 0.55);
  background: rgba(201, 162, 39, 0.12);
  color: var(--rt-gold);
  font-family: var(--font-brand);
  font-size: 13px;
  cursor: pointer;
}

.pvp-hub-fb-submit:hover {
  border-color: var(--rt-gold);
  background: rgba(201, 162, 39, 0.2);
}

.pvp-hub-fb-submit:disabled {
  opacity: 0.6;
  cursor: default;
}
