:root{color-scheme:light;--bg: #faf8f5;--surface: #ffffff;--surface-muted: #f2efe9;--surface-elevated: #ffffff;--text: #1a1a1e;--text-strong: #0c0c0e;--muted: #6b6b70;--line: #e5e1da;--line-subtle: #ede9e2;--accent: #2d7d4d;--accent-soft: #e6f2eb;--accent-muted: #d1e7d8;--accent-text: #1b5e38;--code-bg: #1a1a1e;--code-text: #f2efe9;--code-inline-bg: #f2efe9;--font-sans: "Noto Sans TC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Noto Serif TC", "Songti TC", "Source Han Serif", serif;--font-mono: "Source Code Pro", "SFMono-Regular", Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{color-scheme:dark;--bg: #111113;--surface: #18181b;--surface-muted: #27272a;--surface-elevated: #1e1e22;--text: #f4f4f5;--text-strong: #ffffff;--muted: #a1a1aa;--line: #3f3f46;--line-subtle: #323238;--accent: #4ade80;--accent-soft: #1a2f1e;--accent-muted: #2a3f2e;--accent-text: #6ee7a0;--code-bg: #0c0c0e;--code-text: #e4e4e7;--code-inline-bg: #27272a}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}a{color:inherit;text-decoration-color:color-mix(in srgb,var(--accent),transparent 55%);text-underline-offset:.18em;transition:color .15s ease}a:hover{color:var(--accent)}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1120px;margin:0 auto;padding:1rem clamp(1rem,4vw,2rem)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);background:var(--bg)}.brand{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;text-decoration:none;color:var(--text-strong);letter-spacing:-.02em;position:relative}.brand:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .25s ease}.brand:hover{color:var(--accent)}.brand:hover:after{width:100%}.site-nav,.site-footer nav,.header-actions{display:flex;align-items:center;gap:.75rem}.site-nav a,.site-footer a{color:var(--muted);font-size:.95rem;text-decoration:none;position:relative;padding:.25rem 0;transition:color .15s ease}.site-nav a:after,.site-footer a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--accent);transition:width .2s ease}.site-nav a:hover,.site-footer a:hover{color:var(--text)}.site-nav a:hover:after,.site-footer a:hover:after{width:100%}.icon-button{display:inline-grid;width:2.25rem;height:2.25rem;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface);cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .15s ease}.icon-button:hover,.icon-button:focus-visible{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.icon-button:active{transform:scale(.95)}.icon-button svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-main{max-width:960px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,2rem)}.home-intro,.page-heading,.article-header{margin-bottom:clamp(2.5rem,6vw,4rem)}.home-intro{position:relative}.eyebrow{margin:0 0 .6rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3{font-family:var(--font-serif);line-height:1.25;letter-spacing:-.01em;color:var(--text-strong)}h1{max-width:14em;margin:0;font-size:clamp(2.2rem,5vw,4.5rem)}.home-intro p:last-child,.page-heading p:last-child{max-width:42rem;color:var(--muted);font-size:1.1rem;line-height:1.75;margin-top:1rem}.post-list{display:grid;gap:0;padding:0;list-style:none;border-top:1px solid var(--line-subtle)}.post-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--line-subtle);position:relative;transition:background .15s ease}.post-item:hover{background:color-mix(in srgb,var(--accent-soft),transparent 85%)}.post-item:before{content:"";position:absolute;left:-1rem;top:1.5rem;bottom:1.5rem;width:3px;background:var(--accent);border-radius:2px;opacity:0;transition:opacity .2s ease}.post-item:hover:before{opacity:1}.post-date-badge{flex-shrink:0;width:5.5rem;text-align:center}.post-date-badge .day{display:block;font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--text-strong);line-height:1;letter-spacing:-.02em}.post-date-badge .month-year{display:block;font-size:.78rem;color:var(--muted);margin-top:.15rem;letter-spacing:.03em}.post-body{flex:1;min-width:0}.post-title-link{font-family:var(--font-serif);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:700;text-decoration:none;color:var(--text-strong);line-height:1.35;display:block;margin-bottom:.35rem}.post-title-link:hover{color:var(--accent)}.post-meta{display:flex;flex-wrap:wrap;gap:.4rem .7rem;margin:0;color:var(--muted);font-size:.88rem}.post-meta time{color:var(--muted)}.post-meta a{color:var(--accent-text);text-decoration:none;font-size:.82rem;padding:.1rem .5rem;border-radius:4px;background:var(--accent-soft);transition:background .15s ease,color .15s ease}.post-meta a:hover{background:var(--accent-muted);color:var(--accent)}.post-item p{margin:.5rem 0 0;color:var(--muted);font-size:.96rem;line-height:1.65;max-width:52ch}.post-thumb{flex-shrink:0;width:7.5rem;height:5rem;border-radius:8px;overflow:hidden;border:1px solid var(--line);transition:border-color .18s ease,transform .18s ease}.post-thumb:hover{border-color:var(--accent);transform:scale(1.03)}.post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pager,.article-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--line-subtle)}.pager a,.article-nav a{padding:.7rem 1rem;border:1px solid var(--line);border-radius:8px;text-decoration:none;font-size:.92rem;color:var(--text);background:var(--surface);transition:border-color .18s ease,color .18s ease,background .18s ease}.pager a:hover,.article-nav a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.pager a:last-child,.article-nav a:last-child{text-align:right}.article-shell{position:relative}.prose{max-width:720px;font-size:1.04rem;line-height:1.75}.prose :is(p,ul,ol,blockquote,pre,table,figure){margin:1.25rem 0}.prose h2{margin-top:2.8rem;font-size:1.6rem;font-weight:700;color:var(--text-strong)}.prose h3{margin-top:2rem;font-size:1.25rem;font-weight:700;color:var(--text-strong)}.prose blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid var(--accent);background:var(--surface-muted);border-radius:0 8px 8px 0;font-style:italic;color:var(--muted)}.prose :is(p,figure)>img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 1px 2px color-mix(in srgb,var(--text),transparent 92%)}.prose pre{overflow-x:auto;padding:1.1rem 1.25rem;border-radius:8px;background:var(--code-bg);color:var(--code-text);font-size:.92rem;line-height:1.65;box-shadow:0 1px 3px color-mix(in srgb,var(--text),transparent 85%)}.prose code{font-family:var(--font-mono);font-size:.9em}.prose :not(pre)>code{padding:.15rem .4rem;border-radius:4px;background:var(--code-inline-bg);color:var(--accent-text);font-weight:500}.table-scroll{overflow-x:auto;border-radius:8px;border:1px solid var(--line)}.prose table{width:100%;border-collapse:collapse;font-size:.94rem}.prose th,.prose td{padding:.65rem .8rem;border:1px solid var(--line);vertical-align:top}.prose th{background:var(--surface-muted);font-weight:600;color:var(--text-strong)}.prose tr:nth-child(2n){background:var(--surface-muted)}.post-figure{display:grid;justify-items:center;gap:.65rem}.post-figure figcaption{color:var(--muted);font-size:.88rem}.toc{display:grid;gap:.25rem;margin:0 0 2.5rem;padding:1.25rem;border-left:3px solid var(--accent);background:var(--surface-muted);border-radius:0 8px 8px 0}.toc-title{font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.toc a{padding-left:calc((var(--depth) - 2) * 1rem);color:var(--muted);font-size:.92rem;text-decoration:none;padding-top:.15rem;padding-bottom:.15rem;border-radius:4px;transition:color .15s ease,background .15s ease}.toc a:hover{color:var(--accent);background:var(--accent-soft)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.7rem;padding:0;list-style:none}.tag-cloud li{display:flex}.tag-cloud a{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);text-decoration:none;font-size:.95rem;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .15s ease}.tag-cloud a:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);transform:translateY(-1px)}.tag-cloud small{color:var(--muted);font-size:.78rem;font-weight:600;min-width:1.2em;text-align:center}.archive-list{display:grid;gap:2.5rem}.archive-list section{padding:1.5rem 0;border-top:1px solid var(--line)}.archive-list section:first-child{border-top:none}.archive-list h2{font-size:1.8rem;margin:0 0 1.25rem;color:var(--text-strong)}.archive-list ol{display:grid;gap:.5rem;padding:0;list-style:none}.archive-list li{display:flex;align-items:baseline;gap:1.25rem;padding:.6rem 0;border-bottom:1px solid var(--line-subtle)}.archive-list li:last-child{border-bottom:none}.archive-list time{flex-shrink:0;width:6.5rem;color:var(--muted);font-size:.88rem;font-family:var(--font-mono)}.archive-list a{text-decoration:none;color:var(--text);font-size:1.05rem;transition:color .15s ease}.archive-list a:hover{color:var(--accent)}.search-dialog{width:min(720px,calc(100vw - 2rem));padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:0 20px 60px color-mix(in srgb,var(--text),transparent 85%)}.search-dialog::backdrop{background:#00000073;backdrop-filter:blur(4px)}.search-panel{padding:1.25rem}.search-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.search-panel input,.tool-input{width:100%;min-height:2.6rem;padding:.55rem .85rem;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.search-panel input:focus,.tool-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-results{display:grid;gap:.7rem;margin-top:1rem;max-height:400px;overflow-y:auto}.search-result{display:grid;gap:.15rem;padding:.9rem 1rem;border:1px solid var(--line-subtle);border-radius:8px;text-decoration:none;background:var(--bg);transition:border-color .18s ease,background .18s ease}.search-result:hover{border-color:var(--accent);background:var(--accent-soft)}.search-result span,.empty-state{color:var(--muted)}.tool-widget{display:grid;gap:1rem;max-width:960px;margin:2rem 0;padding:1.25rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.tool-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.tool-label,.tool-grid label{display:grid;gap:.35rem;color:var(--muted);font-size:.92rem}.tool-output{font-family:var(--font-serif);font-size:1.35rem;font-weight:700}.ascii-results{display:grid;gap:.75rem}.ascii-card{display:grid;grid-template-columns:5rem 1fr auto auto;gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--line);border-radius:8px}.market-head{display:flex;justify-content:space-between;gap:1rem;color:var(--muted)}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:1.5rem clamp(1rem,4vw,2rem)}.site-footer p{margin:0;font-size:.92rem}.hero-decoration{position:relative;overflow:hidden}.hero-decoration:before{content:"";position:absolute;top:-30%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,var(--accent-soft) 0%,transparent 70%);opacity:.5;pointer-events:none;z-index:0}.home-intro h1{position:relative;z-index:1}.article-header h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.75rem}.article-header .post-meta{margin:0}.post-hero-figure{margin:0 0 2.5rem;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.post-hero-figure img{width:100%;height:auto;display:block}.post-hero-figure figcaption{padding:.75rem 1rem;text-align:center;font-size:.92rem;color:var(--muted);background:var(--surface-muted)}@media(max-width:700px){.site-header,.site-footer,.site-nav{flex-wrap:wrap}.post-item{flex-direction:column;gap:.75rem}.post-date-badge{width:auto;text-align:left}.post-date-badge .day{display:inline;font-size:.88rem;font-weight:500}.post-date-badge .month-year{display:inline;margin-left:.25rem;margin-top:0}.post-item:before{display:none}.post-thumb{width:100%;height:8rem;order:-1;margin-bottom:.25rem}.archive-list li{flex-direction:column;gap:.2rem}.archive-list time{width:auto}.pager,.article-nav{grid-template-columns:1fr}.pager a:first-child,.article-nav a:first-child{text-align:center}.pager a:last-child,.article-nav a:last-child{text-align:center}.hero-decoration:before{width:200px;height:200px;top:-20%;right:-20%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
