:root{color-scheme:light dark;--bg: #eef4fb;--bg-panel: #f4f9ff;--bg-code: #f6f8fa;--bg-code-inline: #dceaf7;--text: #1a1a2e;--text-secondary: #3a4a60;--text-muted: #6b88a8;--heading: #2a4a70;--link: #2a6cb0;--accent: #4a6fa5;--border: #c2d9f0;--border-strong: #4a6fa5;--blockquote-border: #a0c4e8;--blockquote-text: #4a6080;--card-shadow: rgba(42, 108, 176, .1)}@media(prefers-color-scheme:dark){:root{--bg: #000000;--bg-panel: #00060f;--bg-code: #00060f;--bg-code-inline: #041424;--text: #c8d8f0;--text-secondary: #a8c8e8;--text-muted: #5a8ab0;--heading: #7ab8e0;--link: #6aacdc;--accent: #5ba3d0;--border: #0d1e33;--border-strong: #2a5a90;--blockquote-border: #1a3a60;--blockquote-text: #8fb8dc;--card-shadow: rgba(91, 163, 208, .15)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Times New Roman,Times,serif;background-color:var(--bg);color:var(--text);line-height:1.75}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}header,main,footer{max-width:680px;margin:0 auto;padding:0 1.5rem}header{padding-top:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}header h1{font-size:1.8rem;font-weight:400;letter-spacing:.01em}header h1 a{color:var(--text)}header nav{margin-top:.5rem;font-size:.95rem;color:var(--accent)}header nav a{margin-right:1.2rem;color:var(--accent)}main{padding-top:2.5rem;padding-bottom:3rem;min-height:calc(100vh - 200px)}.post-list{list-style:none}.post-list li{padding:1.5rem 0;border-bottom:1px solid var(--border)}.post-list li:last-child{border-bottom:none}.post-list .post-date{font-size:.85rem;color:var(--text-muted);display:block;margin-bottom:.3rem}.post-list .post-title{font-size:1.25rem}.post-list .post-excerpt{margin-top:.4rem;font-size:.95rem;color:var(--text-secondary)}.post-header{margin-bottom:2rem}.post-header h1{font-size:2rem;font-weight:400;line-height:1.3}.post-header .post-date{margin-top:.5rem;font-size:.9rem;color:var(--text-muted)}.post-header .post-authors{margin-top:.2rem;font-size:.9rem;color:var(--text-muted)}.post-body p{margin-bottom:1.25rem}.post-body img,.post-body svg{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:4px}.post-body h2{font-size:1.45rem;font-weight:400;margin:2rem 0 .75rem;color:var(--heading)}.post-body h3{font-size:1.2rem;font-weight:400;margin:1.5rem 0 .5rem;color:var(--heading)}.post-body h4{font-size:1rem;font-weight:700;margin:1.25rem 0 .4rem;color:var(--heading)}.post-body ul,.post-body ol{margin:0 0 1.25rem 1.5rem}.post-body li{margin-bottom:.3rem}.post-body blockquote{border-left:3px solid var(--blockquote-border);padding-left:1rem;color:var(--blockquote-text);margin:1.25rem 0}.post-body pre{margin:1.25rem 0;border-radius:4px;overflow:auto;background:var(--bg-code)!important;border:1px solid var(--border);padding:1rem!important;font-size:.88rem}.post-body code{font-family:Courier New,Courier,monospace;font-size:.9em;background:var(--bg-code-inline);padding:.1em .35em;border-radius:3px}.post-body pre code{background:none;padding:0;font-size:1em}.astro-code,.astro-code span{color:var(--shiki-light)!important}@media(prefers-color-scheme:dark){.astro-code,.astro-code span{color:var(--shiki-dark)!important}}.github-card{display:block;border:1px solid var(--border);border-radius:6px;padding:1rem 1.1rem;margin:1.5rem 0;text-decoration:none;color:inherit;background:var(--bg-panel);transition:border-color .15s,box-shadow .15s}.github-card:hover{border-color:var(--border-strong);box-shadow:0 3px 10px var(--card-shadow);text-decoration:none}.gh-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.gh-title{font-family:Courier New,Courier,monospace;font-size:.95rem;color:var(--link)}.gh-stars{font-size:.85rem;color:var(--text-muted)}.gh-description{font-size:.9rem;color:var(--text-secondary);margin:.3rem 0 .6rem}.gh-footer{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.gh-lang:before{content:"● ";color:var(--accent)}.notes-list{list-style:none}.notes-list li{padding:1.2rem 0;border-bottom:1px solid var(--border);display:flex;align-items:baseline;gap:1.2rem}.notes-list li:last-child{border-bottom:none}.notes-list .note-date{font-size:.85rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.notes-list .note-title{font-size:1.1rem}.pdf-viewer{display:block;width:100%;height:calc(100vh - 240px);min-height:500px;border:1px solid var(--border);border-radius:4px}.file-block{margin:1.5rem 0;border:1px solid var(--border);border-radius:4px;overflow:hidden}.file-block summary{display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;background:var(--bg-code-inline);cursor:pointer;user-select:none;list-style:none;font-family:Courier New,Courier,monospace;font-size:.85rem;color:var(--heading)}.file-block summary::-webkit-details-marker{display:none}.file-block summary:before{content:"▶";font-size:.65rem;color:var(--accent);transition:transform .15s ease;flex-shrink:0}.file-block[open] summary:before{transform:rotate(90deg)}.file-block summary:hover{background:var(--bg-code)}.file-block pre{margin:0!important;border-radius:0!important;border:none!important;border-top:1px solid var(--border)!important;max-height:480px;overflow:auto!important}footer{padding:1.5rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted);text-align:center}
