.sequence-dialog{width:min(1050px,96vw)}
.sequence-mode-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.sequence-mode-options label{display:flex;align-items:flex-start;gap:10px;border:1px solid #ccd9d5;border-radius:9px;padding:13px;background:#f8faf9;cursor:pointer}
.sequence-mode-options input{margin-top:3px}
.sequence-mode-options span,.sequence-mode-options small{display:block}
.sequence-mode-options small{margin-top:4px;color:#65736f;line-height:1.35}
.sequence-table-shell{border:1px solid #d7e0dd;border-radius:9px;max-height:48vh;overflow:auto}
.sequence-table-shell table{min-width:760px}
.sequence-table-shell th{position:sticky;top:0;z-index:1}
.sequence-table-shell tbody tr{cursor:default}
.sequence-table-shell input{width:95px;border:1px solid #b9ccc6;border-radius:7px;padding:8px;font:inherit;font-weight:800;text-align:center}
.sequence-table-shell input:disabled{background:#edf3f1;color:#52635f}
.sequence-message{min-height:20px;margin:10px 0 0;color:#a43a35;font-weight:700}
@media(max-width:700px){.sequence-mode-options{grid-template-columns:1fr}}
