*,:before,:after{box-sizing:border-box}html,body,#root{color:#333;-webkit-font-smoothing:antialiased;background:#eef2f6;min-height:100%;margin:0;padding:0;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;font-size:13px}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-track{background:#f0f0f0}.miniui-shell{min-height:100vh}.miniui-topbar{border-bottom:1px solid #3578c6;flex-shrink:0;box-shadow:0 1px 3px #0000001f;background:linear-gradient(#5cadff 0%,#4a90e2 50%,#3d7fd0 100%)!important;justify-content:space-between!important;align-items:center!important;height:42px!important;padding:0 16px!important;line-height:42px!important;display:flex!important}.miniui-topbar-left,.miniui-topbar-right{align-items:center;display:flex}.miniui-brand{color:#fff;align-items:center;gap:8px;display:flex}.miniui-brand-icon{background:#fff3;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.miniui-brand-text{letter-spacing:1px;text-shadow:0 1px 1px #00000026;font-size:15px;font-weight:600}.miniui-topbar-user{color:#fff;cursor:pointer;border-radius:2px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:flex}.miniui-topbar-user:hover{background:#ffffff26}.miniui-topbar-user .ant-typography{font-size:13px;color:#fff!important}.miniui-body-wrap{flex:1;min-height:calc(100vh - 42px)}.miniui-sidebar{position:sticky;top:42px;overflow:hidden;box-shadow:inset -1px 0 #00000008;background:#f7f8fa!important;border-right:1px solid #d9d9d9!important;height:calc(100vh - 42px)!important}.miniui-sidebar .ant-layout-sider-children{flex-direction:column;height:100%;display:flex;overflow:hidden auto}.miniui-menu{flex:none;padding:4px 0 16px;font-size:13px;background:0 0!important;border-inline-end:none!important}.miniui-menu .ant-menu-item,.miniui-menu .ant-menu-submenu-title{color:#333!important;border-radius:2px!important;width:calc(100% - 8px)!important;height:34px!important;margin:1px 4px!important;line-height:34px!important}.miniui-menu .ant-menu-sub.ant-menu-inline{background:0 0!important}.miniui-menu .ant-menu-sub .ant-menu-item{color:#555!important}.miniui-menu .ant-menu-item-selected{border-left:3px solid #4a90e2;font-weight:600;color:#4a90e2!important;padding-left:calc(var(--ant-menu-item-padding-inline) - 3px)!important;background:#e8f3ff!important}.miniui-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#4a90e2!important}.miniui-main{background:#eef2f6;flex-direction:column;min-width:0;display:flex}.miniui-pathbar{background:linear-gradient(#f8fbff 0%,#eef4fb 100%);border-bottom:1px solid #d9d9d9;flex-shrink:0;align-items:center;gap:8px;height:32px;padding:0 10px;display:flex}.miniui-pathbar-trigger{color:#666!important;width:28px!important;height:28px!important}.miniui-pathbar-crumb{flex:1;min-width:0;font-size:12px}.miniui-pathbar-crumb .ant-breadcrumb-link,.miniui-pathbar-crumb .ant-breadcrumb-separator,.miniui-pathbar-crumb li:last-child{color:#666!important}.miniui-crumb-link{cursor:pointer;color:#4a90e2}.miniui-crumb-link:hover{text-decoration:underline}.miniui-pathbar-title{color:#333;white-space:nowrap;padding-right:4px;font-size:13px;font-weight:600}.miniui-content{flex:1;overflow:auto;margin:0!important;padding:8px!important}.miniui-panel{background:#fff;border:1px solid #d9d9d9;border-radius:2px;box-shadow:0 1px 2px #0000000a}.miniui-panel-head{background:linear-gradient(#fafcff 0%,#f0f4f8 100%);border-bottom:1px solid #d9d9d9;justify-content:space-between;align-items:center;min-height:36px;padding:6px 10px;display:flex}.miniui-panel-head-title{color:#333;border-left:3px solid #4a90e2;padding-left:6px;font-size:13px;font-weight:600}.miniui-panel-body{padding:10px}.miniui-toolbar{background:#f7f9fc;border:1px solid #e8e8e8;border-radius:2px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:8px 10px;display:flex}.miniui-toolbar .ant-form-item{margin-bottom:0!important}.miniui-grid-wrap .ant-table{border:1px solid #d9d9d9}.miniui-grid-wrap .ant-table-thead>tr>th{font-weight:600;border-bottom:1px solid #c5d5e8!important}.miniui-grid-wrap .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}.miniui-grid-wrap .ant-pagination{background:#f7f9fc;border:1px solid #e8e8e8;border-top:none;border-radius:0 0 2px 2px;padding:6px 8px;margin:8px 0 0!important}.login-page{background:#eef2f6 url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\"><rect fill=\"%23eef2f6\" width=\"100\" height=\"100\"/><circle cx=\"50\" cy=\"50\" r=\"40\" fill=\"%23dfeaf5\" opacity=\"0.5\"/></svg>");justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{background:#fff;border:1px solid #d9d9d9;border-radius:2px;width:380px;overflow:hidden;box-shadow:0 4px 16px #4a90e226}.login-box-head{text-align:center;color:#fff;background:linear-gradient(#5cadff 0%,#4a90e2 100%);padding:20px}.login-box-head h1{letter-spacing:2px;margin:0;font-size:20px;font-weight:600}.login-box-head p{opacity:.9;margin:8px 0 0;font-size:12px}.login-box-body{padding:24px 28px 28px}.login-box-body .ant-form-item-label>label{font-size:13px}.dash{flex-direction:column;gap:12px;display:flex}.dash-hero{color:#fff;background:linear-gradient(135deg,#5cadff 0%,#4a90e2 55%,#3d7fd0 100%);border:1px solid #3578c6;border-radius:2px;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 2px 8px #4a90e240}.dash-hero-main{flex:1;min-width:0}.dash-hero-title{letter-spacing:.5px;font-size:18px;font-weight:600}.dash-hero-sub{opacity:.88;margin-top:4px;font-size:12px}.dash-hero-online{background:#ffffff29;border:1px solid #ffffff47;border-radius:2px;align-items:baseline;gap:6px;padding:10px 18px;display:flex}.dash-hero-online-label{opacity:.9;font-size:12px}.dash-hero-online-value{font-variant-numeric:tabular-nums;font-size:32px;font-weight:700;line-height:1}.dash-hero-online-unit{opacity:.85;font-size:13px}.dash-hero-refresh{font-weight:500;color:#4a90e2!important;background:#fffffff2!important;border:none!important}.dash-hero-refresh:hover{color:#3d7fd0!important;background:#fff!important}.dash-period{background:#fff;border:1px solid #d9d9d9;border-radius:2px;overflow:hidden}.dash-period-head{background:linear-gradient(#fafcff 0%,#f3f7fb 100%);border-bottom:1px solid #e8edf3;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.dash-period-label{color:#888;font-size:12px}.dash-period-no{color:#4a90e2;font-variant-numeric:tabular-nums;letter-spacing:.5px;font-size:20px;font-weight:700}.dash-period-facts{flex-wrap:wrap;display:flex}.dash-fact{border-bottom:1px solid #eef2f6;border-right:1px solid #eef2f6;flex:120px;min-width:0;padding:10px 14px}.dash-fact-label{color:#999;margin-bottom:4px;font-size:12px;display:block}.dash-fact-value{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.dash-fact-value--strong{color:#4a90e2;font-weight:600}.dash-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dash-metric{background:#fff;border:1px solid #d9d9d9;border-left:3px solid #c5d5e8;border-radius:2px;padding:12px 14px}.dash-metric--featured{background:linear-gradient(#fcfffc 0%,#fff 100%);border-left-color:#52c41a}.dash-metric--green{border-left-color:#52c41a}.dash-metric-label{color:#888;margin-bottom:6px;font-size:12px}.dash-metric-value{color:#333;font-variant-numeric:tabular-nums;font-size:22px;font-weight:600;line-height:1.2}.dash-metric--featured .dash-metric-value,.dash-metric-value--up,.dash-today-value.dash-metric-value--up{color:#389e0d}.dash-metric-value--down,.dash-today-value.dash-metric-value--down{color:#cf1322}.dash-panel{background:#fff;border:1px solid #d9d9d9;border-radius:2px;height:100%}.dash-panel--stack .dash-panel-head--sub{border-top:1px solid #e8edf3}.dash-panel-head{color:#333;background:linear-gradient(#fafcff 0%,#f0f4f8 100%);border-bottom:1px solid #d9d9d9;border-left:3px solid #4a90e2;padding:8px 14px 8px 11px;font-size:13px;font-weight:600}.dash-panel-body{padding:14px}.dash-panel-body--compact{padding:10px 14px}.dash-today-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.dash-today-item{background:#f7f9fc;border:1px solid #eef2f6;border-radius:2px;padding:12px}.dash-today-label{color:#888;margin-bottom:6px;font-size:12px;display:block}.dash-today-value{color:#333;font-variant-numeric:tabular-nums;font-size:18px;font-weight:600;display:block}.dash-online-bar{border-top:1px dashed #e8edf3;margin-top:14px;padding-top:12px}.dash-online-bar-head{color:#666;justify-content:space-between;margin-bottom:6px;font-size:12px;display:flex}.dash-rank-list{flex-direction:column;gap:8px;display:flex}.dash-rank-item{align-items:center;gap:10px;display:flex}.dash-rank-no{color:#888;background:#eef2f6;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.dash-rank-no--top{color:#fff;background:#4a90e2}.dash-rank-main{flex:1;min-width:0}.dash-rank-name{color:#333;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;overflow:hidden}.dash-rank-sub{color:#999;margin-left:4px;font-size:12px;font-weight:400}.dash-rank-num{color:#666;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px}.dash-rank-num strong{color:#4a90e2;font-size:15px;font-weight:700}.dash-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.dash-link{color:#4a90e2;cursor:pointer;background:#f7f9fc;border:1px solid #e8edf3;border-radius:2px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:13px;transition:background .15s,border-color .15s;display:flex}.dash-link:hover{background:#e8f3ff;border-color:#c5d5e8}.dash-link .anticon{opacity:.6;font-size:10px}.dash-empty{text-align:center;color:#999;padding:16px 0;font-size:13px}@media (width>=768px){.dash-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width>=1200px){.dash-metrics{grid-template-columns:repeat(9,minmax(0,1fr))}}@media (width<=768px){.dash-hero{flex-wrap:wrap}.dash-hero-online{order:3;justify-content:center;width:100%}.dash-hero-refresh{margin-left:auto}.dash-today-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-links{grid-template-columns:1fr}.miniui-brand-text,.miniui-pathbar-title{display:none}.login-box{width:calc(100% - 32px);margin:16px}}.config-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;margin-bottom:12px;display:grid}@media (width<=768px){.config-form-grid{grid-template-columns:1fr}}.shareholder-form-section{margin-bottom:4px}.shareholder-form-section-head{margin-bottom:12px}.shareholder-form-section-title{font-size:14px;line-height:1.4;display:block}.shareholder-form-section-desc{margin-top:4px;font-size:12px;line-height:1.5;display:block}.shareholder-url-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shareholder-url-group{background:#fafbfc;border:1px solid #eef1f5;border-radius:8px;padding:12px 14px}.shareholder-url-group-full{grid-column:1/-1}.shareholder-url-group-label{letter-spacing:.02em;margin-bottom:10px;font-size:12px;font-weight:500;display:block}.shareholder-url-group .ant-form-item{margin-bottom:12px}.shareholder-url-group .ant-form-item:last-child{margin-bottom:0}@media (width<=768px){.shareholder-url-grid{grid-template-columns:1fr}}.agent-manage-stats{background:#fafbfc;border:1px solid #eef1f5;border-radius:8px;gap:24px;margin-bottom:12px;padding:10px 14px;display:flex}.agent-manage-stats .ant-statistic-title{color:#666;font-size:12px}.agent-manage-stats .ant-statistic-content{font-size:20px}.agent-manage-stat-block{flex-direction:column;gap:6px;display:flex}.agent-manage-stat-block.is-clickable{cursor:pointer;border-radius:6px;margin:-4px -8px;padding:4px 8px;transition:background .2s}.agent-manage-stat-block.is-clickable:hover{background:#fff1f0}.agent-manage-stat-block.is-active{background:#fff1f0;outline:1px solid #ffccc7}.agent-manage-stat-hint{font-size:12px;line-height:1.2}.agent-manage-locked-list{flex-wrap:wrap;gap:6px;max-width:520px;display:flex}.agent-manage-locked-list .ant-tag,.agent-manage-locked-tag{cursor:pointer;margin:0}.agent-detail-panel{margin-bottom:16px}.agent-detail-panel-compact{margin-bottom:12px}.agent-detail-panel-loading{justify-content:center;padding:24px 0;display:flex}.agent-detail-stats{background:#f5f8fc;border:1px solid #eef1f5;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px 16px;margin-bottom:14px;padding:12px 14px;display:grid}.agent-detail-stats-daily{background:#fafbfc}.agent-detail-stats .ant-statistic-title{color:#666;font-size:12px}.agent-detail-stats .ant-statistic-content{font-size:16px}.agent-detail-desc .ant-descriptions-item-label{color:#666;width:96px}.agent-detail-empty{color:#999;padding:8px 0;font-size:13px}.agent-detail-tabs{margin-top:16px}.agent-detail-tabs .ant-tabs-nav{margin-bottom:12px}.agent-detail-tab-body{min-height:120px}.agent-detail-tab-loading{justify-content:center;padding:32px 0;display:flex}.agent-detail-tab-hint{color:#666;background:#f5f8fc;border-radius:6px;margin-bottom:10px;padding:8px 12px;font-size:13px}.agent-detail-tab-hint-monitor,.agent-detail-odds-hint{margin-bottom:10px}.agent-detail-tab-section-title{color:#333;margin:16px 0 10px;font-size:14px;font-weight:600}.agent-detail-tab-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.agent-detail-tab-toolbar .agent-detail-tab-hint{flex:1;margin-bottom:0}.agent-detail-tab-toolbar-end{justify-content:flex-end}.agent-detail-puller-form{max-width:480px}.agent-detail-modal-hint{color:#666;background:#f5f8fc;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:13px}.agent-detail-credential p{margin:0 0 10px}.agent-detail-tab-refresh-hint{color:#999;font-size:12px}.validity-period-compact{flex-direction:column;gap:2px;line-height:1.35;display:flex}.validity-period-status-row{flex-wrap:nowrap;align-items:center;gap:6px;display:flex}.validity-period-hint-inline{color:#595959;white-space:nowrap;font-size:12px}.validity-period--active .validity-period-hint-inline{color:#389e0d}.validity-period--expiring_soon .validity-period-hint-inline{color:#d48806}.validity-period--expired .validity-period-hint-inline{color:#cf1322}.validity-period-tag{flex-shrink:0;width:fit-content;margin:0}.validity-period-tag-lg{padding:2px 10px;font-size:13px}.validity-period-range-text{color:#595959;font-size:12px}.validity-period-hint-text{color:#8c8c8c;font-size:12px}.validity-period-detail{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:8px 10px}.validity-period-detail.validity-period--expired{background:#fff2f0;border-color:#ffccc7}.validity-period-detail.validity-period--expiring_soon{background:#fffbe6;border-color:#ffe58f}.validity-period-detail.validity-period--active{background:#f6ffed;border-color:#b7eb8f}.validity-period-detail-head{flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.validity-period-detail-hint{color:#595959;white-space:nowrap;font-size:13px;font-weight:500}.validity-period--expired .validity-period-detail-hint{color:#cf1322}.validity-period--expiring_soon .validity-period-detail-hint{color:#d48806}.validity-period--active .validity-period-detail-hint{color:#389e0d}.validity-period-detail-range{color:#262626;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.validity-period-sep{color:#bfbfbf;font-size:12px}.validity-period-date{font-variant-numeric:tabular-nums}.validity-period-progress{margin-top:8px;margin-bottom:0}.perm-picker{background:#fafbfc;border:1px solid #e8ecf0;border-radius:6px;padding:10px 12px}.perm-picker-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.perm-picker-toolbar .ant-input-affix-wrapper{flex:1;min-width:180px;max-width:320px}.perm-picker-collapse{background:0 0!important}.perm-picker-tree{background:#fff;border:1px solid #eef1f5;border-radius:6px;max-height:420px;padding:8px 10px;overflow:auto}.perm-picker-tree .ant-tree-treenode{align-items:flex-start;padding:2px 0}.perm-picker-tree .ant-tree-node-content-wrapper{min-height:28px;line-height:28px}.perm-tree-title{flex-wrap:wrap;align-items:center;gap:4px;line-height:1.5;display:inline-flex}.perm-tree-desc{margin-inline-start:4px;font-size:12px}.perm-picker-collapse .ant-collapse-item{background:#fff;margin-bottom:8px;overflow:hidden;border:1px solid #eef1f5!important;border-radius:6px!important}.perm-picker-group-toolbar{border-bottom:1px dashed #eef1f5;margin-bottom:8px;padding-bottom:6px}.perm-picker-list{flex-direction:column;gap:6px;max-height:240px;display:flex;overflow-y:auto}.perm-picker-item{cursor:pointer;border-radius:6px;align-items:flex-start;gap:8px;padding:8px 10px;transition:background .15s;display:flex}.perm-picker-item:hover{background:#f5f8fc}.perm-picker-item-body{flex:1;min-width:0}.perm-picker-item-title{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;display:flex}.perm-picker-desc{font-size:12px;line-height:1.4;display:block}.perm-manage-wrap{margin-top:8px}.perm-manage-collapse{background:0 0!important}.perm-manage-collapse .ant-collapse-item{background:#fff;margin-bottom:10px;overflow:hidden;border:1px solid #e8ecf0!important;border-radius:8px!important}.perm-manage-collapse .ant-collapse-header{background:#f7f9fc}.perm-manage-collapse .ant-table{margin:0}.perm-role-assign-list{max-height:360px;padding-right:4px;overflow-y:auto}
