:root{--bg:#ffffff;--fg:#1a1a1a;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb;--card:#fafafa}@media (prefers-color-scheme:dark){:root{--bg:#0d0d0f;--fg:#ededed;--muted:#9ca3af;--border:#26262b;--accent:#6ea8ff;--card:#16161a}}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{max-width:768px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.site-header{border-bottom:1px solid var(--border)}.site-header .container{justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.site-header .container,.site-header nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.brand{font-weight:700;color:var(--fg);font-size:1.1rem}.muted{color:var(--muted);font-size:.9rem}.splash{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-top:-1.5rem;margin-bottom:-4rem;min-height:calc(100svh - 72px);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.splash-art{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.45)),repeating-linear-gradient(45deg,var(--card),var(--card) 24px,var(--bg) 24px,var(--bg) 48px);background-size:cover;background-position:50%}.splash-cta{position:relative;z-index:1;padding:1rem}.splash-cta .btn{font-size:1.1rem;padding:.9rem 1.9rem}.post-card{border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem;background:var(--card)}.post-card h2{margin:0 0 .35rem;font-size:1.2rem}.post-body{margin-top:1.5rem;word-wrap:break-word;line-height:1.75}.post-body :first-child{margin-top:0}.post-body p{margin:0;text-indent:0}.post-body p+p{margin-top:.9em}.post-body p.indent-1,.post-body p.indent-2,.post-body p.indent-3,.post-body p.indent-4{margin-top:.4em}.post-body p.indent-1{text-indent:1.5em}.post-body p.indent-2{text-indent:3em}.post-body p.indent-3{text-indent:4.5em}.post-body p.indent-4{text-indent:6em}.post-body h2,.post-body h3{margin:1.6rem 0 .8rem;font-size:1.15rem}.post-body hr:not(.section-divider){border:none;border-top:2px solid var(--border);width:15%;margin:2.75rem auto}.post-body blockquote{margin:1.5rem 0;padding-left:1rem;border-left:2px solid var(--border);color:var(--muted);font-style:italic}.post-body blockquote p{text-indent:0}.post-body img{border-radius:8px}.post-body table{border-collapse:collapse;width:100%}.post-body td,.post-body th{border:1px solid var(--border);padding:.4rem .6rem}.post-body pre{overflow-x:auto;background:var(--card);padding:.9rem;border-radius:8px}.chapter-nav{display:flex;justify-content:space-between;gap:1rem;margin:1.25rem 0;font-size:.9rem}.chapter-nav a{max-width:48%}.chapter-nav .next{margin-left:auto;text-align:right}.section-divider{border:none;border-top:1px solid var(--border);width:40%;margin:2.5rem auto}.embedded-archive{margin:1.5rem 0}.archive-image,.embedded-archive img{border-radius:8px}.archive-image{display:block;margin:1.5rem 0}.archive-caption{color:var(--muted);font-style:italic;font-size:.95rem;margin-top:.75rem}.archive-caption p{margin:.25rem 0}.greyed{opacity:.4;filter:grayscale(.7)}.greyed a{color:var(--muted)}.btn{display:inline-block;border:1px solid var(--border);background:var(--card);color:var(--fg);border-radius:8px;padding:.5rem .9rem;font-size:.95rem;cursor:pointer}.btn:hover{border-color:var(--accent);text-decoration:none}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-small{padding:.25rem .55rem;font-size:.8rem}.btn-row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;margin-top:1.25rem}form.stack{display:flex;flex-direction:column;gap:.9rem}.label,label{font-weight:600;font-size:.9rem;display:block;margin-bottom:.3rem}input[type=number],input[type=text],select,textarea{width:100%;padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--fg);font:inherit}textarea{min-height:8rem;resize:vertical}fieldset.section-mode{border:1px solid var(--border);border-radius:8px;padding:.6rem .9rem}fieldset.section-mode label{display:inline;font-weight:400;margin-right:1rem}.chapter-sections{display:flex;flex-direction:column;gap:.5rem}.section-row{display:flex;align-items:flex-start;gap:.5rem}.section-row .section-body{flex:1 1;border:1px solid var(--border);border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;background:var(--card)}.section-mode{display:flex;gap:.4rem;flex-wrap:wrap}.comments{margin-top:3rem;border-top:1px solid var(--border);padding-top:1.5rem}.comment-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.comment{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;background:var(--card)}.comment p{margin:.25rem 0}.reading-bar{position:fixed;top:0;left:0;height:3px;background:var(--accent);width:0;transition:width .1s linear;z-index:50}