:root{--blue: #0075C9;--blue-dark: #01337F;--blue-50: #E6F1FA;--blue-100: #CFE3F4;--ink-900: #000018;--ink-800: #000000;--ink-700: #464E58;--ink-600: #68707A;--ink-500: #71797F;--ink-400: #8A9099;--bone-0: #FFFFFF;--bone-50: #F5F7FA;--bone-100: #EBEEF1;--bone-200: #E0E4E9;--bone-300: #D5DAE1;--grey-card: #EDEEF0;--success: #1DAD2C;--success-bg: #EDFDEB;--warn: #DFA123;--warn-bg: #FFF8E6;--error: #E14640;--error-bg: #FDEDED;--info: #0075C9;--info-bg: #E6F1FA;--row-pad: 14px 16px;--ff: "Roboto", system-ui, -apple-system, sans-serif;--font-ui: "Roboto", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow-sm: 0 1px 2px rgba(70,78,88,.08);--shadow-md: 0 2px 8px rgba(70,78,88,.1);--shadow-lg: 0 8px 24px rgba(70,78,88,.16);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--ff);font-size:14px;line-height:1.5;color:var(--ink-700);background:var(--bone-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}ul,ol{list-style:none;margin:0;padding:0}#root{min-height:100vh}
