:root{--bg: #f6f7f8;--surface: #ffffff;--surface2: #f1f3f5;--surface3: #fafbfc;--border: #ebedf0;--border2: #e0e3e8;--text: #3a404a;--muted: #737a85;--faint: #a6acb5;--accent: #6b70c4;--accent2: #8d88c6;--ok: #5e9a81;--warn: #bd955f;--err: #c47f79;--info: #7090bb;--sh-sm: 0 1px 2px rgba(17, 24, 39, .04);--sh-card: 0 1px 2px rgba(17, 24, 39, .03), 0 5px 16px rgba(17, 24, 39, .04);--sh-pop: 0 12px 34px rgba(17, 24, 39, .1);--sh-btn: 0 1px 2px rgba(107, 112, 196, .22);--ring: 0 0 0 3px rgba(107, 112, 196, .14)}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:Manrope,-apple-system,sans-serif;font-size:14px;overflow:hidden;letter-spacing:-.006em;font-variant-numeric:tabular-nums;text-wrap:pretty}input,button,textarea{font-family:inherit;color:inherit}button{cursor:pointer;border:none;background:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d7dbe2;border-radius:7px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#c2c8d2;background-clip:padding-box}@keyframes scPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes scShimmer{0%{background-position:-160px 0}to{background-position:360px 0}}@keyframes scSlide{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes scBlink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes scSpin{to{transform:rotate(360deg)}}@keyframes scRing{0%{transform:scale(.6);opacity:.5}to{transform:scale(2);opacity:0}}@keyframes scToast{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}
