:root{--primary-color:#58a6ff;--bg-color:#0d1117;--header-bg:#161b22;--sidebar-bg:#161b22;--text-color:#f0f6fc;--border-color:#30363d}#root,body,html{margin:0;padding:0;height:100%;width:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color)}.lt-table{margin-bottom:10px!important}.ant-table-wrapper .ant-table-pagination-top{display:none!important}.ant-btn{font-size:13px;transition:all .2s;height:34px;padding:0 16px}.ant-btn.ant-btn-primary{background:#1890ff;border-color:#1890ff;box-shadow:none}.ant-btn.ant-btn-primary:focus,.ant-btn.ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.ant-btn.ant-btn-default{background:#fff;border-color:#d9d9d9;color:#666}.ant-btn.ant-btn-default:focus,.ant-btn.ant-btn-default:hover{color:#1890ff;border-color:#1890ff}.ant-radio-group .ant-radio-button-wrapper{border-radius:0;font-size:13px;height:32px;line-height:30px;padding:0 16px;transition:all .3s}.ant-radio-group .ant-radio-button-wrapper:first-child{border-radius:3px 0 0 3px}.ant-radio-group .ant-radio-button-wrapper:last-child{border-radius:0 3px 3px 0}.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:#e6f7ff!important;border-color:#1890ff!important;color:#1890ff!important;box-shadow:none!important}.ant-radio-group .ant-radio-button-wrapper:hover{color:#1890ff}.ant-tag{border-radius:3px;font-size:12px;line-height:20px;padding:0 8px;border:1px solid #d9d9d9}.ant-tag.ant-tag-blue{background:#e6f7ff;border-color:#91d5ff;color:#1890ff}.ant-tag.ant-tag-green{background:#f6ffed;border-color:#b7eb8f;color:#52c41a}.ant-tag.ant-tag-red{background:#fff1f0;border-color:#ffa39e;color:#f5222d}.ant-calendar-picker-input,.ant-cascader-picker,.ant-input,.ant-input-number,.ant-select-selection{border-radius:6px!important;height:34px}.ant-table{font-size:13px!important}.ant-table .ant-table-thead>tr>th{background:#f5f5f5!important;font-weight:700!important;color:#333!important;border-bottom:1px solid #d9d9d9!important;padding:10px 8px!important}.ant-table .ant-table-tbody>tr>td{padding:6px 8px!important;transition:background .3s}.ant-table .ant-table .ant-btn{padding:0 8px;height:24px;font-size:12px;margin:0 2px}.ant-switch{background-color:#bfbfbf}.ant-switch.ant-switch-checked{background-color:#52c41a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(48,54,61,.4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(24,144,255,.5)}.ant-modal{overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,.2)!important}.ant-modal,.ant-modal .ant-modal-content{border-radius:12px!important}.ant-modal .ant-modal-header{background-color:#f0f5ff!important;border-bottom:1px solid #d6e4ff!important;padding:16px 24px!important;border-radius:12px 12px 0 0!important}.ant-modal .ant-modal-title{color:#003a8c!important;font-weight:600!important;font-size:16px!important}.ant-modal .ant-modal-close{top:14px!important;right:16px!important;color:#91d5ff!important;transition:all .3s!important}.ant-modal .ant-modal-close:hover{color:#1890ff!important;transform:rotate(90deg)}.ant-modal .ant-modal-close-x{width:24px!important;height:24px!important;line-height:24px!important;font-size:16px!important}:root{--primary-color:#1890ff;--primary-hover:#40a9ff;--primary-shadow:rgba(24,144,255,0.15);--sidebar-bg:#fff;--sidebar-border:#f0f0f0;--sidebar-header-bg:#fff;--tab-bg:#fff;--tab-border:#f0f0f0;--breadcrumb-bg:#fff;--menu-item-selected-bg:#e6f7ff;--menu-item-hover-bg:#f5f5f5;--menu-submenu-bg:#fff;--content-bg:#fff;--main-bg:#f0f2f5;--text-color:rgba(0,0,0,0.85);--text-secondary:rgba(0,0,0,0.45);--header-text-color:rgba(0,0,0,0.85);--header-divider:#f0f0f0;--card-bg:#fff;--content-border:#d9d9d9}.main-layout{height:100vh;display:flex;overflow:hidden;background:var(--main-bg)}.main-layout .side-area{width:240px;background:var(--sidebar-bg);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s,background .3s;border-right:1px solid var(--sidebar-border);overflow:hidden;z-index:100;box-shadow:2px 0 8px rgba(0,0,0,.02)}.main-layout .side-area .side-header{height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--sidebar-border);background:var(--sidebar-header-bg)}.main-layout .side-area .side-header .collapse-trigger{font-size:18px;cursor:pointer;color:var(--text-secondary);transition:color .3s}.main-layout .side-area .side-header .collapse-trigger:hover{color:var(--primary-color)}.main-layout .side-area .side-header .logo{display:flex;align-items:center;margin-left:12px}.main-layout .side-area .side-header .logo img{height:24px;width:auto}.main-layout .side-area .side-header .logo .logo-text{color:var(--header-text-color);font-size:15px;font-weight:600;margin-left:8px;white-space:nowrap}.main-layout .side-area .side-menu{flex:1 1;overflow-y:auto;overflow-x:hidden}.main-layout .side-area .side-menu::-webkit-scrollbar{width:4px}.main-layout .side-area .side-menu::-webkit-scrollbar-thumb{background:#eee;border-radius:2px}.main-layout .side-area .side-menu .side-menu-content{border-right:none!important;background:transparent!important}.main-layout.sidebar-collapsed .side-area{width:48px}.main-layout.sidebar-collapsed .side-area .side-header{justify-content:center;padding:0}.main-layout .main-area{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.main-layout .main-area .tab-header{height:48px;background:var(--tab-bg);display:flex;align-items:flex-start;padding:0 16px 0 0;border-bottom:1px solid var(--tab-border);flex-shrink:0;z-index:90}.main-layout .main-area .tab-header .tab-wrapper{flex:1 1;overflow:hidden;height:48px}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs{height:48px}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-bar{margin:0!important;border:none!important;height:48px}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-nav,.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-nav-container{height:48px!important}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-tab{height:30px;line-height:28px;margin:9px 4px 0 0!important;padding:0 12px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:4px;color:var(--text-secondary);font-size:13px;transition:all .2s}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-tab:hover{color:var(--primary-color);border-color:var(--primary-color)}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-tab.ant-tabs-tab-active{background:var(--content-bg);border-color:var(--primary-color);color:var(--primary-color);font-weight:500;height:30px!important}.main-layout .main-area .tab-header .tab-wrapper .ant-tabs .ant-tabs-ink-bar{display:none!important}.main-layout .main-area .tab-header .close-all-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:8px 0 0 4px;cursor:pointer;color:var(--text-secondary);border-radius:4px;transition:all .2s}.main-layout .main-area .tab-header .close-all-btn:hover{color:#ff4d4f;background:rgba(255,77,79,.08)}.main-layout .main-area .tab-header .header-divider{height:16px;width:1px;background:var(--header-divider);margin:16px 8px 0;flex-shrink:0}.main-layout .main-area .tab-header .header-right{flex-shrink:0;display:flex;align-items:flex-start;grid-gap:8px;gap:8px;padding:0 8px;height:48px}.main-layout .main-area .tab-header .header-right .theme-selector,.main-layout .main-area .tab-header .header-right .user-info{position:relative;height:32px;margin-top:8px;display:flex;align-items:center;border-radius:4px;padding:0 8px;cursor:pointer}.main-layout .main-area .tab-header .header-right .theme-selector:hover,.main-layout .main-area .tab-header .header-right .user-info:hover{background:#f5f5f5}.main-layout .main-area .tab-header .header-right .theme-selector:hover:after,.main-layout .main-area .tab-header .header-right .user-info:hover:after{content:"";position:absolute;top:100%;left:0;right:0;height:12px;background:transparent;z-index:10}.main-layout .main-area .tab-header .header-right .theme-selector:hover .theme-dropdown{display:block}.main-layout .main-area .tab-header .header-right .theme-selector .theme-btn{color:var(--text-secondary)}.main-layout .main-area .tab-header .header-right .theme-selector .theme-dropdown{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:4px;box-shadow:0 6px 16px rgba(0,0,0,.08);border:1px solid #f0f0f0;min-width:140px;padding:4px 0;z-index:1000;margin-top:8px}.main-layout .main-area .tab-header .header-right .theme-selector .theme-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}.main-layout .main-area .tab-header .header-right .user-info .user-avatar{width:24px;height:24px;border-radius:4px}.main-layout .main-area .tab-header .header-right .user-info .user-name{margin-left:8px;font-size:13px;color:var(--text-color)}.main-layout .main-area .tab-header .header-right .user-info:hover .user-dropdown{display:block}.main-layout .main-area .tab-header .header-right .user-info .user-dropdown{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:4px;box-shadow:0 6px 16px rgba(0,0,0,.08);border:1px solid #f0f0f0;min-width:120px;padding:4px 0;z-index:1000;margin-top:8px}.main-layout .main-area .tab-header .header-right .user-info .user-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}.main-layout .main-area .breadcrumb-bar{padding:6px 32px;background:var(--breadcrumb-bg);border-bottom:1px solid var(--sidebar-border);font-size:13px}.main-layout .main-area .breadcrumb-bar .breadcrumb-parent{color:var(--primary-color)}.main-layout .main-area .breadcrumb-bar .breadcrumb-separator{color:#ccc;margin:0 8px}.main-layout .main-area .breadcrumb-bar .breadcrumb-current{color:var(--text-color);font-weight:500}.main-layout .main-area .main-content{flex:1 1;overflow:auto;background:#fff;margin:4px 12px 12px 4px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.03);padding:0;border:1px solid var(--content-border)}.main-layout .main-area .main-content::-webkit-scrollbar{width:6px}.main-layout .main-area .main-content::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.dropdown-item{padding:10px 16px;color:var(--text-color);font-size:13px;display:flex;align-items:center;transition:all .2s}.dropdown-item.active,.dropdown-item:hover{background:#e6f7ff;color:var(--primary-color)}.dropdown-item.active{font-weight:500}.dropdown-item .theme-icon{margin-right:12px;font-size:16px}.dropdown-item .check-icon{margin-left:auto}.ant-btn{border-radius:6px!important;font-weight:500;transition:all .3s cubic-bezier(.645,.045,.355,1);box-shadow:0 2px 0 rgba(0,0,0,.015)}.ant-btn:not(.ant-btn-primary):not(.ant-btn-danger){border-color:#d9d9d9;color:rgba(0,0,0,.65)}.ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):hover{color:var(--primary-color);border-color:var(--primary-color);background:#fff}.ant-btn.ant-btn-primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn.ant-btn-primary:focus,.ant-btn.ant-btn-primary:hover{background:var(--primary-hover)!important;border-color:var(--primary-hover)!important;box-shadow:0 4px 8px var(--primary-shadow);transform:translateY(-1px)}.ant-btn.ant-btn-primary:active{transform:translateY(0)}.ant-btn.ant-btn-primary:has(.anticon-search),.ant-btn.ant-btn-primary[type=submit]{min-width:88px;padding:0 20px;height:32px;font-size:14px}.ant-btn.ant-btn-primary:has(.anticon-search) .anticon,.ant-btn.ant-btn-primary[type=submit] .anticon{margin-right:6px}.ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):has(.anticon-reload){color:#595959;border-color:#d9d9d9;background:#fafafa}.ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):has(.anticon-reload):hover{color:#262626;border-color:#40a9ff;background:#fff}.ant-table-wrapper .ant-btn,.lt-panel-body .ant-btn,.lt-table-topbar .ant-btn{height:32px!important;padding:0 16px!important;font-size:14px!important;margin-right:8px!important;border-radius:4px!important;font-weight:500!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.ant-table-wrapper .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger),.lt-panel-body .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger),.lt-table-topbar .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger){background:#fff!important;border-color:#d9d9d9!important;color:#262626!important;box-shadow:0 1px 2px rgba(0,0,0,.02)!important}.ant-table-wrapper .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):hover,.lt-panel-body .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):hover,.lt-table-topbar .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):hover{color:var(--primary-color)!important;border-color:var(--primary-color)!important;background:#f6f9ff!important;box-shadow:0 2px 4px rgba(24,144,255,.08)!important}.ant-table-wrapper .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):active,.lt-panel-body .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):active,.lt-table-topbar .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger):active{background:#e6f0ff!important}.ant-table-wrapper .ant-btn.ant-btn-primary,.lt-panel-body .ant-btn.ant-btn-primary,.lt-table-topbar .ant-btn.ant-btn-primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important;box-shadow:0 2px 4px rgba(24,144,255,.15)!important}.ant-table-wrapper .ant-btn.ant-btn-primary:hover,.lt-panel-body .ant-btn.ant-btn-primary:hover,.lt-table-topbar .ant-btn.ant-btn-primary:hover{background:var(--primary-hover)!important;border-color:var(--primary-hover)!important;box-shadow:0 3px 6px rgba(24,144,255,.25)!important}.ant-table-wrapper .ant-btn.ant-btn-danger,.lt-panel-body .ant-btn.ant-btn-danger,.lt-table-topbar .ant-btn.ant-btn-danger{background:#fff!important;border-color:#ff4d4f!important;color:#ff4d4f!important;box-shadow:0 1px 2px rgba(255,77,79,.08)!important}.ant-table-wrapper .ant-btn.ant-btn-danger:hover,.lt-panel-body .ant-btn.ant-btn-danger:hover,.lt-table-topbar .ant-btn.ant-btn-danger:hover{background:#fff1f0!important;border-color:#ff7875!important;color:#ff7875!important;box-shadow:0 2px 4px rgba(255,77,79,.15)!important}.ant-select-selection--multiple{max-height:80px;overflow-y:auto!important;border-radius:6px!important;transition:all .3s;padding-right:4px}.ant-select-selection--multiple::-webkit-scrollbar{width:4px}.ant-select-selection--multiple::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.ant-select-selection--multiple .ant-select-selection__choice{background:#f5f5f5!important;border:1px solid #e8e8e8!important;border-radius:4px!important;margin-top:3px!important;margin-bottom:3px!important;height:24px!important;line-height:22px!important}.ant-select-selection--multiple .ant-select-selection__choice .ant-select-selection__choice__content{color:rgba(0,0,0,.75);font-size:12px}.ant-input,.ant-input-number,.ant-select-selection--single{border-radius:6px!important}.ant-menu-inline{border-right:none!important}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{height:40px!important;line-height:40px!important;margin:4px 12px!important;width:calc(100% - 24px)!important;border-radius:8px!important}.ant-menu-inline .ant-menu-item:hover,.ant-menu-inline .ant-menu-submenu-title:hover{background:#f5f5f5!important;color:var(--primary-color)!important}.ant-menu-inline .ant-menu-item-selected{background:#e6f7ff!important;color:var(--primary-color)!important}.ant-menu-inline .ant-menu-item-selected:after{display:none}.dark-theme{--content-border:#30363d;--primary-color:#8b949e;--primary-fade:rgba(139,148,158,0.15);--content-bg:#161b22;--border-color:#30363d;--text-color:#c9d1d9;--text-secondary:#8b949e;--tab-bg:#161b22!important;--tab-border:#30363d!important;--header-divider:#30363d!important;--header-text-color:#f0f6fc;--sidebar-header-bg:#161b22!important;background-color:var(--content-bg)!important}.dark-theme .ant-modal{padding-bottom:0!important}.dark-theme .ant-modal-content{box-shadow:0 4px 12px rgba(0,0,0,.5)!important}.dark-theme .ant-divider-horizontal:after,.dark-theme .ant-divider-horizontal:before{border-top-color:rgba(67,77,86,.5)!important}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{color:#f0f6fc!important;font-weight:600!important}.dark-theme a,.dark-theme label,.dark-theme li,.dark-theme p,.dark-theme span,.dark-theme td,.dark-theme th{color:#c9d1d9!important}.dark-theme .anticon{color:inherit!important}.dark-theme .ant-descriptions-item-label,.dark-theme .ant-form-item-label>label,.dark-theme label{color:#acbac7!important;font-weight:500!important}.dark-theme .main-area,.dark-theme .main-content,.dark-theme .main-layout,.dark-theme body,.dark-theme html{background:var(--content-bg)!important}.dark-theme .side-area{background:#0d1117!important;border-right:1px solid #30363d!important}.dark-theme .side-area .side-header{background:#0d1117!important;border-bottom:1px solid #30363d!important}.dark-theme .side-area .side-header .collapse-trigger{color:#c9d1d9!important}.dark-theme .side-area .side-header .collapse-trigger:hover{color:#58a6ff!important}.dark-theme .side-area .side-header .logo .logo-text{color:#f0f6fc!important}.dark-theme .side-area .side-header .logo img{opacity:1}.dark-theme .side-area .side-menu{background:#0d1117!important}.dark-theme .side-area .side-menu .ant-menu{background:#0d1117!important;color:#c9d1d9!important}.dark-theme .side-area .side-menu .ant-menu-item-selected{background:var(--primary-fade)!important;color:var(--primary-color)!important}.dark-theme .side-area .side-menu .ant-menu-item-selected:after{border-right:3px solid var(--primary-color)!important}.dark-theme .side-area .side-menu .ant-menu-item:hover,.dark-theme .side-area .side-menu .ant-menu-submenu-title:hover{color:var(--primary-color)!important;background:hsla(0,0%,100%,.04)!important}.dark-theme .ant-card,.dark-theme .ant-card-body,.dark-theme .ant-card-head,.dark-theme .ant-descriptions,.dark-theme .ant-descriptions-item-content,.dark-theme .ant-descriptions-item-label,.dark-theme .ant-form,.dark-theme .lt-panel,.dark-theme .lt-panel-body,.dark-theme .lt-search-form,.dark-theme .lt-toolbar,.dark-theme .main-content>div,.dark-theme .main-content>div>div,.dark-theme div[class*=panel],.dark-theme div[class*=wrapper]>div{background:var(--card-bg)!important;border-color:rgba(48,54,61,.5)!important}.dark-theme .ant-card-head-title{color:#f0f6fc!important;font-weight:600!important}.dark-theme .tip-icon{color:#58a6ff!important}.dark-theme .ant-descriptions-bordered .ant-descriptions-view{border-color:var(--border-color)!important}.dark-theme .ant-descriptions-bordered .ant-descriptions-row{border-bottom-color:var(--border-color)!important}.dark-theme .ant-descriptions-bordered .ant-descriptions-item-content,.dark-theme .ant-descriptions-bordered .ant-descriptions-item-label{border-color:var(--border-color)!important}.dark-theme .ant-col,.dark-theme .ant-row{background:transparent!important;border-color:transparent!important}.dark-theme .ant-form-item{margin-bottom:4px!important}.dark-theme .ant-form-item .ant-form-item-label{line-height:24px!important;padding-bottom:2px!important}.dark-theme .ant-form-item .ant-form-item-control{line-height:normal!important}.dark-theme .ant-form-vertical .ant-form-item{padding-bottom:4px!important}.dark-theme .ant-pagination,.dark-theme .ant-table-wrapper{color:#c9d1d9!important}.dark-theme .ant-table-wrapper{border:1px solid var(--border-color)!important;border-radius:4px!important;overflow:hidden!important;margin-bottom:16px!important;background:var(--card-bg)!important}.dark-theme .ant-table,.dark-theme .ant-table-container,.dark-theme .ant-table-content{background:transparent!important;border:none!important}.dark-theme .ant-table{color:#c9d1d9!important;width:100%!important;table-layout:auto!important}.dark-theme .ant-table .ant-table-thead>tr>th,.dark-theme .ant-table .ant-table-thead th{background:#21262d!important;border-bottom:1px solid var(--border-color)!important;border-right:none!important;border-left:none!important;color:#f0f6fc!important}.dark-theme .ant-table .ant-table-tbody>tr>td{background:var(--card-bg)!important;border-bottom:1px solid var(--border-color)!important;border-right:none!important;border-left:none!important}.dark-theme .ant-table .ant-table-tbody>tr:hover>td{background:#21262d!important}.dark-theme .ant-table .ant-table-row-selected>td{background:rgba(31,111,235,.1)!important}.dark-theme .ant-table .ant-table-placeholder{background:var(--card-bg)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important;border-bottom:none!important}.dark-theme .ant-table .ant-table-selection-column{width:48px!important;min-width:48px!important;max-width:48px!important;text-align:center!important;vertical-align:middle!important;padding:8px!important}.dark-theme .ant-table .ant-table-tbody>tr>td.ant-table-selection-column,.dark-theme .ant-table .ant-table-thead>tr>th.ant-table-selection-column{padding:8px!important}.dark-theme .ant-table .ant-table-expanded-row{background:#161b22!important}.dark-theme .ant-table .ant-table-expanded-row>td{background:#161b22!important;padding:16px!important}.dark-theme .ant-table .ant-table-expanded-row .ant-descriptions,.dark-theme .ant-table .ant-table-expanded-row .ant-descriptions-item-content,.dark-theme .ant-table .ant-table-expanded-row .ant-descriptions-item-label,.dark-theme .ant-table .ant-table-expanded-row article,.dark-theme .ant-table .ant-table-expanded-row div,.dark-theme .ant-table .ant-table-expanded-row section{background:transparent!important}.dark-theme .ant-table .ant-table-expanded-row .ant-table{background:#1c2128!important;border:1px solid var(--border-color)!important}.dark-theme .ant-table .ant-table-expanded-row .ant-table .ant-table-thead>tr>th{background:#21262d!important}.dark-theme .ant-table .ant-table-expanded-row .ant-table .ant-table-tbody>tr>td{background:#1c2128!important}.dark-theme .ant-table .ant-table-row-expand-icon,.dark-theme .ant-table .custom-expand-icon{background:#21262d!important;border:1px solid #484f58!important;color:#f0f6fc!important;cursor:pointer!important;pointer-events:auto!important;border-radius:3px!important;font-size:14px!important;font-weight:700!important;box-shadow:0 1px 0 rgba(0,0,0,.1)!important;transition:all .2s!important}.dark-theme .ant-table .ant-table-row-expand-icon:hover,.dark-theme .ant-table .custom-expand-icon:hover{border-color:#58a6ff!important;color:#58a6ff!important;background:#30363d!important}.dark-theme .ant-table .ant-table-row-expand-icon.ant-table-row-expand-icon-expanded,.dark-theme .ant-table .ant-table-row-expand-icon.expanded,.dark-theme .ant-table .custom-expand-icon.ant-table-row-expand-icon-expanded,.dark-theme .ant-table .custom-expand-icon.expanded{background:#30363d!important;border-color:#58a6ff!important}.dark-theme .ant-table .ant-table-row-expand-icon-collapsed,.dark-theme .ant-table .ant-table-row-expand-icon-expanded{background:#21262d!important;border:1px solid var(--border-color)!important;color:#c9d1d9!important}.dark-theme .ant-table .ant-table-expand-icon-th,.dark-theme .ant-table .ant-table-row-expand-icon-cell{width:48px!important;min-width:48px!important;text-align:center!important;padding:8px!important;border-right:1px solid var(--border-color)!important;background:transparent!important}.dark-theme .ant-pagination-item,.dark-theme .ant-pagination-jump-next,.dark-theme .ant-pagination-jump-prev,.dark-theme .ant-pagination-next,.dark-theme .ant-pagination-prev{background:#21262d!important;border-color:var(--border-color)!important;border-radius:4px}.dark-theme .ant-pagination-item a,.dark-theme .ant-pagination-jump-next a,.dark-theme .ant-pagination-jump-prev a,.dark-theme .ant-pagination-next a,.dark-theme .ant-pagination-prev a{color:#c9d1d9!important}.dark-theme .ant-pagination-item:hover,.dark-theme .ant-pagination-jump-next:hover,.dark-theme .ant-pagination-jump-prev:hover,.dark-theme .ant-pagination-next:hover,.dark-theme .ant-pagination-prev:hover{border-color:var(--primary-color)!important}.dark-theme .ant-pagination-item:hover a,.dark-theme .ant-pagination-jump-next:hover a,.dark-theme .ant-pagination-jump-prev:hover a,.dark-theme .ant-pagination-next:hover a,.dark-theme .ant-pagination-prev:hover a{color:var(--primary-color)!important}.dark-theme .ant-pagination-item-active{background:#1f6feb!important;border-color:#1f6feb!important}.dark-theme .ant-pagination-item-active:hover a,.dark-theme .ant-pagination-item-active a{color:#fff!important}.dark-theme .ant-pagination-disabled .ant-pagination-item-link,.dark-theme .ant-pagination-disabled .ant-pagination-next,.dark-theme .ant-pagination-disabled .ant-pagination-prev,.dark-theme .ant-pagination-disabled a{background:#161b22!important;color:#484f58!important;border-color:var(--border-color)!important}.dark-theme .ant-calendar-picker-input,.dark-theme .ant-input,.dark-theme .ant-input-affix-wrapper,.dark-theme .ant-input-number,.dark-theme .ant-input-number-input,.dark-theme .ant-picker,.dark-theme .ant-select-selection,.dark-theme textarea{background:#21262d!important;border:1px solid var(--border-color)!important;color:#f0f6fc!important}.dark-theme .ant-calendar-picker-input .ant-input,.dark-theme .ant-input-affix-wrapper .ant-input,.dark-theme .ant-input-number-input .ant-input,.dark-theme .ant-input-number .ant-input,.dark-theme .ant-input .ant-input,.dark-theme .ant-picker .ant-input,.dark-theme .ant-select-selection .ant-input,.dark-theme textarea .ant-input{background:transparent!important;border:none!important}.dark-theme .ant-calendar-picker-input::placeholder,.dark-theme .ant-input-affix-wrapper::placeholder,.dark-theme .ant-input-number-input::placeholder,.dark-theme .ant-input-number::placeholder,.dark-theme .ant-input::placeholder,.dark-theme .ant-picker::placeholder,.dark-theme .ant-select-selection::placeholder,.dark-theme textarea::placeholder{color:#484f58!important}.dark-theme .ant-calendar-picker-input-focused,.dark-theme .ant-calendar-picker-input:focus,.dark-theme .ant-calendar-picker-input:hover,.dark-theme .ant-input-affix-wrapper-focused,.dark-theme .ant-input-affix-wrapper:focus,.dark-theme .ant-input-affix-wrapper:hover,.dark-theme .ant-input-focused,.dark-theme .ant-input-number-focused,.dark-theme .ant-input-number-input-focused,.dark-theme .ant-input-number-input:focus,.dark-theme .ant-input-number-input:hover,.dark-theme .ant-input-number:focus,.dark-theme .ant-input-number:hover,.dark-theme .ant-input:focus,.dark-theme .ant-input:hover,.dark-theme .ant-picker-focused,.dark-theme .ant-picker:focus,.dark-theme .ant-picker:hover,.dark-theme .ant-select-selection-focused,.dark-theme .ant-select-selection:focus,.dark-theme .ant-select-selection:hover,.dark-theme textarea-focused,.dark-theme textarea:focus,.dark-theme textarea:hover{background:#30363d!important;border-color:rgba(88,166,255,.5)!important}.dark-theme .ant-input-number-handler-wrap,.dark-theme .ant-select-search__field__wrap,.dark-theme .ant-select-selection__rendered{background:transparent!important;border-color:var(--border-color)!important}.dark-theme .ant-select-search__field{background:transparent!important;color:#f0f6fc!important}.dark-theme .ant-calendar{background:#1c2128!important;border-color:var(--border-color)!important;color:#c9d1d9!important}.dark-theme .ant-calendar .ant-calendar-input-wrap{background:#1c2128!important;border-bottom:1px solid var(--border-color)!important}.dark-theme .ant-calendar .ant-calendar-input{background:#0d1117!important;color:#f0f6fc!important;border:1px solid var(--border-color)!important}.dark-theme .ant-calendar .ant-calendar-header{background:#1c2128!important;border-bottom:1px solid var(--border-color)!important}.dark-theme .ant-calendar .ant-calendar-header .ant-calendar-next-month-btn,.dark-theme .ant-calendar .ant-calendar-header .ant-calendar-next-year-btn,.dark-theme .ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn,.dark-theme .ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn{color:#8b949e!important}.dark-theme .ant-calendar .ant-calendar-date{color:#c9d1d9!important}.dark-theme .ant-calendar .ant-calendar-date:hover{background:#30363d!important}.dark-theme .ant-calendar .ant-calendar-in-range-cell:before{background:rgba(31,111,235,.2)!important}.dark-theme .ant-calendar .ant-calendar-in-range-cell .ant-calendar-date{background:transparent!important;color:#58a6ff!important}.dark-theme .ant-calendar .ant-calendar-selected-day .ant-calendar-date,.dark-theme .ant-calendar .ant-calendar-selected-end-date .ant-calendar-date,.dark-theme .ant-calendar .ant-calendar-selected-start-date .ant-calendar-date{background:#1f6feb!important;color:#fff!important}.dark-theme .ant-calendar .ant-calendar-today .ant-calendar-date{border-color:var(--primary-color)!important;font-weight:700}.dark-theme .ant-calendar .ant-calendar-footer{background:#1c2128!important;border-top:1px solid var(--border-color)!important}.dark-theme .ant-modal-content{background:var(--card-bg)!important;border:1px solid var(--border-color)!important}.dark-theme .ant-modal-header{border-bottom:1px solid var(--border-color)!important;color:#f0f6fc!important}.dark-theme .ant-modal-body,.dark-theme .ant-modal-header{background:var(--card-bg)!important}.dark-theme .ant-modal-body .ant-col,.dark-theme .ant-modal-body .ant-form,.dark-theme .ant-modal-body .ant-form-item,.dark-theme .ant-modal-body .ant-row,.dark-theme .ant-modal-body .group-body,.dark-theme .ant-modal-body .group-content,.dark-theme .ant-modal-body .group-header,.dark-theme .ant-modal-body .lt-form-group,.dark-theme .ant-modal-body .lt-panel,.dark-theme .ant-modal-body .lt-panel-body,.dark-theme .ant-modal-body [class*=content],.dark-theme .ant-modal-body [class*=form-group],.dark-theme .ant-modal-body [class*=header],.dark-theme .ant-modal-body [class*=panel],.dark-theme .ant-modal-body [class*=section],.dark-theme .ant-modal-body [class*=wrapper],.dark-theme .ant-modal-body article,.dark-theme .ant-modal-body aside,.dark-theme .ant-modal-body div,.dark-theme .ant-modal-body footer,.dark-theme .ant-modal-body header,.dark-theme .ant-modal-body section{background:transparent!important;background-color:initial!important}.dark-theme .ant-modal-body .group-header,.dark-theme .ant-modal-body .panel-header,.dark-theme .ant-modal-body .section-header,.dark-theme .ant-modal-body [class*=group-header],.dark-theme .ant-modal-body [class*=panel-header],.dark-theme .ant-modal-body [class*=section-header]{background:#21262d!important;border-bottom:1px solid var(--border-color)!important;color:#f0f6fc!important}.dark-theme .ant-modal-body .ant-calendar-picker-input,.dark-theme .ant-modal-body .ant-input,.dark-theme .ant-modal-body .ant-input-number,.dark-theme .ant-modal-body .ant-input-number-input,.dark-theme .ant-modal-body .ant-picker,.dark-theme .ant-modal-body .ant-select-selection,.dark-theme .ant-modal-body .ant-select-selection--multiple,.dark-theme .ant-modal-body .ant-select-selection--single,.dark-theme .ant-modal-body input,.dark-theme .ant-modal-body select,.dark-theme .ant-modal-body textarea{background:#21262d!important;border:1px solid var(--border-color)!important;color:#f0f6fc!important}.dark-theme .ant-modal-body .ant-table{background:var(--card-bg)!important}.dark-theme .ant-modal-body .ant-table .ant-table-thead>tr>th{background:#21262d!important}.dark-theme .ant-modal-body .ant-table .ant-table-tbody>tr>td{background:var(--card-bg)!important}.dark-theme .ant-modal-body .ant-divider,.dark-theme .ant-modal-body .ant-divider-horizontal{background:transparent!important;border-top-color:#30363d!important}.dark-theme .ant-modal-body .ant-divider-horizontal:after,.dark-theme .ant-modal-body .ant-divider-horizontal:before,.dark-theme .ant-modal-body .ant-divider:after,.dark-theme .ant-modal-body .ant-divider:before{border-top-color:#30363d!important}.dark-theme .ant-modal-body [style*="background-color: rgb(255, 255, 255)"],.dark-theme .ant-modal-body [style*="background: #ffffff"],.dark-theme .ant-modal-body [style*="background: rgb(255, 255, 255)"],.dark-theme .ant-modal-body [style*="background: white"]{background:transparent!important}.dark-theme .ant-select-selection__choice{background:#21262d!important;border:1px solid #30363d!important}.dark-theme .ant-select-selection__choice .ant-select-selection__choice__content{color:#c9d1d9!important}.dark-theme .ant-alert-info,.dark-theme [style*="background-color: #fff"],.dark-theme [style*="background-color: #FFF"],.dark-theme [style*="background-color: rgb(255, 255, 255)"],.dark-theme [style*="background-color: white"],.dark-theme [style*="background: #fff"],.dark-theme [style*="background: #FFF"],.dark-theme [style*="background: rgb(255, 255, 255)"],.dark-theme [style*="background: white"]{background:var(--card-bg)!important;background-color:var(--card-bg)!important;border-color:var(--border-color)!important}.dark-theme .ant-upload-list-item-info span{color:#c9d1d9!important}.dark-theme .ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#21262d!important}.dark-theme .ant-upload-list-item-card-actions .anticon{color:#8b949e!important}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6,.dark-theme label,.dark-theme p,.dark-theme span{color:#c9d1d9!important}.dark-theme .ant-modal-footer{background:var(--card-bg)!important;border-top:1px solid var(--border-color)!important}.dark-theme .ant-modal-title{color:#f0f6fc!important;font-weight:600!important}.dark-theme .ant-btn,.dark-theme .ant-btn-dashed,.dark-theme .ant-btn-default,.dark-theme .ant-btn-ghost{background:#21262d!important;border:1px solid #30363d!important;color:#c9d1d9!important;font-weight:500!important;transition:all .3s cubic-bezier(.645,.045,.355,1)!important}.dark-theme .ant-btn-dashed:focus,.dark-theme .ant-btn-dashed:hover,.dark-theme .ant-btn-default:focus,.dark-theme .ant-btn-default:hover,.dark-theme .ant-btn-ghost:focus,.dark-theme .ant-btn-ghost:hover,.dark-theme .ant-btn:focus,.dark-theme .ant-btn:hover{background:#30363d!important;border-color:#484f58!important;color:#f0f6fc!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important}.dark-theme .ant-btn-dashed:active,.dark-theme .ant-btn-default:active,.dark-theme .ant-btn-ghost:active,.dark-theme .ant-btn:active{background:#0d1117!important;transform:translateY(1px)!important}.dark-theme .ant-btn-primary{background:rgba(31,111,235,.1)!important;border:1px solid #1f6feb!important;color:#58a6ff!important;text-shadow:none!important;transition:all .3s cubic-bezier(.645,.045,.355,1)}.dark-theme .ant-btn-primary:focus,.dark-theme .ant-btn-primary:hover{background:rgba(31,111,235,.25)!important;border-color:#388bfd!important;color:#fff!important;box-shadow:0 0 15px rgba(31,111,235,.3)!important}.dark-theme .ant-btn-primary:active{background:rgba(31,111,235,.4)!important}.dark-theme .ant-btn-primary .anticon,.dark-theme .ant-btn-primary i{color:inherit!important}.dark-theme .ant-btn-primary.blue-btn{background:#1f6feb!important;border-color:rgba(240,246,252,.1)!important;color:#fff!important}.dark-theme .ant-btn-primary.blue-btn:hover{background:#388bfd!important;box-shadow:0 4px 12px rgba(31,111,235,.3)!important}.dark-theme .ant-btn-danger{background:#21262d!important;border-color:#f85149!important;color:#ff7b72!important}.dark-theme .ant-btn-danger:hover{background:#da3633!important;border-color:#f85149!important;color:#fff!important;box-shadow:0 4px 12px rgba(248,81,73,.3)!important}.dark-theme .ant-tag{border-color:#30363d!important}.dark-theme .ant-cascader-menus,.dark-theme .ant-dropdown-menu,.dark-theme .ant-select-dropdown{background:#161b22!important;border:1px solid #30363d!important;box-shadow:0 8px 24px rgba(0,0,0,.4)!important}.dark-theme .ant-cascader-menu-item,.dark-theme .ant-dropdown-menu-item,.dark-theme .ant-select-dropdown-menu-item{color:#c9d1d9!important;background:transparent!important}.dark-theme .ant-cascader-menu-item-active,.dark-theme .ant-cascader-menu-item:hover,.dark-theme .ant-dropdown-menu-item-active,.dark-theme .ant-dropdown-menu-item:hover,.dark-theme .ant-select-dropdown-menu-item-active,.dark-theme .ant-select-dropdown-menu-item:hover{background:#21262d!important;color:#f0f6fc!important}.dark-theme .ant-select-dropdown-menu-item-selected{background:#21262d!important;font-weight:500!important}.dark-theme .ant-checkbox-inner{background:#21262d!important;border-color:#30363d!important}.dark-theme .ant-checkbox-checked .ant-checkbox-inner{background:#388bfd!important;border-color:#388bfd!important}.dark-theme .ant-select-selection,.dark-theme .ant-select-selection--multiple,.dark-theme .ant-select-selection--single{background:#21262d!important;border-color:#30363d!important;color:#c9d1d9!important}.dark-theme .ant-select-selection__choice{background:#30363d!important;border-color:#484f58!important;color:#c9d1d9!important}.dark-theme .dropdown-menu,.dark-theme .theme-dropdown,.dark-theme .user-dropdown{background:#161b22!important;border:1px solid #30363d!important;box-shadow:0 8px 24px rgba(0,0,0,.6)!important;border-radius:6px!important}.dark-theme .dropdown-menu .dropdown-item,.dark-theme .theme-dropdown .dropdown-item,.dark-theme .user-dropdown .dropdown-item{background:transparent!important;color:#c9d1d9!important;padding:8px 16px!important}.dark-theme .dropdown-menu .dropdown-item:hover,.dark-theme .theme-dropdown .dropdown-item:hover,.dark-theme .user-dropdown .dropdown-item:hover{background:#21262d!important;color:#f0f6fc!important}.dark-theme .theme-selector .theme-dropdown,.dark-theme .user-info .user-dropdown{background:#161b22!important;border:1px solid #30363d!important}.dark-theme .theme-selector .theme-dropdown>.dropdown-item,.dark-theme .theme-selector .theme-dropdown>div,.dark-theme .user-info .user-dropdown>.dropdown-item,.dark-theme .user-info .user-dropdown>div{background:transparent!important;color:#c9d1d9!important}.dark-theme .theme-selector .theme-dropdown>.dropdown-item:hover,.dark-theme .theme-selector .theme-dropdown>div:hover,.dark-theme .user-info .user-dropdown>.dropdown-item:hover,.dark-theme .user-info .user-dropdown>div:hover{background:#30363d!important;color:#fff!important}.dark-theme [style*="background-color: rgb(255, 255, 255)"],.dark-theme [style*="background-color: white"],.dark-theme [style*="background: #fff"],.dark-theme [style*="background: white"]{background:#21262d!important;background-color:#21262d!important}.dark-theme .status-filter-item,.dark-theme div[style*="border-radius: 4px"]{background:hsla(0,0%,100%,.03)!important;border:1px solid #30363d!important;color:#8b949e!important;transition:all .3s cubic-bezier(.645,.045,.355,1)!important;-webkit-user-select:none;user-select:none}.dark-theme .status-filter-item:hover,.dark-theme div[style*="border-radius: 4px"]:hover{background:hsla(0,0%,100%,.08)!important;border-color:#484f58!important;color:#c9d1d9!important}.dark-theme .status-filter-item.active,.dark-theme .status-filter-item[style*="#91d5ff"],.dark-theme .status-filter-item[style*="#096dd9"],.dark-theme .status-filter-item[style*="#389e0d"],.dark-theme .status-filter-item[style*="#b7eb8f"],.dark-theme .status-filter-item[style*="#cf1322"],.dark-theme .status-filter-item[style*="#d9d9d9"],.dark-theme .status-filter-item[style*="#e6f7ff"],.dark-theme .status-filter-item[style*="#f5f5f5"],.dark-theme .status-filter-item[style*="#f6ffed"],.dark-theme .status-filter-item[style*="#ffa39e"],.dark-theme .status-filter-item[style*="#fff1f0"],.dark-theme div[style*="border-radius: 4px"].active,.dark-theme div[style*="border-radius: 4px"][style*="#91d5ff"],.dark-theme div[style*="border-radius: 4px"][style*="#096dd9"],.dark-theme div[style*="border-radius: 4px"][style*="#389e0d"],.dark-theme div[style*="border-radius: 4px"][style*="#b7eb8f"],.dark-theme div[style*="border-radius: 4px"][style*="#cf1322"],.dark-theme div[style*="border-radius: 4px"][style*="#d9d9d9"],.dark-theme div[style*="border-radius: 4px"][style*="#e6f7ff"],.dark-theme div[style*="border-radius: 4px"][style*="#f5f5f5"],.dark-theme div[style*="border-radius: 4px"][style*="#f6ffed"],.dark-theme div[style*="border-radius: 4px"][style*="#ffa39e"],.dark-theme div[style*="border-radius: 4px"][style*="#fff1f0"]{background:rgba(31,111,235,.15)!important;border:1px solid #1f6feb!important;color:#58a6ff!important;font-weight:600!important;box-shadow:0 0 15px rgba(31,111,235,.3)!important}.dark-theme .status-filter-item.active[style*=red],.dark-theme .status-filter-item[style*="#cf1322"],.dark-theme .status-filter-item[style*="#ffa39e"],.dark-theme .status-filter-item[style*="#fff1f0"],.dark-theme div[style*="border-radius: 4px"].active[style*=red],.dark-theme div[style*="border-radius: 4px"][style*="#cf1322"],.dark-theme div[style*="border-radius: 4px"][style*="#ffa39e"],.dark-theme div[style*="border-radius: 4px"][style*="#fff1f0"]{border-color:#f85149!important;color:#ff7b72!important;box-shadow:0 0 15px rgba(248,81,73,.25)!important}.dark-theme .status-filter-item.active[style*=green],.dark-theme .status-filter-item[style*="#389e0d"],.dark-theme .status-filter-item[style*="#b7eb8f"],.dark-theme .status-filter-item[style*="#f6ffed"],.dark-theme div[style*="border-radius: 4px"].active[style*=green],.dark-theme div[style*="border-radius: 4px"][style*="#389e0d"],.dark-theme div[style*="border-radius: 4px"][style*="#b7eb8f"],.dark-theme div[style*="border-radius: 4px"][style*="#f6ffed"]{border-color:#3fb950!important;color:#3fb950!important;box-shadow:0 0 15px rgba(63,185,80,.25)!important}.dark-theme .ant-tabs .ant-tabs-bar{border-bottom-color:var(--border-color)!important}.dark-theme .ant-tabs .ant-tabs-tab{color:var(--text-secondary)!important}.dark-theme .ant-tabs .ant-tabs-tab-active,.dark-theme .ant-tabs .ant-tabs-tab:hover{color:#58a6ff!important}.dark-theme .ant-tabs .ant-tabs-ink-bar{background-color:#58a6ff!important}.dark-theme .ant-tabs.ant-tabs-card .ant-tabs-bar,.dark-theme .ant-tabs.ant-tabs-editable-card .ant-tabs-bar{border-bottom-color:var(--border-color)!important}.dark-theme .ant-tabs.ant-tabs-card .ant-tabs-tab,.dark-theme .ant-tabs.ant-tabs-editable-card .ant-tabs-tab{background:#21262d!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}.dark-theme .ant-tabs.ant-tabs-card .ant-tabs-tab.ant-tabs-tab-active,.dark-theme .ant-tabs.ant-tabs-editable-card .ant-tabs-tab.ant-tabs-tab-active{background:var(--card-bg)!important;color:#58a6ff!important;border-top-color:#58a6ff!important}.dark-theme .ant-tabs .status-filter-tag{cursor:pointer;padding:4px 12px;border-radius:16px;background:#21262d;border:1px solid #30363d;color:#8b949e;transition:all .2s ease;display:inline-block;margin-right:8px;font-size:13px}.dark-theme .ant-tabs .status-filter-tag:hover{color:#58a6ff;border-color:#58a6ff;background:rgba(88,166,255,.1)}.dark-theme .ant-tabs .status-filter-tag.active{background:#1f6feb;color:#fff;border-color:#1f6feb;box-shadow:0 2px 8px rgba(31,111,235,.4)}.dark-theme .ant-tabs .recharts-default-tooltip{background-color:#1c2128!important;border:1px solid #30363d!important;box-shadow:0 8px 24px rgba(0,0,0,.5)!important;border-radius:6px!important;padding:10px 12px!important}.dark-theme .ant-tabs .recharts-tooltip-label{color:#f0f6fc!important;font-weight:600!important;margin-bottom:4px!important;border-bottom:1px solid #30363d!important;padding-bottom:4px!important}.dark-theme .ant-tabs .recharts-tooltip-item{color:#c9d1d9!important;padding:2px 0!important}.dark-theme .ant-tabs .recharts-cartesian-grid-horizontal line,.dark-theme .ant-tabs .recharts-cartesian-grid-vertical line{stroke:rgba(48,54,61,.6)!important}.dark-theme .ant-tabs .recharts-legend-item-text{color:#8b949e!important}.dark-theme .ant-tabs .recharts-bar-cursor,.dark-theme .ant-tabs .recharts-cursor,.dark-theme .ant-tabs .recharts-rectangle-cursor{fill:hsla(0,0%,100%,.05)!important;stroke:none!important}.dark-theme .ant-tabs .recharts-active-dot{stroke:var(--content-bg)!important}.dark-theme .ant-tabs .glass-panel{background:rgba(22,27,34,.7)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(240,246,252,.1)!important;box-shadow:0 8px 32px rgba(0,0,0,.3)!important}.dark-theme .ant-tabs .stat-card{background:linear-gradient(135deg,#1c2128,#0d1117)!important}.dark-theme .ant-tabs .stat-card:hover{border-color:#1f6feb!important;box-shadow:0 12px 24px rgba(0,0,0,.4)!important}.dark-theme .ant-tabs .stat-card .label{color:#8b949e!important}.dark-theme .ant-tabs .stat-card .value{color:#f0f6fc!important}.dark-theme .ant-tabs .ant-tabs-bottom-content,.dark-theme .ant-tabs .ant-tabs-content-holder,.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-tab,.dark-theme .ant-tabs .ant-tabs-top-content{background:transparent!important}.dark-theme .ant-tabs .ant-dropdown-menu,.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup,.dark-theme .ant-tabs .ant-menu-submenu-popup,.dark-theme .ant-tabs .ant-select-dropdown{background:#1f2428!important;border-radius:6px!important;border:1px solid #30363d!important;box-shadow:0 8px 24px rgba(0,0,0,.5)!important}.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu .ant-menu-item,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu .ant-menu-item,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu .ant-menu-item,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu .ant-menu-item{margin:4px!important;width:auto!important;border-radius:4px!important;color:#c9d1d9!important;background:transparent!important}.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-active,.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu .ant-menu-item:hover,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu .ant-menu-item.ant-menu-item-active,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu .ant-menu-item:hover,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-active,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu .ant-menu-item:hover,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu .ant-menu-item.ant-menu-item-active,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu .ant-menu-item:hover{background:var(--primary-color)!important;color:#fff!important}.dark-theme .ant-tabs .ant-dropdown-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-dropdown-menu .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-menu-submenu-popup .ant-menu .ant-menu-item.ant-menu-item-selected,.dark-theme .ant-tabs .ant-select-dropdown .ant-menu .ant-menu-item.ant-menu-item-selected{background:rgba(88,166,255,.15)!important;color:#58a6ff!important}.dark-theme .ant-tabs::-webkit-scrollbar{width:4px}.dark-theme .ant-tabs::-webkit-scrollbar-thumb{background:rgba(48,54,61,.8);border-radius:2px}.dark-theme .ant-dropdown-menu,.dark-theme .ant-select-dropdown-menu{background-color:initial!important}.dark-theme .ant-dropdown-menu-item,.dark-theme .ant-select-dropdown-menu-item{background-color:initial!important;color:#c9d1d9!important;position:relative!important;transition:all .2s!important;padding:5px 12px!important}.dark-theme .ant-dropdown-menu-item .ant-select-selected-icon,.dark-theme .ant-dropdown-menu-item:after,.dark-theme .ant-select-dropdown-menu-item .ant-select-selected-icon,.dark-theme .ant-select-dropdown-menu-item:after{display:none!important;opacity:0!important}.dark-theme .ant-dropdown-menu-item-active,.dark-theme .ant-dropdown-menu-item:hover,.dark-theme .ant-select-dropdown-menu-item-active,.dark-theme .ant-select-dropdown-menu-item:hover{background-color:#30363d!important;color:#fff!important}.dark-theme .ant-select-dropdown-menu-item-selected{background-color:rgba(31,111,235,.15)!important;color:#58a6ff!important;font-weight:600!important}.dark-theme .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.dark-theme .ant-select-dropdown-menu-item-selected:after{display:inline-block!important;opacity:1!important;color:#58a6ff!important;position:absolute!important;right:12px!important;font-family:anticon!important;content:"\e632"!important}.dark-theme .ant-select-dropdown-menu-item-selected-active,.dark-theme .ant-select-dropdown-menu-item-selected:hover{background-color:rgba(31,111,235,.25)!important;color:#58a6ff!important}.dark-theme .ant-switch-checked{background-color:#316dca!important}.dark-theme .ant-radio-button-wrapper{background:#21262d!important;border:1px solid #30363d!important;color:#c9d1d9!important;transition:all .2s ease!important}.dark-theme .ant-radio-button-wrapper:first-child{border-left:1px solid #30363d!important}.dark-theme .ant-radio-button-wrapper:hover{color:#58a6ff!important;background:#30363d!important}.dark-theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#1f6feb!important;color:#fff!important;border-color:#1f6feb!important;box-shadow:-1px 0 0 0 #1f6feb!important;z-index:1}.dark-theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:initial!important}.dark-theme .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background:#388bfd!important;color:#fff!important}.dark-theme .ant-checkbox-inner{background:#1c2128!important;border:1px solid #484f58!important}.dark-theme .ant-checkbox-checked .ant-checkbox-inner{background:#1f6feb!important;border-color:#1f6feb!important}.dark-theme .ant-radio-inner{background:#1c2128!important;border:1px solid #484f58!important}.dark-theme .ant-radio-checked .ant-radio-inner{border-color:#1f6feb!important}.dark-theme .ant-radio-checked .ant-radio-inner:after{background-color:#1f6feb!important}.dark-theme .ant-select-selection--multiple{background-color:#21262d!important;border-color:var(--border-color)!important;min-height:32px!important;height:auto!important;padding-bottom:2px!important;display:block!important;cursor:text}.dark-theme .ant-select-selection--multiple .ant-select-selection__rendered{margin-left:4px!important;margin-bottom:-2px!important;height:auto!important;margin-right:24px!important;display:block!important;line-height:normal!important}.dark-theme .ant-select-selection--multiple .ant-select-selection__rendered ul>li{margin-top:2px!important;margin-bottom:2px!important}.dark-theme .ant-select-selection--multiple .ant-select-search{float:left!important;width:auto!important;min-width:10px!important;margin-top:2px!important}.dark-theme .ant-select-selection--multiple .ant-select-search .ant-select-search__field__wrap{margin-top:0!important}.dark-theme .ant-select-selection--multiple .ant-select-search .ant-select-search__field{margin-top:0!important;height:24px!important;line-height:24px!important}.dark-theme .ant-select-selection__choice{background-color:rgba(56,139,253,.15)!important;border:1px solid rgba(56,139,253,.3)!important;color:#58a6ff!important;margin-right:4px!important;height:24px!important;line-height:22px!important;padding:0 20px 0 8px!important;border-radius:4px!important;float:left!important;display:block!important;max-width:95%}.dark-theme .ant-select-selection__choice .ant-select-selection__choice__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block}.dark-theme .ant-select-selection__choice .ant-select-selection__choice__remove{position:absolute!important;right:3px!important;top:50%!important;transform:translateY(-50%)!important;color:#8b949e!important;font-size:12px!important;line-height:1!important;cursor:pointer}.dark-theme .ant-select-selection__choice .ant-select-selection__choice__remove:hover{color:#f85149!important}.dark-theme .ant-tag{background:#21262d!important;border-color:var(--border-color)!important;color:#c9d1d9!important}.dark-theme .ant-tag-blue{background:rgba(56,139,253,.1)!important;border-color:rgba(56,139,253,.2)!important;color:#58a6ff!important}.dark-theme .ant-tag-green{background:rgba(63,185,80,.1)!important;border-color:rgba(63,185,80,.2)!important;color:#3fb950!important}.dark-theme .ant-tag-red{background:rgba(248,81,73,.1)!important;border-color:rgba(248,81,73,.2)!important;color:#f85149!important}.dark-theme .ant-alert{background-color:#161b2b!important;border-color:#1f6feb!important;color:#c9d1d9!important}.dark-theme .ant-alert-info{background-color:rgba(56,139,253,.1)!important;border-color:rgba(56,139,253,.2)!important}.dark-theme .ant-message-notice-content{background:#1c2128!important;border:1px solid var(--border-color)!important;box-shadow:0 8px 24px rgba(0,0,0,.5)!important;color:#c9d1d9!important}.dark-theme .ant-tooltip-inner{border:1px solid var(--border-color)!important;color:#c9d1d9!important;box-shadow:0 4px 12px rgba(0,0,0,.5)!important}.dark-theme .ant-popover-inner,.dark-theme .ant-popover-inner-content,.dark-theme .ant-popover-title,.dark-theme .ant-tooltip-inner{background-color:#1c2128!important}.dark-theme .ant-popover-title{color:#fff!important;border-bottom-color:var(--border-color)!important}.dark-theme .ant-popover-arrow{border-top-color:#1c2128!important;border-left-color:#1c2128!important}.dark-theme div[style*=background-color][style*="255, 255, 255"],.dark-theme div[style*=background-color][style*="#fff"],.dark-theme div[style*=background-color][style*="#FFF"],.dark-theme div[style*=background-color][style*=white],.dark-theme div[style*=background][style*="255, 255, 255"],.dark-theme div[style*=background][style*="#fff"],.dark-theme div[style*=background][style*="#FFF"],.dark-theme div[style*=background][style*=white]{background-color:var(--card-bg)!important;color:var(--text-color)!important}.dark-theme .theme-dropdown,.dark-theme .user-dropdown{background:#1c2128!important;border-color:#30363d!important;box-shadow:0 8px 24px rgba(0,0,0,.4)!important}.dark-theme .theme-dropdown .dropdown-item,.dark-theme .user-dropdown .dropdown-item{color:#c9d1d1!important}.dark-theme .theme-dropdown .dropdown-item.active,.dark-theme .theme-dropdown .dropdown-item:hover,.dark-theme .user-dropdown .dropdown-item.active,.dark-theme .user-dropdown .dropdown-item:hover{background:#30363d!important;color:#58a6ff!important}.dark-theme .theme-dropdown .dropdown-item .theme-icon,.dark-theme .user-dropdown .dropdown-item .theme-icon{color:#8b949e!important}.dark-theme .theme-selector:hover,.dark-theme .user-info:hover{background:hsla(0,0%,100%,.05)!important}.dark-theme ::-webkit-scrollbar{width:6px;height:6px}.dark-theme ::-webkit-scrollbar-track{background:transparent!important}.dark-theme ::-webkit-scrollbar-thumb{background:rgba(139,148,158,.2)!important;border-radius:3px}.dark-theme ::-webkit-scrollbar-thumb:hover{background:rgba(139,148,158,.4)!important}.dark-theme .ant-table-body::-webkit-scrollbar-thumb,.dark-theme .ant-table-fixed-body::-webkit-scrollbar-thumb,.dark-theme .ant-table-fixed-header::-webkit-scrollbar-thumb,.dark-theme .ant-table-header::-webkit-scrollbar-thumb{background:rgba(139,148,158,.2)!important}.dark-theme .ant-table-body::-webkit-scrollbar-thumb:hover,.dark-theme .ant-table-fixed-body::-webkit-scrollbar-thumb:hover,.dark-theme .ant-table-fixed-header::-webkit-scrollbar-thumb:hover,.dark-theme .ant-table-header::-webkit-scrollbar-thumb:hover{background:rgba(139,148,158,.4)!important}.dark-theme .ant-popover-inner,.dark-theme .ant-popover-inner-content{background-color:var(--card-bg)!important;color:#c9d1d9!important}.dark-theme .ant-popover-message{color:#c9d1d9!important}.dark-theme .ant-popover-message-title{color:#f0f6fc!important;padding-left:22px!important}.dark-theme .ant-popover-arrow{border-bottom-color:var(--card-bg)!important;border-right-color:var(--card-bg)!important;border-color:var(--card-bg)!important;background-color:var(--card-bg)!important}.dark-theme .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{border-right-color:transparent!important;border-bottom-color:transparent!important}.dark-theme .warehouse-expanded-row{background-color:#161b22!important;color:#c9d1d9!important}.login-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#0d1117;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(circle at center,rgba(88,166,255,.1) 0,transparent 70%);animation:rotateBg 20s linear infinite}.login-container:after{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 80%);mask-image:radial-gradient(circle at center,#000,transparent 80%)}.login-container .login-box{position:relative;z-index:10;width:400px;padding:40px 40px 32px;background:rgba(22,27,34,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(88,166,255,.25);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.7);animation:slideUp .8s cubic-bezier(.16,1,.3,1)}.login-container .login-box .login-logo{text-align:center;margin-bottom:24px}.login-container .login-box .login-logo img{height:60px;filter:drop-shadow(0 0 10px rgba(88,166,255,.5));margin-bottom:12px}.login-container .login-box .login-logo h1{color:#f0f6fc;font-size:24px;font-weight:600;margin:0;letter-spacing:2px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.login-container .login-box .ant-form .ant-form-item{margin-bottom:24px!important}.login-container .login-box .ant-form .ant-form-item:last-child{margin-bottom:0!important}.login-container .login-box .ant-form .ant-input-affix-wrapper{background:rgba(13,17,23,.7)!important;border:1px solid rgba(88,166,255,.2)!important;border-radius:6px;height:45px;transition:all .25s cubic-bezier(.4,0,.2,1);padding:0!important;overflow:visible!important}.login-container .login-box .ant-form .ant-input-affix-wrapper:hover{border-color:rgba(88,166,255,.5)!important}.login-container .login-box .ant-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#58a6ff!important;box-shadow:0 0 12px rgba(88,166,255,.3)!important}.login-container .login-box .ant-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused:after{content:"";position:absolute;inset:-1px;border-radius:6px;pointer-events:none;box-shadow:inset 0 0 4px rgba(88,166,255,.2)}.login-container .login-box .ant-form .ant-input-affix-wrapper .ant-input-prefix{left:14px!important;z-index:2}.login-container .login-box .ant-form .ant-input-affix-wrapper .ant-input-prefix .anticon{color:#58a6ff;font-size:16px;opacity:.7}.login-container .login-box .ant-form .ant-input-affix-wrapper input.ant-input{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#f0f6fc!important;height:100%!important;width:100%!important;padding-left:42px!important;padding-right:12px!important;font-size:15px;border-radius:6px!important}.login-container .login-box .ant-form .ant-input-affix-wrapper input.ant-input:-webkit-autofill,.login-container .login-box .ant-form .ant-input-affix-wrapper input.ant-input:-webkit-autofill:focus,.login-container .login-box .ant-form .ant-input-affix-wrapper input.ant-input:-webkit-autofill:hover{-webkit-text-fill-color:#f0f6fc!important;-webkit-box-shadow:0 0 0 1000px #161b22 inset!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.login-container .login-box .ant-form .ant-input-affix-wrapper input.ant-input::placeholder{color:rgba(140,150,160,.5)}.login-container .login-box .ant-form .ant-checkbox-wrapper{color:#8b949e}.login-container .login-box .ant-form .ant-checkbox-wrapper .ant-checkbox-inner{background:#0d1117;border-color:#30363d}.login-container .login-box .ant-form .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#58a6ff}.login-container .login-box .ant-form .login-button{width:100%;height:45px;background:linear-gradient(90deg,#1f6feb,#388bfd);border:1px solid hsla(0,0%,100%,.25);border-radius:8px;font-size:16px;font-weight:600;margin-top:10px;box-shadow:0 1px 3px rgba(0,0,0,.5);transition:all .2s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0)}.login-container .login-box .ant-form .login-button:hover{transform:translateY(-1px) translateZ(0);box-shadow:0 3px 8px rgba(0,0,0,.4);background:linear-gradient(90deg,#388bfd,#1f6feb);border-color:hsla(0,0%,100%,.4)}.login-container .login-box .ant-form .login-button:active{transform:translateY(0) translateZ(0)}.tech-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(88,166,255,.4),transparent);height:1px;width:200px;z-index:1;animation:linePulse 3s ease-in-out infinite}.tech-line.v{width:1px;height:200px;background:linear-gradient(180deg,transparent,rgba(88,166,255,.4),transparent);animation:linePulseV 4s ease-in-out infinite}.laser-beam{position:absolute;top:0;left:0;width:200%;height:4px;background:linear-gradient(90deg,transparent,rgba(88,166,255,.1) 30%,rgba(88,166,255,.8) 50%,rgba(88,166,255,.1) 70%,transparent);filter:blur(2px);z-index:1;pointer-events:none;opacity:.6;animation:laserScan 8s cubic-bezier(.4,0,.2,1) infinite}.laser-beam.reverse{animation:laserScanReverse 10s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,transparent,rgba(114,46,209,.1) 30%,rgba(114,46,209,.6) 50%,rgba(114,46,209,.1) 70%,transparent)}@keyframes rotateBg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes laserScan{0%{transform:translate(-50%,-100vh) rotate(-35deg)}to{transform:translate(-50%,200vh) rotate(-35deg)}}@keyframes laserScanReverse{0%{transform:translate(-50%,-100vh) rotate(35deg)}to{transform:translate(-50%,200vh) rotate(35deg)}}@keyframes linePulse{0%,to{opacity:.1;width:100px}50%{opacity:.6;width:300px}}@keyframes linePulseV{0%,to{opacity:.1;height:100px}50%{opacity:.6;height:300px}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.account-page-container{height:100%;padding:16px;background:#f0f2f5;display:flex;flex-direction:column;overflow:hidden}.account-page-container .page-header{flex-shrink:0;background:#fff;padding:20px 24px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.02);border:1px solid #f0f0f0}.account-page-container .page-header .header-left{display:flex;align-items:center}.account-page-container .page-header .header-left .avatar-wrapper{margin-right:20px}.account-page-container .page-header .header-left .avatar-wrapper .ant-avatar{box-shadow:0 4px 12px rgba(24,144,255,.2)}.account-page-container .page-header .header-left .greeting-text h2{font-size:20px;font-weight:600;color:#262626;margin:0 0 4px}.account-page-container .page-header .header-left .greeting-text p{margin:0;font-size:14px;color:#8c8c8c}.account-page-container .main-body{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.account-page-container .main-body .stats-row{flex-shrink:0;height:280px;margin-bottom:16px}.account-page-container .main-body .stats-row .ant-col,.account-page-container .main-body .stats-row .ant-row{height:100%}.account-page-container .main-body .actions-row{flex:1 1;margin-bottom:16px;overflow:hidden}.account-page-container .main-body .actions-row .ant-col{height:100%}.account-page-container .standard-card{height:100%;border-radius:8px;border:1px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,.02);display:flex;flex-direction:column}.account-page-container .standard-card :global .ant-card-head{min-height:48px;padding:0 16px;border-bottom:1px solid #f0f0f0}.account-page-container .standard-card :global .ant-card-head .ant-card-head-title{padding:12px 0;font-size:15px;font-weight:600;color:#262626;display:flex;align-items:center}.account-page-container .standard-card :global .ant-card-head .ant-card-head-title:before{content:"";display:inline-block;width:3px;height:14px;background:#1890ff;margin-right:8px;border-radius:2px}.account-page-container .standard-card :global .ant-card-body{padding:24px;flex:1 1;overflow:auto}.account-page-container .standard-card .balance-section{display:flex;flex-direction:column;justify-content:center;height:100%}.account-page-container .standard-card .balance-section .balance-box{text-align:center;margin-bottom:24px}.account-page-container .standard-card .balance-section .balance-box .balance-value{font-size:42px;font-weight:700;margin-bottom:4px}.account-page-container .standard-card .balance-section .balance-box .balance-label{color:#8c8c8c;font-size:14px}.account-page-container .standard-card .balance-section .balance-footer{display:flex;grid-gap:12px;gap:12px;justify-content:center}.account-page-container .standard-card .announcement-section{display:flex;flex-direction:column;height:100%}.account-page-container .standard-card .announcement-section .announcement-content{flex:1 1;display:flex;flex-direction:column;justify-content:center;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s}.account-page-container .standard-card .announcement-section .announcement-content:hover{background:#f5f5f5}.account-page-container .standard-card .announcement-section .announcement-content .announcement-title{font-size:16px;font-weight:600;color:#1890ff;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.account-page-container .standard-card .announcement-section .announcement-content .announcement-title:hover{text-decoration:underline}.account-page-container .standard-card .announcement-section .announcement-content .announcement-desc{font-size:13px;color:#8c8c8c;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.6}.account-page-container .standard-card .announcement-section .announcement-content .announcement-date{font-size:12px;color:#bfbfbf}.account-page-container .standard-card .announcement-section .empty-announcement{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#bfbfbf}.account-page-container .standard-card .info-section .api-config{margin-top:4px;background:#fafafa;padding:12px;border-radius:8px;border:1px dashed #d9d9d9}.account-page-container .standard-card .info-section .api-config .token-box{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.account-page-container .standard-card .info-section .api-config .token-box .token-text{font-family:monospace;font-size:14px;color:#595959}.account-page-container .standard-card .info-section .api-config .token-box .token-hidden{color:#bfbfbf;letter-spacing:2px}.account-page-container .standard-card .quick-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;height:100%;align-items:center}.account-page-container .standard-card .quick-nav-grid .nav-item{text-align:center;padding:24px;cursor:pointer;border-radius:12px;transition:all .3s;border:1px solid transparent}.account-page-container .standard-card .quick-nav-grid .nav-item:hover{background:#f0f7ff;border-color:#bae7ff;transform:translateY(-4px);box-shadow:0 4px 12px rgba(24,144,255,.1)}.account-page-container .standard-card .quick-nav-grid .nav-item:hover .icon-box{transform:scale(1.1)}.account-page-container .standard-card .quick-nav-grid .nav-item .icon-box{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;transition:all .3s}.account-page-container .standard-card .quick-nav-grid .nav-item .nav-title{font-size:16px;font-weight:600;color:#262626;margin-bottom:4px}.account-page-container .standard-card .quick-nav-grid .nav-item .nav-desc{font-size:13px;color:#8c8c8c}.custom-expand-icon{width:17px;height:17px;cursor:pointer;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;padding:0;outline:none;transition:all .2s}.custom-expand-icon.dark{background:#161b22!important;border:1px solid rgba(88,166,255,.3)!important;color:#e6edf3!important}.custom-expand-icon.dark:hover{border-color:rgba(88,166,255,.5)!important;background:#1c2128!important}.custom-expand-icon.light{background:#fff!important;border:1px solid #d9d9d9!important;color:#000!important}.custom-expand-icon.light:hover{border-color:#40a9ff!important;background:#f5f5f5!important}
/*# sourceMappingURL=main.f49d416e.chunk.css.map */