*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Monaco, "Cascadia Code", monospace;--max-width: 720px;--header-height: 56px;--bg: #ffffff;--bg-secondary: #f6f6f6;--text: #1a1a1a;--text-secondary: #666666;--border: #e0e0e0;--accent: #0066cc;--accent-hover: #0052a3;--tag-bg: #f0f0f0;--tag-text: #555555}[data-theme=dark]{--bg: #0d0d0d;--bg-secondary: #1a1a1a;--text: #e5e5e5;--text-secondary: #999999;--border: #2a2a2a;--accent: #5c9aff;--accent-hover: #7db0ff;--tag-bg: #252525;--tag-text: #b0b0b0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0d0d0d;--bg-secondary: #1a1a1a;--text: #e5e5e5;--text-secondary: #999999;--border: #2a2a2a;--accent: #5c9aff;--accent-hover: #7db0ff;--tag-bg: #252525;--tag-text: #b0b0b0}}html{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);transition:background-color .2s,color .2s}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}h1{margin-top:1rem}a:hover{color:var(--accent-hover)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.header{position:sticky;top:0;z-index:100;height:var(--header-height);background:var(--bg);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-title{font-size:1.125rem;font-weight:600;color:var(--text)}.site-title:hover{color:var(--text);opacity:.8}.header-actions{display:flex;align-items:center;gap:.65rem}.theme-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;cursor:pointer;color:var(--text-secondary);font-size:.875rem;transition:border-color .2s}.theme-toggle:hover{border-color:var(--text-secondary)}main.container{flex:1;width:100%}div.about{margin-top:3rem}.post-list{list-style:none}.post-item{display:flex;align-items:baseline;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-date{flex-shrink:0;font-size:.8125rem;font-family:var(--font-mono);color:var(--text-secondary);width:5.5rem}.post-title-link{flex:1;min-width:0;font-size:.9375rem;color:var(--text)}.post-title-link:hover{color:var(--accent)}.post-tags{display:flex;gap:.375rem;flex-shrink:0}.tag{font-size:.6875rem;padding:.125rem .5rem;background:var(--tag-bg);color:var(--tag-text);border-radius:3px}.tag:hover{color:var(--accent)}.page-header{margin-bottom:2rem}.page-title{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.page-description{color:var(--text-secondary);font-size:.875rem}.article{max-width:100%}.article-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.article-title{font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.article-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8125rem;color:var(--text-secondary)}.article-tags{display:flex;gap:.375rem;margin-top:.75rem}.article-content{font-size:.9375rem;line-height:1.8;overflow-wrap:break-word;word-break:break-word}.article-content h2{font-size:1.375rem;font-weight:600;margin:2.5rem 0 1rem;padding-bottom:.375rem;border-bottom:1px solid var(--border)}.article-content h3{font-size:1.125rem;font-weight:600;margin:2rem 0 .75rem}.article-content h4{font-size:1rem;font-weight:600;margin:1.5rem 0 .5rem}.article-content h1:before,.article-content h2:before,.article-content h3:before,.article-content h4:before{color:var(--text-secondary);font-weight:400;margin-right:.5em}.article-content h1:before{content:"#"}.article-content h2:before{content:"##"}.article-content h3:before{content:"###"}.article-content h4:before{content:"####"}.article-content p{margin:1rem 0}.article-content ul,.article-content ol{margin:1rem 0;padding-left:1.5rem}.article-content li{margin:.375rem 0}.article-content blockquote{margin:1.5rem 0;padding:.75rem 1rem;border-left:3px solid var(--border);background:var(--bg-secondary);color:var(--text-secondary)}.article-content code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-secondary);padding:.125rem .375rem;border-radius:3px}.article-content pre{margin:1.5rem 0;padding:1rem;overflow-x:auto;border-radius:6px;font-size:.8125rem;line-height:1.5;max-width:100%;width:100%}.article-content pre code{background:none;padding:0;word-break:normal;overflow-wrap:normal}pre.astro-code{background-color:var(--bg-secondary)!important}pre.astro-code span{color:var(--shiki-light)!important}[data-theme=dark] pre.astro-code{background-color:var(--shiki-dark-bg)!important}[data-theme=dark] pre.astro-code span{color:var(--shiki-dark)!important}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) pre.astro-code{background-color:var(--shiki-dark-bg)!important}:root:not([data-theme=light]) pre.astro-code span{color:var(--shiki-dark)!important}}pre.astro-code[data-title]{position:relative;padding-top:2rem}pre.astro-code[data-title]:before{content:attr(data-title);position:absolute;top:.5rem;left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-family:var(--font-mono);color:var(--text-secondary);background:var(--border);border-radius:4px}[data-theme=dark] pre.astro-code[data-title]:before{background:#3a3a3a}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) pre.astro-code[data-title]:before{background:#3a3a3a}}.article-content a{text-decoration:underline;text-underline-offset:2px}.article-content img{max-width:100%;height:auto;border-radius:6px;margin:1.5rem 0;box-shadow:0 2px 8px #0000001f}[data-theme=dark] .article-content img{box-shadow:0 2px 8px #0006}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .article-content img{box-shadow:0 2px 8px #0006}}.article-content table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.875rem;display:block;overflow-x:auto}.article-content th,.article-content td{padding:.5rem .75rem;border:1px solid var(--border);text-align:left}.article-content th{background:var(--bg-secondary);font-weight:600}.toc{margin-bottom:2rem;padding:1rem 1.25rem;background:var(--bg-secondary);border-radius:6px}.toc-title{font-size:.8125rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem}.toc-list{list-style:none;font-size:.8125rem}.toc-list li{margin:.375rem 0}.toc-list a{color:var(--text-secondary)}.toc-list a:hover{color:var(--accent)}.toc-list .depth-3{margin-left:1rem}.toc-list .depth-4{margin-left:2rem}.footer{padding:2rem 0;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-secondary);text-align:center}@media(max-width:640px){.post-item{flex-wrap:wrap;gap:.25rem .75rem}.post-tags{width:100%;margin-left:6.5rem}}.header-link[data-astro-cid-3ef6ksr2]{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.header-link[data-astro-cid-3ef6ksr2]:hover{color:var(--text)}.theme-icon-light[data-astro-cid-3ef6ksr2],.theme-icon-dark[data-astro-cid-3ef6ksr2]{display:none}:root:not([data-theme]) .theme-icon-dark[data-astro-cid-3ef6ksr2],[data-theme=light] .theme-icon-dark[data-astro-cid-3ef6ksr2]{display:inline}[data-theme=dark] .theme-icon-light[data-astro-cid-3ef6ksr2]{display:inline}@media(prefers-color-scheme:dark){:root:not([data-theme]) .theme-icon-dark[data-astro-cid-3ef6ksr2]{display:none}:root:not([data-theme]) .theme-icon-light[data-astro-cid-3ef6ksr2]{display:inline}}
