:root{--bg:#fbfcfd;--surface:#fff;--surface-2:#f2f6f8;--text:#1b2733;--muted:#5a6b7c;--accent:#0f766e;--accent-hover:#115e56;--accent-soft:#e6f4f1;--border:#e3e9ee;--shadow:0 1px 2px #1021300d, 0 4px 16px #1021300d;--radius:12px;--maxw:68rem;--maxw-prose:40rem;--pad-x:clamp(1rem, 5vw, 2rem);--font:-apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#0f1419;--surface:#161d24;--surface-2:#1c252e;--text:#e6edf3;--muted:#96a7b6;--accent:#5eead4;--accent-hover:#99f6e4;--accent-soft:#16302e;--border:#27313b;--shadow:0 1px 2px #0000004d, 0 4px 16px #00000040}}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font);background:var(--bg);color:var(--text);letter-spacing:.01em;-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100dvh;font-size:1rem;line-height:1.85;display:flex}html,body{max-width:100%;overflow-x:clip}img,svg,video,canvas,iframe,embed,object{max-width:100%;height:auto;display:block}:where(p,li,dd,dt,blockquote,figcaption,td,th,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word;word-break:normal;hyphens:auto}a,code,kbd,samp{overflow-wrap:anywhere}:where(.row,.grid,.cards,.meta,.nav-links)>*{min-width:0}pre{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--border);max-width:100%;padding:1rem;font-size:.875rem;line-height:1.7;overflow-x:auto}pre code{overflow-wrap:normal;white-space:pre}.table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%}.table-scroll table{min-width:26rem}h1{font-size:clamp(1.65rem,5.2vw,2.6rem)}h2{font-size:clamp(1.3rem,3.6vw,1.75rem)}h3{font-size:clamp(1.12rem,2.8vw,1.3rem)}h1,h2,h3,h4{letter-spacing:-.01em;text-wrap:pretty;font-weight:700;line-height:1.35}.wrap{width:100%;max-width:var(--maxw);padding-inline:var(--pad-x);margin-inline:auto}.prose{max-width:var(--maxw-prose)}main{flex:1 0 auto;padding-block:clamp(2rem,6vw,3.5rem)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-underline-offset:.2em;text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:.9rem;display:flex}.brand{color:var(--text);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;display:flex}.brand:hover{color:var(--accent);text-decoration:none}.brand-mark{background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent);border-radius:8px;flex:none;place-items:center;display:grid}.nav-links{flex-wrap:wrap;align-items:center;gap:clamp(.75rem,3vw,1.5rem);display:flex}.nav-links a{color:var(--muted);font-size:.95rem;font-weight:500}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--accent);text-decoration:none}.site-footer{background:var(--surface);border-top:1px solid var(--border);color:var(--muted);margin-top:3rem;padding-block:2.5rem;font-size:.9rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:2rem;display:grid}.footer-grid h4{color:var(--text);margin-bottom:.6rem;font-size:.95rem}.footer-grid ul{gap:.4rem;padding:0;list-style:none;display:grid}.footer-bottom{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem;font-size:.85rem}.hero{padding-block:clamp(2.5rem,8vw,4.5rem)}.hero p.lead{color:var(--muted);max-width:34rem;margin-top:1.1rem;font-size:clamp(1rem,2.4vw,1.15rem)}.eyebrow{letter-spacing:.08em;color:var(--accent);background:var(--accent-soft);border-radius:999px;margin-bottom:1rem;padding:.3rem .7rem;font-size:.8rem;font-weight:600;display:inline-block}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.8rem;display:flex}.btn{background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:999px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;display:inline-block}.btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff;text-decoration:none}.btn.secondary{color:var(--accent);background:0 0}.btn.secondary:hover{background:var(--accent-soft);color:var(--accent)}@media (prefers-color-scheme:dark){.btn,.btn:hover{color:#06221f}}.cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.card h3{margin-bottom:.5rem}.card p{color:var(--muted);font-size:.95rem}.post-list{gap:1.1rem;margin-top:2rem;padding:0;list-style:none;display:grid}.post-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem;transition:border-color .15s,transform .15s}.post-item:hover{border-color:var(--accent)}.post-item h2{margin-bottom:.5rem;font-size:clamp(1.1rem,3vw,1.3rem)}.post-item h2 a{color:var(--text)}.post-item h2 a:hover{color:var(--accent);text-decoration:none}.post-item p{color:var(--muted);font-size:.95rem}.meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem .9rem;margin-top:.8rem;font-size:.82rem;display:flex}.tag{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.15rem .6rem;font-size:.78rem}.post-header{margin-bottom:2.5rem}.post-body>*+*{margin-top:1.4rem}.post-body h2{margin-top:2.6rem;padding-top:.4rem}.post-body h3{margin-top:2rem}.post-body ul,.post-body ol{gap:.5rem;padding-left:1.4rem;display:grid}.post-body li::marker{color:var(--accent)}.post-body blockquote{border-left:3px solid var(--accent);color:var(--muted);background:var(--accent-soft);border-radius:0 8px 8px 0;padding:.4rem 1rem .4rem 1.1rem}.post-body hr{border:none;border-top:1px solid var(--border);margin-block:2.5rem}.post-body code:not(pre code){background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:.1rem .35rem;font-size:.9em}.disclaimer{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);color:var(--muted);margin-top:3rem;padding:1.1rem 1.3rem;font-size:.88rem}.disclaimer strong{color:var(--text)}.helpline{background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius);margin-top:2rem;padding:1.2rem 1.4rem}.helpline h3{color:var(--accent);margin-bottom:.5rem;font-size:1rem}.helpline ul{gap:.45rem;padding:0;font-size:.92rem;list-style:none;display:grid}.section-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:3.5rem;display:flex}.section-title a{font-size:.9rem}.content-col{max-width:48rem}.content-col .cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr))}.hero-media{max-width:100%;margin:2.5rem 0 0}.hero-media img{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);width:100%;height:auto}.hero-media figcaption{color:var(--muted);text-align:right;margin-top:.6rem;font-size:.8rem}.meta-author{color:var(--text);font-weight:600}.meta-updated{color:var(--accent)}.meta-views{font-variant-numeric:tabular-nums}.muted-note{color:var(--muted);margin-top:1.5rem}.back-link{margin-top:2.5rem}.lead{color:var(--muted);margin-top:.9rem;font-size:clamp(1rem,2.2vw,1.1rem)}h1+.lead,.post-header .lead{margin-top:1rem}.post-header .meta{margin-top:1.4rem}section+section{margin-top:3.5rem}.hero h1{margin-top:.2rem}.credit{line-height:1.9}.credit a{overflow-wrap:anywhere}.post-body .table-scroll{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius);max-width:100%;margin-top:1.4rem;overflow-x:auto}.post-body .table-scroll table{border-collapse:collapse;width:100%;min-width:30rem;margin:0;font-size:.92rem;display:table}.post-body .table-scroll td,.post-body .table-scroll th{border-width:0 0 1px}.post-body .table-scroll tr:last-child td{border-bottom:0}.post-body th,.post-body td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.55rem .8rem}.post-body th{background:var(--surface-2);white-space:nowrap;font-weight:600}.post-item{padding:0;overflow:hidden}.post-item-body{min-width:0;padding:1.4rem}.post-cover-link{line-height:0;display:block}.post-cover{aspect-ratio:1200/630;object-fit:cover;background:var(--surface-2);width:100%;height:auto;display:block}.post-cover-full{border-radius:var(--radius);border:1px solid var(--border);max-width:100%;margin-top:2rem}@media (width>=40rem){.post-item{grid-template-columns:15rem 1fr;align-items:stretch;display:grid}.post-item>*{min-width:0}.post-cover-link{height:100%}.post-item .post-cover{aspect-ratio:auto;height:100%;min-height:100%}}
