@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #1677ff;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-bg: #f5f5f5;--color-bg-container: #ffffff;--sidebar-width: 240px;--header-height: 64px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:#000000e0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}.ant-layout{min-height:100vh}.ant-table-wrapper{background:var(--color-bg-container);border-radius:8px}
