.editor-renderer{letter-spacing:.02em;color:var(--foreground);flex-direction:column;gap:2rem;font-size:1rem;line-height:1.9;display:flex}.editor-renderer .block-heading{scroll-margin-top:calc(var(--header-height) + 2rem);align-items:center;font-weight:700;display:flex}.editor-renderer h2.block-heading{color:var(--background);background-color:var(--primary-color);border-radius:6px;margin-top:1rem;padding:.5rem 1rem;font-size:1.4rem;font-weight:700;line-height:1.4}.editor-renderer h3.block-heading{color:var(--primary-color);border-bottom:2px solid var(--primary-color);margin-top:.5rem;padding-bottom:.4rem;font-size:1.25rem;font-weight:700;line-height:1.5}.editor-renderer h4.block-heading{color:var(--foreground);border-left:3px solid var(--primary-color);margin-top:.25rem;padding:.2rem .6rem;font-size:1.1rem;font-weight:700;line-height:1.5}.editor-renderer .block-paragraph{white-space:break-spaces}.editor-renderer .block-list{border-radius:.5rem;padding:.5rem 1.5rem .5rem 1.75rem}.editor-renderer .block-list li::marker{color:var(--gray-alpha-500)}.editor-renderer .block-list.unordered{list-style-type:disc}.editor-renderer .block-list.ordered{list-style-type:decimal}.editor-renderer .block-list.checklist{list-style-type:none}.editor-renderer .block-list.checklist li{align-items:flex-start;gap:.5rem;display:flex}.editor-renderer .block-list.checklist li:not(:last-child){margin-bottom:.5rem}.editor-renderer .block-list.checklist li:before{content:"";border:2px solid var(--gray-alpha-300);background-color:var(--background);border-radius:.25rem;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.25rem;display:inline-block}.editor-renderer .block-list.checklist li.checked:before{border-color:var(--primary-color);background-color:var(--primary-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:80%}.editor-renderer .block-image{border-radius:.5rem;overflow:hidden}.editor-renderer .block-image .block-img-container{width:100%;min-height:300px;position:relative}.editor-renderer .block-image figcaption{text-align:center;color:var(--gray-alpha-500);margin-top:1rem;font-size:.875rem}.editor-renderer .block-image.with-border .block-img-container{border:1px solid var(--gray-alpha-200)}.editor-renderer .block-image.with-background{background-color:var(--background-hover);padding:1.5rem}.editor-renderer .block-link-block{border:1px solid var(--gray-alpha-200);background-color:var(--background);border-radius:.5rem;justify-content:space-between;align-items:stretch;min-height:120px;margin:0 1rem;text-decoration:none;transition:background-color .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.editor-renderer .block-link-block .link-content{flex-direction:column;flex:1;justify-content:flex-start;min-width:0;padding:1.5rem;display:flex}.editor-renderer .block-link-block .link-content .link-title{color:var(--foreground);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.editor-renderer .block-link-block .link-content .link-description{color:var(--gray-alpha-500);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.editor-renderer .block-link-block .link-content .link-domain{color:var(--gray-alpha-500);align-items:center;gap:.5rem;margin-top:auto;font-size:.75rem;display:flex}.editor-renderer .block-link-block .link-content .link-domain .link-favicon{border-radius:2px;width:16px;height:16px}.editor-renderer .block-link-block .link-content .link-domain span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.editor-renderer .block-link-block .link-thumbnail{background-color:var(--background-hover);border-left:1px solid var(--gray-alpha-100);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;align-self:stretch;width:140px}.editor-renderer .block-link-block .link-thumbnail.fallback{color:var(--gray-alpha-300);background-color:var(--background-hover);justify-content:center;align-items:center;display:flex}.editor-renderer .block-quote{background-color:var(--gray-alpha-100);border:1px solid var(--gray-alpha-100);border-radius:1.25rem;flex-direction:column;gap:1.25rem;padding:2.25rem 2.5rem;display:flex;position:relative}.editor-renderer .block-quote:before,.editor-renderer .block-quote:after{content:"";opacity:.4;pointer-events:none;width:1.25rem;height:1.25rem;position:absolute}.editor-renderer .block-quote:before{border-top:2px solid var(--primary-color);border-left:2px solid var(--primary-color);top:1.25rem;left:1.25rem}.editor-renderer .block-quote:after{border-bottom:2px solid var(--primary-color);border-right:2px solid var(--primary-color);bottom:1.25rem;right:1.25rem}.editor-renderer .block-quote.center{text-align:center;align-items:center}.editor-renderer .block-quote.center:before{top:1.25rem;left:2rem}.editor-renderer .block-quote.center:after{bottom:1.25rem;right:2rem}.editor-renderer .block-quote .quote-text{color:var(--foreground);letter-spacing:-.01em;z-index:1;margin:0;font-size:1.1875rem;font-weight:600;line-height:1.7;position:relative}.editor-renderer .block-quote .quote-caption{color:var(--gray-alpha-500);align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.editor-renderer .block-quote .quote-caption:before{content:"";background-color:var(--gray-alpha-200);width:1.25rem;height:1px}.editor-renderer .block-table-wrapper{border:1px solid var(--gray-alpha-300);border-radius:.5rem;overflow-x:auto}.editor-renderer .block-table-wrapper .block-table{border-collapse:collapse;width:100%;font-size:.95rem}.editor-renderer .block-table-wrapper .block-table th,.editor-renderer .block-table-wrapper .block-table td{border:1px solid var(--gray-alpha-200);text-align:left;min-width:120px;padding:.75rem 1rem}.editor-renderer .block-table-wrapper .block-table th:first-child,.editor-renderer .block-table-wrapper .block-table td:first-child{border-left:none}.editor-renderer .block-table-wrapper .block-table th:last-child,.editor-renderer .block-table-wrapper .block-table td:last-child{border-right:none}.editor-renderer .block-table-wrapper .block-table tr:first-child th,.editor-renderer .block-table-wrapper .block-table tr:first-child td{border-top:none}.editor-renderer .block-table-wrapper .block-table tr:last-child th,.editor-renderer .block-table-wrapper .block-table tr:last-child td{border-bottom:none}.editor-renderer .block-table-wrapper .block-table thead th{background-color:var(--gray-alpha-100);color:var(--foreground);font-weight:700;border-bottom:1px solid var(--gray-alpha-200)!important}.editor-renderer .block-table-wrapper .block-table tbody tr{transition:background-color .2s}@media (hover:hover) and (pointer:fine){.editor-renderer .block-table-wrapper .block-table tbody tr:hover{background-color:var(--gray-alpha-100)}}.blog{min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height));width:100%}.blog.is-preview{background-color:#0000;width:100%;max-width:100%;min-height:auto;overflow-x:hidden}.blog.is-preview .blog-layout-wrapper{gap:0;width:100%;min-width:0;max-width:100%;margin:0;padding:0;display:block}.blog.is-preview .blog-container{box-shadow:none;border:none;width:100%;min-width:0;max-width:100%;margin:0;padding:0;overflow-x:hidden}.blog.is-preview .blog-header{margin:0;padding:0}.blog.is-preview .blog-header .blog-title{word-break:break-all;overflow-wrap:break-word}.blog.is-preview .blog-header .blog-main-image{max-width:100%;margin-bottom:2rem}.blog .blog-layout-wrapper{justify-content:center;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.blog .blog-container{min-width:0;max-width:860px;color:var(--foreground);background-color:var(--background);border:1px solid var(--gray-alpha-200);border-radius:.75rem;flex-direction:column;flex:1;gap:1.5rem;margin:3rem 0;padding:3rem 2rem;display:flex}.blog .blog-header .blog-title{color:var(--foreground);letter-spacing:-.02em;margin:1.5rem 0;font-size:2.5rem;font-weight:800;line-height:1.4}.blog .blog-header .blog-meta{color:var(--gray-alpha-500);justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;display:flex}.blog .blog-header .blog-meta .meta-item{align-items:center;gap:.25rem;margin-left:auto;display:flex}.blog .blog-header .blog-main-image{aspect-ratio:16/9;background-color:var(--gray-alpha-100);width:100%;box-shadow:0px 0px 4px var(--gray-alpha-300);border-radius:.5rem;margin-bottom:3rem;position:relative;overflow:hidden}.blog .blog-toc{background-color:var(--background);border:1px solid var(--gray-alpha-200);border-radius:.75rem}.blog .blog-toc .toc-title{text-transform:uppercase;letter-spacing:.05em;opacity:.8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}.blog .blog-toc .toc-list{margin:0;padding:0;list-style:none;position:relative}.blog .blog-toc .toc-list:before{content:"";background-color:var(--gray-alpha-100);width:1px;position:absolute;top:0;bottom:0;left:0}.blog .blog-toc .toc-list li{position:relative}.blog .blog-toc .toc-list li a{color:var(--foreground);padding:.6rem 0 .6rem 1.25rem;font-size:.875rem;line-height:1.5;text-decoration:none;transition:all .2s;display:block;position:relative}.blog .blog-toc .toc-list li a:before{content:"";background-color:#0000;width:2px;transition:background-color .2s;position:absolute;top:0;bottom:0;left:0}.blog .blog-toc .toc-list li.toc-item-level-1 a{font-size:.9375rem;font-weight:500}.blog .blog-toc .toc-list li.toc-item-level-3 a{padding-left:2rem}.blog .blog-toc .toc-list li.toc-item-level-4 a{padding-left:3rem}.blog .blog-toc.inline-toc{margin:0 1rem;padding:1.5rem 1rem}.blog .blog-toc.sidebar-toc{background-color:var(--background);border:1px solid var(--gray-alpha-200);border-radius:.75rem;padding:1.75rem}.blog .blog-toc.sidebar-toc .toc-title{letter-spacing:.05em;color:var(--foreground);padding-bottom:1rem;font-size:1rem;font-weight:700}.blog .blog-toc.sidebar-toc .toc-list li{padding:0}.blog .blog-toc.sidebar-toc .toc-list li a{color:var(--gray-alpha-500);border-radius:0;padding:.5rem .75rem;font-size:.9rem;line-height:1.5;transition:all .2s;display:block}.blog .blog-toc.sidebar-toc .toc-list li a span{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog .blog-toc.sidebar-toc .toc-list li.toc-item-level-1 a{color:var(--foreground);font-size:.9rem;font-weight:500}.blog .blog-toc.sidebar-toc .toc-list li.toc-item-level-3 a{padding-left:1.5rem;font-size:.85rem}.blog .blog-toc.sidebar-toc .toc-list li.toc-item-level-4 a{padding-left:2.25rem;font-size:.85rem}.blog .blog-toc.sidebar-toc .toc-list li.active a{color:var(--foreground);background-color:var(--background-hover);font-weight:700}.blog .blog-toc.sidebar-toc .toc-list li.active a:before{background-color:var(--primary-color)}.blog .blog-author-profile{background-color:var(--background);border:1px solid var(--gray-alpha-200);border-radius:1.25rem;flex-direction:row;align-items:flex-start;gap:1.75rem;margin-top:5rem;padding:2.5rem;display:flex}.blog .blog-author-profile .author-avatar{flex-shrink:0;padding-top:.25rem}.blog .blog-author-profile .author-avatar .avatar-img{border:1px solid var(--gray-alpha-300);border-radius:50%;flex-shrink:0}.blog .blog-author-profile .author-avatar .avatar-fallback{border:1px solid var(--gray-alpha-300);background-color:var(--gray-alpha-100);border-radius:50%;flex-shrink:0}.blog .blog-author-profile .author-info{flex-direction:column;flex:1;min-width:0;display:flex}.blog .blog-author-profile .author-info .author-role{color:var(--gray-alpha-500);letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;display:inline-flex}.blog .blog-author-profile .author-info .author-role:before{content:"";background-color:var(--gray-alpha-400);width:1.25rem;height:1px;display:block}.blog .blog-author-profile .author-info .author-name{color:var(--foreground);letter-spacing:-.02em;word-break:keep-all;overflow-wrap:break-word;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.blog .blog-author-profile .author-info .author-bio{color:var(--gray-alpha-500);word-break:break-word;white-space:pre-wrap;margin:0;font-size:.95rem;font-weight:500;line-height:1.6}.blog .blog-related-articles{padding:1rem 1rem 2rem}.blog .blog-related-articles .section-title{color:var(--foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.blog .blog-related-articles .related-grid{flex-direction:column;gap:1.5rem;display:flex}.blog .blog-related-articles .related-card{color:inherit;border-radius:.5rem;align-items:center;gap:1.25rem;margin:-.5rem;padding:.5rem;text-decoration:none;transition:background-color .2s;display:flex}.blog .blog-related-articles .related-card .related-img{border:1px solid var(--gray-alpha-100);background-position:50%;background-size:cover;border-radius:.375rem;flex-shrink:0;width:120px;height:80px}.blog .blog-related-articles .related-card .related-img.fallback{background-color:var(--background-hover);color:var(--gray-alpha-300);justify-content:center;align-items:center;display:flex}.blog .blog-related-articles .related-card .related-content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.blog .blog-related-articles .related-card .related-content .related-title{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:.9375rem;font-weight:700;line-height:1.4;transition:color .1s;display:-webkit-box;overflow:hidden}.blog .blog-related-articles .related-card .related-content .related-meta{color:var(--gray-alpha-500);font-size:.9375rem}.blog .blog-footer{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.blog .blog-footer .back-btn,.blog .blog-footer .share-btn{background-color:var(--background);color:var(--foreground);border:1px solid var(--gray-alpha-300);border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.blog .blog-sidebar-left{width:240px;top:calc(var(--header-height) + 3rem);height:fit-content;max-height:calc(100vh - var(--header-height) - 4rem);scrollbar-width:none;flex-shrink:0;margin:3rem 0;display:none;position:sticky;overflow-y:auto}.blog .blog-sidebar-left::-webkit-scrollbar{display:none}.blog-list-page{min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height));background-color:var(--background);padding-bottom:3rem}.blog-list-page .blog-hero{text-align:center;background-color:var(--background);padding:5rem 1rem 3rem}.blog-list-page .blog-hero .hero-container{text-align:left;flex-direction:column;align-items:flex-start;max-width:1180px;margin:0 auto;display:flex}.blog-list-page .blog-hero .hero-container .hero-content{animation:.8s cubic-bezier(.2,1,.3,1) forwards fadeInUp}.blog-list-page .blog-hero .hero-container .hero-tag{letter-spacing:.1em;color:var(--background);background-color:var(--foreground);border-radius:4px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:800;display:inline-block}.blog-list-page .blog-hero .hero-container .hero-title{letter-spacing:-.05em;color:var(--foreground);margin-bottom:2.5rem;font-size:5rem;font-weight:900;line-height:1}.blog-list-page .blog-hero .hero-container .hero-title span{color:var(--icon-color);margin-top:.5rem;font-weight:300;display:block}.blog-list-page .blog-hero .hero-container .hero-description{color:var(--gray-alpha-500);max-width:600px;margin-left:.25rem;font-size:1.25rem;font-weight:500;line-height:1.8}.blog-list-page .blog-list-container{max-width:1300px;margin:0 auto;padding:0 2rem}.blog-list-page .blog-list-container .search-section{justify-content:flex-end;margin-top:1rem;margin-bottom:2rem;display:flex}.blog-list-page .blog-list-container .search-section .search-input{width:100%;max-width:450px;padding:0}.blog-list-page .blog-list-container .featured-section{width:100%;margin-bottom:6rem}.blog-list-page .blog-list-container .featured-section .featured-card{color:inherit;align-items:center;gap:4rem;text-decoration:none;display:flex}.blog-list-page .blog-list-container .featured-section .featured-card .featured-image{aspect-ratio:16/9;background-color:var(--gray-alpha-200);box-shadow:0px 0px 4px var(--gray-alpha-300);border-radius:1.5rem;flex:1.2;position:relative;overflow:hidden}.blog-list-page .blog-list-container .featured-section .featured-card .featured-image img{transition:transform .8s cubic-bezier(.25,1,.5,1)}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:1rem 0;display:flex}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .badge{background-color:var(--primary-color-bg);color:var(--primary-color);letter-spacing:.05em;border-radius:2rem;align-items:center;gap:.6rem;width:fit-content;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .badge:before{content:"";background-color:var(--primary-color);border-radius:50%;width:6px;height:6px}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .title{color:var(--foreground);letter-spacing:-.03em;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.25;transition:color .3s;display:-webkit-box;overflow:hidden}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .meta{margin-bottom:1.5rem}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .meta .date{color:var(--gray-alpha-400);font-size:.9375rem;font-weight:500}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .footer .more{color:var(--foreground);justify-content:flex-end;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .footer .more svg{font-size:.875rem;transition:transform .3s}.blog-list-page .blog-list-container .blog-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:5rem 3rem;display:grid}.blog-list-page .blog-list-container .blog-grid .blog-item{color:inherit;flex-direction:column;gap:1.5rem;min-width:0;text-decoration:none;display:flex}.blog-list-page .blog-list-container .blog-grid .blog-item .item-image{aspect-ratio:16/10;background-color:var(--gray-alpha-200);width:100%;box-shadow:0px 0px 4px var(--gray-alpha-300);border-radius:1rem;position:relative;overflow:hidden}.blog-list-page .blog-list-container .blog-grid .blog-item .item-image img{transition:transform .8s cubic-bezier(.25,1,.5,1)}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content{flex-direction:column;gap:.5rem;min-width:0;padding:.25rem 0;display:flex}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-title{color:var(--foreground);word-break:keep-all;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.5;transition:color .3s;display:flex}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-title .title-text{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-title .title-arrow{opacity:.2;flex-shrink:0;margin-top:.35rem;font-size:.875rem;transition:all .4s cubic-bezier(.2,1,.3,1);transform:translate(-10px)}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-description{color:var(--gray-alpha-400);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.125rem;font-weight:500;display:-webkit-box;overflow:hidden}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-meta .date{color:var(--gray-alpha-400);font-size:.9375rem;font-weight:500}.blog-list-page .blog-list-container .no-results{text-align:center;color:var(--gray-alpha-400);padding:8rem 0;font-size:1.25rem;font-weight:500}.blog-list-page .blog-list-container .loading-anchor{justify-content:center;align-items:center;min-height:80px;padding:3rem 0 2rem;display:flex;position:relative}.blog-list-page .blog-list-container .loading-anchor .no-more-text{color:var(--gray-alpha-300);text-transform:uppercase;opacity:1;font-size:.875rem;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.blog-list-page .blog-list-container .loading-anchor .no-more-text.fade-out{opacity:0;pointer-events:none;transform:translateY(-10px)}@media (hover:hover) and (pointer:fine){.blog .blog-content .blog-link-block:hover{box-shadow:0 4px 12px var(--gray-alpha-100);border-color:var(--gray-alpha-300)}.blog .blog-content .blog-toc .toc-list li a:hover{color:var(--primary-color);background-color:var(--gray-alpha-100)}.blog .blog-sidebar-left .sidebar-toc .toc-list li:hover a{color:var(--foreground);background-color:var(--gray-alpha-100);border-radius:0 4px 4px 0}.blog .blog-related-articles .related-grid .related-card:hover{background-color:var(--background-hover)}.blog .blog-footer .back-btn:hover,.blog .blog-footer .share-btn:hover{background-color:var(--background-hover);border-color:var(--gray-alpha-400)}.blog-list-page .blog-list-container .featured-section .featured-card:hover .featured-image img{transform:scale(1.05)}.blog-list-page .blog-list-container .featured-section .featured-card:hover .featured-content .footer .more{gap:.75rem}.blog-list-page .blog-list-container .featured-section .featured-card:hover .featured-content .footer .more svg{transform:translate(4px)}.blog-list-page .blog-list-container .blog-grid .blog-item:hover .item-image img{transform:scale(1.05)}.blog-list-page .blog-list-container .blog-grid .blog-item:hover .item-content .item-title .title-arrow{opacity:1;transform:translate(0)}}@media (min-width:1180px){.blog .blog-sidebar-left{order:-1;display:block}.blog .blog-content .blog-toc.inline-toc{display:none}}@media (max-width:1179px){.blog{background-color:var(--background);padding:0}.blog .blog-layout-wrapper{gap:0;margin:0;padding:0}.blog .blog-container{box-shadow:none;border:none;border-radius:0;margin:0;padding:1.5rem 1rem}.blog .blog-header{margin-bottom:2rem}.blog .blog-header .blog-title{font-size:1.5rem}.blog .blog-content{font-size:1rem}.blog .blog-content h2.blog-heading{font-size:1.35rem}.blog .blog-content h3.blog-heading{font-size:1.15rem}.blog .blog-content .blog-image .blog-img-container{min-height:200px}.blog .blog-content .blog-link-block{min-height:100px}.blog .blog-content .blog-link-block .link-content{padding:1rem 1.25rem}.blog .blog-content .blog-link-block .link-content .link-title{font-size:.875rem}.blog .blog-content .blog-link-block .link-thumbnail{width:100px}.blog .blog-toc{padding:1.25rem}.blog .blog-toc .toc-title{font-size:1.15rem}.blog .blog-related-articles .related-grid .related-card .related-img{width:100px;height:70px}.blog .blog-related-articles .related-grid .related-card .related-title{font-size:.875rem}.blog .blog-footer{flex-direction:column-reverse;gap:1rem;margin-top:.5rem;padding:1rem 0}.blog .blog-footer .back-btn,.blog .blog-footer .share-btn{justify-content:center;width:100%;padding:.875rem 1rem}.blog .blog-author-profile{padding:1.5rem}.blog-list-page .blog-hero{padding:3rem 1.25rem}.blog-list-page .blog-hero .hero-container .hero-title{font-size:3rem}.blog-list-page .blog-hero .hero-container .hero-title span{margin-top:.25rem;font-size:3rem}.blog-list-page .blog-hero .hero-container .hero-description{font-size:1.1rem}.blog-list-page .blog-list-container{padding:0 1.25rem}.blog-list-page .blog-list-container .search-section .search-input{max-width:100%}.blog-list-page .blog-list-container .featured-section{border-bottom:1px solid var(--gray-alpha-200);margin-bottom:2rem}.blog-list-page .blog-list-container .featured-section .featured-card{flex-direction:column;gap:1.5rem}.blog-list-page .blog-list-container .featured-section .featured-card .featured-image,.blog-list-page .blog-list-container .featured-section .featured-card .featured-content{width:100%}.blog-list-page .blog-list-container .featured-section .featured-card .featured-content .title{font-size:1.75rem}.blog-list-page .blog-list-container .blog-grid{grid-template-columns:1fr;row-gap:2rem}.blog-list-page .blog-list-container .blog-grid .blog-item .item-content .item-title{font-size:1.25rem}.blog-list-page .blog-list-container .loading-anchor{padding:4rem 0 2rem}}@media (hover:hover) and (pointer:fine){.blog .blog-toc.sidebar-toc .toc-list li a:hover{background-color:var(--gray-alpha-100);color:var(--foreground)}}
