/* ================================================================
   NO PERRY — Guild Storytelling 25A
   War Room · Constellation · War Ledger · Hall of Feats · Dossier
   Dark fantasy editorial — no SaaS cards.
   ================================================================ */

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* —— Shared chapter rhythm —— */
.np-story-chapter {
  --story-ink: #efe6d4;
  --story-mute: #9a9080;
  --story-gold: #d4b56a;
  --story-ember: #c45a2e;
  --story-line: rgba(180, 150, 90, 0.28);
  position: relative;
  isolation: isolate;
  color: var(--story-ink);
  padding: 5.5rem 1.25rem 6rem;
  overflow: hidden;
}

.np-story-chapter::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(120, 50, 24, 0.18), transparent 70%),
    linear-gradient(180deg, #07060a 0%, #0b0908 45%, #08090d 100%);
}

.np-story-chapter > * { position: relative; z-index: 1; max-width: 980px; margin-left: auto; margin-right: auto; }

/* —— War Room —— */
#guild-pulse.np-war-room {
  min-height: auto;
  padding: 6rem 1.25rem 5rem;
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(140, 48, 22, 0.22), transparent 65%),
    radial-gradient(ellipse 40% 30% at 90% 80%, rgba(40, 50, 70, 0.2), transparent 60%),
    linear-gradient(180deg, #060508 0%, #0c0908 50%, #07080b 100%);
  color: #efe6d4;
}

#guild-pulse.np-war-room .np-pulse-atmosphere { opacity: 0.55; }

.np-war-room__eyebrow,
.np-ledger__eyebrow,
.np-feats__eyebrow,
.np-constel__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--story-gold, #d4b56a);
  text-transform: uppercase;
}

.np-war-room__title,
.np-ledger__title,
.np-feats__title,
.np-constel__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-title, 'Cinzel', serif);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: #f3ebdc;
}

.np-war-room__sub,
.np-ledger__sub,
.np-feats__sub,
.np-constel__sub {
  margin: 0 0 2rem;
  max-width: 36rem;
  color: #a89f90;
  font-size: 0.98rem;
  line-height: 1.55;
}

.np-war-room__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.75rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9080;
}

.np-war-room__badge {
  color: #e0c070;
  border-left: 2px solid #c45a2e;
  padding-left: 0.55rem;
}

.np-war-room__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid rgba(180, 150, 90, 0.22);
  border-bottom: 1px solid rgba(180, 150, 90, 0.22);
  padding: 1.25rem 0;
}

.np-war-room__stat { text-align: center; }
.np-war-room__stat-n {
  display: block;
  font-family: var(--font-title, Cinzel, serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #e8c547;
  letter-spacing: 0.04em;
}
.np-war-room__stat-l {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: #8f8678;
  text-transform: uppercase;
}

.np-war-room__block-title {
  margin: 0 0 1rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #c9b07a;
  text-transform: uppercase;
}

.np-war-room__pulse {
  position: relative;
  margin-bottom: 2.75rem;
  padding: 1.25rem 0.5rem 0.5rem;
}

.np-war-room__pulse-line {
  position: absolute;
  left: 0; right: 0; bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 90, 46, 0.55), transparent);
}

.np-war-room__buckets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  min-height: 72px;
  overflow-x: auto;
}

.np-war-room__bucket {
  position: relative;
  flex: 1 0 10px;
  min-width: 10px;
}

.np-war-room__bucket-btn {
  display: block;
  width: 100%;
  height: var(--h, 8px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.np-war-room__bucket-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #e8a050, #7a2e20);
  box-shadow: 0 0 0 1px rgba(20, 10, 4, 0.8);
  image-rendering: pixelated;
}

.np-war-room__bucket-btn:hover .np-war-room__bucket-bar,
.np-war-room__bucket-btn:focus-visible .np-war-room__bucket-bar {
  background: linear-gradient(180deg, #ffd080, #c45a2e);
}

.np-war-room__bucket-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  min-width: 140px;
  max-width: 220px;
  padding: 0.4rem 0.5rem;
  background: #120e0a;
  border: 1px solid rgba(212, 181, 106, 0.35);
  color: #e8dcc4;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.np-war-room__bucket-btn:hover + .np-war-room__bucket-tip,
.np-war-room__bucket-btn:focus-visible + .np-war-room__bucket-tip {
  opacity: 1;
}

.np-war-room__events { list-style: none; margin: 0; padding: 0; }
.np-war-room__events > li { border-top: 1px solid rgba(140, 120, 80, 0.18); }
.np-war-room__event {
  width: 100%;
  display: grid;
  grid-template-columns: 5.5rem 4rem 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.85rem 0.25rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.np-war-room__event:hover,
.np-war-room__event:focus-visible {
  background: rgba(180, 90, 40, 0.08);
  outline: none;
}
.np-war-room__event-time { font-family: monospace; font-size: 0.72rem; color: #8f8678; }
.np-war-room__event-type {
  font-family: monospace;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}
.np-war-room__event-type.is-kill { color: #e0a050; }
.np-war-room__event-type.is-death { color: #b07070; }
.np-war-room__event-body { font-size: 0.92rem; }
.np-war-room__event-body strong { color: #f2ead8; font-weight: 700; }
.np-war-room__event-body em { font-style: normal; color: #c9b89a; }
.np-war-room__fame { color: #e8c547; font-family: monospace; }
.np-war-room__event-id { font-family: monospace; font-size: 0.62rem; color: #6e665c; }
.np-war-room__alert,
.np-war-room__empty,
.np-ledger__empty,
.np-feats__empty {
  color: #a89f90;
  border-left: 2px solid rgba(180, 150, 90, 0.35);
  padding: 0.75rem 0 0.75rem 1rem;
}

@media (max-width: 720px) {
  .np-war-room__stats { grid-template-columns: 1fr; }
  .np-war-room__event {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .np-war-room__event-id { grid-column: 1 / -1; }
}

/* —— Constellation —— */
#guild-constellation.np-story-chapter {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: linear-gradient(180deg, #07080b 0%, #090a10 100%);
}
.np-constel__sky {
  position: relative;
  height: min(420px, 58vw);
  margin: 0 auto;
  max-width: 720px;
  border: 1px solid rgba(140, 120, 80, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(60, 40, 20, 0.25), transparent 55%),
    #06070c;
}
.np-constel__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: rgba(160, 150, 130, 0.35);
  border: 1px solid rgba(200, 180, 120, 0.25);
  transform: translate(-50%, -50%);
}
.np-constel__dot.is-hot {
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  background: #e0a050;
  box-shadow: 0 0 10px rgba(224, 160, 80, 0.45);
}
.np-constel__tip {
  position: absolute;
  left: 50%;
  bottom: 140%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: 240px;
  padding: 0.35rem 0.5rem;
  background: #120e0a;
  border: 1px solid rgba(212, 181, 106, 0.35);
  color: #e8dcc4;
  font-size: 0.62rem;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.np-constel__dot:hover .np-constel__tip,
.np-constel__dot:focus-visible .np-constel__tip { opacity: 1; }

@media (max-width: 600px) {
  .np-constel__sky { height: 280px; }
  .np-constel__dot:not(.is-hot) { opacity: 0.35; }
}

/* —— War Ledger —— */
#war-archives.np-war-ledger {
  background:
    linear-gradient(180deg, rgba(8, 9, 12, 0.2), transparent 8%),
    linear-gradient(180deg, #08090c 0%, #0a0b10 100%);
  color: #efe6d4;
  padding: 5rem 1.25rem 6rem;
}
#war-archives.np-war-ledger .container { max-width: 820px; }

.np-ledger__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.np-ledger__search input {
  min-width: 160px;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(180, 150, 90, 0.3);
  background: rgba(8, 8, 12, 0.7);
  color: #efe6d4;
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
}

.np-ledger__day { margin-bottom: 2.5rem; }
.np-ledger__day-title {
  margin: 0 0 1rem;
  font-family: var(--font-title, Cinzel, serif);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: #d4b56a;
  border-bottom: 1px solid rgba(180, 150, 90, 0.25);
  padding-bottom: 0.45rem;
}
.np-ledger__entries { list-style: none; margin: 0; padding: 0; }
.np-ledger__entry {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.np-ledger__rail {
  position: relative;
  border-left: 1px solid rgba(180, 150, 90, 0.28);
  margin-left: 10px;
}
.np-ledger__diamond {
  position: absolute;
  left: -5px;
  top: 0.55rem;
  width: 9px;
  height: 9px;
  background: #c45a2e;
  transform: rotate(45deg);
}
.np-ledger__card {
  padding: 0.35rem 0 0.85rem;
  border-bottom: 1px solid rgba(120, 100, 70, 0.18);
}
.np-ledger__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: center;
  margin-bottom: 0.35rem;
  font-family: monospace;
  font-size: 0.72rem;
  color: #9a9080;
}
.np-ledger__type.is-kill { color: #e0a050; }
.np-ledger__type.is-death { color: #b07070; }
.np-ledger__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  padding: 0.15rem 0.35rem;
  border: 1px solid rgba(180, 150, 90, 0.35);
  color: #d4b56a;
  text-transform: uppercase;
}
.np-ledger__badge-scope {
  font-size: 0.58rem;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.85;
  font-weight: 400;
  max-width: 16rem;
  line-height: 1.25;
}
.np-ledger__badge.is-revenge { border-color: #c45a2e; color: #e09060; }
.np-ledger__badge.is-hunt { border-color: #8a7040; color: #c4a060; }
.np-ledger__names { margin: 0.15rem 0; font-size: 1.05rem; }
.np-ledger__names span { color: #7a7368; font-size: 0.75rem; letter-spacing: 0.12em; }
.np-ledger__fame { margin: 0.2rem 0; color: #e8c547; font-family: monospace; font-size: 0.85rem; }
.np-ledger__id { margin: 0.15rem 0 0.65rem; font-family: monospace; font-size: 0.62rem; color: #6e665c; }

/* —— Hall of Feats —— */
#hall-of-fame.np-hall-of-feats {
  background:
    radial-gradient(ellipse 50% 40% at 50% 20%, rgba(90, 60, 20, 0.22), transparent 70%),
    linear-gradient(180deg, #09080c 0%, #0c0b10 100%);
  color: #efe6d4;
  padding: 5.5rem 1.25rem 6.5rem;
}
#hall-of-fame.np-hall-of-feats .container { max-width: 980px; }

.np-feats__hall {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}
.np-feats__niche {
  min-height: 220px;
}
.np-feats__relic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 220px;
  padding: 1.25rem 1rem 1.35rem;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(20, 16, 12, 0.2), rgba(8, 7, 10, 0.92)),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(180, 120, 40, 0.12), transparent 70%);
  border: 1px solid rgba(180, 140, 70, 0.28);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55);
  transition: border-color 160ms steps(2, end), box-shadow 160ms steps(2, end);
}
.np-feats__relic:hover,
.np-feats__relic:focus-visible {
  border-color: rgba(232, 197, 71, 0.65);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(200, 140, 40, 0.18);
  outline: none;
}
.np-feats__slot {
  margin: 0 0 auto;
  font-family: monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #c9b07a;
  text-transform: uppercase;
}
.np-feats__name {
  margin: 0.75rem 0 0.35rem;
  font-family: var(--font-title, Cinzel, serif);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: #f3ebdc;
}
.np-feats__metric {
  margin: 0;
  font-family: monospace;
  font-size: 0.85rem;
  color: #e8c547;
}
.np-feats__explain {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #8f8678;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 120ms steps(2, end), max-height 120ms steps(2, end);
}
.np-feats__relic:hover .np-feats__explain,
.np-feats__relic:focus-visible .np-feats__explain {
  opacity: 1;
  max-height: 6rem;
}

.np-feats__archive-wrap[data-archive-available='false'] { display: none; }

@media (max-width: 600px) {
  .np-feats__hall {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.85rem;
    padding-bottom: 0.5rem;
  }
  .np-feats__niche {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
}

/* —— Combat Dossier —— */
.np-dossier {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.np-dossier[hidden] { display: none !important; }
.np-dossier__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 6, 0.78);
}
.np-dossier__panel {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  max-height: min(88vh, 640px);
  overflow: auto;
  padding: 1.25rem 1.35rem 1.4rem;
  background:
    linear-gradient(180deg, #14100c, #0a090c);
  border: 1px solid rgba(200, 160, 80, 0.35);
  color: #efe6d4;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
.np-dossier__eyebrow {
  margin: 0;
  font-family: monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: #c9b07a;
}
.np-dossier__title {
  margin: 0.45rem 2rem 1rem 0;
  font-family: var(--font-title, Cinzel, serif);
  font-size: 1.15rem;
  line-height: 1.3;
}
.np-dossier__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  color: #c9b07a;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}
.np-dossier__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  margin: 0 0 1rem;
}
.np-dossier__grid dt {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #8f8678;
  text-transform: uppercase;
}
.np-dossier__grid dd { margin: 0.2rem 0 0; font-size: 0.92rem; }
.np-dossier__mono { font-family: monospace; font-size: 0.78rem; word-break: break-all; }
.np-dossier__gear-label {
  margin: 0 0 0.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: #c9b07a;
  text-transform: uppercase;
}
.np-dossier__gear ul { margin: 0; padding: 0; list-style: none; }
.np-dossier__gear li {
  display: flex;
  gap: 0.5rem;
  font-family: monospace;
  font-size: 0.68rem;
  color: #cfc4b0;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(120, 100, 70, 0.15);
}
.np-dossier__gear li span { color: #8f8678; min-width: 4.5rem; }
.np-dossier__note { color: #8f8678; font-size: 0.82rem; }
.np-dossier__foot { margin-top: 1.1rem; }

html.np-dossier-open { overflow: hidden; }

/* Hide legacy empty hof / battle showcase leftovers if any */
#war-archives .battle-showcase { display: none !important; }
#hall-of-fame .np-hof-empty { display: none !important; }

/* —— 25A3 War Room latest / highest / 24h bars —— */
.np-war-room__latest {
  margin: 1.4rem 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(180, 140, 80, 0.28);
  background: linear-gradient(180deg, rgba(40, 24, 14, 0.35), rgba(10, 8, 10, 0.2));
  text-align: left;
}
.np-war-room__latest.is-pulse-new {
  animation: npWarRoomPulse 0.75s ease-out;
}
@keyframes npWarRoomPulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 181, 106, 0.55); }
  100% { box-shadow: 0 0 0 18px rgba(212, 181, 106, 0); }
}
.np-war-room__latest-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #d4b56a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.np-war-room__rune {
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid #d4b56a;
  transform: rotate(45deg);
  display: inline-block;
}
.np-war-room__latest-names {
  margin: 0;
  font-family: var(--font-title, 'Cinzel', serif);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}
.np-war-room__latest-fame,
.np-war-room__latest-ago {
  margin: 0.35rem 0 0;
  font-family: monospace;
  font-size: 0.82rem;
  color: #e8c547;
}
.np-war-room__latest-ago { color: #9a9080; }
.np-war-room__latest-open { margin-top: 0.75rem; }
.np-war-room__highest {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0.65rem 0.85rem;
  text-align: left;
  cursor: pointer;
  border: 1px solid rgba(140, 110, 60, 0.3);
  background: rgba(12, 10, 12, 0.35);
  color: inherit;
  font: inherit;
}
.np-war-room__highest-kicker {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  color: #c9b07a;
  margin-bottom: 0.25rem;
}
.np-war-room__buckets {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  gap: 0.15rem;
  align-items: end;
  list-style: none;
  margin: 0;
  padding: 0 0 1.1rem;
  min-height: 88px;
}
.np-war-room__bucket {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.np-war-room__bucket.is-latest .np-war-room__bucket-bar {
  box-shadow: 0 0 10px rgba(212, 181, 106, 0.45);
  background: linear-gradient(180deg, #e8c878, #8a5a20);
}
.np-war-room__bucket-hour {
  margin-top: 0.25rem;
  font-size: 0.48rem;
  letter-spacing: 0.04em;
  color: #7a7368;
  min-height: 0.7rem;
}
.np-war-room__bucket-hour.is-empty { visibility: hidden; }

/* —— 25A3 Ledger carousel —— */
.np-ledger__carousel {
  position: relative;
  margin-top: 1.25rem;
  max-height: 420px;
}
.np-ledger__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0.25rem 1rem;
  max-height: 360px;
}
.np-ledger__slide {
  flex: 0 0 calc(33.333% - 0.7rem);
  scroll-snap-align: start;
  min-width: 0;
}
.np-ledger__slide .np-ledger__card {
  height: 100%;
  min-height: 220px;
  padding: 0.9rem 0.85rem;
  border: 1px solid rgba(180, 150, 90, 0.28);
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.55), rgba(8, 8, 10, 0.35));
}
.np-ledger__nav {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(200, 170, 100, 0.4);
  background: rgba(8, 8, 10, 0.75);
  color: #e8d9b0;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}
.np-ledger__nav--prev { left: -0.2rem; }
.np-ledger__nav--next { right: -0.2rem; }
.np-ledger__counter {
  margin: 0.35rem 0 0;
  text-align: center;
  font-family: monospace;
  font-size: 0.72rem;
  color: #9a9080;
  letter-spacing: 0.08em;
}
.np-ledger__new-badge {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border: 1px solid rgba(212, 181, 106, 0.55);
  background: rgba(40, 24, 12, 0.92);
  color: #e8d9b0;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  padding: 0.35rem 0.7rem;
  cursor: pointer;
  text-transform: uppercase;
}
.np-ledger__list { display: none; }

@media (max-width: 900px) {
  .np-ledger__slide { flex-basis: calc(50% - 0.5rem); }
}
@media (max-width: 640px) {
  .np-ledger__slide { flex-basis: calc(92% - 0.25rem); }
}

/* —— 25A3 Guild in Field —— */
#guild-constellation.np-guild-in-field,
.np-guild-in-field {
  padding: 5rem 1.25rem 5.5rem;
}
.np-field__head { text-align: center; max-width: 720px; margin: 0 auto 1.5rem; }
.np-field__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: #d4b56a;
  text-transform: uppercase;
}
.np-field__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-title, 'Cinzel', serif);
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
  letter-spacing: 0.06em;
}
.np-field__sub,
.np-field__count {
  margin: 0.4rem auto 0;
  color: #9a9080;
  max-width: 36rem;
  line-height: 1.5;
  font-size: 0.92rem;
}
.np-field__count {
  margin-top: 0.85rem;
  color: #d4b56a;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  text-transform: uppercase;
}
.np-field__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #9a9080;
  text-transform: uppercase;
}
.np-field__legend-mark { color: #6a655c; margin-right: 0.35rem; }
.np-field__legend-mark.is-hot { color: #d4b56a; }
.np-field__formation {
  position: relative;
  width: min(920px, 100%);
  height: min(52vw, 420px);
  margin: 0 auto;
  border: 1px solid rgba(140, 120, 80, 0.2);
  background:
    radial-gradient(ellipse 50% 40% at 50% 55%, rgba(80, 50, 20, 0.18), transparent 70%),
    linear-gradient(180deg, rgba(12, 10, 12, 0.4), rgba(8, 8, 10, 0.55));
}
.np-field__shield {
  position: absolute;
  width: 1.55rem;
  height: 1.55rem;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #5a564e;
  border: 1px solid rgba(120, 110, 95, 0.35);
  background: rgba(20, 18, 16, 0.7);
  clip-path: polygon(50% 0%, 92% 28%, 92% 78%, 50% 100%, 8% 78%, 8% 28%);
}
.np-field__shield.is-hot {
  color: #e8d090;
  border-color: rgba(212, 181, 106, 0.65);
  background: rgba(60, 40, 16, 0.75);
  box-shadow: 0 0 12px rgba(212, 181, 106, 0.28);
}
.np-field__glyph { font-size: 0.55rem; line-height: 1; }
.np-field__tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.55rem);
  transform: translateX(-50%);
  min-width: 11rem;
  padding: 0.55rem 0.65rem;
  background: rgba(8, 7, 9, 0.95);
  border: 1px solid rgba(180, 150, 90, 0.35);
  color: #efe6d4;
  font-size: 0.68rem;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  display: grid;
  gap: 0.2rem;
  text-align: center;
}
.np-field__shield:hover .np-field__tip,
.np-field__shield:focus .np-field__tip,
.np-field__shield:focus-visible .np-field__tip {
  opacity: 1;
}
.np-field__tip-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.25rem;
}
.np-field__tip-cta {
  margin-top: 0.25rem;
  color: #d4b56a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.58rem;
}

/* Retire old random constellation presentation */
.np-constel__sky { display: none !important; }

