:root{color-scheme:dark;--bg:#090c12;--surface:#101620;--raised:#151e2b;--line:#263142;--white:#edf2fa;--secondary:#a4afbf;--muted:#8e9bb0;--blue:#8abaff;--amber:#dfb878;--success:#8bcab0;--font:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--white);font:14px/1.65 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:transparent;text-align:left}button,input,select,textarea{border:0}button:disabled{cursor:wait;opacity:.65}input,select,textarea{background:var(--surface);color:var(--white)}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--blue);outline-offset:4px}::selection{background:var(--blue);color:var(--bg)}input,textarea{caret-color:var(--blue)}::placeholder{color:var(--muted);opacity:1}::-webkit-scrollbar{width:7px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#39475e;border-radius:5px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:550;letter-spacing:-.025em}h1,h2{text-wrap:balance}p{text-wrap:pretty}strong,b{font-weight:600}svg{max-width:100%}.icon{flex-shrink:0;vertical-align:middle;pointer-events:none}.icon-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:4px}.icon-button:hover{background:#202a39}.site-header{height:78px;margin-inline:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1b2533;gap:32px}.brand-mark{width:28px;height:28px;color:var(--blue);flex-shrink:0}.site-header nav{display:flex;gap:32px;align-items:center}.site-header nav a{font-size:12px;color:#b3bccb;min-height:44px;display:flex;align-items:center}.site-header nav a:hover{color:var(--blue)}.primary-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--blue);color:#0b1525;padding:11px 22px;border-radius:4px;font-size:13px;font-weight:600;transition:background .2s}.primary-button:hover{background:#b0d2ff}.text-action{display:inline-flex;align-items:center;gap:16px;min-height:44px;font-size:13px}.text-action:hover{color:var(--blue)}.quiet-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;padding:8px 13px;border:1px solid var(--line);border-radius:4px;white-space:nowrap}.quiet-button:hover{background:#1c2839;border-color:#425571}.market-chart{display:block;width:100%;height:auto;color:var(--blue);overflow:visible}.grid-line{stroke:#273447;stroke-width:1;fill:none}.axis-label{fill:#9aa9bf;font-family:var(--font);font-size:11px;font-variant-numeric:tabular-nums}.chart-line{stroke:var(--blue);fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.chart-area{fill:var(--blue);opacity:.055}.chart-dot{fill:#101722;stroke:var(--blue);stroke-width:1.8}.chart-dot[role=button]{cursor:pointer;stroke-width:2.1}.chart-dot[role=button]:hover{r:5.5px;fill:var(--blue)}.mini-bars{height:25px;display:flex;gap:4px;align-items:flex-end}.mini-bars i{height:var(--bar);background:#769acb;flex:1;min-width:3px;max-width:14px;opacity:.8}.status-dot{display:inline-block;height:5px;width:5px;border-radius:50%;background:var(--blue);flex-shrink:0}.status-dot.success{background:var(--success)}.status-dot.amber{background:var(--amber)}.chart-unit{font-size:9px;color:var(--muted);white-space:nowrap}.metric-summary{display:flex;align-items:center;gap:15px;margin:17px 0 20px}.metric-summary>strong{font-size:39px;line-height:1.2;font-weight:500;letter-spacing:-.025em;font-variant-numeric:tabular-nums}.metric-summary>span{font-size:10px;color:var(--secondary);line-height:1.9}.metric-summary small{display:block;font-size:9px;color:var(--blue)}.safe-caption{font-size:10px;line-height:1.9;color:var(--muted);margin-top:20px}.source-row{display:flex;align-items:center;gap:10px;width:100%;min-height:52px;padding:13px 0;border-bottom:1px solid #29364a;font-size:11px;color:#c9d4e4}.source-row>span{flex:1}.source-row small{display:block;font-size:9px;font-weight:400;line-height:1.7;color:var(--muted);margin-top:4px}.source-row>.icon{color:var(--blue)}.source-row:hover{color:var(--blue)}summary{cursor:pointer;min-height:44px;padding:12px 0;color:var(--secondary)}table{width:100%;border-collapse:collapse;font-size:11px;font-variant-numeric:tabular-nums}th,td{text-align:left;border-bottom:1px solid var(--line);padding:10px 12px}th{color:var(--muted);font-weight:400}.weekly-bars{height:245px;display:flex;gap:12px;align-items:flex-end;border-bottom:1px solid var(--line);margin-top:25px;padding-top:25px}.weekly-bars>div{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-width:0}.weekly-bars i{height:var(--bar);width:100%;background:#6c97d0;max-height:182px}.weekly-bars span{font-size:10px;font-variant-numeric:tabular-nums}.weekly-bars small{font-size:10px;color:var(--muted);margin-bottom:-23px}.weekly-bars+.safe-caption{margin-top:39px}.document-page{background:#e6e9ef;color:#21334d;box-shadow:0 20px 42px -23px #000;padding:25px 23px 15px;position:relative;min-height:407px}.paper-top{display:flex;justify-content:space-between;align-items:center;font-size:6px;letter-spacing:.04em;border-bottom:1px solid #aebbcf;padding-bottom:11px}.paper-top b{font-size:23px;font-weight:500;letter-spacing:-.06em}.document-page h3{font-size:20px;margin-top:20px;letter-spacing:-.02em}.paper-subtitle{font-size:7px;color:#52627b;margin-top:7px}.paper-copy{font-size:8px;line-height:1.9;margin-top:21px;color:#51647d}.paper-chart{position:relative;margin-top:21px;padding:8px 4px 6px}.paper-chart>span{font-size:8px;font-weight:600;color:#324966}.paper-chart .market-chart{margin-top:8px}.paper-chart .grid-line{stroke:#bdc7d7}.paper-chart .axis-label{fill:#526780;font-size:15px}.paper-chart .chart-line{stroke:#335f94;stroke-width:2.6}.paper-chart .chart-dot{stroke:#335f94;fill:#e6e9ef}.paper-chart .chart-area{fill:#507fba;opacity:.12}.bbox{position:absolute;inset:0;border:1px solid #557cae;pointer-events:none}.bbox>i{position:absolute;width:9px;height:9px;border:2px solid #335f94}.bbox>i:nth-child(1){top:-2px;left:-2px;border-right:0;border-bottom:0}.bbox>i:nth-child(2){top:-2px;right:-2px;border-left:0;border-bottom:0}.bbox>i:nth-child(3){bottom:-2px;left:-2px;border-right:0;border-top:0}.bbox>i:nth-child(4){bottom:-2px;right:-2px;border-left:0;border-top:0}.bbox>b{position:absolute;right:-1px;top:-17px;background:#3a669a;color:#fff;font-size:6px;letter-spacing:.07em;padding:2px 5px;font-weight:500}.paper-lines{display:flex;flex-direction:column;gap:5px;margin-top:21px}.paper-lines>i{height:2px;background:#b3bfd0;width:100%}.paper-lines>i:last-child{width:62%}.paper-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:26px;border-top:1px solid #bcc6d5;padding-top:10px;font-size:6px;color:#596b83}.ai-workspace{border:1px solid #34435a;border-radius:6px;overflow:hidden;background:#101620}.retrieval-steps li:not(:last-child):after{content:"";position:absolute;top:25px;left:9px;width:1px;height:15px;background:#2b394d}.site-footer{border-top:1px solid var(--line);padding:26px 0 35px;display:flex;justify-content:space-between;gap:25px;font-size:9px;color:var(--muted)}.site-footer>span:first-child{color:#bdc9da}.evidence-drawer{margin:0 0 0 auto;position:fixed;inset:0 0 0 auto;width:510px;max-width:100%;max-height:100dvh;height:100dvh;padding:55px 35px 35px;background:#131d2c;color:var(--white);border:0;border-left:1px solid #405472;box-shadow:-20px 0 80px #0007;overflow:auto}.evidence-drawer::backdrop{background:#040811a8}.drawer-close{position:absolute;right:19px;top:15px}.drawer-kicker{display:flex;gap:10px;align-items:center;color:var(--blue);font-size:10px;letter-spacing:.05em;margin-bottom:24px}.evidence-drawer h2{font-size:29px;line-height:1.4;font-weight:500}.drawer-intro{font-size:12px;color:var(--secondary);line-height:1.9;margin:16px 0 22px}.evidence-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px 25px;padding:22px 0;border-block:1px solid var(--line);margin:0}.evidence-meta dt{font-size:9px;color:var(--muted)}.evidence-meta dd{font-size:12px;margin:5px 0 0}.evidence-observation{padding:24px 0}.evidence-observation>span{font-size:10px;color:var(--blue)}.evidence-observation strong{display:block;font-size:42px;margin-top:7px;font-weight:500}.evidence-observation strong small{font-size:11px;font-weight:400;color:var(--muted);margin-left:12px}.evidence-observation p{font-size:11px;color:var(--secondary);line-height:1.8}.drawer-figure{margin:17px auto 0;max-width:330px}.drawer-figure .document-page{min-height:0}.drawer-figure .paper-copy{display:none}.evidence-drawer blockquote{font-size:17px;line-height:1.9;margin:28px 0 18px;color:#d2e1f6}.evidence-note{font-size:12px;color:var(--secondary);line-height:1.9}.conflict-comparison{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:28px 0 19px}.conflict-comparison small{font-size:10px;color:var(--muted)}.conflict-comparison strong{display:block;font-size:33px;color:var(--amber);font-weight:500;margin-top:7px}.conflict-comparison strong span{font-size:15px;margin-left:5px}@media(min-width:1600px){.site-header{max-width:1440px;margin-inline:auto}}@media(max-width:1250px){.site-header{margin-inline:40px;gap:25px}.site-header nav{gap:25px}.document-page h3{font-size:18px}}@media(max-width:1050px){.site-header{margin-inline:32px}.site-header nav{gap:20px}.document-page{min-height:386px}.document-page h3{font-size:16px}}@media(max-width:900px){.site-header{margin-inline:24px}.site-header nav a{font-size:11px}.document-page{min-height:386px}.document-page h3{font-size:19px}.mobile-architecture li:not(:last-child):before{content:"";position:absolute;top:27px;bottom:-3px;left:12px;width:1px;background:#456384}.site-footer{flex-wrap:wrap}.site-footer>span:nth-child(2){order:3;width:100%}}@media(max-width:650px){html{scroll-padding-top:25px}.site-header{height:66px;margin-inline:20px;gap:10px}.site-header nav{display:none;position:absolute;left:20px;right:20px;top:65px;background:#131e2e;border:1px solid #34445f;z-index:30;padding:12px 20px;gap:0}.site-header nav.open{display:flex;flex-direction:column;align-items:stretch}.site-header nav a{font-size:13px;padding:4px 8px;min-height:46px}.site-header nav a+a{border-top:1px solid var(--line)}.chart-unit{font-size:9px}.metric-summary{margin:16px 0 17px;gap:15px}.metric-summary>strong{font-size:35px}.metric-summary>span{font-size:10px}.metric-summary small{font-size:9px}.market-chart .axis-label{font-size:22px}.market-chart .chart-line{stroke-width:3}.market-chart .chart-dot{stroke-width:2.5}.safe-caption{font-size:10px;line-height:1.9}.source-row{font-size:11px}.source-row small{font-size:9px}th,td{font-size:11px;padding:10px 6px}.weekly-bars{height:222px;gap:11px;padding-top:22px}.weekly-bars span{font-size:11px}.weekly-bars small{font-size:10px}.document-page{padding:23px 20px 15px;min-height:375px}.document-page h3{font-size:18px}.paper-subtitle,.paper-copy{font-size:8px}.paper-chart .axis-label{font-size:20px}.ai-workspace{border-radius:4px}.mobile-architecture li:not(:last-child):before{left:9px;top:27px}.site-footer{padding:23px 0 29px;font-size:10px;gap:15px}.site-footer>span:nth-child(2){font-size:9px;line-height:1.9}.evidence-drawer{width:100%;padding:58px 24px 30px;border-left:0}.drawer-kicker{font-size:10px;margin-bottom:20px}.evidence-drawer h2{font-size:28px;line-height:1.5}.drawer-intro{font-size:12px;line-height:2;margin:15px 0 21px}.evidence-meta{gap:20px;padding-block:21px}.evidence-meta dt{font-size:10px}.evidence-meta dd{font-size:12px;line-height:1.9}.evidence-observation strong{font-size:43px}.evidence-observation strong small{font-size:11px}.evidence-observation p{font-size:12px}.drawer-figure{max-width:300px}.drawer-figure .document-page h3{font-size:19px}.evidence-note{font-size:12px;line-height:2}.evidence-drawer blockquote{font-size:17px;line-height:1.9}.conflict-comparison strong{font-size:31px}.conflict-comparison small{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.chart-line{stroke-dashoffset:0!important}}.paper-bottom{color:#4d5f77}.point-label{fill:currentColor;font-size:12px;font-weight:600}.safe-caption{font-size:11px}.v21{--canvas:#090c12;--surface:#101620;--text:#edf2fa;--muted:#a4afbf;--blue:#8abaff;--line:#263142;color:var(--text);background:var(--canvas)}.v21 section[id]{scroll-margin-top:36px}.v21 button,.v21 a{touch-action:manipulation}.v21 button:disabled{cursor:default}.v21 .safe-caption{font-size:12px;line-height:1.8;color:#a4afbf}.v21 .quiet-button{min-height:42px;padding:9px 15px;border:1px solid var(--line);border-radius:4px;color:var(--text);background:#131d2b;display:inline-flex;align-items:center;justify-content:center;gap:8px}.v21 .quiet-button:hover{border-color:#8abaff;background:#1a2739}.v21 .site-header{height:76px}.v21 .site-header nav{gap:27px}.v21 .site-header nav a{font-size:12px}.v21-hero-copy{text-align:center}.v21-hero-copy h1{font-size:clamp(48px,5vw,72px);font-weight:500;line-height:1.2;letter-spacing:-.04em;margin:0 auto 22px;max-width:1100px}.v21-hero-copy h1 span{display:block}.v21-hero-copy h1 span+span{color:#b5c3d7}.v21-hero-copy>p:not(.hero-eyebrow){font-size:15px;line-height:1.85;color:#b1bfd2;margin:0}.v21-launch-stage{perspective:1400px;z-index:2}#platform-workspace{background:#101722;border:1px solid #2b384b;border-radius:8px;overflow:clip;box-shadow:0 32px 70px -40px #000;transform-origin:50% 0%}.v21-windowbar{height:48px;padding:0 23px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#151e2b}.v21-windowbar>div{display:flex;align-items:center;gap:12px}.v21-windowbar .brand-mark{width:19px;height:23px}.v21-windowbar strong{font-size:14px}.v21-windowbar span{font-size:12px;color:#b0bdd1}.v21-windowbar .v21-private-label{font-size:11px;color:#99abc5}.v21-platform-shell{display:grid;grid-template-columns:170px minmax(0,1fr);min-height:425px}.v21-module-nav{position:relative;padding:21px 12px 45px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:3px}.v21-module-nav small{font-size:10px;color:#8294ad;display:block;padding:0 12px 8px}.v21-module-nav button{display:flex;gap:10px;align-items:center;min-height:37px;background:transparent;border:0;border-radius:3px;padding:7px 12px;color:#9eafc6;font-size:12px;text-align:left}.v21-module-nav button:hover,.v21-module-nav button[aria-pressed=true]{background:#213048;color:#dbeafe}.v21-module-extra{border-top:1px solid var(--line);margin-top:10px;padding-top:12px}.v21-module-extra button{width:100%}.v21-nav-foot{position:absolute;bottom:18px;font-size:10px;display:flex;align-items:center;gap:7px;color:#8192ab;padding-left:12px}.v21-platform-content{padding:23px 27px;min-width:0;min-height:425px}.v21-overview-title,.v21-view-title{margin-bottom:17px}.v21-overview-title{display:flex;justify-content:space-between;align-items:flex-start}.v21-overview-title span,.v21-view-title>span{font-size:11px;color:#8cabcf}.v21-overview-title h3,.v21-view-title h3{font-size:24px;font-weight:500;margin:5px 0 0;letter-spacing:-.025em}.v21-view-title p{font-size:13px;color:#a5b5c9}.v21-overview-title .v21-period-label{color:#7e91ab;font-size:10px;padding-top:6px}.v21-overview-grid{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.4fr);gap:25px}.v21-pane-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#99aac0;margin-bottom:7px}.v21-pane-label b{font-weight:400;color:#cee1fc;margin-left:12px}.v21-pane-label button{display:inline-flex;align-items:center;gap:5px;background:none;border:0;color:#adcefb;padding:3px 0;font-size:10px}.v21-overview-articles{border-right:1px solid var(--line);padding-right:24px}.v21-article-row{width:100%;padding:12px 0;border:0;border-bottom:1px solid #233044;background:none;text-align:left;color:var(--text);display:block}.v21-article-row:last-child{border-bottom:0}.v21-article-row small{color:#83b6fc;font-size:10px}.v21-article-row strong{display:block;margin:5px 0 6px;font-size:13px;font-weight:500;line-height:1.6}.v21-article-row>span{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#91a1b8}.v21-article-row:hover strong,.v21-article-row.is-selected strong{color:#a9cfff}.v21-overview-number{display:flex;align-items:baseline;gap:10px;color:#e7f0fc;font-size:29px;margin-top:10px}.v21-overview-number small{font-size:10px;color:#a0aec1}.v21-overview-number>span{font-size:9px;color:#8fabce;margin-left:auto}.v21-chart,.v21-bars{width:100%;height:auto;display:block;overflow:visible}.v21-axis line{stroke:#273446;stroke-width:1}.v21-axis text{fill:#a7b7cd;font-size:13px}.v21-series-line{stroke:#8abaff;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}.v21-points circle{fill:#0f1724;stroke:#a9cfff;stroke-width:1.7}.v21-bars rect{fill:#81ade9}.v21-bars text{fill:#b8c9df;font-size:11px}.v21-overview-chart .v21-chart{margin:7px 0}.v21-overview-chart .v21-axis text{font-size:19px}.v21-overview-chart .v21-points circle{r:4px}.v21-trend-dimensions{display:flex;justify-content:space-between;gap:8px}.v21-trend-dimensions button{background:none;border:0;color:#a1b3cc;font-size:10px;padding:4px}.v21-trend-dimensions button:hover{color:#d8e9ff}.v21-monthly-strip{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:14px;margin-top:16px}.v21-mini-document{width:33px;height:43px;background:#d5deec;color:#263b58;display:flex;flex-direction:column;align-items:center;font-size:20px;line-height:1.2;padding-top:4px}.v21-mini-document small{font-size:7px}.v21-monthly-strip>div>small{font-size:9px;color:#89a0c0}.v21-monthly-strip strong{display:block;font-size:12px;font-weight:500;margin-top:4px}.v21-monthly-strip button{display:flex;align-items:center;gap:7px;margin-left:auto;border:0;background:none;color:#afcfff;font-size:11px;min-height:38px}.v21-system-strip{display:flex;align-items:center;gap:12px;padding:12px 22px;background:#121d2b;border-top:1px solid #2c3d52;font-size:10px;color:#9baec8}.v21-system-strip strong{color:#c1d1e6;font-size:11px;font-weight:500}.v21-system-strip a{display:flex;align-items:center;gap:5px;margin-left:auto;color:#bdd8fc}.v21-article-preview{display:grid;grid-template-columns:1fr 1.4fr;gap:28px}.v21-preview-analysis{padding-left:28px;border-left:1px solid var(--line)}.v21-preview-analysis>small{color:#8eb7f0;font-size:10px}.v21-preview-analysis h4{font-weight:500;font-size:20px;margin:8px 0}.v21-preview-analysis p{font-size:12px;color:#a3b4c9}.v21-preview-analysis .v21-bars{max-height:170px}.v21-preview-analysis .text-action{font-size:11px}.v21-inline-trends{display:flex;gap:12px;margin:14px 0}.v21-inline-trends button{border:0;background:none;color:#9badc6;padding:5px 15px;border-bottom:1px solid transparent;font-size:12px}.v21-inline-trends button.is-selected{color:#b8d7ff;border-color:#8abaff}.v21-platform-content>.v21-chart{max-height:245px}.v21-panel-bottom{display:flex;justify-content:space-between;gap:15px;font-size:11px;margin-top:13px;color:#9eb0c8}.v21-panel-bottom a{display:flex;gap:8px;align-items:center;color:#bedaff}.v21-monthly-preview{display:grid;grid-template-columns:170px 1fr;gap:38px;margin-top:24px}.v21-paper-preview{background:#dfe6ef;color:#253650;min-height:240px;padding:22px 20px;box-shadow:0 14px 26px -20px #000}.v21-paper-preview>span{font-size:11px}.v21-paper-preview strong{display:block;font-size:22px;font-weight:400;line-height:1.5;margin-top:10px}.v21-paper-preview strong span{display:block;font-size:31px}.v21-paper-preview p,.v21-paper-preview small{font-size:9px}.v21-paper-preview i{display:block;height:2px;background:#abb9ce;margin:10px 0}.v21-paper-preview i:nth-last-of-type(1){width:60%}.v21-data-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.v21-data-row span{color:#9badc7}.v21-data-row strong{font-weight:400}.v21-monthly-preview .text-action{font-size:12px;margin-top:10px}.v21-import-preview>a{display:flex;gap:22px;padding:20px 0;border-bottom:1px solid var(--line)}.v21-file-mark{font-size:18px;color:#abd0ff;border:1px solid #517093;width:55px;height:66px;display:grid;place-content:center;flex:none}.v21-import-preview h4{font-size:18px;margin:0 0 9px;font-weight:500}.v21-import-preview p{font-size:12px;color:#a2b2c8;margin:0 0 8px}.v21-import-preview a>div>span{font-size:11px;color:#9ec5f9;display:flex;gap:10px;align-items:center}.v21-preview-notices>a{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.v21-notice-symbol{color:#8bcab0}.v21-notice-symbol.review{color:#dfb878}.v21-preview-notices strong{font-size:14px;font-weight:500}.v21-preview-notices p{font-size:12px;color:#98adc7;margin:6px 0 0}.v21-preview-notices>a>svg{margin-left:auto}.v21-context-band{display:flex;align-items:center;justify-content:center;gap:20px;margin:45px 0;color:#bed7fa}.v21-context-band i{width:30px;height:1px;background:#436791}.v21-platform-content>.primary-button{margin:15px auto;display:flex;justify-content:center;gap:10px}.v21-ingestion-flow{display:grid;grid-template-columns:1fr 1.05fr 1fr;align-items:center;padding:35px 25px 15px}.v21-flow-sources{display:flex;flex-direction:column;gap:17px}.v21-flow-sources>a{display:flex;align-items:center;gap:17px;min-height:70px;border-bottom:1px solid #2b3b50;padding:10px 0;color:#b4d0f4}.v21-flow-sources strong{font-size:16px;display:block;font-weight:500;color:#e2ecfa}.v21-flow-sources small{display:block;font-size:11px;color:#90a5c2;margin-top:7px}.v21-flow-lines{width:100%;height:auto;overflow:visible}.v21-flow-lines path{fill:none;stroke:#6995cb;stroke-width:1.5}.v21-flow-destination{padding:26px 0 26px 28px;border-left:1px solid #6f98ca}.v21-flow-destination>span{font-size:11px;color:#89aedc}.v21-flow-destination h3{font-size:31px;line-height:1.45;letter-spacing:-.03em;font-weight:500;margin:14px 0 25px}.v21-flow-destination>div{display:flex;flex-wrap:wrap;gap:12px 19px;color:#9fb8d9;font-size:11px}#trend-library-workspace{background:#101722;border-top:1px solid #344965}.v21-library-index{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #2c3c52}.v21-library-index button{text-align:left;background:none;border:0;border-bottom:2px solid transparent;min-height:92px;color:#93a7c3;padding:18px 29px}.v21-library-index button span{display:block;font-size:11px;margin-bottom:7px}.v21-library-index button strong{font-size:17px;font-weight:500}.v21-library-index button[aria-selected=true]{background:#19283d;border-color:#8abaff;color:#d3e6ff}.v21-library-index button:hover{background:#182438}#v21-trend-panel{padding:31px 38px 24px}.v21-trend-heading{display:flex;justify-content:space-between;align-items:flex-start}.v21-trend-heading>div>span{font-size:11px;color:#95b4de}.v21-trend-heading h3{font-size:29px;font-weight:500;line-height:1.4;margin:10px 0}.v21-trend-heading p{font-size:13px;color:#a1b3cc;margin:0}.v21-library-value{display:flex;flex-direction:column;align-items:flex-end;padding-top:15px}.v21-library-value strong{font-size:44px;font-weight:400;letter-spacing:-.035em;line-height:1.1}.v21-library-value span{font-size:11px;color:#9cafca;margin-top:10px}.v21-library-chart{position:relative;margin:22px 0 18px}.v21-library-chart .v21-chart{max-height:382px}.v21-chart-annotation{position:absolute;right:3%;top:12px;font-size:11px;color:#9db7da;background:#101722;padding:5px 8px}.v21-library-footer{display:flex;gap:12px;align-items:center}.v21-library-footer>span{font-size:11px;color:#8fa5c3;margin-left:auto}.v21-data-table{margin-top:22px;border-top:1px solid #2c3b50;padding-top:15px}.v21-data-table summary{color:#adc6e9;font-size:12px;cursor:pointer;min-height:32px;line-height:32px}.v21-data-table table{width:100%;border-collapse:collapse;font-size:12px;margin-top:15px}.v21-data-table caption{font-size:13px;color:#c4d5ec;text-align:left;margin:10px 0}.v21-data-table th,.v21-data-table td{padding:10px 15px;text-align:left;border-bottom:1px solid #2a394e;font-weight:400}.v21-data-table td{color:#a1b5d1}.v21-data-table th[scope=col]{color:#91b9ed}.v21-evidence-body{font-size:14px;line-height:1.9;color:#b7c6db}.v21-evidence-body strong{color:#e4efff}.v21-evidence-figure{padding:23px 0;margin-top:25px;border-top:1px solid #334762}.v21 .evidence-drawer{width:min(680px,92vw);max-width:92vw}.v21 .evidence-drawer h2{font-size:31px;line-height:1.4}@media(min-width:1600px){.v21-platform-shell{min-height:470px}.v21-overview-title h3{font-size:29px}.v21-article-row{padding:17px 0}.v21-article-row strong{font-size:15px}.v21-article-row>span{font-size:11px}}@media(max-width:1250px){.v21-platform-shell{grid-template-columns:150px minmax(0,1fr)}.v21-platform-content{padding:22px}.v21-overview-grid{grid-template-columns:1fr 1.1fr;gap:20px}.v21-overview-title h3{font-size:22px}.v21-overview-number>span{display:none}.v21-overview-articles{padding-right:18px}.v21-article-row strong{font-size:12px}.v21-overview-title .v21-period-label{display:none}.v21 .site-header nav{gap:18px}}@media(max-width:1050px){.v21-hero-copy h1{font-size:57px}.v21-platform-shell{grid-template-columns:132px minmax(0,1fr)}.v21-module-nav{padding-inline:7px}.v21-module-nav button{font-size:11px;padding-inline:7px;gap:7px}.v21-module-nav small{padding-left:8px}.v21-platform-content{padding:22px 20px}.v21-overview-grid{grid-template-columns:1fr 1.1fr;gap:15px}.v21-overview-articles{padding-right:12px}.v21-overview-title h3{font-size:20px}.v21-article-row>span{font-size:9px}.v21-overview-number{font-size:27px}.v21-article-row strong{font-size:11px}.v21-monthly-strip>div>small{font-size:8px}.v21-monthly-strip strong{font-size:11px}.v21-ingestion-flow{padding-inline:0;grid-template-columns:1fr .7fr 1fr}.v21-flow-destination h3{font-size:26px}.v21-flow-sources strong{font-size:14px}.v21-flow-sources small{font-size:10px}.v21-library-index button{padding:17px 20px}.v21-library-index button strong{font-size:15px}}@media(max-width:900px){.v21-hero-copy h1{font-size:50px}.v21-platform-shell{display:block}.v21-module-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:9px;gap:4px;border-right:0;border-bottom:1px solid var(--line)}.v21-module-nav>small,.v21-nav-foot{display:none}.v21-module-nav>button{display:flex;justify-content:center;min-height:40px;gap:5px;font-size:10px;padding:5px 3px}.v21-module-extra{grid-column:1/-1;display:flex;padding:0;margin:0;border:0;justify-content:flex-end}.v21-module-extra small{display:none}.v21-module-extra button{width:auto;min-height:32px;font-size:10px;padding:5px 10px}.v21-platform-content{min-height:0}.v21-ingestion-flow{grid-template-columns:1.1fr .5fr 1fr}.v21-flow-sources>a{gap:10px}.v21-flow-destination{padding-left:20px}.v21-flow-destination h3{font-size:25px}.v21-flow-destination>div{gap:10px;font-size:10px}.v21-library-footer{flex-wrap:wrap}.v21-library-footer>span{width:100%;margin-left:0}.v21-chart-annotation{font-size:10px}}@media(max-width:650px){.v21 .site-header{height:64px;padding-inline:18px}.v21-hero-copy h1{font-size:36px;line-height:1.3;letter-spacing:-.04em;margin-bottom:18px;white-space:normal}.v21-hero-copy>p:not(.hero-eyebrow){font-size:12px;line-height:1.9;max-width:310px;margin-inline:auto}.v21-windowbar{height:41px;padding:0 12px}.v21-windowbar span{font-size:9px}.v21-windowbar .v21-private-label{display:none}.v21-windowbar>div{gap:8px}.v21-windowbar .brand-mark{width:16px}.v21-module-nav{grid-template-columns:repeat(3,minmax(0,1fr));padding:7px 8px;gap:3px}.v21-module-nav>button{min-height:37px;font-size:10px;gap:6px}.v21-module-nav>button svg{width:13px;height:13px}.v21-module-extra{justify-content:center}.v21-module-extra button{min-height:30px;font-size:9px}.v21-platform-content{padding:16px 14px}.v21-overview-title{margin-bottom:13px}.v21-overview-title h3{font-size:19px;margin-top:4px}.v21-overview-title span{font-size:9px}.v21-overview-grid{display:flex;flex-direction:column;gap:12px}.v21-overview-articles{border:0;padding-right:0;order:1}.v21-overview-chart{order:0}.v21-overview-chart .v21-chart{max-height:132px}.v21-pane-label{font-size:10px}.v21-pane-label button{min-height:26px}.v21-overview-number{font-size:25px;gap:7px;margin-top:3px}.v21-overview-number small{font-size:9px}.v21-trend-dimensions button{font-size:9px;min-height:28px}.v21-overview-articles>.v21-pane-label{margin-top:4px}.v21-article-row{padding:10px 0}.v21-article-row small{font-size:9px}.v21-article-row strong{font-size:12px;margin:3px 0}.v21-article-row>span{font-size:9px}.v21-monthly-strip{gap:8px;margin-top:10px;padding-top:13px;flex-wrap:wrap}.v21-mini-document{width:27px;height:37px;font-size:17px}.v21-monthly-strip strong{font-size:10px}.v21-monthly-strip>div>small{font-size:8px}.v21-monthly-strip button{font-size:10px;width:100%;justify-content:flex-end;min-height:30px}.v21-system-strip{padding:12px 13px;gap:8px;flex-wrap:wrap;font-size:9px}.v21-system-strip strong{font-size:10px}.v21-system-summary{width:100%;padding-left:14px}.v21-system-strip a{margin-left:14px;min-height:27px}.v21-ingestion-flow{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,.92fr);gap:0;padding:0}.v21-flow-sources{gap:16px}.v21-flow-sources>a{gap:8px;min-height:84px;align-items:flex-start;padding-top:14px}.v21-flow-sources>a>svg{width:16px;height:18px;flex:none}.v21-flow-sources strong{font-size:12px;line-height:1.7}.v21-flow-sources small{font-size:9px;line-height:1.9;margin-top:3px}.v21-flow-lines{height:290px}.v21-flow-destination{padding:16px 0 16px 13px}.v21-flow-destination>span{font-size:9px}.v21-flow-destination h3{font-size:19px;line-height:1.5;margin:12px 0 16px}.v21-flow-destination>div{flex-direction:column;gap:12px;font-size:10px}.v21-library-index{grid-template-columns:repeat(2,minmax(0,1fr))}.v21-library-index button{min-height:80px;padding:14px 16px}.v21-library-index button span{font-size:10px;margin-bottom:6px}.v21-library-index button strong{font-size:14px}#v21-trend-panel{padding:22px 14px 16px}.v21-trend-heading>div>span{font-size:9px}.v21-trend-heading h3{font-size:22px;margin:10px 0}.v21-trend-heading p{font-size:11px;max-width:195px;line-height:1.8}.v21-library-value{padding-top:24px;min-width:77px}.v21-library-value strong{font-size:30px}.v21-library-value span{font-size:8px;margin-top:9px}.v21-library-chart{margin:26px -2px 14px}.v21-library-chart .v21-chart{min-height:164px}.v21-library-chart .v21-axis text{font-size:22px}.v21-chart-annotation{position:static;display:block;text-align:right;font-size:9px;padding:0}.v21-library-footer{gap:7px}.v21-library-footer .quiet-button{font-size:10px;padding:9px;min-height:44px}.v21-library-footer>span{font-size:9px;line-height:1.8}.v21-data-table summary{font-size:11px;min-height:44px}.v21-data-table th,.v21-data-table td{font-size:10px;padding:10px}.v21 .evidence-drawer{width:100vw;max-width:100vw}.v21 .evidence-drawer h2{font-size:25px}.v21-evidence-body{font-size:13px}.v21-article-preview{display:block}.v21-preview-analysis{border-left:0;border-top:1px solid var(--line);padding:18px 0 0;margin-top:12px}.v21-preview-analysis h4{font-size:18px}.v21-preview-analysis .v21-bars{max-height:150px}.v21-view-title h3{font-size:20px;line-height:1.5}.v21-view-title>span{font-size:10px}.v21-inline-trends{gap:4px}.v21-inline-trends button{padding:9px 7px;font-size:10px;min-height:44px}.v21-panel-bottom{display:block;font-size:10px}.v21-panel-bottom a{margin-top:12px;min-height:44px}.v21-monthly-preview{grid-template-columns:85px minmax(0,1fr);gap:14px}.v21-paper-preview{padding:12px 9px;min-height:196px}.v21-paper-preview>span{font-size:9px}.v21-paper-preview strong{font-size:16px}.v21-paper-preview strong span{font-size:18px}.v21-paper-preview p,.v21-paper-preview small{font-size:7px}.v21-data-row{display:block;font-size:10px;padding:8px 0}.v21-data-row strong{display:block;margin-top:4px}.v21-monthly-preview .text-action{font-size:10px;line-height:1.7}.v21-import-preview>a{gap:12px}.v21-file-mark{width:38px;height:48px;font-size:13px}.v21-import-preview h4{font-size:15px;line-height:1.5}.v21-import-preview p{font-size:11px;line-height:1.8}.v21-import-preview a>div>span{font-size:9px}.v21-context-band{gap:8px;font-size:12px;margin:35px 0}.v21-context-band i{width:10px}.v21-platform-content>.primary-button{font-size:11px}.v21-preview-notices strong{font-size:12px}.v21-preview-notices p{font-size:10px;line-height:1.8}.v21 .site-footer{font-size:10px}}@media(max-width:375px){.v21-hero-copy h1{font-size:33px}.v21-flow-destination h3{font-size:17px}.v21-flow-sources strong{font-size:11px}}@media(prefers-reduced-motion:reduce){.v21 *{scroll-behavior:auto!important}.v21-launch-stage{perspective:none}}@media(min-width:901px){.v21-hero-copy h1{font-size:62px;line-height:1.16;margin-bottom:15px}.v21-hero-copy>p:not(.hero-eyebrow){font-size:13px;line-height:1.7}.v21-platform-content{padding-top:19px;padding-bottom:17px}.v21-overview-title{margin-bottom:13px}.v21-overview-chart .v21-chart{max-height:180px}.v21-article-row{padding:10px 0}.v21-platform-shell,.v21-platform-content{min-height:390px}}@media(max-width:650px){.v21-hero-copy h1{font-size:35px}}@media(max-width:375px){.v21-hero-copy h1{font-size:32px}}.v21-ops-daily-machine>div:not(:last-child):after{content:"";position:absolute;right:-20px;top:58%;width:14px;height:1px;background:#526b8e}.v21-ops-daily-chart .v21-axis text:not(:last-child){display:none}.v21-doc-shape-line{stroke:#346aab;stroke-width:2;fill:none}body.v22[data-page=import] .v21-doc-import button:hover:not(:disabled){background:#dce8f4;border-color:#567ea8}.ai-workspace .source-row{width:100%;min-height:64px;padding:14px 0;gap:12px;text-align:left}.ai-workspace .source-row>span{font-size:12px;line-height:1.65;overflow-wrap:anywhere}.ai-workspace .source-row small{font-size:11px;line-height:1.7}.ai-workspace [role=tabpanel][hidden]{display:none!important}@media(max-width:760px){.ai-workspace .workspace-toolbar>div>span:not(.toolbar-divider){display:none}}@media(prefers-reduced-motion:reduce){.ai-workspace *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.v22 .ai-workspace{--bg:#0b2544;--surface:#102e4b;--raised:#183a58;--line:#35516d;--white:#f0f5fb;--secondary:#b9cbdc;--muted:#a3bbd0;--blue:#a9cff5;--success:#aad6ca;color:var(--white);background:#0b2544;border-color:#35516d}.v22 .ai-workspace .source-row{color:#c2d3e4}.v22 .ai-workspace .source-row small{color:#b9cbdc}.v22{--canvas:#0c1d31;--surface:#132a43;--text:#edf3fa;--secondary:#b8c9dc;--muted:#aabbd0;--blue:#9bc4f4;--line:#314a64;--ink:#172f4a;--brand:#1762a3;--red:#b52c48;--paper:#f3f5f8;--page-ink:#eef4fb;--page-muted:#b4c5d9;margin:0;background:var(--canvas);color:var(--page-ink);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.65;font-size:14px;-webkit-font-smoothing:antialiased}.v22[data-page=articles],.v22[data-page=monthly],.v22[data-page=import],.v22[data-page=system]{--page-ink:#172f4a;--page-muted:#51677e;background:var(--paper)}.v22 *{box-sizing:border-box}.v22 [hidden]{display:none!important}.v22 button,.v22 a,.v22 summary{touch-action:manipulation}.v22 button{font-family:inherit}.v22 a{text-underline-offset:5px}.v22 ::selection{background:#bdd7f3;color:#10263e}.v22 :focus-visible{outline:2px solid #3386cb;outline-offset:5px}.v22 textarea{caret-color:#9bc4f4}.v22 ::-webkit-scrollbar{width:8px;height:7px}.v22 ::-webkit-scrollbar-thumb{background:#687f98;border-radius:5px}.v22 ::-webkit-scrollbar-track{background:transparent}.v22-page-width{width:calc(100% - 112px);max-width:1280px;margin:0 auto}.v22-skip-link{position:fixed;left:20px;top:8px;transform:translateY(-160%);padding:10px 16px;background:#fff;color:#123456;z-index:1000}.v22-skip-link:focus{transform:none}.v22-chrome{height:76px;position:sticky;top:0;z-index:100;background:#0c1d31;color:#eef4fb;border-bottom:1px solid #ffffff15}.v22-header-inner{height:100%;width:calc(100% - 112px);max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.v22-back{display:flex;align-items:center;gap:10px;min-height:44px;color:#edf4fc;font-size:13px;white-space:nowrap}.v22-back>svg{transform:rotate(180deg)}.v22-current{font-size:13px;color:#bbcde0;position:absolute;left:50%;transform:translate(-50%)}.v22-header-actions{display:flex;align-items:center;gap:28px}.v22-module-menu{position:relative}.v22-module-menu summary{display:flex;align-items:center;gap:10px;min-height:44px;font-size:13px;cursor:pointer;list-style:none}.v22-module-menu summary::-webkit-details-marker{display:none}.v22-module-menu[open]>summary>svg{transform:rotate(180deg)}.v22-module-menu nav{position:absolute;top:52px;right:0;width:290px;padding:10px;background:#fafbfd;color:#15304d;border:1px solid #dbe3ec;border-radius:6px;box-shadow:0 20px 55px -20px #0008}.v22-module-menu nav a{display:flex;align-items:center;gap:12px;min-height:45px;padding:9px 13px;font-size:13px}.v22-module-menu nav a>svg:last-child{margin-left:auto;color:#6f89a5}.v22-module-menu nav a:hover,.v22-module-menu nav a[aria-current]{background:#e7eef7;color:#0e518e}.v22-module-heading{padding:53px 0 35px;display:flex;flex-direction:column;max-width:1050px}.v22-module-heading h1{font-size:46px;letter-spacing:-.025em;font-weight:500;line-height:1.18;margin:0 0 17px;order:0}.v22-module-heading .v22-module-purpose{order:1;font-size:23px;letter-spacing:-.02em;color:var(--page-ink);line-height:1.55;margin:0 0 12px}.v22-module-heading>p:last-child{order:2;max-width:760px;margin:0;color:var(--page-muted);font-size:14px;line-height:1.95}.v22-module-workspace{margin:0;padding:0;scroll-margin-top:24px}.v22-module-workspace>#platform-workspace{transform:none;box-shadow:0 24px 55px -36px #0008}.v22[data-page=overview] .v21-platform-shell{min-height:500px}.v22[data-page=overview] .v21-platform-content{padding:29px 32px}.v22[data-page=overview] .v21-overview-title h3{font-size:30px}.v22[data-page=overview] .v21-overview-chart .v21-chart{max-height:none;min-height:230px}.v22[data-page=overview] .v21-article-row{padding-block:20px}.v22[data-page=overview] .v21-system-strip{font-size:12px;padding:20px 27px}.v22[data-page=overview] .v21-module-nav button{min-height:44px;font-size:13px}.v22-related{padding:52px 0 54px}.v22-related-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #8093a33b;padding-top:28px;margin-bottom:18px}.v22-related-heading h2{font-size:21px;font-weight:500;margin:0}.v22-related-heading>a{font-size:12px;display:flex;align-items:center;gap:8px;color:var(--page-muted)}.v22-related-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.v22-related-links>a{position:relative;display:block;padding:16px 32px 16px 0;border-bottom:1px solid #8093a33b}.v22-related-links>a>span{display:flex;gap:10px;align-items:center;font-size:16px}.v22-related-links>a>p{font-size:12px;color:var(--page-muted);line-height:1.8;margin:9px 0 0}.v22-related-links>a>svg{position:absolute;right:2px;top:19px}.v22-related-links>a:hover>span{color:#6da9df}.v22-related-links>a:hover>svg{transform:translate(3px)}.v22-stage-stories>a:not(.v22-stage-document){display:block;padding:8px 0 15px;border-bottom:1px solid #ffffff13;margin-bottom:9px}.v22 .v21-axis text{fill:#b1c5dc;font-family:inherit;font-size:13px}.v22 .v21-axis line{stroke:#6c89a7;stroke-width:.6;opacity:.4}.v22 .v21-series-line{stroke:#9bc4f4;stroke-width:2.5}.v22 .v21-points circle{fill:#b7d5f4;stroke:#122a43;stroke-width:1}#site-footer{background:#091726;color:#a7bdd3}.v22-footer-inner{padding-top:29px;padding-bottom:29px;display:flex;align-items:center;justify-content:space-between;gap:35px}.v22-footer-inner>p{font-size:12px;color:#bdcede;margin:0}.v22-footer-inner>p>span{display:block;font-size:10px;color:#8ea8c2;margin-top:4px}.v22-footer-inner>span{font-size:10px;line-height:1.9;text-align:right}.v22 .evidence-drawer{background:#f5f7fa;color:#1a324e;border:0;box-shadow:-20px 0 70px -30px #0008;width:min(830px,94vw);max-width:94vw;padding:58px 56px 44px;line-height:1.9}.v22 .evidence-drawer::backdrop{background:#0c1e34a8;backdrop-filter:blur(3px)}.v22 .drawer-close{top:20px;right:22px;color:#183957;background:#e7edf4;width:37px;height:37px;border-radius:50%}.v22 .drawer-kicker{color:#346895;font-size:12px;letter-spacing:0;margin-bottom:16px}.v22 .evidence-drawer h2{font-size:33px;font-weight:500;line-height:1.35;letter-spacing:-.025em;margin:0 0 15px;color:#173651;max-width:650px}.v22 .drawer-intro{font-size:13px;color:#5e748b;line-height:1.9;max-width:660px;margin-bottom:24px}.v22 .v21-evidence-body{color:#36526c;font-size:14px;line-height:1.95}.v22 .v21-evidence-body>p{margin:14px 0 21px}.v22 .v21-evidence-body h3,.v22 .v21-evidence-body strong{color:#173f62}.v22 .v21-evidence-body h3{font-size:17px;margin:26px 0 8px;font-weight:550}.v22 .v21-evidence-body ul{padding-left:21px;margin:10px 0 23px}.v22 .v21-evidence-body li{margin:7px 0}.v22 .evidence-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px 26px;margin:23px 0 27px;padding:22px 0;border-top:1px solid #cfdae5;border-bottom:1px solid #cfdae5;background:transparent}.v22 .evidence-meta>div{padding:0;display:block;background:none;border:0}.v22 .evidence-meta dt{font-size:11px;color:#526b83;margin-bottom:6px}.v22 .evidence-meta dd{font-size:13px;color:#214362;margin:0;line-height:1.85;overflow-wrap:anywhere}.v22 .v21-evidence-figure,.v22 .drawer-figure{padding:22px;background:#eaf0f6;border-top:0;margin-top:24px;border-radius:4px}.v22 .v21-evidence-figure .v21-axis text{fill:#4d6985}.v22 .v21-evidence-figure .v21-series-line{stroke:#21669f}.v22 .v21-evidence-figure .v21-points circle{fill:#21669f;stroke:#eaf0f6}.v22 .evidence-drawer .safe-caption{font-size:11px;line-height:1.85;color:#4e6881;margin-top:29px;padding-top:20px;border-top:1px solid #d4dfe9}.v22 .evidence-drawer details{font-size:12px;color:#4d6a85;margin-top:24px;padding-top:15px;border-top:1px solid #cdd9e5}.v22 .evidence-drawer summary{cursor:pointer;min-height:38px}.v22 .evidence-drawer .evidence-note{color:#4d6b83}.v22 .evidence-drawer blockquote{color:#204765;border-color:#bccedf;background:#fff}.v22 .evidence-drawer .conflict-comparison{background:#e7edf5;color:#234968}.v22 .evidence-drawer .conflict-comparison strong{color:#245887}.v22 .evidence-drawer .conflict-comparison small{color:#4f6c86}@media(max-width:1100px){.v22-page-width,.v22-header-inner{width:calc(100% - 72px)}}@media(max-width:800px){.v22-page-width,.v22-header-inner{width:calc(100% - 44px)}.v22-current{display:none}.v22-module-heading{padding:38px 0 28px}.v22-module-heading h1{font-size:39px}.v22-module-heading .v22-module-purpose{font-size:22px}.v22-related-links{gap:20px}.v22-related-links>a>p{font-size:11px}.v22-footer-inner>p{max-width:350px}.v22[data-page=overview] .v21-platform-content{padding:25px}.v22[data-page=overview] .v21-overview-title h3{font-size:26px}}@media(max-width:600px){.v22-page-width,.v22-header-inner{width:calc(100% - 36px)}.v22-chrome{height:64px}.v22-header-actions{gap:20px}.v22-module-menu summary{font-size:12px}.v22-module-menu nav{right:0;width:270px}.v22-back{font-size:12px}.v22-stage-stories>a:not(.v22-stage-document){margin:0;padding-bottom:12px}.v22-footer-inner{padding-top:24px;padding-bottom:26px;display:grid;grid-template-columns:1fr 1fr;gap:18px 25px}.v22-footer-inner>p{grid-row:2;grid-column:1/-1;font-size:11px}.v22-footer-inner>span{grid-row:1;grid-column:2;font-size:9px}.v22-footer-inner>p>span{font-size:9px}.v22-module-heading{padding:29px 0 24px}.v22-module-heading h1{font-size:34px;margin:0 0 13px}.v22-module-heading .v22-module-purpose{font-size:20px;margin-bottom:13px;line-height:1.5}.v22-module-heading>p:last-child{font-size:12px;line-height:1.95}.v22-related{padding:35px 0}.v22-related-heading{padding-top:22px}.v22-related-heading h2{font-size:20px}.v22-related-links{display:block}.v22-related-links>a{padding:17px 26px 18px 0}.v22-related-links>a>span{font-size:14px}.v22-related-links>a>p{font-size:11px;margin-top:8px}.v22[data-page=overview] .v21-platform-content{padding:18px 14px}.v22[data-page=overview] .v21-overview-title h3{font-size:22px}.v22[data-page=overview] .v21-system-strip{font-size:10px;padding:15px 13px}.v22[data-page=overview] .v21-overview-chart .v21-chart{min-height:145px}.v22[data-page=overview] .v21-article-row{padding-block:14px}.v22 .evidence-drawer{width:100vw;max-width:100vw;padding:54px 23px 28px}.v22 .evidence-drawer h2{font-size:28px;line-height:1.4}.v22 .drawer-kicker{font-size:11px;margin-bottom:16px}.v22 .drawer-intro{font-size:12px;margin-bottom:20px}.v22 .v21-evidence-body{font-size:13px;line-height:1.95}.v22 .v21-evidence-body h3{font-size:16px;margin:22px 0 8px}.v22 .evidence-meta{gap:18px 20px;margin:22px 0;padding:21px 0}.v22 .evidence-meta dd{font-size:12px}.v22 .evidence-meta dt{font-size:10px}.v22 .v21-evidence-figure{padding:13px}.v22 .evidence-drawer .safe-caption{font-size:10px}.v22 .drawer-close{top:12px;right:16px;width:34px;height:34px}.v22 .v21-evidence-figure .v21-axis text{font-size:22px}}@media(prefers-reduced-motion:reduce){.v22 *{scroll-behavior:auto!important;transition-duration:0s!important}}.v22 h1,.v22 h2,.v22 h3,.v22 h4{font-family:inherit}.v22 section[id],.v22 details[id]{scroll-margin-top:90px}.v22 .evidence-drawer details>summary{color:#375c80}@media(max-width:650px){.v22[data-page=trends] #trend-library-workspace .v21-axis text,.v22[data-page=overview] .v21-overview-chart .v21-axis text{font-size:29px}}.v22{--brand:#00659b;--brand-deep:#004c79;--red:#b52b4f;--canvas:#101d2c;--surface:#182c40;--text:#f1f5f9;--secondary:#bccbd9;--muted:#b5c5d5;--blue:#9acbf1;--line:#3b5268;--ink:#1b3449;--paper:#f7f6f2;--display:clamp(38px,4.5vw,66px);--section:clamp(32px,3.2vw,44px);--product-title:27px;--body-size:16px;--caption:12px;--label:11px;font-family:Segoe UI Variable,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--body-size);font-variant-numeric:tabular-nums;line-height:1.72;background:var(--canvas);--page-ink:#f1f5f9;--page-muted:#b9c9d9}.v22[data-page=articles]{background:#f8f9fb;--page-ink:#182f43;--page-muted:#526777}.v22[data-page=monthly]{background:#f4f2ed;--page-ink:#203646;--page-muted:#586c76}.v22[data-page=system],.v22[data-page=import],.v22[data-page=trends],.v22[data-page=weekly]{background:#eef3f7;--page-ink:#182f43;--page-muted:#526777}.v22 h1,.v22 h2,.v22 h3{font-weight:500;letter-spacing:-.028em;text-wrap:balance}.v22 p{text-wrap:pretty}.v22 code{font-family:Consolas,SFMono-Regular,monospace}.v22-chrome{height:68px;background:#101d2c;border-bottom:1px solid #b6c9da20}.v22-header-inner{gap:20px}.v22-header-actions{gap:22px}.v22-current{font-size:14px;position:static;transform:none;margin-right:auto}.v22-back{font-size:14px}.v22-module-menu summary{font-size:14px}.v22-module-heading{padding:39px 0 28px;max-width:1140px}.v22-module-heading h1{font-size:var(--section);line-height:1.14;margin-bottom:13px}.v22-module-heading .v22-module-purpose{font-size:23px;line-height:1.45;max-width:920px;margin-bottom:10px}.v22-module-heading>p:last-child{font-size:15px;line-height:1.75;max-width:820px;color:var(--page-muted)}.v22-stage-stories>a:not(.v22-stage-document){padding:5px 0 11px;margin-bottom:8px}.v22-related-links>a>p{font-size:13px}.v22-footer-inner>p{font-size:13px}.v22-footer-inner>p>span,.v22-footer-inner>span{font-size:12px;color:#aebfce}.v22 .v21-axis text{font-size:14px;fill:#c3d2df}.v22 .v21-series-line{stroke:#a6d0f0;stroke-width:2.6;stroke-linecap:round}.v22 .v21-axis line{stroke:#849bad}.v22 .ai-workspace{background:#152c41;border:1px solid #44607855;border-radius:9px;box-shadow:0 22px 50px -34px #000a}.v22 .ai-workspace .source-row{font-size:13px;min-height:56px}.v22 .ai-workspace .source-row small{font-size:12px}.v22 .evidence-drawer{background:#fcfaf5;color:#203c50;width:min(820px,95vw);max-width:95vw;padding:54px 48px 40px;box-shadow:-16px 0 44px -28px #06182688;border-radius:0;line-height:1.8}.v22 .evidence-drawer::backdrop{backdrop-filter:none;background:#0a1c2f99}.v22 .evidence-drawer h2{font-size:34px;line-height:1.24;max-width:630px;color:#1e3c51}.v22 .drawer-kicker{font-size:12px;color:#496d85;margin-bottom:17px}.v22 .drawer-intro{font-size:14px;line-height:1.7;color:#526b7a;padding-bottom:24px;border-bottom:1px solid #d0d8db}.v22 .v21-evidence-body{font-size:15px;line-height:1.85}.v22 .v21-evidence-body p{max-width:67ch}.v22 .evidence-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:10px 0 20px}.v22 .evidence-meta>div{padding:12px 0;border-bottom:1px solid #d5dce0}.v22 .evidence-meta dt{font-size:12px;color:#587080}.v22 .evidence-meta dd{font-size:15px;color:#22465f;margin:7px 0 0}.v22 .v21-evidence-body blockquote{font-size:19px;line-height:1.8;border:0;margin:18px 0;padding:18px 0;color:#16456a}.v22 .evidence-drawer details{background:#f0f2f1;border-radius:4px;padding:14px 17px;margin-top:22px}.v22 .evidence-drawer summary{font-size:13px;color:#235a7d}.v22 .evidence-drawer .safe-caption{font-size:12px;color:#587080}.v22 .evidence-drawer .v21-axis text{fill:#4f6675}.v22 .evidence-drawer .v21-series-line{stroke:#11699e}.v22 .v21-evidence-figure{background:#f2f2ed;padding:19px;border:0;border-radius:5px}.v24-zoom{display:flex;align-items:center;gap:1px;padding-left:15px;border-left:1px solid #6d879957;color:#c4d6e5}.v24-zoom button{min-width:31px;min-height:38px;border:0;color:inherit;background:transparent;border-radius:4px;font:inherit;font-size:14px;cursor:pointer}.v24-zoom button:hover{background:#284054}.v24-zoom button:disabled{opacity:.4;cursor:default}.v24-zoom output{font-size:12px;min-width:37px;text-align:center;font-variant-numeric:tabular-nums}.v24-zoom .v24-fit{font-size:11px;padding-inline:6px}.v24-content-frame{width:100%;overflow:clip;overflow-clip-margin:0px}.v24-content-scale{transform-origin:top center;margin-inline:auto}.v24-content-scale[data-zoomed=true]{width:100%;zoom:var(--content-zoom)}@media(max-width:1100px){.v22-header-inner,.v22-page-width{width:calc(100% - 56px)}.v22-header-actions{gap:14px}}@media(max-width:700px){.v22{font-size:15px}.v22-page-width,.v22-header-inner{width:calc(100% - 32px)}.v22-chrome{height:62px}.v22-header-inner,.v22-header-actions{gap:10px}.v22-current{display:none}.v22-back{font-size:13px}.v24-zoom{padding-left:7px;gap:0}.v24-zoom button{min-width:25px;font-size:13px}.v24-zoom .v24-fit{display:none}.v24-zoom output{min-width:32px;font-size:11px}.v22-module-menu summary{font-size:12px;gap:5px}.v22-module-menu nav{right:-3px;width:276px}.v22-module-heading{padding:29px 0 24px}.v22-module-heading h1{font-size:35px}.v22-module-heading .v22-module-purpose{font-size:20px;line-height:1.5}.v22-module-heading>p:last-child{font-size:14px;line-height:1.8}.v22 .evidence-drawer{padding:52px 24px 30px;width:96vw;max-width:96vw}.v22 .evidence-drawer h2{font-size:28px}.v22 .drawer-intro{font-size:13px}.v22 .v21-evidence-body{font-size:14px}.v22 .evidence-meta{grid-template-columns:1fr;gap:10px}.v22 .v21-evidence-body blockquote{font-size:17px}.v22 .v21-evidence-figure{padding:10px}.v22-related-links>a>p{font-size:12px}.v22-footer-inner>p{font-size:12px}}@media(prefers-reduced-motion:reduce){.v22 *,.v22 *:before,.v22 *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.v22[data-page=trends] .v21-trend-heading h3,.v22[data-page=trends] .v21-library-value strong{color:#edf4fa}.v22 .v24-source-metadata{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;border-bottom:1px solid #d6dede;padding:22px 0;margin:0}.v22 .v24-source-metadata dt,.v22 .v24-source-used>span{font-size:12px;color:#4f6d7f}.v22 .v24-source-metadata dd{font-size:14px;color:#1d4059;margin:7px 0 0}.v22 .v24-source-used{padding:26px 0 12px}.v22 .v24-source-used p{font-size:20px;line-height:1.75;color:#1d4561;margin:10px 0}.v22 .v24-source-method{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:24px}.v22 .v24-source-method h3{font-size:16px;color:#1e4a68;margin:0 0 8px;font-weight:600}.v22 .v24-source-method p{font-size:14px;line-height:1.8;color:#465f70;margin:0}.v22 .v24-source-related{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;margin-top:22px;border-top:1px solid #d3dddd;border-bottom:1px solid #d3dddd;color:#175c88}.v22 .v24-source-related span{font-size:12px}.v22 .v24-source-related strong{font-size:14px;font-weight:500}.v22 .v24-source-detail .v21-evidence-body{font-size:13px}.v22 .v24-source-detail details{padding-inline:0}@media(max-width:700px){.v22 .v24-source-metadata{grid-template-columns:1fr;gap:16px}.v22 .v24-source-used p{font-size:18px}.v22 .v24-source-method{grid-template-columns:1fr;gap:22px}.v22 .v24-source-related{align-items:start;flex-direction:column;gap:8px}}.v22{font-family:Segoe UI Variable Text,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;--canvas:#0e1b2a;--page-ink:#eaf1f8;--section:clamp(30px,3vw,42px);line-height:1.7;font-variant-numeric:tabular-nums}.v22 h1,.v22 h2,.v22 h3{font-weight:600;letter-spacing:-.035em}.v22 h4{font-weight:600;letter-spacing:-.015em}.v22 button,.v22 a,.v22 select{touch-action:manipulation}.v22 button:focus-visible,.v22 a:focus-visible,.v22 select:focus-visible{outline:2px solid #2886c3;outline-offset:4px}.v25-global{height:52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #9fb5c524;max-width:1280px;width:calc(100% - 64px);margin:auto}.v25-personal{display:flex;align-items:center;gap:11px;color:#e5eef6;font-size:13px;letter-spacing:.01em}.v25-personal svg{width:26px;height:26px}.v25-personal small{color:#9fb3c6;font-size:12px;margin-left:8px}.v25-global nav{display:flex;gap:28px;font-size:12px;color:#b8c7d4}.v22-chrome{height:auto;position:sticky;top:0;z-index:100;background:#0e1b2af5;backdrop-filter:none}.v22-header-inner{height:57px;max-width:1280px;width:calc(100% - 64px);gap:14px}.v25-project-id{font:10px/1.2 Segoe UI,sans-serif;color:#aabecf;letter-spacing:.13em;padding:6px 10px;border:1px solid #40566b;border-radius:3px}.v22-current{font-size:13px;font-weight:500;color:#e3edf5}.v22-back{font-size:12px}.v22-header-actions{margin-left:auto;gap:18px}.v22-module-menu summary{font-size:12px}.v24-zoom{border:0;background:#ffffff08;border-radius:4px;padding:2px}.v22-module-heading{padding:30px 0 23px;display:grid;grid-template-columns:auto 1fr;column-gap:26px;align-items:center}.v22-module-heading h1{grid-column:1;grid-row:1/3;font-size:36px;margin:0;padding-right:26px;border-right:1px solid #94a5b855;line-height:1.3}.v22-module-heading .v22-module-purpose{grid-column:2;font-size:14px;margin:0;letter-spacing:.02em;font-weight:600}.v22-module-heading>p:last-child{grid-column:2;font-size:13px;line-height:1.65;margin:3px 0 0;max-width:720px}.v22[data-page=articles]{background:#f3f6f8;background-image:repeating-linear-gradient(0deg,transparent 0 47px,#20476604 47px 48px);--page-ink:#172f43;--page-muted:#586c7b}.v22[data-page=trends]{background:#eef3f7;background-image:linear-gradient(90deg,#3c6b8e05 1px,transparent 1px),linear-gradient(#3c6b8e05 1px,transparent 1px);background-size:64px 64px;--page-ink:#172f43}.v22[data-page=monthly]{background:#f2f0e9;background-image:repeating-linear-gradient(0deg,#28415403 0 1px,transparent 1px 4px);--page-ink:#263b47}.v22[data-page=weekly],.v22[data-page=import]{background:#eaf0f5;background-image:linear-gradient(90deg,transparent 0 7%,#7996ab08 7% 7.1%,transparent 7.1% 92.9%,#7996ab08 92.9% 93%,transparent 93%);--page-ink:#172f43}.v22[data-page=architecture]{background:#101f2e;background-image:linear-gradient(#80aac107 1px,transparent 1px),linear-gradient(90deg,#80aac107 1px,transparent 1px);background-size:36px 36px}.v22[data-page=copilot]{background:#102133;background-image:radial-gradient(ellipse at 85% 40%,#28517335,transparent 60%)}.v25-about{border-top:1px solid #738ca044;padding:28px 0 4px;margin-top:20px;color:#b4c6d4;font-size:13px;max-width:800px}.v25-about strong{font-size:16px;color:#edf5fa}.v22-footer-inner{padding-top:35px}.v25-reader button:not(.v25-article-index button),.v25-weekly button:not(.v25-segment button),.v25-monthly button:not(.v25-segment button){background:none;border:0;color:#00649a;font-size:12px;text-align:left;padding:8px 0;line-height:1.7}.v22 .evidence-drawer{background:#faf9f3;background-image:repeating-linear-gradient(0deg,#566c7704 0 1px,transparent 1px 5px);padding:49px 40px 35px}.v22 .evidence-drawer h2{font-size:29px;line-height:1.5}.v22 .v24-source-used{border-left:2px solid #2a7197;padding-left:20px}.v22 .v24-source-used>p{font-size:19px;line-height:1.85}.v22 .v24-source-metadata{margin:22px 0 28px}.v22 .v24-source-method{gap:30px;margin-top:26px}.v22 .v21-evidence-figure{background:#f0f1eb;padding:18px}.v22 .ai-workspace{border-color:#728ba333;box-shadow:none}@media(max-width:800px){.v25-personal small{display:none}}@media(max-width:600px){.v25-global{height:47px;width:calc(100% - 32px)}.v25-personal{font-size:11px;gap:7px}.v25-personal svg{width:23px;height:23px}.v25-global nav{gap:17px;font-size:11px}.v22-header-inner{height:55px;width:calc(100% - 32px);gap:8px}.v25-project-id{font-size:9px;padding:5px 6px}.v22-back{font-size:11px}.v22-header-actions{gap:9px}.v22-module-menu summary{font-size:11px}.v24-zoom button{min-width:24px}.v24-zoom output{min-width:30px;font-size:10px}.v22-module-heading{display:block;padding:24px 0 19px}.v22-module-heading h1{font-size:31px;border:0;padding:0;margin:0 0 8px}.v22-module-heading .v22-module-purpose{display:none}.v22-module-heading>p:last-child{font-size:12px;line-height:1.85}.v22 .evidence-drawer{padding:48px 21px 28px;max-width:96vw}.v22 .evidence-drawer h2{font-size:25px;line-height:1.5}.v22 .v24-source-used>p{font-size:17px}.v22 .v24-source-method{display:block}.v22 .v24-source-method>section{margin:20px 0}.v22 .v21-evidence-figure{padding:12px}}@media(prefers-reduced-motion:reduce){.v22 *{scroll-behavior:auto!important}}.v22 #trend-library-workspace{background:transparent;border:0;box-shadow:none}.v22 .v25-global{max-width:1280px}@media(max-width:600px){.v25-project-id{display:none}.v22 .v24-zoom .v24-fit{display:block;font-size:10px;min-width:24px;padding:3px}.v25-axis .v25-x-tick:not([data-major=true]){display:none}}.v22 .ai-workspace{position:relative;isolation:isolate}@keyframes v26-drift{to{transform:translate(12px)}}@keyframes v26-network{to{transform:translate(10px,-4px)}}@keyframes v26-field{0%{transform:scale(.96);opacity:.65}to{transform:scale(1.02);opacity:.85}}#home-root>section:not(:first-child){content-visibility:auto;contain-intrinsic-size:auto 600px}#site-footer{content-visibility:auto;contain-intrinsic-size:auto 250px}.v22 p,.v22 h2{text-wrap:wrap}@media(prefers-reduced-motion:no-preference){body:not([data-enhanced=true]) .v26-signature [data-signature-figure]{visibility:hidden}}.v25-project-id small{display:inline-block;font-size:10px;letter-spacing:.02em;padding-left:10px;margin-left:10px;border-left:1px solid #86aabd55;color:#d2e5f3}@media(max-width:760px){.v25-project-id{display:inline-flex!important;font-size:8px!important;padding:5px!important;align-items:center}.v25-project-id small{font-size:9px;margin-left:5px;padding-left:5px}.v22 .v22-back{font-size:10px}.v22 .v22-header-inner{gap:8px}}@keyframes v27-surface-drift{to{transform:translate3d(12px,-4px,0)}}.v22 p,.v22 .ai-workspace h2,.v22 .ai-workspace h3{text-wrap:wrap}.v22{--font:"Microsoft YaHei","Segoe UI",sans-serif;font-family:var(--font)}@media(max-width:760px){.v22 .v25-project-id{white-space:nowrap;flex-shrink:0;font-size:7px!important;letter-spacing:.03em}.v22 .v25-project-id small{white-space:nowrap}.v22 .v22-header-inner{gap:7px}.v22 .v22-back{font-size:9px;gap:6px;white-space:nowrap}.v22 .v22-back svg{width:14px}.v22 .v22-header-actions{gap:7px}.v22 .v24-zoom{padding:0 3px;gap:0}.v22 .v24-zoom button{min-width:20px;padding-inline:2px}.v22 .v24-zoom output{min-width:29px;font-size:10px}.v22 .v24-zoom .v24-fit{display:none!important}.v22 .v22-module-menu summary{white-space:nowrap;font-size:10px;gap:3px}}.v22 #ai-workspace[data-ai-choreo=compose] .ai-context>:not(.context-stack){opacity:0}.v22 #site-header>.v25-global{width:100%;max-width:none;margin-inline:0;padding-inline:64px;justify-content:space-between}.v22 .v25-global .v25-personal{min-height:44px}.v22 .v25-global .v25-personal small{display:inline}.v22 .v25-global nav a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.v22 .v22-header-inner{width:calc(100% - 112px);max-width:1280px}.v271-zoom-menu{position:relative}.v271-zoom-menu>summary{display:none}@media(min-width:1024px)and (max-width:1439px){.v22 #site-header>.v25-global{padding-inline:36px}}@media(max-width:1100px){.v22 .v22-header-inner{width:calc(100% - 56px)}}@media(min-width:768px)and (max-width:1023px){.v22 #site-header>.v25-global{padding-inline:24px}}@media(max-width:767px){.v22 #site-header>.v25-global{height:52px;padding-inline:16px}.v22 .v25-global .v25-personal{font-size:13px;gap:9px;line-height:1.35}.v22 .v25-global .v25-personal small{display:block;font-size:11.5px;line-height:1.3;margin-left:0}.v22 .v25-global nav{gap:4px;font-size:12px}.v22 .v22-header-inner{gap:7px}.v22 .v25-project-id{display:inline-flex!important;flex-direction:column;align-items:flex-start;justify-content:center;font-size:9.5px!important;line-height:1.25;letter-spacing:.03em;padding:0!important;flex-shrink:0}.v22 .v25-project-id small{font-size:11px;margin:2px 0 0;padding:0;border:0}.v22 .v22-back{font-size:12px;gap:6px;min-height:44px}.v22 .v22-header-actions{gap:7px}.v22 .v22-module-menu summary{font-size:12px;min-height:44px;gap:4px}.v271-zoom-menu>summary{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;list-style:none;cursor:pointer;font-size:12px;color:#c4d6e5;font-variant-numeric:tabular-nums}.v271-zoom-menu>summary::-webkit-details-marker{display:none}.v22 .v271-zoom-menu>.v24-zoom{position:absolute;right:0;top:48px;z-index:2;border:1px solid #496276;background:#142d41;padding:6px;gap:2px;border-radius:5px}.v22 .v271-zoom-menu .v24-zoom button{min-width:44px;min-height:44px;font-size:14px}.v22 .v271-zoom-menu .v24-zoom output{min-width:38px;font-size:12px}.v22 .v271-zoom-menu .v24-zoom .v24-fit{display:block!important}}@media(max-width:700px){.v22 .v22-header-inner{width:calc(100% - 32px)}}
