html {
  overflow-x: auto;
  background: #000;
}

.deep-recovery-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 8px 0;
  border: 1px solid #aaa;
  background: #eee;
}

.deep-recovery-metrics span {
  padding: 7px;
  text-align: center;
  border-right: 1px solid #aaa;
}

.deep-recovery-metrics span:last-child {
  border-right: 0;
}

.deep-recovery-metrics b {
  display: block;
  color: #850017;
  font-size: 15px;
}

.deep-file-table {
  max-height: 430px;
  overflow: auto;
  border: 1px solid #aaa;
}

.deep-file-row {
  display: grid;
  grid-template-columns: minmax(210px, 2fr) minmax(130px, 1fr) minmax(150px, 1fr) 52px;
  color: #444;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

.deep-file-row:nth-child(odd) {
  background: #f5f5f5;
}

.deep-file-row > span {
  min-width: 0;
  padding: 6px;
  overflow-wrap: anywhere;
  border-right: 1px solid #ddd;
}

.deep-file-row > span:last-child {
  border-right: 0;
  text-align: right;
}

.deep-file-row b,
.deep-file-row small {
  display: block;
}

.deep-file-row b {
  color: #b00020;
}

.deep-file-head {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #fff;
  background: #333 !important;
  font-weight: 700;
}

.complete-file-pages details {
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
}

.complete-file-pages details:first-child {
  border-top: 1px solid #aaa;
}

.complete-file-pages summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px;
  color: #850017;
  background: #eee;
  cursor: pointer;
}

.complete-file-pages summary span {
  color: #555;
  font-weight: 400;
  text-align: right;
}

.file-page-detail {
  padding: 8px;
}

.file-page-detail dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  margin: 8px 0;
}

.file-page-detail dt,
.file-page-detail dd {
  margin: 0;
  padding: 3px;
  border-bottom: 1px dotted #bbb;
}

.file-page-detail dt {
  font-weight: 700;
}

.file-page-detail ol {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #333;
}

.file-page-detail li {
  padding: 7px;
  border-bottom: 1px solid #ccc;
}

.file-page-detail li > b,
.file-page-detail li > span {
  display: inline-block;
  margin-right: 8px;
}

.file-page-detail li > span {
  color: #777;
  font-size: 10px;
}

.file-page-detail li p {
  margin: 4px 0 0;
  white-space: pre-wrap;
}

.member-profile-list {
  border: 1px solid #aaa;
}

.member-profile-list > article {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(260px, 2fr);
  gap: 8px;
  padding: 7px;
  border-bottom: 1px solid #ccc;
}

.member-profile-list > article:last-child {
  border-bottom: 0;
}

.member-profile-list > article:nth-child(even) {
  background: #f3f3f3;
}

.member-profile-list > article > div span,
.member-profile-list > article > div b {
  display: block;
}

.member-profile-list dl {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 3px 6px;
  margin: 0;
}

.member-profile-list dt {
  font-weight: 700;
}

.member-profile-list dd {
  margin: 0;
}

.member-profile-list p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 5px;
  border-top: 1px dotted #bbb;
}

.member-profile-list p span {
  margin-right: 12px;
}

@media (max-width: 620px) {
  .deep-recovery-metrics {
    grid-template-columns: 1fr;
  }

  .deep-recovery-metrics span {
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }

  .deep-file-row {
    grid-template-columns: minmax(150px, 1.6fr) minmax(110px, 1fr) 48px;
  }

  .deep-file-row > span:nth-child(3) {
    display: none;
  }

  .complete-file-pages summary {
    display: block;
  }

  .complete-file-pages summary span {
    display: block;
    margin-top: 3px;
    text-align: left;
  }

  .member-profile-list > article {
    grid-template-columns: 1fr;
  }

  .member-profile-list dl {
    grid-template-columns: auto 1fr;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 10px;
  min-width: 280px;
  color: rgb(92, 92, 92);
  background: #000;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}

table,
tr,
td,
th,
button,
input {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

a,
.link-button,
.nav-tab,
#userlinks button,
#navstrip button,
.latest-news button,
.forum-name,
.track-title,
.topic-list-item strong {
  color: #f00;
  text-decoration: none;
}

a:hover,
button:hover,
a:focus-visible,
button:focus-visible {
  text-decoration: underline;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 1px dotted #f00;
  outline-offset: 2px;
}

#ipbwrapper {
  width: 100%;
}

.skip-link {
  position: fixed;
  top: -50px;
  left: 10px;
  z-index: 100;
  padding: 5px 8px;
  color: #000;
  background: #fff;
  border: 1px solid #f00;
}

.skip-link:focus {
  top: 5px;
}

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

#logostrip {
  min-height: 46px;
  padding: 0;
  margin: 0;
  background: #000;
}

.logo-home {
  display: block;
  width: 285px;
  height: 42px;
  padding: 0;
  border: 0;
  background: #000;
}

.logo-home img {
  display: block;
  width: 285px;
  height: 42px;
}

#submenu,
#userlinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 25px;
  padding: 4px 7px;
  color: #ccc;
  background: #333;
  border: 1px solid #333;
  font-size: 10px;
  font-weight: bold;
}

#submenu {
  margin: 3px 0;
}

.archive-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.nav-tab,
#userlinks button,
#navstrip button,
.latest-news button {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: bold;
}

.nav-tab {
  color: #999;
  font-size: 10px;
}

.nav-tab.is-active {
  color: #f00;
}

#userlinks button {
  color: #ccc;
  font-size: 10px;
}

#status-text {
  color: #999;
  font-weight: normal;
}

.archive-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 26px;
  padding: 3px 5px;
  color: #ccc;
  background: #111;
  font-size: 10px;
}

.archive-search label {
  font-weight: bold;
}

.archive-search input {
  width: min(360px, 42vw);
  height: 20px;
  padding: 2px 4px;
  color: #333;
  background: #fff;
  border: 1px solid #777;
  font-size: 10px;
}

.archive-search button {
  min-height: 20px;
  padding: 1px 7px;
  color: #333;
  background: #ddd;
  border: 1px solid #777;
  font-size: 10px;
  font-weight: bold;
}

#navstrip {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 3px 0;
  font-weight: bold;
}

#navstrip img {
  display: block;
  width: 24px;
  height: 24px;
}

.latest-news {
  padding: 0 0 4px;
  color: #5c5c5c;
  line-height: 15px;
  text-align: left;
}

.latest-news button {
  color: #f00;
}

#archive-view {
  min-height: 480px;
  outline: none;
}

.ipb-category,
.panel,
.topic-detail,
.topic-list,
.timeline,
.source-card,
.voice-item {
  margin: 0 0 14px;
  background: #000;
}

.section-title,
.panel-heading,
.topic-header {
  margin: 0;
  padding: 8px 5px;
  color: #fff;
  background: #333;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}

.section-title small,
.panel-heading small {
  color: #ccc;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
}

.mini-nav {
  display: inline-block;
  margin-right: 5px;
  color: #f00;
  font-size: 8px;
}

.forum-table,
.data-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  background: #000;
}

.forum-table th,
.data-table th,
.titlemedium {
  padding: 7px;
  color: #ccc;
  background: #6f6f6f;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

.forum-table td,
.data-table td {
  padding: 4px;
  color: #333;
  background: #fff;
  border: 0;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.forum-table .icon-heading,
.forum-icon-cell {
  width: 38px;
  text-align: center;
}

.forum-table .forum-heading {
  width: auto;
}

.forum-table .count-heading,
.forum-table .count-cell {
  width: 7%;
  min-width: 54px;
  text-align: center;
}

.forum-table .last-heading,
.forum-table .last-cell {
  width: 25%;
  min-width: 210px;
}

.forum-icon-cell img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.forum-icon-cell img.forum-icon {
  width: 30px;
  height: 22px;
}

.forum-icon-cell img.category-icon {
  width: 34px;
  height: 34px;
}

.forum-name {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

.forum-desc,
.postdetails,
.track-context {
  color: #434951;
  font-size: 10px;
  line-height: 14px;
}

.forum-desc a,
.last-cell a {
  color: #f00;
}

.last-cell {
  white-space: nowrap;
  font-size: 10px;
  line-height: 14px;
}

.last-arrow {
  color: #f00;
  font-size: 8px;
}

.category-spacer td {
  height: 20px;
  background: #eee;
}

.board-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.panel-body,
.section-intro,
.board-stats,
.topic-body,
.profile-card,
.source-card-body {
  padding: 7px;
  color: #333;
  background: #fff;
  line-height: 15px;
}

.panel-body p,
.section-intro,
.board-stats {
  margin: 0;
}

.board-stats {
  margin-bottom: 14px;
}

.panel-actions,
.topic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 6px 7px;
  color: #333;
  background: #eee;
}

.button-link,
.filter-button {
  display: inline-block;
  min-height: 21px;
  padding: 2px 7px;
  color: #333;
  background: #ddd;
  border: 1px solid #777;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.button-link:hover,
.filter-button:hover,
.filter-button.is-active {
  color: #fff;
  background: #666;
}

.disabled-link,
.disabled-link:hover {
  color: #777;
  background: #f5f5f5;
  border-color: #bbb;
}

.archive-section {
  margin-bottom: 14px;
}

.section-intro {
  margin-bottom: 1px;
  border-bottom: 1px solid #000;
}

.filter-bar,
.result-count {
  margin: 0;
  padding: 6px 7px;
  color: #333;
  background: #eee;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.topic-recovery-filter {
  border-bottom: 1px solid #888;
}

.topic-recovery-filter .filter-button {
  min-height: 28px;
}

.topic-recovery-count {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 10px;
}

.result-count {
  border-top: 1px solid #bbb;
  font-size: 10px;
}

.voice-list {
  margin-top: 12px;
}

.voice-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 7px;
  color: #ccc;
  background: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
}

.voice-item blockquote,
.topic-summary {
  margin: 0;
  padding: 10px;
  color: #333;
  background: #fff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 160%;
  white-space: pre-line;
}

.voice-actions {
  display: flex;
  justify-content: space-between;
  padding: 5px 7px;
  color: #333;
  background: #eee;
  font-size: 10px;
}

.badge,
.source-type {
  color: #666;
  font-size: 10px;
  font-weight: bold;
}

.content-note {
  padding: 5px 7px;
  color: #5a4400;
  background: #fff1bf;
  font-size: 10px;
  font-weight: bold;
}

.data-table .id-cell {
  width: 76px;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.data-table .status-cell {
  width: 150px;
}

.track-title {
  font-weight: bold;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 12px;
  background: #000;
}

.source-card {
  margin: 0;
  background: #fff;
}

.source-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #eee;
  border-bottom: 1px solid #000;
}

.source-card.wide-source img {
  object-fit: contain;
  object-position: center;
  background: #111;
}

.source-card h3 {
  margin: 3px 0 5px;
  font-size: 11px;
}

.source-card p {
  margin: 0 0 6px;
  font-size: 10px;
}

.timeline {
  margin-top: 12px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 110px 80px 130px minmax(0, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: #000;
}

.timeline-row > * {
  padding: 5px 7px;
  color: #333;
  background: #fff;
}

.timeline-row.header > * {
  color: #ccc;
  background: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
}

.topic-browser {
  display: grid;
  grid-template-columns: minmax(205px, 26%) minmax(0, 1fr);
  gap: 10px;
  margin-top: 12px;
  align-items: start;
}

.topic-switcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 1px 0 12px;
  background: #000;
}

.topic-directory-title {
  margin-top: 14px;
}

.topic-switcher .topic-list-item {
  min-height: 70px;
  border: 0;
}

.topic-list-item {
  display: block;
  width: 100%;
  min-height: 63px;
  padding: 7px;
  color: #333;
  background: #eee;
  border: 0;
  border-bottom: 1px solid #000;
  text-align: left;
}

.topic-list-item.is-active {
  background: #fff;
}

.topic-list-item strong,
.topic-list-item small,
.topic-id {
  display: block;
  margin-top: 3px;
}

.topic-list-item small,
.topic-id {
  color: #666;
  font-size: 9px;
}

.topic-recovery-kind {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 3px;
  color: #fff;
  background: #555;
  font-size: 8px;
  line-height: 1.3;
}

.topic-list-item.has-readable-posts .topic-recovery-kind {
  background: #850017;
}

.topic-list-item.is-metadata-only {
  background: #e3e3e3;
}

.topic-header h2 {
  margin: 4px 0 2px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}

.topic-header p {
  margin: 0;
  color: #ccc;
  font-weight: normal;
  letter-spacing: 0;
}

.topic-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 1px 0 0;
  background: #000;
}

.topic-meta div {
  padding: 6px;
  color: #333;
  background: #eee;
}

.topic-meta dt {
  color: #666;
  font-size: 9px;
  font-weight: bold;
}

.topic-meta dd {
  margin: 3px 0 0;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.topic-summary {
  padding: 0 0 9px;
}

.topic-body h3 {
  margin: 10px 0 5px;
  padding: 5px;
  color: #333;
  background: #eee;
  font-size: 10px;
}

.fact-list,
.reply-summary {
  margin: 0;
  padding-left: 22px;
}

.fact-list li,
.reply-summary li {
  padding: 3px 0;
}

.recovered-thread {
  margin-bottom: 14px;
}

.thread-breadcrumb {
  padding: 6px 0;
  color: #5c5c5c;
  font-weight: bold;
}

.thread-breadcrumb button,
.profile-banner button {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  font-weight: bold;
}

.thread-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 6px;
  color: #fff;
  background: #333;
}

.thread-titlebar > span,
.thread-titlebar div span {
  color: #ccc;
  font-size: 10px;
}

.thread-notice {
  padding: 6px 7px;
  color: #5a4400;
  background: #fff1bf;
  border-bottom: 1px solid #000;
  font-size: 10px;
}

.thread-pages {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 7px;
  color: #333;
  background: #eee;
  font-size: 10px;
}

.thread-pages span span {
  color: #777;
}

.thread-pages .missing-page {
  color: #999;
  text-decoration: line-through;
  cursor: not-allowed;
}

.thread-posts {
  margin-top: 1px;
}

.thread-fragment {
  margin: 0;
}

.fragment-divider,
.fragment-gap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px;
  color: #333;
  background: #ddd;
  border: 1px solid #999;
  font-size: 10px;
}

.fragment-gap {
  display: block;
  margin: 8px 0;
  color: #5a4400;
  background: #fff1bf;
  border-color: #b89d3c;
  text-align: center;
}

.ipb-post {
  margin-bottom: 5px;
  background: #000;
}

.ipb-post-head,
.ipb-post-body,
.ipb-post-foot {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  gap: 1px;
  background: #000;
}

.ipb-post-head > *,
.ipb-post-body > *,
.ipb-post-foot > * {
  min-width: 0;
  padding: 6px;
}

.ipb-post-head > * {
  color: #333;
  background: #fff;
}

.post-author span {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
}

.post-date {
  text-align: left;
}

.post-date a {
  float: right;
}

.post-profile,
.post-content {
  min-height: 120px;
  color: #202020;
  background: #fff;
}

.post-profile {
  font-size: 10px;
  line-height: 15px;
}

.post-content {
  padding: 10px 12px;
}

.postcolor {
  color: #202020;
  font-size: 12px;
  line-height: 160%;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.post-signature {
  margin-top: 22px;
  padding-top: 6px;
  color: #333;
  border-top: 1px dashed #777;
  font-size: 10px;
  line-height: 155%;
  white-space: pre-line;
}

.kit-inventory {
  color: #202020;
  font-size: 11px;
  line-height: 150%;
}

.inventory-note {
  margin: 0 0 10px;
  padding: 6px;
  color: #5a4400;
  background: #fff1bf;
  border: 1px solid #b89d3c;
  font-size: 10px;
}

.kit-inventory section {
  margin: 0 0 10px;
}

.kit-inventory section > b,
.dead-kit-link,
.dead-kit-more {
  display: block;
}

.kit-inventory section > b {
  margin-bottom: 2px;
  font-size: 12px;
}

.dead-kit-link {
  color: #f00;
  overflow-wrap: anywhere;
}

.dead-kit-more {
  color: #666;
  font-style: italic;
}

.quote-label {
  width: 95%;
  margin: 0 auto;
  padding: 3px;
  color: #333;
  font-size: 10px;
}

.ipb-quote {
  width: 95%;
  margin: 0 auto 10px;
  padding: 5px;
  color: #333;
  background: #eee;
  border: 1px solid #333;
  font-size: 11px;
  line-height: 150%;
}

.opening-terms {
  margin-top: 14px;
  padding: 7px;
  color: #333;
  background: #eee;
  border: 1px solid #999;
  font-size: 10px;
}

.opening-terms ul {
  margin: 6px 0 0;
  padding-left: 20px;
}

.opening-terms li {
  padding: 2px 0;
}

.recovered-artifact {
  display: grid;
  gap: 3px;
  margin-top: 10px;
  padding: 7px;
  color: #333;
  background: #eee;
  border: 1px dotted #777;
  font-size: 10px;
}

.recovered-artifact b {
  color: #f00;
  font-size: 11px;
}

.recovered-artifact code {
  color: #555;
  font-family: "Courier New", monospace;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ipb-post-foot > * {
  min-height: 28px;
  color: #333;
  background: #eee;
  font-size: 10px;
}

.ipb-post-foot span:last-child {
  text-align: right;
}

.activeuserstrip {
  padding: 6px;
  color: #333;
  background: #999;
}

.thread-neighbors {
  padding: 6px;
  color: #333;
  background: #eee;
  text-align: center;
}

.later-board-thread .thread-titlebar {
  color: #fff;
  background: #666;
  border: 1px solid #ccc;
}

.later-board-thread .thread-pages {
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.later-board-post .ipb-post-head > * {
  color: #333;
  background: #f9f9f9;
}

.later-board-post:nth-child(even) .post-profile,
.later-board-post:nth-child(even) .post-content {
  background: #f9f9f9;
}

.later-board-post .ipb-post-foot > * {
  color: #ccc;
  background: #666;
}

.later-board-post .ipb-post-foot a {
  color: #fff;
}

.later-board-thread .activeuserstrip {
  color: #ccc;
  background: #333;
}

.profile-banner {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 1px;
  margin-bottom: 12px;
  background: #000;
}

.profile-banner > * {
  padding: 10px;
  color: #333;
  background: #fff;
}

.profile-avatar {
  display: grid;
  min-height: 92px;
  place-items: center;
  color: #777;
  background: #eee;
  font-size: 28px;
  font-weight: bold;
}

.profile-banner h1 {
  margin: 7px 0 8px;
  color: #f00;
  font-size: 18px;
}

.profile-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr);
  gap: 12px;
}

.profile-section {
  margin-bottom: 12px;
}

.profile-section h2 {
  margin: 0;
  padding: 7px;
  color: #fff;
  background: #333;
  font-size: 11px;
}

.profile-section table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #000;
}

.profile-section th,
.profile-section td {
  padding: 7px;
  color: #333;
  background: #fff;
  text-align: left;
  vertical-align: top;
}

.profile-section th {
  width: 38%;
  background: #eee;
}

.profile-source {
  padding: 8px;
  color: #333;
  background: #fff;
  line-height: 16px;
}

.catalog-actions {
  padding: 6px 7px;
  color: #333;
  background: #eee;
  border-bottom: 1px solid #000;
}

.audio-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1px;
  background: #000;
}

.audio-stats > * {
  min-height: 42px;
  padding: 7px;
  color: #333;
  background: #eee;
}

.audio-stats b {
  display: block;
  color: #900;
  font-size: 15px;
}

.audio-list {
  display: grid;
  gap: 1px;
  background: #000;
}

.audio-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  color: #333;
  background: #fff;
}

.audio-number {
  padding: 10px 6px;
  color: #ccc;
  background: #666;
  border-right: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.audio-main {
  min-width: 0;
  padding: 7px;
}

.audio-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.audio-title-row strong,
.audio-title-row span {
  display: block;
}

.audio-title-row strong {
  color: #f00;
  font-size: 12px;
}

.audio-title-row div > span {
  margin-top: 2px;
  color: #666;
  font-size: 9px;
}

.match-badge,
.metadata-badge {
  flex: 0 0 auto;
  padding: 2px 5px;
  color: #fff;
  background: #900;
  border: 1px solid #500;
  font-size: 9px;
  font-weight: bold;
}

.metadata-badge {
  color: #333;
  background: #ddd;
  border-color: #888;
}

.artist-note {
  margin: 6px 0;
  padding: 5px;
  color: #555;
  background: #eee;
  border-left: 3px solid #999;
  white-space: pre-line;
}

.audio-item audio {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 6px;
}

.audio-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 5px;
  color: #666;
  font-size: 9px;
  overflow-wrap: anywhere;
}

.audio-evidence span:first-child {
  flex: 1 1 300px;
  color: #333;
}

.audio-section-title {
  margin: 14px 0 1px;
  padding: 7px;
  color: #ccc;
  background: #333;
  font-size: 11px;
  letter-spacing: 1px;
}

.audio-boundary-note {
  padding: 7px;
  color: #5a4400;
  background: #fff1bf;
  border: 1px solid #b89d3c;
  font-size: 10px;
}

.local-audio-item .audio-number {
  color: #333;
  background: #ccc;
}

.empty-state {
  padding: 20px 8px;
  color: #333;
  background: #fff;
  text-align: center;
}

.site-footer {
  margin: 12px 0 0;
  padding: 8px 0 14px;
  color: #666;
  background: #000;
  font-size: 10px;
  text-align: center;
}

.archive-label {
  margin-top: 3px;
  color: #444;
}

@media (max-width: 820px) {
  .source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-browser {
    grid-template-columns: 1fr;
  }

  .topic-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    margin: 0 4px;
  }

  #submenu,
  #userlinks {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-search {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .archive-search label {
    width: 100%;
  }

  .archive-search input {
    flex: 1 1 180px;
    width: auto;
  }

  .forum-table .count-heading,
  .forum-table .count-cell {
    display: none;
  }

  .forum-table {
    table-layout: auto;
  }

  .forum-table .forum-heading {
    width: auto;
  }

  .forum-table .last-heading,
  .forum-table .last-cell {
    width: 38%;
    min-width: 0;
    white-space: normal;
  }

  .board-panels,
  .source-grid,
  .topic-list {
    grid-template-columns: 1fr;
  }

  .topic-switcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audio-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audio-title-row {
    flex-direction: column;
    gap: 5px;
  }

  .ipb-post-head,
  .ipb-post-body,
  .ipb-post-foot {
    grid-template-columns: 1fr;
  }

  .post-profile {
    min-height: 0;
    padding: 6px;
  }

  .post-profile br:nth-of-type(-n + 2) {
    display: none;
  }

  .post-content {
    min-height: 0;
  }

  .ipb-post-foot span:first-child {
    display: none;
  }

  .timeline-row {
    grid-template-columns: 86px 62px 90px minmax(120px, 1fr);
    overflow-wrap: anywhere;
  }

  .topic-meta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .logo-home,
  .logo-home img {
    width: 242px;
    height: auto;
  }

  #logostrip {
    min-height: 39px;
  }

  .forum-table .last-heading,
  .forum-table .last-cell {
    display: none;
  }

  .forum-table .icon-heading,
  .forum-icon-cell {
    width: 35px;
  }

  .data-table .status-cell {
    display: none;
  }

  .timeline {
    overflow-x: auto;
  }

  .timeline-row {
    min-width: 500px;
  }

  .voice-meta,
  .voice-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .topic-switcher {
    grid-template-columns: 1fr;
  }

  .audio-item {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .audio-number {
    padding: 9px 3px;
    font-size: 10px;
  }

  .profile-banner {
    grid-template-columns: 70px minmax(0, 1fr);
  }
}

/* Recovered TightBeatz main-site shell (2006 visual capture + 2009 homepage source). */
body.portal-mode #ipbwrapper {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}

body.forum-mode #ipbwrapper {
  width: 100%;
}

[hidden] {
  display: none !important;
}

.portal-header {
  color: #aaa;
  background: #000;
}

.portal-brand-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 49px;
  padding: 7px 4px 4px;
  border-bottom: 1px solid #777;
  font-size: 10px;
}

.portal-brand-row span {
  padding-bottom: 8px;
}

.portal-brand-row b {
  color: #fff;
}

.portal-logo {
  width: 262px;
  height: 35px;
  padding: 0;
  overflow: hidden;
  background: #000;
  border: 0;
}

.portal-logo img {
  display: block;
  width: 262px;
  height: 35px;
}

.portal-login-nav {
  display: grid;
  grid-template-columns: 310px 1fr;
  min-height: 28px;
  color: #ddd;
  background: #111;
  border-bottom: 1px solid #777;
}

.portal-login-nav > span {
  align-self: center;
  padding: 5px 7px;
  font-size: 9px;
}

.portal-login-nav button,
.portal-minor-nav button,
.portal-sidebar button,
.portal-main-frame button {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  text-align: left;
}

.portal-primary-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #333;
  border-left: 24px solid #111;
}

.portal-primary-nav button {
  min-height: 27px;
  color: #bbb;
  border-left: 1px solid #555;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.portal-primary-nav button:hover,
.portal-primary-nav button.is-active {
  color: #fff;
  background: #a00;
  text-decoration: none;
}

.portal-minor-nav {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  padding: 3px 12px 4px;
  border-bottom: 1px solid #555;
}

.portal-minor-nav button {
  color: #bbb;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
}

.portal-minor-nav button.is-active {
  color: #f00;
}

.portal-archive-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 28px;
  margin: 4px 0;
  padding: 3px 7px;
  color: #999;
  background: #080808;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 9px;
}

.portal-archive-banner b {
  color: #eee;
  font-size: 10px;
}

.archive-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #999;
  background: #111;
  border-bottom: 1px solid #333;
}

.archive-utility .archive-search {
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.archive-utility #status-text {
  flex: 0 1 260px;
  padding-right: 6px;
  font-size: 9px;
  text-align: right;
}

#portal-layout {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: start;
}

body.forum-mode #portal-layout {
  display: block;
}

.portal-sidebar {
  position: relative;
  min-height: 398px;
  margin-top: 4px;
  padding: 9px 6px 24px;
  color: #ccc;
  background: #050505;
  border: 1px solid #999;
  border-right-color: #555;
  border-radius: 9px 0 0 9px;
}

.portal-sidebar section {
  margin: 0 0 6px;
}

.portal-sidebar h2 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 11px;
}

.portal-sidebar button {
  display: block;
  width: 100%;
  padding: 1px 0 1px 12px;
  color: #ccc;
  font-size: 10px;
}

.portal-sidebar button::before {
  content: "\203A";
  margin-left: -9px;
  margin-right: 4px;
  color: #f00;
  font-weight: bold;
}

.portal-menu-end {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66px;
  padding: 2px 5px;
  color: #ccc;
  background: #111;
  border-top: 1px solid #f00;
  font-size: 8px;
  text-align: center;
}

body.portal-mode #archive-view {
  min-width: 0;
  min-height: 480px;
  margin-top: 4px;
  color: #333;
  background: #fff;
  border-left: 1px solid #777;
}

.portal-main-frame {
  padding: 8px 9px 14px;
  background: #fff;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}

.portal-page-title {
  margin: -1px -1px 7px;
  padding: 5px;
  color: #333;
  background: #ddd;
  border-bottom: 1px solid #888;
  font-size: 11px;
}

.portal-history {
  margin-bottom: 7px;
  padding: 7px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ccc;
  line-height: 1.45;
}

.portal-history h1 {
  margin: 0 0 5px;
  color: #111;
  font-size: 16px;
}

.portal-history p {
  margin: 4px 0;
}

.portal-history-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
  margin-top: 7px;
  padding-top: 5px;
  border-top: 1px dotted #aaa;
}

.portal-history-links button {
  font-weight: bold;
}

.portal-module {
  margin-bottom: 7px;
  background: #fff;
  border: 1px solid #bbb;
}

.portal-module > h1,
.portal-module > h2 {
  margin: 0;
  padding: 4px 5px;
  color: #333;
  background: #eee;
  border-bottom: 1px solid #666;
  font-size: 10px;
}

.portal-module > h2 small {
  color: #777;
  font-size: 8px;
  font-weight: normal;
}

.portal-snapshot-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 7px;
  padding: 4px;
  color: #333;
  background: #ddd;
  border: 1px solid #888;
  font-size: 9px;
}

.portal-snapshot-bar button {
  min-height: 23px;
  padding: 3px 7px;
  color: #333;
  background: #f4f4f4;
  border: 1px solid #888;
  font-weight: bold;
}

.portal-snapshot-bar button.is-active {
  color: #fff;
  background: #555;
}

.portal-snapshot-bar span {
  flex: 1 1 180px;
  padding-left: 5px;
  color: #666;
  text-align: right;
}

.featured-artist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.featured-artist-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px;
  min-height: 90px;
  padding: 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.artist-placeholder {
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #333;
  border: 1px solid #777;
  overflow: hidden;
}

.artist-placeholder b {
  align-self: end;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.artist-placeholder small {
  width: 100%;
  padding: 3px 1px;
  color: #444;
  background: #ddd;
  font-size: 6px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.featured-artist-grid h3 {
  margin: 0 0 1px;
  color: #f00;
  font-size: 10px;
}

.featured-artist-grid span {
  display: block;
  margin-bottom: 3px;
  color: #777;
  font-size: 8px;
}

.featured-artist-grid button {
  display: block;
  width: 100%;
  padding: 1px 0;
  color: #555;
  font-size: 8px;
  overflow-wrap: anywhere;
}

.featured-artist-grid button i {
  margin-right: 3px;
  color: #f00;
  font-size: 7px;
  font-style: normal;
}

.portal-home-columns {
  display: grid;
  grid-template-columns: 41% 59%;
  gap: 6px;
}

.faux-tabs {
  display: flex;
  gap: 2px;
  padding: 3px 3px 0;
  background: #fff;
}

.faux-tabs button {
  padding: 3px 8px;
  color: #333;
  background: #ddd;
  border: 1px solid #aaa;
  border-bottom: 0;
  font-size: 9px;
  font-weight: bold;
}

.faux-tabs button.is-active {
  color: #fff;
  background: #777;
}

.portal-chart-date {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
  padding: 3px;
  background: #eee;
  border-bottom: 1px solid #bbb;
}

.portal-chart-date button {
  min-height: 22px;
  padding: 2px 6px;
  color: #555;
  background: #fff;
  border: 1px solid #999;
  font-size: 8px;
  font-weight: bold;
}

.portal-chart-date button.is-active {
  color: #fff;
  background: #555;
}

.database-restore-module article {
  padding: 7px;
  color: #333;
  background: #fff8d8;
  border-left: 4px solid #a00018;
}

.database-restore-module article > b,
.database-restore-module article > span,
.database-restore-module article > a {
  display: block;
}

.database-restore-module article > b {
  color: #a00018;
}

.database-restore-module article p {
  margin: 4px 0;
  line-height: 1.45;
}

.database-restore-module article > span {
  color: #555;
  font-size: 8px;
}

.database-restore-module article > a {
  margin-top: 5px;
  font-weight: bold;
}

.album-home-module > p {
  margin: 0;
  padding: 6px;
  line-height: 1.4;
}

.album-home-module > a:not(.portal-more) {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 6px;
  border-top: 1px solid #ddd;
}

.album-home-module > a span {
  color: #666;
  text-align: right;
}

.album-home-module .portal-more {
  display: block;
  padding: 5px 6px;
  border-top: 1px solid #aaa;
}

.chart-module ol {
  max-height: 360px;
  margin: 0;
  padding: 4px 5px 4px 27px;
  overflow: auto;
}

.chart-module li {
  padding: 3px 0;
  border-bottom: 1px solid #eee;
  font-size: 9px;
}

.chart-module li span {
  display: block;
  color: #999;
  font-size: 8px;
}

.chart-module li button b {
  display: inline-block;
  min-width: 13px;
  margin-right: 3px;
  color: #f00;
}

.memory-module > p,
.community-links-module > b,
.feature-file-module > p,
.feature-file-module > h3 {
  margin: 0;
  padding: 5px;
}

.memory-module > button,
.community-links-module > button {
  display: block;
  width: 100%;
  padding: 3px 5px;
  border-top: 1px solid #eee;
}

.memory-module > button span {
  display: block;
  color: #777;
  font-size: 8px;
}

.memory-module .portal-more {
  color: #f00;
  background: #f4f4f4;
  font-weight: bold;
}

.monsta-label {
  margin: 6px;
  padding: 4px 7px;
  color: #fff;
  background: #333;
  border-left: 7px solid #f00;
  font-size: 9px;
  font-weight: bold;
  font-style: italic;
}

.feature-file-module audio {
  width: calc(100% - 10px);
  height: 31px;
  margin: 0 5px 5px;
}

.feature-file-module > button {
  margin: 0 5px 6px;
  font-weight: bold;
}

.portal-search-results .portal-list button {
  display: block;
  width: 100%;
  padding: 4px 6px;
  border-bottom: 1px solid #eee;
}

.portal-search-results .portal-list span {
  display: block;
  color: #777;
  font-size: 8px;
}

.community-boundary {
  margin-bottom: 7px;
  padding: 7px;
  color: #5a4400;
  background: #fff1bf;
  border: 1px solid #b89d3c;
  line-height: 1.4;
}

.community-veterans > p {
  margin: 0;
  padding: 6px;
  color: #555;
  border-bottom: 1px solid #ccc;
}

.veteran-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.veteran-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: #fff;
}

.veteran-card > header {
  display: grid;
  min-height: 49px;
  grid-template-columns: minmax(0, 1fr) minmax(96px, auto);
  align-items: start;
  gap: 8px;
  padding: 7px;
  color: #fff;
  background: #5b5b5b;
  border-bottom: 3px solid #d00000;
}

.veteran-card > header div,
.veteran-card > header b,
.veteran-card > header div span {
  display: block;
  min-width: 0;
}

.veteran-card > header b {
  color: #fff;
  font-size: 13px;
}

.veteran-card > header div span {
  margin-top: 2px;
  color: #ddd;
  font-size: 8px;
  overflow-wrap: anywhere;
}

.veteran-grade {
  padding: 3px 4px;
  color: #222;
  background: #f2f2f2;
  border: 1px solid #aaa;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.veteran-stats {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1.1fr;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.veteran-stats div {
  min-width: 0;
  padding: 5px;
  border-right: 1px solid #ddd;
}

.veteran-stats div:last-child {
  border-right: 0;
}

.veteran-stats dt,
.veteran-stats dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.veteran-stats dt {
  color: #777;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
}

.veteran-stats dd {
  margin-top: 2px;
  color: #222;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3;
}

.veteran-role {
  margin: 0;
  padding: 5px 7px;
  color: #8f0000;
  background: #f5f5f5;
  border-bottom: 1px dotted #aaa;
  font-size: 9px;
  font-weight: bold;
}

.veteran-summary {
  flex: 1;
  margin: 0;
  padding: 7px;
  color: #444;
  line-height: 1.45;
}

.veteran-role-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0 7px 7px;
  list-style: none;
}

.veteran-role-list li {
  padding: 2px 4px;
  color: #444;
  background: #eee;
  border: 1px solid #bbb;
  font-size: 8px;
  font-weight: bold;
}

.veteran-card details {
  border-top: 1px solid #aaa;
}

.veteran-card summary {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 7px;
  color: #fff;
  background: #777;
  cursor: pointer;
  font-weight: bold;
  list-style-position: inside;
}

.veteran-card summary span {
  color: #eee;
  font-size: 8px;
  font-weight: normal;
  text-align: right;
}

.veteran-card details section {
  border-bottom: 1px solid #ccc;
}

.veteran-card details h3 {
  margin: 0;
  padding: 4px 7px;
  color: #333;
  background: #e5e5e5;
  border-bottom: 1px solid #ccc;
  font-size: 9px;
}

.veteran-card details section a {
  display: block;
  padding: 5px 7px;
  border-bottom: 1px dotted #bbb;
}

.veteran-source-note {
  display: block;
  padding: 5px 7px;
  border-bottom: 1px dotted #bbb;
  color: #333;
}

.veteran-card details section a:last-child {
  border-bottom: 0;
}

.veteran-card details section b,
.veteran-source-note b,
.veteran-card details section span {
  display: block;
}

.veteran-card details section span,
.veteran-source-note span {
  margin-top: 2px;
  color: #666;
  font-size: 8px;
  line-height: 1.35;
}

.veteran-limit {
  margin: 0;
  padding: 6px 7px;
  color: #5a4400;
  background: #fff1bf;
  line-height: 1.4;
}

.veteran-card > footer {
  padding: 5px 7px;
  border-top: 1px solid #bbb;
  background: #f1f1f1;
  text-align: right;
}

.veteran-card > footer a {
  font-weight: bold;
}

.early-account-index > p,
.account-alias-trails > p {
  margin: 0;
  padding: 6px;
  color: #555;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.early-account-index > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.early-account-index > div > a {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 2px 6px;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.early-account-index > div > a:hover,
.early-account-index > div > a:focus-visible {
  background: #fff1bf;
}

.early-account-index > div > a b {
  grid-row: 1 / 3;
  color: #a00000;
  font-size: 10px;
}

.early-account-index > div > a span {
  min-width: 0;
  color: #111;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.early-account-index > div > a small {
  min-width: 0;
  color: #666;
  font-size: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.account-alias-trails > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-alias-trails article {
  min-width: 0;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.account-alias-trails article header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
}

.account-alias-trails article header b {
  min-width: 0;
  color: #7d0000;
  overflow-wrap: anywhere;
}

.account-alias-trails article header span {
  flex: 0 0 auto;
  padding: 2px 4px;
  color: #fff;
  background: #666;
  font-size: 8px;
  font-weight: bold;
}

.account-alias-trails article p {
  min-height: 3.8em;
  margin: 5px 0;
  color: #555;
  line-height: 1.4;
}

.account-alias-trails article a {
  font-weight: bold;
}

.recovered-artist-directory > p,
.late-board-snapshot > p {
  margin: 0;
  padding: 6px;
}

.recovered-artist-directory > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recovered-artist-directory article {
  min-width: 0;
  padding: 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.recovered-artist-directory article header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #f00;
}

.recovered-artist-directory article header span {
  color: #777;
  font-size: 8px;
}

.recovered-artist-directory article p {
  min-height: 25px;
  margin: 4px 0;
  color: #555;
}

.recovered-artist-directory dl {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  margin: 0;
}

.recovered-artist-directory dt,
.recovered-artist-directory dd {
  margin: 0;
  padding: 2px 3px;
  border-top: 1px solid #eee;
}

.recovered-artist-directory dt {
  font-weight: bold;
}

.artist-catalog-snapshot {
  margin-top: 5px;
  padding: 4px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

.artist-catalog-snapshot > b,
.artist-catalog-snapshot > span {
  display: block;
  padding: 2px;
}

.artist-catalog-snapshot small {
  display: block;
  color: #777;
}

.late-board-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #ddd;
}

.late-board-stats article {
  min-width: 0;
  padding: 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.late-board-stats b,
.late-board-stats span,
.late-board-stats small {
  display: block;
}

.late-board-stats b {
  color: #f00;
  font-size: 13px;
}

.late-board-stats small {
  color: #888;
}

.tbz3-plan {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 7px;
  color: #fff;
  background: #555;
}

.tbz3-plan > b {
  color: #ff3b3b;
  font-size: 12px;
}

.tbz3-plan p {
  flex-basis: 100%;
  margin: 3px 0 0;
  color: #eee;
}

.late-primary-recoveries > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.late-primary-recoveries a {
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.late-primary-recoveries b,
.late-primary-recoveries span {
  display: block;
}

.late-primary-recoveries span {
  margin-top: 3px;
  color: #666;
}

.alias-directory > p {
  margin: 0;
  padding: 5px;
}

.alias-directory table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.alias-directory th,
.alias-directory td {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.alias-directory th {
  color: #fff;
  background: #6f6f6f;
  text-align: left;
}

.alias-directory th:nth-child(1),
.alias-directory th:nth-child(2) {
  width: 24%;
}

.memory-grade {
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px 4px;
  color: #333;
  background: #ddd;
  border: 1px solid #999;
  font-size: 8px;
  font-weight: bold;
}

.grade-direct {
  color: #fff;
  background: #454545;
}

.grade-allegation {
  color: #721c24;
  background: #f8d7da;
  border-color: #b86b72;
}

.oral-history-list article {
  border-bottom: 1px solid #bbb;
}

.oral-history-list article header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  color: #fff;
  background: #6f6f6f;
}

.oral-history-list article header span {
  font-size: 8px;
  text-align: right;
}

.oral-history-list article > div {
  padding: 6px;
}

.oral-history-list p {
  margin: 4px 0;
  line-height: 1.4;
}

.independent-memory > p,
.original-mission > p,
.official-soundclick-catalog > p,
.known-lost-releases > p,
.later-member-collections > p {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  line-height: 1.45;
}

.independent-memory > div,
.surviving-community-records > div,
.known-lost-releases > div,
.later-member-collections > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.known-lost-releases > div,
.later-member-collections > div {
  grid-template-columns: 1fr;
}

.independent-memory article,
.surviving-community-records article,
.known-lost-releases article,
.later-member-collections article {
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.known-lost-releases article,
.later-member-collections article {
  border-right: 0;
}

.independent-memory article header,
.surviving-community-records article header,
.known-lost-releases article header,
.later-member-collections article header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.independent-memory article header b,
.surviving-community-records article header b,
.known-lost-releases article header b,
.later-member-collections article header b {
  color: #f00;
}

.independent-memory article header span,
.surviving-community-records article header span,
.known-lost-releases article header span,
.later-member-collections article header span {
  color: #666;
  font-size: 8px;
  font-weight: bold;
  text-align: right;
}

.independent-memory article p,
.surviving-community-records article p,
.known-lost-releases article p,
.later-member-collections article p {
  margin: 4px 0 7px;
  line-height: 1.4;
}

.independent-memory article footer,
.surviving-community-records article footer,
.known-lost-releases article footer,
.later-member-collections article footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 8px;
  align-items: end;
}

.independent-memory article footer span,
.surviving-community-records article footer span,
.known-lost-releases article footer span,
.later-member-collections article footer span {
  font-weight: bold;
}

.independent-memory article footer small,
.surviving-community-records article footer small,
.known-lost-releases article footer small,
.later-member-collections article footer small {
  color: #666;
  font-size: 8px;
  overflow-wrap: anywhere;
}

.independent-memory article footer a,
.surviving-community-records article footer a,
.known-lost-releases article footer a,
.later-member-collections article footer a {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-weight: bold;
  text-align: right;
}

.known-lost-releases article footer {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.known-lost-releases article footer a:first-of-type {
  grid-column: 2;
}

.known-lost-releases article footer a:last-of-type {
  grid-column: 3;
}

.community-report-link {
  padding: 7px;
  color: #333;
  background: #eee;
  border: 1px solid #999;
  font-weight: bold;
  text-align: center;
}

.community-report-link button {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  font-weight: bold;
}

.archive-timeline article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 8px;
  padding: 7px;
  border-bottom: 1px solid #ddd;
}

.archive-timeline article > b {
  color: #f00;
  font-size: 11px;
}

.archive-timeline h3,
.archive-timeline p {
  margin: 0;
}

.archive-timeline h3 {
  color: #222;
  font-size: 10px;
}

.archive-timeline p {
  margin-top: 2px;
  line-height: 1.4;
}

.history-principle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.history-principle-grid p {
  min-height: 72px;
  margin: 0;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}

.history-principle-grid b {
  display: block;
  margin-bottom: 2px;
  color: #f00;
}

.latest-recovery-module > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.latest-recovery-module button {
  min-height: 58px;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.latest-recovery-module b,
.latest-recovery-module span {
  display: block;
}

.latest-recovery-module b {
  margin-bottom: 2px;
  color: #f00;
}

.latest-recovery-module span {
  color: #555;
  font-size: 8px;
  line-height: 1.4;
}

.business-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-metrics p {
  margin: 0;
  padding: 8px 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.business-metrics b,
.business-metrics span {
  display: block;
}

.business-metrics b {
  color: #f00;
  font-size: 13px;
}

.business-metrics span {
  margin-top: 2px;
  color: #666;
  font-size: 8px;
}

.business-snapshot > p,
.business-snapshot > a {
  display: block;
  margin: 0;
  padding: 7px;
  line-height: 1.45;
}

.business-snapshot > a {
  padding-top: 0;
  font-weight: bold;
}

.later-ownership-era > p,
.later-era-boundary {
  margin: 0;
  padding: 7px;
  line-height: 1.45;
}

.later-era-boundary {
  border-bottom: 1px solid #d7b35a;
  background: #fff8dc;
}

.later-era-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 0 7px 8px;
}

.later-era-links a {
  font-weight: bold;
}

.later-era-links button {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  font-weight: bold;
  text-align: left;
}

.jamroom-boundary {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  margin-bottom: 7px;
  color: #eee;
  background: #1d1d1d;
  border-top: 5px solid #8d0018;
  border-bottom: 1px solid #555;
}

.jamroom-boundary > span {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #ffe29a;
  background: #343434;
  border-right: 1px solid #666;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.35;
}

.jamroom-boundary > div {
  padding: 12px;
}

.jamroom-boundary h1,
.jamroom-boundary p {
  margin: 0;
}

.jamroom-boundary h1 {
  color: #fff;
  font-size: 18px;
}

.jamroom-boundary p {
  margin-top: 5px;
  color: #ccc;
  line-height: 1.5;
}

.jamroom-caution {
  margin-bottom: 7px;
  padding: 8px;
  color: #382900;
  background: #fff4ca;
  border: 1px solid #c39c36;
  line-height: 1.45;
}

.jamroom-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jamroom-stat-grid p {
  margin: 0;
  padding: 10px 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.jamroom-stat-grid b,
.jamroom-stat-grid span {
  display: block;
}

.jamroom-stat-grid b {
  color: #8d0018;
  font-size: 16px;
}

.jamroom-stat-grid span {
  margin-top: 3px;
  color: #555;
  font-size: 8px;
}

.jamroom-stat-note,
.jamroom-visual-fragments > p,
.jamroom-continuity > p,
.jamroom-cross-year > p,
.jamroom-roster > p,
.jamroom-sources > p {
  margin: 0;
  padding: 8px;
  line-height: 1.5;
}

.jamroom-visual-fragments > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ddd;
}

.jamroom-visual-fragments figure {
  min-width: 0;
  margin: 0;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.jamroom-visual-fragments figure:last-child {
  border-right: 0;
}

.jamroom-visual-fragments figure > span {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #1d1d1d;
  border: 1px solid #555;
  overflow: hidden;
}

.jamroom-visual-fragments img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jamroom-visual-fragments figcaption {
  margin-top: 5px;
}

.jamroom-visual-fragments figcaption b,
.jamroom-visual-fragments figcaption small {
  display: block;
}

.jamroom-visual-fragments figcaption b {
  color: #8d0018;
}

.jamroom-visual-fragments figcaption small {
  margin-top: 2px;
  color: #555;
}

.jamroom-image-source {
  display: block;
  padding: 7px 8px;
  font-weight: bold;
  text-align: right;
}

.jamroom-snapshots > div {
  position: relative;
}

.jamroom-snapshots article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  border-bottom: 1px solid #ccc;
}

.jamroom-snapshot-date {
  position: relative;
  padding: 10px;
  color: #ddd;
  background: #353535;
  border-right: 4px solid #8d0018;
}

.jamroom-snapshot-date b,
.jamroom-snapshot-date span,
.jamroom-snapshot-date i {
  display: block;
}

.jamroom-snapshot-date b {
  color: #fff;
}

.jamroom-snapshot-date span {
  margin-top: 3px;
  color: #ffe29a;
  font-size: 8px;
}

.jamroom-snapshot-date i {
  position: absolute;
  right: 7px;
  bottom: 4px;
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.jamroom-snapshots article > div:last-child {
  min-width: 0;
  padding: 10px;
}

.jamroom-snapshots h3,
.jamroom-snapshots p {
  margin: 0;
}

.jamroom-snapshots h3 {
  color: #8d0018;
  font-size: 11px;
}

.jamroom-snapshots p {
  margin-top: 3px;
  line-height: 1.45;
}

.jamroom-snapshots code {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 7px;
  overflow-wrap: anywhere;
}

.jamroom-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  margin-top: 6px;
}

.jamroom-highlight-row span {
  padding-left: 8px;
  color: #444;
  border-left: 2px solid #c39c36;
  font-size: 8px;
}

.jamroom-feature-map > div,
.jamroom-afterlife > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.jamroom-feature-map article,
.jamroom-afterlife article {
  min-width: 0;
  padding: 9px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.jamroom-feature-map article b,
.jamroom-afterlife article b {
  color: #8d0018;
}

.jamroom-feature-map article p,
.jamroom-afterlife article p {
  margin: 3px 0 0;
  color: #444;
  line-height: 1.45;
}

.continuity-ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.continuity-ledger article {
  min-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.continuity-ledger header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px;
  color: #fff;
  background: #3b3b3b;
}

.continuity-ledger header span {
  color: #ffe29a;
  font-size: 8px;
  text-align: right;
}

.continuity-ledger dl {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  margin: 0;
}

.continuity-ledger dt,
.continuity-ledger dd {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
}

.continuity-ledger dt {
  color: #8d0018;
  font-weight: bold;
}

.jamroom-unresolved {
  color: #4f3b00;
  background: #fff8dc;
  border-top: 1px solid #d7b35a;
}

.jamroom-cross-year > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ddd;
}

.jamroom-cross-year > div span {
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.jamroom-roster details {
  border-top: 1px solid #bbb;
}

.jamroom-roster summary {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  color: #fff;
  background: #3b3b3b;
  cursor: pointer;
}

.jamroom-roster summary span {
  color: #ffe29a;
}

.jamroom-roster details > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jamroom-roster details > div span {
  min-width: 0;
  padding: 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow-wrap: anywhere;
}

.jamroom-sources .later-era-links {
  padding-top: 0;
}

.original-mission > a {
  display: block;
  padding: 0 7px 7px;
  font-weight: bold;
}

.collection-list > article {
  padding: 7px;
  border-bottom: 1px solid #ccc;
}

.collection-list > article header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.collection-list > article header b {
  color: #f00;
  font-size: 11px;
}

.collection-list > article header span {
  color: #666;
  font-size: 8px;
  font-weight: bold;
  text-align: right;
}

.collection-list > article p {
  margin: 4px 0;
  line-height: 1.4;
}

.collection-list > article a {
  display: inline-block;
  margin: 2px 14px 0 0;
  font-weight: bold;
}

.recovered-album-browser > p {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #bbb;
}

.album-browser-head,
.album-browser-rows > article {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(150px, 1fr) 90px;
}

.album-browser-head {
  color: #fff;
  background: #666;
  font-weight: bold;
}

.album-browser-head span,
.album-browser-rows > article > div,
.album-browser-rows > article > span {
  min-width: 0;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-wrap: anywhere;
}

.album-browser-rows > article:nth-child(even) {
  background: #f5f5f5;
}

.album-browser-rows > article.complete-album {
  background: #fff8d8;
}

.album-browser-rows > article small,
.album-browser-rows > article p {
  display: block;
  margin: 3px 0 0;
  color: #666;
  font-size: 9px;
  line-height: 1.4;
}

.album-samples {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  align-items: center;
  background: #eee;
  border-bottom: 1px solid #aaa;
}

.album-samples a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.album-samples a span {
  color: #555;
  font-size: 9px;
}

.mixtape-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mixtape-home-grid article {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ccc;
}

.mixtape-home-grid img {
  display: block;
  width: 128px;
  height: 72px;
  object-fit: cover;
  border: 1px solid #333;
}

.mixtape-home-grid h3,
.mixtape-home-grid p {
  margin: 0;
}

.mixtape-home-grid h3 {
  color: #f00;
  font-size: 11px;
}

.mixtape-home-grid p {
  margin: 3px 0 8px;
  line-height: 1.35;
}

.mixtape-home-grid button {
  padding: 0;
  color: #f00;
  background: transparent;
  border: 0;
  font-weight: bold;
}

.mixtape-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.mixtape-home-actions a {
  color: #a00018;
  font-weight: bold;
}

.archive-artifact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.archive-artifact-grid > a {
  display: block;
  min-width: 0;
  padding: 5px;
  color: #333;
  border-right: 1px solid #ccc;
  text-decoration: none;
}

.archive-artifact-grid > a:last-child {
  border-right: 0;
}

.archive-artifact-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #171717;
  border: 1px solid #444;
  overflow: hidden;
}

.archive-artifact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.archive-artifact-grid b,
.archive-artifact-grid small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.archive-artifact-grid b {
  margin-top: 5px;
  color: #a00018;
}

.archive-artifact-grid small {
  margin-top: 1px;
  color: #666;
  font-size: 8px;
}

.archive-artifact-grid > a:hover,
.archive-artifact-grid > a:focus-visible {
  background: #eee;
}

.visual-era-record > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.visual-era-record > div > a {
  display: block;
  min-width: 0;
  padding: 5px;
  color: #333;
  border-right: 1px solid #ccc;
  text-decoration: none;
}

.visual-era-record > div > a:last-child {
  border-right: 0;
}

.visual-era-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
  border: 1px solid #444;
}

.visual-era-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visual-era-copy,
.visual-era-copy b,
.visual-era-copy small,
.visual-era-copy em {
  display: block;
}

.visual-era-copy small {
  margin-top: 4px;
  color: #666;
  font-size: 8px;
}

.visual-era-copy b {
  margin-top: 2px;
  color: #a00018;
}

.visual-era-copy em {
  margin-top: 3px;
  color: #444;
  font-size: 8px;
  font-style: normal;
  line-height: 1.35;
}

.visual-era-record > div > a:hover,
.visual-era-record > div > a:focus-visible {
  background: #eee;
}

.community-video-wall > p {
  margin: 7px;
  line-height: 1.4;
}

.community-video-wall > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ccc;
}

.community-video-wall > div > a {
  display: block;
  min-width: 0;
  padding: 6px;
  color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.community-video-wall > div > a:nth-child(3n) {
  border-right: 0;
}

.video-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  border: 1px solid #333;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb i {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  color: #fff;
  background: #a00018;
  border: 1px solid #fff;
  font-size: 10px;
  font-style: normal;
}

.community-video-wall b,
.community-video-wall span,
.community-video-wall small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.community-video-wall b {
  margin-top: 5px;
  color: #a00018;
}

.community-video-wall > div > a > span:not(.video-thumb) {
  color: #444;
}

.community-video-wall small {
  margin-top: 2px;
  color: #666;
  font-size: 8px;
}

.video-wall-index {
  display: block;
  padding: 7px;
  color: #a00018;
  font-weight: bold;
}

.recovered-artwork-exhibit > p,
.forum-artwork-exhibit > p,
.member-artwork-exhibit > p,
.artwork-path-inventory > p {
  margin: 0;
  padding: 7px;
  line-height: 1.45;
}

.album-artwork-grid,
.member-artwork-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ccc;
}

.album-artwork-grid article,
.member-artwork-grid article {
  min-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.album-artwork-grid article:nth-child(3n),
.member-artwork-grid article:nth-child(3n) {
  border-right: 0;
}

.artwork-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #151515;
  border-bottom: 1px solid #555;
}

.artwork-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.album-artwork-grid article > div,
.member-artwork-grid article > div,
.forum-artwork-grid article > div {
  min-width: 0;
  padding: 7px;
}

.album-artwork-grid b,
.album-artwork-grid span,
.album-artwork-grid small,
.member-artwork-grid b,
.member-artwork-grid span,
.member-artwork-grid small,
.forum-artwork-grid b,
.forum-artwork-grid span,
.forum-artwork-grid small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.album-artwork-grid b,
.member-artwork-grid b,
.forum-artwork-grid b {
  color: #a00018;
}

.album-artwork-grid span,
.member-artwork-grid span,
.forum-artwork-grid span {
  margin-top: 2px;
  color: #333;
}

.album-artwork-grid small,
.member-artwork-grid small,
.forum-artwork-grid small {
  margin-top: 3px;
  color: #666;
  font-size: 8px;
  line-height: 1.35;
}

.album-artwork-grid article > div > a,
.member-artwork-grid article > div > a,
.forum-artwork-grid article > div > a {
  display: inline-block;
  margin-top: 6px;
  color: #a00018;
  font-weight: bold;
}

.member-artwork-grid p,
.forum-artwork-grid p {
  margin: 5px 0 0;
  color: #555;
  font-size: 8px;
  line-height: 1.4;
}

.forum-artwork-grid {
  border-top: 1px solid #ccc;
}

.forum-artwork-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  border-bottom: 1px solid #ccc;
}

.forum-artwork-grid .artwork-image {
  min-height: 150px;
  aspect-ratio: auto;
  border-right: 1px solid #555;
  border-bottom: 0;
}

.artwork-path-inventory {
  padding: 0;
}

.artwork-path-inventory > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  padding: 7px;
  color: #fff;
  background: #111;
  cursor: pointer;
}

.artwork-path-inventory > summary span {
  color: #ddd;
  font-size: 8px;
  text-align: right;
}

.artwork-path-inventory > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ccc;
}

.artwork-path-inventory > div > a {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 7px;
  min-width: 0;
  padding: 7px;
  color: #333;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

.artwork-path-inventory > div > a:nth-child(2n) {
  border-right: 0;
}

.artwork-path-inventory i {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  background: #888;
  border: 1px solid #555;
}

.artwork-path-inventory i.is-recovered {
  background: #b00020;
  border-color: #760014;
}

.artwork-path-inventory b,
.artwork-path-inventory small,
.artwork-path-inventory code {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.artwork-path-inventory b {
  color: #a00018;
}

.artwork-path-inventory small {
  margin-top: 2px;
  color: #555;
  font-size: 8px;
}

.artwork-path-inventory code {
  margin-top: 4px;
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.archive-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.archive-destination-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 6px;
  min-width: 0;
  padding: 7px 18px 7px 7px;
  color: #333;
  border-right: 1px solid #ccc;
  text-decoration: none;
}

.archive-destination-grid a:last-child {
  border-right: 0;
}

.archive-destination-grid a > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #850017;
  border: 1px solid #620011;
  font-size: 9px;
  font-weight: bold;
}

.archive-destination-grid b,
.archive-destination-grid small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.archive-destination-grid b {
  color: #850017;
}

.archive-destination-grid small {
  color: #555;
  font-size: 8px;
  line-height: 1.3;
}

.archive-destination-grid i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #777;
  font-style: normal;
}

.archive-destination-grid a:hover,
.archive-destination-grid a:focus-visible {
  color: #fff;
  background: #333;
}

.archive-destination-grid a:hover b,
.archive-destination-grid a:hover small,
.archive-destination-grid a:hover i,
.archive-destination-grid a:focus-visible b,
.archive-destination-grid a:focus-visible small,
.archive-destination-grid a:focus-visible i {
  color: #fff;
}

.mixtape-record {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  min-width: 0;
  border-bottom: 4px solid #444;
}

.mixtape-cover {
  padding: 8px;
  color: #ddd;
  background: #111;
}

.mixtape-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #555;
}

.mixtape-cover b,
.mixtape-cover span {
  display: block;
}

.mixtape-cover b {
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
}

.mixtape-cover span {
  margin-top: 3px;
  color: #999;
  font-size: 8px;
  line-height: 1.35;
}

.mixtape-track-list a {
  display: grid;
  grid-template-columns: 28px minmax(125px, 0.8fr) minmax(150px, 1.3fr) 36px;
  gap: 7px;
  align-items: center;
  min-height: 34px;
  padding: 4px 7px;
  border-bottom: 1px solid #ddd;
}

.mixtape-track-list a:hover {
  background: #f4f4f4;
}

.mixtape-track-list a > span {
  color: #999;
  font-weight: bold;
}

.mixtape-track-list a > b {
  color: #f00;
}

.mixtape-track-list a > em {
  color: #555;
  font-style: normal;
  line-height: 1.3;
}

.mixtape-track-list a > small {
  color: #777;
  text-align: right;
}

.channel-records > div,
.myspace-index > div,
.community-network > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.channel-records > div > a,
.myspace-index > div > article,
.community-network > div > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 8px;
  min-width: 0;
  padding: 6px 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.channel-records b,
.channel-records span,
.community-network b,
.community-network span,
.community-network code,
.myspace-index b,
.myspace-index span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.channel-records b,
.community-network b,
.myspace-index b {
  color: #f00;
}

.channel-records span,
.community-network span,
.myspace-index span {
  color: #555;
  font-size: 8px;
}

.channel-records small,
.myspace-index small {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #777;
}

.myspace-index > p,
.community-network > p {
  margin: 0;
  padding: 7px;
  line-height: 1.45;
}

.community-network code {
  grid-column: 1 / -1;
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.platform-source-link {
  display: block;
  padding: 7px;
  font-weight: bold;
  text-align: right;
}

.official-soundclick-catalog > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.official-soundclick-catalog > div > a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 2px 8px;
  min-width: 0;
  padding: 6px 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.official-soundclick-catalog > div > a span {
  grid-row: 1 / span 2;
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.official-soundclick-catalog > div > a b {
  min-width: 0;
  color: #f00;
  overflow-wrap: anywhere;
}

.official-soundclick-catalog > div > a small {
  min-width: 0;
  color: #555;
  overflow-wrap: anywhere;
}

.external-community-media > p {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #ddd;
  line-height: 1.45;
}

.external-community-media > article > header {
  padding: 6px 7px;
  color: #333;
  background: #f5f5f5;
  border-bottom: 1px solid #aaa;
}

.external-community-media h3,
.external-community-media header p {
  margin: 0;
}

.external-community-media h3 {
  color: #f00;
  font-size: 10px;
}

.external-community-media header p {
  margin-top: 2px;
  color: #666;
  font-size: 8px;
  line-height: 1.4;
}

.external-community-media article > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.external-community-media article > div > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 8px;
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.external-community-media b,
.external-community-media em,
.external-community-media small,
.external-community-media code,
.external-media-date {
  min-width: 0;
  overflow-wrap: anywhere;
}

.external-media-date {
  grid-column: 1 / -1;
  color: #777;
  font-size: 8px;
}

.external-community-media b {
  color: #f00;
}

.external-community-media em {
  grid-column: 1;
  color: #555;
  font-size: 8px;
  font-style: normal;
}

.external-community-media small {
  grid-column: 2;
  grid-row: 2 / span 2;
  max-width: 112px;
  color: #777;
  font-size: 8px;
  text-align: right;
}

.external-community-media code {
  grid-column: 1 / -1;
  color: #666;
  font-family: "Courier New", monospace;
  font-size: 8px;
  white-space: normal;
}

.selected-audio > .audio-list {
  padding: 0;
}

.selected-audio .audio-item {
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #bbb;
}

.external-track-list > p,
.music-status-key > p,
.read-only-policy > p,
.durability-note > p {
  margin: 0;
  padding: 7px;
  line-height: 1.45;
}

.external-track-list > div > article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 7px;
  border-top: 1px solid #e4e4e4;
}

.external-track-list > div > article div {
  min-width: 0;
}

.external-track-list > div > article b,
.external-track-list > div > article span {
  display: block;
}

.external-track-list > div > article b {
  color: #333;
}

.external-track-list > div > article span {
  color: #777;
  font-size: 8px;
}

.external-track-list > div > article a {
  flex: 0 0 auto;
}

.method-list dl {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  margin: 0;
}

.method-list dt,
.method-list dd {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #ddd;
}

.method-list dt {
  color: #f00;
  font-weight: bold;
}

.method-list dd {
  border-left: 1px solid #ddd;
  line-height: 1.4;
}

.source-directory > a,
.source-directory > button {
  display: block;
  width: 100%;
  padding: 6px 7px;
  color: #f00;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  font: inherit;
  text-align: left;
}

.source-directory > a b,
.source-directory > a span,
.source-directory > button b,
.source-directory > button span {
  display: block;
}

.distributed-evidence > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.distributed-evidence > div > a {
  display: block;
  min-width: 0;
  padding: 7px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.distributed-evidence b,
.distributed-evidence span {
  display: block;
}

.distributed-evidence b {
  color: #f00;
}

.distributed-evidence span {
  margin-top: 2px;
  color: #777;
  font-size: 8px;
}

.distributed-evidence p {
  margin: 4px 0 0;
  color: #333;
  line-height: 1.4;
}

.source-directory > a span,
.source-directory > button span {
  margin-top: 2px;
  color: #666;
  font-size: 8px;
}

body.portal-mode .site-footer {
  margin-top: 4px;
  color: #777;
  background: #fff;
  border-top: 1px solid #555;
}

@media (max-width: 700px) {
  body.portal-mode {
    margin: 0 4px;
  }

  .portal-brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-brand-row span {
    padding: 0 0 4px 4px;
  }

  .portal-login-nav {
    grid-template-columns: 1fr;
  }

  .portal-primary-nav {
    border-left-width: 0;
  }

  .portal-minor-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 14px;
  }

  .archive-utility {
    align-items: stretch;
    flex-direction: column;
  }

  .archive-utility #status-text {
    flex: 0 0 auto;
    padding: 0 6px 4px;
    text-align: left;
  }

  #portal-layout {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .portal-sidebar button {
    padding-left: 10px;
    font-size: 9px;
  }

  .featured-artist-grid,
  .portal-home-columns,
  .history-principle-grid,
  .mixtape-home-grid,
  .channel-records > div,
  .myspace-index > div,
  .community-network > div,
  .latest-recovery-module > div,
  .external-community-media article > div,
  .official-soundclick-catalog > div,
  .independent-memory > div,
  .surviving-community-records > div,
  .known-lost-releases > div,
  .later-member-collections > div,
	  .distributed-evidence > div,
	  .veteran-grid,
	  .early-account-index > div,
	  .account-alias-trails > div,
	  .recovered-artist-directory > div,
	  .late-primary-recoveries > div {
    grid-template-columns: 1fr;
  }

  .late-board-stats {
    grid-template-columns: 1fr 1fr;
  }

  .business-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .jamroom-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jamroom-feature-map > div,
  .jamroom-afterlife > div,
  .continuity-ledger {
    grid-template-columns: 1fr;
  }

  .jamroom-roster details > div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mixtape-record {
    grid-template-columns: 172px minmax(0, 1fr);
  }

  .mixtape-track-list a {
    grid-template-columns: 24px minmax(0, 1fr) 34px;
  }

  .mixtape-track-list a > em {
    grid-column: 2 / -1;
  }

  .alias-directory table,
  .alias-directory thead,
  .alias-directory tbody,
  .alias-directory tr,
  .alias-directory th,
  .alias-directory td {
    display: block;
    width: 100%;
  }

  .alias-directory thead {
    display: none;
  }

  .alias-directory tr {
    border-bottom: 3px solid #777;
  }
}

@media (max-width: 440px) {
  #portal-layout {
    display: block;
  }

  .portal-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    border-radius: 0;
  }

  .portal-sidebar[hidden] {
    display: none;
  }

  .portal-menu-end {
    display: none;
  }

  .portal-history-links,
  .oral-history-list article header,
  .collection-list > article header,
  .independent-memory article header,
  .surviving-community-records article header,
  .known-lost-releases article header,
  .later-member-collections article header,
  .external-track-list > div > article {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-snapshot-bar span {
    flex-basis: 100%;
    padding-left: 0;
    text-align: left;
  }

  .method-list dl {
    grid-template-columns: 1fr;
  }

  .method-list dd {
    border-left: 0;
  }

  .oral-history-list article header span {
    text-align: left;
  }

  .independent-memory article footer,
  .surviving-community-records article footer,
  .known-lost-releases article footer,
  .later-member-collections article footer {
    grid-template-columns: 1fr;
  }

  .independent-memory article footer a,
  .surviving-community-records article footer a,
  .known-lost-releases article footer a,
  .later-member-collections article footer a {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }

  .known-lost-releases article footer a:first-of-type,
  .known-lost-releases article footer a:last-of-type {
    grid-column: 1;
  }

  .mixtape-home-grid article,
  .mixtape-record {
    grid-template-columns: 1fr;
  }

  .mixtape-home-grid img {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .mixtape-cover img {
    width: min(100%, 420px);
  }
}

/* Accessible archive shell. The forum exhibit retains its recovered IPB scale. */
.directory-toggle {
  display: none;
}

body.portal-mode {
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}

body.portal-mode button,
body.portal-mode input,
body.portal-mode select {
  font-size: 14px;
}

body.portal-mode a {
  color: #9b001b;
}

body.portal-mode a:focus-visible,
body.portal-mode button:focus-visible,
body.portal-mode input:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

body.portal-mode .portal-logo {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
}

body.portal-mode .portal-primary-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 0 5px;
  color: #bbb;
  background: transparent;
  border-left: 1px solid #555;
  font-size: 9px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

body.portal-mode .portal-primary-nav a:hover,
body.portal-mode .portal-primary-nav a:focus-visible,
body.portal-mode .portal-primary-nav a.is-active {
  color: #fff;
  background: #a00;
}

body.portal-mode .archive-utility {
  min-height: 31px;
}

body.portal-mode .archive-search {
  gap: 6px;
}

body.portal-mode .archive-search input,
body.portal-mode .archive-search button {
  min-height: 27px;
}

body.portal-mode .portal-sidebar a {
  display: block;
  min-height: 0;
  padding: 1px 0 1px 12px;
  color: #ccc;
  background: transparent;
  border: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
}

body.portal-mode .portal-sidebar a::before {
  content: "\203A";
  margin-left: -9px;
  margin-right: 4px;
  color: #f00;
  font-weight: 700;
}

body.portal-mode .portal-sidebar a:hover,
body.portal-mode .portal-sidebar a:focus-visible {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}

body.portal-mode .portal-history,
body.portal-mode .portal-module,
body.portal-mode .community-boundary {
  font-size: 14px;
}

body.portal-mode .portal-module h2,
body.portal-mode .portal-module h1,
body.portal-mode .portal-history h1 {
  letter-spacing: 0;
}

body.portal-mode .portal-module small,
body.portal-mode .source-type,
body.portal-mode .memory-grade,
body.portal-mode .archive-label {
  color: #555;
  font-size: 12px;
}

body.portal-mode .portal-history-links a,
body.portal-mode .portal-more,
body.portal-mode .feature-file-module > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  color: #fff;
  background: #850017;
  border: 1px solid #620011;
  font-weight: 700;
  text-decoration: none;
}

body.portal-mode .portal-history-links a:hover,
body.portal-mode .portal-history-links a:focus-visible,
body.portal-mode .portal-more:hover,
body.portal-mode .portal-more:focus-visible {
  color: #fff;
  background: #111;
}

body.portal-mode .latest-recovery-module > div > article {
  min-width: 0;
  padding: 9px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

body.portal-mode .latest-recovery-module article b,
body.portal-mode .latest-recovery-module article span {
  display: block;
}

body.portal-mode .latest-recovery-module article b {
  color: #850017;
}

body.portal-mode .latest-recovery-module article span {
  margin-top: 3px;
  color: #333;
  font-size: 12px;
}

body.portal-mode .mixtape-home-grid h3,
body.portal-mode .featured-artist-grid h3 {
  color: #850017;
}

body.portal-mode .featured-artist-grid .artist-placeholder {
  color: #fff;
  background: #333;
}

body.portal-mode .featured-artist-grid > article > div > span,
body.portal-mode .portal-snapshot-bar > span,
body.portal-mode .chart-module li > span {
  color: #444;
  font-size: 12px;
}

body.portal-mode .recovered-song {
  display: block;
  padding: 5px 0;
  color: #333;
  border-bottom: 1px dotted #aaa;
}

body.portal-mode .faux-tabs button.is-active {
  color: #fff;
  background: #444;
}

body.portal-mode .recovered-song i {
  margin-right: 6px;
  color: #850017;
  font-style: normal;
}

body.portal-mode .chart-module li a,
body.portal-mode .memory-module > a,
body.portal-mode .portal-list > a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 8px;
  color: #850017;
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-decoration: none;
}

body.portal-mode .chart-module li a b {
  display: inline-flex;
  justify-content: center;
  width: 24px;
  margin-right: 8px;
  color: #fff;
  background: #850017;
}

body.portal-mode .memory-module > a {
  justify-content: space-between;
}

body.portal-mode .memory-module > a span,
body.portal-mode .portal-list > a span {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

body.portal-mode .archive-catalog-module dl {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 8px 0 12px;
  border-top: 1px solid #ccc;
}

body.portal-mode .archive-catalog-module dt,
body.portal-mode .archive-catalog-module dd {
  margin: 0;
  padding: 5px 7px;
  border-bottom: 1px solid #ccc;
}

body.portal-mode .archive-catalog-module dt {
  font-weight: 700;
}

body.portal-mode .archive-catalog-module dd {
  text-align: right;
}

body.portal-mode .site-footer a {
  color: #850017;
}

body.portal-mode #footer-product-line {
  color: #555;
}

/* The archive home retains the recovered 2006/2009 portal scale and link treatment. */
body.portal-mode[data-archive-view="home"] #archive-view {
  font-size: 11px;
  line-height: 1.35;
}

body.portal-mode[data-archive-view="home"] .portal-history,
body.portal-mode[data-archive-view="home"] .portal-module {
  font-size: 11px;
}

body.portal-mode[data-archive-view="home"] .portal-history-links {
  gap: 4px 17px;
}

body.portal-mode[data-archive-view="home"] .portal-history-links a,
body.portal-mode[data-archive-view="home"] .portal-more,
body.portal-mode[data-archive-view="home"] .feature-file-module > a {
  display: inline;
  min-height: 0;
  padding: 0;
  color: #a00018;
  background: transparent;
  border: 0;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

body.portal-mode[data-archive-view="home"] .portal-history-links a:hover,
body.portal-mode[data-archive-view="home"] .portal-history-links a:focus-visible,
body.portal-mode[data-archive-view="home"] .portal-more:hover,
body.portal-mode[data-archive-view="home"] .portal-more:focus-visible {
  color: #d00024;
  background: transparent;
  text-decoration: underline;
}

body.portal-mode[data-archive-view="home"] .portal-module small {
  font-size: 8px;
}

body.portal-mode[data-archive-view="home"] .latest-recovery-module > div > article {
  padding: 7px;
}

body.portal-mode[data-archive-view="home"] .latest-recovery-module article b {
  color: #a00018;
  font-size: 10px;
}

body.portal-mode[data-archive-view="home"] .latest-recovery-module article span {
  color: #555;
  font-size: 8px;
}

body.portal-mode[data-archive-view="home"] .mixtape-home-grid h3,
body.portal-mode[data-archive-view="home"] .featured-artist-grid h3 {
  color: #a00018;
  font-size: 10px;
}

body.portal-mode[data-archive-view="home"] .featured-artist-grid > article > div > span,
body.portal-mode[data-archive-view="home"] .portal-snapshot-bar > span,
body.portal-mode[data-archive-view="home"] .chart-module li > span {
  color: #555;
  font-size: 8px;
}

body.portal-mode[data-archive-view="home"] .recovered-song {
  padding: 1px 0;
  color: #555;
  font-size: 8px;
}

body.portal-mode[data-archive-view="home"] .chart-module li a,
body.portal-mode[data-archive-view="home"] .memory-module > a,
body.portal-mode[data-archive-view="home"] .portal-list > a {
  display: block;
  min-height: 0;
  padding: 2px 5px;
  color: #333;
  background: transparent;
  border-bottom: 1px solid #eee;
  font-size: 9px;
  font-weight: 400;
}

body.portal-mode[data-archive-view="home"] .chart-module li a {
  display: inline;
  padding: 0;
}

body.portal-mode[data-archive-view="home"] .chart-module li a b {
  display: inline-block;
  width: auto;
  min-width: 13px;
  margin-right: 3px;
  color: #a00018;
  background: transparent;
}

body.portal-mode[data-archive-view="home"] .memory-module > a span,
body.portal-mode[data-archive-view="home"] .portal-list > a span {
  color: #666;
  font-size: 8px;
}

body.portal-mode[data-archive-view="home"] .archive-catalog-module dl {
  font-size: 9px;
}

@media (max-width: 700px) {
  body.portal-mode {
    margin: 0;
    font-size: 15px;
  }

  body.portal-mode .portal-brand-row {
    padding: 8px;
  }

  body.portal-mode .portal-primary-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body.portal-mode .portal-primary-nav a {
    border-bottom: 1px solid #555;
    font-size: 13px;
    min-height: 44px;
  }

  body.portal-mode .portal-primary-nav a:last-child {
    grid-column: 1 / -1;
  }

  body.portal-mode .archive-search {
    display: grid;
    grid-template-columns: 1fr auto auto;
    width: 100%;
    padding: 8px;
  }

  body.portal-mode .archive-search label {
    grid-column: 1 / -1;
  }

  body.portal-mode .archive-search input,
  body.portal-mode .archive-search button {
    min-height: 44px;
  }

  body.portal-mode .directory-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    color: #fff;
    background: #222;
    border: 0;
    border-bottom: 3px solid #850017;
    font-weight: 700;
  }

  body.portal-mode .directory-toggle::after {
    content: "+";
    font-size: 20px;
  }

  body.portal-mode.directory-open .directory-toggle::after {
    content: "\2212";
  }

  body.portal-mode #portal-layout {
    display: block;
  }

  body.portal-mode .portal-sidebar {
    display: none;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.portal-mode.directory-open .portal-sidebar {
    display: block;
  }

  body.portal-mode .portal-sidebar a,
  body.portal-mode .chart-module li a,
  body.portal-mode .memory-module > a,
  body.portal-mode .portal-list > a {
    min-height: 44px;
    font-size: 14px;
  }

  body.portal-mode .portal-sidebar a {
    display: flex;
    align-items: center;
    padding: 7px 12px 7px 21px;
    color: #ccc;
    background: #050505;
    border-bottom: 1px solid #333;
    font-weight: 400;
  }

  body.portal-mode .portal-history,
  body.portal-mode .portal-module,
  body.portal-mode .community-boundary {
    font-size: 14px;
  }

  body.portal-mode .portal-history-links {
    align-items: stretch;
  }

  body.portal-mode .portal-history-links a {
    width: 100%;
  }

  body.portal-mode[data-archive-view="home"] .portal-history-links a {
    display: block;
    width: auto;
    min-height: 44px;
    padding: 11px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 13px;
  }

  body.portal-mode[data-archive-view="home"] #archive-view,
  body.portal-mode[data-archive-view="home"] .portal-history,
  body.portal-mode[data-archive-view="home"] .portal-module {
    font-size: 14px;
  }

  body.portal-mode[data-archive-view="home"] .portal-module small,
  body.portal-mode[data-archive-view="home"] .latest-recovery-module article span,
  body.portal-mode[data-archive-view="home"] .featured-artist-grid > article > div > span,
  body.portal-mode[data-archive-view="home"] .portal-snapshot-bar > span,
  body.portal-mode[data-archive-view="home"] .chart-module li > span,
  body.portal-mode[data-archive-view="home"] .recovered-song,
  body.portal-mode[data-archive-view="home"] .memory-module > a span,
  body.portal-mode[data-archive-view="home"] .portal-list > a span {
    font-size: 11px;
  }

  body.portal-mode[data-archive-view="home"] .chart-module li a,
  body.portal-mode[data-archive-view="home"] .memory-module > a,
  body.portal-mode[data-archive-view="home"] .portal-list > a {
    min-height: 44px;
    padding: 10px 7px;
    font-size: 13px;
  }

  body.portal-mode .faux-tabs button,
  body.portal-mode .portal-snapshot-bar button,
  body.portal-mode .portal-chart-date button {
    min-height: 44px;
    padding: 8px 12px;
  }

  .album-browser-head {
    display: none;
  }

  .album-browser-rows > article {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .album-browser-rows > article > div:first-child {
    grid-column: 1 / -1;
  }

  .album-browser-rows > article > span {
    font-size: 12px;
  }
}

/* Mobile-first archive navigation and information hierarchy. */
.mobile-search-toggle {
  display: none;
}

.archive-start-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.archive-start-grid a {
  min-width: 0;
  padding: 8px;
  color: #333;
  background: #fff;
  border-right: 1px solid #ccc;
  text-decoration: none;
}

.archive-start-grid a:last-child {
  border-right: 0;
}

.archive-start-grid a:hover,
.archive-start-grid a:focus-visible {
  color: #fff;
  background: #850017;
  text-decoration: none;
}

.archive-start-grid b,
.archive-start-grid span {
  display: block;
}

.archive-start-grid b {
  color: #850017;
}

.archive-start-grid a:hover b,
.archive-start-grid a:focus-visible b {
  color: #fff;
}

.archive-start-grid span {
  margin-top: 2px;
  color: #555;
  font-size: 10px;
  line-height: 1.35;
}

.archive-start-grid a:hover span,
.archive-start-grid a:focus-visible span {
  color: #fff;
}

@media (max-width: 700px) {
  body.portal-mode .portal-brand-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    min-height: 56px;
    padding: 7px 8px;
  }

  body.portal-mode .portal-logo,
  body.portal-mode .portal-logo img {
    width: 220px;
    height: auto;
  }

  body.portal-mode .portal-brand-row > span {
    padding: 0;
    font-size: 0;
    line-height: 1.2;
    text-align: right;
  }

  body.portal-mode .portal-brand-row > span::before {
    content: "COMMUNITY ARCHIVE";
    display: block;
    color: #aaa;
    font-size: 9px;
    font-weight: 700;
  }

  body.portal-mode .portal-brand-row > span b {
    display: block;
    margin-top: 2px;
    font-size: 11px;
  }

  body.portal-mode .portal-login-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    display: block;
    min-height: 44px;
  }

  body.portal-mode .portal-login-nav > span {
    display: none;
  }

  body.portal-mode .portal-primary-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.portal-mode .portal-primary-nav a,
  body.portal-mode .portal-primary-nav a:last-child {
    grid-column: auto;
    min-height: 44px;
    padding: 3px;
    border-bottom: 0;
    font-size: 10px;
  }

  body.portal-mode .portal-archive-banner {
    justify-content: space-between;
    min-height: 34px;
    margin: 0;
    padding: 5px 8px;
    line-height: 1.25;
  }

  body.portal-mode .portal-archive-banner > span {
    max-width: 58%;
    text-align: right;
  }

  body.portal-mode .archive-utility {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0;
    min-height: 44px;
  }

  body.portal-mode .mobile-search-toggle {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    color: #fff;
    background: #111;
    border: 0;
    font-weight: 700;
    white-space: nowrap;
  }

  body.portal-mode .mobile-search-toggle::before {
    content: "\2315";
    margin-right: 7px;
    color: #f00;
    font-size: 18px;
  }

  body.portal-mode .archive-utility #status-text {
    align-self: center;
    min-width: 0;
    padding: 5px 8px;
    overflow: hidden;
    font-size: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.portal-mode:not(.search-open) .archive-search {
    display: none;
  }

  body.portal-mode.search-open .archive-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.portal-mode .directory-toggle {
    border-bottom-width: 2px;
  }

  body.portal-mode .portal-main-frame {
    padding: 6px 7px 12px;
  }

  body.portal-mode[data-archive-view="home"] .portal-page-title {
    display: none;
  }

  body.portal-mode .portal-page-title {
    margin-bottom: 6px;
    padding: 7px;
    font-size: 12px;
  }

  body.portal-mode .portal-history {
    padding: 10px;
  }

  body.portal-mode .portal-history h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  body.portal-mode .portal-history p {
    margin: 6px 0;
    line-height: 1.45;
  }

  body.portal-mode .portal-history-links,
  body.portal-mode[data-archive-view="home"] .portal-history-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding-top: 1px;
    border-top: 1px solid #bbb;
  }

  body.portal-mode .portal-history-links a,
  body.portal-mode[data-archive-view="home"] .portal-history-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 8px;
    color: #850017;
    background: #eee;
    border: 0;
    font-size: 12px;
    line-height: 1.25;
  }

  body.portal-mode .portal-module > h1,
  body.portal-mode .portal-module > h2 {
    padding: 7px;
    font-size: 13px;
    line-height: 1.3;
  }

  body.portal-mode .archive-start-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .archive-start-grid a {
    min-height: 72px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }

  body.portal-mode .archive-start-grid span {
    font-size: 11px;
  }

  body.portal-mode .archive-artifact-grid,
  body.portal-mode .archive-destination-grid,
  body.portal-mode .visual-era-record > div,
  body.portal-mode .community-video-wall > div,
  body.portal-mode .album-artwork-grid,
  body.portal-mode .member-artwork-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .archive-artifact-grid > a,
  body.portal-mode .archive-destination-grid > a,
  body.portal-mode .visual-era-record > div > a,
  body.portal-mode .community-video-wall > div > a {
    min-height: 0;
    border-bottom: 1px solid #ccc;
  }

  body.portal-mode .visual-era-record > div > a:nth-child(2n),
  body.portal-mode .community-video-wall > div > a:nth-child(2n) {
    border-right: 0;
  }

  body.portal-mode .visual-era-record > div > a:nth-child(2n + 1),
  body.portal-mode .community-video-wall > div > a:nth-child(2n + 1) {
    border-right: 1px solid #ccc;
  }

  body.portal-mode .album-artwork-grid article:nth-child(3n),
  body.portal-mode .member-artwork-grid article:nth-child(3n) {
    border-right: 1px solid #ccc;
  }

  body.portal-mode .album-artwork-grid article:nth-child(2n),
  body.portal-mode .member-artwork-grid article:nth-child(2n) {
    border-right: 0;
  }

  body.portal-mode .forum-artwork-grid article {
    grid-template-columns: 1fr;
  }

  body.portal-mode .forum-artwork-grid .artwork-image {
    min-height: 0;
    aspect-ratio: 2.45 / 1;
    border-right: 0;
    border-bottom: 1px solid #555;
  }

  body.portal-mode .artwork-path-inventory > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  body.portal-mode .artwork-path-inventory > summary span {
    text-align: left;
  }

  body.portal-mode .artwork-path-inventory > div {
    grid-template-columns: 1fr;
  }

  body.portal-mode .artwork-path-inventory > div > a,
  body.portal-mode .artwork-path-inventory > div > a:nth-child(2n) {
    border-right: 0;
  }

  body.portal-mode .visual-era-copy b,
  body.portal-mode .community-video-wall b {
    font-size: 12px;
  }

  body.portal-mode .visual-era-copy small,
  body.portal-mode .visual-era-copy em,
  body.portal-mode .community-video-wall small {
    font-size: 10px;
  }

  body.portal-mode .archive-artifact-grid b {
    font-size: 12px;
  }

  body.portal-mode .archive-artifact-grid small,
  body.portal-mode .archive-destination-grid small {
    font-size: 10px;
  }

  body.portal-mode .archive-destination-grid a {
    min-height: 62px;
    padding: 9px 20px 9px 9px;
  }

  body.portal-mode .archive-destination-grid a > span {
    width: 34px;
    height: 34px;
  }

  body.portal-mode .mixtape-home-grid,
  body.portal-mode .featured-artist-grid,
  body.portal-mode .latest-recovery-module > div {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .mixtape-home-grid article {
    display: block;
    padding: 7px;
  }

  body.portal-mode .mixtape-home-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  body.portal-mode .mixtape-home-grid h3 {
    margin-top: 5px;
    font-size: 13px;
  }

  body.portal-mode .mixtape-home-grid p {
    font-size: 11px;
  }

  body.portal-mode .mixtape-home-actions {
    gap: 7px 12px;
  }

  body.portal-mode .mixtape-home-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
  }

  body.portal-mode .jamroom-visual-fragments > div {
    grid-template-columns: 1fr;
  }

  body.portal-mode .jamroom-visual-fragments figure {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border-right: 0;
  }

  body.portal-mode .jamroom-visual-fragments figcaption {
    margin-top: 0;
  }

  body.portal-mode .latest-recovery-module > div > article {
    min-height: 112px;
    padding: 9px;
  }

  body.portal-mode .featured-artist-grid article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 6px;
    min-height: 92px;
    padding: 7px;
  }

  body.portal-mode .featured-artist-grid .artist-placeholder {
    width: 46px;
    height: 46px;
  }

  body.portal-mode .portal-snapshot-bar {
    align-items: stretch;
  }

  body.portal-mode .portal-snapshot-bar b {
    flex-basis: 100%;
  }

  body.portal-mode .portal-snapshot-bar button {
    flex: 1 1 calc(50% - 4px);
  }

  body.portal-mode .business-metrics {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .jamroom-boundary,
  body.portal-mode .jamroom-snapshots article {
    grid-template-columns: 1fr;
  }

  body.portal-mode .jamroom-boundary > span {
    min-height: 42px;
    padding: 8px 10px;
    border-right: 0;
    border-bottom: 1px solid #666;
  }

  body.portal-mode .jamroom-boundary > div {
    padding: 10px;
  }

  body.portal-mode .jamroom-boundary h1 {
    font-size: 18px;
  }

  body.portal-mode .jamroom-snapshot-date {
    min-height: 46px;
    padding: 8px 10px;
    border-right: 0;
    border-bottom: 3px solid #8d0018;
  }

  body.portal-mode .jamroom-snapshot-date i {
    bottom: 7px;
  }

  body.portal-mode .jamroom-stat-grid,
  body.portal-mode .jamroom-cross-year > div {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .jamroom-roster details > div {
    grid-template-columns: 1fr 1fr;
  }

  body.portal-mode .continuity-ledger header {
    align-items: flex-start;
  }

  body.portal-mode .continuity-ledger dl {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.portal-mode .site-footer {
    padding: 12px;
    line-height: 1.4;
  }

  body.forum-mode #submenu {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 0;
  }

  body.forum-mode #submenu > span,
  body.forum-mode .archive-tabs > span {
    display: none;
  }

  body.forum-mode .archive-tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  body.forum-mode .archive-tabs a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 44px;
    padding: 6px 12px;
  }
}

@media (max-width: 440px) {
  body.portal-mode .portal-archive-banner > span {
    display: none;
  }

  body.portal-mode .portal-archive-banner {
    justify-content: flex-start;
  }

  body.portal-mode .timeline {
    overflow-x: visible;
  }

  body.portal-mode .timeline-row,
  body.portal-mode .timeline-row:not(.header) {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    min-width: 0;
    border-bottom: 2px solid #777;
    background: #fff;
  }

  body.portal-mode .timeline-row.header {
    display: none;
  }

  body.portal-mode .timeline-row:not(.header) > * {
    grid-column: 2;
    padding: 5px 7px;
    border-bottom: 0;
  }

  body.portal-mode .timeline-row:not(.header) > :first-child {
    grid-column: 1;
    grid-row: 1 / 4;
    color: #850017;
    background: #eee;
    font-weight: 700;
  }

  body.portal-mode .timeline-row:not(.header) > :nth-child(2) {
    color: #666;
    font-size: 11px;
    font-weight: 700;
  }

  body.portal-mode .timeline-row:not(.header) > :nth-child(3) {
    color: #111;
    font-weight: 700;
  }

  body.portal-mode .timeline-row:not(.header) > :nth-child(4) {
    padding-top: 1px;
  }
}

@media (max-width: 360px) {
  body.portal-mode .portal-brand-row {
    grid-template-columns: 195px minmax(0, 1fr);
  }

  body.portal-mode .portal-logo,
  body.portal-mode .portal-logo img {
    width: 195px;
  }

  body.portal-mode .portal-primary-nav a {
    font-size: 9px;
  }
}
