:root{--bg: #f4f8f6;--bg-elevated: #ffffff;--bg-card: #ffffff;--text: #0f2529;--text-muted: #4c6a67;--text-subtle: #6f8a86;--accent: #157a3d;--accent-strong: #0d5a2c;--accent-contrast: #ffffff;--border: #dbe7e0;--border-strong: #c3d6cc;--code-bg: #0d1117;--badge-bg: #e2f2e8;--hero-glow-1: rgba(98, 216, 78, .18);--hero-glow-2: rgba(21, 122, 61, .1);--shadow-sm: 0 1px 2px rgba(15, 37, 41, .06);--shadow-md: 0 6px 22px -12px rgba(15, 37, 41, .28);--shadow-lg: 0 18px 40px -20px rgba(15, 37, 41, .35);--radius: 14px;--radius-lg: 20px;--maxw: 940px;--maxw-prose: 720px}:root[data-theme=dark]{--bg: #071417;--bg-elevated: #0e2327;--bg-card: #0f2529;--text: #e8f2ee;--text-muted: #9cb6b0;--text-subtle: #6f918a;--accent: #62d84e;--accent-strong: #86e878;--accent-contrast: #04201a;--border: #1c3a3f;--border-strong: #285055;--code-bg: #0a0f14;--badge-bg: #14332a;--hero-glow-1: rgba(98, 216, 78, .16);--hero-glow-2: rgba(98, 216, 78, .05);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 6px 22px -12px rgba(0, 0, 0, .6);--shadow-lg: 0 18px 40px -20px rgba(0, 0, 0, .7)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.7;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background .25s ease,color .25s ease;min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.4rem}main.container{flex:1 0 auto;padding-bottom:2rem}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px}::selection{background:var(--accent);color:var(--accent-contrast)}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);background:color-mix(in srgb,var(--bg) 82%,transparent);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:62px;flex-wrap:wrap}.brand{font-weight:800;font-size:1.18rem;text-decoration:none;color:var(--text);letter-spacing:-.03em;display:inline-flex;align-items:center;gap:.1rem}.brand .dot{color:var(--accent)}.brand:hover{color:var(--text)}.site-nav{display:flex;align-items:center;gap:1.15rem}.site-nav a{color:var(--text-muted);text-decoration:none;font-size:.94rem;font-weight:500;transition:color .15s ease}.site-nav a:hover{color:var(--accent)}#theme-toggle{background:none;border:1px solid var(--border-strong);border-radius:9px;color:var(--text-muted);cursor:pointer;padding:.32rem .55rem;font-size:.9rem;line-height:1;transition:color .15s ease,border-color .15s ease}#theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.hero{position:relative;padding:4rem 0 2.5rem;overflow:hidden}.hero:before{content:"";position:absolute;inset:-50% -15% auto;height:380px;background:radial-gradient(55% 120% at 18% 0%,var(--hero-glow-1),transparent 68%),radial-gradient(45% 120% at 88% 8%,rgba(53,200,255,.1),transparent 70%),radial-gradient(40% 120% at 60% 20%,var(--hero-glow-2),transparent 70%);pointer-events:none;z-index:-1}.hero .eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--accent);background:var(--badge-bg);padding:.3rem .7rem;border-radius:999px;margin-bottom:1.1rem}.hero .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)}.hero h1{font-size:clamp(2.1rem,5vw,3rem);line-height:1.08;margin:0 0 .9rem;letter-spacing:-.035em;font-weight:800}.hero h1 .accent{background:linear-gradient(96deg,#12b866,#62d84e 48%,#a6e75a);-webkit-background-clip:text;background-clip:text;color:transparent}:root[data-theme=dark] .hero h1 .accent{background:linear-gradient(96deg,#35d07f,#62d84e 45%,#b6f06a);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:var(--text-muted);margin:0;max-width:40rem;font-size:1.1rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:2.6rem 0 1.3rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.section-head h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);margin:0;font-weight:700;display:inline-flex;align-items:center;gap:.5rem}.section-head h2:before{content:"";width:22px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--accent),#a6e75a)}.section-head a{font-size:.85rem;color:var(--text-muted);text-decoration:none;font-weight:500}.section-head a:hover{color:var(--accent)}.post-list{list-style:none;padding:0;margin:0 0 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}.post-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent) 45%,var(--border-strong));box-shadow:var(--shadow-md),0 10px 30px -18px color-mix(in srgb,var(--accent) 60%,transparent)}.post-card-cover{display:block;line-height:0;background:#0a1e22;border-bottom:1px solid var(--border)}.post-card-cover img{width:100%;height:auto;aspect-ratio:2 / 1;object-fit:cover;display:block;transition:transform .4s ease}.post-card:hover .post-card-cover img{transform:scale(1.03)}.post-card-body{padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.post-card.featured{grid-column:1 / -1;background:linear-gradient(135deg,var(--bg-card),color-mix(in srgb,var(--accent) 7%,var(--bg-card)))}.post-card.featured .post-card-body{padding:1.8rem 2rem}.post-card.featured h2{font-size:1.55rem}.post-card.featured .post-card-excerpt{font-size:1.02rem;max-width:56ch}@media(min-width:720px){.post-card.featured.has-cover{flex-direction:row;align-items:stretch}.post-card.featured.has-cover .post-card-cover{flex:0 0 40%;max-width:40%;border-bottom:none;border-right:1px solid var(--border);display:flex}.post-card.featured.has-cover .post-card-cover img{width:100%;height:100%;min-height:100%;aspect-ratio:auto;object-fit:cover;object-position:center}.post-card.featured .post-card-body{flex:1;justify-content:center}}.post-card h2{margin:0;font-size:1.22rem;line-height:1.3;letter-spacing:-.02em}.post-card h2 a{color:var(--text);text-decoration:none}.post-card h2 a:after{content:"";position:absolute;inset:0;border-radius:var(--radius)}.post-card:hover h2 a{color:var(--accent)}.post-card-excerpt{margin:0;color:var(--text-muted);font-size:.97rem}.post-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.35rem;position:relative;z-index:1}.post-meta{display:flex;align-items:center;gap:.55rem;font-size:.8rem;color:var(--text-subtle);flex-wrap:wrap}.post-meta .sep{opacity:.5}.lang-badge{display:inline-flex;align-items:center;background:var(--badge-bg);color:var(--accent);border-radius:6px;padding:.08rem .45rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.tag-chip{--chip-h: 145;display:inline-block;color:hsl(var(--chip-h) 48% 36%);background:hsl(var(--chip-h) 65% 50% / .1);border:1px solid hsl(var(--chip-h) 50% 55% / .35);border-radius:999px;padding:.12rem .7rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.tag-chip:hover{background:hsl(var(--chip-h) 65% 50% / .2);border-color:hsl(var(--chip-h) 55% 50% / .6);transform:translateY(-1px)}:root[data-theme=dark] .tag-chip{color:hsl(var(--chip-h) 78% 74%);background:hsl(var(--chip-h) 60% 55% / .16);border-color:hsl(var(--chip-h) 50% 55% / .32)}article.post{padding:3rem 0 3.5rem;max-width:var(--maxw-prose);margin:0 auto}.post-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;color:var(--text-muted);text-decoration:none;margin-bottom:1.6rem;font-weight:500}.post-back:hover{color:var(--accent)}.post-cover{display:block;width:100%;height:280px;object-fit:cover;object-position:center;border-radius:var(--radius-lg);border:1px solid var(--border);background:#0a1e22;margin-bottom:1.8rem;box-shadow:var(--shadow-md)}@media(max-width:680px){.post-cover{height:190px}}.lang-switch{display:inline-flex;gap:.25rem;padding:.25rem;margin:0 0 2.2rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px}.lang-switch-btn{display:inline-block;padding:.3rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease}.lang-switch-btn:hover{color:var(--accent)}.lang-switch-btn.active{background:var(--accent);color:var(--accent-contrast)}article.post>h1{font-size:clamp(1.8rem,4vw,2.5rem);letter-spacing:-.035em;line-height:1.12;margin:.7rem 0 .9rem;font-weight:800}article.post .post-meta{margin-bottom:2.2rem;font-size:.85rem}#read-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:0 50%;background:linear-gradient(90deg,var(--accent),var(--accent-strong));z-index:100;transition:transform .05s linear}.post-shell{display:grid}@media(min-width:960px){.post-shell:has(.post-toc){grid-template-columns:minmax(0,1fr) 190px;gap:2.6rem;align-items:start}.post-shell:has(.post-toc) .post{max-width:none;margin:0}}.post-toc{display:none}@media(min-width:960px){.post-toc{display:block;position:sticky;top:84px;align-self:start;padding-top:3rem}}.post-toc-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);font-weight:700;margin:0 0 .7rem}.post-toc ol{list-style:none;margin:0;padding:0;border-left:2px solid var(--border)}.post-toc li{margin:0}.post-toc a{display:block;padding:.28rem 0 .28rem .9rem;margin-left:-2px;border-left:2px solid transparent;color:var(--text-muted);text-decoration:none;font-size:.85rem;line-height:1.35;transition:color .15s ease,border-color .15s ease}.post-toc a:hover{color:var(--accent)}.post-toc a.active{color:var(--accent);border-left-color:var(--accent);font-weight:600}.toc-mobile{margin:0 0 2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);padding:.4rem 1rem}@media(min-width:960px){.toc-mobile{display:none}}.toc-mobile summary{cursor:pointer;font-weight:600;font-size:.9rem;padding:.5rem 0;color:var(--text)}.toc-mobile ol{margin:.3rem 0 .6rem;padding-left:1.2rem}.toc-mobile a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.toc-mobile a:hover{color:var(--accent)}.author-card{display:flex;gap:1.1rem;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.4rem;box-shadow:var(--shadow-sm)}.author-card.compact{margin-top:3rem}.author-avatar{flex:0 0 auto;width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}.author-avatar--initials{display:grid;place-items:center;background:var(--badge-bg);color:var(--accent);font-weight:800;font-size:1.25rem;letter-spacing:-.02em}.author-name{margin:0 0 .25rem;font-weight:700;font-size:1.02rem;color:var(--text)}.author-bio{margin:0 0 .5rem;color:var(--text-muted);font-size:.92rem;line-height:1.55}.author-links{display:flex;gap:1rem;flex-wrap:wrap}.author-links a{color:var(--accent);text-decoration:none;font-size:.86rem;font-weight:600}.author-links a:hover{text-decoration:underline}.prose{font-size:1.06rem}.prose>p:first-of-type{font-size:1.15rem;color:var(--text)}.prose h2{font-size:1.5rem;margin-top:2.6rem;margin-bottom:.8rem;letter-spacing:-.02em;font-weight:700;scroll-margin-top:80px}.prose h2:before{content:"";display:block;width:34px;height:3px;border-radius:2px;background:var(--accent);margin-bottom:.7rem}.prose h3{font-size:1.2rem;margin-top:2rem;margin-bottom:.5rem;font-weight:700;letter-spacing:-.01em}.prose p,.prose ul,.prose ol{margin:1rem 0}.prose li{margin:.35rem 0}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 40%,transparent)}.prose a:hover{text-decoration-color:var(--accent)}.prose strong{color:var(--text);font-weight:700}.prose img{max-width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border)}.prose figure{margin:1.8rem 0}.prose figure img{display:block;width:100%;box-shadow:var(--shadow-md)}.prose figcaption{margin-top:.6rem;font-size:.85rem;color:var(--text-subtle);line-height:1.5;text-align:center}.prose hr{border:none;border-top:1px solid var(--border);margin:2.4rem 0}.prose blockquote{margin:1.6rem 0;padding:.6rem 1.3rem;border-left:3px solid var(--accent);background:var(--bg-elevated);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-muted)}.prose blockquote p{margin:.4rem 0}.prose code{font-family:ui-monospace,JetBrains Mono,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.88em}.prose :not(pre)>code{background:var(--badge-bg);color:var(--accent-strong);padding:.13em .42em;border-radius:6px}.prose pre{background:var(--code-bg)!important;border-radius:var(--radius);padding:1.15rem 1.35rem;overflow-x:auto;font-size:.86rem;line-height:1.6;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.prose .table-wrap,.prose table{margin:1.6rem 0}.prose table{border-collapse:collapse;width:100%;display:block;overflow-x:auto;font-size:.93rem;border:1px solid var(--border);border-radius:var(--radius)}.prose thead{background:var(--bg-elevated)}.prose th,.prose td{border-bottom:1px solid var(--border);border-right:1px solid var(--border);padding:.6rem .85rem;text-align:left;vertical-align:top}.prose th{font-weight:700;color:var(--text);white-space:nowrap}.prose tr:last-child td{border-bottom:none}.prose th:last-child,.prose td:last-child{border-right:none}.tag-cloud{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0}.tag-cloud .tag-chip{font-size:.92rem;padding:.3rem .85rem}.site-footer{flex-shrink:0;border-top:1px solid var(--border);padding:2rem 0 2.5rem;margin-top:2rem;color:var(--text-subtle);font-size:.86rem}.site-footer .container{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--accent)}@media(max-width:680px){body{font-size:16px}.hero{padding:2.6rem 0 1.8rem}.post-list{grid-template-columns:1fr}.post-card.featured{padding:1.45rem 1.5rem}.post-card.featured h2{font-size:1.35rem}.site-footer .container{flex-direction:column;align-items:flex-start}}
