.excel-plugin-reference{margin-bottom:48px}.excel-plugin-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.excel-plugin-workflow{border:2px solid var(--line);box-shadow:4px 4px 0 var(--blue);background:#edf8fd;border-radius:16px;padding:26px}.excel-plugin-workflow:nth-child(2){background:#fff8db}.excel-plugin-workflow-heading{align-items:center;gap:12px;margin-bottom:24px;display:flex}.excel-plugin-workflow-heading>svg{color:var(--accent);flex-shrink:0}.excel-plugin-workflow-heading h3{margin:0;font-size:22px}.excel-plugin-workflow ol{counter-reset:plugin-step;margin:0;padding:0;list-style:none}.excel-plugin-workflow li{counter-increment:plugin-step;padding:0 0 22px 42px;position:relative}.excel-plugin-workflow li:last-child{padding-bottom:0}.excel-plugin-workflow li:before{content:counter(plugin-step);border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:14px;display:grid;position:absolute;top:0;left:0}.excel-plugin-workflow li strong{font-size:17px}.excel-plugin-workflow li p{color:var(--muted);margin:7px 0 0;font-size:16px;line-height:1.8}.excel-plugin-toolbox{margin-top:48px}.excel-plugin-toolbox dl{border:1px solid #bdcbe0;border-radius:14px;margin:0;overflow:hidden}.excel-plugin-toolbox dl>div{border-bottom:1px solid #d8e1ef;grid-template-columns:150px minmax(0,1fr);gap:20px;padding:20px 24px;display:grid}.excel-plugin-toolbox dl>div:last-child{border-bottom:0}.excel-plugin-toolbox dt{font-size:16px;font-weight:700}.excel-plugin-toolbox dd{color:var(--muted);margin:0;font-size:16px;line-height:1.9}@media (max-width:700px){.excel-plugin-workflow-grid{grid-template-columns:1fr;gap:24px}.excel-plugin-workflow{padding:22px}.excel-plugin-toolbox dl>div{grid-template-columns:1fr;gap:8px;padding:20px}}
