body.ring-site {
  margin: 0;
  min-height: 100vh;
}

a {
  font-weight: 700;
}

body.comet-site {
  background:
    radial-gradient(circle at 10px 12px, #ffffff 0 1px, transparent 2px),
    radial-gradient(circle at 51px 43px, #aaaaff 0 1px, transparent 2px),
    radial-gradient(circle at 88px 71px, #ffff66 0 1px, transparent 2px),
    #000000;
  background-size: 96px 82px;
  color: #ffff00;
  font-family: "Times New Roman", serif;
}

.comet-site .page {
  padding: 16px 10px 36px;
}

.comet-site .masthead {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.comet-site h1 {
  margin: 6px auto;
  color: #d6d6ff;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  text-shadow: 2px 2px #333399;
}

.comet-site .navline {
  margin: 12px 0;
}

.comet-grid {
  display: grid;
  grid-template-columns: minmax(210px, 310px) minmax(320px, 620px);
  gap: 26px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}

.comet-news {
  color: #ffff00;
}

.sky-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.sky-map a {
  display: grid;
  width: 180px;
  min-height: 92px;
  place-items: center;
  border: 3px outset #6666cc;
  background: linear-gradient(135deg, #111133, #333366);
  color: #ffff66;
  font: 700 1rem Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

body.packet-site {
  background: #000000;
  color: #00ff00;
  font-family: Georgia, "Times New Roman", serif;
}

.packet-site .page {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 10px;
  text-align: center;
}

.packet-site h1 {
  margin: 0 0 10px;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 2.4rem;
}

.packet-site .intro {
  color: #00ff00;
  font-style: italic;
}

.file-columns {
  columns: 2 280px;
  max-width: 720px;
  margin: 28px auto;
  text-align: left;
}

.file-columns a {
  display: block;
  margin: 0 0 7px;
  color: #00ff00;
}

.file-columns span {
  display: block;
  margin: -6px 0 8px;
  color: #00dd00;
  font-style: italic;
}

.terminal-search {
  margin: 18px auto;
  max-width: 420px;
}

.terminal-search input {
  border: 2px inset #c0c0c0;
  background: #ffffff;
  color: #000000;
}

body.pier-site {
  background:
    repeating-radial-gradient(circle at 0 0, #ffffff 0 2px, #91dfe5 2px 5px, #2eb7c1 5px 9px);
  color: #240039;
  font-family: Georgia, "Times New Roman", serif;
}

.pier-site .page {
  width: 880px;
  max-width: calc(100% - 20px);
  margin: 24px auto;
}

.pier-site h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 2px 2px #004d66;
}

.pier-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: start;
}

.pier-box {
  border: 2px solid #9d79a4;
  background: #d9c3dc;
}

.pier-box h2,
.pier-box h3 {
  margin: 0;
  padding: 4px;
  background: #bd9bc1;
  text-align: center;
}

.pier-box ul {
  margin: 14px 24px;
  padding: 0;
}

.pier-box p {
  padding: 0 14px;
}

.pier-icon {
  padding: 18px;
  color: #0b5d91;
  font-size: 4rem;
  text-align: center;
}

body.snack-site {
  background:
    linear-gradient(90deg, #2141a4 0 58px, transparent 58px calc(100% - 58px), #2141a4 calc(100% - 58px)),
    #f5f5f5;
  color: #000000;
  font-family: "Times New Roman", serif;
}

.snack-site .page {
  width: 760px;
  max-width: calc(100% - 18px);
  margin: 0 0 40px 118px;
  padding: 18px 8px;
  background: #ffffff;
}

.snack-site header {
  text-align: center;
}

.snack-site .construction-banner {
  max-width: min(100%, 560px);
  height: auto;
  image-rendering: pixelated;
}

.snack-site h1 {
  margin: 8px 0 18px;
  font-size: 2.1rem;
}

.snack-site .links {
  margin: 10px auto;
  max-width: 560px;
  text-align: center;
}

.snack-feature {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: start;
  border-top: 2px solid #000000;
  padding-top: 12px;
}

.fake-ad {
  margin: 18px auto;
  max-width: 500px;
  border: 3px outset #999999;
  background: #ffe600;
  color: #ff0000;
  font: 700 1rem Arial, sans-serif;
  text-align: center;
}

.score-block {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  background: #000000;
  color: #ff6600;
  font: 900 2rem Arial, sans-serif;
}

body.section-page {
  background:
    radial-gradient(circle at 12px 18px, #ffffff 0 1px, transparent 2px),
    radial-gradient(circle at 54px 42px, #66ffff 0 1px, transparent 2px),
    #000033;
  background-size: 110px 76px;
  color: #ffff66;
  font-family: "Times New Roman", serif;
}

.section-shell {
  width: min(100% - 24px, 880px);
  margin: 18px auto 40px;
  padding: 14px;
  border: 4px ridge #00ffff;
  background: #000044;
}

.section-shell h1 {
  margin: 0 0 10px;
  color: #ffcc00;
  font-family: Arial, sans-serif;
  text-align: center;
}

.crumbs,
.section-nav {
  margin: 10px 0;
  padding: 8px;
  border: 2px dotted #ff00ff;
  background: #000000;
  text-align: center;
}

.section-nav a {
  display: inline-block;
  margin: 3px 7px;
  color: #00ffff;
}

.section-card {
  padding: 12px;
  border: 3px double #00ff00;
  background: #110066;
}

.section-card h2 {
  margin-top: 0;
  color: #ffffff;
}

.section-card li {
  margin: 7px 0;
}

.home-section-card > h2,
.comet-section-card > h2,
.packet-section-card > h2,
.pier-section-card > h2,
.snack-section-card > h2,
.metaeden-section-card > h2 {
  display: none;
}

.section-link-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.section-link-list li {
  margin: 4px 0;
}

.subject-table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.subject-table th,
.subject-table td {
  padding: 7px 8px;
  border: 1px solid currentColor;
  vertical-align: top;
  text-align: left;
}

.subject-table th {
  font-family: Arial, sans-serif;
}

.subject-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.subject-card {
  padding: 12px;
  border: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.5);
}

.subject-card h4 {
  margin: 0 0 6px;
}

.subject-meta {
  margin: 0 0 8px;
  font: 700 0.82rem "Courier New", monospace;
}

.subject-form {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 10px;
  border: 2px inset #c0c0c0;
  background: #eeeeee;
  color: #000000;
}

.subject-form label {
  display: grid;
  gap: 3px;
  font: 700 0.82rem Arial, sans-serif;
}

.subject-form input,
.subject-form textarea {
  min-height: 26px;
  border: 2px inset #c0c0c0;
  font: 0.95rem "Times New Roman", serif;
}

.subject-form textarea {
  min-height: 70px;
}

.subject-form button {
  justify-self: start;
  border: 2px outset #c0c0c0;
  background: #c0c0c0;
  font-weight: 700;
}

.home-section-page .subject-table th {
  background: #ff99cc;
}

.home-section-page .subject-table td {
  background: rgba(255, 255, 255, 0.72);
}

.meteor-cassette-rack .subject-card {
  border: 4px double #333333;
  background:
    linear-gradient(90deg, #ffffff 0 18px, #222222 18px 26px, #ffffff 26px);
  box-shadow: 4px 4px 0 #3366cc;
}

.meteor-guestbook .subject-card {
  background: #ffffff;
  transform: rotate(-1deg);
}

.meteor-guestbook .subject-card:nth-child(even) {
  transform: rotate(1deg);
}

.meteor-club-table th,
.meteor-ring-table th {
  background: #ffff99;
}

.comet-report .subject-table {
  color: #ffff00;
  background: #000000;
}

.comet-report .subject-table th {
  color: #66ffff;
}

.comet-star-chart {
  margin-top: 14px;
  padding: 14px;
  border: 1px dashed #aaaaff;
  background: #000011;
  color: #ffffff;
  font: 1rem "Courier New", monospace;
}

.packet-terminal-page .subject-table {
  color: #00ff00;
  font-family: "Courier New", monospace;
}

.packet-terminal-page .subject-table th {
  color: #ffffff;
}

.packet-ascii-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.packet-ascii-card {
  min-height: 92px;
  padding: 10px;
  border: 1px solid #00ff00;
  color: #00ff00;
  font: 0.9rem "Courier New", monospace;
}

.packet-recipe-cards .subject-card {
  border-color: #00ff00;
  background: #001800;
}

.pier-exhibit-card .subject-table th {
  background: #bd9bc1;
}

.pier-token-grid .subject-card {
  display: grid;
  min-height: 120px;
  place-items: center;
  border-radius: 50%;
  background: #d4bc74;
  text-align: center;
}

.pier-menu-table td:nth-child(2) {
  font-weight: 700;
  text-align: right;
}

.pier-boardwalk-map {
  padding: 16px;
  border: 2px inset #d9c3dc;
  background: #f4e9f6;
  color: #240039;
  font: 1rem "Courier New", monospace;
}

.pier-repair-tickets .subject-card {
  background: #fff6c7;
}

.snack-copy .subject-table th {
  background: #2141a4;
  color: #ffffff;
}

.snack-review-cards .subject-card {
  border-width: 3px;
  background: #f7f7f7;
}

.snack-review-cards .subject-meta {
  color: #ff6600;
}

.snack-news-stack {
  grid-template-columns: 1fr;
}

.snack-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.snack-shot {
  margin: 0;
  border: 2px solid #000000;
  background: #ffffff;
}

.snack-shot-screen {
  height: 112px;
  border-bottom: 2px solid #000000;
  background:
    linear-gradient(45deg, #ffcc00 25%, transparent 25% 50%, #44aaee 50% 75%, transparent 75%),
    #222222;
  background-size: 28px 28px;
}

.snack-shot-2 .snack-shot-screen {
  background:
    linear-gradient(#ff6699 0 35%, #ffcc66 35% 70%, #663399 70%),
    #000000;
}

.snack-shot-3 .snack-shot-screen {
  background:
    repeating-linear-gradient(90deg, #222222 0 16px, #00ccff 16px 18px),
    #222222;
}

.snack-shot-4 .snack-shot-screen {
  background:
    radial-gradient(circle at 40% 45%, #ffff00 0 18px, transparent 19px),
    #003366;
}

.snack-shot figcaption {
  padding: 6px;
  font-weight: 700;
  text-align: center;
}

.snack-code-table td:first-child {
  font-family: "Courier New", monospace;
  font-weight: 700;
}

.snack-mailbag .subject-card {
  background: #fff6b8;
}

.home-section-page .section-shell {
  width: 960px;
  border: 4px double #ffcc00;
  background:
    linear-gradient(#fff8d7 0 29px, #d7edff 30px 31px, #fff8d7 32px),
    #fff8d7;
  background-size: 100% 32px;
  color: #1b1748;
}

.home-section-page .section-shell h1 {
  color: #cc0066;
  font-family: "Comic Sans MS", "Trebuchet MS", cursive;
  text-align: left;
}

.home-section-page .crumbs,
.home-section-page .section-nav {
  border: 2px dashed #ff66cc;
  background: #ffffcc;
  text-align: left;
}

.home-section-page .section-card {
  border: 0;
  background: transparent;
}

.meteor-desk-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 18px;
  align-items: start;
}

.meteor-index-card {
  padding: 12px;
  border: 2px solid #3366cc;
  background: #ffffff;
  box-shadow: 5px 5px 0 #ff99cc;
}

.meteor-index-card h3,
.meteor-looseleaf h3 {
  margin-top: 0;
  color: #cc0066;
}

.meteor-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 8px;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
}

.meteor-meta dt {
  color: #3366cc;
}

.meteor-meta dd {
  margin: 0;
}

.meteor-looseleaf {
  padding: 16px 20px;
  border-left: 8px solid #ff6666;
  background: rgba(255, 255, 255, 0.72);
}

.meteor-stamp {
  float: right;
  margin: 0 0 10px 12px;
  padding: 4px 8px;
  border: 2px dotted #cc0066;
  color: #3366cc;
  font: 700 0.8rem "Courier New", monospace;
}

.comet-section-page .section-shell {
  width: 1060px;
}

.comet-section-page .section-card {
  border: 0;
  background: transparent;
}

.comet-log-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 26px;
}

.comet-finder-card {
  padding: 12px;
  border: 1px solid #aaaaff;
  background: #000000;
}

.comet-finder-card h3,
.comet-report h3 {
  margin-top: 0;
  color: #d6d6ff;
  font-family: Arial, sans-serif;
  text-shadow: 2px 2px #333399;
}

.comet-readout {
  overflow: auto;
  padding: 10px;
  border: 1px dashed #ffff00;
  color: #66ffff;
  font: 0.82rem "Courier New", monospace;
}

.comet-report {
  padding: 16px;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
}

.comet-check-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  margin: 7px 0;
}

.comet-check-row span {
  color: #66ffff;
  font-family: Arial, sans-serif;
}

.packet-section-page .section-shell {
  width: min(100% - 24px, 920px);
}

.packet-section-page .crumbs,
.packet-section-page .section-nav {
  text-align: left;
}

.packet-terminal-page {
  border: 1px solid #00ff00;
  padding: 14px;
  background: #000000;
}

.packet-prompt,
.packet-readme {
  color: #00ff00;
  font: 0.92rem "Courier New", monospace;
}

.packet-terminal-page h3 {
  color: #ffffff;
  font-family: "Courier New", monospace;
}

.packet-file-rows {
  display: grid;
  gap: 2px;
  margin-top: 14px;
}

.packet-file-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
  padding: 4px 6px;
  border-bottom: 1px dotted #00aa00;
  color: #00ff00;
  font-family: "Courier New", monospace;
  text-decoration: none;
}

.packet-file-row span {
  color: #00aa00;
}

.pier-section-page .section-shell {
  padding: 0;
}

.pier-section-page .section-shell h1 {
  margin: 0;
  padding: 10px;
  background: #bd9bc1;
}

.pier-section-page .crumbs,
.pier-section-page .section-nav {
  margin: 0;
  border-width: 0 0 2px;
}

.pier-section-page .section-card {
  border: 0;
  background: #d9c3dc;
}

.pier-museum-sheet {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0;
  min-height: 370px;
}

.pier-map-card {
  padding: 12px;
  border-right: 2px solid #9d79a4;
  background: #cdb3d1;
}

.pier-map-card h3,
.pier-exhibit-card h3 {
  margin-top: 0;
  text-align: center;
}

.pier-ticket {
  margin-top: 24px;
  padding: 8px;
  border: 1px dashed #240039;
  text-align: center;
}

.pier-exhibit-card {
  padding: 18px;
}

.pier-placards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.pier-placard {
  padding: 10px;
  border: 2px inset #d9c3dc;
  background: #ead9ec;
}

.snack-section-page .section-shell {
  width: 820px;
}

.snack-section-page .section-card {
  border: 0;
}

.snack-issue-page {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 18px;
}

.snack-deck {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  border-top: 8px solid #2141a4;
  border-bottom: 2px solid #000000;
  padding: 6px 0;
  font-family: Arial, sans-serif;
}

.snack-copy h3,
.snack-sidebar h3 {
  margin-top: 0;
}

.snack-copy {
  columns: 2 220px;
  column-gap: 24px;
}

.snack-copy.snack-copy-subject {
  columns: auto;
}

.snack-sidebar {
  border: 2px solid #000000;
  padding: 10px;
  background: #fff6b8;
}

.snack-sidebar a {
  display: block;
  margin: 6px 0;
}

.snack-rating-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.snack-rating-table th,
.snack-rating-table td {
  border-bottom: 1px solid #000000;
  padding: 5px 3px;
  vertical-align: top;
  text-align: left;
}

.snack-rating-table th {
  width: 58px;
  color: #2141a4;
  font-family: Arial, sans-serif;
}

body.section-page.comet-site {
  background:
    radial-gradient(circle at 10px 12px, #ffffff 0 1px, transparent 2px),
    radial-gradient(circle at 51px 43px, #aaaaff 0 1px, transparent 2px),
    radial-gradient(circle at 88px 71px, #ffff66 0 1px, transparent 2px),
    #000000;
  background-size: 96px 82px;
  color: #ffff00;
}

.section-page.comet-site .section-shell {
  border: 0;
  background: transparent;
}

.section-page.comet-site .crumbs,
.section-page.comet-site .section-nav,
.section-page.comet-site .section-card {
  border-color: #6666cc;
  background: rgba(0, 0, 0, 0.7);
}

.section-page.comet-site .section-shell h1,
.section-page.comet-site .section-card h2 {
  color: #d6d6ff;
  text-shadow: 2px 2px #333399;
}

body.section-page.packet-site {
  background: #000000;
  color: #00ff00;
}

.section-page.packet-site .section-shell {
  width: min(100% - 24px, 760px);
  border: 0;
  background: #000000;
}

.section-page.packet-site .section-shell h1,
.section-page.packet-site .section-card h2 {
  color: #00ff00;
  font-family: "Courier New", monospace;
}

.section-page.packet-site .crumbs,
.section-page.packet-site .section-nav,
.section-page.packet-site .section-card {
  border: 1px solid #00ff00;
  background: #000000;
}

.section-page.packet-site a {
  color: #00ff00;
}

body.section-page.pier-site {
  background:
    repeating-radial-gradient(circle at 0 0, #ffffff 0 2px, #91dfe5 2px 5px, #2eb7c1 5px 9px);
  color: #240039;
}

.section-page.pier-site .section-shell {
  width: 880px;
  max-width: calc(100% - 20px);
  border: 2px solid #9d79a4;
  background: #d9c3dc;
}

.section-page.pier-site .section-shell h1,
.section-page.pier-site .section-card h2 {
  color: #240039;
  text-shadow: none;
}

.section-page.pier-site .crumbs,
.section-page.pier-site .section-nav,
.section-page.pier-site .section-card {
  border: 2px solid #9d79a4;
  background: #d9c3dc;
}

.section-page.pier-site .section-nav,
.section-page.pier-site .crumbs {
  background: #bd9bc1;
}

.section-page.pier-site a {
  color: #3e1574;
}

body.section-page.snack-site {
  background:
    linear-gradient(90deg, #2141a4 0 58px, transparent 58px calc(100% - 58px), #2141a4 calc(100% - 58px)),
    #f5f5f5;
  color: #000000;
}

.section-page.snack-site .section-shell {
  width: 760px;
  max-width: calc(100% - 18px);
  margin: 0 0 40px 118px;
  border: 0;
  background: #ffffff;
}

.section-page.snack-site .section-shell h1,
.section-page.snack-site .section-card h2 {
  color: #000000;
  text-shadow: none;
}

.section-page.snack-site .crumbs,
.section-page.snack-site .section-nav,
.section-page.snack-site .section-card {
  border: 2px solid #000000;
  background: #ffffff;
}

.section-page.comet-site.comet-section-page .section-card,
.section-page.packet-site.packet-section-page .section-card,
.section-page.pier-site.pier-section-page .section-card,
.section-page.snack-site.snack-section-page .section-card {
  border: 0;
}

.section-page.comet-site.comet-section-page .section-card {
  background: transparent;
}

.section-page.packet-site.packet-section-page .section-shell {
  width: min(100% - 24px, 920px);
}

.section-page.packet-site.packet-section-page .section-card {
  padding: 0;
  background: #000000;
}

.section-page.pier-site.pier-section-page .section-card {
  background: #d9c3dc;
}

.section-page.snack-site.snack-section-page .section-shell {
  width: 860px;
}

.section-page.snack-site.snack-section-page .section-card {
  background: #ffffff;
}

@media (max-width: 760px) {
  .comet-grid,
  .pier-layout,
  .snack-feature {
    grid-template-columns: 1fr;
  }

  .snack-site .page {
    margin: 0 auto 40px;
  }

  .section-page.snack-site .section-shell {
    margin: 0 auto 40px;
  }
}
