.app-container{min-height:100vh;background:transparent}.app-loading{min-height:100vh;display:flex;justify-content:center;align-items:center;color:var(--text-2)}*{margin:0;padding:0;box-sizing:border-box}:root{--surface-0: #171717;--surface-1: #202020;--surface-2: #262626;--surface-3: #303030;--surface-4: #3a3a3a;--sidebar-bg: #1a1a1a;--header-bg: rgba(23, 23, 23, .92);--panel-bg: #242424;--panel-hover: #2a2a2a;--brand-logo-bg: #ffffff;--brand-logo-text: #151515;--text-1: #f4f6fb;--text-2: #c8ccd4;--text-3: #8f96a3;--brand-500: #1688ff;--brand-400: #46a3ff;--brand-100: rgba(22, 136, 255, .18);--code-bg: #111820;--code-text: #dce7ef;--code-border: #2c3440;--success-soft-bg: rgba(53, 196, 106, .16);--success-text: #7ee2a3;--danger-soft-bg: rgba(255, 95, 109, .16);--danger-text: #ff9aa4;--radius-md: 8px;--radius-lg: 10px;--shadow-soft: 0 18px 50px rgba(0, 0, 0, .28);--shadow-card: 0 12px 28px rgba(0, 0, 0, .2);--line: #33363d}:root[data-theme=light]{--surface-0: #f5f7fb;--surface-1: #ffffff;--surface-2: #ffffff;--surface-3: #eef2f7;--surface-4: #e4e9f2;--sidebar-bg: #ffffff;--header-bg: rgba(245, 247, 251, .92);--panel-bg: #ffffff;--panel-hover: #f0f5fb;--brand-logo-bg: #ffffff;--brand-logo-text: #10141d;--text-1: #171a21;--text-2: #4b5563;--text-3: #7b8494;--brand-100: rgba(22, 136, 255, .12);--code-bg: #f8fafc;--code-text: #1f2937;--code-border: #d9dee8;--success-soft-bg: rgba(22, 163, 74, .12);--success-text: #166534;--danger-soft-bg: rgba(220, 38, 38, .12);--danger-text: #b91c1c;--shadow-soft: 0 18px 50px rgba(30, 41, 59, .14);--shadow-card: 0 12px 28px rgba(30, 41, 59, .08);--line: #d9dee8}body{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text-1);background:var(--surface-0);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.ant-layout{background:transparent!important}.ant-btn{font-weight:600}.ant-btn-default{border-color:var(--line);background:var(--surface-1);color:var(--text-1)}.ant-btn-default:not(:disabled):hover{border-color:var(--brand-500);background:var(--surface-2);color:var(--brand-400)}.ant-btn-primary{box-shadow:none}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker,.ant-input-affix-wrapper{border-color:var(--line)!important;background:var(--surface-1)!important;color:var(--text-1)!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-input-number-focused,.ant-picker-focused{border-color:var(--brand-500)!important;box-shadow:0 0 0 3px #1688ff2e!important}.ant-btn{min-height:42px}.ant-btn.ant-btn-icon-only{min-width:42px;width:42px;height:42px}.ant-card{border:1px solid var(--line);box-shadow:var(--shadow-card);background:var(--surface-2);color:var(--text-1)}.ant-card .ant-card-head{color:var(--text-1);border-bottom-color:var(--line);background:var(--surface-2)}.ant-card .ant-card-body{color:var(--text-1)}.ant-modal .ant-modal-content{border:1px solid var(--line);background:var(--surface-2)!important;color:var(--text-2);box-shadow:var(--shadow-soft)}.ant-modal .ant-modal-header,.ant-modal .ant-modal-title{background:transparent!important;color:var(--text-1)!important}.ant-modal .ant-modal-body,.ant-modal .ant-modal-confirm-title,.ant-modal .ant-modal-confirm-content{color:var(--text-2)!important}.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title{color:var(--text-1)!important}.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-content{color:var(--text-2)!important}.ant-modal .ant-modal-close{color:var(--text-3)!important}.ant-modal .ant-modal-close:hover{color:var(--text-1)!important;background:var(--surface-3)!important}.ant-modal .ant-form-item-label>label,.ant-modal .ant-checkbox-wrapper,.ant-modal .ant-radio-wrapper,.ant-modal .ant-typography{color:var(--text-2)!important}.ant-modal .ant-form-item-required:before,.ant-form-item-required:before{color:#ff6b7a!important}.ant-form-item-explain-error{color:#ff8d99!important}.ant-input-prefix,.ant-input-suffix{color:var(--text-3)!important}.ant-tabs .ant-tabs-nav:before{border-bottom-color:var(--line)!important}.ant-radio-button-wrapper{border-color:var(--line)!important;background:var(--surface-1)!important;color:var(--text-2)!important}.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled):hover{color:var(--text-1)!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:var(--brand-500)!important;background:#1688ff29!important;color:var(--text-1)!important}.ant-popover .ant-popover-inner,.ant-popconfirm .ant-popover-inner{border:1px solid var(--line);background:var(--surface-2)!important;color:var(--text-2);box-shadow:var(--shadow-soft)}.ant-popover .ant-popover-title,.ant-popconfirm-title{color:var(--text-1)!important}.ant-popover .ant-popover-inner-content,.ant-popconfirm-description{color:var(--text-2)!important}.ant-popover .ant-popover-arrow:before{background:var(--surface-2)!important}.ant-empty-description,.ant-list-item-meta-title,.ant-list-item-meta-description{color:var(--text-2)!important}.ant-alert{border-color:var(--line)!important;background:var(--surface-1)!important;color:var(--text-2)!important}.ant-alert-message{color:var(--text-1)!important}.ant-alert-description{color:var(--text-2)!important}.ant-notification .ant-notification-notice{border:1px solid var(--line)!important;background:var(--surface-2)!important;color:var(--text-1)!important;box-shadow:var(--shadow-soft)!important}.ant-notification .ant-notification-notice-message{color:var(--text-1)!important}.ant-notification .ant-notification-notice-description{color:var(--text-2)!important}.ant-dropdown .ant-dropdown-menu,.ant-select-dropdown,.ant-picker-dropdown .ant-picker-panel-container{background:var(--surface-2);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.ant-dropdown .ant-dropdown-menu-item,.ant-dropdown .ant-dropdown-menu-submenu-title,.ant-select-item{color:var(--text-2)}.ant-dropdown .ant-dropdown-menu-item:hover,.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--surface-3);color:var(--text-1)}.ant-table-wrapper .ant-table{border-radius:10px;overflow:hidden;background:var(--surface-2);color:var(--text-2)}.ant-table-wrapper .ant-table-thead>tr>th{background:var(--surface-3)!important;color:var(--text-1)!important;border-bottom-color:var(--line)!important}.ant-table-wrapper .ant-table-tbody>tr>td{background:var(--surface-2);color:var(--text-2);border-bottom-color:var(--line)!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:var(--surface-3)!important}.tool-container h4.ant-typography,.tool-container h5.ant-typography{color:var(--text-1);letter-spacing:.2px}.tool-container .ant-typography.ant-typography-secondary{color:var(--text-3)}.ant-tag{border-radius:999px;padding-inline:10px}.ant-tabs-nav{margin-bottom:20px!important}.ant-divider{border-color:var(--line)}.ant-upload-wrapper .ant-upload-drag{background:var(--surface-1)!important;border-color:var(--line)!important}.ant-upload-wrapper .ant-upload-drag:hover{border-color:var(--brand-500)!important}.ant-message .ant-message-notice-content{background:var(--surface-2)!important;color:var(--text-1)!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-soft)!important}.ant-message .ant-message-custom-content,.ant-message .ant-message-notice-content span{color:var(--text-1)!important}.ant-message .anticon-info-circle,.ant-message .anticon-exclamation-circle{color:var(--brand-400)!important}.ant-message .anticon-check-circle{color:#35c46a!important}.ant-message .anticon-close-circle{color:#ff5f6d!important}
