.post-body .ProseMirror{outline:none;font-family:var(--sans);font-size:17px;line-height:1.75;color:var(--text);padding-bottom:45vh;word-wrap:break-word}.post-body.reading .ProseMirror{padding-bottom:96px}.post-body .ProseMirror>*+*{margin-top:.9em}.post-body .ProseMirror h1,.post-body .ProseMirror h2,.post-body .ProseMirror h3,.post-body .ProseMirror h4{font-family:var(--mono);font-weight:500;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;margin:2.2em 0 .6em}.post-body .ProseMirror h1{font-size:16px}.post-body .ProseMirror h2{font-size:14px}.post-body .ProseMirror h3{font-size:13px}.post-body .ProseMirror h4{font-size:12px;color:var(--text-soft)}.post-body .ProseMirror p{margin-bottom:0}.post-body .ProseMirror a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.post-body .ProseMirror blockquote{border-left:2px solid var(--line);margin:1em 0;padding-left:18px;color:var(--text-soft)}.post-body .ProseMirror ul,.post-body .ProseMirror ol{padding-left:26px}.post-body .ProseMirror li+li{margin-top:.25em}.post-body .ProseMirror hr{border:none;border-top:1px solid var(--line);margin:2em auto;width:40%}.post-body .ProseMirror code{font-family:var(--mono);font-size:.85em;background:var(--code-bg);border-radius:4px;padding:2px 5px}.post-body .ProseMirror pre{background:var(--codeblock-bg);color:var(--codeblock-text);font-family:var(--mono);font-size:13.5px;line-height:1.6;border-radius:8px;padding:16px 18px;overflow-x:auto}.post-body .ProseMirror pre code{background:none;padding:0;font-size:inherit}.post-body .ProseMirror img{max-width:100%;height:auto;border-radius:6px;display:block;margin:1.2em 0}.post-body .ProseMirror img.ProseMirror-selectednode{outline:2px solid var(--accent)}.post-body .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;color:var(--text-muted);opacity:.6;pointer-events:none}.post-body .hljs-comment,.post-body .hljs-quote{color:#8a877f;font-style:italic}.post-body .hljs-keyword,.post-body .hljs-selector-tag,.post-body .hljs-tag,.post-body .hljs-name{color:#d0885f}.post-body .hljs-string,.post-body .hljs-regexp,.post-body .hljs-addition{color:#a8c080}.post-body .hljs-number,.post-body .hljs-literal,.post-body .hljs-symbol,.post-body .hljs-bullet{color:#c9a26d}.post-body .hljs-title,.post-body .hljs-function,.post-body .hljs-section{color:#8fb4d8}.post-body .hljs-attr,.post-body .hljs-attribute,.post-body .hljs-variable,.post-body .hljs-template-variable{color:#c8a5d8}.post-body .hljs-built_in,.post-body .hljs-type,.post-body .hljs-class{color:#7fc0b0}.post-body .hljs-meta,.post-body .hljs-deletion{color:#b08a8a}.post-body .hljs-emphasis{font-style:italic}.post-body .hljs-strong{font-weight:600}:root{--bg: #fcf9f2;--text: #563129;--text-soft: #6f6c68;--text-muted: #9c9892;--line: #e6e4e0;--accent: #563129;--chip-bg: #efedea;--code-bg: #efedea;--codeblock-bg: #2b2927;--codeblock-text: #e9e7e3;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono: "SF Mono", Menlo, Consolas, monospace;--column: 680px}@media(prefers-color-scheme:dark){:root{--bg: #563129;--text: #ece8e1;--text-soft: #cfc8bd;--text-muted: #a49b90;--line: #6d443a;--accent: #ddd6ca;--chip-bg: #663f35;--code-bg: #663f35;--codeblock-bg: #3c211b;--codeblock-text: #e8e5df}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit}.column{max-width:var(--column);margin:0 auto;padding:0 24px 96px}.top-bar{position:sticky;top:0;z-index:10;background:var(--bg);display:flex;align-items:center;gap:14px;max-width:var(--column);margin:0 auto;padding:14px 24px 10px;font-family:var(--mono);font-size:12px;color:var(--text-muted);opacity:.65;transition:opacity .2s ease}.top-bar:hover,.top-bar:focus-within{opacity:1}.top-bar .spacer{flex:1}.bar-link,.bar-btn{font-family:var(--mono);font-size:12px;color:var(--text-muted);background:none;border:none;padding:4px 0;cursor:pointer;text-decoration:none}.bar-link:hover,.bar-btn:hover{color:var(--text)}.bar-btn.primary{color:var(--accent)}.brand{font-family:var(--mono);font-size:17px;font-weight:600;line-height:1;color:var(--text-soft);text-decoration:none}.post-title{font-family:var(--mono);font-size:24px;font-weight:500;line-height:1.45;letter-spacing:.01em;color:var(--text);margin:48px 0 10px}textarea.post-title{display:block;width:100%;border:none;background:none;padding:0;resize:none;overflow:hidden;outline:none}textarea.post-title::placeholder{color:var(--text-muted);opacity:.6}.post-date{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 40px}.page-head{margin:56px 0 32px}.page-head h1{font-family:var(--mono);font-size:14px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0}.post-list{list-style:none;margin:0;padding:0}.post-list li{border-top:1px solid var(--line)}.post-list li:last-child{border-bottom:1px solid var(--line)}.post-row{display:flex;align-items:baseline;gap:16px;padding:12px 0;text-decoration:none}.post-row .row-title{flex:1;font-family:var(--mono);font-size:13px;font-weight:400;letter-spacing:.02em;line-height:1.6;color:var(--text)}.post-row:hover .row-title{color:var(--text-muted)}.row-date{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.row-action{border:none;background:none;color:var(--text-muted);cursor:pointer;padding:2px 4px;align-self:center;display:flex;opacity:0}.post-list li:hover .row-action,.row-action:focus-visible{opacity:.7}.row-action:hover{color:var(--text);opacity:1}@media(hover:none){.row-action{opacity:.6}}.empty-note{color:var(--text-muted);font-size:15px;padding:4px 0 16px}.save-status{min-width:60px}.key-input{font-family:var(--mono);font-size:15px;color:var(--text);background:none;border:none;border-bottom:1px solid var(--line);padding:8px 0;width:min(320px,100%);outline:none}.key-input:focus{border-bottom-color:var(--accent)}.bar-btn.danger:hover{color:#a8443c}.quote-group{border-top:1px solid var(--line);padding:24px 0}.quote-list .quote-group:last-child{border-bottom:1px solid var(--line)}.quote-text{font-family:var(--sans);font-size:15px;line-height:1.7;color:var(--text);margin:0 0 14px;padding-left:18px;border-left:2px solid var(--line);white-space:pre-line}.quote-source{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-decoration:none}.quote-source:hover{color:var(--text)}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}.skeleton-line{height:14px;border-radius:4px;background:var(--chip-bg);animation:skeleton-pulse 1.3s ease-in-out infinite;margin:0 0 14px}@keyframes content-in{0%{opacity:0}to{opacity:1}}.content-in{animation:content-in .18s ease-out both}
