body { font-family: system-ui, sans-serif; margin: 0; }
.portal-header { display: flex; justify-content: space-between; align-items: center;
  padding: .75rem 1.25rem; border-bottom: 1px solid #ddd; }
.portal-header .logout { display: flex; gap: .5rem; align-items: center; }
main { max-width: 52rem; margin: 1.5rem auto; padding: 0 1rem; }
body.login main { max-width: 22rem; margin-top: 5rem; }
.error { color: #b00020; }
.pubs { list-style: none; padding: 0; }
.pubs li { padding: .5rem 0; border-bottom: 1px solid #eee; }
.pubs .meta { color: #666; font-size: .85rem; }
