.admin-tabs button{display:flex;align-items:center;gap:7px;padding:11px 15px;color:#687386;border:0;border-bottom:2px solid transparent;background:transparent;cursor:pointer}.admin-tabs button.active{color:#2455c7;border-bottom-color:#3267e3;font-weight:600}
.schedule-layout{display:grid;grid-template-columns:minmax(310px,36%) minmax(500px,1fr);gap:18px;max-width:1180px}.schedule-list-card,.schedule-editor{min-height:570px}.schedule-list-head{display:flex;flex-direction:column;gap:4px;padding:16px;border-bottom:1px solid #e4e8ef}.schedule-list-head small{color:#687386}.schedule-source-icon{width:35px;height:35px;border-radius:9px;background:#eef3ff;color:#3267e3;display:grid;place-items:center;flex:none}
.schedule-editor .management-form{padding:0}.schedule-editor-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #e4e8ef}.schedule-editor-head h2{margin:0 0 4px}.schedule-editor-head p{margin:0;color:#687386;font-size:11px}.schedule-editor .management-form>label,.schedule-grid{margin-left:22px;margin-right:22px}.schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.schedule-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600}.schedule-grid input,.schedule-grid select{padding:9px;border:1px solid #d7dce5;border-radius:7px;background:#fff}.schedule-grid small{font-weight:400;color:#687386}
.schedule-notice{margin:0 22px;padding:10px 12px;background:#f4f7fc;color:#56647a;border-radius:8px;font-size:11px}.schedule-notice:empty{display:none}.schedule-actions{display:flex;justify-content:space-between;align-items:center;padding:16px 22px;border-top:1px solid #e4e8ef}.schedule-actions>div{display:flex;gap:8px}.schedule-status{padding:4px 8px;border-radius:12px;background:#eef2f7}.schedule-status.success{background:#e7f7f0;color:#117255}.schedule-status.failed{background:#fff0f0;color:#ad3030}.schedule-status.running{background:#eaf1ff;color:#2455c7}@media(max-width:900px){.schedule-layout{grid-template-columns:1fr}.schedule-grid{grid-template-columns:1fr}}
