:root{--ink:#11233e;--muted:#6c7a91;--blue:#587fff;--green:#35c690;--line:#dfe8f5;--shadow:0 18px 55px rgba(28,50,88,.09)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:"Microsoft YaHei","PingFang SC","Segoe UI",sans-serif;background:radial-gradient(circle at 8% 0,rgba(99,148,255,.18),transparent 28%),radial-gradient(circle at 93% 4%,rgba(81,215,169,.16),transparent 24%),#f8fbff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}header{position:sticky;top:0;z-index:10;background:rgba(249,252,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:900}.logo{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;color:#fff;background:linear-gradient(135deg,#5078f7,#83a9ff)}.links{display:flex;align-items:center;gap:20px;color:#45566f;font-size:14px}.status{border:1px solid var(--line);padding:10px 13px;border-radius:12px;background:#fff;color:#24a676!important}.menu{display:none}.hero{padding:74px 0 40px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow,.tag{display:inline-flex;padding:9px 13px;border-radius:999px;background:#edf4ff;color:#4b72e8;font-size:13px;font-weight:800}.hero h1,.pagehero h1{font-size:clamp(38px,5.4vw,66px);line-height:1.08;margin:18px 0}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#426df6,#39bf92);-webkit-background-clip:text;color:transparent}.hero p,.pagehero p,article p{font-size:16px;line-height:1.85;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border:1px solid var(--line);background:#fff;border-radius:14px;font-weight:800}.primary{color:#fff!important;border:0!important;background:linear-gradient(135deg,#527af8,#729bff)!important}.facts{display:flex;gap:28px;flex-wrap:wrap}.facts span{display:grid;color:var(--muted);font-size:13px}.facts b{color:var(--ink);font-size:16px}.dash{background:#fff;border:1px solid var(--line);border-radius:30px;padding:17px;box-shadow:var(--shadow)}.dashbar{padding:14px;border-radius:16px;background:#f2f6fd;color:#91a5c4}.dashbar span{float:right}.dashgrid{display:grid;grid-template-columns:140px 1fr;gap:14px;margin-top:14px}.dashgrid aside{background:#f8fbff;border-radius:18px;padding:18px;display:grid;gap:13px}.dashgrid aside small{color:var(--muted)}.dashgrid section{display:grid;grid-template-columns:1fr 1fr;gap:14px}.metric,.chart{background:#f9fbff;border:1px solid #e8eef8;border-radius:18px;padding:18px;display:grid}.metric strong{font-size:30px}.metric i{font-style:normal;color:#24a676}.chart{grid-column:1/-1}.chart svg{width:100%}.pills{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:28px}.pills span{text-align:center;padding:15px;border-radius:15px;background:#fff;border:1px solid var(--line);color:#68778f;font-weight:700}.section{padding:86px 0}.soft{background:rgba(237,246,255,.55)}.heading{text-align:center;max-width:760px;margin:0 auto 42px}.heading small{color:#7194ef;font-weight:900;letter-spacing:.15em}.heading h2{font-size:36px}.heading p{color:var(--muted)}.cards{display:grid;gap:22px}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}article ul,article ol{padding-left:20px;color:#5f6f88;line-height:1.9}.icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;font-size:24px;font-weight:900}.blue{background:#edf4ff;color:#537df8}.green{background:#ecfaf5;color:#25aa79}.amber{background:#fff7e9;color:#d29a33}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.steps article b{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#edf4ff;color:#557ef6}.cta{margin-top:34px;padding:31px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#122846,#1c426e);display:flex;justify-content:space-between;align-items:center}.pagehero{padding:70px 0 20px}.pagehero h1{font-size:48px}.timeline{display:grid;gap:18px}.spec{display:grid;grid-template-columns:120px 1fr;gap:12px;color:var(--muted);margin:20px 0}pre{white-space:pre-wrap;background:#11233e;color:#dce9fa;padding:18px;border-radius:16px}.todo{color:#ef795b}footer{padding:42px 0;border-top:1px solid var(--line);background:rgba(255,255,255,.6)}.footer{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:25px;color:#67778f}.footer>div{display:flex;flex-direction:column;gap:10px}@media(max-width:900px){.hero-grid,.three,.two,.steps,.footer{grid-template-columns:1fr 1fr}.pills{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.links{display:none;position:absolute;left:16px;right:16px;top:76px;background:#fff;padding:18px;border-radius:18px;flex-direction:column;align-items:flex-start}.links.open{display:flex}.menu{display:block}.hero-grid,.three,.two,.steps,.footer,.pills{grid-template-columns:1fr}.dashgrid{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}}