<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html .g-button {
  background-color: #ff6d00;
  background-image: linear-gradient(90deg, rgba(172, 110, 255, 1) 0%, rgba(151, 238, 255, 1) 100%); }
  html .g-button:hover {
    background-color: #ff6d00;
    background-image: linear-gradient(90deg, rgba(172, 110, 255, 1) 0%, rgba(151, 238, 255, 1) 100%); }
  html .g-button.g-button--invert {
    color: #ab79ff !important;
    border-color: #ab79ff; }
  html .g-button.g-button--invert:hover {
    border-color: #ab79ff;
    background: #ff6d00;
    background-image: linear-gradient(90deg, rgba(172, 110, 255, 1) 0%, rgba(151, 238, 255, 1) 100%); }
</pre></body></html>