:root{color-scheme:light;--bg: #f6f8fc;--surface: #ffffff;--surface-subtle: #f7f9fd;--sidebar: #ffffff;--text: #14213a;--text-muted: #65748b;--text-faint: #8c99ad;--border: #dfe6f0;--border-strong: #c5d1e0;--brand: #2563eb;--brand-dark: #1d4ed8;--brand-soft: #edf4ff;--cyan: #0f88aa;--green: #13835b;--green-soft: #eaf9f1;--amber: #9a6800;--amber-soft: #fff7e5;--red: #bd382f;--red-soft: #fff1f0;--shadow: 0 14px 34px rgba(27, 52, 91, .1);--topbar-height: 50px;--sidebar-width: 244px;--workspace-sidebar-width: var(--sidebar-width);font-family:Inter,Segoe UI,Microsoft YaHei,Arial,sans-serif}html[data-theme=dark]{color-scheme:dark;--bg: #0d1625;--surface: #111e31;--surface-subtle: #17263a;--sidebar: #0c1727;--text: #e9eef7;--text-muted: #a8b6ca;--text-faint: #76869c;--border: #2a3a51;--border-strong: #40536c;--brand: #6b9dff;--brand-dark: #9bbcff;--brand-soft: #162e55;--cyan: #55c2de;--green: #66d8a2;--green-soft: #143a31;--amber: #f0c05a;--amber-soft: #3d3217;--red: #ff958d;--red-soft: #42272c;--shadow: 0 16px 42px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font-size:14px;line-height:1.55;letter-spacing:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid rgba(37,99,235,.26);outline-offset:2px}a{color:inherit}.topbar{position:fixed;z-index:30;inset:0 0 auto;height:var(--topbar-height);display:grid;grid-template-columns:var(--sidebar-width) minmax(200px,1fr) auto;align-items:stretch;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-shell.is-sidebar-collapsed .topbar{grid-template-columns:auto minmax(200px,1fr) auto}.brand{min-width:0;display:flex;align-items:center;padding:0 8px;border-right:1px solid var(--border)}.sidebar-toggle{flex:0 0 auto;margin-right:14px;color:var(--brand-dark);background:var(--brand-soft)}.sidebar-toggle:hover{border-color:color-mix(in srgb,var(--brand) 20%,var(--border));color:var(--brand-dark);background:var(--brand-soft)}.brand-link{min-width:0;display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.brand-mark{flex:0 0 auto;display:grid;width:31px;height:31px;place-items:center;border-radius:6px;color:#fff;background:var(--brand);font-size:16px;font-weight:800}.brand-copy{min-width:0}.brand-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-copy strong{font-size:15px;line-height:1.2}.primary-nav{display:flex;align-items:stretch;gap:2px;padding:0 16px}.primary-nav__item{position:relative;display:inline-flex;align-items:center;gap:7px;padding:0 17px;color:var(--text-muted);text-decoration:none;font-weight:650}.primary-nav__item:hover{color:var(--text);background:var(--surface-subtle)}.primary-nav__item.router-link-active,.primary-nav__item.is-active{color:var(--brand-dark)}.primary-nav__item.router-link-active:after,.primary-nav__item.is-active:after{position:absolute;right:17px;bottom:-1px;left:17px;height:3px;border-radius:3px 3px 0 0;background:var(--brand);content:""}.topbar-actions{display:flex;align-items:center;gap:8px;padding-right:18px}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid transparent;border-radius:6px;color:var(--text-muted);background:transparent}.icon-button:hover{border-color:var(--border);color:var(--text);background:var(--surface-subtle)}.sidebar__mobile-head{display:none}.workspace{display:grid;grid-template-columns:var(--workspace-sidebar-width) minmax(0,1fr);min-height:100vh;padding-top:var(--topbar-height);transition:grid-template-columns .18s ease}.sidebar{position:fixed;z-index:20;top:var(--topbar-height);bottom:0;width:var(--sidebar-width);display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--sidebar);transition:transform .18s ease,visibility .18s ease}.app-shell.is-sidebar-collapsed{--workspace-sidebar-width: 0px}.app-shell.is-sidebar-collapsed .sidebar{visibility:hidden;transform:translate(-100%)}.side-nav{display:flex;min-height:0;flex:1;flex-direction:column;gap:3px;overflow-y:auto;padding:10px 12px 18px}.side-nav__label{margin:3px 8px 7px;color:var(--text-faint);font-size:11px;font-weight:700}.side-nav__item,.product-tree__product{display:flex;min-width:0;align-items:center;gap:9px;padding:8px 10px;border-radius:5px;color:var(--text-muted);text-decoration:none;font-weight:600}.side-nav__item:hover,.product-tree__product:hover{color:var(--text);background:var(--surface-subtle)}.side-nav__item.is-active{color:var(--brand-dark);background:var(--brand-soft)}.side-nav__overview{min-height:36px}.product-tree{display:grid;gap:2px}.product-tree+.product-tree{margin-top:3px}.product-tree__heading{display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;border-radius:5px}.product-tree.is-current>.product-tree__heading{background:var(--surface-subtle)}.product-tree__product{gap:9px;padding:8px 3px 8px 9px;color:var(--text-muted);text-decoration:none}.product-tree.is-current .product-tree__product{color:var(--text)}.product-tree__name{min-width:0;overflow:hidden;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-tree__toggle{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:5px;color:var(--text-faint);background:transparent}.product-tree__toggle:hover{color:var(--text);background:var(--surface)}.product-tree__sections{display:grid;gap:2px;margin:1px 0 5px 23px;padding-left:9px;border-left:1px solid var(--border)}.product-tree__section{min-height:34px;padding:7px 9px;font-size:13px}.side-nav__product-code{flex:0 0 auto;display:grid;width:26px;height:22px;place-items:center;border:1px solid var(--border);border-radius:4px;color:var(--text-faint);font-size:10px;font-weight:800}.side-nav__item.is-active .side-nav__product-code{border-color:color-mix(in srgb,var(--brand) 38%,var(--border));color:var(--brand-dark);background:var(--surface)}.side-nav__separator{height:1px;margin:8px;background:var(--border)}.main-content{grid-column:2;min-width:0}.sidebar-backdrop{display:none}.page-section,.empty-page{width:min(1180px,calc(100% - 72px));margin:0 auto;padding:44px 0 56px}.page-heading{max-width:760px;margin-bottom:31px}.page-heading--workspace{margin-bottom:28px}.workspace-page:not(.workspace-page--docs){padding-top:22px}.eyebrow{margin:0 0 6px;color:var(--brand-dark);font-size:12px;font-weight:750}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:28px;line-height:1.25;letter-spacing:0}h2{margin-bottom:6px;font-size:18px;line-height:1.35}.page-heading>p:last-child,.section-heading p{margin-bottom:0;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:flex;min-width:0;min-height:278px;flex-direction:column;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 2px 8px #1b345b08}.product-card:hover{border-color:color-mix(in srgb,var(--brand) 30%,var(--border));box-shadow:var(--shadow);transform:translateY(-1px);transition:.15s ease}.product-card__heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card__code{display:grid;width:36px;height:29px;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 30%,var(--border));border-radius:5px;color:var(--brand-dark);background:var(--brand-soft);font-size:12px;font-weight:800}.product-card__type{min-width:0;color:var(--text-faint);font-size:12px;text-align:right;overflow-wrap:anywhere}.product-card h2{margin:18px 0 7px;font-size:18px;overflow-wrap:anywhere}.product-card p{min-height:44px;margin-bottom:15px;color:var(--text-muted);font-size:13px}.capability-list{display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0 0 18px;list-style:none}.capability-list li{padding:3px 7px;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);background:var(--surface-subtle);font-size:11px}.product-card__links{display:flex;align-items:center;gap:5px;margin-top:auto}.product-card__links>a:first-child{display:inline-flex;align-items:center;gap:5px;color:var(--brand-dark);text-decoration:none;font-weight:700}.product-card__utility{display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid transparent;border-radius:5px;color:var(--text-muted)}.product-card__utility:hover{border-color:var(--border);color:var(--brand-dark);background:var(--surface-subtle)}.workspace-content{min-width:0}.summary-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.content-panel{padding:22px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.capability-item{min-width:0;padding:13px;border:1px solid var(--border);border-radius:5px;background:var(--surface)}.capability-item strong,.capability-item span{display:block;overflow-wrap:anywhere}.capability-item span{margin-top:3px;color:var(--text-muted);font-size:12px}.product-cover{display:grid;min-height:250px;margin:0;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.product-cover img{width:100%;height:100%;max-height:330px;padding:18px;object-fit:contain}.product-cover__placeholder{display:grid;place-items:center;gap:6px;color:var(--text-faint)}.product-cover__placeholder span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:6px;color:var(--brand);background:var(--brand-soft);font-size:13px;font-weight:800}.product-cover__placeholder strong{font-size:12px}.recent-updates{margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);text-decoration:none;font-weight:700}.button:hover{border-color:var(--border-strong);background:var(--surface-subtle)}.button--primary{border-color:var(--brand);color:#fff;background:var(--brand)}.button--primary:hover{border-color:var(--brand-dark);background:var(--brand-dark)}.workspace-page--docs{width:100%;height:calc(100vh - var(--topbar-height));height:calc(100dvh - var(--topbar-height));min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.document-reader{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden;background:var(--surface)}.document-reader__frame{display:block;min-height:0;flex:1 1 auto;width:100%;height:100%;border:0;background:var(--surface)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.section-heading h2{margin-bottom:4px}.section-heading__link{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;padding-top:3px;color:var(--brand-dark);text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}.section-heading__link:hover{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.loading-note{flex:0 0 auto;color:var(--text-faint);font-size:12px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.release-table{width:100%;min-width:760px;border-spacing:0;border-collapse:collapse;text-align:left}.release-table th{padding:11px 14px;border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--surface-subtle);font-size:12px;font-weight:700}.release-table td{padding:15px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.release-table tr:last-child td{border-bottom:0}.compatibility-cell strong,.compatibility-cell span{display:block}.compatibility-cell span,.muted-text,.disabled-text{margin-top:2px;color:var(--text-muted);font-size:12px}.download-link{display:inline-flex;align-items:center;gap:5px;min-height:31px;padding:0 9px;border:1px solid var(--border-strong);border-radius:5px;color:var(--text);text-decoration:none;font-weight:700}.download-link:hover{border-color:var(--brand);color:var(--brand-dark);background:var(--brand-soft)}.release-status{display:inline-flex;padding:2px 7px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.release-status--recommended{color:var(--green);background:var(--green-soft)}.release-status--maintained{color:var(--amber);background:var(--amber-soft)}.release-status--deprecated,.release-status--archived{color:var(--text-muted);background:var(--surface-subtle)}.update-list{display:grid;gap:0;padding:0;margin:0;border:1px solid var(--border);border-radius:7px;list-style:none;background:var(--surface)}.update-list li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:start;padding:16px;border-bottom:1px solid var(--border)}.update-list li:last-child{border-bottom:0}.update-list__type{display:inline-flex;min-width:44px;justify-content:center;padding:2px 6px;border-radius:4px;color:var(--brand-dark);background:var(--brand-soft);font-size:11px;font-weight:750}.update-list strong,.update-list p{overflow-wrap:anywhere}.update-list p{margin:2px 0 0;color:var(--text-muted)}.update-list time{color:var(--text-faint);font-size:12px;white-space:nowrap}.empty-page{display:grid;place-items:start;align-content:center;min-height:calc(100vh - var(--topbar-height))}.empty-page h1{margin-bottom:5px}.empty-page p{color:var(--text-muted)}.empty-page .button{margin-top:10px}@media(max-width:1020px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid{grid-template-columns:1fr}.product-cover{min-height:220px}}@media(max-width:780px){:root{--sidebar-width: 244px}.topbar{grid-template-columns:minmax(0,1fr) auto}.brand{padding:0 12px;border-right:0}.sidebar-toggle{display:inline-grid;flex:0 0 auto;margin-right:14px}.primary-nav{display:none}.topbar-actions{padding-right:12px}.workspace{display:block}.sidebar{left:0;transform:translate(-100%);width:var(--sidebar-width);box-shadow:var(--shadow);transition:transform .18s ease}.app-shell.is-sidebar-collapsed .sidebar{visibility:visible}.sidebar.is-open{transform:translate(0)}.sidebar__mobile-head{display:flex;align-items:center;justify-content:space-between;padding:12px 13px 8px 20px}.sidebar-backdrop{position:fixed;z-index:15;inset:var(--topbar-height) 0 0;display:block;width:100%;border:0;pointer-events:none;opacity:0;background:#09142661;transition:opacity .18s ease}.sidebar-backdrop.is-open{pointer-events:auto;opacity:1}.main-content{min-width:0}.page-section,.empty-page{width:min(100% - 32px,680px);padding:30px 0 45px}.page-heading{margin-bottom:22px}.workspace-page:not(.workspace-page--docs){padding-top:15px}.workspace-page--docs{width:100%;padding:0}h1{font-size:24px}.product-grid{grid-template-columns:1fr}}@media(max-width:500px){.brand-copy small{display:none}.brand-copy strong{max-width:168px}.page-section,.empty-page{width:min(100% - 24px,680px)}.product-card{min-height:0}.capability-grid{grid-template-columns:1fr}.workspace-page--docs{padding:0}.document-reader{border:0}.update-list li{grid-template-columns:auto minmax(0,1fr);gap:9px}.update-list time{grid-column:2}}
