:root{--background:#fcfcfc;--surface:#fff;--foreground:#1a1a1a;--body:#4f4f4f;--muted:#858585;--faint:#b8b8b8;--border:#e3e3e3;--hover:#eee;--brand:#099dfd;--brand-strong:#087fd0;--focus:#1a1a1a;--header:#fcfcfceb;--shadow:#1a1a1a1a}:root[data-theme=dark]{--background:#171717;--surface:#202020;--foreground:#f2f2f2;--body:#c7c7c7;--muted:#969696;--faint:#686868;--border:#343434;--hover:#292929;--brand:#39afff;--brand-strong:#78c8ff;--focus:#f2f2f2;--header:#171717eb;--shadow:#00000047}*,:before,:after{box-sizing:border-box}
html{background:var(--background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;scrollbar-gutter:stable}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--background);color:var(--foreground);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1.625;transition:background-color .18s,color .18s}::selection{background:var(--hover);color:var(--foreground)}button,a{color:inherit}button{font:inherit}h1,h2,h3,p{margin:0}
.site-header{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent);background:var(--header);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);will-change:transform;height:64px;transition:transform .22s cubic-bezier(.22,1,.36,1),background-color .18s,border-color .18s;position:fixed;inset:0 0 auto}.site-header--hidden{transform:translateY(-100%)}.site-header__inner{align-items:center;gap:28px;width:100%;max-width:760px;height:100%;margin-inline:auto;padding-inline:22px;animation:.36s cubic-bezier(.22,1,.36,1) both header-in;display:flex}.site-brand{letter-spacing:-.01em;flex:none;align-items:center;gap:9px;font-size:14px;font-weight:400;line-height:22px;text-decoration:none;display:inline-flex}.site-brand__mark{flex:none;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.site-brand__mark img{object-fit:contain;width:32px;height:32px;display:block}.site-nav{align-items:center;gap:20px;height:100%;display:flex}.nav-menu{z-index:1;height:100%;position:relative}.nav-menu:before{content:"";clip-path:polygon(100% 0,100% 100%,0 100%);pointer-events:none;background:0 0;width:260px;height:calc(50% + 12px);position:absolute;top:50%;right:-12px}.nav-menu--open:before{pointer-events:auto}.nav-menu__trigger{z-index:2;height:100%;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;padding:0;font-size:14px;line-height:22px;text-decoration:none;transition:color .15s,transform .15s;display:flex;position:relative}.nav-menu__trigger:hover,.nav-menu__trigger:focus-visible,.nav-menu--open .nav-menu__trigger{color:var(--foreground);transform:translateY(-1px)}.nav-menu__panel{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 97%, transparent);width:max-content;min-width:280px;max-width:calc(100vw - 40px);box-shadow:0 14px 36px var(--shadow);opacity:0;pointer-events:none;visibility:hidden;transform-origin:top;will-change:opacity, transform;border-top:0;border-radius:0 0 9px 9px;padding:7px;transition:opacity .18s,transform .24s cubic-bezier(.22,1,.36,1),visibility 0s linear .24s;position:absolute;top:100%;left:-14px;transform:translateY(-14px)scaleY(.96)}.nav-menu--open .nav-menu__panel{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)scaleY(1)}.nav-menu__item{width:100%;color:var(--foreground);cursor:default;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:10px 11px;text-decoration:none;transition:background-color .14s;display:block}.nav-menu__item[href]{cursor:pointer}.nav-menu__item:hover,.nav-menu__item:focus-visible{background:var(--hover)}.nav-menu__item span{font-size:14px;font-weight:400;line-height:21px}.site-controls{flex:none;align-items:center;gap:4px;margin-left:auto;display:flex}.control-button{min-width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0 10px;font-size:12px;font-weight:500;line-height:1;transition:background-color .15s,color .15s,transform .15s;display:inline-grid}.control-button:hover,.control-button:focus-visible{background:var(--hover);color:var(--foreground);transform:translateY(-1px)}.language-button{min-width:42px}.control-swap,.control-icon{place-items:center;animation:.22s cubic-bezier(.22,1,.36,1) both control-pop;display:grid}.icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:18px;height:18px}
.site-main{width:100%;max-width:760px;min-height:100svh;margin-inline:auto;padding:88px 22px 48px}.construction-page{justify-content:center;align-items:center;display:flex}.construction-label{color:var(--foreground);letter-spacing:.08em;font-size:28px;font-weight:600}.eyebrow{color:var(--muted);letter-spacing:.07em;font-size:12px;font-weight:500;line-height:19px}.hero h1{letter-spacing:-.025em;max-width:650px;margin-top:0;font-size:22px;font-weight:600;line-height:30px}.hero-copy{max-width:680px;color:var(--body);margin-top:22px}.hero-copy p{font-size:16px;font-weight:400;line-height:24px}.hero-copy p+p{margin-top:16px}.research-section{margin-top:48px}.section-heading{border-bottom:1px solid var(--border);padding-bottom:16px}.section-heading h2,.method h2{letter-spacing:-.02em;margin-top:5px;font-size:20px;font-weight:600;line-height:26px}.pillar{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(0,1fr) 20px;gap:14px;padding:28px 0 30px;transition:border-color .16s;display:grid;position:relative}.pillar__index{color:var(--brand-strong);padding-top:2px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:500;line-height:18px}.pillar__copy h3{letter-spacing:-.015em;font-size:18px;font-weight:600;line-height:24px}.pillar__copy p{max-width:600px;color:var(--body);margin-top:8px;font-size:16px;line-height:24px}.pillar__copy small{color:var(--muted);margin-top:11px;font-size:12px;line-height:19px;display:block}.pillar__arrow{color:var(--faint);opacity:0;padding-top:1px;font-size:15px;line-height:22px;transition:color .16s,opacity .16s,transform .16s;transform:translate(-4px,4px)}.pillar:hover .pillar__arrow{color:var(--brand-strong);opacity:1;transform:translate(0)}.method{border-left:2px solid var(--brand);background:var(--hover);border-radius:0 9px 9px 0;margin-top:48px;padding:22px 24px 24px}.method>p:last-child{max-width:620px;color:var(--body);margin-top:12px;font-size:16px;line-height:24px}.page-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:24px;padding-top:56px;font-size:13px;line-height:20px;display:flex}.page-footer span:first-child{color:var(--foreground)}.control-button:focus-visible,.nav-menu__trigger:focus-visible,.nav-menu__item:focus-visible,.site-brand:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.rise{animation:.5s cubic-bezier(.22,1,.36,1) both rise-in}.delay-1{animation-delay:40ms}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.16s}.delay-4{animation-delay:.22s}@keyframes header-in{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes control-pop{0%{opacity:0;transform:rotate(-22deg)scale(.78)}to{opacity:1;transform:rotate(0)scale(1)}}@media (max-width:820px){.site-header{height:108px}.site-header__inner{grid-template-rows:56px 52px;grid-template-columns:minmax(0,1fr) auto;gap:0 12px;width:calc(100% - 40px);max-width:none;padding-inline:0;display:grid}.site-brand{grid-area:1/1}.site-controls{grid-area:1/2}.site-nav{border-top:1px solid color-mix(in srgb, var(--border) 70%, transparent);grid-area:2/1/auto/-1;justify-content:space-between;gap:10px;width:100%}.nav-menu{height:52px}.nav-menu:before{display:none}.nav-menu__panel{width:auto;min-width:0;max-width:none;position:fixed;top:108px;left:20px;right:20px;transform:translateY(-14px)scaleY(.96)}.nav-menu--open .nav-menu__panel{transform:translateY(0)scaleY(1)}.site-main{width:auto;margin:0 20px;padding:132px 0 40px}.research-section{margin-top:48px}}@media (max-width:520px){.site-header__inner{width:calc(100% - 32px)}.site-brand__mark,.site-brand__mark img{width:30px;height:30px}.site-nav{gap:8px}.nav-menu__trigger{font-size:13px}.nav-menu__panel{left:16px;right:16px}.site-main{margin:0 16px}.hero h1{font-size:21px;line-height:29px}.pillar{grid-template-columns:30px minmax(0,1fr);gap:10px}.pillar__arrow{display:none}.method{padding:20px 18px 22px}.page-footer{gap:7px;padding-top:56px;display:grid}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.dashboard-page{--agora-accent:#4f7092;--livekit-accent:#7b8060;--twilio-accent:#9a6675;--tencent-accent:#a27b45;--tooltip:color-mix(in srgb, var(--surface) 96%, transparent);padding-bottom:56px}.dashboard-hero h1{letter-spacing:-.025em;font-size:22px;font-weight:600;line-height:30px}.dashboard-intro{max-width:680px;color:var(--body);margin-top:22px}.dashboard-intro p{font-size:16px;line-height:24px}.dashboard-intro p+p{margin-top:16px}.summary-strip{border-block:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin-top:30px;display:grid}.summary-item{min-width:0;padding:15px 0 16px}.summary-item span,.metric span{color:var(--muted);font-size:12px;line-height:18px;display:block}.summary-item strong,.metric strong{letter-spacing:-.02em;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:15px;font-weight:500;line-height:22px;display:block}.view-options{justify-content:space-between;align-items:center;gap:24px;margin-top:28px;display:flex}.view-options h2{font-size:14px;font-weight:500;line-height:20px}.view-options p{color:var(--muted);margin-top:2px;font-size:13px;line-height:20px}.range-control{align-items:center;gap:2px;display:flex}.range-control button{min-width:48px;min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 10px;font-size:13px;font-weight:500;transition:background-color .15s,color .15s}.range-control button:hover,.range-control button[aria-pressed=true]{background:var(--hover);color:var(--foreground)}.load-status{color:var(--muted);margin-top:26px;font-size:13px;line-height:20px}.load-status:empty{display:none}.vendor-section{--accent:var(--foreground);margin-top:72px}.vendor-section:first-child{margin-top:32px}.vendor-agora{--accent:var(--agora-accent)}.vendor-livekit{--accent:var(--livekit-accent)}.vendor-twilio{--accent:var(--twilio-accent)}.vendor-tencent{--accent:var(--tencent-accent)}.dashboard-section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:28px;padding-bottom:14px;display:flex}.dashboard-section-header>div{grid-template-columns:28px auto;align-items:baseline;display:grid}.section-index{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:18px}.dashboard-section-header h2{letter-spacing:-.015em;font-size:18px;font-weight:600;line-height:26px}.dashboard-section-header>p{max-width:360px;color:var(--muted);text-align:right;font-size:13px;line-height:20px}.package-chart{border-bottom:1px solid var(--border);padding:26px 0 28px}.package-head{grid-template-columns:minmax(0,1fr) 90px 86px;align-items:start;gap:20px;display:grid}.package-name{min-width:0}.package-name h3{overflow-wrap:anywhere;letter-spacing:-.01em;font-size:16px;font-weight:500;line-height:24px}.package-name p{color:var(--muted);margin-top:2px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:19px}.metric{min-width:0}.metric strong{white-space:nowrap}.metric .is-muted{color:var(--muted)}.chart-frame{margin-top:17px;position:relative}.package-description{max-width:660px;color:var(--body);margin-top:14px;font-size:13px;line-height:20px}.package-description strong{color:var(--foreground);font-weight:500}.package-chart svg{touch-action:pan-y;width:100%;height:auto;display:block;overflow:visible}.chart-grid{stroke:var(--border);stroke-width:1px;vector-effect:non-scaling-stroke}.chart-axis{stroke:var(--faint);stroke-width:1px;vector-effect:non-scaling-stroke}.chart-line{fill:none;stroke:var(--accent);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.chart-endpoint{fill:var(--background);stroke:var(--accent);stroke-width:1.7px;vector-effect:non-scaling-stroke}.chart-guide{stroke:var(--muted);stroke-width:1px;stroke-dasharray:3 4;opacity:0;vector-effect:non-scaling-stroke}.chart-hover-point{fill:var(--background);stroke:var(--accent);stroke-width:2px;opacity:0;vector-effect:non-scaling-stroke}.chart-guide.is-visible,.chart-hover-point.is-visible{opacity:1}.axis-label{fill:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10.5px}.chart-hit{fill:#0000;cursor:crosshair}.chart-tooltip{z-index:5;pointer-events:none;opacity:0;border:1px solid var(--border);background:var(--tooltip);min-width:142px;box-shadow:0 8px 24px var(--shadow);border-radius:8px;padding:8px 10px;transition:opacity .1s;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.chart-tooltip.is-visible{opacity:1}.chart-tooltip strong{font-size:12px;font-weight:600;line-height:18px;display:block}.chart-tooltip span{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:17px;display:block}.chart-empty{color:var(--muted);text-align:center;padding:46px 0;font-size:13px}.dashboard-methodology{border-left:2px solid var(--border);background:var(--hover);border-radius:0 8px 8px 0;margin-top:80px;padding:16px 18px}.dashboard-methodology h2{font-size:16px;font-weight:600;line-height:24px}.dashboard-methodology p{color:var(--body);margin-top:10px;font-size:14px;line-height:22px}.dashboard-footer{color:var(--muted);justify-content:space-between;gap:24px;padding-top:72px;font-size:14px;line-height:20px;display:flex}.dashboard-footer a{-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:4px}.dashboard-footer a:hover{color:var(--foreground);-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}.range-control button:focus-visible,.dashboard-footer a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (max-width:820px){.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.view-options{align-items:end}.vendor-section{margin-top:64px}.dashboard-section-header{display:block}.dashboard-section-header>p{text-align:left;max-width:none;margin-top:5px;padding-left:28px}.package-head{grid-template-columns:minmax(0,1fr) 86px 80px;gap:12px}}@media (max-width:520px){.dashboard-hero h1{font-size:21px;line-height:29px}.view-options{align-items:flex-start}.range-control button{min-width:44px;padding-inline:8px}.package-head{grid-template-columns:1fr 1fr;gap:12px 20px}.package-name{grid-column:1/-1}.metric{border-left:1px solid var(--border);padding-left:10px}.axis-label-mid{display:none}}@media print{.site-header,.view-options,.chart-tooltip{display:none}.dashboard-page{max-width:none;padding:24px}.vendor-section{break-inside:avoid}.rise{animation:none}}
.article-header{max-width:980px}.article-header h1{letter-spacing:-.035em;margin-top:7px;font-size:clamp(26px,3vw,38px);font-weight:600;line-height:1.2}.article-dek{max-width:760px;color:var(--body);margin-top:18px;font-size:16px;line-height:26px}.article-content{max-width:1320px;color:var(--body);margin-top:32px;font-size:16px;line-height:1.75}.article-content h2,.article-content h3,.article-content h4{color:var(--foreground);letter-spacing:-.02em;font-weight:600}.article-content h2{margin-top:46px;font-size:24px;line-height:32px}.article-content h3{margin-top:42px;font-size:20px;line-height:28px}.article-content h4{margin-top:34px;font-size:18px;line-height:26px}.article-content p{max-width:980px;margin-top:18px}.article-content h2+p,.article-content h3+p,.article-content h4+p{margin-top:12px}.article-content ol,.article-content ul{max-width:1020px;margin:17px 0 0;padding-left:24px}.article-content li{padding-left:5px}.article-content li+li{margin-top:6px}.article-content strong,.article-content th{color:var(--foreground)}.article-link{color:var(--brand-strong);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--brand) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--brand) 45%, transparent);text-underline-offset:3px}.article-chart-embed{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:min(100%,980px);margin:28px 0 10px;overflow:hidden}.article-chart-embed iframe{border:0;width:100%;height:560px;display:block}.article-image{width:100%;margin:28px 0}.article-image img{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:100%;height:auto;display:block}.home-article .article-image img{background:0 0;border:0;border-radius:0}@media (max-width:520px){.article-chart-embed{border-radius:8px;margin-inline:-4px}.article-chart-embed iframe{height:600px}}.article-content code{background:var(--hover);color:var(--foreground);border-radius:4px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em}.article-table-wrap{border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:none;-webkit-overflow-scrolling:touch;border-radius:6px;margin:22px 0;overflow-x:auto}.article-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1080px;font-size:14px;line-height:18px}.article-table--wide{min-width:1220px}.article-table th,.article-table td{border-bottom:1px solid var(--border);vertical-align:top;text-align:left;overflow-wrap:anywhere;padding:10px}.article-table th{background:var(--hover);white-space:nowrap;font-size:14px;font-weight:500}.article-table tbody tr:last-child td{border-bottom:0}.article-table tbody tr:hover td{background:color-mix(in srgb, var(--hover) 48%, transparent)}.article-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:24px;margin-top:56px;padding-top:18px;font-size:13px;line-height:20px;display:flex}.article-footer span{color:var(--foreground)}.article-footer a{color:inherit;text-decoration:none}.article-footer a:hover,.article-footer a:focus-visible{color:var(--foreground)}@media (max-width:820px){.article-page{max-width:none;padding:132px 0 48px}}@media (max-width:520px){.article-page{padding-bottom:40px}.article-header h1{font-size:28px;line-height:34px}.article-table{min-width:980px}.article-table--wide{min-width:1120px}.article-table th,.article-table td{padding:12px 13px}.article-footer{justify-content:space-between;gap:16px;display:flex}}.article-page{max-width:760px;padding:88px 22px 64px}.article-header,.article-content{max-width:none}.article-header h1,.article-content>:first-child{margin-top:0}.article-content p,.article-content ol,.article-content ul{max-width:none}@media (min-width:821px){.article-table-wrap{width:min(1320px,100vw - 56px);margin-left:50%;transform:translate(-50%)}}@media (max-width:820px){.article-page{max-width:none;padding:132px 0 48px}.article-table-wrap{width:100%;margin-left:0;transform:none}}.site-brand,.page-footer span:first-child,.article-footer span{font-weight:600}@media (min-width:821px){.article-table-wrap{width:760px;margin-left:0;transform:none}.article-table,.article-table--wide{min-width:760px}}.article-toc{z-index:15;width:240px;max-height:calc(100vh - 220px);color:var(--body);position:fixed;top:180px;left:max(18px,50% - 740px)}.article-toc__toggle{min-height:30px;color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;padding:4px 9px;font-size:13px;font-weight:500;line-height:20px;display:flex}.article-toc__toggle:hover,.article-toc__toggle:focus-visible{background:var(--hover)}.article-toc__nav{scrollbar-width:thin;max-height:calc(100vh - 270px);margin-top:7px;display:grid;overflow-y:auto}.article-toc__link{color:var(--muted);border-radius:4px;padding-block:4px;font-size:13px;line-height:20px;text-decoration:none;transition:background-color .14s,color .14s;display:block}.article-toc__link:hover,.article-toc__link:focus-visible,.article-toc__link.is-active{background:var(--hover);color:var(--foreground)}.article-toc__link.is-active{font-weight:500}.article-content h2,.article-content h3,.article-content h4{scroll-margin-top:96px}.article-footer span{font-weight:400}@media (max-width:1279px){.article-toc{display:none}}.article-toc__toggle{gap:16px;padding-inline:0}.article-toc__icon{flex:none;gap:5px;width:26px;display:grid}.article-toc__icon span{background:var(--muted);border-radius:999px;width:26px;height:3px;display:block}.article-toc__link{padding-left:0}.article-toc{left:max(24px,50% - 735px)}.article-toc__toggle{gap:8px;min-height:28px;padding:3px 7px 3px 4px;font-size:16px;line-height:26px}.article-toc__icon{gap:3px;width:13px}.article-toc__icon span{width:13px;height:1.5px}.article-toc__label{color:var(--muted);font-size:13px;font-weight:500;line-height:20px}.article-toc__nav{gap:8px;max-height:calc(100vh - 270px);margin-top:12px;padding:0 6px 0 5px}.article-toc__link{padding-block:0;font-size:13px;line-height:20px}.article-meta{color:#8a8a8a;margin-top:8px;font-size:14px;line-height:22px}.article-toc__toggle{min-height:28px;color:var(--muted);border-radius:6px;align-items:center;gap:8px;padding:3px 7px 3px 4px;transition:background-color .15s,color .15s;display:inline-flex}.article-toc__toggle:hover,.article-toc__toggle:focus-visible{background:var(--hover);color:var(--foreground)}.article-toc__icon span{background:currentColor}.article-toc__nav{overscroll-behavior:contain;scrollbar-color:var(--border) transparent;scrollbar-width:thin;opacity:1;gap:8px;max-height:min(260px,100vh - 120px);margin-top:12px;padding:0 6px 0 4px;transition:max-height .15s,margin-top .15s,opacity .15s,transform .15s;display:grid;overflow:hidden auto;transform:translate(0)}.article-toc__nav::-webkit-scrollbar{width:5px}.article-toc__nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.article-toc__link{white-space:normal;overflow-wrap:normal;word-break:normal;transition:color .15s,background-color .15s}.article-toc__link--level-3{color:var(--faint);padding-left:0}.article-toc__link--level-4{color:var(--faint);padding-left:14px}.article-toc--collapsed{width:240px}.article-toc--collapsed .article-toc__label{display:inline}.article-toc--collapsed .article-toc__toggle{gap:8px}.article-toc--collapsed .article-toc__nav{pointer-events:none;opacity:0;max-height:0;margin-top:0;overflow:hidden;transform:translate(-6px)}.article-table{table-layout:fixed}.article-table th,.article-table td{overflow-wrap:normal;word-break:normal}.article-table th{white-space:normal}.article-table tbody td:first-child,.article-table tbody td:first-child strong{font-weight:400}.article-table--comparison th:first-child,.article-table--comparison td:first-child{width:15%}.article-table--comparison th:nth-child(2),.article-table--comparison td:nth-child(2),.article-table--comparison th:nth-child(3),.article-table--comparison td:nth-child(3){width:28%}.article-table--comparison th:nth-child(4),.article-table--comparison td:nth-child(4){width:29%}.article-table--entry th:first-child,.article-table--entry td:first-child{width:18%}.article-table--entry th:nth-child(2),.article-table--entry td:nth-child(2){width:20%}.article-table--entry th:nth-child(3),.article-table--entry td:nth-child(3){width:29%}.article-table--entry th:nth-child(4),.article-table--entry td:nth-child(4){width:33%}.article-table--exit th:first-child,.article-table--exit td:first-child{width:18%}.article-table--exit th:nth-child(2),.article-table--exit td:nth-child(2){width:16%}.article-table--exit th:nth-child(3),.article-table--exit td:nth-child(3){width:10%}.article-table--exit th:nth-child(4),.article-table--exit td:nth-child(4){width:27%}.article-table--exit th:nth-child(5),.article-table--exit td:nth-child(5){width:29%}.article-table--participant-mix th:first-child,.article-table--participant-mix td:first-child{width:30%}.article-table--participant-mix th:nth-child(2),.article-table--participant-mix td:nth-child(2){width:28%}.article-table--participant-mix th:nth-child(3),.article-table--participant-mix td:nth-child(3){width:18%}.article-table--participant-mix th:nth-child(4),.article-table--participant-mix td:nth-child(4){width:24%}.article-table--participant-mix th,.article-table--participant-mix td{white-space:normal;overflow-wrap:anywhere}.article-table--participant-mix td:nth-child(2),.article-table--participant-mix td:nth-child(3){white-space:nowrap}.article-table--history th:first-child,.article-table--history td:first-child{width:12%}.article-table--history th:nth-child(2),.article-table--history td:nth-child(2){width:58%}.article-table--history th:nth-child(3),.article-table--history td:nth-child(3){width:30%}.article-table--history th,.article-table--history td:first-child{white-space:nowrap}.article-table--history td:nth-child(2),.article-table--history td:nth-child(3){white-space:normal;overflow-wrap:anywhere}.article-table--supply th:first-child,.article-table--supply td:first-child{width:45%}.article-table--supply th:nth-child(2),.article-table--supply td:nth-child(2){width:25%}.article-table--supply th:nth-child(3),.article-table--supply td:nth-child(3){width:30%}.article-table--supply th,.article-table--supply td{white-space:normal;overflow-wrap:anywhere}.article-header h1{color:var(--foreground);font-size:22px;font-weight:600;line-height:28px}.article-meta,.article-footer,.article-footer a{color:#8a8a8a;font-size:14px;line-height:22px}.article-content{color:var(--foreground);font-size:16px;font-weight:400;line-height:24px}.article-content p,.article-content ol,.article-content ul,.article-content li{color:inherit;font-size:16px;font-weight:400;line-height:24px}.article-content h2,.article-content h3,.article-content h4{color:var(--foreground)}.article-content h2{margin-top:48px;margin-bottom:16px;font-size:20px;font-weight:600;line-height:26px}.article-content h3{margin-top:32px;margin-bottom:10px;font-size:18px;font-weight:600;line-height:24px}.article-content h4{margin-top:24px;margin-bottom:8px;font-size:16px;font-weight:550;line-height:24px}.article-content figure figcaption,.article-content .image-caption{color:var(--muted);font-size:14px;line-height:22px}.article-table,.article-table th,.article-table td{font-size:14px;line-height:18px}.article-table th{font-weight:500}.article-content code,.article-content pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.article-content code{font-size:14.4px;line-height:22px}.article-content pre,.article-content pre code{font-size:14px;line-height:22px}:root[data-theme=dark] .article-meta,:root[data-theme=dark] .article-footer,:root[data-theme=dark] .article-footer a{color:#8d8d8d}.article-content>h2:first-child{margin-top:48px}.article-content>h3:first-child{margin-top:32px}.article-content>h4:first-child{margin-top:24px}.article-toc__link--depth-0{padding-left:0}.article-toc__link--depth-1{padding-left:14px}.article-toc__link--depth-2{padding-left:28px}.article-toc__link--depth-3{padding-left:42px}.article-table-wrap{overflow-x:hidden}.article-table th,.article-table td{overflow-wrap:anywhere;word-break:normal;width:auto!important}@media (max-width:520px){.article-table th,.article-table td{padding:10px;font-size:14px;line-height:18px}}.article-table th,.article-table td{word-break:break-word;white-space:normal!important}.article-table-wrap{width:100%}.article-toc__link.is-active{color:var(--foreground);background:0 0}.article-table-wrap{width:100%;overflow-x:hidden}.article-table,.article-table--wide{table-layout:auto;width:100%;min-width:0}.article-table th,.article-table td{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;white-space:normal!important;width:auto!important}.shanghai-headquarters-analysis .article-table th:not(:first-child),.shanghai-headquarters-analysis .article-table td:not(:first-child){text-align:right}.shanghai-headquarters-analysis .article-table th:first-child,.shanghai-headquarters-analysis .article-table td:first-child{text-align:left}.article-table--relationship{table-layout:fixed}.article-table--relationship th:first-child,.article-table--relationship td:first-child{width:10%!important}.article-table--relationship th:nth-child(2),.article-table--relationship td:nth-child(2){width:15%!important}.article-table--relationship th:nth-child(3),.article-table--relationship td:nth-child(3){width:23%!important}.article-table--relationship th:nth-child(4),.article-table--relationship td:nth-child(4){width:27%!important}.article-table--relationship th:nth-child(5),.article-table--relationship td:nth-child(5){width:25%!important}.ai-voice-infrastructure .article-table th:first-child,.ai-voice-infrastructure .article-table td:first-child{text-align:left}.ai-voice-infrastructure .article-table th:not(:first-child),.ai-voice-infrastructure .article-table td:not(:first-child){text-align:right}.article-table th:first-child,.article-table td:first-child{text-align:left!important}.article-table th:not(:first-child),.article-table td:not(:first-child){text-align:right!important}.shanghai-headquarters-analysis .article-image{margin-top:32px}.shanghai-headquarters-analysis .article-image img{border:0;border-radius:0}@media (max-width:820px){.shanghai-headquarters-analysis .article-image{overflow-x:auto}.shanghai-headquarters-analysis .article-image img{width:760px;max-width:none}}

