.n-footer {
  margin-top: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid var(--n-border-subtle);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-muted, #64748b);
}

.n-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.n-footer-credit {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-muted, #64748b);
  opacity: 0.8;
}
.n-footer-credit a { color: inherit; text-decoration: underline; }
.n-footer-credit a:hover { color: var(--text-primary, #e2e8f0); }

.n-footer-time {
  font-family: ui-monospace, "Cascadia Code", "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text-muted, #64748b);
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
