/* Minimal readable styling for the recovered arivero.ciberpunk.net mirror.
   The original 2005-2006 WordPress theme assets (wp-content/themes/laterceraola)
   were not captured by the Warrick/Wayback recovery, so this is a plain local
   substitute -- no external fonts or scripts. */
:root {
  --fg: #1a1a1a; --bg: #ffffff; --muted: #5a5a5a; --link: #0b4f8a; --border: #ddd;
}
@media (prefers-color-scheme: dark) {
  :root { --fg: #e8e8e8; --bg: #14161a; --muted: #a0a6ad; --link: #7db8f0; --border: #333; }
}
html { color-scheme: light dark; }
body {
  background: var(--bg); color: var(--fg); margin: 0 auto; max-width: 46em;
  padding: 1.5em 1em 4em; font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: var(--link); }
h1, h2, h3 { line-height: 1.2; }
.storytitle a { text-decoration: none; }
.meta, .postmetadata, .commentmetadata, #tagline { color: var(--muted); font-size: 0.9em; }
.post, .page { margin-bottom: 3em; padding-bottom: 1.5em; border-bottom: 1px solid var(--border); }
.navigation { display: flex; justify-content: space-between; margin: 2em 0; }
ul.commentlist { list-style: none; padding-left: 0; }
ul.commentlist li { margin-bottom: 1.2em; padding: 0.6em 0.9em; border-left: 3px solid var(--border); }
blockquote { border-left: 3px solid var(--border); margin-left: 0; padding-left: 1em; color: var(--muted); }
img { max-width: 100%; height: auto; }
.recovery-banner { background: #fff6d8; color: #4a3b00; padding: 0.7em 1em; border-radius: 6px;
  margin-bottom: 1.5em; font-size: 0.92em; }
@media (prefers-color-scheme: dark) { .recovery-banner { background: #3a3000; color: #ffe9a8; } }
