:root{--bg:#f4f7fb;--bg-elevated:#ffffff;--bg-dark:#0b1627;--panel:#ffffff;--panel-soft:#eef3f9;--line:#d9e1ec;--line-strong:#bfd0e2;--text:#18263a;--text-soft:#526175;--text-muted:#74839a;--blue:#2563eb;--blue-strong:#1747b8;--blue-soft:#eaf1ff;--green:#1f9d55;--green-soft:#e7f7ee;--shadow:0 14px 40px rgba(17, 32, 56, 0.08);--shadow-sm:0 8px 24px rgba(17, 32, 56, 0.06);--radius:12px;--radius-sm:8px;--container:100%;--content-gutter:clamp(1rem, 3vw, 3rem);--reading-width:920px}*,*::before,*::after{box-sizing:border-box}html{width:100%;min-height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;width:100%;min-height:100vh;font-family:Inter,pingfang sc,microsoft yahei,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:linear-gradient(180deg,#f8fbff 0%,var(--bg) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-strong)}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:100%;padding-inline:var(--content-gutter);margin:0 auto}.main{padding-top:72px}.nav{position:fixed;inset:0 0 auto 0;z-index:1000;height:72px;border-bottom:1px solid rgba(217,225,236,.85);background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}.nav-container{width:100%;height:100%;padding-inline:var(--content-gutter);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand{display:inline-flex;align-items:center;gap:.85rem;min-width:0;color:var(--text)}.nav-brand-mark{width:178px;height:36px;object-fit:contain;flex:none}.nav-brand-copy{display:none;flex-direction:column;line-height:1.1}.nav-brand-copy strong{font-size:1rem;font-weight:750}.nav-brand-copy small{font-size:.75rem;color:var(--text-muted)}.nav-menu{display:flex;align-items:center;gap:1.5rem;list-style:none;padding:0;margin:0}.nav-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;color:var(--text-soft);font-weight:550}.nav-link:hover,.nav-item.active .nav-link{color:var(--text)}.nav-link-external::after{content:"↗";font-size:.85em;opacity:.8}.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);padding:.6rem}.nav-toggle-bar{display:block;height:2px;border-radius:999px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.nav-toggle-bar+.nav-toggle-bar{margin-top:4px}.nav-toggle.active .nav-toggle-bar:nth-child(1){transform:translateY(6px)rotate(45deg)}.nav-toggle.active .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.active .nav-toggle-bar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.78rem 1.1rem;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:650;line-height:1;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.18)}.btn-primary:hover{background:var(--blue-strong);color:#fff}.btn-secondary{background:var(--bg-elevated);color:var(--text);border-color:var(--line)}.btn-secondary:hover{border-color:var(--line-strong);color:var(--text)}.btn-ghost{background:0 0;color:var(--text-soft);border-color:var(--line)}.btn-ghost:hover{color:var(--text);border-color:var(--line-strong);background:rgba(255,255,255,.6)}.btn-ghost--light{color:rgba(255,255,255,.88);border-color:rgba(255,255,255,.16)}.btn-ghost--light:hover{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,4%)}.home-page,.page-shell,.empty-shell{padding-bottom:4rem}.hero-band{min-height:auto;display:flex;align-items:stretch;padding:clamp(1.25rem,2vw,2rem)0 clamp(2rem,4vw,4rem);background:linear-gradient(180deg,rgba(248,251,255,.95) 0%,rgba(244,247,251,0) 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(360px,.95fr);gap:clamp(1rem,2.4vw,2.4rem);align-items:stretch;flex:1}.hero-copy,.hero-console,.surface-card,.docs-card,.post-card,.page-hero,.docs-article,.empty-state{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-sm)}.hero-copy{border-radius:8px;padding:clamp(1.4rem,3vw,3rem);display:flex;flex-direction:column;justify-content:center;min-height:520px;background:linear-gradient(180deg,#ffffff,#f8fbff)}.eyebrow{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.4rem .7rem;border-radius:999px;background:var(--blue-soft);color:var(--blue-strong);font-size:.76rem;font-weight:700;letter-spacing:0}.eyebrow--light{background:rgba(255,255,255,8%);color:rgba(255,255,255,.9)}.hero-copy h1,.docs-hero h1,.page-hero h1,.single-page h1,.empty-state h1{margin:.9rem 0 0;font-size:clamp(2.35rem,4.1vw,4.6rem);line-height:1.08;letter-spacing:0;color:var(--text)}.hero-lead,.docs-lead,.page-lead{margin:1rem 0 0;color:var(--text-soft);font-size:clamp(1.02rem,1.2vw,1.24rem);max-width:62ch}.hero-sublead{margin:.75rem 0 0;color:var(--text-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.hero-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:auto;padding-top:1.8rem}.hero-meta span,.badge,.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:.34rem .65rem;border-radius:999px;font-size:.78rem;font-weight:650}.hero-meta span,.badge{background:var(--panel-soft);color:var(--text-soft)}.hero-console{border-radius:8px;padding:clamp(1rem,1.8vw,1.8rem);display:grid;gap:1rem;align-content:start;background:#0d1728;color:rgba(255,255,255,.9)}.console-head,.release-band,.section-heading,.docs-header,.docs-sidebar-top,.docs-page-nav,.post-card-meta,.page-hero,.docs-hero,.empty-state{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.console-head p{margin:.35rem 0 0;color:rgba(255,255,255,.58);font-size:.92rem}.status-pill{background:rgba(34,197,94,.12);color:#86efac;border:1px solid rgba(34,197,94,.18)}.status-pill--online{min-width:82px;justify-content:center}.console-grid{display:grid;gap:.85rem}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.metric-card,.console-panel{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);background:rgba(255,255,255,.055);padding:.95rem}.metric-card--wide{padding:1.1rem}.metric-label,.console-panel-title,.docs-sidebar-label,.docs-card-kicker{display:block;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0}.hero-console .metric-label,.hero-console .console-panel-title{color:rgba(255,255,255,.46)}.metric-card strong{display:block;margin-top:.4rem;font-size:1rem;color:inherit}.metric-card p,.console-panel p,.surface-desc,.docs-card p,.post-card-desc{margin:.55rem 0 0;color:var(--text-soft)}.hero-console .metric-card p,.hero-console .console-panel p{color:rgba(255,255,255,.62)}.console-stack{display:grid;gap:.85rem}.console-flow{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;margin-top:.55rem;color:rgba(255,255,255,.68);font-size:.92rem;overflow-x:auto;padding-bottom:.2rem}.console-flow span{white-space:nowrap}.console-panel--soft{background:rgba(255,255,255,.075)}.console-list{list-style:none;padding:0;margin:.65rem 0 0;display:grid;gap:.55rem}.console-list li{display:flex;align-items:flex-start;gap:.55rem;color:rgba(255,255,255,.68);font-size:.92rem}.status-dot{width:8px;height:8px;margin-top:.44rem;border-radius:999px;flex:none}.status-dot--blue{background:var(--blue)}.status-dot--green{background:var(--green)}.status-dot--slate{background:var(--text-muted)}.band{padding:clamp(2rem,4vw,4rem)0;border-top:1px solid rgba(217,225,236,.72)}.band--alt{background:#fff}.band--dark{padding:clamp(2rem,4vw,4rem)0;border-top:0}.section-heading{margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.section-heading h2,.release-band h2{margin:.4rem 0 0;font-size:1.7rem;line-height:1.18}.section-lead{margin:0;color:var(--text-soft);max-width:54ch}.surface-grid,.docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.surface-card,.docs-card{border-radius:8px;padding:1.15rem}.surface-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:var(--blue-soft);color:var(--blue-strong);font-size:.82rem;font-weight:750}.surface-title,.docs-card h3,.post-card-title,.page-hero h1,.docs-hero h1,.single-page h1{margin:.85rem 0 0;font-size:1.1rem}.docs-card{position:relative;min-height:168px;display:flex;flex-direction:column;justify-content:space-between;color:inherit}.docs-card:hover,.surface-card:hover,.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.docs-card-arrow{align-self:flex-end;font-size:1.35rem;color:var(--blue)}.release-band{border-radius:8px;padding:clamp(1.3rem,2.2vw,2rem);background:#0d1728;color:rgba(255,255,255,.9);align-items:center}.release-band p{margin:.7rem 0 0;color:rgba(255,255,255,.7);max-width:60ch}.release-actions{display:flex;gap:.75rem;flex-wrap:wrap}.docs-shell{display:grid;grid-template-columns:minmax(220px,280px)minmax(0,1fr);gap:clamp(1rem,1.8vw,1.75rem);width:100%;padding:1.5rem var(--content-gutter)4rem;margin:0 auto}.docs-sidebar{position:sticky;top:88px;align-self:start;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);padding:1rem}.docs-sidebar-top{margin-bottom:.9rem;align-items:center}.docs-version-badge{padding:.3rem .55rem;border-radius:999px;background:var(--panel-soft);color:var(--text-soft);font-size:.75rem;font-weight:650}.docs-nav{display:grid;gap:.35rem}.docs-nav-link{padding:.7rem .8rem;border-radius:10px;color:var(--text-soft);font-weight:550;border:1px solid transparent}.docs-nav-link:hover,.docs-nav-link.active{background:var(--blue-soft);color:var(--blue-strong);border-color:rgba(37,99,235,8%)}.docs-nav-link--home{margin-bottom:.35rem;color:var(--text)}.docs-main-area{min-width:0;width:100%}.docs-container{max-width:none;padding-inline:0}.docs-hero,.page-hero{flex-direction:column;border-radius:var(--radius);padding:1.5rem}.docs-hero{margin-bottom:1rem}.docs-hero h1,.page-hero h1{font-size:2.25rem}.docs-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem}.docs-intro{margin-bottom:1rem}.docs-prose,.richtext{color:var(--text-soft)}.docs-prose h2,.richtext h2{margin:2rem 0 .75rem;font-size:1.35rem;color:var(--text)}.docs-prose h3,.richtext h3{margin:1.5rem 0 .5rem;font-size:1.05rem;color:var(--text)}.docs-prose p,.richtext p{margin:0 0 1rem}.docs-prose ul,.docs-prose ol,.richtext ul,.richtext ol{margin:0 0 1rem;padding-left:1.2rem}.docs-prose li,.richtext li{margin:.2rem 0}.docs-prose table,.richtext table{width:100%;min-width:680px;border-collapse:collapse;margin:1.2rem 0;font-size:.95rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.docs-prose th,.docs-prose td,.richtext th,.richtext td{padding:.7rem .85rem;border-bottom:1px solid var(--line);text-align:left}.docs-prose blockquote,.richtext blockquote{margin:1.2rem 0;padding:1rem 1.1rem;border-left:3px solid var(--blue);border-radius:0 var(--radius-sm)var(--radius-sm)0;background:var(--blue-soft);color:var(--text)}.docs-prose pre,.richtext pre{max-width:100%;overflow-x:auto;padding:1rem 1.1rem;border-radius:var(--radius-sm);background:#0d1728;color:#dce7f7;white-space:pre;-webkit-overflow-scrolling:touch}.docs-prose pre code,.richtext pre code{display:block;padding:0;border-radius:0;background:0 0;color:inherit;font-size:inherit;line-height:inherit}.docs-prose .highlight,.richtext .highlight{max-width:100%;overflow-x:auto;margin:1.2rem 0;border-radius:var(--radius-sm);background:#0d1728}.docs-prose .highlight pre,.richtext .highlight pre{margin:0;min-width:max-content}.docs-prose code,.richtext code{padding:.15rem .35rem;border-radius:6px;background:#edf3fb;color:#194aa3}.docs-layout-body{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;align-items:start}.docs-content{min-width:0;width:100%;max-width:1120px}.docs-page-head h1,.single-page h1{font-size:2.15rem}.docs-breadcrumb,.post-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;color:var(--text-muted);font-size:.86rem}.docs-header{margin-bottom:1rem;align-items:center}.docs-sidebar-toggle{display:none;align-items:center;gap:.55rem;min-height:42px;padding:.6rem .8rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel)}.docs-sidebar-toggle-icon{width:18px;display:grid;gap:3px}.docs-sidebar-toggle-icon span{height:2px;background:var(--text);border-radius:999px}.docs-toc{position:sticky;top:88px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);padding:1rem;max-height:calc(100vh - 108px);overflow-y:auto;display:none}.docs-toc-title{margin:0 0 .8rem;font-size:.75rem;text-transform:uppercase;letter-spacing:0;color:var(--text-muted)}.docs-toc a{color:var(--text-soft)}.docs-toc a:hover{color:var(--blue)}.docs-edit-link{margin-top:1.25rem;font-size:.9rem}.docs-page-nav{margin-top:1.5rem}.docs-page-nav-link{flex:1;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--panel);color:var(--text)}.docs-page-nav-title{display:block;margin-top:.35rem;font-weight:650}.page-shell{padding-top:1rem}.page-hero,.single-page{margin-bottom:1rem}.page-intro{margin-bottom:1.25rem}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.post-card{border-radius:var(--radius);padding:1.2rem}.post-card-title a{color:var(--text)}.post-card-title a:hover{color:var(--blue)}.single-page{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-sm);padding:1.4rem;max-width:var(--reading-width)}.single-content{margin-top:1.2rem}.single-footer{margin-top:1.5rem}.single-tags{display:flex;flex-wrap:wrap;gap:.5rem}.empty-shell{padding:3rem 0 5rem}.empty-state{border-radius:calc(var(--radius) + 4px);padding:2rem;flex-direction:column;align-items:flex-start}.empty-code{display:inline-flex;align-items:center;justify-content:center;min-width:70px;min-height:42px;border-radius:10px;background:var(--blue-soft);color:var(--blue-strong);font-weight:800}.footer{border-top:1px solid var(--line);background:rgba(255,255,255,.84);backdrop-filter:blur(14px);padding:2.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:1.5rem}.footer-logo{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:750}.footer-logo img{width:30px;height:30px}.footer-tagline{margin:.6rem 0 0;color:var(--text-soft);max-width:30ch}.footer-col-title{margin:0 0 .7rem;font-size:.78rem;text-transform:uppercase;letter-spacing:0;color:var(--text-muted)}.footer-col-list{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.footer-col-list a{color:var(--text-soft)}.footer-bottom{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;color:var(--text-muted);font-size:.85rem}pre{overflow-x:auto}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,monospace}table{border-collapse:collapse}thead th{background:#f3f7fb}@media(max-width:1100px){.hero-grid,.docs-shell,.docs-layout-body{grid-template-columns:1fr}.docs-sidebar,.docs-toc{position:static}.surface-grid,.docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1500px){.docs-layout-body{grid-template-columns:minmax(0,1fr)240px}.docs-toc{display:block}}@media(max-width:768px){.main{padding-top:68px}.nav{height:68px}.nav-brand-mark{width:148px;height:32px}.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center}.nav-menu{position:absolute;top:68px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1rem 1rem;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}.nav-menu.open{display:flex}.nav-item{width:100%}.nav-link{width:100%;justify-content:space-between;padding:.8rem .2rem}.hero-copy h1,.docs-hero h1,.page-hero h1,.single-page h1,.empty-state h1{font-size:2rem}.hero-copy,.hero-console,.docs-sidebar,.docs-hero,.page-hero,.single-page,.empty-state{padding:1.05rem}.hero-copy{min-height:auto}.surface-grid,.docs-grid,.metric-grid,.post-grid,.footer-grid{grid-template-columns:1fr}.section-heading,.release-band,.docs-header,.docs-page-nav,.page-hero,.console-head{flex-direction:column;align-items:flex-start}.docs-sidebar-toggle{display:inline-flex}.docs-sidebar{display:none}.docs-sidebar.open{display:block}.docs-toc{display:none}.footer-bottom{flex-direction:column}.btn{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none !important;animation:none !important}}