* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 14px;
  color: #000;
  background: #808080;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  overflow-wrap: break-word;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

.link-button {
  padding: 0;
  color: #0000ee;
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.page-shell {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #c0c0c0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #404040;
  border-bottom: 3px solid #404040;
}

.masthead {
  padding: 16px;
  text-align: center;
  background: #000080;
  color: #fff;
  border-bottom: 3px double #fff;
}

.pixel-title {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(30px, 7vw, 56px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 #000;
}

.tagline {
  margin-top: 8px;
  color: #ffff99;
  font-weight: bold;
}

.nav,
.footer {
  padding: 8px 12px;
  background: #dcdcdc;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #777;
  text-align: center;
}

.content {
  padding: 14px;
}

.intro-box {
  margin-bottom: 14px;
  padding: 10px;
  background: #e6e6e6;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.intro-box h1 {
  margin: 0 0 8px;
  color: #000080;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #fff;
}

.intro-box p {
  margin: 0;
  line-height: 1.4;
}

.hero-table,
.steps {
  width: 100%;
  margin-bottom: 14px;
  border-collapse: collapse;
  background: #e6e6e6;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.hero-table td,
.steps th,
.steps td {
  border: 1px solid #777;
  vertical-align: top;
}

.hero-copy {
  width: 58%;
  background: #ffffcc;
}

.hero-copy h1,
.bundle-box h2 {
  margin: 0 0 8px;
  color: #000080;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #fff;
}

.hero-copy h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.04;
}

.bundle-box h2 {
  font-size: 28px;
}

.hero-copy p,
.bundle-box p {
  margin: 0 0 10px;
  line-height: 1.45;
}

.hero-proof {
  font-weight: bold;
}

.hero-actions,
.bundle-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hero-panel {
  background: #c0c0c0;
}

.disk-window {
  background: #fff;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.window-bar,
.steps caption {
  padding: 6px 8px;
  color: #fff;
  background: #800000;
  font-weight: bold;
  text-align: left;
}

.disk-window pre {
  margin: 0;
  padding: 10px;
  overflow-x: auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.35;
}

.steps th {
  color: #fff;
  background: #000080;
  text-align: left;
}

.free-sample-box {
  margin-bottom: 14px;
  background: #ffffcc;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #404040;
  border-bottom: 3px solid #404040;
}

.free-sample-box table {
  width: 100%;
  border-collapse: collapse;
}

.free-sample-box td {
  border: 1px solid #777;
  vertical-align: middle;
}

.sample-label {
  width: 120px;
  color: #fff;
  background: #008000;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 24px;
  text-align: center;
  text-shadow: 2px 2px 0 #000;
}

.sample-copy {
  line-height: 1.35;
}

.sample-action {
  width: 180px;
  text-align: center;
}

.sample-button {
  min-width: 150px;
  min-height: 40px;
  background: #ffff99;
}

.bundle-box {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 10px;
  background: #e6e6e6;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #404040;
  border-bottom: 3px solid #404040;
}

.bundle-price {
  display: inline-block;
  padding: 8px;
  background: #ffff99;
  border: 2px inset #c0c0c0;
  font-weight: bold;
  white-space: nowrap;
}

.email-signup-box {
  margin-bottom: 14px;
  background: #dcdcdc;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #404040;
  border-bottom: 3px solid #404040;
}

.email-signup-box table {
  width: 100%;
  border-collapse: collapse;
}

.email-signup-box td {
  border: 1px solid #777;
  vertical-align: top;
}

.signup-copy h2 {
  margin: 0 0 8px;
  color: #000080;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #fff;
}

.signup-copy p {
  margin: 0 0 8px;
  line-height: 1.4;
}

.signup-fields {
  width: 290px;
}

.signup-fields label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}

.signup-fields input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 5px;
  background: #fff;
  border: 2px inset #c0c0c0;
  color: #000;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.signup-message {
  min-height: 20px;
  margin-top: 7px;
  font-size: 13px;
}

.catalogue,
.status-box {
  width: 100%;
  border-collapse: collapse;
  background: #e6e6e6;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.catalogue caption {
  padding: 6px;
  color: #fff;
  background: #800000;
  font-weight: bold;
  border: 2px outset #c0c0c0;
}

.catalogue-badge {
  display: inline-block;
  padding: 5px 9px;
  color: #000;
  background: #ffff99;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  box-shadow: 2px 2px 0 #000;
}

.catalogue th,
.catalogue td,
.status-box th,
.status-box td {
  border: 1px solid #777;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.catalogue th,
.status-box th {
  background: #000080;
  color: #fff;
  text-align: left;
}

.catalogue tr:nth-child(even) td {
  background: #f5f5f5;
}

.product-title {
  width: 25%;
  font-weight: bold;
}

.price {
  width: 90px;
  white-space: nowrap;
  font-weight: bold;
}

.retro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 32px;
  padding: 5px 10px;
  color: #000;
  background: #c0c0c0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
}

a.retro-button,
a.retro-button:visited {
  color: #000;
  text-decoration: none;
}

.retro-button:active {
  border-top-color: #404040;
  border-left-color: #404040;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.retro-button:disabled {
  color: #777;
  cursor: wait;
}

.retro-button.primary {
  background: #ffff99;
}

.notice,
.message {
  margin-top: 14px;
  padding: 10px;
  background: #ffffcc;
  border: 2px inset #c0c0c0;
}

.message:empty {
  display: none;
}

.error,
.error-text {
  color: #b00000;
  font-weight: bold;
}

.download-link {
  display: inline-block;
  padding: 7px;
  background: #ffffcc;
  border: 2px outset #c0c0c0;
  font-weight: bold;
}

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

.product-detail {
  margin-bottom: 14px;
}

.detail-label {
  width: 150px;
  font-weight: bold;
  background: #f5f5f5;
}

.detail-action {
  width: auto;
}

.footer-smiley {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  vertical-align: -6px;
  image-rendering: pixelated;
}


.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.45);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-window {
  width: min(620px, 100%);
  background: #c0c0c0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #404040;
  border-bottom: 3px solid #404040;
}

.modal-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px;
  color: #fff;
  background: #000080;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.titlebar-button {
  width: 24px;
  height: 22px;
  color: #000;
  background: #c0c0c0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  font-weight: bold;
  line-height: 1;
}

.support-form {
  padding: 12px;
}

.support-form table {
  width: 100%;
}

.support-form td:first-child {
  width: 120px;
  font-weight: bold;
  vertical-align: top;
}

.support-form input,
.support-form textarea {
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 2px inset #c0c0c0;
  color: #000;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}

.support-form textarea {
  resize: vertical;
}

.modal-message {
  min-height: 22px;
  margin: 6px 0 10px;
}

.modal-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

body.mobile-preview-mode {
  max-width: 390px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 5px;
  background: #2b2b2b;
  font-size: 14px;
}

body.mobile-preview-mode .page-shell {
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

body.mobile-preview-mode .masthead {
  padding: 12px 8px;
}

body.mobile-preview-mode .pixel-title {
  font-size: 36px;
  text-shadow: 2px 2px 0 #000;
}

body.mobile-preview-mode .tagline {
  font-size: 13px;
  line-height: 1.25;
}

body.mobile-preview-mode .nav,
body.mobile-preview-mode .footer {
  padding: 8px;
  line-height: 1.35;
}

body.mobile-preview-mode .content {
  padding: 8px;
}

body.mobile-preview-mode .hero-table,
body.mobile-preview-mode .hero-table tbody,
body.mobile-preview-mode .hero-table tr,
body.mobile-preview-mode .hero-table td,
body.mobile-preview-mode .steps,
body.mobile-preview-mode .steps tbody,
body.mobile-preview-mode .steps tr,
body.mobile-preview-mode .steps th,
body.mobile-preview-mode .steps td {
  display: block;
  width: 100%;
}

body.mobile-preview-mode .steps tr:first-of-type {
  display: none;
}

body.mobile-preview-mode .steps tr {
  margin-bottom: 10px;
  border: 2px outset #c0c0c0;
}

body.mobile-preview-mode .hero-copy h1 {
  font-size: 30px;
}

body.mobile-preview-mode .bundle-line {
  display: block;
}

body.mobile-preview-mode .bundle-price {
  display: block;
  margin-bottom: 8px;
  white-space: normal;
}

body.mobile-preview-mode .catalogue caption {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
}

body.mobile-preview-mode .catalogue-badge {
  display: block;
  padding: 5px 7px;
  line-height: 1.25;
}

body.mobile-preview-mode .catalogue,
body.mobile-preview-mode .catalogue thead,
body.mobile-preview-mode .catalogue tbody,
body.mobile-preview-mode .catalogue tr,
body.mobile-preview-mode .catalogue th,
body.mobile-preview-mode .catalogue td {
  display: block;
  width: 100%;
}

body.mobile-preview-mode .catalogue thead {
  display: none;
}

body.mobile-preview-mode .catalogue tr {
  margin-bottom: 12px;
  border: 2px outset #c0c0c0;
  background: #e6e6e6;
}

body.mobile-preview-mode .catalogue td {
  position: relative;
  min-height: 34px;
  padding: 30px 8px 8px;
  border: 1px solid #777;
}

body.mobile-preview-mode .catalogue td::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  color: #000;
  font-weight: bold;
  content: attr(data-label) ":";
}

body.mobile-preview-mode .catalogue td.product-title,
body.mobile-preview-mode .catalogue td.price {
  width: 100%;
  white-space: normal;
}

body.mobile-preview-mode .catalogue td.product-title {
  color: #000080;
}

body.mobile-preview-mode .catalogue td[colspan] {
  padding-left: 8px;
}

body.mobile-preview-mode .catalogue td[colspan]::before {
  content: "";
}

body.mobile-preview-mode .retro-button {
  width: 100%;
  min-height: 38px;
}

body.mobile-preview-mode .notice,
body.mobile-preview-mode .message {
  padding: 8px;
  line-height: 1.35;
}

body.mobile-preview-mode .modal-backdrop {
  align-items: flex-start;
  right: auto;
  left: 50%;
  width: min(390px, 100vw);
  padding: 8px;
  overflow-y: auto;
  transform: translateX(-50%);
}

body.mobile-preview-mode .modal-window {
  width: 100%;
  max-height: calc(100vh - 16px);
  overflow-y: auto;
}

body.mobile-preview-mode .support-form table,
body.mobile-preview-mode .support-form tbody,
body.mobile-preview-mode .support-form tr,
body.mobile-preview-mode .support-form td {
  display: block;
  width: 100%;
}

body.mobile-preview-mode .support-form {
  padding: 8px;
}

body.mobile-preview-mode .support-form td:first-child {
  width: 100%;
  padding-bottom: 2px;
}

body.mobile-preview-mode .support-form textarea {
  min-height: 140px;
}

body.mobile-preview-mode .modal-actions {
  display: block;
}

body.mobile-preview-mode .modal-actions .retro-button {
  margin-top: 8px;
}

@media (max-width: 720px) {
  body {
    padding: 5px;
    font-size: 14px;
  }

  .page-shell {
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .masthead {
    padding: 12px 8px;
  }

  .pixel-title {
    font-size: 36px;
    text-shadow: 2px 2px 0 #000;
  }

  .tagline {
    font-size: 13px;
    line-height: 1.25;
  }

  .nav,
  .footer {
    padding: 8px;
    line-height: 1.35;
  }

  .content {
    padding: 8px;
  }

  .intro-box {
    padding: 8px;
  }

  .intro-box h1 {
    font-size: 22px;
  }

  .hero-table,
  .hero-table tbody,
  .hero-table tr,
  .hero-table td,
  .steps,
  .steps tbody,
  .steps tr,
  .steps th,
  .steps td {
    display: block;
    width: 100%;
  }

  .steps tr:first-of-type {
    display: none;
  }

  .steps tr {
    margin-bottom: 10px;
    border: 2px outset #c0c0c0;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .bundle-line {
    display: block;
  }

  .bundle-price {
    display: block;
    margin-bottom: 8px;
    white-space: normal;
  }

  .free-sample-box table,
  .free-sample-box tbody,
  .free-sample-box tr,
  .free-sample-box td,
  .email-signup-box table,
  .email-signup-box tbody,
  .email-signup-box tr,
  .email-signup-box td {
    display: block;
    width: 100%;
  }

  .sample-label {
    font-size: 22px;
    text-align: left;
  }

  .sample-action {
    text-align: left;
  }

  .sample-button {
    width: 100%;
  }

  .signup-copy h2 {
    font-size: 22px;
  }

  .catalogue caption {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: left;
  }

  .catalogue-badge {
    display: block;
    padding: 5px 7px;
    line-height: 1.25;
  }

  .catalogue,
  .catalogue thead,
  .catalogue tbody,
  .catalogue tr,
  .catalogue th,
  .catalogue td {
    display: block;
    width: 100%;
  }

  .catalogue thead {
    display: none;
  }

  .catalogue tr {
    margin-bottom: 12px;
    border: 2px outset #c0c0c0;
    background: #e6e6e6;
  }

  .catalogue td {
    position: relative;
    min-height: 34px;
    padding: 30px 8px 8px;
    border: 1px solid #777;
  }

  .catalogue td::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: auto;
    color: #000;
    font-weight: bold;
    content: attr(data-label) ":";
  }

  .catalogue td.product-title {
    width: 100%;
    color: #000080;
  }

  .catalogue td.price {
    width: 100%;
    white-space: normal;
  }

  .catalogue td[colspan] {
    padding-left: 8px;
  }

  .catalogue td[colspan]::before {
    content: "";
  }

  .retro-button {
    width: 100%;
    min-height: 38px;
  }

  .detail-label {
    width: 100%;
  }

  .notice,
  .message {
    padding: 8px;
    line-height: 1.35;
  }

  .modal-backdrop {
    align-items: flex-start;
    padding: 8px;
    overflow-y: auto;
  }

  .modal-window {
    width: 100%;
    max-height: calc(100vh - 16px);
    overflow-y: auto;
  }

  .support-form table,
  .support-form tbody,
  .support-form tr,
  .support-form td {
    display: block;
    width: 100%;
  }

  .support-form {
    padding: 8px;
  }

  .support-form td:first-child {
    width: 100%;
    padding-bottom: 2px;
  }

  .support-form textarea {
    min-height: 140px;
  }

  .modal-actions {
    display: block;
  }

  .modal-actions .retro-button {
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .pixel-title {
    font-size: 30px;
  }
  .catalogue td::before {
    top: 7px;
    left: 7px;
  }
}
