:root{--blue:#0d63ce;--navy:#092c60;--ink:#102544;--muted:#637894;--line:#d8e5f2;--soft:#f3f8fe}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.docs-top{height:76px;position:fixed;top:0;left:0;right:0;z-index:30;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.docs-top>div{display:flex;align-items:center;gap:12px}.docs-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#0a50ad,#1677df);color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px}.docs-top strong,.docs-top small{display:block}.docs-top strong{font-size:14px}.docs-top small{font-size:10px;color:var(--muted);margin-top:3px}.docs-top button{border:1px solid #c8d9ed;background:#fff;color:var(--blue);border-radius:10px;padding:9px 13px;font-weight:800;cursor:pointer}.docs-layout{display:grid;grid-template-columns:270px 1fr;padding-top:76px}aside{position:fixed;top:76px;bottom:0;width:270px;overflow:auto;background:#f7fbff;border-right:1px solid var(--line);padding:24px 17px}.toc-title{font-size:9px;letter-spacing:.15em;color:#8192a9;font-weight:900;margin:0 8px 13px}aside a{display:flex;align-items:center;gap:9px;border-radius:9px;padding:8px;color:#425d7f;text-decoration:none;font-size:11px;font-weight:700}aside a:hover{background:#eaf3ff;color:var(--blue)}aside a span{width:24px;height:24px;border-radius:7px;background:#fff;border:1px solid #dce7f3;display:grid;place-items:center;font-size:8px;color:var(--blue)}main{grid-column:2;width:min(100%,1000px);padding:65px 70px 100px}.docs-hero{background:linear-gradient(145deg,#092c61,#0d63ce);color:#fff;border-radius:28px;padding:48px;margin-bottom:50px;box-shadow:0 26px 70px rgba(8,59,127,.2)}.docs-hero>p:first-child{font-size:9px;letter-spacing:.17em;color:#a9d1ff;font-weight:900}.docs-hero h1{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:13px 0}.docs-hero>p{color:#d7eaff;line-height:1.7}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.hero-meta span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.doc-section{position:relative;padding:42px 0;border-bottom:1px solid var(--line);scroll-margin-top:95px}.section-number{font-size:10px;letter-spacing:.15em;color:var(--blue);font-weight:900}.doc-section h2{font-size:34px;letter-spacing:-.035em;margin:8px 0 26px}.doc-section h3{font-size:21px;margin:30px 0 10px}.doc-section h4{font-size:16px;margin:22px 0 8px}.doc-section p,.doc-section li{font-size:14px;line-height:1.75;color:#4f6684}.doc-section strong{color:var(--ink)}.doc-section code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#eef5fd;border:1px solid #dbe8f7;border-radius:6px;padding:2px 5px;color:#064d9f}.doc-section pre{background:#071a34;color:#d5e9ff;border-radius:14px;padding:18px;overflow:auto}.doc-section pre code{background:none;border:0;color:inherit;padding:0}.doc-section ul,.doc-section ol{padding-left:23px}footer{color:#8091a7;font-size:10px;padding-top:35px}@media(max-width:900px){.docs-layout{display:block}aside{display:none}main{width:100%;padding:42px 24px 80px}.docs-hero{padding:32px}.docs-hero h1{font-size:35px}}@media print{.docs-top,aside{display:none}.docs-layout{display:block;padding:0}main{width:100%;padding:0}.docs-hero{box-shadow:none;break-after:page}.doc-section{break-inside:avoid-page}.doc-section h2{break-after:avoid}.doc-section p,.doc-section li{font-size:11pt;color:#222}.doc-section pre{white-space:pre-wrap}.doc-section{border-color:#bbb}}