:root{--bg: #ffffff;--line: #d9dde3;--text: #1f2328;--muted: #5f6670;--accent: #2563eb;--code-bg: #eceff3;--code-line: #c7ced8;--code-shadow: #dde3ea;--button-bg: #ffffff;--button-line: #cfd5dd}@media(prefers-color-scheme:dark){:root{--bg: #111418;--line: #2a3038;--text: #edf0f3;--muted: #a0a8b3;--accent: #7cb4ff;--code-bg: #2a3038;--code-line: #3a424d;--code-shadow: #313844;--button-bg: #1a1f26;--button-line: #3a424d}}:root[data-theme=light]{--bg: #ffffff;--line: #d9dde3;--text: #1f2328;--muted: #5f6670;--accent: #2563eb;--code-bg: #eceff3;--code-line: #c7ced8;--code-shadow: #dde3ea;--button-bg: #ffffff;--button-line: #cfd5dd}:root[data-theme=dark]{--bg: #111418;--line: #2a3038;--text: #edf0f3;--muted: #a0a8b3;--accent: #7cb4ff;--code-bg: #2a3038;--code-line: #3a424d;--code-shadow: #313844;--button-bg: #1a1f26;--button-line: #3a424d}body{margin:0;padding:1.9rem 1rem 3rem;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;line-height:1.95}main{max-width:820px;margin:0 auto;padding:0}.post-body{padding-top:.1rem}.post-title{margin:.55rem 0 .35rem;font-size:clamp(1.8rem,4.3vw,2.55rem);font-weight:750;line-height:1.25}.toc{margin:0 0 1.25rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:10px;background:#7f7f7f0a}.toc:empty{display:none}.toc-title{margin:0 0 .55rem;font-size:.82rem;font-weight:700;color:var(--muted);letter-spacing:.04em}.toc-list{margin:0;padding-left:1.1rem;font-size:.95rem}.toc-list li{margin:.3rem 0}.toc-list a{color:var(--text)}.post-content img{max-width:100%;height:auto;display:block;margin:1rem 0}a{color:var(--accent);text-decoration:none;text-underline-offset:.2em}a:hover{text-decoration:underline}.post-content h1,.post-content h2,.post-content h3{line-height:1.4;margin-top:1.25em;color:var(--text)}.post-content h1{margin-top:.9rem;font-size:clamp(1.7rem,4vw,2.25rem);font-weight:700}.post-content p,.post-content li{font-size:1.03rem;color:var(--text)}.post-content ul,.post-content ol{padding-left:1.25rem}.post-content table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.96rem}.post-content th,.post-content td{border:1px solid var(--line);padding:.55rem .7rem;text-align:left;vertical-align:top}.post-content th{background:#f8fafc;font-weight:600}.post-content blockquote{margin:1.1rem 0;padding:.3rem 0 .3rem .95rem;border-left:3px solid var(--line);background:transparent;color:var(--muted);border-radius:0}.post-content details{margin:1rem 0;padding:.75rem .85rem;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.post-content details>summary{cursor:pointer;font-weight:600;color:var(--text)}.post-content details>:not(summary){margin-top:.75rem}.post-content :not(pre)>code{font-family:Consolas,Cascadia Code,monospace;display:inline-block;color:var(--text);background:var(--code-bg);border:1px solid var(--code-line);padding:.12rem .42rem;border-radius:6px;box-shadow:inset 0 -1px 0 var(--code-shadow);font-size:.95em;line-height:1.45}:root[data-theme=light] .post-content :not(pre)>code{color:#161b22;background:#eceff3;border-color:#c7ced8}:root[data-theme=dark] .post-content :not(pre)>code{color:#edf0f3;background:#2a3038;border-color:#3a424d}.post-content pre{margin:1.1rem 0;border:1px solid var(--line);background:#f4f6f8;border-radius:8px;overflow:hidden;position:relative}:root[data-theme=dark] .post-content pre{background:#1f252c;border-color:#343c46}.post-content pre .code-header{display:flex;align-items:center;gap:.75rem;min-height:2.45rem;padding:.45rem .75rem .45rem .9rem;border-bottom:1px solid var(--line);background:#eceff3}:root[data-theme=dark] .post-content pre .code-header{background:#2a3038}.post-content pre .code-title{font-size:.78rem;font-weight:600;letter-spacing:.02em;color:var(--muted);text-transform:lowercase}.post-content pre code{display:block;overflow-x:auto;padding:.85rem .9rem .95rem;border:0;background:transparent;border-radius:0;white-space:pre}.post-content pre .code-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto}.post-content pre .copy-button{border:1px solid var(--line);background:#f8f9fb;color:var(--muted);border-radius:6px;padding:.28rem .45rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}:root[data-theme=dark] .post-content pre .copy-button{background:#252c34;border-color:#3a424d;color:#c0c7d1}.post-content pre .copy-button:hover{color:var(--text);border-color:#cfd7e1}.post-content pre .copy-button svg{width:14px;height:14px;display:block}.post-content pre .copy-status{font-size:.75rem;color:var(--muted)}:root[data-theme=light] .toc,:root[data-theme=light] .post-content details{background:#f8fafc}:root[data-theme=dark] .toc,:root[data-theme=dark] .post-content details{background:#1a1f26}.backlink{margin:0;font-size:.92rem;color:var(--muted);padding-bottom:.9rem;border-bottom:1px solid var(--line)}.backlink a{color:var(--text)}.site-footer{max-width:820px;margin:2rem auto 0;padding-top:.9rem;border-top:1px solid var(--line);font-size:.9rem;color:var(--text);text-align:center}.theme-toggle{position:fixed;top:.9rem;right:.9rem;z-index:20;border:1px solid var(--button-line);background:var(--button-bg);color:var(--text);border-radius:999px;padding:.3rem .6rem;font-size:.8rem;cursor:pointer}.theme-toggle:hover{opacity:.85}@media(max-width:600px){body{padding:1.2rem .9rem 2rem}}
