/* Library 422 landing site — shared by the generated catalog pages */
:root { --bg: #14161d; --card: #1a1d27; --line: #2a2e3d; --ink: #e8e6df;
        --muted: #9a9aa6; --accent: #d6a75c; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink);
       font: 17px/1.55 Georgia, "Times New Roman", serif; }
main { max-width: 760px; margin: 0 auto; padding: 32px 20px 64px; }
header .home { display: inline-flex; align-items: center; gap: 10px; color: var(--ink);
               text-decoration: none; font-size: 1.1rem; }
header img { width: 32px; height: 32px; }
.crumbs { color: var(--muted); font-size: .9rem; margin: 18px 0 8px; font-family: system-ui, sans-serif; }
.crumbs a { color: var(--muted); }
h1 { font-weight: normal; font-size: 1.9rem; margin: 6px 0 4px; }
h2 { font-weight: normal; font-size: 1.2rem; color: var(--accent); margin: 26px 0 6px; }
.meta { color: var(--muted); font-size: .92rem; font-family: system-ui, sans-serif; }
.list { list-style: none; padding: 0; margin: 0; }
.list li { padding: 8px 0; border-bottom: 1px solid var(--line); display: flex;
           justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.list a { color: var(--ink); text-decoration: none; }
.list a:hover { color: var(--accent); }
.cta { display: inline-block; background: var(--accent); color: #1a1d27; text-decoration: none;
       padding: 12px 24px; border-radius: 12px; font-weight: bold; font-family: system-ui, sans-serif; }
.cta:hover { filter: brightness(1.08); }
code { font-size: .85em; color: var(--muted); }
footer { color: var(--muted); font-size: .85rem; margin-top: 40px; font-family: system-ui, sans-serif; }
a { color: var(--accent); }
