.nz-hub {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 0 3rem;
}
.nz-hub-hero {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nz-hub-kicker {
  font-size: 0.8rem;
  color: rgba(34, 211, 238, 0.9);
  margin: 0 0 0.5rem;
}
.nz-hub-hero h1 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.nz-hub-lead {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.nz-hub-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.nz-hub-toc a {
  font-size: 0.82rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  color: #c4b5fd;
  text-decoration: none;
}
.nz-hub-toc a:hover {
  background: rgba(167, 139, 250, 0.15);
}
.nz-hub-section {
  margin-bottom: 2.5rem;
  scroll-margin-top: 5rem;
}
.nz-hub-section h2 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  color: #e8cf6a;
}
.nz-hub-section h3 {
  font-size: 0.95rem;
  margin: 1rem 0 0.5rem;
}
.nz-hub-p,
.nz-hub-note,
.nz-hub-meta {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 0.92rem;
}
.nz-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}
.nz-hub-copy-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
}
.nz-hub-copy-msg {
  font-size: 0.85rem;
  color: #4ade80;
}
.nz-hub-label {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.35rem;
}
.nz-hub-source-ta {
  width: 100%;
  min-height: 14rem;
  max-height: 28rem;
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  line-height: 1.4;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #e2e8f0;
  resize: vertical;
}
.nz-hub-fuel-region {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nz-hub-fuel-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
}
.nz-hub-fuel-list li {
  margin-bottom: 0.35rem;
}
.nz-hub-muted {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85em;
}
.nz-hub-story-ideas {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}
.nz-hub-spotlight {
  font-size: 1.05rem;
  font-weight: 600;
  color: #67e8f9;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.nz-hub-laundry-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.nz-hub-laundry-table th,
.nz-hub-laundry-table td {
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.nz-hub-laundry-table tr.is-best {
  background: rgba(74, 222, 128, 0.1);
}
.nz-hub-err {
  color: #f87171;
  font-size: 0.9rem;
}
.nz-hub-foot {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}
