#article{max-width:860px;padding-top:32px;padding-bottom:64px}#article h1,#article h2,#article h3{scroll-margin-top:100px}#article img{display:block;max-width:100%;height:auto}#article p>img[src*="/guide/"]{max-width:min(320px,100%);margin-left:auto;margin-right:auto;border-radius:12px}.article-wrap-with-toc{max-width:1180px}@media(min-width:900px){.article-wrap-with-toc{display:grid;grid-template-columns:240px minmax(0,1fr);gap:48px;align-items:start}.article-wrap-with-toc #article{max-width:720px;padding-top:32px}}.page-toc-sidebar{padding:20px 22px;background:rgba(0,113,227,6%);border:1px solid rgba(0,113,227,.18);border-radius:12px;margin:24px 0 32px}@media(min-width:900px){.page-toc-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;margin:32px 0 0}}.page-toc-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#6b6b70;margin:0 0 14px}.page-toc-sidebar nav#TableOfContents{font-size:14px;line-height:1.4}.page-toc-sidebar nav#TableOfContents ul{list-style:none;padding:0;margin:0}.page-toc-sidebar nav#TableOfContents li{margin:0}.page-toc-sidebar nav#TableOfContents a{display:block;padding:6px 10px;margin:1px 0;border-left:2px solid transparent;color:#1d1d1f;text-decoration:none;font-weight:500;transition:color .15s,background .15s,border-color .15s}.page-toc-sidebar nav#TableOfContents a:hover{color:var(--header-accent);background:rgba(0,113,227,8%);border-left-color:var(--header-accent)}.page-toc-sidebar nav#TableOfContents ul ul{margin:0 0 4px 16px;font-size:13px}.page-toc-sidebar nav#TableOfContents ul ul a{color:#6b6b70;font-weight:400}#article .guide-index{list-style:none;padding:0;margin:32px 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}#article .guide-index li{margin:0;padding:0}#article .guide-index a{display:block;padding:20px 24px;background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,6%);border-radius:12px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}#article .guide-index a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,113,227,.12);border-color:rgba(0,113,227,.3)}#article .guide-index .guide-index-title{display:block;font-size:17px;font-weight:600;color:var(--header-accent);margin-bottom:4px}#article .guide-index .guide-index-desc{display:block;font-size:14px;color:#6b6b70;line-height:1.5}[data-theme=dark] .page-toc-sidebar{background:rgba(10,132,255,8%);border-color:rgba(10,132,255,.25)}[data-theme=dark] .page-toc-title{color:#8e8e93}[data-theme=dark] .page-toc-sidebar nav#TableOfContents a{color:#e6e6eb}[data-theme=dark] .page-toc-sidebar nav#TableOfContents>ul>li>a::before{background:var(--theme-bg);border-color:rgba(10,132,255,.45)}[data-theme=dark] .page-toc-sidebar nav#TableOfContents ul ul a{color:#8e8e93}[data-theme=dark] #article .guide-index a{background:rgba(255,255,255,4%);border-color:rgba(255,255,255,8%)}[data-theme=dark] #article .guide-index .guide-index-desc{color:#8e8e93}#article{line-height:1.6}#article p a,#article li a,#article td a{color:var(--header-accent)}#article p a:hover,#article li a:hover,#article td a:hover{color:var(--header-accent-hover)}#article .h1,#article h1{font-size:1.8em;margin-bottom:.5em;margin-top:.5em;line-height:1.2}#article .h2,#article h2{font-size:1.5em;margin-top:1em;margin-bottom:.5em;line-height:1.3}#article .h3,#article h3{font-size:1.25em;margin-top:1em;margin-bottom:.5em;line-height:1.4}#article .p,#article p{font-size:1em;margin-top:.5em;margin-bottom:1em}#article .ul,#article ul{list-style-type:disc;margin-top:1em;margin-bottom:1em;padding-left:1.5em}#article .li,#article li{margin-bottom:.5em;padding-left:.25em}#article .spaced{margin-top:1em;margin-bottom:1em}#article .highlight{margin:1em 0;position:relative}#article .highlight pre{padding:1em 1.25em;padding-right:3.25em;border-radius:8px;overflow-x:auto;font-size:.95em;line-height:1.5;margin:0}#article .highlight .copy-btn{position:absolute;top:.5em;right:.5em;display:inline-flex;align-items:center;justify-content:center;width:2em;height:2em;padding:0;background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.75);border-radius:6px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}#article .highlight .copy-btn:hover{background:rgba(255,255,255,.15);color:#fff}#article .highlight .copy-btn.copied{color:#4ade80;border-color:rgba(74,222,128,.4)}#article .highlight .copy-btn svg{display:block}#article code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95em;background-color:rgba(0,0,0,6%);padding:.15em .4em;border-radius:4px}#article .highlight code{background:0 0;padding:0;border-radius:0}[data-theme=dark] #article code{background-color:rgba(255,255,255,8%)}