:root{--bg:#edeae3;--fg:#2b2823;--muted:#8b877e;--accent:#a2402e;--border:#dcd8cf;--bg-subtle:#e3e0d7;--maxw:40rem;--font-mono:"SF Mono", "IBM Plex Mono", Menlo, Consolas, monospace;--font-sans:system-ui, -apple-system, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#1b1a17;--fg:#e5e2da;--muted:#8c887d;--accent:#c2604c;--border:#33312c;--bg-subtle:#24221e}}*{box-sizing:border-box}html{scrollbar-gutter:stable;font-size:19px}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.85}main{max-width:var(--maxw);margin:0 auto;padding:.5rem 1.25rem 4rem}.site-header{max-width:var(--maxw);margin:0 auto;padding:2.6rem 1.25rem 0}.site-title{letter-spacing:.01em;margin:0;font-size:1.4rem;font-weight:800;line-height:1.3}.site-title a{color:var(--fg);text-decoration:none}.site-header nav{gap:1.4rem;margin-top:1.5rem;display:flex}.site-header nav a{color:var(--muted);font-size:.85rem;text-decoration:none;transition:color .15s}.site-header nav a:hover{color:var(--fg);text-underline-offset:4px;text-decoration:underline 1px}.intro{margin-top:2.6rem}.intro p{margin:1.35rem 0}.archive-year h2{margin:3rem 0 1rem;font-size:1rem;font-weight:700}.archive-year ul{margin:0;padding:0;list-style:none}.archive-year time{color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0;width:3.6rem;font-size:.9rem}.archive-year li{align-items:baseline;gap:1.5rem;padding:.5rem 0;display:flex}.archive-year a{color:var(--fg);font-weight:600;text-decoration:none}.archive-year a:hover{text-underline-offset:4px;text-decoration:underline 1px}.cover-image{object-fit:cover;border-radius:6px;width:100%;max-height:420px;margin-bottom:1rem}.post>header{margin:2rem 0}.post header h1{margin:0;font-size:1.5rem;font-weight:700;line-height:1.45}.post header time{color:var(--muted);margin-top:.3rem;font-size:.9rem;display:inline-block}.prose p{margin:1.3rem 0}.prose h2,.prose h3,.prose h4{color:var(--fg);font-weight:700;line-height:1.5}.prose h2{margin:2.2rem 0 .5rem;font-size:1.25rem}.prose h3{margin:1.7rem 0 .4rem;font-size:1.08rem}.prose h4{margin:1.3rem 0 .35rem;font-size:1rem}.prose h2+*,.prose h3+*,.prose h4+*{margin-top:0}.prose h2+h3,.prose h3+h4{margin-top:.7rem}.prose img{border-radius:6px;max-width:100%;height:auto;margin:.6rem 0}.prose p:has(>img){margin:0}.prose p:has(+p>img){margin-bottom:0}.prose p:has(>img)+p{margin-top:0}.prose figure{margin:.8rem 0}.prose figure img{margin:0}.prose figcaption{text-align:center;color:var(--muted);margin-top:.5rem;font-size:.85rem}.prose .bento-gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:9rem;gap:.6rem;margin:1.6rem 0;display:grid}.prose .bento-gallery img{object-fit:cover;border-radius:6px;width:100%;height:100%;margin:0}.prose .bento-gallery img:first-child{grid-area:span 2/span 2}.prose .bento-gallery img:nth-child(2){grid-area:span 1/span 2}.prose .bento-gallery img:nth-child(3),.prose .bento-gallery img:nth-child(4){grid-area:span 1/span 1}@media (width<=560px){.prose .bento-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:7rem}.prose .bento-gallery img:first-child{grid-area:span 2/span 2}.prose .bento-gallery img:nth-child(2){grid-area:span 1/span 2}}.prose blockquote{border:none;border-left:2px solid var(--accent);color:var(--fg);margin:1.4rem 0;padding:.2rem 0 .2rem 1.1rem;font-style:normal}.prose blockquote p{margin:.5rem 0}.prose a{color:var(--fg);text-decoration:underline 1px;text-decoration-color:var(--accent);text-underline-offset:3px;font-weight:500}.prose a:hover{color:var(--accent)}.prose strong{color:var(--fg);font-weight:700}.prose em{color:inherit;font-style:italic}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose code{font-family:var(--font-mono);background:var(--bg-subtle);color:var(--fg);border-radius:5px;padding:.1em .45em;font-size:.86em}.prose pre{border-radius:6px;padding:1.1rem 1.2rem;font-size:.9rem;overflow-x:auto;background:var(--bg-subtle)!important}.prose pre code{background:0 0;border-radius:0;padding:0}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin:.4rem 0}.prose ul li::marker{color:var(--muted)}.prose table{border-collapse:collapse;width:100%;margin:1.6rem 0;font-size:.95rem}.prose th,.prose td{text-align:left;border:1px solid var(--border);padding:.55rem .9rem}.prose th{background:var(--bg-subtle);font-weight:700}.back{margin-top:3rem}.back a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .15s}.back a:hover{color:var(--fg)}.post-nav{justify-content:space-between;gap:1.5rem;margin-top:3.5rem;display:flex}.post-nav a{color:var(--fg);flex:1;max-width:46%;font-size:.92rem;font-weight:600;line-height:1.6;text-decoration:none}.post-nav a:hover{text-underline-offset:4px;text-decoration:underline 1px}.post-nav a span{color:var(--muted);margin-bottom:.15rem;font-size:.8rem;font-weight:400;display:block}.post-nav .older{text-align:right;margin-left:auto}.notfound{padding:2rem 0}.notfound h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.notfound a{color:var(--fg);text-underline-offset:3px;font-weight:500;text-decoration:underline 1px}.site-footer{max-width:var(--maxw);color:var(--muted);margin:0 auto;padding:1rem 1.25rem 3rem;font-size:.85rem}.site-footer .social{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.site-footer .social a{color:var(--muted);text-decoration:none;transition:color .15s}.site-footer .social a:hover{color:var(--fg)}.site-footer .social .rss-icon{align-items:center;display:inline-flex}.site-footer p{margin:.4rem 0 0}
