.hubRoot{--tk-blue:#004bff;--tk-blue-deep:#0024ed;--tk-cyan:#23ebff;--tk-white:#fff;--tk-ink:#11151f;--tk-gray-50:#f5f7fa;--tk-gray-200:#e5e7eb;--tk-gray-400:#9ca3af;--tk-gray-500:#6b7280;--tk-tint:#e0e7ff;--tk-tint-deep:#bfd2ff;--tk-blue-mid:#4783ff;--tk-blue-sky:#53c5ff;--tk-bg-soft:#f4f4f8;--gradient-brand:linear-gradient(135deg, #0024ed 0%, #004bff 100%);--shadow-card:0 2px 8px #11151f0d;--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro SC", "PingFang SC", "Helvetica Neue", "Noto Sans SC", "Microsoft YaHei", sans-serif}.hubRoot *{box-sizing:border-box;margin:0;padding:0}.hubRoot{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-family:var(--font-sans);color:var(--tk-ink);background:var(--tk-white);font-size:16px;line-height:1.75}.hubRoot img{max-width:100%;height:auto}.hubRoot a{color:var(--tk-blue);text-decoration:none}.hubRoot a:hover{color:var(--tk-blue-deep)}.hubRoot ::selection{background:var(--tk-tint)}.hubRoot .wrap{max-width:1200px;margin:0 auto;padding:0 32px}.hubRoot .tk-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--tk-gray-200);background:#fffffff0;position:sticky;top:0}.hubRoot .tk-header .wrap{justify-content:space-between;align-items:center;gap:24px;height:64px;display:flex}.hubRoot .tk-header .logo img{width:auto;height:26px;display:block}.hubRoot .tk-nav{align-items:center;gap:28px;display:flex}.hubRoot .tk-nav a{color:var(--tk-ink);font-size:14px}.hubRoot .tk-nav a:hover{color:var(--tk-blue)}.hubRoot .tk-nav .nav-current{color:var(--tk-blue);font-weight:600}.hubRoot .btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;display:inline-flex}.hubRoot .btn-primary{background:var(--tk-blue);color:var(--tk-white)}.hubRoot .btn-primary:hover{background:var(--tk-blue-deep);color:var(--tk-white)}.hubRoot .btn-ghost{background:var(--tk-white);color:var(--tk-blue);border-color:var(--tk-blue)}.hubRoot .btn-ghost:hover{color:var(--tk-blue-deep);border-color:var(--tk-blue-deep);background:var(--tk-white)}.hubRoot .btn-sm{padding:7px 16px;font-size:14px}.hubRoot .chip{background:var(--tk-tint);color:var(--tk-blue);border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.hubRoot .chip-outline{background:var(--tk-white);border:1px solid var(--tk-gray-200);color:var(--tk-gray-500)}.hubRoot .chip .dot{background:var(--tk-blue);border-radius:50%;width:6px;height:6px}.hubRoot .hub-hero{background:var(--tk-white);padding:96px 0 88px;position:relative;overflow:hidden}.hubRoot .hub-hero .hero-inner{max-width:720px;position:relative}.hubRoot .hub-hero .kicker{letter-spacing:.08em;color:var(--tk-blue);align-items:center;gap:10px;margin-bottom:24px;font-size:13px;font-weight:600;display:inline-flex}.hubRoot .hub-hero .kicker:before{content:"";background:var(--tk-blue);width:10px;height:10px}.hubRoot .hub-hero h1{color:var(--tk-ink);letter-spacing:.01em;font-size:44px;font-weight:700;line-height:1.25}.hubRoot .hub-hero .sub{color:var(--tk-gray-500);text-wrap:pretty;max-width:600px;margin-top:20px;font-size:17px;line-height:1.9}.hubRoot .hub-hero .hero-actions{flex-wrap:wrap;gap:16px;margin-top:36px;display:flex}.hubRoot .hero-geo{pointer-events:none;position:absolute;inset:0}.hubRoot .hero-geo svg{position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.hubRoot .hub-section{padding:72px 0}.hubRoot .hub-section.soft{background:var(--tk-bg-soft)}.hubRoot .section-head{margin-bottom:40px}.hubRoot .section-head .index{color:var(--tk-blue);letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.hubRoot .section-head .index:after{content:"";background:var(--tk-tint-deep);width:48px;height:1px}.hubRoot .section-head h2{font-size:30px;font-weight:700;line-height:1.35}.hubRoot .section-head .desc{color:var(--tk-gray-500);max-width:640px;margin-top:12px;font-size:15px}.hubRoot .cluster-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.hubRoot .cluster-card{background:var(--tk-white);border:1px solid var(--tk-gray-200);color:var(--tk-ink);box-shadow:var(--shadow-card);border-radius:12px;flex-direction:column;gap:12px;padding:28px 24px;transition:border-color .2s ease-out;display:flex}.hubRoot .cluster-card:hover{border-color:var(--tk-blue);color:var(--tk-ink)}.hubRoot .cluster-card .num{background:var(--tk-blue-mid);width:32px;height:32px;color:var(--tk-white);border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.hubRoot .cluster-card h3{font-size:17px;font-weight:700;line-height:1.5}.hubRoot .cluster-card p{color:var(--tk-gray-500);flex:1;font-size:13px;line-height:1.7}.hubRoot .cluster-card .meta{color:var(--tk-blue);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.hubRoot .cluster-block{padding-top:56px}.hubRoot .cluster-block:first-of-type{padding-top:0}.hubRoot .cluster-head{border-top:1px solid var(--tk-gray-200);justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:24px;padding-top:28px;display:flex}.hubRoot .cluster-head .left{align-items:baseline;gap:16px;display:flex}.hubRoot .cluster-head .idx{color:var(--tk-blue);font-size:14px;font-weight:700}.hubRoot .cluster-head h3{font-size:22px;font-weight:700}.hubRoot .cluster-head .pos{color:var(--tk-gray-500);font-size:14px}.hubRoot .article-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.hubRoot .article-card{background:var(--tk-white);border:1px solid var(--tk-gray-200);color:var(--tk-ink);box-shadow:var(--shadow-card);border-radius:12px;flex-direction:column;gap:14px;padding:26px 24px;transition:border-color .2s ease-out;display:flex}.hubRoot .article-card:hover{border-color:var(--tk-blue);color:var(--tk-ink)}.hubRoot .article-card .tags{flex-wrap:wrap;gap:8px;display:flex}.hubRoot .article-card h4{text-wrap:pretty;font-size:16px;font-weight:700;line-height:1.6}.hubRoot .article-card .excerpt{color:var(--tk-gray-500);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:13px;line-height:1.8;display:-webkit-box;overflow:hidden}.hubRoot .article-card .foot{color:var(--tk-gray-400);justify-content:space-between;align-items:center;font-size:12px;display:flex}.hubRoot .article-card .foot .read{color:var(--tk-blue);font-weight:600}.hubRoot .more-note{color:var(--tk-gray-400);margin-top:20px;font-size:13px}.hubRoot .type-legend{flex-wrap:wrap;gap:12px;display:flex}.hubRoot .type-legend .chip{padding:8px 14px;font-size:13px}.hubRoot .role-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.hubRoot .role-card{background:var(--tk-white);border:1px solid var(--tk-gray-200);box-shadow:var(--shadow-card);border-radius:12px;padding:26px 24px}.hubRoot .role-card .role-mark{border:1.5px solid var(--tk-blue);border-radius:50%;width:28px;height:28px;margin-bottom:16px;position:relative}.hubRoot .role-card .role-mark:after{content:"";background:var(--tk-cyan);width:8px;height:8px;position:absolute;top:-3px;right:-3px}.hubRoot .role-card h3{margin-bottom:6px;font-size:16px;font-weight:700}.hubRoot .role-card .role-desc{color:var(--tk-gray-400);margin-bottom:16px;font-size:12px}.hubRoot .role-card ul{flex-direction:column;list-style:none;display:flex}.hubRoot .role-card li{border-top:1px solid var(--tk-gray-200)}.hubRoot .role-card li a{color:var(--tk-ink);padding:12px 0;font-size:13px;line-height:1.6;display:block}.hubRoot .role-card li a:hover{color:var(--tk-blue)}.hubRoot .convert-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hubRoot .convert-card{background:var(--tk-white);border:1px solid var(--tk-gray-200);box-shadow:var(--shadow-card);color:var(--tk-ink);border-radius:12px;flex-direction:column;gap:10px;padding:36px 32px;transition:border-color .2s ease-out;display:flex;position:relative;overflow:hidden}.hubRoot .convert-card:hover{border-color:var(--tk-blue);color:var(--tk-ink)}.hubRoot .convert-card .big{color:var(--tk-blue);font-size:26px;font-weight:700}.hubRoot .convert-card h3{font-size:18px;font-weight:700}.hubRoot .convert-card p{color:var(--tk-gray-500);font-size:14px}.hubRoot .convert-card .go{color:var(--tk-blue);margin-top:8px;font-size:14px;font-weight:600}.hubRoot .cta-band{background:var(--gradient-brand);color:var(--tk-white)}.hubRoot .cta-band .inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:72px 0;display:flex}.hubRoot .cta-band h2{font-size:30px;font-weight:700;line-height:1.4}.hubRoot .cta-band p{color:#ffffffbf;margin-top:10px;font-size:15px}.hubRoot .cta-band .btn{background:var(--tk-white);color:var(--tk-blue);border:none;padding:12px 32px}.hubRoot .cta-band .btn:hover{background:var(--tk-gray-50);color:var(--tk-blue-deep)}.hubRoot .faq-list{max-width:800px}.hubRoot .faq-item{border-bottom:1px solid var(--tk-gray-200);padding:24px 0}.hubRoot .faq-item h3{gap:12px;font-size:16px;font-weight:700;line-height:1.6;display:flex}.hubRoot .faq-item h3:before{content:"Q";color:var(--tk-blue);flex:none;font-weight:700}.hubRoot .faq-item .a{color:var(--tk-gray-500);margin-top:10px;padding-left:26px;font-size:14px;line-height:1.9}.hubRoot .tk-footer{border-top:1px solid var(--tk-gray-200);background:var(--tk-white)}.hubRoot .tk-footer .inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:40px 0;display:flex}.hubRoot .tk-footer img{width:auto;height:22px;display:block}.hubRoot .tk-footer .fine{color:var(--tk-gray-400);font-size:12px}.hubRoot .crumbs{color:var(--tk-gray-400);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.hubRoot .crumbs a{color:var(--tk-gray-500)}.hubRoot .crumbs a:hover{color:var(--tk-blue)}.hubRoot .crumbs .sep{color:var(--tk-gray-400)}.hubRoot .crumbs .here{color:var(--tk-ink)}.hubRoot .article-hero{border-bottom:1px solid var(--tk-gray-200);background:var(--tk-white);position:relative;overflow:hidden}.hubRoot .article-hero .inner{max-width:880px;padding:40px 0 44px;position:relative}.hubRoot .article-hero .tags{flex-wrap:wrap;gap:8px;margin:20px 0 16px;display:flex}.hubRoot .article-hero h1{letter-spacing:.01em;text-wrap:pretty;font-size:34px;font-weight:700;line-height:1.45}.hubRoot .article-hero .lead{color:var(--tk-gray-500);text-wrap:pretty;margin-top:16px;font-size:15px;line-height:1.9}.hubRoot .article-hero .meta-row{color:var(--tk-gray-400);flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px;font-size:13px;display:flex}.hubRoot .article-hero .meta-row .sep{background:var(--tk-gray-400);border-radius:50%;width:3px;height:3px}.hubRoot .article-hero .hero-cta{align-items:center;gap:16px;margin-top:28px;display:flex}.hubRoot .article-hero .hero-geo{position:absolute;top:40px;right:32px}.hubRoot .article-layout{grid-template-columns:232px minmax(0,860px);justify-content:start;gap:64px;padding:48px 0 96px;display:grid}.hubRoot .toc{scrollbar-width:thin;align-self:start;max-height:calc(100vh - 128px);font-size:13px;position:sticky;top:96px;overflow:auto}.hubRoot .toc .toc-title{letter-spacing:.08em;color:var(--tk-gray-400);margin-bottom:12px;font-size:12px;font-weight:600}.hubRoot .toc ol{border-left:1px solid var(--tk-gray-200);list-style:none}.hubRoot .toc li a{color:var(--tk-gray-500);border-left:2px solid #0000;margin-left:-1.5px;padding:6px 0 6px 16px;line-height:1.55;display:block}.hubRoot .toc li a:hover{color:var(--tk-blue)}.hubRoot .toc li.lv3 a{padding-left:30px;font-size:12px}.hubRoot .toc li a.active{color:var(--tk-blue);border-left-color:var(--tk-blue);font-weight:600}.hubRoot .toc-mobile{display:none}.hubRoot .side{flex-direction:column;align-self:start;gap:16px;display:flex;position:sticky;top:96px}.hubRoot .cta-card{border:1px solid var(--tk-gray-200);box-shadow:var(--shadow-card);background:var(--tk-white);border-radius:12px;overflow:hidden}.hubRoot .cta-card .visual{background:var(--gradient-brand);padding:22px 20px 18px}.hubRoot .cta-card .visual .mark{gap:5px;margin-bottom:14px;display:flex}.hubRoot .cta-card .visual .mark span{background:#ffffff59;width:9px;height:9px}.hubRoot .cta-card .visual .mark span:first-child{background:var(--tk-cyan)}.hubRoot .cta-card .visual strong{color:var(--tk-white);font-size:16px;font-weight:700;line-height:1.5;display:block}.hubRoot .cta-card .visual small{color:#ffffffb8;margin-top:6px;font-size:12px;line-height:1.6;display:block}.hubRoot .cta-card .body{padding:18px 20px 20px}.hubRoot .cta-card .body .btn{width:100%}.hubRoot .cta-card .body .note{color:var(--tk-gray-400);text-align:center;margin-top:10px;font-size:12px}.hubRoot .side .back-hub{color:var(--tk-gray-500);padding:0 4px;font-size:13px}.hubRoot .side .back-hub:hover{color:var(--tk-blue)}.hubRoot .article-body{color:var(--tk-ink);font-size:16px;line-height:1.95}.hubRoot .article-body>*+*{margin-top:1.15em}.hubRoot .article-body h2{margin-top:2.4em;padding-top:.4em;scroll-margin-top:88px;font-size:24px;font-weight:700;line-height:1.5}.hubRoot .article-body h2:before{content:"";background:var(--tk-blue);width:28px;height:3px;margin-bottom:18px;display:block}.hubRoot .article-body h3{margin-top:1.9em;scroll-margin-top:88px;font-size:19px;font-weight:700;line-height:1.55}.hubRoot .article-body p{text-wrap:pretty}.hubRoot .article-body strong{font-weight:700}.hubRoot .article-body ul,.hubRoot .article-body ol{flex-direction:column;gap:.5em;padding-left:1.6em;display:flex}.hubRoot .article-body li::marker{color:var(--tk-blue);font-weight:600}.hubRoot .article-body a{border-bottom:1px solid var(--tk-tint-deep);padding-bottom:1px}.hubRoot .article-body a:hover{border-bottom-color:var(--tk-blue-deep)}.hubRoot .table-scroll{border:1px solid var(--tk-gray-200);-webkit-overflow-scrolling:touch;border-radius:10px;overflow-x:auto}.hubRoot .article-body table{border-collapse:collapse;width:100%;min-width:640px;font-size:14px;line-height:1.7}.hubRoot .article-body thead th{background:var(--tk-blue);color:var(--tk-white);text-align:left;white-space:nowrap;padding:12px 16px;font-weight:600}.hubRoot .article-body tbody td{border-top:1px solid var(--tk-gray-200);vertical-align:top;padding:12px 16px}.hubRoot .article-body tbody tr:nth-child(2n) td{background:var(--tk-gray-50)}.hubRoot .article-body td:first-child{white-space:nowrap;font-weight:600}.hubRoot .article-body figure{margin-top:2em;margin-bottom:2em}.hubRoot .article-body figure img{border:1px solid var(--tk-gray-200);border-radius:10px;width:100%;height:auto;display:block}.hubRoot .article-body figcaption{color:var(--tk-gray-400);text-align:center;margin-top:10px;font-size:13px}.hubRoot .article-body .faq-q{border:1px solid var(--tk-gray-200);background:var(--tk-gray-50);border-bottom:none;border-radius:10px 10px 0 0;margin-top:1.6em;padding:16px 20px 0;font-size:17px}.hubRoot .article-body .faq-q+p{border:1px solid var(--tk-gray-200);background:var(--tk-gray-50);color:var(--tk-gray-500);border-top:none;border-radius:0 0 10px 10px;margin-top:0;padding:12px 20px 18px;font-size:15px}.hubRoot .article-cta{background:var(--gradient-brand);color:var(--tk-white);border-radius:12px;margin-top:2.5em;padding:32px 32px 34px}.hubRoot .article-cta h2{color:var(--tk-white);margin-top:0;padding-top:0;font-size:22px}.hubRoot .article-cta h2:before{background:var(--tk-cyan)}.hubRoot .article-cta .cta-title{color:var(--tk-white);margin:0;font-size:22px;font-weight:700;line-height:1.45}.hubRoot .article-cta .cta-title:before{content:"";background:var(--tk-cyan);width:28px;height:3px;margin-bottom:18px;display:block}.hubRoot .article-cta p{color:#ffffffd9;margin-top:.9em;font-size:15px}.hubRoot .article-cta a{color:var(--tk-white);border-bottom:1px solid #ffffff80;font-weight:600}.hubRoot .article-cta a:hover{color:var(--tk-white);border-bottom-color:var(--tk-white)}.hubRoot .article-cta .btn-row{margin-top:1.4em}.hubRoot .article-cta .btn-row a{background:var(--tk-white);color:var(--tk-blue);border:none;border-radius:8px;padding:11px 28px;font-size:15px;font-weight:700;display:inline-flex}.hubRoot .article-cta .btn-row a:hover{background:var(--tk-gray-50);color:var(--tk-blue-deep)}.hubRoot .refs{margin-top:2.5em}.hubRoot .refs ul{gap:.65em;padding-left:0;list-style:none}.hubRoot .refs li{color:var(--tk-gray-500);overflow-wrap:break-word;padding-left:18px;font-size:13px;line-height:1.8;position:relative}.hubRoot .refs li:before{content:"";background:var(--tk-tint-deep);width:6px;height:6px;position:absolute;top:.75em;left:0}.hubRoot .refs a{color:var(--tk-gray-500);border-bottom:none}.hubRoot .refs a:hover{color:var(--tk-blue)}.hubRoot .related{border-top:1px solid var(--tk-gray-200);margin-top:64px;padding-top:40px}.hubRoot .related h2{margin-bottom:24px;font-size:22px;font-weight:700}.hubRoot .related .article-grid{grid-template-columns:repeat(3,1fr)}.hubRoot .mobile-cta{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--tk-gray-200);padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;display:none;position:fixed;bottom:0;left:0;right:0}.hubRoot .mobile-cta .hint{color:var(--tk-gray-500);min-width:0;font-size:12px;line-height:1.4}.hubRoot .mobile-cta .btn{flex:none}@media (max-width:1279px){.hubRoot .article-layout{grid-template-columns:208px minmax(0,1fr);gap:40px}.hubRoot .side{display:none}.hubRoot .hub-hero h1{font-size:38px}}@media (max-width:1023px){.hubRoot .cluster-grid,.hubRoot .article-grid,.hubRoot .related .article-grid,.hubRoot .role-grid{grid-template-columns:repeat(2,1fr)}.hubRoot .article-layout{grid-template-columns:minmax(0,1fr);padding-top:32px}.hubRoot .toc{display:none}.hubRoot .toc-mobile{border:1px solid var(--tk-gray-200);background:var(--tk-gray-50);border-radius:10px;margin-bottom:8px;display:block}.hubRoot .toc-mobile summary{cursor:pointer;color:var(--tk-ink);justify-content:space-between;align-items:center;padding:14px 18px;font-size:14px;font-weight:600;list-style:none;display:flex}.hubRoot .toc-mobile summary:after{content:"+";color:var(--tk-blue);font-size:18px;font-weight:400}.hubRoot .toc-mobile[open] summary:after{content:"−"}.hubRoot .toc-mobile ol{padding:0 18px 14px;list-style:none}.hubRoot .toc-mobile li a{color:var(--tk-gray-500);padding:7px 0;font-size:13px;display:block}.hubRoot .toc-mobile li.lv3 a{padding-left:16px;font-size:12px}.hubRoot .mobile-cta{display:flex}.hubRoot.has-mobile-cta{padding-bottom:72px}.hubRoot .hero-geo,.hubRoot .article-hero .hero-geo{display:none}}@media (max-width:767px){.hubRoot .wrap{padding:0 20px}.hubRoot .tk-nav .nav-link-secondary{display:none}.hubRoot .hub-hero{padding:64px 0 56px}.hubRoot .hub-hero h1{font-size:30px}.hubRoot .hub-hero .sub{font-size:15px}.hubRoot .hub-section{padding:52px 0}.hubRoot .section-head h2{font-size:24px}.hubRoot .cluster-grid,.hubRoot .article-grid,.hubRoot .related .article-grid,.hubRoot .role-grid,.hubRoot .convert-grid{grid-template-columns:1fr}.hubRoot .cluster-head{flex-direction:column;gap:8px}.hubRoot .cta-band h2{font-size:24px}.hubRoot .article-hero h1{font-size:25px}.hubRoot .article-hero .inner{padding:28px 0 32px}.hubRoot .article-body{font-size:15.5px}.hubRoot .article-body h2{font-size:21px}.hubRoot .article-body h3{font-size:17.5px}.hubRoot .article-cta{padding:24px 20px 26px}.hubRoot .tk-header .wrap{height:56px}.hubRoot .tk-header .logo img{height:22px}}.hubRoot .back-hub-wrap{border-top:1px solid var(--tk-gray-200);margin-top:48px;padding-top:24px}.hubRoot .back-hub-wrap .back-hub{color:var(--tk-gray-500);font-size:14px}.hubRoot .back-hub-wrap .back-hub:hover{color:var(--tk-blue)}.hubRoot .scope-note{border-left:3px solid var(--tk-blue);color:#4b5563;background:#eef3ff;border-radius:8px;margin:18px 0 4px;padding:14px 18px;font-size:14px;line-height:1.85}.hubRoot .scope-note strong{color:var(--tk-blue-deep);font-weight:600}@media (max-width:640px){.hubRoot .scope-note{padding:12px 14px;font-size:13px}}
