/* GAMERTOWN SOLUTIONS / ARCHIVE
   Green phosphor on black. No gradients, no glow.
   A little yellow and red used sparingly. */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 980px;
}

body {
  background-color: #000000;
  color: #00ff00;
  font-family: "Courier New", "Times New Roman", monospace;
  font-size: 16px;
  line-height: 1.3;
  cursor: crosshair;
}

a {
  color: #00ff00;
  text-decoration: underline;
}

a:visited {
  color: #00aa00;
}

a:hover {
  background: #00ff00;
  color: #000000;
  text-decoration: none;
}

img {
  image-rendering: pixelated;
}

marquee {
  font-family: "Courier New", monospace;
}

center table {
  margin-left: auto;
  margin-right: auto;
}

.old-page {
  width: 1180px;
  margin: 0 auto;
}

/* Top warning band */
.top-warning {
  background: #000000;
  color: #ffff00;
  border-top: 3px solid #00ff00;
  border-bottom: 3px solid #00ff00;
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: bold;
  padding: 3px;
}

/* Wide logo banner */
.banner-header {
  background: #000000;
  border: 3px solid #00ff00;
  padding: 12px;
  margin-top: 6px;
  text-align: center;
}

.banner-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  height: auto;
}

.banner-tagline {
  margin-top: 8px;
  font-family: "Courier New", monospace;
  color: #00ff00;
  font-size: 13px;
  letter-spacing: 2px;
}

/* Subtitle row beneath banner */
.fire-title {
  font-family: "Courier New", monospace;
  font-size: 32px;
  letter-spacing: 3px;
  color: #00ff00;
  line-height: 1;
}

.subtitle {
  font-family: "Courier New", monospace;
  color: #00ff00;
  font-size: 20px;
}

/* Nav */
.nav-box {
  background: #000000;
  border: 3px solid #00ff00;
  padding: 6px;
  font-family: "Courier New", monospace;
}

.nav-box a {
  display: inline-block;
  margin: 2px 6px 7px 0;
  padding: 3px 7px;
  border: 2px solid #00ff00;
  background: #000000;
  color: #00ff00;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.nav-box a:hover {
  background: #00ff00;
  color: #000000;
}

/* Rails */
.left-rail,
.right-rail {
  width: 205px;
  vertical-align: top;
  background: #000000;
  border: 2px dashed #00ff00;
  padding: 8px;
}

.main-heap {
  width: 710px;
  vertical-align: top;
  padding: 8px 12px;
}

/* Default box: solid green border on black */
.box {
  border: 2px solid #00ff00;
  background: #000000;
  padding: 9px;
  margin-bottom: 13px;
  color: #00ff00;
}

/* Sparse accent variant — used only for WARNING callouts */
.box-alert {
  border: 2px solid #ff0000;
}

.alert-label {
  color: #ff0000;
  letter-spacing: 3px;
}

/* Headings — flat, no glow */
.box h1,
.box h2,
.box h3 {
  margin: 0 0 8px 0;
  font-family: "Courier New", monospace;
  color: #00ff00;
  text-shadow: none;
}

.box h2 {
  font-size: 22px;
  border-bottom: 1px solid #00ff00;
  padding-bottom: 4px;
}

.box h3 {
  font-size: 17px;
}

.tiny { font-size: 10px; line-height: 1.1; }
.small { font-size: 12px; }

.huge {
  font-size: 32px;
  font-family: "Courier New", monospace;
  letter-spacing: 4px;
  color: #00ff00;
}

.wrong {
  font-family: "Courier New", monospace;
  color: #00ff00;
}

/* Tables */
.machine-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.machine-table td,
.machine-table th {
  border: 1px solid #00ff00;
  padding: 6px;
  background: #000000;
  color: #00ff00;
  vertical-align: top;
  text-align: left;
}

.machine-table .row-head th,
.machine-table tr.row-head td {
  border-bottom: 2px solid #00ff00;
  font-weight: bold;
  letter-spacing: 1px;
}

.callout-row td {
  border: 1px solid #00ff00;
  background: #000000;
  color: #00ff00;
  text-align: center;
  padding: 6px;
}

.quote {
  color: #ffff00;
  font-style: italic;
}

.broken-img {
  display: inline-block;
  width: 88px;
  height: 31px;
  border: 1px solid #00ff00;
  background: #000000;
  color: #00ff00;
  font: 10px "Courier New", monospace;
  overflow: hidden;
  vertical-align: middle;
  padding: 2px;
}

.counter {
  display: inline-block;
  background: #000000;
  border: 2px solid #00ff00;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 24px;
  letter-spacing: 3px;
  padding: 2px 4px;
}

.warning-strip {
  border: 2px solid #00ff00;
  background: #000000;
  color: #ffff00;
  font-family: "Courier New", monospace;
  font-weight: bold;
  padding: 5px;
}

.footer-table {
  border: 2px solid #00ff00;
  background: #000000;
  color: #00ff00;
  margin-bottom: 70px;
}

.footer-table td {
  border: none;
  color: #00ff00;
}

/* Floating sticky notes */
.float-note {
  position: absolute;
  left: 37px;
  top: 650px;
  width: 145px;
  transform: rotate(-3deg);
  border: 2px dashed #00ff00;
  background: #000000;
  color: #00ff00;
  padding: 7px;
  font-family: "Courier New", monospace;
  z-index: 20;
}

.sticker {
  position: absolute;
  right: 70px;
  top: 520px;
  width: 120px;
  transform: rotate(7deg);
  border: 3px solid #ff0000;
  background: #000000;
  color: #ff0000;
  padding: 6px;
  font: bold 13px "Courier New", monospace;
  z-index: 19;
}

/* Invasive ad */
#invasive-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 44px;
  background: #000000;
  color: #00ff00;
  border-top: 3px solid #00ff00;
  font-family: "Courier New", monospace;
  z-index: 99999;
  padding: 6px 10px;
}

.ad-topper {
  font-size: 10px;
  letter-spacing: 3px;
  color: #ffff00;
}

.ad-message strong {
  color: #00ff00;
  font-size: 15px;
}

.ad-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #000000;
  color: #00ff00;
  border: 2px solid #00ff00;
  font-weight: bold;
  cursor: pointer;
}

/* Auth modal */
.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-overlay.hidden {
  display: none;
}

.auth-modal {
  width: 420px;
  background: #000000;
  color: #00ff00;
  border: 3px solid #00ff00;
  padding: 12px;
  font-family: "Courier New", monospace;
}

.auth-close {
  float: right;
  border: 2px solid #00ff00;
  background: #000000;
  color: #00ff00;
  font-weight: bold;
  cursor: pointer;
}

.auth-tabs {
  border-bottom: 2px solid #00ff00;
  margin-bottom: 10px;
}

.auth-tab {
  background: #000000;
  border: 2px solid #00ff00;
  color: #00ff00;
  padding: 4px 10px;
  cursor: pointer;
}

.auth-tab.active {
  background: #00ff00;
  color: #000000;
}

.auth-form {
  display: block;
}

.auth-form.hidden {
  display: none;
}

.form-group {
  margin-bottom: 8px;
}

input, textarea, select {
  background: #000000;
  color: #00ff00;
  border: 1px solid #00ff00;
  padding: 3px;
  font-family: "Courier New", monospace;
  width: 94%;
}

button {
  font-family: "Courier New", monospace;
}

.cta-btn,
.primary-btn {
  border: 2px solid #00ff00;
  background: #000000;
  color: #00ff00;
  padding: 5px 12px;
  font-weight: bold;
  cursor: pointer;
}

.cta-btn:hover,
.primary-btn:hover {
  background: #00ff00;
  color: #000000;
}

.auth-status.error { color: #ff0000; }
.auth-status.success { color: #00ff00; }

@keyframes angryBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: .12; }
}

.blink {
  animation: angryBlink .65s steps(1) infinite;
}

.spin {
  display: inline-block;
  animation: spin 3.8s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
