.blog-module__yzDhyG__blogIndex{max-width:960px;margin:0 auto}.blog-module__yzDhyG__blogIndexHeader{text-align:center;padding:2.5rem 0 2rem}.blog-module__yzDhyG__blogIndexTitle{letter-spacing:-.75px;color:var(--text);margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.blog-module__yzDhyG__blogIndexSubtitle{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1.0625rem;line-height:1.6}.blog-module__yzDhyG__categoryFilter{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.blog-module__yzDhyG__categoryBtn{border:1px solid var(--border);background:var(--bg-white);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.375rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.blog-module__yzDhyG__categoryBtn:hover{border-color:var(--accent);color:var(--accent)}.blog-module__yzDhyG__categoryBtnActive{background:var(--accent);color:#fff;border-color:var(--accent)}.blog-module__yzDhyG__articlesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.blog-module__yzDhyG__articleCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;overflow:hidden}.blog-module__yzDhyG__articleCard:hover{box-shadow:var(--shadow);border-color:var(--border);transform:translateY(-2px)}.blog-module__yzDhyG__articleCardImage{background:linear-gradient(135deg,var(--accent-light)0%,var(--bg-muted)100%);justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.blog-module__yzDhyG__articleCardImageIcon{opacity:.2;color:var(--accent);letter-spacing:-2px;font-size:3rem;font-weight:700}.blog-module__yzDhyG__articleCardBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-module__yzDhyG__articleCardCategory{text-transform:uppercase;letter-spacing:.5px;background:var(--accent-light);color:var(--accent);border-radius:999px;width:fit-content;margin-bottom:.75rem;padding:.125rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.blog-module__yzDhyG__articleCardTitle{color:var(--text);letter-spacing:-.25px;margin-bottom:.5rem;font-size:1.125rem;font-weight:650;line-height:1.4}.blog-module__yzDhyG__articleCardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__yzDhyG__articleCardMeta{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.blog-module__yzDhyG__articleCardLink{color:inherit;text-decoration:none;display:block}.blog-module__yzDhyG__articleCardLink:hover{text-decoration:none}.blog-module__yzDhyG__postPage{max-width:1100px;margin:0 auto}.blog-module__yzDhyG__postBreadcrumb{color:var(--text-secondary);margin-bottom:2rem;font-size:.8125rem}.blog-module__yzDhyG__postBreadcrumb a{color:var(--text-secondary)}.blog-module__yzDhyG__postBreadcrumb a:hover{color:var(--accent)}.blog-module__yzDhyG__breadcrumbSep{color:var(--text-muted);margin:0 .375rem}.blog-module__yzDhyG__postHero{border-bottom:1px solid var(--border-light);margin-bottom:2.5rem;padding-bottom:2rem}.blog-module__yzDhyG__postCategory{text-transform:uppercase;letter-spacing:.5px;background:var(--accent-light);color:var(--accent);border-radius:999px;margin-bottom:1rem;padding:.1875rem .75rem;font-size:.6875rem;font-weight:600;display:inline-block}.blog-module__yzDhyG__postTitle{color:var(--text);letter-spacing:-1px;max-width:720px;margin-bottom:1.25rem;font-size:2.5rem;font-weight:750;line-height:1.2}.blog-module__yzDhyG__postMeta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.blog-module__yzDhyG__postAuthor{align-items:center;gap:.75rem;display:flex}.blog-module__yzDhyG__authorAvatar{background:var(--accent-light);width:40px;height:40px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.blog-module__yzDhyG__authorInfo{flex-direction:column;display:flex}.blog-module__yzDhyG__authorName{color:var(--text);font-size:.875rem;font-weight:600}.blog-module__yzDhyG__authorRole{color:var(--text-secondary);font-size:.75rem}.blog-module__yzDhyG__postDate{color:var(--text-secondary);font-size:.8125rem}.blog-module__yzDhyG__postReadTime{color:var(--text-muted);font-size:.8125rem}.blog-module__yzDhyG__postLayout{grid-template-columns:1fr 260px;align-items:start;gap:3rem;display:grid}.blog-module__yzDhyG__postContent{min-width:0}.blog-module__yzDhyG__postContent section{margin-bottom:2.5rem}.blog-module__yzDhyG__postContent h2{color:var(--text);letter-spacing:-.5px;margin-bottom:1rem;padding-top:.5rem;font-size:1.5rem;font-weight:700}.blog-module__yzDhyG__postContent p{color:#374151;margin-bottom:1rem;font-size:1rem;line-height:1.75}.blog-module__yzDhyG__postContent ul{margin-bottom:1rem;padding-left:1.25rem}.blog-module__yzDhyG__postContent li{color:#374151;margin-bottom:.5rem;font-size:1rem;line-height:1.75}.blog-module__yzDhyG__postContent li strong{color:var(--text)}.blog-module__yzDhyG__postContent strong{color:var(--text);font-weight:650}.blog-module__yzDhyG__postContent blockquote{border-left:3px solid var(--accent);background:var(--bg-muted);border-radius:0 var(--radius)var(--radius)0;color:var(--text);margin:1.5rem 0;padding:1rem 1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.blog-module__yzDhyG__postContent code{background:var(--bg-muted);color:var(--red);border-radius:4px;padding:.125rem .375rem;font-family:SF Mono,Fira Code,monospace;font-size:.875rem}.blog-module__yzDhyG__postSidebar{top:calc(var(--header-height) + 2rem);position:sticky}.blog-module__yzDhyG__metadataCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem}.blog-module__yzDhyG__metadataCardTitle{text-transform:uppercase;letter-spacing:.75px;color:var(--text-muted);border-bottom:1px solid var(--border-light);margin-bottom:1rem;padding-bottom:.75rem;font-size:.6875rem;font-weight:600}.blog-module__yzDhyG__metadataItem{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:baseline;padding:.5rem 0;display:flex}.blog-module__yzDhyG__metadataItem:last-child{border-bottom:none;padding-bottom:0}.blog-module__yzDhyG__metadataLabel{color:var(--text-secondary);font-size:.8125rem}.blog-module__yzDhyG__metadataValue{color:var(--text);text-align:right;font-size:.8125rem;font-weight:600}.blog-module__yzDhyG__shareCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem}.blog-module__yzDhyG__shareTitle{text-transform:uppercase;letter-spacing:.75px;color:var(--text-muted);margin-bottom:.75rem;font-size:.6875rem;font-weight:600}.blog-module__yzDhyG__shareButtons{gap:.5rem;display:flex}.blog-module__yzDhyG__shareBtn{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-white);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.blog-module__yzDhyG__shareBtn:hover{background:var(--bg-muted);color:var(--text);text-decoration:none}.blog-module__yzDhyG__tocCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.25rem}.blog-module__yzDhyG__tocTitle{text-transform:uppercase;letter-spacing:.75px;color:var(--text-muted);border-bottom:1px solid var(--border-light);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.6875rem;font-weight:600}.blog-module__yzDhyG__tocList{margin:0;padding:0;list-style:none}.blog-module__yzDhyG__tocItem{margin-bottom:.125rem}.blog-module__yzDhyG__tocLink{color:var(--text-secondary);border-radius:var(--radius);border-left:2px solid #0000;padding:.375rem .75rem;font-size:.8125rem;text-decoration:none;transition:all .15s;display:block}.blog-module__yzDhyG__tocLink:hover{color:var(--accent);background:var(--bg-muted);text-decoration:none}.blog-module__yzDhyG__relatedSection{border-top:1px solid var(--border-light);margin-top:3rem;padding-top:2.5rem}.blog-module__yzDhyG__relatedTitle{color:var(--text);letter-spacing:-.25px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.blog-module__yzDhyG__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.blog-module__yzDhyG__relatedCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.25rem;transition:box-shadow .2s,border-color .2s}.blog-module__yzDhyG__relatedCard:hover{box-shadow:var(--shadow);border-color:var(--border)}.blog-module__yzDhyG__relatedCardCategory{text-transform:uppercase;letter-spacing:.5px;background:var(--accent-light);color:var(--accent);border-radius:999px;margin-bottom:.625rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-block}.blog-module__yzDhyG__relatedCardTitle{color:var(--text);margin-bottom:.375rem;font-size:.9375rem;font-weight:650;line-height:1.4}.blog-module__yzDhyG__relatedCardExcerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.blog-module__yzDhyG__relatedCardLink{color:inherit;text-decoration:none;display:block}.blog-module__yzDhyG__relatedCardLink:hover{text-decoration:none}@media (max-width:868px){.blog-module__yzDhyG__postLayout{grid-template-columns:1fr;gap:0}.blog-module__yzDhyG__postSidebar{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid;position:static}.blog-module__yzDhyG__tocCard{display:none}.blog-module__yzDhyG__postTitle{font-size:1.75rem}}@media (max-width:600px){.blog-module__yzDhyG__postSidebar{grid-template-columns:1fr}.blog-module__yzDhyG__postTitle{letter-spacing:-.5px;font-size:1.5rem}.blog-module__yzDhyG__blogIndexTitle{font-size:1.75rem}.blog-module__yzDhyG__articlesGrid{grid-template-columns:1fr}.blog-module__yzDhyG__postMeta{gap:.75rem}}
