@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=DIN+Alternate:wght@700&display=swap";.data-screen{width:100vw;height:100vh;background:linear-gradient(135deg,#0a1929,#0d1b2a 40%,#1a1a2e,#0a1929);color:#fff;overflow:hidden;padding:12px 20px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.data-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,212,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.data-screen:after{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(0,212,255,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.data-screen>*{position:relative;z-index:1}.ds-header{display:flex;align-items:center;justify-content:center;height:60px;position:relative;flex-shrink:0}.ds-header-title{font-size:32px;font-weight:900;letter-spacing:6px;color:#fff;text-shadow:0 0 10px rgba(0,212,255,.8),0 0 20px rgba(0,212,255,.5),0 0 40px rgba(0,212,255,.3);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.ds-header-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.6) 20%,rgba(0,212,255,.8) 50%,rgba(0,212,255,.6) 80%,transparent)}.ds-header-time{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:14px;color:#ffffffb3;font-family:Courier New,monospace}.ds-header-back{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#fff9;cursor:pointer;font-size:14px;transition:color .3s;display:flex;align-items:center;gap:6px}.ds-header-back:hover{color:#00d4ff}.ds-kpi-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:12px 0;flex-shrink:0}.ds-kpi-card{background:#ffffff08;border:1px solid rgba(0,212,255,.15);border-radius:8px;padding:14px 16px;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ds-kpi-card:hover{border-color:#00d4ff66;background:#ffffff0d;transform:translateY(-2px)}.ds-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--kpi-color, #00d4ff),transparent)}.ds-kpi-value{font-size:28px;font-weight:900;font-family:Courier New,monospace;color:var(--kpi-color, #00d4ff);text-shadow:0 0 12px var(--kpi-color-alpha, rgba(0, 212, 255, .5));line-height:1.2;margin-bottom:4px}.ds-kpi-label{font-size:12px;color:#fff9;letter-spacing:1px}.ds-kpi-trend{font-size:12px;margin-top:4px;font-weight:600}.ds-kpi-trend.up{color:#0f8}.ds-kpi-trend.down{color:#ff4757}.ds-kpi-trend.neutral{color:#ffffff80}.ds-middle{display:flex;gap:12px;flex:1;min-height:0}.ds-middle-left{flex:0 0 38%;display:flex;flex-direction:column}.ds-middle-right{flex:1;display:flex;flex-direction:column;gap:12px}.ds-middle-right-top{flex:1;min-height:0}.ds-middle-right-bottom{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:0}.ds-bottom{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:12px;margin-top:12px;flex-shrink:0;height:200px}.ds-panel{background:#ffffff08;border:1px solid rgba(0,212,255,.12);border-radius:8px;padding:12px 16px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}.ds-panel:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border-top:2px solid rgba(0,212,255,.5);border-left:2px solid rgba(0,212,255,.5);border-radius:8px 0 0}.ds-panel:after{content:"";position:absolute;bottom:0;right:0;width:20px;height:20px;border-bottom:2px solid rgba(0,212,255,.5);border-right:2px solid rgba(0,212,255,.5);border-radius:0 0 8px}.ds-panel-title{font-size:14px;font-weight:600;color:#ffffffe6;margin-bottom:8px;display:flex;align-items:center;gap:8px;flex-shrink:0}.ds-panel-title:before{content:"";display:inline-block;width:4px;height:14px;background:linear-gradient(180deg,#00d4ff,#06f);border-radius:2px}.ds-panel-chart{flex:1;min-height:0}.ds-alert-list{flex:1;overflow:hidden;position:relative}.ds-alert-scroll{animation:alertScroll 20s linear infinite}@keyframes alertScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.ds-alert-item{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:12px}.ds-alert-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ds-alert-dot.red{background:#ff4757;box-shadow:0 0 6px #ff4757}.ds-alert-dot.orange{background:#ff9500;box-shadow:0 0 6px #ff9500}.ds-alert-dot.yellow{background:gold;box-shadow:0 0 6px gold}.ds-alert-type{color:#ffffff80;flex-shrink:0;width:50px}.ds-alert-desc{color:#fffc;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-alert-time{color:#fff6;flex-shrink:0;font-family:Courier New,monospace}.ds-scatter-map{flex:1;min-height:0;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ds-kpi-card{animation:fadeInUp .6s ease forwards}.ds-kpi-card:nth-child(1){animation-delay:.1s}.ds-kpi-card:nth-child(2){animation-delay:.15s}.ds-kpi-card:nth-child(3){animation-delay:.2s}.ds-kpi-card:nth-child(4){animation-delay:.25s}.ds-kpi-card:nth-child(5){animation-delay:.3s}.ds-kpi-card:nth-child(6){animation-delay:.35s}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.ds-loading{display:flex;align-items:center;justify-content:center;height:100vh;background:#0a1929}.ds-loading-spinner{width:40px;height:40px;border:3px solid rgba(0,212,255,.2);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cs-page{display:flex;height:calc(100vh - 88px);background:#fff;border-radius:8px;overflow:hidden}.cs-sidebar{width:320px;min-width:320px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;background:#fafafa}.cs-sidebar-header{padding:16px;border-bottom:1px solid #f0f0f0;background:#fff}.cs-sidebar-header h3{margin:0 0 12px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}.cs-search-input{width:100%}.cs-conversation-list{flex:1;overflow-y:auto}.cs-conversation-item{display:flex;align-items:flex-start;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .2s;position:relative}.cs-conversation-item:hover{background:#f0f5ff}.cs-conversation-item.active{background:#e6f4ff;border-left:3px solid #1677ff}.cs-conv-avatar-wrap{position:relative;margin-right:12px;flex-shrink:0}.cs-conv-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.cs-conv-info{flex:1;min-width:0}.cs-conv-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.cs-conv-name{font-size:14px;font-weight:500;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.cs-conv-time{font-size:12px;color:#999;flex-shrink:0;margin-left:8px}.cs-conv-last-msg{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.cs-sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#999;font-size:13px;gap:8px}.cs-chat-area{flex:1;display:flex;flex-direction:column;min-width:0;background:#f5f5f5}.cs-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;gap:12px}.cs-chat-empty .anticon{font-size:48px;color:#d9d9d9}.cs-chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0}.cs-chat-header-left{display:flex;align-items:center;gap:12px}.cs-chat-header-info h4{margin:0;font-size:15px;display:flex;align-items:center;gap:6px}.cs-online-dot{width:8px;height:8px;background:#52c41a;border-radius:50%;display:inline-block}.cs-offline-dot{width:8px;height:8px;background:#d9d9d9;border-radius:50%;display:inline-block}.cs-chat-header-order{font-size:12px;color:#666;margin-top:2px}.cs-chat-header-right{display:flex;align-items:center;gap:8px}.cs-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.cs-time-divider{text-align:center;color:#999;font-size:12px;margin:8px 0}.cs-time-divider span{background:#e8e8e8;padding:2px 12px;border-radius:4px;font-size:11px}.cs-msg-row{display:flex;gap:8px;max-width:70%}.cs-msg-row.visitor{align-self:flex-start}.cs-msg-row.staff{align-self:flex-end;flex-direction:row-reverse}.cs-msg-bubble{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-break:break-word;position:relative}.cs-msg-row.visitor .cs-msg-bubble{background:#fff;color:#262626;border-top-left-radius:4px;box-shadow:0 1px 2px #0000000f}.cs-msg-row.staff .cs-msg-bubble{background:#1677ff;color:#fff;border-top-right-radius:4px;box-shadow:0 1px 2px #1677ff4d}.cs-msg-image{max-width:200px;max-height:200px;border-radius:8px;cursor:pointer;transition:transform .2s}.cs-msg-image:hover{transform:scale(1.02)}.cs-order-card{background:#fff;border-radius:8px;padding:12px;border:1px solid #f0f0f0;max-width:280px;cursor:default}.cs-msg-row.staff .cs-order-card{background:#ffffff26;border-color:#ffffff4d;color:#fff}.cs-order-card-title{font-weight:500;font-size:13px;margin-bottom:6px}.cs-order-card-info{font-size:12px;color:#666;margin-bottom:4px}.cs-msg-row.staff .cs-order-card-info{color:#fffc}.cs-input-area{background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0}.cs-toolbar{display:flex;align-items:center;padding:8px 16px;gap:16px;border-bottom:1px solid #f5f5f5}.cs-toolbar-btn{cursor:pointer;font-size:18px;color:#666;transition:color .2s;background:none;border:none;padding:4px}.cs-toolbar-btn:hover{color:#1677ff}.cs-textarea-wrap{padding:0 16px}.cs-textarea-wrap textarea{width:100%;border:none;outline:none;resize:none;font-size:14px;line-height:1.6;height:80px;padding:8px 0;font-family:inherit;background:transparent}.cs-send-bar{display:flex;justify-content:flex-end;padding:8px 16px 12px}.cs-visitor-drawer .ant-drawer-body{padding:0}.cs-visitor-tabs{padding:16px}.cs-quick-reply-popover{max-height:300px;overflow-y:auto}.cs-quick-reply-item{padding:8px 12px;cursor:pointer;border-radius:6px;font-size:13px;transition:background .2s}.cs-quick-reply-item:hover{background:#f0f5ff;color:#1677ff}.cs-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;max-height:200px;overflow-y:auto}.cs-emoji-item{font-size:22px;text-align:center;cursor:pointer;padding:4px;border-radius:6px;transition:background .2s}.cs-emoji-item:hover{background:#f0f5ff}.cs-image-upload-preview{position:relative;display:inline-block;margin:8px 16px 0}.cs-image-upload-preview img{max-height:100px;border-radius:8px;border:1px solid #f0f0f0}.cs-image-upload-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#ff4d4f;color:#fff;border:none;border-radius:50%;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.cs-page{flex-direction:column;height:calc(100vh - 120px)}.cs-sidebar{width:100%!important;min-width:100%;max-height:40%;border-right:none;border-bottom:1px solid #f0f0f0}.cs-chat-area{min-height:60%}.cs-msg-row{max-width:85%}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}#root{min-height:100vh}@media (max-width: 768px){.ant-layout-content{margin:8px!important;padding:12px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:500px}.ant-table-cell{padding:10px 8px!important;font-size:13px!important;white-space:nowrap}.ant-table-thead>tr>th{font-size:12px!important;font-weight:600;padding:8px!important;background:#fafafa!important}.ant-table-expanded-row .ant-descriptions{font-size:13px}.ant-table-expanded-row td{white-space:normal!important}.ant-table-cell .ant-space{flex-direction:column;align-items:flex-start;gap:4px!important}.ant-card-head{padding:0 12px!important;min-height:40px!important}.ant-card-head-title{font-size:15px!important;padding:10px 0!important}.ant-card-extra{padding:8px 0!important}.ant-space{flex-wrap:wrap;gap:8px!important}.ant-input,.ant-select-selector,.ant-picker{font-size:14px!important}.ant-select{min-width:120px}.ant-space .ant-btn{font-size:13px;padding:4px 12px}.ant-statistic-title{font-size:12px}.ant-statistic-content{font-size:20px}.ant-statistic-content-prefix{font-size:16px}.ant-row:has(.ant-statistic) .ant-col{max-width:50%!important;flex:0 0 50%!important;margin-bottom:8px}.ant-card-body{padding:12px!important}.ant-card{border-radius:8px}.ant-tag{font-size:12px;padding:2px 8px;line-height:18px}.ant-form-item-label>label{font-size:13px}.ant-form-item{margin-bottom:16px}.ant-input-number{width:100%!important}.ant-form-vertical .ant-form-item-label{padding-bottom:2px!important}.ant-modal{width:95vw!important;max-width:95vw!important;margin:8px auto!important}.ant-modal-content{border-radius:12px}.ant-modal-body{max-height:70vh;overflow-y:auto;padding:16px!important}.ant-modal-header{border-radius:12px 12px 0 0}.ant-drawer-content{border-radius:12px 0 0 12px}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 4px!important;font-size:13px}.ant-tabs-tab+.ant-tabs-tab{margin-left:12px!important}.ant-pagination{flex-wrap:wrap;justify-content:center;margin:12px 0!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{margin:2px!important}.ant-descriptions-item-label{font-size:12px!important;color:#999}.ant-descriptions-item-content{font-size:13px!important}.ant-btn{font-size:14px;min-height:36px}.ant-btn-sm{font-size:12px;min-height:28px}.ant-btn-link{padding:2px 4px;font-size:13px}.ant-popover-inner{max-width:280px}.ant-message{top:8px!important}.ant-empty{padding:24px 0}.ant-empty-description{font-size:13px}.ant-page-heading{padding:12px!important}.ant-upload-list-item{font-size:13px}.ant-switch{min-width:40px}.ant-card div[style*=flex]>.ant-input,.ant-card div[style*=flex]>.ant-select,.ant-card div[style*=flex]>.ant-picker,.ant-card div[style*=flex]>.ant-input-number{width:100%!important;flex:1 1 100%!important;max-width:100%!important}.login-card{width:92%!important;max-width:92%!important;margin:auto}.login-card .ant-btn-primary{height:44px;font-size:16px}.login-card .ant-radio-button-wrapper{padding:0 16px;height:40px;line-height:40px;font-size:14px}.ant-card .ant-row .ant-col .ant-input,.ant-card .ant-row .ant-col .ant-select,.ant-card .ant-row .ant-col .ant-picker{width:100%!important}.ant-card .ant-row .ant-col{margin-bottom:8px}.ant-layout-content{overflow-x:hidden}.ant-table-wrapper{overflow-x:auto}}
