body {
  margin: 0;
  padding: 12px;
  background: #bfbfbf;
  color: #000;
  font-family: "Times New Roman", serif;
}

.page-shell {
  width: min(980px, 100%);
  background: #d7d7d7;
  border-color: #000;
}

.header {
  background: #c8c8c8;
  border-bottom: 2px solid #000;
}

.logo-wide {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.logo-condensed {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 8px;
}

.tagline {
  font-style: italic;
  font-size: 14px;
}

.marquee {
  background: #000080;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.event-banner {
  background: #ffff99;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 8px;
}

.sidebar {
  background: #cecece;
  border-right: 1px dashed #000;
  font-size: 14px;
}

.content {
  background: #e3e3e3;
  font-size: 16px;
}

.footer {
  background: #c8c8c8;
  border-top: 2px solid #000;
  font-size: 12px;
}

h1, h2, h3 {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

a {
  color: #0000cc;
}

.feature-table {
  background: #f5f5f5;
  margin: 12px 0;
  font-size: 8pt;
}

.feature-table th {
  background: #000;
  color: #fff;
}

.small-print {
  font-size: 12px;
}

.counter {
  background: #000;
  color: #00ff00;
  font-family: "Courier New", monospace;
  display: inline-block;
  padding: 2px 4px;
  border: 1px inset #666;
}

.construction {
  width: 80px;
  height: auto;
  margin-top: 8px;
}

.tiny {
  font-size: 11px;
}

.hidden-link {
  color: #c8c8c8;
  text-decoration: none;
  font-size: 10px;
}

.hidden-link:hover {
  color: #777;
}

label, input, textarea, select, button {
  font-family: "Times New Roman", serif;
  font-size: 15px;
}

input, textarea, select {
  width: 96%;
  box-sizing: border-box;
  border: 2px inset #bbb;
  background: #fff;
}

button {
  border: 2px outset #bbb;
  padding: 4px 8px;
  background: #ddd;
  cursor: pointer;
}

button:active {
  border-style: inset;
}

.status {
  min-height: 20px;
  margin-top: 8px;
  font-size: 14px;
}

.list-box {
  border: 1px solid #000;
  background: #f4f4f4;
  list-style: square;
  padding: 8px 8px 8px 24px;
  max-height: 280px;
  overflow: auto;
}

.blink {
  animation: blinker 0.8s linear infinite;
}

.sluggy-runner {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 88px;
  height: auto;
  transform-origin: 50% 100%;
  z-index: 999;
  pointer-events: none;
  user-select: none;
}

.sluggy-hitbox {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100px;
  z-index: 998;
  pointer-events: auto;
  cursor: pointer;
}

.sluggy-bubble {
  position: fixed;
  left: 12px;
  bottom: 80px;
  max-width: min(280px, calc(100vw - 20px));
  padding: 7px 9px;
  background: #fffff0;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  z-index: 1000;
  display: none;
  pointer-events: none;
}

.sluggy-bubble.show {
  display: block;
}

.sluggy-bubble::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
}

.sluggy-bubble::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fffff0;
  z-index: 1;
}

.download-banner {
  background: #ffff00;
  border-top: 3px double #000;
  border-bottom: 3px double #000;
  padding: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.retro-btn-large {
  display: inline-block;
  margin-left: 15px;
  padding: 8px 16px;
  background: #000080;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  border: 3px outset #0000ff;
}

.retro-btn-large:active {
  border-style: inset;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
