body {
  margin: 0;
  background: #02020c url("assets/images/retro-tile.gif") repeat;
  color: #f0f4ff;
  font: 12px Verdana, Arial, sans-serif;
}

a {
  color: #7efbff;
  text-decoration: underline;
}

a:hover,
a:focus-visible {
  color: #ff6cd4;
}

.page-wrap {
  width: 960px;
  margin: 22px auto;
}

.shell {
  width: 100%;
  border-collapse: collapse;
  border: 4px ridge #89b4ff;
  background: #090d35;
  box-shadow: 0 0 0 3px #1a1154;
}

.banner-cell {
  padding: 10px;
  background: #0f1450;
  border-bottom: 2px outset #7efbff;
}

.banner-image {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #62f5ff;
}

.site-title {
  margin-top: 10px;
  color: #ffffff;
  font: bold 32px "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 2px 2px 0 #ff3cb8;
}

.site-subtitle {
  margin-top: 4px;
  color: #fff189;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-cell {
  padding: 8px 10px;
  text-align: center;
  background: #120939;
  border-top: 1px solid #334daa;
  border-bottom: 1px solid #334daa;
  font-weight: bold;
}

.nav-sep {
  color: #fff189;
  padding: 0 7px;
}

.ticker-cell {
  padding: 0;
  background: #05051a;
  border-bottom: 1px solid #24398d;
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  color: #fff189;
}

.ticker__inner {
  display: inline-block;
  min-width: 100%;
  padding: 7px 0;
  animation: ticker-scroll 16s linear infinite;
}

.content-cell {
  padding: 0;
}

.content-layout {
  width: 100%;
  border-collapse: collapse;
}

.main-col,
.side-col {
  vertical-align: top;
}

.side-col {
  width: 230px;
}

.box {
  margin: 10px;
  border: 3px groove #8eb9ff;
  background: #0a1031;
}

.box-title {
  padding: 6px 8px;
  background: #1a2372;
  color: #ffffff;
  border-bottom: 2px outset #8eb9ff;
  font: bold 16px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.box-body {
  padding: 9px;
}

.box-body--center {
  text-align: center;
}

.search-label {
  display: block;
  margin-bottom: 5px;
  color: #fff189;
  font-weight: bold;
  text-transform: lowercase;
}

.search-input {
  width: 100%;
  min-height: 30px;
  padding: 4px 6px;
  border: 2px inset #7efbff;
  background: #000000;
  color: #ffffff;
  font: inherit;
}

.tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.tag-filter {
  padding: 4px 7px;
  border: 2px outset #ff6cd4;
  background: #190b4f;
  color: #ffffff;
  font: 11px Verdana, Arial, sans-serif;
  cursor: pointer;
  text-transform: lowercase;
}

.tag-filter.is-active {
  border-style: inset;
  background: #ff6cd4;
  color: #040414;
  font-weight: bold;
}

.results-summary {
  margin: 10px 0 8px;
  color: #9fd9ff;
  font-size: 11px;
  font-weight: bold;
}

.table-wrap {
  overflow-x: auto;
}

.download-table {
  width: 100%;
  border-collapse: collapse;
  background: #06091f;
}

.download-table th,
.download-table td {
  padding: 7px 6px;
  border: 1px solid #44569d;
  text-align: left;
  vertical-align: top;
}

.download-table th {
  background: #1a2372;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}

.download-table td {
  background: #0a1030;
  color: #eef3ff;
}

.download-table tbody tr:nth-child(even) td {
  background: #0d153a;
}

.program-name {
  display: block;
  margin-bottom: 3px;
  color: #fff189;
  font-weight: bold;
}

.program-summary,
.program-notes,
.program-meta {
  display: block;
  margin-top: 3px;
  line-height: 1.4;
}

.program-meta {
  color: #9fd9ff;
  font-size: 11px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.chip {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #ff6cd4;
  background: #160847;
  color: #ffffff;
  font-size: 10px;
}

.action-link {
  display: inline-block;
  padding: 4px 8px;
  border: 2px outset #ffffff;
  background: #ff4ac1;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.action-link:hover,
.action-link:focus-visible {
  color: #ffffff;
  background: #d92895;
}

.secondary-link {
  display: block;
  margin-top: 5px;
}

.dl-count {
  display: block;
  margin-top: 6px;
  color: #9fd9ff;
  font-size: 11px;
}

.orb-image {
  display: block;
  width: 138px;
  max-width: 100%;
  margin: 2px auto 10px;
  border: 2px outset #89b4ff;
  background: #000000;
}

.counter-label {
  margin-top: 8px;
  margin-bottom: 4px;
  color: #fff189;
  font-weight: bold;
  text-transform: lowercase;
}

.counter {
  padding: 6px 4px;
  border: 2px inset #7efbff;
  background: #000000;
  color: #fff189;
  font: bold 24px "Courier New", monospace;
  letter-spacing: 4px;
}

.latest-name {
  margin: 10px 0 8px;
  color: #9fd9ff;
  line-height: 1.4;
}

.note-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
}

.empty-state {
  padding: 14px;
  border: 1px dashed #89b4ff;
  background: #090e29;
  color: #ffffff;
}

.empty-state strong {
  display: block;
  margin-bottom: 5px;
  color: #fff189;
}

.divider-cell {
  padding: 10px;
  text-align: center;
  background: #080b25;
}

.divider-image {
  display: inline-block;
  max-width: 100%;
}

.footer-cell {
  padding: 9px 10px;
  text-align: center;
  background: #120939;
  color: #d4e2ff;
  font-size: 11px;
}

.is-hidden {
  display: none;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1000px) {
  .page-wrap {
    width: calc(100% - 12px);
    margin: 10px auto;
  }

  .content-layout,
  .content-layout tbody,
  .content-layout tr,
  .content-layout td {
    display: block;
    width: 100%;
  }

  .side-col {
    width: auto;
  }

  .site-title {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .download-table {
    min-width: 640px;
  }

  .box {
    margin: 8px;
  }

  .box-body {
    padding: 7px;
  }
}
