.cr-post-main{padding:4rem 0 5rem}.cr-post-main__layout{grid-template-columns:minmax(0,30fr) minmax(0,70fr);align-items:start;gap:max(1.5rem,min(3vw,2.5rem));display:grid}.cr-post-sidebar{top:var(--cr-sticky-offset,0px);min-width:0;position:-webkit-sticky;position:sticky}.cr-post-main__content{min-width:0}.cr-post-toc{border:.0625rem solid var(--borderStrong);border-radius:var(--radiusLg);box-shadow:0 1rem 2.75rem rgba(var(--primaryRgb), .08);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:rgba(255,255,255,.84);overflow:hidden}.cr-post-toc__head{z-index:1;border-bottom:.0625rem solid rgba(var(--primaryRgb), .1);background:linear-gradient(rgba(255,255,255,.96),rgba(255,248,248,.92));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(--accentHover);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.cr-post-toc__count{border-radius:var(--radiusPill);background:var(--bgSoft);min-width:2.15rem;height:2.15rem;color:var(--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{scrollbar-width:thin;scrollbar-color:rgba(var(--primaryRgb), .22) transparent;max-height:min(31rem,100vh - 10.5rem);padding:.65rem;overflow-y:auto}.cr-post-toc__body::-webkit-scrollbar{width:.4rem}.cr-post-toc__body::-webkit-scrollbar-thumb{border-radius:var(--radiusPill);background:rgba(var(--primaryRgb), .22)}.cr-post-toc__list{counter-reset:toc;gap:.28rem;margin:0;padding:0;list-style:none;display:grid}.cr-post-toc__item{counter-increment:toc}.cr-post-toc__link{border-radius:var(--radius);color:var(--textSoft);transition:color var(--trans), background var(--trans), transform var(--trans);grid-template-columns:1.9rem minmax(0,1fr);align-items:start;gap:.55rem;padding:.7rem .72rem;font-size:.92rem;font-weight:700;line-height:1.38;text-decoration:none;display:grid;position:relative}.cr-post-toc__link:before{content:counter(toc, decimal-leading-zero);border-radius:var(--radiusPill);background:rgba(var(--accentRgb), .14);width:1.9rem;height:1.9rem;color:var(--accentHover);justify-content:center;align-items:center;font-size:.72rem;font-weight:900;display:inline-flex}.cr-post-toc__link:hover,.cr-post-toc__link.is-active{color:var(--primary);background:rgba(var(--accentRgb), .14);transform:translate(.16rem)}.cr-post-toc__link.is-active:before{background:var(--primary);color:var(--textInverse)}.cr-post-toc__sublist{border-left:.0625rem solid rgba(var(--primaryRgb), .12);gap:.15rem;margin:.15rem 0 .35rem 2.45rem;padding:0 0 0 .85rem;list-style:none;display:grid}.cr-post-toc__sublist a{border-radius:var(--radiusSm);color:var(--textSoft);padding:.42rem .55rem;font-size:.84rem;font-weight:650;line-height:1.35;text-decoration:none;display:block}.cr-post-toc__sublist a:hover{color:var(--primary);background:rgba(var(--accentRgb), .1)}.cr-post-cover{border:.0625rem solid rgba(var(--primaryRgb), .1);background:var(--bgElev);box-shadow:0 1.25rem 3.5rem rgba(var(--primaryRgb), .1);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(--borderStrong);box-shadow:0 1.5rem 4rem rgba(var(--primaryRgb), .12);color:var(--text);background:rgba(255,255,255,.93);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(--textSoft);margin:0 0 1.25rem}.cr-post-content .lead{border-radius:var(--radiusLg);background:linear-gradient(135deg, #fff4f5, var(--bgElev));color:var(--primary);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{color:var(--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(--radiusPill);background:linear-gradient(90deg, var(--secondary), #ffc3c8);width:3.25rem;height:.32rem;margin-bottom:.85rem;display:block}.cr-post-content h3{color:var(--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(--radiusPill);background:linear-gradient(90deg, var(--accent), rgba(var(--accentSoftRgb), .72));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 ul,.cr-post-content ol{color:var(--textSoft);margin:0 0 1.35rem;padding-left:1.35rem}.cr-post-content li+li{margin-top:.45rem}.cr-post-content a{color:var(--primary);text-underline-offset:.18em;font-weight:700;text-decoration-thickness:.08em}.cr-post-content a:hover{color:var(--primaryHover)}.cr-post-content img{border-radius:var(--radiusLg);max-width:100%;height:auto;margin:1rem auto;display:block}.cr-post-content .wp-caption-text{color:var(--primary);font-size:.75rem;font-weight:800}.cr-post-content blockquote{border:.0625rem solid rgba(var(--accentRgb), .2);border-radius:var(--radiusLg);background:var(--bgSoft);color:var(--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(--accentHover);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(--borderStrong);border-radius:var(--radiusLg);border-collapse:separate;border-spacing:0;background:var(--bgElev);width:100%;margin:1.5rem 0;font-size:.96rem;overflow:hidden}.cr-post-content th,.cr-post-content td{border-right:.0625rem solid var(--border);border-bottom:.0625rem solid var(--border);text-align:left;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(--bgSoft);color:var(--primary);font-weight:800}.cr-post-content code{border-radius:var(--radiusSm);background:var(--bgSoft);color:var(--accentHover);padding:.15rem .4rem;font-size:.9em}.cr-post-content pre{border-radius:var(--radiusLg);color:var(--textInverse);background:#12343b;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-cta{background:var(--gradientPrimary);width:100%;color:var(--textInverse);box-shadow:0 1.3rem 3rem rgba(var(--primaryRgb), .2);border-radius:1.75rem;justify-content:space-between;align-items:center;gap:1.25rem;margin:1.5rem 0 0;padding:max(1.35rem,min(3vw,2rem));display:flex}.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{grid-template-columns:1fr;gap:2rem}.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-cover{border-radius:var(--radiusLg)}.cr-post-cover img,.cr-post-cover__image{aspect-ratio:16/10.5}.cr-post-content{border-radius:var(--radiusLg);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-cta{flex-direction:column;align-items:stretch}.cr-post-cta__actions,.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}}
