:root{--brand:#2567ff;--brand-dark:#1b4fe0;--brand-light:#90b1ff;--brand-tint:#eef3ff;--text:#14171a;--text-muted:#5a6572;--border:#e5e8ec;--surface:#ffffff;--surface-alt:#f7f9fb;--radius:12px;--radius-sm:8px;--shadow-sm:0 1px 2px rgba(20,23,26,0.06),0 2px 6px rgba(20,23,26,0.05);--shadow-md:0 2px 4px rgba(20,23,26,0.05),0 8px 20px rgba(20,23,26,0.08);--max-width:1040px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--border);background:var(--surface);position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner{justify-content:space-between;height:64px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--text)}.brand:hover{text-decoration:none}.brand-mark{width:22px;height:22px;border-radius:6px;background:var(--brand);display:inline-block}.brand-muted{color:var(--text-muted);font-weight:500}.header-nav{display:flex;align-items:center;gap:1.25rem;font-size:.95rem}.header-nav a{color:var(--text-muted)}.btn-primary{background:var(--brand);color:#fff!important;padding:.45rem .95rem;border-radius:var(--radius-sm);font-weight:600}.btn-primary:hover{background:var(--brand-dark);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:1.5rem 0;color:var(--text-muted);font-size:.9rem}.footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-inner nav{display:flex;gap:1.25rem}.footer-inner a{color:var(--text-muted)}.embedded .breadcrumb,.embedded .hero,.embedded .related,.embedded .section-grid-wrap,.embedded .site-footer,.embedded .site-header{display:none}.embedded .article-page{padding-top:.5rem}.hero{background:linear-gradient(180deg,var(--brand-tint),var(--surface));padding:4rem 0 3rem;text-align:center}.hero h1{font-size:2.4rem;margin:0 0 .5rem;letter-spacing:-.02em}.hero-sub{color:var(--text-muted);margin:0 auto 1.75rem;max-width:34rem}.search{position:relative;max-width:34rem;margin:0 auto}.search input{width:100%;font:inherit;padding:.85rem 1.1rem;border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);outline:none}.search input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,103,255,.15)}.search-results{position:absolute;left:0;right:0;top:calc(100% + 6px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);list-style:none;margin:0;padding:.35rem;text-align:left;z-index:20;max-height:22rem;overflow:auto}.search-results li a{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .75rem;border-radius:var(--radius-sm);color:var(--text)}.search-results li a:hover{background:var(--surface-alt);text-decoration:none}.result-title{font-weight:600}.result-meta{font-size:.8rem;color:var(--text-muted)}.no-results{padding:.75rem;color:var(--text-muted);font-size:.9rem}.section-grid-wrap{padding:2.5rem 1.25rem 1rem}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.section-card{display:flex;gap:.9rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);transition:box-shadow .12s ease,border-color .12s ease}.section-card:hover{text-decoration:none;border-color:var(--brand-light);box-shadow:var(--shadow-md)}.section-card h2{margin:0 0 .25rem;font-size:1.05rem}.section-card p{margin:0 0 .5rem;color:var(--text-muted);font-size:.9rem}.section-icon{color:var(--brand);flex-shrink:0;margin-top:.15rem}.count{font-size:.8rem;color:var(--text-muted)}.article-page{padding-top:2rem;max-width:760px}.breadcrumb{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb span{margin:0 .35rem}.section-head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.section-head h1{margin:0 0 .25rem;font-size:1.75rem;letter-spacing:-.02em}.section-head p{margin:0;color:var(--text-muted)}.article-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.article-list li+li{border-top:1px solid var(--border)}.article-list a{display:flex;flex-direction:column;gap:.15rem;padding:1rem 1.25rem;color:var(--text)}.article-list a:hover{background:var(--surface-alt);text-decoration:none}.article-title{font-weight:600;color:var(--brand)}.article-desc{font-size:.9rem;color:var(--text-muted)}.article-body h1{font-size:2rem;letter-spacing:-.02em;margin:0 0 .5rem}.article-lede{color:var(--text-muted);font-size:1.05rem;margin:0 0 1.75rem}.article-body h2{font-size:1.3rem;margin:2rem 0 .75rem;letter-spacing:-.01em}.article-body h3{font-size:1.05rem;margin:1.5rem 0 .5rem}.article-body code{background:var(--surface-alt);border:1px solid var(--border);border-radius:5px;padding:.1rem .35rem;font-size:.88em}.article-body pre{background:#0f172a;color:#e2e8f0;border-radius:var(--radius-sm);padding:1rem 1.25rem;overflow:auto;font-size:.88rem;line-height:1.55}.article-body pre code{background:none;border:none;padding:0;font-size:inherit}.article-body table{width:100%;border-collapse:collapse;font-size:.92rem;margin:1rem 0}.article-body td,.article-body th{border:1px solid var(--border);padding:.55rem .75rem;text-align:left;vertical-align:top}.article-body th{background:var(--surface-alt)}.article-body img{max-width:100%;border-radius:var(--radius-sm)}.callout{border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius-sm);padding:.85rem 1.1rem;margin:1.25rem 0;background:var(--surface-alt);font-size:.95rem}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout-note{border-left-color:var(--brand);background:var(--brand-tint)}.callout-warning{border-left-color:#d97706;background:#fff7ed}.callout-tip{border-left-color:#059669;background:#ecfdf5}.steps{list-style:none;counter-reset:step;margin:1.25rem 0;padding:0}.step{counter-increment:step;position:relative;padding:0 0 1.25rem 2.6rem;border-left:2px solid var(--border);margin-left:.9rem}.step:last-child{border-left-color:transparent;padding-bottom:0}.step:before{content:counter(step);position:absolute;left:-.95rem;top:-.1rem;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--brand);color:#fff;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center}.step-title{font-weight:600;margin-bottom:.15rem}.step-body>:first-child{margin-top:0}.accordion-group{margin:1.25rem 0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.accordion+.accordion{border-top:1px solid var(--border)}.accordion summary{cursor:pointer;padding:.85rem 1.1rem;font-weight:600;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";float:right;color:var(--text-muted)}.accordion[open] summary:after{content:"-"}.accordion-body{padding:0 1.1rem .85rem}.card-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:.9rem;gap:.9rem;margin:1.25rem 0}.card{display:block;border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;color:var(--text)}a.card:hover{border-color:var(--brand-light);box-shadow:var(--shadow-sm);text-decoration:none}.card-title{font-weight:600;margin-bottom:.25rem}.card-body{font-size:.9rem;color:var(--text-muted)}.frame{border:1px solid var(--border);padding:.5rem;background:var(--surface-alt)}.frame,.video-embed{margin:1.25rem 0;border-radius:var(--radius)}.video-embed{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.related{margin-top:3rem;border-top:1px solid var(--border);padding-top:1.5rem}.related h2{font-size:1.05rem;margin:0 0 .75rem}.related ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}@media (max-width:640px){.hero h1{font-size:1.8rem}.header-nav a:not(.btn-primary){display:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}