.memo-page{--memo-intro-mb: 32px;--memo-toc-mt: 18px;--memo-toc-mb: 46px;--memo-section-heading-mt: 56px}.memo-page .intro{margin-bottom:var(--memo-intro-mb)}.memo-page .intro>:first-child{margin-top:0}.memo-page .intro>:last-child{margin-bottom:0}.memo-toc{margin:18px 0 46px}.memo-page .memo-toc{margin:var(--memo-toc-mt) 0 var(--memo-toc-mb)}.memo-toc details{margin:20px 0}.memo-toc summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;color:var(--text);font-size:15px}.memo-toc summary::-webkit-details-marker{display:none}.memo-toc summary:after{content:"▶";font-size:10px;color:var(--muted);transition:transform .2s ease;margin-left:4px}.memo-toc details[open] summary:after{transform:rotate(90deg)}.memo-toc summary:before{content:"";width:4px;height:4px;border-radius:999px;background:var(--text);opacity:.55}.memo-toc .toc-items{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;padding:12px 0 0 18px;margin:0;list-style:none}.memo-toc .toc-items a{display:inline-flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;border-bottom:none}.toc-num{width:18px;height:18px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-variant-numeric:tabular-nums}:root[data-theme=dark] .toc-num{background:#242424;border-color:#3a3a3a;color:var(--muted)}.memo-content h2{text-align:center;font-size:16px;font-weight:600;margin:var(--memo-section-heading-mt, 56px) 0 18px;color:var(--muted)}.memo-content h2:before,.memo-content h2:after{content:"-";margin:0 10px;color:var(--border)}.memo-content h3{margin:28px 0 10px;font-size:16px;position:relative;padding-left:34px}.memo-content h3:before{content:attr(data-num);position:absolute;left:0;top:50%;width:20px;height:20px;border-radius:999px;background:#f7f7f7;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;transform:translateY(-50%);color:var(--muted);font-variant-numeric:tabular-nums}:root[data-theme=dark] .memo-content h3:before{background:#242424;border-color:#3a3a3a;color:var(--muted)}body.memo-page[data-reading=immersive] .prose{font-size:16px;line-height:1.85}body.memo-page[data-reading=immersive] .prose p{margin:14px 0}@media(min-width:901px){.memo-page{--memo-intro-mb: 10px;--memo-toc-mt: 8px;--memo-toc-mb: 23px}}@media(max-width:900px){.memo-page{--memo-intro-mb: 12px;--memo-toc-mt: 8px;--memo-toc-mb: 24px}.memo-page .memo-content>h2:first-child{margin-top:12px}}@media(max-width:640px){.memo-toc .toc-items{grid-template-columns:repeat(3,1fr)}}.memo-compose{display:flex;align-items:stretch;width:320px;max-width:100%;min-height:36px;margin:0;flex:0 0 auto;border:1px solid var(--border);border-radius:6px;background:var(--bg)}.memo-compose:focus-within{outline:none;border-color:var(--border)}.memo-compose textarea{flex:1 1 auto;min-width:0;height:36px;max-height:124px;padding:7px 10px;border:0;background:transparent;font-size:15px;line-height:22px;color:var(--text);font-family:LXGW WenKai Lite,Kaiti SC,STKaiti,serif;outline:none;resize:none;overflow-y:auto;transition:height .12s ease}.memo-compose textarea::placeholder{font-size:14px;font-family:LXGW WenKai Lite,Kaiti SC,STKaiti,serif;color:var(--muted);opacity:1}.memo-compose-btn{flex:0 0 auto;height:36px;margin:0;padding:0 14px;min-width:56px;border-radius:0 6px 6px 0;border:1px solid #111;background:#111;color:#fff;font-size:13px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}:root[data-theme=dark] .memo-compose-btn{background:var(--panel);border-color:var(--border);color:var(--text)}.memo-compose-btn:disabled{opacity:.6;cursor:default}.memo-actions{flex:0 0 auto;display:flex;align-items:stretch}.memo-compose.is-multiline{position:relative}.memo-compose.is-multiline textarea{padding-bottom:34px}.memo-compose.is-multiline .memo-actions{position:absolute;right:6px;bottom:4px;height:auto;gap:6px}.memo-compose.is-multiline .memo-author{height:26px;border:1px solid var(--border);border-radius:6px;background:var(--bg)}.memo-compose.is-multiline .memo-author-chip{height:100%;border-left:0}.memo-compose.is-multiline .memo-compose-btn{height:26px;border-radius:6px}.memo-author{position:relative;flex:0 0 auto;height:36px;display:flex;align-items:stretch}.memo-author-chip{display:inline-flex;align-items:center;gap:4px;margin:0;padding:0 10px;border:0;border-left:1px solid var(--border);background:transparent;color:var(--muted);font-family:LXGW WenKai Lite,Kaiti SC,STKaiti,serif;font-size:12px;line-height:1;cursor:pointer}.memo-author-name{max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-author-caret{font-size:10px;opacity:.7}.memo-author-pop{position:absolute;top:calc(100% + 6px);right:0;z-index:20;display:flex;align-items:center;gap:6px;padding:8px;border:1px solid var(--border);border-radius:8px;background:var(--bg);box-shadow:0 8px 24px #0000001f}.memo-author-pop[hidden]{display:none}.memo-author-input{width:150px;height:30px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-family:LXGW WenKai Lite,Kaiti SC,STKaiti,serif;font-size:13px;outline:none}.memo-author-ok{flex:0 0 auto;height:30px;padding:0 12px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--text);font-size:13px;line-height:1;cursor:pointer;white-space:nowrap}:root[data-theme=dark] .memo-author-pop{box-shadow:0 8px 24px #00000080}.memo-intro-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;margin:28px 0 var(--memo-intro-mb)}.memo-page .memo-intro-row .intro{margin:0}body.memo-page[data-reading=immersive] .memo-compose{display:none}@media(max-width:640px){.memo-compose{width:100%}.memo-compose textarea{font-size:16px}}
