.cycle-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px}.cycle-step{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fbfcfc}.cycle-step b{display:block;margin-bottom:6px}.cycle-step small{display:block;color:var(--muted);line-height:1.5}.plan-status{display:inline-block;padding:4px 7px;border-radius:4px;background:#ede9fe;color:#6941c6;font-size:11px}.plan-status.done{background:var(--green-soft);color:var(--green)}
@media(max-width:700px){.cycle-band{grid-template-columns:1fr}}
