:root{--bg-subtle:#fafafa;--bg-muted:#f5f5f5;--bg-selected:#e6f4ff;--bg-warn:#fff7e6;--bg-bulk-bar:#e6f4ff;--border-color:#f0f0f0;--text-tertiary:#999;--text-secondary:#666;--resize-handle:#d9d9d9;--resize-handle-hover:#1677ff}[data-theme=dark]{--bg-subtle:#1f1f1f;--bg-muted:#141414;--bg-selected:#111d2c;--bg-warn:#2b1d0a;--bg-bulk-bar:#111d2c;--border-color:#303030;--text-tertiary:#595959;--text-secondary:#8c8c8c;--resize-handle:#434343;--resize-handle-hover:#1677ff}[data-theme=dark] body{background:#141414;color:hsla(0,0%,100%,.85)}.ant-card,.ant-drawer-content,.ant-layout,.ant-layout-sider,.ant-menu,.ant-modal-content{transition:background-color .2s ease,border-color .2s ease!important}.react-resizable{position:relative}.react-resizable-handle{position:absolute;right:-5px;bottom:0;width:10px;height:100%;cursor:col-resize;z-index:1}.react-resizable-handle:after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:2px;height:16px;background:var(--resize-handle);border-radius:1px;opacity:0;transition:opacity .2s}.react-resizable-handle:hover:after{opacity:1;background:var(--resize-handle-hover)}