:root{--bg: #0b0e11;--bg2: #141720;--bg3: #1e2329;--border: #2b3139;--border2: #363c45;--text: #eaecef;--text2: #848e9c;--text3: #5a6473;--green: #0ecb81;--red: #f6465d;--yellow: #f0b90b;--blue: #1890ff;--purple: #7950f2;--accent: #f0b90b}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif;font-size:13px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}button{cursor:pointer}input,select{outline:none}a{color:inherit;text-decoration:none}
