:root{--blog-card-muted:#747579;}.cs-blog-card{display:block;height:100%;border-radius:18px;overflow:hidden;background:var(--bg-card,#fff);border:1px solid var(--border-color,#e8e8e8);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease;}.cs-blog-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px -16px rgba(20,164,77,.22);}.cs-blog-card-img{display:block;width:100%;height:180px;aspect-ratio:16/9;object-fit:cover;object-position:center;background:#14a44d1f;}.cs-blog-card-img-ph{background:linear-gradient(135deg,#0d8c61,#06b6d4);}.cs-blog-card-body{padding:1.25rem;}.cs-blog-card-title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:var(--text-heading);}.cs-blog-card-excerpt{font-size:.9rem;color:var(--blog-card-muted,var(--text-secondary));margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.cs-blog-card-meta{font-size:.78rem;color:var(--blog-card-muted,var(--text-secondary));letter-spacing:.02em;}.cs-blog-search{margin:0 0 2rem;border:1px solid var(--border-color,#e8e8e8);border-radius:14px;background:var(--bg-card,#fff);box-shadow:0 14px 36px -28px rgba(7,21,14,.28)}.cs-blog-search>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;cursor:pointer;font-weight:700;color:var(--text-heading);list-style:none}.cs-blog-search>summary::-webkit-details-marker{display:none}.cs-search-chevron{font-size:1.25rem;line-height:1;transition:transform .2s ease}.cs-blog-search[open] .cs-search-chevron{transform:rotate(180deg)}.cs-blog-filters{--filter-label:8.5rem;--filter-width:36rem;padding:0 1.1rem 1.1rem;border-top:1px solid var(--border-color,#e8e8e8)}.cs-filter-row{display:grid;grid-template-columns:var(--filter-label) minmax(0,var(--filter-width));gap:1rem;align-items:start;padding-top:.8rem}.cs-filter-row>label,.cs-filter-label{padding-top:.48rem;text-align:right;font-size:.86rem;font-weight:700;color:var(--text-secondary)}.cs-filter-field{width:100%;min-width:0}.cs-filter-field-half{width:calc(50% - .35rem)}.cs-filter-combobox{position:relative}.cs-filter-options{position:absolute;z-index:20;top:calc(100% + 4px);left:0;width:100%;max-height:15rem;overflow:auto;padding:.25rem;background:var(--bg-card,#fff);border:1px solid var(--border-color,#e8e8e8);border-radius:8px;box-shadow:0 12px 28px -14px rgba(7,21,14,.4)}.cs-filter-options button{display:block;width:100%;padding:.5rem .65rem;text-align:left;border:0;border-radius:6px;background:transparent;color:var(--text-primary)}.cs-filter-options button:hover,.cs-filter-options button:focus,.cs-filter-options button.is-active{background:var(--cs-green-bg,rgba(0,169,79,.08));color:var(--cs-green-dark,#00853f)}.cs-filter-options button:focus-visible,.cs-filter-options button.is-active{outline:2px solid var(--cs-green,#00a94f);outline-offset:-2px}.cs-filter-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.cs-filter-chips:empty{display:none}.cs-filter-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .3rem .28rem .65rem;border:1px solid rgba(20,164,77,.32);border-radius:6px;background:rgba(20,164,77,.08);color:var(--text-primary);font-size:.82rem}.cs-filter-chip button{display:inline-flex;align-items:center;justify-content:center;width:1.3rem;height:1.3rem;padding:0;border:0;border-radius:4px;background:transparent;color:inherit;font-size:1.15rem;line-height:1}.cs-filter-chip button:hover,.cs-filter-chip button:focus{background:rgba(20,164,77,.18);outline:2px solid rgba(20,164,77,.25)}.cs-filter-dates{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.cs-filter-dates label{display:block;margin-bottom:.25rem;font-size:.78rem;font-weight:700;color:var(--text-secondary)}.cs-filter-actions{display:flex;gap:.6rem;margin:.9rem 0 0 calc(var(--filter-label) + 1rem)}@media(max-width:767px){.cs-blog-filters{--filter-label:1fr;--filter-width:1fr}.cs-filter-row{display:block}.cs-filter-row>label,.cs-filter-label{display:block;padding:0 0 .3rem;text-align:left}.cs-filter-field-half{width:100%}.cs-filter-actions{margin-left:0}.cs-filter-dates{grid-template-columns:1fr 1fr}}@media(max-width:420px){.cs-filter-dates{grid-template-columns:1fr}}.cs-post{max-width:760px;margin:0 auto;}.cs-post-back{font-size:.85rem;color:var(--cs-green);text-decoration:none;}.cs-post-title{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800;letter-spacing:-.02em;margin:.5rem 0;}.cs-post-meta{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;}.cs-post-cover{width:100%;border-radius:16px;margin:1rem 0 2rem;}.cs-post-body{font-size:1.05rem;line-height:1.75;color:var(--text-primary);}.cs-post-body h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;}.cs-post-body h3{font-size:1.2rem;font-weight:700;margin:1.5rem 0 .5rem;}.cs-post-body p{margin:0 0 1.1rem;}.cs-post-body img{max-width:100%;border-radius:12px;margin:1rem 0;}.cs-post-body a{color:var(--cs-green);}.cs-post-body blockquote{border-left:3px solid var(--cs-green);padding-left:1rem;color:var(--text-secondary);margin:1.2rem 0;}.cs-post-body pre{background:var(--code-bg,#f5f5f5);padding:1rem;border-radius:10px;overflow:auto;}.cs-comments{margin:1.5rem 0;}.cs-comment{padding:1rem 0;border-bottom:1px solid var(--border-color,#e8e8e8);}.cs-comment-head{display:flex;gap:.5rem;align-items:baseline;}.cs-comment-head span{font-size:.78rem;color:var(--text-secondary);}.cs-comment p{margin:.35rem 0 0;}.cs-comment-form{margin-top:1.5rem;}.cs-post-back{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--cs-green);text-decoration:none;margin-bottom:1.25rem}.cs-post-back:hover{gap:.6rem}.cs-post-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:2.5rem;align-items:start}@media(max-width:991px){.cs-post-layout{grid-template-columns:1fr}.cs-post-side{order:2}}.cs-post-card{position:relative;background:var(--bg-card,#fff);border-radius:20px;padding:clamp(1.25rem,3vw,3rem);box-shadow:0 1px 2px rgba(7,21,14,.05),0 30px 60px -28px rgba(7,21,14,.28),0 12px 28px -20px rgba(20,164,77,.22)}[data-bs-theme="dark"] .cs-post-card{background:#1f242c;box-shadow:0 1px 2px rgba(0,0,0,.4),0 30px 70px -28px rgba(0,0,0,.7),0 0 44px -22px rgba(20,164,77,.4)}.cs-post-cover{display:block;width:100%;height:auto;border-radius:14px;margin:0 0 1.75rem;box-shadow:0 18px 40px -22px rgba(7,21,14,.5)}.cs-post-title{font-weight:800;letter-spacing:-.02em;font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:1rem;line-height:1.15}.cs-post-byline{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color,#e8e8e8)}.cs-author-av{width:46px;height:46px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#0d8c61,#00a94f);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.cs-post-byline strong{display:block;font-size:.95rem;line-height:1.2}.cs-post-byline span{font-size:.8rem;color:var(--text-secondary,#77787B)}.cs-post-taxonomy{display:grid;gap:.55rem;margin:-.75rem 0 1.5rem;padding:0 0 1.25rem;border-bottom:1px solid var(--border-color,#e8e8e8)}.cs-post-taxonomy>div{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:.65rem;align-items:start}.cs-post-taxonomy>div>span{padding-top:.25rem;text-align:right;text-transform:uppercase;letter-spacing:.07em;font-size:.7rem;font-weight:700;color:var(--text-secondary)}.cs-post-taxonomy>div>div{display:flex;flex-wrap:wrap;gap:.4rem}.cs-post-taxonomy a{display:inline-flex;padding:.2rem .55rem;border:1px solid rgba(20,164,77,.3);border-radius:6px;background:rgba(20,164,77,.07);color:#00713a;text-decoration:none;font-size:.78rem;font-weight:600;text-transform:capitalize}.cs-post-taxonomy a:hover,.cs-post-taxonomy a:focus{background:#00713a;color:#fff}.cs-post-body{font-size:1.06rem;line-height:1.8;color:var(--text-primary)}.cs-post-body img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.cs-post-body h2,.cs-post-body h3{font-weight:700;letter-spacing:-.01em;margin:2rem 0 .8rem;line-height:1.25}.cs-post-body p{margin:0 0 1.15rem}.cs-post-body ul,.cs-post-body ol{margin:0 0 1.15rem 1.25rem;line-height:1.75}.cs-post-body a{color:var(--cs-green);text-decoration:underline}.cs-post-body figure{margin:1.5rem 0}.cs-post-body figcaption{font-size:.82rem;color:var(--text-secondary);text-align:center;margin-top:.4rem}.cs-author-about{display:flex;gap:1.1rem;align-items:flex-start;margin-top:2.5rem;padding:1.5rem;border-radius:16px;background:linear-gradient(135deg,rgba(20,164,77,.09),rgba(6,182,212,.05));border:1px solid rgba(20,164,77,.2)}.cs-author-about .cs-author-av{width:74px;height:74px;font-size:1.4rem}.cs-author-linkedin{position:relative;display:block;width:74px;height:74px;flex:0 0 74px;border-radius:50%;perspective:500px}.cs-author-linkedin-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .55s ease;box-shadow:0 6px 20px -8px rgba(7,21,14,.4)}.cs-author-linkedin-front{background:linear-gradient(135deg,#0d8c61,#00a94f);color:#fff;font-size:1.4rem;font-weight:700}.cs-author-linkedin-front img{width:100%;height:100%;object-fit:cover}.cs-author-linkedin-back{transform:rotateY(180deg);background:#0a66c2;color:#fff}.cs-author-linkedin:hover .cs-author-linkedin-front,.cs-author-linkedin:focus-visible .cs-author-linkedin-front{transform:rotateY(180deg)}.cs-author-linkedin:hover .cs-author-linkedin-back,.cs-author-linkedin:focus-visible .cs-author-linkedin-back{transform:rotateY(360deg)}.cs-author-about h4{margin:0 0 .15rem;font-size:1.08rem;font-weight:700}.cs-author-about .role{color:var(--cs-green);font-weight:600;font-size:.82rem;margin-bottom:.45rem;text-transform:uppercase;letter-spacing:.05em}.cs-author-about p{margin:0;font-size:.93rem;color:var(--text-secondary,#77787B);line-height:1.6}.cs-post-side{position:sticky;top:90px}.cs-side-card{background:var(--bg-card,#fff);border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px rgba(7,21,14,.05),0 18px 40px -26px rgba(7,21,14,.25)}[data-bs-theme="dark"] .cs-side-card{background:#1f242c}.cs-side-card h4{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary,#77787B);margin-bottom:1.1rem}.cs-side-list{list-style:none;padding:0;margin:0 0 1.25rem}.cs-side-list li{margin-bottom:.95rem}.cs-side-list a{display:flex;gap:.65rem;align-items:center;text-decoration:none;color:var(--text-primary,#1a1d23);font-weight:600;font-size:.9rem;line-height:1.3}.cs-side-thumb{width:50px;height:50px;border-radius:9px;object-fit:cover;flex-shrink:0;display:block;background:rgba(20,164,77,.12)}.cs-side-list a:hover{color:var(--cs-green)}.cs-post-comments{max-width:900px;margin-inline:auto}.cs-blog-card{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.cs-blog-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -22px rgba(7,21,14,.3),0 14px 30px -20px rgba(20,164,77,.3)}.cs-post-body .alignright,.cs-post-body img.alignright{float:right;margin:.4rem 0 1rem 1.6rem;max-width:50%;height:auto}.cs-post-body .alignleft,.cs-post-body img.alignleft{float:left;margin:.4rem 1.6rem 1rem 0;max-width:50%;height:auto}.cs-post-body .aligncenter,.cs-post-body img.aligncenter{display:block;float:none;margin:1.5rem auto}.cs-post-body .alignnone,.cs-post-body img.alignnone{height:auto}.cs-post-body .wp-caption{max-width:100%;height:auto;background:transparent}.cs-post-body .wp-caption.alignright{float:right;margin:.4rem 0 1rem 1.6rem}.cs-post-body .wp-caption.alignleft{float:left;margin:.4rem 1.6rem 1rem 0}.cs-post-body .wp-caption.aligncenter{margin:1.5rem auto}.cs-post-body .wp-caption img{margin:0;display:block}.cs-post-body .wp-caption-text,.cs-post-body figcaption{font-size:.82rem;color:var(--text-secondary);text-align:center;margin-top:.4rem;line-height:1.4}.cs-post-body::after{content:"";display:block;clear:both}@media(max-width:600px){.cs-post-body .alignright,.cs-post-body img.alignright,.cs-post-body .alignleft,.cs-post-body img.alignleft,.cs-post-body .wp-caption.alignright,.cs-post-body .wp-caption.alignleft{float:none;display:block;max-width:100%;margin:1.25rem auto}}.cs-post-body .crayon-syntax{display:block;background:#1e1f26;color:#e6e6e6;border:1px solid rgba(255,255,255,.08);border-radius:10px;margin:1.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;font-family:'SFMono-Regular',Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;}.cs-post-body .crayon-toolbar,.cs-post-body .crayon-info,.cs-post-body .crayon-plain-wrap{display:none !important}.cs-post-body .crayon-main{width:100%;overflow-x:auto}.cs-post-body .crayon-table{border-collapse:collapse;width:100%;margin:0;background:transparent;border:0;table-layout:auto}.cs-post-body .crayon-table td,.cs-post-body .crayon-table tr{border:0;padding:0;background:transparent;vertical-align:top}.cs-post-body .crayon-nums{padding:1rem .65rem !important;background:rgba(255,255,255,.04);text-align:right;user-select:none;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08)}.cs-post-body .crayon-num,.cs-post-body .crayon-nums-content{color:#6b7280 !important}.cs-post-body td.crayon-code{width:100%}.cs-post-body td.crayon-code .crayon-pre{white-space:pre;font-family:inherit;color:inherit;padding:1rem 1.1rem;margin:0}.cs-post-body .crayon-line{display:block;min-height:1.4em}.cs-post-body .crayon-syntax-inline{display:inline !important;background:rgba(135,131,120,.18);color:inherit;border:0;border-radius:4px;padding:.12em .4em;margin:0;overflow:visible}.cs-post-body .crayon-syntax-inline .crayon-pre{padding:0;white-space:pre-wrap;font-family:inherit}[data-bs-theme="dark"] .cs-post-body .crayon-syntax-inline{background:rgba(255,255,255,.1)}.cs-post-body .crayon-c,.cs-post-body .crayon-cm{color:#7f8c98;font-style:italic}.cs-post-body .crayon-s,.cs-post-body .crayon-sb{color:#9ece6a}.cs-post-body .crayon-k,.cs-post-body .crayon-st,.cs-post-body .crayon-r{color:#bb9af7}.cs-post-body .crayon-cn,.cs-post-body .crayon-h{color:#ff9e64}.cs-post-body .crayon-i,.cs-post-body .crayon-v{color:#7dcfff}.cs-post-body .crayon-o,.cs-post-body .crayon-sy{color:#89ddff}.cs-post-body .crayon-e,.cs-post-body .crayon-t{color:#73daca}.cs-post-body .crayon-m,.cs-post-body .crayon-p{color:#e6e6e6}.cs-post-back,.btn-outline-primary{color:#00713a!important;border-color:#00713a!important}.btn-outline-primary:hover{color:#fff!important;background-color:#00713a!important;border-color:#00713a!important}[data-bs-theme="dark"] .cs-post-back,[data-bs-theme="dark"] .btn-outline-primary,[data-bs-theme="dark"] a[href^="/blog?category="]{color:#04ba59!important;border-color:#04ba59!important}[data-bs-theme="dark"] .btn-outline-primary:hover{color:#1a1d23!important;background-color:#04ba59!important;border-color:#04ba59!important}[data-bs-theme="dark"] .cs-blog-card-meta,[data-bs-theme="dark"] .cs-blog-card-excerpt{color:#a6a9ae!important}[data-bs-theme="dark"] .cs-post-taxonomy a{color:#04ba59}@media(prefers-reduced-motion:reduce){.cs-search-chevron,.cs-author-linkedin-face{transition:none}}.cs-filter-enhanced[hidden]{display:none}.cs-blog-result-status{margin:-.75rem 0 1.25rem;color:var(--text-secondary);font-size:.9rem}.cs-blog-result-status strong{color:var(--text-heading)}