.cr-post-main{--post-bg:var(--bgMain);--post-surface:var(--bgElev);--post-surface-soft:var(--bgSoft);--post-surface-hover:var(--surfaceHover);--post-inverse:var(--surfaceInverse);--post-text:var(--text);--post-text-soft:var(--textSoft);--post-text-muted:var(--textMuted);--post-text-inverse:var(--textInverse);--post-primary:var(--primary);--post-primary-hover:var(--primaryHover);--post-border:var(--border);--post-border-strong:var(--borderStrong);--post-radius:var(--radius);--post-radius-sm:var(--radiusSm);--post-radius-lg:var(--radiusLg);--post-radius-pill:var(--radiusPill);--post-shadow:var(--shadowPrimary);--post-focus:var(--focus);--post-sticky-top:calc(var(--cr-sticky-offset,0rem) + 1rem);color:var(--post-text);padding:max(2.75rem,min(5vw,4.5rem)) 0 max(3.5rem,min(6vw,5.5rem));position:relative;overflow:visible}.cr-post-main__layout{align-items:start;gap:max(1.5rem,min(3vw,2.5rem));display:grid;overflow:visible}.cr-post-main__layout--with-toc{grid-template-columns:minmax(0,30fr) minmax(0,70fr)}.cr-post-main__layout--no-toc{grid-template-columns:minmax(0,1fr)}.cr-post-main__layout--no-toc .cr-post-main__content{width:min(58rem,100%);margin-left:auto;margin-right:auto}.cr-post-sidebar{top:var(--post-sticky-top);min-width:0;position:-webkit-sticky;position:sticky}.cr-post-main__content{min-width:0}.cr-post-toc{border:.0625rem solid var(--post-border-strong);border-radius:var(--post-radius-lg);background:var(--post-surface);box-shadow:var(--post-shadow);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);overflow:hidden}.cr-post-toc__head{z-index:1;border-bottom:.0625rem solid var(--post-border);background:var(--post-surface);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem .85rem;display:flex;position:-webkit-sticky;position:sticky;top:0}.cr-post-toc__label{color:var(--post-text);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:900}.cr-post-toc__count{border-radius:var(--post-radius-pill);background:var(--post-surface-soft);min-width:2.15rem;height:2.15rem;color:var(--post-primary);justify-content:center;align-items:center;padding-left:.5rem;padding-right:.5rem;font-size:.78rem;font-weight:900;display:inline-flex}.cr-post-toc__body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--post-border-strong) transparent;max-height:min(31rem,100svh - 10.5rem);padding:.65rem;overflow-x:hidden;overflow-y:auto}.cr-post-toc__body::-webkit-scrollbar{width:.4rem}.cr-post-toc__body::-webkit-scrollbar-track{background:0 0}.cr-post-toc__body::-webkit-scrollbar-thumb{border-radius:var(--post-radius-pill);background:var(--post-border-strong)}.cr-post-toc__list{gap:.28rem;margin:0;padding:0;list-style:none;display:grid}.cr-post-toc__item{min-width:0}.cr-post-toc__link{border-radius:var(--post-radius);color:var(--post-text-soft);transition:color var(--trans), background-color var(--trans), transform var(--trans);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;padding:.68rem .72rem;font-size:.9rem;font-weight:700;line-height:1.38;text-decoration:none;display:grid;position:relative}.cr-post-toc__number{border-radius:var(--post-radius-pill);background:var(--post-surface-soft);min-width:1.9rem;height:1.9rem;color:var(--post-text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;padding-left:.46rem;padding-right:.46rem;font-size:.7rem;font-weight:900;line-height:1;display:inline-flex}.cr-post-toc__title{overflow-wrap:anywhere;min-width:0}.cr-post-toc__link:hover,.cr-post-toc__link.is-active{color:var(--post-primary);background:var(--post-surface-hover);transform:translate(.16rem)}.cr-post-toc__link:hover .cr-post-toc__number,.cr-post-toc__link.is-active .cr-post-toc__number{background:var(--post-primary);color:var(--post-text-inverse)}.cr-post-toc__link:focus-visible{box-shadow:var(--post-focus);outline:none}.cr-post-toc__item--depth-1 .cr-post-toc__link{margin-left:1.05rem;font-size:.86rem;font-weight:650}.cr-post-toc__item--depth-2 .cr-post-toc__link{margin-left:2rem;font-size:.82rem;font-weight:650}.cr-post-toc__item--depth-3 .cr-post-toc__link,.cr-post-toc__item--depth-4 .cr-post-toc__link{margin-left:2.65rem;font-size:.8rem;font-weight:650}.cr-post-toc__item--depth-1 .cr-post-toc__number,.cr-post-toc__item--depth-2 .cr-post-toc__number,.cr-post-toc__item--depth-3 .cr-post-toc__number,.cr-post-toc__item--depth-4 .cr-post-toc__number{min-width:auto;height:auto;color:var(--post-text-muted);background:0 0;padding:0}.cr-post-toc__item--depth-1 .cr-post-toc__link:hover .cr-post-toc__number,.cr-post-toc__item--depth-2 .cr-post-toc__link:hover .cr-post-toc__number,.cr-post-toc__item--depth-3 .cr-post-toc__link:hover .cr-post-toc__number,.cr-post-toc__item--depth-4 .cr-post-toc__link:hover .cr-post-toc__number,.cr-post-toc__item--depth-1 .cr-post-toc__link.is-active .cr-post-toc__number,.cr-post-toc__item--depth-2 .cr-post-toc__link.is-active .cr-post-toc__number,.cr-post-toc__item--depth-3 .cr-post-toc__link.is-active .cr-post-toc__number,.cr-post-toc__item--depth-4 .cr-post-toc__link.is-active .cr-post-toc__number{color:var(--post-primary);background:0 0}.cr-post-cover{border:.0625rem solid var(--post-border-strong);background:var(--post-surface);box-shadow:var(--post-shadow);border-radius:2rem;margin:0 0 1.4rem;overflow:hidden}.cr-post-cover img,.cr-post-cover__image{aspect-ratio:16/8.8;object-fit:cover;width:100%;display:block}.cr-post-content{border:.0625rem solid var(--post-border-strong);background:var(--post-surface);box-shadow:var(--post-shadow);color:var(--post-text);border-radius:2.25rem;padding:max(1.35rem,min(3.5vw,3.4rem));font-size:1.06rem;line-height:1.92}.cr-post-content>:first-child{margin-top:0}.cr-post-content>:last-child{margin-bottom:0}.cr-post-content p{color:var(--post-text-soft);margin:0 0 1.25rem}.cr-post-content .lead{border:.0625rem solid var(--post-border);border-radius:var(--post-radius-lg);background:var(--gradientPrimary);color:var(--post-text-inverse);padding:1.25rem 1.35rem;font-size:1.15rem;font-weight:700;line-height:1.75}.cr-post-content h1,.cr-post-content h2,.cr-post-content h3,.cr-post-content h4,.cr-post-content h5,.cr-post-content h6{color:var(--post-primary);font-family:var(--fontHeading), sans-serif;letter-spacing:-.025em;font-weight:700;line-height:1.2}.cr-post-content h1{margin:2.5rem 0 .9rem;font-size:max(1.75rem,min(3.2vw,2.45rem))}.cr-post-content h2{letter-spacing:-.03em;margin:2.35rem 0 .9rem;font-size:max(1.55rem,min(2.55vw,2.05rem));line-height:1.18;position:relative}.cr-post-content h2:before{content:"";border-radius:var(--post-radius-pill);background:var(--gradientPrimary);width:3.25rem;height:.32rem;margin-bottom:.85rem;display:block}.cr-post-content h3{color:var(--post-primary);letter-spacing:-.02em;margin:2rem 0 .8rem;font-size:1.45rem;line-height:1.25}.cr-post-content h3:before{content:"";border-radius:var(--post-radius-pill);background:var(--post-border-strong);width:2.5rem;height:.24rem;margin-bottom:.7rem;display:block}.cr-post-content h4{margin:1.75rem 0 .75rem;font-size:1.2rem}.cr-post-content h5,.cr-post-content h6{margin:1.5rem 0 .65rem;font-size:1rem}.cr-post-content h1[id],.cr-post-content h2[id],.cr-post-content h3[id],.cr-post-content h4[id],.cr-post-content h5[id],.cr-post-content h6[id]{scroll-margin-top:calc(var(--post-sticky-top) + 1.5rem)}.cr-post-content ul,.cr-post-content ol{color:var(--post-text-soft);margin:0 0 1.35rem;padding-left:1.35rem}.cr-post-content li+li{margin-top:.45rem}.cr-post-content li::marker{color:var(--post-text-muted)}.cr-post-content a{color:var(--post-primary);text-underline-offset:.18em;font-weight:700;text-decoration-thickness:.08em}.cr-post-content a:hover{color:var(--post-primary-hover)}.cr-post-content strong,.cr-post-content b{color:var(--post-text);font-weight:800}.cr-post-content em,.cr-post-content i{color:var(--post-text)}.cr-post-content img{border-radius:var(--post-radius-lg);max-width:100%;height:auto;margin:1rem auto;display:block}.cr-post-content figure{margin:1.5rem 0}.cr-post-content figcaption,.cr-post-content .wp-caption-text{color:var(--post-text-muted);text-align:center;margin-top:.65rem;font-size:.78rem;font-weight:700;line-height:1.5}.cr-post-content blockquote{border:.0625rem solid var(--post-border);border-radius:var(--post-radius-lg);background:var(--post-surface-soft);color:var(--post-primary);margin:2rem 0;padding:1.6rem 1.7rem 1.6rem 4.2rem;font-size:1.13rem;font-weight:800;line-height:1.65;position:relative}.cr-post-content blockquote:before{content:"“";color:var(--post-text-muted);font-size:4rem;line-height:1;position:absolute;top:.65rem;left:1.25rem}.cr-post-content blockquote>:last-child{margin-bottom:0}.cr-post-content table{border:.0625rem solid var(--post-border-strong);border-radius:var(--post-radius-lg);border-collapse:separate;border-spacing:0;background:var(--post-surface);width:100%;margin:1.5rem 0;font-size:.96rem;overflow:hidden}.cr-post-content th,.cr-post-content td{border-right:.0625rem solid var(--post-border);border-bottom:.0625rem solid var(--post-border);text-align:left;vertical-align:top;padding:.95rem 1rem}.cr-post-content th:last-child,.cr-post-content td:last-child{border-right:0}.cr-post-content tr:last-child td{border-bottom:0}.cr-post-content th{background:var(--post-surface-soft);color:var(--post-primary);font-weight:800}.cr-post-content code{border-radius:var(--post-radius-sm);background:var(--post-surface-soft);color:var(--post-primary);padding:.15rem .4rem;font-size:.9em}.cr-post-content pre{border-radius:var(--post-radius-lg);background:var(--post-inverse);color:var(--post-text-inverse);margin:1.5rem 0;padding:1.25rem;line-height:1.7;overflow:auto}.cr-post-content pre code{color:inherit;background:0 0;padding:0}.cr-post-content hr{border:0;border-top:.0625rem solid var(--post-border);margin:2rem 0}.cr-post-content iframe,.cr-post-content video{border-radius:var(--post-radius-lg);max-width:100%;margin:1.5rem auto;display:block}.cr-post-content .aligncenter{text-align:center;margin-left:auto;margin-right:auto}.cr-post-content .alignleft{float:left;margin:.5rem 1.25rem 1rem 0}.cr-post-content .alignright{float:right;margin:.5rem 0 1rem 1.25rem}.cr-post-content:after{content:"";clear:both;display:block}.cr-post-cta{border:.0625rem solid var(--post-border-strong);background:var(--gradientPrimary);width:100%;color:var(--post-text-inverse);box-shadow:var(--post-shadow);border-radius:1.75rem;justify-content:space-between;align-items:center;gap:1.25rem;margin:max(1.5rem,min(3vw,2.5rem)) 0 0;padding:max(1.35rem,min(3vw,2rem));display:flex}.cr-post-cta__content{min-width:0}.cr-post-cta__content h3,.cr-post-cta h3{color:inherit;font-family:var(--fontHeading), sans-serif;margin:0 0 .45rem;font-size:1.45rem;font-weight:700;line-height:1.2}.cr-post-cta__content p,.cr-post-cta p{color:var(--textInverseSoft);margin:0;font-size:.98rem;line-height:1.6}.cr-post-cta__actions{flex:none;display:flex}.cr-related{padding:0 0 6rem}.cr-related__head{width:100%;margin:0 auto 1.5rem}.cr-related__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%;margin-left:auto;margin-right:auto;display:grid}@media (max-width:991.98px){.cr-post-main__layout,.cr-post-main__layout--with-toc,.cr-post-main__layout--no-toc{grid-template-columns:1fr;gap:2rem}.cr-post-main__layout--no-toc .cr-post-main__content{width:100%}.cr-post-sidebar{order:1;position:static}.cr-post-main__content{order:2}.cr-post-toc__body{max-height:16rem}.cr-related{padding-bottom:2rem}.cr-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.cr-post-main{padding:2.25rem 0 4rem}.cr-post-toc,.cr-post-cover,.cr-post-content{border-radius:var(--post-radius-lg)}.cr-post-cover img,.cr-post-cover__image{aspect-ratio:16/10.5}.cr-post-content{font-size:1rem}.cr-post-content h1{font-size:max(1.65rem,min(7.5vw,2.15rem))}.cr-post-content h2{font-size:max(1.45rem,min(6.2vw,1.85rem))}.cr-post-content h3{font-size:1.3rem}.cr-post-content blockquote{padding:1.4rem 1.25rem 1.4rem 3.25rem;font-size:1rem}.cr-post-content blockquote:before{font-size:3.25rem;left:.9rem}.cr-post-content table{white-space:nowrap;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.cr-post-content .alignleft,.cr-post-content .alignright{float:none;margin-left:auto;margin-right:auto}.cr-post-cta{flex-direction:column;align-items:stretch}.cr-post-cta__actions,.cr-post-cta__actions .cr-btn,.cr-post-cta__action{width:100%}.cr-related__grid{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:min(84vw,21rem);grid-auto-flow:column;gap:1rem;padding-bottom:1rem;display:grid;overflow-x:auto;overflow-y:hidden}.cr-related__grid::-webkit-scrollbar{display:none}.cr-related__grid>*{scroll-snap-align:start;min-width:0}}
