html,body,#root{height:100%;margin:0;padding:0}:root{--admin-bg: #f5f6f8;--admin-surface: #ffffff;--admin-surface-soft: #f8fafc;--admin-border: #e6e8ec;--admin-border-soft: #eef0f3;--admin-text: #171717;--admin-muted: #667085;--admin-primary: #1a1a1a;--admin-danger: #e94b5c;--admin-radius: 16px;--admin-shadow: 0 12px 32px rgba(15, 23, 42, .08);--admin-shadow-soft: 0 6px 18px rgba(15, 23, 42, .06)}body{background:var(--admin-bg);color:var(--admin-text);font-family:PingFang SC,Source Han Sans SC,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}button,a,input,select,textarea,.ant-btn,.ant-input,.ant-input-number,.ant-select-selector,.ant-menu-item,.ant-tabs-tab{transition-duration:.18s;transition-property:color,background-color,border-color,box-shadow,opacity,transform;transition-timing-function:cubic-bezier(.22,1,.36,1)}button:active,a:active,.ant-btn:active{transform:scale(.98)}a{color:#1f2937;font-weight:500}a:hover{color:#000}.admin-shell{height:100vh;overflow:hidden;background:var(--admin-bg);animation:admin-route-enter .24s ease-out both}.admin-sider{position:fixed!important;left:0;top:0;bottom:0;height:100vh!important;overflow:hidden;border-right:1px solid var(--admin-border);box-shadow:8px 0 24px #0f172a0a;z-index:10;animation:admin-fade-right .26s ease-out both}.admin-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.admin-sider .ant-layout-sider-trigger{display:none}.admin-brand{height:72px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--admin-border-soft);overflow:hidden}.admin-brand-mark{width:32px;height:32px;display:block;flex-shrink:0;object-fit:contain}.admin-brand-lockup{width:92px;height:auto;display:block;flex-shrink:0;filter:drop-shadow(0 8px 18px rgba(15,23,42,.14))}.admin-brand-title{line-height:1.2;font-size:15px;font-weight:700;color:var(--admin-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.admin-brand-subtitle{margin-top:3px;font-size:12px;color:var(--admin-muted)}.admin-menu{flex:1;min-height:0;padding:12px 10px 18px;border-inline-end:none!important;overflow-y:auto;overflow-x:hidden}.admin-main{min-width:0;margin-left:236px;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--admin-bg);transition:margin-left .2s}.admin-shell.sider-collapsed .admin-main{margin-left:80px}.admin-header{min-height:64px;height:auto;padding:12px 24px;line-height:normal;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#ffffffeb;border-bottom:1px solid var(--admin-border);position:sticky;top:0;z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:admin-fade-down .24s ease-out both}.admin-header-title{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3}.admin-header-title strong{font-size:16px;line-height:1.3;color:var(--admin-text)}.admin-header-title span{font-size:12px;line-height:1.4;color:var(--admin-muted)}.admin-header-actions{flex-shrink:0;display:flex;align-items:center;gap:12px}.admin-sider-trigger{width:36px;height:36px;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid var(--admin-border);border-radius:8px;color:var(--admin-muted)!important;background:var(--admin-surface)}.admin-sider-trigger:hover{color:var(--admin-text)!important;border-color:#d0d5dd;background:var(--admin-surface-soft)}.admin-user{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:5px 12px 5px 5px;line-height:1;border:1px solid var(--admin-border);border-radius:999px;background:var(--admin-surface);cursor:pointer;box-shadow:0 2px 8px #0f172a0a}.admin-user-name{color:var(--admin-text);font-size:14px;line-height:1.2;font-weight:600;white-space:nowrap}.admin-content{flex:1;min-height:0;margin:0;padding:22px;overflow-x:auto;overflow-y:auto}.admin-content>div{animation:admin-route-enter .24s ease-out both;will-change:opacity}.admin-page,.admin-data-page{display:flex;flex-direction:column;gap:16px}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;animation:admin-fast-up .26s ease-out both;will-change:opacity,transform}.admin-page-kicker{margin-bottom:6px;color:var(--admin-muted);font-size:13px;font-weight:600}.admin-page-title{margin:0;color:var(--admin-text);font-size:24px;font-weight:700;letter-spacing:-.02em}.admin-page-desc{margin:8px 0 0;max-width:720px;color:var(--admin-muted);font-size:14px}.admin-page-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.web3-admin-info-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.web3-admin-cell-primary,.web3-admin-cell-secondary{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web3-admin-cell-secondary{font-size:12px;line-height:1.4}.admin-page .ant-table-cell{vertical-align:top}.admin-page .ant-table-cell .web3-admin-info-cell{white-space:normal}.admin-filter-panel,.admin-table-panel{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-soft);animation:admin-fast-up .28s ease-out both;will-change:opacity,transform}.admin-filter-panel{padding:16px}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-toolbar-left,.admin-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-filter-form{margin-bottom:0!important;row-gap:12px}.admin-table-panel{overflow-x:auto;overflow-y:visible;animation-delay:36ms}.admin-form-panel{padding:18px 20px 22px}.admin-form-panel .ant-form{max-width:100%}.admin-stat-grid .admin-stat-card{border-radius:var(--admin-radius)}.admin-stat-grid .admin-stat-card .ant-card-body{padding:18px 20px}.admin-table-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--admin-border-soft)}.admin-table-title{font-size:15px;font-weight:700;color:var(--admin-text)}.admin-table-meta{color:var(--admin-muted);font-size:13px}.admin-table-panel .ant-table-wrapper,.admin-table-panel .ant-table{border-radius:0}.admin-table-panel .ant-table-thead>tr>th{font-size:13px;font-weight:700}.admin-table-panel .ant-pagination{margin:16px 18px!important}.admin-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-actions a{white-space:nowrap}.admin-danger-link{color:var(--admin-danger)!important}.admin-modal-form{padding-top:4px}.admin-support-card{border-radius:var(--admin-radius)!important;box-shadow:var(--admin-shadow-soft)}.admin-support-card .ant-card-head{border-bottom-color:var(--admin-border-soft)}.admin-support-card .ant-card-body{display:flex;flex-direction:column;gap:16px}.admin-support-card .ant-alert{border-radius:12px}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:#f5f6f8}.admin-login-card{width:420px;max-width:100%;border:1px solid var(--admin-border);border-radius:22px;box-shadow:var(--admin-shadow);animation:admin-fast-up .32s ease-out both;will-change:opacity,transform}.admin-login-brand{margin-bottom:24px;text-align:center}.admin-login-lockup{display:block;width:min(200px,72%);height:auto;margin:0 auto 16px;border-radius:12px}.admin-login-title{margin:0;font-size:20px;font-weight:700;color:var(--admin-text);white-space:nowrap;line-height:1.2}.admin-login-subtitle{margin:8px 0 0;color:var(--admin-muted);font-size:14px}.admin-login-notice{margin-top:16px;padding-top:16px;border-top:1px solid var(--admin-border-soft);text-align:center}.admin-login-notice-line{margin:0;font-size:13px;line-height:1.8;color:var(--admin-muted)}.admin-login-notice-line+.admin-login-notice-line{margin-top:2px}.admin-login-notice-strong{color:#d92d20;font-weight:600}.admin-stat-card{height:100%;border:1px solid var(--admin-border);box-shadow:var(--admin-shadow-soft);animation:admin-fast-up .28s ease-out both;will-change:opacity,transform}.admin-quick-card{height:100%;animation:admin-fast-up .3s ease-out both}.admin-tabs-panel{padding:16px;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-soft);animation:admin-fast-up .28s ease-out both;will-change:opacity,transform}.admin-content>div:not(.admin-page):not(.admin-data-page){display:flex;flex-direction:column;gap:16px}.admin-content>div:not(.admin-page):not(.admin-data-page)>h2{margin:0!important;color:var(--admin-text);font-size:24px;font-weight:700}.admin-content>div:not(.admin-page):not(.admin-data-page)>.ant-space:first-child,.admin-content>div:not(.admin-page):not(.admin-data-page)>h2+.ant-space{margin-bottom:0!important;padding:16px;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-soft)}.admin-content>div:not(.admin-page):not(.admin-data-page)>.ant-table-wrapper,.admin-content>div:not(.admin-page):not(.admin-data-page)>.ant-tabs{overflow:hidden;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-soft);animation:admin-fast-up .28s ease-out both}.admin-content>div:not(.admin-page):not(.admin-data-page)>.ant-table-wrapper .ant-pagination{margin:16px 18px!important}.ant-modal-content{box-shadow:var(--admin-shadow)!important}.admin-page>*:nth-child(2),.admin-data-page>*:nth-child(2),.admin-content>div:not(.admin-page):not(.admin-data-page)>*:nth-child(2){animation-delay:24ms}.admin-page>*:nth-child(3),.admin-data-page>*:nth-child(3),.admin-content>div:not(.admin-page):not(.admin-data-page)>*:nth-child(3){animation-delay:48ms}.admin-page>*:nth-child(n+4),.admin-data-page>*:nth-child(n+4),.admin-content>div:not(.admin-page):not(.admin-data-page)>*:nth-child(n+4){animation-delay:72ms}@media (hover: hover){.admin-panel:hover,.admin-filter-panel:hover,.admin-table-panel:hover,.admin-stat-card:hover,.admin-quick-card:hover{transform:translate3d(0,-1px,0)}}@keyframes admin-fast-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes admin-fast-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes admin-fade-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes admin-fade-right{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes admin-route-enter{0%{opacity:0}to{opacity:1}}.ant-modal-header{margin-bottom:18px!important}.ant-modal-title{color:var(--admin-text)!important;font-weight:700!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--admin-surface-soft)!important;color:#475467;font-weight:600}@media (max-width: 991.98px){.admin-main,.admin-shell.sider-collapsed .admin-main{margin-left:0}}@media (max-width: 768px){.admin-header{padding:10px 16px}.admin-header-title span{display:none}.admin-content{padding:16px}.admin-page-header,.admin-toolbar{flex-direction:column;align-items:stretch}.admin-filter-panel{padding:14px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}.admin-menu-label{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.admin-menu-label-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admin-menu-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e94b5c;color:#fff;font-size:11px;line-height:18px;text-align:center;flex-shrink:0}.im-workbench .im-filter-label{color:var(--admin-muted);font-size:13px}.im-workbench-body{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:12px;height:calc(100vh - 190px);min-height:520px}.im-conversation-panel,.im-chat-panel,.im-info-panel{background:var(--admin-surface);border:1px solid var(--admin-border-soft);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-soft);overflow:hidden;display:flex;flex-direction:column}.im-conversation-panel{overflow-y:auto}.im-conversation-list .ant-list-item{padding:0!important;border-block-end:1px solid var(--admin-border-soft)!important;cursor:pointer;transition:background-color .18s ease}.im-conversation-list .im-conversation-item:hover{background:var(--admin-surface-soft)}.im-conversation-list .im-conversation-item.is-active{background:#f1f5ff;box-shadow:inset 3px 0 #3abf74}.im-conversation-row{display:flex;align-items:center;gap:10px;padding:12px 14px;width:100%}.im-conversation-main{min-width:0;flex:1}.im-conversation-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.im-conversation-name{font-size:14px;font-weight:500;color:var(--admin-text);display:inline-flex;align-items:center;gap:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.im-conversation-tag{margin-inline-end:0;transform:scale(.9)}.im-conversation-time{font-size:12px;color:var(--admin-muted);flex-shrink:0}.im-conversation-summary{font-size:12px;color:var(--admin-muted);display:block;margin-top:2px}.im-conversation-empty{padding:48px 16px}.im-chat-panel{overflow:hidden}.im-chat-head{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--admin-border-soft)}.im-chat-head-main{min-width:0}.im-chat-head-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--admin-text)}.im-chat-head-uid{font-size:12px;font-weight:400}.im-chat-head-sub{font-size:12px;color:var(--admin-muted);margin-top:2px}.im-message-list{flex:1;overflow-y:auto;padding:16px 18px 8px;background:var(--admin-surface-soft)}.im-message-loading{display:flex;align-items:center;justify-content:center}.im-load-more{text-align:center;padding-bottom:12px}.im-time-divider{text-align:center;margin:10px 0}.im-time-divider span{font-size:12px;color:var(--admin-muted)}.im-system-row{display:flex;justify-content:center;margin:6px 0}.im-system-pill{max-width:70%;background:#0f172a0f;color:var(--admin-muted);font-size:12px;line-height:1.6;padding:6px 12px;border-radius:999px}.im-message-row{display:flex;margin:6px 0}.im-row-self{justify-content:flex-end}.im-row-peer{justify-content:flex-start}.im-message-col{display:flex;flex-direction:column;max-width:72%}.im-col-self{align-items:flex-end}.im-col-peer{align-items:flex-start}.im-bubble{padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.im-bubble-peer{background:#fff;color:var(--admin-text);border:1px solid var(--admin-border-soft)}.im-bubble-self{background:#3abf74;color:#fff}.im-message-image{border-radius:12px;overflow:hidden}.im-read-state{font-size:12px;margin-top:2px}.im-recall-btn{border:none;background:transparent;color:var(--admin-muted);cursor:pointer;padding:0;margin:0 4px;opacity:0;transition:opacity .18s ease,color .18s ease;align-self:center}.im-message-col:hover .im-recall-btn{opacity:1}.im-recall-btn:hover{color:var(--admin-danger)}.im-composer{border-top:1px solid var(--admin-border-soft);padding:12px 16px;background:var(--admin-surface)}.im-composer-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.im-chat-empty{margin:auto;max-width:380px;text-align:center;color:var(--admin-muted);padding:32px}.im-chat-empty h3{color:var(--admin-text);margin-bottom:8px}.im-chat-empty p{font-size:13px;line-height:1.75}.im-side-panel{padding:16px;overflow-y:auto;height:100%}.im-client-head{text-align:center;padding-bottom:14px;border-bottom:1px solid var(--admin-border-soft);margin-bottom:14px}.im-client-name{margin-top:8px;font-size:15px;font-weight:600;color:var(--admin-text)}.im-client-uid{font-size:12px;color:var(--admin-muted);margin-top:4px}.im-client-tags{margin-top:8px;display:flex;justify-content:center;flex-wrap:wrap;gap:4px}.im-client-ua{margin-top:14px;border-top:1px dashed var(--admin-border-soft);padding-top:10px}.im-client-ua-title{font-size:12px;color:var(--admin-muted);margin-bottom:4px}.im-client-ua-body{font-size:12px;line-height:1.6;color:var(--admin-text);word-break:break-all;background:var(--admin-surface-soft);border-radius:10px;padding:8px 10px}.im-setting-card{border-radius:var(--admin-radius)!important;box-shadow:var(--admin-shadow-soft)}.im-preview-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:var(--admin-surface-soft)}.im-preview-avatar{position:relative;flex-shrink:0}.im-preview-dot{position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;background:#3abf74;border:2px solid var(--admin-surface)}.im-preview-main{min-width:0}.im-preview-name{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--admin-text)}.im-preview-online{font-size:12px;font-weight:400;color:#3abf74}.im-preview-welcome{font-size:12px;color:var(--admin-muted);margin-top:4px;line-height:1.6}.im-preview-bubbles{margin-top:16px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.im-preview-bubbles .im-bubble-self{align-self:flex-end}@media (max-width: 1440px){.im-workbench-body{grid-template-columns:280px minmax(0,1fr) 280px}}@media (max-width: 1180px){.im-workbench-body{grid-template-columns:260px minmax(0,1fr)}.im-info-panel{display:none}}.im-search-results{margin-top:14px;max-height:380px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.im-search-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--admin-border-soft);border-radius:12px}.im-search-main{flex:1;min-width:0}.im-search-title{display:flex;align-items:center;gap:6px}.im-search-name{font-size:14px;font-weight:500;color:var(--admin-text)}.im-search-sub,.im-search-last{font-size:12px;color:var(--admin-muted);margin-top:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.im-search-actions{display:flex;gap:8px;flex-shrink:0}.im-primary-btn{border:none;border-radius:10px;background:#3abf74;color:#fff;font-size:13px;padding:6px 14px;cursor:pointer;transition:opacity .16s ease}.im-primary-btn:hover:not(:disabled){opacity:.88}.im-primary-btn:disabled{background:#e6e8ec;color:#98a2b3;cursor:not-allowed}
