:root{--color-primary:#1677ff;--surface:#fff;--surface-page:#f5f5f5;--border:#f0f0f0;--text:#000000e0;--text-muted:#00000073;--radius:6px}:root[data-theme=dark]{--surface:#141414;--surface-page:#000;--border:#303030;--text:#ffffffd9;--text-muted:#ffffff73}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--border) transparent}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:var(--surface-page);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.erp-menu-star{opacity:0;color:var(--text-muted);line-height:1;transition:opacity .15s}.ant-menu-item:hover .erp-menu-star,.ant-menu-item:focus-within .erp-menu-star,.ant-menu-submenu-title:hover .erp-menu-star{opacity:.75}.erp-menu-star:hover{opacity:1!important}.ant-input-number.ant-input-number .ant-input-number-input{text-align:right;font-variant-numeric:tabular-nums}.ant-input-number-group-addon,.ant-input-number-suffix{text-align:left}
