/* 4x4 cat. A research paper laid on the reference teal field. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #076670;
  font: 16px/1.7 Georgia, "Times New Roman", serif;
  color: #1c2326;
  padding: 48px 16px;
}
img { image-rendering: pixelated; }
a { color: #076670; }

.paper {
  max-width: 760px;
  margin: 0 auto;
  background: #f6f3ea;
  padding: 64px 72px 48px;
  box-shadow: 0 4px 30px rgba(0,0,0,.35);
}
@media (max-width: 640px) { .paper { padding: 40px 22px 32px; } }

header { text-align: center; border-bottom: 1px solid #1c2326; padding-bottom: 34px; }
.journal {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5b6467;
}
.journal .jsep { margin: 0 6px; }
.journal .jx { color: #076670; text-decoration: none; }
.journal .jx:hover { text-decoration: underline; }
h1 { font-size: 42px; margin-top: 18px; font-weight: normal; }
.subtitle { font-style: italic; margin-top: 8px; color: #394448; }
#heroCat { width: 260px; height: 260px; margin-top: 26px; }
.figcap { font-size: 13px; color: #5b6467; margin-top: 6px; }
.ca { margin-top: 16px; font-size: 13px; word-break: break-all; font-family: "Courier New", monospace; }

section { margin-top: 40px; }
h2 { font-size: 22px; font-weight: normal; margin-bottom: 12px; }
section p { margin-bottom: 12px; text-align: justify; }
section ul { list-style: none; }
section li { margin-bottom: 12px; text-align: justify; }

.counter { font-size: 19px; text-align: center !important; margin: 18px 0 6px; }
.claimbox { text-align: center; margin-top: 6px; }
button {
  background: #1c2326;
  color: #f6f3ea;
  border: 0;
  font: 15px Georgia, serif;
  padding: 13px 24px;
  margin: 6px;
  cursor: pointer;
}
button:disabled { opacity: .4; cursor: default; }
#claimStatus {
  margin-top: 12px;
  min-height: 22px;
  text-align: center !important;
  font-family: "Courier New", monospace;
  font-size: 14px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.cat { width: 118px; position: relative; text-align: center; }
.grid.nine .cat { width: 96px; }
.cat img { width: 100%; height: auto; display: block; border: 1px solid #d8d2c2; }
.cat .nm { font-size: 12px; margin-top: 4px; }
.cat .rr { font-size: 11px; font-style: italic; }
.cat .ow { font-size: 10px; color: #5b6467; word-break: break-all; font-family: "Courier New", monospace; }
.cat.claimed img { outline: 3px solid #1c2326; }
.cat .stamp {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  font: bold 10px "Courier New", monospace;
  letter-spacing: 1px;
  color: #f6f3ea;
  background: #1c2326;
  padding: 2px 0;
  transform: rotate(-8deg);
}

.fine {
  margin-top: 18px;
  font-size: 12px;
  color: #5b6467;
  word-break: break-all;
  font-family: "Courier New", monospace;
  text-align: center !important;
}

footer {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid #1c2326;
  display: flex;
  gap: 22px;
  justify-content: center;
  font-size: 13px;
  color: #5b6467;
}
