/* the-last-test.com -- tron palette, single-color brand, minimal. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #111;
  color: #ccc;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a { color: #6FC3DF; text-decoration: none; }
a:hover { text-decoration: underline; }
code {
  color: #6FC3DF;
  background: #001417;
  padding: 1px 6px;
  border-radius: 3px;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.88em;
  border: 1px solid #1f3a48;
}
pre {
  background: #0a0f14;
  border: 1px solid #1f3a48;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 14px 0;
  overflow-x: auto;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #cfe6ee;
  white-space: pre-wrap;
  word-break: break-word;
}
pre .prompt { color: #5f8390; }
pre .hl { color: #4ade80; font-weight: 700; }

/* ---- nav ---- */
nav {
  position: sticky;
  top: 0;
  background: #000;
  border-bottom: 2px solid #6FC3DF;
  z-index: 100;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.brand {
  color: #6FC3DF;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.brand:hover { text-decoration: none; color: #9bd6ec; }
.links { display: flex; gap: 22px; flex-wrap: wrap; }
.links a {
  color: #888;
  font-size: 0.9rem;
  transition: color 0.15s;
}
.links a:hover { color: #cfe6ee; text-decoration: none; }
.links a.cta-link {
  color: #4ade80;
  border: 1px solid #1f4828;
  padding: 4px 12px;
  border-radius: 4px;
  background: #052418;
  font-weight: 600;
  font-size: 0.84rem;
}
.links a.cta-link:hover { color: #22c55e; background: #082420; }

/* ---- hero ---- */
.hero {
  text-align: center;
  padding: 80px 24px 60px;
  background: linear-gradient(135deg, #0e1f29 0%, #0a0f14 60%, #08111a 100%);
  border-bottom: 1px solid #1f3a48;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #6FC3DF 50%, transparent 100%);
  opacity: 0.6;
}
.hero h1 {
  color: #6FC3DF;
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(111, 195, 223, 0.15);
}
.hero .sub-mark {
  color: #c8a96b;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero .sub-mark .dot { color: #5f8390; margin: 0 6px; }
.hero .line {
  display: inline-block;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #6FC3DF 50%, transparent 100%);
  margin-bottom: 22px;
}
.hero .pitch {
  max-width: 640px;
  margin: 0 auto;
  color: #cfe6ee;
  font-size: 1.08rem;
  line-height: 1.65;
}
.hero .pitch strong { color: #6FC3DF; }
.hero .pitch em { color: #fde68a; font-style: italic; }

/* ---- content blocks ---- */
.block {
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 24px;
}
.block.alt {
  background: #0a1015;
  max-width: 100%;
  border-top: 1px solid #1a2530;
  border-bottom: 1px solid #1a2530;
}
.block.alt .prose,
.block.alt h2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.block h2 {
  color: #6FC3DF;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1f3a48;
}
.prose {
  color: #cfe6ee;
  font-size: 1rem;
  line-height: 1.7;
}
.prose p { margin: 10px 0; }
.prose ol, .prose ul { margin: 10px 0 14px 22px; }
.prose ol li, .prose ul li { margin: 8px 0; }
.prose strong { color: #6FC3DF; font-weight: 700; }
.prose em { color: #c8a96b; font-style: italic; }

/* ---- records list ---- */
.records-empty {
  padding: 18px;
  background: #0a0f14;
  border: 1px dashed #1f3a48;
  border-radius: 6px;
  text-align: center;
  color: #5f8390;
}
.records-list { list-style: none; margin-left: 0; }
.records-list li {
  padding: 10px 14px;
  background: #0e1419;
  border: 1px solid #1f3a48;
  border-radius: 5px;
  margin-bottom: 6px;
}
.records-list a { font-family: Consolas, Monaco, monospace; font-weight: 700; }

/* ---- download list ---- */
.dl-list { list-style: none; margin-left: 0; }
.dl-list li {
  padding: 10px 14px;
  background: #0e1419;
  border: 1px solid #1f3a48;
  border-left: 3px solid #4ade80;
  border-radius: 0 5px 5px 0;
  margin-bottom: 6px;
}
.dl-list a { color: #4ade80; font-weight: 600; }

/* ---- footer ---- */
footer {
  background: #000;
  border-top: 2px solid #1f3a48;
  margin-top: 40px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.84rem;
  color: #5f8390;
}
.footer-inner a { color: #6FC3DF; }
.footer-inner .quiet { color: #444; font-family: Consolas, Monaco, monospace; }

/* ---- responsive ---- */
@media (max-width: 600px) {
  .hero { padding: 56px 18px 44px; }
  .hero h1 { font-size: 3rem; }
  .hero .pitch { font-size: 0.98rem; }
  .block { padding: 44px 18px; }
  .block h2 { font-size: 1.25rem; }
  .nav-inner { padding: 10px 18px; }
  .links { gap: 14px; }
  .links a { font-size: 0.82rem; }
  .brand { font-size: 0.95rem; }
}
