.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;box-shadow:0 4px 20px #0000001a}.login-card .ant-card-head-title{text-align:center;font-size:20px;font-weight:600}.layout-container{min-height:100vh}.layout-sider{box-shadow:2px 0 8px #0000000d}.logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;background:#0003}.layout-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:0 24px;box-shadow:0 1px 4px #00000014}.trigger{font-size:18px;cursor:pointer;transition:color .3s}.trigger:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 12px;border-radius:4px;transition:background-color .3s}.user-info:hover{background-color:#0000000a}.user-info-text{display:flex;flex-direction:column;line-height:1.4}.user-name{font-weight:600;font-size:14px;color:#000000e0}.user-role{font-size:12px;color:#00000073}.tabs-container{background:#fff;padding:8px 16px 0;border-bottom:1px solid #f0f0f0}.tabs-container .ant-tabs,.tabs-container .ant-tabs-nav{margin-bottom:0}.tabs-container .ant-tabs-tab{padding:8px 16px;background:#fafafa;border-radius:4px 4px 0 0;margin-right:4px;transition:all .2s}.tabs-container .ant-tabs-tab:hover{background:#f0f0f0}.tabs-container .ant-tabs-tab-active{background:#fff}.tabs-container .ant-tabs-tab .ant-tabs-tab-remove{margin-left:8px;font-size:10px}.layout-content{margin:16px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 180px);overflow:auto}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.ant-table-body::-webkit-scrollbar{width:8px;height:8px}.task-row-running>td{background-color:#f6ffed!important}.task-row-running:hover>td{background-color:#d9f7be!important}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #1890ffb3}50%{transform:scale(1.05);box-shadow:0 0 0 6px #1890ff00}to{transform:scale(1);box-shadow:0 0 #1890ff00}}.ant-tag.tag-running{animation:pulse 1.5s ease-in-out infinite!important}
