html,body{touch-action:manipulation;-webkit-text-size-adjust:100%}button,a,[role="button"]{touch-action:manipulation}.top-actions{display:flex;align-items:center;gap:8px}.refresh-plan{width:38px;height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green);font-size:21px;line-height:1;display:grid;place-items:center}.refresh-plan:disabled{opacity:.55}.refresh-plan.loading{animation:plan-spin .8s linear infinite}@keyframes plan-spin{to{transform:rotate(360deg)}}