.route-content .jf-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:14px 0;}
.route-content .jf-out{position:relative;}
.route-content .jf-out pre{margin:0;max-height:520px;overflow:auto;background:#000;}
.route-content .jf-copy{position:absolute;top:10px;right:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#000;border:1px solid var(--line);color:#cbd5e1;border-radius:8px;padding:6px 10px;cursor:pointer;z-index:2;}
.route-content .jf-copy:hover{background:#000;color:#fff;}
.route-content .jf-status{font-size:13.5px;margin:6px 0;min-height:18px;display:flex;align-items:center;gap:8px;}
.route-content .jf-ok{color:#4ade80;}
.route-content .jf-bad{color:#fb7185;}
.route-content .jk{color:#7dd3fc;}
.route-content .js{color:#86efac;}
.route-content .jn{color:#fcd34d;}
.route-content .jb{color:#c4b5fd;}
.route-content .jp{color:#64748b;}