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

main {
  color: #171717;
  color: var(--cx-color-text);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.uc-appContainer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#root {
  flex: 1;
}

@media (max-width: 800px) {
  .splashHeader-needles.uc-magneticNeedles {
    display: none;
  }
}
</pre></body></html>