html,body{margin:0;padding:0}body{background:#fff;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#222}.arc-head{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;gap:.5em;padding:8px clamp(12px,2.5vw,32px) 9px;box-sizing:border-box;width:100%;background:rgba(255,255,255,.94);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 1px 0 rgba(0,0,0,.07)}.arc-row-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.arc-row-runs,.arc-row-order{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:.5em 1em}.arc-row-runs.hidden{display:none}.arc-row-order:empty{display:none}.arc-body{position:relative;width:100%}.arc-body iframe{display:block;width:100%;border:0;background:#fff}.arc-head button.close{justify-self:end;border:0;background:0;font-size:22px;line-height:1;color:#000;cursor:pointer;padding:0;width:1.5em;height:1.5em;display:flex;align-items:center;justify-content:center}.arc-head button.close:hover{color:#ff6c00}.arc-src{display:inline-flex;justify-self:center}.arc-src button{font:inherit;font-size:13px;padding:6px 18px;border:1px solid #e2e2e2;background:#fff;color:#444;cursor:pointer;line-height:1}.arc-src button:first-child{border-radius:5px 0 0 5px}.arc-src button:last-child{border-radius:0 5px 5px 0;border-left:0}.arc-src button.on{background:#222;border-color:#222;color:#fff}.arc-runcat{display:inline-flex;align-items:center;gap:.35em}.arc-runcat>.lab{font-size:11px;color:#888;white-space:nowrap}.arc-runcat .grp{display:inline-flex}.arc-runcat .grp button{font:inherit;font-size:11px;padding:3px 8px;border:1px solid #e2e2e2;background:#fff;color:#555;cursor:pointer;line-height:1}.arc-runcat .grp button:first-child{border-radius:4px 0 0 4px}.arc-runcat .grp button:last-child{border-radius:0 4px 4px 0}.arc-runcat .grp button:not(:first-child){border-left:0}.arc-runcat .grp button.on{background:#ff6c00;border-color:#ff6c00;color:#fff;font-weight:600}.arc-model .grp button.off-arc{color:#aaa;background:#fafafa;font-style:italic}.arc-model .grp button.off-arc.on{color:#fff;background:#ff6c00;font-style:normal}.arc-order{display:inline-flex}.arc-order button{font:inherit;font-size:12px;padding:5px 11px;border:1px solid #e2e2e2;background:#fff;color:#444;cursor:pointer;line-height:1}.arc-order button:first-child{border-radius:5px 0 0 5px}.arc-order button:last-child{border-radius:0 5px 5px 0}.arc-order button:not(:first-child){border-left:0}.arc-order button.on{background:#ff6c00;border-color:#ff6c00;color:#fff}.arc-order button[disabled]{color:#bbb;background:#f7f7f7;cursor:default}.arc-suborder{display:inline-flex}.arc-suborder button{font:inherit;font-size:11px;padding:4px 9px;border:1px solid #e8e8e8;background:#fafafa;color:#555;cursor:pointer}.arc-suborder button:first-child{border-radius:5px 0 0 5px}.arc-suborder button:last-child{border-radius:0 5px 5px 0}.arc-suborder button:not(:first-child){border-left:0}.arc-suborder button.on{background:#333;border-color:#333;color:#fff}.arc-suborder button[disabled]{color:#bbb;background:#f3f3f3;cursor:default}@media(max-width:680px){.arc-row-runs,.arc-row-order{justify-content:center;gap:.45em .7em}}