:root{--primary:#1c72dc;--background:#f9f9fb;--foreground:#1e1e24;--muted-foreground:#6d6d78;--card:#fff;--border:#e4e4e7;--scrollbar:hsla(240,5%,60%,.4)}body,html{padding:0;margin:0;min-height:100vh;background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:5px}::-webkit-scrollbar-track{background:transparent}.muted{color:var(--muted-foreground)}.sc-range .ant-picker-input>input{width:76px}