<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
  box-sizing: border-box;
}

html, body, #root {
  width: 100%;
  height: 100%;
}

html {
  font-family: 'Noto Sans', Verdana, Helvetica, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

body {
  background-color: #fff;
  margin: 0;
  color: #000610;
}

button {
  display: inline-block;
  background: transparent;
  width: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

button:disabled {
  pointer-events: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button &gt; * {
  cursor: pointer;
}

input {
  font: inherit;
}

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  pointer-events: none;
}

::selection {
  background-color: #ec6048;
  color: #fff;
}

.screenReaderOnly {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
</pre></body></html>