/* Year 1999 lock. Geocities + stone keep. Do not modernize. */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  background-color: #1a0f08;
  background-image: url("/tile-stone.png");
  background-repeat: repeat;
  color: #2a1608;
  font-family: "Times New Roman", Times, "Comic Sans MS", serif;
  font-size: 16px;
}
font, td, th, p, li, label, h1, h2, h3 {
  font-family: "Times New Roman", Times, "Comic Sans MS", serif;
}
a { color: #0000ee; }
a:visited { color: #551a8b; }
a.hot { color: #ff0; font-weight: bold; }

.page {
  width: 760px;
  max-width: 96%;
  margin: 12px auto;
  table-layout: fixed;
  background: #f3e2b8 url("/tile-velvet.png");
  border: 8px ridge #8a6a2a;
  box-shadow: 8px 8px 0 #000;
}
.banner {
  background: #000;
  color: #ffd700;
  text-align: center;
  padding: 8px;
  border-bottom: 6px groove #c9a227;
  font-family: "Comic Sans MS", "Times New Roman", cursive;
}
.crest {
  text-align: center;
  background: #3d1f0f;
  padding: 10px;
  border-bottom: 4px ridge #d4af37;
}
.crest img.logo {
  width: min(94%, 720px);
  height: auto;
  border: 4px double #d4af37;
  background: #111;
}
.crest h1 {
  color: #ffd700;
  font-size: 36px;
  margin: 8px 0 0;
  text-shadow: 2px 2px 0 #000;
  font-family: "Comic Sans MS", "Times New Roman", cursive;
}
.crest .sub {
  color: #9cff9c;
  font-size: 14px;
  margin: 4px 0 0;
}
.frogs {
  background: #000;
  color: #9cff9c;
  text-align: center;
  padding: 6px;
  font-family: "Comic Sans MS", "Times New Roman", cursive;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 4px ridge #c9a227;
}
.nav {
  background: #220011;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-family: "Comic Sans MS", cursive;
}
.nav a { color: #ffff00; font-weight: bold; padding: 0 8px; }
.parchment {
  background: #f7e6b8;
  padding: 14px 16px 18px;
  border: 3px inset #7a5a20;
}
.box {
  background: #fff8dc;
  border: 4px ridge #6b3e16;
  padding: 10px 12px;
  margin: 10px 0;
}
.box h2 {
  margin: 0 0 8px;
  color: #6b0000;
  font-size: 22px;
  border-bottom: 2px dotted #6b0000;
}
.hint, .fine { color: #4a3010; font-size: 13px; }
input[type="text"], input[type="password"] {
  width: 92%;
  font-size: 16px;
  font-family: "Courier New", monospace;
  border: 2px inset #888;
  background: #fffff0;
  padding: 3px;
}
button, input[type="submit"] {
  font-family: "Comic Sans MS", "Times New Roman", cursive;
  font-size: 16px;
  font-weight: bold;
  background: #c00;
  color: #fff;
  border: 3px outset #f66;
  padding: 6px 14px;
  cursor: pointer;
}
button.ghost, button.danger {
  background: #444;
  border-color: #888;
}
button.danger { background: #600; }
.error { color: #c00; font-weight: bold; font-size: 15px; }
.jid-big { font-size: 20px; font-weight: bold; color: #003399; }
.blink {
  animation: blink 1s step-end infinite;
  color: #ff0;
  background: #c00;
  padding: 0 4px;
}
@keyframes blink { 50% { opacity: 0; } }
.counter {
  font-family: "Courier New", monospace;
  background: #000;
  color: #0f0;
  padding: 2px 6px;
  border: 2px inset #0a0;
}
.footer {
  background: #000;
  color: #ffd700;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-top: 6px groove #c9a227;
}
.footer a { color: #9cff9c; }
a.btn {
  font-family: "Comic Sans MS", "Times New Roman", cursive;
  font-size: 16px;
  font-weight: bold;
  background: #c00;
  color: #fff;
  border: 3px outset #f66;
  padding: 6px 14px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.btn:visited { color: #fff; }
.footer a.btn, .nav a.btn { margin-left: 8px; vertical-align: middle; }
a.btn.small { font-size: 14px; padding: 4px 10px; }
.queue { list-style: square; padding-left: 18px; margin: 8px 0 0; }
.queue-item {
  margin: 8px 0;
  padding: 6px;
  background: #fff4c8;
  border: 1px dashed #6b3e16;
}
.qid { font-weight: bold; margin: 0; }
.badge { font-weight: bold; text-transform: uppercase; }
.badge.pending { color: #a60; }
.badge.approved { color: #060; }
.badge.denied { color: #900; }
.actions button { margin: 4px 4px 0 0; }
.queue-head { display: table; width: 100%; }
.queue-head h2, .queue-head .count { display: table-cell; }
.count { text-align: right; color: #6b0000; font-weight: bold; }
hr.stars { border: 0; height: 18px; background: repeating-linear-gradient(90deg, #c9a227 0 10px, transparent 10px 18px); }
.capri {
  margin: 12px auto;
  text-align: center;
}
.capri img {
  width: 200px;
  max-width: 72%;
  height: auto;
  border: 4px double #d4af37;
  background: #1a0f08;
  transform: rotate(-3deg);
  box-shadow: 5px 5px 0 #000;
}
.capri figcaption {
  margin-top: 8px;
  color: #6b0000;
  font-weight: bold;
  font-size: 14px;
}
.capri.hero img {
  width: 240px;
  max-width: 86%;
}
.about-pair {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}
.crest .about-pair img.logo {
  width: 140px;
  height: 140px;
}
.about-capri { margin: 0; }
.crest .about-capri img {
  width: 150px;
  max-width: 42vw;
}
.ceo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 12px 14px;
  background: #fff;
  border: 2px solid #2a1608;
  text-align: left;
}
.ceo-card img {
  width: 148px;
  height: auto;
  display: block;
  border: 1px solid #2a1608;
  flex: 0 0 auto;
}
.ceo-name, .ceo-mail {
  margin: 0;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #1a0f08;
}
.ceo-name { font-size: 18px; margin-bottom: 6px; }
.ceo-mail { font-size: 15px; }
.about-pending { color: #6b0000; }
.crest .about-capri figcaption,
.chat-body .capri figcaption { color: #ffd700; }
[hidden] { display: none !important; }
@media (max-width: 520px) {
  .page { width: 96%; margin: 4px; }
  .crest img.logo { width: min(94%, 520px); height: auto; }
  .crest h1 { font-size: 26px; }
  .ceo-card { align-items: flex-start; }
}
