/* bur.ke — period skin
   The front door is the 1997 rochelle.net/~burke homepage re-inhabited; its links
   list is the index. So the skin is faithful FrontPage-era: gray-marble tile,
   Times, navy/red/fuchsia link states. The austere-monochrome Chee register (prior
   pass) is retired — Jake's idea moved the index to the 1997 nav itself. The
   register survives behind Projects, styled to sit inside this same period frame.
   Palette/texture here is the artifact's own, not the held-open generative-field lean. */

body {
  background: #ffffff url("gray_marble.gif");
  color: #000000;
  font: 16px/1.45 "Times New Roman", Times, serif;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

a            { color: #000080; font-weight: bold; text-decoration: underline; }
a:visited    { color: #ff0000; }
a:active     { color: #ff00ff; }

hr { border: 0; border-top: 1px solid #808080; margin: 1.25rem 0; }

/* ---- front door ---- */

.title    { text-align: center; font-size: 2rem; margin: 0.5rem 0; }
.portrait { text-align: center; margin: 0.5rem 0; }
.portrait img { border: 1px solid #000; }
.byline   { font-size: 1.5rem; margin: 0.25rem 0; }

.index { font-size: 1.125rem; line-height: 1.9; padding-left: 2.5rem; }
.index a { /* bold navy underline inherited */ }
.cheap { color: #ff0000; }

.copyright { font-size: 0.9rem; }

/* ---- historical inner pages (Biography / Personal Interests / Stuff For Sale / Hotlist) ---- */

.lead  { text-align: center; font-size: 1.125rem; line-height: 1.6; }
.jakes-top { color: #ff0000; }
.plain { font-size: 1.125rem; line-height: 1.8; padding-left: 2.5rem; }
.plain li { margin-bottom: 0.35rem; }

/* ---- projects: the gag + the register ---- */

.gag       { text-align: center; font-size: 1.125rem; }
.recovered { text-align: center; font-style: italic; color: #404040; }

.register { list-style: none; margin: 0; padding: 0; }

.exhibit {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px dotted #b0a8a0;
}

.num {
  font-variant-numeric: tabular-nums;
  font-weight: bold;
  color: #000080;
}

.extitle { font-size: 1.125rem; }
.where {
  display: block;
  font-size: 0.85rem;
  font-style: italic;
  color: #505050;
  margin-top: 0.1rem;
}

.blurb {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  max-width: 28rem;
}
.blurb code { font-family: "Courier New", monospace; font-style: normal; color: #000080; }

.meta { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.meta .year { display: block; }
.meta .kind {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #707070;
}

.back { margin-top: 1.5rem; }

/* ---- exhibit: Card Keeper (run + download) ---- */
/* 1997 by default; the emulator shell is the variation that earns its place. */

.placard  { font-size: 1rem; line-height: 1.6; }
.section  { font-size: 1.25rem; margin: 1.25rem 0 0.5rem; }
.run-note { font-size: 0.95rem; }
.fineprint { font-size: 0.85rem; color: #505050; min-height: 1.2em; }

kbd {
  font-family: "Courier New", monospace;
  font-size: 0.85em;
  background: #e8e8e8;
  border: 1px solid #b0b0b0;
  border-bottom-width: 2px;
  border-radius: 2px;
  padding: 0 0.3em;
}

/* the run frame — a deadpan beige terminal bezel (funsies, earned) */
.dos-frame {
  background: #c0c0b8;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0.75rem;
  margin: 0.5rem 0;
}
.run-button {
  font: bold 1.1rem "Courier New", monospace;
  color: #00ff66;
  background: #101410;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 0.9rem 1.4rem;
  width: 100%;
  cursor: pointer;
}
.run-button:hover:not(:disabled) { background: #000; }
.run-button:disabled { color: #707870; cursor: default; }

.dos-screen {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #000;
}

/* ---- games (separate from the exhibit register) ---- */

.games { list-style: none; margin: 0; padding: 0; }
.game {
  padding: 0.85rem 0;
  border-bottom: 1px dotted #b0a8a0;
}
.gtitle { font-size: 1.1rem; font-weight: bold; }
.gyear  { color: #707070; font-variant-numeric: tabular-nums; }
.gnote  { margin: 0.3rem 0 0.5rem; font-size: 0.95rem; max-width: 28rem; }
.empty-note { color: #505050; }

/* download: verbatim period instructions */
.period-note { margin: 0.75rem 0; font-size: 0.95rem; }
.period-note summary { cursor: pointer; font-weight: bold; }
.period-note pre {
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 0.75rem;
  overflow-x: auto;
  white-space: pre-wrap;
}

@media (max-width: 32rem) {
  .exhibit { grid-template-columns: 2.25rem 1fr; }
  .meta { grid-column: 2; text-align: left; margin-top: 0.3rem; }
  .meta .year, .meta .kind { display: inline; }
  .meta .kind { margin-left: 0.5rem; }
}
