:root {
  color-scheme: dark;
  --ink: #f6efe4;
  --muted: #c9c0b2;
  --neon: #ff4d8d;
  --amber: #ffb020;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body {
  color: var(--ink);
  font-family: "Share Tech Mono", ui-monospace, monospace;
  background:
    radial-gradient(800px 300px at 50% 0%, rgba(255, 77, 141, 0.16), transparent 55%),
    #07080c;
}

.pit { padding: 18px 16px 40px; }

.back { margin: 0 auto 14px; width: min(1100px, 100%); }

.back a { color: var(--amber); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; }

.machine {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(#242830, #101218);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #3a404c;
}

.side {
  overflow: hidden;
  border-radius: 12px;
  min-height: 100%;
}

.side img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.05); }

.marquee {
  border-radius: 12px;
  padding: 14px 16px 12px;
  background: linear-gradient(#4a1024, #14060c);
  box-shadow: inset 0 0 24px rgba(255, 77, 141, 0.4);
}

.marquee p {
  margin: 0;
  color: var(--amber);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}

h1 {
  margin: 6px 0 0;
  font-family: Bungee, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.9;
  text-shadow: 0 0 16px rgba(255, 77, 141, 0.8);
}

.bezel {
  position: relative;
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 40px #000;
}

.bezel img { width: 100%; height: 100%; object-fit: cover; display: block; }

.scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 2px, rgba(0, 0, 0, 0.25) 2px 4px);
  pointer-events: none;
}

.attract {
  position: absolute;
  left: 20px;
  bottom: 18px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.credit, .how { margin: 0; }

.credit {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  text-shadow: 0 2px 8px #000;
}

.start {
  padding: 12px 18px;
  border-radius: 999px;
  background: #f0c14a;
  color: #1a1206;
  font-family: Bungee, sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 0 #8a6412;
}

.start:hover { transform: translateY(1px); box-shadow: 0 7px 0 #8a6412; }

.how {
  color: #fff;
  text-shadow: 0 2px 8px #000;
  font-size: 14px;
}

.panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 12px;
}

.panel p { margin: 0; color: var(--muted); }

.lamp {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #37e28a;
  box-shadow: 0 0 10px #37e28a;
}

.patreon {
  margin-left: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ff424d;
  color: #1a0d09;
  font-family: Bungee, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.site-foot {
  width: min(760px, 100%);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.site-foot a, .prose a { color: var(--amber); }

.prose {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 28px 16px 48px;
  color: var(--muted);
  line-height: 1.5;
}

.prose h1 { font-size: 42px; text-shadow: none; }

@media (max-width: 800px) {
  .machine { grid-template-columns: 1fr; }
  .side { display: none; }
  .patreon { margin-left: 0; }
}
