.tab-bar-container{display:flex;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 16px;height:40px;overflow-x:auto;overflow-y:hidden;flex-shrink:0}.tab-bar-container::-webkit-scrollbar{height:4px}.tab-bar-container::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}.tab-bar-scroll{display:flex;gap:4px;align-items:flex-end;min-width:max-content;height:100%;padding-top:6px}.tab-item{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px 6px 0 0;background:#fafafa;cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;min-width:80px;max-width:180px;border:1px solid #f0f0f0;border-bottom:none;position:relative;height:34px;box-sizing:border-box}.tab-item:hover{background:#e6f4ff}.tab-item-active{background:#fff;border-color:#e8e8e8;box-shadow:0 -2px #1890ff inset}.tab-item-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#fff}.tab-title{font-size:13px;color:#595959;overflow:hidden;text-overflow:ellipsis;line-height:1}.tab-item-active .tab-title{color:#1890ff;font-weight:500}.tab-close{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;color:#bfbfbf;transition:all .15s ease;margin-left:auto;flex-shrink:0}.tab-close:hover{background:#0000000f;color:#8c8c8c}.tab-item-active .tab-close:hover{background:#ff4d4f1a;color:#ff4d4f}.tab-content-wrapper{position:relative;min-height:100%}.tab-content-panel{position:relative;width:100%}.app-layout{min-height:100vh}.app-content{padding:24px;min-height:calc(100vh - 64px);background:linear-gradient(180deg,#f8f9fa,#f0f2f5)}.logo-container{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.06)}.logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#06f,#00d4ff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 2px 8px #0066ff40}.logo-text{display:flex;align-items:baseline}.logo-graph{font-size:18px;font-weight:700;color:#1a1a1a;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.03em}.logo-scs{font-size:18px;font-weight:600;color:#1a1a1a;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-size:22px;font-weight:600;color:#1d1d1f;letter-spacing:-.02em;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.page-actions{display:flex;gap:12px}.stat-card{text-align:center}.stat-card .ant-statistic-title{font-size:13px;color:#86868b;font-weight:500}.stat-card .ant-statistic-content{font-size:28px;font-weight:600;color:#1d1d1f}.ant-table-wrapper{background:#fff;border-radius:12px;overflow:hidden}.ant-table-wrapper .ant-table{border-radius:12px}.ant-table-wrapper .ant-table-thead>tr>th{background:#f5f5f7;font-weight:600;color:#1d1d1f;border-bottom:1px solid rgba(0,0,0,.06)}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#0066ff0a}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid rgba(0,0,0,.04)}.form-section{margin-bottom:24px}.form-section-title{font-size:16px;font-weight:500;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.search-bar{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.search-bar .ant-form-item{margin-bottom:0}.status-tag{min-width:60px;text-align:center}.progress-bar{min-width:100px}.empty-state{padding:48px;text-align:center}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:24px;background:#fff;border-radius:8px}.detail-info{display:flex;gap:48px}.detail-info-item{display:flex;flex-direction:column;gap:4px}.detail-info-label{font-size:12px;color:#999}.detail-info-value{font-size:16px;font-weight:500}.timeline-section{background:#fff;border-radius:8px;padding:24px}.chart-container{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px}.chart-title{font-size:16px;font-weight:500;margin-bottom:16px}.agent-card{height:100%}.agent-card .ant-card-head-title{display:flex;align-items:center;gap:8px}.agent-status{margin-left:auto}.agent-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center}.agent-metric-value{font-size:24px;font-weight:600;color:#1890ff}.agent-metric-label{font-size:12px;color:#999}@media (max-width: 768px){.app-content{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:16px}.detail-info{flex-wrap:wrap;gap:24px}.agent-metrics{grid-template-columns:repeat(2,1fr)}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f5f5f7,#e8e8ed);padding:24px}.login-card{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 24px #00000014,0 0 0 1px #0000000a}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.login-logo-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#06f,#00d4ff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:700;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 4px 16px #0066ff4d}.login-logo-text{display:flex;align-items:baseline}.login-logo-graph{font-size:28px;font-weight:700;color:#1a1a1a;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.03em}.login-logo-scs{font-size:28px;font-weight:600;color:#1a1a1a;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.login-subtitle{font-size:15px;color:#86868b;font-weight:400}.login-footer{text-align:center;margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.06);font-size:13px;color:#86868b}.login-card .ant-tabs-tab{font-size:15px;font-weight:500}.login-card .ant-tabs-tab-active .ant-tabs-tab-btn{color:#06f}.login-card .ant-tabs-ink-bar{background:#06f}.login-card .ant-input-affix-wrapper{border-radius:10px;border:1px solid rgba(0,0,0,.1);padding:12px 16px}.login-card .ant-input-affix-wrapper:hover{border-color:#0003}.login-card .ant-input-affix-wrapper:focus,.login-card .ant-input-affix-wrapper-focused{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}.login-card .ant-btn-primary{height:48px;border-radius:10px;background:linear-gradient(135deg,#06f,#0052cc);border:none;font-weight:600;font-size:16px;box-shadow:0 2px 8px #0066ff4d}.login-card .ant-btn-primary:hover{background:linear-gradient(135deg,#0052cc,#0040a0)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7;color:#1d1d1f}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}.ant-btn-primary{background:linear-gradient(135deg,#06f,#0052cc);border:none;border-radius:8px;font-weight:500}.ant-btn-primary:hover{background:linear-gradient(135deg,#0052cc,#0040a0)}.ant-btn-default{border-radius:8px;border-color:#0000001a}.ant-btn-default:hover{border-color:#06f;color:#06f}.ant-card{border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}.ant-tag{border-radius:6px;font-weight:500}.ant-input,.ant-select-selector,.ant-picker{border-radius:8px!important}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#06f!important;box-shadow:0 0 0 2px #0066ff1a!important}.ant-menu-item-selected{background:#0066ff14!important}.ant-menu-item-selected:after{border-color:#06f!important}.ant-tabs-tab-btn{font-weight:500}.ant-statistic-title{color:#86868b;font-size:13px}.ant-statistic-content{color:#1d1d1f}.order-row-delayed{background-color:#fff2f0!important}.order-row-delayed:hover>td{background-color:#ffefeb!important}.order-row-delayed td{border-color:#ffccc7!important}
