html,body,#root{height:100%;margin:0;padding:0;font-family:-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"}.colorWeak{filter:invert(80%)}.ant-layout{min-height:100vh}.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{left:unset}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}.ant-menu{font-size:13px!important;font-weight:700}.ant-btn{font-size:12px!important}@media(max-width:768px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:pre}.ant-table-thead>tr>th>span,.ant-table-tbody>tr>th>span,.ant-table-thead>tr>td>span,.ant-table-tbody>tr>td>span{display:block}.ant-pro-page-container-children-container{padding-inline:10px!important}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.chat-drawer{position:fixed;bottom:0;right:-10px;width:360px;height:650px;background:#fff;border-radius:8px;border:1px solid#eee;z-index:9999;display:flex;flex-direction:column;box-shadow:none;transition:transform.3s ease-in-out}.chat-drawer.open{transform:translatex(-10px)}.chat-drawer.close{transform:translatex(400px)}.chat-drawer-header{padding:12px 16px;border-bottom:1px solid#eee;border-radius:8px 8px 0 0;font-weight:500;font-size:16px;background:#4d8af0;display:flex;justify-content:space-between;align-items:center}.chat-drawer-select{width:200px;height:36px;border-radius:4px;border:1px solid#eee}.chat-drawer-close{cursor:pointer;font-size:18px;color:white}.chat-drawer-content{flex:1 1 auto;display:flex;flex-direction:column;background:#f7f8fa;padding:0 16px;overflow:hidden;min-height:0}.chat-drawer-messages{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:16px 0}.chat-drawer-message{display:flex;flex-direction:column;align-items:flex-start;max-width:70%}.chat-drawer-message.user{align-self:flex-end;align-items:flex-end}.chat-drawer-username{font-size:12px;color:#888;margin-bottom:2px}.chat-drawer-bubble{background:#fff;border-radius:8px;padding:8px 14px;font-size:15px;color:#222;box-shadow:0 1px 2px rgba(0,0,0,3%);word-break:break-all}.chat-drawer-message.user .chat-drawer-bubble{background:#4e8cff;color:#fff}.chat-drawer-footer{display:flex;align-items:center;padding:12px 16px;background:#f7f8fa;border-top:1px solid#eee}.chat-drawer-input{flex:1 1 auto;border:1px solid#ddd;border-radius:6px;padding:8px 12px;font-size:15px;margin-right:8px;outline:none}.chat-drawer-send{background:#4e8cff;color:#fff;border:none;border-radius:6px;padding:8px 18px;font-size:15px;cursor:pointer;transition:background.2s}.chat-drawer-send:hover{background:#2563eb}.user-list{background:#fff;border-right:1px solid#f0f0f0;height:80vh;overflow-y:auto}.user-list .ant-list-item{cursor:pointer;padding:14px 20px;transition:background.2s}.ant-list-item-meta-title{margin:0!important}.user-list .ant-list-item.active-user,.user-list .ant-list-item:hover{background:#e6f7ff;color:#1890ff}.ant-layout{min-height:80vh!important}.chat-content{display:flex;flex-direction:column;height:80vh;background:#f7f8fa;padding:0}.chat-username{padding-left:10px}.chat-header{padding:18px 24px;font-size:18px;font-weight:600;background:#fff;border-bottom:1px solid#f0f0f0}.chat-main{display:flex;flex-direction:column;height:100%;position:relative}.chat-messages{flex:1 1;overflow-y:auto;padding-bottom:60px;padding:5px;display:flex;flex-direction:column;gap:16px;background:#f7f8fa}.message{max-width:60%;padding:10px 16px;border-radius:8px;font-size:15px;word-break:break-all;box-shadow:0 1px 2px rgba(0,0,0,3%);margin-bottom:4px}.message.sent{align-self:flex-end;background:#4e8cff;color:#fff}.message.received{align-self:flex-start;background:#fff;color:#222}.chat-input{background:#fff;padding:18px 24px;border-top:1px solid#f0f0f0;display:flex;flex-direction:column}.chat-input-row{display:flex;align-items:center;padding:12px 16px;background:#fff;border-top:1px solid#eee;position:sticky;bottom:0;z-index:10}.no-user-selected{height:100%;display:flex;align-items:center;justify-content:center;color:#888;font-size:18px;letter-spacing:1px}@media(max-width:600px){.chat-header,.chat-input,.chat-messages{padding:10px}.user-list .ant-list-item{padding:10px 12px}}.message-bubble{display:flex;align-items:flex-start;max-width:70%}.message-bubble.sent{flex-direction:row-reverse;margin-left:auto;justify-content:flex-end}.message-bubble.received{flex-direction:row;margin-right:auto;justify-content:flex-start}.bubble-avatar{margin:0 5px}.bubble-content{background:#f0f0f0;border-radius:8px;padding:8px 14px;min-width:40px;max-width:320px;word-break:break-all;box-shadow:0 1px 2px rgba(0,0,0,3%)}.message-bubble.sent .bubble-content{background:#1890ff;color:#fff}.bubble-name{font-size:12px;color:#888;margin-bottom:2px}.message-bubble.sent .bubble-name{color:#888;text-align:right}.drawer-message{position:fixed;bottom:0;right:-10px;width:700px;height:650px;background:#fff;border-radius:8px;border:1px solid#eee;z-index:9999;display:flex;flex-direction:column;box-shadow:none;transition:transform.3s ease-in-out}.drawer-message.open{width:700px!important;transform:translatex(-10px)}.drawer-message.close{width:700px!important;transform:translatex(700px)}.drawer-message-close{cursor:pointer;font-size:18px;color:#000;position:absolute;top:13px;z-index:1000000;right:15px}:where(.css-dev-only-do-not-override-1vltf3r).ant-modal-root .ant-modal-wrap{z-index:999990!important}
/*# sourceMappingURL=umi.1c16caef.css.map*/