:root{color:#182233;background:#f4f6f9;font-family:Microsoft YaHei,PingFang SC,sans-serif}*{box-sizing:border-box}body{margin:0}.shell{max-width:1180px;margin:0 auto;padding:48px 28px}header{justify-content:space-between;align-items:center;gap:24px;display:flex}header p{color:#2458d3;letter-spacing:.08em;margin:0;font-size:12px;font-weight:800}h1{margin:6px 0 0;font-size:clamp(30px,5vw,48px)}header span{background:#fff;border:1px solid #d8dee8;border-radius:999px;padding:9px 13px;font-size:12px}.status{background:#fff;border-left:4px solid #2458d3;justify-content:space-between;align-items:center;gap:18px;margin:32px 0 20px;padding:24px;display:flex}.status p{color:#667085;margin:6px 0 0}.status code{color:#2458d3}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}article{background:#fff;border:1px solid #d8dee8;border-radius:16px;min-height:180px;padding:24px}article small{color:#2458d3;font-weight:800}article h2{margin:24px 0 8px;font-size:20px}article p{color:#667085;margin:0;line-height:1.7}@media (width<=680px){.shell{padding:28px 16px}header,.status{flex-direction:column;align-items:flex-start}.grid{grid-template-columns:1fr}}
