:root{font-family:Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;--grey-400: #1E1E1E;--grey-500: #252526;--grey-600: #3C3C3C;--grey-900: #E7E7E7;--blue-300: #0E639C;--blue-500: #007ACC;--blue-600: #007FD4;--red-500: #cc0000;--yellow-500: #cca300;--green-500: #55dc13}input:focus{outline:none;box-shadow:0 0 0 1px var(--blue-600) inset}*{padding:0;margin:0;box-sizing:border-box;border:none}body{font-size:16px;min-height:100vh;overflow:hidden;background-color:var(--grey-500);color:var(--grey-900)}input[type=text]{background-color:var(--grey-600);color:currentColor;height:1.5rem;padding:.5rem}button:enabled{cursor:pointer}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-thumb{background-color:var(--grey-600)}
