:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.job-list-wrapper{padding-top:.5rem}.job-wrapper{border-radius:6px;border:1px solid var(--t-border, #e2e8f0);background-color:var(--t-surface, #ffffff);margin-bottom:6px;transition:box-shadow .2s ease,transform .2s ease}.job-wrapper:hover{box-shadow:0 4px 20px #0f172a17,0 1px 4px #0f172a0a;transform:translateY(-1px)}[data-theme=dark] .job-wrapper{background:var(--t-surface)!important;border-color:var(--t-border)!important;color:var(--t-text)!important}.job-item{display:flex;align-items:stretch;width:100%;min-height:100px;padding:.5rem 1rem}.job-section{padding:1rem;display:flex;align-items:center;font-size:14px}.job-section-1{display:flex;align-items:center;gap:1.5rem;width:32%;min-width:280px}.job-status-badge{width:42px;min-width:42px;height:42px;border-radius:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.job-status-badge .anticon{font-size:18px;color:#fff}.job-status-badge.status-pending{background-color:#94a3b8}.job-status-badge.status-processing{background-color:#3b82f6}.job-status-badge.status-completed{background-color:#0d9488}.job-status-badge.status-failed{background-color:#e53e3e}.job-name-wrapper{display:flex;flex-direction:column;justify-content:center;gap:3px;overflow:hidden;min-width:0}.job-name-wrapper h3{font-size:15px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-name-wrapper small{font-size:12px;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-section-2{width:28%;flex-direction:column;align-items:flex-start;justify-content:center;gap:.35rem;overflow:hidden}.job-meta-row{display:flex;align-items:center;gap:.5rem;max-width:100%;min-height:21px}.job-meta-row .anticon{opacity:.5;flex-shrink:0}.job-meta-row p{margin:0;font-size:13px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-section-3{width:24%;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px}.job-progress-wrapper{width:100%;max-width:220px}.job-status-label{font-size:13px;font-weight:500;margin:0 0 4px}.job-status-label.status-pending{color:#94a3b8}.job-status-label.status-processing{color:#3b82f6}.job-status-label.status-completed{color:#0d9488}.job-status-label.status-failed{color:#e53e3e}.job-status-message{font-size:12px;opacity:.6;margin:0;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.job-error-message{font-size:12px;color:#e53e3e;opacity:.85;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.job-progress-wrapper .ant-progress-status-success .ant-progress-bg{background-color:#0d9488!important}.job-section-4{border-left:1px solid rgba(237,242,247,.75);flex:1 1 auto;flex-direction:row;align-items:center;justify-content:flex-start;padding-left:1.5rem;gap:6px;min-width:160px}.job-section-4 .ant-btn{box-shadow:none}@media screen and (max-width:1100px){.job-item{flex-wrap:wrap}.job-section-1{width:100%}.job-section-2,.job-section-3{width:50%}.job-section-4{border-left:none;border-top:1px solid rgba(237,242,247,.75);flex-direction:row;padding-left:1rem;padding-top:.5rem;width:100%}}@media screen and (max-width:768px){.job-section-2,.job-section-3{width:100%}}#root{width:100%;height:100vh;margin:0;padding:0}.view-container{position:relative;width:100%;height:100%;overflow:hidden}.view-content{position:absolute;width:100%;height:100%;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.slide-enter{transform:translate(100%);opacity:0}.slide-enter-active,.slide-exit{transform:translate(0);opacity:1}.slide-exit-active{transform:translate(-100%);opacity:0}.dark-sidebar{background:linear-gradient(180deg,#1a1a2e,#16213e)!important;box-shadow:2px 0 8px #00000026;padding:0!important}.dark-sidebar .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.dark-sidebar .ant-menu{background:transparent!important;border:none!important;padding:0!important}.dark-sidebar .ant-menu-item{height:auto!important;line-height:1!important;margin:0!important;padding:8px 0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#ffffffa6!important;border-radius:0!important;position:relative}.dark-sidebar .ant-menu-item:after{display:none!important}.dark-sidebar .ant-menu-item:hover{color:#fff!important;background:#ffffff14!important}.dark-sidebar .ant-menu-item-selected{background:#40a9ff26!important;color:#40a9ff!important;position:relative}.dark-sidebar .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#40a9ff}.dark-sidebar .ant-menu-item .ant-menu-title-content{flex:1!important}.menu-icon-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 8px}.menu-icon-wrapper .menu-label{font-size:10px;text-align:center;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64px}.app-layout{display:flex;min-height:100vh;flex-direction:column}.app-body{display:flex;flex:1}.fixed-sidebar{position:fixed;left:0;top:64px;height:calc(100vh - 112px);width:80px;overflow-y:auto;overflow-x:hidden;z-index:100}.main-content-area{margin-left:80px;flex:1;display:flex;flex-direction:column;min-height:calc(100vh - 112px);margin-bottom:48px}.dark-sidebar::-webkit-scrollbar{width:6px}.dark-sidebar::-webkit-scrollbar-track{background:#0000001a}.dark-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.dark-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
