*{box-sizing:border-box}body{margin:0;color:#1f2329;background:#fff;font:14px/1.5 "PingFang SC","Microsoft YaHei",Arial,sans-serif}.topbar{height:64px;background:linear-gradient(90deg,#050a12,#03070d);display:flex;align-items:center;color:#fff;padding:0 20px;gap:44px;white-space:nowrap}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:.2px}.icon{display:inline-flex;align-items:center;justify-content:center}.icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.brand-logo svg{width:30px;height:30px;stroke-width:1.4}.topbar nav{display:flex;height:100%;align-items:stretch;gap:31px;flex:1}.topbar nav a{position:relative;color:#ecf1f7;text-decoration:none;display:flex;align-items:center;gap:7px;font-weight:600;font-size:15px;cursor:pointer}.topbar nav a.active{color:#38a8ff}.topbar nav a.active:after{content:"";height:4px;position:absolute;left:0;right:0;bottom:0;background:#1677ff}.tools{display:flex;align-items:center;gap:20px}.tools .icon svg{width:20px;height:20px;stroke-width:2}.avatar{width:28px;height:28px;border-radius:50%;background:#e9f1ff;color:#4589df;border:2px solid #c4d7fc;font-size:0}.avatar:after{content:"";display:block;width:9px;height:9px;margin:5px auto 0;border-radius:50%;background:#5a91e9;box-shadow:0 9px 0 3px #5a91e9}.user{font-weight:600}.layout{display:grid;grid-template-columns:257px minmax(0,1fr);min-height:calc(100vh - 64px)}aside{border-right:1px solid #e5e6eb;position:relative;background:#fff;min-height:calc(100vh - 64px)}.side-title{height:76px;padding:0 20px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #e8ebf0;font-size:16px}.side-title .icon svg{width:20px;height:20px;stroke:#434d61;stroke-width:1.9}.menu{padding-top:0}.menu-item{height:60px;width:100%;border:0;border-left:4px solid transparent;background:#fff;display:flex;align-items:center;gap:14px;padding:0 30px;color:#4e5969;font:500 16px inherit;text-align:left;cursor:pointer}.menu-item:hover{background:#f6faff}.menu-item.selected{border-left-color:#1677ff;background:linear-gradient(90deg,#e7f2ff,#f8fbff);color:#1677ff;font-weight:600}.menu-item .icon svg{width:19px;height:19px;stroke-width:1.8}.collapse{position:absolute;bottom:0;border-top:1px solid #e8ebf0;color:#86909c;width:100%;height:48px;display:flex;align-items:center;gap:12px;padding-left:15px;font-size:14px}main{background:linear-gradient(#fff 0,#fff 157px,#fcfcfd 100%);padding:21px 23px 24px;min-width:1100px}h1{font-size:27px;margin:0 0 37px;font-weight:600;letter-spacing:-1px}.filters{height:57px;display:flex;align-items:flex-start;gap:13px}.filters label{display:flex;align-items:center;gap:14px;font-weight:500;color:#4e5969;white-space:nowrap}input,select{height:37px;border:1px solid #d9dde4;border-radius:3px;padding:0 12px;background:white;color:#4e5969;font:14px inherit;outline:none}input:focus,select:focus{border-color:#1677ff;box-shadow:0 0 0 2px #e6f4ff}input::placeholder{color:#b8bdc6}.filters input{width:235px}.filters select{width:200px}.filters button{height:37px}.filters .add{margin-left:auto;width:95px;gap:8px}.primary,.secondary,.danger{border:1px solid transparent;border-radius:4px;padding:0 16px;cursor:pointer;font:500 14px inherit;transition:.18s}.primary{background:#1677ff;color:#fff;box-shadow:0 1px 2px #d7e9ff}.primary:hover{background:#4096ff}.secondary{background:#fff;color:#4e5969;border-color:#d9dde4}.secondary:hover{color:#1677ff;border-color:#1677ff}.danger{background:#ff4d4f;color:#fff}.table-wrap{border:1px solid #e7e9ed;border-radius:5px;overflow:hidden;background:#fff}table{border-collapse:collapse;width:100%;table-layout:fixed}th{height:56px;background:#f7f8fa;font-weight:600;text-align:left;color:#252a34;padding:0 21px}td{height:57px;padding:0 21px;color:#3d4350;border-top:1px solid #e9ebef;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr:hover td{background:#f7fbff}th:nth-child(1){width:13.2%}th:nth-child(2){width:15.8%}th:nth-child(3){width:11.1%}th:nth-child(4){width:9%}th:nth-child(5){width:9.8%}th:nth-child(6){width:8.6%}th:nth-child(7){width:7.4%}th:nth-child(8){width:13.7%}th:nth-child(9){width:11.4%}.center{text-align:center}td a,.actions a{color:#1677ff;text-decoration:none;cursor:pointer}.actions{overflow:visible}.actions a+a{margin-left:20px}.status{color:#86909c}.status.on{color:#52c41a}.pagination{height:67px;display:flex;justify-content:flex-end;align-items:flex-end;gap:18px;color:#3d4350}.pagination button,.pagination select{height:34px;min-width:34px;border:1px solid #e0e5ee;background:#fff;border-radius:4px;color:#86909c;font:14px inherit}.pagination button.current{background:#1677ff;color:#fff;border-color:#1677ff}.pagination button:disabled{color:#c8d0dc}.pagination select{width:146px;color:#4e5969;padding-left:15px}.pagination span{margin-right:12px}#overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.28);align-items:center;justify-content:center;z-index:20}#overlay.visible{display:flex}.modal{width:1060px;max-height:820px;background:#fff;border-radius:6px;box-shadow:0 12px 36px rgba(0,0,0,.2);overflow:hidden}.modal>header{height:70px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8ebf0;padding:0 30px}.modal h2{margin:0;font-size:21px}.close{border:0;background:none;color:#86909c;font-size:30px;font-weight:200;cursor:pointer}.modal-body{padding:24px 40px 18px;max-height:650px;overflow:auto}.modal h3{font-size:16px;margin:0 0 25px;padding-left:10px;line-height:18px;border-left:3px solid #1677ff}.form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:47px;row-gap:23px}.form-grid label{display:grid;grid-template-columns:95px 1fr;align-items:center;color:#4e5969;white-space:nowrap}.form-grid label b{color:#ff4d4f;font-weight:400;margin-right:4px}.form-grid label b::after{content:""}.form-grid label input,.form-grid label select{width:100%;height:40px}.form-grid .password{grid-template-columns:95px 1fr auto}.password .test{height:40px;margin-left:10px;background:#fff;color:#1677ff;border:1px solid #1677ff;border-radius:4px;padding:0 12px;cursor:pointer}.switch-line{grid-template-columns:95px 1fr!important}.switch{width:43px;height:22px;border:0;border-radius:20px;background:#c9cdd4;padding:2px;cursor:pointer}.switch i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s}.switch.on{background:#52c41a}.switch.on i{margin-left:19px}.error-section{border-top:1px solid #e5e6eb;margin-top:29px;padding-top:26px}.error-section.hidden{display:none}.modal footer,.confirm footer{height:73px;border-top:1px solid #e8ebf0;display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:0 40px}.modal footer button{min-width:112px;height:40px}.invalid{border-color:#ff4d4f!important}.confirm{width:390px;background:#fff;border-radius:6px;box-shadow:0 12px 36px rgba(0,0,0,.2);padding-top:25px}.confirm h2{padding:0 28px;font-size:18px}.confirm p{padding:0 28px;margin:15px 0 23px;color:#86909c}.confirm footer{height:65px;padding:0 26px}#toast{position:fixed;top:84px;left:50%;transform:translate(-50%,-20px);background:#fff;padding:10px 20px;border-radius:4px;box-shadow:0 6px 16px rgba(0,0,0,.16);color:#52c41a;opacity:0;pointer-events:none;z-index:30;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}#toast.error{color:#ff4d4f}@media(max-width:1280px){.topbar{gap:20px}.topbar nav{gap:18px}.topbar nav a{font-size:13px}.modal{width:90vw}main{padding-left:20px;padding-right:20px}}
/* Program and dependency server directory input */
.server-path-field{grid-template-columns:95px 1fr!important}
.server-path-controls{display:grid;grid-template-columns:265px minmax(0,1fr);gap:18px;width:100%}
.server-path-controls select,.server-path-controls input{width:100%!important;height:40px}
@media(max-width:1280px){.server-path-controls{grid-template-columns:210px minmax(0,1fr)}}

/* Real-time link quick operation navigation */
.quick-operation-nav{height:100%;position:relative;display:flex;align-items:stretch}
.quick-operation-nav>a{height:100%}
.quick-operation-dropdown{position:absolute;z-index:50;top:60px;left:50%;transform:translateX(-50%) translateY(-6px);width:190px;padding:6px;background:#fff;border:1px solid #e4e8ef;border-radius:5px;box-shadow:0 10px 24px rgba(10,34,68,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.16s}
.quick-operation-nav:hover .quick-operation-dropdown,.quick-operation-nav:focus-within .quick-operation-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.quick-operation-item{display:block;width:100%;height:36px;padding:0 12px;border:0;border-radius:3px;background:#fff;color:#4e5969;text-align:left;font:500 14px inherit;cursor:pointer}
.quick-operation-item:hover,.quick-operation-item.selected{background:#eef6ff;color:#1677ff}
.quick-operation-empty{padding-top:4px}
.quick-operation-empty p{color:#86909c;font-size:15px}

/* Fault self-healing template configuration */
#healingParameterInfo .self-healing-parameter-groups{display:block}
#healingParameterInfo .self-healing-param-section{min-height:0;margin-bottom:22px;border:1px solid #e5e6eb;border-radius:6px;overflow:hidden;background:#fff}
#healingParameterInfo .self-healing-param-section-title{padding:14px 20px;border-bottom:1px solid #e5e6eb;background:#fff}
#healingParameterInfo .self-healing-param-section-title h3{display:flex;align-items:center;gap:8px;margin:0;border:0;padding:0;font-size:16px}
#healingParameterInfo .self-healing-param-group{padding:16px 20px}
#healingParameterInfo .self-healing-param-group .param-group-heading{margin-bottom:10px}
#healingParameterInfo .self-healing-param-group h4{font-size:14px}
#healingParameterInfo .self-healing-param-section .editor-table table{min-width:820px}
#healingParameterInfo .self-healing-param-section .add-param-row{margin-top:10px}
.self-healing-table th:nth-child(1){width:14%}.self-healing-table th:nth-child(2){width:22%}.self-healing-table th:nth-child(3){width:14%}.self-healing-table th:nth-child(4){width:11%}.self-healing-table th:nth-child(5){width:11%}.self-healing-table th:nth-child(6){width:9%}.self-healing-table th:nth-child(7){width:12%}.self-healing-table th:nth-child(8){width:11%}
.self-healing-modal{width:980px}.self-healing-modal .modal-body{padding-bottom:30px}.self-healing-description{grid-column:1/-1;grid-template-columns:95px 1fr!important}.self-healing-parameter-info{margin-top:30px}.self-healing-parameter-info h3{margin-bottom:20px}.self-healing-parameter-groups{display:grid;grid-template-columns:1fr 1fr;gap:28px}.self-healing-parameter-groups section{min-height:270px;padding:18px 22px;border:1px solid #e4e8ef;border-radius:5px;background:#fff}.self-healing-parameter-groups section:first-child{background:linear-gradient(180deg,#f5f9ff 0,#fff 84px)}.self-healing-parameter-groups section:last-child{background:linear-gradient(180deg,#f3fbf6 0,#fff 84px)}.self-healing-parameter-groups h4{margin:0 0 15px;padding-left:10px;border-left:4px solid #1677ff;font-size:17px;color:#252a34}.self-healing-parameter-groups p{margin:0 0 12px;color:#4e5969;font-size:14px;line-height:1.5}.self-healing-parameter-groups p::first-letter{font-weight:600}

/* Task fault self-healing configuration */
.healing-task-table th:nth-child(1){width:12%}.healing-task-table th:nth-child(2){width:16%}.healing-task-table th:nth-child(3){width:12%}.healing-task-table th:nth-child(4){width:10%}.healing-task-table th:nth-child(5){width:11%}.healing-task-table th:nth-child(6){width:13%}.healing-task-table th:nth-child(7){width:8%}.healing-task-table th:nth-child(8){width:12%}.healing-task-table th:nth-child(9){width:9%}
.healing-task-table td:nth-child(2),.healing-task-table td:nth-child(6){white-space:normal;line-height:18px}.pending{color:#86909c}.pending a,.script-link{color:#1677ff;text-decoration:none;cursor:pointer}.healing-task-modal .modal-body{padding-bottom:32px}.healing-publish-path{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;min-width:0}.healing-publish-path select,.healing-publish-path input{width:100%;height:40px;border-color:#cfd7e3;border-radius:6px}.healing-script-modal{width:760px}.healing-script-modal .modal-body{max-height:540px}.script-file-name{margin:0 0 12px;color:#4e5969;font-weight:600}.healing-script-modal pre{margin:0;min-height:300px;padding:20px;border-radius:5px;background:#101b31;color:#dbe9ff;overflow:auto;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}

/* Scheduling data delay monitor */
.delay-monitor-table,.unpushed-monitor-table{overflow-x:auto}.delay-monitor-table table{min-width:1440px;table-layout:fixed}.delay-monitor-table th,.delay-monitor-table td,.unpushed-monitor-table th,.unpushed-monitor-table td{padding-left:14px;padding-right:14px;font-size:13px}.delay-monitor-table th:nth-child(1){width:16%}.delay-monitor-table th:nth-child(2){width:12%}.delay-monitor-table th:nth-child(3){width:14%}.delay-monitor-table th:nth-child(4){width:11%}.delay-monitor-table th:nth-child(5),.delay-monitor-table th:nth-child(6),.delay-monitor-table th:nth-child(7){width:13%}.delay-monitor-table th:nth-child(8){width:9%}.delay-monitor-table th:nth-child(9){width:11%}.delay-monitor-table th:nth-child(10){width:9%}.delay-value{font-weight:600;color:#1677ff}.delay-value.delay-failed{color:#00a870}.data-compare{font-weight:600}.data-compare.matched,.delay-result.matched{color:#00a870}.data-compare.mismatch,.delay-result.mismatch{color:#f53f3f}.delay-result.failed{color:#86909c}.unpushed-monitor-table table{min-width:1500px;table-layout:fixed}.unpush-status{display:inline-flex;align-items:center;gap:6px;min-width:72px;height:26px;padding:0 9px;border-radius:13px;font-weight:600;font-size:12px;white-space:nowrap}.unpush-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.unpush-status.normal{color:#00a870;background:#e8fff5}.unpush-status.delayed{color:#d97706;background:#fff7e6}.unpush-status.missing{color:#f53f3f;background:#fff1f0}

/* Online Shell task operation */
.online-shell-table th:nth-child(1){width:16%}.online-shell-table th:nth-child(2){width:22%}.online-shell-table th:nth-child(3){width:27%}.online-shell-table th:nth-child(4){width:13%}.online-shell-table th:nth-child(5){width:15%}.online-shell-table th:nth-child(6){width:12%}.online-shell-modal{width:min(900px,92vw)}.online-shell-meta{display:flex;gap:28px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:6px;background:#f8fafc;color:#4e5969;font-size:13px}.online-shell-modal footer{justify-content:flex-end}

/* Scheduling file processing - parse and forwarding templates */
.parse-forward-table th:nth-child(1){width:14%}.parse-forward-table th:nth-child(2){width:22%}.parse-forward-table th:nth-child(3){width:16%}.parse-forward-table th:nth-child(4){width:13%}.parse-forward-table th:nth-child(5){width:13%}.parse-forward-table th:nth-child(6){width:14%}.parse-forward-table th:nth-child(7){width:12%}
.parse-forward-modal{width:min(1100px,94vw)}
.parse-forward-modal .modal-body{max-height:min(680px,calc(100vh - 170px))}
.parse-forward-modal .self-healing-param-section-title{background:#fff}
.parse-forward-modal .self-healing-parameter-groups{display:block}
.parse-forward-modal .self-healing-param-section{min-height:0}
.parse-forward-task-table th:nth-child(1){width:13%}.parse-forward-task-table th:nth-child(2){width:16%}.parse-forward-task-table th:nth-child(3){width:13%}.parse-forward-task-table th:nth-child(4){width:11%}.parse-forward-task-table th:nth-child(5){width:12%}.parse-forward-task-table th:nth-child(6){width:15%}.parse-forward-task-table th:nth-child(7){width:13%}.parse-forward-task-table th:nth-child(8){width:10%}
.parse-forward-task-table td:nth-child(2),.parse-forward-task-table td:nth-child(6){white-space:normal;line-height:18px}

/* Keep every column visible in the unpushed scheduling monitor. */
.unpushed-monitor-table table{min-width:1580px}
.unpushed-monitor-table th:nth-child(1){width:10%}.unpushed-monitor-table th:nth-child(2){width:10%}.unpushed-monitor-table th:nth-child(3){width:9%}.unpushed-monitor-table th:nth-child(4){width:9%}.unpushed-monitor-table th:nth-child(5){width:12%}.unpushed-monitor-table th:nth-child(6){width:12%}.unpushed-monitor-table th:nth-child(7){width:8%}.unpushed-monitor-table th:nth-child(8){width:8%}.unpushed-monitor-table th:nth-child(9){width:11%}.unpushed-monitor-table th:nth-child(10){width:11%}
.unpushed-monitor-table td:last-child{overflow:visible;white-space:nowrap}
.unpushed-monitor-table .unpush-status{justify-content:center}

/* File data flow timing records */
.file-flow-table{overflow-x:auto}.file-flow-table table{min-width:1820px;table-layout:fixed}.file-flow-table th,.file-flow-table td{padding-left:13px;padding-right:13px;font-size:13px}.file-flow-table th:nth-child(1){width:10%}.file-flow-table th:nth-child(2){width:6%}.file-flow-table th:nth-child(3){width:12%}.file-flow-table th:nth-child(4){width:8%}.file-flow-table th:nth-child(5){width:9%}.file-flow-table th:nth-child(6){width:9%}.file-flow-table th:nth-child(7){width:9%}.file-flow-table th:nth-child(8){width:8%}.file-flow-table th:nth-child(9){width:8%}.file-flow-table th:nth-child(10){width:7%}.file-flow-table th:nth-child(11){width:8%}.file-flow-table th:nth-child(12){width:6%}.file-flow-status,.file-data-status{font-weight:600}.file-flow-status.success,.file-data-status.matched{color:#00a870}.file-flow-status.failed,.file-data-status.mismatch{color:#f53f3f}.file-flow-detail-modal{width:min(920px,94vw)}.file-flow-detail-modal .modal-body{padding-bottom:30px}.file-flow-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.file-flow-detail-grid>div{display:grid;grid-template-columns:145px minmax(0,1fr);min-height:54px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.file-flow-detail-grid>div:nth-child(2n){border-right:0}.file-flow-detail-grid>div:nth-last-child(-n+2){border-bottom:0}.file-flow-detail-grid span{display:flex;align-items:center;padding:0 14px;background:#f7f8fa;color:#4e5969}.file-flow-detail-grid strong{display:flex;align-items:center;padding:0 14px;color:#1f2329;word-break:break-all;font-weight:500}
@media(max-width:780px){.file-flow-detail-grid{grid-template-columns:1fr}.file-flow-detail-grid>div{border-right:0}.file-flow-detail-grid>div:nth-last-child(2){border-bottom:1px solid #e5e7eb}}
