.section-anchor-wrap{position:absolute;inset:0 auto 0 0;z-index:20;--section-anchor-margin-left: 24px;width:calc((100vw - var(--section-anchor-content-width, 980px)) / 2);pointer-events:none}.section-anchor-nav{position:sticky;top:50vh;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:calc(100% - var(--section-anchor-margin-left));margin-left:var(--section-anchor-margin-left);pointer-events:auto}.section-anchor-link{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;width:100%;min-width:0;color:#2f2d2c52;font-family:var(--font-body);font-weight:500;font-size:16px;line-height:18px;letter-spacing:-.06em;text-decoration:none;pointer-events:auto}.section-anchor-mark{width:14px;height:2px;border-radius:999px;background:#0000000f;transition:background-color .2s ease}.section-anchor-title{min-width:0;overflow:hidden;color:var(--color-ink-strong);opacity:0;text-overflow:ellipsis;visibility:hidden;white-space:nowrap;transition:opacity .18s ease,visibility .18s ease}.section-anchor-link--level3{padding-left:20px;font-size:14px}.section-anchor-link.is-active .section-anchor-mark{background:var(--secondary-color, #2f2d2c)}.section-anchor-link.is-active .section-anchor-title{opacity:1;visibility:visible}.section-anchor-nav:hover .section-anchor-title,.section-anchor-nav:focus-within .section-anchor-title{opacity:1;visibility:visible}.section-anchor-link:hover,.section-anchor-link:focus-visible{z-index:2}.section-anchor-link:hover .section-anchor-title,.section-anchor-link:focus-visible .section-anchor-title{overflow:visible;text-overflow:unset;width:max-content;max-width:none;padding-right:12px;background:linear-gradient(90deg,var(--color-bg, #ffffff) 0%,var(--color-bg, #ffffff) 78%,transparent 100%);white-space:nowrap}@media(min-width:1181px)and (max-width:1400px){.section-anchor-wrap{--section-anchor-margin-left: 12px;width:calc((100vw - var(--section-anchor-content-width, 980px)) / 2 + 40px)}.section-anchor-nav{gap:12px}.section-anchor-link{font-size:13px;line-height:16px;gap:6px}.section-anchor-mark{width:12px}}@media(max-width:1180px){.section-anchor-wrap{display:none}}.blog-content{max-width:var(--article-text-width, min(660px, 100%));width:100%;margin-inline:auto;font-family:var(--font-body);color:#1e1e1e;overflow-wrap:anywhere}.blog-content>:first-child{margin-top:0}.blog-content>:last-child{margin-bottom:0}.blog-content h2{font-size:30px;font-weight:600;line-height:1.25;letter-spacing:-.01em;color:#1e1e1e;margin:72px 0 24px;scroll-margin-top:112px}.blog-content h3{font-size:22px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#1e1e1e;margin:44px 0 14px;scroll-margin-top:112px}.blog-content p{font-size:18px;font-weight:400;line-height:1.6;color:#1e1e1e;margin:0 0 22px}.blog-content strong{font-weight:600;color:#1e1e1e}.blog-content ul,.blog-content ol{margin:0 0 24px;color:#1e1e1e;font-size:18px;line-height:1.6}.blog-content ul{list-style:disc;padding-left:1.25em}.blog-content ol{list-style:decimal;padding-left:1.5em}.blog-content li{margin-bottom:12px;line-height:1.6}.blog-content ul li{padding-left:.15em}.blog-content ol li{padding-left:.25em}.blog-content li:last-child{margin-bottom:0}.blog-content li>p{font-size:inherit;margin:0}.blog-content li>p+p{margin-top:12px}.blog-content ul li::marker{color:#1e1e1e}.blog-content ol li::marker{color:#1e1e1e;font-weight:600}.blog-content li>ul,.blog-content li>ol{margin:12px 0 0}.blog-content a{color:#1e1e1e;text-decoration:underline;text-decoration-color:#6b6b6b;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}.blog-content a:hover{color:#000;text-decoration-color:#000}.blog-content code{font-size:.94em;background:#f2f2f2;border-radius:4px;padding:.1em .35em}.blog-content mark{background:#ffe566;color:inherit;border-radius:2px;padding:.05em .15em}.blog-content h4{font-size:18px;font-weight:600;line-height:1.4;color:#1e1e1e;margin:32px 0 12px;scroll-margin-top:112px}.blog-content pre{margin:0 0 24px;padding:16px 18px;border-radius:8px;background:#f6f6f6;border:1px solid #ececec;overflow-x:auto;font-size:15px;line-height:1.55}.blog-content pre code{background:none;padding:0;font-size:inherit}.blog-content hr{border:none;border-top:1px solid #e1e1e1;margin:40px 0}.blog-content-figure{margin:32px 0}.blog-content-figure img{display:block;width:100%;height:auto;border-radius:8px}.blog-content-figure figcaption{margin-top:12px;font-size:14px;line-height:1.5;color:#6b6b6b;text-align:center}.blog-table-scroll{margin:0 0 24px;overflow-x:auto}.blog-content table{width:100%;border-collapse:collapse;font-size:16px;line-height:1.55;color:#1e1e1e}.blog-content th,.blog-content td{border:1px solid #e1e1e1;padding:10px 14px;text-align:left;vertical-align:top;word-break:normal;overflow-wrap:normal}.blog-content th:first-child,.blog-content td:first-child{white-space:nowrap;min-width:7ch}.blog-content th{background:#f6f6f6;font-weight:600}.blog-content th>p,.blog-content td>p{font-size:inherit;margin:0}.blog-content blockquote{margin:0 0 22px;padding-left:20px;border-left:2px solid #e1e1e1;color:#7d7d7d}.blog-content--brand ul{list-style:none;padding-left:1.25em}.blog-content--brand ul li{position:relative}.blog-content--brand ul li:before{content:"";position:absolute;left:-1.05em;top:.55em;width:6px;height:6px;background:#fe655d}.blog-content--brand ol{list-style:none;counter-reset:blog-ol;padding-left:0}.blog-content--brand ol li{counter-increment:blog-ol;position:relative;padding-left:32px}.blog-content--brand ol li:before{content:counter(blog-ol);position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#1e1e1e;background:#f2f2f2}@media(max-width:980px){.blog-content table{font-size:15px}.blog-content p,.blog-content ul,.blog-content ol{font-size:16px}}@media(max-width:640px){.blog-content h2{font-size:24px;margin:48px 0 18px}.blog-content h3{font-size:20px;margin:32px 0 12px}.blog-content h4{font-size:17px;margin:24px 0 10px}.blog-content p{margin-bottom:20px}}
