:root{--bg:#f3f4ef;--bg-accent:#e8f3ef;--surface:#fff;--surface-soft:#f6f9fb;--ink:#0f172a;--muted:#475569;--line:#d9e2e8;--primary:#0f766e;--primary-strong:#115e59;--accent:#f59e0b;--accent-soft:#fff5da;--shadow:0 24px 60px #0f172a14;--shadow-soft:0 14px 32px #0f172a0f;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--content-width:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 0 0,#0f766e14,#0000 28rem),linear-gradient(#f8faf8 0%,#f3f4ef 50%,#eef2f6 100%);margin:0;font-family:IBM Plex Sans,Noto Sans SC,sans-serif;line-height:1.7}a{color:inherit}h1,h2,h3,h4{letter-spacing:-.03em;margin:0 0 .75rem;font-family:Space Grotesk,Noto Sans SC,sans-serif;line-height:1.12}p{color:var(--muted);margin:0 0 1rem}ul,ol{color:var(--muted);margin:0;padding-left:1.25rem}main li+li{margin-top:.45rem}header{z-index:100;backdrop-filter:blur(18px);background:#f3f4efd1;border-bottom:1px solid #d9e2e8cc;position:sticky;top:0}nav{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.95rem 1.25rem;display:flex}.logo{color:var(--ink);align-items:center;gap:.8rem;font-family:Space Grotesk,Noto Sans SC,sans-serif;font-weight:700;text-decoration:none;display:inline-flex}.logo img{width:auto;height:52px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.nav-links li{align-items:center;display:flex}.nav-links a{height:2.75rem;color:var(--muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 .95rem;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.nav-links a:hover,.nav-links a:focus-visible{color:var(--primary-strong);background:#0f766e1a;transform:translateY(-1px)}.nav-links a.active{background:var(--ink);color:#fff}.hero,.page-hero{max-width:var(--content-width);margin:0 auto;padding:1.5rem 1.25rem 0}.hero-panel,.page-hero-panel{border-radius:var(--radius-xl);color:#f8fafc;background:radial-gradient(circle at 100% 0,#f59e0b38,#0000 18rem),radial-gradient(circle at 0 100%,#2dd4bf33,#0000 20rem),linear-gradient(135deg,#0f172a 0%,#0f3c48 54%,#115e59 100%);padding:clamp(2.25rem,4vw,4.2rem);position:relative;overflow:hidden;box-shadow:0 36px 80px #0f172a33}.hero-panel:before,.page-hero-panel:before{content:"";background:#ffffff0f;border-radius:999px;width:22rem;height:22rem;position:absolute;inset:auto -8rem -9rem auto}.hero-layout{display:block;position:relative}.hero-copy{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.eyebrow{color:#d7f6ef;text-transform:uppercase;letter-spacing:.08em;background:#ffffff1a;border-radius:999px;align-items:center;gap:.5rem;margin:0 auto 1rem;padding:.45rem .8rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-logo{width:min(360px,100%);box-shadow:none;background:0 0;border:0;border-radius:0;margin:0 auto 1rem}.hero h1,.page-hero h1{max-width:none;font-size:clamp(2.15rem,4.8vw,3.8rem)}.hero-title{line-height:1.08}.hero-title-en{white-space:normal;max-width:16ch;font-size:clamp(2rem,4.2vw,3.35rem)}.hero-title-zh{white-space:nowrap}.hero p,.page-hero p,.hero li,.page-hero li{color:#f1f5f9e6}.hero-lead,.page-hero-lead{max-width:46rem;font-size:1.16rem}.hero-actions,.link-row{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.hero-actions{justify-content:center}.button,.button-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.button{color:var(--ink);background:#f8fafc;box-shadow:0 14px 28px #0f172a2e}.button-secondary{color:#f8fafc;background:#ffffff14;border:1px solid #fff3}.button:hover,.button-secondary:hover,.button:focus-visible,.button-secondary:focus-visible{transform:translateY(-2px)}.hero-stats{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;width:100%;max-width:1080px;margin-top:1.5rem;display:grid;position:relative}.stat-card{background:#ffffff14;border:1px solid #ffffff29;border-radius:20px;padding:1.1rem 1.2rem;box-shadow:inset 0 1px #ffffff14}.stat-value{margin-bottom:.2rem;font-family:Space Grotesk,Noto Sans SC,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1;display:block}.stat-marker{vertical-align:top;margin-left:.15em;font-size:.58em}.stat-label{font-size:.98rem;font-weight:600}.stat-detail{color:#e2e8f0d1;margin-top:.35rem;font-size:.92rem}.hero-footnote{color:#e2e8f0d6;text-align:left;width:100%;max-width:1080px;margin:.85rem auto 0;font-size:.93rem}main{max-width:var(--content-width);margin:0 auto;padding:0 1.25rem 4rem}main>section{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);margin-top:1.35rem;padding:2rem}.section-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem;font-size:.82rem;font-weight:700;display:inline-block}section h2{margin-bottom:.85rem;font-size:clamp(1.9rem,3vw,2.5rem)}.section-lead{max-width:54rem;font-size:1.06rem}.feature-grid,.docs-grid,.resource-grid,.meta-grid,.demo-grid{gap:1rem;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.docs-grid,.resource-grid,.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-grid{grid-template-columns:1fr}.feature-card,.docs-card,.resource-card,.meta-card,.demo-card,.callout-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:linear-gradient(#fff,#f6f9fb);padding:1.25rem}.docs-card,.resource-card{position:relative;overflow:hidden}.docs-card:after,.resource-card:after{content:"";background:#0f766e0f;border-radius:999px;width:7rem;height:7rem;position:absolute;inset:auto -2rem -2rem auto}.feature-card h3,.docs-card h3,.resource-card h3,.meta-card h3,.demo-card h3{margin-bottom:.55rem;font-size:1.25rem}.feature-card p:last-child,.docs-card p:last-child,.resource-card p:last-child,.meta-card p:last-child,.demo-card p:last-child{margin-bottom:0}.demo-card h3{margin-top:1.35rem;margin-bottom:.55rem}.tag{background:var(--accent-soft);color:#9a6700;border-radius:999px;align-items:center;margin-bottom:.9rem;padding:.35rem .7rem;font-size:.82rem;font-weight:700;display:inline-flex}.doc-link{color:var(--primary-strong);align-items:center;gap:.45rem;margin-top:1rem;font-weight:700;text-decoration:none;display:inline-flex}.doc-link:hover,.doc-link:focus-visible{text-decoration:underline}.video-wrapper{aspect-ratio:16/9;background:#0f172a;border-radius:14px;overflow:hidden}.video-wrapper video{object-fit:contain;width:100%;height:100%;display:block}.affiliation-logos{flex-wrap:wrap;align-items:center;gap:1rem;margin:0 0 1rem;display:flex}.affiliation-logos img{width:auto;height:72px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0}.site-footer{max-width:var(--content-width);margin:0 auto 2rem;padding:0 1.25rem}.footer-panel{border-radius:var(--radius-lg);color:#dbeafe;box-shadow:var(--shadow);background:linear-gradient(135deg,#0f172a 0%,#142941 100%);padding:1.5rem 1.8rem}.footer-panel p{color:#dbeafedb;margin-bottom:.5rem}.footer-panel p:last-child{margin-bottom:0}pre{color:#e2e8f0;background:#0f172a;border-radius:16px;padding:1rem 1.1rem;font-family:IBM Plex Mono,SFMono-Regular,monospace;overflow-x:auto;box-shadow:inset 0 1px #ffffff0f}code{color:var(--primary-strong);background:#0f766e14;border-radius:8px;padding:.15rem .4rem;font-family:IBM Plex Mono,SFMono-Regular,monospace}pre code{color:inherit;background:0 0;border-radius:0;padding:0}blockquote{border-left:4px solid var(--primary);background:#0f766e0f;border-radius:0 14px 14px 0;margin:1rem 0;padding:.9rem 1rem}table{border-collapse:collapse;border:1px solid var(--line);border-radius:16px;width:100%;margin-top:1rem;overflow:hidden}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.85rem .9rem}th{color:var(--ink);background:#eff6f5;font-weight:700}tr:last-child td{border-bottom:none}img{max-width:100%;height:auto;box-shadow:var(--shadow-soft);border-radius:16px;margin:1.5rem auto;display:block}.caption,figcaption{text-align:center;color:#64748b;margin-top:-.8rem;margin-bottom:1.5rem;font-size:.92rem}.article-page img,.docs-page img{box-shadow:none}#reference-manual h2,#reference-manual h3,#reference-manual h4{line-height:1.2}#reference-manual h2{margin-top:2.6rem;margin-bottom:1rem}#reference-manual h2:first-child{margin-top:0}#reference-manual h3{margin-top:1.9rem;margin-bottom:.85rem}#reference-manual h4{color:var(--ink);letter-spacing:0;margin-top:1.4rem;margin-bottom:.7rem;font-family:IBM Plex Sans,Noto Sans SC,sans-serif;font-size:1.05rem;font-weight:700}#reference-manual p,#reference-manual ul,#reference-manual ol,#reference-manual pre,#reference-manual blockquote,#reference-manual table{margin-top:.9rem}#reference-manual li+li{margin-top:.5rem}@media (width<=980px){.feature-grid,.docs-grid,.resource-grid,.meta-grid,.hero-stats{grid-template-columns:1fr}}@media (width<=760px){nav{flex-direction:column;align-items:flex-start}.nav-links{justify-content:flex-start}.hero,.page-hero{padding-top:1rem}.hero-panel,.page-hero-panel,main>section,.footer-panel{padding:1.35rem}.hero-title-zh{white-space:normal}.hero-actions,.link-row{flex-direction:column;align-items:stretch}.button,.button-secondary{width:100%}.hero-stats{grid-template-columns:1fr}}
