.newsletter-page { display: block; }
.nl-top {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  max-width: 760px; margin: 0 auto; padding-block: 16px 4px;
}
.nl-brand { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 700; }
.nl-brand .logo { width: 28px; height: 28px; }
.nl-back { color: var(--nano); text-decoration: none; font-weight: 600; font-size: 14px; }
.nl-main { max-width: 760px; margin: 0 auto; padding-block: 8px 40px; }
.nl-kicker { color: var(--nano); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; margin: 12px 0 0; }
.nl-status { color: var(--muted); min-height: 1.2em; }
.issue-head { border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 8px; }
.issue-date { color: var(--muted); margin: 0; font-size: 14px; }
.issue-title { font-size: clamp(26px, 5vw, 38px); line-height: 1.15; margin: 6px 0 10px; text-transform: none; letter-spacing: 0; color: var(--text); }
.issue-note { color: var(--muted); font-size: 13px; margin: 0; }
.issue-section { margin-top: 24px; }
.issue-section h2 {
  font-size: 20px; text-transform: none; letter-spacing: 0; color: var(--text); margin: 0 0 8px;
  padding-left: 10px; border-left: 4px solid var(--nano);
}
.section-stuck h2 { border-left-color: var(--bad); }
.section-progress h2 { border-left-color: var(--ok); }
.section-needs_owner h2 { border-left-color: var(--wait); }
.issue-items { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.issue-items li { background: rgba(13, 20, 36, .8); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.item-text { margin: 0; font-size: 17px; line-height: 1.55; }
.item-proof { margin: 6px 0 0; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.issue-empty { color: var(--muted); }
.nl-archive { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 12px; }
.archive { display: flex; flex-direction: column; gap: 6px; }
.archive-item {
  text-align: left; background: none; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px;
  color: var(--text); font-size: 14px; font-family: inherit; cursor: pointer;
}
.archive-item.current { border-color: var(--nano); }
