.blog_container{max-width:860px;width:100%;margin:0 auto;box-sizing:border-box}.blog_index_page{padding-top:96px}.blog_index{display:flex;flex-direction:column;gap:18px}.blog_post{display:flex;flex-direction:column;gap:64px;font-size:1.05rem;align-items:center}.blog_meta_bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 10px 0;border-bottom:1px solid rgba(0,0,0,0.06);font-weight:300}.blog_read_time{color:var(--text-light);font-size:0.9rem}.blog_share_btn{appearance:none;border:none;background:transparent;color:var(--primary-color);padding:0;font-size:0.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.blog_share_btn:hover{color:var(--text-light)}.blog_tldr{color:var(--text-light);padding:20px 0px;font-size:0.95rem;font-style:italic}.blog_para{line-height:1.75}b{font-weight:600}.blog_section{display:flex;flex-direction:column;gap:24px;max-width:600px;width:100%;box-sizing:border-box}.blog_post .blog_research_embed.main[module="research"]{width:100%;max-width:860px;height:auto;min-height:0;flex:0 0 auto;overflow:hidden;background:transparent}.blog_post .blog_research_embed h2{margin:0}.blog_post .model_dtype{display:inline-block;padding:2px 6px;border-radius:4px;font-size:0.8em;background:var(--bg-hover);color:var(--text-light)}.disclaimer{color:var(--text-light);font-size:0.85rem;font-weight:300;text-align:center;background-color:#fff3e2;padding:8px 16px;width:fit-content;margin:auto;border-radius:8px}.blog_cta_wrap{display:flex;gap:8px;padding:6px 0;justify-content:center}.blog_cta_primary{font-size:0.95rem;padding:12px 16px}.blog_cta_note{color:var(--text-light);font-size:0.92rem;font-weight:400;max-width:540px}.blog_post p,.blog_post h2,.blog_post ul,.blog_post li,.blog_post figure{margin:0}.blog_post ul{padding-left:2.2rem;list-style-type:disc;list-style-position:outside;display:flex;flex-direction:column;gap:8px}.blog_post li{padding-left:0.15rem}.blog_post li::marker{color:var(--text-light);font-size:0.95em}.blog_post_header_content{display:flex;flex-direction:column;padding:144px 24px 76px 24px;gap:16px;text-align:center;box-sizing:border-box}.blog_post_kicker{color:var(--text-light);font-weight:300;font-size:0.85rem;letter-spacing:0.02em}.blog_post_title{font-size:2.65rem;line-height:1.05;letter-spacing:-0.03em}.blog_post_meta{color:var(--text-light);font-weight:300}.blog_figure_grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:860px;box-sizing:border-box}.blog_figure_grid .blog_figure{min-width:0;display:flex;flex-direction:column;height:100%}.blog_figure_grid .blog_figure img{flex:1;min-height:0;object-fit:cover;height:100%}.blog_figure{display:grid;gap:10px;width:100%;box-sizing:border-box}.blog_figure img{width:100%;height:auto;display:block;border-radius:16px;border:8px solid rgb(0 0 0 / 0%);background:var(--bg-hover);opacity:0.9}figcaption{color:var(--text-light);font-weight:300;font-size:0.85rem;text-align:center;text-wrap-style:balance}.blog_post p{line-height:1.65}.blog_post h2{font-size:1.7rem;font-weight:500}.blog_post_footer{width:100%;max-width:600px;display:flex;flex-direction:column;gap:12px;padding-top:22px;border-top:1px solid rgba(0,0,0,0.06);color:var(--text-light);font-weight:300;font-size:0.9rem;box-sizing:border-box}.blog_post_footer_row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.blog_post_footer_label{min-width:56px}.blog_tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--bg-hover);font-size:0.8rem;font-weight:400}.blog_callout{background:var(--bg-menu);border:1px solid rgba(0,0,0,0.06);border-radius:12px;padding:14px 16px;display:grid;gap:6px}.blog_quote{padding-left:14px;border-left:3px solid var(--primary-color);color:var(--text-light)}.blog_table_wrap{width:100%;overflow-x:auto}.blog_table{width:100%;border-collapse:collapse;font-size:0.95rem}.blog_table th,.blog_table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(0,0,0,0.08)}.blog_table th{font-weight:600;color:var(--text-light);font-size:0.85rem;text-transform:uppercase;letter-spacing:0.04em}.blog_table tbody tr:hover{background:var(--bg-hover)}.blog_post code{background:var(--bg-hover);border-radius:6px;padding:0.1rem 0.35rem}.blog_index .post_item{display:flex;flex-direction:column;gap:4px}.blog_index .post_item a{font-weight:600}.blog_index .post_meta{color:var(--text-light);font-weight:300}@media (max-width:768px){.blog_index_page{padding-top:78px}.blog_container{padding:0 1.4rem}.blog_post{gap:42px;align-items:stretch;font-size:0.95rem}.blog_post h2{font-size:1.5rem;line-height:1.3}.blog_tldr{font-size:0.85rem}.blog_post_header_content{padding:96px 1.4rem 44px 1.4rem}.blog_cta_wrap{flex-wrap:wrap}.blog_meta_bar{flex-wrap:wrap}.blog_post_header{flex-direction:column;align-items:center}.blog_post_header_img{width:100%;flex:none;height:200px}.blog_post_title{font-size:1.5rem}.blog_post ul{padding-left:1.4rem}.blog_figure_grid{grid-template-columns:1fr}}